@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 800px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 1.25vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

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

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #303030;
}

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

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

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

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

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 800px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

main {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 801px) {
  main {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 800px) {
  main {
    max-width: 100%;
  }
}

.section__img {
  width: 100%;
}

.cta {
  position: relative;
}
.cta a {
  position: absolute;
  width: 86.625%;
  left: 6.6875%;
  bottom: 15%;
}
.cta a img {
  width: 100%;
  transition: all 0.3s;
}
.cta a:hover img {
  opacity: 0.8;
}

.cta2 {
  position: relative;
}
.cta2 a {
  position: absolute;
  width: 86.625%;
  left: 6.6875%;
  bottom: 41%;
}
.cta2 a img {
  width: 100%;
  transition: all 0.3s;
}
.cta2 a:hover img {
  opacity: 0.8;
}

.cta3 {
  position: relative;
}
.cta3 a {
  position: absolute;
  width: 86.625%;
  left: 6.6875%;
  bottom: 15%;
}
.cta3 a img {
  width: 100%;
  transition: all 0.3s;
}
.cta3 a:hover img {
  opacity: 0.8;
}

.cta4 {
  position: relative;
}
.cta4 a {
  position: absolute;
  width: 86.625%;
  left: 6.6875%;
  bottom: 14%;
}
.cta4 a img {
  width: 100%;
  transition: all 0.3s;
}
.cta4 a:hover img {
  opacity: 0.8;
}

.faq__contents {
  padding-bottom: 42px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FEF5DF;
}
@media (max-width: 800px) {
  .faq__contents {
    padding-bottom: 4.2rem;
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.faq__contents-block {
  background: white;
  border: 10px solid #F2F1EA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
}
@media (max-width: 800px) {
  .faq__contents-block {
    border-width: 1rem;
    margin-bottom: 2.2rem;
  }
}
.faq__question {
  display: flex;
  justify-content: space-between;
  padding-right: 22px;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .faq__question {
    padding-right: 2.2rem;
    padding-bottom: 2rem;
  }
}
.faq__question-q {
  display: flex;
}
.faq__question-q p {
  color: #583D29;
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  text-shadow: 0 2.643px 2.643px #FFF;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-left: 20px;
}
@media (max-width: 800px) {
  .faq__question-q p {
    font-size: 6rem;
    padding-top: 1rem;
    padding-left: 2rem;
  }
}
.faq__question-txt {
  padding-top: 30px;
  padding-left: 10px;
}
@media (max-width: 800px) {
  .faq__question-txt {
    padding-top: 3rem;
    padding-left: 1rem;
  }
}
.faq__question-txt img {
  width: 515px;
}
@media (max-width: 800px) {
  .faq__question-txt img {
    width: 51.5rem;
  }
}
.faq__question-txt .q2 {
  width: 497px;
}
@media (max-width: 800px) {
  .faq__question-txt .q2 {
    width: 49.7rem;
  }
}
.faq__question-txt .q3 {
  width: 492px;
}
@media (max-width: 800px) {
  .faq__question-txt .q3 {
    width: 49.2rem;
  }
}
.faq__question-txt .q4 {
  width: 510px;
}
@media (max-width: 800px) {
  .faq__question-txt .q4 {
    width: 51rem;
  }
}
.faq__question-toggle {
  width: 35px;
  height: 35px;
  background-color: #FF506B;
  border-radius: 50%;
  position: relative;
  margin-top: 33px;
}
@media (max-width: 800px) {
  .faq__question-toggle {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 3.3rem;
  }
}
.faq__question-toggle::before, .faq__question-toggle::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 7.5px);
  top: 17px;
}
@media (max-width: 800px) {
  .faq__question-toggle::before, .faq__question-toggle::after {
    width: 1.5rem;
    height: 0.2rem;
    left: calc(50% - 0.75rem);
    top: 1.7rem;
  }
}
.faq__question-toggle::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.faq__question.active .faq__question-toggle::after {
  transform: rotate(0);
}
.faq__answer {
  padding: 0px 22px;
  padding-bottom: 10px;
  color: #303030;
  font-feature-settings: "palt" on;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8em;
  display: none;
}
@media (max-width: 800px) {
  .faq__answer {
    padding: 0 2.2rem;
    padding-bottom: 1rem;
    font-size: 2.8rem;
  }
}
.faq__answer p {
  border-top: 2px dotted #583D29;
  padding-top: 20px;
  font-size: 28px;
}
@media (max-width: 800px) {
  .faq__answer p {
    padding-top: 2rem;
    font-size: 2.8rem;
  }
}

.cta5 {
  position: relative;
}
.cta5 a {
  position: absolute;
  width: 86.625%;
  left: 6.6875%;
  bottom: 42%;
}
.cta5 a img {
  width: 100%;
  transition: all 0.3s;
}
.cta5 a:hover img {
  opacity: 0.8;
}

footer {
  padding-top: 28px;
  padding-bottom: 18px;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  footer ul {
    gap: 10px;
  }
}
footer ul li a {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  color: black;
}
@media (max-width: 800px) {
  footer ul li a {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
