@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

:root {
  --main: #856637;
  --sub: #D9CFA0;
  --text: #3C2F1B;
  --white: #FAFAFA;
  --gray: #4D4D4D;
  --line: #06C655;
  --font-size: 16px;
  --bold: 600;
  --content-width: 430px;
  --content-inner-width: 330px;
  --header-height: 70px;
  --font-en: "Lora", serif;
  --font18: clamp(16px, 4.62vw, 18px);
  --font20: clamp(16px, 5.2vw, 20px);
  --font22: clamp(16px, 5.65vw, 22px);
  --font24: clamp(16px, 6.2vw, 24px);
  --font26: clamp(16px, 6.7vw, 26px);
  --font28: clamp(16px, 6.7vw, 28px);
  --font32: clamp(16px, 7.2vw, 32px);
  --font36: clamp(16px, 9.3vw, 36px);
  --font42: clamp(16px, 10.8vw, 42px);
  --spacing: 0.04em;
}

* { margin: 0; padding: 0; box-sizing: border-box;}
html { scroll-padding-top: var(--header-height);}
body {
  font-family: "Noto Serif JP", serif;
  color: var(--text);
  font-size: var(--font-size);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
body.active { height: 100vh; overflow: hidden;}
ul, ol { list-style-type: none;}
h1, h2, h3, h4 { font-size: inherit; font-weight: inherit; word-break: auto-phrase;}
a { color: var(--text); text-decoration: none;}
a, a::before, a::after, a:hover, a:hover:before, a:hover:after { transition: all 0.5s ease;}
a:hover { opacity: 0.6;}
em, small { font-style: normal; font-size: inherit; font-weight: inherit;}
strong { font-style: normal; font-size: inherit; font-weight: var(--bold);}
img { width: 100%; height: auto; vertical-align: bottom;}
iframe, video { width: 100%; vertical-align: bottom;}
.wrapper {
  width: 100%;
  max-width: var(--content-width);
  min-width: 320px;
  padding-bottom: 60px;
  margin: auto;
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 2px 14px -2px #00000040;
}

.section-cta { background: url(../img/cta-bg.png) no-repeat; background-size: cover; padding: 40px 0;}
.cta-head-title {
  width: calc(90% + 20px);
  max-width: calc(var(--content-inner-width) + 22px);
  background: radial-gradient(58.51% 68.02% at 68.02% 17.44%, #F3EFC0 0%, #D9CFA0 0.01%, #A48D5E 59.13%, #856637 94.23%);
  color: var(--white);
  font-size: var(--font24);
  line-height: 1;
  padding: 14px;
  text-align: justify;
    text-align-last: justify;
  margin: auto;
  position: relative;
}
.cta-head-title::before,
.cta-head-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid var(--text);
  position: absolute;
  bottom: -8px;
}
.cta-head-title::before { border-left: 10px solid transparent; left: 0;}
.cta-head-title::after { border-right: 10px solid transparent; right: 0;}
.cta-head-title span {
  display: block;
  width: max-content;
  font-size: var(--font18);
  position: relative;
  margin: 0 auto 5px;
}
.cta-head-title span::before,
.cta-head-title span::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0; bottom: 0;
  margin: auto;
}
.cta-head-title span::before { background: linear-gradient(270deg, #DBA000 0%, #755500 100%); left: -72px;}
.cta-head-title span::after { background: linear-gradient(90deg, #DBA000 0%, #755500 100%); right: -72px;}
.cta-main {
  width: 90%;
  max-width: calc(var(--content-inner-width) + 2px);
  background-color: var(--white);
  border: 1px solid #DBA000;
  box-shadow: 0 4px 4px #00000040;
  margin: auto;
  padding: 16px 30px 20px;
}
.cta-main-title {
  background-color: #A48D5E;
  color: var(--white);
  font-size: var(--font20);
  text-align: center;
  margin-top: 16px;
}
.cta-menu-title {
  width: max-content;
  font-size: var(--font18);
  line-height: 1;
  padding: 0 16px 4px;
  border-bottom: 1px solid var(--text);
  margin-top: 10px;
}
.cta-menu-content { position: relative;}
.cta-menu-list { margin-left: 16px; font-size: 12px;}
.cta-menu-item {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.cta-menu-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid var(--text);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 8px;
}
.cta-off {
  width: 98px;
  position: absolute;
  right: -2px;
  bottom: -8px;
}
.cta-price { display: flex; align-items: flex-end; margin: 8px -5px 0; padding-bottom: 5px;}
.cta-price .price { font-family: var(--font-en);}
.cta-price .regular-price { font-size: 12px; font-weight: 400; line-height: 1.2;}
.cta-price .regular-price .price { font-size: var(--font18);}
.cta-price .regular-price .price-yen { font-weight: 500;}
.cta-price .regular-price::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../img/price-arrow.png) no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.cta-price .special-price { color: #C2292B; line-height: 1;}
.cta-price .special-price .price { font-size: clamp(16px, 15.9vw, 62px); font-weight: 500; line-height: 0.85;}
.cta-price .special-price .price-yen { font-size: var(--font20); margin-left: -4px;}
.cta-link { letter-spacing: var(--spacing); line-height: 1;}
.cta-link a { display: block;}
.cta-link-note { display: block; font-size: 14px; line-height: 17px; margin-bottom: 4px; text-align: center;}
.link-tel .cta-link-note { width: max-content; margin-left: auto; margin-right: auto; position: relative;}
.link-tel .cta-link-note::before,
.link-tel .cta-link-note::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--text);
  position: absolute;
  bottom: 0;
}
.link-tel .cta-link-note::before { transform: rotate(-16deg); left: -10px;}
.link-tel .cta-link-note::after { transform: rotate(16deg); right: -10px;}
.cta-link a span {
  display: flex;
  align-items: center;
  font-size: var(--font18);
}
.cta-link a span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid var(--white);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 6px;
}
.section-cta .cta-link-item { margin-top: 20px;}
.section-cta .cta-link-item a { box-shadow: 2px 2px 4px #00000040;}
.cta-link-item a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-btn { background-color: var(--line); color: var(--white);}
.tel-btn { background-color: var(--main); color: var(--white);}

.header {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
}
.header-logo { width: calc(100% - 222px); display: flex; align-items: center; padding-left: 15px;}
.header-logo img { height: 60px; width: auto; object-fit: contain;}
.header-link { width: 222px;}
.header-link .line-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-inner {
  width: 90%;
  max-width: var(--content-inner-width);
  margin: auto;
}

.first-view { background-color: #fff;}
.fv-head {
  background-color: #D0B985;
  padding: 8px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
.fv-head-title {
  width: 90%;
  max-width: 322px;
  margin: 0 auto 4px;
}
.fv-head-text { font-size: 14px; letter-spacing: var(--spacing);}
.fv-head-text em { font-size: 16px; text-decoration: underline;}
.fv-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/webp/fv.webp) no-repeat;
  background-size: 100%;
  aspect-ratio: 585 / 866;
  padding: 10px 2.8% 24px 4%;
}
.no-webp .fv-main { background: url(../img/fv.png) no-repeat; background-size: 100%;}
.fv-main-title-text {
  font-size: var(--font24);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 0 4px var(--white);
}
.fv-main-title-label span {
  display: inline-block;
  height: 30px;
  background-color: var(--gray);
  color: var(--white);
  font-weight: 700;
  line-height: 30px;
  transform: skewX(-10deg);
  padding: 0 10px;
  margin: 0 3px 6px;
}
.fv-main-text { font-size: var(--font26); letter-spacing: var(--spacing);}
.fv-achieved {
  padding: 24px 0;
}
.fv-achieved-img {
  display: flex;
  column-gap: 20px;
  width: 90%;
  max-width: 320px;
  margin: auto;
}
.fv-achieved-img img { width: calc(50% - 10px);}
.fv-achieved-note { font-family: sans-serif; font-size: 12px; text-align: center;}
.fv-achieved-text { font-size: var(--font24); text-align: center;}
.cause-wrap { background: url(../img/webp/cause-bg.webp) no-repeat; background-size: cover; padding-bottom: 30px;}
.no-webp .cause-wrap { background: url(../img/cause-bg.png) no-repeat; background-size: cover;}
.cause-wrap .section-title {
  aspect-ratio: 390 / 140;
  background: url(../img/cause-title.png) no-repeat;
  background-size: contain;
  color: var(--white);
  font-size: var(--font22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cause-wrap .section-title em { position: relative;}
.cause-wrap .section-title em::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: -8px;
  left: 0; right: 0;
  margin: auto;
}
.cause-wrap .section-title .section-title-head {
  display: block;
  width: max-content;
  font-size: var(--font18);
  margin: 0 auto 6px;
  position: relative;
}
.cause-wrap .section-title .section-title-head::before,
.cause-wrap .section-title .section-title-head::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: var(--white);
  position: absolute;
  top: 0; bottom: -2px;
  margin: auto;
}
.cause-wrap .section-title .section-title-head::before { transform: rotate(-16deg); left: -10px;}
.cause-wrap .section-title .section-title-head::after { transform: rotate(16deg); right: -10px;}
.cause-item { background-color: var(--white); margin-top: 20px; border: 1px solid #A48D5E;}
.cause-title {
  text-align: center;
  font-size: var(--font18);
  line-height: 1;
  padding: 20px 26px 20px 0;
  position: relative;
  cursor: pointer;
}
.cause-title::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 4px solid var(--text);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
.cause-title.active::after { transform: rotate(0);}
.cause-content { display: none; font-weight: 400; padding: 10px 30px 20px;}
.worry-title {
  display: flex;
  align-items: center;
  background: var(--gray) url(../img/worry-img.png) no-repeat top right;
  background-size: auto 100%;
  aspect-ratio: 390 / 178;
  color: var(--white);
  padding: 38px 5% 54px;
  font-size: var(--font24);
  font-weight: var(--bold);
  letter-spacing: var(--spacing);
  position: relative;
}
.worry-title::after {
  content: "";
  width: 100%;
  height: 350px;
  background-color: var(--gray);
  position: absolute;
  bottom: -350px;
  left: 0;
}
.worry-box {
  background: url(../img/worry-bg-top.png) no-repeat top left;
  background-size: 100%;
  padding-top: 52px;
  margin-top: -26px;
  position: relative;
  z-index: 1;
}
.worry-item {
  background-color: #E7E4E4;
  border: 1px solid var(--main);
  padding: 38px 30px;
  margin-bottom: 20px;
  position: relative;
}
.worry-item span {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/worry-dot.png) no-repeat;
  background-size: contain;
  position: absolute;
}
.worry-item span.dot-tl { left: 10px; top: 10px;}
.worry-item span.dot-tr { right:10px; top: 10px;}
.worry-item span.dot-bl { left: 10px; bottom: 10px;}
.worry-item span.dot-br { right:10px; bottom: 10px;}
.worry-text + .worry-text { margin-top: 20px;}
.worry-text em { font-weight: var(--bold); text-decoration: underline;}
.worry-bottom {
  background: url(../img/worry-bg-bottom.png) no-repeat;
  background-size: 100%;
  aspect-ratio: 585 / 320;
  color: var(--white);
  font-size: var(--font26);
  line-height: 1.8;
  letter-spacing: var(--spacing);
  text-align: center;
}
.worry-arrow {
  width: 180px;
  height: 86px;
  background: url(../img/worry-arrow.png) no-repeat;
  background-size: contain;
  color: var(--white);
  font-size: var(--font20);
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px;
  margin: -50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section-about {
  background: linear-gradient(359.55deg, #FFFFFF -11.44%, #F3EFC0 99.61%);
  margin-top: -80px;
  padding-top: 96px;
  padding-bottom: 40px;
}
.answer-title span { display: block;}
.answer-title-top { font-size: var(--font22); line-height: 1; text-align: center; margin-bottom: 10px;}
.answer-title-middle { width: 95%; max-width: var(--content-inner-width); font-size: var(--font22); line-height: 1; margin: auto;}
.answer-title-middle em {
  display: inline-block;
  background-color: var(--white);
  font-size: var(--font24);
  font-weight: var(--bold);
  letter-spacing: var(--spacing);
  text-align: center;
  padding: 9px 29px;
}
.answer-title-middle span {
  display: inline-block;
  background: radial-gradient(58.51% 68.02% at 68.02% 17.44%, #F3EFC0 0%, #D9CFA0 0.01%, #A48D5E 59.13%, #856637 94.23%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  padding: 1px;
  margin: 8px 4px;
}
.answer-title-middle span:first-child { box-shadow: 0 2px 4px #00000040;}
.answer-title-middle span:first-child em { padding: 9px 15px;}
.answer-title-label {
  background-color: var(--white);
  font-size: var(--font24);
  line-height: 1;
  text-align: center;
  letter-spacing: var(--spacing);
  margin-top: 4px;
  padding: 18px 0;
  position: relative;
}
.answer-title-label::before,
.answer-title-label::after {
  content: "";
  width: 42px;
  height: 64px;
  background: url(../img/icon-shine.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.answer-title-label::before { left: 0; top: -24px;}
.answer-title-label::after { right: 0; bottom: -28px;}
.answer-title-label span::before,
.answer-title-label span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #3C2F1B 0%, #F5BA00 33.17%, #3C2F1B 100%);
  position: absolute;
  left: 0;
}
.answer-title-label span::before { top: 6px;}
.answer-title-label span::after { bottom: 6px;}
.answer-title-label em { display: inline-block; font-size: var(--font36); line-height: 1;}
.answer-title-label em:last-child { font-size: var(--font32);}
.answer-movie { margin: 22px auto 40px;}
.about-wrap {
  background: url(../img/about-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 36px 0 90px;
  position: relative;
}
.about-wrap::after {
  content: "";
  width: 30px;
  height: 106px;
  background: url(../img/about-aroow.png) no-repeat;
  background-size: contain;
  bottom: -76px;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
}
.about-title {
  width: max-content;
  background: linear-gradient(90deg, #856637 0%, #D9CFA0 139.24%);
  color: var(--white);
  font-size: var(--font22);
  letter-spacing: var(--spacing);
  line-height: 1;
  padding: 11px 49px 11px 30px;
  margin-bottom: 20px;
}
.about-item {
  background: linear-gradient(270deg, #3C2F1B 0%, #F5BA00 50.3%, #3C2F1B 100%);
  font-size: var(--font20);
  text-align: center;
  padding: 1px;
  position: relative;
}
.about-item + .about-item { margin-top: 48px;}
.about-item + .about-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/about-x.png) no-repeat center;
  background-size: contain;
  left: 0; right: 0;
  top: -39px;
  margin: auto;
}
.about-item em { font-weight: var(--bold);}
.about-item span {
  display: block;
  background-color: var(--white);
  padding: 10px 0;
}
.about-item span::before,
.about-item span::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.about-item span::before { top: 2px; left: 2px; border-top: 10px solid var(--main); border-right: 10px solid transparent;}
.about-item span::after { bottom: 2px; right: 2px; border-bottom: 10px solid var(--main); border-left: 10px solid transparent;}
.about-text {
  font-size: var(--font22);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--spacing);
  text-align: center;
  margin: 30px 0;
}
.about-bottom1 { font-size: var(--font24); font-weight: var(--bold); margin-top: 40px;}
.about-bottom1 span {
  display: inline-block;
  background-color: var(--gray);
  color: var(--white);
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  margin-bottom: 10px;
}
.about-bottom1 span + span { margin-left: 24px;}
.about-bottom1 span:last-child { margin-right: 6px;}
.about-bottom2 {
  font-size: var(--font24);
  font-weight: var(--bold);
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}
.about-bottom2 em { font-size: var(--font28);}
.ba-box { padding-top: 88px;}
.ba-title {
  font-size: var(--font28);
  font-weight: var(--bold);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 40px 0;
}
.ba-item { position: relative;}
.ba-item + .ba-item { margin-top: 40px;}
.ba-no {
  width: 38%;
  font-family: var(--font-en);
  color: #A48D5E;
  font-size: var(--font18);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  text-align: right;
  border-bottom: 1px solid #D9CFA0;
  position: absolute;
  top: 16px;
  left: 0;  
}
.ba-no .no { font-size: var(--font22);}
.section-result .section-title {
  background-color: #D9CFA0;
  text-align: center;
}
.section-result .section-title::before,
.section-result .section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #3C2F1B 0%, #F5BA00 50%, #3C2F1B 100%);
}
.section-result .section-title::before { margin-bottom: 20px;}
.section-result .section-title::after { margin-top: 12px;}
.section-result .section-title em {
  display: block;
  font-size: var(--font28);
  line-height: 34px;
}
.section-result .section-title-head {
  display: inline-block;
  font-size: var(--font18);
  line-height: 1;
  border-bottom: 1px solid var(--text);
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.result-content {
  width: 90%;
  max-width: 270px;
  margin: 40px auto;
}
.result-img { margin-bottom: 20px;}
.result-text { font-weight: 400; letter-spacing: var(--spacing);}
.result-text em { font-weight: var(--bold); text-decoration: underline;}
.section-reason {
  background: url(../img/reason-bg.png);
  background-size: 12%;
  padding-bottom: 60px;
}
.section-reason .section-title {
  background: radial-gradient(183.04% 362.88% at 100% 0%, #F3EFC0 0%, #D9CFA0 0.01%, #A48D5E 53.98%, #856637 94.23%);
  color: var(--white);
  font-size: var(--font22);
  letter-spacing: var(--spacing);
  line-height: 1;
  text-align: center;
  padding: 30px;
  position: relative;
}
.section-reason .section-title::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #F7F3F0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.section-reason .section-title strong {
  display: block;
  font-size: var(--font32);
  font-weight: 500;
  line-height: 1;
  margin-top: 16px;
}
.section-reason .section-title em { font-size: var(--font42);}
.reason-item {
  background-color: #D9CFA0;
  box-shadow: 0 4px 4px #00000040;
  padding: 50px 30px 30px;
  margin-top: 110px;
  position: relative;
}
.reason-item::after {
  content: "";
  width: 10px;
  height: 42px;
  background: url(../img/reason-dot.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0; right: 0;
  bottom: -52px;
  margin: auto;
}
.reason-item:last-child::after { content: none;}
.reason-no {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #D9CFA0;
  background: url(../img/reason-no.png) no-repeat;
  background-size: contain;
  font-size: 14px;
  letter-spacing: var(--spacing);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 0; right: 0;
  margin: auto
}
.reason-no span {
  font-family: var(--font-en);
  font-size: var(--font28);
  line-height: 1;
}
.reason-title {
  font-size: var(--font20);
  font-weight: var(--bold);
  letter-spacing: var(--spacing);
  margin-bottom: 10px;
}
.reason-item:nth-child(1) .reason-title,
.reason-item:nth-child(4) .reason-title { word-break: keep-all;} /* 改行くずれ調整 */
.reason-title::before {
  content: "";
  display: block;
  aspect-ratio: 270 / 200;
  margin-bottom: 10px;
}
.reason-item:nth-child(1) .reason-title::before { background: url(../img/reason01.jpg) no-repeat; background-size: cover;}
.reason-item:nth-child(2) .reason-title::before { background: url(../img/reason02.jpg) no-repeat; background-size: cover;}
.reason-item:nth-child(3) .reason-title::before { background: url(../img/reason03.jpg) no-repeat; background-size: cover;}
.reason-item:nth-child(4) .reason-title::before { background: url(../img/reason04.jpg) no-repeat; background-size: cover;}
.reason-item:nth-child(5) .reason-title::before { background: url(../img/reason05.jpg) no-repeat; background-size: cover;}
.section-how .section-title { margin-bottom: 40px;}
.how-box { width: calc(90% + 10px); max-width: calc(var(--content-inner-width) + 10px); margin: auto;}
.how-item-wrap {
  background-color: #fff;
  margin-left: 10px;
  border: 1px solid var(--main);
  padding: 3px;
  margin-bottom: 40px;}
.how-item { border: 1px solid var(--main); padding: 15px 25px 30px;}
.how-title {
  width: calc(100% + 70px);
  background: linear-gradient(90deg, #856637 0%, #A48D5E 100%);
  color: var(--white);
  font-size: var(--font18);
  letter-spacing: var(--spacing);
  padding: 12px 30px 11px 40px;
  margin-left: -40px;
  margin-bottom: 18px;
  position: relative;
}
.how-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--text);
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.how-item1 img { margin: 10px 0;}
.how-item2 img { margin: 16px 0;}
.count-item { background-color: var(--white); box-shadow: 0 4px 4px #00000040;}
.count-item + .count-item { margin-top: 20px;}
.count-title {
  height: 44px;
  background-color: #A48D5E;
  color: var(--white);
  font-size: var(--font22);
  display: flex;
  align-items: center;
}
.count-title-l {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: var(--main);
  font-size: var(--font18);
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}
.count-title-l::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid var(--main);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
}
.count-title-r { padding-left: 40px;}
.count-title-r small { font-size: 14px; margin-left: 4px;}
.count-text { font-weight: 400; letter-spacing: var(--spacing); padding: 12px 20px;}

.section-voice {
  background: url(../img/voice-bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
.section-voice .section-title {
  width: max-content;
  color: var(--main);
  font-size: var(--font28);
  font-weight: var(--bold);
  letter-spacing: var(--spacing);
  line-height: 1;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}
.section-voice .section-title::before,
.section-voice .section-title::after {
  content: "";
  width: 102px;
  height: 16px;
  position: absolute;
  top: 0; bottom: 0;
  margin: auto;
}
.section-voice .section-title::before { background: url(../img/voice-title-l.png) no-repeat; background-size: contain; left: -108px;}
.section-voice .section-title::after { background: url(../img/voice-title-r.png) no-repeat; background-size: contain; right: -108px;}
.voice-box { width: 90%; max-width: 294px; margin: auto;}
.voice-item + .voice-item { margin-top: 30px;}
.section-flow {
  background-color: #FFFEF080;
  padding: 20px 0 70px;
  position: relative;
  z-index: 1;
}
.section-flow::before,
.section-flow::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A48D5E;
  position: absolute;
  left: 0;
  z-index: -1;
}
.section-flow::before { top: 40px;}
.section-flow::after { bottom: 10px;}
.section-flow .section-title {
  width: max-content;
  background: url(../img/flow-title.png) no-repeat;
  background-size: contain;
  font-size: var(--font22);
  line-height: 40px;
  letter-spacing: var(--spacing);
  padding: 0 25px;
  margin: 0 auto 40px;
}
.flow-item { display: flex; align-items: flex-start; position: relative;}
.flow-item::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, rgba(117, 85, 0, 0.6) 0%, rgba(243, 239, 192, 0.6) 100%);
  position: absolute;
  top: 42px;
  left: 45px;
}
.flow-item1::after { height: 140px;}
.flow-item5::after { content: none;}
.flow-title {
  background: linear-gradient(90deg, #856637 0.42%, #F5BA00 30.26%, #F3EFC0 50%, #F5BA00 70.03%, #856637 100.06%);
  font-size: 12px;
  padding: 1px;
  margin-right: 30px;
  position: relative;
}
.flow-title-inner {
  display: block;
  background-color: #fff;
  padding: 0 18px;
}
.flow-title .step-no {
  font-family: var(--font-en);
  font-size: var(--font18);
}
.flow-content { font-size: var(--font20); flex-grow: 1; padding-bottom: 60px;}
.flow-item1 .flow-content { padding-bottom: 40px;}
.flow-item5 .flow-content { padding-bottom: 0;}
.flow-content .cta-link-item a { margin-top: 10px; height: 50px;}

.section-access { padding: 30px 0 60px;}
.section-access .section-title {
  width: 85%;
  min-width: 330px;
  background: linear-gradient(90deg, #A48D5E 0%, #F3EFC0 100%);
  color: var(--white);
  font-size: var(--font28);
  line-height: 1;
  letter-spacing: var(--spacing);
  padding: 16px 10%;
  margin-bottom: 40px;
}
.section-access .map { height: 280px;}
.section-access .map iframe { width: 100%; height: 100%;}
.access-box { margin-bottom: 40px;}
.access-item {
  display: flex;
  font-weight: 400;
  letter-spacing: var(--spacing);
  border-bottom: 1px solid #A48D5E99;
  padding: 20px 0;
  margin-bottom: 10px;
}
.access-item-address { padding-bottom: 10px;}
.access-title { width: calc(100% - 210px);}
.access-content { width: 210px;}
.load-title {
  width: 85%;
  min-width: 330px;
  background: linear-gradient(90deg, #A48D5E 0%, #F3EFC0 100%);
  color: var(--white);
  font-size: var(--font18);
  line-height: 1;
  letter-spacing: var(--spacing);
  padding: 11px 0 11px 10%;
  margin-bottom: 40px;
}
.load-box { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; row-gap: 52px;}
.load-item {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: var(--spacing);
  position: relative;
}
.load-item::before {
  content: "";
  display: block;
  aspect-ratio: 150 / 100;
  margin-bottom: 8px;
}
.load-item:nth-child(1):before { background: url(../img/access01.jpg) no-repeat; background-size: cover;}
.load-item:nth-child(2):before { background: url(../img/access02.jpg) no-repeat; background-size: cover;}
.load-item:nth-child(3):before { background: url(../img/access03.jpg) no-repeat; background-size: cover;}
.load-item:nth-child(4):before { background: url(../img/access04.jpg) no-repeat; background-size: cover;}
.load-item:nth-child(odd):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #A48D5E;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50px;
  right: -22px;
}

.section-incho { background-color: #FFFEF080; padding: 40px 0;}
.section-incho .section-title {
  width: 230px;
  color: var(--main);
  font-size: var(--font28);
  line-height: 1;
  letter-spacing: var(--spacing);
  text-align: center;
  margin: 0 auto 40px;
}
.section-incho .section-title::before,
.section-incho .section-title::after {
  content: "";
  display: block;
  height: 25px;
  background: url(../img/incho-line.png) no-repeat;
  background-size: contain;
}
.section-incho .section-title::before { margin-bottom: 7px;}
.section-incho .section-title::after { margin-top: 7px;}
.incho-wrap {
  width: calc(var(--content-inner-width) + 4px);
  background: linear-gradient(90deg, #856637 0%, #A48D5E 100%);
  padding: 2px;
  margin: 0 auto;
}
.incho-box {
  background-color: var(--white);
  padding: 20px 30px;
  font-weight: 400;
}
.incho-img { margin-bottom: 20px;}
.incho-name { font-size: var(--font18); margin-bottom: 30px;}
.incho-list {
  list-style-type: disc;
  padding-left: 1.2em;
}

.section-qa { background-color: #FFF; padding: 40px 0;}
.section-qa .section-title {
  width: 270px;
  font-size: var(--font28);
  letter-spacing: var(--spacing);
  line-height: 1;
  text-align: center;
  margin: 0 auto 26px;
}
.section-qa .section-title::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #856637 0%, #A48D5E 100%);
  margin-top: 8px;
}
.qa-item {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 254, 240, 0.61) 100%);
  letter-spacing: var(--spacing);
  padding: 20px 30px;
  box-shadow: 0 2px 2px #00000040;
  position: relative;
}
.qa-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #856637 0%, #F3EFC0 87.45%, #A48D5E 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.qa-item + .qa-item { margin-top: 30px;}
.qa-q { font-size: var(--font18); padding-right: 22px; position: relative; cursor: pointer;}
.qa-q::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 4px solid #A48D5E;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.qa-q.active::after { transform: rotate(0);}
.qa-a { display: none; font-weight: 400; margin-top: 20px;} 

.footer-cta {
  position: fixed;
  bottom: -60px;
  display: flex;
  width: 100%;
  max-width: var(--content-width);
  left: 0; right: 0;
  margin: auto;
  transition: all 0.5s ease;
  z-index: 10;
}
.footer-cta.view { bottom: 0; transition: all 0.5s ease;}
