@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*------------------------
- base
- mv
- link_sec
- smile_sec
- business_sec
- interview_sec
- faq_sec
-------------------------*/
/*=======================================
　base
=======================================*/
.content_link {
  color: var(--main_white);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--main_white);
  background: -webkit-gradient(linear, left top, right top, from(#EB7A0A), to(#F89A3D));
  background: linear-gradient(to right, #EB7A0A 0%, #F89A3D 100%);
  padding: 19px 15px 20px 30px;
  margin-left: auto;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  overflow: hidden;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .content_link:hover {
    color: #F89A3D;
    border-color: #F89A3D;
    background: var(--main_white);
  }
  .content_link:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .content_link:hover .cmn_btn.in-link {
    background: #F89A3D;
  }
  .content_link:hover .cmn_btn.in-link::after {
    background: var(--main_white);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .content_link:hover {
    color: #F89A3D;
    border-color: #F89A3D;
    background: var(--main_white);
  }
  .content_link:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .content_link:hover .cmn_btn.in-link {
    background: #F89A3D;
  }
  .content_link:hover .cmn_btn.in-link::after {
    background: var(--main_white);
  }
}
@media screen and (max-width: 768px) {
  .content_link {
    gap: 15px;
    padding: 9.5px 10px 10px;
  }
}
.content_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-color: var(--main_white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content_link .cmn_btn.in-link {
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 2;
  background: var(--main_white);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .content_link .cmn_btn.in-link {
    width: 22px;
    height: 16px;
    translate: 0 1px;
  }
}
.content_link .cmn_btn.in-link::after {
  width: 14px;
  height: 6px;
  background: #F89A3D;
  -webkit-mask: center/100% 100% url(../img/common/arrow-white.svg) no-repeat;
          mask: center/100% 100% url(../img/common/arrow-white.svg) no-repeat;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.content_link .link_txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .content_link .link_txt {
    font-size: 14px;
  }
}

/*=======================================
　mv
=======================================*/
.mv {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  margin-bottom: 122px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 30px;
  }
}
.mv .ttl {
  width: min(27.695vw, 443.12px);
  aspect-ratio: 443.12/217.52;
  position: absolute;
  top: min(3.199375vw, 51.19px);
  left: min(3.415625vw, 54.65px);
  opacity: 0;
  -webkit-transition: opacity 1.07s ease;
  transition: opacity 1.07s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .ttl {
    width: 76vw;
    top: 6.3093333333vw;
    left: 5.3813333333vw;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
  }
}
.mv .mv_img {
  aspect-ratio: 2800/1340;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    aspect-ratio: 670/572;
    border-radius: 5px;
  }
}
.mv .mv_img .mv_layer,
.mv .mv_img .mv_layer_sp {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv_img .mv_layer_sp {
  display: none;
}
@media (min-width: 769px) {
  .mv .mv_img {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .mv .mv_img .mv_layer-bg {
    opacity: 0;
  }
  .mv .mv_img .mv_layer-load {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .mv .mv_img .mv_layer-shadow {
    opacity: 0;
  }
  .mv .mv_img .mv_layer-bus {
    opacity: 0;
    -webkit-transform: translate(-33px, -8px);
        -ms-transform: translate(-33px, -8px);
            transform: translate(-33px, -8px);
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_img .mv_layer {
    display: none;
  }
  .mv .mv_img .mv_layer_sp {
    display: block;
  }
  .mv .mv_img .mv_layer-sp-bg {
    opacity: 0;
  }
  .mv .mv_img .mv_layer-sp-load {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .mv .mv_img .mv_layer-sp-shadow {
    opacity: 0;
  }
  .mv .mv_img .mv_layer-sp-bus {
    opacity: 0;
    -webkit-transform: translate(-16.5px, -4px);
        -ms-transform: translate(-16.5px, -4px);
            transform: translate(-16.5px, -4px);
  }
}
.mv .mv_img .mv_layer-bg {
  z-index: 1;
}
.mv .mv_img .mv_layer-load {
  z-index: 2;
}
.mv .mv_img .mv_layer-shadow {
  z-index: 3;
}
.mv .mv_img .mv_layer-bus {
  z-index: 4;
}
.mv .mv_img .mv_layer-sp-bg {
  z-index: 1;
}
.mv .mv_img .mv_layer-sp-load {
  z-index: 2;
}
.mv .mv_img .mv_layer-sp-shadow {
  z-index: 3;
}
.mv .mv_img .mv_layer-sp-bus {
  z-index: 4;
}
.mv .ttl_en {
  color: var(--main_blue);
  line-height: 1.625;
  letter-spacing: 0.1em;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: min(2.9375vw, 47px);
  right: min(3.8125vw, 61px);
  opacity: 0;
  -webkit-transition: opacity 1.07s ease;
  transition: opacity 1.07s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .ttl_en {
    color: #1456A3;
    font-size: 2.9333333333vw;
    text-align: left;
    top: 40vw;
    right: auto;
    left: 6.1333333333vw;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
  }
}
body.is-loaded .mv .mv_img {
  opacity: 1;
}
body.is-loaded .mv .ttl {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body.is-loaded .mv .ttl_en {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (min-width: 769px) {
  body.is-loaded .mv .mv_layer-bg {
    -webkit-animation: recruitMvBgFade 0.5s ease forwards;
            animation: recruitMvBgFade 0.5s ease forwards;
  }
  body.is-loaded .mv .ttl {
    -webkit-animation: recruitMvFade 0.6s ease 0.4s both;
            animation: recruitMvFade 0.6s ease 0.4s both;
  }
  body.is-loaded .mv .ttl_en {
    -webkit-animation: recruitMvFade 0.6s ease 0.4s both;
            animation: recruitMvFade 0.6s ease 0.4s both;
  }
  body.is-loaded .mv .mv_layer-load {
    -webkit-animation: recruitMvLoad 0.8s ease-in-out 0.5s forwards;
            animation: recruitMvLoad 0.8s ease-in-out 0.5s forwards;
  }
  body.is-loaded .mv .mv_layer-shadow {
    -webkit-animation: recruitMvFade 0.5s ease 1.2s forwards;
            animation: recruitMvFade 0.5s ease 1.2s forwards;
  }
  body.is-loaded .mv .mv_layer-bus {
    -webkit-animation: recruitMvSlideFade 0.7s ease 1s forwards;
            animation: recruitMvSlideFade 0.7s ease 1s forwards;
  }
}
@media screen and (max-width: 768px) {
  body.is-loaded .mv .mv_layer-sp-bg {
    -webkit-animation: recruitMvBgFade 0.4s ease forwards;
            animation: recruitMvBgFade 0.4s ease forwards;
  }
  body.is-loaded .mv .ttl {
    -webkit-animation: recruitMvFade 0.6s ease 0.4s both;
            animation: recruitMvFade 0.6s ease 0.4s both;
  }
  body.is-loaded .mv .ttl_en {
    -webkit-animation: recruitMvFade 0.6s ease 0.4s both;
            animation: recruitMvFade 0.6s ease 0.4s both;
  }
  body.is-loaded .mv .mv_layer-sp-load {
    -webkit-animation: recruitMvLoad 0.5s ease-in-out 0.4s forwards;
            animation: recruitMvLoad 0.5s ease-in-out 0.4s forwards;
  }
  body.is-loaded .mv .mv_layer-sp-shadow {
    -webkit-animation: recruitMvFade 0.5s ease 1.2s forwards;
            animation: recruitMvFade 0.5s ease 1.2s forwards;
  }
  body.is-loaded .mv .mv_layer-sp-bus {
    -webkit-animation: recruitMvSlideFadeSp 0.9s ease 0.9s forwards;
            animation: recruitMvSlideFadeSp 0.9s ease 0.9s forwards;
  }
}

/*=======================================
　link_sec
=======================================*/
@-webkit-keyframes recruitMvBgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes recruitMvBgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes recruitMvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes recruitMvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes recruitMvLoad {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes recruitMvLoad {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes recruitMvSlideFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, -6px);
            transform: translate(-30px, -6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes recruitMvSlideFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, -6px);
            transform: translate(-30px, -6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes recruitMvSlideFadeSp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-16.5px, -2px);
            transform: translate(-16.5px, -2px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes recruitMvSlideFadeSp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-16.5px, -2px);
            transform: translate(-16.5px, -2px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.link_sec {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .link_sec {
    margin-bottom: 60px;
  }
}
.link_sec .link_wrapper {
  display: block;
  width: 90%;
  max-width: 1060px;
  margin-inline: auto;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .link_sec .link_wrapper:hover .link_box .cmn_btn.in-link::after {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .link_sec .link_wrapper:hover .link_box .cmn_btn.in-link::after {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
}
.link_sec .link_wrapper .link_box {
  display: block;
  container-type: inline-size;
  border-radius: 0 10px 10px 0;
  overflow: clip;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box {
    border-radius: 0 5px 5px 0;
  }
}
.link_sec .link_wrapper .link_box .link_img {
  width: 59.1509434cqi;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  -webkit-clip-path: polygon(0% 0%, 83% 0%, 72% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 83% 0%, 72% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .link_img {
    width: 31.3432835821cqi;
    border-radius: 0 5px 5px 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
  }
}
.link_sec .link_wrapper .link_box .link_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link_sec .link_wrapper .link_box .box_txt-area {
  color: #fff;
  width: 57.4528301887cqi;
  padding: 5.7547169811cqi 3.3962264151cqi 2.1698113208cqi 11.1320754717cqi;
  margin-left: auto;
  border-radius: 0 10px 10px 0;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area {
    width: 75.8208955224cqi;
    border-radius: 0 5px 5px 0;
    padding: 3.2835820896cqi 3.5820895522cqi 3.8805970149cqi 10.7462686567cqi;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .box_ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .box_ttl {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .box_ttl .big {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .box_ttl .big {
    font-size: 17px;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .box_txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .box_txt {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-bottom: 7px;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .link_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.6111111111;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .link_txt {
    font-size: 13px;
    line-height: 1.3846153846;
    gap: 6px;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .link_txt .cmn_btn.in-link {
  width: 38px;
  aspect-ratio: 38/30;
  border-radius: 100%;
  background: var(--main_white);
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .link_txt .cmn_btn.in-link {
    width: 18px;
    aspect-ratio: 18/16;
  }
}
.link_sec .link_wrapper .link_box .box_txt-area .link_txt .cmn_btn.in-link::after {
  width: 18px;
  height: 8px;
  background-image: url(../img/common/arrow-blue.svg);
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box .box_txt-area .link_txt .cmn_btn.in-link::after {
    width: 10px;
    height: 6px;
  }
}
.link_sec .link_wrapper .link_box.link_box.link_driver {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .link_sec .link_wrapper .link_box.link_box.link_driver {
    margin-bottom: 15px;
  }
}
.link_sec .link_wrapper .link_box.link_box.link_driver .box_txt-area {
  background: center/100% 100% url(../img/recruit/link_bg01.jpg) no-repeat;
}
.link_sec .link_wrapper .link_box.link_box.link_sales .box_txt-area {
  background: center/100% 100% url(../img/recruit/link_bg02.jpg) no-repeat;
}

/*=======================================
　smile_sec
=======================================*/
.smile_sec {
  padding-top: 123.86px;
  padding-bottom: 231px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .smile_sec {
    padding-top: 3.4666666667vw;
    padding-bottom: 121px;
  }
}
.smile_sec::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600/446;
  background: center/100% 100% url(../img/recruit/handshake.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.smile_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100% - 27.875vw);
  aspect-ratio: 1600/611;
  background: center/100% 100% url(../img/recruit/smile_bg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.smile_sec .smile_ttl {
  width: 80%;
  max-width: 620.4px;
  margin-inline: auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_ttl {
    width: 300px;
    margin-bottom: 16.8vw;
    translate: 2.9333333333vw 0;
  }
}
.smile_sec .smile_ttl img {
  translate: -10px 0;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_ttl img {
    translate: 0;
  }
}
.smile_sec .smile_content {
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 46.5833333333%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.8333333333%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.smile_sec .smile_content .content_txt-area .content_ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content .content_txt-area .content_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.smile_sec .smile_content .content_txt-area .content_ttl .line {
  display: block;
}
.smile_sec .smile_content .content_txt-area .content_ttl .line:first-child {
  margin-bottom: 6px;
}
.smile_sec .smile_content .content_txt-area .content_ttl .line:nth-child(2) {
  margin-bottom: -6px;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content .content_txt-area .content_ttl .line:nth-child(2) {
    margin-bottom: 0;
  }
}
.smile_sec .smile_content .content_txt-area .content_ttl .big {
  color: #F89A3D;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content .content_txt-area .content_ttl .big {
    font-size: 25px;
  }
}
.smile_sec .smile_content .content_txt-area .content_ttl .big .serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
.smile_sec .smile_content .content_txt-area .content_txt {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  padding-right: 5.9544658494%;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content .content_txt-area .content_txt {
    font-size: 12px;
    line-height: 1.6;
    padding-right: 0;
  }
}
.smile_sec .smile_content > img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .smile_sec .smile_content > img {
    border-radius: 5px;
  }
}
.smile_sec .bus_img {
  width: 58%;
  height: auto;
  aspect-ratio: 928/267;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .smile_sec .bus_img {
    width: 315px;
  }
}
.smile_sec .bus_img .smile_bus_layer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.smile_sec .bus_img .smile_bus_layer-load {
  z-index: 1;
}
.smile_sec .bus_img .smile_bus_layer-shadow {
  z-index: 2;
}
.smile_sec .bus_img .smile_bus_layer-img {
  z-index: 3;
}

/*=======================================
　business_sec
=======================================*/
.business_sec {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#85C0F1), color-stop(75%, #3C92D4));
  background: linear-gradient(to bottom, #85C0F1 0%, #3C92D4 75%);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .business_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.business_sec .business_ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_ttl_wrapper {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.business_sec .business_ttl_wrapper .business_ttl {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.175;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .business_sec .business_ttl_wrapper .business_ttl {
    font-size: 28px;
    font-weight: 700;
  }
}
.business_sec .business_ttl_wrapper .en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  translate: 0 2px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_ttl_wrapper .en {
    font-size: 12px;
    translate: 0 3px;
  }
}
.business_sec .business_content {
  display: grid;
  grid-template-columns: 49.1666666667% 1fr;
  gap: 9%;
  margin-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_content {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.business_sec .business_content .business_img_wrapper {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_content .business_img_wrapper {
    width: 100%;
    border-radius: 5px;
  }
}
.business_sec .business_content .business_img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business_sec .business_content .content_txt-area .business_txt {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_content .content_txt-area .business_txt {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
.business_sec .business_flow_link {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 11.33px;
  padding: 70px 0 85px 89.51px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link {
    border-radius: 5px;
    padding: 20px 30px;
  }
}
.business_sec .business_flow_link::after {
  position: absolute;
  inset: 0;
  border-radius: 11.33px;
  background: center/cover url(../img/recruit/business_link_img.jpg) no-repeat;
  content: "";
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link::after {
    border-radius: 5px;
  }
}
.business_sec .business_flow_link::before {
  position: absolute;
  inset: 0;
  border-radius: 11.33px;
  background: -webkit-gradient(linear, left top, right top, from(#194C87), to(#fff));
  background: linear-gradient(to right, #194C87 0%, #fff 100%);
  content: "";
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link::before {
    border-radius: 5px;
    padding: 20px 30px;
  }
}
.business_sec .business_flow_link > * {
  position: relative;
  z-index: 1;
}
.business_sec .business_flow_link .ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .ttl_wrapper {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.business_sec .business_flow_link .ttl_wrapper .business_link_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .ttl_wrapper .business_link_ttl {
    font-size: 28px;
  }
}
.business_sec .business_flow_link .ttl_wrapper .cmn_btn {
  width: 62px;
  height: 44px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .ttl_wrapper .cmn_btn {
    width: 46px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.business_sec .business_flow_link .ttl_wrapper .cmn_btn::after {
  width: 30px;
  height: 12px;
  background: center/100% 100% url(../img/common/arrow-blue.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .ttl_wrapper .cmn_btn::after {
    width: 22px;
    height: 8px;
  }
}
.business_sec .business_flow_link .en {
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .en {
    font-size: 14px;
  }
}
.business_sec .business_flow_link .business_flow_txt {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .business_sec .business_flow_link .business_flow_txt {
    font-size: 14px;
    line-height: 1.75;
  }
}

/*=======================================
	interview_sec
=======================================*/
.interview_sec {
  color: #fff;
  background: center/cover url(../img/recruit/interview_bg.jpg) no-repeat;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview_sec {
    background-image: url(../img/recruit/interview_bg_sp.jpg);
    margin-bottom: 35px;
  }
}
.interview_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  opacity: 0.85;
  z-index: 0;
}
.interview_sec .interview_inner {
  width: 90%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 40% 1fr;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner {
    grid-template-columns: 66.7% 1fr;
  }
}
.interview_sec .interview_inner > * {
  position: relative;
  z-index: 1;
}
.interview_sec .interview_inner .interview_txt-area {
  padding-top: 118px;
  padding-bottom: 127px;
  padding-left: min(100px, 6.25vw);
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
.interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper {
    margin-bottom: 30px;
  }
}
.interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper .interview_ttl {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5405405405;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper .interview_ttl {
    font-size: 28px;
  }
}
.interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper .en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.0625;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area .interview_ttl_wrapper .en {
    font-size: 12px;
  }
}
.interview_sec .interview_inner .interview_txt-area .interview_txt {
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area .interview_txt {
    font-size: 14px;
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.interview_sec .interview_inner .interview_txt-area .content_link {
  gap: 35px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_txt-area .content_link {
    gap: 2.6666666667vw;
  }
}
.interview_sec .interview_inner .interview_img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47.5%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_img-area {
    left: auto;
    right: 5%;
  }
}
.interview_sec .interview_inner .interview_img-area .img-area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interview_sec .interview_inner .interview_img-area .img-area_inner.area_left {
  -webkit-animation: scroll-down 42s linear infinite;
          animation: scroll-down 42s linear infinite;
}
@media screen and (max-width: 1024px) {
  .interview_sec .interview_inner .interview_img-area .img-area_inner.area_left {
    display: none;
  }
}
.interview_sec .interview_inner .interview_img-area .img-area_inner.area_right {
  -webkit-animation: scroll-up 42s linear infinite;
          animation: scroll-up 42s linear infinite;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
}
@media screen and (max-width: 1024px) {
  .interview_sec .interview_inner .interview_img-area .img-area_inner.area_right {
    -webkit-animation: scroll-down 42s linear infinite;
            animation: scroll-down 42s linear infinite;
    -webkit-animation-delay: -4.2s;
            animation-delay: -4.2s;
  }
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_img-area .img-area_inner.area_right {
    -webkit-animation: scroll-up-sp 42s linear infinite;
            animation: scroll-up-sp 42s linear infinite;
    -webkit-animation-delay: -4.2s;
            animation-delay: -4.2s;
  }
}
.interview_sec .interview_inner .interview_img-area .img-area_inner .xl_loop {
  display: none;
}
.interview_sec .interview_inner .interview_img-area .img-area_inner img {
  width: 358px;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview_sec .interview_inner .interview_img-area .img-area_inner img {
    width: 24.5333333333vw;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_sec .interview_inner .interview_img-area .img-area_inner .pc_loop {
    display: none;
  }
  .interview_sec .interview_inner .interview_img-area .img-area_inner .xl_loop {
    display: block;
  }
}

@-webkit-keyframes scroll-up {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 -16.6667%;
  }
}

@keyframes scroll-up {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 -16.6667%;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    translate: 0 -16.6667%;
  }
  100% {
    translate: 0;
  }
}
@keyframes scroll-down {
  0% {
    translate: 0 -16.6667%;
  }
  100% {
    translate: 0;
  }
}
@-webkit-keyframes scroll-up-sp {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 calc(-1 * (147.2vw + 48px));
  }
}
@keyframes scroll-up-sp {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 calc(-1 * (147.2vw + 48px));
  }
}
/*=======================================
	faq_sec
=======================================*/
.faq_sec .faq_ttl_wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_ttl_wrapper {
    margin-bottom: 20px;
  }
}
.faq_sec .faq_ttl_wrapper .faq_ttl {
  color: #368FD7;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.175;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_ttl_wrapper .faq_ttl {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.faq_sec .faq_ttl_wrapper .en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_ttl_wrapper .en {
    font-size: 11px;
  }
}
.faq_sec .faq_div {
  max-width: 1150px;
  margin-inline: auto;
}
.faq_sec .faq_div .faq_contents:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.faq_sec .faq_div .faq_contents .faq_q {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2A65A9;
  margin-bottom: 3px;
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_q {
    font-size: 18px;
  }
}
.faq_sec .faq_div .faq_contents .faq_q .txt_q {
  color: #368FD7;
  font-family: "jost", sans-serif;
  font-style: italic;
  font-size: 54px;
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_q .txt_q {
    font-size: 35px;
    margin-right: 25px;
  }
}
.faq_sec .faq_div .faq_contents .faq_q .main_q_txt {
  padding-block: 24px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_q .main_q_txt {
    padding-block: 18px;
  }
}
.faq_sec .faq_div .faq_contents .faq_a {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_a {
    font-size: 16px;
  }
}
.faq_sec .faq_div .faq_contents .faq_a .txt_a {
  color: #F89A3D;
  font-family: "jost", sans-serif;
  font-style: italic;
  font-size: 54px;
  font-weight: 500;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_a .txt_a {
    font-size: 35px;
    margin-right: 30px;
  }
}
.faq_sec .faq_div .faq_contents .faq_a .main_a_txt {
  font-weight: 500;
  padding-block: 24px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_div .faq_contents .faq_a .main_a_txt {
    font-size: 14px;
    line-height: 1.75;
    padding-block: 18px;
  }
}/*# sourceMappingURL=recruit.css.map */