@charset "UTF-8";
/* =====================================
    全体設定
===================================== */
:root {
  --btn-color: #009d36;
  --gold-color: #988d71;
  --font-color: #2a2a2a;
  --font-mincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-gothic:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background: #C0C0C0;
  line-height: 1.5;
  color: var(--font-color);
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  font-weight: 400;
}

a {
  color: var(--font-color);
  text-decoration: none;
  transition: 0.3s opacity ease;
}
@media (min-width: 750px) {
  a:hover {
    opacity: 0.8;
  }
}

#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#wrapper img {
  max-width: 100%;
  height: auto;
}

/* =====================================
    main
===================================== */
h1 + .btn-wrap {
  margin-top: min(50px, 6.66vw);
}

.btn-wrap {
  position: relative;
  margin-block: min(80px, 10.66vw);
}

.btn-inr {
  position: relative;
  display: grid;
  place-content: center;
  margin-inline: min(30px, 4vw);
  margin-top: -20px;
  height: min(133px, 22vw);
  background: var(--btn-color) url(../img/btn-icon.png) no-repeat left 3.47% bottom;
  background-size: 12.31%;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #00812b;
  font-family: var(--font-gothic);
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  color: #fff;
  overflow: visible !important;
}
@media (min-width: 750px) {
  .btn-inr br {
    display: none;
  }
}
.btn-inr:hover {
  opacity: 0.9;
}
.btn-inr::before {
  content: "";
  position: absolute;
  right: min(42px, 5.6vw);
  top: 50%;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: min(10px, 1.33vw);
  aspect-ratio: 1/1;
}
.btn-inr::after {
  content: "";
  position: absolute;
  right: min(26px, 3.46vw);
  top: 50%;
  transform: translateY(-50%);
  margin-top: min(7px, 0.93vw);
  border: solid 2px #ffffff;
  border-radius: 50%;
  width: min(35px, 4.66vw);
  aspect-ratio: 1/1;
}
.btn-inr span {
  padding-top: 16px;
  padding-left: 25px;
}

.arrow-box-wrap {
  text-align: center;
  margin-inline: 10px;
}

.arrow-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.45em 1em;
  background: #fff;
  border: 2px solid var(--btn-color);
  border-radius: 40px;
  text-align: center;
  font-family: var(--font-gothic);
  font-size: min(2.2rem, 3vw);
  font-weight: bold;
  color: var(--btn-color);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (min-width: 570px) {
  .arrow-box span {
    display: inline-block;
  }
  .arrow-box span:not(:last-child) {
    margin-right: 0.5em;
  }
}
.arrow-box:after, .arrow-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(0, 0, 255, 0);
}
.arrow-box:after {
  margin-left: -5px;
  border-width: 5px;
  border-top-color: #fff;
}
.arrow-box:before {
  margin-left: -7px;
  border-width: 7px;
  border-top-color: var(--btn-color);
}

/* faq */
.title-faq {
  margin-bottom: min(48px, 6.4vw);
  text-align: center;
}
.title-faq img {
  width: 34%;
}
@media (min-width: 750px) {
  .title-faq img {
    width: 31.33%;
  }
}

.faq-box {
  margin-inline: 5px;
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  .faq-box {
    margin-inline: min(30px, 3vw);
  }
}

.faq-box-inr {
  background-color: #f7f7f5;
  padding: 4.1vw;
}
@media (min-width: 750px) {
  .faq-box-inr {
    padding: 38px;
  }
}
.faq-box-inr:not(:last-child) {
  margin-bottom: 5vw;
}
@media (min-width: 750px) {
  .faq-box-inr:not(:last-child) {
    margin-bottom: 40px;
  }
}

.faq-box_item {
  position: relative;
  padding-left: 13vw;
}
@media (min-width: 750px) {
  .faq-box_item {
    padding-left: calc(8rem + 20px);
  }
}
.faq-box_item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 5vw;
  text-align: center;
  color: #fff;
  width: 2em;
  line-height: 2em;
}
@media (min-width: 750px) {
  .faq-box_item::before {
    aspect-ratio: 1/1;
    font-size: 4rem;
  }
}

.faq-box_item01 {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
  min-height: 2.1em;
  font-size: 4.73vw;
  font-weight: bold;
}
@media (min-width: 750px) {
  .faq-box_item01 {
    font-size: 3.2rem;
    min-height: 2.5em;
  }
}
.faq-box_item01::before {
  content: "Q";
  background: var(--gold-color);
}

.faq-box_item02 {
  font-size: 4.2vw;
}
@media (min-width: 750px) {
  .faq-box_item02 {
    font-size: 2.8rem;
  }
}
.faq-box_item02::before {
  content: "A";
  background-color: #fff;
  border: solid 1px var(--gold-color);
  box-sizing: border-box;
  color: var(--gold-color);
}

/* =====================================
    footer
===================================== */
footer {
  width: 100%;
  background: var(--gold-color);
  text-align: center;
}
footer li:not(:last-child) {
  border-bottom: solid 1px #fff;
  padding-block: min(35px, 4.66vw);
}
footer .ft-corp {
  color: #fff;
  font-size: min(2.8rem, 4vw);
}
footer .ft-corp::after {
  content: "";
  margin-left: 0.3em;
  display: inline-block;
  background: url(../img/icon-blank.png);
  background-size: 100%;
  width: min(21px, 2.8vw);
  aspect-ratio: 1/1;
}
footer .ft-copy {
  color: #fff;
  font-size: min(2.4rem, 3.8vw);
  padding-block: 27px;
}

.floatBtn {
  position: fixed;
  bottom: 0;
  transition: 0.6s all ease;
  z-index: 99999;
  width: 100%;
}
.floatBtn .btn-inr {
  margin-inline: auto;
  max-width: 750px;
  border-radius: 0;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}
