@charset "UTF-8";

/* ===========================================
リセットCSS
=========================================== */

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ===========================================
common
=========================================== */
:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-navy: #094067;
  --color-yellow: #D6BB48;
  --color-blue: #2897DB;
  --color-red: #CC3334;
  --font-bace: "Noto Sans JP", sans-serif;
}

html {
  font-size: 100%;
}

body {
  color: var(--color-black);
  font-size: 1rem;
  font-family: var(--font-bace);
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
  background-color: var(--color-white);
}

a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

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

/* フォーカスインジケーター スタイル必要に応じて調整 ※背景とのコントラスト比 3:1 以上*/
a,
button,
input,
select,
textarea,
[tabindex]:not([tabindex="-1"]) {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  -webkit-box-shadow: 0 0 8px 3px rgb(10, 156, 0);
  box-shadow: 0 0 8px 3px rgb(5, 166, 2);
}

section {
  padding-block: 60px;
}

@media screen and (min-width: 768px) {
  section {
    padding-block: 100px;
  }
}

.inner {
  width: min(500px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .inner {
    width: min(1380px, 100%);
    padding-inline: 40px;
  }
}

/* ===========================================
utility
=========================================== */
/* スクリーンリーダー用のテキスト等を非表示に */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.text-inline-block {
  display: inline-block;
  letter-spacing: 0.05em;
}

.black {
  color: var(--color-black);
}

.white {
  color: var(--color-white);
}

.red {
  color: var(--color-red);
  font-weight: 700;
}

.blue {
  color: var(--color-blue);
}

.yellow {
  color: var(--color-yellow);
}

/* ===========================================
共通スタイル
=========================================== */

/* セクションタイトル */
.heading {
  font-size: max(29px, 4.6vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .heading {
    font-size: min(60px, 4vw);
  }
}

.heading .fz45 {
  font-size: 0.75em;
}

.heading .fz50 {
  font-size: 0.833em;
}

.heading .fz55 {
  font-size: 0.917em;
}

/* 共通タイトル */
.common-title {
  font-size: 22px;
  line-height: 1.4666666667;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-title {
    font-size: min(2.6vw, 30px);
  }
}

@media screen and (min-width: 1024px) {
  .common-title {
    font-size: min(2vw, 30px);
  }
}

.common-title--red {
  color: var(--color-red);
}

.common-title--blue {
  color: var(--color-blue);
}

/* 共通テキスト */
.common-text {
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .common-text {
    font-size: 20px;
  }
}

/* ============================================ */
/* 以下スタイル */
/* ---------- */
/* ===========================================
ボタン
=========================================== */
/* ボタン共通 */
.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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  margin-top: 13px;
}

.button .button__text,
.button .button__icon-left,
.button .button__icon-right {
  position: relative;
  z-index: 2;
}

.button .button__icon-left,
.button .button__icon-right {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.button__label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  padding-inline: 20px;
}

@media screen and (min-width: 1024px) {
  .button__label {
    font-size: 20px;
  }
}

.button__label::before,
.button__label::after {
  position: absolute;
  top: 50%;
  translate: 0 -40%;
  display: block;
  content: "";
  width: 1.5px;
  height: 25px;
  background-color: var(--color-black);
}

.button__label::before {
  left: 0;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  background-color: var(--color-black);
}

.button__label::after {
  right: 0;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
  background-color: var(--color-black);
}

.button__label .small {
  font-size: 0.85em;
}

.button__label .red {
  color: #CF4041;
}

.button__hours {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  margin-top: 7px;
}

@media screen and (min-width: 1024px) {
  .button__hours {
    font-size: 20px;
  }
}

.button__text {
  position: relative;
}

.button__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
}

/* 緑ボタン */
.button--green {
  position: relative;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background-color: #47E338;
  overflow: hidden;
  transition: background .3s;
}

.button--green:hover {
  background-color: #27b71a;
}

.button--green::before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: rgba(33, 196, 18, 0.5);
  border-radius: 50px;
  z-index: 0;
}

.button--green::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid var(--color-white);
  opacity: 0.5;
  border-radius: 50px;
  z-index: 1;
}

.button--green .button__text {
  padding-left: 1.7em;
}

.button--green .button__text::before {
  translate: 0 -30%;
  width: 1.6em;
  aspect-ratio: 1;
  background-image: url(../images/icon_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.button--green .button__text::after {
  position: absolute;
  top: -12px;
  left: 50%;
  translate: -56%;
  content: "";
  display: inline-block;
  width: 160%;
  height: 27px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 1;
}

.button--green .button__icon-right {
  width: 8px;
  aspect-ratio: 8/15;
  background-image: url("../images/icon_arrow-right-white.png");
}

/* 白ボタン */
.button--white {
  background-color: var(--color-white);
  transition: background .3s;
}

.button--white:hover {
  background-color: #d5eed2;
}

.button--white .button__text {
  padding-left: 1.2em;
}

.button--white .button__text::before {
  translate: 0 -40%;
  width: 0.8em;
  aspect-ratio: 1;
  background-image: url(../images/icon_tel-green.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.button--white .button__icon-right {
  width: 8px;
  aspect-ratio: 8/15;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon_arrow-right-green.png");
  mask-image: url("../images/icon_arrow-right-green.png");
  background: #3FBE29;
}

.button--ghost {
  border: 2px solid #1FC412;
}

.button--ghost:hover {
  background-color: #d5eed2;
}

/* ===========================================
cta-container(fv下、中央共通）
=========================================== */
.cta-container__inner {
  width: min(1200px, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .cta-container__inner {
    padding-inline: 3.75rem;
  }
}

.cta-container__heading {
  color: var(--color-yellow);
}

.cta-container__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .cta-container__button {
    -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;
    gap: 24%;
    margin-top: 10px;
  }
}

.cta-container__button .button-wrapper--left {
  margin-top: 5px;
}

.cta-container__button .button__label {
  color: var(--color-white);
}

.cta-container__button .button__label::before,
.cta-container__button .button__label::after {
  background-color: var(--color-white);
}

.cta-container__button .button__label span {
  font-size: 1.2em;
}

.cta-container__button .button--white,
.cta-container__button .button--green {
  min-width: 327px;
  min-height: 60px;
}

@media screen and (min-width: 1024px) {

  .cta-container__button .button--white,
  .cta-container__button .button--green {
    min-width: 500px;
    min-height: 71px;
  }
}

.cta-container__button .button--white {
  font-size: 23px;
  line-height: 1.4444444444;
  padding-block: 0.25em 0.36em;
  padding-inline: 2.5em 1.14em;
}

@media screen and (min-width: 1024px) {
  .cta-container__button .button--white {
    font-size: 36px;
  }
}

.cta-container__button .button--white .button__text {
  padding-right: 1.4em;
}

.cta-container__button .button--green {
  font-size: 15px;
  padding-block: 0.375em 0.66em;
  padding-inline: 2.6em 0.83em;
}

@media screen and (min-width: 1024px) {
  .cta-container__button .button--green {
    font-size: 24px;
  }
}

.cta-container__button .button--green .button__text {
  padding-right: 1.25em;
}

.cta-container__button .button--green .button__text span {
  font-size: 1.33em;
  line-height: 1.4375;
}

.cta-container__button .button--green .button__icon-left {
  width: 35px;
  aspect-ratio: 35/28;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background-image: url(../images/icon_mail.png);
}

.cta-container__button .button--green .button__icon-right {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* ===========================================
header
=========================================== */
.header {
  height: 181px;
}

.header a {
  transition: opacity .3s;
}

header a:hover {
  opacity: 0.6;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(1920px, 100%);
  padding-block: 10px;
  padding-inline: 20px;
  margin-inline: auto;
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-block: 60px 20px;
    padding-inline: 80px 48px;
  }
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(16px, 16px + 25 * (100vw - 375px) / 1005, 35px);
  /* ↑画面幅375px〜1380pxの間で16px〜35pxの可変 */
  font-weight: 700;
  line-height: 1.4571428571;
  color: var(--color-white);
  padding-left: 1.5em;
}

.header__logo::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.1em;
  aspect-ratio: 1;
  background-image: url(../images/icon_home.png);
  background-size: contain;
}

.header__tel {
  font-weight: 700;
  color: var(--color-white);
  text-align: right;
}

.header__tel a {
  position: relative;
  font-size: clamp(16px, 16px + 27 * (100vw - 375px) / 1005, 37px);
  /* ↑画面幅375px〜1380pxの間で16px〜37pxの可変 */
  line-height: 1.4594594595;
  padding-left: 1em;
}

.header__tel a::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.2em;
  content: "";
  display: inline-block;
  width: 0.7em;
  aspect-ratio: 1;
  background-image: url(../images/icon_tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header__tel-text {
  font-size: clamp(10px, 10px + 13 * (100vw - 375px) / 1005, 23px);
  /* ↑画面幅375px〜1380pxの間で10px〜23pxの可変 */
  line-height: 1.4782608696;
}


/* ===========================================
fv
=========================================== */
.fv {
  padding-block: clamp(80px, 80px + 50 * (100vw - 375px) / 392, 130px) 0;
  /* 375pxのときに80px、767pxのときに130px */
  margin-top: -181px;
  background-image: url(../images/fv_bg.webp);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-block: 130px 0;
  }
}

.fv__inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .fv__inner {
    width: min(1380px, 100%);
  }
}

@media screen and (min-width: 1024px) {
  .fv__wrap {
    padding-top: clamp(0px, 30px - 30 * (100vw - 1024px) / 276, 30px);
  }
}

.fv__heading-wrap {
  grid-area: heading;
}

.fv__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .fv__label-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.fv__label {
  font-size: clamp(12px, 12px + 8 * (100vw - 375px) / 648, 20px);
  /* ↑画面幅375px〜1023pxの間で12px〜20pxの可変 */
  font-weight: 700;
  line-height: 1.4666666667;
  color: #1D435D;
  display: inline-block;
  background-color: #F4F5F7;
  border-radius: 30px;
}

@media screen and (min-width: 1024px) {
  .fv__label {
    font-size: 30px;
  }
}

.fv__label--time {
  position: relative;
  padding-block: 4px;
  padding-inline: 12px;
}

@media screen and (min-width: 1024px) {
  .fv__label--time {
    padding-block: 4px 8px;
    padding-block: 4px 5.2px;
  }
}

.fv__label--time img {
  width: 2em;
  aspect-ratio: 59/35;
  margin-bottom: 0.1em;
}

.fv__label--money {
  padding-block: 4px;
  padding-inline: 15px;
}

@media screen and (min-width: 1024px) {
  .fv__label--money {
    padding-block: 4px 7.2px;
    padding-inline: 34px 26px;
  }
}

.fv__label--money img {
  width: 1.4em;
  aspect-ratio: 42/45;
}

.fv__heading {
  font-weight: 700;
  color: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .fv__heading {
    margin: 0;
  }
}

.fv__heading-01,
.fv__heading-02 {
  display: block;
}

.fv__heading-01 {
  font-size: clamp(46px, 10vw, 92px);
  line-height: 1.3235294118;
}

@media screen and (min-width: 768px) {
  .fv__heading-01 {
    font-size: 92px;
  }
}

@media screen and (min-width: 1024px) {
  .fv__heading-01 {
    font-size: clamp(98px, 98px + 26 * (100vw - 1024px) / 276, 124px);
    /* ↑画面幅1024px〜1300pxの間で98px〜124pxの可変 */
  }
}

.fv__heading-01 .fv__heading-01--small {
  font-size: 0.83em;
}

.fv__heading-02 {
  font-size: clamp(35px, 7vw, 69px);
  /* ↑画面幅375px〜1023pxの間で35px〜69pxの可変 */
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .fv__heading-02 {
    font-size: 69px;
  }
}

@media screen and (min-width: 1024px) {
  .fv__heading-02 {
    font-size: clamp(69px, 69px + 20 * (100vw - 1024px) / 276, 89px);
    /* ↑画面幅1024px〜1300pxの間で69px〜89pxの可変 */
  }
}

.fv__badge-wrap {
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 32px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .fv__badge-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 15px;
    margin-top: 30px;
  }
}

.fv__badge {
  width: 40%;
}

@media screen and (min-width: 1024px) {
  .fv__badge {
    width: 27.5%;
  }
}

.fv__badge--01 {
  position: relative;
}

.fv__person {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 38%;
}

@media screen and (min-width: 1024px) {
  .fv__person {
    right: 90px;
    width: 29%;
  }
}

@media screen and (min-width: 1690px) {
  .fv__person {
    right: 0;
    width: 39%;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

.fv__label--time::after,
.fv__badge--01::after {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  translate: -50%;
  content: "※備考";
  font-size: 8px;
  font-weight: 400;
  color: var(--color-white);
}

@media screen and (min-width: 768px) {

  .fv__label--time::after,
  .fv__badge--01::after {
    font-size: 12px;
  }
}

/* ===========================================
cta-top(fv下）
=========================================== */
.cta-top {
  padding-block: 47px 50.3px;
  background-color: var(--color-navy);
}

/* ===========================================
problem
=========================================== */
.problem {
  background-image: url(../images/problem_bg.webp);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .problem {
    padding-block: 50px 80px;
  }
}

.problem__wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .problem__wrap {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 6.7%;
    -moz-column-gap: 6.7%;
    column-gap: 6.7%;
    margin-top: 47px;
  }
}

.problem__item {
  font-weight: 700;
}

.problem__item-title {
  font-size: 16px;
  line-height: 1.4583333333;
  text-align: center;
  color: var(--color-white);
  padding-block: 8px 7px;
  background-color: var(--color-navy);
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  .problem__item-title {
    font-size: min(1.7vw, 24px);
  }
}

.problem__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  background-color: #1870A3;
  padding-block: 9px 8px;
}

.problem__item-number span {
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .problem__item-number {
    font-size: 40px;
    line-height: 1.45;
  }
}

.problem__item-number-inner {
  font-size: clamp(22px, 5.8vw, 40px);
  color: var(--color-yellow);
}

/* ===========================================
worries
=========================================== */
.worries {
  background-image: url(../images/worries_bg.webp);
  background-size: cover;
}

.worries__heading {
  color: var(--color-white);
}

.worries__wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .worries__wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.2%;
    -moz-column-gap: 5.2%;
    column-gap: 5.2%;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .worries__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.worries__item {
  position: relative;
  min-height: 160px;
  padding-block: 36px 35px;
  padding-inline: 14px;
  background-color: var(--color-white);
}

@media screen and (min-width: 1024px) {
  .worries__item {
    min-height: 180px;
  }
}

.worries__item::before {
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50%;
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  background-image: url(../images/icon_check.png);
  background-size: contain;
}

/* ===========================================
compare
=========================================== */
.compare {
  background-image: url(../images/compare_bg.webp);
  background-size: cover;
  background-position: right;
}

.compare__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .compare__inner {
    width: min(1380px, 100%);
    padding-inline: 40px;
  }
}

.compare__heading {
  font-size: max(24px, 4.2vw);
  color: var(--color-blue);
}

@media screen and (min-width: 768px) {
  .compare__heading {
    font-size: min(60px, 4vw);
  }
}

.compare__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .compare__table-wrap {
    margin-top: 50px;
  }
}

.compare__table {
  width: 727px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 16px;
  margin-top: 33px;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .compare__table {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .compare__table {
    font-size: 18px;
  }
}

.compare__table th,
.compare__table td {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 10px 5px;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {

  .compare__table th,
  .compare__table td {
    padding: 22px;
  }
}

.compare__table th {
  font-weight: 600;
  background-color: #DCECF4;
  text-align: center;
}

.compare__table td {
  background-color: var(--color-white);
}

.compare__table .th-left {
  width: 19%;
  position: sticky;
  left: 0;
  border-inline: 1px solid #707070;
  z-index: 20;
}

.compare__table .th-item {
  width: 26.7%;
}

.compare__table th.highlight {
  position: relative;
  background-color: var(--color-red);
  color: #fff;
  font-weight: 700;
  border: 3px solid var(--color-red);
}

.compare__table .highlight {
  background-color: #FBEAEB;
  color: var(--color-red);
  font-weight: 700;
  border-left: 3px solid var(--color-red);
  border-right: 3px solid var(--color-red);
}

.compare__table .highlight:first-child {
  border-top: 3px solid var(--color-red);
  border-bottom: 3px solid var(--color-red);
}

.compare__table .highlight tr:last-child {
  border-bottom: 3px solid var(--color-red);
}

.compare__table tbody tr:first-child td:nth-child(4) {
  border-top: none;
}

.compare__table thead th {
  padding: 8px;
}

@media screen and (min-width: 1024px) {
  .compare__table thead th {
    padding: 12px;
  }
}

.compare__table .th-portal {
  border-right: none;
}

.compare__table tbody tr:last-child .highlight {
  border-bottom: 3px solid var(--color-red);
}

.compare__table .highlight-inner {
  position: absolute;
  top: -33px;
  left: 50%;
  translate: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 6px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  height: calc(100% + 33px);
  font-size: 18px;
  background-color: var(--color-red);
}

@media screen and (min-width: 768px) {
  .compare__table .highlight-inner {
    font-size: clamp(17px, 1.9vw, 24px);
  }
}

.compare__table .highlight-inner span {
  position: relative;
  padding-left: 1.5em;
}

.compare__table .highlight-inner span::before {
  position: absolute;
  top: 50%;
  translate: 0 -42%;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1;
  background-image: url(../images/icon_home.png);
  background-size: contain;
}

.compare__table .cell-inner {
  position: relative;
  z-index: 2;
}

.compare__table .double-circle,
.compare__table .circle,
.compare__table .triangle,
.compare__table .cross {
  position: relative;
  z-index: 1;
}

.compare__table .double-circle::before,
.compare__table .circle::before,
.compare__table .triangle::before,
.compare__table .cross::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: inline-block;
  width: 50px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.compare__table .double-circle::before {
  background-image: url(../images/double-circle.png);
}

.compare__table .circle::before {
  background-image: url(../images/circle.png);
}

.compare__table .cross::before {
  background-image: url(../images/cross.png);
}

.compare__table .triangle::before {
  background-image: url(../images/triangle.png);
}

/* ===========================================
cta(中央）
=========================================== */
.cta-center {
  padding-block: 60px;
  background-image: url(../images/center-cta_bg.webp);
  background-size: cover;
  background-position: 59% 100%;
}

@media screen and (min-width: 768px) {
  .cta-center {
    padding-block: 93px 117px;
    background-position: center;
  }
}

.cta-center__cta-container {
  width: 95%;
  padding-block: 30px 45px;
  margin-inline: auto;
  background-color: var(--color-navy);
}

@media screen and (min-width: 768px) {
  .cta-center__cta-container {
    width: 83%;
    padding-block: 83px 39px;
  }
}

/* ===========================================
pitfall
=========================================== */
.pitfall {
  background-image: url(../images/pitfall_bg.webp);
  background-size: cover;
}

.pitfall__wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 52px;
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .pitfall__wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.8%;
    -moz-column-gap: 3.8%;
    column-gap: 3.8%;
    margin-top: 52px;
  }
}

@media screen and (min-width: 1024px) {
  .pitfall__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pitfall__item {
  position: relative;
  min-height: 160px;
  padding-block: 36px 18px;
  padding-inline: 20px;
  background-color: var(--color-white);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 768px) {
  .pitfall__item {
    min-height: 180px;
  }
}

.pitfall__item::before {
  position: absolute;
  top: -36px;
  left: 50%;
  translate: -50%;
  content: "";
  display: inline-block;
  width: 80px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitfall__item .common-text {
  text-align: left;
}

.pitfall__estate .pitfall__item::before {
  background-image: url(../images/pitfall_cross-blue.png);
}

.pitfall__site {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .pitfall__site {
    margin-top: 80px;
  }
}

.pitfall__site .pitfall__item::before {
  background-image: url(../images/pitfall_cross-red.png);
}

.pitfall__site-heading {
  font-size: max(28px, 3.15vw);
}

/* ===========================================
reason
=========================================== */
.reason {
  background-image: url(../images/blue-polygon.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .reason {
    padding-block: 110px 100px;
  }
}

.reason__heading {
  display: block;
  margin-inline: auto;
}

.reason__heading-inner {
  position: relative;
}

.reason__heading-inner::before,
.reason__heading-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  height: 3em;
  aspect-ratio: 43/112;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {

  .reason__heading-inner::before,
  .reason__heading-inner::after {
    height: 1.9em;
  }
}

.reason__heading-inner::before {
  left: -1.4em;
  background-image: url(../images/laurel_left.png);
}

@media screen and (min-width: 768px) {
  .reason__heading-inner::before {
    left: -0.9em;
  }
}

.reason__heading-inner::after {
  right: -3.4em;
  background-image: url(../images/laurel_right.png);
}

@media screen and (min-width: 768px) {
  .reason__heading-inner::after {
    right: -0.7em;
  }
}

.reason__wrap {
  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;
  row-gap: 30px;
  max-width: 380px;
  margin-top: 35px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .reason__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 80px;
    -webkit-column-gap: 3.8%;
    -moz-column-gap: 3.8%;
    column-gap: 3.8%;
    max-width: none;
    margin-top: 96px;
  }
}

.reason__item {
  position: relative;
  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;
  width: 100%;
  min-height: 300px;
  background-color: var(--color-white);
}

@media screen and (min-width: 1024px) {
  .reason__item {
    width: 30.7%;
    min-height: 360px;
  }
}

.reason__item-number {
  position: absolute;
  top: -6px;
  display: grid;
  place-content: center;
  width: 1.73em;
  aspect-ratio: 104/101;
  font-size: 40px;
  line-height: 1.45;
  background-image: url(../images/reason_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .reason__item-number {
    top: -10px;
    font-size: 60px;
  }
}

.reason__item-icon {
  width: 101px;
  aspect-ratio: 101/78;
  margin-top: 78px;
}

@media screen and (min-width: 1024px) {
  .reason__item-icon {
    margin-top: 110px;
  }
}

.reason__item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .reason__item-title {
    font-size: min(2.2vw, 30px);
    margin-top: 0;
  }
}

.reason__item-text {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .reason__item-text {
    font-size: min(1.4vw, 20px);
    margin-top: 8px;
  }
}

/* ===========================================
voice
=========================================== */
.voice {
  position: relative;
  background-color: #346B91;
  overflow: hidden;
}

.voice::before,
.voice::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.voice::before {
  top: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 773/660;
  background-image: url(../images/voice_bg01.webp);
}

@media screen and (min-width: 1460px) {
  .voice::before {
    width: 773px;
  }
}

.voice::after {
  bottom: 0;
  right: -5px;
  width: 50%;
  aspect-ratio: 856/564;
  background-image: url(../images/voice_bg02.webp);
}

@media screen and (min-width: 1460px) {
  .voice::after {
    width: 846px;
  }
}

.voice__inner {
  position: relative;
  z-index: 1;
}

.voice__heading {
  color: var(--color-white);
}

.voice__lead {
  font-size: min(3.5vw, 20px);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .voice__lead {
    margin-top: 10px;
    font-size: min(2.2vw, 30px);
  }
}

.voice__wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .voice__wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 7.6%;
    -moz-column-gap: 7.6%;
    column-gap: 7.6%;
    margin-top: 80px;
  }
}

.voice__item {
  padding-block: 30px 24px;
  padding-inline: 30px;
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .voice__item {
    min-height: 254px;
    padding-block: 30px 24px;
    padding-inline: 30px;
  }
}

.voice__item-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4583333333;
}

@media screen and (min-width: 1024px) {
  .voice__item-title {
    font-size: 24px;
  }
}

.voice__item-title::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 100%;
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 142/25;
  background-image: url(../images/stars.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.voice__item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .voice__item-meta {
    font-size: 16px;
  }
}

.voice__item-text {
  font-size: 16px;
  line-height: 1.45;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .voice__item-text {
    font-size: 20px;
  }
}

/* ===========================================
flow
=========================================== */
.flow {
  background-image: url(../images/flow_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.flow__inner {
  width: min(500px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .flow__inner {
    width: min(1380px, 100%);
    padding-inline: 40px;
  }
}

.flow__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px;
  margin-top: 40px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .flow__wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
    margin-top: 78px;
  }
}

.flow__item {
  position: relative;
  padding-block: 24px 20px;
  padding-inline: 8px 20px;
  background-color: var(--color-white);
}

@media screen and (min-width: 1024px) {
  .flow__item {
    min-height: 300px;
    padding-block: 50px 5px;
    padding-inline: 15px;
  }
}

.flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 20px;
  background: var(--color-navy);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media screen and (min-width: 1024px) {
  .flow__item::after {
    width: 20px;
    height: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: auto;
    right: -27px;
    bottom: auto;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__item:last-child::after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .flow__item {
    min-height: 360px;
  }
}

.flow__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .flow__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow__item-number {
  position: absolute;
  top: -33px;
  left: 25px;
  display: grid;
  place-content: center;
  width: 1.33em;
  aspect-ratio: 1;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
  background-color: var(--color-yellow);
}

@media screen and (min-width: 1024px) {
  .flow__item-number {
    top: -33px;
    left: 50%;
    translate: -50%;
    width: 1.33em;
    font-size: 45px;
  }
}

.flow__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  aspect-ratio: 1;
}

@media screen and (min-width: 1024px) {
  .flow__item-icon {
    width: 113px;
    margin-inline: auto;
  }
}


@media screen and (min-width: 1024px) {
  .flow__item-icon--caluculator {
    width: 90px;
    margin-top: 23px;
  }

}

.flow__item-text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow__item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (min-width: 1024px) {
  .flow__item-title {
    font-size: min(1.7vw, 28px);
    text-align: center;
  }
}

.flow__item-text {
  font-size: 15px;
  line-height: 1.6666666667;
  margin-top: 14px;
}

@media screen and (min-width: 1024px) {
  .flow__item-text {
    font-size: min(1.4vw, 18px);
    padding-inline: 11px;
    margin-top: 8px;
  }
}

/* ===========================================
faq
=========================================== */
.faq {
  background-color: #EFF5F8;
}

.faq__inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .faq__inner {
    width: min(1380px, 100%);
    padding-inline: 40px;
  }
}

.faq__accordion-wrap {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .faq__accordion-wrap {
    margin-top: 50px;
  }
}

.faq__accordion-item {
  background-color: var(--color-white);
  padding-block: 1.2em;
  padding-inline: 1em;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .faq__accordion-item {
    padding-block: 2.4em;
    padding-inline: 2.5em;
  }
}

.faq__accordion-item[open] .faq__accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__accordion-item:not(first-of-type) {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .faq__accordion-item:not(first-of-type) {
    margin-top: 3.7%;
  }
}

.faq__accordion-title {
  position: relative;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding-inline: 2.3em 1.5em;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .faq__accordion-title {
    font-size: min(2.6vw, 30px);
  }
}

.faq__accordion-title::before {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
  left: 0;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 1.66em;
  aspect-ratio: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  padding-bottom: 0.25em;
  background-color: #0078BF;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .faq__accordion-title::before {
    font-size: min(3vw, 30px);
  }
}

summary::marker {
  content: "";
}

.faq__accordion-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 7px;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__accordion-content {
  position: relative;
  font-size: 16px;
  padding-block: 2em;
  padding-inline: 3.2em 1em;
  margin-top: 1.5em;
  background-color: #EFF5F8;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .faq__accordion-content {
    font-size: min(2.1vw, 20px);
    padding-inline: 5.6em 3.25em;
    margin-top: 2.2em;
  }
}

.faq__accordion-content::before {
  position: absolute;
  top: 1em;
  left: 0.5em;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 1.66em;
  aspect-ratio: 1;
  font-size: 20px;
  font-weight: 700;
  color: #0078BF;
  padding-bottom: 0.06em;
  background-color: var(--color-white);
  border-radius: 50%;
  border: 1px solid #0078BF;
}

@media screen and (min-width: 768px) {
  .faq__accordion-content::before {
    left: 1.4em;
    font-size: min(3vw, 30px);
  }
}

/* ===========================================
solution
=========================================== */
.solution {
  background-image: url(../images/blue-polygon.png);
  background-size: cover;
}

.solution__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 360px;
  margin-top: 50px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .solution__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 20px + 90 * (100vw - 768px) / 612, 110px);
    max-width: none;
    /* ↑画面幅768px〜1380pxの間で20px〜110pxの可変 */
  }
}

.solution__item {
  padding: 20px;
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .solution__item {
    padding: clamp(14px, 14px + 16 * (100vw - 768px) / 612, 30px);
    /* ↑画面幅768px〜1380pxの間で14px〜30pxの可変 */
  }
}

.solution__image {
  aspect-ratio: 300/190;
}

.solution__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .solution__title {
    font-size: min(2.1vw, 30px);
  }
}

.solution__text {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .solution__text {
    font-size: min(1.9vw, 20px);
  }
}

/* ===========================================
contact
=========================================== */
.contact {
  background-color: #EFF5F8;
}

@media screen and (min-width: 768px) {
  .contact {
    padding-block: 100px 120px;
  }
}

.contact__lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .contact__lead {
    font-size: min(2vw, 24px);
    margin-top: min(1.8vw, 33px);
  }
}

.contact__form-wrap {
  padding-block: 30px 30px;
  padding-inline: 20px;
  background-color: var(--color-white);
  border-radius: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .contact__form-wrap {
    padding-block: 103px 80px;
    padding-inline: min(8vw, 150px);
    margin-top: 50px;
  }
}

.contact__form-row:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact__form-row:not(:first-child) {
    margin-top: 36px;
  }
}

.contact__form-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .contact__form-head {
    font-size: min(2.5vw, 30px);
  }
}

.contact__form-head span.--required {
  position: relative;
  display: inline-block;
}

.contact__form-head span.--required::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.875rem);
  font-size: 0.75rem;
  color: var(--color-white);
  line-height: 1.4285714286;
  display: inline-block;
  padding: 4PX 0.4375rem;
  background: #E32424;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .contact__form-head span.--required::after {
    font-size: min(1.8vw, 21px);
  }
}

.contact__form-data {
  margin-top: 11px;
}

/* input、textareaカスタマイズ ==================== */
input[type=text],
input[type=email],
textarea {
  width: 100%;
  font-size: 16px;
  padding-block: 0.8em;
  padding-inline: 30px;
  border: 1px solid #989898;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {

  input[type=text],
  input[type=email],
  textarea {
    font-size: min(2vw, 32px);
    padding-block: 1em;
    padding-inline: 47px;
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: min(2vw, 32px);
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: min(2vw, 32px);
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: min(2vw, 32px);
  }

  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: min(2vw, 32px);
  }

  input::placeholder,
  textarea::placeholder {
    font-size: min(2vw, 32px);
  }
}

input[type=text],
input[type=email],
.contact__form-select-wrap {
  height: 50px;
}

@media screen and (min-width: 768px) {

  input[type=text],
  input[type=email],
  .contact__form-select-wrap {
    height: min(8vw, 120px);
  }
}

/* テキストエリアカスタマイズ ==================== */
textarea {
  resize: vertical;
  width: 100%;
  height: min(22vw, 400px);
}

/* セレクトカスタマイズ ==================== */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  appearance: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-inline: 30px;
  border: 1px solid #989898;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  select {
    font-size: min(2vw, 32px);
    padding-inline: 47px;
    border-radius: 20px;
  }
}

/* 未選択の時 */
select:invalid {
  color: #989898;
}

/* デフォルトの矢印非表示 */
.contact__form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10px;
}

/* ボタン==================== */
.contact__form-button {
  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-top: 40px;
}

@media screen and (min-width: 768px) {
  .contact__form-button {
    gap: 36px;
    margin-top: 70px;
  }
}

.contact__form-button .button--green,
.contact__form-button .button--white {
  min-width: 270px;
  padding-inline: 1.6em 1.7em;
}

@media screen and (min-width: 768px) {

  .contact__form-button .button--green,
  .contact__form-button .button--white {
    min-width: 426px;
    font-size: 24px;
    padding-inline: 2.5em 1.6em;
  }
}

.contact__form-button .button--green {
  font-size: 16px;
  padding-block: 23px 24px;
}

@media screen and (min-width: 768px) {
  .contact__form-button .button--green {
    font-size: 24px;
  }
}

.contact__form-button .button--green .button__text {
  padding-left: 2.6em;
}

.contact__form-button .button--green .button__text::before {
  translate: 0 -42%;
  width: 1.5em;
  background-image: url(../images/icon_send.png);
}

.contact__form-button .button--white {
  font-size: 20px;
  padding-block: 15px;
}

@media screen and (min-width: 768px) {
  .contact__form-button .button--white {
    font-size: 30px;
  }
}

.contact__form-button .button--white .button__icon-right {
  width: 8px;
  aspect-ratio: 8/15;
}

.contact__form-button .button--white .button__text {
  padding-left: 1.6em;
}

.contact__form-button .button--white .button__text::before {
  width: 1.1em;
}

.contact__form-button .button__hours {
  color: var(--color-black);
}

.button--green:disabled {
  /* 非活性状態のスタイル */
  opacity: 0.5;
  cursor: not-allowed;
}

.footer {
  font-size: clamp(16px, 1.25vw, 24px);
  color: var(--color-white);
  line-height: 1.4583333333;
  padding-block: 48px 30px;
  background-color: var(--color-navy);
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 78px 28.5px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    font-size: min(1.25vw, 24px);
  }
}

.footer a {
  transition: opacity .3s;
}

.footer a:hover {
  opacity: 0.6;
}

.footer__inner {
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    width: min(1835px, 100%);
    padding-inline: 55px 40px;
  }
}

.footer__content {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-white);
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  row-gap: 40px;
}

@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-inline: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer__wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__title {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer__first {
    width: 57%;
  }
}

@media screen and (min-width: 1024px) {
  .footer__first {
    width: 34%;
  }
}

.footer__first-text {
  margin-top: 10px;
}

.footer__second {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (min-width: 768px) {
  .footer__second {
    row-gap: 40px;
    width: 43%;
  }
}

@media screen and (min-width: 1024px) {
  .footer__second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 48.5%;
    -webkit-column-gap: 12%;
    -moz-column-gap: 12%;
    column-gap: 12%;
  }
}

.footer__info {
  width: 41%;
}

.footer__info-text {
  margin-top: 15px;
}

.footer__info-tel,
.footer__info-mail,
.footer__info-hour {
  white-space: nowrap;
  position: relative;
  padding-left: 1.15em;
}

.footer__info-tel::before,
.footer__info-mail::before,
.footer__info-hour::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__info-tel::before {
  background-image: url(../images/icon_tel-white.png);
  width: 0.83em;
  translate: 0 -42%;
}

.footer__info-mail::before {
  translate: 0 -24%;
  width: 0.91em;
  background-image: url(../images/icon_mail.png);
}

.footer__info-hour {
  margin-top: 0.29em;
}

.footer__info-hour::before {
  translate: 0 -40%;
  background-image: url(../images/icon_hour.png);
}

.footer__area-text {
  margin-top: 15px;
}

.footer__note {
  font-size: clamp(11px, 0.83vw, 16px);
  line-height: 1.5;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .footer__note {
    margin-top: 9px;
  }
}

.footer__copyright {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-top: 34.5px;
}

.footer__copyright small {
  font-size: 100%;
}

@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: clamp(12px, 0.83em, 16px);
  }
}