@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 2.5641025641vw;
}
@media screen and (min-width:768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Noto Sans JP", Meiryo, sans-serif;
  background: #fff;
}

main {
  padding-top: 6rem;
}
@media screen and (min-width:768px) {
  main {
    padding-top: 12rem;
  }
}

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

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.btn {
  display: inline-block;
}

.header {
  position: fixed;
  display: block;
  width: 100%;
  height: 6rem;
  z-index: 99;
  background: #FFFFFF;
}
@media screen and (min-width:768px) {
  .header {
    height: 12rem;
  }
}
.header__inner {
  position: relative;
  height: 100%;
  margin: auto;
  width: 100%;
  padding: 0 1rem 0 1.5rem;
}
@media screen and (min-width:768px) {
  .header__inner {
    width: 87.5%;
    padding: 0 0 0 6.5rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  height: inherit;
}
.header__logo img {
  width: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .header__logo img {
    width: 18rem;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width:768px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.9rem;
    height: inherit;
    margin: 0 auto 0 10.5rem;
    padding-top: 0.9rem;
  }
}
.header__nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
@media screen and (min-width:768px) {
  .header__nav a {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.68;
    color: #707070;
  }
}
.header__nav a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 0.2rem;
  height: 2.4rem;
  background: #707070;
  transform: translate(-50%, -50%);
}
.header__nav a:last-child::before {
  display: none;
}
.header__nav-item a {
  display: block;
  color: #707070;
}
@media screen and (min-width:768px) {
  .header__nav-item a {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.68;
  }
}
.header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1;
  color: #707070;
  margin: 0 0 0 auto;
}
@media screen and (min-width:768px) {
  .header__tel {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.72;
    margin: 0 3.5rem 0 0;
    padding-top: 0.5rem;
  }
}
.header__tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.71;
}
@media screen and (min-width:768px) {
  .header__tel .number {
    gap: 0.5rem;
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: -0.5rem;
  }
}
.header__tel .number::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../assets/img/common/i-phone.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .header__tel .number::before {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.header__contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.2;
  height: 4.2rem;
  width: 8.3rem;
  background: linear-gradient(to bottom, #E35D06 0%, #953D04 100%);
}
@media screen and (min-width:768px) {
  .header__contact-btn {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7;
    width: 37.9rem;
    height: inherit;
    padding-right: 2.3rem;
  }
}
.header__contact-btn::before {
  display: none;
}
@media screen and (min-width:768px) {
  .header__contact-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 3.5rem;
    background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
    transform: translate(0, -50%);
    width: 1.6rem;
    height: 1.4rem;
  }
}

.footer {
  background: #3E3E39;
}
.footer__inner {
  position: relative;
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 4.1rem 0 1rem;
}
@media screen and (min-width:768px) {
  .footer__inner {
    max-width: 120rem;
    padding: 7rem 0 5rem;
  }
}
.footer__logo {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .footer__logo {
    margin-bottom: 4.3rem;
  }
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 9.3rem;
}
@media screen and (min-width:768px) {
  .footer__logo img {
    width: 19.2rem;
  }
}
.footer__info {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .footer__info {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.25;
    margin-bottom: 5.2rem;
  }
}
.footer__copy {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 3.6;
  color: #fff;
  text-align: center;
}
@media screen and (min-width:768px) {
  .footer__copy {
    font-size: 1.3rem;
    line-height: 2.77;
  }
}
.footer .back-to-top {
  position: absolute;
  top: 0;
  right: 0.5rem;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 2;
  color: #AD0809;
  text-align: center;
  border: 0.1rem solid #AD0809;
  border-radius: 50%;
  width: 6.9rem;
  height: 6.9rem;
  background: #FFFFFF;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .footer .back-to-top {
    right: 0;
    transform: translate(50%, -50%);
    font-size: 1.4rem;
    line-height: 2;
    width: 8.7rem;
    height: 8.7rem;
  }
}
.footer .back-to-top::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  width: 0.7rem;
  height: 1.5rem;
  background: url(../../assets/img/common/i-back.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .footer .back-to-top::before {
    width: 0.9rem;
    height: 1.9rem;
  }
}

.hamburger {
  position: relative;
  min-width: 2.7rem;
  height: 2.4rem;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
  margin-left: 0.9rem;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
  }
}
.hamburger div {
  width: 2.7rem;
  height: 0.3rem;
  background: #000000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.hamburger div:nth-child(1) {
  top: 10%;
}
.hamburger div:nth-child(2) {
  top: 50%;
}
.hamburger div:nth-child(3) {
  top: 95%;
}

.hamburger.active div:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.hamburger.active div:nth-child(2) {
  display: none;
}

.hamburger.active div:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.hamburger {
  /* ▼ 表示時 */
}
.hamburger__menu {
  position: fixed;
  top: 6rem;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.97);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 16.5rem;
  /* ▼ 初期状態（非表示） */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hamburger__menu.active {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu-list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 11.5rem 3.5rem;
}
.hamburger__menu-item a {
  display: flex;
  flex-direction: column;
}
.hamburger__menu-item .jp {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.72;
  color: #FFFFFF;
  padding: 1.1rem 0;
}
.hamburger__menu-item .jp::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../../assets/img/common/i-arrow-w.png) no-repeat center center/contain;
  transform: translate(0, -50%);
  width: 2rem;
  height: 1rem;
}

.hamburger-cta {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.hamburger-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  width: 28rem;
  height: 6.2rem;
  border-radius: 1rem;
}
.hamburger-cta__btn--consult {
  background: #980202;
}
.hamburger-cta__btn--document {
  background: #084800;
}

.cta {
  background: #3E3E39;
}
.cta__inner {
  text-align: center;
  height: 100%;
  width: 90%;
  margin: auto;
  padding: 3.3rem 0 4.5rem;
}
@media screen and (min-width:768px) {
  .cta__inner {
    max-width: 120rem;
    padding: 5.5rem 0 6rem;
  }
}
.cta__catch {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .cta__catch {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
.cta__tel-link {
  display: inline-flex;
  flex-direction: column;
  margin: 1.5rem 0 3.5rem;
}
@media screen and (min-width:768px) {
  .cta__tel-link {
    margin: 1rem 0 1rem;
  }
}
.cta__tel-label {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .cta__tel-label {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
  }
}
.cta__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .cta__tel {
    gap: 1rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
    margin: -0.4rem 0 -1rem;
  }
}
.cta__tel::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../assets/img/common/i-phone-w.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .cta__tel::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.cta__tel-time {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .cta__tel-time {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
  }
}
.cta__note {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .cta__note {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
.cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width:768px) {
  .cta__buttons {
    flex-direction: row;
    gap: 2.7rem;
    margin: 2.4rem 0 2.5rem;
  }
}
.cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  max-width: 46.3rem;
  width: 100%;
  height: 7rem;
  border-radius: 2rem;
}
@media screen and (min-width:768px) {
  .cta__button {
    font-size: 3rem;
    width: 46.3rem;
    height: 7.7rem;
  }
}
.cta__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
  width: 1.5rem;
  height: 1.2rem;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
}
.cta__button--contact {
  background: linear-gradient(to bottom, #E35D06 0%, #953D04 100%);
}
.cta__button--line {
  background: linear-gradient(to bottom, #08CC5A 0%, #046E30 100%);
}

.fv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  overflow: hidden;
  background: url(../../assets/img/index/fv_sp.png) no-repeat center top/cover;
}
@media screen and (min-width:768px) {
  .fv {
    min-height: 64.9rem;
    max-height: 64.9rem;
    background: url(../../assets/img/index/fv_pc.png) no-repeat center center/cover;
  }
  @supports (background-image: url("../../assets/img/index/fv_pc.webp")) {
    .fv {
      background-image: url(../../assets/img/index/fv_pc.webp);
    }
  }
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(70, 70, 70, 0.4);
  z-index: 1;
}
.fv__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 89.7%;
  margin: auto;
  padding: 4.5rem 0 3rem;
}
@media screen and (min-width:768px) {
  .fv__inner {
    flex-direction: row;
    gap: 5rem;
    height: 100%;
    max-width: 87.5%;
    padding: 0 0 0 5rem;
  }
}
.fv__content {
  position: relative;
}
@media screen and (min-width:768px) {
  .fv__content {
    padding-top: 2.4rem;
  }
}
.fv__features {
  display: flex;
  gap: 0.4rem;
}
@media screen and (min-width:768px) {
  .fv__features {
    gap: 1rem;
  }
}
.fv__features-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0em;
  color: #FFED00;
  width: 12rem;
  height: 3.7rem;
  background: #AD0809;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv__features-item {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.69;
    width: 26.6rem;
    height: 6.7rem;
  }
}
.fv__title {
  position: relative;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  margin: 2.5rem 0 3.4rem;
}
@media screen and (min-width:768px) {
  .fv__title {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 2.6rem 0;
  }
}
.fv__badge {
  position: absolute;
  top: -3rem;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  width: 8.7rem;
}
@media screen and (min-width:768px) {
  .fv__badge {
    position: relative;
    top: auto;
    right: auto;
    width: 18.5rem;
  }
}
.fv__estimate {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv__estimate {
    width: 79.9rem;
  }
}

.fv-benefit {
  background: #3E3E39;
}
.fv-benefit__inner {
  height: 100%;
  width: 90%;
  margin: auto;
  padding: 3.5rem 0 4rem;
}
@media screen and (min-width:768px) {
  .fv-benefit__inner {
    max-width: 120rem;
    padding: 5.3rem 0 7rem;
  }
}
.fv-benefit__lead {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .fv-benefit__lead {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0.5rem;
  }
}
.fv-benefit__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0em;
  text-align: center;
  color: #FEEC01;
}
@media screen and (min-width:768px) {
  .fv-benefit__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
.fv-benefit__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 1rem;
}
@media screen and (min-width:768px) {
  .fv-benefit__buttons {
    flex-direction: row;
    gap: 2.7rem;
    margin-top: 3.7rem;
  }
}
.fv-benefit__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  max-width: 46.3rem;
  width: 100%;
  height: 7rem;
  border-radius: 2rem;
}
@media screen and (min-width:768px) {
  .fv-benefit__button {
    font-size: 3rem;
    width: 46.3rem;
    height: 7.7rem;
  }
}
.fv-benefit__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
  width: 1.5rem;
  height: 1.2rem;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
}
.fv-benefit__button--contact {
  background: linear-gradient(to bottom, #E35D06 0%, #953D04 100%);
}
.fv-benefit__button--line {
  background: linear-gradient(to bottom, #08CC5A 0%, #046E30 100%);
}

.reform-consultation {
  background: #fff;
}
.reform-consultation__inner {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 5rem 0 6.7rem;
}
@media screen and (min-width:768px) {
  .reform-consultation__inner {
    width: 100%;
    padding: 4rem 0 12rem;
  }
}
.reform-consultation__list {
  height: 100%;
  width: 90%;
  margin: -2.8rem auto 0;
}
@media screen and (min-width:768px) {
  .reform-consultation__list {
    max-width: 120rem;
    margin: -4.6rem auto 0;
  }
}
.reform-consultation__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0em;
  text-align: center;
  color: #FEEC01;
}
@media screen and (min-width:768px) {
  .reform-consultation__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
.reform-consultation__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media screen and (min-width:768px) {
  .reform-consultation__buttons {
    flex-direction: row;
    gap: 2.7rem;
    margin-top: 5rem;
  }
}
.reform-consultation__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  max-width: 46.3rem;
  width: 100%;
  height: 7rem;
}
@media screen and (min-width:768px) {
  .reform-consultation__button {
    font-size: 3rem;
    width: 46.3rem;
    height: 7.7rem;
    border-radius: 2rem;
  }
}
.reform-consultation__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
  width: 1.5rem;
  height: 1.2rem;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
}
.reform-consultation__button--contact {
  background: linear-gradient(to bottom, #E35D06 0%, #953D04 100%);
}
.reform-consultation__button--line {
  background: linear-gradient(to bottom, #08CC5A 0%, #046E30 100%);
}

.faq {
  background: #fff;
}
.faq__inner {
  height: 100%;
  width: 90%;
  margin: auto;
  padding: 4rem 0 6rem;
}
@media screen and (min-width:768px) {
  .faq__inner {
    width: 100%;
    max-width: 120rem;
    padding: 10.2rem 0 10rem;
  }
}
.faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0em;
  text-align: center;
  color: #AD0809;
  margin-bottom: 3.4rem;
}
@media screen and (min-width:768px) {
  .faq__title {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 6.7rem;
  }
}
@media screen and (min-width:768px) {
  .faq__title .jp {
    line-height: 1.2;
  }
}
.faq__title .en {
  font-size: 2.2rem;
}
@media screen and (min-width:768px) {
  .faq__title .en {
    font-size: 4rem;
  }
}
.faq .accordion {
  /* ＋／− アイコン */
  /* スライドパネル */
}
.faq .accordion__item {
  border: 0.1rem solid #707070;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 1.5rem 0 1rem;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .faq .accordion__item {
    padding: 2.4rem 0;
    margin-bottom: 4rem;
  }
}
.faq .accordion__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
  background: transparent;
  border: 0;
  text-align: left;
  z-index: 1;
  overflow: hidden;
  padding: 0 1.2rem 0 4rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__header {
    align-items: center;
    padding: 0 3rem 0 7.5rem;
  }
}
.faq .accordion__header[aria-expanded=true] .accordion__icon::after {
  transform: rotate(0deg);
}
.faq .accordion__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0em;
  color: #AD0809;
}
@media screen and (min-width:768px) {
  .faq .accordion__title {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}
.faq .accordion__title::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: -2.5rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__title::before {
    left: -4.7rem;
  }
}
.faq .accordion__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__icon {
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 2.7rem;
  }
}
.faq .accordion__icon::before, .faq .accordion__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.2rem;
  background: #3E3E39;
  transition: transform 0.25s ease;
}
@media screen and (min-width:768px) {
  .faq .accordion__icon::before, .faq .accordion__icon::after {
    width: 2.7rem;
    height: 0.3rem;
  }
}
.faq .accordion__icon::after {
  transform: rotate(90deg);
}
.faq .accordion__panel {
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq .accordion__panel-inner {
  padding: 0 5rem 0 4rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__panel-inner {
    padding: 1rem 7.5rem 0;
  }
}
.faq .accordion__panel-inner p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 400;
  letter-spacing: 0em;
  color: #3E3E39;
}
@media screen and (min-width:768px) {
  .faq .accordion__panel-inner p {
    font-size: 2.7rem;
    line-height: 1.48;
  }
}
.faq .accordion__panel-inner p::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: -2.4rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__panel-inner p::before {
    left: -4.5rem;
  }
}

.contact {
  background: #EFEFEF;
}
.contact__inner {
  text-align: center;
  height: 100%;
  width: 90%;
  margin: auto;
  padding: 6.4rem 0 6rem;
}
@media screen and (min-width:768px) {
  .contact__inner {
    width: 100%;
    max-width: 120rem;
    padding: 13rem 0 8rem;
  }
}
.contact__inner--thanks {
  padding-bottom: 1.8rem;
}
@media screen and (min-width:768px) {
  .contact__inner--thanks {
    padding-bottom: 2rem;
  }
}
.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0em;
  text-align: center;
  color: #AD0809;
  margin-bottom: 1.5rem;
}
@media screen and (min-width:768px) {
  .contact__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 4.2rem;
  }
}
.contact__title span {
  font-size: 2.2rem;
}
@media screen and (min-width:768px) {
  .contact__title span {
    font-size: 4rem;
  }
}
.contact__title--thanks {
  margin-bottom: 2.4rem;
}
@media screen and (min-width:768px) {
  .contact__title--thanks {
    margin-bottom: 3rem;
  }
}
.contact__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
  color: #3E3E39;
  margin-bottom: 4rem;
}
@media screen and (min-width:768px) {
  .contact__text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 5rem;
  }
}
.contact .contact-cta {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 3rem;
}
@media screen and (min-width:768px) {
  .contact .contact-cta {
    margin: 0 0 8.2rem;
  }
}
.contact .contact-cta__label {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0em;
  text-align: center;
  color: #3E3E39;
}
@media screen and (min-width:768px) {
  .contact .contact-cta__label {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
  }
}
.contact .contact-cta__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0em;
  text-align: center;
  color: #3E3E39;
}
@media screen and (min-width:768px) {
  .contact .contact-cta__tel {
    gap: 1rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
    margin: -0.4rem 0 -1rem;
  }
}
.contact .contact-cta__tel::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../assets/img/common/i-phone-b.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .contact .contact-cta__tel::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.contact .contact-cta__time {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0em;
  text-align: center;
  color: #3E3E39;
}
@media screen and (min-width:768px) {
  .contact .contact-cta__time {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
  }
}
.contact .contact-form {
  width: 100%;
  background: #fff;
  padding: 4rem 1rem 5.2rem;
  overflow: hidden;
  /* ---------------------------------------------
     Inputs / Select / Textarea
  --------------------------------------------- */
  /* チェック時 */
  /* placeholder（通常状態） */
  /* ---------------------------------------------
     Error Message
  --------------------------------------------- */
  /* ---------------------------------------------
     Privacy Checkbox
  --------------------------------------------- */
  /* チェックボックスの見た目をカスタム */
  /* チェックマーク（✓） */
  /* チェックされた時に ✓ を表示 */
  /* ---------------------------------------------
     Submit Button
  --------------------------------------------- */
}
@media screen and (min-width:768px) {
  .contact .contact-form {
    padding: 5.1rem 3.5rem 6.5rem;
  }
}
.contact .contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.6rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form__row {
    grid-template-columns: 1fr 83.8rem;
    margin-bottom: 4.5rem;
  }
}
.contact .contact-form__row--submit {
  grid-template-columns: 1fr;
}
@media screen and (max-width:767px) {
  .contact .contact-form__row--submit {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .contact .contact-form__row--policy {
    margin-bottom: 1.4rem;
  }
}
.contact .contact-form__row--agree {
  grid-template-columns: 1fr;
  text-align: left;
}
@media screen and (min-width:768px) {
  .contact .contact-form__row--agree {
    text-align: center;
    padding-right: 15rem;
  }
}
.contact .contact-form__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6875;
  color: #3E3E39;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact .contact-form__label {
    font-size: 2.7rem;
    line-height: 1.7;
    max-height: 5.2rem;
  }
}
.contact .contact-form__required, .contact .contact-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6875;
  margin-left: -1rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form__required, .contact .contact-form__optional {
    font-size: 2rem;
    line-height: 1.7;
    margin-left: -1.3rem;
  }
}
.contact .contact-form__required {
  color: #AD0809;
}
.contact .contact-form__optional {
  color: #AAAAA9;
}
.contact .contact-form__field {
  width: 100%;
}
.contact .contact-form .contact-form__input,
.contact .contact-form .contact-form__textarea, .contact .contact-form__policy-text-block {
  border: 0.1rem solid #BABABA;
}
@media screen and (max-width:767px) {
  .contact .contact-form .contact-form__input,
  .contact .contact-form .contact-form__textarea, .contact .contact-form__policy-text-block {
    min-height: 5rem;
    margin-top: 0.3rem;
  }
}
.contact .contact-form .contact-form__input,
.contact .contact-form .contact-form__radio,
.contact .contact-form .contact-form__select,
.contact .contact-form .contact-form__textarea {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.875;
  color: #222222;
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__input,
  .contact .contact-form .contact-form__radio,
  .contact .contact-form .contact-form__select,
  .contact .contact-form .contact-form__textarea {
    font-size: 2.7rem;
    line-height: 1.7;
    padding: 0 2rem;
  }
}
.contact .contact-form .contact-form__textarea {
  padding: 1rem;
}
.contact .contact-form .contact-form__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__radio {
    gap: 0;
  }
}
.contact .contact-form .contact-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contact .contact-form .wpcf7-list-item {
  margin: 0;
}
.contact .contact-form .wpcf7-list-item-label {
  position: relative;
  padding-left: 4.5rem;
  display: inline-block;
}
.contact .contact-form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #BABABA;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.contact .contact-form .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1.8rem;
  height: 1.8rem;
  background: #222222;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.contact .contact-form input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #222222;
}
.contact .contact-form input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.contact .contact-form .contact-form__radio-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1.8rem;
  margin: 1.3rem 0 0;
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__radio-group {
    gap: 1.4rem;
    margin: 0;
  }
}
.contact .contact-form .contact-form__textarea {
  height: 12rem;
  resize: vertical;
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__textarea {
    height: 20rem;
  }
}
.contact .contact-form .contact-form__input:focus,
.contact .contact-form .contact-form__radio:focus,
.contact .contact-form .contact-form__select:focus,
.contact .contact-form .contact-form__textarea:focus {
  outline: none;
}
.contact .contact-form__input::-moz-placeholder, .contact .contact-form__textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.875;
  color: #CDD6DD;
  opacity: 0.5;
}
.contact .contact-form__input::placeholder, .contact .contact-form__textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.875;
  color: #CDD6DD;
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .contact .contact-form__input::-moz-placeholder, .contact .contact-form__textarea::-moz-placeholder {
    font-size: 2.7rem;
    line-height: 1.7;
  }
  .contact .contact-form__input::placeholder, .contact .contact-form__textarea::placeholder {
    font-size: 2.7rem;
    line-height: 1.7;
  }
}
.contact .contact-form__input:focus::-moz-placeholder, .contact .contact-form__textarea:focus::-moz-placeholder {
  color: #CDD6DD;
  opacity: 0.5;
}
.contact .contact-form__input:focus::placeholder, .contact .contact-form__textarea:focus::placeholder {
  color: #CDD6DD;
  opacity: 0.5;
}
.contact .contact-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0em;
  color: #3E3E39;
  text-align: left;
}
@media screen and (min-width:768px) {
  .contact .contact-form .wpcf7-not-valid-tip {
    font-size: 1.8rem;
  }
}
.contact .contact-form__policy-title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6875;
  color: #3E3E39;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact .contact-form__policy-title {
    font-size: 2.7rem;
    line-height: 1.7;
    max-height: 5.2rem;
  }
}
.contact .contact-form__policy-text-block {
  text-align: left;
  height: 16.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.8rem 2.5rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form__policy-text-block {
    height: 20rem;
    padding: 2.5rem 3rem;
  }
}
.contact .contact-form__policy-text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.78;
  color: #222222;
}
@media screen and (min-width:768px) {
  .contact .contact-form__policy-text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.contact .contact-form__policy-text .bold {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.contact .contact-form__row--privacy .contact-form__checkbox, .contact .contact-form__row--privacy .contact-form__checkbox a {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #70706F;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact .contact-form__row--privacy .contact-form__checkbox, .contact .contact-form__row--privacy .contact-form__checkbox a {
    font-size: 4rem;
    line-height: 1.33;
  }
}
.contact .contact-form__row--privacy .contact-form__checkbox a {
  text-decoration: underline;
}
.contact .contact-form__privacy-note {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.47;
  color: #70706F;
  margin: 1.5rem 0 1rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form__privacy-note {
    font-size: 2.4rem;
    line-height: 1.16;
    margin: 0;
  }
}
.contact .contact-form__agree {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.47;
  color: #3B4043;
}
@media screen and (min-width:768px) {
  .contact .contact-form__agree {
    font-size: 2.7rem;
    line-height: 1.7;
  }
}
.contact .contact-form__privacy-link {
  color: #004EFF;
  text-decoration: underline;
}
.contact .contact-form__checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form__checkbox-wrap {
    margin-top: 1.5rem;
  }
}
.contact .contact-form input[type=radio] {
  width: 3rem;
  height: 3rem;
  margin: 0;
}
.contact .contact-form__row--agree {
  /* checkbox本体を隠す（機能は残す） */
}
.contact .contact-form__row--agree .wpcf7-list-item-label::before {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact .contact-form__row--agree .wpcf7-list-item-label {
  padding-left: 1rem;
}
.contact .contact-form__agree input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #707070;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0;
}
@media screen and (min-width:768px) {
  .contact .contact-form__agree input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
  }
}
.contact .contact-form__agree input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.8rem;
  border-right: 0.3rem solid #323232;
  /* マーク色 */
  border-bottom: 0.3rem solid #323232;
  transform: rotate(45deg) scale(0);
  top: 0.2rem;
  left: 1rem;
  transition: 0.2s ease;
}
.contact .contact-form__agree input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1);
}
.contact .contact-form .contact-form__row--submit {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__row--submit {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.contact .contact-form .contact-form__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  max-width: 28.6rem;
  width: 100%;
  height: 6.4rem;
  margin: auto;
  border-radius: 2rem;
  border: none;
  background: linear-gradient(to bottom, #D00C0D 0%, #760607 100%);
}
@media screen and (min-width:768px) {
  .contact .contact-form .contact-form__submit {
    font-size: 2.7rem;
    line-height: 1.7;
    width: 28.6rem;
    height: 6.37rem;
  }
}
.contact .contact-form .contact-form__submit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
  width: 1.5rem;
  height: 1.2rem;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

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

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */