@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.Header {
  position: fixed;
  width: 100%;
  background-color: white;
  height: max(2.6666666667rem, 5.5555555556vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: max(2rem, 4.1666666667vw);
  z-index: 100;
}
@media screen and (max-width:767px) {
  .Header {
    height: 12vw;
    padding-inline: 4.8vw;
  }
}

.Header__title {
  color: #0A41C7;
  font-family: "Zen Maru Gothic";
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 700;
  -webkit-margin-before: clamp(-0.625rem, -0.6944444444vw, -0.25rem);
          margin-block-start: clamp(-0.625rem, -0.6944444444vw, -0.25rem);
  letter-spacing: 0.13em;
}
@media screen and (max-width:767px) {
  .Header__title {
    font-size: 5.6vw;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.Header__title-link {
  color: inherit;
}

.Header__nav.Pc__nav {
  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;
  gap: max(1.4rem, 2.9166666667vw);
}
@media screen and (max-width:767px) {
  .Header__nav.Pc__nav {
    display: none;
  }
}

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

.Header__nav-link {
  font-size: max(0.5rem, 1.0416666667vw);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .Header__nav-link {
    display: block;
    width: 80vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 400;
    color: #0A41C7;
    letter-spacing: 0.13em;
    padding-block: 3.8666666667vw;
    border-bottom: 1px solid rgba(10, 65, 199, 0.2);
    position: relative;
    width: 100%;
  }
  .Header__nav-link::after {
    content: "";
    position: absolute;
    right: 2.1333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #0A41C7;
    border-right: 2px solid #0A41C7;
  }
}

.Header__nav-title {
  text-align: center;
  -webkit-margin-before: 14.9333333333vw;
          margin-block-start: 14.9333333333vw;
  color: #0A41C7;
  font-family: "Zen Maru Gothic";
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 2.322px;
}

.Header__button {
  width: max(6.6rem, 13.75vw);
  height: max(2rem, 4.1666666667vw);
  display: grid;
  place-items: center;
  background-color: #0A41C7;
  border-radius: 100vh;
}
@media screen and (max-width:767px) {
  .Header__button {
    display: none;
  }
}
.Header__button:hover {
  opacity: 1;
}
.Header__button:hover .Header__button-link {
  color: #0A41C7;
  background: white;
  opacity: 1;
  border: max(0.0333333333rem, 0.0694444444vw) solid #0A41C7;
  border-radius: 100vh;
}

.Header__button:hover .arrow-bg {
  fill: #0A41C7;
}

.Header__button:hover .arrow-line {
  stroke: #fff;
}

.Header__button-link {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: max(0.5rem, 1.0416666667vw);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 2.0833333333vw);
  -webkit-padding-start: max(0.9333333333rem, 1.9444444444vw);
          padding-inline-start: max(0.9333333333rem, 1.9444444444vw);
  letter-spacing: 0.14em;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
.Header__button-link svg {
  width: max(0.9333333333rem, 1.9444444444vw);
  height: max(0.9333333333rem, 1.9444444444vw);
}

#hamburger {
  display: none;
}
@media screen and (max-width:767px) {
  #hamburger {
    position: relative;
    display: block;
    width: 9.4666666667vw;
    height: 4.2666666667vw;
    margin: 0 0 0 auto;
    cursor: pointer;
    z-index: 999;
  }
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

#hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.hamburger-active #hamburger span {
  opacity: 0;
}

.hamburger-active #hamburger::before {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-active #hamburger::after {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
  .Menu-right {
    -webkit-padding-before: 12.8vw;
            padding-block-start: 12.8vw;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-padding-after: 16vw;
            padding-block-end: 16vw;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-padding-before: 26.6666666667vw;
            padding-block-start: 26.6666666667vw;
    padding-inline: 9.6vw;
  }
  .Menu-right .Header__nav-link:first-of-type {
    border-top: 1px solid rgba(10, 65, 199, 0.2);
  }
}

.Menu-right.open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.Menu-right ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.Menu-right li {
  margin: 0;
  padding: 0;
}

.Menu-right li span {
  font-size: 15px;
  color: #333;
}

.Menu-right li a,
.Menu-right li span {
  display: block;
  padding: 20px 0;
}

.Staple-menu {
  display: none;
}
@media screen and (max-width:767px) {
  .Staple-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    z-index: 200;
    opacity: 0;
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
  }
}

.Staple-menu.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width:767px) {
  .Staple-menu__button {
    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;
    gap: 1.6vw;
    width: 100%;
    height: 100%;
    background-color: #0A41C7;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .Staple-menu__button:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .Staple-menu__button svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}

.Footer {
  background-color: #343c40;
  -webkit-padding-before: max(1.6rem, 3.3333333333vw);
          padding-block-start: max(1.6rem, 3.3333333333vw);
}
@media screen and (max-width:767px) {
  .Footer {
    -webkit-padding-before: 13.3333333333vw;
            padding-block-start: 13.3333333333vw;
  }
}
.Footer .Footer__inner {
  max-width: max(41.0666666667rem, 85.5555555556vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Footer .Footer__inner {
    padding-inline: 8vw;
  }
}
.Footer .Footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-after: max(0.9333333333rem, 1.9444444444vw);
          padding-block-end: max(0.9333333333rem, 1.9444444444vw);
  -webkit-padding-end: max(2.2rem, 4.5833333333vw);
          padding-inline-end: max(2.2rem, 4.5833333333vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9333333333vw;
    -webkit-padding-after: 4.2666666667vw;
            padding-block-end: 4.2666666667vw;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.Footer .Footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.4rem, 0.8333333333vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__logo {
    gap: 3.2vw;
  }
}
.Footer .Footer__logo-icon {
  width: max(1.3333333333rem, 2.7777777778vw);
  height: max(1.3333333333rem, 2.7777777778vw);
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .Footer .Footer__logo-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.Footer .Footer__logo-name {
  font-size: max(0.4666666667rem, 0.9722222222vw);
  font-weight: 900;
  color: #fff;
  line-height: 1.43;
}
@media screen and (max-width:767px) {
  .Footer .Footer__logo-name {
    font-size: 4.5333333333vw;
  }
}
.Footer .Footer__logo-sub {
  font-size: max(0.4rem, 0.8333333333vw);
  color: #9ca3af;
  -webkit-margin-before: max(0.0666666667rem, 0.1388888889vw);
          margin-block-start: max(0.0666666667rem, 0.1388888889vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__logo-sub {
    font-size: 3.4666666667vw;
  }
}
.Footer .Footer__info {
  -webkit-margin-before: max(0.5333333333rem, 1.1111111111vw);
          margin-block-start: max(0.5333333333rem, 1.1111111111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.4rem, 0.8333333333vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__info {
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
    gap: 0;
  }
}
.Footer .Footer__info-item {
  font-size: max(0.4rem, 0.8333333333vw);
  color: #fff;
  line-height: 1.625;
}
@media screen and (max-width:767px) {
  .Footer .Footer__info-item {
    font-size: 4vw;
  }
}
.Footer .Footer__nav-label {
  font-size: max(0.4rem, 0.8333333333vw);
  font-weight: 900;
  color: #d1d5db;
  letter-spacing: 0.1em;
  -webkit-margin-after: max(0.6666666667rem, 1.3888888889vw);
          margin-block-end: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__nav-label {
    font-size: 4.8vw;
    -webkit-margin-after: 6.4vw;
            margin-block-end: 6.4vw;
    letter-spacing: 0.06em;
  }
}
.Footer .Footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1.6666666667rem, 3.4722222222vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__nav-wrap {
    gap: 5.3333333333vw;
  }
}
.Footer .Footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.7666666667rem, 1.5972222222vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__nav-list {
    gap: 5.0666666667vw;
  }
}
.Footer .Footer__nav-link {
  font-size: max(0.4rem, 0.8333333333vw);
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.Footer .Footer__nav-link:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .Footer .Footer__nav-link {
    font-size: 4vw;
  }
}
.Footer .Footer__copyright {
  -webkit-border-before: 1px solid #e5e7eb;
          border-block-start: 1px solid #e5e7eb;
  -webkit-padding-before: max(0.8333333333rem, 1.7361111111vw);
          padding-block-start: max(0.8333333333rem, 1.7361111111vw);
  text-align: center;
  font-size: max(0.4rem, 0.8333333333vw);
  color: #d1d5db;
  -webkit-padding-after: max(0.9333333333rem, 1.9444444444vw);
          padding-block-end: max(0.9333333333rem, 1.9444444444vw);
}
@media screen and (max-width:767px) {
  .Footer .Footer__copyright {
    font-size: 2.9333333333vw;
    -webkit-padding-before: 5.3333333333vw;
            padding-block-start: 5.3333333333vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: max(1.6666666667rem, 3.4722222222vw);
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
}

a {
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

a:hover {
  opacity: 0.7;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

main {
  -webkit-padding-before: max(2.6666666667rem, 5.5555555556vw);
          padding-block-start: max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  main {
    -webkit-padding-before: 12vw;
            padding-block-start: 12vw;
  }
}

.Font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.Pc__display {
  display: block;
}

.Sp__display {
  display: none;
}

@media screen and (max-width:767px) {
  .Pc__display {
    display: none;
  }
  .Sp__display {
    display: block;
  }
}
.Js_fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.Issues {
  background-color: #fff;
  padding-block: max(3.1333333333rem, 6.5277777778vw);
  background-image: url("../img/page-jinzai/issues/issue-bg.webp");
  background-size: cover;
  height: max(21.0666666667rem, 43.8888888889vw);
  -webkit-margin-before: max(1.9333333333rem, 4.0277777778vw);
          margin-block-start: max(1.9333333333rem, 4.0277777778vw);
}
@media screen and (max-width:767px) {
  .Issues {
    padding-block: 9.6vw;
    height: auto;
    background-image: url("../img/page-jinzai/issues/issue-bg_sp.webp");
    height: 188.8vw;
  }
}
.Issues .Issues__inner {
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
  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;
  gap: max(1rem, 2.0833333333vw);
}
@media screen and (max-width:767px) {
  .Issues .Issues__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4666666667vw;
    padding-inline: 6.6666666667vw;
  }
}
.Issues .Issues__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(11.9rem, 24.7916666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-before: max(1.4666666667rem, 3.0555555556vw);
          margin-block-start: max(1.4666666667rem, 3.0555555556vw);
}
@media screen and (max-width:767px) {
  .Issues .Issues__text {
    width: 100%;
  }
}
.Issues .Issues__heading {
  -webkit-margin-after: max(0.8rem, 1.6666666667vw);
          margin-block-end: max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .Issues .Issues__heading {
    -webkit-margin-after: 6.4vw;
            margin-block-end: 6.4vw;
  }
}
.Issues .Issues__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: 700;
  color: #0A41C7;
  opacity: 0.5;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Issues .Issues__title-en {
    font-size: 16vw;
  }
}
.Issues .Issues__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #111827;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Issues .Issues__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.Issues .Issues__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.6rem, 1.25vw);
  list-style: none;
}
@media screen and (max-width:767px) {
  .Issues .Issues__list {
    gap: 4.8vw;
  }
}
.Issues .Issues__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.5rem, 1.0416666667vw);
}
@media screen and (max-width:767px) {
  .Issues .Issues__item {
    gap: 4vw;
  }
}
.Issues .Issues__item-icon {
  width: max(1rem, 2.0833333333vw);
  height: max(0.9rem, 1.875vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: max(0.1666666667rem, 0.3472222222vw);
  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;
}
.Issues .Issues__item-icon::after {
  content: "";
  display: block;
  width: 38%;
  height: 55%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-10%, -15%);
          transform: rotate(45deg) translate(-10%, -15%);
}
@media screen and (max-width:767px) {
  .Issues .Issues__item-icon {
    width: 8vw;
    height: 7.2vw;
  }
}
.Issues .Issues__item-text {
  font-size: max(0.6666666667rem, 1.3888888889vw);
  font-weight: 800;
  color: #1f2937;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.Issues .Issues__item-text span {
  color: #0A41C7;
  letter-spacing: 0;
}
@media screen and (max-width:767px) {
  .Issues .Issues__item-text {
    font-size: 5.0666666667vw;
  }
}
.Issues .Issues__visual {
  width: max(20.4rem, 42.5vw);
  height: max(13.1333333333rem, 27.3611111111vw);
  border-radius: max(0.5rem, 1.0416666667vw);
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .Issues .Issues__visual {
    width: 100%;
    height: 53.8666666667vw;
    border-radius: 3.2vw;
  }
}
.Issues .Issues__circle {
  position: absolute;
  border-radius: 50%;
  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;
}
.Issues .Issues__circle img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Issues .Issues__circle--top {
  width: max(6.4666666667rem, 13.4722222222vw);
  height: max(6.4666666667rem, 13.4722222222vw);
  left: 17.5%;
  top: -4.6%;
  background-color: #f0e4b2;
}
@media screen and (max-width:767px) {
  .Issues .Issues__circle--top {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5%;
  }
}
.Issues .Issues__circle--mid {
  width: max(7.7666666667rem, 16.1805555556vw);
  height: max(7.7666666667rem, 16.1805555556vw);
  left: -3.8%;
  top: 43.1%;
  background-color: #cde0f8;
}
@media screen and (max-width:767px) {
  .Issues .Issues__circle--mid {
    width: 40vw;
    height: 40vw;
    left: -3%;
    top: 40%;
  }
}
.Issues .Issues__circle--right {
  width: max(11.2rem, 23.3333333333vw);
  height: max(11.2rem, 23.3333333333vw);
  left: 46.6%;
  top: 18.3%;
  background-color: #cde0f8;
}
@media screen and (max-width:767px) {
  .Issues .Issues__circle--right {
    width: 48vw;
    height: 48vw;
    right: -5%;
    left: auto;
    top: 20%;
  }
}

.About {
  background-color: #fff;
  padding-block: max(2.8333333333rem, 5.9027777778vw);
}
@media screen and (max-width:767px) {
  .About {
    padding-block: 8vw;
  }
}
.About .About__inner {
  max-width: max(38.4rem, 80vw);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: max(3.3333333333rem, 6.9444444444vw);
  -webkit-padding-start: max(2.4666666667rem, 5.1388888889vw);
          padding-inline-start: max(2.4666666667rem, 5.1388888889vw);
}
@media screen and (max-width:767px) {
  .About .About__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 9.3333333333vw;
    padding-inline: 8vw;
  }
}
.About .About__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(16rem, 33.3333333333vw);
  height: max(13.1333333333rem, 27.3611111111vw);
  border-radius: max(0.5rem, 1.0416666667vw);
  position: relative;
}
@media screen and (max-width:767px) {
  .About .About__visual {
    width: 100%;
    height: 74.6666666667vw;
    border-radius: 3.2vw;
  }
}
.About .About__visual-circle {
  position: absolute;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(0.2rem, 0.4166666667vw);
}
.About .About__visual-circle img {
  width: 55%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .About .About__visual-circle {
    gap: 1.0666666667vw;
  }
}
.About .About__visual-circle--care {
  width: max(6.4666666667rem, 13.4722222222vw);
  height: max(6.4666666667rem, 13.4722222222vw);
  background-color: #f0e4b2;
  top: -4%;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .About .About__visual-circle--care {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    top: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.About .About__visual-circle--car {
  width: max(6.4666666667rem, 13.4722222222vw);
  height: max(6.4666666667rem, 13.4722222222vw);
  background-color: #cde0f8;
  bottom: 0;
  left: 4%;
}
@media screen and (max-width:767px) {
  .About .About__visual-circle--car {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    bottom: 0;
    left: 2%;
  }
}
.About .About__visual-circle--food {
  width: max(6.4666666667rem, 13.4722222222vw);
  height: max(6.4666666667rem, 13.4722222222vw);
  background-color: #cde0f8;
  bottom: 0;
  right: 4%;
}
@media screen and (max-width:767px) {
  .About .About__visual-circle--food {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    bottom: 0;
    right: 2%;
  }
}
.About .About__visual-label {
  font-size: max(0.4666666667rem, 0.9722222222vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .About .About__visual-label {
    font-size: 3.2vw;
  }
}
.About .About__body {
  -webkit-margin-before: max(1.1333333333rem, 2.3611111111vw);
          margin-block-start: max(1.1333333333rem, 2.3611111111vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.About .About__heading {
  -webkit-margin-after: max(0.8rem, 1.6666666667vw);
          margin-block-end: max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .About .About__heading {
    -webkit-margin-after: 4.5333333333vw;
            margin-block-end: 4.5333333333vw;
  }
}
.About .About__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: 700;
  color: #0A41C7;
  opacity: 0.5;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-margin-start: max(0.1333333333rem, 0.2777777778vw);
          margin-inline-start: max(0.1333333333rem, 0.2777777778vw);
}
@media screen and (max-width:767px) {
  .About .About__title-en {
    font-size: 16vw;
  }
}
.About .About__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #111827;
  letter-spacing: 0.03em;
  line-height: 1.5;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .About .About__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 4.5333333333vw;
            margin-block-start: 4.5333333333vw;
  }
}
.About .About__text {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: 500;
  color: #111827;
  line-height: 1.75;
  -webkit-margin-before: max(0.8rem, 1.6666666667vw);
          margin-block-start: max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .About .About__text {
    font-weight: 600;
    font-size: 4.2666666667vw;
    -webkit-margin-before: -0.5333333333vw;
            margin-block-start: -0.5333333333vw;
  }
}

.Reason {
  padding-block: max(0.7333333333rem, 1.5277777778vw) max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Reason {
    padding-block: 12.8vw 24vw;
  }
}
.Reason .Reason__inner {
  max-width: max(38.4rem, 80vw);
  margin-inline: auto;
  padding-inline: max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__inner {
    padding-inline: 8vw;
  }
}
.Reason .Reason__heading {
  text-align: center;
  -webkit-margin-after: max(1.1333333333rem, 2.3611111111vw);
          margin-block-end: max(1.1333333333rem, 2.3611111111vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__heading {
    -webkit-margin-after: 7.4666666667vw;
            margin-block-end: 7.4666666667vw;
  }
}
.Reason .Reason__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Reason .Reason__title-en {
    font-size: 16vw;
    text-align: left;
  }
}
.Reason .Reason__title-ja {
  display: block;
  font-size: max(1rem, 2.0833333333vw);
  font-weight: bold;
  letter-spacing: 0.067em;
  -webkit-margin-before: max(0.4rem, 0.8333333333vw);
          margin-block-start: max(0.4rem, 0.8333333333vw);
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .Reason .Reason__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 3.7333333333vw;
            margin-block-start: 3.7333333333vw;
    text-align: left;
  }
}
.Reason .Reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1.1rem, 2.2916666667vw);
  list-style: none;
}
@media screen and (max-width:767px) {
  .Reason .Reason__list {
    -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: 4vw;
  }
}
.Reason .Reason__item {
  background-color: #e9f4f7;
  border-radius: max(0.5rem, 1.0416666667vw);
  width: max(10.3666666667rem, 21.5972222222vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  height: max(11.4666666667rem, 23.8888888889vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__item {
    width: 82.9333333333vw;
    height: 91.7333333333vw;
    border-radius: 4vw;
    -webkit-padding-after: 6.4vw;
            padding-block-end: 6.4vw;
  }
}
.Reason .Reason__item:nth-child(1) .Reason__item-image {
  width: max(5.6rem, 11.6666666667vw);
  height: max(6.6666666667rem, 13.8888888889vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Reason .Reason__item:nth-child(1) .Reason__item-image {
    width: 44.8vw;
    height: 50.6666666667vw;
    -webkit-margin-start: 19.7333333333vw;
            margin-inline-start: 19.7333333333vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
  }
}
.Reason .Reason__item:nth-child(2) .Reason__item-image {
  width: max(8rem, 16.6666666667vw);
  margin-inline: auto;
  height: max(6.6rem, 13.75vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__item:nth-child(2) .Reason__item-image {
    width: 64vw;
    height: 52.8vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.Reason .Reason__item:nth-child(3) .Reason__item-image {
  width: max(5.2666666667rem, 10.9722222222vw);
  margin-inline: auto;
  height: max(6.6666666667rem, 13.8888888889vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__item:nth-child(3) .Reason__item-image {
    width: 42.1333333333vw;
    height: 53.3333333333vw;
  }
}
.Reason .Reason__item-image {
  height: max(6.6666666667rem, 13.8888888889vw);
  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;
}
.Reason .Reason__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .Reason .Reason__item-image {
    height: 53.3333333333vw;
  }
}
.Reason .Reason__item-title {
  font-size: max(0.7rem, 1.4583333333vw);
  font-weight: bold;
  color: #0A41C7;
  text-align: center;
  padding-inline: max(0.6666666667rem, 1.3888888889vw);
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .Reason .Reason__item-title {
    font-size: 5.6vw;
    padding-inline: 5.3333333333vw;
  }
}
.Reason .Reason__item-text {
  font-size: max(0.5rem, 1.0416666667vw);
  line-height: 1.75;
  text-align: left;
  padding-inline: max(0.8333333333rem, 1.7361111111vw);
  -webkit-margin-before: max(0.2rem, 0.4166666667vw);
          margin-block-start: max(0.2rem, 0.4166666667vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__item-text {
    font-size: 4vw;
    padding-inline: 6.4vw;
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.Reason .Reason__movie {
  -webkit-margin-before: max(2.7333333333rem, 5.6944444444vw);
          margin-block-start: max(2.7333333333rem, 5.6944444444vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__movie {
    -webkit-margin-before: 16.5333333333vw;
            margin-block-start: 16.5333333333vw;
  }
}
.Reason .Reason__movie-head {
  width: max(10.1333333333rem, 21.1111111111vw);
  height: max(1.8666666667rem, 3.8888888889vw);
  color: #0A41C7;
  font-size: max(0.7rem, 1.4583333333vw);
  font-weight: 700;
  margin-inline: auto;
  border-radius: 100vh;
  border: max(0.0333333333rem, 0.0694444444vw) solid #0A41C7;
  display: grid;
  place-items: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .Reason .Reason__movie-head {
    width: 100%;
    max-width: 81.0666666667vw;
    height: 14.9333333333vw;
    font-size: 5.6vw;
    border: 0.2666666667vw solid #0A41C7;
    -webkit-padding-before: 0.5333333333vw;
            padding-block-start: 0.5333333333vw;
  }
}
.Reason .Reason__movie-body {
  width: 100%;
  max-width: max(18.2666666667rem, 38.0555555556vw);
  height: max(10.2666666667rem, 21.3888888889vw);
  margin-inline: auto;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
}
.Reason .Reason__movie-body iframe {
  width: 100%;
  height: 100%;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
}
@media screen and (max-width:767px) {
  .Reason .Reason__movie-body {
    max-width: 100%;
    height: 47.4666666667vw;
    -webkit-margin-before: 6.9333333333vw;
            margin-block-start: 6.9333333333vw;
  }
  .Reason .Reason__movie-body iframe {
    border-radius: 1.3333333333vw;
  }
}

.Reason.Second {
  position: relative;
  overflow: hidden;
  padding-block: max(3.5666666667rem, 7.4305555556vw) max(0.7333333333rem, 1.5277777778vw);
}
@media screen and (max-width:767px) {
  .Reason.Second {
    padding-block: 29.3333333333vw 8vw;
  }
}
.Reason.Second::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/page-jinzai/reason/bg_reason.webp");
  background-size: cover;
  background-position: center 0px;
  z-index: 0;
}
.Reason.Second .Reason__inner {
  position: relative;
  z-index: 2;
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__inner {
    padding-inline: 8vw;
  }
}
.Reason.Second .Reason__heading {
  text-align: center;
  -webkit-margin-after: max(1.5333333333rem, 3.1944444444vw);
          margin-block-end: max(1.5333333333rem, 3.1944444444vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__heading {
    -webkit-margin-after: 12.2666666667vw;
            margin-block-end: 12.2666666667vw;
  }
}
.Reason.Second .Reason__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__title-en {
    font-size: 16vw;
    text-align: center;
  }
}
.Reason.Second .Reason__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(1rem, 2.0833333333vw);
          margin-block-start: max(1rem, 2.0833333333vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__title-ja {
    text-align: center;
    font-size: 8vw;
    -webkit-margin-before: 9.0666666667vw;
            margin-block-start: 9.0666666667vw;
  }
}
.Reason.Second .Reason__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  color: #fff;
  line-height: 1.75;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    text-align: center;
  }
}
.Reason.Second .Reason__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: max(1.0666666667rem, 2.2222222222vw);
  width: 100%;
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
}
.Reason.Second .Reason__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(14.6333333333rem, 30.4861111111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__left {
    width: 100%;
    gap: 4.8vw;
  }
}
.Reason.Second .Reason__features {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #0A41C7;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  padding: max(0.5666666667rem, 1.1805555556vw);
  -webkit-padding-after: max(0.5333333333rem, 1.1111111111vw);
          padding-block-end: max(0.5333333333rem, 1.1111111111vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__features {
    padding: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.Reason.Second .Reason__feature-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.4666666667rem, 0.9722222222vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__feature-list {
    gap: 2.6666666667vw;
  }
}
.Reason.Second .Reason__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.5333333333rem, 1.1111111111vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__feature-item {
    gap: 3.2vw;
  }
}
.Reason.Second .Reason__feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(1.6rem, 3.3333333333vw);
  height: max(1.6rem, 3.3333333333vw);
  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;
}
.Reason.Second .Reason__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__feature-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.Reason.Second .Reason__feature-text {
  font-size: max(0.6rem, 1.25vw);
  font-weight: bold;
  color: #374151;
  line-height: 1.4;
}
.Reason.Second .Reason__feature-text span {
  color: #0A41C7;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__feature-text {
    font-size: 4.2666666667vw;
  }
}
.Reason.Second .Reason__stats {
  background-color: #efecdb;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  padding: max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.Reason.Second .Reason__stats-text {
  font-size: max(0.4666666667rem, 0.9722222222vw);
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
  -webkit-margin-after: max(0.5333333333rem, 1.1111111111vw);
          margin-block-end: max(0.5333333333rem, 1.1111111111vw);
}
.Reason.Second .Reason__stats-text strong {
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats-text {
    font-size: 3.7333333333vw;
    -webkit-margin-after: 4.2666666667vw;
            margin-block-end: 4.2666666667vw;
  }
}
.Reason.Second .Reason__stats-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(0.3333333333rem, 0.6944444444vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats-list {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Reason.Second .Reason__stats-item {
  background-color: #0A41C7;
  border-radius: max(0.2333333333rem, 0.4861111111vw);
  padding-block: max(0.4333333333rem, 0.9027777778vw);
  width: max(4rem, 8.3333333333vw);
  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;
  gap: max(0.0666666667rem, 0.1388888889vw);
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats-item {
    border-radius: 1.8666666667vw;
    padding-block: 1.6vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6666666667vw;
  }
}
.Reason.Second .Reason__stats-value {
  font-size: max(0.6rem, 1.25vw);
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats-value {
    font-size: 4.5333333333vw;
  }
}
.Reason.Second .Reason__stats-label {
  font-size: max(0.3333333333rem, 0.6944444444vw);
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__stats-label {
    font-size: 2.4vw;
  }
}
.Reason.Second .Reason__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: max(0.5rem, 1.0416666667vw);
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.Reason.Second .Reason__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__photo {
    width: 100%;
    height: 69.3333333333vw;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.Reason.Second .Reason__watermark {
  position: relative;
  z-index: 1;
  -webkit-margin-before: clamp(-1.25rem, -1.3888888889vw, -0.5rem);
          margin-block-start: clamp(-1.25rem, -1.3888888889vw, -0.5rem);
  display: block;
  width: 100%;
  max-width: max(46.6666666667rem, 97.2222222222vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Reason.Second .Reason__watermark {
    font-size: 16vw;
    width: 88vw;
    -webkit-padding-start: 1.6vw;
            padding-inline-start: 1.6vw;
    -webkit-margin-before: -28vw;
            margin-block-start: -28vw;
    margin-inline: 0;
  }
}

.Service {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
  -webkit-padding-before: max(5.3333333333rem, 11.1111111111vw);
          padding-block-start: max(5.3333333333rem, 11.1111111111vw);
}
@media screen and (max-width:767px) {
  .Service {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-before: 6.6666666667vw;
            padding-block-start: 6.6666666667vw;
  }
}
.Service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: max(8.1333333333rem, 16.9444444444vw);
  background-image: url("../img/page-jinzai/service/service-deco.webp");
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width:767px) {
  .Service::before {
    height: 32vw;
    background-image: url("../img/page-jinzai/service/service-deco_sp.webp");
  }
}
.Service .Service__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width:767px) {
  .Service .Service__inner {
    padding-block: 21.3333333333vw 0;
  }
}
.Service .Service__heading {
  text-align: center;
}
@media screen and (max-width:767px) {
  .Service .Service__heading {
    background: #F6F6F6;
  }
}
.Service .Service__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: 700;
  color: #0A41C7;
  opacity: 0.5;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Service .Service__title-en {
    font-size: 16vw;
  }
}
.Service .Service__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.75;
  -webkit-margin-before: max(0.5rem, 1.0416666667vw);
          margin-block-start: max(0.5rem, 1.0416666667vw);
}
@media screen and (max-width:767px) {
  .Service .Service__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 6.4vw;
            margin-block-start: 6.4vw;
    padding-inline: 8vw;
  }
}
.Service .Service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(2rem, 4.1666666667vw);
  list-style: none;
  background-color: #F6F6F6;
  -webkit-margin-before: clamp(-1.875rem, -2.0833333333vw, -0.75rem);
          margin-block-start: clamp(-1.875rem, -2.0833333333vw, -0.75rem);
  -webkit-padding-before: max(3.1333333333rem, 6.5277777778vw);
          padding-block-start: max(3.1333333333rem, 6.5277777778vw);
  -webkit-padding-after: max(3.3333333333rem, 6.9444444444vw);
          padding-block-end: max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Service .Service__list {
    gap: 18.6666666667vw;
    padding-inline: 0;
    -webkit-padding-before: 10.6666666667vw;
            padding-block-start: 10.6666666667vw;
    -webkit-padding-after: 19.2vw;
            padding-block-end: 19.2vw;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.Service .Service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .Service .Service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.Service .Service__item:nth-child(2) .Service__item-body {
  -webkit-margin-before: max(3.2666666667rem, 6.8055555556vw);
          margin-block-start: max(3.2666666667rem, 6.8055555556vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item:nth-child(2) .Service__item-body {
    -webkit-margin-before: 7.4666666667vw;
            margin-block-start: 7.4666666667vw;
  }
}
.Service .Service__item:nth-child(3) .Service__item-body {
  -webkit-margin-before: max(3.2666666667rem, 6.8055555556vw);
          margin-block-start: max(3.2666666667rem, 6.8055555556vw);
  -webkit-margin-start: max(0.1666666667rem, 0.3472222222vw);
          margin-inline-start: max(0.1666666667rem, 0.3472222222vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item:nth-child(3) .Service__item-body {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.Service .Service__item--training {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .Service .Service__item--training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .Service .Service__item--training .Service__item-card {
    border-radius: 16vw 0 0 16vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.Service .Service__item-card {
  width: max(24rem, 50vw);
  height: max(12.3333333333rem, 25.6944444444vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.Service .Service__item-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .Service .Service__item-card {
    width: 100%;
    height: 51.4666666667vw;
    border-radius: 0 16vw 16vw 0;
  }
}
.Service .Service__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: max(2.9333333333rem, 6.1111111111vw) max(0.8rem, 1.6666666667vw);
  text-align: left;
  -webkit-margin-before: max(3.5333333333rem, 7.3611111111vw);
          margin-block-start: max(3.5333333333rem, 7.3611111111vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item-body {
    padding-inline: 8vw;
    -webkit-margin-before: 6.9333333333vw;
            margin-block-start: 6.9333333333vw;
  }
}
.Service .Service__item--training .Service__item-body {
  padding-inline: max(7rem, 14.5833333333vw) max(2.9333333333rem, 6.1111111111vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item--training .Service__item-body {
    padding-inline: 8vw;
  }
}
.Service .Service__item-en {
  display: block;
  font-size: max(0.8333333333rem, 1.7361111111vw);
  font-weight: 900;
  color: #0A41C7;
  opacity: 0.5;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Service .Service__item-en {
    font-size: 6.6666666667vw;
  }
}
.Service .Service__item-title {
  font-size: max(1.0666666667rem, 2.2222222222vw);
  font-weight: 900;
  color: #111827;
  line-height: 1.2;
  -webkit-margin-before: max(0.4rem, 0.8333333333vw);
          margin-block-start: max(0.4rem, 0.8333333333vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item-title {
    font-size: 8vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.Service .Service__item-text {
  width: 100%;
  max-width: max(14.1333333333rem, 29.4444444444vw);
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.75;
  color: #111827;
  -webkit-margin-before: max(0.5333333333rem, 1.1111111111vw);
          margin-block-start: max(0.5333333333rem, 1.1111111111vw);
}
@media screen and (max-width:767px) {
  .Service .Service__item-text {
    max-width: 100%;
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}

.Flow {
  padding-block: max(3.3333333333rem, 6.9444444444vw) max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Flow {
    padding-block: 19.7333333333vw 22.9333333333vw;
  }
}
.Flow .Flow__inner {
  max-width: max(40rem, 83.3333333333vw);
  margin-inline: auto;
  padding-inline: max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Flow .Flow__inner {
    padding-inline: 6.4vw;
  }
}
.Flow .Flow__heading {
  text-align: center;
  -webkit-margin-after: max(2.0666666667rem, 4.3055555556vw);
          margin-block-end: max(2.0666666667rem, 4.3055555556vw);
}
@media screen and (max-width:767px) {
  .Flow .Flow__heading {
    -webkit-margin-after: 8.5333333333vw;
            margin-block-end: 8.5333333333vw;
  }
}
.Flow .Flow__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Flow .Flow__title-en {
    font-size: 16vw;
  }
}
.Flow .Flow__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8666666667rem, 1.8055555556vw);
          margin-block-start: max(0.8666666667rem, 1.8055555556vw);
}
@media screen and (max-width:767px) {
  .Flow .Flow__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
.Flow .Flow__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.75;
  -webkit-margin-before: max(0.6rem, 1.25vw);
          margin-block-start: max(0.6rem, 1.25vw);
}
@media screen and (max-width:767px) {
  .Flow .Flow__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.Flow .Flow__list {
  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;
  list-style: none;
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Flow .Flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.4666666667vw;
  }
}
.Flow .Flow__item {
  background-color: #efecdb;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  width: max(6rem, 12.5vw);
  min-height: max(7.7666666667rem, 16.1805555556vw);
  padding: max(0.6666666667rem, 1.3888888889vw) max(0.5rem, 1.0416666667vw);
  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;
  gap: max(0.4666666667rem, 0.9722222222vw);
  position: relative;
  height: max(7.8rem, 16.25vw);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Flow .Flow__item:nth-child(3) .Flow__item-title {
  -webkit-margin-before: max(0.4666666667rem, 0.9722222222vw);
          margin-block-start: max(0.4666666667rem, 0.9722222222vw);
}
.Flow .Flow__item:nth-child(3) .Flow__item-text {
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
.Flow .Flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: max(0.5333333333rem, 1.1111111111vw) solid transparent;
  border-bottom: max(0.5333333333rem, 1.1111111111vw) solid transparent;
  border-left: max(0.5666666667rem, 1.1805555556vw) solid #0A41C7;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .Flow .Flow__item {
    width: 66.6666666667vw;
    height: 46.9333333333vw;
    min-height: auto;
    border-radius: 2.6666666667vw;
    padding: 4.5333333333vw 4vw;
    gap: 4.2666666667vw;
  }
  .Flow .Flow__item:not(:last-child)::after {
    right: auto;
    left: 50%;
    bottom: -5.3333333333vw;
    top: 110%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 4.2666666667vw solid #0A41C7;
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
  }
}
.Flow .Flow__item-number {
  width: max(1.5rem, 3.125vw);
  height: max(1.5rem, 3.125vw);
  background-color: #0A41C7;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: max(0.8rem, 1.6666666667vw);
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .Flow .Flow__item-number {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    font-size: 6.4vw;
  }
}
.Flow .Flow__item-title {
  font-size: max(0.6666666667rem, 1.3888888889vw);
  font-weight: bold;
  color: #0A41C7;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .Flow .Flow__item-title {
    font-size: 5.3333333333vw;
  }
}
.Flow .Flow__item-title span {
  display: none;
}
@media screen and (max-width:767px) {
  .Flow .Flow__item-title span {
    display: inline;
  }
}
.Flow .Flow__item-text {
  font-size: max(0.5rem, 1.0416666667vw);
  line-height: 1.53;
  text-align: center;
  color: #1c1c1c;
  -webkit-margin-before: auto;
          margin-block-start: auto;
  text-align: left;
  -webkit-margin-before: clamp(-0.1875rem, -0.2083333333vw, -0.075rem);
          margin-block-start: clamp(-0.1875rem, -0.2083333333vw, -0.075rem);
}
@media screen and (max-width:767px) {
  .Flow .Flow__item-text {
    font-size: 4vw;
  }
}

.Achieve {
  background-color: #0A41C7;
  padding-block: max(3.7333333333rem, 7.7777777778vw) max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Achieve {
    padding-block: 29.8666666667vw 18.1333333333vw;
  }
}
.Achieve .Achieve__inner {
  max-width: max(40rem, 83.3333333333vw);
  margin-inline: auto;
  padding-inline: max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__inner {
    padding-inline: 6.4vw;
  }
}
.Achieve .Achieve__heading {
  text-align: center;
  -webkit-margin-after: max(2.3333333333rem, 4.8611111111vw);
          margin-block-end: max(2.3333333333rem, 4.8611111111vw);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__heading {
    -webkit-margin-after: 4.8vw;
            margin-block-end: 4.8vw;
  }
}
.Achieve .Achieve__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__title-en {
    font-size: 17.8666666667vw;
  }
}
.Achieve .Achieve__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 6.9333333333vw;
            margin-block-start: 6.9333333333vw;
  }
}
.Achieve .Achieve__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  color: #fff;
  line-height: 1.6;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.8666666667vw;
            margin-block-start: 5.8666666667vw;
  }
}
.Achieve .Achieve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: max(2.6666666667rem, 5.5555555556vw);
  list-style: none;
  max-width: max(31rem, 64.5833333333vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.Achieve .Achieve__item {
  text-align: center;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item {
    padding-block: 6.4vw;
  }
}
.Achieve .Achieve__item:nth-child(2) {
  -webkit-margin-start: max(0.6666666667rem, 1.3888888889vw);
          margin-inline-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item:nth-child(2) {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}
.Achieve .Achieve__item:nth-child(3) {
  -webkit-margin-start: max(0.4666666667rem, 0.9722222222vw);
          margin-inline-start: max(0.4666666667rem, 0.9722222222vw);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item:nth-child(3) {
    -webkit-margin-start: 3.2vw;
            margin-inline-start: 3.2vw;
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}
.Achieve .Achieve__item:nth-child(4) {
  -webkit-margin-start: clamp(-0.3125rem, -0.3472222222vw, -0.125rem);
          margin-inline-start: clamp(-0.3125rem, -0.3472222222vw, -0.125rem);
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item:nth-child(4) {
    -webkit-margin-start: 3.2vw;
            margin-inline-start: 3.2vw;
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
.Achieve .Achieve__item-number {
  font-size: max(1.8666666667rem, 3.8888888889vw);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item-number {
    font-size: 14.9333333333vw;
  }
}
.Achieve .Achieve__item-number span {
  -webkit-margin-before: clamp(-0.625rem, -0.6944444444vw, -0.25rem);
          margin-block-start: clamp(-0.625rem, -0.6944444444vw, -0.25rem);
}
.Achieve .Achieve__item-title {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: bold;
  color: #fff;
  -webkit-margin-before: max(0.3rem, 0.625vw);
          margin-block-start: max(0.3rem, 0.625vw);
  line-height: 1.43;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item-title {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.Achieve .Achieve__item-text {
  font-size: max(0.4666666667rem, 0.9722222222vw);
  color: #fff;
  -webkit-margin-before: max(0.1666666667rem, 0.3472222222vw);
          margin-block-start: max(0.1666666667rem, 0.3472222222vw);
  line-height: 1.33;
}
@media screen and (max-width:767px) {
  .Achieve .Achieve__item-text {
    font-size: 3.7333333333vw;
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}

.Category {
  background-color: #efecdb;
  padding-block: max(3.7333333333rem, 7.7777777778vw) max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Category {
    padding-block: 30.4vw 22.4vw;
  }
}
.Category .Category__inner {
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Category .Category__inner {
    padding-inline: 0;
  }
}
.Category .Category__heading {
  text-align: center;
  -webkit-margin-after: max(2rem, 4.1666666667vw);
          margin-block-end: max(2rem, 4.1666666667vw);
}
@media screen and (max-width:767px) {
  .Category .Category__heading {
    -webkit-margin-after: 8vw;
            margin-block-end: 8vw;
  }
}
.Category .Category__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Category .Category__title-en {
    font-size: 16vw;
  }
}
.Category .Category__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #0A41C7;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Category .Category__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
.Category .Category__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.75;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Category .Category__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    padding-inline: 3.7333333333vw;
  }
}
.Category .Category__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: max(1.0666666667rem, 2.2222222222vw);
}
@media screen and (max-width:767px) {
  .Category .Category__cards {
    gap: 9.0666666667vw;
    width: 100%;
    padding-inline: 8vw;
    margin-inline: auto;
  }
}
.Category .Category__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1rem, 2.0833333333vw);
}
@media screen and (max-width:767px) {
  .Category .Category__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.0666666667vw;
  }
}
.Category .Category__row .Category__card:first-child {
  width: 100%;
  max-width: max(20.3333333333rem, 42.3611111111vw);
}
.Category .Category__row .Category__card:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .Category .Category__row .Category__card:last-child .Category__card-body {
    -webkit-padding-end: 2.6666666667vw;
            padding-inline-end: 2.6666666667vw;
    -webkit-padding-after: 13.3333333333vw;
            padding-block-end: 13.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .Category .Category__row .Category__group:nth-child(2) {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .Category .Category__row .Category__group:nth-child(3) {
    -webkit-margin-before: 14.4vw;
            margin-block-start: 14.4vw;
  }
}
.Category .Category__card {
  background-color: #fff;
  border-radius: max(0.5rem, 1.0416666667vw);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .Category .Category__card {
    border-radius: 4vw;
  }
}
.Category .Category__card-header {
  background-color: #0A41C7;
  padding: max(0.3333333333rem, 0.6944444444vw) max(0.6666666667rem, 1.3888888889vw);
  height: max(2rem, 4.1666666667vw);
  -webkit-padding-before: max(0.6666666667rem, 1.3888888889vw);
          padding-block-start: max(0.6666666667rem, 1.3888888889vw);
  -webkit-padding-start: max(0.8666666667rem, 1.8055555556vw);
          padding-inline-start: max(0.8666666667rem, 1.8055555556vw);
}
@media screen and (max-width:767px) {
  .Category .Category__card-header {
    padding: 5.3333333333vw 6.4vw;
    height: 16vw;
  }
}
.Category .Category__card-title {
  font-size: max(0.6rem, 1.25vw);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width:767px) {
  .Category .Category__card-title {
    font-size: 4.8vw;
  }
}
.Category .Category__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1.8333333333rem, 3.8194444444vw);
  padding: max(0.9333333333rem, 1.9444444444vw) max(1.0666666667rem, 2.2222222222vw);
  -webkit-padding-before: max(0.8rem, 1.6666666667vw);
          padding-block-start: max(0.8rem, 1.6666666667vw);
  padding-inline: max(0.8666666667rem, 1.8055555556vw);
}
@media screen and (max-width:767px) {
  .Category .Category__card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
    padding: 6.9333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (max-width:767px) {
  .Category .Category__card.top .Category__group:nth-child(2) {
    -webkit-margin-before: 15.4666666667vw;
            margin-block-start: 15.4666666667vw;
  }
}
@media screen and (max-width:767px) {
  .Category .Category__card.top .Category__group:nth-child(3) {
    -webkit-margin-before: 6.4vw;
            margin-block-start: 6.4vw;
  }
}
.Category .Category__card.top .Category__group:nth-child(4) {
  -webkit-margin-start: max(0.3333333333rem, 0.6944444444vw);
          margin-inline-start: max(0.3333333333rem, 0.6944444444vw);
}
@media screen and (max-width:767px) {
  .Category .Category__card.top .Category__group:nth-child(4) {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
.Category .Category__card.top .Category__group:nth-child(5) {
  -webkit-margin-start: max(0.3333333333rem, 0.6944444444vw);
          margin-inline-start: max(0.3333333333rem, 0.6944444444vw);
}
@media screen and (max-width:767px) {
  .Category .Category__card.top .Category__group:nth-child(5) {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 7.4666666667vw;
            margin-block-start: 7.4666666667vw;
  }
}
.Category .Category__group-title {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: bold;
  color: #0A41C7;
  -webkit-margin-after: max(0.3333333333rem, 0.6944444444vw);
          margin-block-end: max(0.3333333333rem, 0.6944444444vw);
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .Category .Category__group-title {
    font-size: 4.2666666667vw;
    -webkit-margin-after: 2.1333333333vw;
            margin-block-end: 2.1333333333vw;
  }
}
.Category .Category__group-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.1333333333rem, 0.2777777778vw);
}
@media screen and (max-width:767px) {
  .Category .Category__group-list {
    gap: 1.0666666667vw;
  }
}
.Category .Category__group-item {
  font-size: max(0.5rem, 1.0416666667vw);
  line-height: 1.6;
  -webkit-padding-start: max(0.4666666667rem, 0.9722222222vw);
          padding-inline-start: max(0.4666666667rem, 0.9722222222vw);
  position: relative;
}
.Category .Category__group-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -16%;
  color: #0A41C7;
  font-size: max(0.6rem, 1.25vw);
}
@media screen and (max-width:767px) {
  .Category .Category__group-item::before {
    top: -15%;
    font-size: 4.2666666667vw;
    left: -1%;
  }
}
.Category .Category__group-item:has(.Category__group-sub)::before {
  top: -10%;
}
@media screen and (max-width:767px) {
  .Category .Category__group-item {
    font-size: 4vw;
    -webkit-padding-start: 3.7333333333vw;
            padding-inline-start: 3.7333333333vw;
  }
}
.Category .Category__group-sub {
  display: block;
  font-size: max(0.5rem, 1.0416666667vw);
  color: #555;
  -webkit-padding-start: max(0.1333333333rem, 0.2777777778vw);
          padding-inline-start: max(0.1333333333rem, 0.2777777778vw);
}
@media screen and (max-width:767px) {
  .Category .Category__group-sub {
    font-size: 4vw;
  }
}
.Category .Category__group.Margin-left {
  -webkit-margin-start: clamp(-1.875rem, -2.0833333333vw, -0.75rem);
          margin-inline-start: clamp(-1.875rem, -2.0833333333vw, -0.75rem);
}
@media screen and (max-width:767px) {
  .Category .Category__group.Margin-left {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.Voice {
  background-color: #f6f6f6;
  padding-block: max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Voice {
    padding-block: 21.3333333333vw;
  }
}
.Voice .Voice__inner {
  max-width: max(39.4rem, 82.0833333333vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Voice .Voice__inner {
    padding-inline: 6.4vw;
  }
}
.Voice .Voice__heading {
  text-align: center;
  -webkit-margin-after: max(1.2rem, 2.5vw);
          margin-block-end: max(1.2rem, 2.5vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__heading {
    -webkit-margin-after: 9.6vw;
            margin-block-end: 9.6vw;
  }
}
.Voice .Voice__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Voice .Voice__title-en {
    font-size: 17.8666666667vw;
  }
}
.Voice .Voice__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #0A41C7;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Voice .Voice__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
  }
}
.Voice .Voice__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.6;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.Voice .Voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(0.8rem, 1.6666666667vw);
  list-style: none;
}
@media screen and (max-width:767px) {
  .Voice .Voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    padding-inline: 3.7333333333vw;
  }
}
.Voice .Voice__item {
  background-color: #fff;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: max(14.3333333333rem, 29.8611111111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__item {
    border-radius: 2.1333333333vw;
    padding: 0;
    height: 96.8vw;
  }
}
.Voice .Voice__item-image {
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  overflow: hidden;
  width: 100%;
  height: max(7.1666666667rem, 14.9305555556vw);
}
.Voice .Voice__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-image {
    width: calc(100% - 8.5333333333vw);
    height: 45.8666666667vw;
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.Voice .Voice__item-body {
  -webkit-margin-before: max(0.8666666667rem, 1.8055555556vw);
          margin-block-start: max(0.8666666667rem, 1.8055555556vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-body {
    padding: 2.6666666667vw 4.2666666667vw 4.2666666667vw;
    width: 100%;
    -webkit-margin-before: 1.6vw;
            margin-block-start: 1.6vw;
    -webkit-padding-after: 3.2vw;
            padding-block-end: 3.2vw;
  }
}
.Voice .Voice__item-meta {
  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;
  -webkit-margin-after: max(0.4333333333rem, 0.9027777778vw);
          margin-block-end: max(0.4333333333rem, 0.9027777778vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-meta {
    -webkit-margin-after: 3.2vw;
            margin-block-end: 3.2vw;
  }
}
.Voice .Voice__item-name {
  font-size: max(0.6666666667rem, 1.3888888889vw);
  font-weight: 900;
  color: #111827;
  line-height: 1.15;
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-name {
    font-size: 5.0666666667vw;
  }
}
.Voice .Voice__item-role {
  font-size: max(0.4rem, 0.8333333333vw);
  color: #9ca3af;
  line-height: 1.33;
  -webkit-margin-before: max(0.1rem, 0.2083333333vw);
          margin-block-start: max(0.1rem, 0.2083333333vw);
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-role {
    font-size: 3.4666666667vw;
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}
.Voice .Voice__item-tag {
  font-family: "Inter", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: max(2.8rem, 5.8333333333vw);
  height: max(0.9333333333rem, 1.9444444444vw);
  background-color: #0A41C7;
  color: #fff;
  font-size: max(0.4666666667rem, 0.9722222222vw);
  font-weight: bold;
  line-height: 1.33;
  padding: max(0.1666666667rem, 0.3472222222vw) max(0.4666666667rem, 0.9722222222vw);
  border-radius: 999px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-tag {
    font-size: 4.1333333333vw;
    padding: 1.0666666667vw 3.2vw;
    width: 23.4666666667vw;
    height: 8vw;
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.Voice .Voice__item-text {
  font-size: max(0.5rem, 1.0416666667vw);
  color: #4b5563;
  line-height: 1.53;
}
@media screen and (max-width:767px) {
  .Voice .Voice__item-text {
    font-size: 4vw;
  }
}

.Price {
  padding-block: max(3.3333333333rem, 6.9444444444vw) max(3.6rem, 7.5vw);
}
@media screen and (max-width:767px) {
  .Price {
    padding-block: 21.3333333333vw 20.8vw;
  }
}
.Price .Price__inner {
  max-width: max(40rem, 83.3333333333vw);
  margin-inline: auto;
  padding-inline: max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Price .Price__inner {
    padding-inline: 8vw;
  }
}
.Price .Price__heading {
  text-align: center;
  -webkit-margin-after: max(1.2rem, 2.5vw);
          margin-block-end: max(1.2rem, 2.5vw);
}
@media screen and (max-width:767px) {
  .Price .Price__heading {
    -webkit-margin-after: 5.3333333333vw;
            margin-block-end: 5.3333333333vw;
  }
}
.Price .Price__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Price .Price__title-en {
    font-size: 17.8666666667vw;
  }
}
.Price .Price__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #0A41C7;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Price .Price__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
  }
}
.Price .Price__lead {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.6;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Price .Price__lead {
    font-size: 4.2666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.Price .Price__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #0A41C7;
  border-radius: max(0.5rem, 1.0416666667vw);
  background-color: #f9fafb;
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .Price .Price__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4vw;
  }
}
.Price .Price__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid #0A41C7;
  position: relative;
  -webkit-padding-before: max(1.3333333333rem, 2.7777777778vw);
          padding-block-start: max(1.3333333333rem, 2.7777777778vw);
  -webkit-padding-end: max(0.7333333333rem, 1.5277777778vw);
          padding-inline-end: max(0.7333333333rem, 1.5277777778vw);
  -webkit-padding-after: max(0.6666666667rem, 1.3888888889vw);
          padding-block-end: max(0.6666666667rem, 1.3888888889vw);
  -webkit-padding-start: max(1.1333333333rem, 2.3611111111vw);
          padding-inline-start: max(1.1333333333rem, 2.3611111111vw);
}
.Price .Price__col:first-child {
  -webkit-padding-end: max(0.7rem, 1.4583333333vw);
          padding-inline-end: max(0.7rem, 1.4583333333vw);
}
@media screen and (max-width:767px) {
  .Price .Price__col:first-child {
    -webkit-padding-end: 1.6vw;
            padding-inline-end: 1.6vw;
  }
}
.Price .Price__col:last-child {
  border-right: none;
}
@media screen and (max-width:767px) {
  .Price .Price__col:last-child {
    -webkit-padding-after: 8vw;
            padding-block-end: 8vw;
  }
}
.Price .Price__col:last-child .Price__col-title {
  -webkit-margin-after: max(1rem, 2.0833333333vw);
          margin-block-end: max(1rem, 2.0833333333vw);
}
@media screen and (max-width:767px) {
  .Price .Price__col {
    border-right: none;
    border-bottom: 2px solid #0A41C7;
    padding: 8vw;
    -webkit-padding-after: 13.3333333333vw;
            padding-block-end: 13.3333333333vw;
  }
  .Price .Price__col:last-child {
    border-bottom: none;
  }
}
.Price .Price__badge {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: max(4.2666666667rem, 8.8888888889vw);
  height: max(1.2rem, 2.5vw);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0A41C7;
  color: #fff;
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 0 0 0 max(0.6rem, 1.25vw);
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .Price .Price__badge {
    font-size: 4.4vw;
    height: 8.8vw;
    max-width: 29.3333333333vw;
    padding: 0;
    border-radius: 0 0 0 4.2666666667vw;
    right: 0;
  }
}
.Price .Price__col-title {
  font-size: max(0.6666666667rem, 1.3888888889vw);
  font-weight: 900;
  color: #111827;
  line-height: 1.4;
  -webkit-margin-after: max(0.5333333333rem, 1.1111111111vw);
          margin-block-end: max(0.5333333333rem, 1.1111111111vw);
}
@media screen and (max-width:767px) {
  .Price .Price__col-title {
    font-size: 5.3333333333vw;
    -webkit-margin-after: 4.2666666667vw;
            margin-block-end: 4.2666666667vw;
  }
}
.Price .Price__col-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: max(0.1333333333rem, 0.2777777778vw);
  -webkit-margin-after: max(0.5333333333rem, 1.1111111111vw);
          margin-block-end: max(0.5333333333rem, 1.1111111111vw);
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .Price .Price__col-price {
    -webkit-margin-after: 4.8vw;
            margin-block-end: 4.8vw;
    gap: 0;
  }
}
.Price .Price__price-large {
  font-size: max(1.6rem, 3.3333333333vw);
  font-weight: 900;
  color: #0A41C7;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width:767px) {
  .Price .Price__price-large {
    font-size: 12.8vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:767px) {
  .Price .Price__price-large.Margin__left {
    -webkit-margin-start: 2.6666666667vw;
            margin-inline-start: 2.6666666667vw;
  }
}
.Price .Price__price-medium {
  font-size: max(0.8rem, 1.6666666667vw);
  font-weight: 900;
  color: #0A41C7;
  line-height: 1;
  -webkit-padding-after: max(0.0666666667rem, 0.1388888889vw);
          padding-block-end: max(0.0666666667rem, 0.1388888889vw);
}
@media screen and (max-width:767px) {
  .Price .Price__price-medium {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    -webkit-margin-after: 1.0666666667vw;
            margin-block-end: 1.0666666667vw;
    -webkit-margin-start: -1.3333333333vw;
            margin-inline-start: -1.3333333333vw;
  }
}
.Price .Price__price-small {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: bold;
  color: #0A41C7;
  line-height: 1;
  -webkit-padding-after: max(0.1333333333rem, 0.2777777778vw);
          padding-block-end: max(0.1333333333rem, 0.2777777778vw);
}
@media screen and (max-width:767px) {
  .Price .Price__price-small {
    font-size: 3.7333333333vw;
    -webkit-margin-after: 1.6vw;
            margin-block-end: 1.6vw;
  }
}
.Price .Price__col-text {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width:767px) {
  .Price .Price__col-text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width:767px) {
  .Price .Price__col-text.Margin-top {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}

.Faq {
  background-color: #faf9f6;
  padding-block: max(3.7333333333rem, 7.7777777778vw) max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Faq {
    padding-block: 21.3333333333vw;
  }
}
.Faq .Faq__inner {
  max-width: max(34rem, 70.8333333333vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Faq .Faq__inner {
    padding-inline: 8vw;
  }
}
.Faq .Faq__heading {
  text-align: center;
  -webkit-margin-after: max(2.6666666667rem, 5.5555555556vw);
          margin-block-end: max(2.6666666667rem, 5.5555555556vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__heading {
    -webkit-margin-after: 16vw;
            margin-block-end: 16vw;
  }
}
.Faq .Faq__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Faq .Faq__title-en {
    font-size: 16vw;
  }
}
.Faq .Faq__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #0A41C7;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.9333333333rem, 1.9444444444vw);
          margin-block-start: max(0.9333333333rem, 1.9444444444vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 7.4666666667vw;
            margin-block-start: 7.4666666667vw;
  }
}
.Faq .Faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.5333333333rem, 1.1111111111vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__list {
    gap: 8vw;
  }
}
.Faq .Faq__item {
  background-color: #efecdb;
  border-radius: max(0.3333333333rem, 0.6944444444vw);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .Faq .Faq__item {
    border-radius: 2.6666666667vw;
  }
}
.Faq .Faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.7333333333rem, 1.5277777778vw);
  padding: max(0.6666666667rem, 1.3888888889vw) max(0.6666666667rem, 1.3888888889vw);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-padding-after: max(0.6rem, 1.25vw);
          padding-block-end: max(0.6rem, 1.25vw);
  -webkit-padding-before: max(0.7333333333rem, 1.5277777778vw);
          padding-block-start: max(0.7333333333rem, 1.5277777778vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__question {
    gap: 3.2vw;
    padding: 8.5333333333vw 5.3333333333vw;
    gap: 0;
    -webkit-padding-after: 5.3333333333vw;
            padding-block-end: 5.3333333333vw;
  }
}
.Faq .Faq__icon {
  width: max(1.3333333333rem, 2.7777777778vw);
  height: max(1.3333333333rem, 2.7777777778vw);
  border-radius: 50%;
  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;
  font-size: max(0.8666666667rem, 1.8055555556vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .Faq .Faq__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.Faq .Faq__icon--q {
  background-color: #0A41C7;
  color: #fff;
}
.Faq .Faq__icon--a {
  background-color: #fff;
  border: max(0.0666666667rem, 0.1388888889vw) solid #0A41C7;
  color: #0A41C7;
}
@media screen and (max-width:767px) {
  .Faq .Faq__icon--a {
    border: 0.5333333333vw solid #0A41C7;
  }
}
.Faq .Faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(0.6666666667rem, 1.3888888889vw);
  font-weight: bold;
  color: #0A41C7;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .Faq .Faq__question-text {
    font-size: 4.8vw;
    -webkit-margin-start: 5.3333333333vw;
            margin-inline-start: 5.3333333333vw;
    line-height: 1.2777777778;
  }
}
.Faq .Faq__arrow {
  width: max(0.8rem, 1.6666666667vw);
  height: max(0.8rem, 1.6666666667vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Faq .Faq__arrow::before, .Faq .Faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: max(0.6rem, 1.25vw);
  height: max(0.0666666667rem, 0.1388888889vw);
  background-color: #0A41C7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:767px) {
  .Faq .Faq__arrow::before, .Faq .Faq__arrow::after {
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}
.Faq .Faq__arrow::before {
  right: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width:767px) {
  .Faq .Faq__arrow::before {
    right: 47%;
  }
}
.Faq .Faq__arrow::after {
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width:767px) {
  .Faq .Faq__arrow {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    -webkit-margin-before: 6.9333333333vw;
            margin-block-start: 6.9333333333vw;
  }
}
.Faq .Faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.Faq .Faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: max(0.6666666667rem, 1.3888888889vw);
  padding: max(0.6666666667rem, 1.3888888889vw);
  border-top: 1px solid rgba(10, 65, 199, 0.2);
  -webkit-padding-before: max(0.4rem, 0.8333333333vw);
          padding-block-start: max(0.4rem, 0.8333333333vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__answer-inner {
    gap: 5.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    -webkit-padding-end: 10.6666666667vw;
            padding-inline-end: 10.6666666667vw;
    -webkit-padding-after: 7.2vw;
            padding-block-end: 7.2vw;
  }
}
.Faq .Faq__answer-text {
  font-size: max(0.5333333333rem, 1.1111111111vw);
  line-height: 1.75;
  color: #374151;
  -webkit-padding-before: max(0.2rem, 0.4166666667vw);
          padding-block-start: max(0.2rem, 0.4166666667vw);
}
@media screen and (max-width:767px) {
  .Faq .Faq__answer-text {
    font-size: 4.2666666667vw;
    -webkit-padding-before: 1.0666666667vw;
            padding-block-start: 1.0666666667vw;
    line-height: 1.6875;
  }
}
.Faq .Faq__item.is-open .Faq__arrow::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 10%;
}
.Faq .Faq__item.is-open .Faq__arrow::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  top: 10%;
}
.Faq .Faq__item.is-open .Faq__answer {
  max-height: 300px;
}

.Company {
  background-color: #f6f6f6;
  padding-block: max(3.1333333333rem, 6.5277777778vw) max(3.6rem, 7.5vw);
}
@media screen and (max-width:767px) {
  .Company {
    padding-block: 23.4666666667vw 21.8666666667vw;
  }
}
.Company .Company__inner {
  max-width: max(33.3333333333rem, 69.4444444444vw);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .Company .Company__inner {
    padding-inline: 8vw;
  }
}
.Company .Company__heading {
  text-align: center;
  -webkit-margin-after: max(1.8666666667rem, 3.8888888889vw);
          margin-block-end: max(1.8666666667rem, 3.8888888889vw);
}
@media screen and (max-width:767px) {
  .Company .Company__heading {
    -webkit-margin-after: 14.6666666667vw;
            margin-block-end: 14.6666666667vw;
  }
}
.Company .Company__title-en {
  display: block;
  font-size: max(2.2333333333rem, 4.6527777778vw);
  font-weight: bold;
  color: #0A41C7;
  opacity: 0.5;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Company .Company__title-en {
    font-size: 16vw;
  }
}
.Company .Company__title-ja {
  font-size: max(1rem, 2.0833333333vw);
  font-weight: 900;
  color: #0A41C7;
  letter-spacing: 0.04em;
  -webkit-margin-before: max(0.8333333333rem, 1.7361111111vw);
          margin-block-start: max(0.8333333333rem, 1.7361111111vw);
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Company .Company__title-ja {
    font-size: 8vw;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
  }
}
.Company .Company__table {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: max(0.5666666667rem, 1.1805555556vw);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .Company .Company__table {
    border-radius: 4.8vw;
  }
}
.Company .Company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f4f6;
}
.Company .Company__row:last-child {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .Company .Company__row {
    -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;
  }
}
.Company .Company__label {
  width: max(6.4666666667rem, 13.4722222222vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: max(0.7333333333rem, 1.5277777778vw) max(0.8666666667rem, 1.8055555556vw);
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-weight: bold;
  color: #9ca3af;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .Company .Company__label {
    width: 100%;
    padding: 4.8vw 6.9333333333vw 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.Company .Company__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: max(0.7333333333rem, 1.5277777778vw) max(0.8666666667rem, 1.8055555556vw);
  font-size: max(0.5333333333rem, 1.1111111111vw);
  color: #374151;
  line-height: 1.56;
}
@media screen and (max-width:767px) {
  .Company .Company__value {
    padding: 0vw 6.9333333333vw 4.2666666667vw;
    font-size: 4.2666666667vw;
    color: #000;
  }
}

.Contact {
  padding-block: max(2.6666666667rem, 5.5555555556vw) max(2.9333333333rem, 6.1111111111vw);
  background-color: #04219b;
}
@media screen and (max-width:767px) {
  .Contact {
    padding-block: 19.7333333333vw 21.3333333333vw;
  }
}
.Contact .Contact__inner {
  max-width: max(40rem, 83.3333333333vw);
  margin-inline: auto;
}
.Contact .Contact__banner {
  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;
  gap: max(1.3333333333rem, 2.7777777778vw);
}
@media screen and (max-width:767px) {
  .Contact .Contact__banner {
    padding-inline: 8vw;
    -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: 7.4666666667vw;
  }
}
.Contact .Contact__banner-title {
  font-size: max(1.6666666667rem, 3.4722222222vw);
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .Contact .Contact__banner-title {
    font-size: 13.3333333333vw;
  }
}
.Contact .Contact__banner-text {
  font-size: max(0.5rem, 1.0416666667vw);
  color: #fff;
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .Contact .Contact__banner-text {
    font-size: 4vw;
    -webkit-margin-before: 3.7333333333vw;
            margin-block-start: 3.7333333333vw;
  }
}
.Contact .Contact__button {
  -webkit-margin-before: max(0.1666666667rem, 0.3472222222vw);
          margin-block-start: max(0.1666666667rem, 0.3472222222vw);
  width: 100%;
  max-width: max(7.6rem, 15.8333333333vw);
  height: max(1.8rem, 3.75vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #04219b;
  font-size: max(0.52rem, 1.0833333333vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 100vh;
  gap: max(1.3333333333rem, 2.7777777778vw);
  -webkit-padding-start: max(1.4666666667rem, 3.0555555556vw);
          padding-inline-start: max(1.4666666667rem, 3.0555555556vw);
}
@media screen and (max-width:767px) {
  .Contact .Contact__button {
    font-size: 4.16vw;
    height: 14.4vw;
    width: 60.8vw;
    max-width: 100%;
    -webkit-padding-start: 12vw;
            padding-inline-start: 12vw;
    gap: 10.6666666667vw;
    -webkit-margin-before: 3.2vw;
            margin-block-start: 3.2vw;
  }
}
.Contact .Contact__button svg {
  width: max(1.2rem, 2.5vw);
  height: max(1.2rem, 2.5vw);
}
@media screen and (max-width:767px) {
  .Contact .Contact__button svg {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.Contact .Contact__banner-icon {
  width: max(1.2rem, 2.5vw);
  height: max(1.2rem, 2.5vw);
  background-color: #04219b;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Contact .Contact__banner-icon::after {
  content: "";
  display: block;
  width: max(0.3333333333rem, 0.6944444444vw);
  height: max(0.3333333333rem, 0.6944444444vw);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-1px, 1px);
          transform: rotate(45deg) translate(-1px, 1px);
}
@media screen and (max-width:767px) {
  .Contact .Contact__banner-icon {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.Contact .Contact__form {
  max-width: max(26.6666666667rem, 55.5555555556vw);
  margin-inline: auto;
  padding: max(2.6666666667rem, 5.5555555556vw) max(0.8rem, 1.6666666667vw);
}
@media screen and (max-width:767px) {
  .Contact .Contact__form {
    padding: 13.3333333333vw 6.4vw;
  }
}
.Contact .Contact__button:hover .arrow-bg {
  fill: #fff;
}
.Contact .Contact__button:hover .arrow-line {
  stroke: #04219B;
}
.Contact .Contact__button:hover {
  border: max(0.0333333333rem, 0.0694444444vw) solid #fff;
  background-color: #04219b;
  opacity: 1;
  color: #fff;
}

.Mv {
  -webkit-padding-start: max(2.5333333333rem, 5.2777777778vw);
          padding-inline-start: max(2.5333333333rem, 5.2777777778vw);
}
@media screen and (max-width:767px) {
  .Mv {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.Mv .Mv__content {
  width: 100%;
  display: grid;
  grid-template-columns: max(17.1333333333rem, 35.6944444444vw) 1fr;
  place-items: flex-start;
}
@media screen and (max-width:767px) {
  .Mv .Mv__content {
    grid-template-columns: 1fr;
  }
}
.Mv .Mv__content-left {
  -webkit-margin-before: max(3.3333333333rem, 6.9444444444vw);
          margin-block-start: max(3.3333333333rem, 6.9444444444vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__content-left {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    width: 100%;
    padding-inline: 6.6666666667vw;
  }
}
.Mv .Mv__title-head {
  width: max(12.4666666667rem, 25.9722222222vw);
  height: max(1.3333333333rem, 2.7777777778vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0743D5;
  font-size: max(0.6rem, 1.25vw);
  font-weight: 700;
  border-radius: 100px;
  border: max(0.0333333333rem, 0.0694444444vw) solid #0743D5;
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .Mv .Mv__title-head {
    width: 73.0666666667vw;
    height: 8vw;
    border: 0.2666666667vw solid #0743D5;
    font-size: 3.4666666667vw;
  }
}
.Mv .Mv__title {
  color: #111827;
  font-family: "Noto Sans JP";
  font-size: max(2.3333333333rem, 4.8611111111vw);
  font-style: normal;
  font-weight: 900;
  -webkit-margin-before: max(0.6rem, 1.25vw);
          margin-block-start: max(0.6rem, 1.25vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__title {
    font-size: 13.8666666667vw;
    -webkit-margin-before: 3.7333333333vw;
            margin-block-start: 3.7333333333vw;
    letter-spacing: -0.02em;
  }
}
.Mv .Mv__subtitle {
  color: #374151;
  font-size: max(0.8rem, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  -webkit-margin-before: max(0.6rem, 1.25vw);
          margin-block-start: max(0.6rem, 1.25vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__subtitle {
    font-size: 4.8vw;
    -webkit-margin-before: 3.2vw;
            margin-block-start: 3.2vw;
  }
}
.Mv .Mv__industry {
  width: 100%;
  max-width: max(16.1666666667rem, 33.6805555556vw);
  border-radius: max(0.2rem, 0.4166666667vw);
  border: max(0.0333333333rem, 0.0694444444vw) solid #0A41C7;
  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;
  gap: max(0.6rem, 1.25vw);
  padding-block: max(0.3333333333rem, 0.6944444444vw);
  -webkit-margin-before: max(1.2rem, 2.5vw);
          margin-block-start: max(1.2rem, 2.5vw);
  padding-inline: max(0.3333333333rem, 0.6944444444vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__industry {
    max-width: 100%;
    padding-block: 1.8666666667vw;
    border: 0.2666666667vw solid #0A41C7;
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
    padding-inline: 1.6vw;
  }
}
.Mv .Mv__industry-text {
  color: #0A41C7;
  font-size: max(0.5333333333rem, 1.1111111111vw);
  font-style: normal;
  font-weight: 700;
  line-height: max(0.6666666667rem, 1.3888888889vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__industry-text {
    font-size: 2.9333333333vw;
  }
}
.Mv .Mv__industry-list {
  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;
  gap: max(0.2666666667rem, 0.5555555556vw);
}
.Mv .Mv__industry-item {
  width: max(3.1666666667rem, 6.5972222222vw);
  height: max(1.2rem, 2.5vw);
  border-radius: max(0.2rem, 0.4166666667vw);
  background: #0A41C7;
  color: #FFF;
  text-align: center;
  font-size: max(0.7rem, 1.4583333333vw);
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .Mv .Mv__industry-item {
    width: 17.0666666667vw;
    height: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.Mv .Mv__performance {
  -webkit-margin-before: max(0.6666666667rem, 1.3888888889vw);
          margin-block-start: max(0.6666666667rem, 1.3888888889vw);
  width: 100%;
  max-width: max(16.3333333333rem, 34.0277777778vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__performance {
    max-width: 100%;
    -webkit-margin-before: 3.2vw;
            margin-block-start: 3.2vw;
  }
}
.Mv .Mv__content-right {
  width: 100%;
  max-width: max(25.4666666667rem, 53.0555555556vw);
  -webkit-margin-before: max(0.8666666667rem, 1.8055555556vw);
          margin-block-start: max(0.8666666667rem, 1.8055555556vw);
  -webkit-margin-start: max(0.8333333333rem, 1.7361111111vw);
          margin-inline-start: max(0.8333333333rem, 1.7361111111vw);
}
@media screen and (max-width:767px) {
  .Mv .Mv__content-right {
    -webkit-margin-before: 10.1333333333vw;
            margin-block-start: 10.1333333333vw;
    width: 97%;
    -webkit-margin-start: 2.6666666667vw;
            margin-inline-start: 2.6666666667vw;
  }
}