@charset "UTF-8";

/* ==========================================
   VARIABLES & SETTING 
   ========================================== */
:root {
  /* Colors */
  --color-main: #FFF200;
  --color-text-main: #303030;
  --color-text-sub: #333333;
  --color-text-muted: #666666;
  --color-bg-white: #ffffff;
  --color-bg-gray: #F6F6F6;
  --color-border: #cccccc;
  --color-blue: #024CBC;

  /* Font & Weight */
  --font-family: "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --weight-black: 900;

  /* Spacing / Layout */
  --space-container: 1100px;
  --transition-smooth: opacity 0.3s ease, transform 0.3s ease;
}

/* ==========================================
   FADE IN
   ========================================== */
.mv__content,
.mv__image-wrapper,
.mv__feature-card {
  opacity: 0;
}

.problem__right,
.touchpoint__row,
.scene__card,
.reason__box,
.flow__box,
.faq__item,
.contact__form-container {
  opacity: 0;
  will-change: opacity, transform;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__toggle-icon::before,
.faq__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-text-main);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  top: 50%;
  left: 50%;
}

/* ==========================================
   BASE
   ========================================== */
/* ==========================================
   RESET
   ========================================== */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family);
  color: var(--color-text-main);
  font-size: 1.6rem;
  line-height: 1.6;
}

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

.inner {
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 7.8125vw;
  }
}

@media screen and (min-width: 1281px) {
  .inner {
    max-width: 1100px;
    padding: 0;
  }
}

/* ==========================================
   CONTENTS
   ========================================== */

/* mainvisual 
--------------------------------------------*/

.mv {
  background: url(../img/lp/mv.png) no-repeat right -16vw top / 82vw;
}

.mv__header {
  position: relative;
}

.mv__logo {
  position: absolute;
  left: -1vw;
  padding-top: 2.8vw;
}

.mv__logo img {
  display: block;
  width: 25vw;
}

.mv__content {
  padding-top: 25vw;
}

.mv__title {
  font-weight: var(--weight-bold);
  line-height: 1.5;
  letter-spacing: 5%;
  font-size: 5vw;
  margin-bottom: 3vw;
}

.mv__title span {
  font-size: 6.5vw;
}

.mv__lead {
  line-height: 1.6;
  font-weight: var(--weight-medium);
  font-size: 3.2vw;
}

.mv__features {
  display: flex;
  justify-content: center;
  gap: 2vw;
  width: 100%;
  margin: 6vw auto 10vw;
}

.mv__feature-card {
  background: var(--color-bg-gray);
  padding: 3vw 1.5vw;
  border-radius: 10px;
  text-align: center;
  flex: 1;
  position: relative;
}

.mv__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  background-color: var(--color-main);
  border-radius: 50%;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
}

.mv__feature-icon::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--color-text-main);
  border-bottom: 2px solid var(--color-text-main);
  transform: rotate(-45deg) translate(1px, -1px);
}

.mv__feature-sub {
  font-size: 2.9vw;
  font-weight: var(--weight-medium);
}

.mv__feature-title {
  font-size: 4vw;
  font-weight: var(--weight-bold);
  margin-bottom: 1vw;
}

.mv__feature-desc {
  font-size: 2.8vw;
  font-weight: var(--weight-medium);
  border-top: 1px solid #828282;
  padding-top: 1vw;
  width: 100%;
}

.mv__cta {
  display: flex;
  justify-content: center;
  gap: 2vw;
  position: relative;
  z-index: 3;
}

.mv__cta-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.mv__cta-badge {
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-main);
  color: var(--color-text-main);
  font-size: 3vw;
  font-weight: var(--weight-bold);
  padding: .5vw 3vw;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 2;
}

.mv__cta-badge--yellow {
  background-color: var(--color-main);
}

.mv__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-text-main);
  border-radius: 50px;
  height: 50px;
  transition: var(--transition-smooth);
  line-height: 1;
}

.mv__cta-link:hover {
  opacity: 0.8;
  transform: translateY(-4px);
  color: var(--color-text-main);
}

.mv__cta-tel-wrap {
  text-align: center;
}

.mv__cta-number {
  display: block;
  font-size: 5vw;
  font-weight: var(--weight-bold);
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 4vw;
}

.mv__cta-number::before {
  content: '';
  display: block;
  width: 4vw;
  height: 4vw;
  background: url("../img/lp/tel.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: .5vw;
}

.mv__cta-time {
  display: block;
  font-size: 2.5vw;
  color: var(--color-text-muted);
  font-weight: var(--weight-medium);
}

.mv__cta-text {
  font-size: 3.5vw;
  padding-left: 6vw;
  font-weight: var(--weight-bold);
  position: relative;
}

.mv__cta-text::before {
  content: '';
  display: block;
  width: 5vw;
  height: 4vw;
  background: url("../img/lp/mail.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/lp/mv.png) no-repeat right -10.9375vw top / 70.3125vw;
  }

  .mv__logo {
    left: -3.90625vw;
  }

  .mv__logo img {
    width: 17.423vw;
  }

  .mv__content {
    padding-top: 10.15625vw;
  }

  .mv__title {
    font-size: 3.75vw;
    margin-bottom: 1.171875vw;
  }

  .mv__title span {
    font-size: 4.6875vw;
  }

  .mv__lead {
    line-height: 1.8;
    font-size: 1.5625vw;
  }

  .mv__features {
    gap: 2.5vw;
    width: 60.5469vw;
    margin: 3.125vw auto 4vw;
  }

  .mv__feature-sub {
    font-size: 1.40625vw;
  }

  .mv__feature-title {
    font-size: 1.875vw;
    margin-bottom: .625vw;
  }

  .mv__feature-desc {
    font-size: 1.171875vw;
    padding-top: .625vw;
  }

  .mv__feature-card {
    padding: 1.875vw 2.734375vw;
  }

  .mv__cta {
    gap: 2.34375vw;
  }

  .mv__cta-item {
    max-width: 25.78125vw;
  }

  .mv__cta-badge {
    top: -1.09375vw;
    font-size: 1.09375vw;
    padding: .15625vw 1.5625vw;
    border-radius: 1.5625vw;
  }

  .mv__cta-link {
    border-radius: 3.90625vw;
    height: 6.640625vw;
  }

  .mv__cta-number {
    font-size: 2.1875vw;
    padding-left: 1.875vw;
  }

  .mv__cta-number::before {
    width: 1.71875vw;
    height: 1.71875vw;
    top: .390625vw;
  }

  .mv__cta-time {
    font-size: 0.78125vw;
  }

  .mv__cta-text {
    font-size: 1.796875vw;
    padding-left: 2.34375vw;
  }

  .mv__cta-text::before {
    width: 2.03125vw;
    height: 1.71875vw;
    top: .234375vw;
  }

  .mv__feature-icon {
    width: 2.34375vw;
    height: 2.34375vw;
    top: -1.09375vw;
  }
}

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

  .mv {
    background: url(../img/lp/mv.png) no-repeat right top / 1000px;
  }

  .mv__content {
    padding-top: 130px;
  }

  .mv__logo img {
    width: 223px;
  }

  .mv__title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .mv__title span {
    font-size: 60px;
  }

  .mv__lead {
    font-size: 20px;
  }

  .mv__features {
    gap: 32px;
    max-width: 780px;
    margin: 40px auto 60px;
  }

  .mv__feature-card {
    padding: 24px 35px;
  }

  .mv__feature-icon {
    width: 30px;
    height: 30px;
    top: -14px;
  }

  .mv__feature-sub {
    font-size: 18px;
  }

  .mv__feature-title {
    font-size: 24px;
    margin-bottom: .8px;
  }

  .mv__feature-desc {
    font-size: 15px;
    padding-top: .8px;
  }

  .mv__cta {
    gap: 30px;
  }

  .mv__cta-badge {
    top: -14px;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 20px;
  }

  .mv__cta-link {
    height: 85px;
  }

  .mv__cta-number {
    font-size: 28px;
    padding-left: 24px;
  }

  .mv__cta-number::before {
    width: 22px;
    height: 22px;
    top: 5px;
  }

  .mv__cta-time {
    font-size: 10px;
  }

  .mv__cta-text {
    font-size: 22px;
    padding-left: 30px;
  }

  .mv__cta-text::before {
    width: 26px;
    height: 22px;
    left: 0;
    top: 3px;
  }

  .mv__cta-item {
    max-width: 330px;
  }
}

/* problem
------------------------------------------------*/
.problem {
  background-color: var(--color-main);
  padding: 15vw 0 6vw;
  position: relative;
  margin-top: 2vw;
}

.problem::before,
.problem::after {
  content: '';
  display: block;
  width: 100%;
  height: 7.8125vw;
  position: absolute;
  left: 0;
}

.problem::before {
  top: -7.8125vw;
  background: url(../img/lp/wave01.png) no-repeat center bottom / 100%;
}

.problem::after {
  bottom: -7.8125vw;
  background: url(../img/lp/wave02.png) no-repeat center top / 100%;
}

.problem__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}

.problem__left {
  flex: 0 0 100%;
}

.problem__title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.8;
  color: var(--color-text-main);
  margin-bottom: 5vw;
  text-align: center;
}

.problem__title .pc {
  display: none;
}

.problem__title-highlight {
  position: relative;
  display: inline-block;
}

.problem__title-highlight::before,
.problem__title-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1vw;
  height: 1vw;
  background-color: var(--color-blue);
  border-radius: 50%;
}

.problem__title-highlight::before {
  left: 20%;
}

.problem__title-highlight::after {
  left: 70%;
}

.problem__image-wrap {
  width: 100%;
  text-align: center;
}

.problem__image-wrap.pc {
  display: none;
}

.problem__image {
  height: 32vw;
}

.problem__right {
  flex: 0 0 100%;
  margin: 0 auto;
}

.problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.problem__item {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  color: var(--color-text-main);
  padding: 2vw 0 3vw 6vw;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.problem__item::before {
  content: "";
  position: absolute;
  left: 1vw;
  top: 5vw;
  width: 2vw;
  height: 1vw;
  border-left: .6vw solid var(--color-blue);
  border-bottom: .6vw solid var(--color-blue);
  transform: rotate(-45deg);
}

.problem__item.pc {
  display: none;
}


.problem__emphasis {
  font-weight: var(--weight-bold);
  font-size: 4.1vw;
}

.problem__note {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  text-align: right;
  margin-top: 2vw;
  color: var(--color-text-main);
  padding-right: 4vw;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media screen and (min-width: 768px) {
  .problem {
    padding: 6.25vw 0 1.5625vw;
    margin-top: 1.953125vw;
  }

  .problem__inner {
    gap: 5%;
  }

  .problem__title {
    font-size: 3.90625vw;
    margin-bottom: 3.125vw;
    text-align: left;
    line-height: 1.4;
  }

  .problem__title .pc {
    display: block;
  }

  .problem__emphasis {
    font-weight: var(--weight-bold);
    font-size: 1.875vw;
  }

  .problem__left {
    flex: 0 0 40%;
  }

  .problem__right {
    flex: 0 0 55%;
  }

  .problem__image-wrap.pc {
    display: block;
  }

  .problem__image-wrap.sp {
    display: none;
  }

  .problem__item {
    font-size: 1.5625vw;
    padding: 1.171875vw 0 .78125vw 2.734375vw;
  }

  .problem__item.pc {
    display: block;
  }

  .problem__item.sp {
    display: none;
  }

  .problem__item::before {
    left: .390625vw;
    top: 2.265625vw;
    width: .9375vw;
    height: .546875vw;
    border-left: .234375vw solid var(--color-blue);
    border-bottom: .234375vw solid var(--color-blue);
  }

  .problem__title-highlight::before,
  .problem__title-highlight::after {
    top: -.625vw;
    width: .782vw;
    height: .782vw;
  }

  .problem__note {
    font-size: 1.5625vw;
    margin-top: 1.5625vw;
    padding-right: 0;
  }

  .problem__image {
    height: 17.969vw;
  }
}

@media screen and (min-width: 1281px) {
  .problem__title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .problem__image {
    height: 230px;
  }

  .problem__title-highlight::before,
  .problem__title-highlight::after {
    top: -8px;
    width: 10px;
    height: 10px;
  }

  .problem__item {
    font-size: 20px;
    padding: 15px 0 10px 35px;
  }

  .problem__emphasis {
    font-size: 24px;
  }

  .problem__note {
    font-size: 20px;
    margin-top: 20px;
  }

  .problem__item::before {
    left: 5px;
    top: 29px;
    width: 12px;
    height: 7px;
    border-left: 3px solid var(--color-blue);
    border-bottom: 3px solid var(--color-blue);
  }
}

/* touchpoint
---------------------------------------------*/
.touchpoint {
  padding: 15vw 0 0;
}

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

.touchpoint__header {
  text-align: center;
  margin-bottom: 10vw;
}

.touchpoint__main-title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  color: var(--color-text-main);
  margin-bottom: 6vw;
}

.touchpoint__title-line {
  position: relative;
  display: inline-block;
}

.touchpoint__title-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.5625vw;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: .46875vw;
  z-index: -1;
}

.touchpoint__main-lead {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  line-height: 1.8;
  color: var(--color-text-main);
}

.touchpoint__main-lead strong {
  font-weight: var(--weight-bold);
}

.touchpoint__content {
  display: flex;
  flex-direction: column;
  gap: 10vw;
  max-width: 86%;
  margin: 0 auto;
  padding-bottom: 8vw;
}

.touchpoint__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  flex-direction: column;
}

.touchpoint__text-block {
  width: 100%;
}

.touchpoint__image-block {
  width: 100%;
  margin-top: 3vw;
}

.touchpoint__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #e0e0e0;
  border-radius: 12px;
  display: block;
}

.touchpoint__category {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5vw;
  font-weight: var(--weight-bold);
  color: var(--color-blue);
  margin-bottom: 1vw;
}

.touchpoint__item-title {
  font-size: 4.5vw;
  font-weight: var(--weight-bold);
  color: var(--color-text-main);
  margin-bottom: 3vw;
}

.touchpoint__marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.touchpoint__marker::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.40625vw;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0.1vw;
  z-index: -1;
}

.touchpoint__item-desc {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  line-height: 1.7;
  color: var(--color-text-main);
}

.touchpoint__cta-wrap {
  margin-top: 11.71875vw;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media screen and (min-width: 768px) {
  .touchpoint {
    padding: 7.8125vw 0 0;
  }

  .touchpoint__header {
    margin-bottom: 3.125vw;
  }

  .touchpoint__main-title {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .touchpoint__main-lead {
    font-size: 1.5625vw;
  }

  .touchpoint__main-lead .sp {
    display: none;
  }

  .touchpoint__content {
    gap: 6.25vw;
    max-width: 78.125vw;
    padding-bottom: 0;
  }

  .touchpoint__row {
    flex-direction: row;
  }

  .touchpoint__row--reverse {
    flex-direction: row-reverse;
  }

  .touchpoint__text-block {
    width: auto;
    flex: 0 0 45%;
  }

  .touchpoint__image-block {
    width: auto;
    flex: 0 0 50%;
    margin-top: 0;
  }

  .touchpoint__category {
    font-size: 2.03125vw;
    margin-bottom: 0.78125vw;
  }

  .touchpoint__item-title {
    font-size: 2.5vw;
    margin-bottom: 2.734375vw;
  }

  .touchpoint__item-desc {
    font-size: 1.40625vw;
  }

  .touchpoint__img {
    height: 25.78125vw;
  }

}

@media screen and (min-width: 1281px) {
  .touchpoint {
    padding: 100px 0 0;
  }

  .touchpoint__header {
    margin-bottom: 40px;
  }

  .touchpoint__main-title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .touchpoint__title-line::after {
    height: 20px;
    bottom: 6px;
  }

  .touchpoint__main-lead {
    font-size: 20px;
  }

  .touchpoint__content {
    gap: 80px;
    max-width: 1000px;
  }

  .touchpoint__img {
    height: 330px;
    border-radius: 12px;
  }

  .touchpoint__category {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .touchpoint__item-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .touchpoint__marker::after {
    height: 18px;
  }

  .touchpoint__item-desc {
    font-size: 18px;
  }

  .touchpoint__cta-wrap {
    margin-top: 150px;
  }

  .touchpoint__bg-curve {
    height: 140px;
  }
}

/* scene
---------------------------------------------*/
.scene--yellow {
  background-color: var(--color-main);
  padding: 10vw 0;
  position: relative;
}

.scene--yellow::before,
.scene--yellow::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.scene--yellow::before {
  background: url(../img/lp/wave03.png) no-repeat center bottom / 100%;
  height: 6.40625vw;
  top: -6.40625vw;
}

.scene--yellow::after {
  background: url(../img/lp/wave04.png) no-repeat center top / 100%;
  height: 9vw;
  bottom: -9vw;
}

.scene--yellow2::after {
  background: url(../img/lp/wave05.png) no-repeat center top / 100%;
}

.scene--yellow .scene__header {
  text-align: center;
  margin-bottom: 6vw;
}

.scene--yellow .scene__main-title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  color: var(--color-text-main);
}

.scene--yellow .scene__content {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  max-width: 100%;
  margin: 0 auto;
}

.scene--yellow .scene__card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 3vw;
  position: relative;
}

.scene--yellow .scene__text-block {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5vw 6vw;
  background-color: var(--color-bg-white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.scene--yellow .scene__image-block {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 6vw 6vw;
  background: #fff;
  border-bottom-left-radius: 15px;
}

.scene--yellow .scene__heading-wrap {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 3vw;
}

.scene--yellow .scene__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  background-color: var(--color-blue);
  color: var(--color-bg-white);
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.1;
  flex-shrink: 0;
  padding-top: .5vw;
}

.scene--yellow .scene__badge span {
  font-size: 5vw;
  line-height: 1;
}

.scene--yellow .scene__item-title {
  font-size: 4.2vw;
  font-weight: var(--weight-bold);
  line-height: 1.4;
  color: var(--color-text-main);
}

.scene--yellow .scene__item-desc {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  line-height: 1.7;
  color: var(--color-text-main);
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}

.scene--yellow .scene__effect-wrap {
  position: relative;
}

.scene--yellow .scene__effect-label {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-main);
  color: var(--color-text-main);
  font-size: 3vw;
  font-weight: var(--weight-bold);
  padding: .5vw 3vw .5vw 6vw;
  border-radius: 20px;
  margin-bottom: 1.5vw;
  position: relative;
}

.scene--yellow .scene__effect-label::before {
  content: "";
  position: absolute;
  left: 2vw;
  top: 47%;
  transform: translateY(-50%) rotate(-45deg);
  width: 2vw;
  height: 1vw;
  border-left: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
}

.scene--yellow .scene__effect-desc {
  font-size: 3vw;
  font-weight: var(--weight-medium);
  line-height: 1.6;
  color: var(--color-text-main);
}

.scene--yellow .scene__img {
  width: 100%;
  height: 55vw;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.scene--yellow .scene__img-note {
  font-size: 2.7vw;
  color: var(--color-text-muted);
  position: absolute;
  right: 6vw;
  bottom: 1.5vw;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media screen and (min-width: 768px) {
  .scene--yellow {
    padding: 6.25vw 0;
  }

  .scene--yellow .scene__header {
    margin-bottom: 3.125vw;
  }

  .scene--yellow .scene__main-title {
    font-size: 3.75vw;
  }

  .scene--yellow .scene__content {
    gap: 3.90625vw;
    max-width: 85.9375vw;
  }

  .scene--yellow .scene__card {
    margin-bottom: 2.34375vw;
    flex-direction: row;
  }

  .scene--yellow .scene__heading-wrap {
    gap: 1.5625vw;
    margin-bottom: 2.34375vw;
  }

  .scene--yellow .scene__text-block {
    flex: 0 0 53%;
    padding: 2.734375vw 3.90625vw;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .scene--yellow .scene__image-block {
    flex: 0 0 47%;
    padding: 0;
    background: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }

  .scene--yellow .scene__badge {
    width: 4.6875vw;
    height: 4.6875vw;
    font-size: 0.78125vw;
    padding-top: 0;
  }

  .scene--yellow .scene__badge span {
    font-size: 1.875vw;
  }

  .scene--yellow .scene__item-title {
    font-size: 2.1875vw;
  }

  .scene--yellow .scene__item-desc {
    font-size: 1.28906vw;
    padding-bottom: 1.40625vw;
    margin-bottom: 1.40625vw;
  }

  .scene--yellow .scene__effect-label {
    font-size: 1.25vw;
    padding: 0.390625vw 1.953125vw 0.390625vw 2.734375vw;
    margin-bottom: 0.78125vw;
  }

  .scene--yellow .scene__effect-label::before {
    left: 1.171875vw;
    width: 0.78125vw;
    height: 0.390625vw;
  }

  .scene--yellow .scene__effect-desc {
    font-size: 1.28906vw;
  }

  .scene--yellow .scene__img {
    height: 100%;
    border-radius: 0;
  }

  .scene--yellow .scene__img-note {
    font-size: 0.9375vw;
    right: 0.78125vw;
    bottom: -1.5625vw;
  }

}

@media screen and (min-width: 1281px) {
  .scene--yellow {
    padding: 80px 0;
  }

  .scene--yellow::before {
    top: -82px;
  }

  .scene--yellow .scene__header {
    margin-bottom: 40px;
  }

  .scene--yellow .scene__main-title {
    font-size: 48px;
  }

  .scene--yellow .scene__content {
    gap: 50px;
    max-width: 1100px;
  }

  .scene--yellow .scene__card {
    margin-bottom: 30px;
  }

  .scene--yellow .scene__text-block {
    padding: 35px 50px;
  }

  .scene--yellow .scene__heading-wrap {
    gap: 20px;
    margin-bottom: 30px;
  }

  .scene--yellow .scene__badge {
    width: 60px;
    height: 60px;
    font-size: 10px;
  }

  .scene--yellow .scene__badge span {
    font-size: 24px;
  }

  .scene--yellow .scene__item-title {
    font-size: 28px;
  }

  .scene--yellow .scene__item-desc {
    font-size: 17px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .scene--yellow .scene__effect-label {
    font-size: 16px;
    padding: 5px 25px 5px 35px;
    margin-bottom: 10px;
  }

  .scene--yellow .scene__effect-label::before {
    left: 15px;
    width: 10px;
    height: 5px;
  }

  .scene--yellow .scene__effect-desc {
    font-size: 16.5px;
  }

  .scene--yellow .scene__img-note {
    font-size: 12px;
    right: 10px;
    bottom: -20px;
  }
}

/* reason
---------------------------------------------*/
.reason {
  padding: 20vw 0 0;
  position: relative;
}

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

.reason__header {
  text-align: center;
  margin-bottom: 6vw;
}

.reason__main-title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  color: var(--color-text-main);
}

.reason__title-line {
  position: relative;
  display: inline-block;
}

.reason__title-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.5625vw;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.reason__content {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
  gap: 8vw;
  padding-bottom: 5vw;
}

.reason__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 3vw;
}

.reason__text-block {
  flex: 1;
  width: 100%;
}

.reason__number {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 7vw;
  font-weight: var(--weight-bold);
  color: var(--color-blue);
  line-height: 1;
  margin-bottom: 1vw;
}

.reason__badge-wrap {
  margin-bottom: 1.171875vw;
}

.reason__badge {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-text-main);
  font-size: 3.5vw;
  font-weight: var(--weight-bold);
  padding: .5vw 2vw;
  line-height: 1.4;
}

.reason__item-title {
  font-size: 4.2vw;
  font-weight: var(--weight-bold);
  line-height: 1.4;
  color: var(--color-text-main);
  margin-bottom: 2vw;
}

.reason__item-title--large {
  font-size: 5.4vw;
}

.reason__box:last-child .reason__item-title--large {
  font-size: 7vw;
}

.reason__item-title .pc {
  display: none;
}

.reason__item-desc {
  font-size: 3.3vw;
  font-weight: var(--weight-medium);
  line-height: 1.7;
  color: var(--color-text-main);
}

.reason__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1.40625vw;
  display: block;
}

.reason__cta-wrap {
  margin-top: 11.71875vw;
}

@media screen and (min-width: 768px) {
  .reason {
    padding: 12.5vw 0 0;
  }

  .reason__main-title {
    font-size: 3.75vw;
  }

  .reason__header {
    margin-bottom: 3.125vw;
  }

  .reason__content {
    gap: 3.90625vw;
    max-width: 85.9375vw;
  }

  .reason__box {
    flex-direction: row;
    gap: 6.25vw;
  }

  .reason__box--reverse {
    flex-direction: row-reverse;
  }

  .reason__number {
    font-size: 5.15625vw;
    margin-bottom: 1.171875vw;
  }

  .reason__badge {
    font-size: 1.40625vw;
    padding: 0.390625vw 0.78125vw;
  }

  .reason__item-title {
    font-size: 2.34375vw;
    margin-bottom: 1.953125vw;
    letter-spacing: 2px;
  }

  .reason__item-title .pc {
    display: block;
  }

  .reason__item-title--large,
  .reason__box:last-child .reason__item-title--large {
    font-size: 3.28125vw;
  }

  .reason__item-desc {
    font-size: 1.40625vw;
  }

  .reason__image-block {
    flex: 0 0 40.625vw;
  }
}

@media screen and (min-width: 1281px) {
  .reason {
    padding: 175px 0 0;
  }

  .reason__header {
    margin-bottom: 40px;
  }

  .reason__main-title {
    font-size: 48px;
  }

  .reason__title-line::after {
    height: 20px;
    bottom: 5px;
  }

  .reason__content {
    gap: 50px;
    max-width: 1100px;
  }

  .reason__box {
    gap: 80px;
  }

  .reason__image-block {
    flex: 0 0 520px;
  }

  .reason__number {
    font-size: 66px;
    margin-bottom: 15px;
  }

  .reason__badge-wrap {
    margin-bottom: 15px;
  }

  .reason__badge {
    font-size: 18px;
  }

  .reason__item-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .reason__item-title--large,
  .reason__box:last-child .reason__item-title--large {
    font-size: 42px;
  }

  .reason__item-desc {
    font-size: 18px;
  }

  .reason__img {
    border-radius: 18px;
  }

  .reason__cta-wrap {
    margin-top: 150px;
  }
}

/* flow 流れ
---------------------------------------------*/
.flow {
  background-color: var(--color-main);
  padding: 12vw 0;
  position: relative;
}

.flow__header {
  text-align: center;
  margin-bottom: 8vw;
}

.flow__main-title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  color: var(--color-text-main);
}

.flow__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6vw;
  width: 90%;
  margin: 0 auto;
}

.flow__line {
  position: absolute;
  left: 11vw;
  top: 0;
  bottom: 0;
  width: 1.5vw;
  background-color: var(--color-blue);
  z-index: 1;
}

.flow__box {
  position: relative;
  z-index: 2;
  background-color: var(--color-bg-white);
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-radius: 5px;
}

.flow__text {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.flow__number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5vw;
  font-weight: var(--weight-bold);
  color: var(--color-blue);
  position: relative;
  padding-left: 2vw;
}

.flow__number::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  color: var(--color-blue);
  font-size: 4vw;
}

.flow__title {
  font-size: 4vw;
  font-weight: var(--weight-bold);
  color: var(--color-text-main);
}

.flow__image-wrap {
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow__img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .flow {
    padding: 7.8125vw 0;
  }

  .flow__header {
    margin-bottom: 4.6875vw;
  }

  .flow__main-title {
    font-size: 3.75vw;
  }

  .flow__content {
    gap: 3.90625vw;
    width: 66.40625vw;
  }

  .flow__line {
    left: 7.03125vw;
    width: 0.78125vw;
  }

  .flow__box {
    height: 5.46875vw;
    padding: 0 3.90625vw;
  }

  .flow__text {
    gap: 2.34375vw;
  }

  .flow__number {
    font-size: 1.5625vw;
    padding-left: 0.9375vw;
  }

  .flow__number::before {
    font-size: 1.5625vw;
  }

  .flow__title {
    font-size: 1.5625vw;
  }

  .flow__image-wrap {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

@media screen and (min-width: 1281px) {
  .flow {
    padding: 100px 0;
  }

  .flow__header {
    margin-bottom: 60px;
  }

  .flow__main-title {
    font-size: 48px;
  }

  .flow__content {
    gap: 50px;
    width: 850px;
  }

  .flow__line {
    left: 90px;
    width: 10px;
  }

  .flow__box {
    height: 70px;
    padding: 0 50px;
  }

  .flow__text {
    gap: 30px;
  }

  .flow__number {
    font-size: 20px;
    padding-left: 12px;
  }

  .flow__number::before {
    font-size: 20px;
  }

  .flow__title {
    font-size: 20px;
  }

  .flow__image-wrap {
    width: 100px;
    height: 100px;
  }
}

/* faq よくある質問
---------------------------------------------*/
.faq {
  background-color: var(--color-bg-white);
  padding: 15vw 0 18vw;
  position: relative;
}

.faq__header {
  text-align: center;
  margin-bottom: 6vw;
}

.faq__main-title {
  font-size: 5.5vw;
  font-weight: var(--weight-bold);
  line-height: 1.4;
  color: var(--color-text-main);
}

.faq__content {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #828282;
}

.faq__question {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 3vw 0;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-family: inherit;
  position: relative;
}

.faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5vw;
  font-weight: var(--weight-medium);
  flex-shrink: 0;
  margin-right: 2vw;
}

.faq__icon--q {
  background-color: var(--color-text-main);
  color: var(--color-bg-white);
}

.faq__icon--a {
  background-color: var(--color-main);
  color: var(--color-text-main);
  align-self: flex-start;
  margin-top: 0.2vw;
}

.faq__question-text {
  font-size: 4vw;
  font-weight: var(--weight-medium);
  color: var(--color-text-main);
  padding-right: 5vw;
  line-height: 1.5;
}

.faq__toggle-icon {
  position: absolute;
  right: 0.78125vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5625vw;
  height: 1.5625vw;
}

.faq__toggle-icon::before,
.faq__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-text-main);
  transition: transform 0.3s ease, opacity 0.3s ease;
  top: 50%;
  left: 50%;
}

.faq__toggle-icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq__toggle-icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.faq__item.is-active .faq__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq__answer-inner {
  display: flex;
  align-items: flex-start;
  padding: 0 0 3vw;
}

.faq__answer-text {
  font-size: 3.5vw;
  font-weight: var(--weight-medium);
  line-height: 1.7;
  color: var(--color-text-main);
  padding-right: 2vw;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 11.71875vw 0;
  }

  .faq__header {
    margin-bottom: 5.46875vw;
  }

  .faq__main-title {
    font-size: 3.75vw;
  }

  .faq__content {
    width: 66.40625vw;
  }

  .faq__question {
    padding: 2.34375vw 0;
  }

  .faq__icon {
    width: 2.8125vw;
    height: 2.8125vw;
    border-radius: 50%;
    font-size: 1.25vw;
    font-weight: var(--weight-bold);
    margin-right: 1.5625vw;
  }

  .faq__question-text {
    font-size: 1.40625vw;
    font-weight: var(--weight-bold);
    padding-right: 3.125vw;
  }

  .faq__answer-inner {
    padding: 0 0 2.34375vw;
  }

  .faq__answer-text {
    font-size: 1.40625vw;
    padding-right: 1.953125vw;
  }

  .faq__toggle-icon::before {
    width: 1.171875vw;
  }

  .faq__toggle-icon::after {
    height: 1.171875vw;
  }
}

@media screen and (min-width: 1281px) {
  .faq {
    padding: 150px 0;
  }

  .faq__header {
    margin-bottom: 70px;
  }

  .faq__main-title {
    font-size: 48px;
  }

  .faq__content {
    width: 850px;
  }

  .faq__question {
    padding: 30px 0;
  }

  .faq__icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-right: 20px;
  }

  .faq__icon--a {
    margin-top: 4px;
  }

  .faq__question-text {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq__toggle-icon {
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .faq__toggle-icon::before {
    width: 15px;
  }

  .faq__toggle-icon::after {
    height: 15px;
  }

  .faq__answer-inner {
    padding: 0 0 30px;
  }

  .faq__answer-text {
    font-size: 18px;
    padding-right: 25px;
  }
}

/* contact お問い合わせフォーム
---------------------------------------------*/
.contact {
  background-color: var(--color-main);
  padding: 2.34375vw 0 11.71875vw;
  position: relative;
}

.contact::after {
  display: none !important;
}

.contact__header {
  text-align: center;
  margin-bottom: 6vw;
}

.contact__main-title {
  font-size: 5vw;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  color: var(--color-text-main);
}

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

.contact__content {
  width: 100%;
  margin: 0 auto;
}

.contact__form-container {
  background-color: var(--color-bg-white);
  border-radius: 15px;
  padding: 7vw 6vw;
}

.contact .wpcf7 {
  margin: 0 !important;
}

.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 form {
  margin: 0 !important;
  font-family: var(--font-family);
}

.wpcf7 p {
  margin-bottom: 0;
}

.contact-form__submit-wrap .wpcf7-spinner {
  display: none;
}

.wpcf7 .contact-form__row {
  margin-bottom: 5vw;
}

.wpcf7 .contact-form__row--textarea {
  margin-bottom: 7vw;
}

.wpcf7 .contact-form__label-wrap>p {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin-bottom: 2vw;
}

.wpcf7 .contact-form__label {
  font-size: 16px !important;
  font-weight: var(--weight-bold);
  color: var(--color-text-main);
  width: fit-content;
  margin: 0;
}

.wpcf7 .contact-form__require {
  display: inline-block;
  background-color: #e53935;
  color: var(--color-bg-white);
  font-size: 14px;
  font-weight: var(--weight-medium);
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 1.2;
}

.wpcf7 .contact-form__input,
.wpcf7 .contact-form__textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: var(--color-text-main);
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.wpcf7 .contact-form__input:focus,
.wpcf7 .contact-form__textarea:focus {
  border-color: var(--color-blue);
  background-color: var(--color-bg-white);
}

.wpcf7 .contact-form__input::placeholder,
.wpcf7 .contact-form__textarea::placeholder {
  color: #bdbdbd;
}

.wpcf7 .contact-form__textarea {
  height: 160px;
  resize: vertical;
}

.wpcf7 .contact-form__submit-wrap {
  text-align: center;
}

.contact-form__submit-wrap p {
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}

.contact-form__submit-wrap p::before {
  content: '';
  width: 6px;
  height: 12px;
  background: url(../img/lp/arrow.png) no-repeat center / contain;
  position: absolute;
  right: 2.430555vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}

.wpcf7 .contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue);
  color: var(--color-bg-white);
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: var(--weight-medium);
  height: auto;
  padding: 10px 0;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  width: 100%;
  max-width: initial !important;
}

.wpcf7 .contact-form__submit:hover {
  background: var(--color-blue);
}

.contact-form__submit-wrap p:hover {
  transform: scale(0.97);
}

.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 2.1875vw;
  font-weight: var(--weight-medium);
  margin-top: 1.171875vw;
  display: block;
}

.wpcf7-response-output {
  margin: 3.125vw 0 0 !important;
  padding: 2.34375vw !important;
  border-radius: 6px;
  font-size: 2.1875vw;
  text-align: center;
}

/* ==========================================
   RESPONSIVE (DESKTOP)
   ========================================== */
@media screen and (min-width: 768px) {

  .contact__header {
    margin-bottom: 3.125vw;
  }

  .contact__main-title {
    font-size: 2.96875vw;
  }

  .contact__content {
    width: 66.40625vw;
  }

  .contact-form__submit-wrap p {
    width: fit-content;
  }

  .wpcf7 .contact-form__submit {
    width: 300px;
    padding: 1.5625vw 0;
    font-size: 1.5625vw;
  }

  .contact__form-container {
    border-radius: 1.5625vw;
    padding: 6.25vw 7.8125vw;
  }

  .wpcf7 .contact-form__label-wrap>p {
    gap: .78125vw;
    margin-bottom: 0.78125vw;
  }

  .wpcf7 .contact-form__row {
    margin-bottom: 2.34375vw;
  }

  .wpcf7 .contact-form__row--textarea {
    margin-bottom: 3.125vw;
  }

  .wpcf7 .contact-form__label {
    font-size: 1.25vw !important;
  }

  .wpcf7 .contact-form__require {
    font-size: 1.09375vw;
    padding: 0.234375vw .78125vw;
  }

  .wpcf7 .contact-form__input,
  .wpcf7 .contact-form__textarea {
    border-radius: 6px;
    padding: 1.09375vw 1.953125vw;
  }

  .wpcf7 .contact-form__textarea {
    height: 17.1875vw;
  }
}

@media screen and (min-width: 1281px) {
  .contact {
    padding: 30px 0 100px;
  }

  .contact__header {
    margin-bottom: 40px;
  }

  .contact__main-title {
    font-size: 36px;
  }

  .contact__content {
    width: 850px;
  }

  .contact__form-container {
    border-radius: 20px;
    padding: 80px 100px;
  }

  .wpcf7 .contact-form__row {
    margin-bottom: 30px;
  }

  .wpcf7 .contact-form__row--textarea {
    margin-bottom: 40px;
  }

  .wpcf7 .contact-form__label-wrap>p {
    margin-bottom: 10px;
  }

  .wpcf7 .contact-form__label {
    font-size: 16px !important;
  }

  .wpcf7 .contact-form__require {
    font-size: 14px;
    padding: 3px 10px;
  }

  .wpcf7 .contact-form__input,
  .wpcf7 .contact-form__textarea {
    padding: 14px 25px;
  }

  .wpcf7 .contact-form__textarea {
    height: 220px;
  }

  .wpcf7 .contact-form__submit-wrap {
    margin-top: 10px;
  }

  .contact-form__submit-wrap p::before {
    right: 35px;
  }

  .wpcf7 .contact-form__submit {
    font-size: 20px;
    padding: 20px 0;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 6px;
  }

  .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px !important;
    font-size: 14px;
  }
}

/* footer　フッター
---------------------------------------------*/
.footer {
  background-color: var(--color-main);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5vw 0 7vw;
  text-align: center;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 3vw;
  list-style: none;
}

.footer__nav-link {
  font-size: 4vw;
  font-weight: var(--weight-medium);
  color: var(--color-text-main);
  text-decoration: none;
}

.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 3vw;
  color: var(--color-text-main);
}


/* ==========================================
   RESPONSIVE (DESKTOP)
   ========================================== */
@media screen and (min-width: 768px) {
  .footer {
    padding: 4.6875vw 0 6.25vw;
  }

  .footer__nav {
    gap: 4.6875vw;
    margin-bottom: 3.125vw;
  }

  .footer__nav-link {
    font-size: 2.1875vw;
  }

  .footer__copyright {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1281px) {
  .footer {
    padding: 40px 0 50px;
  }

  .footer__nav {
    gap: 30px;
    margin-bottom: 20px;
  }

  .footer__nav-link {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 12px;
  }
}

/* ==========================================
   THANKS PAGE
   ========================================== */
.thanks {
  background-color: var(--color-main);
  padding: 80px 0 120px;
  min-height: calc(100vh - 200px);
  /* フッターを含めて画面に収まるように調整 */
  display: flex;
  align-items: center;
}

.thanks__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.thanks__card {
  background-color: var(--color-bg-white);
  border-radius: 12px;
  padding: 50px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.thanks__icon-wrap {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 51, 153, 0.1);
  /* 薄い青背景 */
  color: var(--color-blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.thanks__icon {
  width: 32px;
  height: 32px;
}

.thanks__title {
  font-size: 2.4rem;
  font-weight: var(--weight-bold);
  color: var(--color-text-main);
  line-height: 1.4;
  margin-bottom: 24px;
}

.thanks__text {
  font-size: 1.5rem;
  font-weight: var(--weight-medium);
  color: var(--color-text-main);
  line-height: 1.8;
  margin-bottom: 24px;
}

.thanks__text--notice {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  text-align: left;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 40px;
}

.thanks__btn-wrap {
  text-align: center;
}

.thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue);
  color: var(--color-bg-white);
  text-decoration: none;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: var(--weight-bold);
  width: 260px;
  height: 54px;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 51, 153, 0.2);
}

.thanks__btn:hover {
  opacity: 0.9;
}

.thanks__btn:active {
  transform: scale(0.98);
}

/* ==========================================
   RESPONSIVE (DESKTOP)
   ========================================== */
@media screen and (min-width: 1280px) {
  .thanks {
    padding: 100px 0 150px;
  }

  .thanks__card {
    border-radius: 18px;
    padding: 70px 90px;
  }

  .thanks__icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }

  .thanks__icon {
    width: 40px;
    height: 40px;
  }

  .thanks__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .thanks__text {
    font-size: 1.6rem;
  }

  .thanks__text--notice {
    font-size: 1.3rem;
    padding: 20px;
    margin-bottom: 45px;
  }

  .thanks__btn {
    width: 300px;
    height: 60px;
    font-size: 1.8rem;
  }
}