@charset "UTF-8";

/*
Theme Name:		ミライリスホールディングスグループ 採用サイト
Theme URI:		https://www.mkg-recruit.com/
Author:			Ｏ－ＧＯＥ
*/

/* --------------------------------------------------------------------------------
	TOP画像
-------------------------------------------------------------------------------- */
main {
  width: 100%;
  height: 100vh;
}
.main__wrap{
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
.topimg__catch{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10vw;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  z-index: 20;
}
.fadein5 {
  opacity: 0.1;
  transform: translate(-50%, 0);
  transition: all 800ms;
}
.fadein5.scrollin {
  opacity: 1;
  transform: translate(-50%, 0);
}
/* --------------------------------------------------------------------------------
	top slide
-------------------------------------------------------------------------------- */
.main__imgbox{
  width: 100%;
  height: 100%;
  & ul.slidebox{
    width: 100%;
    height: 100%;
    & li{
      width: 100%;
      height: 100%;
      & img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
      }
    }
  }
}
/* --------------------------------------------------------------------------------
	logo slide
-------------------------------------------------------------------------------- */
.main__logowrap{
  width: 100%;
  height: 100px;
  background-color: var(--color-sub);
  padding: 12.5px 0;
  box-sizing: border-box;
}
.logo-slick {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.logo-slick__item a {
  display: block;
  background-color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
}
.logo-slick__item a img {
  height: 55px;
  width: 100%;
  object-fit: contain;
}
/* --------------------------------------------------------------------------------
	タイトル
-------------------------------------------------------------------------------- */
.title__wrap{
  border-top: solid 5px var(--color-main);
  position: relative;
  padding-top: 1%;
  margin-top: 5%;
}
.title__box{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
}
.title__box h2{
  background-color: #fff;
  position: absolute;
  top: -5rem;
  display: block;
  font-size: 7rem;
  font-weight: 900;
  line-height:  7rem;
  padding: 0 2vw;
  color: var(--color-main);
}
.title_color_main{
  color: #ff1200;
}
.subtitle__wrap{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.subtitle__box{
  font-size: 2rem;
  font-weight: bold;
  margin-left: 2vw;
}
/* --------------------------------------------------------------------------------
	Contents
-------------------------------------------------------------------------------- */
section{
  padding-bottom: 5%;
}

.button_iv01::before,.button_iv02::before,.button_iv03::before,.button_iv04::before{
  border: 1px solid #fff;
}
/* --------------------------------------------------------------------------------
	お知らせ
-------------------------------------------------------------------------------- */
.news__wrap{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.news__wrap ul{
  width: 100%;
}
.news__wrap ul li{
  width: 100%;
  margin-top: 20px;
}
.news__wrap ul li:first-child{
  margin-top: 0;
}

.displayNone {
  display: none;
}
.accordion2 a {
  display: block;
}
.contentWrap2 {
  margin-top: 5px;
  padding-bottom: 20px;
}
.news__wrap ul li:last-child .contentWrap2{
  padding-bottom: 0;
}
.switch2 {
  cursor:pointer;
  border-bottom: 2px dotted #333;
  font-weight: bold;
  padding-bottom: 5px;
}
.info__ttlwrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2.5rem;
  font-weight: bold;
}
.info__date{
  width: 6em;
  font-size: 2rem;
  font-weight: bold;
}
.info__ttlbox{
  width: calc(100% - 6.5em);
}
.info__ttlbox h2{
  font-size: 2rem;
  font-weight: bold;
}
.info__ttlbox h2 span{
  color: #e81733;
  padding-left: 0.3em;
}
.news__cntbox{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8em;
}
.news__linkbox{
  width: 100%;
  margin-top: 10px;
}
.news__linkbox a{
  width: 200px;
  display: block;
  background-color: #0091db;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding: 8px 0 10px 0;
  text-align: center;
  transition: 0.5s;
}
.news__linkbox a:hover{
  opacity: 0.5;
}

/* --------------------------------------------------------------------------------
	Appeal
-------------------------------------------------------------------------------- */
article{
  width: 100%;
  display: flex;
  margin-top: 3%;
  justify-content: space-between;
}
.appeal__imgbox_r,.appeal__imgbox_l{
  width: 38vw;
}
.appeal__img01{
  background: url(../images/index/appeal_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.appeal__img02{
  background: url(../images/index/appeal_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.appeal__img03{
  background: url(../images/index/appeal_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.appeal__img04{
  background: url(../images/index/appeal_04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.appeal__img05{
  background: url(../images/index/appeal_05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.appeal__cntbox_r,.appeal__cntbox_l{
  width: 60vw;
  max-width: 682px;
}
.appeal__cntbox_r{
  margin-right: auto;
  margin-left: 2%;
  padding-right: 2%;
}
.appeal__cntbox_l{
  margin-left: auto;
  margin-right: 2%;
  padding-left: 2%;
}
.appeal__imgbox_r,.appeal__cntbox_r{
  order: 2;
}
.appeal__cntbox_l,.appeal__imgbox_l{
  order: 1;
}
.appeal__icon_01,.appeal__icon_02,.appeal__icon_03,.appeal__icon_04,.appeal__icon_05{
  width: 100%;
  height: 80px;
  position: relative;
}
.appeal__icon_01 img{
  position: absolute;
  height: 110px;
  right: 3.5%;
  bottom: 0;
}
.appeal__icon_02 img{
  position: absolute;
  height: 100px;
  right: 0;
  bottom: 0;
}
.appeal__icon_03 img{
  position: absolute;
  height: 100px;
  left: 2%;
  bottom: 0;
}
.appeal__icon_04 img{
  position: absolute;
  height: 60px;
  left: 5%;
  bottom: 4rem;
}
.appeal__icon_05 img{
  position: absolute;
  height: 80px;
  right: 10%;
  bottom: 10px;
}
.appeal__cnt{
  width: 90%;
  border: solid 1px #1c1c1c;
  border-radius: 10px;
  position: relative;
}
.appeal__cnt_space1{
  padding: 11% 5% 4% 5%;
}
.appeal__cnt_space2{
  padding: 9% 5% 4% 5%;
}
.appeal__cnt_ttl1{
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  padding-bottom: 1%;
  position: absolute;
  top: -6rem;
}
.appeal__cnt_ttl2{
  width: 90%;
  font-size: 3.5rem;
  font-weight: bold;
  padding-bottom: 1%;
  position: absolute;
  top: -2.8rem;
  text-align: center;
}
.appeal__txt_bl{
  color: #0091db;
  background-color: #1c1c1c;
  padding: 1% 2% 2% 2%;
}
.appeal__txt_gr{
  color: #75bc2a;
  background-color: #1c1c1c;
  padding: 1% 2% 2% 2%;
}
.appeal__txt_pk{
  color: #e84d92;
  background-color: #1c1c1c;
  padding: 1% 2% 2% 2%;
}
.appeal__txt_or{
  color: var(--color-pride);
  background-color: #1c1c1c;
  padding: 1% 2% 2% 2%;
}
.appeal__txt_yl{
  color: #ffd500;
  background-color: #1c1c1c;
  padding: 1% 2% 2% 2%;
}
.appeal__cnt_txt{
  color: #666;
  font-size: 1.8rem;
  line-height: 3rem;
}
/* --------------------------------------------------------------------------------
	Profile
-------------------------------------------------------------------------------- */
.profile__wrap{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.profile__logobox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.profile__logobox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile__logobox ul li {
  width: 45%;
  padding-bottom: 2%;
}
.profile__logobox ul li:last-child,.profile__logobox ul li:nth-last-child(2):nth-child(odd) {
  padding-bottom: 0;
}
.profile__logobox ul li:nth-child(even) {
  margin-left: 10%;
}
.profile__logobox ul li img{
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: left;
}
.profile__logotxt {
  width: 100%;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 2%;
}
.profile__txtbox{
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #666;
  padding-top: 5%;
}
.profile__colinkbox{
  width: 100%;
  padding-top: 5%;
}
.profile__colinkbox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 0;
}
.profile__colinkbox ul li {
  width: 32%;
  margin-left: 2%;
}
.profile__colinkbox ul li:first-child,.profile__colinkbox ul li:nth-child(4) {
  margin-left: 0;
}
.profile__colink_img{
  width: 100%;
  margin-bottom: 4%;
}
.profile__colink_btn{
  font-size: 1.6rem;
}

/* --------------------------------------------------------------------------------
	Modal
-------------------------------------------------------------------------------- */
/* モーダル表示時に背景固定 */
.overlay {
  width: 100%;/* 黒背景も画面いっぱいに */
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
}
/* 配置関連。モーダル自体とは関係なし */
.modal {
  position: absolute;
  background-color: #fff;
  top: 0%;
  left: 0%;
  width: 100%;
  padding-top: 5vh;
}
body.fixed_01,body.fixed_02,body.fixed_03,body.fixed_04,body.fixed_05,body.fixed_06,body.fixed_07,body.fixed_08,body.fixed_09,body.fixed_10,body.fixed_11,body.fixed_12 {
  position: fixed;
  left: 0;
  right: 0;
}
.content_01,.content_02,.content_03,.content_04,.content_05,.content_06,.interview_01,.interview_02,.interview_03,.interview_04,.interview_05,.interview_06 {
  display: none;/* 初期状態 */
  position: fixed;
  top: 0;
  width: 100%;/* モーダルは画面いっぱいに */
  height: 100vh;/* モーダルは画面いっぱいに */
  z-index: 20000;
  overflow: auto;
}
.modal__closebox{
  position: absolute;
  top: 3vh;
  right: 5vh;
}
.modal__closebox2{
  width: 100%;
  text-align: center;
  padding-bottom: 5vh;
}
.close__btn{
  font-size: 3em;
  color: #1c1c1c;
  position: relative;
  text-align: center;
  width: 50px;
}
.close__btn::after{
  content: 'CLOSE';
  font-size: 1.4rem;
  color: #1c1c1c;
  position: absolute;
  top: 50px;
  left:0;
  right: 0;
}
.close__btn:hover,.close__btn:hover::after{
  color: #666;
}
.modal__wrap{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
.modal__wrap2{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
/* --------------------------------------------------------------------------------
	Modal Profile
-------------------------------------------------------------------------------- */
.modal__section{
  width: 100%;
  margin-top: 7vh;
}
.btn__section{
  width: 100%;
  padding-top: 7vh;
}
.company__section{
  width: 100%;
  margin-top: 5vh;
}
.profile__ttl{
  width: 100%;
  border-bottom: solid 1px #1c1c1c;
  text-align: center;
  padding-bottom: 1%;
}
.profile__ttl img{
  width: 40%;
}
.modal__subttl_matsuoka{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0091db;
}
.modal__subttl_pride{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color-pride);
}
.modal__subttl_yamacho{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #00af89;
}
.modal__subttl_mubiluto{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e84d92;
}
.modal__subttl_koyo{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e50043;
}
.modal__subttl_kato{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #6fba2c;
}
.company__wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.document__wrap{
  width: 100%;
  margin-top: 3%;
}
.document__wrap2{
  width: 80%;
  margin: 3% auto 0 auto;
}
.strengths__wrap{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.strengths__catch{
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
}
.strengths__txt{
  width: 100%;
  line-height: 1.5em;
  margin-top: 15px;
}
.strengths__txt p{
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.strengths__txt p:first-of-type{
  margin-top: ;
}
.company__img{
  width: 36%;
}
.company__txtbox{
  width: 60%;
}
.company__txtbox ul{
  width: 100%;
  border-top: solid 1px #999;
}
.company__txtbox ul li{
  width: 100%;
  border-bottom: solid 1px #999;
  display: flex;
  color: #666;
}
.company__txtbox_left{
  width: 20%;
  background-color: #f7f8f8;
  text-align: center;
  padding: 1.5% 2%;
}
.company__txtbox_right{
  width: 80%;
  padding: 1.5% 2%;
}
.massage__section{
  width: 100%;
  margin-top: 5vh;
  padding: 5vh 0;
  background-color: #eee;
}
.massage__txt{
  width: 100%;
  color: #666;
  margin-top: 3%;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.history__section{
  width: 100%;
  margin-top: 5vh;
}
.history__txtbox{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.history__txtbox ul{
  width: 100%;
  border-top: solid 1px #999;
}
.history__txtbox ul li{
  width: 100%;
  border-bottom: solid 1px #999;
  display: flex;
  color: #666;
}
.history__txtbox_left{
  width: 13%;
  background-color: #f7f8f8;
  text-align: center;
  padding: 1.5% 1%;
}
.history__txtbox_right{
  width: 81%;
  padding: 1.5% 2%;
}
/* --------------------------------------------------------------------------------
	Data
-------------------------------------------------------------------------------- */
.data__wrap{
  background-image: url("../images/index/data-back.png");
  margin-top: 1%;
}
.data__box{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2%;
}
.data__box ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.data__box ul li{
  width: 41%;
  margin-bottom: 3%;
  padding: 2% 3%;
}
.data__box ul li:last-child,.data__box ul li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.data__box_bl{
  background-color: #0091db;
  color: #0091db;
}
.data__box_nv{
  background-color: #003d8b;
  color: #006BEF;
}
.data__box_pk{
  background-color: #e84d92;
  color: #e84d92;
}
.data__box_or{
  background-color: var(--color-pride);
  color: var(--color-pride);
}
.data__box_yl{
  background-color: #faee00;
  color: #faee00;
}
.data__box_pl{
  background-color: #b164a5;
  color: #b164a5;
}
.data__box_gr{
  background-color: #00af89;
  color: #00af89;
}
.data__box_ygr{
  background-color: #75bc2a;
  color: #75bc2a;
}
.data__ttl{
  width: 96%;
  background-color: #1c1c1c;
  text-align: center;
  font-size: 2.5rem;
  padding: 2%;
}
.data__img{
  width: 100%;
  margin-top: 1%;
}
.data__txt{
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 2%;
}
.data__txt_gr{
  width: 100%;
  color: #666;
  font-size: 1.4rem;
  margin-top: 3%;
}
/* --------------------------------------------------------------------------------
	Interview
-------------------------------------------------------------------------------- */
.interview__wrap_matsuoka{
  width: 100%;
  background-image:  url("../images/index/stripe-back_matsuoka.png");
  margin-top: 7vh;
}
.interview__wrap_pride{
  width: 100%;
  background-image:  url("../images/index/stripe-back_pride.png");
  margin-top: 5vh;
}
.interview__wrap_yamacho{
  width: 100%;
  background-image:  url("../images/index/stripe-back_yamacho.png");
  margin-top: 5vh;
}
.interview__wrap_mubiluto{
  width: 100%;
  background-image:  url("../images/index/stripe-back_mubiluto.png");
  margin-top: 5vh;
}
.interview__wrap_koyo{
  width: 100%;
  background-image:  url("../images/index/stripe-back_koyo.png");
  margin-top: 5vh;
}
.interview__wrap_kato{
  width: 100%;
  background-image:  url("../images/index/stripe-back_kato.png");
  margin-top: 5vh;
}
.interview__cntbox{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}
.interview__contents{
  width: 100%;
  display: flex;
}
.interview__img01{
  width: 30%;
  background-color: rgba(255,255,255,0.5);
}
.interview__img02{
  width: 30%;
  background-color: rgba(255,255,255,0.5);
}
.interview__img03{
  width: 30%;
}
.interview__img_matsuoka01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_matsuoka01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_matsuoka02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_matsuoka02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_pride01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_pride01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_pride02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_pride02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_yamacho01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_ashital01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_yamacho02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_ashital02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_mubiluto01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_mubiluto01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_mubiluto02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_mubiluto02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_koyo01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_koyo01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_koyo02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_koyo02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_kato01{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_kato01.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__img_kato02{
  width: 100%;
  height: 100%;
  background: url(../images/index/iv-img_kato02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.interview__name{
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 5%;
}
.interview__mainbox_matsuoka{
  width: 36%;
  background-color: #0091db;
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_matsuoka{
  position: absolute;
  top: -20px;
  right: -40px;
  background: url(../images/index/iv-catch_matsuoka.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
.interview__mainbox_pride{
  width: 36%;
  background-color: var(--color-pride);
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_pride{
  position: absolute;
  top: -20px;
  left: -40px;
  background: url(../images/index/iv-catch_pride.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
.interview__mainbox_yamacho{
  width: 36%;
  background-color: #00af89;
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_yamacho{
  position: absolute;
  top: -20px;
  right: -40px;
  background: url(../images/index/iv-catch_yamacho.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
.interview__mainbox_mubiluto{
  width: 36%;
  background-color: #e84d92;
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_mubiluto{
  position: absolute;
  top: -20px;
  left: -40px;
  background: url(../images/index/iv-catch_mubiluto.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
.interview__mainbox_koyo{
  width: 36%;
  background-color: var(--color-koyo);
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_koyo{
  position: absolute;
  top: -20px;
  right: -40px;
  background: url(../images/index/iv-catch_koyo.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
.interview__mainbox_kato{
  width: 36%;
  background-color: var(--color-kato);
  padding: 3.5vh 2vh 2.5vh 2vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.interview__catch_kato{
  position: absolute;
  top: -20px;
  left: -40px;
  background: url(../images/index/iv-catch_kato.png) no-repeat;
  width: 300px;
  height: 50px;
  padding-top: 6px;
  z-index: 5;
}
/* --------------------------------------------------------------------------------
	Modal Interview
-------------------------------------------------------------------------------- */
.interview__wrapper{
  width: 100%;
  display: flex;
  margin-top: 7%;
}
.interview__image01{
  width: 45%;
  padding-right: 5%;
  order: 1;
}
.interview__cntwrap01{
  width: 50%;
  max-width: 500px;
  margin-right: auto;
  padding: 0 5% 0 0;
  order: 2;
}
.interview__image02{
  width: 45%;
  padding-left: 5%;
  order: 2;
}
.interview__cntwrap02{
  width: 50%;
  max-width: 500px;
  margin-left: auto;
  padding: 0 0 0 5%;
  order: 1;
}
.interview__jobyear_l{
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 1%;
}
.interview__jobyear_r{
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 1%;
}
.interview__person{
  font-size: 1.8rem;
  width: calc(40% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview__txt{
  font-size: 1.6rem;
  width: 100%;
}
.interview__ttlbox_matsuoka{
  width: 100%;
  border: solid 1px #0091db;
  display: flex;
}
.interview__job_matsuoka{
  width: 60%;
  background-color: #0091db;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_matsuoka{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-matsuoka);
}
.interview__subttl_matsuoka{
  width: 100%;
  border-bottom: dotted 1px #0091db;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0091db;
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.interview__ttlbox_pride{
  width: 100%;
  border: solid 1px var(--color-pride);
  display: flex;
}
.interview__job_pride{
  width: 60%;
  background-color: var(--color-pride);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_pride{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-pride);
}
.interview__subttl_pride{
  width: 100%;
  border-bottom: dotted 1px var(--color-pride);
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-pride);
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.interview__ttlbox_yamacho{
  width: 100%;
  border: solid 1px #00af89;
  display: flex;
}
.interview__job_yamacho{
  width: 60%;
  background-color: #00af89;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_yamacho{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-ashital);
}
.interview__subttl_yamacho{
  width: 100%;
  border-bottom: dotted 1px #00af89;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00af89;
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.interview__ttlbox_mubiluto{
  width: 100%;
  border: solid 1px #e84d92;
  display: flex;
}
.interview__job_mubiluto{
  width: 60%;
  background-color: #e84d92;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_mubiluto{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-mubiluto);
}
.interview__subttl_mubiluto{
  width: 100%;
  border-bottom: dotted 1px #e84d92;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e84d92;
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.interview__ttlbox_koyo{
  width: 100%;
  border: solid 1px var(--color-koyo);
  display: flex;
}
.interview__job_koyo{
  width: 60%;
  background-color: var(--color-koyo);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_koyo{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-koyo);
}
.interview__subttl_koyo{
  width: 100%;
  border-bottom: dotted 1px var(--color-koyo);
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-koyo);
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.interview__ttlbox_kato{
  width: 100%;
  border: solid 1px var(--color-kato);
  display: flex;
}
.interview__job_kato{
  width: 60%;
  background-color: var(--color-kato);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_kato{
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: var(--color-kato);
}
.interview__subttl_kato{
  width: 100%;
  border-bottom: dotted 1px var(--color-kato);
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-kato);
  padding-bottom: 1%;
  margin-top: 3%;
  margin-bottom: 1%;
}

/* --------------------------------------------------------------------------------
	Q&A
-------------------------------------------------------------------------------- */
.bg__qa{
  width: 100%;
}
.qa__wrap{
  background-image: url("../images/index/data-back.png");
  margin-top: 1%;
}
.qa__box{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2%;
}
.qa__box ul{
  width: 100%;
}
.qa__box ul li{
  width: 100%;
  margin-bottom: 3%;
  background-color: #fff;
  border: solid 1px var(--color-main);
}
.qa__box ul li:last-child{
  margin-bottom: 0;
}
.displayNone {
  display: none;
}
.accordion a {
  display: block;
}
.contentWrap {
  padding: 1% 2% 2% 2%;
}
.switch {
  cursor:pointer;
  padding: 1.5% 2%;
  position: relative;
}
.switch:after {
  position: absolute;
  top: 30%;
  right: 2%;
  font-family: 'Font Awesome 6 Pro';
	content: '\f105';
  font-weight: 900;
  color: var(--color-main);
}
.switch.open:after {
  font-family: 'Font Awesome 6 Pro';
	content: '\f107';
  font-weight: 900;
  color: var(--color-main);
}
.qa__txt_q{
  color: #333;
  font-size: 1.8rem;
  padding-left: 4.5rem;
}
.qa__txt_q::before{
  content: 'Q';
  font-size: 3.6rem;
  font-weight: 900;
  color: var(--color-main);
  position: absolute;
  top: -5%;
  left: 2%;
}
.qa__txtbox_a{
  width: 100%;
  display:flex;
}
.qa__ttl_a{
  font-size: 3.6rem;
  font-weight: 900;
  color: var(--color-sub);
  padding: 0 0.4%;
}
.qa__txt_a{
  color: #666;
  font-size: 1.6rem;
  padding-left: 1.2rem;
  padding-top: 2%;
}
/* --------------------------------------------------------------------------------
	Recruit button
-------------------------------------------------------------------------------- */
.recruit__btnwrap{
  width: 100%;
  text-align: center;
}
.recruit__btnbox{
  max-width:980px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2% 3% 2%;
}
.button_rec {
  position: relative;
  display: inline-block;
  width: 60%;
  padding: 2.5% 0;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid var(--color-sub);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  background-color: var(--color-sub);
  z-index: 1;
}
.button_rec:hover {
  color: var(--color-sub);
  z-index: 1;
}
.button_rec span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
}
.button_rec::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button_rec:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  z-index: 1;
}
.button_rec::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-family: 'Font Awesome 6 Pro';
	content: '\f105';
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
  transition-delay: .2s;
  z-index: 1;
}
.button_rec:hover::after {
  color: var(--color-sub);
  transition-delay: .2s;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* --------------------------------------------------------------------------------
  	TOP画像
  -------------------------------------------------------------------------------- */
  .main__wrap{
    width: 100%;
    height: calc(100vh - 60px);
  }
  .topimg__catch{
    position: absolute;
    bottom: 3%;
    left: 5%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    font-size: 15vw;
    line-height: 1em;
  }
  .fadein5 {
    opacity: 0.1;
    transform: translate(0, 0);
    transition: all 800ms;
  }
  .fadein5.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* --------------------------------------------------------------------------------
  	top slide
  -------------------------------------------------------------------------------- */
  .main__imgbox{
    & ul.slidebox{
      & li{
        width: 100%;
        height: calc(100vh - 60px);
      }
    }
  }
  /* --------------------------------------------------------------------------------
  	logo slide
  -------------------------------------------------------------------------------- */
  .main__logowrap{
    height: 60px;
    padding: 10px 0;
  }
  .logo-slick {
    width: 100%;
  }
  .logo-slick__item a {
    padding: 5px;
  }
  .logo-slick__item a img {
    height: 30px;
  }
  /* --------------------------------------------------------------------------------
  	お知らせ
  -------------------------------------------------------------------------------- */
  .news__wrap{
    max-width: 95%;
    margin-top: 5%;
  }
  .news__wrap ul li{
    width: 100%;
    margin-top: 20px;
  }
  .contentWrap2 {
    margin-top: 5px;
    padding-bottom: 20px;
  }
  .info__date{
    width: 100%;
    font-size: 1.8rem;
  }
  .info__ttlbox{
    width: 100%;
  }
  .info__ttlbox h2{
    font-size: 1.8rem;
  }
  .news__cntbox{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .news__linkbox a{
    width: 100%;
  }
  /* --------------------------------------------------------------------------------
  	タイトル
  -------------------------------------------------------------------------------- */
  .title__wrap{
    border-top: solid 5px var(--color-main);
    position: static;
    padding-top: 1%;
    margin-top: 5%;
  }
  .title__box{
    text-align: center;
  }
  .title__box h2{
    position: static;
    font-size: 5rem;
    line-height:  5rem;
    padding: 0 2vw;
  }
  .subtitle__wrap{
    text-align: center;
    margin-top: 1rem;
    border-bottom: solid 5px var(--color-main);
    padding-bottom: 1%;
  }
  .subtitle__box{
    font-size: 2rem;
    font-weight: bold;
    margin-left: 2vw;
  }
  article{
    width: 100%;
    flex-wrap: wrap;
  }
  .appeal__imgbox_r,.appeal__imgbox_l{
    width: 100vw;
  }
  .appeal__img01{
    height: 25vh;
  }
  .appeal__img02{
    height: 25vh;
  }
  .appeal__img03{
    height: 25vh;
  }
  .appeal__img04{
    height: 25vh;
  }
  .appeal__img05{
    height: 25vh;
  }
  .appeal__cntbox_r,.appeal__cntbox_l{
    width: 100vw;
    margin-top: 5%;
  }
  .appeal__imgbox_r,.appeal__imgbox_l{
    order: 1;
    margin-top: 10%;
  }
  .appeal__cntbox_l,.appeal__cntbox_r{
    order: 2;
  }
  .appeal__cntbox_r{
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
  }
  .appeal__cntbox_l{
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
  }
  .appeal__icon_01,.appeal__icon_02,.appeal__icon_03,.appeal__icon_04,.appeal__icon_05{
    width: 100%;
    height: 50px;
    position: relative;
  }
  .appeal__icon_04{
    margin-top:10px;
  }
  .appeal__icon_01 img{
    height: 80px;
    right: 3.5%;
  }
  .appeal__icon_02 img{
    height: 80px;
    right: 0;
  }
  .appeal__icon_03 img{
    height: 80px;
    left: 65%;
  }
  .appeal__icon_04 img{
    height: 50px;
    left: 50%;
    bottom: 2.5rem;
  }
  .appeal__icon_05 img{
    height: 60px;
    right: 5%;
    bottom: 10px;
  }
  .appeal__cnt{
    width: 86%;
    border: solid 1px #1c1c1c;
    border-radius: 10px;
    position: relative;
    margin: 0 2%;
  }
  .appeal__cnt_space1{
    padding: 6% 5% 4% 5%;
  }
  .appeal__cnt_space2{
    padding: 6% 5% 4% 5%;
  }
  .appeal__cnt_ttl1{
    width: 90%;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1%;
    position: absolute;
    top: -5rem;
  }
  .appeal__cnt_ttl2{
    width: 90%;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1%;
    position: absolute;
    top: -2rem;
    text-align: left;
  }
  .appeal__txt_bl{
    color: #0091db;
    background-color: #1c1c1c;
    padding: 1% 2% 2% 2%;
  }
  .appeal__txt_gr{
    color: #75bc2a;
    background-color: #1c1c1c;
    padding: 1% 2% 2% 2%;
  }
  .appeal__txt_pk{
    color: #e84d92;
    background-color: #1c1c1c;
    padding: 1% 2% 2% 2%;
  }
  .appeal__txt_or{
    color: var(--color-pride);
    background-color: #1c1c1c;
    padding: 1% 2% 2% 2%;
  }
  .appeal__txt_yl{
    color: #ffd500;
    background-color: #1c1c1c;
    padding: 1% 2% 2% 2%;
  }
  .appeal__cnt_txt{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  /* --------------------------------------------------------------------------------
  	Profile
  -------------------------------------------------------------------------------- */
  .profile__logobox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0;
  }
  .profile__logobox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .profile__logobox ul li {
    width: 100%;
    padding-bottom: 7%;
  }
  .profile__logobox ul li:nth-last-child(2):nth-child(odd) {
    padding-bottom: 7%;
  }
  .profile__logobox ul li:last-child {
    padding-bottom: 0;
  }
  .profile__logobox ul li:nth-child(even) {
    margin-left: 0;
  }
  .profile__logobox ul li img{
    width: 100%;
  }
  .profile__logotxt {
    width: 100%;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 1%;
  }
  .profile__logopd_matsuoka{
    padding-top: 1.4vh;
  }
  .profile__logopd_yamacho{
    padding-top: 1vh;
  }
  .profile__txtbox{
    width: 95%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .profile__colinkbox{
    width: 95%;
    padding-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile__colinkbox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
  .profile__colinkbox ul li {
    width: 48%;
    margin-left: 4%;
  }
  .profile__colinkbox ul li:nth-child(4) {
    margin-left: 4%;
  }
  .profile__colinkbox ul li:nth-child(odd) {
    margin-left: 0;
  }
  .profile__colink_img{
    width: 100%;
    margin-bottom: 4%;
  }
  .profile__colink_btn{
    font-size: 1.3rem;
  }

  /* --------------------------------------------------------------------------------
  	Modal Profile
  -------------------------------------------------------------------------------- */
  .modal__closebox{
    position: absolute;
    top: 1vh;
    right: 1vh;
  }
  .modal__closebox2{
    width: 100%;
    text-align: center;
    padding-bottom: 5vh;
  }
  .close__btn{
    font-size: 2em;
    color: #1c1c1c;
    position: relative;
    text-align: center;
    width: 50px;
  }
  .close__btn::after{
    font-size: 1rem;
    top: 35px;
  }
  .modal__section{
    width: 100%;
    margin-top: 7vh;
  }
  .btn__section{
    width: 100%;
    padding-top: 7vh;
    padding-bottom: 15vh;
  }
  .company__section{
    width: 100%;
    margin-top: 5vh;
  }
  .profile__ttl{
    width: 100%;
    border-bottom: solid 1px #1c1c1c;
    text-align: center;
    padding-bottom: 1%;
  }
  .profile__ttl img{
    width: 80%;
  }
  .modal__subttl_matsuoka{
    font-size: 2rem;
  }
  .modal__subttl_pride{
    font-size: 2rem;
  }
  .modal__subttl_yamacho{
    font-size: 2rem;
  }
  .modal__subttl_mubiluto{
    font-size: 2rem;
  }
  .document__wrap2{
    width: 100%;
    margin: 3% auto 0 auto;
  }
  .strengths__wrap{
    width: 100%;
    margin-top: 3%;
  }
  .company__wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
  }
  .company__img{
    width: 100%;
    margin-bottom: 5%;
  }
  .company__txtbox{
    width: 100%;
    font-size: 1.4rem;
  }
  .company__txtbox ul{
    width: 100%;
    border-top: solid 1px #999;
  }
  .company__txtbox ul li{
    width: 100%;
    border-bottom: solid 1px #999;
    display: flex;
    color: #666;
  }
  .company__txtbox_left{
    width: 25%;
    background-color: #f7f8f8;
    text-align: center;
    padding: 1.5% 2%;
  }
  .company__txtbox_right{
    width: 75%;
    padding: 1.5% 2%;
  }
  .massage__section{
    width: 100%;
    margin-top: 5vh;
    padding: 5vh 0;
    background-color: #eee;
  }
  .massage__txt{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .history__section{
    width: 100%;
    margin-top: 5vh;
  }
  .history__txtbox{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    font-size: 1.4rem;
  }
  .history__txtbox_left{
    width: 23%;
    background-color: #f7f8f8;
    text-align: center;
    padding: 1.5% 1%;
  }
  .history__txtbox_right{
    width: 71%;
    padding: 1.5% 2%;
  }
  /* --------------------------------------------------------------------------------
  	Data
  -------------------------------------------------------------------------------- */
  .data__box ul li{
    width: 85%;
    margin-bottom: 5%;
    padding: 5% 3%;
    margin-left: auto;
    margin-right: auto;
  }
  .data__box ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 5%;
  }
  .data__box ul li:last-child {
    margin-bottom: 0;
  }
  /* --------------------------------------------------------------------------------
  	Interview
  -------------------------------------------------------------------------------- */
  .interview__wrap_matsuoka,.interview__wrap_pride,.interview__wrap_yamacho,.interview__wrap_mubiluto,.interview__wrap_koyo,.interview__wrap_kato{
    margin-top: 15%;
  }
  .interview__cntbox{
    padding: 0;
  }
  .interview__contents{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .interview__img01{
    width: 100%;
    order:1;
  }
  .interview__img02{
    display: none;
  }
  .interview__img03{
    display: none;
  }
  .interview__img_matsuoka01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_matsuoka-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__img_pride01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_pride-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__img_yamacho01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_ashital-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__img_mubiluto01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_mubiluto-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__img_koyo01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_koyo-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__img_kato01{
    width: 100%;
    height: 23vh;
    background: url(../images/index/iv-img_kato-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .interview__name{
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 5%;
  }
  .interview__mainbox_matsuoka,.interview__mainbox_pride,.interview__mainbox_yamacho,.interview__mainbox_mubiluto,.interview__mainbox_koyo,.interview__mainbox_kato{
    width: 100%;
    padding: 2vh 3vh 3vh 3vh;
    order:2;
  }
  .interview__catch_matsuoka,.interview__catch_yamacho,.interview__catch_koyo{
    top: -28vh;
    right: 2%;
  }
  .interview__catch_pride,.interview__catch_mubiluto,.interview__catch_kato{
    top: -28vh;
    left: 2%;
  }
  /* --------------------------------------------------------------------------------
  	Modal Interview
  -------------------------------------------------------------------------------- */
  .interview__wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
  }
  .interview__image01,.interview__image02{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .interview__cntwrap01,.interview__cntwrap02{
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    order: 2;
  }
  .interview__jobyear_l,.interview__jobyear_r{
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding-bottom: 2%;
    padding-top: 3%;
  }
  .interview__person{
    width: calc(30% - 40px);
    font-size: 1.4rem;
  }
  .interview__txt{
    font-size: 1.4rem;
    width: 100%;
  }
  .interview__job_matsuoka,.interview__job_pride,.interview__job_yamacho,.interview__job_mubiluto,.interview__job_koyo,.interview__job_kato{
    width: 70%;
    font-size: 1.4rem;
    text-align: center;
  }
  .interview__subttl_matsuoka,.interview__subttl_pride,.interview__subttl_yamacho,.interview__subttl_mubiluto,.interview__subttl_koyo,.interview__subttl_kato{
    font-size: 1.4rem;
  }
  /* --------------------------------------------------------------------------------
  	Q&A
  -------------------------------------------------------------------------------- */
  .qa__box ul li{
    width: 100%;
    margin-bottom: 3%;
  }
  .qa__box ul li:last-child{
    margin-bottom: 0;
  }
  .displayNone {
    display: none;
  }
  .accordion a {
    display: block;
  }
  .contentWrap {
    padding: 1% 2% 2% 2%;
  }
  .switch {
    cursor:pointer;
    padding: 2.5% 3% 2.5% 2%;
    position: relative;
  }
  .switch:after {
    position: absolute;
    top: 30%;
    right: 2%;
    font-family: 'Font Awesome 6 Pro';
  	content: '\f105';
    font-weight: 900;
  }
  .switch.open:after {
    font-family: 'Font Awesome 6 Pro';
  	content: '\f107';
    font-weight: 900;
  }
  .qa__txt_q{
    font-size: 1.4rem;
    padding-left: 4rem;
  }
  .qa__txt_q::before{
    content: 'Q';
    font-size: 3rem;
    font-weight: 900;
    position: absolute;
    top: -15%;
    left: 2%;
  }
  .qa__ttl_a{
    font-size: 3rem;
    font-weight: 900;
    padding: 0 0.4%;
  }
  .qa__txt_a{
    font-size: 1.4rem;
    padding-left: 1.2rem;
    padding-top: 2%;
  }
  /* --------------------------------------------------------------------------------
  	Recruit button
  -------------------------------------------------------------------------------- */
  .button_rec {
    width: 80%;
    padding: 2.5% 0;
  }
  .button_rec:hover {
    color: #333;
    z-index: 20;
  }
  .button_rec span {
    position: relative;
    z-index: 30;
    font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
  }
  .button_rec::after {
    right: 5%;
    font-size: 2rem;
  }
}
