
.page #recruit .page__title {
   background-image: url('../img/recruit/img_recruit_titleback_pc.jpg');
}
.page-parent .page #recruit .page__title {
   background-image: url('../img/recruit/img_recruit-top_titleback_pc.jpg');
   background-position: top center;
   background-size: 1580px;
   background-repeat: no-repeat;
   height: 568px;
}
.page-parent .page #recruit .page__title__inner {

}
@media only screen and (max-width: 1100px) {
   .page #recruit .page__title {
      background-image: url('../img/recruit/img_recruit_titleback_sp.jpg');
   }
   .page-child .page #recruit .page__title {
      background-color:rgba(255,255,255,0.2);
      background-blend-mode: overlay;
   }
   .page-parent .page #recruit .page__title {
      background-image: url('../img/recruit/img_recruit-top_titleback_sp.jpg');
      background-size: cover;
      height: 240px
   }
   .page-parent .page #recruit .page__title__inner {
      background-size: 50% 100%;
   }

}

.messageWrap {
   width: 100vw;
   margin: 0 calc(50% - 50vw);
   display: flex;
   justify-content: center;
}
.messageArea {
   width: 1524px;
   background-image: url('../img/recruit/img_recruit_message_back-pc.svg');
   background-position: top center;
   background-size: 1524px;
   background-repeat: no-repeat;
   padding: 90px 0
}
.massageInner {
   width: 604px;
   margin: 0 auto;
   padding: 45px;
   background-color: rgba(255,255,255,0.8);
}
.messageWrap h4 {
   font-size: 32px;
   font-weight: 500;
   line-height: 1.2;
   color: #009e40;
   text-align: center;
}
.messageWrap p {
   margin-top: 2em;
   text-align: center;
}
@media only screen and (max-width: 900px) {
   .messageArea {
      width: 97dvw;
      background-image: url('../img/recruit/img_recruit_message_back-sp.svg');
      background-size: 100%;
      background-position: bottom;
      padding: 1em;
      padding-bottom: 100px;
   }
   .massageInner {
      width: 100%;
      padding: 70px 1em 80px 1em;
   }
   .messageWrap h4 {
      font-size: 24px;
   }
}

/* ニュース */
#recruit .newsArea {
   width: 100vw;
   margin: 0 calc(50% - 50vw);
   display: flex;
   justify-content: center;
   background-color: #E8F3F1;
}
#recruit #newsWrap {
   width: 1280px;
   max-width: 100%;
   padding: 80px 40px;
   margin: 0 auto;
}
.newsWrap__content {
   padding: 60px 100px;
   background-color: #fff;
}
#recruit #newsWrap h4 {
   font-size: 22px;
   font-weight: 500;
   font-family: "Roboto", sans-serif;
}
#recruit #newsListWrap {
    margin-top: 10px;
}
#recruit .news__cate {
    display: none;
}
#recruit .news__more {
    margin-top: 0.5em;
    text-align: right;
    padding: 0;
}
#recruit .news__more a span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 700;
    color: #7e7e7e;
}
#recruit .news__more a span::after {
    content: '＞';
    display: inline-block;
    margin-left: 0.3em;
}
@media only screen and (max-width: 1100px) {
   #recruit #newsWrap {
      padding: 60px 3.5dvw;
   }
   #recruit .newsWrap__content {
      padding: 3em 1em;
   }
   #recruit #newsWrap h4 {
      font-size: 18px;
   }
   #recruit .news__more a span {
      font-size: 12px;
   }
}

/* メニュー */
#recruit .menuWrap {
   padding-top: 100px;
   max-width: 1280px;
   margin: 0 auto;
}
#recruit #contentWrap .menuWrap h3 {
   text-align: center;
}
#recruit #contentWrap .menuWrap h3::before {
   left: 50%;
   transform: translateX(-50%);
}
#recruit .menuWrap .related__list {
   margin-top: 50px;
   justify-content: center;
}



#recruit .recruit__title {
   width: 100%;
   padding: 40px 20px;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.2;
   position: relative;
}
#recruit .recruit__title .note {
   font-size: 16px;
}
#recruit .recruit__title::after {
    content: '';
    background-image: url('../img/common/icon_arrow_right_green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#recruit .recruit__menuitems--sub {
   margin-top: 70px;
}
#recruit .recruit__menuitems--sub .recruit__menuitem {
   width: 384px;
   flex: none;
}
#recruit .recruit__menuitems--sub .recruit__menuimg {
   width: 120px;
}
#recruit .recruit__menuitems--sub .recruit__title {
   display: flex;
   align-items: center;
}
#recruit .recruit__menuitems--sub .recruit__title::after {
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
   #recruit .menuWrap {
      padding-top: 130px;
   }
   #recruit .recruit__menuitems {
      flex-flow: column;
      gap: 26px;
   }
   #recruit .recruit__menuimg {
      width: 41%;
   }
   #recruit .recruit__title {
      padding: 18px 10px;
      font-size: 18px;
   }
   #recruit .recruit__title .note {
      font-size: 14px;
   }
   #recruit .recruit__title::after {
      width: 16px;
      height: 16px;
      right: 10px;
      bottom: 20px;
   }
   #recruit .recruit__menuitems--sub {
      margin-top: 50px;
   }
   #recruit .recruit__menuitems--sub .recruit__menuitem {
      width: 100%;
   }
   #recruit .recruit__menuitems--sub .recruit__menuimg {
      width: 31.3%;
   }
}

/*問い合わせはこちら*/
.recruit__contactWrap {
   width: 590px;
   max-width: 100%;
   margin: 80px auto 0 auto;
   padding: 70px 100px;
   background-image: url('../img/recruit/img_recruit_contactWrap_back-pc.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.recruit__contactWrap p {
   font-size: 18px;
   font-weight: 700;
   color: #fff;
   text-align: center;
}
.recruit__contactWrap a {
   width: 390px;
   margin: 0.5em auto 0 auto;
   background-color: #fff;
   color: #009e40;
   font-size: 20px;
   font-weight: 500;
   padding: 0.5em 1em;
   transition: 0.3s;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.recruit__contactWrap a::after {
	content: '';
	background-image: url('../img/common/icon_arrow_right_green_white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 30px;
	width: 30px;
}
.recruit__contactWrap a:hover {
   opacity: 1;
}
.recruit__contactWrap a:hover::after {
	background-image: url('../img/common/icon_arrow_right_green.svg');
}
@media only screen and (max-width: 900px) {
   .recruit__contactWrap {
      margin: 150px auto 0 auto;
      padding: 30px 20px 60px 20px;
      background-image: url('../img/recruit/img_recruit_contactWrap_back-sp.svg');
  
   }
   .recruit__contactWrap p {
      font-size: 16px;
   }
   .recruit__contactWrap a {
      max-width: 100%;
      font-size: 18px;
   }
}

/*** キャリア採用 ***/
.career_accordionWrap {
   margin-top: 30px;
}
.career_accordionWrap .accordion:nth-child(n+2) {
   margin-top: 30px;
}
.career_accordionWrap dt {
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   padding: 20px 40px;
   line-height: 1.35;
   background-color: #009e40;
   cursor: pointer;
   position: relative;
}
.career_accordionWrap dt::after {
   content: "";
   width: 20px;
   height: 11px;
   background: url(../img/common/icon_arrow02_down_white.svg) no-repeat center / contain;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%) rotate(180deg);
   transition: 0.3s;
}
.career_accordionWrap dt.open::after {
   transform: translateY(-50%) rotate(0deg);
}
.career_accordionWrap dd {
   display: none;
   background-color: #FFF8EE;
   padding: 30px 60px;
}
.career_accordionWrap table {
   width: 100%;
   border-collapse: collapse;
   table-layout: fixed;
}
.career_accordionWrap table tr {
   display: flex;
   border-bottom: 1px solid #acacac;
}
.career_accordionWrap table tr:first-child {
   display: flex;
   border-top: 1px solid #acacac;
}
.career_accordionWrap table th {
   width: 200px;
   background-color: #E8F3F1;
   font-weight: 500;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}
.career_accordionWrap table td {
   padding: 0.5em 1em;
   background-color: #fff;
   width: 100%;
   border-left: 1px solid #acacac;
   display: flex;
   align-items: center;
}

.career_accordionWrap table td p {
   line-height: 1.35;
}
#recruit .career_accordionWrap li {
   line-height: 1.35;
}
@media only screen and (max-width: 900px) {
   .career_accordionWrap dt {
      font-size: 14px;
      padding-left: 20px;
      padding-right: 20px;
   }
   .career_accordionWrap dd {
      padding: 30px 20px;
   }
   .career_accordionWrap dt::after {
      width: 16px;
      height: 9px;
      right: 10px;
   }
   .career_accordionWrap table th {
      width: 110px;
      padding: 0.7em;
   }
   .career_accordionWrap table td {
      padding: 0.7em;
   }

}

/*** faq ***/
.recruit-faq-menu-list {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 50px;
}
.recruit-faq-menu-list li {
   width: calc((100% - 60px) / 4);
   border-top: 1px solid #acacac;
   border-bottom: 1px solid #acacac;
   display: flex;
   align-items: center;
}
.recruit-faq-menu-list li a {
   display: inline-block;
   width: 100%;
   padding: 15px 3em 15px 1em;
   position: relative;
   transition: 0.3s;
   line-height: 1.35;
}
.recruit-faq-menu-list li a::after {
   content: '';
   position: absolute;
   top: 50%;
   right: 1em;
   transform: translateY(-50%);
   background-image: url('../img/common/icon_arrow_down_green.svg');
   background-repeat: no-repeat;
   background-size: 100%;
   height: 24px;
   width: 24px;
}
.recruit-faq-menu-list li a:hover::after {
   background-image: url('../img/common/icon_arrow_down_green_white.svg');
}
#content01 {
   margin-top: 130px;
}
.career_accordionWrap.faq dt {
   padding-left: 40px;
   display: flex;
   gap: 25px;
}

.career_accordionWrap.faq dt::before {
   content: url(../img/common/icon_faq_q.svg);
   width: 30px;
   height: 30px;
}
.career_accordionWrap.faq dd {
   padding: 1em 40px;
   display: none;
}
.career_accordionWrap.faq dd > div {
   display: flex;
   gap: 25px;
}
.career_accordionWrap.faq dd > div::before {
   content: url(../img/common/icon_faq_a.svg);
   width: 30px;
   height: 30px;
}
.career_accordionWrap.faq dd > div img {
   margin-top: 1em;
   height: 140px;
   width: auto;
}
@media only screen and (max-width: 900px) {
   .recruit-faq-menu-list {
      gap: 15px;
      margin-top: 20px;
   }
   .recruit-faq-menu-list li {
	   width: calc((100% - 15px) / 2);
   }
   .recruit-faq-menu-list li a {
      padding: 0.5em 3em 0.5em 0.3em;
   }
   .recruit-faq-menu-list li a::after {
      width: 16px;
      height: 16px;
   }
   #content01 {
      margin-top: 80px;
   }
   .career_accordionWrap.faq .accordion:nth-child(n+2) {
      margin-top: 1px;
   }
   .career_accordionWrap.faq dt, .career_accordionWrap.faq dd {
      padding-left: 1em;
      padding-right: 32px;
      gap: 10px;
   }
   .career_accordionWrap.faq dd > div {
      gap: 10px;
   }
   .career_accordionWrap.faq dt::before {
      width: 26px;
      height: 26px;
      top: -5px;
      position: relative;
   }
   .career_accordionWrap.faq dd > div::before {
      width: 26px;
      height: 26px;
      top: -2px;
      position: relative;
   }
   .career_accordionWrap.faq dd > div img {
      height: auto;
      max-width: 140px;
   }
}