@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@400;500;700&display=swap");
* {
  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 JP", sans-serif;
  color: #0D1B35;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--auto {
  width: auto;
  height: auto;
}

.lowermv {
  margin: 0 auto;
  padding: 100px 20px 0;
  width: 100%;
  max-width: 1760px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lowermv {
    padding: 60px 5% 0;
  }
}
.lowermv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 32px 5%;
  width: 100%;
  max-width: calc(1300px + 10%);
}
@media screen and (max-width: 767px) {
  .lowermv__container {
    display: block;
    padding: 0 0 32px;
  }
}
.lowermv__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lowermv__title {
    overflow: hidden;
  }
}
.lowermv__title-en {
  font-size: 15rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #EBF4FF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lowermv__title-en {
    margin-bottom: 26px;
    font-size: 7rem;
  }
}
.lowermv__title-en--small {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .lowermv__title-en--small {
    font-size: 5.4vw;
  }
}
.lowermv__title-subtitle {
  position: absolute;
  top: 62%;
  left: 100px;
  font-size: 2.1vw;
  color: #0D1B35;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .lowermv__title-subtitle {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lowermv__title-subtitle {
    top: 45%;
    left: 0;
    font-size: 2rem;
    white-space: normal;
    line-height: 1.2em;
  }
}
.lowermv__title-subtitle--small {
  font-size: 3rem;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .lowermv__title-subtitle--small {
    font-size: 2rem;
  }
}
.lowermv__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lowermv__breadcrumbs-item {
  display: block;
  font-size: 1.2rem;
  color: #868d9a;
}
@media screen and (max-width: 767px) {
  .lowermv__breadcrumbs-item {
    font-size: 1.4rem;
  }
}
.lowermv__breadcrumbs-item:not(:first-child) {
  position: relative;
  margin-left: 10px;
  padding-left: 16px;
}
.lowermv__breadcrumbs-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 8px;
  background: url("./src/img/icons/icon-caret-right-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lowermv__breadcrumbs-item:last-child {
  color: #0D1B35;
}
.lowermv__banner {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .lowermv__banner {
    height: 250px;
  }
}
.lowermv__banner .image {
  border-radius: 20px;
}

.main-wrapper {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-wrapper {
    padding: 20px 0 40px;
  }
}
.main-wrapper__section {
  margin: 0 auto;
  width: 100%;
}
.main-wrapper__section--mx1200 {
  padding: 0 5%;
  max-width: calc(1200px + 10%);
}
.main-wrapper__section--mx1000 {
  padding: 0 5%;
  max-width: calc(1000px + 10%);
}
.main-wrapper__title {
  position: relative;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-wrapper__title--center {
  margin: 0 auto 30px;
}
.main-wrapper__title-text {
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #ebf5ff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-wrapper__title-text {
    font-size: 14rem;
    margin-bottom: 26px;
    font-size: 5rem;
  }
}
.main-wrapper__title-subtitle {
  position: absolute;
  top: 62%;
  left: 26px;
  font-size: 3rem;
  color: #0D1B35;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-wrapper__title-subtitle {
    left: 20px;
    font-size: 2rem;
  }
}
.main-wrapper__title-subtitle--center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button {
  width: 100%;
  font-size: 1.6rem;
  color: #0D1B35;
  background: #fff;
}
.button input,
.button button {
  padding: 16px 0;
  width: 100%;
  height: 100%;
}
.button input,
.button button, .button--anchor {
  display: block;
  border: 1px solid #000;
  padding: 1px 0;
  text-align: center;
}
.button--blueDashed {
  position: relative;
  border: 1px solid #1355B7;
  border-radius: 5px;
  padding: 16px 0;
  font-size: 1.8rem;
  color: #1355B7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.button--blueDashed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1355B7;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}
.button--blueDashed::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8.5%;
  height: 1px;
  background: #1355B7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.button--blueDashed:hover {
  color: #fff;
}
.button--blueDashed:hover::before {
  width: 100%;
}
.button--blueDashed:hover::after {
  width: 0;
}

.button-form {
  width: 400px;
  height: 90px;
  font-size: 18px;
  border: 1px solid #1355B7;
  border-radius: 5px;
  color: #1355B7;
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: #fff;
  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-form {
    width: 70%;
    height: 45px;
    font-size: 13.5px;
    border: 0.5px solid #1355B7;
    border-radius: 2.5px;
  }
}
.button-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #1355B7;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}
.button-form::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #1355B7;
  right: 0;
  top: calc(50% - 0.5px);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-form::after {
    width: 25px;
    height: 0.5px;
  }
}
.button-form:hover {
  color: #fff;
}
.button-form:hover::before {
  width: 100%;
}
.button-form:hover::after {
  width: 0;
}
.button-form--back {
  width: 200px;
  border-color: #868d9a;
  color: #868d9a;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .button-form--back {
    width: 40%;
    margin-right: 30px;
  }
}
.button-form--back::after {
  left: 0;
  right: auto;
  background: #868d9a;
}
.button-form--back::before {
  background: #868d9a;
  right: 0;
  left: auto;
}
.button-form--w600 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .button-form--w600 {
    width: 90%;
  }
}

.form__container {
  padding: 97px 5% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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) {
  .form__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .form__container {
    padding: 48.5px 0 50px;
  }
}
.form__step {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .form__step {
    margin-bottom: 20px;
    gap: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 375px) {
  .form__step {
    gap: 10px;
  }
}
.form__step::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #868d9a;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.form__step-item {
  width: 160px;
  height: 64px;
  border: 1px solid #1355B7;
  background-color: #fff;
  border-radius: 10px;
  color: #1355B7;
  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) {
  .form__step-item {
    width: auto;
    height: auto;
    padding: 6px 15px;
  }
}
@media screen and (max-width: 375px) {
  .form__step-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.form__step-item.active {
  background-color: #1355B7;
  color: #fff;
}
.form__step-item.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.form__step-item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .form__step-item img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
.form__step-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form__step-title {
    font-size: 1.32rem;
    white-space: nowrap;
  }
}
.form__step-title span:first-child {
  display: block;
  font: 500 1.4rem "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .form__step-title span:first-child {
    font-size: 1.056rem;
  }
}
.form__text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__text {
    font-size: 1.3rem;
  }
}
.form__text--bold {
  font-weight: 700;
}
.form__form {
  margin-top: 30px;
  border-top: 1px solid #89aadb;
  width: 100%;
  padding: 60px 30px 0;
}
@media screen and (max-width: 767px) {
  .form__form {
    margin-top: 15px;
    padding: 30px 3% 0;
  }
}
.form__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .form__item {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.form__item--privacy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form__item--privacy {
    gap: 20px;
  }
}
.form__label-wrapper {
  width: 12.5520833333%;
  min-width: 241px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .form__label-wrapper {
    margin-top: 0;
    min-width: 100%;
  }
}
.form__label-wrapper label {
  width: 100%;
  position: relative;
  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;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form__label-wrapper label {
    font-size: 1.3rem;
  }
}
.form__required::after, .form__optional::after {
  content: "必須";
  width: 60px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #1355B7;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1355B7;
  letter-spacing: 0.5em;
  padding-left: 4px;
  margin-left: 10px;
  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) {
  .form__required::after, .form__optional::after {
    width: 45px;
    height: 20px;
    font-size: 1.15rem;
  }
}
.form__optional::after {
  content: "任意";
  border-color: #666;
  color: #666;
}
.form__input-wrapper {
  width: 800px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper {
    width: 100%;
    font-size: 1.3rem;
  }
}
.form__input-wrapper--radio label [type=radio]:checked,
.form__input-wrapper--radio label [type=radio]:not(:checked),
.form__input-wrapper--radio label [type=checkbox]:checked,
.form__input-wrapper--radio label [type=checkbox]:not(:checked), .form__input-wrapper--checkbox label [type=radio]:checked,
.form__input-wrapper--checkbox label [type=radio]:not(:checked),
.form__input-wrapper--checkbox label [type=checkbox]:checked,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form__input-wrapper--radio label [type=radio]:checked + span,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span,
.form__input-wrapper--radio label [type=checkbox]:checked + span,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span, .form__input-wrapper--checkbox label [type=radio]:checked + span,
.form__input-wrapper--checkbox label [type=radio]:not(:checked) + span,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper--radio label [type=radio]:checked + span,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span,
.form__input-wrapper--radio label [type=checkbox]:checked + span,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span, .form__input-wrapper--checkbox label [type=radio]:checked + span,
.form__input-wrapper--checkbox label [type=radio]:not(:checked) + span,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span {
    font-size: 1.3rem;
  }
}
.form__input-wrapper--radio label [type=radio]:checked + span::before,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span::before,
.form__input-wrapper--radio label [type=checkbox]:checked + span::before,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span::before, .form__input-wrapper--checkbox label [type=radio]:checked + span::before,
.form__input-wrapper--checkbox label [type=radio]:not(:checked) + span::before,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::before,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #0D1B35;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__input-wrapper--radio label [type=radio]:checked + span::after,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--radio label [type=checkbox]:checked + span::after,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span::after, .form__input-wrapper--checkbox label [type=radio]:checked + span::after,
.form__input-wrapper--checkbox label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0D1B35;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper--radio label [type=radio]:checked + span::after,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--radio label [type=checkbox]:checked + span::after,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span::after, .form__input-wrapper--checkbox label [type=radio]:checked + span::after,
.form__input-wrapper--checkbox label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::after {
    top: 4px;
  }
}
.form__input-wrapper--radio label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--radio label [type=checkbox]:not(:checked) + span::after, .form__input-wrapper--checkbox label [type=radio]:not(:checked) + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.form__input-wrapper--radio label [type=radio]:checked + span::after,
.form__input-wrapper--radio label [type=checkbox]:checked + span::after, .form__input-wrapper--checkbox label [type=radio]:checked + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__input-wrapper--radio {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper--radio {
    margin-top: 0;
  }
}
.form__input-wrapper--radio label [type=radio]:checked + span,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper--radio label [type=radio]:checked + span,
.form__input-wrapper--radio label [type=radio]:not(:checked) + span {
    margin-left: 15px;
  }
}
.form__input-wrapper--radio label:nth-child(1) [type=radio]:checked + span,
.form__input-wrapper--radio label:nth-child(1) [type=radio]:not(:checked) + span {
  margin-left: 0;
}
.form__input-wrapper--checkbox {
  width: auto;
}
.form__input-wrapper--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__input-wrapper--checkbox label [type=checkbox]:checked + span,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span {
  padding-left: 30px;
}
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::before,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border-color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .form__input-wrapper--checkbox label [type=checkbox]:checked + span::before,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::before {
    width: 15px;
    height: 15px;
  }
}
.form__input-wrapper--checkbox label [type=checkbox]:checked + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::after {
  content: "✔︎";
  width: 20px;
  height: 21px;
  background-color: #0D1B35;
  border-radius: 0;
  color: #fff;
  top: 3px;
  left: 1px;
  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) {
  .form__input-wrapper--checkbox label [type=checkbox]:checked + span::after,
.form__input-wrapper--checkbox label [type=checkbox]:not(:checked) + span::after {
    width: 15px;
    height: 17px;
    top: 2px;
  }
}
.form__input-wrapper--checkbox span.error {
  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;
}
.form__input-wrapper--radio, .form__input-wrapper--postal, .form__input-wrapper--birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__input-wrapper--radio .error, .form__input-wrapper--postal .error, .form__input-wrapper--birthday .error {
  width: 100%;
}
.form__input-wrapper--birthday {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__input-wrapper--birthday .form__input-text:last-child {
  padding-right: 0;
}
.form__input {
  width: 100%;
  padding: 17px;
  border: 1px solid #1f1f23;
  background-color: #fff;
  font: 500 1.6rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #0D1B35;
  outline-color: #0D1B35;
}
.form__input--textarea {
  height: 340px;
  resize: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .form__input--textarea {
    height: 170px;
    padding: 10px 17px;
  }
}
.form__input--w195 {
  max-width: 195px;
}
@media screen and (max-width: 767px) {
  .form__input--w195 {
    max-width: 48%;
  }
}
.form__input--select {
  width: 130px;
  background: #fff url("./src/img/icons/form-select.png") no-repeat right 14px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .form__input--select {
    width: 26%;
    background-position: right 7px center;
  }
}
.form__input::-webkit-input-placeholder {
  color: #989898;
}
.form__input::-moz-placeholder {
  color: #989898;
}
.form__input:-ms-input-placeholder {
  color: #989898;
}
.form__input::-ms-input-placeholder {
  color: #989898;
}
.form__input::placeholder {
  color: #989898;
}
.form__privacy-content {
  width: 100%;
  height: 34rem;
  padding: 2rem 25px;
  border: 1px solid #1f1f23;
  background-color: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .form__privacy-content {
    height: 170px;
    padding: 10px 12.5px;
  }
}
.form__privacy-content .form__text {
  text-align: left;
}
.form__privacy-content::-webkit-scrollbar {
  width: 28px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .form__privacy-content::-webkit-scrollbar {
    width: 18px;
  }
}
.form__privacy-content::-webkit-scrollbar-thumb {
  height: 100px;
  background: #b2b2b2;
  border: 7px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  .form__privacy-content::-webkit-scrollbar-thumb {
    border-width: 4px;
  }
}
.form__privacy-content::-webkit-scrollbar-button:single-button {
  display: block;
  width: 28px;
  height: 19px;
  background-size: 10px;
  background-repeat: no-repeat;
}
.form__privacy-content::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-position: center bottom;
  background-image: url("./src/img/icons/scroll-up.svg");
}
.form__privacy-content::-webkit-scrollbar-button:single-button:vertical:increment {
  background-position: center top;
  background-image: url("./src/img/icons/scroll-down.svg");
}
.form__button-wrapper {
  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;
}
.form__autofill {
  cursor: pointer;
  margin-left: 20px;
  width: 100%;
  max-width: 160px;
  height: 50px;
  background-color: #1355B7;
  border: 1px solid #1355B7;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 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) {
  .form__autofill {
    width: 48%;
    height: auto;
    font-size: 1.3rem;
  }
}
.form__autofill:hover {
  background-color: #fff;
  color: #1355B7;
}
.form__input-text {
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .form__input-text {
    padding-left: 4.4px;
    padding-right: 5.5px;
  }
}
.form--confirm .form__input,
.form--confirm .form__item--privacy,
.form--confirm .form__autofill {
  display: none;
}
.form--confirm .form__label-wrapper,
.form--confirm .form__input-wrapper--radio {
  margin-top: 0;
}
.form--confirm .form__input-wrapper--radio label [type=radio]:not(:checked) + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form--confirm .form__item--textarea {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .form--confirm .form__item--textarea {
    margin-bottom: 40px;
  }
}
.form--confirm .form__input-text {
  padding-left: 0;
}
.form--thanks .form__button-wrapper {
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form--thanks .form__button-wrapper {
    padding-top: 20px;
  }
}
.form__postal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.common-table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
.common-table__data {
  border: 1px solid #000;
  padding: 7px 46px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-table__data {
    padding: 7px 2%;
  }
}
.common-table__data--blue {
  background: #ebf5ff;
}
.common-table__data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.common-table__data-content--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-table__text {
  font-size: 1.8rem;
  line-height: 2.1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .common-table__text {
    font-size: 1.4rem;
  }
}
.common-table__text--bold {
  font-weight: 700;
}

.anchor {
  position: relative;
  top: -100px;
}

.nav {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .nav {
    height: 50px;
  }
}
.nav__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  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;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__content {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__content {
    padding: 0 10px;
  }
}
.nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(13, 27, 53, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav__overlay.show {
  visibility: visible;
  opacity: 1;
}
.nav__logo {
  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;
}
.nav__logo:hover {
  color: #1355B7;
}
.nav__logo > img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .nav__logo > img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo > img {
    height: 30px;
  }
}
.nav__logo > span {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1550px) {
  .nav__logo > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .nav__logo > span {
    margin-left: 10px;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo > span {
    font-size: 14px;
  }
}
.nav__links {
  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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nav__links {
    display: none;
  }
}
.nav__link {
  font-size: 16px;
  margin-right: 40px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  height: 100%;
  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: 1440px) {
  .nav__link {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .nav__link {
    margin-right: 18px;
    font-size: 1.2vw;
  }
}
.nav__link:hover {
  color: #1355B7;
}
.nav__link--inquiry {
  margin-right: 0;
  color: #fff;
  background-color: #1355B7;
  height: 60px;
  width: 180px;
  border: 1px solid #1355B7;
  border-radius: 30px;
  line-height: 1;
  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;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .nav__link--inquiry {
    width: 120px;
    height: 40px;
  }
}
.nav__link--inquiry:hover {
  color: #1355B7;
  background-color: #fff;
}
.nav__link--sub {
  position: relative;
  z-index: 1;
}
.nav__link--sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav__link--sub:hover, .nav__link--sub.active {
  color: #fff;
}
.nav__link--sub:hover::after, .nav__link--sub.active::after {
  visibility: visible;
  opacity: 1;
}
.nav__sublinks {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  top: 100%;
  left: 0;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.nav__sublinks:hover, .nav__sublinks.show {
  visibility: visible;
  opacity: 1;
}
.nav__sublinks-parent {
  margin-right: 10%;
}
.nav__sublinks-parent-en {
  font-size: 60px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #1355B7;
  line-height: 0.8em;
  display: block;
}
.nav__sublinks-parent-jp {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
}
.nav__sublinks-list {
  width: calc(90% - 300px);
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__sublinks-list--small .nav__sublinks-item {
  width: calc(33.3333333333% - 13.4px);
}
.nav__sublinks-list--small .nav__sublinks-item:not(:nth-child(2n)) {
  margin-right: 0;
}
.nav__sublinks-list--small .nav__sublinks-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.nav__sublinks-list--small .nav__sublinks-item > span {
  font-size: 14px;
}
.nav__sublinks-item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
  color: #000;
}
.nav__sublinks-item:hover {
  color: #1355B7;
}
.nav__sublinks-item:not(:nth-child(2n)) {
  margin-right: 40px;
}
.nav__sublinks-item > span {
  font-size: 16px;
  line-height: 2em;
  display: block;
  margin-top: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav__sublinks-item-ratio {
  width: 100%;
  position: relative;
}
.nav__sublinks-item-ratio::after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.nav__sublinks-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__sublinks-item-image {
    overflow: hidden;
    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;
  }
}
.nav__sublinks-item-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__sublinks-item-image > img {
    height: auto;
  }
}
.nav__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
}
.nav__hamburger > span {
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.nav__links-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__links-sp {
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0 25px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .nav__links-sp.show {
    max-height: calc(100vh - 49px);
    overflow-y: auto;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }
  .nav__links-sp--footer {
    position: relative;
    height: auto;
    max-height: none;
    margin-top: 25px;
  }
}
.nav__link-sp {
  font-size: 14px;
  font-weight: 700;
  padding: 25px 12.5px;
  position: relative;
}
.nav__link-sp:not(:last-child) {
  border-bottom: 1px solid #f4f4f5;
}
.nav__link-sp > a {
  display: block;
  height: 100%;
  width: 100%;
}
.nav__link-sp--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__link-sp--sub > a {
  width: calc(100% - 20px);
}
.nav__link-sp--multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav__link-sp--multi {
    padding: 25px 0;
  }
}
.nav__link-sp--multi > a {
  width: auto;
}
.nav__link-sp--forms {
  padding: 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__link-sp-icon {
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav__link-sp-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #0D1B35;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav__link-sp-icon::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  background-color: #0D1B35;
  left: calc(50% - 1px);
  top: 0;
}
.nav__link-sp-icon.show {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav__link-sp-icon.show::before {
  width: 0;
}
.nav__link-form {
  display: block;
  border: 1px solid #1355B7;
  border-radius: 30px;
  padding: 8px 2px;
  width: 49% !important;
  font-weight: 700;
  color: #1355B7;
  text-align: center;
  font-size: 1.4rem;
}
.nav__link-form--blue {
  background: #1355B7;
  color: #fff;
}
.nav__sublinks-sp {
  width: 100%;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.nav__sublinks-sp.show {
  max-height: 100vh;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.nav__sublink-sp {
  font-size: 12px;
  color: rgba(13, 27, 53, 0.7);
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .nav__sublink-sp {
    font-weight: 500;
  }
}
.nav__sublink-sp--inline {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.nav__sublink-sp--inline:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .nav__sublink-sp--inline:not(:last-child) {
    margin-right: 15px;
  }
}

.footer {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer__content {
  padding: 100px 0;
  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;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .footer__content {
    padding: 100px 2%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 25px 30px 58px;
  }
}
.footer__company-info {
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .footer__company-info {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer__company-info {
    width: 100%;
    padding-right: 0;
    width: auto;
  }
}
.footer__company-logo {
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .footer__company-logo {
    height: 45px;
    width: 45px;
  }
}
.footer__company-name {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__company-name {
    font-size: 18px;
  }
}
.footer__company-text {
  font-size: 16px;
  line-height: 2em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__company-text {
    font-size: 14px;
  }
}
.footer__company-text > span {
  display: block;
}
.footer__company-text > a.contact {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__company-text > a.contact {
    display: block;
    font-size: 12px;
  }
}
.footer__company-text > a.contact > img {
  height: 18px;
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer__company-text > a.contact > img {
    height: 14px;
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__links {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    display: none;
    width: auto;
  }
}
.footer__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  display: block;
}
.footer__link:not(:last-child) {
  margin-bottom: 30px;
}
.footer__sublink {
  font-size: 14px;
  line-height: get(14, 32);
  display: block;
}
.footer__sublink:not(:last-child) {
  margin-bottom: 30px;
}
.footer__copyright {
  background-color: #0D1B35;
  width: 100%;
  padding: 24px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 22px 0;
    font-size: 10px;
  }
}

.to-top {
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 60px;
  width: 60px;
  border-top-left-radius: 10px;
  background-color: #0D1B35;
  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) {
  .to-top {
    height: 35px;
    width: 35px;
  }
}
.to-top > img {
  height: 17px;
  width: auto;
}

.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 0;
    overflow-y: visible;
    height: calc(100vh + 150px);
    max-height: calc(100vh + 150px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.banner__image-wrap {
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  position: relative;
  background-color: #1355B7;
}
@media screen and (max-width: 767px) {
  .banner__image-wrap {
    height: 100vh;
  }
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("./src/img/top/top-banner3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.banner__image.active {
  opacity: 1;
}
.banner__image:nth-child(2) {
  background-image: url("./src/img/top/top-banner2.jpg");
}
.banner__image:nth-child(3) {
  background-image: url("./src/img/top/top-banner3.jpg");
}
.banner__text-content {
  position: absolute;
  left: 5.2%;
  bottom: 12.7%;
}
@media screen and (max-width: 1100px) {
  .banner__text-content {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .banner__text-content {
    left: 0;
    width: 100%;
    padding: 0 20px 40px;
    bottom: 200px;
  }
}
.banner__text-content > h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 50px;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner__text-content > h1 {
    font-size: 23px;
  }
}
.banner__text-content > p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .banner__text-content > p {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__text-content > p {
    font-size: 13px;
    max-width: 100%;
  }
}
.banner__slide-btns {
  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;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner__slide-btns {
    margin-top: 20px;
  }
}
.banner__slide-btn {
  width: 100px;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .banner__slide-btn {
    width: 50px;
  }
}
.banner__slide-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: #1355B7;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.banner__slide-btn:not(:last-of-type) {
  margin-right: 10px;
}
.banner__slide-btn.active::after {
  opacity: 1;
}
.banner__news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
  max-width: 500px;
  height: auto;
  min-height: 190px;
  background-color: #1355B7;
  border-top-left-radius: 10px;
  padding: 20px 50px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__news {
    height: 150px;
    width: 100%;
    padding: 0 20px;
    border-radius: 0;
  }
}
.banner__news-date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner__news-date {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.banner__news-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .banner__news-title {
    font-size: 12px;
  }
}
.banner__news-btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .banner__news-btns {
    margin: 20px auto 0;
    max-width: 380px;
  }
}
.banner__news-btn {
  margin-bottom: 10px;
  width: 100%;
  max-width: 185px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  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;
  border-radius: 20px;
  font-size: 16px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .banner__news-btn {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__news-btn {
    width: calc(50% - 5px);
    height: 30px;
    font-size: 12px;
  }
}
.banner__news-btn:hover {
  color: #1355B7;
  background-color: #fff;
}
.banner__scroll {
  position: absolute;
  bottom: 3.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 55px;
  border-radius: 15px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .banner__scroll {
    display: none;
  }
}
.banner__scroll-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px auto 0;
  -webkit-animation: scroll-down 1s infinite;
          animation: scroll-down 1s infinite;
  position: relative;
}
.banner__scroll-line {
  width: 1px;
  height: 10px;
  top: 10px;
  left: calc(50% - 0.5px);
  background-color: #fff;
  position: absolute;
}

@-webkit-keyframes scroll-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 20px;
  }
}

@keyframes scroll-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 20px;
  }
}
.message {
  height: 100%;
}
.message .lowermv__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message .lowermv__title {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .message .lowermv__title .lowermv__title-en {
    font-size: 5rem;
  }
}
.message__recruiter {
  margin: 100px 0;
  padding-bottom: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__recruiter {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.message__recruiter-content {
  height: 530px;
  width: 100%;
  position: relative;
  margin: 60px auto 0;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .message__recruiter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    height: 100%;
    width: 100%;
  }
}
.message__recruiter-content.second {
  margin-top: unset;
  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;
}
.message__recruiter-cardcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 530px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message__recruiter-cardcon {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .message__recruiter-cardcon {
    height: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.message__recruiter-cardcon.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message__recruiter-card {
  width: 730px;
  height: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
  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: 1200px) {
  .message__recruiter-card {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 60%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .message__recruiter-card {
    width: 100%;
    gap: 30px;
    padding: 20px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.message__recruiter-card.sec {
  height: 230px;
  position: relative;
  bottom: -85px;
}
@media screen and (max-width: 767px) {
  .message__recruiter-card.sec {
    position: static !important;
    height: 100%;
  }
}
.message__recruiter-card h2 {
  font: 700 3.6rem "Noto Sans JP", sans-serif;
  line-height: 1.5555555556em;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .message__recruiter-card h2 {
    max-width: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 2rem;
  }
}
.message__recruiter-card p {
  font-size: 1.6rem;
  line-height: 2em;
  max-width: 600px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message__recruiter-card p {
    max-width: unset;
    word-wrap: break-word;
  }
}
.message__recruiter-imgcon {
  width: 51.042vw;
  height: 530px;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .message__recruiter-imgcon {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .message__recruiter-imgcon {
    width: 100%;
    height: 250px;
    padding: 0 20px;
    position: static !important;
  }
}
.message__recruiter-imgcon.sec {
  left: 0;
}
.message__recruiter-imgcon.sec img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767px) {
  .message__recruiter-imgcon.sec img {
    -o-object-position: center;
       object-position: center;
  }
}
.message__recruiter-imgcon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
}
.message__sought {
  background: url("./src/img/message/msgImg04.jpg");
  background-size: cover;
  background-position: center;
  margin: 100px 0;
  padding: 97.2px 0;
}
@media screen and (max-width: 767px) {
  .message__sought {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 46px 0;
  }
}
.message__sought-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message__sought-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .message__sought-container {
    padding: 0 20px;
  }
}
.message__sought-container .lowermv__title {
  padding: unset;
}
.message__sought-container .lowermv__title-en {
  color: #EBF4FF !important;
}
.message__sought-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  counter-reset: item;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .message__sought-content {
    padding-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.message__sought-item {
  background-color: #fff;
  padding: 0 60px;
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  z-index: 2;
  border: 3px solid #1355B7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__sought-item {
    padding: 60px 20px 30px;
    height: auto;
  }
}
.message__sought-title {
  font: 700 3rem "Noto Sans JP", sans-serif;
  color: #1355B7;
  position: relative;
  line-height: 1.4666666667em;
}
@media screen and (max-width: 980px) {
  .message__sought-title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .message__sought-title {
    font-size: 2rem;
  }
}
.message__sought-title::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  font: 700 10rem "Oswald", sans-serif;
  color: #EBF4FF;
  z-index: -1;
  top: -70px;
}
.message__sought-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2em;
}
.message__title-main {
  opacity: 30%;
}
@media screen and (max-width: 767px) {
  .message__title-main {
    margin-bottom: 0;
  }
}

.top__title-en {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
  color: #ebf4ff;
  position: relative;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top__title-en {
    font-size: 75px;
  }
}
.top__title-en--white {
  color: #fff;
}
.top__title-en--white-opacity {
  color: rgba(255, 255, 255, 0.2);
}
.top__title-jp {
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0D1B35;
  white-space: nowrap;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top__title-jp {
    font-size: 20px;
    left: 10px;
    margin-top: 5px;
  }
}
.top__title-jp--center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top__title-jp--white {
  color: #fff;
}
.top__button {
  width: 600px;
  height: 90px;
  font-size: 18px;
  border: 1px solid #1355B7;
  border-radius: 5px;
  color: #1355B7;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 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) {
  .top__button {
    width: 100%;
    height: 45px;
    font-size: 13.5px;
    border: 0.5px solid #1355B7;
    border-radius: 2.5px;
  }
}
.top__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1355B7;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}
.top__button::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #1355B7;
  right: 0;
  top: calc(50% - 0.5px);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__button::after {
    width: 25px;
    height: 0.5px;
  }
}
.top__button:hover {
  color: #fff;
}
.top__button:hover::before {
  width: 100%;
}
.top__button:hover::after {
  width: 0;
}
.top__button--faq {
  margin-left: 0;
  width: 500px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top__button--faq {
    width: 100%;
    margin-top: 20px;
  }
}

.top-section {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-section {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1400px) {
  .top-section {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .top-section {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .top-section--full {
    padding: 0;
  }
}
.top-section--secondary {
  background-color: #f4f4f5;
}

.top-strength {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .top-strength {
    padding: 20px 20px 50px;
    max-width: 100%;
  }
}
.top-strength__list {
  padding: 0 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .top-strength__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 30px 0 50px;
  }
}
.top-strength__item {
  width: 29.9333333333%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 10px 10px rgba(13, 27, 53, 0.05);
          box-shadow: 0 10px 10px 10px rgba(13, 27, 53, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-strength__item {
    width: 100%;
  }
}
.top-strength__item:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .top-strength__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-strength__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top-strength__item:hover > .top-strength__item-image-ratio::after {
  opacity: 0.1;
}
.top-strength__item-image-ratio {
  width: 100%;
  position: relative;
}
.top-strength__item-image-ratio::after {
  content: "";
  padding-bottom: 66.7%;
  display: block;
  background-color: #021b79;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#021b79), to(#0575e6));
  background-image: linear-gradient(to bottom, #021b79, #0575e6);
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-strength__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-strength__item-image {
    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;
    overflow: hidden;
  }
}
.top-strength__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-strength__item-image > img {
    height: auto;
  }
}
.top-strength__item-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.top-strength__item-image-content > img {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-strength__item-image-content > img {
    height: 35px;
  }
}
.top-strength__item-image-content > span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .top-strength__item-image-content > span {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-strength__item-image-content > span {
    font-size: 21px;
  }
}
.top-strength__item-text {
  padding: 20px 30px 30px;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top-strength__item-text {
    padding: 25px 28px;
  }
}

.top-service {
  width: 100%;
  background-color: #f4f4f5;
  padding: 60px 0 100px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 30px 20px 50px;
  }
}
.top-service > p {
  padding: 0 5%;
  max-width: calc(1000px + 10%);
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-service > p {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
}
.top-service__list {
  margin: 60px 0;
  padding: 0 10px;
  width: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-service__list {
    margin: 43px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.top-service__item {
  width: calc(33.3333333333% - 13.4px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service__item {
    width: 100%;
  }
}
.top-service__item::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-service__item::after {
    padding-bottom: 33.4%;
  }
}
.top-service__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-service__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.top-service__item:not(:last-child) {
  margin-bottom: 10px;
}
.top-service__item:hover > .top-service__item-content {
  background-color: rgba(13, 27, 53, 0.1);
}
.top-service__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 27, 53, 0.5);
  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;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.top-service__item-content > span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .top-service__item-content > span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .top-service__item-content > span {
    font-size: 15px;
  }
}
.top-service__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-service__item-image {
    overflow: hidden;
    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-service__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-service__item-image > img {
    height: auto;
  }
}

.top-product {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-product {
    padding: 30px 20px 50px;
  }
}
.top-product__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  color: #0D1B35;
  margin: -90px 7% 0 495px;
  position: relative;
  z-index: 1;
  max-width: 1105px;
}
@media screen and (max-width: 767px) {
  .top-product__text {
    margin: 30px auto 0;
    font-size: 14px;
  }
}
.top-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 60px;
  padding: 0 7%;
}
@media screen and (max-width: 767px) {
  .top-product__list {
    padding: 0;
    margin: 30px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top-product__item {
  width: calc(20% - 16px);
}
@media screen and (max-width: 767px) {
  .top-product__item {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
}
.top-product__item:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-product__item:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
.top-product__item > span {
  font-size: 16px;
  display: block;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top-product__item > span {
    font-size: 12px;
  }
}
.top-product__item-image-ratio {
  width: 100%;
  position: relative;
}
.top-product__item-image-ratio::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.top-product__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-product__item-image {
    overflow: hidden;
    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-product__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-product__item-image > img {
    height: auto;
  }
}

.top-works {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #f4f4f5;
  padding: 53px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .top-works {
    padding: 26px 20px 50px 20px;
  }
}
.top-works__title {
  text-align: center;
}
.top-works__list {
  display: grid;
  grid-template-columns: 46.6666666667% 23.3333333333% 23.3333333333%;
  -webkit-column-gap: 3.3333333333%;
     -moz-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
  row-gap: 36px;
  padding: 88px 7.1428571429% 56px 7.1428571429%;
}
@media screen and (max-width: 767px) {
  .top-works__list {
    grid-template-columns: auto auto;
    padding: 33px 0 48px 0;
    row-gap: 27px;
  }
}
.top-works__item {
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top-works__item {
    width: 100%;
  }
}
.top-works__item--large {
  width: 96.4285714286%;
  position: relative;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .top-works__item--large {
    width: 100%;
    grid-column: 1/3;
    grid-row: auto;
  }
}
.top-works__image-container {
  overflow: hidden;
  position: relative;
}
.top-works__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1355B7;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.top-works__image-container:hover::before {
  opacity: 0.3;
  width: 100%;
}
.top-works__image-container:hover .top-works__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-works__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.top-works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-works__content {
    gap: 14px;
    margin-top: 12px;
  }
}
.top-works__date {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .top-works__date {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-works__date--big {
    font-size: 12px;
  }
}
.top-works__category {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1355B7;
  border: 1px solid #1355B7;
  border-radius: 15px;
  padding: 3.5px 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-works__category {
    font-size: 8.75px;
    border-radius: 9.375px;
    border: 0.625px solid #1355B7;
    padding: 2.5px 8px;
  }
}
.top-works__category:hover {
  background-color: #1355B7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-works__category--big {
    font-size: 10.5px;
    border-radius: 11.25px;
    border: 0.75px solid #1355B7;
    padding: 3px 10px;
  }
}
.top-works__category-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 17px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top-works__category-title {
    font-size: 11.25px;
    margin-top: 9px;
  }
}
.top-works__category-title:hover {
  color: #1355B7;
}
.top-works__category-title:hover ~ .top-works__image-container::before {
  opacity: 0.3;
  width: 100%;
}
.top-works__category-title:hover ~ .top-works__image-container .top-works__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .top-works__category-title--big {
    font-size: 13.5px;
    margin-top: 11px;
  }
}

.top-company {
  width: 100%;
  background-image: url("./src/img/top/company-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90%;
  padding: 217px 0 195px 0;
  position: relative;
  z-index: 1;
  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) {
  .top-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
    background-position: center;
  }
}
.top-company__overlay {
  background-color: rgba(13, 27, 53, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.top-company__list-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .top-company__list-container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .top-company__list-container {
    padding: 0;
  }
}
.top-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7.1428571429%;
}
@media screen and (max-width: 767px) {
  .top-company__list {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.top-company__item {
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .top-company__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-company__item {
    width: auto;
  }
}
.top-company__title {
  width: 181px;
}
@media screen and (max-width: 767px) {
  .top-company__title {
    width: 90.5px;
  }
}
.top-company__subtitle {
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-top: 26px;
}
@media screen and (max-width: 1300px) {
  .top-company__subtitle {
    font-size: 7.4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-company__subtitle {
    font-size: 50px;
    margin-top: 12px;
  }
}
.top-company__subtitle--blue {
  color: #4BB5EF;
}
.top-company__description {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top-company__description {
    font-size: 14px;
  }
}
.top-company__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-company__button-container {
    gap: 10px;
    margin-top: 43px;
  }
}
.top-company__button {
  background-color: #fff;
  border-radius: 5px;
  width: 240px;
  padding: 18px 0 19px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1355B7;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-company__button {
    width: 100%;
    font-size: 13.5px;
    padding: 12.5px 0 12.5px 10px;
  }
}
.top-company__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1355B7;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  border-radius: inherit;
  z-index: -1;
}
.top-company__button::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1355B7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-company__button::after {
    width: 25px;
  }
}
.top-company__button:hover {
  color: #fff;
}
.top-company__button:hover::before {
  width: 100%;
}
.top-company__button:hover::after {
  width: 0;
}

.top-recruit__title {
  text-align: center;
  background-color: #1355B7;
  padding: 68px 0 84px 0;
}
@media screen and (max-width: 767px) {
  .top-recruit__title {
    padding: 34px 0 41px 0;
  }
}
.top-recruit__list-container {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 101px auto;
}
@media screen and (max-width: 1400px) {
  .top-recruit__list-container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__list-container {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.top-recruit__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 120px;
  padding: 0 7.1428571429% 35px 7.1428571429%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-recruit__list {
    row-gap: 0;
    padding: 0;
  }
}
.top-recruit__list::before {
  content: "";
  height: 540px;
  width: 1px;
  background-color: #f4f4f5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-recruit__list::before {
    content: none;
  }
}
.top-recruit__list::after {
  content: "";
  height: 540px;
  width: 1px;
  background-color: #f4f4f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-recruit__list::after {
    content: none;
  }
}
.top-recruit__divider {
  height: 1px;
  background-color: #f4f4f5;
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-recruit__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top-recruit__item {
    width: 100%;
    padding: 30px 0 23px 0;
    border-bottom: 1px solid rgba(13, 27, 53, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__item:last-of-type {
    border: 0;
    padding-bottom: 43px;
  }
}
.top-recruit__image-link {
  overflow: hidden;
  position: relative;
}
.top-recruit__image-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0D1B35;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.top-recruit__image-link:hover::before {
  opacity: 0.3;
  width: 100%;
}
.top-recruit__image-link:hover .top-recruit__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-recruit__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-recruit__item-title-link {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-title-link {
    margin-top: 15px;
  }
}
.top-recruit__item-title-link:hover .top-recruit__item-title {
  color: #0D1B35;
}
.top-recruit__item-title-link:hover ~ .top-recruit__image-link::before {
  opacity: 0.3;
  width: 100%;
}
.top-recruit__item-title-link:hover ~ .top-recruit__image-link .top-recruit__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-recruit__item-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1355B7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-title {
    font-size: 18px;
  }
}
.top-recruit__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .top-recruit__description {
    font-size: 14px;
    line-height: 2em;
    margin-top: 9px;
  }
}

.top-inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    height: 516px;
  }
}
.top-inquiry::before {
  content: "";
  width: 1px;
  background-color: #0D1B35;
  opacity: 0.2;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-inquiry::before {
    height: 1px;
    width: auto;
    top: 50%;
    bottom: unset;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-inquiry__item {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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) {
  .top-inquiry__item {
    width: 100%;
    height: 50%;
    padding-top: 13px;
  }
}
.top-inquiry__item:hover {
  background-color: #1355B7;
}
.top-inquiry__item:hover .top-inquiry__title,
.top-inquiry__item:hover .top-inquiry__description {
  color: #fff;
}
.top-inquiry__item:hover .top-inquiry__button {
  background-color: #fff;
}
.top-inquiry__item:hover .top-inquiry__button-arrow {
  background-color: #1355B7;
}
.top-inquiry__item:hover .top-inquiry__button-arrow::before, .top-inquiry__item:hover .top-inquiry__button-arrow::after {
  background-color: #1355B7;
}
.top-inquiry__title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-inquiry__title {
    font-size: 18px;
  }
}
.top-inquiry__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top-inquiry__description {
    font-size: 14px;
    line-height: 2em;
    margin-top: 20px;
  }
}
.top-inquiry__button {
  width: 40px;
  height: 40px;
  background-color: #1355B7;
  border-radius: 100%;
  margin-top: 32px;
  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) {
  .top-inquiry__button {
    width: 30px;
    height: 30px;
    margin-top: 23px;
  }
}
.top-inquiry__button-arrow {
  position: relative;
  background-color: #fff;
  width: 18px;
  height: 1px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .top-inquiry__button-arrow {
    width: 13.5px;
    height: 0.75px;
    border-radius: 13.5px;
  }
}
.top-inquiry__button-arrow::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.top-inquiry__button-arrow::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.top-inquiry__button-arrow::before, .top-inquiry__button-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 5px;
  height: 1px;
  -webkit-transform-origin: 4.5px center;
          transform-origin: 4.5px center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .top-inquiry__button-arrow::before, .top-inquiry__button-arrow::after {
    width: 3px;
    height: 0.75px;
    -webkit-transform-origin: 3px center;
            transform-origin: 3px center;
    border-radius: 3px;
  }
}

.news {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  max-width: calc(1000px + 10%);
}
.news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__categories {
    gap: 4%;
  }
}
.news__categories-item {
  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;
  margin-bottom: 30px;
  border: 1px solid #000;
  width: 170px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .news__categories-item {
    margin-bottom: 14px;
    width: 48%;
  }
}
.news__categories-item:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .news__categories-item:not(:last-child) {
    margin-right: 0;
  }
}
.news__categories-text {
  position: relative;
  padding-left: 24px;
  font-size: 1.6rem;
}
.news__categories-text::before, .news__categories-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__categories-text.active::after {
  left: 2px;
  width: 8px;
  height: 8px;
  background: #000;
}
.news__categories-text--en {
  font-family: "Oswald", sans-serif;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news__item-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #868d9a;
  padding: 30px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__item-part {
    border-bottom: 0;
    padding: 15px 10px;
  }
}
.news__item-part--blue {
  border-bottom: 1px solid #1355B7;
}
@media screen and (max-width: 767px) {
  .news__item-part--blue {
    border-bottom: 0;
  }
}
.news__item-part--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .news__item-part--fullsp {
    border-bottom: 1px solid #868d9a;
    width: 100%;
  }
}
.news__item-title {
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.news__date {
  font-size: 1.6rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
}
.news__date--light {
  color: #989898;
}
.news__category {
  padding: 5px 12.5px;
  font-size: 1.2rem;
  min-width: 70px;
  background: #1355B7;
  color: #fff;
  line-height: 1em;
  white-space: nowrap;
}
.news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__tags-item:not(:first-child) {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .news__tags-item:not(:first-child) {
    margin-left: 18px;
  }
}
.news__title {
  margin: 26px 0;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.8rem;
  }
}
.news__mainvisual {
  width: 100%;
  max-height: 750px;
}
.news__content {
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__content {
    padding: 14px 0;
  }
}
.news__content p {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .news__content p {
    font-size: 1.4rem;
  }
}
.news__article:not(:last-child) {
  margin-bottom: 30px;
}
.news__article-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news__article-title {
    font-size: 1.6rem;
  }
}
.news__article-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #1355B7;
}
.news__button {
  margin: 0 auto;
  padding: 31px 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .news__button {
    padding: 20px 0;
  }
}

.works {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  max-width: calc(1200px + 10%);
}
.works--details {
  max-width: calc(1000px + 10%);
}
.works__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 78px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .works__categories {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.works__categories-item {
  padding: 12px 18px;
  min-width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__categories-item {
    margin-bottom: 36px;
    border-bottom: 1px solid #e5e5e5;
    width: 33.3333333333%;
    min-width: 0;
  }
}
.works__categories-item.active {
  position: relative;
}
.works__categories-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% - 18px);
  height: 1px;
  background: #1355B7;
}
.works__categories-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .works__list {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.works__item {
  position: relative;
  display: block;
  margin-bottom: 50px;
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  .works__item {
    margin-bottom: 25px;
    width: 48%;
  }
}
.works__item:hover .works__readmore::after {
  width: 28px;
  -webkit-transform: unset;
          transform: unset;
}
.works__item:hover .works__image::after {
  width: 100%;
  opacity: 0.4;
}
.works__item:hover .works__image .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.works__item-details {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 16px;
}
.works__title {
  font-size: 2rem;
  font-weight: 700;
}
.works__title--item {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .works__title--item {
    font-size: 1.2rem;
  }
}
.works__image {
  position: relative;
  width: 100%;
  height: 20.5vw;
  max-height: 280px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works__image {
    height: 140px;
  }
}
.works__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #1355B7;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.works__image .image {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.works__status {
  position: absolute;
  top: 0;
  left: 0;
}
.works__status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #1355B7 transparent transparent transparent;
}
.works__status-text {
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.works__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works__tags--details {
  margin-bottom: 58px;
  border-bottom: 2px solid #000;
}
.works__tags-item {
  margin-bottom: 14px;
}
.works__tags-item:not(:last-child) {
  margin-right: 12px;
}
.works__tags-item--details {
  margin-bottom: 30px;
}
.works__date {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .works__date--item {
    font-size: 1.2rem;
  }
}
.works__category {
  border: 1px solid #1355B7;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 1.4rem;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .works__category--item {
    font-size: 0.87rem;
  }
}
.works__readmore {
  position: relative;
  padding-right: 30px;
  display: block;
  margin: 30px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .works__readmore {
    font-size: 1.2rem;
  }
}
.works__readmore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background: #1355B7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.works__slider {
  margin: 60px auto 30px;
  width: 100%;
  max-width: 800px;
}
.works__slider-main {
  margin-bottom: 30px;
  width: 100%;
  height: 534px;
}
@media screen and (max-width: 767px) {
  .works__slider-main {
    height: 250px;
  }
}
.works__slider-item {
  width: 100%;
  height: 100%;
}
.works__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (max-width: 767px) {
  .works__slider-nav {
    gap: 5%;
  }
}
.works__slider-navitem {
  position: relative;
  margin-bottom: 30px;
  width: 144px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .works__slider-navitem {
    width: 30%;
  }
}
.works__slider-navitem::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.works__slider-navitem:hover, .works__slider-navitem.active {
  cursor: pointer;
}
.works__slider-navitem:hover::after, .works__slider-navitem.active::after {
  display: block;
}
.works__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #000;
  border-right: 0;
  border-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .works__info {
    display: block;
  }
}
.works__info:not(:first-of-type) {
  border-top: 0;
}
.works__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .works__info-item {
    width: 100%;
  }
}
.works__info-item:nth-child(2n) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .works__info-item:nth-child(2n) {
    border-left: 0;
  }
}
.works__info-item:nth-last-child(2), .works__info-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .works__info-item:nth-last-child(2), .works__info-item:last-child {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .works__info-item:last-child {
    border-bottom: 0;
  }
}
.works__info-item--full {
  width: 100%;
}
.works__info-label, .works__info-value {
  padding: 28px 20px;
  font-size: 1.6rem;
  width: 100%;
  word-break: break-word;
}
.works__info-label {
  width: auto;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .works__info-label {
    width: 46%;
  }
}
.works__info-content {
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 2em;
  width: 100%;
  word-wrap: break-word;
}
.works__button {
  margin: 40px auto 0;
  max-width: 200px;
}
.works__side-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .works__side-images {
    grid-template-columns: 1fr;
  }
}
.works__side-img {
  display: block;
  margin-block: 10px;
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .works__side-img {
    height: 250px;
  }
}
.works__side-title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.works__side-caption {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.sitemap {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  max-width: calc(1000px + 10%);
}
.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 360px;
}
@media screen and (max-width: 1000px) {
  .sitemap__list {
    max-height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__list {
    max-height: 100%;
  }
}
.sitemap__item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 36px;
}
.sitemap__icon {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #1355B7;
}
.sitemap__icon-file {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sitemap__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.sitemap__link--subitem {
  font-size: 1.4rem;
  font-weight: 400;
  color: #565f71;
}
.sitemap__link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #1355B7;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sitemap__link:hover::before {
  width: 100%;
}
.sitemap__link--nohover:hover::before {
  width: 0;
}
.sitemap__sublist {
  margin-top: 26px;
}
.sitemap__subitem {
  position: relative;
  padding-left: 16px;
}
.sitemap__subitem::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #565f71;
}
.sitemap__subitem:not(:last-child) {
  margin-bottom: 28px;
}

.business {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 40px 0 60px;
  }
}
.business__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .business__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .business__container {
    padding: 0 20px;
  }
}
.business__job-list {
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .business__job-list {
    margin: 40px 0 40px;
  }
}
.business__job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .business__job-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__job-item:not(:last-child) {
  margin-bottom: 60px;
}
.business__job-image {
  width: 41.67%;
  height: auto;
  margin-right: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .business__job-image {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .business__job-image {
    width: 100%;
    height: 66.91vw;
    margin: 0 auto 20px;
  }
}
.business__job-content {
  width: 100%;
  padding-bottom: 53px;
  border-bottom: 1px solid #1355B7;
}
@media screen and (max-width: 767px) {
  .business__job-content {
    padding-bottom: 30px;
  }
}
.business__job-title {
  font-weight: 700;
  font-size: 3.6rem;
  color: #1355B7;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .business__job-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.business__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .business__text {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.business__text--medium {
  font-weight: 500;
}
.business__parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business__parking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.business__parking-title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}
.business__parking-image {
  width: 45.5%;
  height: auto;
  margin-left: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business__parking-image {
    width: 100%;
    margin: 20px 0 0;
    height: 58.82vw;
  }
}
.business__flow {
  border: 1px solid #1355B7;
  padding: 59px 100px;
  margin-top: -5px;
}
@media screen and (max-width: 1200px) {
  .business__flow {
    padding: 59px 50px;
  }
}
@media screen and (max-width: 767px) {
  .business__flow {
    padding: 30px 20px;
    margin-top: -27px;
  }
}
.business__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .business__flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
.business__flow-item:not(:last-child) {
  margin-bottom: 62px;
}
.business__time {
  text-align: right;
  margin-right: 31px;
  font-family: "Oswald", sans-serif;
  width: 67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business__time {
    width: 65px;
  }
}
.business__time-text {
  display: block;
  font-size: 3rem;
  line-height: 0.7333333333em;
  font-weight: 500;
}
.business__meridiem {
  font-size: 1.8rem;
  font-weight: 600;
}
.business__clock-container {
  position: relative;
  z-index: 1;
  margin-right: 31px;
}
@media screen and (max-width: 767px) {
  .business__clock-container {
    position: static;
    z-index: -1;
    width: calc(100% - 96px);
    text-align: center;
    margin-right: 0;
    padding-right: 94px;
  }
}
.business__clock-image {
  width: 86.6px;
  height: 86.6px;
}
.business__clock-line {
  position: absolute;
  top: 70px;
  left: 33.33px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .business__clock-line {
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
  }
}
.business__clock-line div {
  width: 20px;
  background-color: #f4f4f5;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .business__clock-line div {
    margin: 0 auto 4px;
  }
}
.business__clock-line div:first-child {
  height: 90px;
}
.business__clock-line div:nth-child(2) {
  height: 13px;
}
.business__clock-line div:nth-child(3) {
  height: 6px;
}
.business__clock-line div:nth-child(4) {
  height: 3px;
}
.business__flow-title {
  color: #1355B7;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .business__flow-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.business__flow-image {
  width: 210px;
  height: 140px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business__flow-image {
    margin: 20px auto 0;
  }
}
.business__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .business__content {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business__main-title {
    font-size: 6.2rem;
  }
}
.business__main-title--flow {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .business__main-title--flow {
    margin-bottom: 46px;
  }
}

.faq {
  padding: 97.22px 0 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 0 60px;
  }
}
.faq__container {
  padding: 0 5%;
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.faq__introduction {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq__introduction {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.faq__question {
  position: relative;
  width: 100%;
  padding: 17px 120px 17px 41px;
  border: 1px solid #1355B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding: 17px 60px 17px 30px;
  }
}
.faq__question::before {
  content: "";
  position: absolute;
  right: 35px;
  width: 30px;
  height: 6px;
  background-color: #1355B7;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    width: 20px;
    right: 15px;
    height: 4px;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  right: 47px;
  width: 6px;
  height: 30px;
  background-color: #fff;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    height: 20px;
    width: 4px;
    right: 23px;
  }
}
.faq__question.active {
  color: #fff;
  background-color: #1355B7;
}
.faq__question.active .faq__letter {
  color: #fff;
}
.faq__question.active::before {
  background-color: #fff;
}
.faq__question.active::after {
  opacity: 1;
}
.faq__letter {
  color: #1355B7;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  margin-right: 41px;
}
@media screen and (max-width: 767px) {
  .faq__letter {
    font-size: 25px;
    margin-right: 20px;
  }
}
.faq__question-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7em;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 16px;
    padding-top: 5px;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.faq__answer {
  max-height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.faq__answer-container {
  padding: 30px 100px;
  font-size: 1.6rem;
  line-height: 2em;
  border: 1px solid #1355B7;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .faq__answer-container {
    padding: 20px 40px;
  }
}

.company {
  padding-bottom: 40px;
}
.company__section:not(:last-child) {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .company__section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.company__greeting {
  border-bottom: 1px solid #1355B7;
  padding-bottom: 50px;
  width: 100%;
}
.company__greeting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company__greeting-wrapper {
    display: block;
  }
}
.company__about-president {
  position: relative;
  width: 45%;
  height: 530px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company__about-president {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  }
}
.company__about-president::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -9.4%;
  width: 100%;
  height: 100%;
  background: #1355B7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company__about-president::before {
    top: 14px;
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .company__about-president::before {
    content: none;
  }
}
.company__about-message {
  padding-top: 78px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__about-message {
    padding-top: 38px;
    width: 100%;
  }
}
.company__about-message-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.052em;
  color: #0D1B35;
}
.company__about-message-text:not(:last-child) {
  margin-bottom: 36px;
}
.company__about-message-sign {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__about-message-sign {
    font-size: 1.8rem;
  }
}
.company__table .common-table__text {
  font-size: 2rem;
}
.company__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__access {
    display: block;
  }
}
.company__access-address {
  margin: 0 25% 46px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .company__access-address {
    margin: 0 auto 30px;
  }
}
.company__access-iframe {
  width: 100%;
  height: 530px;
}
.company__certifcates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
.company__certifcates-item {
  margin-bottom: 62px;
  border: 1px solid #868d9a;
  padding: 20px;
  width: 47.5%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .company__certifcates-item {
    width: 100%;
    height: auto;
  }
}
.company__certifcates-item--portrait {
  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;
  height: 530px;
}
.company__certifcates-item--portrait .image {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .company__certifcates-item--portrait .image {
    width: 100%;
    max-height: 100%;
  }
}
.company__certifcates-item--nomargin {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company__certifcates-item--nomargin {
    margin-bottom: 60px;
  }
  .company__certifcates-item--nomargin:last-child {
    margin-bottom: 0;
  }
}
.company__table-label {
  padding-left: 15%;
  width: 39.1666666667%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__table-label {
    padding-left: 5%;
  }
}
.company__table-values {
  padding-left: 12%;
}
@media screen and (max-width: 767px) {
  .company__table-values {
    padding-left: 5%;
  }
}

.application__anchor-links {
  gap: 30px;
  padding-top: 40px;
  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) {
  .application__anchor-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }
}
.application__anchor-link {
  padding: 10px 0;
}
.application__table-content {
  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;
}
.application__table {
  scroll-margin-top: 125px;
}
.application__table-label {
  width: 30%;
  font-weight: 500;
}
.application__table-data {
  padding: 7px 7px 7px 46px;
}
.application__table-button-wrap {
  margin-top: -10px;
  margin-bottom: 20px;
  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;
}
.application__table-button-wrap.last {
  margin-bottom: 0;
}
.application__table-button {
  width: 300px;
  height: 60px;
}
.application__recruit-item {
  border: 2px solid #1355B7;
  border-radius: 10px;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .application__recruit-item {
    height: auto;
  }
}
.application__recruit-item:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.application__recruit-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -62px;
  left: 20%;
  width: 70px;
  height: 60px;
  background: #ebf5ff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .application__recruit-item:not(:last-child)::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.application__recruit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 22.4%;
  border: 2px solid #1355B7;
  border-top: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .application__recruit-item:not(:last-child)::after {
    bottom: -18px;
    left: 49.5%;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
}
.application__recruit-item-wrapper {
  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;
  margin: 0 auto;
  width: 68%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .application__recruit-item-wrapper {
    padding: 20px 2.5%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.application__recruit-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.application__recruit-step-icon {
  margin-right: 20px;
}
.application__recruit-step-icon .image {
  width: 48px;
}
.application__recruit-step-number {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1em;
  color: #1355B7;
}
.application__recruit-step-text {
  font-size: 2rem;
  font-weight: 700;
  color: #1355B7;
  line-height: 2em;
}
.application__recruit-description {
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #0D1B35;
  min-width: 57%;
}
@media screen and (max-width: 767px) {
  .application__recruit-description {
    font-size: 1.4rem;
  }
}
.application__tabled td {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .application__tabled td {
    display: grid;
    padding-right: 0;
  }
  .application__tabled td:last-child {
    padding-bottom: 20px;
  }
}

.flow {
  padding: 136px 0 100px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 86px 0 50px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  max-width: calc(1200px + 10%);
}
@media screen and (max-width: 767px) {
  .flow__list {
    display: block;
  }
}
.flow__item {
  position: relative;
  border: 3px solid #1355B7;
  width: 30%;
  background: #f4f4f5;
}
@media screen and (max-width: 767px) {
  .flow__item {
    width: 100%;
  }
  .flow__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.flow__item--arrow {
  margin-top: 166px;
  border: 0;
  width: 26px;
  height: 36px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flow__item--arrow {
    margin: 0 auto;
    margin-bottom: 50px !important;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.flow__main-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__details {
  padding: 56px 4.5197740113% 10px;
  min-height: 310px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flow__details {
    min-height: 0;
  }
}
.flow__title {
  margin-bottom: 14px;
  border-radius: 10px;
  padding: 23px 0;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: #1355B7;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 2rem;
  }
}
.flow__description {
  font-size: 1.4rem;
  line-height: 2em;
}
.flow__steps {
  padding: 20px 4.5197740113% 12px;
}
.flow__steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow__steps-item:not(:last-child) {
  position: relative;
  min-height: 240px;
  z-index: 1;
}
.flow__steps-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11%;
  width: 4px;
  height: 100%;
  background: #1355B7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow__steps-item:not(:last-child)::before {
    left: 33px;
  }
}
.flow__steps-icon {
  width: 70px;
  height: 70px;
}
.flow__steps-details {
  padding-top: 10px;
  width: 75%;
}
.flow__steps-title {
  margin-bottom: 10px;
}
.flow__steps-number {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .flow__steps-number {
    font-size: 1.5rem;
  }
}
.flow__steps-title-text {
  position: relative;
  top: -4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .flow__steps-title-text {
    font-size: 1.6rem;
  }
}
.flow__steps-description {
  font-size: 1.4rem;
  line-height: 1.86em;
}

.interview__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;
  gap: 33px 12%;
  padding-top: 112px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .interview__list {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .interview__list {
    padding: 112px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__list {
    gap: 20px 4%;
    padding: 56px 5% 0;
  }
}
.interview__link {
  cursor: pointer;
  width: 25.3333333333%;
  height: 70px;
  background-color: #e5e5e5;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.0555555556em;
  color: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: inset -304px 0 0 0 #1355B7;
          box-shadow: inset -304px 0 0 0 #1355B7;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s 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: 767px) {
  .interview__link {
    width: 48%;
    height: 55px;
    font-size: 1.4rem;
    -webkit-box-shadow: inset -727px 0 0 0 #1355B7;
            box-shadow: inset -727px 0 0 0 #1355B7;
  }
}
@media screen and (max-width: 375px) {
  .interview__link {
    font-size: 1.056rem;
  }
}
.interview__link span:nth-child(1) {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.3571428571em;
}
@media screen and (max-width: 767px) {
  .interview__link span:nth-child(1) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .interview__link span:nth-child(1) {
    font-size: 0.968rem;
  }
}
.interview__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 6px;
  background-image: url("./src/img/interview/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .interview__link::after {
    right: 10px;
  }
}
.interview__link:hover {
  -webkit-box-shadow: inset -73px 0 0 -20px #1355B7;
          box-shadow: inset -73px 0 0 -20px #1355B7;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .interview__link:hover {
    -webkit-box-shadow: inset -57px 0 0 -20px #1355B7;
            box-shadow: inset -57px 0 0 -20px #1355B7;
  }
}
.interview__main-item {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .interview__main-item {
    margin-top: 60px;
  }
}
.interview__main-item:nth-child(1) {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .interview__main-item:nth-child(1) {
    margin-top: 44px;
  }
}
.interview__main-wrapper {
  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;
  padding-top: 60px;
  padding-right: 5.46875%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .interview__main-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .interview__main-wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview__main-wrapper {
    padding: 0 5%;
  }
}
.interview__information-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 700px;
  padding: 56px 67px;
  background-color: #fff;
  border: 1px solid #1355B7;
}
@media screen and (max-width: 1200px) {
  .interview__information-wrapper {
    left: 20px;
    padding: 56px 3%;
  }
}
@media screen and (max-width: 767px) {
  .interview__information-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    padding: 28px 29.48px;
    margin-bottom: 30px;
  }
}
.interview__information-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3571428571em;
}
@media screen and (max-width: 767px) {
  .interview__information-date {
    font-size: 1.2rem;
  }
}
.interview__information-date--oswald {
  font-family: "Oswald", sans-serif;
}
.interview__information-position {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 12px;
  border: 1px solid #1355B7;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 1em;
  color: #1355B7;
  margin: 16px 0 20px;
}
@media screen and (max-width: 767px) {
  .interview__information-position {
    font-size: 1.2rem;
  }
}
.interview__information-name {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1355B7;
  line-height: 0.8076923077em;
}
@media screen and (max-width: 767px) {
  .interview__information-name {
    font-size: 2.2rem;
  }
}
.interview__information-name span:nth-child(2) {
  font: 400 1.8rem "Oswald", sans-serif;
  text-transform: uppercase;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .interview__information-name span:nth-child(2) {
    font-size: 1.232rem;
  }
}
.interview__information-additional {
  margin-top: 40px;
  padding-right: 170px;
}
@media screen and (max-width: 1200px) {
  .interview__information-additional {
    padding-right: 55%;
  }
}
@media screen and (max-width: 767px) {
  .interview__information-additional {
    margin-top: 20px;
    padding: 0;
  }
}
.interview__additional-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview__additional-item {
    font-size: 1.4rem;
  }
}
.interview__additional-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview__additional-item:not(:first-child) {
    margin-top: 10px;
  }
}
.interview__additional-label {
  padding-right: 30px;
  margin-right: 15px;
  position: relative;
  white-space: nowrap;
}
.interview__additional-label::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #1355B7;
}
.interview__question {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 57%;
  max-width: 620px;
  margin-bottom: 120px;
  height: 574px;
}
@media screen and (max-width: 767px) {
  .interview__question {
    width: 82.6666666667%;
    margin-bottom: 25px;
    height: auto;
  }
}
.interview__question .interview__body {
  position: absolute;
  bottom: -60px;
  right: 163px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1000px) {
  .interview__question .interview__body {
    bottom: -120px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__question .interview__body {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.interview__question--two {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interview__question--two {
    margin-bottom: 30px;
  }
}
.interview__question--two .interview__question-image {
  width: 530px;
  height: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .interview__question--two .interview__question-image {
    width: 70.6666666667%;
    height: auto;
  }
}
.interview__question--two .interview__body {
  bottom: 0;
  right: 0;
  background-color: #fff;
}
.interview__question-image {
  width: 100%;
  height: 600px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .interview__question-image {
    width: 100%;
    height: auto;
  }
}
.interview__question-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.interview__body {
  width: 670px;
  padding: 46px 51px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__body {
    width: 100%;
    padding: 23px 25.5px;
  }
}
.interview__heading {
  position: relative;
  padding-left: 36px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1111111111em;
  letter-spacing: 0.04em;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .interview__heading {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.interview__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #1355B7;
}
.interview__text {
  font-size: 1.4rem;
  line-height: 1.8571428571em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .interview__text {
    font-size: 1.2rem;
  }
}
.interview__main-banner {
  width: 100%;
  height: 440px;
  position: relative;
  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) {
  .interview__main-banner {
    height: 330px;
    padding: 0 5%;
  }
}
.interview__main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #021b79;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#021b79), to(#0575e4));
  background-image: linear-gradient(to top, #021b79, #0575e4);
  opacity: 0.6;
}
.interview__banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.strength__section {
  overflow: hidden;
  padding: 50px 7% 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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: 100%;
  max-width: calc(1340px + 8%);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .strength__section {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .strength__section {
    padding: 50px 5%;
  }
}
.strength__container {
  padding: 80px 0 194px;
}
@media screen and (max-width: 767px) {
  .strength__container {
    padding: 40px 5% 97px;
  }
}
.strength__title {
  text-align: center;
  padding: 34.67px 0;
  background-color: #1355B7;
}
@media screen and (max-width: 767px) {
  .strength__title {
    padding: 17.335px 0;
  }
}
.strength__title--mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .strength__title--mt100 {
    margin-top: 50px;
  }
}
.strength .top__title-en {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .strength .top__title-en {
    font-size: 5rem;
  }
}
.strength .top__title-jp {
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .strength .top__title-jp {
    font-size: 1.5rem;
  }
}
.strength__ability, .strength__ability-line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .strength__ability, .strength__ability-line-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strength__ability {
  width: 74.63%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .strength__ability {
    width: 100%;
  }
}
.strength__ability--mb92 {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .strength__ability--mb92 {
    margin-bottom: 46px;
  }
}
.strength__line {
  width: 70px;
  height: 2px;
  background-color: #1355B7;
  margin: 0 20px 0 4px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .strength__line {
    display: none;
  }
}
.strength__ability-label {
  font-weight: 700;
  color: #1355B7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.strength__ability-intro {
  position: relative;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .strength__ability-intro {
    margin: auto;
    padding: 0 35px;
  }
  .strength__ability-intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 2px;
    background-color: #1355B7;
  }
  .strength__ability-intro::after {
    background-color: white;
    content: attr(data-text);
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    padding: 0 11.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .strength__ability-intro::after {
    padding: 0 6.875px;
  }
}
.strength__ability-title {
  margin-top: 13.55px;
  font-size: 4rem;
  letter-spacing: 0.004em;
  line-height: 0.8em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .strength__ability-title {
    margin: 15px 0;
    text-align: center;
    font-size: 2rem;
  }
}
.strength__ability-detail {
  margin: auto 0 auto 4%;
  width: 60%;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .strength__ability-detail {
    width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.strength__block {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .strength__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
  }
}
.strength__block--mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .strength__block--mt150 {
    margin-top: 50px;
  }
}
.strength__block--flip .strength__block-image-offset {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .strength__block--flip .strength__block-image-offset {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.strength__block--flip .strength__block-image-offset::before {
  bottom: -70px;
  left: 70px;
}
.strength__block--flip .strength__block-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .strength__block--flip .strength__block-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.strength__block-image-offset {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 45%;
  max-height: 356px;
}
@media screen and (max-width: 767px) {
  .strength__block-image-offset {
    -webkit-filter: drop-shadow(0 getpc(10px) getpc(10px) rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 getpc(10px) getpc(10px) rgba(0, 0, 0, 0.4));
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.strength__block-image-offset::before {
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
  width: 100%;
  bottom: -70px;
  right: 70px;
  background-color: #1355B7;
}
@media screen and (max-width: 767px) {
  .strength__block-image-offset::before {
    display: none;
  }
}
.strength__block-image {
  height: auto;
  width: 100%;
}
.strength__block-text {
  width: 47.24%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .strength__block-text {
    width: 100%;
    margin-top: 46.29px;
  }
}
.strength__block-title {
  font-weight: 700;
  font-size: 3.6rem;
  color: #1355B7;
  line-height: 0.8888888889em;
}
@media screen and (max-width: 767px) {
  .strength__block-title {
    font-size: 2.7rem;
  }
}
.strength__block-title--lh {
  line-height: 1.5555555556em;
}
.strength__block-paragraph {
  font-weight: 400;
  line-height: 2em;
  border-bottom: 1px solid #1355B7;
  padding: 57px 0 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .strength__block-paragraph {
    padding: 30px 0;
    font-size: 1.5rem;
    letter-spacing: 0.005em;
    text-align: justify;
  }
}

.environment__section {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .environment__section {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .environment__section {
    padding: 32px 0;
    overflow: hidden;
  }
}
.environment__bgsky {
  padding: 64px 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 27, 121, 0.5)), to(rgba(5, 117, 228, 0.5))), url("./src/img/environment/environment-sky.jpg");
  background-image: linear-gradient(to bottom, rgba(2, 27, 121, 0.5), rgba(5, 117, 228, 0.5)), url("./src/img/environment/environment-sky.jpg");
  background-size: cover;
}
.environment__provision {
  padding: 0 5%;
  max-width: calc(1200px + 10%);
  width: 100%;
  margin: 0 auto;
  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;
}
.environment__provision-text {
  width: 55.33%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1111111111em;
  letter-spacing: 0.004em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .environment__provision-text {
    width: 100%;
    padding: 0 5%;
  }
}
.environment__provision-list {
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .environment__provision-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.environment__provision-detail {
  height: 307.1px;
  width: 23.75%;
  border: 3px solid #1355B7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 58.5px 16px;
  gap: 20px;
  background-color: #fff;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1000px) {
  .environment__provision-detail {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .environment__provision-detail {
    width: 100%;
  }
}
.environment__provision-logo {
  height: 80px;
  width: 80px;
  border: 3.7px solid #1355B7;
  position: absolute;
  top: -40px;
  border-radius: 50%;
  background-color: #fff;
  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;
}
.environment__provision-logo--training {
  width: 43.47px;
  height: 44.5px;
}
.environment__provision-logo--annual-holiday {
  width: 47.73px;
  height: 44px;
}
.environment__provision-logo--paid-holiday {
  width: 46px;
  height: 34.53px;
}
.environment__provision-logo--medical {
  width: 37.14px;
  height: 44px;
}
.environment__provision-title {
  width: 100%;
  min-height: 70px;
  background-color: #1355B7;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  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) {
  .environment__provision-title {
    font-size: 1.8rem;
    min-height: 50px;
  }
}
.environment__provision-description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8571428571em;
}
.environment__location {
  padding: 90px 0 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .environment__location {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1400px) {
  .environment__location {
    padding: 90px 2% 100px 2%;
  }
}
@media screen and (max-width: 767px) {
  .environment__location {
    padding: 45px 2% 50px 2%;
    overflow: hidden;
  }
}
.environment .lowermv__title-en {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .environment .lowermv__title-en {
    font-size: 5rem;
  }
}
.environment .lowermv__title-subtitle {
  left: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .environment .lowermv__title-subtitle {
    text-align: center;
    font-size: 2.5rem;
    left: 15px;
  }
}
.environment__gallery {
  position: relative;
  margin-top: 23.1px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .environment__gallery {
    margin-bottom: 0;
  }
}
.environment__gallery .js-works-slidermain {
  background: #EEE;
}
.environment__gallery .js-works-slideritem {
  display: block;
  max-height: 500px;
}
.environment__gallery .js-works-slideritem::before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.environment__gallery-image {
  width: 100%;
  max-height: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .environment__gallery-image {
    height: 500px;
  }
}
.environment__gallery-player {
  position: absolute;
  width: 670px;
  height: 120px;
  bottom: -60px;
  left: 0;
  background-color: #fff;
  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) {
  .environment__gallery-player {
    position: relative;
    width: 100%;
    height: 60px;
    gap: 10px;
    bottom: 0;
  }
}
.environment__gallery-minus {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .environment__gallery-minus {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.environment__gallery-minus::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1355B7;
  width: 20px;
  height: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .environment__gallery-minus::after {
    width: 13.5px;
    height: 0.75px;
    border-radius: 13.5px;
  }
}
.environment__gallery-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.004em;
  margin-right: 126px;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .environment__gallery-text {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
.environment__gallery-player .top-inquiry__button {
  cursor: pointer;
  margin-top: 0;
  margin-left: 40px;
  border: 1px solid #1355B7;
  background-color: #fff;
  color: #1355B7;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .environment__gallery-player .top-inquiry__button {
    margin-left: 0;
  }
}
.environment__gallery-player .top-inquiry__button.active {
  opacity: 1;
  pointer-events: all;
}
.environment__gallery-player .top-inquiry__button-arrow {
  background-color: #1355B7;
}
.environment__gallery-player .top-inquiry__button-arrow::before, .environment__gallery-player .top-inquiry__button-arrow::after {
  background-color: #1355B7;
}
.environment__gallery-player .top-inquiry__button-arrow--left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.environment__gallery-player .top-inquiry__button:hover {
  background-color: #1355B7;
  color: #fff;
}
.environment__gallery-player .top-inquiry__button:hover .top-inquiry__button-arrow {
  background-color: #fff;
}
.environment__gallery-player .top-inquiry__button:hover .top-inquiry__button-arrow::before, .environment__gallery-player .top-inquiry__button:hover .top-inquiry__button-arrow::after {
  background-color: #fff;
}
.environment__container {
  padding: 80px 8% 194px;
  max-width: calc(1340px + 16%);
}
@media screen and (max-width: 767px) {
  .environment__container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .environment__block-text {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .environment__block-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .environment__block-paragraph {
    padding-top: 15px;
  }
}

.about {
  margin: 0 auto;
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 25px;
  }
}
.about .main-wrapper__title {
  text-align: center;
}
.about .main-wrapper__title.man {
  margin-bottom: 38px !important;
}
.about .main-wrapper__title-text.op {
  opacity: 0.35;
  color: #fff;
}
.about__mv-main {
  position: relative;
  width: 100%;
  height: 630px;
  margin: 40px 0 100px auto;
}
@media screen and (max-width: 767px) {
  .about__mv-main {
    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;
    margin-bottom: 60px;
    height: 100%;
    gap: 20px;
  }
}
.about__mv-cardcon {
  height: 400px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__mv-cardcon {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__mv-cardcon {
    height: 100%;
  }
}
.about__mv-card {
  height: 400px;
  width: 700px;
  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;
  gap: 60px;
  padding: 0 63px;
}
@media screen and (max-width: 767px) {
  .about__mv-card {
    height: 100%;
    width: 100%;
    padding: unset;
    gap: 30px;
  }
}
.about__mv-card h2 {
  font: 700 1.8rem "Noto Sans JP", sans-serif;
  line-height: 2.1111111111em;
  letter-spacing: 0.04em;
}
.about__mv-card p {
  font-size: 1.4rem;
  line-height: 1.8571428571em;
}
.about__mv-pic {
  position: absolute;
  width: 68.229vw;
  height: 630px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .about__mv-pic {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .about__mv-pic {
    width: 100%;
    height: 250px;
    padding: 0 20px;
    position: static;
  }
}
.about__mv-pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__man {
  padding: 0 20px;
}
.about__man-main {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__man-main {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .about__man-main {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 980px) {
  .about__man-main {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__man-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
.about__man-pic {
  height: 628px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .about__man-pic {
    width: 100%;
    height: 250px;
  }
}
.about__man-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__man-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  counter-reset: man;
}
.about__man-item {
  height: 190px;
  width: 460px;
  background-color: #f4f4f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  gap: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s 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) {
  .about__man-item {
    height: 100%;
    width: 100%;
    padding: 30px;
    margin: unset !important;
  }
}
.about__man-item h2 {
  font: 700 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.8333333333em;
  letter-spacing: 0.04em;
  color: #1355B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about__man-item h2 {
    font-size: 1.4rem;
  }
}
.about__man-item h2::before {
  content: "0" counter(man);
  counter-increment: man;
  font: 700 5rem "Oswald", sans-serif;
  margin-right: 25px;
}
.about__man-item p {
  font-size: 1.4rem;
  line-height: 1.8571428571em;
  letter-spacing: 0.1em;
  text-align: justify;
}
.about__value {
  background: url("./src/img/about/abt03.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 70px 0 0;
}
.about__value-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 50px 0 64px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__value-main {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .about__value-main {
    padding: 78px 3% 64px;
  }
}
@media screen and (max-width: 980px) {
  .about__value-main {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__value-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 38px 5% 64px;
    gap: 60px;
  }
}
.about__value-item {
  position: relative;
  height: auto;
  min-height: 240px;
  width: 360px;
  background-color: #fff;
  border: 2px solid #1355B7;
  position: relative;
  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: 10px 20px;
}
@media screen and (max-width: 980px) {
  .about__value-item {
    width: 100%;
    height: 223px;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 767px) {
  .about__value-item {
    border: 3px solid #1355B7;
    padding: 0 20px 30px;
    width: 100%;
    height: 100%;
  }
}
.about__value-item h2 {
  margin: 40px 0 20px;
  font: 700 2.4rem "Noto Sans JP", sans-serif;
  height: 70px;
  width: 100%;
  background-color: #1355B7;
  color: #fff;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 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: 980px) {
  .about__value-item h2 {
    font-size: 1.8rem;
    height: 50px;
  }
}
.about__value-item p {
  font-size: 1.4rem;
  line-height: 1.8571428571em;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .about__value-item p {
    font-size: 1.33rem;
  }
}
@media screen and (max-width: 980px) {
  .about__value-item p {
    font-size: 1.2rem;
    position: static;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .about__value-item p {
    font-size: 1.4rem;
    width: 100%;
  }
}
.about__value-item p.ab {
  bottom: 0;
}
.about__value-icon {
  position: absolute;
  top: -50px;
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #1355B7;
  padding: 12px;
  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;
}
.about__value-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about__value-title-en {
    font-size: 6.5rem;
  }
}

.service {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 50px 0;
  }
  .service .main-wrapper__title-text {
    text-align: center;
  }
}
.service__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .service__mv {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service__mv-pic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  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;
}
.service__mv-pic h2 {
  font: 700 2.4rem "Noto Sans JP", sans-serif;
  line-height: 1.375em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .service__mv-pic h2 {
    font-size: 1.6rem;
  }
}
.service__mv-img {
  height: 240px;
  width: 150px;
}
.service__mv-prob {
  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;
}
.service__mv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.service__mv-item p {
  font: 500 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.7777777778em;
  letter-spacing: 0.04em;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .service__mv-item p {
    font-size: 1.4rem;
  }
}
.service__mv-check {
  height: 30px;
  width: 30px;
}
.service__main {
  background-color: #f4f4f5;
  margin: 77px 0;
  padding: 48px 0 40px;
}
@media screen and (max-width: 767px) {
  .service__main {
    margin: 60px 0;
  }
}
.service__main-content {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  height: 740px;
}
@media screen and (max-width: 767px) {
  .service__main-content {
    position: unset;
    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;
    padding: 0 20px;
    gap: 30px;
    height: 100%;
  }
}
.service__main-content:not(:last-child) {
  margin-bottom: 80px;
}
.service__main-cardcon {
  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;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service__main-cardcon {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__main-cardcon {
    padding: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.service__main-cardcon.not {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.service__main-card {
  height: 620px;
  width: 620px;
  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;
  gap: 57px;
  padding: 0 60px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .service__main-card {
    height: auto;
    min-height: 620px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .service__main-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    width: 100%;
    padding: 30px 30px 40px 30px;
    gap: 26px;
  }
}
.service__main-card h2 {
  font: 700 3.6rem "Noto Sans JP", sans-serif;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .service__main-card h2 {
    margin-top: 20px;
    font-size: 2.1rem;
  }
}
.service__main-card h2::before {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #1355B7;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service__main-card h2::before {
    margin-bottom: 20px;
  }
}
.service__main-card p {
  font: 400 1.6rem "Noto Sans JP", sans-serif;
  line-height: 2em;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__main-card p {
    font-size: 1.4rem;
  }
}
.service__main-imgcon {
  height: 740px;
  width: 57.292vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .service__main-imgcon {
    width: 687px;
  }
}
@media screen and (max-width: 1000px) {
  .service__main-imgcon {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .service__main-imgcon {
    position: unset;
    height: 250px;
    width: 100%;
  }
}
.service__main-imgcon.not {
  left: unset;
  right: 0;
}
.service__main-imgcon img {
  height: auto;
  max-height: 740px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service__plan {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service__plan {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .service__plan {
    padding: 0 20px;
  }
}
.service__plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  .service__plan-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .service__plan-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.service__plan-item:not(:last-child) {
  margin-bottom: 60px;
}
.service__plan-imgcon {
  height: 375px;
  width: 42%;
}
@media screen and (max-width: 1000px) {
  .service__plan-imgcon {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .service__plan-imgcon {
    height: 250px;
    width: 100%;
  }
  .service__plan-imgcon img {
    width: 100% !important;
  }
}
.service__plan-imgcon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service__plan-info {
  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;
  gap: 57px;
  padding-bottom: 60px;
  border-bottom: 1px solid #1355B7;
  width: 51%;
}
@media screen and (max-width: 767px) {
  .service__plan-info {
    gap: 30px;
    width: auto;
  }
}
.service__plan-info h2 {
  font: 700 3.6rem "Noto Sans JP", sans-serif;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .service__plan-info h2 {
    font-size: 2rem;
  }
}
.service__plan-info p {
  font: 400 1.6rem "Noto Sans JP", sans-serif;
  line-height: 2em;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__plan-info p {
    font-size: 1.4rem;
  }
}
.service__plan-info p span {
  text-decoration: underline;
}
.service__location {
  margin: 120px 0 0;
}
@media screen and (max-width: 1200px) {
  .service__location {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__location {
    margin: 60px 0 0;
    padding: 0 20px 20px;
  }
}
.service__location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #1355B7;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service__location-content {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__location-content {
    padding: 0 0 40px;
  }
}
.service__location-subtitle {
  font: 500 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
}
.service__location-table {
  font-size: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service__location-table {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .service__location-table {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__location-table {
    padding: unset;
  }
}
.service__location-table td {
  width: 50%;
}
.service__area {
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .service__area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__area {
    margin-top: 40px;
  }
}
.service__area-main {
  border-bottom: 1px solid #1355B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 17px 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service__area-main {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__area-main {
    padding: 0 0 40px;
  }
}
.service__area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service__area-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__area-pref p {
  font: 500 1.6rem "Noto Sans JP", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  height: 100%;
  width: 150px;
  background-color: #ebf5ff;
  border-radius: 15px;
  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) {
  .service__area-pref p {
    width: 100%;
    height: 50px;
  }
}
.service__area-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.service__area-loc.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .service__area-loc.flex {
    display: block;
  }
}
.service__area-loc span {
  display: inline-block;
  font: 400 1.6rem "Noto Sans JP", sans-serif;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .service__area-loc span {
    font-size: 1.4rem;
  }
}

.privacy-policy__container {
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  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: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .privacy-policy__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__container {
    padding: 50px 5%;
    gap: 50px;
  }
}
.privacy-policy__text {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
}
.privacy-policy__block {
  position: relative;
  width: 100%;
}
.privacy-policy__block::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #1355B7;
}
@media screen and (max-width: 767px) {
  .privacy-policy__block::before {
    width: 100%;
  }
}
.privacy-policy__block .web-only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .privacy-policy__block .web-only {
    display: none;
  }
}
.privacy-policy__block-small {
  width: 66.67%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .privacy-policy__block-small {
    width: 100%;
  }
}
.privacy-policy__title {
  margin: 41px 0 60px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.privacy-policy ol {
  font-family: "Oswald", sans-serif;
  color: #1355B7;
}
.privacy-policy ol ol {
  color: #000;
}
.privacy-policy ol p {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.privacy-policy__list--mt23 {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__list--mt23 {
    margin-top: 11.5px;
  }
}
.privacy-policy__list--mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__list--mt40 {
    margin-top: 20px;
  }
}
.privacy-policy__list--mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__list--mt60 {
    margin-top: 30px;
  }
}
.privacy-policy__list--ml32 {
  margin-left: 32px;
}
.privacy-policy ol .privacy-policy__text {
  width: calc(100% - 12px);
  margin-right: 0;
  margin-left: auto;
  padding-left: 10px;
}

.products {
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 60px;
  }
}
.products__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .products__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .products__container {
    padding: 0 20px;
  }
}
.products__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 42px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .products__navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
.products__navigation-item {
  font-size: 1.6rem;
  width: 372px;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #cfd1d7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url("./src/img/icons/icon-caret-down.svg");
  background-size: 10px;
  background-position: right 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .products__navigation-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products__navigation-item {
    font-size: 14px;
    padding-bottom: 10px;
    background-position: right 10px;
  }
}
.products__navigation-item:hover {
  color: #1355B7;
}
.products__item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .products__item:not(:last-child) {
    margin-bottom: 90px;
  }
}
.products__number {
  color: #1355B7;
  border-bottom: 1px solid #1355B7;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  padding-bottom: 6px;
  margin-bottom: 40px;
  font-weight: 400;
}
.products__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .products__title {
    margin-bottom: 20px;
  }
}
.products__title-icon {
  width: 120px;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .products__title-icon {
    width: 100px;
    margin-right: 20px;
  }
}
.products__title-text {
  font-size: 3.6rem;
  color: #1355B7;
}
@media screen and (max-width: 767px) {
  .products__title-text {
    font-size: 24px;
  }
}
.products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .products__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products__image-container {
  width: 42%;
  max-width: 500px;
  height: auto;
  margin-right: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .products__image-container {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products__image-container {
    width: 100%;
    height: 67vw;
    margin: 0 0 15px;
  }
}
.products__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .products__text {
    font-size: 12px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0D1B35;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #0D1B35;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.8571428571px, -5px, 0);
          transform: rotate(-45deg) translate3d(-2.8571428571px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.wp-pagenavi {
  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;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  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;
  margin: 0 5px;
  border-color: unset;
  font-size: 2rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  line-height: 24px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #1355B7;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .extend:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 1;
  background: #e5e5e5;
  border-color: #1355B7;
  color: #1355B7;
}
.wp-pagenavi .current {
  background: #e5e5e5;
  color: #1355B7;
}
.wp-pagenavi .extend {
  background: transparent;
  color: #0D1B35;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  background: url("./src/img/icons/icon-caret-right-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.pagenavi {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi--circle .page,
.pagenavi--circle .current,
.pagenavi--circle .extend,
.pagenavi--circle .previouspostslink,
.pagenavi--circle .nextpostslink {
  border: 1px solid #1355B7;
  border-color: #1355B7;
  border-radius: 50%;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #1355B7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pagenavi--circle .page,
.pagenavi--circle .current,
.pagenavi--circle .extend,
.pagenavi--circle .previouspostslink,
.pagenavi--circle .nextpostslink {
    width: 30px;
    height: 30px;
    font-size: 1.7rem;
  }
}
.pagenavi--circle .current {
  background: #1355B7;
  color: #fff;
}
.pagenavi--circle .extend {
  border: 0;
  position: relative;
  top: -6px;
  letter-spacing: 4px;
}
.pagenavi--arrow .previouspostslink,
.pagenavi--arrow .nextpostslink {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .pagenavi--arrow .previouspostslink,
.pagenavi--arrow .nextpostslink {
    margin-left: 10px;
  }
}
.pagenavi--arrow .previouspostslink::before,
.pagenavi--arrow .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  background: url("./src/img/icons/icon-arrow-right-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenavi--arrow .previouspostslink {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .pagenavi--arrow .previouspostslink {
    margin: 0 10px 0 0;
  }
}
.pagenavi--arrow .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.flickity-custom .flickity-button {
  right: -15%;
  border: 1px solid #1355B7;
  width: 58px;
  height: 58px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flickity-custom .flickity-button {
    right: 5%;
    width: 36px;
    height: 36px;
  }
}
.flickity-custom .flickity-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: url("./src/img/icons/icon-arrow-right-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flickity-custom .flickity-button svg {
  display: none;
}
.flickity-custom .flickity-button.previous {
  right: unset;
  left: -15%;
}
@media screen and (max-width: 767px) {
  .flickity-custom .flickity-button.previous {
    left: 5%;
  }
}
.flickity-custom .flickity-button.previous::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.flickity-custom .flickity-viewport,
.flickity-custom .flickity-slider {
  height: 100% !important;
}

.mw_wp_form {
  width: 100%;
}
.mw_wp_form .mwform-radio-field.horizontal-item:not(:first-child) {
  margin-left: 30px;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #1355B7;
}

.primary-bg {
  background: #1355B7;
}

.overflow {
  overflow: hidden;
}

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

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

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

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