@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
　下層ページ共通
=======================================*/
.mv_ttl {
  width: 100%;
  height: 25.625vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 38, 81, 0.7)), color-stop(32%, rgba(7, 65, 132, 0.7)), to(rgba(42, 101, 169, 0.7))), url(../img/recruit/mv_sub.jpg);
  background-image: linear-gradient(to right, rgba(0, 38, 81, 0.7), rgba(7, 65, 132, 0.7) 32%, rgba(42, 101, 169, 0.7)), url(../img/recruit/mv_sub.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    height: 37.3333vw;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 38, 81, 0.7)), color-stop(32%, rgba(7, 65, 132, 0.7)), to(rgba(42, 101, 169, 0.7))), url(../img/recruit/mv_sub_sp.jpg);
    background-image: linear-gradient(to right, rgba(0, 38, 81, 0.7), rgba(7, 65, 132, 0.7) 32%, rgba(42, 101, 169, 0.7)), url(../img/recruit/mv_sub_sp.jpg);
    background-size: 102.5%;
    background-position: top;
  }
}
.mv_ttl .page_ttl {
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media screen and (max-width: 768px) {
  .mv_ttl .page_ttl {
    top: 54%;
    margin-bottom: 22px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv_ttl .page_ttl h1 {
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  font-size: 57px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.31578;
}
@media screen and (max-width: 768px) {
  .mv_ttl .page_ttl h1 {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
.mv_ttl .page_ttl p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv_ttl .page_ttl p {
    font-size: 12px;
  }
}

.breadcrumbs {
  width: 90%;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 85px;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .inner {
  margin: 0;
  width: 100%;
  max-width: 1400px;
}
.breadcrumbs .inner ol {
  width: 100%;
  max-width: 1400px;
}
.breadcrumbs .inner ol li a {
  color: #2A65A9;
}

.sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(to right, #368FD7 15.5%, #DFDFDF 15.5%);
  border-image-slice: 1;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sttl {
    display: block;
    padding-top: 55px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.sttl .ja {
  color: #368fd7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sttl .ja {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.sttl .en {
  color: #AEACAC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sttl .en {
    font-size: 14px;
  }
}

/*=======================================
　business
=======================================*/
.driver {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .driver {
    margin-bottom: 50px;
  }
}
.driver .content_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .driver .content_01 {
    display: block;
    margin-bottom: 50px;
  }
}
.driver .content_01 .txt_area {
  color: #333;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .driver .content_01 .txt_area {
    margin-bottom: 30px;
    line-height: 1.75;
  }
}
.driver .content_01 .des_img {
  width: 43%;
  max-width: 555px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .driver .content_01 .des_img {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.driver .content_02 {
  width: 100%;
  max-width: 1300px;
}
.driver .content_02 h3 {
  width: 100%;
  margin-bottom: 40px;
  padding: 24.25px 0 24.25px 33px;
  border-left: 15px solid #368FD7;
  background: #F2F9FC;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .driver .content_02 h3 {
    font-size: 22px;
    padding: 15.25px 0 15.25px 20px;
    margin-bottom: 30px;
  }
}
.driver .content_02 .support {
  width: 100%;
}
.driver .content_02 .support .support_list {
  position: relative;
  margin-bottom: 16px;
  padding-left: 48px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.77777;
}
@media screen and (max-width: 768px) {
  .driver .content_02 .support .support_list {
    padding-left: 30px;
    font-size: 16px;
  }
}
.driver .content_02 .support .support_list:last-of-type {
  margin-bottom: 0;
}
.driver .content_02 .support .support_list::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #F89A3D;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .driver .content_02 .support .support_list::before {
    width: 10px;
    height: 10px;
  }
}

.interview {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .interview {
    margin-bottom: 100px;
  }
}
.interview .interview_detail {
  margin-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail {
    margin-bottom: 60px;
  }
}
.interview .interview_detail:last-of-type {
  margin-bottom: 0;
}
.interview .interview_detail .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile {
    display: block;
  }
}
.interview .interview_detail .profile .avatar_img {
  width: 240px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .avatar_img {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.interview .interview_detail .profile .txt_area {
  width: 100%;
  max-width: 1020px;
}
.interview .interview_detail .profile .txt_area .profile_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  border: 1px solid #368FD7;
  border-radius: 18.5px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .profile_tag {
    margin: 0 auto 10px;
    font-size: 16px;
  }
}
.interview .interview_detail .profile .txt_area .tag_02 {
  border: 1px solid #F89A3D;
}
.interview .interview_detail .profile .txt_area .name {
  color: #333;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .name {
    text-align: center;
    font-size: 28px;
  }
}
.interview .interview_detail .profile .txt_area .biz_des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #68A4E9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .biz_des {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
.interview .interview_detail .profile .txt_area .biz_des .biz_des_detail {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .biz_des .biz_des_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    margin-inline: auto;
  }
}
.interview .interview_detail .profile .txt_area .biz_des .biz_des_detail .tag_ttl {
  display: inline-block;
  background: #368FD7;
  padding: 0 8px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .biz_des .biz_des_detail .tag_ttl {
    font-size: 14px;
    margin-right: 4px;
  }
}
.interview .interview_detail .profile .txt_area .biz_des_02 {
  border-bottom: 1px solid #F89A3D;
}
.interview .interview_detail .profile .txt_area .biz_des_02 .biz_des_detail .tag_ttl {
  background: #F89A3D;
}
.interview .interview_detail .profile .txt_area .say_something {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 87px;
  color: #333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .profile .txt_area .say_something {
    font-size: 20px;
  }
}
.interview .interview_detail .q_and_a {
  background: #F2F9FC;
  border-radius: 5px;
  padding: 40px 0 35px 0;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a {
    padding: 2.78712% 0 2.61695% 0;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts {
    margin-bottom: 10px;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts:last-of-type {
  margin-bottom: 0;
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2A65A9;
  margin-bottom: 3px;
  padding: 0px 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts .qaa_q {
    font-size: 18px;
    padding: 0 0 0 5px;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_q .txt_q {
  margin-right: 40px;
  color: #368FD7;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts .qaa_q .txt_q {
    font-size: 35px;
    margin-right: 26px;
    padding-top: 12px;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_q .main_q_txt {
  padding: 24px 0;
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts .qaa_a {
    font-size: 16px;
    padding: 0 0 0 8px;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_a .txt_a {
  margin-right: 48px;
  color: #F89A3D;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts .qaa_a .txt_a {
    font-size: 35px;
    margin-right: 28px;
    padding-top: 15px;
  }
}
.interview .interview_detail .q_and_a .qaa_contemts .qaa_a .main_a_txt {
  width: 100.5%;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .interview .interview_detail .q_and_a .qaa_contemts .qaa_a .main_a_txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
.interview .interview_detail .qaa_02 {
  background: #FFF7EF;
}
.interview .interview_detail .qaa_02 .qaa_contemts .qaa_q {
  border-bottom: 1px solid #F89A3D;
}
.interview .detail_no02 .profile {
  margin-bottom: 30px;
}
.interview .detail_no02 .profile .txt_area .name {
  padding-top: 3px;
}

.txt_block {
  display: inline-block;
}

.txt_block_02 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}/*# sourceMappingURL=biz.css.map */