@charset "UTF-8";
/* ---------------------------------------------
アニメーション
※ スクロールアニメーションは animation.js（GSAP + ScrollTrigger）に移行済み
  以下の CSS アニメーション定義は不要になったためコメントアウト
-----------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  /*image-rendering: -webkit-optimize-contrast;*/
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  display: block;
  color: #000;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    /*opacity: $opacity;*/
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 420px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

h3,
div,
p,
li,
dt,
dd,
th,
td,
a {
  font-size: max(12px, 1.1111111111vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  h3,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-size: ptvsp(14);
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}

a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

/* input
--------------------------------------------------*/
button {
  color: #000;
  transition: 0.3s;
  will-change: transform;
  letter-spacing: 0.05em;
}
button:focus {
  text-decoration: none;
}

.wrapper {
  width: 69.4444444444vw;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.wide-wrapper {
  width: 83.3333333333vw;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .wide-wrapper {
    width: 95%;
  }
}

.pc {
  display: block;
}

.sp, .ssp {
  display: none;
}

.pc-tb {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc, .ssp {
    display: none;
  }
  .sp, .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .sp, .ssp {
    display: block;
  }
  .pc-tb, .pc {
    display: none;
  }
}
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-nav {
  display: none;
}
@media screen and (max-width: 420px) {
  .is-fixed .l-nav {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: spvw(100);
  }
  .l-nav__button {
    width: calc(100% - 3.5em);
    height: spvw(100);
    margin: 0 auto;
  }
  .l-nav__button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a79280;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

header {
  border-top: 5px #FCC800 solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 1.6666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  max-width: 175px;
  width: 12.1527777778vw;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 140px;
  }
}
header .header-btn {
  max-width: 285px;
  width: 19.7916666667vw;
}
@media screen and (max-width: 767px) {
  header .header-btn {
    display: none;
  }
}

.fv {
  background: url(../images/kvbg_pc.webp) 0/cover no-repeat;
  background-size: 105%;
  background-position: center bottom;
  aspect-ratio: 1440/935;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv {
    background: none;
    aspect-ratio: auto;
  }
}
.fv .fv_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 7.0833333333vw;
  padding-top: 5.625vw;
  margin-left: 11.9444444444vw;
}
@media screen and (min-width: 1620px) {
  .fv .fv_container {
    margin-left: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_container {
    display: none;
  }
}
.fv .fv_container .box_l {
  width: 29.8611111111vw;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 1.5972222222vw;
}
.fv .fv_container .box_l picture {
  display: block;
}
.fv .fv_container .box_l img {
  width: 100%;
  height: auto;
  display: block;
}
.fv .fv_container .img {
  position: relative;
  width: 48.6111111111vw;
  max-width: 700px;
}
.fv .fv_container .img img {
  width: 100%;
  height: auto;
  display: block;
}
.fv .fv_container .img .banner {
  position: absolute;
  right: 1.3888888889vw;
  bottom: -5.9722222222vw;
  width: 23.6111111111vw;
  max-width: 400px;
}
.fv .fv_container .img .banner a {
  display: block;
}
.fv .fv_container .img .banner img {
  width: 100%;
  height: auto;
}

.fv_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv_sp {
    display: block;
  }
  .fv_sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.sec_01 {
  background: url(../images/section_01_bg.webp) 0/cover no-repeat;
  padding: 0 20px 5.9027777778vw;
  background-size: 100%;
  background-position: center bottom;
}
.sec_01 .inner {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    background: none;
    width: 100%;
    width: 100%;
    padding: 0;
  }
  .sec_01 .inner {
    margin-top: 0;
  }
}

.sec_02 {
  background: #f4f4f9;
  padding: 5.1388888889vw 20px 5.5555555556vw;
}
.sec_02 .sec02_inner {
  max-width: 900px;
  width: 59.1666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_02 {
    width: 100%;
    padding: 72px 20px;
  }
  .sec_02 .sec02_inner {
    width: 100%;
  }
}

.arrow_01 {
  margin: 30px auto 64px;
  max-width: 60px;
  width: 4.0972222222vw;
}
@media screen and (max-width: 767px) {
  .arrow_01 {
    width: 60px;
    margin-bottom: 40px;
  }
}

.sec_03 .sec03_01 {
  max-width: 592px;
  width: 41.1111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_03 .sec03_01 {
    width: 74.1333333333vw;
  }
}
.sec_03 .sec03_02 {
  padding: 5.5555555556vw 20px 9.7222222222vw;
  background: url(../images/section_03_bg.webp) no-repeat;
  background-size: 100%;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .sec_03 .sec03_02 {
    background: none;
    margin: 80px auto 0;
    padding: 0;
  }
  .sec_03 .sec03_02 .wide-wrapper {
    width: 100%;
  }
}

.cta {
  margin-top: -30px;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #e5f2fb 50%, #e5f2fb 100%);
}
@media screen and (max-width: 767px) {
  .cta {
    margin: 0;
  }
}
.cta .cta_bg {
  border-radius: 2.7777777778vw;
  padding: 6.25vw 0 5.5555555556vw;
  background: url(../images/cta_bg.webp) 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .cta .cta_bg {
    margin-top: 0;
    background: url(../images/sp_cta.webp) 0/cover no-repeat;
    border-radius: 20px;
    aspect-ratio: 390/475;
    position: relative;
  }
}
.cta .cta_txt {
  max-width: 702px;
  width: 48.75vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta .cta_txt {
    display: none;
  }
}
.cta .cta_btn {
  max-width: 352px;
  margin: 2.7777777778vw auto 0;
  width: 24.4444444444vw;
}
@media screen and (max-width: 767px) {
  .cta .cta_btn {
    max-width: 500px;
    bottom: 100px;
    width: 90%;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 420px) {
  .cta .cta_btn {
    bottom: 60px;
  }
}

.cta.second {
  margin: 0;
  background: linear-gradient(0deg, transparent 0%, transparent 50%, #e5f2fb 50%, #e5f2fb 100%);
}

.cta.third {
  background: linear-gradient(0deg, transparent 0%, transparent 50%, #e5f2fb 50%, #e5f2fb 100%);
}

.sec_04 {
  background-color: #e5f2fb;
  padding-bottom: 9.7222222222vw;
}
@media screen and (max-width: 767px) {
  .sec_04 {
    padding-bottom: 80px;
    margin-top: -20px;
  }
}
.sec_04 .wide-wrapper {
  background: #fff;
  border-right: 3px solid #1d2088;
  border-left: 3px solid #1d2088;
  border-bottom: 3px solid #1d2088;
  padding: 9.0277777778vw 2.0833333333vw 7.6388888889vw;
}
@media screen and (max-width: 767px) {
  .sec_04 .wide-wrapper {
    padding: 100px 15px 80px;
  }
}
.sec_04 .sec04_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3333333333vw 1.3888888889vw;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .sec_04 .sec04_02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sec_04 .sec04_02 .box .inner {
  display: flex;
  margin-top: 1.3888888889vw;
  gap: 1.3888888889vw;
}
.sec_04 .sec04_02 .box .test {
  flex-basis: 42.8%;
}
.sec_04 .sec04_02 .box .test a {
  display: block;
  cursor: zoom-in;
}
.sec_04 .sec04_02 .box .test a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec_04 .sec04_02 .box .test a:hover img {
    opacity: 0.7;
  }
}
.sec_04 .sec04_02 .box .txt {
  flex-basis: 48%;
  margin-top: 1.3888888889vw;
}
.sec_04 .sec04_03 {
  margin: 6.25vw auto 0;
  width: 79.1666666667vw;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .sec_04 .sec04_03 {
    width: 100%;
    margin: 64px auto 0;
  }
}
.sec_04 .sec04_04 {
  margin: 6.25vw auto 0;
  width: 72.2222222222vw;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .sec_04 .sec04_04 {
    width: 100%;
    margin: 64px auto 0;
  }
}

.sec_05 {
  background: url(../images/sec05_bg.webp) 0/cover no-repeat;
  background-size: 100%;
  margin-top: -40px;
  position: relative;
  z-index: -1;
  background-position: center top;
  padding: 7.6388888889vw 20px 5.5555555556vw;
}
@media screen and (min-width: 1620px) {
  .sec_05 {
    background-image: url(../images/sec05_bg_wide.webp);
  }
}
@media screen and (max-width: 767px) {
  .sec_05 {
    background: none;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
}
.sec_05 .sec05_inner {
  max-width: 940px;
  width: 65.2777777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_05 .sec05_inner {
    width: 100%;
    padding: 0;
  }
}

.sec_06 {
  background: #e5f2fb;
  padding: 9.7222222222vw 20px;
}
@media screen and (max-width: 767px) {
  .sec_06 {
    padding: 64px 15px;
  }
}
.sec_06 .wide-wrapper {
  background: #fff;
  border: 3px solid #1d2088;
  padding: 8.3333333333vw 20px;
}
@media screen and (max-width: 767px) {
  .sec_06 .wide-wrapper {
    border: 1.5px solid #1d2088;
    padding: 64px 10px 40px;
  }
}
.sec_06 h2 {
  width: 15.5555555556vw;
  max-width: 224px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_06 h2 {
    width: 57%;
    max-width: 380px;
  }
}
.sec_06 .faq_contents {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  width: 55.5555555556vw;
  margin: 4.1666666667vw auto 0;
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_contents {
    width: 100%;
    margin: 40px auto 0;
  }
}
.sec_06 .faq_item {
  margin: 0;
  padding: 0;
}
.sec_06 .faq_item:first-of-type {
  border-top: 1px solid #c5d8e8;
}
.sec_06 .faq_q {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  padding: 1.0416666667vw 2.7777777778vw 1.0416666667vw 1.6666666667vw;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #c5d8e8;
  transition: background 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec_06 .faq_q:hover {
    background: #f0f5ff;
  }
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_q {
    padding: 14px 40px 14px 5px;
    align-items: flex-start;
  }
}
.sec_06 .faq_q_label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  min-width: 28px;
  min-height: 28px;
  color: #fcc800;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_q_label {
    font-size: 24px;
    width: auto;
    margin-top: -3px;
  }
}
.sec_06 .faq_q_text {
  flex: 1;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  line-height: 1.4;
  font-weight: 600;
}
.sec_06 .faq_toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_toggle {
    right: 10px;
  }
}
.sec_06 .faq_toggle img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_06 .faq_item.is-open .faq_toggle {
  transform: translateY(-50%) rotate(180deg);
}
.sec_06 .faq_a {
  display: none;
  margin: 10px 0;
  border-radius: 6px;
  background: #fffdf4;
}
.sec_06 .faq_a_inner {
  display: flex;
  align-items: flex-start;
  gap: 1.1111111111vw;
  padding: 1.5277777778vw 20px;
  font-size: 1.0416666667vw;
  line-height: 1.8;
  color: #000;
}
.sec_06 .faq_a_inner ul {
  list-style: disc;
  margin-top: 16px;
}
.sec_06 .faq_a_inner ul li {
  font-size: 1.0416666667vw;
  font-weight: 600;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  list-style-position: inside;
}
.sec_06 .faq_a_inner .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.sec_06 .faq_a_inner .scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after {
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_a_inner {
    padding: 22px 10px 24px 5px;
  }
  .sec_06 .faq_a_inner ul li {
    font-size: 14px;
  }
}
.sec_06 .faq_a_label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  min-width: 28px;
  min-height: 28px;
  color: #1d2088;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_a_label {
    font-size: 24px;
  }
}
.sec_06 .faq_a_inner p {
  flex: 1;
  margin: 0;
  padding-top: 0.4166666667vw;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 600;
  line-height: 1.8;
}
.sec_06 .faq_a_inner p + p {
  margin-top: 14px;
}
.sec_06 .faq_a_inner p img {
  display: block;
  margin-top: 16px;
  width: 95%;
}
.sec_06 .faq_a_body {
  flex: 1;
  padding-top: 0.4166666667vw;
  min-width: 0;
}
.sec_06 .faq_a_body p {
  margin: 0;
  padding-top: 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 600;
  line-height: 1.8;
}
.sec_06 .faq_graph_scroll {
  margin-top: 14px;
}
.sec_06 .faq_graph_scroll img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1620px) {
  .sec_06 .faq_graph_scroll img {
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  .sec_06 .faq_graph_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sec_06 .faq_graph_scroll::-webkit-scrollbar {
    display: none;
  }
  .sec_06 .faq_graph_scroll img {
    width: 622px;
    max-width: none;
  }
}

.contact {
  margin: 9.7222222222vw auto 6.25vw;
  max-width: 550px;
  width: 90%;
}
.contact h2 {
  max-width: 484px;
  width: 33.6111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    width: 90%;
    max-width: 390px;
  }
}

.form {
  margin-top: 3.8888888889vw;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form_row + .form_row {
  margin-top: 24px;
}

.form_label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b40015;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 28px;
  height: 14px;
  border-radius: 3px;
  flex-shrink: 0;
  line-height: 1;
}

.form_optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #999;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 0 6px;
  height: 14px;
  border-radius: 3px;
  flex-shrink: 0;
  line-height: 1;
}

.form_input {
  width: 100%;
  border: 1px solid #d4d7e6;
  border-radius: 6px;
  padding: 0 14px;
  height: 50px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #fafaff;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.form_input:focus {
  outline: none;
  border-color: #0B0083;
}
.form_input::-moz-placeholder {
  color: #bbb;
}
.form_input::placeholder {
  color: #bbb;
}

.form_input--zip {
  width: 200px;
}

.form_grades {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form_grades_row {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .form_grades_row {
    flex-direction: column;
  }
}

.form_grades_label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 46px;
  flex-shrink: 0;
}

.form_grades_checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.form_check {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.form_check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #d4d7e6;
  border-radius: 3px;
  background: #fafaff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.form_check input[type=checkbox]:checked {
  background: #0B0083;
  border-color: #0B0083;
}
.form_check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.form_check--privacy {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.form_check--privacy a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form_row.form_row--privacy {
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
.form_row.form_row--privacy a {
  display: inline;
  font-size: 14px;
  font-weight: 600;
}

.form_error {
  margin-top: 12px;
  color: #b40015;
  font-size: 13px;
  font-weight: 700;
  min-height: 1em;
}

.form_submit {
  text-align: center;
}

.form_submit_btn {
  margin: 40px auto;
  max-width: 330px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form_submit_btn:hover {
    opacity: 0.7;
  }
}
.form_submit_btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.form_submit_text {
  font-size: 17px;
  font-weight: 700;
  color: #1e3271;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.form_submit_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #1e3271;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

.form_thanks {
  margin-top: 3.3333333333vw;
  text-align: center;
}

.form_thanks_text {
  font-size: 16px;
  line-height: 2;
  color: #0B0083;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact {
    width: 90%;
    margin: 80px auto 60px;
  }
  .form_input--zip {
    width: 160px;
  }
  .form_grades_row {
    align-items: flex-start;
    gap: 10px;
  }
  .form_grades_label {
    padding-top: 8px;
    width: 60px;
  }
  .form_submit_btn {
    min-width: 280px;
    padding: 0;
    height: auto;
  }
  .form_submit_text {
    font-size: 15px;
  }
}
.cf-turnstile {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cta-lastwarpper {
    width: 90%;
    margin: 0 auto;
  }
}
.cta-last {
  background: url(../images/last-cta_bg.webp) 0/cover no-repeat;
  padding: 3.3333333333vw 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cta-last {
    background: url(../images/last-cta_bg_sp.webp) 0/cover no-repeat;
    aspect-ratio: 350/395;
  }
}
.cta-last h2 {
  max-width: 360px;
  width: 25vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-last h2 {
    width: 67%;
    margin-top: 80px;
  }
}
.cta-last .cta-last_container {
  display: flex;
  justify-content: center;
  gap: 4.8611111111vw;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .cta-last .cta-last_container {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
}
.cta-last .cta-last_container a {
  max-width: 288px;
  width: 20vw;
}
.cta-last .cta-last_container a + a {
  max-width: 270px;
  width: 18.75vw;
}
@media screen and (max-width: 767px) {
  .cta-last .cta-last_container a {
    width: 100%;
    max-width: none;
  }
  .cta-last .cta-last_container a + a {
    width: 100%;
    max-width: none;
  }
}

footer {
  background: #1d2088;
  padding: 72px 30px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 90px 30px 40px;
    margin-bottom: 60px;
  }
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_container a {
  width: 6.9444444444vw;
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  footer .footer_container a {
    width: 80px;
  }
}
footer .footer_container p {
  font-size: clamp(11px, 0.8333333333vw, 13px);
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .footer_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  footer .footer_container p {
    font-size: 12px;
  }
}

.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.img-modal.is-open {
  display: flex;
  animation: modalFadeIn 0.25s ease forwards;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.img-modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.img-modal_inner {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 900px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-modal_img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.img-modal_close {
  position: absolute;
  top: -44px;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B0083;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .img-modal_close:hover {
    opacity: 0.7;
  }
}

.sp_fixed_cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed_cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .sp_fixed_cta a {
    display: block;
  }
  .sp_fixed_cta a img {
    width: 100%;
    height: auto;
    display: block;
  }
}