@charset "UTF-8";
html {
  font-size: 1rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #3A3C44;
  background-color: #FDFDFD;
  font-family: "LINESeedJP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

li {
  list-style-type: none;
}

svg, svg image {
  /* 補間アルゴリズムをピクセル単位で保持 */
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
  /* またはブラウザ標準のシャープ表示モード */
  image-rendering: crisp-edges;
}

svg {
  /* ベクター描画時のアンチエイリアスを抑制 */
  shape-rendering: crispEdges;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@font-face {
  font-family: "LINESeedJP_OTF_";
  /*  WOFF2 → WOFF の順でフォールバック */
  src: url("../assets/fonts/WOFF2/LINESeedJP_Th.woff2") format("woff2"), url("../assets/fonts/WOFF/LINESeedJP_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP_OTF_";
  /*  WOFF2 → WOFF の順でフォールバック */
  src: url("../assets/fonts/WOFF2/LINESeedJP_Rg.woff2") format("woff2"), url("../assets/fonts/WOFF/LINESeedJP_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP_OTF_";
  /*  WOFF2 → WOFF の順でフォールバック */
  src: url("../assets/fonts/WOFF2/LINESeedJP_Bd.woff2") format("woff2"), url("../assets/fonts/WOFF/LINESeedJP_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP_OTF_";
  /*  WOFF2 → WOFF の順でフォールバック */
  src: url("../assets/fonts/WOFF2/LINESeedJP_Eb.woff2") format("woff2"), url("../assets/fonts/WOFF/LINESeedJP_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "natumemozi-o";
  src: url("../assets/fonts/natumemozi-o.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.cta__btn--fixed-bg {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  height: auto;
  background: rgba(248, 248, 248, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 12px 16px 8px 16px;
}
@media screen and (min-width:960px) {
  .cta__btn--fixed-bg {
    display: contents;
  }
}

.cta__btn--fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #076AC5;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  padding-block: 20px;
  gap: 4px;
  border-radius: 56px;
  max-width: 358px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .cta__btn--fixed {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    bottom: 20px;
    right: 0;
    padding: 24px;
    gap: 8px;
    border-radius: 16px 0px 0px 16px;
    border-top: 2px solid rgba(97, 104, 113, 0.5);
    border-bottom: 2px solid rgba(97, 104, 113, 0.5);
    border-left: 2px solid rgba(97, 104, 113, 0.5);
    background-color: #076AC5;
    color: #FDFDFD;
    width: 88px;
  }
}
.cta__btn--fixed::after {
  content: "";
  background-color: #FDFDFD;
  -webkit-mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
  width: clamp(0.875rem, -0.257rem + 8.24vw, 1.75rem);
  height: clamp(0.875rem, -0.257rem + 8.24vw, 1.75rem);
  aspect-ratio: 1/1;
}
@media screen and (min-width:960px) {
  .cta__btn--fixed::after {
    background-color: #FDFDFD;
    width: 32px;
    height: 32px;
  }
}
.cta__btn--fixed a {
  font-family: "noto sans jp", sans-serif;
  font-weight: 500;
  color: #FDFDFD;
  font-size: clamp(0.875rem, 0.39rem + 3.53vw, 1.25rem);
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .cta__btn--fixed a {
    font-size: 2rem;
    line-height: 1.08;
    -webkit-font-feature-settings: "vkrn" on;
            font-feature-settings: "vkrn" on;
  }
}
@media (hover: none) {
  .cta__btn--fixed {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .cta__btn--fixed:active {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
    background-color: #076AC5;
  }
}
@media screen and (hover: none) and (min-width:960px) {
  .cta__btn--fixed:active {
    background-color: #e77f00;
  }
}
@media (hover: none) {
  .cta__btn--fixed:active::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--fixed:active a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .cta__btn--fixed:hover {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
    background-color: #076AC5;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width:960px), screen and (-ms-high-contrast: active) and (min-width:960px), screen and (-moz-touch-enabled: 0) and (min-width:960px), screen and (hover: hover) and (min-width:960px) {
  .cta__btn--fixed:hover {
    background-color: #e77f00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .cta__btn--fixed:hover::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--fixed:hover a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}

.cta__btn--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #F8EE00;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  padding: 12px 20px 14px 20px;
  gap: 4px;
  border-radius: 56px;
  max-width: 258px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .cta__btn--main {
    max-width: 468px;
    border-radius: 80px;
    padding: 20px 40px 24px 40px;
    gap: 8px;
  }
}
.cta__btn--main::after {
  content: "";
  background-color: #3A3C44;
  -webkit-mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
  width: 18px;
  height: 14px;
  aspect-ratio: 9/7;
}
@media screen and (min-width:960px) {
  .cta__btn--main::after {
    width: 35px;
    height: 28px;
  }
}
.cta__btn--main a {
  font-family: "noto sans jp", sans-serif;
  font-weight: 700;
  font-size: clamp(0.625rem, 0.093rem + 3.87vw, 1rem);
  letter-spacing: 1.28px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .cta__btn--main a {
    letter-spacing: 2.24px;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 500;
  }
}
@media (hover: none) {
  .cta__btn--main {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .cta__btn--main:active {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
  }
  .cta__btn--main:active::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--main:active a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .cta__btn--main:hover {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
  }
  .cta__btn--main:hover::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--main:hover a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}

.cta__btn--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #F8EE00;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  padding-block: 16px;
  padding-inline: clamp(1.25rem, 0.185rem + 7.74vw, 2rem);
  gap: 4px;
  border-radius: 48px;
  max-width: 276px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .cta__btn--secondary {
    max-width: 312px;
    padding: 20px 32px;
    gap: 8px;
  }
}
.cta__btn--secondary::after {
  content: "";
  background-color: #3A3C44;
  -webkit-mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-mail-black.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width:960px) {
  .cta__btn--secondary::after {
    width: 35px;
    height: 28px;
  }
}
.cta__btn--secondary a {
  font-family: "noto sans jp", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.04rem + 5.16vw, 1.25rem);
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width:960px) {
  .cta__btn--secondary a {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (hover: none) {
  .cta__btn--secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .cta__btn--secondary:active {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
  }
  .cta__btn--secondary:active::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--secondary:active a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .cta__btn--secondary:hover {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #076AC5;
  }
  .cta__btn--secondary:hover::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #FDFDFD;
  }
  .cta__btn--secondary:hover a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #FDFDFD;
  }
}

.cta__btn--third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  background-color: #e77f00;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  padding-block: 18px;
  padding-inline: 32px;
  gap: 8px;
  border-radius: 48px;
  max-width: 252px;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width:960px) {
  .cta__btn--third {
    max-width: 285px;
    padding: 20px 32px;
    gap: 8px;
  }
}
.cta__btn--third::after {
  content: "";
  background-color: #FDFDFD;
  -webkit-mask: url(../assets/svg/icon-arrow.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-arrow.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
@media screen and (min-width:960px) {
  .cta__btn--third::after {
    width: 35px;
    height: 28px;
  }
}
.cta__btn--third a {
  font-family: "noto sans jp", sans-serif;
  font-weight: 500;
  color: #FDFDFD;
  font-size: clamp(0.75rem, 0.04rem + 5.16vw, 1.25rem);
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width:960px) {
  .cta__btn--third a {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (hover: none) {
  .cta__btn--third {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .cta__btn--third:active {
    background-color: #076AC5;
    color: #FDFDFD;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .cta__btn--third:hover {
    background-color: #076AC5;
    color: #FDFDFD;
  }
}

.header {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 179px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width:960px) {
  .header__logo {
    top: 12px;
    left: 11.8055555556%;
    width: 242px;
  }
}

.FV {
  position: relative;
  width: 100%;
  background-color: #F8f8f8;
  max-height: 100%;
  height: 100%;
}
@media screen and (min-width:576px) {
  .FV {
    height: 829px;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .FV {
    height: 529px;
  }
}
@media screen and (min-width:960px) {
  .FV {
    height: 829px;
  }
}

.FV__over-img {
  width: 95.4666666667%;
  margin-inline: auto 0;
  aspect-ratio: 373/355;
}
@media screen and (min-width:576px) {
  .FV__over-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 500px;
  }
}
@media screen and (min-width:768px) {
  .FV__over-img {
    aspect-ratio: 760/761;
    max-height: 761px;
    width: 52.7777777778%;
  }
}

.FV__under-img {
  margin-top: 37px;
  width: 84.5333333333%;
  margin-inline: 0 auto;
}
@media screen and (min-width:576px) {
  .FV__under-img {
    position: absolute;
    bottom: 0;
    left: -33px;
    max-width: 1200px;
    aspect-ratio: 751/468;
    height: 340px;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .FV__under-img {
    width: 50.625%;
    height: 340px;
  }
}
@media screen and (min-width:960px) {
  .FV__under-img {
    height: 504px;
    bottom: -43px;
    left: -7px;
  }
}

.FV__catch {
  position: absolute;
  top: clamp(11.125rem, -1.827rem + 94.19vw, 20.26rem);
  left: calc(50% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width:576px) {
  .FV__catch {
    top: clamp(20.188rem, 4.446rem + 67.16vw, 28.625rem);
  }
}
@media screen and (min-width:768px) {
  .FV__catch {
    width: auto;
    -webkit-transform: none;
            transform: none;
    text-align: left;
    top: 123px;
    left: 55px;
  }
}
@media screen and (min-width:768px) and (min-width:960px) {
  .FV__catch {
    top: 221px;
    left: 176px;
  }
}

.FV__catch-inner {
  position: relative;
}

.FV__catch-ballon {
  position: absolute;
  color: #3A3C44;
  font-family: "natumemozi-o", sans-serif;
  font-size: clamp(1.25rem, 0.363rem + 6.45vw, 1.875rem);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -7.2px;
  position: absolute;
  top: -61px;
  left: 27px;
  width: 43.5897435897%;
  height: 61px;
  background: url(../assets/svg/icon-fukidashi.svg) no-repeat center center/contain;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
}
@media screen and (min-width:960px) {
  .FV__catch-ballon {
    font-size: 3.375rem;
    width: 312px;
    height: 109px;
    top: -103px;
    left: -18px;
    letter-spacing: -12.96px;
  }
}

.FV__catch-text-over {
  font-size: clamp(0.625rem, -0.262rem + 6.45vw, 1.25rem);
  color: #616871;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:960px) {
  .FV__catch-text-over {
    text-align: left;
    font-size: clamp(1.25rem, -0.75rem + 3.33vw, 2.25rem);
    line-height: 1.11;
  }
}

.FV__catch-text-under {
  margin-top: 12px;
  font-size: clamp(0.625rem, -0.085rem + 5.16vw, 1.125rem);
  color: #3A3C44;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:960px) {
  .FV__catch-text-under {
    margin-top: 19px;
    text-align: left;
    font-size: clamp(1.125rem, -0.125rem + 2.08vw, 1.75rem);
  }
}

.FV__bg-black--1,
.FV__bg-black--2 {
  color: #FDFDFD;
  background-color: #616871;
  display: inline-grid;
  place-items: center;
  padding: 4px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width:960px) {
  .FV__bg-black--1,
  .FV__bg-black--2 {
    font-size: clamp(1.125rem, -1.125rem + 3.75vw, 2.25rem);
    padding: 6px 10px;
  }
}

.FV__bg-black--1 {
  margin-right: 4px;
}

.FV__bg-black--2 {
  margin-inline: 4px;
}

.FV-achievements {
  margin-top: -13px;
  margin-inline: auto;
  width: 82.8205128205%;
  max-width: 323px;
}
@media screen and (min-width:576px) {
  .FV-achievements {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width:960px) {
  .FV-achievements {
    margin-top: 0;
    bottom: 42px;
    left: auto;
    right: 184px;
    max-width: 503px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.FV-achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width:960px) {
  .FV-achievements-list {
    gap: 16px;
  }
}

.FV-achievements-item {
  border-radius: 16px;
  background: #616871;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  width: 33.3333333333%;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-block: 12px 10px;
}
@media screen and (min-width:960px) {
  .FV-achievements-item {
    width: 33.3333333333%;
    height: 134px;
    gap: 5px;
    padding-block: 18px 16px;
  }
}
.FV-achievements-item:nth-of-type(3) .FV-achievements-item-under-text {
  margin-top: 4px;
}
@media screen and (min-width:960px) {
  .FV-achievements-item:nth-of-type(3) .FV-achievements-item-under-text {
    padding-top: 11px;
  }
}

.FV-achievements-item-over-text {
  border-radius: 2.546px;
  border: 0.636px solid #616871;
  background: #FDFDFD;
  font-size: clamp(0.5rem, 0.096rem + 2.94vw, 0.8125rem);
  color: #616871;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 3px 6px;
}
@media screen and (min-width:960px) {
  .FV-achievements-item-over-text {
    font-size: 1.25rem;
    padding: 5px 9px;
  }
}

.FV-achievements-item-under-text {
  color: #FDFDFD;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:960px) {
  .FV-achievements-item-under-text {
    line-height: 1.17;
  }
}

/*====================================
cta--primary
====================================*/
.cta--primary {
  display: none;
}
@media screen and (min-width:960px) {
  .cta--primary {
    display: block;
    padding-block: 80px;
    background-color: #F8f8f8;
  }
}

.cta__kicker--black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-family: "natumemozi-o", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (min-width:960px) {
  .cta__kicker--black {
    margin-bottom: 12px;
  }
}
.cta__kicker--black::before {
  content: "";
  display: inline-block;
  width: 11.5px;
  height: 25.5px;
  background: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
}
.cta__kicker--black::after {
  content: "";
  display: inline-block;
  width: 11.5px;
  height: 25.5px;
  background: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*====================================
worries
====================================*/
.worries {
  background-color: #F8f8f8;
  padding-block: 106px 48px;
}
@media screen and (min-width:960px) {
  .worries {
    padding-block: 17px 124px;
  }
}

.worries__subtitle {
  font-family: "natumemozi-o", sans-serif;
  font-size: clamp(0.8125rem, 0.546rem + 1.94vw, 1rem);
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width:768px) {
  .worries__subtitle {
    font-size: clamp(1rem, 0.667rem + 0.93vw, 1.5rem);
  }
}

.worries__title {
  margin-top: 4px;
  color: #e77f00;
  font-size: clamp(1rem, 0.468rem + 3.87vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-align: center;
}
@media screen and (min-width:768px) {
  .worries__title {
    font-size: clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem);
  }
}
@media screen and (min-width:960px) {
  .worries__title {
    margin-top: 22px;
    line-height: 1;
    text-underline-offset: 12%;
  }
}

.worries__body {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (min-width:960px) {
  .worries__body {
    margin-top: 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 21px;
  }
}

.worries__image {
  width: 25.6%;
  height: auto;
  aspect-ratio: 32/45;
}
@media screen and (min-width:960px) {
  .worries__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 124px;
            flex: 0 0 124px;
    aspect-ratio: 31/44;
  }
}

.worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  gap: 16px;
}
@media screen and (min-width:960px) {
  .worries__list {
    gap: 16px;
  }
}

.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 5px;
}
.worries__item::before {
  content: "";
  width: clamp(0.813rem, 0.192rem + 4.52vw, 1.25rem);
  height: 24px;
  background: url(../assets/svg/icon-worries-list.svg) no-repeat center center/contain;
}
@media screen and (min-width:960px) {
  .worries__item {
    padding-left: 0;
  }
}

.worries__item-text {
  font-size: clamp(0.625rem, 0.093rem + 3.87vw, 1rem);
  line-height: 1.25;
}
@media screen and (min-width:960px) {
  .worries__item-text {
    font-size: clamp(1rem, 0.833rem + 0.46vw, 1.25rem);
    line-height: 1.6;
  }
}

/*====================================
callout--primary
====================================*/
.callout--primary {
  background-color: #616871;
  padding-block: 56px 23px;
  position: relative;
}
@media screen and (min-width:960px) {
  .callout--primary {
    padding-block: 64px 56px;
  }
}
.callout--primary::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81px;
  height: 28px;
  background-color: #F8f8f8;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width:960px) {
  .callout--primary::before {
    width: 90px;
    height: 25px;
  }
}
.callout--primary::after {
  display: none;
}
@media screen and (min-width:960px) {
  .callout--primary::after {
    display: block;
    content: "";
    position: absolute;
    top: -76px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 71px;
    height: 77px;
    background: url(../assets/svg/icon-callout-head.svg) no-repeat center center/contain;
  }
}

.callout-title {
  color: #F8f8f8;
  font-size: clamp(1.375rem, 1.155rem + 0.94vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.callout__cta {
  margin: 17px 16px 16px;
}
@media screen and (min-width:960px) {
  .callout__cta {
    display: none;
  }
}

.cta__kicker--white {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-family: "natumemozi-o", sans-serif;
  text-align: center;
  margin-bottom: 2px;
  color: #F8f8f8;
  font-size: clamp(1rem, 0.645rem + 2.58vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: -1.6px;
}
@media screen and (min-width:960px) {
  .cta__kicker--white {
    font-size: 2rem;
    line-height: 1;
    gap: 8px;
  }
}
.cta__kicker--white::before {
  content: "";
  display: inline-block;
  background-color: #F8f8f8;
  -webkit-mask: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
          mask: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
}
@media screen and (min-width:960px) {
  .cta__kicker--white::before {
    width: 11.5px;
    height: 25.5px;
  }
}
.cta__kicker--white::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: #F8f8f8;
  -webkit-mask: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
          mask: url(../assets/svg/cta-kicker-line.svg) no-repeat center center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width:960px) {
  .cta__kicker--white::after {
    width: 11.5px;
    height: 25.5px;
  }
}

/*====================================
about
====================================*/
.about {
  padding-block: 72px 64px;
  overflow: hidden;
}
@media screen and (min-width:960px) {
  .about {
    padding-block: 80px 98px;
  }
}

.about__inner {
  padding-inline: 5.6%;
  margin-inline: auto;
  max-width: 1096px;
}
@media screen and (min-width:960px) {
  .about__inner {
    padding-inline: 40px;
  }
}

.about-top {
  margin-inline: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (min-width:960px) {
  .about-top {
    margin-inline: 23px;
    gap: 40px;
  }
}

.about-top__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  position: relative;
}
@media screen and (min-width:960px) {
  .about-top__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.about-top__card:first-child::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -61px;
  width: 216px;
  height: 228px;
  border-radius: 32px;
  background-color: #FFF087;
  z-index: -1;
}
@media screen and (min-width:960px) {
  .about-top__card:first-child::before {
    top: 82px;
    left: -120px;
  }
}
@media screen and (min-width:960px) {
  .about-top__card:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-top__card:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -46px;
  right: -126px;
  width: 193px;
  height: 228px;
  border-radius: 32px;
  background-color: #FFF087;
  z-index: -1;
}
@media screen and (min-width:960px) {
  .about-top__card:nth-child(2)::before {
    top: -36px;
    right: -91px;
  }
}

.about-top__card-image {
  border-radius: 24px;
  overflow: hidden;
  height: 270px;
}
@media screen and (min-width:960px) {
  .about-top__card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}
.about-top__card-image img {
  aspect-ratio: 330/270;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.about-top__card-title {
  color: #616871;
  font-size: clamp(1.125rem, 1.037rem + 0.38vw, 1.375rem);
  font-weight: 700;
  line-height: 1.6;
}

.about-top__card-text {
  margin-top: 15px;
  color: #3A3C44;
  text-align: justify;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width:960px) {
  .about-top__card-text {
    margin-top: 16px;
    line-height: 1.77;
  }
}

.about-center {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media screen and (min-width:960px) {
  .about-center {
    gap: 40px;
    margin-top: 64px;
  }
}

.about-center__item {
  padding-block: 20px 21px;
  padding-inline: 7.4358974359%;
  border-radius: 32px;
  border: 2px solid rgba(58, 60, 68, 0.5);
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .about-center__item {
    padding-block: 48px;
    padding-inline: 3.6111111111%;
    max-width: 888px;
    margin-inline: auto;
  }
}
.about-center__item:first-child {
  position: relative;
}
.about-center__item:first-child::after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background: url(../assets/svg/icon-about-center-plus.svg) no-repeat center center/contain;
}
@media screen and (min-width:960px) {
  .about-center__item:first-child::after {
    bottom: -45px;
    width: 57px;
    height: 57px;
  }
}

.about-center__item-title {
  text-align: center;
  color: #3A3C44;
  font-size: clamp(1.125rem, 0.949rem + 0.75vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:960px) {
  .about-center__item-title {
    line-height: 0.92;
  }
}

.about-center__item-text {
  margin-top: 8px;
  color: #3A3C44;
  font-size: clamp(0.6875rem, 0.333rem + 2.58vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-align: center;
  letter-spacing: 0.6px;
}
@media screen and (min-width:768px) {
  .about-center__item-text {
    font-size: clamp(0.9375rem, 0.871rem + 0.28vw, 1.125rem);
  }
}
@media screen and (min-width:960px) {
  .about-center__item-text {
    line-height: 1.6;
  }
}

.about-center__item-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width:960px) {
  .about-center__item-list {
    margin-top: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-center__item-list-item {
  width: 100%;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #FDFDFD;
  background-color: #616871;
  font-size: clamp(0.8125rem, 0.369rem + 3.23vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  padding-block: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .about-center__item-list-item {
    font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  }
}
@media screen and (min-width:960px) {
  .about-center__item-list-item {
    max-width: 250px;
    line-height: 1.4;
    padding-block: 18px;
  }
}

.about-bottom {
  margin-top: 56px;
}
@media screen and (min-width:960px) {
  .about-bottom {
    margin-top: 120px;
  }
}

.about-bottom-title {
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.about-bottom-subtitle {
  margin-top: 12px;
  font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.72px;
  text-align: center;
}

.about-bottom-list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .about-bottom-list {
    gap: 16px;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.about-bottom-item {
  border-radius: 32px;
  border: 2px solid rgba(58, 60, 68, 0.5);
  padding-block: 20px;
  padding-inline: 6.4%;
}
@media screen and (min-width:960px) {
  .about-bottom-item {
    padding-block: 24px 31px;
    padding-inline: 2.9527559055%;
    max-width: 1016px;
    margin-inline: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about-bottom-item-subtitle {
  color: #616871;
  font-size: clamp(1.125rem, 1.037rem + 0.38vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.88px;
  text-align: center;
}

.about-bottom-item-title {
  margin-top: 7px;
  border-radius: 8px;
  padding-block: 8px;
  background: #e77f00;
  color: #FDFDFD;
  font-size: clamp(1.25rem, 1.118rem + 0.56vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:960px) {
  .about-bottom-item-title {
    margin-top: 13px;
    border-radius: 16px;
    padding-block: 16px;
  }
}

.about-bottom-item-list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  max-width: clamp(16.375rem, 14.548rem + 7.79vw, 21.563rem);
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .about-bottom-item-list {
    margin-top: 24px;
    gap: 18px;
  }
}

.about-bottom-item-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:960px) {
  .about-bottom-item-list-item {
    gap: 8px;
  }
}
.about-bottom-item-list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../assets/svg/icon-about-bottom-check.svg) no-repeat center center/contain;
}

.about-bottom-item-list-item-text {
  color: #3A3C44;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:960px) {
  .about-bottom-item-list-item-text {
    line-height: 1;
  }
}

.about-bottom-item-text {
  margin-top: 16px;
  color: #3A3C44;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.64px;
}
@media screen and (min-width:960px) {
  .about-bottom-item-text {
    margin-top: 24px;
    line-height: 1.8;
  }
}

.about-cta {
  margin-top: 56px;
}
@media screen and (min-width:960px) {
  .about-cta {
    margin-top: 80px;
  }
}

.about-cta-text {
  text-align: center;
  font-size: clamp(0.625rem, 0.27rem + 2.58vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 14px;
}
@media screen and (min-width:960px) {
  .about-cta-text {
    font-size: 1.25rem;
    padding-bottom: 16px;
  }
}

/*====================================
callout--secondary
====================================*/
.callout--secondary {
  padding-block: 34px 38px;
  background-color: #616871;
  position: relative;
}
@media screen and (min-width:960px) {
  .callout--secondary {
    padding-block: 61px 59px;
  }
}
.callout--secondary::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #616871;
}

.callout__text {
  text-align: center;
  color: #FDFDFD;
  font-size: clamp(1.125rem, 0.801rem + 2.35vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:960px) {
  .callout__text {
    max-width: 620px;
    margin-inline: auto;
    text-align: left;
    font-size: 32px;
    line-height: 0.9;
  }
}

/*====================================
reason
====================================*/
.reason {
  padding-block: 17px 61px;
  overflow: hidden;
}
@media screen and (min-width:960px) {
  .reason {
    padding-block: 33px 160px;
  }
}

.reason__inner {
  padding-inline: 20px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .reason__inner {
    padding-inline: 40px;
    max-width: 970px;
  }
}

.reason__title {
  color: #616871;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.reason__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (min-width:960px) {
  .reason__list {
    margin-top: 0;
    gap: 0;
  }
}

.reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width:960px) {
  .reason-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    padding-block: 16px;
  }
}
.reason-item::before {
  content: "";
  position: absolute;
  width: clamp(11rem, 3.188rem + 33.33vw, 23.813rem);
  height: 176px;
  border-radius: 32px;
  background: #FFF087;
  z-index: -1;
}
@media screen and (min-width:960px) {
  .reason-item::before {
    width: 381px;
    height: 369px;
    border-radius: 48px;
  }
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.reason-item:nth-child(1)::before {
  top: -4px;
  right: calc(50% + 73px);
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(1)::before {
    top: -65px;
    right: -320px;
  }
}
.reason-item:nth-child(2)::before {
  top: 35px;
  left: calc(50% + 70px);
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(2)::before {
    top: -85px;
    left: -302px;
  }
}
.reason-item:nth-child(2) .reason-item__point {
  padding-left: 4px;
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(2) .reason-item__point {
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.reason-item:nth-child(2) .reason-item__title {
  font-size: clamp(0.75rem, 0.265rem + 3.53vw, 1.125rem);
}
@media screen and (min-width:768px) {
  .reason-item:nth-child(2) .reason-item__title {
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  }
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.reason-item:nth-child(3)::before {
  top: -19px;
  right: calc(50% + 75px);
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(3)::before {
    top: -20px;
    right: -443px;
    height: 453px;
  }
}
.reason-item:nth-child(3) .reason-item__title {
  font-size: clamp(0.75rem, 0.265rem + 3.53vw, 1.125rem);
  padding-block: 3px;
}
@media screen and (min-width:768px) {
  .reason-item:nth-child(3) .reason-item__title {
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  }
}
.reason-item:nth-child(4)::before {
  top: -22px;
  left: calc(50% + 70px);
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(4)::before {
    top: 33px;
    left: -322px;
    width: 570px;
    height: 369px;
  }
}
@media screen and (min-width:960px) {
  .reason-item:nth-child(4) .reason-item__point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.reason-item:nth-child(4) .reason-item__title {
  font-size: clamp(0.75rem, 0.265rem + 3.53vw, 1.125rem);
  padding-block: 6px;
}
@media screen and (min-width:768px) {
  .reason-item:nth-child(4) .reason-item__title {
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  }
}

.reason-item__image {
  width: 62.2857142857%;
  aspect-ratio: 218/187;
  margin-bottom: -32px;
}
@media screen and (min-width:960px) {
  .reason-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 294px;
            flex: 0 0 294px;
    aspect-ratio: 294/252;
    margin-bottom: 0;
  }
}

.reason-item__point {
  color: #616871;
  font-family: "caveat", cursive;
  font-size: clamp(3rem, 2.472rem + 2.25vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
  margin-left: clamp(0rem, -1.803rem + 7.69vw, 2.813rem);
  padding-left: 5px;
}
@media screen and (min-width:960px) {
  .reason-item__point {
    padding-left: 0;
    gap: 0;
    margin-left: 0;
    line-height: 0.8;
    font-size: 3.6875rem;
  }
}

.reason-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  width: 100%;
  padding-block: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #616871;
  color: #FDFDFD;
  text-align: center;
  font-size: clamp(0.75rem, 0.103rem + 4.71vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .reason-item__title {
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  }
}
@media screen and (min-width:960px) {
  .reason-item__title {
    max-width: none;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 16px;
    line-height: 1.6;
    padding-block: 0px;
    margin-top: 8px;
  }
}

.reason-item__text {
  margin-top: 16px;
  font-size: clamp(1rem, 0.919rem + 0.33vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .reason-item__text {
    letter-spacing: 0.43px;
  }
}

/*====================================
voice
====================================*/
.voice {
  position: relative;
  overflow: hidden;
}
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(82.625rem, 53.863rem + 118vw, 160.063rem);
  height: 100%;
  background-color: #F8f8f8;
  border-radius: 50%;
  z-index: -1;
}

.voice__inner {
  padding-block: 171px 90px;
  padding-inline: 19.5px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .voice__inner {
    padding-block: 270px 141px;
    padding-inline: 20px;
    max-width: 977px;
  }
}

.voice__title {
  color: #616871;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media screen and (min-width:960px) {
  .voice__title {
    font-size: clamp(1.125rem, 0.184rem + 3.86vw, 2.5rem);
    line-height: 1.3;
  }
}
.voice__title::before {
  content: "まるで娘のそばにいるみたい！";
  position: absolute;
  top: -81px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(13.75rem, 4.169rem + 69.68vw, 20.5rem);
  height: 73px;
  background: url(../assets/svg/icon-customer-fukidashi.svg) no-repeat center center/contain;
  font-family: "natumemozi-o", sans-serif;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
  font-size: clamp(1.0625rem, 0.619rem + 3.23vw, 1.375rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.88px;
  padding-block: 18px 23px;
}
@media screen and (min-width:768px) {
  .voice__title::before {
    width: clamp(20.5rem, 14rem + 26.67vw, 30rem);
  }
}
@media screen and (min-width:960px) {
  .voice__title::before {
    font-size: clamp(1.375rem, 0.947rem + 1.75vw, 2rem);
    line-height: 1;
    letter-spacing: -1.28px;
    height: 105px;
    top: -113px;
    padding-block: 30px 43px;
  }
}

.voice-card-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width:960px) {
  .voice-card-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    grid-auto-rows: 1fr;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.voice-card {
  border-radius: 32px;
  border: 2px solid #e77f00;
  background: #FDFDFD;
  padding-block: 20px 21px;
  padding-inline: 6.8376068376%;
}
@media screen and (min-width:960px) {
  .voice-card {
    padding: 24px;
    max-width: 453px;
  }
}

@media screen and (min-width:960px) {
  .voice-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}

.voice-card__image {
  width: 25.6666666667%;
  aspect-ratio: 77/85;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .voice-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    aspect-ratio: 10/11;
    width: 100px;
    margin-inline: 0;
  }
}

.voice-card__info {
  margin-top: 7px;
}
@media screen and (min-width:960px) {
  .voice-card__info {
    margin-top: 4px;
  }
}

.voice-card__evaluation {
  width: 45.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .voice-card__evaluation {
    margin-inline: 0;
    width: 169px;
  }
}

.voice-card__title {
  text-align: center;
  color: #616871;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:960px) {
  .voice-card__title {
    margin-top: 3px;
    line-height: 1.77;
    text-align: left;
  }
}

.voice-card__text {
  margin-top: 12px;
  font-size: clamp(0.875rem, 0.789rem + 0.35vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.56px;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .voice-card__text {
    margin-top: 18px;
    letter-spacing: 0;
  }
}

/*====================================
price
====================================*/
.price {
  padding-block: 81px 80px;
}
@media screen and (min-width:960px) {
  .price {
    padding-block: 149px 151px;
  }
}

.price__inner {
  padding-inline: 25px;
}

.price__title {
  color: #616871;
  font-size: clamp(1.3125rem, 0.869rem + 3.23vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:960px) {
  .price__title {
    font-size: clamp(1.625rem, 1.317rem + 1.31vw, 2.5rem);
    line-height: 1.4;
  }
}

.price__subtitle {
  margin-top: 8px;
  font-size: clamp(0.6875rem, 0.421rem + 1.94vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .price__subtitle {
    font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
    letter-spacing: 0.72px;
  }
}

.price-list {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width:960px) {
  .price-list {
    margin-top: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    max-width: 956px;
    width: 100%;
    margin-inline: auto;
  }
}

.price-item {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 0 2px rgba(58, 60, 68, 0.5);
          box-shadow: 0 0 0 2px rgba(58, 60, 68, 0.5);
  background: #FDFDFD;
}
@media screen and (min-width:960px) {
  .price-item {
    max-width: 470px;
  }
}
.price-item:first-child {
  position: relative;
}
.price-item:first-child .price-item__title {
  padding-left: 30px;
}
.price-item:last-child .price-item__title {
  background: #616871;
}

.price-item__badge {
  position: absolute;
  top: -33px;
  left: clamp(-2.438rem, -6.075rem + 26.45vw, 0.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: url(../assets/svg/price-item-badge.svg) no-repeat center center/contain;
  color: #616871;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.28px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width:960px) {
  .price-item__badge {
    width: 100px;
    height: 105px;
    top: -61px;
    left: 16px;
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: -1.6px;
  }
}

.price-item__title {
  position: relative;
  padding-block: 17px 18px;
  width: 100%;
  border-radius: 24px 24px 0 0;
  background: #e77f00;
  color: #FDFDFD;
  text-align: center;
  font-size: clamp(0.75rem, 0.04rem + 5.16vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .price-item__title {
    font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  }
}
@media screen and (min-width:960px) {
  .price-item__title {
    padding-block: 17px 11px;
  }
}

.price-item__body {
  padding-inline: 24px;
  padding-block: 24px 25px;
}
@media screen and (min-width:960px) {
  .price-item__body {
    padding-block: 48px 44px;
    padding-inline: clamp(2.688rem, 1.688rem + 1.67vw, 3.188rem);
  }
}

.price-item__price {
  text-align: center;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.price-item__tax {
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  font-weight: 400;
}

.price-item__text {
  margin-top: 16px;
  font-size: clamp(0.6875rem, 0.333rem + 2.58vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.64px;
}
@media screen and (min-width:960px) {
  .price-item__text {
    margin-top: 24px;
    letter-spacing: 0;
  }
}

.cta--secondary {
  position: relative;
  padding-block: 89.5px;
  overflow: hidden;
}
@media screen and (min-width:960px) {
  .cta--secondary {
    padding-block: 139.5px 147.5px;
  }
}
.cta--secondary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(42.188rem, 18.416rem + 97.52vw, 106.188rem);
  height: 100%;
  border-radius: 50%;
  background-color: #F8f8f8;
  z-index: -1;
}

.cta__inner {
  padding-inline: clamp(1.25rem, -1.985rem + 23.53vw, 3.75rem);
}

@media screen and (min-width:960px) {
  .cta__body {
    max-width: 426px;
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__image {
  width: 106px;
  height: 136px;
  aspect-ratio: 53/68;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .cta__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 138px;
            flex: 0 0 138px;
    aspect-ratio: 46/59;
    height: auto;
  }
}

.cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta__title {
  text-align: center;
  width: clamp(11.125rem, 9.454rem + 6.86vw, 15.625rem);
  display: inline-block;
  color: #616871;
  font-size: clamp(1.25rem, 1.176rem + 2.35vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  margin-block: 1px 13px;
  border-bottom: 4px dashed #616871;
}
@media screen and (min-width:768px) {
  .cta__title {
    font-size: clamp(1.75rem, 1.471rem + 1.14vw, 2.5rem);
  }
}
@media screen and (min-width:960px) {
  .cta__title {
    padding-top: 33px;
    margin-bottom: 18px;
    margin-inline: 19px;
  }
}

.cta__text {
  margin-top: 24px;
  text-align: center;
  font-size: clamp(0.625rem, 0.221rem + 2.94vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
@media screen and (min-width:768px) {
  .cta__text {
    font-size: clamp(0.9375rem, 0.868rem + 0.29vw, 1.125rem);
  }
}
@media screen and (min-width:960px) {
  .cta__text {
    margin-top: 29px;
    letter-spacing: 0.72px;
  }
}

/*====================================
flow
====================================*/
.flow {
  padding-block: 65px 80px;
}
@media screen and (min-width:960px) {
  .flow {
    padding-block: 140px 160px;
  }
}

.flow__inner {
  padding-inline: 8.7179487179%;
}
@media screen and (min-width:960px) {
  .flow__inner {
    padding-inline: 20px;
    max-width: 1240px;
    margin-inline: auto;
  }
}

.flow__title {
  color: #616871;
  font-size: clamp(1.375rem, 1.213rem + 1.18vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width:768px) {
  .flow__title {
    font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  }
}

.flow__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37.35px;
}
@media screen and (min-width: 1360px) {
  .flow__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.flow-item {
  border-radius: 32px;
  border: 2px solid rgba(58, 60, 68, 0.5);
  padding-block: 20px;
  padding-inline: 16px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:960px) {
  .flow-item {
    padding-block: 24px 20px;
    padding-inline: 14px;
    height: 100%;
  }
}
.flow-item + .flow-item {
  position: relative;
}
.flow-item + .flow-item::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 31px;
  background: url(../assets/svg/icon-flow-next.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1360px) {
  .flow-item + .flow-item::before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    left: -32px;
  }
}

.flow-item__step {
  color: #616871;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 1;
}

.flow-item__step-number {
  font-size: 1.625rem;
  line-height: 1;
}

.flow-item__image {
  margin-top: -12px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 56px;
  background: #FFF087;
}
.flow-item__image img {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
}

.flow-item__title {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.39rem + 3.53vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width:768px) {
  .flow-item__title {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.375rem);
  }
}

.flow-item__text {
  margin-top: 8px;
  font-size: clamp(0.625rem, 0.301rem + 2.35vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .flow-item__text {
    letter-spacing: 0.56px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
  }
}

.flow-item__description {
  margin-top: 8px;
  display: block;
  font-size: 0.75rem;
  letter-spacing: -1.2px;
  line-height: 1.58;
}
@media screen and (min-width:960px) {
  .flow-item__description {
    margin-top: 15px;
  }
}

.flow-item__badge {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
  padding: 4px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #616871;
  color: #FDFDFD;
  font-size: clamp(0.75rem, 0.346rem + 2.94vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (min-width:960px) {
  .flow-item__badge {
    font-size: clamp(0.9375rem, 0.563rem + 0.63vw, 1.125rem);
    line-height: 1.33;
    max-width: 230px;
    margin-top: 12px;
  }
}

/*====================================
faq
====================================*/
.faq {
  padding-block: 108px 114px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:960px) {
  .faq {
    padding-block: 148px;
  }
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(53.938rem, 17.723rem + 148.57vw, 151.438rem);
  height: 100%;
  border-radius: 50%;
  background-color: #F8f8f8;
  z-index: -1;
}

.faq__inner {
  padding-inline: 20px;
}

.faq__title {
  color: #616871;
  text-align: center;
  font-size: clamp(1.25rem, 1.3rem + 1.33vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.faq-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .faq-list {
    margin-top: 64px;
    max-width: 794px;
    gap: 16px;
  }
}

.faq-item {
  width: 100%;
  border-radius: 24px;
  background: #FDFDFD;
  padding-block: 16px;
  overflow: hidden;
  padding-inline: 16px 22px;
}
.faq-item::-webkit-details-marker {
  /* Safariのみこの記述でデフォルトの三角形削除*/
  display: none;
}
@media screen and (min-width:960px) {
  .faq-item {
    padding-inline: 24px 32px;
  }
}
.faq-item::details-content {
  -webkit-transition: height 0.5s, opacity 0.5s, content-visibility 0.5s allow-discrete;
  transition: height 0.5s, opacity 0.5s, content-visibility 0.5s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.faq-item[open]::details-content {
  opacity: 1;
}
.faq-item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.faq-item summary::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e77f00;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #FDFDFD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .faq-item summary::before {
    width: 52px;
    height: 52px;
    border-radius: 40px;
    font-size: 2rem;
  }
}
.faq-item[open] summary .faq-item__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
.faq-item__icon {
  margin-left: auto;
  position: relative;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.faq-item__icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 1px;
  background-color: #3A3C44;
}
.faq-item__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 14px;
  height: 1px;
  background-color: #3A3C44;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.faq-item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 8px;
}

.faq-item__body {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 8px;
  gap: 12px;
}
@media screen and (min-width:960px) {
  .faq-item__body {
    margin-top: 16px;
    gap: 8px;
    padding-left: 60px;
  }
}
.faq-item__body::before {
  content: "A";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #616871;
  color: #FDFDFD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0.8;
}

.faq-item__text {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  line-height: 1.5;
}

/*====================================
message
====================================*/
.message {
  padding-block: 97.4px 64px;
}
@media screen and (min-width:960px) {
  .message {
    padding-block: 96px 80px;
  }
}

.message__inner {
  padding-inline: 25px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .message__inner {
    max-width: none;
  }
}

.message__title {
  color: #616871;
  text-align: center;
  font-size: clamp(1.625rem, 1.3rem + 1.33vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.message__body {
  margin-top: 24px;
}
@media screen and (min-width:960px) {
  .message__body {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: cneter;
        -ms-flex-pack: cneter;
            justify-content: cneter;
    gap: 24px;
    max-width: 1002px;
    margin-inline: auto;
  }
}

.message__image {
  width: 73.5294117647%;
  aspect-ratio: 250/250;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:960px) {
  .message__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    aspect-ratio: 300/323;
  }
}
.message__image::before {
  content: "";
  position: absolute;
  top: -27.04px;
  right: calc(50% + 49px);
  width: clamp(9.875rem, 0.891rem + 36.86vw, 34.063rem);
  height: 264px;
  border-radius: 32px;
  background: #FFF087;
  z-index: -1;
}
@media screen and (min-width:960px) {
  .message__image::before {
    height: 553px;
    top: 62px;
    right: calc(50% - 78px);
  }
}

.message__text {
  margin-top: 28px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .message__text {
    margin-top: 0;
    letter-spacing: 0.64px;
  }
}

.message__text-name {
  display: block;
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width:960px) {
  .message__text-name {
    margin-top: 0;
  }
}

/*====================================
info
====================================*/
.info {
  padding-block: 64px 80px;
  padding-inline: clamp(0.625rem, -0.993rem + 11.76vw, 1.875rem);
}
@media screen and (min-width:960px) {
  .info {
    padding-inline: 80px;
    padding-block: 40px 80px;
  }
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 26px 31px;
  padding-inline: clamp(0.5rem, -1.441rem + 14.12vw, 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 32px;
  border: 2px solid rgba(58, 60, 68, 0.5);
  max-width: 500px;
  margin-inline: auto;
  position: relative;
  background-color: #FDFDFD;
}
@media screen and (min-width:960px) {
  .info__inner {
    max-width: 1002px;
    padding-block: 40px 56px;
  }
}
.info__inner::after {
  content: "";
  position: absolute;
  top: 17.96px;
  left: calc(50% - 36px);
  border-radius: 32px;
  width: clamp(17.813rem, 14.306rem + 14.39vw, 22.938rem);
  height: 265px;
  background-color: #FFF087;
  z-index: -1;
  border-radius: 32px;
}
@media screen and (min-width:960px) {
  .info__inner::after {
    height: 588px;
    top: -54px;
    left: 50%;
    -webkit-transform: translateX(381px);
            transform: translateX(381px);
  }
}

.info__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .info__title {
    font-size: 1.5rem;
  }
}

.info__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-inline: 33px;
}
@media screen and (min-width:960px) {
  .info__table {
    margin-top: 19px;
    max-width: 698px;
  }
}

.info__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #3A3C44;
  overflow: hidden;
}
.info__table-row dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.56px;
  background-color: #616871;
  color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:960px) {
  .info__table-row dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
.info__table-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 7px;
  padding-left: 12px;
  font-size: clamp(0.875rem, 0.704rem + 0.7vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
@media screen and (min-width:960px) {
  .info__table-row dd {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    line-height: 1.6;
    padding-left: 25px;
  }
}

/*====================================
contact
====================================*/
.contact {
  background-color: #4c4c4c;
  position: relative;
  margin-top: 27.1794871795vw;
  z-index: 0;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 100%;
  height: 27.1794871795vw;
  background: url(../assets/images/bg-contact-top-sp.png) no-repeat left bottom/100% auto;
  aspect-ratio: 195/53;
  z-index: 1;
}
@media screen and (min-width:960px) {
  .contact::before {
    background: url(../assets/images/bg-contact-top-pc.png) no-repeat left bottom/100% auto;
    aspect-ratio: 480/131;
  }
}

.contact__inner {
  padding-block: 40px 56px;
  padding-inline: 16px;
}
@media screen and (min-width:960px) {
  .contact__inner {
    padding-block: 80px 120px;
  }
}

.Form {
  padding-block: 48px;
  padding-inline: clamp(0.313rem, -1.224rem + 11.18vw, 1.5rem);
  border-radius: 48px;
  background: #FDFDFD;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .Form {
    padding-block: 64px 80px;
    padding-inline: 8.9583333333%;
  }
}

.Form__title {
  text-align: center;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.Form__text {
  margin-top: 24px;
  font-size: clamp(0.75rem, 0.588rem + 1.18vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.56px;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .Form__text {
    margin-top: 32px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.Form-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .Form-Item {
    margin-top: 64px;
    padding-inline: 0;
  }
}
.Form-Item + .Form-Item {
  margin-top: 16px;
}
@media screen and (min-width:960px) {
  .Form-Item + .Form-Item {
    margin-top: 26px;
  }
}
.Form-Item:first-of-type {
  margin-top: 32px;
}
@media screen and (min-width:960px) {
  .Form-Item:first-of-type {
    margin-top: 64px;
  }
}

.Form-Item-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: clamp(0.75rem, 0.426rem + 2.35vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width:960px) {
  .Form-Item-Label {
    letter-spacing: 0.32px;
    font-size: 1.125rem;
    gap: 13px;
  }
}

.Form-Item-Label-Required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #e77f00;
  color: #FDFDFD;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .Form-Item-Label-Required {
    font-size: 0.75rem;
  }
}

.Form-Item-Label-Optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #616871;
  color: #FDFDFD;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:960px) {
  .Form-Item-Label-Optional {
    font-size: 0.75rem;
  }
}

.Form-Item-Date .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; /* 成長も縮小も許可 */
  min-width: 0; /* これで中身の幅を０まで縮められる */
}

.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width:960px) {
  .wpcf7-form-control-wrap {
    margin-top: 8px;
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-email,
.wpcf7-tel {
  border-radius: 5px;
  font-family: "noto sans jp", sans-serif;
  border: 1px solid rgba(58, 60, 68, 0.5);
  background: #F8f8f8;
  padding: 14px clamp(0.313rem, -0.901rem + 8.82vw, 1.25rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width:960px) {
  .wpcf7-text,
  .wpcf7-textarea,
  .wpcf7-email,
  .wpcf7-tel {
    letter-spacing: 0.32px;
    padding-block: 16px;
    font-size: 1.125rem;
  }
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder, .wpcf7-email::-webkit-input-placeholder, .wpcf7-tel::-webkit-input-placeholder {
  color: rgba(58, 60, 68, 0.2);
}
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .wpcf7-email::-moz-placeholder, .wpcf7-tel::-moz-placeholder {
  color: rgba(58, 60, 68, 0.2);
}
.wpcf7-text:-ms-input-placeholder, .wpcf7-textarea:-ms-input-placeholder, .wpcf7-email:-ms-input-placeholder, .wpcf7-tel:-ms-input-placeholder {
  color: rgba(58, 60, 68, 0.2);
}
.wpcf7-text::-ms-input-placeholder, .wpcf7-textarea::-ms-input-placeholder, .wpcf7-email::-ms-input-placeholder, .wpcf7-tel::-ms-input-placeholder {
  color: rgba(58, 60, 68, 0.2);
}
.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder {
  color: rgba(58, 60, 68, 0.2);
}

.wpcf7-text:focus-visible,
.wpcf7-textarea:focus-visible,
.wpcf7-email:focus-visible,
.wpcf7-tel:focus-visible,
.wpcf7-form-control:focus-visible {
  border: 1px solid #e77f00;
  outline: none;
}

.wpcf7-text[aria-invalid=true],
.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea[aria-invalid=true],
.wpcf7-textarea.wpcf7-not-valid,
.wpcf7-email[aria-invalid=true],
.wpcf7-email.wpcf7-not-valid,
.wpcf7-tel[aria-invalid=true],
.wpcf7-tel.wpcf7-not-valid,
.wpcf7-form-control[aria-invalid=true],
.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #F8EE00;
}

.wpcf7-textarea {
  height: 160px;
}

.privacy-policy {
  margin-top: 20px;
  width: 100%;
  overflow-y: scroll;
  height: 220px;
  border-radius: 8px;
  border: 1px solid #3A3C44;
  background: #FDFDFD;
  padding: 16px 16px 0 16px;
}
@media screen and (min-width:960px) {
  .privacy-policy {
    margin-top: 50px;
    padding: 20px 20px 0 20px;
  }
}

.privacy-policy__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: "noto sans jp", sans-serif;
}

.privacy-policy-check {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "noto sans jp", sans-serif;
}
.privacy-policy-check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  color: #3A3C44;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width:960px) {
  .privacy-policy-check {
    margin-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.privacy-policy-check input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.wpcf7-submit {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.button-wrap {
  margin-top: 24px;
  margin-inline: auto;
}

.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 276px;
  width: 100%;
  padding: 20px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  text-align: left;
  border: 2px solid #e77f00;
  background-color: #e77f00;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: "noto sans jp", sans-serif;
  color: #FDFDFD;
  font-size: clamp(0.625rem, -0.184rem + 5.88vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  margin-inline: auto;
  background-image: url(../assets/svg/icon-form-button-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 26.5px center;
  background-size: clamp(0.75rem, -0.221rem + 7.06vw, 1.5rem);
}
@media screen and (min-width:960px) {
  .wpcf7-submit {
    max-width: 311px;
    font-size: 1.5rem;
  }
}
.wpcf7-submit:hover {
  opacity: 0.5;
}

.wpcf7-form:has(input[required]:invalid, textarea[required]:invalid, select[required]:invalid, input[type=checkbox][required]:invalid) .wpcf7-submit {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #616871;
  color: #FDFDFD;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
  border: 1px solid #616871;
}

/* すべての必須フィールドが valid のときだけ送信ボタンを有効化 */
.wpcf7-form:not(:has(input[required]:invalid, textarea[required]:invalid, select[required]:invalid, input[type=checkbox][required]:invalid)) .wpcf7-submit {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  color: #FDFDFD;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
  border: 1px solid #e77f00;
}
@media (hover: none) {
  .wpcf7-form:not(:has(input[required]:invalid, textarea[required]:invalid, select[required]:invalid, input[type=checkbox][required]:invalid)) .wpcf7-submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .wpcf7-form:not(:has(input[required]:invalid, textarea[required]:invalid, select[required]:invalid, input[type=checkbox][required]:invalid)) .wpcf7-submit:active {
    background-color: #076AC5;
    border: 1px solid #076AC5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .wpcf7-form:not(:has(input[required]:invalid, textarea[required]:invalid, select[required]:invalid, input[type=checkbox][required]:invalid)) .wpcf7-submit:hover {
    background-color: #076AC5;
    border: 1px solid #076AC5;
  }
}

/*====================================
footer
====================================*/
.footer {
  padding-block: 48px 8px;
}
@media screen and (min-width:960px) {
  .footer {
    padding-block: 48px 16px;
  }
}

.footer__logo {
  width: 100%;
  max-width: 272px;
  margin-inline: auto;
}
@media screen and (min-width:960px) {
  .footer__logo {
    max-width: 410px;
  }
}

.footer__copyright {
  margin-top: 24px;
  color: #616871;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:960px) {
  .footer__copyright {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}

.header__logo-thanks {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 179px;
  height: auto;
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (min-width:576px) {
  .header__logo-thanks {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media screen and (min-width:960px) {
  .header__logo-thanks {
    top: 12px;
    left: 11.8055555556%;
    width: 242px;
  }
}

.thanks__FV {
  aspect-ratio: 1152/769;
  width: 100%;
}
@media screen and (min-width:960px) {
  .thanks__FV {
    height: 600px;
  }
}
.thanks__FV img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thanks__body {
  padding-inline: 20px;
  max-width: 700px;
  margin-inline: auto;
}
.thanks__title {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width:960px) {
  .thanks__title {
    font-size: 2rem;
  }
}

.thanks__text {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .thanks__text {
    font-size: 1.25rem;
  }
}

.thanks__note {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: red;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width:960px) {
  .thanks__note {
    font-size: 1.25rem;
  }
}

.thanks__btn {
  margin-top: 50px;
}

.u-fz--32 {
  font-size: clamp(0.75rem, -1.024rem + 12.9vw, 2rem);
}
@media screen and (min-width:960px) {
  .u-fz--32 {
    font-size: 60px;
    margin-left: 9px;
  }
}

.u-fz--15 {
  font-size: clamp(0.75rem, 0.484rem + 1.94vw, 0.9375rem);
}
@media screen and (min-width:960px) {
  .u-fz--15 {
    font-size: 1.5rem;
  }
}

.u-fz--22 {
  font-size: 1.375rem;
}
@media screen and (min-width:960px) {
  .u-fz--22 {
    font-size: 2.125rem;
  }
}

.u-fz--26 {
  font-size: 1.625rem;
}
@media screen and (min-width:960px) {
  .u-fz--26 {
    font-size: 2.75rem;
  }
}

.u-fz--20 {
  font-size: 1.25rem;
}
@media screen and (min-width:960px) {
  .u-fz--20 {
    font-size: 2.5rem;
  }
}

.u-fz--36 {
  font-size: clamp(2.25rem, 1.986rem + 1.13vw, 3rem);
}

@media screen and (min-width:960px) {
  .u-fz--48 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.u-fz--72 {
  font-size: clamp(4.5rem, 3.796rem + 3vw, 6.5rem);
  line-height: 1.4;
}

.u-fz--56 {
  font-size: 3rem;
}
@media screen and (min-width:960px) {
  .u-fz--56 {
    font-size: 3.5rem;
  }
}

.u-fz--16 {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  line-height: 1;
}

.u-fz--40 {
  font-size: 2.5rem;
}

.u-ls--128 {
  letter-spacing: 1.28px;
}
@media screen and (min-width:960px) {
  .u-ls--128 {
    letter-spacing: 2.4px;
  }
}

.u-ls--286 {
  letter-spacing: 2.86px;
}
@media screen and (min-width:960px) {
  .u-ls--286 {
    letter-spacing: 5.12px;
  }
}

.u-ls--352 {
  letter-spacing: -3.52px;
}

.u-ls--408 {
  letter-spacing: -4.08px;
}

.u-ls-516 {
  letter-spacing: -5.16px;
}

.u-ls--48 {
  letter-spacing: -4.8px;
}
@media screen and (min-width:960px) {
  .u-ls--48 {
    letter-spacing: -3px;
  }
}

.u-ls--448 {
  letter-spacing: -4.48px;
}

.u-break {
  display: block;
  margin-top: 6px;
  content: "";
  line-height: 0;
}
@media screen and (min-width:960px) {
  .u-break {
    margin-top: 17px;
  }
}

.u-lh--13 {
  line-height: 1.33;
}
@media screen and (min-width:960px) {
  .u-lh--13 {
    line-height: 1.58;
  }
}

.u-lh--1 {
  line-height: 1;
}

.u-lh--107 {
  line-height: 1.07;
}
@media screen and (min-width:960px) {
  .u-lh--107 {
    line-height: 0.86;
  }
}

.u-tb-h--appearance {
  display: none;
}
@media screen and (min-width:960px) {
  .u-tb-h--appearance {
    display: inline-block;
  }
}

.u-tb-h--hidden {
  display: inline-block;
}
@media screen and (min-width:960px) {
  .u-tb-h--hidden {
    display: none;
  }
}

.u-tb--hidden {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .u-tb--hidden {
    display: none;
  }
}

.u-color--yellow {
  color: #F8EE00;
}

.u-color--orange {
  color: #e77f00;
  font-weight: 700;
}

.u-underline--yellow {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(248, 238, 0, 0.6);
  text-decoration-thickness: 40%;
  text-underline-offset: -20%;
  text-underline-position: from-font;
}

.u-underline-dots {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 16%;
  text-underline-offset: 38%;
  text-underline-position: from-font;
}

.u-fw--700 {
  font-weight: 700;
}