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

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(94px, 6.5277777778vw);
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

button {
  cursor: pointer;
  border: none;
  background: none;
}

table {
  border-collapse: collapse;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  padding-top: min(94px, 6.5277777778vw);
}
@media (max-width: 768px) {
  main {
    padding-top: 63px;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.section-dots {
  display: none;
}
@media (max-width: 768px) {
  .section-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: -16px;
    position: relative;
    z-index: 2;
  }
}
.section-dots__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #171c60;
}

.section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-heading__en {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 900;
  color: #f9f9f9;
  line-height: 1;
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.section-heading__ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, 1.6666666667vw);
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-top: min(64px, 4.4444444444vw);
}
.section-heading__ja::before, .section-heading__ja::after {
  content: "";
  width: min(216px, 15vw);
  height: 2px;
  background-color: #171c60;
  flex-shrink: 0;
}

.yellow-line {
  background: linear-gradient(transparent 65%, #f7e035 65%);
  display: inline;
}

.container {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(40px, 2.7777777778vw);
  padding-right: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container--wide {
  max-width: 1232px;
}
.container--full {
  max-width: 1440px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(94px, 6.5277777778vw);
  background-color: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    height: 63px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0 16px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo-img {
  height: min(44px, 3.0555555556vw);
  width: auto;
}
@media (max-width: 768px) {
  .header__logo-img {
    height: auto;
    width: 145px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  gap: min(24px, 1.6666666667vw);
}
.header__nav-link {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  color: #171c60;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.header__nav-link:hover, .header__nav-link.is-active {
  color: #f7e035;
}
.header__nav-link.is-active {
  font-weight: 700;
}
.header__cta {
  display: inline-flex;
  align-items: center;
  gap: min(10px, 0.6944444444vw);
  padding: min(16px, 1.1111111111vw) min(24px, 1.6666666667vw);
  background-color: #f7e035;
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__cta:hover {
  background-color: #171c60;
  color: #f7e035;
}
.header__cta:hover .header__cta-icon {
  background-color: #f7e035;
}
.header__cta-icon {
  display: inline-block;
  width: min(32px, 2.2222222222vw);
  height: min(27px, 1.875vw);
  background-color: #171c60;
  mask-image: url("../images/common-icon-mail.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common-icon-mail.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}
.header__sp-actions {
  display: none;
}
@media (max-width: 768px) {
  .header__sp-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .header__sp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background-color: #f7e035;
    color: #171c60;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 24px;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header__burger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #171c60;
    transition: all 0.3s ease;
  }
}

.footer {
  background-color: #f9f6e0;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(80px, 5.5555555556vw) min(50px, 3.4722222222vw);
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__logo {
    padding-bottom: 14px;
    border-bottom: 1px solid #171c60;
  }
}
.footer__logo img {
  max-width: min(390px, 27.0833333333vw);
  width: auto;
}
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 238px;
    width: 238px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  gap: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 8px;
  }
}
.footer__nav-link {
  font-size: min(16px, 1.1111111111vw);
  color: #171c60;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__cta {
  display: inline-flex;
  align-items: center;
  gap: min(10px, 0.6944444444vw);
  padding: min(16px, 1.1111111111vw) min(24px, 1.6666666667vw);
  background-color: #171c60;
  color: #ffffff;
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__cta {
    width: 100%;
    max-width: 343px;
    margin: auto;
    justify-content: center;
    font-size: 18px;
    padding: 12px 24px;
    gap: 10px;
  }
}
.footer__cta:hover {
  background-color: #f7e035;
  color: #171c60;
}
.footer__cta:hover .footer__cta-icon {
  background-color: #171c60;
}
.footer__cta-icon {
  display: inline-block;
  width: min(32px, 2.2222222222vw);
  height: min(27px, 1.875vw);
  background-color: #ffffff;
  mask-image: url("../images/common-icon-mail.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/common-icon-mail.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .footer__cta-icon {
    width: 32px;
    height: 27px;
  }
}
.footer__bottom {
  background: #fff;
}
@media (max-width: 768px) {
  .footer__bottom {
    background: #f9f6e0;
  }
}
.footer__bottom-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(40px, 2.7777777778vw) min(50px, 3.4722222222vw) min(50px, 3.4722222222vw);
}
@media (max-width: 768px) {
  .footer__bottom-inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
  }
}
.footer__copyright {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #9b9b9b;
}
@media (max-width: 768px) {
  .footer__copyright {
    position: static;
    transform: none;
    width: 100vw;
    background: #fff;
    padding: 24px 10px;
    text-align: center;
    line-height: 1;
    order: 2;
  }
}
.footer__copyright small {
  font-size: min(13px, 0.9027777778vw);
}
@media (max-width: 768px) {
  .footer__copyright small {
    font-size: 13px;
  }
}
.footer__links {
  display: flex;
  gap: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.footer__links .footer__link {
  font-size: min(14px, 0.9722222222vw);
  color: #171c60;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.footer__links .footer__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__links .footer__link {
    font-size: 14px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 0.5555555556vw);
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn--primary {
  background-color: #f7e035;
  color: #171c60;
  font-size: min(40px, 2.7777777778vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  height: min(100px, 6.9444444444vw);
  padding: min(16px, 1.1111111111vw) min(10px, 0.6944444444vw);
  width: 100%;
  max-width: min(560px, 38.8888888889vw);
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn--primary {
    font-size: 22px;
    height: 60px;
    padding: 16px 10px;
    max-width: 100%;
  }
}
.btn--primary:hover {
  background-color: #171c60;
  color: #f7e035;
}
.btn--outline {
  background-color: transparent;
  color: #171c60;
  border: 2px solid #171c60;
  padding: min(16px, 1.1111111111vw) min(40px, 2.7777777778vw);
  font-size: min(18px, 1.25vw);
}
@media (max-width: 768px) {
  .btn--outline {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.btn--outline:hover {
  background-color: #171c60;
  color: #ffffff;
}
.btn--small {
  font-size: min(16px, 1.1111111111vw);
  padding: min(12px, 0.8333333333vw) min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .btn--small {
    font-size: 13px;
    padding: 8px 16px;
  }
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(8px, 0.5555555556vw) min(16px, 1.1111111111vw);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.trust-badge--yellow {
  border-color: #f7e035;
  color: #171c60;
  background-color: #ffffff;
}

.label-badge {
  display: inline-block;
  padding: 0 min(8px, 0.5555555556vw);
  font-size: min(14px, 0.9722222222vw);
  font-weight: 700;
  border-radius: 5px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .label-badge {
    font-size: 14px;
    padding: 0 8px;
  }
}
.label-badge--required {
  background-color: #e40000;
  color: #ffffff;
}
.label-badge--optional {
  background-color: #aeaeae;
  color: #ffffff;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(4px, 0.2777777778vw) min(16px, 1.1111111111vw);
  border-radius: 20px;
  font-size: min(14px, 0.9722222222vw);
  font-weight: 700;
  border: 2px solid;
}
.category-badge--disaster {
  border-color: #f7e035;
  color: #171c60;
  background-color: #ffffff;
}
.category-badge--efficiency {
  border-color: #f7e035;
  color: #171c60;
  background-color: #ffffff;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .drawer-overlay {
    background: rgba(37, 37, 37, 0.8);
  }
}

.drawer {
  position: fixed;
  top: min(24px, 1.6666666667vw);
  right: 0;
  width: min(460px, 31.9444444444vw);
  height: calc(100vh - min(48px, 3.3333333333vw));
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  background: rgba(248, 248, 248, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 24px 0 0 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: min(40px, 2.7777777778vw) 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .drawer {
    top: 50px;
    left: 50%;
    right: auto;
    width: 343px;
    height: auto;
    max-height: calc(100vh - 100px);
    border-radius: 8px;
    transform: translateX(-50%) scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 24px 0 0;
    overflow: visible;
  }
}
.drawer.is-open {
  transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .drawer.is-open {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.drawer__close {
  position: absolute;
  top: min(16px, 1.1111111111vw);
  right: min(16px, 1.1111111111vw);
  width: min(32px, 2.2222222222vw);
  height: min(32px, 2.2222222222vw);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .drawer__close {
    top: -36px;
    right: 0;
    width: 19px;
    height: 19px;
  }
}
.drawer__close:hover {
  opacity: 0.6;
}
.drawer__close-icon--sp {
  display: none;
}
@media (max-width: 768px) {
  .drawer__close-icon--pc {
    display: none;
  }
  .drawer__close-icon--sp {
    display: block;
  }
}
.drawer__inner {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.6666666667vw);
  padding: 0 0 min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .drawer__inner {
    gap: 16px;
    padding: 0 0 24px;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }
}
.drawer__header {
  text-align: center;
  padding: min(18px, 1.25vw) 0;
}
@media (max-width: 768px) {
  .drawer__header {
    display: none;
  }
}
.drawer__header .drawer__header-text {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  color: #171c60;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 768px) {
  .drawer__header .drawer__header-text {
    font-size: 18px;
  }
}
.drawer__header-num {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 900;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .drawer__header-num {
    font-size: 28px;
  }
}
.drawer__body {
  padding: 0 min(32px, 2.2222222222vw);
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .drawer__body {
    padding: 0 16px;
    gap: 8px;
  }
}
.drawer__group {
  display: flex;
  flex-direction: column;
}
.drawer__label {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  display: flex;
  align-items: center;
  gap: min(4px, 0.2777777778vw);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .drawer__label {
    font-size: 18px;
    gap: 4px;
  }
}
.drawer__input {
  height: min(48px, 3.3333333333vw);
  border: 1px solid rgba(199, 199, 199, 0.8);
  border-radius: 3px;
  background: #ffffff;
  padding: 0 min(12px, 0.8333333333vw);
  font-size: min(16px, 1.1111111111vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .drawer__input {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
}
.drawer__radios {
  display: flex;
  flex-wrap: wrap;
  gap: min(4px, 0.2777777778vw) min(16px, 1.1111111111vw);
  padding: 0 min(8px, 0.5555555556vw);
  margin-top: min(5px, 0.3472222222vw);
}
@media (max-width: 768px) {
  .drawer__radios {
    gap: 4px 12px;
    padding: 0;
    margin-top: 4px;
  }
}
.drawer__radio {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944444444vw);
  font-size: min(16px, 1.1111111111vw);
  font-weight: 500;
  color: #171c60;
  cursor: pointer;
}
@media (max-width: 768px) {
  .drawer__radio {
    gap: 10px;
    font-size: 16px;
  }
}
.drawer__radio .drawer__radio-input {
  width: min(20px, 1.3888888889vw);
  height: min(20px, 1.3888888889vw);
  accent-color: #171c60;
}
@media (max-width: 768px) {
  .drawer__radio .drawer__radio-input {
    width: 20px;
    height: 20px;
  }
}
.drawer__agree {
  display: flex;
  justify-content: center;
  margin-top: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .drawer__agree {
    margin-top: 12px;
  }
}
.drawer__agree .drawer__agree-label {
  display: flex;
  align-items: center;
  gap: min(5px, 0.3472222222vw);
  font-size: min(16px, 1.1111111111vw);
  color: #171c60;
  cursor: pointer;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .drawer__agree .drawer__agree-label {
    gap: 5px;
    font-size: 16px;
  }
}
.drawer__agree .drawer__agree-checkbox {
  width: min(13px, 0.9027777778vw);
  height: min(13px, 0.9027777778vw);
  border: 1px solid #d0cfce;
  accent-color: #171c60;
}
@media (max-width: 768px) {
  .drawer__agree .drawer__agree-checkbox {
    width: 14px;
    height: 14px;
  }
}
.drawer__link {
  color: #0072be;
  text-decoration: underline;
}
.drawer__submit {
  width: 100%;
  height: min(60px, 4.1666666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(16px, 1.1111111111vw) min(10px, 0.6944444444vw);
  background-color: #f7e035;
  border: 3px solid #ffffff;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #171c60;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  line-height: 1.44;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .drawer__submit {
    height: auto;
    font-size: 24px;
    padding: 16px 10px;
    background-color: #171c60;
    color: #ffffff;
    border: none;
    box-shadow: 0 0 15px 0 #bfbfbf;
    margin-top: 8px;
  }
}
.drawer__submit:hover {
  background-color: #171c60;
  color: #f7e035;
}

.sp-menu {
  display: none;
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 210;
    pointer-events: none;
    visibility: hidden;
  }
  .sp-menu.is-open {
    pointer-events: auto;
    visibility: visible;
  }
  .sp-menu.is-open .sp-menu__overlay {
    opacity: 1;
  }
  .sp-menu.is-open .sp-menu__panel {
    opacity: 1;
  }
}
.sp-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(65, 65, 65, 0.5);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sp-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #171c60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 87px 50px 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sp-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 45px;
  height: 45px;
  background: #171c60;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0;
}
.sp-menu__nav {
  width: 240px;
}
.sp-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-menu__list li:first-child a {
  border-top: 1px solid #ffffff;
}
.sp-menu__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-decoration: none;
  text-align: center;
  line-height: 1.14;
  transition: opacity 0.3s ease;
}
.sp-menu__list li a:hover {
  opacity: 0.7;
}
.sp-menu__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
  padding: 0 16px 16px;
}
.sp-menu__cta-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #ffffff;
  color: #171c60;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding: 4px 16px;
  margin-bottom: -5px;
  line-height: 1.8;
  border: 2px solid #171c60;
  border-radius: 100px;
  width: 100%;
  max-width: 317px;
  text-align: center;
}
.sp-menu__cta-tag::after, .sp-menu__cta-tag::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.sp-menu__cta-tag::before {
  bottom: -9px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #171c60;
}
.sp-menu__cta-tag::after {
  bottom: -7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #ffffff;
}
.sp-menu__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  max-width: 100%;
  padding: 18px 10px;
  background-color: #f7e035;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 0 0 #887800;
  color: #171c60;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.sp-menu__cta-btn:hover {
  opacity: 0.9;
}

.fv {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background: url("../images/fv-bg.svg") center/cover no-repeat;
}
@media (max-width: 768px) {
  .fv {
    min-height: auto;
    background: linear-gradient(137deg, #202678 41.5%, #171C60 41.5%, #1A2071);
    margin-top: -63px;
    padding-top: 63px;
  }
}
.fv__illust {
  position: absolute;
  top: max(-96px, -6.6666666667vw);
  left: 50%;
  transform: translateX(-35%);
  width: min(1089px, 75.625vw);
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fv__illust {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 134.1333333333vw;
    height: 92vw;
  }
  .fv__illust::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 67.0666666667vw);
    width: 100vw;
    height: 50%;
    background-color: #ffffff;
    z-index: -1;
  }
}
.fv__illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}
.fv__beacon {
  position: absolute;
  width: min(58px, 4.0277777778vw);
  height: min(86px, 5.9722222222vw);
  z-index: 2;
  animation: beacon-bounce 2s ease-in-out infinite;
}
.fv__beacon--1 {
  top: min(333px, 23.125vw);
  left: min(494px, 34.3055555556vw);
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .fv__beacon--1 {
    top: 16vw;
    left: 64vw;
  }
}
.fv__beacon--2 {
  top: min(400px, 27.7777777778vw);
  left: min(334px, 23.1944444444vw);
  animation-delay: 0.3s;
}
@media (max-width: 768px) {
  .fv__beacon--2 {
    top: 45.3333333333vw;
    left: 34.6666666667vw;
  }
}
.fv__beacon--3 {
  top: min(590px, 40.9722222222vw);
  left: min(520px, 36.1111111111vw);
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .fv__beacon--3 {
    top: 32vw;
    left: 80vw;
  }
}
@media (max-width: 768px) {
  .fv__beacon {
    width: 9.6vw;
    height: 14.1333333333vw;
  }
}
.fv__beacon img {
  width: 100%;
  height: 100%;
}
.fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 min(50px, 3.4722222222vw);
  min-height: 100dvh;
}
@media (min-width: 1441px) {
  .fv__inner {
    max-width: none;
    padding-left: calc((100vw - 1440px) / 2 + 50px);
  }
}
@media (max-width: 768px) {
  .fv__inner {
    flex-direction: column;
    align-items: center;
    padding: 6.4vw 4.2666666667vw 88vw;
    min-height: auto;
  }
}
.fv__content {
  width: min(534px, 37.0833333333vw);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .fv__content {
    width: 100%;
    max-width: 100%;
    gap: 0px;
    padding-top: 0;
  }
}
.fv__lead-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .fv__lead-group {
    gap: 1.3333333333vw;
  }
}
.fv__lead {
  text-align: center;
}
.fv__lead-text {
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fv__lead-text {
    font-size: 5.3333333333vw;
  }
}
.fv__lead-accent {
  color: #f7e035;
  font-size: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .fv__lead-accent {
    font-size: 7.4666666667vw;
  }
}
.fv__lead-accent-small {
  color: #f7e035;
  font-size: min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .fv__lead-accent-small {
    font-size: 5.8666666667vw;
  }
}
.fv__tags {
  display: flex;
  gap: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .fv__tags {
    gap: 2.6666666667vw;
  }
}
.fv__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(40px, 2.7777777778vw);
  border-radius: 100px;
  background-color: #f7e035;
  color: #171c60;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fv__tag {
    font-size: 4.8vw;
    padding: 0 6.9333333333vw;
  }
}
.fv__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .fv__title-area {
    margin-top: 5.3333333333vw;
  }
}
.fv__subtitle {
  font-size: min(36px, 2.5vw);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .fv__subtitle {
    font-size: 6.4vw;
    line-height: 1.2;
  }
}
.fv__title {
  font-size: min(48px, 3.3333333333vw);
  font-weight: 700;
  color: #f7e035;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 9.0666666667vw;
    line-height: 1.2;
  }
}
.fv__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(4px, 0.2777777778vw) 0;
  border-top: 2px solid #f7e035;
  border-bottom: 2px solid #f7e035;
  margin-top: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .fv__brand {
    margin-top: 6.4vw;
    padding: 0.8vw 0;
  }
}
.fv__brand span {
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .fv__brand span {
    font-size: 6.4vw;
  }
}
.fv__description {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fv__description {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.fv__badges {
  display: flex;
  gap: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .fv__badges {
    gap: 4vw;
    margin-top: 4.2666666667vw;
  }
}
.fv__badge {
  width: min(160px, 11.1111111111vw);
  height: min(160px, 11.1111111111vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #191f6a;
  position: relative;
}
@media (max-width: 768px) {
  .fv__badge {
    width: 27.4666666667vw;
    height: 27.4666666667vw;
  }
}
.fv__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-mask: conic-gradient(from 0deg, black 0deg 66deg, transparent 66deg 114deg, black 114deg 246deg, transparent 246deg 294deg, black 294deg 360deg);
  mask: conic-gradient(from 0deg, black 0deg 66deg, transparent 66deg 114deg, black 114deg 246deg, transparent 246deg 294deg, black 294deg 360deg);
}
.fv__badge-text {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fv__badge-text {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 768px) {
  .fv__badge:nth-child(2) .fv__badge-text {
    font-size: 4.2666666667vw;
  }
}
.fv__badge-num {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .fv__badge-num {
    font-size: 6.9333333333vw;
  }
}
.fv__badge-num--7 {
  letter-spacing: -1.6px;
}
.fv__badge-num--0 {
  letter-spacing: 1.6px;
}
.fv__badge-plus {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3.2px;
  vertical-align: super;
  position: relative;
  top: max(-5px, -0.3472222222vw);
}
@media (max-width: 768px) {
  .fv__badge-plus {
    font-size: 4.5333333333vw;
    top: -0.8vw;
  }
}
.fv__award img {
  width: min(340px, 23.6111111111vw);
  height: auto;
}
@media (max-width: 768px) {
  .fv__award img {
    width: 65.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.fv__form {
  width: min(460px, 31.9444444444vw);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 min(40px, 2.7777777778vw);
  gap: min(24px, 1.6666666667vw);
  background: rgba(248, 248, 248, 0.95);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .fv__form {
    display: none;
  }
}
.fv__form-inner {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.6666666667vw);
}
.fv__form-header {
  text-align: center;
  padding: min(18px, 1.25vw) 0;
}
.fv__form-header p {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  color: #171c60;
  letter-spacing: 0.04em;
  line-height: 1;
}
.fv__form-header-num {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 900;
  line-height: 0.9;
}
.fv__form-body {
  padding: 0 min(32px, 2.2222222222vw);
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.1111111111vw);
}
.fv__form-group {
  display: flex;
  flex-direction: column;
}
.fv__form-label {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  display: flex;
  align-items: center;
  gap: min(4px, 0.2777777778vw);
  line-height: 1.6;
}
.fv__form-input {
  height: min(48px, 3.3333333333vw);
  border: 1px solid rgba(199, 199, 199, 0.8);
  border-radius: min(3px, 0.2083333333vw);
  background: #ffffff;
  padding: 0 min(12px, 0.8333333333vw);
  font-size: min(16px, 1.1111111111vw);
  font-weight: 500;
}
.fv__form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: min(4px, 0.2777777778vw) min(16px, 1.1111111111vw);
  padding: 0 min(8px, 0.5555555556vw);
  margin-top: min(5px, 0.3472222222vw);
}
.fv__form-radio {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944444444vw);
  font-size: min(16px, 1.1111111111vw);
  font-weight: 500;
  color: #171c60;
  cursor: pointer;
}
.fv__form-radio input[type=radio] {
  width: min(20px, 1.3888888889vw);
  height: min(20px, 1.3888888889vw);
  accent-color: #171c60;
}
.fv__form-agree {
  display: flex;
  justify-content: center;
  margin-top: min(16px, 1.1111111111vw);
}
.fv__form-agree label {
  display: flex;
  align-items: center;
  gap: min(5px, 0.3472222222vw);
  font-size: min(16px, 1.1111111111vw);
  color: #171c60;
  cursor: pointer;
  line-height: 1.8;
}
.fv__form-agree input[type=checkbox] {
  width: min(13px, 0.9027777778vw);
  height: min(13px, 0.9027777778vw);
  border: 1px solid #d0cfce;
  accent-color: #171c60;
}
.fv__form-link {
  color: #0072be;
  text-decoration: underline;
}
.fv__form-submit {
  width: 100%;
  height: min(60px, 4.1666666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7e035;
  border: 3px solid #ffffff;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #171c60;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  line-height: 1.44;
}
.fv__form-submit:hover {
  background-color: #171c60;
  color: #f7e035;
}

@keyframes beacon-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.clients {
  background-color: #ffffff;
  padding: min(32px, 2.2222222222vw) 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .clients {
    padding: 16px 0;
  }
}
.clients__track {
  display: flex;
  width: max-content;
  animation: clients-scroll 30s linear infinite;
}
.clients__list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: min(40px, 2.7777777778vw);
  padding: 0 min(20px, 1.3888888889vw);
}
@media (max-width: 768px) {
  .clients__list {
    gap: 24px;
    padding: 0 12px;
  }
}
.clients__item {
  flex-shrink: 0;
  list-style: none;
}
.clients__list img {
  display: block;
  width: min(160px, 11.1111111111vw);
  height: min(80px, 5.5555555556vw);
  object-fit: contain;
}
@media (max-width: 768px) {
  .clients__list img {
    width: 97px;
    height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .clients__track {
    animation: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: min(40px, 2.7777777778vw);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 min(50px, 3.4722222222vw);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .clients__track {
    gap: 16px;
    padding: 0 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .clients__list:nth-child(n+2) {
    display: none;
  }
  .clients__list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}

.problem {
  position: relative;
  padding: 0 0;
}
.problem__inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .problem__inner {
    max-width: 500px;
    padding: 0 16px;
    gap: 24px;
  }
}
.problem__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
  width: 100%;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.problem__group.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .problem__group {
    gap: 24px;
  }
}
.problem__heading {
  position: relative;
  text-align: center;
}
.problem__bg-text {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 900;
  color: #f9f9f9;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .problem__bg-text {
    font-size: 64px;
  }
}
.problem__title-wrap {
  margin-top: max(-110px, -7.6388888889vw);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .problem__title-wrap {
    margin-top: -40px;
  }
}
.problem__title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .problem__title {
    font-size: 24px;
  }
}
.problem__title-em {
  font-size: min(48px, 3.3333333333vw);
  font-feature-settings: "palt" on;
}
@media (max-width: 768px) {
  .problem__title-em {
    font-size: 32px;
  }
}
.problem__title-line {
  background: linear-gradient(transparent calc(100% - min(14px, 0.9722222222vw)), #f7e035 calc(100% - min(14px, 0.9722222222vw)), #f7e035 calc(100% - min(4px, 0.2777777778vw)), transparent calc(100% - min(4px, 0.2777777778vw)));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 768px) {
  .problem__title-line {
    background: linear-gradient(transparent calc(100% - 8px), #f7e035 calc(100% - 8px), #f7e035 calc(100% - 2px), transparent calc(100% - 2px));
  }
}
.problem__lead {
  font-size: min(20px, 1.3888888889vw);
  color: #171c60;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: min(35px, 2.4305555556vw);
}
.problem__lead strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .problem__lead {
    font-size: 16px;
    margin-top: 24px;
  }
}
.problem__columns {
  display: flex;
  gap: min(40px, 2.7777777778vw);
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .problem__columns {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.problem__column {
  width: min(260px, 18.0555555556vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .problem__column {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  .problem__column::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='215' viewBox='0 0 375 215' fill='none'%3E%3Cpath d='M381.5 0H-7V215H316.5L381.5 0Z' fill='%23F4F4F4'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .problem__column:nth-child(even) {
    align-items: flex-start;
  }
  .problem__column:nth-child(even)::before {
    transform: translateX(-50%) scaleX(-1);
  }
}
.problem__photo-wrap {
  position: relative;
  max-width: min(250px, 17.3611111111vw);
  height: min(225px, 15.625vw);
  overflow: hidden;
}
.problem__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .problem__photo-wrap {
    max-width: 70%;
    margin-right: auto;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
  }
  .problem__column:nth-child(even) .problem__photo-wrap {
    margin-right: 0;
    margin-left: auto;
    max-width: 75%;
    padding-block: 20px 0;
  }
  .problem__photo-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.problem__caption {
  width: 100%;
  background-color: #f7e035;
  margin-top: max(-28px, -1.9444444444vw);
  padding: min(8px, 0.5555555556vw) 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .problem__caption {
    width: auto;
    position: absolute;
    bottom: 23%;
    padding: 8px 13px;
  }
}
@media (max-width: 768px) {
  .problem__column:nth-child(3) .problem__caption {
    bottom: 13%;
  }
}
.problem__caption .problem__caption-text {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .problem__caption .problem__caption-text {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.problem__concern {
  width: min(860px, 59.7222222222vw);
  max-width: 100%;
  background-color: #171c60;
  border: 5px solid #ebebeb;
  padding: min(40px, 2.7777777778vw) min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .problem__concern {
    width: 100%;
    padding: 11px 16px;
    border-width: 5px;
  }
}
.problem__concern .problem__concern-text {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .problem__concern .problem__concern-text {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}
.problem__bottom {
  text-align: center;
  margin-top: min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .problem__bottom {
    margin-top: 40px;
  }
}
.problem__bottom-title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .problem__bottom-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.problem__bottom-lg {
  font-size: min(48px, 3.3333333333vw);
}
@media (max-width: 768px) {
  .problem__bottom-lg {
    font-size: 32px;
  }
}
.problem__bottom-em {
  background: linear-gradient(transparent 70%, #f7e035 70%);
}
.problem__bottom-bracket {
  letter-spacing: -12.4px;
}
@media (max-width: 768px) {
  .problem__bottom-bracket {
    letter-spacing: -7.44px;
  }
}
.problem__bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.problem__bottom-area.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.problem__bottom-area {
  overflow: visible;
}
.problem__arrow {
  text-align: center;
  margin-top: min(40px, 2.7777777778vw);
  margin-bottom: max(-27px, -1.875vw);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .problem__arrow {
    margin-top: 8px;
    margin-bottom: -16px;
  }
  .problem__arrow img {
    width: 40px;
  }
}
.problem__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: -1;
}
.problem__shape img {
  width: 100%;
  height: auto;
}

.emergency {
  position: relative;
  padding: min(80px, 5.5555555556vw) 0 min(64px, 4.4444444444vw);
  background-color: #F4F4F4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .emergency {
    padding: 44px 0 54px;
  }
}
.emergency::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68.54%;
  height: min(578px, 40.1388888889vw);
  background: url("../images/emergency-bg-img.png") right bottom/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .emergency::before {
    display: none;
  }
}
.emergency::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: min(80px, 5.5555555556vw);
  width: min(400px, 27.7777777778vw);
  height: min(480px, 33.3333333333vw);
  background: url("../images/emergency-human-img.png") right bottom/contain no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .emergency::after {
    display: none;
  }
}
.emergency__inner {
  position: relative;
  z-index: 1;
  max-width: min(1156px, 80.2777777778vw);
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .emergency__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.emergency__inner::after {
  display: none;
}
@media (max-width: 768px) {
  .emergency__inner::after {
    content: "";
    display: block;
    width: 100vw;
    height: 285px;
    background: url("../images/emergency-bg-img-sp.png") center bottom/cover no-repeat;
    order: 2;
    position: relative;
    margin-top: -5px;
    z-index: -1;
  }
}
.emergency__inner::before {
  display: none;
}
@media (max-width: 768px) {
  .emergency__inner::before {
    content: "";
    display: block;
    width: 100vw;
    height: 296px;
    background: url("../images/emergency-human-img-sp.png") center bottom/contain no-repeat;
    order: 2;
    position: relative;
    z-index: 1;
    margin-bottom: -280px;
    margin-top: -17px;
    pointer-events: none;
  }
}
.emergency__title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.6;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.emergency__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .emergency__title {
    font-size: 20px;
    width: 100%;
  }
}
.emergency__title-accent {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  background-color: #171c60;
  color: #f7e035;
  padding: 0 min(16px, 1.1111111111vw) 0 min(24px, 1.6666666667vw);
  margin-top: min(8px, 0.5555555556vw);
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .emergency__title-accent {
    margin: 0 auto;
    font-size: 22px;
    padding: 4px 8px 4px 12px;
    width: 100%;
    max-width: 340px;
  }
}
.emergency__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.emergency__group.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .emergency__group {
    display: contents;
  }
}
.emergency__quote {
  margin-top: min(48px, 3.3333333333vw);
  position: relative;
  max-width: min(1165px, 80.9027777778vw);
  width: 100%;
  padding: min(40px, 2.7777777778vw);
  text-align: center;
  background: url("../images/emergency-quote-bg.svg") center/contain no-repeat;
}
@media (max-width: 768px) {
  .emergency__quote {
    padding: 20px 8px 28px;
    background: url("../images/emergency-quote-bg-sp.png") center/100% 100% no-repeat;
    margin: 48px auto 0;
    max-width: 340px;
    order: 1;
  }
}
.emergency__quote-mark {
  position: absolute;
  font-size: min(124px, 8.6111111111vw);
  color: #171c60;
  line-height: 1;
}
@media (max-width: 768px) {
  .emergency__quote-mark {
    font-size: 100px;
  }
}
.emergency__quote-mark--left {
  top: max(-30px, -2.0833333333vw);
  left: max(-2px, -0.1388888889vw);
}
@media (max-width: 768px) {
  .emergency__quote-mark--left {
    top: -27px;
    left: -6px;
  }
}
.emergency__quote-mark--right {
  top: max(-30px, -2.0833333333vw);
  right: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .emergency__quote-mark--right {
    top: -27px;
    right: -6px;
  }
}
.emergency__quote-body {
  position: relative;
  z-index: 1;
}
.emergency__quote-body .emergency__quote-text {
  font-size: min(20px, 1.3888888889vw);
  color: #171c60;
  line-height: 1.7;
  letter-spacing: 0.8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .emergency__quote-body .emergency__quote-text {
    font-size: 20px;
  }
}
.emergency__quote-body .emergency__quote-highlight {
  font-weight: 700;
  font-size: min(24px, 1.6666666667vw);
  background: linear-gradient(transparent 65%, #f7e035 65%);
  display: inline;
  line-height: 1.3;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .emergency__quote-body .emergency__quote-highlight {
    font-size: 20px;
    font-feature-settings: "palt" on;
    letter-spacing: 0;
  }
}
.emergency__quote-sub {
  margin-top: min(16px, 1.1111111111vw);
  font-size: min(20px, 1.3888888889vw);
  color: #171c60;
  font-weight: 700;
}
@media (max-width: 768px) {
  .emergency__quote-sub {
    margin-top: 12px;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit;
    line-height: 160%;
    letter-spacing: 0.64px;
  }
}
.emergency__body {
  max-width: min(730px, 50.6944444444vw);
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .emergency__body {
    max-width: 100%;
    align-self: center;
    margin-top: 24px;
    order: 3;
  }
}
.emergency__icons {
  display: flex;
  gap: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .emergency__icons {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.emergency__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(170px, 11.8055555556vw);
  min-width: 0;
  background-color: #ffffff;
  border-radius: min(8px, 0.5555555556vw);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: min(12px, 0.8333333333vw) min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .emergency__icon-item {
    width: calc(25% - 6px);
    padding: 8px 4px;
    border-radius: 6px;
  }
}
.emergency__icon-item span {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  color: #171c60;
}
@media (max-width: 768px) {
  .emergency__icon-item span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .emergency__icon-item img {
    width: 52px;
    height: 39px;
  }
}
.emergency__bottom {
  text-align: center;
  font-size: min(20px, 1.3888888889vw);
  margin-top: min(24px, 1.6666666667vw);
  color: #171c60;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 768px) {
  .emergency__bottom {
    font-size: 16px;
    margin-top: 24px;
  }
}
.emergency__bottom p {
  letter-spacing: 0.8px;
}
.emergency__bottom-tags {
  display: inline-flex;
  gap: min(8px, 0.5555555556vw);
  margin: min(8px, 0.5555555556vw) 0;
}
@media (max-width: 768px) {
  .emergency__bottom-tags {
    gap: 8px;
    margin-top: 8px;
  }
}
.emergency__bottom-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(40px, 2.7777777778vw);
  background-color: #c5cecf;
  border-radius: 100px;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #171c60;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .emergency__bottom-tags span {
    font-size: 18px;
    padding: 0 40px;
  }
}
.emergency__cta-text {
  width: fit-content;
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #ffffff;
  background-color: #171c60;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.12px;
  margin-top: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .emergency__cta-text {
    font-size: 20px;
    margin-top: 24px;
    width: 100%;
    line-height: 1.3;
    padding-block: 10px;
  }
}
.emergency__cta-bracket {
  letter-spacing: -6.16px;
}
@media (max-width: 768px) {
  .emergency__cta-bracket {
    letter-spacing: -3px;
  }
}

.solution {
  padding: min(80px, 5.5555555556vw) 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .solution {
    padding: 28px 0 40px;
  }
}
.solution__inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.solution__inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .solution__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.solution__lead {
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.22;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 768px) {
  .solution__lead {
    font-size: 20px;
  }
}
.solution__lead img {
  display: block;
  width: min(162px, 11.25vw);
  height: auto;
}
@media (max-width: 768px) {
  .solution__lead img {
    width: 120px;
    margin-top: 5px;
  }
}
.solution__checks {
  display: flex;
  gap: min(16px, 1.1111111111vw);
  margin-top: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .solution__checks {
    gap: 8px;
    margin-top: 16px;
  }
}
.solution__check-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(16px, 1.1111111111vw);
  padding-bottom: min(16px, 1.1111111111vw);
  border: 1px solid #171c60;
  width: min(312px, 21.6666666667vw);
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .solution__check-item {
    width: 168px;
    padding: 16px 5px 12px;
  }
}
.solution__check-item .solution__check-text {
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .solution__check-item .solution__check-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.solution__check-icon {
  position: absolute;
  top: max(-16px, -1.1111111111vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(33.6px, 2.3333333333vw);
  height: min(33.6px, 2.3333333333vw);
  z-index: 2;
}
@media (max-width: 768px) {
  .solution__check-icon {
    width: 33px;
    height: 33px;
    top: -20px;
  }
}
.solution__check-icon img {
  width: 100%;
  height: 100%;
}
.solution__need {
  margin-top: min(24px, 1.6666666667vw);
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .solution__need {
    font-size: 20px;
    margin-top: 2px;
  }
}
.solution__answer {
  margin-top: min(70px, 4.8611111111vw);
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .solution__answer {
    margin-top: 32px;
  }
}
.solution__bracket {
  flex-shrink: 0;
  width: min(34px, 2.3611111111vw);
  height: min(302px, 20.9722222222vw);
  position: relative;
  top: max(-20px, -1.3888888889vw);
}
@media (max-width: 768px) {
  .solution__bracket {
    width: 26px;
    height: auto;
    top: 12px;
  }
}
.solution__bracket--right img {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .solution__bracket--right img {
    transform: none;
  }
}
.solution__bracket img {
  width: 100%;
  height: 100%;
}
.solution__answer-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .solution__answer-content {
    overflow: hidden;
  }
}
.solution__bg-text {
  position: absolute;
  top: max(-58px, -4.0277777778vw);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #f9f9f9;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 768px) {
  .solution__bg-text {
    font-size: 40px;
    top: -16px;
  }
}
.solution__title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .solution__title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.72px;
  }
}
.solution__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 0.6944444444vw);
  padding: min(10px, 0.6944444444vw);
}
@media (max-width: 768px) {
  .solution__title-row {
    flex-direction: column;
    gap: 0;
    padding: 6px;
  }
}
.solution__title-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(4px, 0.2777777778vw) min(16px, 1.1111111111vw);
  border: 1px solid #171c60;
  font-size: min(54px, 3.75vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .solution__title-box {
    font-size: 32px;
    padding: 0 24px;
  }
}
.solution__title-cross {
  color: #e40000;
  font-size: min(54px, 3.75vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .solution__title-cross {
    font-size: 54px;
    line-height: 1;
    margin-top: -3px;
  }
}
.solution__title-wo {
  font-size: min(48px, 3.3333333333vw);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .solution__title-wo {
    display: none;
  }
}
.solution__title-wo-sp {
  display: none;
}
@media (max-width: 768px) {
  .solution__title-wo-sp {
    display: inline;
  }
}
.solution__title-underline {
  position: relative;
  display: inline;
}
@media (max-width: 768px) {
  .solution__title-underline {
    background: linear-gradient(transparent 70%, #f7e035 70%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 18px;
    font-feature-settings: "palt" on;
  }
}
.solution__title-underline::after {
  content: "";
  display: block;
  width: min(495px, 34.375vw);
  height: min(10px, 0.6944444444vw);
  background-color: #f7e035;
  margin: max(-15px, -1.0416666667vw) auto 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .solution__title-underline::after {
    display: none;
  }
}
.solution__arrow {
  margin-top: min(24px, 1.6666666667vw);
  text-align: center;
}
@media (max-width: 768px) {
  .solution__arrow {
    margin-top: 26px;
  }
}
.solution__arrow img {
  width: min(44px, 3.0555555556vw);
  height: auto;
}
@media (max-width: 768px) {
  .solution__arrow img {
    width: 46px;
  }
}

.feature {
  overflow: hidden;
  padding-bottom: min(80px, 5.5555555556vw);
  background: url("../images/feature-bg.png") top left/min(834px, 57.9166666667vw) min(715px, 49.6527777778vw) repeat;
}
@media (max-width: 768px) {
  .feature {
    padding-bottom: 40px;
    background-size: 400px auto;
    background: #F4F4F4;
  }
}
.feature__hero-area {
  background: linear-gradient(-24deg, #f7e035 56%, #ffbf00 56%);
  padding-bottom: min(300px, 20.8333333333vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.feature__hero-area.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .feature__hero-area {
    padding-bottom: 40px;
  }
}
.feature__top-bar {
  background: url("../images/feature-top-bar-bg.png") center/contain no-repeat;
  padding: min(27px, 1.875vw) 0;
  text-align: center;
}
@media (max-width: 768px) {
  .feature__top-bar {
    padding: 12px 16px;
    background: url("../images/feature-top-bar-bg-sp.png") center/100% 100% no-repeat;
  }
}
.feature__top-text {
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .feature__top-text {
    font-size: 18px;
  }
}
.feature__hero-inner {
  max-width: 1440px;
  margin: max(-54px, -3.75vw) auto 0;
  padding-right: min(56px, 3.8888888889vw);
  padding-left: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .feature__hero-inner {
    max-width: 500px;
    margin: -10px auto 0;
    padding: 0 16px;
  }
}
.feature__hero-inner img {
  width: 100%;
  height: auto;
}
.feature__hero-title {
  font-size: min(48px, 3.3333333333vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.4;
  text-align: center;
  margin-top: max(-74px, -5.1388888889vw);
}
@media (max-width: 768px) {
  .feature__hero-title {
    font-size: 32px;
    margin-top: 4px;
    line-height: 1.3;
  }
}
.feature__hero-desc {
  font-size: min(20px, 1.3888888889vw);
  color: #171c60;
  line-height: 1.7;
  letter-spacing: 0.8px;
  margin-top: min(10px, 0.6944444444vw);
  text-align: center;
}
@media (max-width: 768px) {
  .feature__hero-desc {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .feature__hero-desc-em {
    font-weight: 700;
  }
}
.feature__content {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: max(-227px, -15.7638888889vw) auto 0;
}
@media (max-width: 768px) {
  .feature__content {
    margin-top: 0;
  }
}
.feature__section {
  padding: 0 0 min(60px, 4.1666666667vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.feature__section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .feature__section {
    padding: 0 0 24px;
  }
}
.feature__section--daily {
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  max-width: min(1076px, 74.7222222222vw);
  margin: 0 auto;
  padding: 0 0 min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .feature__section--daily {
    max-width: none;
    margin: 0;
    padding: 0 0 40px;
    background-color: transparent;
    box-shadow: none;
  }
}
.feature__section--disaster {
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  max-width: min(1076px, 74.7222222222vw);
  margin: min(40px, 2.7777777778vw) auto 0;
  padding: 0 0 min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .feature__section--disaster {
    max-width: none;
    margin: 0px 0 0;
    padding: 0 0 0px;
    background-color: transparent;
    box-shadow: none;
  }
}
.feature__section-title {
  text-align: center;
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  padding: min(16px, 1.1111111111vw) min(40px, 2.7777777778vw);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .feature__section-title {
    font-size: 26px;
    padding: 0px 8px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.feature__section-title--daily {
  background-color: #171c60;
  color: #ffffff;
}
.feature__section-title--disaster {
  background-color: #e40000;
  color: #ffffff;
}
.feature__section-title .feature__title-lg {
  font-size: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .feature__section-title .feature__title-lg {
    font-size: 32px;
  }
}
.feature__grid {
  max-width: min(828px, 57.5vw);
  margin: min(16px, 1.1111111111vw) auto 0;
}
@media (max-width: 768px) {
  .feature__grid {
    max-width: 500px;
    margin: 0 auto 0;
    padding: 16px 30px;
  }
}
@media (min-width: 769px) {
  .feature__grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(24px, 1.6666666667vw);
    justify-content: center;
  }
}
.feature__grid-item {
  flex: 1;
  max-width: min(300px, 20.8333333333vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .feature__grid-item {
    flex: none;
    width: auto;
    max-width: none;
    background: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
}
.feature__grid-item img {
  width: 100%;
  max-width: min(220px, 15.2777777778vw);
  height: auto;
  border-radius: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .feature__grid-item img {
    max-width: 222px;
    border-radius: 6px;
  }
}
.feature__grid-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .feature__grid-top {
    flex-direction: row;
    align-items: center;
    background: #F4F4F4;
    text-align: left;
  }
}
.feature__grid-question {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .feature__grid-question {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.feature__grid-icon {
  width: min(120px, 8.3333333333vw);
  height: min(120px, 8.3333333333vw);
  max-width: min(120px, 8.3333333333vw) !important;
}
@media (max-width: 768px) {
  .feature__grid-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    max-width: 60px !important;
  }
}
.feature__grid-arrow {
  display: block;
  width: min(44px, 3.0555555556vw);
  height: min(40px, 2.7777777778vw);
  margin-top: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .feature__grid-arrow {
    width: 32px;
    height: 28px;
    margin-top: 0px;
  }
}
.feature__grid-arrow img {
  width: 100%;
  height: 100%;
}
.feature__grid-answer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(260px, 18.0555555556vw);
  padding: min(4px, 0.2777777778vw) min(8px, 0.5555555556vw);
  background-color: #171c60;
  color: #ffffff;
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .feature__grid-answer {
    font-size: 20px;
    max-width: 100%;
    margin-top: 4px;
    padding: 4px;
  }
}
.feature__grid-box {
  padding: min(8px, 0.5555555556vw);
  border: 0.5px solid #a2a2a2;
  background-color: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  .feature__grid-box {
    padding: 6px;
  }
}
.feature__grid-box-inner {
  background-color: #f4f4f4;
  padding: min(16px, 1.1111111111vw) min(8px, 0.5555555556vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .feature__grid-box-inner {
    padding: 12px 16px;
    gap: 6px;
  }
}
.feature__grid-box-inner img {
  display: block;
  width: 100%;
  aspect-ratio: 220/154;
  object-fit: cover;
}
.feature__grid-result {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e40000;
  color: #ffffff;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .feature__grid-result {
    font-size: 18px;
  }
}
.feature__carousel-dots {
  display: none;
}
@media (max-width: 768px) {
  .feature__carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }
  .feature__carousel-dots.swiper-pagination {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
  }
  .feature__carousel-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a2a2a2;
    opacity: 1;
    margin: 0;
  }
  .feature__carousel-dots .swiper-pagination-bullet-active {
    background-color: #171c60;
  }
}
.feature__section-bottom {
  text-align: center;
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: min(12px, 0.8333333333vw);
}
@media (max-width: 768px) {
  .feature__section-bottom {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.96px;
    margin-top: 0px;
    padding: 20px 0;
    position: relative;
  }
  .feature__section-bottom::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 343px;
    max-width: 100%;
    height: 106px;
    background: url("../images/feature-section-bottom-bg.png") center/contain no-repeat;
    z-index: -1;
  }
}

.points {
  padding: min(70px, 4.8611111111vw) 0 min(80px, 5.5555555556vw);
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .points {
    padding: 40px 0;
  }
}
.points__inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .points__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.points__heading {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.points__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.points__bg-text {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .points__bg-text {
    font-size: 64px;
  }
}
.points__title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1;
  margin-top: max(-80px, -5.5555555556vw);
  position: relative;
  z-index: 1;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .points__title {
    font-size: 24px;
    margin-top: -38px;
    letter-spacing: 0.96px;
  }
}
.points__title-num {
  font-size: min(64px, 4.4444444444vw);
  letter-spacing: 2.56px;
}
@media (max-width: 768px) {
  .points__title-num {
    font-size: 40px;
  }
}
.points__lead {
  font-size: min(20px, 1.3888888889vw);
  color: #333333;
  line-height: 1.8;
  margin-top: min(32px, 2.2222222222vw);
  position: relative;
  z-index: 1;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .points__lead {
    font-size: 16px;
    margin-top: 16px;
    background-color: #f9f6e0;
    border: 1px solid #f7e035;
    padding: 10px 8px 15px;
    line-height: 1.6;
    letter-spacing: 0.64px;
    text-align: center;
  }
  .points__lead strong {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .points__lead-intro {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .points__lead-body {
    display: block;
  }
}
@media (max-width: 768px) {
  .points__lead-brand {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .points__lead-system {
    font-size: 20px;
    font-weight: bold;
  }
}
.points__list {
  display: flex;
  flex-direction: column;
  gap: min(170px, 11.8055555556vw);
  margin-top: min(170px, 11.8055555556vw);
}
@media (max-width: 768px) {
  .points__list {
    gap: 40px;
    margin-top: 40px;
  }
}
.points__item {
  display: flex;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
  padding: min(35px, 2.4305555556vw) 0 min(32px, 2.2222222222vw) min(50px, 3.4722222222vw);
  background-color: #ffffff;
  position: relative;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.points__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .points__item {
    flex-direction: column;
    padding: 28px 20px 24px;
    gap: 8px;
  }
}
.points__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f7e035;
  clip-path: polygon(100% 0, 100% 100%, 73% 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .points__item::after {
    clip-path: polygon(100% 40%, 100% 100%, 60% 100%);
  }
}
.points__item--reverse {
  padding: min(35px, 2.4305555556vw) min(40px, 2.7777777778vw) min(32px, 2.2222222222vw) 0;
  gap: min(24px, 1.6666666667vw);
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .points__item--reverse {
    flex-direction: column;
    padding: 28px 20px 24px;
    gap: 8px;
  }
}
.points__item--reverse::after {
  clip-path: polygon(0 0, 28% 0, 0 140%);
}
@media (max-width: 768px) {
  .points__item--reverse::after {
    clip-path: polygon(100% 40%, 100% 100%, 60% 100%);
  }
}
.points__item--reverse .points__item-header {
  margin-top: max(-140px, -9.7222222222vw);
}
@media (max-width: 768px) {
  .points__item--reverse .points__item-header {
    margin-top: -50px;
  }
}
.points__item--reverse .points__item-title {
  font-feature-settings: "palt" on;
}
.points__item--reverse .points__item-image {
  width: 43%;
  margin-top: max(-100px, -6.9444444444vw);
}
@media (max-width: 768px) {
  .points__item--reverse .points__item-image {
    width: 100%;
    margin-top: 16px;
    margin-bottom: -16px;
  }
}
@media (max-width: 768px) {
  .points__item:nth-child(n+2) .points__item-title {
    font-size: 20px;
  }
}
.points__item:nth-child(3) .points__item-image {
  width: 41%;
}
@media (max-width: 768px) {
  .points__item:nth-child(3) .points__item-image {
    width: 100%;
  }
}
.points__item-text {
  position: relative;
  z-index: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .points__item-text {
    display: contents;
  }
}
@media (max-width: 768px) {
  .points__item-text .checklist {
    order: 4;
    position: relative;
    z-index: 1;
    margin-top: 16px;
  }
}
.points__item-header {
  display: flex;
  align-items: baseline;
  margin-top: max(-110px, -7.6388888889vw);
  margin-bottom: min(10px, 0.6944444444vw);
}
@media (max-width: 768px) {
  .points__item-header {
    order: 1;
    width: 100%;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 0px;
  }
}
.points__item-label {
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 900;
  color: #8e93d3;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .points__item-label {
    font-size: 20px;
  }
}
.points__item-number {
  font-size: min(160px, 11.1111111111vw);
  font-weight: 900;
  -webkit-text-stroke: 3px #8e93d3;
  color: transparent;
  line-height: 1;
  margin-left: 2px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .points__item-number {
    font-size: 48px;
    -webkit-text-stroke: 2px #8e93d3;
    margin-left: 8px;
  }
}
.points__item-title {
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.4;
  background: linear-gradient(transparent 65%, #f7e035 65%);
  display: inline;
  letter-spacing: 1.28px;
}
@media (max-width: 768px) {
  .points__item-title {
    order: 2;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.96px;
    background: none;
  }
}
.points__item-image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 52.5%;
  margin-top: max(-124px, -8.6111111111vw);
}
@media (max-width: 768px) {
  .points__item-image {
    order: 3;
    width: 100%;
    margin-top: 16px;
  }
}
.points__item-image img {
  width: 100%;
  height: auto;
}

.checklist {
  margin-top: min(24px, 1.6666666667vw);
  display: flex;
  flex-direction: column;
  gap: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .checklist {
    margin-top: 0;
    gap: 11px;
    width: 100%;
  }
}
.checklist__item {
  display: flex;
  align-items: flex-start;
  gap: min(16px, 1.1111111111vw);
  font-size: min(20px, 1.3888888889vw);
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .checklist__item {
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.checklist__item::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(33.6px, 2.3333333333vw);
  height: min(33.6px, 2.3333333333vw);
  flex-shrink: 0;
  border-radius: 210px;
  border: 2px solid #171c60;
  background: #ffffff;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M1 6.07252L6.6 11.92L17.8 1' stroke='%23171C60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: min(19px, 1.3194444444vw) min(13px, 0.9027777778vw);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .checklist__item::before {
    width: 24px;
    height: 24px;
    background-size: 14px 10px;
  }
}

.risk {
  padding: min(80px, 5.5555555556vw) 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .risk {
    padding: 40px 0;
  }
}
.risk__inner {
  max-width: min(1156px, 80.2777777778vw);
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .risk__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.risk__title {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.risk__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .risk__title {
    font-size: 24px;
    width: 100%;
  }
}
.risk__title-accent {
  display: inline-block;
  background-color: #171c60;
  color: #f7e035;
  padding: 0 min(64px, 4.4444444444vw);
  margin-top: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .risk__title-accent {
    padding: 6px 32px;
    max-width: 343px;
    margin: 8px auto 0;
    width: 100%;
  }
}
.risk__content {
  position: relative;
  width: 100%;
  margin-top: min(100px, 6.9444444444vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.risk__content.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .risk__content {
    margin-top: 16px;
    background-color: #b8c2c5;
    width: 100vw;
    margin-inline: calc((100vw - 100%) / 2 * -1);
    padding: 16px 16px 0;
  }
}
@media (max-width: 768px) {
  .risk__content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/risk-bg-overlay.png") center/cover no-repeat;
    mix-blend-mode: overlay;
    pointer-events: none;
  }
}
.risk__content-bg {
  position: relative;
  background-color: #b8c2c5;
  padding: min(40px, 2.7777777778vw) min(80px, 5.5555555556vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .risk__content-bg {
    background-color: transparent;
    padding: 0;
    overflow: visible;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.risk__content-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/risk-bg-overlay.png") center/cover no-repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media (max-width: 768px) {
  .risk__content-bg::after {
    display: none;
  }
}
.risk__warnings {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.1111111111vw);
  max-width: min(483px, 33.5416666667vw);
}
@media (max-width: 768px) {
  .risk__warnings {
    max-width: 100%;
    gap: 16px;
  }
}
.risk__warning-item {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944444444vw);
  padding: min(10px, 0.6944444444vw) min(22px, 1.5277777778vw);
  background-color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .risk__warning-item {
    gap: 8px;
    padding: 10px 22px;
    white-space: normal;
  }
}
.risk__warning-item img {
  width: min(48px, 3.3333333333vw);
  height: min(43px, 2.9861111111vw);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .risk__warning-item img {
    width: 32px;
    height: 28px;
  }
}
.risk__warning-item .risk__warning-text {
  font-size: min(28px, 1.9444444444vw);
  font-weight: 500;
  color: #171c60;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .risk__warning-item .risk__warning-text {
    font-size: 18px;
  }
}
.risk__image {
  position: absolute;
  right: min(86px, 5.9722222222vw);
  bottom: 0;
  width: min(377px, 26.1805555556vw);
  height: min(374px, 25.9722222222vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .risk__image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 60%;
    max-width: 500px;
    height: auto;
    margin: -24px auto 0;
    z-index: 2;
  }
}
.risk__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .risk__image img {
    height: auto;
  }
}
.risk__bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4px, 0.2777777778vw);
  margin-top: max(-6px, -0.4166666667vw);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.risk__bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .risk__bottom {
    gap: 2px;
    margin-top: -4px;
  }
}
.risk__arrow img {
  width: min(66px, 4.5833333333vw);
  height: min(60px, 4.1666666667vw);
}
@media (max-width: 768px) {
  .risk__arrow img {
    width: 53px;
    height: 48px;
  }
}
.risk__bottom-text {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  color: #171c60;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .risk__bottom-text {
    font-size: 26px;
  }
}
.risk__bottom-line {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.risk__bottom-line::after {
  content: "";
  position: absolute;
  bottom: min(8px, 0.5555555556vw);
  left: 0;
  width: 100%;
  height: min(10px, 0.6944444444vw);
  background-color: #f7e035;
  z-index: -1;
}
@media (max-width: 768px) {
  .risk__bottom-line::after {
    bottom: 4px;
    height: 6px;
  }
}
.risk__bottom-em {
  font-size: min(48px, 3.3333333333vw);
}
@media (max-width: 768px) {
  .risk__bottom-em {
    font-size: 32px;
  }
}
.risk__bottom-bracket {
  letter-spacing: -14.4px;
}
@media (max-width: 768px) {
  .risk__bottom-bracket {
    letter-spacing: -13.76px;
  }
}

.function {
  padding: min(144px, 10vw) 0 min(80px, 5.5555555556vw);
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .function {
    padding: 50px 0 24px;
  }
}
.function__inner {
  max-width: min(1310px, 90.9722222222vw);
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .function__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.function__heading {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.function__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.function__heading .section-heading__ja {
  padding-top: 0;
}
@media (max-width: 768px) {
  .function__heading .section-heading__ja {
    font-size: 26px;
    gap: 16px;
  }
  .function__heading .section-heading__ja::before, .function__heading .section-heading__ja::after {
    flex: 1;
  }
}
.function__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .function__bg-text {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}
.function__columns {
  display: flex;
  gap: min(16px, 1.1111111111vw);
  margin-top: min(80px, 5.5555555556vw);
}
@media (max-width: 768px) {
  .function__columns {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.function__column {
  flex: 1;
  border-radius: 0 0 min(12px, 0.8333333333vw) min(12px, 0.8333333333vw);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.function__column.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .function__column {
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
  }
}
.function__column:nth-child(1) .function__column-catch::before, .function__column:nth-child(1) .function__column-catch::after {
  color: #606af0;
}
.function__column:nth-child(2) .function__column-catch {
  color: #e27c08;
}
.function__column:nth-child(2) .function__column-catch::before, .function__column:nth-child(2) .function__column-catch::after {
  color: #f7e035;
}
.function__column:nth-child(3) .function__column-catch {
  color: #00760e;
}
.function__column:nth-child(3) .function__column-catch::before, .function__column:nth-child(3) .function__column-catch::after {
  color: #00cf17;
}
.function__column-header {
  padding: min(8px, 0.5555555556vw) min(16px, 1.1111111111vw);
  text-align: center;
  color: #ffffff;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .function__column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    padding: 8px 8px 8px 32px;
    cursor: pointer;
    text-align: left;
  }
}
.function__column-header small {
  font-size: min(18px, 1.25vw);
  font-weight: 400;
}
@media (max-width: 768px) {
  .function__column-header small {
    font-size: 18px;
  }
}
.function__column-header--office {
  background: linear-gradient(270deg, #171c60 95%, #606aef 95%);
}
@media (max-width: 768px) {
  .function__column-header--office {
    background: linear-gradient(90deg, #606aef 16px, #171c60 16px);
  }
}
.function__column-header--factory {
  background: linear-gradient(270deg, #e27c08 95%, #f7e035 95%);
}
@media (max-width: 768px) {
  .function__column-header--factory {
    background: linear-gradient(90deg, #f7e035 16px, #e27c08 16px);
  }
}
.function__column-header--hospital {
  background: linear-gradient(270deg, #00760e 95%, #00cf17 95%);
}
@media (max-width: 768px) {
  .function__column-header--hospital {
    background: linear-gradient(90deg, #00cf17 16px, #00760e 16px);
  }
}
.function__column-toggle {
  display: none;
}
@media (max-width: 768px) {
  .function__column-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
  }
}
.function__column-toggle-icon {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}
.function__column-toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1.5px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.function__column-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 18px;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}
.function__column.is-open .function__column-toggle-icon::after {
  opacity: 0;
}
.function__column-body {
  padding: min(16px, 1.1111111111vw) min(20px, 1.3888888889vw) min(24px, 1.6666666667vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .function__column-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 16px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .function__column.is-open .function__column-body {
    max-height: 600px;
    padding: 12px 16px 20px;
  }
}
.function__column-illust {
  width: min(168px, 11.6666666667vw);
  height: auto;
}
@media (max-width: 768px) {
  .function__column-illust {
    width: 120px;
  }
}
.function__column-catch {
  position: relative;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.3;
  margin-top: min(20px, 1.3888888889vw);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .function__column-catch {
    font-size: 16px;
    margin-top: 12px;
  }
}
.function__column-catch::before, .function__column-catch::after {
  position: absolute;
  top: max(-3px, -0.2083333333vw);
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .function__column-catch::before, .function__column-catch::after {
    font-size: 28px;
    top: -2px;
  }
}
.function__column-catch::before {
  content: "“";
  left: max(-32px, -2.2222222222vw);
}
@media (max-width: 768px) {
  .function__column-catch::before {
    left: -20px;
  }
}
.function__column-catch::after {
  content: "”";
  right: max(-32px, -2.2222222222vw);
}
@media (max-width: 768px) {
  .function__column-catch::after {
    right: -20px;
  }
}
.function__column-screenshot {
  width: 100%;
  height: auto;
  border-radius: min(8px, 0.5555555556vw);
  margin-top: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .function__column-screenshot {
    border-radius: 6px;
    margin-top: 12px;
  }
}
.function__column-list {
  max-width: min(320px, 22.2222222222vw);
  width: 100%;
  margin: min(16px, 1.1111111111vw) auto 0;
}
@media (max-width: 768px) {
  .function__column-list {
    max-width: 100%;
    margin-top: 12px;
  }
}
.function__column-list li {
  display: flex;
  align-items: flex-start;
  gap: min(8px, 0.5555555556vw);
  font-size: min(16px, 1.1111111111vw);
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .function__column-list li {
    font-size: 16px;
    gap: 4px;
  }
}
.function__column-list li::before {
  content: "・";
  flex-shrink: 0;
}
.function__arrow {
  display: flex;
  justify-content: center;
  margin-top: min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .function__arrow {
    margin-top: 16px;
  }
}
.function__arrow img {
  width: min(350px, 24.3055555556vw);
  height: auto;
}
@media (max-width: 768px) {
  .function__arrow img {
    width: 167px;
  }
}
.function__additional {
  text-align: center;
  margin-top: min(40px, 2.7777777778vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.function__additional.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .function__additional {
    margin-top: 16px;
  }
}
.function__additional-title {
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  color: #575db0;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .function__additional-title {
    font-size: 20px;
  }
}
.function__additional-grid {
  display: flex;
  gap: min(40px, 2.7777777778vw);
  justify-content: center;
  max-width: min(1040px, 72.2222222222vw);
  margin: min(40px, 2.7777777778vw) auto 0;
}
@media (max-width: 768px) {
  .function__additional-grid {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
    max-width: 100%;
  }
}
.function__additional-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
  width: 100%;
}
@media (max-width: 768px) {
  .function__additional-item {
    width: calc(33.333% - 12px);
    gap: 6px;
  }
}
.function__additional-item img {
  width: 100%;
  border-radius: min(16px, 1.1111111111vw);
  background: #ffffff;
  box-shadow: 0 0 30px 0 #e7e7e7;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .function__additional-item img {
    border-radius: 12px;
    box-shadow: 0 0 22px 0 #e7e7e7;
  }
}
.function__additional-item .function__additional-label {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .function__additional-item .function__additional-label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
  }
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  inset: 0;
  background: url("../images/cta-bg.png") center/cover no-repeat;
}
.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(80px, 5.5555555556vw) min(50px, 3.4722222222vw) 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .cta__inner {
    max-width: 500px;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 32px;
    gap: 16px;
  }
}
.cta__content {
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.6666666667vw);
  width: min(560px, 38.8888888889vw);
  padding-top: min(32px, 2.2222222222vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.cta__content.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .cta__content {
    width: 100%;
    gap: 24px;
    padding-top: 0;
  }
}
.cta__text {
  font-size: min(20px, 1.3888888889vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cta__tag {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #171c60;
  font-size: min(20px, 1.3888888889vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0 min(24px, 1.6666666667vw);
  border: 2px solid #171c60;
  border-radius: 100px;
  margin-bottom: max(-16px, -1.1111111111vw);
}
@media (max-width: 768px) {
  .cta__tag {
    font-size: 18px;
    padding: 0 32px;
    margin-bottom: 8px;
  }
}
.cta__tag::after, .cta__tag::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.cta__tag::before {
  bottom: max(-11px, -0.7638888889vw);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #171c60;
}
@media (max-width: 768px) {
  .cta__tag::before {
    bottom: -9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #171c60;
  }
}
.cta__tag::after {
  bottom: max(-9px, -0.625vw);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #ffffff;
}
@media (max-width: 768px) {
  .cta__tag::after {
    bottom: -7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #ffffff;
  }
}
.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(100px, 6.9444444444vw);
  padding: min(24px, 1.6666666667vw) min(10px, 0.6944444444vw) min(16px, 1.1111111111vw);
  background-color: #f7e035;
  color: #171c60;
  font-size: min(40px, 2.7777777778vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta__btn {
    font-size: 24px;
    height: 60px;
    padding: 32px 10px;
    border: 3px solid #ffffff;
    background-color: #f7e035;
    box-shadow: 0 8px 0 0 #887800;
  }
}
.cta__btn:hover {
  background-color: #171c60;
  color: #f7e035;
}
.cta__image {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cta__image {
    display: none;
  }
}
.cta__image img {
  width: 100%;
  max-width: min(480px, 33.3333333333vw);
  height: auto;
}
.cta__text-small {
  font-size: min(24px, 1.6666666667vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .cta__text-small {
    font-size: 14px;
  }
}
.cta__label {
  display: inline-block;
  padding: min(4px, 0.2777777778vw) min(16px, 1.1111111111vw);
  border: 2px solid #f7e035;
  color: #ffffff;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  width: fit-content;
}
@media (max-width: 768px) {
  .cta__label {
    font-size: 12px;
    padding: 2px 10px;
  }
}
@media (max-width: 768px) {
  .cta--bottom .cta__inner {
    padding: 32px 16px 0;
  }
}
.cta--bottom .cta__btn {
  font-size: min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .cta--bottom .cta__image {
    display: block;
  }
}
@media (max-width: 768px) {
  .cta--bottom .cta__image img {
    max-width: 100%;
  }
}

@keyframes case-studies-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.case-studies {
  padding: min(128px, 8.8888888889vw) 0 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .case-studies {
    padding: 60px 0 32px;
  }
}
.case-studies__inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .case-studies__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.case-studies__heading {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.case-studies__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.case-studies__heading .section-heading__ja {
  padding-top: 0;
}
@media (max-width: 768px) {
  .case-studies__heading .section-heading__ja {
    font-size: 26px;
    gap: 16px;
  }
  .case-studies__heading .section-heading__ja::before, .case-studies__heading .section-heading__ja::after {
    flex: 1;
  }
}
.case-studies__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #f9f9f9;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .case-studies__bg-text {
    font-size: 48px;
    letter-spacing: 1.92px;
  }
}
.case-studies__cards {
  display: flex;
  flex-direction: column;
  gap: min(32px, 2.2222222222vw);
  margin-bottom: min(40px, 2.7777777778vw);
  list-style: none;
  padding: 0;
  max-width: min(1075px, 74.6527777778vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(80px, 5.5555555556vw);
}
@media (max-width: 768px) {
  .case-studies__cards {
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
    max-width: 100%;
  }
}
.case-studies__logos {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: min(32px, 2.2222222222vw) 0;
}
@media (max-width: 768px) {
  .case-studies__logos {
    padding: 16px 0;
  }
}
.case-studies__logos-track {
  display: flex;
  width: max-content;
  animation: case-studies-scroll 30s linear infinite;
}
.case-studies__logos-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: min(40px, 2.7777777778vw);
  padding: 0 min(20px, 1.3888888889vw);
  list-style: none;
}
@media (max-width: 768px) {
  .case-studies__logos-list {
    gap: 24px;
    padding: 0 12px;
  }
}
.case-studies__logos-item {
  flex-shrink: 0;
}
.case-studies__logos-item img {
  display: block;
  width: min(160px, 11.1111111111vw);
  height: min(80px, 5.5555555556vw);
  object-fit: contain;
}
@media (max-width: 768px) {
  .case-studies__logos-item img {
    width: 97px;
    height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .case-studies__logos-track {
    animation: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: min(40px, 2.7777777778vw);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 min(50px, 3.4722222222vw);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .case-studies__logos-track {
    gap: 16px;
    padding: 0 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .case-studies__logos-list:nth-child(n+2) {
    display: none;
  }
  .case-studies__logos-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}

.case-card {
  display: flex;
  background-color: #ffffff;
  border-radius: min(24px, 1.6666666667vw);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.case-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .case-card {
    flex-direction: column;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.case-card__image {
  width: min(363px, 25.2083333333vw);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .case-card__image {
    width: 100%;
    height: auto;
  }
}
.case-card__image picture {
  display: block;
  height: 100%;
}
.case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .case-card__image img {
    aspect-ratio: 343/137;
    height: auto;
  }
}
.case-card__body {
  padding: 0 min(32px, 2.2222222222vw) min(24px, 1.6666666667vw) min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .case-card__body {
    padding: 8px 16px 24px;
  }
}
.case-card__header {
  display: flex;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .case-card__header {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.case-card__logo {
  width: min(160px, 11.1111111111vw);
  height: min(80px, 5.5555555556vw);
  object-fit: contain;
}
@media (max-width: 768px) {
  .case-card__logo {
    width: 160px;
    height: 50px;
    object-fit: cover;
  }
}
.case-card__company {
  font-size: min(17px, 1.1805555556vw);
  font-weight: 500;
  color: #888;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-feature-settings: "palt" on;
}
@media (max-width: 768px) {
  .case-card__company {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
}
.case-card__title {
  position: relative;
  font-size: min(28px, 1.9444444444vw);
  font-weight: 700;
  color: #171c60;
  letter-spacing: 0.04em;
  background-color: #f9f6e0;
  padding: min(4px, 0.2777777778vw) min(24px, 1.6666666667vw);
  margin-top: max(-8px, -0.5555555556vw);
}
@media (max-width: 768px) {
  .case-card__title {
    font-size: 20px;
    padding: 4px 8px 8px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}
.case-card__table {
  display: flex;
  flex-direction: column;
  gap: min(8px, 0.5555555556vw);
  margin-top: min(18px, 1.25vw);
}
@media (max-width: 768px) {
  .case-card__table {
    gap: 16px;
    margin-top: 24px;
  }
}
.case-card__row {
  display: flex;
  align-items: center;
  gap: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .case-card__row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}
.case-card__row dt {
  width: min(120px, 8.3333333333vw);
  flex-shrink: 0;
  padding: min(2px, 0.1388888889vw) min(8px, 0.5555555556vw);
  background-color: #171c60;
  color: #ffffff;
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .case-card__row dt {
    width: 100%;
    font-size: 18px;
    padding: 3px 24px;
    background-color: #f6f6f6;
    color: #171c60;
  }
}
.case-card__row dd {
  flex: 1;
  font-size: min(16px, 1.1111111111vw);
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .case-card__row dd {
    font-size: 14px;
  }
}

.trial {
  padding: min(140px, 9.7222222222vw) 0 min(80px, 5.5555555556vw);
  background-color: #f9f6e0;
}
@media (max-width: 768px) {
  .trial {
    padding: 70px 0 40px;
  }
}
.trial__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(80px, 5.5555555556vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.trial__inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .trial__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.trial__heading {
  position: relative;
  text-align: center;
  width: 100%;
}
.trial__heading .section-heading__ja {
  padding-top: 0;
}
@media (max-width: 768px) {
  .trial__heading .section-heading__ja {
    font-size: 26px;
    gap: 16px;
    letter-spacing: 1.04px;
  }
  .trial__heading .section-heading__ja::before, .trial__heading .section-heading__ja::after {
    width: auto;
    flex: 1;
  }
}
.trial__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #fffdee;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .trial__bg-text {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}
.trial__lead {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.72px;
  margin-top: min(80px, 5.5555555556vw);
}
@media (max-width: 768px) {
  .trial__lead {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    margin-top: 16px;
  }
}
.trial__details {
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.1111111111vw);
  width: 100%;
  max-width: min(420px, 29.1666666667vw);
  margin-top: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .trial__details {
    max-width: 100%;
    gap: 8px;
    margin-top: 16px;
  }
}
.trial__detail-row {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .trial__detail-row {
    align-items: stretch;
    height: 54px;
  }
}
.trial__detail-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 15.2777777778vw);
  height: min(68px, 4.7222222222vw);
  flex-shrink: 0;
  background: url("../images/trial-label-bg.svg") center/contain no-repeat;
  color: #ffffff;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-right: min(16px, 1.1111111111vw);
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .trial__detail-label {
    width: 136px;
    height: auto;
    font-size: 20px;
    padding-right: 10px;
    background: url("../images/trial-label-bg-sp.svg") center/contain no-repeat;
  }
}
.trial__detail-value {
  flex: 1;
  display: flex;
  align-items: baseline;
  height: min(68px, 4.7222222222vw);
  padding: min(8px, 0.5555555556vw) min(32px, 2.2222222222vw) 0 min(38px, 2.6388888889vw);
  background-color: #ffffff;
  border: 2px solid #dddddd;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  color: #171c60;
  margin-left: max(-16px, -1.1111111111vw);
}
@media (max-width: 768px) {
  .trial__detail-value {
    height: auto;
    padding: 4px 16px 0 4px;
    font-size: 20px;
    margin-left: -10px;
    justify-content: center;
    border: none;
  }
}
.trial__detail-num {
  font-size: min(48px, 3.3333333333vw);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .trial__detail-num {
    font-size: 40px;
  }
}
.trial__sub {
  font-size: min(20px, 1.3888888889vw);
  color: #171C60;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: min(72px, 5vw);
}
@media (max-width: 768px) {
  .trial__sub {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
    margin-top: 16px;
  }
}
.trial .btn--primary {
  margin-top: min(28px, 1.9444444444vw);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
  color: #171c60;
  line-height: min(28.8px, 2vw);
}
.trial .btn--primary:hover {
  color: #f7e035;
}
@media (max-width: 768px) {
  .trial .btn--primary {
    margin-top: 8px;
    font-size: 24px;
    padding: 20px 10px 16px;
    height: auto;
    max-width: 100%;
    line-height: 28.8px;
    box-shadow: 0px 8px 0px 0px #887800;
  }
}

.flow {
  padding: min(140px, 9.7222222222vw) 0 min(80px, 5.5555555556vw);
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .flow {
    padding: 70px 0 40px;
  }
}
.flow__inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .flow__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.flow__heading {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.flow__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.flow__heading .section-heading__ja {
  padding-top: 0;
}
@media (max-width: 768px) {
  .flow__heading .section-heading__ja {
    font-size: 26px;
    gap: 16px;
    letter-spacing: 1.04px;
  }
  .flow__heading .section-heading__ja::before, .flow__heading .section-heading__ja::after {
    width: auto;
    flex: 1;
  }
}
.flow__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #fffdfd;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .flow__bg-text {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}
.flow__steps {
  margin-top: min(80px, 5.5555555556vw);
  display: flex;
  gap: min(9px, 0.625vw);
  justify-content: center;
}
@media (max-width: 768px) {
  .flow__steps {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
}
.flow__step {
  flex: 1;
  max-width: min(260px, 18.0555555556vw);
  background-color: #ffffff;
  padding: min(100px, 6.9444444444vw) min(16px, 1.1111111111vw) min(24px, 1.6666666667vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: min(60px, 4.1666666667vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.flow__step.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .flow__step {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 16px;
    row-gap: 0;
    flex: none;
    max-width: none;
    padding: 24px 16px;
    margin-top: 0;
    text-align: left;
    align-items: start;
  }
}
.flow__step-num {
  position: absolute;
  top: max(-60px, -4.1666666667vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(120px, 8.3333333333vw);
  height: min(120px, 8.3333333333vw);
  border-radius: 50%;
  background-color: #8e93d3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .flow__step-num {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    grid-column: 2;
    grid-row: 1;
  }
}
.flow__step-num .flow__step-label {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .flow__step-num .flow__step-label {
    font-size: 14px;
    color: #8e93d3;
    letter-spacing: 0.56px;
  }
}
.flow__step-num .flow__step-number {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(64px, 4.4444444444vw);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  .flow__step-num .flow__step-number {
    font-size: 14px;
    font-weight: 700;
    color: #8e93d3;
    line-height: inherit;
  }
}
.flow__step-title {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  color: #171c60;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow__step-title {
    font-size: 20px;
    white-space: normal;
    line-height: 1.7;
    letter-spacing: 0.8px;
    grid-column: 2;
    grid-row: 2;
    line-height: 1;
  }
}
.flow__step-image {
  margin-top: min(8px, 0.5555555556vw);
}
@media (max-width: 768px) {
  .flow__step-image {
    margin-top: 0;
    grid-column: 1;
    grid-row: 1/-1;
    align-self: start;
  }
}
.flow__step-image img {
  width: min(120px, 8.3333333333vw);
  height: auto;
}
@media (max-width: 768px) {
  .flow__step-image img {
    width: 60px;
  }
}
.flow__step-text {
  font-size: min(16px, 1.1111111111vw);
  color: #333333;
  line-height: 1.8;
  text-align: justify;
  margin-top: min(8px, 0.5555555556vw);
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .flow__step-text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 16px;
    grid-column: 1/-1;
    grid-row: 3;
  }
}

.faq {
  padding: min(140px, 9.7222222222vw) 0 min(80px, 5.5555555556vw);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .faq {
    padding: 60px 0 40px;
  }
}
.faq__inner {
  max-width: calc(min(880px, 61.1111111111vw) + min(80px, 5.5555555556vw));
  margin: 0 auto;
  padding: 0 min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .faq__inner {
    max-width: 500px;
    padding: 0 16px;
  }
}
.faq__heading {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.faq__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.faq__heading .section-heading__ja {
  padding-top: 0;
}
@media (max-width: 768px) {
  .faq__heading .section-heading__ja {
    font-size: 26px;
    gap: 16px;
  }
  .faq__heading .section-heading__ja::before, .faq__heading .section-heading__ja::after {
    flex: 1;
  }
}
.faq__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(160px, 11.1111111111vw);
  font-weight: 700;
  color: #f9f9f9;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .faq__bg-text {
    font-size: 60px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.1111111111vw);
  margin-top: min(80px, 5.5555555556vw);
}
@media (max-width: 768px) {
  .faq__list {
    gap: 16px;
    margin-top: 24px;
  }
}
.faq__item {
  background-color: #f6f6f6;
  border-radius: min(8px, 0.5555555556vw);
  padding: min(16px, 1.1111111111vw) min(24px, 1.6666666667vw);
  display: flex;
  flex-direction: column;
  gap: min(10px, 0.6944444444vw);
  opacity: 0;
  transform: translateY(min(40px, 2.7777777778vw));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.faq__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .faq__item {
    border-radius: 8px;
    padding: 16px;
    gap: 0;
  }
}
.faq__question {
  display: flex;
  align-items: center;
  gap: min(25px, 1.7361111111vw);
  padding-bottom: min(16px, 1.1111111111vw);
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .faq__question {
    gap: 8px;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: padding-bottom 0.3s ease, border-color 0.3s ease;
  }
  .faq__item.is-open .faq__question {
    padding-bottom: 8px;
    border-bottom-color: #d2d2d2;
  }
}
.faq__question-text {
  flex: 1;
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  color: #171c60;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 16px;
  }
}
.faq__toggle {
  display: none;
}
@media (max-width: 768px) {
  .faq__toggle {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .faq__toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #171c60;
    transform: translateY(-50%);
  }
  .faq__toggle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #171c60;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
  }
  .faq__item.is-open .faq__toggle::after {
    opacity: 0;
  }
}
.faq__answer {
  display: flex;
  align-items: center;
  gap: min(25px, 1.7361111111vw);
}
@media (max-width: 768px) {
  .faq__answer {
    gap: 8px;
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding-top 0.3s ease;
  }
  .faq__item.is-open .faq__answer {
    max-height: 300px;
    opacity: 1;
    padding-top: 8px;
  }
}
.faq__answer-text {
  flex: 1;
  font-size: min(16px, 1.1111111111vw);
  color: #000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .faq__answer-text {
    font-size: 15px;
  }
}
.faq__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(40px, 2.7777777778vw);
  height: min(40px, 2.7777777778vw);
  border-radius: 100px;
  flex-shrink: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 900;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .faq__label {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.faq__label--q {
  background-color: #171c60;
  color: #ffffff;
}
.faq__label--a {
  background-color: #ffffff;
  color: #171c60;
  border: 1px solid #171c60;
}

