@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/notoserifjp/NotoSerifJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --c-ui-primary: #0B3750;
  --c-ui-primary-rgb: 11 55 80;
  --c-ui-secondary: #266284;
  --c-ui-secondary-rgb: 38 98 132;
  --c-ui-tertiary: #A9DADA;
  --c-ui-tertiary-rgb: 169 218 218;
  --c-ui-accent: #AE9D5F;
  --c-ui-accent-rgb: 174 157 95;
  --c-base-white: #FFFFFF;
  --c-base-white-rgb: 255 255 255;
  --c-base-base-1: #F6F6F6;
  --c-base-base-1-rgb: 246 246 246;
  --c-base-base-2: #EBF3F4;
  --c-base-base-2-rgb: 235 243 244;
  --c-base-blue-1: #E8EFF5;
  --c-base-blue-1-rgb: 232 239 245;
  --c-base-blue-2: #E0EAF2;
  --c-base-blue-2-rgb: 224 234 242;
  --c-base-blue-3: #D5E4F1;
  --c-base-blue-3-rgb: 213 228 241;
  --c-base-blue-4: #D2DFEB;
  --c-base-blue-4-rgb: 210 223 235;
  --c-base-error: #FFD7D7;
  --c-base-error-rgb: 255 215 215;
  --c-text-main: #1B1D2E;
  --c-text-main-rgb: 27 29 46;
  --c-text-sub: #555555;
  --c-text-sub-rgb: 85 85 85;
  --c-text-colored: #1E5E83;
  --c-text-colored-rgb: 30 94 131;
  --c-text-current: #AE9D5F;
  --c-text-current-rgb: 174 157 95;
  --c-text-white: #FFFFFF;
  --c-text-white-rgb: 255 255 255;
  --c-text-error: #F43636;
  --c-text-error-rgb: 244 54 54;
  --c-gray-1: #C7C7C7;
  --c-gray-1-rgb: 199 199 199;
  --c-gray-2: #E9E9E9;
  --c-gray-2-rgb: 233 233 233;
  --gradation-1: linear-gradient(180deg,var(--c-ui-primary),var(--c-ui-tertiary),var(--c-base-blue-1));
  --gradation-2: linear-gradient(180deg,var(--c-base-base-2),var(--c-base-white),var(--c-base-white));
}

:root {
  --fs-xxs: 1.1rem;
  --fs-xs: 1.2rem;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 1.8rem;
  --fs-xl: 2rem;
  --fs-xxl: 2.4rem;
  --fs-xxxl: 3.2rem;
  --fs-xxxxl: 4rem;
}

:root {
  --fs-body: clamp(1.4rem, 1.3295774648rem + calc(0.0187793427vw * 1rem / 1px), 1.6rem);
  --fs-small: clamp(1.2rem, 1.1295774648rem + calc(0.0187793427vw * 1rem / 1px), 1.4rem);
  --fs-large: clamp(1.6rem, 1.5295774648rem + calc(0.0187793427vw * 1rem / 1px), 1.8rem);
  --fs-h1: clamp(2.4rem, 1.8366197183rem + calc(0.1502347418vw * 1rem / 1px), 4rem);
  --fs-h2: clamp(2rem, 1.5774647887rem + calc(0.1126760563vw * 1rem / 1px), 3.2rem);
  --fs-h3: clamp(1.6rem, 1.3183098592rem + calc(0.0751173709vw * 1rem / 1px), 2.4rem);
  --fs-h4: clamp(1.6rem, 1.4591549296rem + calc(0.0375586854vw * 1rem / 1px), 2rem);
  --fs-btn-sm: clamp(1.4rem, 1.4rem + calc(0vw * 1rem / 1px), 1.4rem);
  --fs-btn-md: clamp(1.6rem, 1.5295774648rem + calc(0.0187793427vw * 1rem / 1px), 1.8rem);
  --fs-caption: clamp(1.2rem, 1.2rem + calc(0vw * 1rem / 1px), 1.2rem);
}

:root {
  --ff-base: "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif;
  --ff-heading: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    serif;
}

:root {
  --lh-body: 1.8;
  --lh-heading: 1.5;
  --lh-tight: 1.25;
  --lh-loose: 2;
}

:root {
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 16px;
  --sp-4: 24px;
  --sp-5: 32px;
  --sp-6: 40px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 80px;
  --sp-10: 96px;
  --sp-11: 120px;
  --sp-12: 160px;
  --sp-13: 200px;
  --sp-14: 240px;
  --sp-15: 320px;
  --sp-h1-mb: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  --sp-h2-mb: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  --sp-h3-mb: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  --sp-h4-mb: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
  --sp-section-py: clamp(48px, 31.0985915493px + 4.5070422535vw, 96px);
  --sp-section-px: clamp(16px, -6.5352112676px + 6.0093896714vw, 80px);
  --sp-section-gap: clamp(24px, 9.9154929577px + 3.7558685446vw, 64px);
  --sp-btn-md: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  --sp-btn-sm: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
  --sp-gap-sm: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
  --sp-gap-md: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  --sp-gap-lg: clamp(32px, 29.1830985915px + 0.7511737089vw, 40px);
  --sp-card: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}

:root {
  --radius-1: 4px;
  --radius-2: 8px;
  --radius-3: 16px;
  --radius-4: 24px;
  --radius-5: 32px;
  --radius-6: 40px;
  --radius-7: 48px;
  --radius-sm: clamp(4px, 2.5915492958px + 0.3755868545vw, 8px);
  --radius-md: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  --radius-lg: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
}

:root {
  --container-content: 1120px;
  --container-narrow: 960px;
  --container-wide: 1440px;
  --gutter: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  --measure-prose: 65ch;
  --btn-sm: 192px;
  --btn-md: 320px;
  --logo-header: clamp(120px, 77.7464788732px + 11.2676056338vw, 240px);
  --logo-footer: clamp(120px, 105.9154929577px + 3.7558685446vw, 160px);
}

/*------------------------------*/

/* reset                        */

/*------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  font-optical-sizing: auto;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

picture {
  line-height: 0;
}

input,
button,
select,
textarea,
fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

/* CLEARFIX(.cf) */

.cf {
  display: inline-block;
}

.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  height: 1%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-base);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text-main);
  background: var(--c-base-blue-1);
}

.body-wrap {
  width: 100%;
  max-width: 100%;
}

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

.md,
.lg,
.xl {
  display: none;
}

.section {
  padding-block: var(--sp-section-py);
  padding-inline: var(--sp-section-px);
  display: flex;
  flex-direction: column;
  gap: var(--sp-section-gap) 0;
}

.section-lead {
  text-align: center;
  color: var(--c-ui-primary);
}

.section-lead p {
  font-size: var(--fs-large);
}

.section-inner {
  width: 100%;
  margin-inline: auto;
}

h1,
h2,
h3,
h4 {
  font-family: var(--ff-heading);
  line-height: var(--lh-heading);
  font-weight: 600;
}

h1 {
  font-size: var(--fs-h1);
  margin-bottom: var(--sp-h1-mb);
}

h2 {
  font-size: var(--fs-h2);
  margin-bottom: var(--sp-h2-mb);
}

h3 {
  font-size: var(--fs-h3);
  margin-bottom: var(--sp-h3-mb);
}

h4 {
  font-size: var(--fs-h4);
  margin-bottom: var(--sp-h4-mb);
}

.btn {
  display: inline-block;
  color: var(--c-base-white);
  width: 100%;
  border-radius: var(--sp-1);
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
}

.btn-md {
  padding-block: var(--sp-btn-md);
  font-size: var(--fs-btn-md);
}

.btn-sm {
  padding-block: var(--sp-btn-sm);
  font-size: var(--fs-btn-sm);
}

.btn-primary {
  background-color: var(--c-ui-secondary);
}

.btn-secondary {
  background-color: var(--c-ui-accent);
}

.btn-text__sm {
  display: inline;
}

.btn-text__md {
  display: none;
}

.btn-icon {
  display: flex;
  flex-direction: row;
  gap: 0 var(--sp-2);
  align-items: center;
  justify-content: center;
}

.btn-icon::after {
  content: "";
  display: inlin-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn-icon.icon-arrow::after {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.5833 6.20335C11.9862 5.82617 12.6188 5.84659 12.9964 6.24925C13.3739 6.65202 13.3529 7.28459 12.9505 7.66234L8.6839 11.6623C8.29928 12.0227 7.70131 12.0228 7.31671 11.6623L3.05011 7.66234C2.64729 7.28465 2.62665 6.65216 3.00421 6.24925C3.38193 5.84684 4.01453 5.82596 4.4173 6.20335L8.00031 9.56175L11.5833 6.20335Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.5833 6.20335C11.9862 5.82617 12.6188 5.84659 12.9964 6.24925C13.3739 6.65202 13.3529 7.28459 12.9505 7.66234L8.6839 11.6623C8.29928 12.0227 7.70131 12.0228 7.31671 11.6623L3.05011 7.66234C2.64729 7.28465 2.62665 6.65216 3.00421 6.24925C3.38193 5.84684 4.01453 5.82596 4.4173 6.20335L8.00031 9.56175L11.5833 6.20335Z"/></svg>');
}

.btn-icon.icon-window::after {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.06836 6.18359C9.14483 6.18376 9.21764 6.19829 9.28711 6.21973C9.3095 6.22661 9.3327 6.23121 9.35449 6.24023C9.3719 6.24747 9.38758 6.25812 9.4043 6.2666C9.47342 6.30157 9.5399 6.34557 9.59766 6.40332C9.65065 6.45641 9.69083 6.51721 9.72461 6.58008C9.73661 6.60236 9.75003 6.6239 9.75977 6.64746C9.76496 6.66006 9.76701 6.67371 9.77148 6.68652C9.78249 6.71793 9.79497 6.74907 9.80176 6.78223C9.81169 6.83079 9.81636 6.88113 9.81641 6.93262V10.1338C9.81616 10.5478 9.48047 10.8838 9.06641 10.8838C8.65246 10.8836 8.31665 10.5477 8.31641 10.1338V8.74512L3.19727 13.8643C2.90452 14.1568 2.42959 14.1566 2.13672 13.8643C1.84389 13.5714 1.84402 13.0966 2.13672 12.8037L7.25586 7.68359H5.86621C5.45229 7.68335 5.11635 7.34754 5.11621 6.93359C5.11621 6.51953 5.45221 6.18384 5.86621 6.18359H9.06836ZM12.833 1.91602C13.5231 1.91602 14.0827 2.47596 14.083 3.16602V12.833C14.083 13.5234 13.5234 14.083 12.833 14.083H9.06641C8.65234 14.0828 8.31641 13.7471 8.31641 13.333C8.31658 12.9191 8.65245 12.5832 9.06641 12.583H12.583V3.41602H3.41602V6.93262C3.41602 7.34683 3.08023 7.68262 2.66602 7.68262C2.2521 7.68227 1.91602 7.34661 1.91602 6.93262V3.16602C1.91637 2.47617 2.47618 1.91637 3.16602 1.91602H12.833Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.06836 6.18359C9.14483 6.18376 9.21764 6.19829 9.28711 6.21973C9.3095 6.22661 9.3327 6.23121 9.35449 6.24023C9.3719 6.24747 9.38758 6.25812 9.4043 6.2666C9.47342 6.30157 9.5399 6.34557 9.59766 6.40332C9.65065 6.45641 9.69083 6.51721 9.72461 6.58008C9.73661 6.60236 9.75003 6.6239 9.75977 6.64746C9.76496 6.66006 9.76701 6.67371 9.77148 6.68652C9.78249 6.71793 9.79497 6.74907 9.80176 6.78223C9.81169 6.83079 9.81636 6.88113 9.81641 6.93262V10.1338C9.81616 10.5478 9.48047 10.8838 9.06641 10.8838C8.65246 10.8836 8.31665 10.5477 8.31641 10.1338V8.74512L3.19727 13.8643C2.90452 14.1568 2.42959 14.1566 2.13672 13.8643C1.84389 13.5714 1.84402 13.0966 2.13672 12.8037L7.25586 7.68359H5.86621C5.45229 7.68335 5.11635 7.34754 5.11621 6.93359C5.11621 6.51953 5.45221 6.18384 5.86621 6.18359H9.06836ZM12.833 1.91602C13.5231 1.91602 14.0827 2.47596 14.083 3.16602V12.833C14.083 13.5234 13.5234 14.083 12.833 14.083H9.06641C8.65234 14.0828 8.31641 13.7471 8.31641 13.333C8.31658 12.9191 8.65245 12.5832 9.06641 12.583H12.583V3.41602H3.41602V6.93262C3.41602 7.34683 3.08023 7.68262 2.66602 7.68262C2.2521 7.68227 1.91602 7.34661 1.91602 6.93262V3.16602C1.91637 2.47617 2.47618 1.91637 3.16602 1.91602H12.833Z"/></svg>');
}

.lp-header__logo svg,
.lp-footer__logo svg {
  display: block;
  width: 100%;
  aspect-ratio: 160/57;
}

.lp-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--sp-5);
}

.lp-header__logo {
  width: var(--logo-header);
}

.lp-header__logo svg {
  fill: #231815;
}

.lp-footer {
  background: var(--c-ui-secondary);
  padding-inline: var(--sp-section-px);
  padding-block: var(--sp-4);
}

.lp-footer__inn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--sp-gap-sm);
}

.lp-footer__logo {
  width: var(--logo-footer);
}

.lp-footer__logo svg {
  fill: var(--c-base-white);
}

.lp-footer__copy {
  color: var(--c-base-white);
  font-size: var(--fs-xs);
  text-align: center;
}

.lp-hero {
  background: var(--c-base-blue-1);
}

.lp-hero__bg-deco {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5) 0;
}

.lp-hero__bg-deco > * {
  position: relative;
  z-index: 1;
}

.lp-hero__bg-deco::before {
  content: "";
  display: block;
  width: 100vw;
  height: 60%;
  background: var(--gradation-1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.lp-hero__main {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5) 0;
  text-align: center;
}

.lp-hero__main-copy {
  display: contents;
  flex-direction: column;
  text-align: center;
}

.lp-hero__main-ttl {
  order: 1;
  margin-bottom: 0;
}

.lp-hero__main-lead {
  order: 3;
}

.lp-hero__main-img {
  order: 2;
}

.lp-hero__cta {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3) 0;
}

.lp-hero__cta-btn {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3) 0;
}

.lp-service {
  background: var(--c-base-blue-1);
  overflow-x: hidden;
}

.lp-service__img {
  overflow: hidden;
  width: 120vw;
  position: relative;
  left: 50%;
  margin-left: -60vw;
}

.lp-service__slide {
  display: flex;
  gap: var(--sp-3);
  width: -moz-max-content;
  width: max-content;
  animation: marquee linear infinite;
}

.lp-service__slide-img {
  flex: 0 0 auto;
  display: block;
  width: clamp(180px, 22vw, 320px);
}

.lp-service__slide:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.lp-service__text {
  margin-bottom: var(--sp-9);
}

.lp-service__contents {
  width: 100vw;
  margin-inline: calc(var(--sp-section-px) * -1);
}

.lp-service__contents-wrap {
  position: relative;
}

.lp-service__contents .service-block {
  background: var(--c-base-blue-1);
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.lp-service__contents .service-block.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.lp-service__contents .service-block.is-absolute {
  position: absolute;
  left: 0;
  right: 0;
}

.lp-service__contents .service-block__img {
  position: relative;
  overflow: hidden;
}

.lp-service__contents .service-block__img picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.lp-service__contents .service-block__img picture.is-active {
  opacity: 1;
}

.lp-service__contents .service-block__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-service__contents .service-block__detail {
  padding-inline: var(--sp-section-px);
}

.lp-service__contents .service-block__cta {
  display: flex;
  flex-direction: row;
  gap: 0 var(--sp-3);
}

.lp-service__contents .service-block_sub {
  position: relative;
}

.lp-feature {
  background: var(--c-base-base-1);
}

.lp-feature__contents {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6) 0;
}

.lp-feature .feature-block {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-md);
}

.lp-feature .feature-block__text {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-sm);
}

.lp-feature .feature-block__text h2 {
  font-size: var(--fs-h3);
  margin-bottom: 0;
}

.lp-review {
  background: var(--c-base-blue-1);
}

.lp-review .section-lead {
  text-align: left;
}

.lp-review__inn {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4) 0;
}

.lp-review__wrap {
  position: relative;
  margin-inline: calc(var(--sp-section-px) * -1);
  padding-bottom: 32px;
}

.lp-review__pagination .swiper-pagination-bullet {
  width: 3em;
  height: 4px;
  border-radius: 2px;
  background-color: var(--c-ui-tertiary);
}

.lp-review__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c-ui-secondary);
}

.lp-review__swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-y: visible;
}

.lp-review__swiper-slide {
  padding-inline: var(--sp-section-px);
}

.lp-review .review-card {
  background: var(--c-base-white);
  border-radius: var(--radius-lg);
  padding: var(--sp-card);
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  gap: var(--sp-gap-sm) 0;
}

.lp-review .review-card__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-display: swap;
  font-size: var(--fs-md);
  margin-bottom: 0;
}

.lp-review .review-card__rating {
  color: var(--c-ui-accent);
  letter-spacing: 4px;
}

.lp-review .review-card__source {
  font-size: var(--fs-xs);
  text-align: right;
  color: var(--c-gray-1);
}

.lp-cta {
  position: relative;
  overflow: hidden;
}

.lp-cta::before {
  content: "";
  aspect-ratio: 9/5;
  background-image: url(../img/okinawa/cta-bg.jpg);
  background-image: -webkit-image-set(url("../img/okinawa/cta-bg.webp") type("image/webp"), url("../img/okinawa/cta-bg.jpg") type("image/jpg"));
  background-image: image-set(url("../img/okinawa/cta-bg.webp") type("image/webp"), url("../img/okinawa/cta-bg.jpg") type("image/jpg"));
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  position: absolute;
  will-change: transform;
  transform: translateY(var(--parallax-y, 0px)) scale(1.8);
}

.lp-cta__inn {
  width: 100%;
  position: relative;
  padding-block: var(--sp-10);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-cta__btn {
  width: 100%;
  position: relative;
  padding-inline: var(--sp-section-px);
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-sm);
}

.lp-flow {
  background: var(--c-base-base-1);
}

.lp-flow__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--sp-8);
}

.lp-flow__step .flow-step {
  position: relative;
}

.lp-flow__step .flow-step figure {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  text-align: center;
  justify-content: center;
}

.lp-flow__step .flow-step:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid var(--c-ui-accent);
  border-bottom: 0;
  position: absolute;
}

.lp-flow__step .flow-step__caption {
  font-size: var(--fs-md);
  white-space: nowrap;
}

.lp-area {
  position: relative;
  overflow: hidden;
}

.lp-area .section-lead {
  text-align: left;
  position: relative;
  z-index: 1;
}

.lp-area::after {
  content: "";
  display: block;
  aspect-ratio: 563/440;
  background: url(../img/common/area-img.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.lp-faq {
  background: var(--c-base-base-1);
}

.lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-lg);
  padding-top: 1em;
  width: 100%;
  max-width: var(--container-content);
  margin-inline: auto;
}

.lp-faq .faq-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-md);
}

.lp-faq .faq-item > * {
  padding: var(--sp-3);
  border-radius: var(--radius-md);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.lp-faq .faq-item > *::before {
  font-size: var(--fs-xxxl);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  font-display: swap;
  position: absolute;
  left: 0.5em;
  top: -1em;
}

.lp-faq .faq-item__q {
  background: var(--c-base-base-2);
}

.lp-faq .faq-item__q::before {
  content: "Q";
  color: var(--c-ui-tertiary);
}

.lp-faq .faq-item__a {
  background: var(--c-base-blue-1);
  margin-left: auto;
  text-align: right;
}

.lp-faq .faq-item__a::before {
  content: "A";
  color: var(--c-ui-accent);
}

.lp-contact {
  background: var(--c-base-white);
}

.lp-contact__inn {
  max-width: var(--container-content);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-md) 0;
}

.lp-contact__wrap {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-lg) 0;
}

.lp-contact__list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4) 0;
}

.lp-contact .form-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-sm);
}

.lp-contact .form-item .form-item__text {
  font-size: var(--fs-small);
  margin-bottom: calc(var(--sp-1) * -1);
}

.lp-contact .form-item__flex {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.lp-contact .form-item__label {
  display: inline-block;
  font-size: var(--fs-body);
  font-weight: 700;
}

.lp-contact .form-item__label .required {
  color: var(--c-base-white);
  background-color: var(--c-ui-secondary);
  font-size: var(--fs-xxs);
  padding: 1px 6px 2px;
  border-radius: 4px;
  margin-left: var(--sp-1);
}

.lp-contact .form-item__value .wpcf7-form-control:disabled {
  background: var(--c-gray-2);
  color: var(--c-gray-1);
}

.lp-contact .form-item__value input[type=text],
.lp-contact .form-item__value input[type=email],
.lp-contact .form-item__value input[type=tel],
.lp-contact .form-item__value input[type=date],
.lp-contact .form-item__value textarea,
.lp-contact .form-item__value select,
.lp-contact .form-item__value .number {
  font-size: var(--fs-body);
  font-weight: normal;
  line-height: 1.8;
  width: 100%;
  border: 1px solid var(--c-gray-1);
  border-radius: 4px;
  padding: 12px 16px;
  outline: var(--c-ui-secondary);
  min-height: 56px;
  text-align: left;
  color: var(--c-text-main);
}

.lp-contact .form-item__value input[type=text]::-moz-placeholder,
.lp-contact .form-item__value input[type=email]::-moz-placeholder,
.lp-contact .form-item__value input[type=tel]::-moz-placeholder,
.lp-contact .form-item__value input[type=date]::-moz-placeholder,
.lp-contact .form-item__value textarea::-moz-placeholder,
.lp-contact .form-item__value select::-moz-placeholder,
.lp-contact .form-item__value .number::-moz-placeholder {
  color: var(--c-gray-1);
}

.lp-contact .form-item__value input[type=text]::placeholder,
.lp-contact .form-item__value input[type=email]::placeholder,
.lp-contact .form-item__value input[type=tel]::placeholder,
.lp-contact .form-item__value input[type=date]::placeholder,
.lp-contact .form-item__value textarea::placeholder,
.lp-contact .form-item__value select::placeholder,
.lp-contact .form-item__value .number::placeholder {
  color: var(--c-gray-1);
}

.lp-contact .form-item__value input[type=text]::-ms-input-placeholder,
.lp-contact .form-item__value input[type=email]::-ms-input-placeholder,
.lp-contact .form-item__value input[type=tel]::-ms-input-placeholder,
.lp-contact .form-item__value input[type=date]::-ms-input-placeholder,
.lp-contact .form-item__value textarea::-ms-input-placeholder,
.lp-contact .form-item__value select::-ms-input-placeholder,
.lp-contact .form-item__value .number::-ms-input-placeholder {
  color: var(--c-gray-1);
}

.lp-contact .form-item__value input[type=text].wpcf7-not-valid,
.lp-contact .form-item__value input[type=email].wpcf7-not-valid,
.lp-contact .form-item__value input[type=tel].wpcf7-not-valid,
.lp-contact .form-item__value input[type=date].wpcf7-not-valid,
.lp-contact .form-item__value textarea.wpcf7-not-valid,
.lp-contact .form-item__value select.wpcf7-not-valid,
.lp-contact .form-item__value .number.wpcf7-not-valid {
  border-color: var(--c-text-error);
  background-color: var(--c-base-error);
}

.lp-contact .form-item__value input[type=text].wpcf7-not-valid + span,
.lp-contact .form-item__value input[type=email].wpcf7-not-valid + span,
.lp-contact .form-item__value input[type=tel].wpcf7-not-valid + span,
.lp-contact .form-item__value input[type=date].wpcf7-not-valid + span,
.lp-contact .form-item__value textarea.wpcf7-not-valid + span,
.lp-contact .form-item__value select.wpcf7-not-valid + span,
.lp-contact .form-item__value .number.wpcf7-not-valid + span {
  color: var(--c-text-error);
  font-size: 1.3rem;
  margin-top: 4px;
}

.lp-contact .form-item__value .wpcf7-not-valid-tip {
  color: var(--c-text-error);
  font-size: 1.3rem;
  margin-top: 4px;
}

.lp-contact__notes {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-sm);
}

.lp-contact__notes a {
  text-decoration: none;
  color: var(--c-text-colored);
}

.lp-contact__notes-lead {
  font-size: var(--fs-body);
  font-weight: bold;
}

.lp-contact__notes h2 {
  font-size: var(--fs-large);
  margin-bottom: var(--sp-gap-sm);
}

.lp-contact__notes .c-block-default {
  background: var(--c-base-base-1);
  padding: var(--sp-3);
}

.lp-contact__notes .c-list-default {
  display: flex;
  flex-direction: column;
  gap: var(--sp-gap-sm);
}

.lp-contact__notes .c-list-default li {
  padding-left: 16px;
  position: relative;
}

.lp-contact__notes .c-list-default li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: var(--c-ui-secondary);
  border-radius: 50%;
}

.lp-contact .form-submit {
  position: relative;
}

.lp-contact .form-submit .wpcf7-spinner {
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.lp-contact .form-submit .wpcf7-spinner::before {
  width: 24px;
  height: 24px;
  border: 3px solid var(--c-ui-tertiary);
  border-top-color: var(--c-ui-secondary);
  border-radius: 50%;
  background: none;
  animation: spin 0.8s linear infinite;
  transform-origin: center;
  top: 0;
  left: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lp-contact .form-submit input[type=submit] {
  color: var(--c-base-white);
  border-radius: 4px;
  font-size: var(--fs-body);
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: var(--c-ui-primary);
  padding: 20px 36px;
  transition: background-color 0.2s;
}

.lp-contact .form-submit input[type=submit]:disabled {
  background: var(--c-gray-gray-1);
}

.lp-contact .screen-reader-response {
  display: none;
}

.lp-contact .wpcf7-response-output {
  color: var(--c-text-error);
  max-width: var(--container-content);
  margin-inline: auto;
}

.lp-contact__thanks {
  background: var(--c-base-base-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-gap-md);
  padding: var(--sp-4);
  background: var(--c-base-white);
  border-radius: 8px;
  min-height: 400px;
}

.lp-contact__thanks-title {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--c-text-main);
  margin: 0;
}

.lp-contact__thanks-text {
  font-size: var(--fs-body);
  line-height: var(--lh-loose);
  color: var(--c-text-main);
  margin: 0;
}

.lp-contact__thanks-text a {
  text-decoration: none;
  color: var(--c-text-colored);
}

@media (min-width: 768px) {
  .sm {
    display: none;
  }

  .md {
    display: block;
  }

  .btn-md {
    width: var(--btn-md);
  }

  .btn-sm {
    width: var(--btn-sm);
  }

  .btn-text__sm {
    display: none;
  }

  .btn-text__md {
    display: inline;
  }

  .lp-header {
    padding-top: var(--sp-7);
  }

  .lp-footer__inn {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }

  .lp-hero__bg-deco::before {
    height: 35vh;
  }

  .lp-hero__main-copy {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
  }

  .lp-hero__main {
    gap: var(--sp-7) 0;
  }

  .lp-hero__main_ttl,
  .lp-hero__main_lead,
  .lp-hero__main_img {
    order: initial;
  }

  .lp-hero__cta {
    margin: 0 auto;
    max-width: -moz-min-content;
    max-width: min-content;
    justify-content: center;
    align-items: center;
  }

  .lp-hero__cta .btn-sm {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: var(--sp-6);
  }

  .lp-hero__cta-btn {
    flex-direction: row;
    gap: 0 var(--sp-3);
  }

  .lp-service {
    padding-bottom: 0;
  }

  .lp-service__text {
    text-align: center;
  }

  .lp-service__contents .service-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    background: var(--gradation-2);
  }

  .lp-service__contents .service-block__img {
    width: 50%;
    height: 100vh;
    aspect-ratio: auto;
  }

  .lp-service__contents .service-block__detail {
    width: 50%;
  }

  .lp-service__contents .service-block__text {
    margin-bottom: var(--sp-6);
  }

  .lp-service__contents .service-block__cta {
    justify-content: flex-end;
  }

  .lp-service__contents .service-block_sub {
    padding: var(--sp-section-py);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-base-white);
  }

  .lp-feature__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-6);
  }

  .lp-review__inn {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 var(--sp-9);
  }

  .lp-review .section-lead,
  .lp-review__wrap {
    width: 50%;
  }

  .lp-review__wrap {
    margin-inline: calc(var(--sp-6) * -1);
  }

  .lp-review__swiper-slide {
    padding-inline: var(--sp-6);
  }

  .lp-cta::before {
    inset: -50% 0;
    transform: translateY(var(--parallax-y, 0px));
  }

  .lp-cta__inn {
    padding-block: var(--sp-13);
  }

  .lp-cta__btn {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lp-cta__btn .btn {
    width: var(--btn-md);
  }

  .lp-flow__step {
    flex-direction: row;
    align-items: stretch;
    margin: 0 auto;
  }

  .lp-flow__step .flow-step:not(:last-child)::after {
    top: 50%;
    right: calc(var(--sp-5) * -1);
    transform: translateY(-50%) rotate(-90deg);
  }

  .lp-area::after {
    width: auto;
    height: 100%;
    right: var(--sp-section-px);
    transform: translateY(-50%);
  }

  .lp-faq .faq-item > * {
    padding-block: var(--sp-3);
    padding-inline: var(--sp-6);
  }

  .lp-faq .faq-item > *::before {
    font-size: var(--fs-xxxxl);
  }

  .lp-contact a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }

  .lp-contact .form-item__flex {
    flex-direction: row;
    gap: var(--sp-5);
  }

  .lp-contact .form-item__flex .w-30 {
    width: 30%;
  }

  .lp-contact .form-item__flex .w-40 {
    width: 40%;
  }

  .lp-contact .form-item__flex .w-50 {
    width: 50%;
  }

  .lp-contact .form-item__flex .w-60 {
    width: 60%;
  }

  .lp-contact .form-item__flex .w-70 {
    width: 70%;
  }

  .lp-contact__notes .c-block-default {
    padding: var(--sp-4);
  }

  .lp-contact .form-submit input[type=submit] {
    max-width: var(--btn-md);
    margin-inline: auto;
  }

  .lp-contact__thanks {
    padding: var(--sp-8);
    text-align: center;
  }
}

@media (min-width: 992px) {
  .lg {
    display: block;
  }

  .lp-flow__step {
    gap: var(--sp-10);
  }

  .lp-flow__step .flow-step:not(:last-child)::after {
    right: calc(var(--sp-8) * -1);
  }
}

@media (min-width: 1200px) {
  .section-inner {
    max-width: var(--container-content);
  }
}

@media (min-width: 1920px) {
  .lg {
    display: none;
  }

  .lp-flow__step {
    gap: var(--sp-11);
  }

  .lp-flow__step .flow-step figure {
    max-width: 240px;
  }

  .lp-flow__step .flow-step:not(:last-child)::after {
    right: calc(var(--sp-9) * -1);
  }
}

@media (max-width: 767px) {
  .lp-service__contents .service-block {
    position: relative;
  }

  .lp-service__contents .service-block__img {
    width: 100%;
    aspect-ratio: 8/9;
  }

  .lp-service__contents .service-block__detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-inline: var(--sp-section-px);
    padding-bottom: var(--sp-5);
  }

  .lp-service__contents .service-block__inn {
    background: var(--c-base-white);
    padding: var(--sp-4);
  }

  .lp-service__contents .service-block__ttl,
  .lp-service__contents .service-block__lead {
    text-align: center;
  }

  .lp-service__contents .service-block__text {
    font-size: var(--fs-xs);
    margin-bottom: var(--sp-4);
  }

  .lp-service__contents .service-block_sub .service-block__detail {
    position: relative;
    padding-block: var(--sp-6);
  }

  .lp-cta::before {
    inset: -20% 0;
    height: 100%;
    width: auto;
  }

  .lp-flow__step .flow-step figure {
    max-width: 60vw;
  }

  .lp-flow__step .flow-step:not(:last-child)::after {
    bottom: calc(var(--sp-6) * -1);
    left: 50%;
    transform: translateX(-50%);
  }

  .lp-area::after {
    width: 100%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-service__slide {
    animation: none;
  }
}