@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: 30px;
    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 {
  letter-spacing: 0.05em;
}
.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: 30px;
  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: 15px;
  }
}
.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: 7px;
  }
}
.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
=======================================*/
.gl_sec .sttl {
  display: block;
  border-bottom: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gl_sec .sttl {
    margin-bottom: 20px;
  }
}
.gl_sec .sttl .ja {
  color: #1899AF;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.gl_sec .sttl .en {
  text-align: center;
}
.gl_sec .gl {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.gl_sec .gl tr {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 29px;
}
.gl_sec .gl tr:nth-of-type(odd) {
  background: #F2F9FC;
}
@media screen and (max-width: 768px) {
  .gl_sec .gl tr:nth-of-type(odd) {
    background: unset;
  }
}
@media screen and (max-width: 768px) {
  .gl_sec .gl tr {
    display: block;
    padding-block: 15px;
    padding-bottom: 0;
  }
}
.gl_sec .gl tr th {
  display: inline-block;
  position: relative;
  width: 21.8333%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 2.5%;
  padding-right: 1.5%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gl_sec .gl tr th {
    font-size: 18px;
    width: 100%;
    background: #F2F9FC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3.5%;
    margin-bottom: 10px;
    line-height: 1.75;
  }
}
.gl_sec .gl tr td {
  position: relative;
  width: 78.1667%;
  padding-left: 3.83333%;
  padding-right: 2.5%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
.gl_sec .gl tr td::before {
  content: "";
  display: block;
  position: absolute;
  background: #1899AF;
  width: 1px;
  height: calc(100% - (1lh - 1.2em));
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .gl_sec .gl tr td::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gl_sec .gl tr td {
    font-size: 16px;
    line-height: 1.75;
    width: 72%;
  }
}
.gl_sec .apply_btn {
  color: var(--main_white);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.79;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#EB7A0A), to(#F89A3D));
  background: linear-gradient(to right, #EB7A0A 0%, #F89A3D 100%);
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
  padding: 24px calc(184px + 1em) 27px 38px;
  margin-inline: auto;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  overflow: hidden;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .gl_sec .apply_btn:hover {
    color: #F89A3D;
    -webkit-box-shadow: inset 0 0 0 2px #F89A3D;
            box-shadow: inset 0 0 0 2px #F89A3D;
  }
  .gl_sec .apply_btn:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .gl_sec .apply_btn:hover {
    color: #F89A3D;
    -webkit-box-shadow: inset 0 0 0 2px #F89A3D;
            box-shadow: inset 0 0 0 2px #F89A3D;
  }
  .gl_sec .apply_btn:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gl_sec .apply_btn {
    max-width: 90vw;
    font-size: 18px;
    border-radius: 5px;
    padding: 18px 156px 20px 28.5px;
  }
}
.gl_sec .apply_btn::before {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: var(--main_white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .gl_sec .apply_btn::before {
    border-radius: 5px;
  }
}
.gl_sec .apply_btn::after {
  content: "";
  width: 30.46px;
  aspect-ratio: 1/1;
  display: block;
  background: center/100% 100% url(../img/recruit/blank_orange.svg) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gl_sec .apply_btn::after {
    width: 22.845px;
    right: 18px;
  }
}
.gl_sec .apply_btn .nowrap {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

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