@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
  font-size: 10px;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 6px;
  }
}
.title__en {
  display: block;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0A42A2;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 12px;
  }
}
.title__en--section {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .title__en--section {
    margin-bottom: 10px;
  }
}
.title__jp {
  font-size: 4.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  line-height: 1.38em;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 24px;
  }
}
.title__jp--section {
  font-size: 5.3rem;
}
@media screen and (max-width: 980px) {
  .title__jp--section {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title__jp--section {
    font-size: 26.5px;
  }
}
.title__jp--fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .title__jp--fs32 {
    font-size: 26.5px;
    line-height: 1.3773584906em;
  }
}
@media screen and (max-width: 767px) {
  .title__jp--sp-fs48 {
    font-size: 24px;
  }
}

.sec-title__en {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0A42A2;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec-title__en {
    font-size: 12px;
    margin-right: 10px;
  }
}
.sec-title__jp {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-title__jp {
    font-size: 13px;
  }
}

.ter-title__en {
  display: block;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0A42A2;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ter-title__en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.ter-title__jp {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ter-title__jp {
    font-size: 13px;
  }
}

.button {
  width: 260px;
  height: 66px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 50px;
  background-color: #0A42A2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button {
    width: 265px;
    height: 72px;
    font-size: 15px;
    font-weight: 500;
  }
}
.button::after {
  content: "";
  width: 25.15px;
  height: 6.21px;
  background: url("./img/icons/arrow-next-white.svg") center no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 25.15px;
    height: 5.21px;
    right: 25px;
  }
}
.button--large {
  width: 400px;
  height: 141px;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 70px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .button--large {
    width: 265px;
    height: 72px;
    font-size: 15px;
    padding: 0 50px;
  }
}
.button--large::after {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .button--large::after {
    right: 25px;
  }
}
.button:hover {
  background-color: #DC000C;
}

.catchphrase {
  font-size: 4.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.5238095238em;
}
@media screen and (max-width: 767px) {
  .catchphrase {
    font-size: 26.5px;
    line-height: 1.3773584906em;
  }
}

.subheading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subheading {
    font-size: 16px;
  }
}
.subheading::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0A42A2;
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .subheading::before {
    width: 5px;
    height: 5px;
    margin-right: 4px;
  }
}
.subheading--no-bullet::before {
  content: none;
}

.sec-subheading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-subheading {
    font-size: 15px;
  }
}
.sec-subheading--primary {
  color: #0A42A2;
}
@media screen and (max-width: 767px) {
  .sec-subheading--sp-fs16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-subheading--sp-lh185 {
    line-height: 1.85em;
  }
}

.page-title {
  background-color: #F7F7F7;
  padding: 72px 0 20px;
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .page-title {
    margin-top: 97px;
  }
}
@media screen and (max-width: 1024px) {
  .page-title {
    margin-top: 52px;
    padding: 51px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    padding: 19px 0 15px;
  }
}
.page-title__ctr {
  max-width: calc(1654px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .page-title__ctr {
    max-width: 100%;
    padding: 0 7%;
  }
}
.page-title__ctr--mw1800 {
  max-width: calc(1800px + 10%);
}
@media screen and (max-width: 767px) {
  .page-title__ctr--mw1800 {
    max-width: 100%;
    padding: 0 7%;
  }
}
.page-title__subtitle {
  font-size: 5.3rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  line-height: 1.2075471698em;
  margin-top: 11px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-title__subtitle {
    margin-top: 9px;
    font-size: 26px;
    line-height: 1.2307692308em;
  }
}
.page-title--404 {
  padding: 72px 0 64px;
}
@media screen and (max-width: 1024px) {
  .page-title--404 {
    padding: 51px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-title--404 {
    padding: 19px 0 15px;
  }
}
.page-title--404 h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .page-title--404 h1 {
    font-size: 24px;
  }
}

.breadcrumbs {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 12px;
  }
}
.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__content {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs__content > svg {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 3.5px;
    height: 9.5px;
  }
}
.breadcrumbs__item {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item {
    font-size: 6.5px;
  }
}
.breadcrumbs__item--link {
  color: #A1A1A2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs__item--link:hover {
  color: #000;
}
.breadcrumbs__item:not(:last-child) {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.breadcrumbs__item:last-child {
  word-break: break-word;
}

.banner__catch {
  font-size: 4.95rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #fff;
  line-height: 1.4727272727em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1600px) {
  .banner__catch {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .banner__catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1367px) {
  .banner__catch {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .banner__catch {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner__catch {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .banner__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 980px) {
  .banner__catch {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .banner__catch {
    font-size: 21px;
    line-height: 1.4761904762em;
    min-height: 132.5px;
    padding: 21px 7% 18.5px;
  }
}
.banner__catch.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner__catch.centered {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.banner__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner__image > picture > img {
    display: block;
  }
}

.banner-a {
  position: relative;
  aspect-ratio: 1920/502;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .banner-a {
    aspect-ratio: initial;
    height: 268px;
  }
}
@media screen and (max-width: 767px) {
  .banner-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.banner-a__item {
  height: 100%;
  width: 50%;
}
.banner-a__item:first-child {
  background: -webkit-gradient(linear, right top, left top, from(#0A42A2), to(#001333));
  background: linear-gradient(to left, #0A42A2, #001333);
}
@media screen and (max-width: 980px) {
  .banner-a__item:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__item:first-child {
    width: 100%;
  }
}
.banner-a__item:last-child {
  position: relative;
}
@media screen and (max-width: 980px) {
  .banner-a__item:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__item:last-child {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner-a__item:last-child {
    height: 145.5px;
  }
}
.banner-a__item--col-w:first-child, .banner-a__item--has-author:first-child {
  width: 51.04%;
}
@media screen and (max-width: 980px) {
  .banner-a__item--col-w:first-child, .banner-a__item--has-author:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__item--col-w:first-child, .banner-a__item--has-author:first-child {
    width: 100%;
  }
}
.banner-a__item--col-w:last-child, .banner-a__item--has-author:last-child {
  width: 48.99%;
}
@media screen and (max-width: 980px) {
  .banner-a__item--col-w:last-child, .banner-a__item--has-author:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__item--col-w:last-child, .banner-a__item--has-author:last-child {
    width: 100%;
  }
}
.banner-a__catch-ctr {
  max-width: calc(1654px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner-a__catch-ctr {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
}
.banner-a__catch-ctr--mw-1800 {
  max-width: 1800px;
  padding: 0;
}
@media screen and (max-width: 1800px) {
  .banner-a__catch-ctr--mw-1800 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__catch-ctr--mw-1800 {
    padding: 0;
  }
}
.banner-a__catch {
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .banner-a__catch {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1600px) {
  .banner-a__catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .banner-a__catch {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .banner-a__catch {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner-a__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-a__catch {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 980px) {
  .banner-a__catch {
    font-size: 2.3rem;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__catch {
    width: 100%;
    font-size: 21px;
  }
}
.banner-a__author {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 205px 70px 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner-a__author {
    left: 7%;
    bottom: 15px;
    padding: 0;
    width: auto;
  }
}
.banner-a__author-name {
  font-size: 2.4rem;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .banner-a__author-name {
    font-size: 17px;
    margin-right: 10px;
  }
}
.banner-a__author-dept {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .banner-a__author-dept {
    font-size: 15px;
  }
}
.banner-a__author-faculty {
  display: block;
  font-size: 1.4rem;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .banner-a__author-faculty {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-a__image > picture > img {
    min-height: 145.5px;
  }
}
.banner-a__image--overlay {
  position: relative;
}
.banner-a__image--overlay::after {
  content: "";
  width: 100%;
  height: 304px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#525252));
  background: linear-gradient(transparent, #525252);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner-a__image--overlay::after {
    height: 100%;
  }
}

.banner-b {
  position: relative;
  aspect-ratio: 1920/602;
}
@media screen and (max-width: 980px) {
  .banner-b {
    aspect-ratio: unset;
    height: 321px;
  }
}
@media screen and (max-width: 767px) {
  .banner-b {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner-b {
    aspect-ratio: initial;
  }
}
.banner-b__catch-ctr {
  max-width: calc(1640px + 10%);
  width: 100%;
  max-height: 291px;
  height: 48.34%;
  margin: 0 auto;
  padding: 0 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner-b__catch-ctr {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
}
.banner-b__catch {
  width: 33.66%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#0A42A2), to(#001333));
  background: linear-gradient(to left, #0A42A2, #001333);
}
@media screen and (max-width: 767px) {
  .banner-b__catch {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.banner-b__image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-b__image {
    height: 100%;
  }
}
.banner-b__image::after {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-b__image > picture > img {
  display: block;
}
@media screen and (max-width: 1200px) {
  .banner-b__image > picture > img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media screen and (max-width: 980px) {
  .banner-b__image > picture > img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media screen and (max-width: 767px) {
  .banner-b__image > picture > img {
    -o-object-position: 70%;
       object-position: 70%;
    min-height: 145.5px;
  }
}
.banner-b__author {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.3), 0px 0px 15px rgba(20, 20, 20, 0.3);
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .banner-b__author {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .banner-b__author {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .banner-b__author {
    left: 7%;
    bottom: 15.5px;
    display: initial;
  }
}
.banner-b__author-position, .banner-b__author-name {
  display: block;
  color: #fff;
  font-weight: 500;
}
.banner-b__author-position {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .banner-b__author-position {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.banner-b__author-name {
  font-size: 3rem;
  line-height: 2em;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .banner-b__author-name {
    font-size: 20px;
    margin-right: initial;
  }
}

.banner-c {
  aspect-ratio: 1920/502;
}
@media screen and (max-width: 980px) {
  .banner-c {
    aspect-ratio: unset;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner-c {
    height: 279px;
  }
}
.banner-c__grid {
  position: relative;
  display: grid;
  grid-template-areas: "img-1 img-2 img-3 img-3 img-4" "img-5 img-2 img-6 img-7 img-4";
  grid-template-columns: 14.32% 20% 21% 10.26% 34.38%;
}
@media screen and (max-width: 767px) {
  .banner-c__grid {
    grid-template-areas: "img-1 img-2 img-3 img-3 img-4" "img-5 img-2 img-6 img-7 img-4" "img-8 img-8 img-8 img-8 img-8";
    grid-template-columns: 14.27% 20.13% 18.53% 12.67% 34.4%;
  }
}
.banner-c__grid::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAEAED;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.banner-c__grid .cover {
  display: block;
}
.banner-c__item {
  height: auto;
  -ms-flex-item-align: end;
      align-self: end;
}
.banner-c__item:nth-child(1) {
  grid-area: img-1;
}
.banner-c__item:nth-child(2) {
  grid-area: img-2;
}
.banner-c__item:nth-child(3) {
  grid-area: img-3;
}
.banner-c__item:nth-child(4) {
  grid-area: img-4;
}
.banner-c__item:nth-child(5) {
  grid-area: img-5;
}
.banner-c__item:nth-child(6) {
  grid-area: img-6;
}
.banner-c__item:nth-child(7) {
  grid-area: img-7;
}
.banner-c__item:nth-child(8) {
  grid-area: img-8;
}
.banner-c__item:first-child {
  aspect-ratio: 275/321;
}
@media screen and (max-width: 980px) {
  .banner-c__item:first-child {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__item:first-child {
    height: auto;
  }
}
.banner-c__item:nth-child(2) {
  aspect-ratio: 385/502;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(2) {
    aspect-ratio: unset;
  }
}
.banner-c__item:nth-child(3) {
  -ms-flex-item-align: start;
      align-self: start;
  aspect-ratio: 600/151;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(3) {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__item:nth-child(3) {
    height: auto;
  }
}
.banner-c__item:nth-child(4) {
  aspect-ratio: 660/502;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(4) {
    aspect-ratio: unset;
  }
}
.banner-c__item:nth-child(5) {
  aspect-ratio: 275/181;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(5) {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__item:nth-child(5) {
    height: auto;
  }
}
.banner-c__item:nth-child(6) {
  aspect-ratio: 403/151;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(6) {
    aspect-ratio: unset;
  }
}
.banner-c__item:nth-child(7) {
  aspect-ratio: 197/151;
}
@media screen and (max-width: 980px) {
  .banner-c__item:nth-child(7) {
    aspect-ratio: unset;
  }
}
.banner-c__item:nth-child(6), .banner-c__item:nth-child(7) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-c__item:nth-child(6), .banner-c__item:nth-child(7) {
    height: auto;
    position: static;
  }
}
.banner-c__catch {
  background: -webkit-gradient(linear, right top, left top, from(#0A42A2), to(#001333));
  background: linear-gradient(to left, #0A42A2, #001333);
  max-width: 840px;
  width: 45.46%;
  height: 39.84%;
  padding: 39px 0 34px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-c__catch {
    width: 100%;
    height: auto;
    min-height: 132.5px;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 36.5px 7% 34px;
  }
}

.banner-d {
  position: relative;
  aspect-ratio: 1920/591;
}
@media screen and (max-width: 980px) {
  .banner-d {
    aspect-ratio: initial;
    height: 268px;
  }
}
@media screen and (max-width: 767px) {
  .banner-d {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner-d {
    min-height: 278.5px;
  }
}
.banner-d::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(127, 127, 128, 0.5);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-d__catch {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner-d__image > picture > img {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner-d__image > picture > img {
    height: 278.5px;
    -o-object-position: 20%;
       object-position: 20%;
  }
}

.mc__blk {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .mc__blk {
    width: 325px;
  }
}
.mc__blk:hover {
  opacity: 0.5;
}
.mc__content {
  position: relative;
  max-width: 400px;
  height: 505px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mc__content {
    margin-bottom: 10px;
    max-width: 325px;
    height: 411.5px;
  }
}
.mc__img {
  width: 100%;
  height: 100%;
}
.mc__img::after {
  content: "";
  width: 100%;
  height: 61.36%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(82, 82, 82)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(82, 82, 82) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.mc__txt-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mc__txt-content {
    bottom: 20px;
    left: 20px;
  }
}
.mc__title-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.mc__title-en {
  width: 100%;
  font: 500 2.4rem "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .mc__title-en {
    font-size: 2.2rem;
  }
}
.mc__title-jp {
  font: 400 2rem "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .mc__title-jp {
    font-size: 1.5rem;
  }
}
.mc__dept {
  font: 400 1.4rem "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .mc__dept {
    font-size: 1.2rem;
  }
}
.mc__desc {
  font: 400 2rem "shippori-mincho", sans-serif;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .mc__desc {
    font-size: 1.5rem;
  }
}

.news-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news-chips {
    gap: 10px;
  }
}
.news-chips--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .news-chips--flex-end .news-chips__cat-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.news-chips__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
}
@media screen and (max-width: 767px) {
  .news-chips__cat-list {
    gap: 8px 10px;
  }
}
.news-chips__cat-chip {
  padding: 4px 20px;
  min-width: 94px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background: #0A42A2;
}
@media screen and (max-width: 767px) {
  .news-chips__cat-chip {
    padding: 3px 10px;
    min-width: 53px;
    font-size: 11px;
  }
}
.news-chips__date {
  font-size: 1.6rem;
  color: #979CA8;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .news-chips__date {
    font-size: 13px;
  }
}

.box-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  .box-list {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .box-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.box-list__item {
  border: 1px solid #0A42A2;
  padding: 25px 25px 25px 25px;
  background: #F0F0F2;
}

@media screen and (max-width: 980px) {
  .box-list__item {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .box-list__item {
    padding: 30px 15px;
  }
}
.box-list__item--py-small {
  padding-block: 30px 33px;
}
.box-list__item-info {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .box-list__item-info {
    margin-top: 10px;
  }
}
.box-list__item-info--mt-small {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .box-list__item-info--mt-small {
    margin-top: 10px;
  }
}

.sp-scroll-indicator {
  margin-top: 8.5px;
  color: #A1A1A2;
  font: 400 1.2rem "Inter", sans-serif;
  position: relative;
}
.sp-scroll-indicator::after {
  content: "";
  background: url("./img/icons/arrow-right-scroll.svg") no-repeat;
  background-size: contain;
  width: 44.075px;
  height: 5.21px;
  display: block;
  margin-left: -1.5px;
}

.page-container {
  padding: 120px 5% 200px;
}
@media screen and (max-width: 767px) {
  .page-container {
    padding: 60px 7% 100px;
  }
}

.top__section-header {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top__section-header {
    font-size: 1.3rem;
  }
}
.top__section-header--column {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__section-header--column {
    font-size: 1.3rem;
    line-height: 1.0769230769em;
  }
}
.top__section-header--column .top__section-header-en {
  margin-right: initial;
  margin-bottom: 15px;
  font-size: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .top__section-header--column .top__section-header-en {
    font-size: 2.5rem;
    line-height: 0.8em;
  }
}
.top__section-header-en {
  display: inline-block;
  margin-right: 18px;
  color: #0A42A2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top__section-header-en {
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
.top__section-sub-header {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 5.3rem;
  line-height: 1.2075471698em;
}
@media screen and (max-width: 1280px) {
  .top__section-sub-header {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top__section-sub-header {
    font-size: 2.65rem;
    line-height: 1.3773584906em;
  }
}
.top__paragraph-content {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top__paragraph-content {
    font-size: 1.3rem;
    line-height: 1.8461538462em;
  }
}
.top .mv {
  position: relative;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .top .mv {
    padding-top: 51.5px;
    width: 100%;
    height: unset;
    aspect-ratio: 4/4;
  }
}
@media screen and (max-width: 375px) {
  .top .mv {
    aspect-ratio: initial;
    height: 433px;
  }
}
.top .mv__video-element {
  width: 100%;
  height: 100%;
}
.top .mv__video-element img {
  -o-object-position: center;
     object-position: center;
}
.top .mv__video-element video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.top .mv__video-element video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.top .mv__video-element video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.top .mv__overlay {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .top .mv__overlay {
    inset: 80% 0 0;
  }
}
.top .mv__overlay-text {
  position: absolute;
  right: 5.99%;
  bottom: 10.19%;
  font-size: 8rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .top .mv__overlay-text {
    right: 4.79%;
    bottom: 8.15%;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__overlay-text {
    right: 3.83%;
    bottom: 6.52%;
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 980px) {
  .top .mv__overlay-text {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 800px) {
  .top .mv__overlay-text {
    bottom: 16%;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__overlay-text {
    right: 11.07%;
    bottom: 60.38%;
    font-size: 2.6rem;
    line-height: 1.3846153846em;
  }
}
.top .mv__overlay-scroll-indicator {
  position: absolute;
  inset: auto 0 2.78% 0;
  margin: auto;
  max-width: 50px;
}
@media screen and (max-width: 1600px) {
  .top .mv__overlay-scroll-indicator {
    bottom: 2.22%;
    max-width: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__overlay-scroll-indicator {
    bottom: 1.78%;
    max-width: 32px;
  }
}
.top .mv__overlay-scroll-indicator span {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 1600px) {
  .top .mv__overlay-scroll-indicator span {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__overlay-scroll-indicator span {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.top .mv__mouse {
  position: relative;
  width: 50px;
  height: 80px;
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1600px) {
  .top .mv__mouse {
    width: 40px;
    height: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__mouse {
    width: 32px;
    height: 51px;
  }
}
.top .mv__scroll {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 1600px) {
  .top .mv__scroll {
    top: 13px;
    height: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__scroll {
    top: 10px;
    height: 6px;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
.top .leading-block {
  padding: 238px 5%;
}
@media screen and (max-width: 1280px) {
  .top .leading-block {
    padding: 190px 5%;
  }
}
@media screen and (max-width: 980px) {
  .top .leading-block {
    padding: 152px 5%;
  }
}
@media screen and (max-width: 767px) {
  .top .leading-block {
    padding: 50px 3%;
  }
}
.top .leading-block__content {
  width: 1030px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .top .leading-block__content {
    width: 824px;
  }
}
@media screen and (max-width: 980px) {
  .top .leading-block__content {
    width: 659px;
  }
}
@media screen and (max-width: 767px) {
  .top .leading-block__content {
    width: 100%;
  }
}
.top .leading-block__text-content {
  text-align: center;
  font-size: 1.6rem;
  font-family: "shippori-mincho", sans-serif;
  line-height: 2.25em;
  background-image: radial-gradient(#0a42a2, black);
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top .message {
  position: relative;
  margin-bottom: 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .message {
    margin-bottom: 60px;
  }
}
.top .message__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .message__content {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .message__content {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .message__content {
    position: relative;
    margin-bottom: 40px;
  }
}
.top .message__content-wrapper {
  width: 48.44%;
}
@media screen and (max-width: 767px) {
  .top .message__content-wrapper {
    width: 100%;
  }
}
.top .message__section-image {
  max-width: 870px;
  width: 45.31%;
  height: 691px;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .top .message__section-image {
    height: 553px;
  }
}
@media screen and (max-width: 767px) {
  .top .message__section-image {
    width: 93.33%;
    height: 285.5px;
  }
}
@media screen and (max-width: 1280px) {
  .top .message__section-image img {
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .top .message__section-image img {
    -o-object-fit: center;
       object-fit: center;
  }
}
.top .message__section-header {
  margin-bottom: 66px;
}
@media screen and (max-width: 1280px) {
  .top .message__section-header {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .top .message__section-header {
    margin-bottom: 20px;
  }
}
.top .message__section-sub-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .top .message__section-sub-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .message__section-sub-header {
    margin-bottom: 25px;
  }
}
.top .message__button-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .top .message__button-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top .message__button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top .message__button-wrapper .button {
    margin: auto;
  }
}
.top .company-section {
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .company-section {
    margin-bottom: 60px;
  }
}
.top .company-section__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .company-section__content {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__content {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__content {
    position: relative;
    margin-bottom: 40px;
  }
}
.top .company-section__content-wrapper {
  width: 48.44%;
}
@media screen and (max-width: 767px) {
  .top .company-section__content-wrapper {
    width: 100%;
  }
}
.top .company-section__section-image {
  max-width: 870px;
  width: 45.31%;
  height: 691px;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .top .company-section__section-image {
    height: 553px;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__section-image {
    width: 93.33%;
    height: 285.5px;
  }
}
.top .company-section__section-header {
  margin-bottom: 66px;
}
@media screen and (max-width: 1280px) {
  .top .company-section__section-header {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__section-header {
    margin-bottom: 20px;
  }
}
.top .company-section__section-sub-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .top .company-section__section-sub-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__section-sub-header {
    margin-bottom: 25px;
  }
}
.top .company-section__button-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .top .company-section__button-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top .company-section__button-wrapper .button {
    margin: auto;
  }
}
.top .gray-bg {
  position: relative;
  padding-block: 106px 34px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .gray-bg {
    padding-block: 62.5px 50px;
  }
}
.top .gray-bg__section-background {
  position: absolute;
  inset: 0;
  margin-left: auto;
  display: block;
  width: 92.71%;
  background-color: #F0F0F2;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .top .gray-bg__section-background {
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  .top .gray-bg__section-background {
    width: 93.33%;
  }
}
.top .people {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top .people {
    margin-bottom: 40px;
  }
}
.top .people__container {
  max-width: 880px;
  margin-left: 16.67%;
}
@media screen and (max-width: 1280px) {
  .top .people__container {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top .people__container {
    max-width: initial;
    width: 80%;
    margin-left: 13.33%;
  }
}
.top .people__section-header {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .top .people__section-header {
    margin-bottom: 15px;
  }
}
.top .people__section-sub-header {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .top .people__section-sub-header {
    margin-bottom: 30px;
  }
}
.top .people__paragraph {
  max-width: 880px;
}
.top .interview {
  position: relative;
}
.top .interview__container {
  max-width: 880px;
  width: 45.83%;
  margin-left: 16.67%;
  margin-bottom: 50px;
}
.top .interview__item {
  width: 290px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .top .interview__item {
    width: 250px;
  }
}
.top .interview__item.is-active {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .top .interview__item.is-active {
    width: 250px;
  }
}
.top .interview__item.is-active .interview__thumbnail {
  height: 507px;
}
@media screen and (max-width: 767px) {
  .top .interview__item.is-active .interview__thumbnail {
    height: 317px;
  }
}
.top .interview__item.is-active .interview__overlay {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .top .interview__item.is-active .interview__overlay {
    padding: 25px 15px;
  }
}
.top .interview__item.is-active .interview__overlay-header p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top .interview__item.is-active .interview__overlay-header p {
    font-size: 1.5rem;
  }
}
.top .interview__item.is-active .interview__excerpt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top .interview__item.is-active .interview__excerpt {
    font-size: 1.5rem;
  }
}
.top .interview__item:hover {
  opacity: 0.5;
}
.top .interview__carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.top .interview__carousel {
  -webkit-transform: translateX(16.67%);
          transform: translateX(16.67%);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top .interview__carousel {
    -webkit-transform: initial;
            transform: initial;
  }
}
.top .interview__carousel .splide__track {
  overflow: visible;
}
.top .interview__thumbnail {
  position: relative;
  width: 100%;
  height: 367px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top .interview__thumbnail {
    height: 317px;
    margin-bottom: 10px;
  }
}
.top .interview__overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70.57%;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .interview__overlay {
    padding: 25px 15px;
  }
}
.top .interview__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#525252));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #525252);
}
.top .interview__overlay-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .interview__overlay-header {
    margin-bottom: 10px;
  }
}
.top .interview__overlay-name {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667em;
}
@media screen and (max-width: 767px) {
  .top .interview__overlay-name {
    font-size: 2.2rem;
  }
}
.top .interview__overlay-position {
  position: relative;
  top: 3px;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top .interview__overlay-position {
    font-size: 1.5rem;
    line-height: 0.9333333333em;
  }
}
.top .interview__overlay-sub-header {
  position: relative;
  font-size: 1.4rem;
  line-height: 2em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .interview__overlay-sub-header {
    font-size: 1.2rem;
    line-height: 1.1666666667em;
  }
}
.top .interview__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .top .interview__excerpt {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
.top .interview__carousel-controller {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  z-index: 1;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .interview__carousel-controller {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .interview__carousel-controller {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .interview__carousel-controller {
    position: relative;
    left: 0;
    margin: 17px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top .interview__button {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #A1A1A2;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top .interview__button {
    width: 50px;
    height: 50px;
  }
}
.top .interview__button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 5px;
  border-right: 1px solid #0A42A2;
  border-bottom: 1px solid #0A42A2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top .interview__button::after {
    top: -4px;
    left: -5px;
    width: 27.5px;
    height: 5.5px;
  }
}
.top .interview__button.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top .interview__button:hover {
  border-color: transparent;
  background-color: #0A42A2;
}
.top .interview__button:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.top .interview__button-wrapper {
  position: relative;
  top: -66px;
  bottom: 0;
  text-align: center;
  max-width: 260px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .top .interview__button-wrapper {
    left: 7%;
  }
}
@media screen and (max-width: 1367px) {
  .top .interview__button-wrapper {
    top: initial;
    left: initial;
    margin-top: 33px;
  }
}
.top .ws {
  padding-block: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .ws {
    padding-block: 53.5px 60px;
  }
}
.top .ws__container {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .ws__container {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .ws__container {
    max-width: 100%;
    padding: 0 7%;
  }
}
.top .ws__header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.21%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top .ws__header-wrapper {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}
.top .ws__section-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .top .ws__paragraph {
    position: relative;
    top: 8px;
    font-size: 1.2rem;
    line-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .ws__paragraph {
    position: static;
    font-size: 1.3rem;
    line-height: 1.8461538462em;
  }
}
.top .ws__link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top .ws__link-grid {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 157.5px);
  }
}
.top .ws__grid-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.top .ws__grid-item:first-of-type, .top .ws__grid-item:nth-of-type(2) {
  grid-row: 1/2;
}
.top .ws__grid-item:first-of-type {
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .top .ws__grid-item:first-of-type {
    grid-row: 1/2;
  }
}
.top .ws__grid-item:nth-of-type(2) {
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .top .ws__grid-item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.top .ws__grid-item:last-of-type {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .top .ws__grid-item:last-of-type {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .top .ws__grid-item:last-of-type img {
    -o-object-position: 20%;
       object-position: 20%;
  }
}
.top .ws__grid-item:hover {
  opacity: 0.7;
}
.top .ws__grid-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .ws__bg {
  width: 100%;
  height: 100%;
}
.top .ws__bg img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top .ws__overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .ws__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #A1A1A2;
  mix-blend-mode: multiply;
  z-index: 0;
}
.top .ws__overlay-text {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6363636364em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .ws__overlay-text {
    font-size: 1.6rem;
    line-height: 1.625em;
  }
}
.top .recruit {
  padding-block: 50px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .recruit {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}
.top .recruit__background {
  position: absolute;
  inset: 0 0 auto 0;
  height: 81.25%;
  background-color: #F0F0F2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .recruit__background {
    height: 64.07%;
  }
}
.top .recruit__container {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .recruit__container {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .recruit__container {
    max-width: 100%;
    padding: 0 7%;
  }
}
.top .recruit__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top .recruit__header {
    margin-bottom: 20px;
  }
}
.top .recruit__links {
  max-width: 840px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4.76%;
}
@media screen and (max-width: 767px) {
  .top .recruit__links {
    max-width: 70.67%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.top .recruit__link {
  text-align: center;
  max-width: 400px;
  width: 47.62%;
  height: 141px;
}
@media screen and (max-width: 767px) {
  .top .recruit__link {
    max-width: unset;
    width: 100%;
    height: 72px;
    padding: unset;
  }
}
.top .news-list {
  padding-block: 100px clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .top .news-list {
    padding-block: 60px 100px;
  }
}
.top .news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.79%;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .top .news-list__container {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .top .news-list__container {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 1024px) {
  .top .news-list__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top .news-list__container {
    gap: initial;
  }
}
.top .news-list__header-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .top .news-list__header-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .news-list__header-wrapper {
    margin-bottom: 20px;
  }
}
.top .news-list__list {
  max-width: 840px;
  width: 74.23%;
}
@media screen and (max-width: 1024px) {
  .top .news-list__list {
    max-width: initial;
    width: 100%;
  }
}
.top .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .top .news-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.top .news-list__item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top .news-list__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.top .news-list__item:hover {
  opacity: 0.5;
}
.top .news-list__category {
  -ms-flex-preferred-size: 92px;
      flex-basis: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #0A42A2;
  padding: 4px 2px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top .news-list__category {
    padding: 4px 15px;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    font-size: 1.1rem;
  }
}
.top .news-list__date {
  color: #979CA8;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top .news-list__date {
    font-size: 1.3rem;
    line-height: 1.0769230769em;
  }
}
.top .news-list__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top .news-list__title {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 3.13% 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__content {
    padding: 10px 2% 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header__content {
    position: relative;
    padding: 15px 5%;
  }
}
.header__logo-wrapper {
  max-width: 513px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5.85%;
}
@media screen and (max-width: 1280px) {
  .header__logo-wrapper {
    max-width: 410px;
    gap: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo-wrapper {
    max-width: 182.5px;
  }
}
.header__logo-text {
  position: relative;
  bottom: -5px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__logo-text {
    bottom: -3px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo-text {
    bottom: initial;
    color: #000;
    font-size: 0.7rem;
    line-height: 1.5em;
  }
}
.header__logo-dark {
  width: 63.35%;
  opacity: 0;
  position: absolute;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__logo-dark {
    display: block;
    position: relative;
    opacity: 1;
  }
}
.header__logo {
  position: relative;
  width: 63.35%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav-wrapper {
    position: absolute;
    top: 53px;
    right: 0;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 40%;
    height: calc(100svh - 54px);
    padding: 34px 25px 49px 25px;
    background-color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-wrapper {
    width: 100%;
  }
}
.header__nav-wrapper.active {
  -webkit-transform: initial;
          transform: initial;
}
@media screen and (max-width: 1024px) {
  .header__nav-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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    background-color: #fff;
    overflow: scroll;
  }
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .header__row {
    gap: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .header__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__logo-link {
  width: 143px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #F0F0F2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .header__logo-link {
    width: 114px;
    height: 37px;
  }
}
.header__logo-link:first-of-type img {
  width: 140px;
  height: 38px;
}
@media screen and (max-width: 1280px) {
  .header__logo-link:first-of-type img {
    width: 112px;
    height: 30px;
  }
}
.header__logo-link:nth-of-type(2) img {
  width: 130px;
  height: 32px;
}
@media screen and (max-width: 1280px) {
  .header__logo-link:nth-of-type(2) img {
    width: 104px;
    height: 26px;
  }
}
.header__logo-link:hover {
  opacity: 0.7;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1875em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    gap: 26px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    margin-bottom: 35px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    font-size: 1.5rem;
    line-height: 2.3333333333em;
    overflow: scroll;
    max-height: 800px;
  }
}
.header__link {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 8.5px 0;
    border-bottom: 2px solid #ccc;
  }
}
.header__link::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__link::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__link::after {
    content: "";
    background-image: url("./img/icons/carret-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 5.5px;
    height: 10px;
  }
}
.header__link:hover::before {
  left: 0;
  width: 100%;
}
.header__link:hover .header__sub-link-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header__link:hover .header__sub-link-wrapper {
    grid-template-rows: 0fr;
  }
}
.header__link:hover .header__sub-link-list {
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  .header__link:hover .header__sub-link-list {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header__link:hover .header__sub-link-list {
    padding: initial;
  }
}
.header__link:not(a) {
  cursor: default;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .header__link:not(a) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__link:not(a) span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header__link:not(a) span::before,
  .header__link:not(a) span::after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #2C47B9;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 1024px) {
  .header__link:not(a) span::before {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__link:not(a) span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.header__link:not(a)::after {
  display: none;
}
.header__link:not(a).active span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__link.current::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0A42A2;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__link.current::before {
    display: none;
  }
}
.header__sub-link-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: auto;
  grid-template-rows: 0fr;
  background-color: #fff;
  display: grid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__sub-link-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    padding-left: 30px;
    overflow: hidden;
  }
}
.header__sub-link-wrapper--offset {
  right: -27px;
  -webkit-transform: initial;
          transform: initial;
}
@media screen and (max-width: 1280px) {
  .header__sub-link-wrapper--offset {
    right: -22px;
  }
}
@media screen and (max-width: 1024px) {
  .header__sub-link-wrapper--offset {
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 1024px) {
  .header__sub-link-wrapper.active {
    grid-template-rows: 1fr !important;
    opacity: 1;
  }
}
.header__sub-link-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__sub-link-list {
    padding: initial;
  }
}
.header__sub-link-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #000;
  font-size: 1.4rem;
  line-height: 2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__sub-link-item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__sub-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__sub-link-item::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url("./img/icons/carret-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 5.5px;
    height: 10px;
  }
}
.header__sub-link-item::before:hover {
  opacity: 0.5;
}
.header__sub-link-item:hover, .header__sub-link-item.current {
  opacity: 0.5;
}
.header__sub-link-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .header__sub-link-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__sub-link-item:last-of-type {
    margin-bottom: 20px;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}
.header__hamburger.active span:first-of-type {
  -webkit-transform: rotate(45deg) translateY(13px);
          transform: rotate(45deg) translateY(13px);
}
.header__hamburger.active span:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.header__hamburger.active span:last-of-type {
  -webkit-transform: rotate(-45deg) translateY(-13px);
          transform: rotate(-45deg) translateY(-13px);
}
.header__hamburger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.header__hamburger-icon span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #F0F0F2;
}
.header.scrolled .header__nav {
  color: #000;
}
.header.scrolled .header__logo-wrapper span {
  color: #000;
}
.header.scrolled .header__logo {
  opacity: 0;
  position: absolute;
  display: none;
}
.header.scrolled .header__logo-dark {
  opacity: 1;
  position: relative;
  display: block;
}
.header.scrolled .header__link::before {
  background-color: #0A42A2;
  top: calc(100% + 15px);
}
@media screen and (max-width: 1280px) {
  .header.scrolled .header__link::before {
    top: calc(100% + 12px);
  }
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header__link::before {
    top: initial;
  }
}
.header.scrolled .header__sub-link-wrapper {
  top: calc(100% + 18px);
}
@media screen and (max-width: 1280px) {
  .header.scrolled .header__sub-link-wrapper {
    top: calc(100% + 14px);
  }
}
@media screen and (max-width: 1024px) {
  .header.scrolled .header__sub-link-wrapper {
    top: initial;
  }
}

.footer {
  background-color: #EDEDED;
  padding-block: 56.5px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 52.5px 80px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .footer__content {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 980px) {
  .footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding-inline: 0;
    gap: 37.5px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 980px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-inline: 7%;
    gap: 25px 20px;
  }
}
.footer__link {
  color: #7C7C7C;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.2rem;
    line-height: 1.1666666667em;
  }
}
.footer__link:hover {
  color: #000;
}
.footer__cpy {
  color: #7C7C7C;
  font-size: 1.2rem;
  line-height: 2.3333333333em;
}
@media screen and (max-width: 767px) {
  .footer__cpy {
    font-size: 1.1rem;
    line-height: 1.2727272727em;
  }
}

.business__sec {
  padding: 120px 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .business__sec {
    padding: 50px 0 100px;
  }
}
.business__sec .title__jp.title__jp--section {
  font-weight: 400;
  line-height: 1.2075471698em;
}
@media screen and (max-width: 1440px) {
  .business__sec .title__jp.title__jp--section {
    font-size: 5rem;
  }
}
@media screen and (max-width: 980px) {
  .business__sec .title__jp.title__jp--section {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .business__sec .title__jp.title__jp--section {
    font-size: 2.64rem;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
.business__cont {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .business__cont {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .business__cont {
    max-width: 100%;
    padding: 0 7%;
  }
}
.business__txt {
  font: 400 1.6rem "noto-sans-cjk-jp", sans-serif;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .business__txt {
    font-size: 1.3rem;
  }
}
.business__group {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business__group {
    margin-bottom: 58.5px;
  }
}
.business__intro {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .business__intro {
    margin-bottom: 30px;
  }
}
.business__intro .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business__intro .title {
    margin-bottom: 20px;
  }
}
.business__dgrm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .business__dgrm-item {
    display: initial;
  }
}
.business__dgrm-item .subheading {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .business__dgrm-item .subheading {
    margin-bottom: 10px;
  }
}
.business__dgrm-item .business__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business__dgrm-item .business__txt {
    margin-bottom: 20px;
  }
}
.business__dgrm-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 70px 40px;
}
@media screen and (max-width: 767px) {
  .business__dgrm-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.business__dgrm-img {
  width: 100%;
  max-width: 480px;
  height: 463px;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .business__dgrm-img {
    margin-top: initial;
    max-width: 233.5px;
    height: 225px;
  }
}
.business__flow-txt-blk .title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .business__flow-txt-blk .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business__flow-img-ctr {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.business__flow-img {
  margin-top: 45px;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .business__flow-img {
    margin-top: 30px;
    width: 100%;
    overflow: scroll;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .business__flow-img img {
    width: 640px;
  }
}
.business__blk-wrap {
  padding: 160px 0 100px;
}
@media screen and (max-width: 767px) {
  .business__blk-wrap {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .business__blk-wrap--sp60 {
    padding: 60px 0;
  }
}
.business__blk-wrap .sec-title {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .business__blk-wrap .sec-title {
    margin-bottom: 10px;
  }
}
.business__blk-wrap .title__jp.title__jp--section {
  margin-bottom: 42px;
}
@media screen and (max-width: 1440px) {
  .business__blk-wrap .title__jp.title__jp--section {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .business__blk-wrap .title__jp.title__jp--section {
    font-size: calc(1vw + 3rem);
  }
}
@media screen and (max-width: 980px) {
  .business__blk-wrap .title__jp.title__jp--section {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .business__blk-wrap .title__jp.title__jp--section {
    font-size: 26.5px;
    margin-bottom: 20px;
  }
}
.business__blk-wrap--no-padding-bottom {
  padding-bottom: 0;
}
.business__blk-cont {
  width: 100%;
  max-width: 83.34%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .business__blk-cont {
    max-width: 88%;
  }
}
@media screen and (max-width: 1367px) {
  .business__blk-cont {
    max-width: 92%;
  }
}
@media screen and (max-width: 980px) {
  .business__blk-cont {
    max-width: calc(1280px + 10%);
  }
}
.business__blk-cont--reverse {
  margin-left: unset;
  margin-right: auto;
}
.business__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.92%;
}
@media screen and (max-width: 1200px) {
  .business__blk {
    gap: 5%;
  }
}
@media screen and (max-width: 980px) {
  .business__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .business__blk {
    gap: 30px;
  }
}
.business__blk--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .business__blk--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__blk--reverse .business__blk-content {
  padding-right: unset;
}
@media screen and (max-width: 980px) {
  .business__blk--reverse .business__blk-content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .business__blk--reverse .business__blk-content {
    padding: 0 7%;
  }
}
.business__blk--reverse .business__blk-img-col {
  margin-left: unset;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .business__blk--reverse .business__blk-img-col {
    padding-right: unset;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .business__blk--reverse .business__blk-img-col {
    padding-right: 7%;
    padding-left: 0;
  }
}
.business__blk-content {
  width: 38.68%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1440px) {
  .business__blk-content {
    width: 48.68%;
  }
}
@media screen and (max-width: 980px) {
  .business__blk-content {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .business__blk-content {
    padding: 0 7%;
  }
}
.business__blk-img-col {
  width: 54.35%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .business__blk-img-col {
    width: 44.35%;
  }
}
@media screen and (max-width: 980px) {
  .business__blk-img-col {
    padding-right: 5%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business__blk-img-col {
    padding-right: 0;
    padding-left: 7%;
  }
}
.business__blk-img {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 980px) {
  .business__blk-img {
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .business__blk-img {
    height: auto;
  }
}
.business__int-rel {
  background: #F0F0F2;
  padding: 100px 0 82px;
}
@media screen and (max-width: 767px) {
  .business__int-rel {
    padding: 60px 0 50px;
  }
}
.business__int-rel .subheading {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .business__int-rel .subheading {
    margin-bottom: 20px;
  }
}
.business__int-rel .interview__rel-item.splide__slide {
  max-width: 400px;
  width: 31.25%;
  min-width: 300px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .business__int-rel .interview__rel-item.splide__slide {
    min-width: initial;
    width: initial;
    max-width: 250px;
    margin-right: initial;
  }
}
.business__int-rel .interview__rel-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .business__int-rel .interview__rel-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .business__int-rel .mc__content {
    max-width: 250px;
    height: 316.5px;
    margin-bottom: 15px;
  }
}

.interview__sec {
  padding: 120px 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .interview__sec {
    padding: 50px 0 102px;
  }
}
.interview__cont {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .interview__cont {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .interview__cont {
    max-width: 100%;
    padding: 0 7%;
  }
}
.interview__mc-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 3.125%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .interview__mc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1080px) {
  .interview__mc-list {
    gap: 60px 3.125%;
  }
}
@media screen and (max-width: 767px) {
  .interview__mc-list {
    margin-bottom: 60px;
    gap: 32px;
  }
}
.interview__div {
  margin-top: 90px;
}
.interview__div-cont {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1640px + 10%);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .interview__div-cont {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .interview__div-cont {
    max-width: 100%;
    padding: 0 7%;
  }
}
.interview__div-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F0F0F2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 440px;
}
.interview__div-img {
  width: 100%;
  height: 100%;
}
.interview__div-content {
  padding: 0 15%;
  padding: 0 10%;
}
.interview__div-content .button {
  margin-top: 30px;
}
.interview__div-title {
  font: 400 2.4rem "noto-sans-cjk-jp", sans-serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-indent: -18px;
  margin-left: 18px;
}
@media screen and (max-width: 1200px) {
  .interview__div-title {
    font-size: calc(1vw + 1.2rem);
  }
}
.interview__div-title::before {
  content: "";
  background: #0A42A2;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.interview__div-txt {
  font: 400 1.6rem "noto-sans-cjk-jp", sans-serif;
  line-height: 2em;
}
.interview__d-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 767px) {
  .interview__d-wrapper {
    gap: 60px;
  }
}
.interview__d-cont {
  width: 100%;
  max-width: 83.34%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .interview__d-cont {
    max-width: 88%;
  }
}
@media screen and (max-width: 1367px) {
  .interview__d-cont {
    max-width: 92%;
  }
}
@media screen and (max-width: 980px) {
  .interview__d-cont {
    max-width: calc(1280px + 10%);
  }
}
.interview__d-cont--reverse {
  margin-left: unset;
  margin-right: auto;
}
.interview__d-cont--full {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .interview__d-cont--full {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-cont--full {
    max-width: 100%;
    padding: 0 7%;
  }
}
.interview__d-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.63%;
}
@media screen and (max-width: 1200px) {
  .interview__d-blk {
    gap: 5%;
  }
}
@media screen and (max-width: 980px) {
  .interview__d-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-blk {
    gap: 30px;
  }
}
.interview__d-blk--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .interview__d-blk--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__d-blk--reverse .interview__d-content {
  padding-right: unset;
}
@media screen and (max-width: 980px) {
  .interview__d-blk--reverse .interview__d-content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-blk--reverse .interview__d-content {
    padding: 0 7%;
  }
}
.interview__d-blk--reverse .interview__d-img-blk {
  margin-left: unset;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .interview__d-blk--reverse .interview__d-img-blk {
    padding-right: unset;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-blk--reverse .interview__d-img-blk {
    padding-left: unset;
    padding-right: 7%;
  }
}
.interview__d-content {
  width: 38.68%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 980px) {
  .interview__d-content {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-content {
    padding: 0 7%;
  }
}
.interview__d-img-blk {
  width: 54.35%;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .interview__d-img-blk {
    width: 100%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-img-blk {
    padding-right: unset;
    padding-left: 7%;
  }
}
.interview__sub-blk {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .interview__sub-blk {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.interview__sub-en {
  color: #0A42A2;
  font: 400 1.4rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .interview__sub-en {
    font-size: 1.2rem;
  }
}
.interview__sub-jp {
  font: 500 2rem "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .interview__sub-jp {
    font-size: 1.3rem;
  }
}
.interview__d-blk-title {
  font: 400 5.3rem "shippori-mincho", sans-serif;
  line-height: 1.2075471698em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .interview__d-blk-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-blk-title {
    font-size: 2.65rem;
    margin-bottom: 20px;
  }
}
.interview__txt {
  font: 400 1.6rem "noto-sans-cjk-jp", sans-serif;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .interview__txt {
    font-size: 1.3rem;
  }
}
.interview__d-img {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 980px) {
  .interview__d-img {
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .interview__d-img {
    height: auto;
  }
}
.interview__msg-blk {
  margin: 86px 0 100px;
}
@media screen and (max-width: 767px) {
  .interview__msg-blk {
    margin: 60px 0;
  }
}
.interview__msg-row {
  width: 100%;
  max-width: 91.93%;
  margin-left: auto;
  background: #F0F0F2;
  padding: 6.7% 8.49%;
  height: auto;
  gap: 5.17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1367px) {
  .interview__msg-row {
    max-width: 94%;
    padding: 5% 7%;
  }
}
@media screen and (max-width: 1024px) {
  .interview__msg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7% 5%;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .interview__msg-row {
    max-width: 100%;
    padding: 60px 7%;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 30px;
  }
}
.interview__msg-content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .interview__msg-content {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .interview__msg-content .interview__d-blk-title {
    font-size: calc(1vw + 3.8rem);
  }
}
@media screen and (max-width: 767px) {
  .interview__msg-content .interview__d-blk-title {
    font-size: 32px;
  }
}
.interview__msg-img-blk {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .interview__msg-img-blk {
    width: 100%;
  }
}
.interview__msg-img {
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .interview__msg-img {
    margin: 0 auto;
    max-width: 610px;
    height: auto;
  }
}
.interview__rel-wrap .mc__content {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interview__rel-wrap .mc__content {
    margin-bottom: 15px;
    max-width: 250px;
    height: 316.5px;
  }
}
.interview__rel-wrap .mc__txt-content {
  bottom: 20px;
  left: 25px;
}
.interview__rel-wrap .mc__title-blk {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .interview__rel-wrap .mc__title-blk {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interview__rel-wrap .mc__title-en {
    font-size: 2.2rem;
  }
}
.interview__rel-wrap .mc__title-jp {
  font: 400 1.6rem "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .interview__rel-wrap .mc__title-jp {
    font-size: 1.5rem;
  }
}
.interview__rel-wrap .mc__desc {
  font: 400 1.6rem "shippori-mincho", sans-serif;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .interview__rel-wrap .mc__desc {
    font-size: 1.5rem;
  }
}
.interview__rel-wrap .interview__rel-item {
  max-width: 290px;
  width: 22.66%;
}
@media screen and (max-width: 1024px) {
  .interview__rel-wrap .interview__rel-item {
    max-width: 320px;
    width: 31.66%;
  }
}
.interview__rel-cont {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .interview__rel-cont {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .interview__rel-cont {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .interview__rel-cont {
    padding: unset;
  }
}
.interview__rel-splide {
  position: relative;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .interview__rel-splide {
    padding-bottom: 90px;
  }
}
.interview__rel-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .interview__rel-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .interview__rel-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.interview__rel-arrows {
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .interview__rel-arrows {
    bottom: -10px;
  }
}
.interview__rel-prev, .interview__rel-next {
  position: unset;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(161, 161, 162, 0.2);
}
.interview__rel-prev svg, .interview__rel-next svg {
  display: none;
}
.interview__rel-prev {
  background: url("./img/icons/interview-rel-prev.svg") no-repeat;
  background-size: contain;
}
.interview__rel-next {
  background: url("./img/icons/interview-rel-next.svg") no-repeat;
  background-size: contain;
}

.briefing {
  padding: 120px 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 1280px) {
  .briefing {
    padding: 80px 0 clamp(100px, 10.42vw, 200px);
  }
}
@media screen and (max-width: 980px) {
  .briefing {
    padding: 60px 0 clamp(100px, 10.42vw, 200px);
  }
}
@media screen and (max-width: 767px) {
  .briefing {
    padding: 50px 0 100px;
  }
}
.briefing__section {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .briefing__section {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .briefing__section {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .briefing__section {
    margin-bottom: 65px;
  }
}
.briefing__section--mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .briefing__section--mt100 {
    margin: 60px 0;
  }
}
.briefing__heading {
  margin: 60px 0;
  font-size: 5.3rem;
  font-weight: 400;
  font-family: "shippori-mincho", sans-serif;
  line-height: 1.2075471698em;
}
@media screen and (max-width: 1280px) {
  .briefing__heading {
    margin: 50px 0;
  }
}
@media screen and (max-width: 980px) {
  .briefing__heading {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .briefing__heading {
    font-size: 26.5px;
    margin: 10px 0 20px;
    line-height: 1.3773584906em;
  }
}
.briefing__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.9166666667em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .briefing__title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.625em;
  }
}
.briefing__text {
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .briefing__text {
    text-align: justify;
    margin-bottom: 50px;
    line-height: 1.8461538462em !important;
  }
}
.briefing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .briefing__list {
    gap: 50px;
  }
}
.briefing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .briefing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.briefing__item-title {
  font-size: 2.4rem;
  margin-bottom: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .briefing__item-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.briefing__item-desc {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .briefing__item-desc {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.briefing__item-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  min-width: 180px;
  background: -webkit-gradient(linear, right bottom, left top, from(#0A42A2), to(#001333));
  background: linear-gradient(to left top, #0A42A2, #001333);
  background: -webkit-gradient(linear, left top, right bottom, from(#0A42A2), to(#001333));
  background: linear-gradient(to right bottom, #0A42A2, #001333);
  color: #fff;
  font-size: 6.8rem;
  font-weight: 400;
  font-family: "shippori-mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .briefing__item-no {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 34px;
  }
}
.briefing__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 5% 85px;
  background-color: #F0F0F2;
}
@media screen and (max-width: 980px) {
  .briefing__links {
    padding: 50px 5% 70px;
  }
}
@media screen and (max-width: 767px) {
  .briefing__links {
    padding: 25px 7% 55px;
  }
}
.briefing__links-heading {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.9166666667em;
}
@media screen and (max-width: 980px) {
  .briefing__links-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .briefing__links-heading {
    font-size: 16px;
    line-height: 1.625em;
  }
}
.briefing__links-list {
  width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 57px 0 32px;
}
@media screen and (max-width: 1200px) {
  .briefing__links-list {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .briefing__links-list {
    margin: 40px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .briefing__links-list {
    width: 265px;
    margin: 20px 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.briefing__links-item-wrapper {
  width: 510px;
}
@media screen and (max-width: 1280px) {
  .briefing__links-item-wrapper {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .briefing__links-item-wrapper {
    width: 100%;
  }
}
.briefing__links-item {
  height: 190px;
  background-color: #fff;
  border: 1px solid #0A42A2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .briefing__links-item {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .briefing__links-item {
    height: 90px;
  }
}
.briefing__links-item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1280px) {
  .briefing__links-item img {
    width: 60%;
  }
}
.briefing__links-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .briefing__links-text {
    font-size: 13px;
    text-align: left;
    line-height: 1.8461538462em;
  }
}

.news {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-block: 120px clamp(100px, 10.42vw, 200px);
  max-width: calc(1060px + 10%);
}
@media screen and (max-width: 1440px) {
  .news {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .news {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .news {
    margin-block: 44px 100px;
  }
}
.news__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news__cat-list {
    gap: 16px 23px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news__cat-link {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news__cat-link {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.news__cat-link.active {
  padding-bottom: 3px;
  color: #0A42A2;
  border-bottom: 1px solid #0A42A2;
}
@media screen and (max-width: 767px) {
  .news__cat-link.active {
    padding-bottom: 5px;
  }
}
.news__cat-link:not(.active):hover {
  color: #0A42A2;
}
.news__item-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news__item-list {
    margin-bottom: 60px;
  }
}
.news__item {
  border-bottom: 1px solid #F0F0F2;
  padding-block: 50px 63px;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding-block: 30px;
  }
}
.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.news__item-link:hover {
  opacity: 0.5;
}
.news__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  height: 73px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .news__item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 650/432;
  }
}
.news__item-info {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .news__item-info {
    width: 100%;
  }
}
.news__item-title {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    font-size: 13px;
    line-height: 1.85em;
  }
}

.news-detail {
  text-align: justify;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-block: 120px clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 1440px) {
  .news-detail {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail {
    margin-block: 15px 100px;
  }
}
.news-detail__content {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .news-detail__content {
    margin-top: 15px;
  }
}
.news-detail__block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news-detail__block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.news-detail__block--stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news-detail__block--stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__block--img-text, .news-detail__block--text-img {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__block--img-text:not(:last-child), .news-detail__block--text-img:not(:last-child) {
    margin-bottom: 30px;
  }
}
.news-detail__img {
  width: 100%;
  aspect-ratio: 1280/720;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .news-detail__img {
    aspect-ratio: 650/432;
  }
}
.news-detail__img-desc {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-detail__img-desc {
    margin-top: 10px;
  }
}
.news-detail__img-desc--mt-small {
  margin-top: 23.3px;
}
@media screen and (max-width: 767px) {
  .news-detail__img-desc--mt-small {
    margin-top: 10px;
  }
}
.news-detail__subheading {
  font: 400 2rem "shippori-mincho", sans-serif;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .news-detail__subheading {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.news-detail__subheading:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .news-detail__subheading:not(:first-child) {
    margin-top: 20px;
  }
}
.news-detail__text:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .news-detail__text:not(:first-child) {
    margin-top: 19.5px;
  }
}
.news-detail__text--indent {
  text-indent: 15px;
}
@media screen and (max-width: 767px) {
  .news-detail__text--indent {
    text-indent: 13px;
  }
}
.news-detail__block-col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .news-detail__block-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__links {
    line-height: 1.62em;
  }
}
.news-detail__link {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-detail__link:hover {
  opacity: 0.5;
}
.news-detail__pdf {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19.7px;
}
@media screen and (max-width: 767px) {
  .news-detail__pdf {
    margin-top: 15px;
    gap: 6.5px;
  }
}
.news-detail__pdf-icon {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .news-detail__pdf-icon {
    width: 15px;
  }
}

.message {
  margin: 0 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .message {
    margin: 0 0 50px;
  }
}
.message__wrapper {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .message__wrapper {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .message__wrapper {
    max-width: 100%;
    padding: 0 7%;
  }
}
.message__ctr {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .message__ctr {
    padding: 50px 0;
  }
}
.message__ctr:not(:last-child) {
  border-bottom: 1px solid #A1A1A2;
}
.message__ctr:last-child {
  padding-bottom: 0;
}
.message__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .message__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message__text {
    line-height: 1.8461538462em !important;
  }
}

.guideline__wrapper {
  padding-top: 120px !important;
  padding-bottom: clamp(100px, 10.42vw, 200px) !important;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .guideline__wrapper {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .guideline__wrapper {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .guideline__wrapper {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
  }
}
.guideline__ctr {
  background-color: #F0F0F2;
  padding: 40px 40px 59px;
}
@media screen and (max-width: 767px) {
  .guideline__ctr {
    padding: 30px;
  }
}
.guideline__ctr:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .guideline__ctr:not(:last-child) {
    margin-bottom: 30px;
  }
}
.guideline__career-header {
  margin-bottom: 40px;
}
.guideline__section {
  max-width: 840px;
  width: 65.73%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .guideline__section {
    width: 100%;
  }
}
.guideline__section:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guideline__section:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.guideline__section--custom-mb {
  margin-bottom: 40px;
}
.guideline__buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 4.76%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .guideline__buttons {
    margin-top: 20px;
    gap: 10px;
  }
}
.guideline__buttons .button {
  width: 47.62%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .guideline__buttons .button {
    max-width: unset;
    width: 100%;
  }
}
.guideline__buttons:nth-child(2) .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guideline__list {
  border-top: 1px solid #A1A1A2;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .guideline__list {
    margin-bottom: 60px;
  }
}
.guideline__list.mb-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .guideline__list.mb-25 {
    margin-bottom: 22.5px;
  }
}
.guideline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #A1A1A2;
}
@media screen and (max-width: 767px) {
  .guideline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guideline__label {
  font-size: 2rem;
  font-weight: 500;
  color: #0A42A2;
  min-width: 220px;
  text-align: center;
  padding: 32px 0;
  background-color: #F0F0F2;
}
@media screen and (max-width: 767px) {
  .guideline__label {
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
  }
}
.guideline__info {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2em;
  padding: 30px 50px 30px 70px;
}
@media screen and (max-width: 767px) {
  .guideline__info {
    font-size: 13px;
    padding: 20px 15px;
    line-height: 1.6153846154em;
  }
}
@media screen and (max-width: 767px) {
  .guideline__info.text-center-sp {
    text-align: center;
  }
}
.guideline__link-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .guideline__link-title {
    font-size: 15px;
    margin-bottom: 15.5px;
  }
}
.guideline__link-wrapper {
  max-width: 400px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  .guideline__link-wrapper {
    height: auto;
  }
}
.guideline__links {
  margin: auto;
  gap: 20px 5%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .guideline__links {
    max-width: 265px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guideline__links .button {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 85px;
}
@media screen and (max-width: 767px) {
  .guideline__links .button {
    margin: auto;
    width: 265px;
    height: 55px;
  }
}
.guideline__link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 85px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .guideline__link {
    width: 265px;
    height: 55px;
  }
}
.guideline__link:hover {
  opacity: 0.7;
}

.faq {
  padding: 120px 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0 100px;
  }
}
.faq__wrapper {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .faq__wrapper {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .faq__wrapper {
    max-width: 100%;
    padding: 0 7%;
  }
}
.faq__ctr:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .faq__ctr:not(:last-child) {
    margin-bottom: 60px;
  }
}
.faq__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__item {
  position: relative;
  border-bottom: 1px solid #A1A1A2;
  padding: 51px 28px 43px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding: 21.5px 15px;
  }
}
.faq__item:first-child {
  border-top: 1px solid #A1A1A2;
}
.faq__item::before, .faq__item::after {
  content: "";
  display: block;
  background-color: #0A42A2;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__item::before {
  width: 40px;
  height: 2px;
  right: 30px;
  top: 85px;
}
@media screen and (max-width: 767px) {
  .faq__item::before {
    width: 20px;
    height: 1px;
    right: 15px;
    top: 39.5px;
  }
}
.faq__item::after {
  width: 2px;
  height: 40px;
  right: 50px;
  top: 65px;
}
@media screen and (max-width: 767px) {
  .faq__item::after {
    height: 20px;
    width: 1px;
    right: 25px;
    top: 29.5px;
  }
}
.faq__item.active::before {
  opacity: 0;
}
.faq__item.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item.active .faq__ans {
  max-height: 999px;
  opacity: 1;
}
.faq__qn-label {
  display: block;
  position: relative;
  font-size: 3.5rem;
  font-family: "shippori-mincho", sans-serif;
  padding: 0 82px;
  line-height: 1.5428571429em;
}
@media screen and (max-width: 767px) {
  .faq__qn-label {
    font-size: 17.5px;
    padding: 0 49px 0 31px;
  }
}
.faq__qn-label::before {
  content: "Q";
  font-size: 5.3rem;
  color: #0A42A2;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq__qn-label::before {
    font-size: 26.5px;
    top: 0;
  }
}
.faq__ans {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.6s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.6s ease-in-out;
  cursor: auto;
}
.faq__ans-wrap {
  position: relative;
  padding: 41px 0 0 82px;
}
@media screen and (max-width: 767px) {
  .faq__ans-wrap {
    padding: 24.5px 49px 0 31px;
  }
}
.faq__ans-wrap::before {
  content: "A";
  font-size: 5.3rem;
  font-family: "shippori-mincho", sans-serif;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .faq__ans-wrap::before {
    font-size: 26.5px;
    top: 18px;
  }
}
.faq__ans-wrap > *:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq__ans-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.faq__ans-text {
  display: block;
}
.faq__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .faq__process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq__process-item {
    position: relative;
    width: 173px;
  }
}
.faq__process-item::before {
  float: left;
  content: "";
  display: inline-block;
  border-top: 44px solid #F0F0F2;
  border-bottom: 44px solid #F0F0F2;
  border-left: 20px solid transparent;
}
@media screen and (max-width: 767px) {
  .faq__process-item::before {
    float: none;
    display: block;
    border-top: 15px solid transparent;
    border-bottom: 0;
    border-left: 86.5px solid #F0F0F2;
    border-right: 86.5px solid #F0F0F2;
  }
}
.faq__process-item:first-child::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .faq__process-item:first-child .faq__process-text {
    padding-top: 15px;
  }
}
.faq__process-item::after {
  content: "";
  display: inline-block;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  border-left: 20px solid #F0F0F2;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .faq__process-item::after {
    border-top: 15px solid #F0F0F2;
    border-bottom: 0;
    border-left: 86.5px solid transparent;
    border-right: 86.5px solid transparent;
    display: block;
    z-index: 9;
    bottom: -15px;
  }
}
.faq__process-text {
  float: left;
  padding: 0 10px 0 20px;
  background: #F0F0F2;
  min-height: 88px;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq__process-text {
    width: 173px;
    min-height: auto;
    font-size: 13px;
    padding: 7.5px 0 5px;
  }
}
.faq__link {
  color: #0A42A2;
  text-decoration: underline;
}
.faq__ratio {
  max-width: 800px;
}

.hr__sec {
  padding: 120px 0 clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .hr__sec {
    padding: 48.5px 0 100px;
  }
}
.hr__cont {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .hr__cont {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .hr__cont {
    max-width: 100%;
    padding: 0 7%;
  }
}
.hr__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .hr__wrap {
    gap: 48.5px;
  }
}
@media screen and (max-width: 767px) {
  .hr__wrap .button.button--large {
    margin-top: 11.5px;
  }
}
.hr__blk {
  padding-bottom: 100px;
  border-bottom: 1px solid #A1A1A2;
}
@media screen and (max-width: 767px) {
  .hr__blk {
    padding-bottom: 50px;
  }
}
.hr__blk .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hr__blk .title {
    margin-bottom: 20px;
  }
}
.hr__blk .title__jp.title__jp--section {
  line-height: 1.2075471698em;
}
.hr__txt {
  font: 400 1.6rem "noto-sans-cjk-jp", sans-serif;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .hr__txt {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}

.work-life .list-img {
    width: 40%;
/*    margin-top: 15px; */
    display: block;
    margin: 15px auto 0;
}

.work-life {
  margin-top: 120px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .work-life {
    margin-top: 48.5px;
  }
}
.work-life__container {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .work-life__container {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .work-life__container {
    max-width: 100%;
    padding: 0 7%;
  }
}
.work-life__real {
  margin-bottom: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .work-life__real {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .work-life__real {
    margin-bottom: 109px;
    gap: 39px;
  }
}
.work-life__real-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .work-life__real-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.work-life__real-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 0 16px;
  position: relative;
  min-width: 464px;
}
@media screen and (max-width: 767px) {
  .work-life__real-chart {
    gap: 0 9px;
    width: 100%;
    min-width: unset;
    max-width: 323px;
  }
}
.work-life__real-chart::after {
  content: "";
  position: absolute;
  display: block;
  width: 69.35%;
  aspect-ratio: 1/1;
  border: 1px solid #0A42A2;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .work-life__real-chart::after {
    width: 69.5%;
  }
}
.work-life__real-chart-item {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0A42A2;
  border-radius: 50%;
  gap: 18px;
  aspect-ratio: 1/1;
  background: #fff;
}
@media screen and (max-width: 1367px) {
  .work-life__real-chart-item {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .work-life__real-chart-item {
    padding-top: 3px;
    gap: 10px;
  }
}
.work-life__real-chart-item:not(:first-child, :nth-child(2)) {
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .work-life__real-chart-item:not(:first-child, :nth-child(2)) {
    margin-top: -7px;
  }
}
.work-life__real-chart-item:first-child {
  grid-column: 2/4;
  grid-row: 1;
}
.work-life__real-chart-item:nth-child(2) {
  grid-column: 4/6;
  grid-row: 1;
}
.work-life__real-chart-item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.work-life__real-chart-item:nth-child(4) {
  grid-column: 5/7;
  grid-row: 2;
}
.work-life__real-chart-item:nth-child(5) {
  grid-column: 2/4;
  grid-row: 3;
}
.work-life__real-chart-item:last-child {
  grid-column: 4/6;
  grid-row: 3;
}
.work-life__real-chart-item-text {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  color: #0A42A2;
}
@media screen and (max-width: 1280px) {
  .work-life__real-chart-item-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .work-life__real-chart-item-text {
    font-size: 10px;
  }
}
.work-life__real-chart-item-img {
  height: 58px;
}
@media screen and (max-width: 1367px) {
  .work-life__real-chart-item-img {
    height: 29.6%;
  }
}
.work-life__real-text {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .work-life__real-text {
    margin-top: 20px;
  }
}
.work-life__dive-list {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .work-life__dive-list {
    margin-top: 40px;
  }
}
.work-life__dive-item {
  border-top: 1px solid #A1A1A2;
  padding-block: 60px 50px;
}
@media screen and (max-width: 767px) {
  .work-life__dive-item {
    padding-block: 40px;
  }
}
.work-life__dive-item:last-child {
  border-bottom: 1px solid #A1A1A2;
}
.work-life__dive-item-info {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .work-life__dive-item-info {
    margin-top: 10px;
  }
}
.work-life__workplace {
  margin-block: 120.4px 116px;
  padding-block: 143px 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./img/work-life/workplace-bg.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./img/work-life/workplace-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1280px) {
  .work-life__workplace {
    background-position: 28%;
  }
}
@media screen and (max-width: 767px) {
  .work-life__workplace {
    margin-block: 60px 58.5px;
    padding-block: 60px;
    background-position: center;
  }
}
.work-life__workplace-title {
  margin-block: 12px 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .work-life__workplace-title {
    margin-block: 10px 20px;
  }
}
.work-life__success-list {
  margin-block: 56px 116px;
}
@media screen and (max-width: 767px) {
  .work-life__success-list {
    margin-block: 30px 74.75px;
  }
}
.work-life__msg-art-list {
  margin-top: 82px;
  counter-reset: article;
}
@media screen and (max-width: 767px) {
  .work-life__msg-art-list {
    margin-top: 21.25px;
  }
}
.work-life__msg-art {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .work-life__msg-art {
    padding-block: 60px;
  }
}
.work-life__msg-art:first-child {
  padding-top: 0;
}
.work-life__msg-art:nth-child(even) {
  background: #F0F0F2;
}
.work-life__msg-q {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .work-life__msg-q {
    margin-bottom: 35.25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
  }
}
.work-life__msg-q::before {
  counter-increment: article;
  content: "Q" counter(article);
  margin-right: 20px;
  position: relative;
  top: 2px;
  font: 400 3rem "shippori-mincho", sans-serif;
  color: #0A42A2;
}
@media screen and (max-width: 767px) {
  .work-life__msg-q::before {
    margin-right: 10px;
    font-size: 2.65rem;
  }
}
.work-life__msg-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
}
@media screen and (max-width: 767px) {
  .work-life__msg-a {
    gap: 30px;
  }
}
.work-life__msg-a:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.work-life__msg-a:nth-child(even) .work-life__msg-bbl {
  padding: 36px 30px 36px 40px;
}
.work-life__msg-a:nth-child(even) .work-life__msg-bbl::before {
  left: unset;
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .work-life__msg-a:nth-child(even) .work-life__msg-bbl::before {
    right: -25px;
  }
}
.work-life__msg-a:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .work-life__msg-a:not(:last-child) {
    margin-bottom: 30px;
  }
}
.work-life__msg-pic-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .work-life__msg-pic-wrap {
    width: 100px;
  }
}
.work-life__msg-pic {
  display: block;
  font-size: 0;
}
.work-life__msg-bbl {
  border: 1px solid #0A42A2;
  border-radius: 10px;
  padding: 40px 40px 36px 30px;
  min-height: 200px;
  position: relative;
  width: 100%;
  max-width: 840px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .work-life__msg-bbl {
    border-radius: 5px;
    padding: 20px 15px !important;
    min-height: unset;
  }
}
.work-life__msg-bbl::before {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 38px;
  background: url("./img/work-life/bbl-head.svg") no-repeat 4px center/contain;
}
@media screen and (max-width: 767px) {
  .work-life__msg-bbl::before {
    top: 40px;
    bottom: unset;
    width: 25px;
    left: -25px;
    height: 19px;
    background-image: url("./img/work-life/bbl-head-sp.svg");
  }
}
.work-life__msg-bbl-name {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .work-life__msg-bbl-name {
    margin-bottom: 10px;
    font-size: 16px !important;
    line-height: 1.625em;
  }
}
.work-life__tagline {
  padding-block: 150px clamp(100px, 10.42vw, 200px);
}
@media screen and (max-width: 767px) {
  .work-life__tagline {
    max-width: 569px;
    width: 75.87%;
    padding-block: initial;
    margin-block: 50px 100px;
  }
}
@media screen and (max-width: 375px) {
  .work-life__tagline {
    padding-inline: unset;
  }
}
.work-life__tagline-text {
  font-family: "shippori-mincho", sans-serif;
  font-size: 16px;
  line-height: 2.25em;
  background-image: radial-gradient(#0a42a2, black);
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.educ-welf {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-block: 120px clamp(100px, 10.42vw, 200px);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 1440px) {
  .educ-welf {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .educ-welf {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .educ-welf {
    margin-block: 48.5px 100px;
  }
}
@media screen and (max-width: 767px) {
  .educ-welf__sp-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.educ-welf__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .educ-welf__title {
    margin-bottom: 20px;
  }
}
.educ-welf__num-list {
  margin-block: 30px 50px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .educ-welf__num-list {
    margin-block: 30px;
  }
}
.educ-welf__num-list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .educ-welf__num-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.educ-welf__num-list-title {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .educ-welf__num-list-title {
    margin: 0 0 10px 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .educ-welf__training-table {
    height: 273px;
  }
}
.educ-welf__training-table-img {
  aspect-ratio: 1280/546;
}
@media screen and (max-width: 767px) {
  .educ-welf__training-table-img {
    aspect-ratio: initial;
    min-width: 640.5px;
  }
}
.educ-welf__box-list {
  margin-block: 90px 82px;
}
@media screen and (max-width: 767px) {
  .educ-welf__box-list {
    margin-block: 50px 60px;
  }
}
.educ-welf__timeline-title {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .educ-welf__timeline-title {
    margin-bottom: 10px;
  }
}
.educ-welf__timeline-table-container {
  margin-block: 60px 116.5px;
}
@media screen and (max-width: 767px) {
  .educ-welf__timeline-table-container {
    margin-block: 30px 48.5px;
  }
}
@media screen and (max-width: 767px) {
  .educ-welf__timeline-table {
    height: 309.75px;
  }
}
.educ-welf__timeline-table-img {
  aspect-ratio: 1280/620;
}
@media screen and (max-width: 767px) {
  .educ-welf__timeline-table-img {
    aspect-ratio: initial;
    min-width: 640.5px;
  }
}
.educ-welf__welf-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .educ-welf__welf-list {
    margin-top: 50px;
  }
}
.educ-welf__welf-item {
  border-top: 1px solid #A1A1A2;
  padding-block: 60px 50px;
}
@media screen and (max-width: 767px) {
  .educ-welf__welf-item {
    padding-block: 50px;
  }
}
.educ-welf__welf-item:last-child {
  border-bottom: 1px solid #A1A1A2;
}
.educ-welf__welf-item-info {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .educ-welf__welf-item-info {
    margin-top: 10px;
  }
}
.educ-welf__welf-item-subheading {
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .educ-welf__welf-item-subheading {
    font-size: 14px;
    line-height: 1.71em;
  }
}
.educ-welf__health {
  margin-top: 120px;
  padding: 82px 70px 80px;
  background: #F0F0F2;
}
@media screen and (max-width: 767px) {
  .educ-welf__health {
    margin-top: 60px;
    padding: 30px 15px;
  }
}
.educ-welf__health-list {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .educ-welf__health-list {
    margin-top: 20px;
  }
}
.educ-welf__health-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .educ-welf__health-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.educ-welf__health-item-label {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .educ-welf__health-item-label {
    display: block;
    margin: 0;
  }
}
.educ-welf__health-item-info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .educ-welf__health-item-info {
    margin-top: 25px;
  }
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #0A42A2;
}

.primary-bg {
  background: #0A42A2;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-center {
  text-align: center;
}

.centered-container {
  margin: 0 auto;
}

.text {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 12px;
  }
}
.text--fs16 {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .text--fs16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .text--sp-lh185 {
    line-height: 1.85em;
  }
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}

.disabled {
  position: relative;
  pointer-events: none;
}
.disabled a {
  margin: auto;
}
.disabled span {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .disabled span {
    font-size: 1.3rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 5px;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .current {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    height: 26px;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 1.2rem;
  font-weight: 500;
  width: 110px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 11px;
    width: 68.5px;
    gap: 5px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  font-size: 1.4rem;
  font-weight: 500;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    font-size: 12px;
    width: 26px;
  }
}
.wp-pagenavi .previouspostslink {
  color: #A1A1A2;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  width: 25.15px;
  height: 5.21px;
  -webkit-mask: url("./img/icons/arrow-prev-gray.svg") center/contain no-repeat;
          mask: url("./img/icons/arrow-prev-gray.svg") center/contain no-repeat;
  background-color: #A1A1A2;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before {
    width: 20px;
    height: 7.605px;
    -webkit-mask: url("./img/icons/arrow-prev-gray-sp.svg") center/contain no-repeat;
            mask: url("./img/icons/arrow-prev-gray-sp.svg") center/contain no-repeat;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
}
.wp-pagenavi .previouspostslink:hover::after {
  background-color: #fff;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  width: 25.15px;
  height: 5.21px;
  -webkit-mask: url("./img/icons/arrow-next-black.svg") center/contain no-repeat;
          mask: url("./img/icons/arrow-next-black.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink::after {
    width: 20px;
    height: 7.605px;
    -webkit-mask: url("./img/icons/arrow-next-black-sp.svg") center/contain no-repeat;
            mask: url("./img/icons/arrow-next-black-sp.svg") center/contain no-repeat;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
}
.wp-pagenavi .nextpostslink:hover::after {
  background-color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 1px solid #E8E8EA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.top [data-aos=leading-block-animation] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.top [data-aos=leading-block-animation].aos-animate {
  opacity: 1;
}
.top .message__section-header,
.top .message__section-sub-header,
.top .message__paragraph,
.top .message__button-wrapper {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.top [data-aos=message-animation].aos-animate .message__section-header,
.top [data-aos=message-animation].aos-animate .message__section-sub-header,
.top [data-aos=message-animation].aos-animate .message__paragraph,
.top [data-aos=message-animation].aos-animate .message__button-wrapper {
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .top [data-aos=message-animation].aos-animate .message__section-header,
  .top [data-aos=message-animation].aos-animate .message__section-sub-header,
  .top [data-aos=message-animation].aos-animate .message__paragraph,
  .top [data-aos=message-animation].aos-animate .message__button-wrapper {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.top [data-aos=message-animation].aos-animate .message__section-header {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top [data-aos=message-animation].aos-animate .message__section-sub-header {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.top [data-aos=message-animation].aos-animate .message__paragraph {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.top [data-aos=message-animation].aos-animate .message__button-wrapper {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top [data-aos=message-image-animation] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}
.top [data-aos=message-image-animation].aos-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.top [data-aos=company-pc-image-animation] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}
.top [data-aos=company-pc-image-animation].aos-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.top [data-aos=company-sp-image-animation] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.top [data-aos=company-sp-image-animation].aos-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top [data-aos=company-sp-image-animation].aos-animate {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top .company-section__section-header,
.top .company-section__section-sub-header,
.top .company-section__paragraph,
.top .company-section__button-wrapper {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.top [data-aos=company-animation].aos-animate .company-section__section-header,
.top [data-aos=company-animation].aos-animate .company-section__section-sub-header,
.top [data-aos=company-animation].aos-animate .company-section__paragraph,
.top [data-aos=company-animation].aos-animate .company-section__button-wrapper {
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .top [data-aos=company-animation].aos-animate .company-section__section-header,
  .top [data-aos=company-animation].aos-animate .company-section__section-sub-header,
  .top [data-aos=company-animation].aos-animate .company-section__paragraph,
  .top [data-aos=company-animation].aos-animate .company-section__button-wrapper {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.top [data-aos=company-animation].aos-animate .company-section__section-header {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top [data-aos=company-animation].aos-animate .company-section__section-sub-header {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.top [data-aos=company-animation].aos-animate .company-section__paragraph {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.top [data-aos=company-animation].aos-animate .company-section__button-wrapper {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.top .people__section-header,
.top .people__section-sub-header,
.top .people__paragraph,
.top .interview__section-header {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.top .splide__track {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.top [data-aos=gray-bg-animation] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.top [data-aos=gray-bg-animation].aos-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__section-header,
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__section-sub-header,
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__paragraph {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__section-header {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__section-sub-header {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__paragraph {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.top [data-aos=gray-bg-animation].aos-animate + .people [data-aos=people-pc-animation].aos-animate .people__button-wrapper {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.top [data-aos=gray-bg-animation].aos-animate ~ .interview [data-aos=interview-header-animation].aos-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.top [data-aos=gray-bg-animation].aos-animate ~ .interview .splide__track {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.top [data-aos=recruit-bg] {
  width: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}
.top [data-aos=recruit-bg] ~ .recruit__links, .top [data-aos=recruit-bg] ~ .recruit__container > .recruit__header {
  opacity: 0;
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top [data-aos=recruit-bg].aos-animate {
  width: 100%;
}
.top [data-aos=recruit-bg].aos-animate ~ .recruit__links, .top [data-aos=recruit-bg].aos-animate ~ .recruit__container > .recruit__header {
  opacity: 1;
}
.top [data-aos=ws-grid-animation] .ws__grid-item {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.top [data-aos=ws-grid-animation] .ws__grid-item img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.top [data-aos=ws-grid-animation].aos-animate .ws__grid-item {
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.top [data-aos=ws-grid-animation].aos-animate .ws__grid-item img {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}

.company__container {
  display: grid;
  grid-template-columns: 320px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1367px) {
  .company__container {
    grid-template-columns: 270px auto;
  }
}
@media screen and (max-width: 980px) {
  .company__container {
    grid-template-columns: 100%;
  }
}
.company__sidenav {
  width: 320px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 90px 52px 90px 57px;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 1367px) {
  .company__sidenav {
    width: 270px;
    padding: 60px 29px 60px 29px;
  }
}
@media screen and (max-width: 980px) {
  .company__sidenav {
    display: none;
  }
}
.company__sidenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.company__sidenav-list-sp {
  gap: 30px !important;
}
@media screen and (max-width: 767px) {
  .company__sidenav-list-sp {
    gap: 15px !important;
  }
}
.company__sidenav-link {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .company__sidenav-link {
    margin-right: unset !important;
  }
}
.company__sidenav-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.company__sidenav-link a::before {
  content: "・";
  display: inline-block;
}
.company__sidenav-link.active {
  color: #0A42A2;
}
.company__sidenav-link.sp-link {
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .company__sidenav-link.sp-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company__sidenav-link.sp-link {
    font-size: 12px;
  }
}
.company__sidenav-link.sp-link a::before {
  display: none;
}
.company__sidenav-link:hover {
  color: #0A42A2;
}
.company__sidenav-sp {
  display: none;
  padding: 30px 80px 30px 5%;
}
@media screen and (max-width: 980px) {
  .company__sidenav-sp {
    position: sticky;
    top: 53px;
    display: block;
    padding: 30px 8% 30px 5%;
    z-index: 999;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .company__sidenav-sp {
    padding: 15px 40px 15px 7%;
  }
}
.company__sidenav-sp::after {
  content: "";
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(10, 66, 162)), to(rgb(36, 39, 46)));
  background: linear-gradient(270deg, rgb(10, 66, 162) 0%, rgb(36, 39, 46) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company__sidenav-sp::after {
    height: 3px;
  }
}
.company__nav-slider {
  position: relative;
  padding: 29px 80px 29px 50px;
}
.company__arrows {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .company__arrows {
    right: 0px !important;
  }
}
.company__arrows img {
  width: 22px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .company__arrows img {
    width: 11px;
    height: 18.5px;
  }
}
.company__anchor-next {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .company__anchor-next {
    right: 5px !important;
  }
}
.company__sec-title {
  font-size: 3.2rem;
  line-height: 1.875em;
}
@media screen and (max-width: 1367px) {
  .company__sec-title {
    font-size: 26.5px;
    line-height: 1.7142857143em;
  }
}
.company__content {
  max-width: 1600px;
  width: 100%;
  background-color: #fff;
  padding: 100px 0 clamp(100px, 10.42vw, 200px);
  position: relative;
}
@media screen and (max-width: 1367px) {
  .company__content {
    padding: 60px 0 clamp(100px, 10.42vw, 200px);
  }
}
@media screen and (max-width: 767px) {
  .company__content {
    padding: 48.5px 0 100px;
  }
}
.company__content::before {
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(10, 66, 162)), to(rgb(36, 39, 46)));
  background: linear-gradient(270deg, rgb(10, 66, 162) 0%, rgb(36, 39, 46) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .company__content::before {
    display: none;
  }
}
.company__content-extension {
  width: 100%;
  height: 85px;
  position: absolute;
  top: -85px;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .company__content-extension {
    display: none;
  }
}
.company__border {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.company__border::before {
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(10, 66, 162)), to(rgb(36, 39, 46)));
  background: linear-gradient(270deg, rgb(10, 66, 162) 0%, rgb(36, 39, 46) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.company__text {
  font-size: 1.6rem;
  line-height: 2.125em;
}
@media screen and (max-width: 767px) {
  .company__text {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.company__text:not(:last-child) {
  margin: 52px 0 30px;
}
@media screen and (max-width: 1367px) {
  .company__text:not(:last-child) {
    margin: 30px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .company__text:not(:last-child) {
    margin: 20px 0;
  }
}
.company__text--white {
  color: #fff;
  line-height: 1.75em;
}
.company__text--white:first-child {
  margin: 40px 0 20px;
}
@media screen and (max-width: 1280px) {
  .company__text--white:first-child {
    margin: 20px 0;
  }
}
.company__text--center {
  color: #303030;
  line-height: 1.2em;
}
.company__banner {
  max-width: 1530px;
  width: 100%;
  height: 490px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .company__banner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .company__banner {
    height: 439.5px;
  }
}
.company__banner--sm {
  max-width: 1514px;
}
@media screen and (max-width: 767px) {
  .company__banner--sm {
    height: 308px;
  }
}
.company__banner-bg {
  height: 100%;
  position: relative;
}
.company__section-container {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .company__section-container {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .company__section-container {
    max-width: 100%;
    padding: 0 7%;
  }
}
.company__philosophy-wrapper {
  margin-bottom: 180px;
}
@media screen and (max-width: 1367px) {
  .company__philosophy-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company__philosophy-wrapper {
    margin-bottom: 60px;
  }
}
.company__philosophy-content {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 1367px) {
  .company__philosophy-content {
    gap: 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .company__philosophy-content {
    margin-top: 50px;
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .company__philosophy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .company__philosophy-content {
    gap: 20px;
    margin-top: 15px;
  }
}
.company__philosophy-info {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .company__philosophy-info {
    max-width: 100%;
  }
}
.company__philosophy-img {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .company__philosophy-img {
    max-width: 100%;
  }
}
.company__industries {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .company__industries {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .company__industries {
    max-width: 100%;
    padding: 0 7%;
  }
}
.company__industries-info {
  max-width: 844px;
  width: 100%;
  margin-right: auto;
}
.company__industries-title {
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company__industries-title {
    font-size: 26.5px;
  }
}
.company__manufacturing {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company__manufacturing {
    margin-top: 60px;
  }
}
.company__manufacturing-content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 44px 40px;
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-content {
    gap: 33px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .company__manufacturing-content {
    gap: 22px 20px;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-content {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-content {
    gap: 20px;
  }
}
.company__manufacturing-item {
  padding: 104px 25px 35px 25px;
  background-color: #F7F7F7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-item {
    padding: 84px 25px 25px 25px;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-item {
    padding: 74px 25px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-item {
    padding: 30px 12.5px 15px 12.5px;
  }
}
.company__manufacturing-item--first {
  padding: 84px 25px 35px 25px;
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-item--first {
    padding: 64px 25px 25px 25px;
  }
}
@media screen and (max-width: 1280px) {
  .company__manufacturing-item--first {
    padding: 64px 20px 25px 20px;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-item--first {
    padding: 54px 25px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-item--first {
    padding: 38.5px 12.5px 15px 12.5px;
  }
}
.company__manufacturing-title {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  padding: 8.8px;
  background-color: #0A42A2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1458px) {
  .company__manufacturing-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .company__manufacturing-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-title {
    font-size: 11px;
    padding: 4.4px 15px;
  }
}
.company__manufacturing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24.5px;
}
@media screen and (max-width: 1613px) {
  .company__manufacturing-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .company__manufacturing-wrap {
    gap: 12.25px;
  }
}
.company__manufacturing-info {
  text-align: center;
}
.company__manufacturing-info span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #0A42A2;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 1683px) {
  .company__manufacturing-info span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .company__manufacturing-info span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-info span {
    font-size: 10.5px;
    margin-bottom: 3px;
  }
}
.company__manufacturing-info p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
}
@media screen and (max-width: 1683px) {
  .company__manufacturing-info p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .company__manufacturing-info p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-info p {
    font-size: 8px;
  }
}
.company__manufacturing-info--flex {
  max-width: 351px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .company__manufacturing-info--flex {
    max-width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .company__manufacturing-info--flex {
    max-width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-info--flex {
    max-width: 70%;
  }
}
.company__manufacturing-info--flex-2 {
  max-width: 176px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .company__manufacturing-info--flex-2 {
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .company__manufacturing-info--flex-2 {
    max-width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-info--flex-2 {
    max-width: 30%;
  }
}
@media screen and (max-width: 341px) {
  .company__manufacturing-info.mt15 {
    margin-top: 15px;
  }
}
.company__manufacturing-list {
  margin-top: 16px;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1683px) {
  .company__manufacturing-list {
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-list {
    margin-top: 9px;
  }
}
@media screen and (max-width: 375px) {
  .company__manufacturing-list {
    gap: 7.5px;
  }
}
.company__manufacturing-list li {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #0A42A2;
  background-color: #fff;
  border: 1px solid #0A42A2;
  padding: 10.4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1683px) {
  .company__manufacturing-list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .company__manufacturing-list li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-list li {
    font-size: 9px;
    padding: 5.5px 0 5px;
  }
}
.company__manufacturing-list li.blue {
  background-color: #0A42A2;
  color: #fff;
}
.company__manufacturing-list.xs {
  margin-top: 38px;
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-list.xs {
    margin-top: 34px;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-list.xs {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-list.xs {
    margin-top: 20px;
  }
}
.company__manufacturing-list.xs li {
  max-width: calc(33.33% - 10px);
}
@media screen and (max-width: 1600px) {
  .company__manufacturing-list.xs li {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .company__manufacturing-list.xs li {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-list.xs li {
    max-width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 375px) {
  .company__manufacturing-list.xs li {
    max-width: calc(35.5% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .company__manufacturing-list.small {
    margin-top: 9px;
  }
}
.company__manufacturing-list.small li {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .company__manufacturing-list.small li {
    max-width: 100%;
  }
}
.company__manufacturing-list.medium li {
  max-width: calc(33.33% - 10px);
}
@media screen and (max-width: 1440px) {
  .company__manufacturing-list.medium li {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 980px) {
  .company__manufacturing-list.medium li {
    max-width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 375px) {
  .company__manufacturing-list.medium li {
    max-width: calc(34% - 10px);
  }
}
.company__manufacturing-list.large {
  grid-template-columns: 100%;
}
.company__manufacturing-list.large li {
  max-width: 100%;
}
.company__manufacturing-list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__manufacturing-divider {
  width: 1.7px;
  height: auto;
  background: url("./img/company/line.svg") no-repeat center;
}
.company__etc {
  display: block;
  font: 400 1.6rem "din-2014", sans-serif !important;
  color: #303030 !important;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .company__etc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company__etc {
    font-size: 8px !important;
  }
}
.company__etc--abs {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .company__etc--abs {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .company__etc--pc {
    display: none !important;
  }
}
.company__tools {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company__tools {
    margin-top: 50px;
  }
}
.company__tools-container {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .company__tools-container {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.company__tools-item {
  width: 24.24%;
  height: 817.26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1367px) {
  .company__tools-item {
    height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .company__tools-item {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .company__tools-item {
    width: 80%;
    height: auto;
    gap: 5px;
  }
}
.company__tools-item--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .company__tools-item--flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.company__tools-img {
  width: 100%;
  height: 100%;
  max-height: 637.15px;
}
@media screen and (max-width: 1200px) {
  .company__tools-img {
    max-height: 575px;
  }
}
@media screen and (max-width: 767px) {
  .company__tools-img {
    max-width: 487.5px;
    height: 100px;
  }
}
.company__tools-text {
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #666667;
}
@media screen and (max-width: 767px) {
  .company__tools-text {
    font-size: 13px;
  }
}
.company__tools-info {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.75em;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .company__tools-info {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.company__chart {
  position: relative;
  margin-top: 120px;
  padding: 120px 0 100px;
  background-color: #F0F0F2;
}
@media screen and (max-width: 1367px) {
  .company__chart {
    margin-top: 90px;
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .company__chart {
    margin-top: 52.8px;
    padding: 52.8px 0 50px;
  }
}
.company__chart-content {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 70px;
}
@media screen and (max-width: 1367px) {
  .company__chart-content {
    gap: 50px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .company__chart-content {
    gap: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .company__chart-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}
.company__chart-img {
  width: 100%;
  height: 100%;
}
.company__chart-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.97%;
  text-align: end;
  font-size: 1.4rem;
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .company__chart-note {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .company__chart-note {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .company__chart-note {
    font-size: 1.2rem;
    bottom: 50px;
  }
}
.company__network {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .company__network {
    margin-top: 60px;
  }
}
.company__network-intro {
  font-size: 1.6rem;
  line-height: 1.75em;
  margin: 40px 0 15px;
}
@media screen and (max-width: 767px) {
  .company__network-intro {
    font-size: 13px;
    margin: 20px 0 30px;
  }
}
.company__network-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .company__network-banner {
    margin-bottom: 30px;
  }
}
.company__network-banner-overlay {
  position: absolute;
  top: -13.09%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company__network-banner-overlay {
    top: 6.3%;
    right: 0;
    left: 0;
    margin: auto;
    width: 97.08%;
    height: 72.33%;
  }
}
.company__network-banner-overlay img {
  width: 100%;
  height: 125.53%;
}
@media screen and (max-width: 767px) {
  .company__network-banner-overlay img {
    height: 100%;
  }
}
.company__network-office {
  background-color: #F7F7F7;
  padding: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1367px) {
  .company__network-office {
    padding: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .company__network-office {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .company__network-office {
    margin-bottom: 30px;
    padding: 30px 15px 60px;
  }
}
.company__network-office:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company__network-office:last-child {
    margin-bottom: 57px;
  }
}
.company__network-row {
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 95px;
}
@media screen and (max-width: 1280px) {
  .company__network-row {
    gap: 65px;
  }
}
@media screen and (max-width: 1080px) {
  .company__network-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company__network-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.company__network-row--no-border {
  border-bottom: unset;
  padding-bottom: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.company__network-row--no-border.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .company__network-row--no-border.mt50 {
    margin-top: 30px;
  }
}
.company__network-info {
  font-size: 1.6rem;
  line-height: 1.75em;
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .company__network-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company__network-desc p {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.company__network-desc p:first-child {
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .company__network-desc p:first-child {
    margin: 20px 0;
  }
}
.company__network-desc p.mt13 {
  margin: 13px 0 0 0;
}
.company__network-desc p.mb20 {
  margin: 10px 0 20px 0;
}
.company__network-desc span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__network-desc span {
    font-size: 15px;
  }
}
.company__network-desc.border-btm {
  padding-bottom: 8px;
  border-bottom: 1px solid #24272E;
}
.company__network-text {
  font-size: 1.4rem;
}
.company__network-text.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company__network-text span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company__network-text span {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
@media screen and (max-width: 767px) {
  .company__network-text p {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.company__network-img-container {
  width: 37.04%;
}
@media screen and (max-width: 767px) {
  .company__network-img-container {
    width: 100%;
  }
}
.company__network-img-container--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .company__network-img-container--column {
    gap: 20px;
  }
}
.company__network-img-container--w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__network-img {
  width: 100%;
  height: 224px;
}
@media screen and (max-width: 1280px) {
  .company__network-img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .company__network-img {
    height: auto;
  }
}
.company__network-class {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.company__network-class-wrap {
  padding: 12px 16px;
  background-color: #fff;
}
.company__network-class-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.company__network-class-title {
  font-size: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company__network-class-title {
    font-size: 13px;
  }
}
.company__network-class-tag {
  font-size: 1.4rem;
  background-color: #F0F0F2;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .company__network-class-tag {
    font-size: 12px;
  }
}
.company__network-btn {
  margin-left: auto;
}
.company__network-btn--start {
  margin: 45px auto 0 0;
}
@media screen and (max-width: 1200px) {
  .company__network-btn--w100 {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1080px) {
  .company__network-btn--w100 {
    padding: 0 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .company__network-btn--w100 {
    max-width: 530px;
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1080px) {
  .company__network-btn--w100::after {
    right: 15px;
    width: 15px;
    background-position: right;
  }
}
@media screen and (max-width: 980px) {
  .company__network-btn--w100::after {
    width: 25.15px;
    right: 24px;
  }
}
.company__future {
  margin-top: 60px;
}
.company__future-content {
  max-width: 1170px;
  margin: 45px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .company__future-content {
    margin: 20px 0 0 auto;
  }
}
.company__future-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .company__future-row {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company__future-row {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__future-row:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company__future-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company__future-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company__future-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  .company__future-img {
    width: 100%;
  }
}
.company__future-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  .company__future-info {
    width: 100%;
  }
}
.company__future-text {
  font-size: 1.6rem;
  line-height: 1.75em;
  margin: 30px 0 20px;
}
@media screen and (max-width: 1280px) {
  .company__future-text {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .company__future-text {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.company__future-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.company__icons {
  width: 80px;
  height: 80px;
}

/*# sourceMappingURL=/main.css.map */