@charset "UTF-8";
/*----------------- 共通 -------------------*/
/*-----------------------------------------
    color
-----------------------------------------*/
/*-----------------------------------------
    font
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*-----------------------------------------
    メディアクエリ
-----------------------------------------*/
/*-----------------------------------------

リセット

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

html,
body {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: 0.625vw;
  }
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

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

全体指定

----------------------------------------*/
.inner {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000000;
}

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

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

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
li {
  list-style: none;
}

dt, dd {
  margin: 0;
}

.btn {
  display: inline-block;
  font-size: clamp(22px, 2.5vw, 38px);
  max-width: 643px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  padding: 3rem 5rem;
  background: #D4183A;
  border: 0.4rem solid #000;
  border-radius: 70px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .btn {
    font-size: clamp(11px, 3vw, 22px);
    padding: 1.3rem 2rem;
    width: 66vw;
    max-width: 380px;
    border: 0.2rem solid #000;
  }
}
.btn:hover {
  background: #ee647d;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*-----------------------------------------
footer
-----------------------------------------*/
.footer {
  background: #D4183A;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer {
    height: 32px;
  }
}
.footer__inner p {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*----------------- topページ -------------------*/
/*-----------------------------------------
mv
-----------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 840px;
  min-height: 500px;
  background: url(../img/mv.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .mv {
    height: clamp(39rem, 82vw, 50rem);
    min-height: 393px;
  }
}

.mv-inner {
  max-width: 1255px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.mv-content {
  padding-top: 4rem;
}
.mv-content__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4vw;
}
@media (max-width: 767px) {
  .mv-content__bottom {
    margin-top: 8vw;
  }
}
.mv-content__item {
  width: 48%;
  background: #D4183A;
  padding: 2rem 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .mv-content__item {
    padding: 0.7rem;
  }
}
.mv-content__item--inner {
  background: #fff;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 1rem;
}
@media (max-width: 767px) {
  .mv-content__item--inner {
    padding: 1.5rem 0.5rem 1rem;
  }
}
.mv-content__item--num {
  position: absolute;
  top: -2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 4vw, 56px);
  height: clamp(30px, 4vw, 56px);
  background: #fff;
  border: 0.3rem solid #D4183A;
  border-radius: 100%;
  font-size: clamp(17px, 2vw, 32px);
  font-weight: 800;
  color: #D4183A;
}
@media (max-width: 767px) {
  .mv-content__item--num {
    width: clamp(30px, 6vw, 56px);
    height: clamp(30px, 6vw, 56px);
    font-size: clamp(17px, 3.5vw, 32px);
  }
}
.mv-content__item--text {
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mv-content__item--text {
    font-size: clamp(13px, 2.6vw, 18px);
  }
}
.mv-content__item--text .big {
  font-size: clamp(23px, 3.2vw, 46px);
  position: relative;
  z-index: 0;
}
.mv-content__item--text .big:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: #F8FF3A;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv-content__item--text .big {
    display: block;
    font-size: clamp(19px, 4.2vw, 32px);
  }
}

@media (max-width: 767px) {
  .mv-text {
    text-align: right;
  }
}
.mv-text .white {
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 800;
  padding: 1rem 6rem;
  letter-spacing: 0.02rem;
  background: #fff;
  border: 2px solid #000000;
}
@media (max-width: 767px) {
  .mv-text .white {
    font-size: clamp(28px, 5vw, 30px);
    padding: 0.5rem 1.4rem;
  }
}
.mv-text .mid {
  font-size: clamp(35px, 4vw, 55px);
}
@media (max-width: 767px) {
  .mv-text .mid {
    font-size: clamp(25px, 4vw, 26px);
  }
}
.mv-text .yellow {
  margin-top: 25px;
  display: inline-block;
  font-size: clamp(70px, 8vw, 123px);
  font-weight: 800;
  background: #FFDF03;
  letter-spacing: 0.02rem;
  line-height: 1.1;
  padding: 1rem 5rem;
}
@media (max-width: 767px) {
  .mv-text .yellow {
    font-size: clamp(48px, 8vw, 60px);
    padding: 0.5rem 1.4rem;
    margin-top: 10px;
  }
}
.mv-text .yellow-2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mv-text .yellow-2 {
    margin-top: 5px;
  }
}

.mv__button {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mv__button {
    bottom: -6%;
  }
}

/*-----------------------------------------
about
-----------------------------------------*/
.about {
  background: #FFE2E2;
  padding-top: 30rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .about {
    padding-top: clamp(9rem, 18vw, 14rem);
    padding-bottom: 2.2rem;
  }
}
.about__inner {
  max-width: 1000px;
  position: relative;
}
.about__content {
  padding: 16rem 2.2rem 14rem;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .about__content {
    padding: 18vw 1.5rem 9vw;
  }
}
.about__content--img {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .about__content--img {
    margin-top: 2.2rem;
  }
}
.about__head {
  position: absolute;
  top: -9vw;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  width: 73%;
  max-width: 877px;
}
.about__head img {
  width: 100%;
}
.about__title {
  text-align: center;
}
.about__title .mid {
  text-align: center;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .about__title .mid {
    font-size: clamp(17px, 4vw, 30px);
  }
}
.about__title .mid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16rem;
  transform: translateY(-50%);
  width: 6vw;
  max-width: 90px;
  height: 13vw;
  max-height: 150px;
  background: url(../img/about-line.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .about__title .mid::before {
    left: -11vw;
  }
}
.about__title .mid::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13rem;
  transform: translateY(-50%) rotate(50deg);
  width: 6vw;
  max-width: 90px;
  height: 13vw;
  max-height: 150px;
  background: url(../img/about-line.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .about__title .mid::after {
    right: -8vw;
  }
}
.about__title .big {
  font-weight: 900;
  font-size: clamp(60px, 8vw, 108px);
}
@media (max-width: 767px) {
  .about__title .big {
    font-size: clamp(28px, 8vw, 60px);
  }
}
.about__lead {
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(24px, 2.5vw, 39px);
  font-weight: 600;
}
@media (max-width: 767px) {
  .about__lead {
    font-size: clamp(14px, 3.2vw, 24px);
  }
}

/*-----------------------------------------
worries
-----------------------------------------*/
.worries {
  padding-top: 5.5rem;
  background: #FFE2E2;
}
@media (max-width: 767px) {
  .worries {
    padding-top: 2.5rem;
  }
}
.worries__title {
  font-size: clamp(30px, 2.6vw, 35px);
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .worries__title {
    font-size: clamp(18px, 3.5vw, 30px);
  }
}
.worries__content {
  margin-top: 12.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .worries__content {
    margin-top: 3rem;
  }
}
.worries__content ul li {
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 22px);
  position: relative;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .worries__content ul li {
    font-size: clamp(14px, 2.8vw, 20px);
    padding-left: 5.5vw;
  }
}
.worries__content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 39px;
  height: 34px;
  background: url(../img/check.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .worries__content ul li::before {
    width: clamp(17px, 4vw, 28px);
    height: clamp(13px, 4vw, 24px);
  }
}
.worries__content ul li:not(:first-child) {
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .worries__content ul li:not(:first-child) {
    margin-top: 1.3rem;
  }
}
.worries__bottom {
  margin-top: 10rem;
  background: #FFDF03;
  position: relative;
  padding: 22rem 0 12rem;
}
@media (max-width: 767px) {
  .worries__bottom {
    margin-top: 4rem;
    padding: 7rem 0 4.3rem;
  }
}
.worries__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5rem 18rem 0 18rem;
  border-color: #FFE2E2 transparent transparent transparent;
}
@media (max-width: 767px) {
  .worries__bottom::before {
    border-width: 4.5rem 7rem 0 7rem;
  }
}
.worries__bottom p {
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .worries__bottom p {
    font-size: clamp(15px, 3vw, 22px);
  }
}

/*-----------------------------------------
feature
-----------------------------------------*/
.feature {
  padding-top: 22rem;
  padding-bottom: 12rem;
  background: #FFE2E2;
}
@media (max-width: 767px) {
  .feature {
    padding-top: 26vw;
    padding-bottom: 3rem;
  }
}
.feature__content {
  background: #fff;
  position: relative;
  padding-top: 19rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .feature__content {
    width: 97%;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22vw;
    padding-bottom: 6rem;
  }
}
.feature__content--inner {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}
.feature__title {
  position: absolute;
  top: -13.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 63vw;
  max-width: 861px;
}
@media (max-width: 767px) {
  .feature__title {
    top: -18.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
  }
}
.feature__items {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: clamp(2rem, 4.5vw, 7rem);
}
@media (max-width: 767px) {
  .feature__items {
    flex-direction: column;
    gap: 10rem;
  }
}
@media (max-width: 767px) {
  .feature__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.feature__item:nth-child(1) .feature__item-body {
  margin-top: 4rem;
}
.feature__item:nth-child(1) .feature__item-body--text {
  margin-top: 2.2rem;
}
.feature__item:nth-child(2) .feature__item-body, .feature__item:nth-child(3) .feature__item-body {
  margin-top: 9.6rem;
}
@media (max-width: 767px) {
  .feature__item:nth-child(2) .feature__item-body, .feature__item:nth-child(3) .feature__item-body {
    margin-top: 4rem;
  }
}
.feature__item:nth-child(2) .feature__item-body--text, .feature__item:nth-child(3) .feature__item-body--text {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .feature__item:nth-child(2) .feature__item-body--text, .feature__item:nth-child(3) .feature__item-body--text {
    margin-top: 2.2rem;
  }
}
.feature__item-head {
  position: relative;
}
.feature__item-head--img {
  width: clamp(210px, 24vw, 317px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .feature__item-head--img {
    width: clamp(280px, 82vw, 317px);
  }
}
.feature__item-head--num {
  font-size: clamp(35px, 4vw, 50px);
  font-weight: 900;
  line-height: 1;
  color: #2618D4;
  position: absolute;
  top: -1vw;
  left: 2vw;
}
@media (max-width: 767px) {
  .feature__item-head--num {
    font-size: clamp(45px, 6vw, 60px);
    left: 7vw;
  }
}
.feature__item-body--title {
  text-align: center;
  font-size: clamp(22px, 2.3vw, 29px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .feature__item-body--title {
    font-size: clamp(20px, 3.3vw, 29px);
  }
}
.feature__item-body--title span {
  color: #DC000C;
  background: #F8FF3A;
  padding: 0 0.1rem;
}
.feature__item-body--text {
  font-size: clamp(12.5px, 1.3vw, 15px);
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .feature__item-body--text {
    font-size: clamp(12.5px, 2.3vw, 15px);
  }
}

/*-----------------------------------------
cta
-----------------------------------------*/
.cta {
  background: #FFDF03;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cta__title {
  text-align: center;
  font-weight: 700;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .cta__title {
    font-size: clamp(13px, 4vw, 20px);
  }
}
.cta__content {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cta__content {
    margin-top: 0;
  }
}
.cta__content p {
  text-align: center;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta__content p {
    font-size: clamp(10px, 2.5vw, 14px);
  }
}
.cta__content .cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(35px, 4vw, 50px);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .cta__content .cta-tel {
    font-size: clamp(28px, 8.2vw, 35px);
  }
}
.cta__content .cta-tel__img {
  width: 5.5vw;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .cta__content .cta-tel__img {
    width: clamp(30px, 10vw, 50px);
    margin-right: 1rem;
    margin-top: 5px;
  }
}

.cta__button {
  margin-top: 4.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__button {
    margin-top: 1.1rem;
  }
}

.cta__btn {
  width: clamp(400px, 46vw, 618px);
  height: 14.4rem;
  line-height: 14.4rem;
  padding: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .cta__btn {
    width: clamp(192px, 46vw, 400px);
    height: 14vw;
    line-height: 14vw;
    font-size: clamp(14px, 3vw, 22px);
  }
}

/*-----------------------------------------
service
-----------------------------------------*/
.service {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background: #FFE2E2;
}
@media (max-width: 767px) {
  .service {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}
.service__head {
  display: block;
  width: clamp(280px, 30vw, 397px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 0.4rem solid #D4183A;
  line-height: 9rem;
  height: 9.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .service__head {
    line-height: 4.8rem;
    height: 5.8rem;
    width: clamp(240px, 67vw, 280px);
    border: 0.2rem solid #D4183A;
  }
}
.service__title {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .service__title {
    font-size: clamp(16px, 4.6vw, 22px);
  }
}
.service__inner {
  max-width: 1000px;
}
.service__content {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
@media (max-width: 767px) {
  .service__content {
    margin-top: 3.3rem;
    grid-template-columns: 1fr;
  }
}
.service__item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .service__item {
    height: 6.3rem;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service__item p {
  text-align: center;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 28px);
}
@media (max-width: 767px) {
  .service__item p {
    font-size: clamp(13px, 1.3vw, 16px);
  }
}

/*-----------------------------------------
flow
-----------------------------------------*/
.flow {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #FFE2E2;
}
@media (max-width: 767px) {
  .flow {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.flow__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (max-width: 767px) {
  .flow__inner {
    width: 100%;
  }
}
.flow__title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
}
@media (max-width: 767px) {
  .flow__title {
    font-size: clamp(28px, 7.7vw, 32px);
  }
}
.flow__content {
  margin-top: 10rem;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .flow__content {
    gap: 3rem;
    margin-top: 3.2rem;
  }
}
.flow__left {
  width: 3.8vw;
  max-width: 56px;
}
@media (max-width: 767px) {
  .flow__left {
    width: clamp(32px, 9.7vw, 42px);
  }
}
.flow__item {
  display: block;
  width: 62vw;
  max-width: 847px;
}
@media (max-width: 767px) {
  .flow__item {
    width: clamp(210px, 66vw, 300px);
  }
}
.flow__item:not(:first-child) {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .flow__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.flow__item p {
  font-size: clamp(23px, 2vw, 33px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .flow__item p {
    font-size: clamp(20px, 6vw, 23px);
  }
}

@media screen and (max-width: 540px) {
  .flow__content {
    justify-content: space-between;
  }
}
/*-----------------------------------------
contact
-----------------------------------------*/
.contact {
  padding-top: 5rem;
  padding-bottom: 11rem;
  background: #FFE2E2;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.contact__inner {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (max-width: 767px) {
  .contact__inner {
    width: 100%;
  }
}
.contact__lead {
  background: #FFDF03;
  text-align: center;
  padding: 3rem;
  font-size: clamp(22px, 3.1vw, 41px);
  font-weight: 700;
  border-radius: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact__lead {
    padding: 1rem;
    font-size: clamp(12px, 3.1vw, 19px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__lead::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFDF03 transparent transparent transparent;
}
@media (max-width: 767px) {
  .contact__lead::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
.contact__head {
  margin-top: 5rem;
  display: block;
  width: clamp(280px, 30vw, 316px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 0.4rem solid #D4183A;
  line-height: 9rem;
  height: 9.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact__head {
    margin-top: 3rem;
    line-height: 4.8rem;
    height: 5.8rem;
    width: clamp(240px, 67vw, 280px);
    border: 0.2rem solid #D4183A;
  }
}
.contact__title {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: clamp(16px, 4.6vw, 22px);
  }
}
.contact__content {
  margin-top: 5rem;
  background: #fff;
  width: 100%;
  padding-left: clamp(3rem, 5vw, 8rem);
  padding-right: clamp(3rem, 5vw, 8rem);
  padding-top: clamp(4rem, 6.5vw, 10rem);
  padding-bottom: clamp(4rem, 6.5vw, 10rem);
}
@media (max-width: 767px) {
  .contact__content {
    margin-top: 3.3rem;
    padding-left: clamp(1rem, 3vw, 3rem);
    padding-right: clamp(1rem, 3vw, 3rem);
    padding-top: clamp(2rem, 6.5vw, 2.4rem);
    padding-bottom: clamp(4rem, 6.5vw, 5.4rem);
  }
}
/*----------------- お問い合わせフォーム -------------------*/
.contact-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}
.contact-form__row:not(:first-child) {
  margin-top: 2rem;
}

/*----------------- label -------------------*/
.contact-form__label {
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    font-size: clamp(12px, 3.6vw, 14px);
  }
}
.contact-form__label label.is-required {
  display: inline-block;
  position: relative;
  padding-left: clamp(60px, 6vw, 80px);
}
@media (max-width: 767px) {
  .contact-form__label label.is-required {
    padding-left: clamp(50px, 17vw, 70px);
  }
}
.contact-form__label label.is-required::after {
  content: "必須";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  border: 1px solid #D4183A;
  color: #D4183A;
  padding: 0.7rem 2rem;
}
@media (max-width: 767px) {
  .contact-form__label label.is-required::after {
    padding: 0.4rem 1.4rem;
    font-size: 10px;
  }
}
.contact-form__label label.is-any {
  display: inline-block;
  position: relative;
  padding-left: clamp(60px, 6vw, 80px);
}
.contact-form__label label.is-any::after {
  content: "任意";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  border: 1px solid #007123;
  color: #007123;
  padding: 0.7rem 2rem;
}
@media (max-width: 767px) {
  .contact-form__label label.is-any::after {
    padding: 0.4rem 1.4rem;
    font-size: 10px;
  }
}

.contact__text-area {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact__text-area {
    display: block;
  }
}

/*----------------- input -------------------*/
.contact-form__input {
  max-width: 510px;
  width: 40vw;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form__input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.contact-form__input [type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 1px;
  background: #E4E4E4;
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  width: 100%;
  height: 8rem;
  line-height: 40px;
  padding: 0 1.6rem;
  outline: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__input [type=text] {
    margin-top: 13px;
    height: 5rem;
    line-height: 25px;
  }
}
.contact-form__input [type=text]:focus, .contact-form__input [type=text]:hover {
  background: #FFE2E2;
}
.contact-form__input [type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 1px;
  background: #E4E4E4;
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  width: 100%;
  height: 8rem;
  line-height: 40px;
  padding: 0 1.6rem;
  outline: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__input [type=tel] {
    margin-top: 13px;
    height: 5rem;
    line-height: 25px;
  }
}
.contact-form__input [type=tel]:focus, .contact-form__input [type=tel]:hover {
  background: #FFE2E2;
}
.contact-form__input [type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 1px;
  background: #E4E4E4;
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  width: 100%;
  height: 8rem;
  line-height: 40px;
  padding: 0 1.6rem;
  outline: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__input [type=email] {
    margin-top: 13px;
    height: 5rem;
    line-height: 25px;
  }
}
.contact-form__input [type=email]:focus, .contact-form__input [type=email]:hover {
  background: #FFE2E2;
}
.contact-form__input textarea {
  margin-top: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #E4E4E4;
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
  width: 100%;
  height: 8rem;
  padding: 20px 16px 10px;
  outline: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form__input textarea {
    margin-top: 13px;
    height: 5rem;
    padding: 15px 16px;
  }
}
.contact-form__input textarea:focus, .contact-form__input textarea:hover {
  background: #FFE2E2;
}

.contact-form__input-label {
  font-size: clamp(14px, 1.3vw, 16px);
}

/*----------------- select -------------------*/
select {
  border: none;
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
  width: 100%;
  height: 8rem;
  padding: 10px 16px;
  outline: none;
  background: #E4E4E4 url(../img/arrow.svg) no-repeat right 12px center/15px 8px;
  transition: all 0.3s ease 0s;
}
select:focus, select:hover {
  background-color: #FFE2E2;
}
@media (max-width: 767px) and (max-width: 767px) {
  select {
    margin-top: 13px;
    height: 5rem;
    line-height: 25px;
  }
}

/*----------------- checkbox -------------------*/
.contact__check {
  text-align: center;
}

.contact__check input[type=checkbox] {
  display: none;
}

.check-select {
  position: relative;
  display: inline-block;
  padding-left: 3.3vw;
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 16px);
  cursor: pointer;
}
@media (max-width: 767px) {
  .check-select {
    text-align: left;
    padding-left: 30px;
  }
}

.check-select {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .check-select {
    margin-top: 4rem;
  }
}
.check-select::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  margin-top: 1px;
  left: 0;
  width: 2.2vw;
  height: 2.2vw;
  border: 2px solid #5f5f5f;
  border-radius: 0.2rem;
  background: #fff;
  display: block;
}
@media (max-width: 767px) {
  .check-select::before {
    width: 21px;
    height: 21px;
  }
}
.check-select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8vw;
  margin-top: -0.7vw;
  border-right: 2px solid #D4183A;
  border-bottom: 2px solid #D4183A;
  height: 1.2vw;
  width: 0.6vw;
  transform: rotate(45deg);
  opacity: 0;
}
@media (max-width: 767px) {
  .check-select::after {
    width: 7px;
    height: 11px;
    margin-top: -7px;
    left: 7px;
  }
}

.contact__check [type=checkbox]:checked + .check-select::after {
  opacity: 1;
}

.check-select a {
  color: #2618D4;
}

/*----------------- ボタン -------------------*/
.contact__button {
  margin-top: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__button {
    margin-top: 3rem;
  }
}

.contact__btn {
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #000;
  color: #fff;
  font-weight: 700;
  width: clamp(260px, 25vw, 335px);
  height: clamp(50px, 6vw, 82px);
  font-size: clamp(14px, 1.6vw, 16px);
  position: relative;
  transition: all 0.3s ease 0s;
}
.contact__btn:hover {
  background: gray;
}
@media (max-width: 767px) {
  .contact__btn {
    width: 282px;
    height: clamp(64px, 6vw, 82px);
    max-width: 100%;
  }
}

/*-----------------------------------------
    thanks
-----------------------------------------*/
.contact-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDF03;
  height: 100vh;
}

.contact-thanks__content {
  margin-top: 6rem;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  background: #fff;
  border-radius: 1rem;
  padding: 6rem;
}
@media (max-width: 767px) {
  .contact-thanks__content {
    max-width: 100%;
    padding: 3rem 2rem;
  }
}

.contact-thanks__thanks {
  margin-top: 3rem;
}
.contact-thanks__thanks p {
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.contact-thanks__link {
  margin-top: 2rem;
  text-align: center;
}
.contact-thanks__link a {
  padding: 1rem;
  font-size: clamp(14px, 1.6vw, 18px);
  text-decoration: underline;
  color: #FFE2E2;
}

/*-----------------------------------------
faq
-----------------------------------------*/
.faq {
  padding-top: 13rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.faq__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faq__head {
  text-align: center;
}
.faq__title {
  font-weight: 900;
  font-size: clamp(26px, 2vw, 38px);
}
@media (max-width: 767px) {
  .faq__title {
    font-size: clamp(18px, 4vw, 26px);
  }
}
.faq__content {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .faq__content {
    margin-top: 3rem;
  }
}
.faq__item:not(:first-child) {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .faq__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.faq__item--q {
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
}
.faq__item--q span {
  color: #D4183A;
}
.faq__item--a {
  margin-top: 2rem;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq__item--a {
    margin-top: 1rem;
  }
}
.faq__item--a span {
  color: #D4183A;
}

/*-----------------------------------------
thanks
-----------------------------------------*/
.thanks {
  height: 100vh;
  width: 100%;
  background: url(../img/mv.webp) no-repeat top -30% center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.thanks__head {
  position: relative;
  z-index: 2;
}
.thanks__head strong {
  display: block;
  font-size: clamp(20px, 2.3vw, 24px);
  color: #D4183A;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__head strong {
    font-size: clamp(16px, 4.6vw, 20px);
  }
}
.thanks__head p {
  margin-top: 6rem;
  text-align: center;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .thanks__head p {
    font-size: clamp(13px, 3.6vw, 15px);
    margin-top: 3.7rem;
  }
}
.thanks__content {
  margin-top: 4.2rem;
  background: #fff;
  border: 1px solid #D4183A;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 4.5rem;
}
@media (max-width: 767px) {
  .thanks__content {
    padding: 1rem 3.5rem;
    margin-top: 1.7rem;
  }
}
.thanks__content--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .thanks__content--inner {
    gap: 0;
    flex-direction: column;
  }
}
.thanks__content--left p {
  font-size: clamp(13px, 1.3vw, 16px);
  text-align: center;
  font-weight: 800;
}
@media (max-width: 767px) {
  .thanks__content--left p {
    font-size: clamp(12px, 3.8vw, 14px);
  }
}
.thanks__content--left p span {
  display: block;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .thanks__content--left p span {
    font-size: clamp(12px, 3.8vw, 14px);
  }
}
.thanks__content--right a {
  color: #D4183A;
  font-weight: 900;
  font-size: clamp(30px, 3.3vw, 50px);
}
@media (max-width: 767px) {
  .thanks__content--right a {
    font-size: clamp(21px, 4.3vw, 30px);
  }
}/*# sourceMappingURL=style.css.map */