@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 {
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 33px;
  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;
  }
}

.site_des {
  max-width: 1300px;
  margin-left: 11px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .site_des {
    font-size: 14px;
    line-height: 1.75;
    margin-left: 0;
  }
}

/*=======================================
　business
=======================================*/
.process_sec {
  width: 90%;
  max-width: 1322px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .process_sec {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1090px) {
  .process_sec .sttl {
    display: block;
  }
}
@media screen and (max-width: 1090px) {
  .process_sec .sttl .ja {
    margin-bottom: 10px;
  }
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 25px;
  width: 100%;
  max-width: 1322px;
  margin: 0 auto;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .flow {
    gap: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow:last-of-type .step_num::before {
  display: none;
}
.flow .step_num {
  position: relative;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .flow .step_num {
    width: 40px;
  }
}
.flow .step_num .txt {
  position: relative;
  margin-bottom: -3px;
  margin-left: 36%;
  padding-top: 9%;
  color: #368FD7;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .flow .step_num .txt {
    font-size: 10px;
    margin-left: 25%;
  }
}
.flow .step_num .num {
  margin-left: 13%;
  position: relative;
  display: block;
  color: #368FD7;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .flow .step_num .num {
    font-size: 25px;
    margin-left: 2px;
  }
}
.flow .step_num::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 60%;
  width: 1px;
  height: 100%;
  background: #368FD7;
}
@media screen and (max-width: 768px) {
  .flow .step_num::before {
    left: 50%;
  }
}
.flow .txt_area {
  margin-top: 31px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow .txt_area {
    height: 100%;
    margin-top: 9.5px;
  }
}
.flow .txt_area .flow_ttl {
  margin-top: 3px;
  margin-bottom: 21px;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46464;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .flow_ttl {
    font-size: 20px;
    margin-top: 0;
  }
}
.flow .txt_area .flow_des {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .flow_des {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 5px;
  }
}
.flow .txt_area .tell_txt {
  position: relative;
  margin-bottom: 6px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47058;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .tell_txt {
    font-size: 15px;
  }
}
.flow .txt_area .tell_txt::before {
  content: "";
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  top: 17px;
  left: -15px;
  background: #2A65A9;
  border-radius: 100%;
}
.flow .txt_area .tell_num {
  margin-bottom: 19px;
  margin-left: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.32875;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", sans-serif;
}
.flow .txt_area .tell_num span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.flow .txt_area .inq_btn {
  display: block;
  position: relative;
  padding: 23px 107px 23px 21px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
  background-image: linear-gradient(to right, #2A65A9, #69A9F0);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .inq_btn {
    font-size: 14px;
    max-width: 390px;
    padding: 20.4442px 45.1101px 20.4442px 15.6664px;
  }
}
.flow .txt_area .inq_btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 21.2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 51%;
  right: 16px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .inq_btn::before {
    right: 9px;
  }
}
.flow .txt_area .inq_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 14.5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 52%;
  right: 23px;
  background-image: url(../img/flow/inq_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .flow .txt_area .inq_btn::after {
    right: 16px;
  }
}
.flow .flow_img {
  display: block;
  position: absolute;
  width: 240.79px;
  height: auto;
  aspect-ratio: 1.85223/1;
  bottom: 50px;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .flow .flow_img {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    width: 90%;
  }
}

.education_sec {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.education_sec .site_des {
  margin-left: 0;
}
.education_sec .content {
  width: 100%;
  max-width: 1300px;
}
.education_sec .content 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) {
  .education_sec .content h3 {
    font-size: 22px;
    padding: 15.25px 0 15.25px 20px;
    margin-bottom: 30px;
  }
}
.education_sec .content .support {
  width: 100%;
}
.education_sec .content .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) {
  .education_sec .content .support .support_list {
    padding-left: 30px;
    font-size: 16px;
  }
}
.education_sec .content .support .support_list:last-of-type {
  margin-bottom: 0;
}
.education_sec .content .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) {
  .education_sec .content .support .support_list::before {
    width: 10px;
    height: 10px;
  }
}
.education_sec .content_01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .education_sec .content_01 {
    margin-bottom: 70px;
  }
}
.education_sec .content_01 .content_des {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .education_sec .content_01 .content_des {
    font-size: 14px;
    line-height: 1.75;
  }
}
.education_sec .content_02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .education_sec .content_02 {
    margin-bottom: 70px;
  }
}
.education_sec .content_03 h3 {
  margin-bottom: 24px;
}
.education_sec .content_03 .flow {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  padding-bottom: 26px;
  width: 101.5%;
  max-width: 1320px;
  gap: 23px;
}
.education_sec .content_03 .flow:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .education_sec .content_03 .flow {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    width: 100%;
    max-width: none;
  }
}
.education_sec .content_03 .flow .txt {
  padding-top: 14%;
}
.education_sec .content_03 .flow .txt_area {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .education_sec .content_03 .flow .txt_area {
    margin-top: 13.5px;
  }
}
.education_sec .content_03 .flow .txt_area .flow_ttl {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .education_sec .content_03 .flow .txt_area .flow_ttl {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.txt_block {
  display: inline-block;
}/*# sourceMappingURL=decided.css.map */