@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-Regular.woff2') format('woff2');
  font-display: block;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5em;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif !important;
  word-break: break-all;
  background-color: #f9f9f9;
}

input,
select,
option,
textarea {
  font-family: 'Noto Sans', sans-serif !important;

}

#all {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.main {
  min-height: 60vh;
}

.slides a:hover {
  opacity: 1;
}

img {
  height: auto;
  width: auto;
  vertical-align: bottom;
  max-width: 100%;
}

#androidBrowser_alert {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .8;
}

#androidBrowser_alert div.wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -160px;
  background: #313131;
  max-width: 320px;
}

#androidBrowser_alert div.con {
  border: solid 1px #fff;
  padding: 20px;
  line-height: 150%;
  font-size: 14px;
  color: #fff;
}

#androidBrowser_alert a.go2chrome {
  display: block;
  text-align: center;
  background: #000;
  padding: 5px;
}

.page_title {
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
}

.page_title a {
  color: #f15a24;
}

header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

header,
header * {
  box-sizing: border-box;
}

header .header_inner {
  padding: 10px .5%;
  max-width: 1280px;
  margin: 0 auto;
}

.header_nav a:hover {
  opacity: .7;
}

.header_nav_top,
.header_nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_nav_bottom {
  align-items: flex-end;
}

.header_nav_top>h1,
.header_nav_top>.heder_txt {
  font-size: 12px;
}

.pc_nav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_nav_top .nav_sns {
  padding: 0 0 0 2%;
  width: 110px;
}

.pc_nav_item {
  margin: 0 1.5%;
  min-width: 50px;
  text-align: center;
}

.pc_nav_item:last-child {
  margin-right: 0;
}

.pc_nav_link {
  display: block;
  height: 100%;
  font-size: 10px;
  width: 100%;
  padding-top: 30px;
}

.pc_nav_link.ico_support {
  background: url(/images/nav/pc_nav01.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_history,
.sp_nav_link.ico_history {
  background: url(/images/nav/pc_nav02.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_register,
.sp_nav_link.ico_register {
  background: url(/images/nav/pc_nav04.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_login,
.sp_nav_link.ico_login {
  background: url(/images/nav/pc_nav03.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_keep,
.sp_nav_link.ico_keep {
  background: url(/images/nav/pc_nav05.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_msg,
.sp_nav_link.ico_msg {
  background: url(/images/nav/pc_nav06.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_msg.ico_msg_active,
.sp_nav_link.ico_msg.ico_msg_active {
  background: url(/images/nav/pc_nav08.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_link.ico_mypage,
.sp_nav_link.ico_mypage {
  background: url(/images/nav/pc_nav07.jpg) top center no-repeat;
  background-size: 60%;
}

.pc_nav_txt {
  display: block;
  font-size: 13px;
  width: 190px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #ff875d;
  text-decoration: none;
  font-weight: 700;
  margin-right: 12px;
}

.pc_nav_txt:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ff875d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -9px;
}

.pc_nav_txt:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.logo {
  width: 200px;
  padding: 14px 0;
}

.head_menu a {
  display: block;
  padding: 8px 2%;
}

.head_menu li:first-child a {
  border-left: #fff 1px solid;
}

.head_menu .choice a {
  background: #ffebe4;
  color: #333;
}

.head_menu a:hover {
  background: #ffebe4;
  color: #333;
}

.lead {
  font-size: 10px;
}

.h_right {
  float: right;
}

.h_right ul {
  display: flex;
}

#snsicons {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
}

#snsicons a>img {
  width: 30px;
}

#snsicons li:nth-child(2) a {
  margin: 0 10px;
}

.fontL {
  font-size: 30px !important
}

.header_guide img {
  width: 35px;
}

.pc_nav_item.item_support {
  position: relative;
}

.nav_support_menu {
  margin-top: 5px;
  right: 0;
  z-index: 2;
  position: absolute;
  width: 180px;
  background-color: #fff;
  padding: 10px 2%;
  box-shadow: 1px 2px 5px 1px #fff0, 1px 2px 8px 1px rgb(0 0 0 / 13%)
}

.nav_support_menu.is-active {
  display: none;
}

.nav_support_menu ul {
  position: relative;
}

.nav_support_menu ul::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e7eaeb;
  border-right: 1px solid #e7eaeb;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: -15px;
}

.nav_support_menu li a {
  display: block;
  height: 100%;
  padding: 6px;
  font-size: 13px;
}

.bg_blue {
  width: 100%;
  background-color: #333;
  clear: both;
}

.head_menu {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#sticky-menubar {
  z-index: 10 !important;
}

#sticky-menubar2 {
  z-index: 5 !important;
}

.sp_nav {
  display: none;
}

.sp_nav_menu_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}

.sp_nav_icon {
  margin: 0 1.5%;
  min-width: 50px;
  text-align: center;
}

.sp_nav_link {
  display: block;
  height: 100%;
  font-size: 10px;
  width: 100%;
  padding-top: 30px;
}

.sp_open_btn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 50px;
  border-radius: 5px;
  z-index: 10000;
}

.sp_open_btn>span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background: #f15a24;
  width: 70%;
}

.sp_open_btn span:nth-of-type(1) {
  top: 15px;
}

.sp_open_btn span:nth-of-type(2) {
  top: 23px;
}

.sp_open_btn span:nth-of-type(3) {
  top: 31px;
}

.sp_nav_link.ico_history,
.sp_nav_link.ico_register,
.sp_nav_link.ico_login,
.sp_nav_link.ico_keep,
.sp_nav_link.ico_msg,
.sp_nav_link.ico_mypage {
  background-size: 60%;
}

.sp_open_btn.navbtn_active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.sp_open_btn.navbtn_active span:nth-of-type(2) {
  opacity: 0;
}

.sp_open_btn.navbtn_active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.nav_black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.44s;
  cursor: pointer;
}

.nav_black_bg.spnav_open {
  opacity: .8;
  visibility: visible;
}

.sp_nav_menu {
  position: fixed;
  right: -65vw;
  top: 0;
  width: 65vw;
  height: 100vh;
  padding-top: 97px;
  background-color: #fff;
  transition: all 0.4s;
  z-index: 999;
}

.sp_nav_menu *,
.sp_nav_menu {
  box-sizing: border-box;
}

.sp_nav_menu.spnav_open {
  right: 0;
}

.sp_nav_list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_nav_h3 {
  width: 100%;
  background-color: #eee;
  padding: 8px 3%;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
}

.sp_nav_h3>img {
  width: 17px;
  margin-right: 3px;
  vertical-align: sub;
}

.sp_nav_item {
  border-bottom: 1px solid #e3e3e3;
}

.sp_nav_item>a {
  display: block;
  padding: 10px 25px 10px 4%;
  position: relative;
}

.sp_nav_item>a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  transform: rotate(45deg);
}

.sp_nav_top {
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
}

.nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 4% 140px;
}

.nav_sns>a {
  width: 36px;
  margin: 0 4%;
}

body.nonscroll {
  overflow: hidden;
}

.right {
  width: 16% !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 80% !important;
  position: fixed;
}

.r_card {
  background-color: #fff;
  padding: 1rem .5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgb(0 0 0 / .2);
}

.r_card h2 {
  color: #552700;
  font-size: 1rem;
  border-bottom: 1px solid #552700;
}

.r_card p {
  color: #552700;
  font-size: 1rem;
  border-bottom: 1px solid #552700;
}

.r_card li {
  font-size: .8rem;
  margin: 10px 0;
  padding: 2px 0 0 5px;
}

.r_card li:last-child,
.r_card h3:last-child {
  margin-bottom: 0;
}

.r_card h3 {
  font-size: .8rem;
  font-weight: 400;
  border-left: 5px solid;
  margin: 10px 0;
  padding: 2px 0 0 5px;
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb a {
  color: #374ecf;
}

/* 下部固定ポップアップ */
#popup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255 255 255 / 89%);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: transform 0.3s ease;
  display: none;
  /* デフォルトでは非表示 */
}

.popup {
  display: none;
  max-width: 88%;
  position: relative;
  border-radius: 10px;
  animation: slideIn 0.3s ease forwards;
  margin: 0 auto;
}

.popup>a {
  display: block;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.close-btn {
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  color: #727272;
  font-size: 6vw;
}

/* スマートフォンのみ表示 */
@media only screen and (max-width: 768px) {
  #popup-container {
    display: block;
    /* スマートフォンの場合のみ表示 */
  }
}

/* ここまで */

/*===================================
footer
====================================*/

footer {
  background-color: #e8e8e8;
}

footer * {
  color: #555555;
}

footer .footer_inner {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0 26px;
}

footer .footer_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  border-bottom: 1px #fff solid;
  flex-wrap: wrap;
}

footer .footer_logo {
  width: 160px;
}

footer .footer_main .footer_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .footer_main .footer_list li {
  border-right: 1px solid #727272;
}

footer .footer_main .footer_list li:last-of-type {
  border-right: none;
}


footer .footer_main .footer_list a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
}

footer .footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
}

.footer_cate {
  margin-right: 1%;
}

footer .cate_tit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .cate_list li {
  margin-bottom: 4px;
}

footer .cate_list a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
}

footer .footer_bottom {
  background-color: #f15a24;
  padding: 6px 3%;
}

footer .footer_copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer_bnr {
  width: 310px;
}

footer .sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_sns_icon {
  display: block;
  width: 26px;
}

footer .sns_list li {
  margin: 0 6px;
}


#page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 9;
}

#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.navigation {
  clear: both;
}


/* 共通CVボタン */

.cv_btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ece8e8;
  padding: 20px 3%;
}

.cv_btn {
  margin: 0 10px;
  transition: opacity 0.5s ease;
}

.cv_btn_list .cv_entry_btn {
  background-color: #f15a24;
  width: 340px;
  height: 70px;
  border-radius: 4px;
  position: relative;

}

.cv_btn_list .cv_entry_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  height: 100%;
  padding: 0 30px 0 10px;
}

.cv_entry_btn_txt {
  font-size: 20px;
}

.cv_entry_btn_ico {
  position: absolute;
  width: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}



.cv_btn_list .cv_interested_btn,
.cv_btn_list .cv_keep_btn {
  width: 70px;
  border: 1px solid #f15a24;
  background-color: #fff;
  border-radius: 4px;
}

.cv_btn_list .cv_interested_btn a,
.cv_btn_list .cv_keep_btn a {
  display: block;
  padding: 2px;
}

.cv_btn_list .cv_entry_btn:hover,
.cv_btn_list .cv_interested_btn:hover,
.cv_btn_list .cv_keep_btn:hover {
  opacity: 0.7;
}




/* 企業 追従ボタン */
.follow_btn_bottom .cv_btn_list {
  background-color: #fff;
}


.follow_btn_bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #e3e3e3;
}

.follow_btn_bottom_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 64px;
  padding: 0 1%;
}

.follow_btn_bottom .cv_btn_list {
  padding: 16px;
}

.follow_btn_bottom .cv_btn_list .cv_entry_btn,
.follow_btn_bottom .cv_btn_list .cv_interested_btn,
.follow_btn_bottom .cv_btn_list .cv_keep_btn {
  height: 56px;
}

.follow_btn_bottom .cv_btn_list .cv_interested_btn,
.follow_btn_bottom .cv_btn_list .cv_keep_btn {
  width: 56px;
}


.follow_btn_bottom .related_list {
  width: 39%;
  min-width: 30%;
  padding: 5px 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #e3e3e3;
}

.follow_btn_bottom .related_list>li:first-child {
  margin-right: 14%;
}

.follow_btn_bottom .related_list>li {
  position: relative;
}

.follow_btn_bottom .related_list>li>a {
  font-weight: bold;
  color: #f15a24;
  font-size: 14px;
}

.follow_btn_bottom .related_list>li>a.link_disable {
  color: #c1c1c1;
  pointer-events: none;
  text-decoration: none;
  font-weight: bold;
}

.follow_btn_bottom .related_list>li>a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f15a24;
  border-right: 2px solid #f15a24;
  transform: rotate(45deg);
}

.follow_btn_bottom .related_list>li>a.link_disable::after {
  border-top: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
}

.follow_btn_bottom .btn_list .disable {
  background-color: #f2f2f2;
  border: #bfbfbf 1px solid;
  color: #c1c1c1;
  pointer-events: none;
}


/* メインボタン・サブボタン */
.main_btn,
.sub_btn {
  width: 100%;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.main_btn {
  background-color: #f15a24;
  color: #fff;
  border: none;
}

.sub_btn {
  background-color: #fff;
  border: #f15a24 solid 1px;
  color: #f15a24;
}



@media screen and (min-width:769px) {
  .footer_wrap {
    width: 90%;
  }

  .foot_content {
    width: 90%;
  }

  .foot_content p {
    padding: 4px 0 0 10px;
  }

  .footerMenu {
    max-width: 1250px;
    margin: 0 auto 2px;
    display: flex;
  }

  .footerMenu li a {
    font-size: 16px
  }

  .head_menu a {
    font-size: 13px
  }

  .source {
    max-width: 100%;
  }

  .head_menu li {
    width: 20%;
  }

  .head_menu a {
    display: block;
    background-color: #333;
    color: #fff;
    border-right: #fff 1px solid;
    text-align: center;
  }

  /*===================================
追従フッター　求人・ブランド・説明会・ニュース
====================================*/
  .related_list>li:first-child {
    margin-right: 10%;
  }

  .related_list>li>a {
    font-size: 14px;
  }

  .related_list>li>a {
    padding-right: 24px;
  }
}

@media screen and (min-width:1141px) {
  .right {
    left: 77% !important;
  }

  .footerMenu li:nth-child(3) {
    margin-right: 1%;
  }
}

@media screen and (max-width:1280px) {
  /*===================================
追従フッター　求人・ブランド・説明会・ニュース
====================================*/
  .related_list {
    padding: 0 3% 10px
  }

  .related_list>li>a {
    font-size: 14px;
  }

  .btn_list {
    width: 60%;
  }

  header .header_inner {
    padding: 10px 3%;
  }
}

@media screen and (max-width:1024px) {
  .none {
    display: none;
  }

  a:hover {
    opacity: 1
  }

  .logo {
    width: 167px;
    padding: 14px 0 10px;
  }

  header {
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
  }

  .pc_nav_list {
    display: none;
  }

  .sp_nav {
    display: block;
  }

  .header_nav_top .nav_sns {
    display: none;
  }

  .bg_blue {
    overflow-x: scroll;
    background-color: #f1f1f1;
  }

  .breadcrumb {
    font-size: 11px;
    line-height: 1.3;
  }

  #page-top {
    right: 10px;
    padding: 0 0 0;
  }

  /*===================================
追従フッター　求人・ブランド・説明会・ニュース
====================================*/

  .related_list {
    width: 100%;
    border: none;
    justify-content: center;
  }

  .related_list>li {
    padding: 0 3%;
  }

  .related_list>li:first-child {
    margin-right: 0;
    border-right: 1px solid #e3e3e3;
  }

  .related_list>li>a {
    font-weight: 400;
    padding: 0;
  }

  .related_list>li>a::after {
    content: none;
  }


  .acordion {
    width: auto;
  }

  .btn_acordion2 {
    padding: 5px 0 8px 7px;
    font-size: 13px;
    display: inline-block;
    width: 47%;
  }

  .nonesp .top_img {
    display: none;
  }

  .head_menu a {
    font-size: 12px;
  }

  .main {
    margin-top: 142px !important;
    min-height: 60vh;
  }

  #page-top {
    padding: 0 0 120px;
  }
}

@media screen and (max-width:768px) {

  .main {
    margin-top: 126px !important;
  }

  header .header_inner {
    padding: 6px 3%;
  }


  .header_nav_top,
  .header_nav_bottom {
    align-items: center;
  }

  .logo {
    padding: 0;
  }

  .bg_blue {
    background-color: #36394d;
  }

  .bg_blue::-webkit-scrollbar {
    display: none;
  }

  .bg_blue .head_menu {
    width: 100vw;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 6px 10px;
  }

  .bg_blue .head_menu::-webkit-scrollbar {
    display: none;
  }

  .bg_blue .head_menu li {
    display: inline-block;
    width: unset;
  }

  .bg_blue .head_menu a {
    display: block;
    text-align: center;
    background: unset;
    color: #fff;
    padding: 2px 20px;
  }

  .head_menu li:first-child a {
    border: none;
    margin-left: 0;
  }

  .head_menu li:last-child a {
    margin-right: 0;
  }

  .head_menu .choice a {
    background-color: #fff;
    color: #333;
    border-radius: 30px;
  }

  .head_menu a:hover {
    background-color: unset;
  }



  /*===================================
footer
====================================*/
  footer .footer_inner {
    padding: 30px 0 16px;
  }

  footer .footer_logo {
    width: 140px;
    margin-bottom: 14px;
  }

  footer .footer_main {
    justify-content: center;
  }

  footer .footer_main .footer_list {
    width: 100%;
    justify-content: center;
  }

  footer .footer_main .footer_list a {
    font-size: 11px;
    padding: 0 12px 3px;
  }

  footer .cate_tit {
    font-size: 13px;
  }

  footer .cate_list a {
    font-size: 12px;
  }

  .footer_bnr {
    width: 200px;
  }

}

@media screen and (max-width:480px) {
  .nonesp .top_img {
    display: none;
  }

  .main {
    margin-top: 109px !important;
  }

  header .header_inner {
    padding: 8px 3% 2px;
  }

  .header_nav_top>h1,
  .header_nav_top>.heder_txt {
    font-size: 10px;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .header_nav_bottom {
    align-items: center;
  }

  .sp_nav_menu_list {
    margin-top: 1px;
  }

  .logo {
    width: 105px;
    padding: 10px 0;
  }

  .sp_nav_link {
    padding-top: 25px;
    line-height: 1.6;
  }

  .sp_nav_link.ico_history,
  .sp_nav_link.ico_register,
  .sp_nav_link.ico_login,
  .sp_nav_link.ico_keep,
  .sp_nav_link.ico_msg,
  .sp_nav_link.ico_mypage {
    background-size: 52%;
  }

  .sp_nav_menu {
    padding-top: 72px;
  }


  .cd-nav-trigger {
    top: 0;
    right: .5rem;
  }

  /*===================================
追従フッター　求人・ブランド・説明会・ニュース
====================================*/

  .btn_list li:nth-child(1),
  .btn_list li:nth-child(2) {
    width: 46%;
  }

  /*===================================
footer
====================================*/
  footer .footer_main .footer_list {
    flex-wrap: wrap;
  }

  footer .footer_main .footer_list li {
    margin-bottom: 5px;
  }

  footer .footer_content {
    flex-wrap: wrap;

  }

  footer .footer_cate {
    width: 48%;
    margin-bottom: 16px;
  }

  footer .footer_cate:nth-child(1) {
    padding-left: 2%;
  }

  footer .footer_cate_site {
    width: 100%;
    padding: 2%;
  }

  footer .cate_tit {
    margin-bottom: 4px;
  }

  footer .cate_list a {
    line-height: 1.2;
    padding: 5px 0;
  }

  footer .footer_cate_site li {
    text-align: center;
  }

  .footer_bnr {
    width: 100%;
  }

}

@media screen and (max-width:375px) {
  .footerMenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footerMenu li {
    float: none;
    width: 50%;
    font-size: 13px;
    height: 36px;
  }

  .footerMenu li:nth-of-type(2) a i {
    left: -7px;
  }

  .acordion {
    width: auto;
  }

  .btn_acordion2 {
    padding: 5px 0 11px 10px;
    font-size: 12px;
    width: 46%;
  }

  .acordion img {
    width: 20px;
  }

  .btn_acordion {
    margin: 5px auto 0;
    color: #fff;
    padding: 8px 0 12px 10px;
    border-bottom: 1px dotted #fff;
    font-size: 15px;
  }

  .footerMenu li a {
    font-size: 16px;
  }
}

@media screen and (max-width:340px) {
  .sp_open_btn {
    width: 36px;
  }

  .sp_open_btn>span {
    width: 74%;
  }
}