﻿
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #3E3625;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: clip;
}

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

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------ 旧62.5%のscss ----- */
.inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

body {
  position: relative;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: min(75px, 16vw);
  background: #fffdf0;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 5px 10px;
}

.header__name {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.header__link {
  max-width: 160px;
}

.cta {
  position: relative;
}

.cta__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 16.53vw;
  left: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  gap: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voice {
  padding: 6.4vw 2.67vw;
}

.voice__wrapper {
  padding: 6.4vw 2.2vw;
  border-radius: 10px;
  background: #FCE7B7;
  text-align: center;
}

.voice__title {
  max-width: 800px;
  margin-inline: auto;
}

.voice__items {
  margin-top: 4vw;
}

.voice__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vw;
  gap: 8px;
}

.voice__pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.voice__pagination-dot.is-active {
  background: #333;
}

.section09 {
  padding: 13.3vw 0;
  background: #F7F7F7;
}

.section09__title {
  width: 44.8vw;
  margin-inline: auto;
}

.qa__items {
  display: grid;
  margin-top: 8.267vw;
  gap: 5.87vw;
}

.qa__item {
  border-radius: 10px;
}

.qa__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4.27vw 12.5vw 4.27vw 4.27vw;
  gap: 4.27vw;
  border-radius: 10px;
  background: #FFFFFF;
  color: #444;
  font-weight: 700;
  font-size: 3.834vw;
  line-height: 160%;
  cursor: pointer;
}
.qa__q span {
  color: #E18700;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
}

.qa__q.is-active {
  border-radius: 10px 10px 0 0;
}

.qa__q::after,
.qa__q::before {
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  background: #E18700;
  content: "";
  -webkit-transform: translateY(-50%);
  right: 16px;
  width: 4.267vw;
  transform: translateY(-50%);
}

.qa__q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__q.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qa__a {
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  color: #333333;
  font-weight: 700;
  font-size: 3.734vw;
  line-height: 160%;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.qa__a .--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.27vw;
  gap: 4.27vw;
}
.qa__a.is-open {
  max-height: 500px;
}
.qa__a span {
  color: #E18700;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
}

.footer {
  padding: 68px 0 30px;
  background: #333333;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 3.734vw;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8vw;
}

.footer__links {
  display: grid;
  place-items: center;
  gap: 10px;
}

.footer__link {
  text-decoration: underline;
}

.footer__text {
  text-align: center;
}

.commercial {
  padding: 30px 0 50px;
}

.section__title {
  color: #444;
  font-weight: 600;
  font-size: 7vw;
  text-align: center;
}

.commercial__text {
  margin-top: 20px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.btn a {
  display: grid;
  place-items: center;
  width: 200px;
  min-height: 50px;
  border-radius: 10px;
  background: #E6A453;
  color: #FFFFFF;
  font-size: 20px;
}

.fixed {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 80%;
  max-width: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}
.fixed a:hover {
  opacity: 1;
}

.fixed__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 38px;
  margin-bottom: 3px;
  border-radius: 5px;
  background: #E6A453;
  color: #FFF;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.fixed__label::after {
  position: absolute;
  top: 99.8%;
  left: 50%;
  width: 20px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E6A453;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
  .header {
    min-height: 75px;
  }
  .header__container {
    padding: 0 24px;
    text-align: initial;
  }
  .header__name {
    width: initial;
  }
  .header__link {
    display: block;
    max-width: 240px;
  }
  .fv {
    margin-top: -20px;
  }
  .cta__links {
    bottom: 4.167vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: initial;
    gap: 24px;
  }
  .section03 {
    margin-top: -3.6%;
  }
  .section04 {
    margin-top: -2px;
  }
  .voice {
    padding: 60px 20px;
  }
  .voice__wrapper {
    padding: 60px 16px;
  }
  .voice__title {
    width: 73.0994152047%;
  }
  .voice__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 44px;
    gap: 16px;
  }
  .voice__pagination {
    display: none;
  }
  .section09 {
    padding: 50px 0;
  }
  .section09__title {
    width: min(279px, 19.375vw);
  }
  .qa__items {
    max-width: 840px;
    margin-top: 31px;
    margin-inline: auto;
    gap: 36px;
  }
  .qa__item {
    border-radius: 10px;
  }
  .qa__q {
    padding: 32px 48px;
    gap: 24px;
    font-size:1.5rem;
    align-items: center;
  }
  .qa__q span {
    font-size: 20px;
  }
  .qa__q::after,
  .qa__q::before {
    right: 48px;
    width: 18px;
  }
  .qa__a {
    font-size: 14px;
  }
  .qa__a .--inner {
    padding: 32px 48px;
    font-size: 1.2rem;
    gap: 24px;
    line-height: 1.5;
  }
  .qa__a span {
    font-size: 20px;
  }
  .footer {
    font-size: 14px;
  }
  .footer__inner {

    max-width: 1100px;
    gap: initial;
  }
  .footer__text {
    text-align: initial;
  }
  .commercial {
    padding: 50px 0 100px;
  }
  .commercial__inner {
    max-width: 1000px;
  }
  .section__title {
    font-size: min(46px, 3.2vw);
  }
  .commercial__text {
    margin-top: 40px;
  }
  .btn {
    margin-top: 80px;
  }
  .fixed {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
  }
  .fixed__label {
    font-size: 20px;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .voice__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    gap: 16px;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .voice__items::-webkit-scrollbar {
    display: none;
  }
  .voice__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    scroll-snap-align: start;
  }
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
/*# sourceMappingURL=map/styles.css.map */

.exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.exit-popup.is-active {
  display: block;
}

.exit-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.exit-popup__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 380px, 50vh);
  z-index: 10001;
}

.exit-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 6px;
  background: #fff;
  color: #011D33;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
  transition: opacity 0.2s;
}

.exit-popup__close:hover {
  opacity: 0.7;
}

.exit-popup__content {
  overflow: hidden;
  border-radius: 8px;
}

.exit-popup__bg {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}

.exit-popup__bg img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -41%;
}

.exit-popup__buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.exit-popup__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  border-radius: 50px;
  border: 1.66px solid #fff;
  background: linear-gradient(180deg, #70E298 6.7%, #0BB547 20.3%, #0BB547 80.9%, #026023 98.9%);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 1;
}

.exit-popup__line:hover {
  opacity: 0.85;
}

.exit-popup__line-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.exit-popup__line-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0.8px 3.3px rgba(13, 129, 56, 1);
  display: flex;
  align-items: center;
  height: 23px;
}

.exit-popup__line-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.exit-popup__line-arrow svg {
  width: 6px;
  height: 8px;
}

.exit-popup__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  border-radius: 50px;
  border: 1.66px solid #fff;
  background: linear-gradient(180deg, #FFC18E 6.7%, #FF871D 24%, #FF7214 80.9%, #943600 98.9%);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 1;
}

.exit-popup__tel:hover {
  opacity: 0.85;
}

.exit-popup__tel-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.exit-popup__tel-text,
.exit-popup__tel-number {
  display: flex;
  align-items: center;
  height: 23px;
}

.exit-popup__tel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0.7px 2.8px rgba(129, 61, 13, 1);
  letter-spacing: 0;
}

.exit-popup__tel-number {
  font-family: "Avenir Next", "Avenir", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFF00;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {

  .exit-popup__container {
    width: min(90%, 440px, 50vh);
  }

  .exit-popup__close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .exit-popup__buttons {
    gap: 10px;
    padding: 14px 20px 20px;
  }

}