@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #09131E;
}
body.js-no-scroll {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* component
--------------------------------------------- */
/* 見出し */
.section-heading {
  font-family: "Noto Serif JP", serif;
  color: #00246A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  font-weight: 900;
  line-height: 1;
  position: relative;
}
.section-heading .sm {
  font-size: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
}
.section-heading .marker-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, transparent), color-stop(65%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, transparent 65%, transparent 65%, #ffffff 65%, #ffffff 100%);
}
.section-heading .marker-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, transparent), color-stop(65%, #E6E6E6), to(#E6E6E6));
  background: linear-gradient(to bottom, transparent 65%, transparent 65%, #E6E6E6 65%, #E6E6E6 100%);
}
.section-heading.--white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width:768px) {
  .section-heading.--white {
    border-bottom: 2px solid #ffffff;
  }
}
.section-heading.--white::after {
  background-color: #ffffff;
}
.section-heading.--text-center {
  text-align: center;
}

.section-heading02 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.section-heading02 span {
  display: inline-block;
}
.section-heading02 .jp {
  font-family: "Noto Serif JP", serif;
  color: #001D55;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  font-weight: 800;
  line-height: 1.3333;
  letter-spacing: 3px;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .section-heading02 .jp {
    line-height: 1.44;
  }
}
.section-heading02 .jp.--bold {
  font-weight: 900;
}
.section-heading02 .jp.--white {
  color: #ffffff;
}
.section-heading02 .en {
  font-family: "Cormorant", serif;
  color: #D9D9D9;
  font-style: italic;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(clamp(1.625rem, 0.855rem + 3.29vw, 3.813rem) * -1);
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  letter-spacing: 2.5px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .section-heading02 .en {
    line-height: 1.21;
  }
}
.section-heading02 .en.--white {
  color: rgba(255, 255, 255, 0.6);
}
.section-heading02 .en.--light-gray {
  color: rgba(217, 217, 217, 0.5);
}

/* ボタン */
.contact-button {
  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;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB064), to(#FF5300));
  background: linear-gradient(180deg, #FFB064 0%, #FF5300 100%);
  border-radius: 2px;
  position: relative;
}
.contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/arrow-right-white-lg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-button .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.contact-button .message {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-button .message.--drawer {
  top: -10px;
  width: 159px;
}
.contact-button.--header {
  width: 200px;
  min-height: 44px;
  -webkit-box-shadow: 0 3px 0 0 #993401;
          box-shadow: 0 3px 0 0 #993401;
}
@media screen and (min-width:1240px) {
  .contact-button.--header {
    width: 232px;
  }
}
.contact-button.--header::after {
  right: 12px;
  width: 8px;
  height: 15px;
}
@media screen and (min-width:1240px) {
  .contact-button.--header::after {
    right: 16px;
  }
}
.contact-button.--header .text {
  font-size: 16px;
}
@media screen and (min-width:1240px) {
  .contact-button.--header .text {
    font-size: 18px;
  }
}
.contact-button.--header .text .letter01 {
  letter-spacing: 0.54px;
}
.contact-button.--header .text .letter02 {
  letter-spacing: 1.08px;
}
.contact-button.--header .text .letter03 {
  letter-spacing: -0.72px;
}
.contact-button.--drawer {
  width: 245px;
  min-height: 41px;
  -webkit-box-shadow: 0 3px 0 0 #993401;
          box-shadow: 0 3px 0 0 #993401;
}
.contact-button.--drawer::after {
  right: 12px;
  width: 7px;
  height: 13px;
}
.contact-button.--drawer .text {
  font-size: 16px;
}
.contact-button.--fv {
  width: 245px;
  min-height: 41px;
}
@media screen and (min-width:768px) {
  .contact-button.--fv {
    width: 410px;
    min-height: 69px;
  }
}
.contact-button.--fv::after {
  right: 12px;
  width: 7px;
  height: 13px;
}
.contact-button.--fv .text {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  .contact-button.--fv .text {
    font-size: 26px;
  }
}
.contact-button.--fv .message {
  top: -10px;
  width: 159px;
}
@media screen and (min-width:768px) {
  .contact-button.--fv .message {
    width: 266px;
  }
}
.contact-button.--lg {
  width: 245px;
  min-height: 41px;
  padding: 10px 10px 13px;
  -webkit-box-shadow: 0 3px 0 0 #993401;
          box-shadow: 0 3px 0 0 #993401;
}
.contact-button.--lg::after {
  right: 12px;
  width: 7px;
  height: 13px;
}
@media screen and (min-width:768px) {
  .contact-button.--lg::after {
    right: 20px;
    width: 12px;
    height: 21px;
  }
}
@media screen and (min-width:768px) {
  .contact-button.--lg {
    width: 410px;
    min-height: 69px;
    padding: 16px 10px 21px;
    -webkit-box-shadow: 0 5px 0 0 #993401;
            box-shadow: 0 5px 0 0 #993401;
  }
}
.contact-button.--lg .text {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  .contact-button.--lg .text {
    font-size: 26px;
  }
}
.contact-button.--lg .message {
  width: 159px;
  top: -10px;
}
@media screen and (min-width:768px) {
  .contact-button.--lg .message {
    width: 266px;
    top: -14px;
  }
}
.top-button {
  display: inline-block;
  background: linear-gradient(77deg, #222933 0.37%, #000 99.53%);
  color: #ffffff;
  text-align: center;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2222222222;
  min-width: 250px;
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .top-button {
    font-size: 18px;
    padding: 14px 10px;
    max-width: 300px;
  }
}
.top-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  display: inline-block;
  width: 10px;
  height: 17px;
  -webkit-mask-image: url(../img/arrow-left-white.png);
          mask-image: url(../img/arrow-left-white.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #ffffff;
}

/* layout
--------------------------------------------- */
.inner {
  max-width: 1137px;
  margin-inline: auto;
  padding: 0 25px;
}

.inner-sm {
  max-width: 1010px;
  margin-inline: auto;
  padding: 0 25px;
}

.outer {
  max-width: 1440px;
  margin-inline: auto;
}

/* header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 0 0 0 23px;
  background-color: #ffffff;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 6px rgba(0, 29, 85, 0.7);
          box-shadow: 0 2px 6px 6px rgba(0, 29, 85, 0.7);
  z-index: 999;
}
@media screen and (min-width:1024px) {
  .header {
    height: 70px;
    padding: 0 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width:1240px) {
  .header {
    padding: 0 30px;
  }
}

.header__outer {
  max-width: 1440px;
  margin-inline: auto;
  height: 100%;
}

.header__outer {
  height: 100%;
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(10.25rem, 9.26rem + 4.23vw, 13.063rem);
          flex: 0 0 clamp(10.25rem, 9.26rem + 4.23vw, 13.063rem);
  width: clamp(10.25rem, 9.26rem + 4.23vw, 13.063rem);
}
.header__logo-link {
  display: block;
}
.header__logo-link > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__right {
  display: none;
}
@media screen and (min-width:1024px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media screen and (min-width:1240px) {
  .header__right {
    gap: 24px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width:1240px) {
  .header__nav-list {
    gap: 20px;
  }
}

.header__nav-link {
  display: block;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:1240px) {
  .header__nav-link {
    font-size: 15px;
  }
}

.header__hamburger {
  display: block;
  width: 64px;
  height: 64px;
  background: #091D2D;
  position: relative;
}
@media screen and (min-width:1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger.js-open .header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}
.header__hamburger.js-open .header__hamburger-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.header__hamburger-wrap {
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__hamburger-line {
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, top 0.4s ease;
  transition: transform 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
}
.header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.header__hamburger-line:nth-of-type(2) {
  top: 100%;
}

/* drawer */
.drawer {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #09131E;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 999;
}
.drawer.js-open {
  opacity: 1;
  visibility: visible;
}

.drawer__nav {
  padding: 40px 0 0;
}

.drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}

.drawer__nav-link {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
}

.drawer__btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* footer */
.footer {
  padding: clamp(1.875rem, 1.523rem + 1.5vw, 2.875rem) 0 0;
}
.footer__inner {
  max-width: 1128px;
  margin-inline: auto;
  padding-bottom: clamp(1.75rem, 1.354rem + 1.69vw, 2.875rem);
  padding-inline: 25px;
}
@media screen and (min-width:900px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  width: 245px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .footer__logo {
    margin-inline: initial;
  }
}

.footer__logo-link {
  display: block;
}
.footer__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__nav {
  margin-top: 30px;
}
@media screen and (min-width:900px) {
  .footer__nav {
    margin-top: 0;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
@media screen and (min-width:900px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 21px;
  }
}

.footer__nav-link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .footer__nav-link {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.footer__bottom {
  background-color: #000000;
  padding: 13px 0 17px;
}
@media screen and (min-width:900px) {
  .footer__bottom {
    padding: 12px 0 11px;
  }
}

.footer__bottom-inner {
  max-width: 1367px;
  margin-inline: auto;
  padding: 0 25px;
  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:900px) {
  .footer__bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copyright {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1333333333;
}
@media screen and (min-width:900px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}

.footer__privacy {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1333333333;
}
@media screen and (min-width:900px) {
  .footer__privacy {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}

/* ---------- utility ---------- */
/* マーカー */
.u-marker-yellow {
  display: inline;
}

.u-marker-pink {
  display: inline;
  font-weight: 700;
}

.u-underline-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* グラデーション */
/* 改行 */
.u-br-sp {
  display: none;
}
@media screen and (max-width:375px) {
  .u-br-sp {
    display: inline;
  }
}

.u-br-sm {
  display: inline;
}
@media screen and (min-width:500px) {
  .u-br-sm {
    display: none;
  }
}

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

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

.u-br-tab-lg {
  display: inline;
}
@media screen and (min-width:800px) {
  .u-br-tab-lg {
    display: none;
  }
}

.u-br-pc {
  display: inline;
}
@media screen and (min-width:1024px) {
  .u-br-pc {
    display: none;
  }
}

/* PCファースト */
.u-pc-br {
  display: none;
}
@media screen and (min-width:1024px) {
  .u-pc-br {
    display: inline;
  }
}

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

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

/* 文字色：メインカラー */
.u-font-main {
  font-weight: 700;
}

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

/* 太字 */
.u-is-bold {
  font-weight: 700;
}

/* fv
--------------------------------------------- */
.fv {
  margin-top: 64px;
  padding: 43px 0 53px;
  background-image: url(../img/fv-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width:1024px) {
  .fv {
    margin-top: 70px;
    padding: 0 0 53px;
    background-image: url(../img/fv-bg.webp);
  }
}
@media screen and (min-width:1240px) {
  .fv {
    padding: 0;
  }
}

.fv__outer {
  position: relative;
  z-index: 2;
}

.fv__inner {
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1024px) {
  .fv__inner {
    padding: 0 0 0 clamp(1.563rem, -22.899rem + 38.22vw, 11.5rem);
  }
}
@media screen and (min-width:1024px) {
  .fv__inner {
    margin-left: initial;
  }
}

.fv__box {
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .fv__box {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.fv__box-body {
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .fv__box-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 88px;
  }
}

.fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .fv__title {
    margin-right: -310px;
  }
}
.fv__title .text {
  display: contents;
}
@media screen and (min-width:768px) {
  .fv__title .text {
    display: inline;
    white-space: nowrap;
    font-weight: 800;
  }
}
.fv__title .wrap {
  display: inline;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.125rem, 1.465rem + 2.82vw, 4rem);
  letter-spacing: 0.74px;
  line-height: 1.28125;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:1024px) {
  .fv__title .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 1.28px;
  }
}
.fv__title .wrap .--ml {
  display: inline-block;
  margin-left: -9px;
}
@media screen and (min-width:1024px) {
  .fv__title .wrap .--ml {
    margin-left: 0;
  }
}
.fv__title .wrap .sm {
  font-size: clamp(1.5rem, 1.06rem + 1.88vw, 2.75rem);
  letter-spacing: 0.5px;
}
@media screen and (min-width:1024px) {
  .fv__title .wrap .sm {
    letter-spacing: 0.88px;
  }
}
.fv__title .marker {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  background-color: #ffffff;
  padding: 0 4px 0 0;
}
@media screen and (min-width:768px) {
  .fv__title .marker {
    padding: 0 6px 0 0;
  }
}
.fv__title .marker .text {
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.313rem, 1.718rem + 2.54vw, 4rem);
}
.fv__title .marker .sm {
  font-size: clamp(1.563rem, 1.144rem + 1.78vw, 2.75rem);
}
.fv__message {
  margin-top: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  color: #ffffff;
  font-weight: 300;
  font-size: clamp(0.688rem, 0.599rem + 0.38vw, 0.938rem);
  letter-spacing: 0.33px;
  line-height: 1.74117;
}
@media screen and (min-width:1024px) {
  .fv__message {
    letter-spacing: 0.45px;
    line-height: 2.1333333333;
  }
}
.fv__message .strong {
  font-weight: 700;
}

.fv__btn-wrap {
  text-align: center;
  margin-top: 264px;
}
@media screen and (min-width:1024px) {
  .fv__btn-wrap {
    margin-top: 64px;
    text-align: left;
  }
}

.fv__sp-photo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  max-width: 375px;
  width: 100%;
  aspect-ratio: 375/333;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (min-width:600px) {
  .fv__sp-photo {
    width: 60%;
    aspect-ratio: initial;
    max-width: initial;
  }
}
@media screen and (min-width:768px) {
  .fv__sp-photo {
    width: 75%;
  }
}
@media screen and (min-width:900px) {
  .fv__sp-photo {
    width: 60%;
  }
}
@media screen and (min-width:1024px) {
  .fv__sp-photo {
    display: none;
  }
}

.fv__box-photo {
  display: none;
}
@media screen and (min-width:1024px) {
  .fv__box-photo {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(32.688rem, -27.757rem + 94.44vw, 45.438rem);
            flex: 0 0 clamp(32.688rem, -27.757rem + 94.44vw, 45.438rem);
  }
}
.fv__box-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__scroll {
  display: none;
}
@media screen and (min-width:1240px) {
  .fv__scroll {
    display: block;
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: -26px;
    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: 10px;
  }
}

.fv__scroll-text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.55px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fv__scroll-icon {
  width: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

/* worry
--------------------------------------------- */
.worry {
  margin-top: -2px;
  background-image: url(../img/lead-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:1024px) {
  .worry {
    background-image: url(../img/lead-bg.webp);
  }
}

.worry__outer {
  padding: 77px 0 360px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .worry__outer {
    padding: 112px 0 198px;
  }
}

.worry__person {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 327px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:1024px) {
  .worry__person {
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: clamp(20.438rem, -17.037rem + 58.55vw, 35.625rem);
  }
}
@media screen and (min-width:1240px) {
  .worry__person {
    left: 54px;
  }
}
@media screen and (min-width:1440px) {
  .worry__person {
    width: 575px;
    left: 76px;
  }
}

.worry__inner {
  max-width: 1159px;
  margin-inline: auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

.worry__heading-block {
  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:768px) {
  .worry__heading-block {
    gap: 10px;
  }
}

.worry__heading-sub {
  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: 10px;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .worry__heading-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.worry__heading-sub .dot {
  display: inline-block;
  position: relative;
}
.worry__heading-sub .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .dot::before {
    width: 5px;
    height: 5px;
    top: -5px;
  }
}
.worry__heading-sub .sm {
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  font-weight: 700;
}
.worry__heading-sub .marker {
  background-color: #005592;
  color: #ffffff;
}
.worry__heading-sub .space01 {
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space01 {
    letter-spacing: 1.5px;
  }
}
.worry__heading-sub .space02 {
  letter-spacing: 1.8px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space02 {
    letter-spacing: 2.4px;
  }
}
.worry__heading-sub .space03 {
  letter-spacing: 1.2px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space03 {
    letter-spacing: 1.8px;
  }
}
.worry__heading-sub .space04 {
  letter-spacing: 1.2px;
}
.worry__heading-sub .space05 {
  letter-spacing: 0.4px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space05 {
    letter-spacing: 0.6px;
  }
}
.worry__heading-sub .space06 {
  letter-spacing: 1.05px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space06 {
    letter-spacing: 1.4px;
  }
}
.worry__heading-sub .space07 {
  letter-spacing: 0.6px;
}
@media screen and (min-width:768px) {
  .worry__heading-sub .space07 {
    letter-spacing: 0.9px;
  }
}

.worry__heading {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  line-height: 1.5;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .worry__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 1.44;
  }
}
.worry__heading .marker {
  display: inline-block;
  padding-bottom: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #3D3E40), to(#3D3E40));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #3D3E40 60%, #3D3E40 100%);
  line-height: 1.4;
}
.worry__heading .sm {
  font-size: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
  font-weight: 700;
}
.worry__container {
  max-width: 770px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .worry__container {
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .worry__container {
    margin-inline: initial;
    margin-left: auto;
  }
}

.worry__item {
  margin-top: clamp(3.125rem, 2.267rem + 3.66vw, 5.563rem);
  background-color: #ffffff;
  padding: 26px 20px 28px;
  border-right: 3px;
}
@media screen and (min-width:1024px) {
  .worry__item {
    padding: 50px 10px 50px 50px;
  }
}

.worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
}

.worry__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  border-bottom: 1px solid rgba(122, 122, 122, 0.5);
}
@media screen and (min-width:768px) {
  .worry__list-item {
    gap: 6px;
  }
}
.worry__list-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1.563rem, 1.43rem + 0.56vw, 1.938rem);
          flex: 0 0 clamp(1.563rem, 1.43rem + 0.56vw, 1.938rem);
  width: clamp(1.563rem, 1.43rem + 0.56vw, 1.938rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.worry__list-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.938rem, 0.849rem + 0.38vw, 1.188rem);
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.25;
}
@media screen and (min-width:768px) {
  .worry__list-item .text {
    line-height: 1.5;
    left: 1px;
  }
}
.worry__list-item .text .lg {
  color: #00246A;
  font-size: clamp(1.25rem, 1.184rem + 0.28vw, 1.438rem);
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .worry__list-item .text .lg {
    letter-spacing: initial;
  }
}

/* answer
--------------------------------------------- */
.answer {
  margin-top: calc(clamp(3.438rem, 2.227rem + 5.16vw, 6.875rem) * -1);
  padding: clamp(7.75rem, 6.76rem + 4.23vw, 10.563rem) 0 clamp(5.313rem, 4.542rem + 3.29vw, 7.5rem);
  background-image: url(../img/answer-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 clamp(3.313rem, 2.058rem + 5.35vw, 6.875rem), 100% 0, 100% 100%, 0 100%, 0 calc(100% - clamp(3.313rem, 2.058rem + 5.35vw, 6.875rem)));
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .answer {
    background-image: url(../img/case-bg.webp);
  }
}

.answer__heading-block {
  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: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
}
.answer__sub-title {
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  font-weight: 900;
  line-height: 1;
}
.answer__sub-title .sm {
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  font-weight: 700;
}
.answer__sub-title .space01 {
  letter-spacing: 1.4px;
}
@media screen and (min-width:768px) {
  .answer__sub-title .space01 {
    letter-spacing: 2.1px;
  }
}

.answer__content {
  margin-top: clamp(2.875rem, 2.215rem + 2.82vw, 4.75rem);
}
.answer__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width:500px) {
  .answer__items {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width:900px) {
  .answer__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    width: initial;
    margin-inline: initial;
  }
}

.answer__item {
  padding: 20px 20px 17px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 0 0 rgba(61, 62, 64, 0.3);
          box-shadow: 5px 5px 0 0 rgba(61, 62, 64, 0.3);
}
@media screen and (min-width:768px) {
  .answer__item {
    padding: 15px 15px 25px;
  }
}

.answer__photo {
  aspect-ratio: 285/170;
}
@media screen and (min-width:768px) {
  .answer__photo {
    aspect-ratio: 317/170;
  }
}
.answer__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.answer__body {
  margin-top: clamp(0.938rem, 0.717rem + 0.94vw, 1.563rem);
}
.answer__item-title {
  text-align: center;
  color: #00246A;
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.answer__textarea {
  margin-top: 14px;
}
@media screen and (min-width:768px) {
  .answer__textarea {
    margin-top: 11px;
  }
}

.answer__text {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
/* about
--------------------------------------------- */
.about {
  background-image: url(../img/about-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: clip;
  position: relative;
}
@media screen and (min-width:1024px) {
  .about {
    background-image: url(../img/about-bg.webp);
  }
}

.about__outer {
  padding: 77px 0 320px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .about__outer {
    padding: 129px 0 118px;
  }
}

.about__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .about__inner {
    margin-right: auto;
  }
}
@media screen and (min-width:1240px) {
  .about__inner {
    padding-left: 184px;
    padding-right: 0;
  }
}

.about__content {
  max-width: 607px;
}
@media screen and (min-width:768px) {
  .about__content {
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .about__content {
    margin-inline: initial;
  }
}

.about__heading-block {
  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: 10px;
}

.about__sub-heading {
  color: #3D3E40;
  font-size: clamp(1.188rem, 0.945rem + 1.03vw, 1.875rem);
  line-height: 1;
  font-weight: 800;
}
.about__sub-heading .dot {
  display: inline-block;
  position: relative;
}
.about__sub-heading .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3D3E40;
}
@media screen and (min-width:768px) {
  .about__sub-heading .dot::before {
    width: 5px;
    height: 5px;
    top: -5px;
  }
}
.about__sub-heading .space01 {
  letter-spacing: 1.6px;
}
.about__sub-heading .space02 {
  letter-spacing: 1.2px;
}
.about__sub-heading .sm {
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
}
.about__lead {
  margin-top: clamp(1.875rem, 1.149rem + 3.1vw, 3.938rem);
}
.about__lead-text {
  color: #3D3E40;
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width:768px) {
  .about__lead-text {
    line-height: 1.5;
  }
}
.about__lead-text .strong {
  color: #00246A;
}

.about__textarea {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width:768px) {
  .about__textarea {
    max-width: 598px;
  }
}

.about__text {
  color: #3D3E40;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .about__text {
    line-height: 1.8;
  }
}

.about__notice {
  margin-top: 30px;
}

.about__notice-text {
  color: #3D3E40;
  font-size: clamp(0.625rem, 0.537rem + 0.38vw, 0.875rem);
  line-height: 1.4;
  letter-spacing: 0.4px;
}
@media screen and (min-width:768px) {
  .about__notice-text {
    line-height: 1.3571428571;
    letter-spacing: 0.56px;
  }
}

.about__sp-pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:900px) {
  .about__sp-pic {
    max-width: 365px;
  }
}
@media screen and (min-width:1024px) {
  .about__sp-pic {
    display: none;
  }
}

.about__pc-pic {
  display: none;
}
@media screen and (min-width:1024px) {
  .about__pc-pic {
    display: block;
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1124px) {
  .about__pc-pic {
    right: -30px;
    width: 600px;
  }
}
@media screen and (min-width:1240px) {
  .about__pc-pic {
    right: -70px;
    width: 617px;
  }
}
@media (min-width: 1340px) {
  .about__pc-pic {
    right: 20px;
    width: 630px;
  }
}
@media (min-width: 1400px) {
  .about__pc-pic {
    right: 90px;
  }
}
@media screen and (min-width:1440px) {
  .about__pc-pic {
    right: 121px;
  }
}

/* reason
--------------------------------------------- */
.reason {
  padding: 77px 0 80px;
  background-color: #DDE3E5;
  overflow-x: clip;
}
@media screen and (min-width:768px) {
  .reason {
    padding: 120px 0 49px;
  }
}

.reason__inner {
  max-width: 1126px;
  margin-inline: auto;
  padding: 0 25px;
}

.reason__heading-block {
  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;
}

.reason__heading-sub {
  color: #3D3E40;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .reason__heading-sub {
    letter-spacing: 3px;
  }
}
.reason__heading-sub span {
  display: inline-block;
}
.reason__heading-sub .sm {
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  letter-spacing: 1.5px;
}
@media screen and (min-width:768px) {
  .reason__heading-sub .sm {
    letter-spacing: 2px;
  }
}
.reason__heading-sub .space01 {
  letter-spacing: 2.8px;
}
@media screen and (min-width:768px) {
  .reason__heading-sub .space01 {
    letter-spacing: 4.2px;
  }
}

.reason__lead {
  margin: clamp(1.75rem, 1.332rem + 1.78vw, 2.938rem) auto 0;
}
.reason__lead-text {
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  color: #3D3E40;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media screen and (min-width:768px) {
  .reason__lead-text {
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
  }
}

.reason__content {
  margin-top: 48px;
}
@media screen and (min-width:768px) {
  .reason__content {
    margin-top: 46px;
  }
}

.reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:500px) {
  .reason__items {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .reason__items {
    width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width:768px) {
  .reason__items {
    gap: 100px;
  }
}

.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;
  gap: 16px;
}
@media screen and (min-width:1024px) {
  .reason__item {
    -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: 17px;
  }
}
@media screen and (min-width:1024px) {
  .reason__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 22px;
  }
}

@media screen and (min-width:1024px) {
  .reason__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.reason__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width:768px) {
  .reason__title {
    gap: 8px;
  }
}
.reason__title span {
  display: inline-block;
}
.reason__title .text {
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3D3E40;
  color: #ffffff;
  font-size: clamp(1.875rem, 1.765rem + 0.47vw, 2.188rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 3px;
  padding: 5px 5px;
}
@media screen and (min-width:768px) {
  .reason__title .text {
    line-height: 1.2;
    letter-spacing: 3.5px;
  }
}

.reason__textarea {
  position: relative;
  margin-top: clamp(1rem, 0.692rem + 1.31vw, 1.875rem);
}
.reason__text {
  color: #3D3E40;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 400;
  letter-spacing: 1.2px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .reason__text {
    line-height: 1.8;
  }
}
.reason__text .marker {
  line-height: 1.3;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #ffffff 70%, #ffffff 100%);
}

.reason__number {
  position: absolute;
  top: -78px;
  right: -24px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: clamp(6.25rem, 5.15rem + 4.69vw, 9.375rem);
  color: rgba(0, 29, 85, 0.1);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.17;
}
@media screen and (min-width:1240px) {
  .reason__number {
    line-height: 1.1733333333;
    top: -189px;
    right: -30px;
  }
}

.reason__photo {
  margin-left: -25px;
}
@media screen and (min-width:1024px) {
  .reason__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
    margin-left: 0;
  }
}
.reason__photo img {
  -webkit-filter: drop-shadow(5px 5px 0 #CECECE);
          filter: drop-shadow(5px 5px 0 #CECECE);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* feature
--------------------------------------------- */
.feature {
  padding: clamp(4.75rem, 0.987rem + 16.06vw, 15.438rem) 0 clamp(5.313rem, 4.542rem + 3.29vw, 7.5rem);
  background-color: #ffffff;
  background-image: url(../img/feature-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width:768px) {
  .feature {
    background-image: url(../img/feature-bg.webp);
  }
}
@media (min-width: 1800px) {
  .feature {
    padding: 300px 0 clamp(5.313rem, 4.542rem + 3.29vw, 7.5rem);
  }
}
@media (min-width: 2000px) {
  .feature {
    padding: 340px 0 clamp(5.313rem, 4.542rem + 3.29vw, 7.5rem);
  }
}

.feature__triangle {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.feature__inner {
  max-width: 800px;
  margin-inline: auto;
  padding: 0 25px;
}

.feature__heading-block {
  padding: 0 25px;
}

.feature__heading {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-align: center;
}
@media screen and (min-width:768px) {
  .feature__heading {
    line-height: 1;
    letter-spacing: 5px;
  }
}
.feature__heading .line {
  display: inline;
  background-image: linear-gradient(0deg, #001E55 0px, #001E55 2px, transparent 2px, transparent 4px, #001E55 4px, #001E55 6px);
  background-size: 100% 6px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 5px;
}

.feature__lead-block {
  padding: 0 25px;
  margin: 36px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .feature__lead-block {
    margin: 22px auto 0;
  }
}

.feature__lead-text {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 1.2px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .feature__lead-text {
    line-height: 1.6;
    letter-spacing: 1.6px;
    text-align: center;
  }
}
.feature__lead-text .strong {
  font-weight: 700;
  color: #001D55;
}
.feature__lead-text .marker-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, transparent), color-stop(65%, #E6E6E6), to(#E6E6E6));
  background: linear-gradient(to bottom, transparent 65%, transparent 65%, #E6E6E6 65%, #E6E6E6 100%);
}

.feature__content {
  margin-top: clamp(3.063rem, 2.952rem + 0.47vw, 3.375rem);
}
.feature__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
}
@media screen and (min-width:768px) {
  .feature__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.feature__item {
  background-color: #ffffff;
  padding: 30px 0 27px;
  -webkit-filter: drop-shadow(5px 5px 0 rgba(61, 62, 64, 0.3));
          filter: drop-shadow(5px 5px 0 rgba(61, 62, 64, 0.3));
  min-height: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .feature__item {
    min-height: 300px;
  }
}
.feature__item.--01 {
  padding: 30px 0 0;
}
@media screen and (min-width:768px) {
  .feature__item.--01 {
    padding: 35px 0 0;
  }
}
.feature__item.--02 {
  padding: 30px 0 0;
}
@media screen and (min-width:768px) {
  .feature__item.--02 {
    padding: 25px 0 0;
  }
}
.feature__item.--03 {
  padding: 27px 0 0;
}
@media screen and (min-width:768px) {
  .feature__item.--03 {
    padding: 20px 0 0;
  }
}
.feature__item.--04 {
  padding: 25px 0 0;
}
@media screen and (min-width:768px) {
  .feature__item.--04 {
    padding: 20px 0 0;
  }
}

.feature__pic {
  margin: 0 auto 0;
}
.feature__pic.--01 {
  width: 144px;
}
@media screen and (min-width:768px) {
  .feature__pic.--01 {
    width: 172px;
  }
}
.feature__pic.--02 {
  width: 122px;
}
@media screen and (min-width:768px) {
  .feature__pic.--02 {
    width: 160px;
  }
}
.feature__pic.--03 {
  width: 115px;
}
@media screen and (min-width:768px) {
  .feature__pic.--03 {
    width: 156px;
  }
}
.feature__pic.--04 {
  width: 131px;
}
@media screen and (min-width:768px) {
  .feature__pic.--04 {
    width: 171px;
  }
}
.feature__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__title {
  margin: 18px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3D3E40;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  padding: 0 5px;
}
@media screen and (min-width:768px) {
  .feature__title {
    margin: 20px auto 0;
    padding: 2px 10px 3px;
  }
}

.feature__textarea {
  margin-top: clamp(0.438rem, 0.305rem + 0.56vw, 0.813rem);
}
.feature__text {
  text-align: center;
  color: #3D3E40;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .feature__text {
    line-height: 1.8;
  }
}

/* cta
--------------------------------------------- */
.cta {
  padding: clamp(4.75rem, 3.936rem + 3.47vw, 7.063rem) 0 clamp(5.188rem, 4.483rem + 3vw, 7.188rem);
  background-image: url(../img/cta-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .cta {
    background-image: url(../img/cta-bg.webp);
  }
}

.cta__heading-block {
  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: 34px;
  padding: 0 25px;
}
@media screen and (min-width:768px) {
  .cta__heading-block {
    gap: 16px;
  }
}

.cta__heading-sub {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .cta__heading-sub {
    letter-spacing: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.cta__heading-sub span {
  display: inline-block;
}
.cta__heading-sub .marker {
  background-color: #005592;
}
.cta__heading-sub .sm {
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  letter-spacing: 1.5px;
}
@media screen and (min-width:768px) {
  .cta__heading-sub .sm {
    letter-spacing: 2px;
  }
}

.cta__heading {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: clamp(1.688rem, 1.247rem + 1.88vw, 2.938rem);
  font-weight: 900;
  letter-spacing: 3px;
  position: relative;
  max-width: 325px;
  padding: 0 clamp(0.625rem, 0.163rem + 1.97vw, 1.938rem);
}
@media screen and (min-width:500px) {
  .cta__heading {
    max-width: initial;
  }
}
@media screen and (min-width:768px) {
  .cta__heading {
    letter-spacing: 5px;
    line-height: 1;
  }
}
@media screen and (min-width:1024px) {
  .cta__heading {
    max-width: 1060px;
  }
}
.cta__heading::before, .cta__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15px;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__heading::before {
  background-image: url(../img/cta-title-deco-left-sp.webp);
  left: -5px;
}
@media screen and (min-width:768px) {
  .cta__heading::before {
    background-image: url(../img/cta-title-deco-left.webp);
  }
}
.cta__heading::after {
  background-image: url(../img/cta-title-deco-right-sp.webp);
  right: -5px;
}
@media screen and (min-width:768px) {
  .cta__heading::after {
    background-image: url(../img/cta-title-deco-right.webp);
  }
}
.cta__heading .sm {
  font-size: clamp(1.125rem, 0.839rem + 1.22vw, 1.938rem);
  letter-spacing: 2px;
}
@media screen and (min-width:768px) {
  .cta__heading .sm {
    letter-spacing: 3.5px;
  }
}

.cta__lead-block {
  margin-top: clamp(1.938rem, 1.321rem + 2.63vw, 3.688rem);
  padding: 0 25px;
}
.cta__lead-text {
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:768px) {
  .cta__lead-text {
    text-align: center;
    line-height: 1.5;
  }
}
.cta__lead-text .strong {
  font-weight: 700;
}

.cta__btn-wrap {
  margin-top: clamp(3.5rem, 3.368rem + 0.56vw, 3.875rem);
  text-align: center;
}
/* result
--------------------------------------------- */
.result {
  padding: clamp(4.75rem, 3.936rem + 3.47vw, 7.063rem) 0 clamp(5rem, 3.9rem + 4.69vw, 8.125rem);
  background-color: #E4E4E4;
  background-image: url(../img/case-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .result {
    background-color: initial;
    background-image: url(../img/case-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.result__inner {
  max-width: 1333px;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .result__inner {
    padding: 0 60px;
  }
}

.result__container {
  max-width: 1087px;
  margin-inline: auto;
}

.result__slide-container,
.result__swiper,
.result__swiper-wrapper,
.result__swiper-slide {
  position: relative;
}

.result__slide-container {
  margin-top: clamp(3.313rem, 2.96rem + 1.5vw, 4.313rem);
}
.result__slide-container .swiper-button-prev,
.result__slide-container .swiper-button-next,
.result__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.result__slide-container .swiper-button-prev::after,
.result__slide-container .swiper-button-next::after {
  content: "";
}
.result__slide-container .swiper-button-prev,
.result__slide-container .swiper-button-next {
  display: none;
}
@media screen and (min-width:900px) {
  .result__slide-container .swiper-button-prev,
  .result__slide-container .swiper-button-next {
    display: block;
    display: block;
    top: 50%;
    translate: 0 -50%;
    width: 48px;
    height: 48px;
    border: 1px solid #001E55;
    border-radius: 50%;
    background-color: transparent;
  }
}
.result__slide-container .swiper-button-prev::before,
.result__slide-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 10px;
  height: 17px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.result__slide-container .swiper-button-prev::before {
  background-image: url(../img/arrow-left-blue.webp);
}
.result__slide-container .swiper-button-next::before {
  background-image: url(../img/arrow-right-blue.webp);
}
.result__slide-container .swiper-button-prev {
  left: -98px;
}
@media (max-width: 1350px) {
  .result__slide-container .swiper-button-prev {
    left: -54px;
  }
}
.result__slide-container .swiper-button-next {
  right: -98px;
}
@media (max-width: 1350px) {
  .result__slide-container .swiper-button-next {
    right: -54px;
  }
}
.result__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
}
@media screen and (min-width:900px) {
  .result__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 66px);
  }
}
.result__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  margin-inline: 10px;
}
.result__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #3D3E40;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

.result__slide-container .result__slide {
  width: 325px;
}
@media screen and (min-width:900px) {
  .result__slide-container .result__slide {
    width: 350px;
  }
}
.result__slide-container .swiper-button-prev,
.result__slide-container .swiper-button-next {
  display: none;
}
@media screen and (min-width:900px) {
  .result__slide-container .swiper-button-prev,
  .result__slide-container .swiper-button-next {
    display: block;
  }
}

.result__header {
  background-color: #3D3E40;
  padding: 13px 20px 16px;
  min-height: 81px;
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px) {
  .result__header {
    padding: 12px 20px 12px;
  }
}

.result__title {
  color: #ffffff;
  font-size: clamp(1.063rem, 1.019rem + 0.19vw, 1.188rem);
  line-height: 1.5;
  font-weight: 700;
}

.result__body {
  background-color: #ffffff;
  padding: 20px 20px 18px;
}
@media screen and (min-width:768px) {
  .result__body {
    padding: 20px 31px 14px 20px;
  }
}

.result__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
@media screen and (min-width:768px) {
  .result__tag-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 6px;
  }
}

.result__tag-item {
  color: #3D3E40;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3D3E40;
  padding: 4px 4px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width:768px) {
  .result__tag-item {
    font-size: 13px;
    padding: 4px 3px;
  }
}

.result__textarea {
  margin-top: 16px;
}
@media screen and (min-width:768px) {
  .result__textarea {
    margin-top: 13px;
  }
}

.result__text {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1.2px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:768px) {
  .result__text {
    line-height: 1.8;
    letter-spacing: 1.6px;
  }
}

.result__bottom {
  margin-top: clamp(5.625rem, 5.273rem + 1.5vw, 6.625rem);
}
.result__bottom-message {
  text-align: center;
  color: #3D3E40;
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.6px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:768px) {
  .result__bottom-message {
    letter-spacing: 0.75px;
  }
}
.result__bottom-message .strong {
  color: #00246A;
  font-weight: 900;
}

.result__bottom-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  row-gap: 10px;
}
@media screen and (min-width:768px) {
  .result__bottom-list {
    margin-top: 25px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.result__bottom-item {
  background-color: #ffffff;
  padding: 0 5px;
  min-height: clamp(1.813rem, 1.438rem + 1.6vw, 2.875rem);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3D3E40;
  font-size: clamp(0.938rem, 0.717rem + 0.94vw, 1.563rem);
  font-weight: 700;
  letter-spacing: 1.572px;
}
@media screen and (min-width:768px) {
  .result__bottom-item {
    left: 2.5px;
    padding: 0 9px;
  }
}

/* flow
--------------------------------------------- */
.flow {
  padding: clamp(4.75rem, 3.936rem + 3.47vw, 7.063rem) 0 clamp(5rem, 4.12rem + 3.76vw, 7.5rem);
  background: linear-gradient(77deg, #222933 0.37%, #000 99.53%);
}
.flow__inner {
  max-width: 1157px;
  margin-inline: auto;
  padding: 0 25px;
}

.flow__content {
  margin-top: clamp(3.375rem, 3.023rem + 1.5vw, 4.375rem);
}
.flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.813rem, 1.702rem + 0.47vw, 2.125rem);
}
.flow__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width:768px) {
  .flow__item {
    min-height: 150px;
  }
}
.flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  display: inline-block;
  width: 25px;
  height: 12px;
  background-image: url(../img/icon-flow-triangle-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .flow__item:not(:last-of-type)::after {
    bottom: -10px;
  }
}

.flow__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(3.5rem, 2.598rem + 3.85vw, 6.063rem);
          flex: 0 0 clamp(3.5rem, 2.598rem + 3.85vw, 6.063rem);
  background-color: #3D3E40;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  display: grid;
  place-items: center;
}
@media screen and (min-width:768px) {
  .flow__step {
    border-top: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
  }
}

.flow__step-text {
  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;
}
.flow__step-text .step {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  left: 1px;
  font-weight: 500;
}
.flow__step-text .number {
  font-size: clamp(1.875rem, 1.589rem + 1.22vw, 2.688rem);
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .flow__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 10px 28px;
  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:768px) {
  .flow__body {
    -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;
  }
}
@media screen and (min-width:768px) {
  .flow__body.--01 {
    gap: 40px;
    padding: 35px 10px 34px 40px;
  }
}
@media screen and (min-width:768px) {
  .flow__body.--02 {
    gap: 52px;
    padding: 16px 10px 18px 52px;
  }
}
@media screen and (min-width:768px) {
  .flow__body.--03 {
    gap: 46px;
    padding: 16px 10px 18px 47px;
  }
}
@media screen and (min-width:768px) {
  .flow__body.--04 {
    gap: 59px;
    padding: 22px 10px 19px 50px;
  }
}
@media screen and (min-width:768px) {
  .flow__body.--05 {
    gap: 51px;
    padding: 17px 10px 18px 50px;
  }
}

.flow__pic {
  display: block;
  margin-inline: auto;
}
.flow__pic.--01 {
  width: 160px;
}
@media screen and (min-width:768px) {
  .flow__pic.--01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
  }
}
.flow__pic.--02 {
  width: 116px;
}
@media screen and (min-width:768px) {
  .flow__pic.--02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 106px;
            flex: 0 0 106px;
    width: 106px;
  }
}
.flow__pic.--03 {
  width: 150px;
}
@media screen and (min-width:768px) {
  .flow__pic.--03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 117px;
            flex: 0 0 117px;
    width: 117px;
  }
}
.flow__pic.--04 {
  width: 114px;
}
@media screen and (min-width:768px) {
  .flow__pic.--04 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
}
.flow__pic.--05 {
  width: 152px;
}
@media screen and (min-width:768px) {
  .flow__pic.--05 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 109px;
            flex: 0 0 109px;
    width: 109px;
  }
}
.flow__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__pic-title {
  margin-top: 16px;
  text-align: center;
  color: #3D3E40;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 900;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:768px) {
  .flow__pic-title {
    letter-spacing: 3px;
    line-height: 1;
    text-align: left;
  }
}

.flow__pic-textarea {
  margin-top: 16px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .flow__pic-textarea {
    margin-top: 15px;
    padding: 0;
  }
}

.flow__pic-text {
  color: #3D3E40;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.2px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:768px) {
  .flow__pic-text {
    line-height: 1.5;
    letter-spacing: 1.6px;
  }
}

/* consultant
--------------------------------------------- */
.consultant {
  padding: clamp(4.688rem, 3.895rem + 3.38vw, 6.938rem) 0 clamp(5rem, 2.843rem + 9.2vw, 11.125rem);
  background-color: #DDE3E5;
}
.consultant__lead {
  padding: 0 25px;
  margin: 31px auto 0;
  text-align: left;
}
@media screen and (min-width:768px) {
  .consultant__lead {
    margin: 29px auto 0;
    text-align: center;
  }
}

.consultant__lead-text {
  color: #3D3E40;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:768px) {
  .consultant__lead-text {
    line-height: 1.8;
  }
}
@media screen and (min-width:768px) {
  .consultant__lead-text {
    text-align: center;
  }
}
.consultant__lead-text .marker {
  color: #001E55;
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #ffffff 70%, #ffffff 100%);
}

.consultant__inner {
  max-width: 1333px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (min-width:900px) {
  .consultant__inner {
    padding: 0 60px;
  }
}

.consultant__photo img {
  width: 100%;
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultant__body {
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .consultant__body {
    margin-top: 20px;
  }
}

.consultant__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width:768px) {
  .consultant__info {
    gap: 10px;
  }
}

.consultant__position {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 500;
  line-height: 1;
}
.consultant__name {
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .consultant__name {
    line-height: 1.44;
  }
}
.consultant__area {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .consultant__area {
    line-height: 1.44;
  }
}

.consultant__textarea {
  margin-top: clamp(0.813rem, 0.658rem + 0.66vw, 1.25rem);
}
.consultant__text {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1.2px;
}
@media screen and (min-width:768px) {
  .consultant__text {
    line-height: 1.8;
    letter-spacing: 1.6px;
  }
}

.consultant__container {
  max-width: 1087px;
  margin-inline: auto;
}

.consultant__slide-container,
.consultant__swiper,
.consultant__swiper-wrapper,
.consultant__slide {
  position: relative;
}

.consultant__slide-container {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .consultant__slide-container {
    margin-top: 52px;
  }
}
.consultant__slide-container .consultant__slide {
  width: 325px;
}
@media screen and (min-width:900px) {
  .consultant__slide-container .consultant__slide {
    width: 350px;
  }
}
.consultant__slide-container .swiper-button-prev,
.consultant__slide-container .swiper-button-next,
.consultant__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.consultant__slide-container .swiper-button-prev::after,
.consultant__slide-container .swiper-button-next::after {
  content: "";
}
.consultant__slide-container .swiper-button-prev,
.consultant__slide-container .swiper-button-next {
  display: none;
}
@media screen and (min-width:900px) {
  .consultant__slide-container .swiper-button-prev,
  .consultant__slide-container .swiper-button-next {
    display: block;
    top: 50%;
    translate: 0 -50%;
    width: 48px;
    height: 48px;
    border: 1px solid #001E55;
    border-radius: 50%;
    background-color: transparent;
  }
}
.consultant__slide-container .swiper-button-prev::before,
.consultant__slide-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 10px;
  height: 17px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.consultant__slide-container .swiper-button-prev::before {
  background-image: url(../img/arrow-left-blue.webp);
}
.consultant__slide-container .swiper-button-next::before {
  background-image: url(../img/arrow-right-blue.webp);
}
.consultant__slide-container .swiper-button-prev {
  left: -98px;
}
@media (max-width: 1350px) {
  .consultant__slide-container .swiper-button-prev {
    left: -54px;
  }
}
.consultant__slide-container .swiper-button-next {
  right: -98px;
}
@media (max-width: 1350px) {
  .consultant__slide-container .swiper-button-next {
    right: -54px;
  }
}
.consultant__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
}
@media screen and (min-width:900px) {
  .consultant__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 42px);
  }
}
.consultant__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  margin-inline: 10px;
}
.consultant__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #3D3E40;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

/* faq
--------------------------------------------- */
.faq {
  padding: clamp(4.75rem, 3.936rem + 3.47vw, 7.063rem) 0 clamp(5rem, 4.12rem + 3.76vw, 7.5rem);
  background-color: #DDE3E5;
}
.faq__content {
  margin-top: 54px;
}
@media screen and (min-width:768px) {
  .faq__content {
    margin-top: 59px;
  }
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-left: 10px;
}

.faq__item {
  position: relative;
  z-index: 2;
}

.faq__term-deco {
  display: none;
  position: absolute;
  top: 69px;
  left: -10px;
  background-image: url(../img/faq-deco-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 26px;
  height: 20px;
}
@media screen and (min-width:768px) {
  .faq__term-deco {
    top: 69px;
    left: -19px;
    width: 28px;
    height: 22px;
  }
}

.faq__term {
  padding: 16px 20px 16px 10px;
  background-color: #3D3E40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width:768px) {
  .faq__term {
    padding: 26px 20px 26px 29px;
  }
}
.faq__term::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  display: inline-block;
  width: 10px;
  height: 100%;
  background-color: #3D3E40;
}
@media screen and (min-width:768px) {
  .faq__term::before {
    left: -20px;
    width: 20px;
  }
}

.faq__term-q {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1.25rem, 0.656rem + 2.54vw, 2.938rem);
          flex: 0 0 clamp(1.25rem, 0.656rem + 2.54vw, 2.938rem);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
}
.faq__term-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ffffff;
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .faq__term-text {
    line-height: 1.45;
  }
}

.faq__desc {
  padding: 20px 25px 17px 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .faq__desc {
    padding: 23px 39px 24px 29px;
  }
}
.faq__desc::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
@media screen and (min-width:768px) {
  .faq__desc::before {
    width: 20px;
    height: 12px;
    left: -20px;
  }
}

.faq__desc-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1.25rem, 0.788rem + 1.97vw, 2.563rem);
          flex: 0 0 clamp(1.25rem, 0.788rem + 1.97vw, 2.563rem);
  font-family: "Noto Serif JP", serif;
  color: #001E55;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}
.faq__desc-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .faq__desc-text {
    line-height: 1.8;
  }
}

/* form
--------------------------------------------- */
.form {
  padding: clamp(4.75rem, 3.936rem + 3.47vw, 7.063rem) 0 clamp(5.188rem, 4.307rem + 3.76vw, 7.688rem);
  background: linear-gradient(77deg, #222933 0.37%, #000 99.53%);
}
.form__heading-block {
  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: 18px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .form__heading-block {
    gap: 20px;
  }
}

.form__heading-text {
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:768px) {
  .form__heading-text {
    line-height: 1.4666666667;
  }
}
.form__heading-text .sm {
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  letter-spacing: 1.5px;
}
@media screen and (min-width:768px) {
  .form__heading-text .sm {
    letter-spacing: 2px;
  }
}
.form__heading-text .lg {
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  letter-spacing: 2px;
}
@media screen and (min-width:768px) {
  .form__heading-text .lg {
    letter-spacing: 3px;
  }
}

.form__section-title {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  font-weight: 900;
  line-height: 1.4666666667;
  letter-spacing: 3px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-align: center;
}
@media screen and (min-width:768px) {
  .form__section-title {
    line-height: 1;
    letter-spacing: 5px;
  }
}
.form__section-title .sm {
  font-size: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width:768px) {
  .form__section-title .sm {
    letter-spacing: 3.5px;
  }
}

.form__lead-block {
  margin-top: clamp(1.688rem, 1.511rem + 0.75vw, 2.188rem);
  padding: 0 25px;
}
.form__lead-text {
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.8px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .form__lead-text {
    text-align: center;
    line-height: 1.5;
  }
}
.form__lead-text .strong {
  font-weight: 700;
}

.form__contact {
  margin-top: clamp(2.938rem, 2.761rem + 0.75vw, 3.438rem);
}
.form__contact input[type=text],
.form__contact input[type=email],
.form__contact input[type=tel],
.form__contact textarea {
  width: 100%;
  height: 40px;
  background-color: #F7F7F7;
  padding: 14px 8px 11px;
}
@media screen and (min-width:768px) {
  .form__contact input[type=text],
  .form__contact input[type=email],
  .form__contact input[type=tel],
  .form__contact textarea {
    height: 50px;
  }
}
.form__contact input[type=text]::-webkit-input-placeholder, .form__contact input[type=email]::-webkit-input-placeholder, .form__contact input[type=tel]::-webkit-input-placeholder, .form__contact textarea::-webkit-input-placeholder {
  color: #D0D0D0;
  font-size: clamp(0.75rem, 0.64rem + 0.47vw, 1.063rem);
  font-weight: 600;
  line-height: 1;
}
.form__contact input[type=text]::-moz-placeholder, .form__contact input[type=email]::-moz-placeholder, .form__contact input[type=tel]::-moz-placeholder, .form__contact textarea::-moz-placeholder {
  color: #D0D0D0;
  font-size: clamp(0.75rem, 0.64rem + 0.47vw, 1.063rem);
  font-weight: 600;
  line-height: 1;
}
.form__contact input[type=text]:-ms-input-placeholder, .form__contact input[type=email]:-ms-input-placeholder, .form__contact input[type=tel]:-ms-input-placeholder, .form__contact textarea:-ms-input-placeholder {
  color: #D0D0D0;
  font-size: clamp(0.75rem, 0.64rem + 0.47vw, 1.063rem);
  font-weight: 600;
  line-height: 1;
}
.form__contact input[type=text]::-ms-input-placeholder, .form__contact input[type=email]::-ms-input-placeholder, .form__contact input[type=tel]::-ms-input-placeholder, .form__contact textarea::-ms-input-placeholder {
  color: #D0D0D0;
  font-size: clamp(0.75rem, 0.64rem + 0.47vw, 1.063rem);
  font-weight: 600;
  line-height: 1;
}
.form__contact input[type=text]::placeholder,
.form__contact input[type=email]::placeholder,
.form__contact input[type=tel]::placeholder,
.form__contact textarea::placeholder {
  color: #D0D0D0;
  font-size: clamp(0.75rem, 0.64rem + 0.47vw, 1.063rem);
  font-weight: 600;
  line-height: 1;
}
.form__contact textarea {
  resize: none;
  height: clamp(12.5rem, 10.409rem + 8.92vw, 18.438rem);
}
.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.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;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .form__item {
    -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: 0;
  }
}
.form__item.--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width:768px) {
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 276px;
            flex: 0 0 276px;
  }
}

.form__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.125rem);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1666666667;
}
@media screen and (min-width:768px) {
  .form__label-text {
    line-height: 1.4444444444;
  }
}

.form__tag {
  width: clamp(2.5rem, 2.104rem + 1.69vw, 3.625rem);
  height: clamp(1.563rem, 1.452rem + 0.47vw, 1.875rem);
  display: inline-grid;
  place-items: center;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  font-weight: 500;
  line-height: 1.1666666667;
}
@media screen and (min-width:768px) {
  .form__tag {
    line-height: 1.1875;
  }
}
.form__tag.--required {
  background-color: #FF7222;
  color: #ffffff;
}
.form__tag.--optional {
  background-color: #DDE3E5;
  color: #191F26;
}

.form__control {
  width: 100%;
}
@media screen and (min-width:768px) {
  .form__control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.form__privacy-control label {
  cursor: pointer;
}
.form__privacy-control input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form__privacy-control input[type=checkbox] + span {
  display: inline-block;
  padding-left: 41px;
  font-size: 12px;
  color: #F7F7F7;
  font-weight: 400;
  line-height: 2.6666666667;
  position: relative;
}
@media screen and (min-width:768px) {
  .form__privacy-control input[type=checkbox] + span {
    font-size: 15px;
    line-height: 2.1333333333;
  }
}
.form__privacy-control input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.form__privacy-control input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  display: inline-block;
  width: 16px;
  height: 7px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form__privacy-textarea {
  margin-top: 6px;
}

.form__privacy-text {
  color: #F7F7F7;
  font-size: clamp(0.75rem, 0.684rem + 0.28vw, 0.938rem);
  line-height: 1.5;
  font-weight: 400;
}
.form__privacy-link {
  text-decoration: underline;
}

.form__btn-wrap {
  margin-top: 57px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .form__btn-wrap {
    margin-top: 53px;
  }
}
.form__btn-wrap input[type=submit].is-disabled {
  cursor: initial;
  pointer-events: none;
}

.form__btn-container {
  display: inline-block;
  width: 232px;
  position: relative;
}
.form__btn-container::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url(../img/arrow-right-white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.form__btn-container .text {
  position: absolute;
}
.form__btn-container .contact-button {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 7px 8px 9px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB064), to(#FF5300));
  background: linear-gradient(180deg, #FFB064 0%, #FF5300 100%);
  -webkit-box-shadow: 0 3px 0 0 #993401;
          box-shadow: 0 3px 0 0 #993401;
}

/* Thanks */
.thanks__wrap {
  height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

.thanks {
  margin-top: 64px;
  width: 100%;
  background-color: #DDE3E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1024px) {
  .thanks {
    margin-top: 70px;
  }
}

.thanks__container {
  padding: clamp(5rem, 4.12rem + 3.76vw, 7.5rem) 25px;
  width: 100%;
}

.thanks__content {
  background-color: #ffffff;
  padding: clamp(2.75rem, 2.662rem + 0.38vw, 3rem) clamp(0.625rem, -0.255rem + 3.76vw, 3.125rem) 50px;
}

.thanks__heading {
  color: #003C6A;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.thanks__textarea {
  margin-top: 36px;
}
@media screen and (min-width:768px) {
  .thanks__textarea {
    margin-top: 21px;
  }
}

.thanks__message {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:768px) {
  .thanks__message {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.thanks__message + .thanks__message {
  margin-top: 28px;
}
@media screen and (min-width:768px) {
  .thanks__message + .thanks__message {
    margin-top: 58px;
  }
}

.thanks__btn-wrap {
  text-align: center;
  margin-top: 44px;
}
@media screen and (min-width:768px) {
  .thanks__btn-wrap {
    margin-top: 47px;
  }
}/*# sourceMappingURL=style.css.map */