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

:root {
  --main: #27acbb;
  --sub: #efa309;
  --bg: #d0e3ea;
  --text: #444444;
  --white: #ffffff;
  --gray: #f5f5f5;
  --font-size: 16px;
  --bold: 700;
  --content-width: 430px;
  --content-inner-width: 330px;
  --content-inner-width-w: 360px;
  --header-height: 80px;
  --font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "Futura", "Kumbh Sans", sans-serif;
  --font16: clamp(14px, 4.2vw, 16px);
  --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);
  --font34: clamp(16px, 7.2vw, 34px);
  --font36: clamp(16px, 8.8vw, 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: var(--font-sans-serif);
  color: var(--text);
  font-size: var(--font-size);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: var(--spacing);
}
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: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.color {
  color: var(--main);
}
.line {
  text-decoration: underline;
}
strong {
  font-style: inherit;
  font-size: inherit;
  font-weight: var(--bold);
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
.wrapper {
  width: 100%;
  max-width: var(--content-width);
  min-width: 320px;
  background-color: var(--bg);
  padding-bottom: 100px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 2px 14px -2px #00000040;
}

.section-cta {
  margin: 40px 0;
}
.cta-head {
  background-color: var(--white);
  padding: 44px 2% 16px;
  border-radius: 60px 0 0 0;
}
.cta-head-title {
  color: var(--main);
  line-height: 1;
  text-align: center;
}
.cta-head-title1 {
  display: inline-block;
  position: relative;
  font-size: var(--font20);
  padding-left: 53px;
}
.cta-head-title1 .img {
  display: inline-block;
  width: 60px;
  height: 55px;
  background: url(../img/cta-title.png) no-repeat;
  background-size: contain;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 60px;
  text-align: right;
  padding-right: 4px;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.cta-head-title1 em {
  display: inline-block;
  font-size: var(--font28);
  font-weight: var(--bold);
  border-bottom: 1px solid var(--main);
}
.cta-head-title2 {
  display: block;
  font-size: var(--font22);
  font-weight: var(--bold);
  margin-top: 7px;
}
.cta-head-title2 em {
  font-size: var(--font28);
}
.cta-main {
  background-color: var(--white);
  line-height: 1;
  padding: 4px 0 28px;
  border-radius: 0 0 60px 0;
}
.cta-text {
  width: max-content;
  color: var(--main);
  font-size: 18px;
  font-weight: var(--bold);
  letter-spacing: 0;
  margin: 16px auto;
  position: relative;
}
.cta-text::before,
.cta-text::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--main);
  position: absolute;
  bottom: 0;
}
.cta-text::before {
  transform: rotate(-20deg);
  left: -6px;
}
.cta-text::after {
  transform: rotate(20deg);
  right: -6px;
}
.cta-price-box {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-en);
  margin-bottom: 16px;
}
.cta-price-l {
  width: 36.4%;
  max-width: 120px;
}
.cta-price-r {
  width: max-content;
  display: flex;
  flex-direction: column;
  color: var(--sub);
}
.cta-price-before {
  margin-bottom: 10px;
}
.cta-price-before .text {
  display: inline-block;
  font-size: 10px;
  padding: 4px;
  border: 1px solid var(--text);
}
.cta-price-before .price {
  font-size: 14px;
  position: relative;
}
.cta-price-before .price::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--text);
  transform: rotate(-20deg);
  position: absolute;
  bottom: 12px;
  left: 0;
  margin: auto;
}
.cta-price-before .price em {
  display: inline-block;
  font-size: var(--font18);
}
.cta-price-off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 120 / 66;
  background: url(../img/cta-off.png) no-repeat;
  background-size: contain;
  color: var(--white);
}
.cta-price-off .no {
  font-size: var(--font42);
}
.cta-price-off .off {
  text-align: center;
  font-size: var(--font18);
}
.cta-price-r .text {
  font-size: var(--font18);
  font-weight: var(--bold);
  letter-spacing: 0.08em;
  text-align: center;
  padding: 5px;
  border-top: 1px solid var(--sub);
  border-bottom: 1px solid var(--sub);
  margin-bottom: 10px;
}
.cta-price-r .price {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  font-size: var(--font32);
  font-weight: var(--bold);
  margin-bottom: 4px;
}
.cta-price-r .price em {
  font-size: clamp(16px, 15.4vw, 60px);
  font-weight: 500;
}

.cta-follow {
  font-family: var(--font-en);
  font-size: var(--font18);
  line-height: 1.5;
  text-align: center;
  border: 3px dotted #efa309;
  margin-bottom: 16px;
  padding-block: 8px;
}

.cta-link {
  font-weight: var(--bold);
  letter-spacing: 0;
}
.cta-link a {
  display: flex;
  column-gap: 8px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, #03983a 82.61%, #79cb9a 95%);
  color: var(--white);
  font-size: var(--font18);
  border: 1px solid #027b2f;
  border-radius: 30px;
  padding: 20px min(10.4vw, 30px) 15px min(7.2vw, 30px);
  box-shadow: 0 2px 4px #00000040;
  position: relative;
  word-break: keep-all;
}
.cta-link a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icons-whatsapp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(4.62vw, 9px);
  margin: auto;
}

.cta-link a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/cta-link.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(4.62vw, 18px);
  margin: auto;
}

.cta-link-r a {
  display: flex;
  column-gap: 8px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, #27acbb 82.61%, #79c1cb 95%);
  color: var(--white);
  font-size: var(--font18);
  font-weight: bold;

  border: 1px solid #1c90a8;
  border-radius: 30px;
  padding: 20px min(10.4vw, 40px) 20px min(5.2vw, 20px);
  box-shadow: 0 2px 4px #00000040;
  position: relative;
  word-break: keep-all;
}
.cta-link-r a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/cta-link-r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(4.62vw, 13px);
  margin: auto;
}
.cta-link-head {
  display: block;
  width: 90%;
  max-width: 200px;
  aspect-ratio: 200 / 33;
  background: url(../img/cta-link-head.png) no-repeat;
  background-size: contain;
  color: var(--white);
  font-size: 14px;
  text-align: center;
  padding-top: 7px;
  margin: 16px auto -11px;
  position: relative;
  z-index: 1;
}
.section-title {
  font-family: var(--font-serif);
  font-size: var(--font28);
  text-align: center;
  margin-bottom: 30px;
}
.section-inner {
  width: 90%;
  max-width: var(--content-inner-width);
  margin: auto;
}
.section-inner-w {
  width: 90%;
  max-width: var(--content-inner-width-w);
  margin: auto;
}

.header {
  height: var(--header-height);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 16px;
}
.header-logo {
  height: 100%;
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-link {
  flex: 1;
}
.header .cta-link a {
  font-size: var(--font16);
}
.fv-head {
  background-color: var(--main);
  color: var(--white);
  font-weight: var(--bold);
  text-align: center;
  margin: auto;
  padding: 14px 5%;
}
.fv-head span {
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid var(--white);
  padding: 4px 13px;
}
.fv-head span + span {
  margin-left: 10px;
}
.fv-head-text {
  max-width: 324px;
  font-size: var(--font24);
  text-align: justify;
  text-align-last: justify;
  line-height: 1;
  margin: 8px auto 0;
}
.fv-main {
  background-color: var(--white);
  font-family: var(--font-serif);
  color: var(--main);
  text-align: center;
  padding-top: 14px;
}
.fv-main-title {
  font-size: var(--font28);
  font-weight: 600;
  line-height: 1.4;
}
.fv-main-title small {
  display: block;
  width: max-content;
  color: var(--text);
  font-size: var(--font20);
  line-height: 1;
  margin: auto;
}
.fv-main-title small::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 314 / 6;
  background: url(../img/fv-line.png) no-repeat;
  background-size: 100%;
  margin-top: 4px;
  margin-bottom: 5px;
}
.fv-main-title small > em {
  font-size: var(--font26);
}
.fv-main-title > em {
  font-size: var(--font32);
}
.fv-main-title > em.bold {
  font-weight: var(--bold);
}
.fv-main-title > strong {
  font-size: clamp(16px, 10vw, 39px);
}
.fv-main-title::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 390 / 336;
  background: url(../img/webp/first-view.webp) no-repeat top center;
  background-size: cover;
  margin-top: 10px;
}
.no-webp .fv-main-title::after {
  background: url(../img/first-view.png) no-repeat top center;
  background-size: cover;
}
.fv-main-bottom {
  position: relative;
  z-index: 1;
}
.fv-main-bottom::after {
  content: "";
  width: 102%;
  height: 100%;
  background-color: #ffffffb2;
  transform: rotate(3deg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1%;
}
.fv-main-bottom .inner {
  width: max-content;
  font-size: var(--font28);
  font-weight: 600;
  margin: auto;
  padding: 14px 0;
  position: relative;
  z-index: 1;
}
.fv-main-bottom em {
  font-size: var(--font34);
}
.fv-main-bottom .sub-text {
  width: max-content;
  background-color: var(--white);
  font-size: 16px;
  line-height: 1.4;
  padding: 0 14px;
  margin: auto;
}
.fv-main-bottom .sub-text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main);
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: -1;
}
.fv-achieved-box {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-top: 15px;
}
.fv-achieved-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: var(--white);
  color: var(--main);
  font-weight: var(--bold);
  line-height: 1.4;
  border-radius: 50%;
  position: relative;
}
.fv-achieved-item::after {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid var(--main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.section-cause .section-title {
  color: var(--white);
  font-size: var(--font24);
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px double var(--text);
  margin-bottom: 20px;
}
.section-cause .section-title-head {
  display: flex;
  justify-content: center;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 10px;
}
.section-cause .section-title-head::before,
.section-cause .section-title-head::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 2);
  height: 1px;
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-cause .section-title-head::before {
  left: 0;
}
.section-cause .section-title-head::after {
  right: 0;
}
.cause-main {
  background: url(../img/cause-bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0 48px;
}
.cause-main .section-inner-w {
  background-color: #8d8c8c99;
  padding: 22px 15px;
}
.cause-item {
  background-color: #d9d9d9;
  letter-spacing: 0;
}
.cause-item + .cause-item {
  margin-top: 16px;
}
.cause-title {
  padding: 15px;
  text-align: center;
  font-size: var(--font18);
  position: relative;
  cursor: pointer;
}
.cause-title::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/cause-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(180deg);
}
.cause-title.active::before {
  transform: rotate(0);
}
.cause-content {
  padding: 15px 30px;
  border-top: 1px dotted var(--text);
  display: none;
}
.cause-bottom {
  height: 278px;
  background: url(../img/cause-bottom.png) no-repeat;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: -6.8%;
  padding-top: 7px;
  position: relative;
}
.cause-bottom-text1 span {
  display: block;
  width: max-content;
  background-color: var(--text);
  font-size: var(--font20);
  line-height: 1;
  letter-spacing: 0;
  margin: auto;
  padding: 8px 10px;
}
.cause-bottom-text1::after {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background: url(../img/arrow-w.png) no-repeat;
  background-size: contain;
  margin: auto;
}
.cause-bottom-text2 {
  font-size: var(--font24);
  letter-spacing: 0;
  text-align: center;
  margin-top: 8px;
}
.cause-bottom-text2 em {
  font-size: var(--font28);
  font-weight: var(--bold);
  border-bottom: 3px double var(--text);
}
.section-refine {
  background-color: var(--white);
  margin-top: -20px;
  padding: 40px 0;
}
.section-refine .section-title {
  font-size: var(--font22);
}
.section-refine .section-title em {
  font-size: var(--font28);
}
.section-refine .section-title em.color {
  font-size: var(--font32);
}
.section-refine .section-title-head {
  display: block;
  width: max-content;
  background-color: var(--main);
  color: var(--white);
  font-size: var(--font20);
  line-height: 1;
  padding: 6px 10px;
  border-radius: 16px;
  margin: auto;
}
.refine-head {
  font-family: var(--font-serif);
  background-color: #f0fdff;
  text-align: center;
  border-radius: 0 40px 0 40px;
  padding: 30px 5px;
  position: relative;
}
.refine-content {
  letter-spacing: 0;
}
.refine-content::before {
  content: "";
  display: block;
  width: 96px;
  height: 18px;
  background: url(../img/triangle.png) no-repeat;
  background-size: contain;
  margin: 40px auto 20px;
}
.refine-head span {
  display: block;
  position: absolute;
  background-color: #aea5a5;
}
.refine-head span:nth-child(odd) {
  width: 1px;
  height: 40px;
}
.refine-head span:nth-child(even) {
  width: 76px;
  height: 1px;
}
.refine-head span:nth-child(1) {
  left: 0;
  top: -10px;
}
.refine-head span:nth-child(2) {
  left: -10px;
  top: 0;
}
.refine-head span:nth-child(3) {
  right: 0;
  bottom: -10px;
}
.refine-head span:nth-child(4) {
  right: -10px;
  bottom: 0;
}
.refine-head1 {
  font-size: var(--font20);
}
.refine-head2 {
  font-size: var(--font22);
}
.refine-img {
  background-color: #f0fdff;
  padding: 20px 23px;
}
.refine-img-text {
  background-color: var(--white);
  font-family: var(--font-serif);
  font-size: var(--font18);
  font-weight: 600;
  padding: 0 12px;
  border: 1px solid var(--main);
  margin-top: 10px;
}
.refine-circle {
  font-family: var(--font-serif);
  aspect-ratio: 380 / 210;
  background: url(../img/refine-circle.png) no-repeat;
  background-size: contain;
  display: grid;
  place-content: center;
  text-align: center;
  margin: 20px -10px;
}
.refine-circle em.color {
  font-size: var(--font32);
}
.refine-bottom {
  text-align: center;
}
.refine-arrow {
  width: 240px;
  height: 87px;
  background: url(../img/refine-arrow.png) no-repeat;
  background-size: contain;
  color: var(--white);
  margin: 20px auto;
  padding-top: 10px;
}
.refine-last-text {
  max-width: 300px;
  font-size: var(--font18);
  line-height: 1;
  margin: auto;
  position: relative;
}
.refine-last-text em {
  display: block;
  background-color: var(--main);
  font-family: var(--font-serif);
  color: var(--white);
  font-size: var(--font32);
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 4px 4px #00000040;
}
/* .refine-last-text::after {
  content: "";
  display: block;
  width: 15px;
  height: 60px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
} */
.section-about {
  background: url(../img/about-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 0 40px;
}
.section-about .section-title {
  font-size: var(--font24);
}
.about-box {
  font-family: var(--font-serif);
  font-size: var(--font28);
  margin-bottom: 20px;
}
.about-item {
  background-color: var(--main);
  color: var(--white);
  border: 6px solid var(--white);
}
.about-item + .about-item {
  margin-top: 50px;
  position: relative;
}
.about-item + .about-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/about-x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
}
.about-text {
  font-size: var(--font24);
}
.about-text em {
  font-weight: var(--bold);
}
.about-text2 {
  border: 1px solid var(--main);
  padding: 6px;
  margin-top: 30px;
  position: relative;
}
.about-text2::before,
.about-text2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.about-text2::before {
  border-top: 40px solid #2ea9b7cc;
  border-right: 40px solid transparent;
  top: -10px;
  left: -10px;
}
.about-text2::after {
  border-bottom: 40px solid #2ea9b7cc;
  border-left: 40px solid transparent;
  bottom: -10px;
  right: -10px;
}
.about-text2 .inner {
  display: block;
  background-color: var(--white);
  padding: 23px 2%;
}

.section-reason {
  background-color: var(--white);
  font-family: var(--font-serif);
  padding: 46px 0 66px;
  border-radius: 0 0 60px 0;
}
.section-reason .section-title {
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.section-reason .section-title::before {
  content: "";
  width: 100vw;
  max-width: var(--content-width);
  height: 1px;
  background-color: var(--main);
  position: absolute;
  left: 0;
  top: 27px;
  z-index: -1;
}
.section-reason .section-title-head {
  display: block;
  width: max-content;
  background-color: var(--main);
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 8px 20px;
  border-radius: 30px;
  margin: 0 auto 16px;
}
.section-reason .section-title-bottom {
  display: block;
  width: max-content;
  font-size: var(--font24);
  margin: 12px auto 0;
  position: relative;
}
.section-reason .section-title-bottom::before,
.section-reason .section-title-bottom::after {
  content: "";
  width: 12px;
  height: 34px;
  position: absolute;
  bottom: 0;
}
.section-reason .section-title-bottom::before {
  background: url(../img/reason-title-l.png) no-repeat;
  background-size: contain;
  left: -32px;
}
.section-reason .section-title-bottom::after {
  background: url(../img/reason-title-r.png) no-repeat;
  background-size: contain;
  right: -32px;
}
.section-reason .section-title-bottom em {
  font-size: clamp(16px, 10.3vw, 40px);
}
.reason-box {
  width: 90%;
  max-width: var(--content-inner-width);
  margin: auto;
}
.reason-item {
  margin-top: 40px;
}
.reason-title {
  color: var(--main);
  font-size: var(--font22);
  margin-bottom: 16px;
}
.reason-title-no {
  display: block;
  width: max-content;
  font-family: var(--font-en);
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
}
.noline {
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--main);
}
.reason-title-no em {
  font-size: var(--font20);
}
.reason-title-text {
  width: 90%;
  max-width: var(--content-inner-width);
  margin: auto;
}
.reason-content::before {
  content: "";
  display: block;
  aspect-ratio: 330 / 200;
  margin-bottom: 14px;
}
.reason-item:nth-child(4) .reason-title {
  word-break: keep-all;
}
.reason-item:nth-child(1) .reason-content {
  background: url(../img/reason01.jpg) no-repeat;
  background-size: contain;
}
.reason-item:nth-child(2) .reason-content {
  background: url(../img/reason02.jpg) no-repeat;
  background-size: contain;
}
.reason-item:nth-child(3) .reason-content {
  background: url(../img/reason03.jpg) no-repeat;
  background-size: contain;
}
.reason-item:nth-child(4) .reason-content {
  background: url(../img/reason04.jpg) no-repeat;
  background-size: contain;
}
.reason-item:nth-child(5) .reason-content {
  background: url(../img/reason05.jpg) no-repeat;
  background-size: contain;
}
.reason-item:nth-child(6) .reason-content {
  background: url(../img/reason06.jpg) no-repeat;
  background-size: contain;
}

.section-how {
  background-color: var(--white);
  padding: 16px 0 50px;
}
.section-how .section-title {
  width: max-content;
  background-color: var(--bg);
  font-size: var(--font20);
  line-height: 1.6;
  padding: 12px 42px;
  margin: 0 auto 12px;
}
.section-how .section-title em {
  display: inline-block;
  background-color: var(--main);
  color: var(--white);
  padding: 0 6px;
}
.how-text {
  text-align: center;
  font-family: var(--font-serif);
  margin-bottom: 48px;
}
.how-text em {
  display: inline-block;
  font-size: var(--font22);
  margin: 6px 0;
}
.how-item {
  border: 2px solid var(--main);
  padding: 0 13px 19px;
  margin: 0 -2px;
}
.how-item + .how-item {
  margin-top: 90px;
  position: relative;
}
.how-item + .how-item::before {
  content: "";
  display: block;
  width: 96px;
  height: 18px;
  background: url(../img/triangle.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -62px;
  margin: auto;
}
.how-title {
  width: 260px;
  background-color: var(--main);
  font-family: var(--font-serif);
  color: var(--white);
  font-size: var(--font20);
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin: -20px auto 17px;
}
.how-item1 {
  font-family: var(--font-serif);
}
.how-item1 .how-img {
  margin-bottom: 20px;
}
.how-item2 {
  text-align: center;
}
.how-item2 .how-img {
  margin-top: 12px;
}
.how-visit {
  padding-top: 16px;
}
.how-visit-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-weight: var(--bold);
  margin-bottom: 12px;
}
.how-visit-head li {
  line-height: 1;
  padding: 8px 0;
  position: relative;
  margin-left: -4px;
  margin-right: 4px;
}
.how-visit-head li:first-child {
  margin-left: 0;
}
.how-visit-head li::after {
  content: "";
  border-style: solid;
  border-width: 16px 0 16px 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.how-visit-head li:nth-child(1) {
  background-color: #d0e3ea;
}
.how-visit-head li:nth-child(2) {
  background-color: #b6ddeb;
}
.how-visit-head li:nth-child(3) {
  background-color: #6dbec7;
  color: #fff;
}
.how-visit-head li:nth-child(1)::after {
  border-left-color: #d0e3ea;
}
.how-visit-head li:nth-child(2)::after {
  border-left-color: #b6ddeb;
}
.how-visit-head li:nth-child(3)::after {
  border-left-color: #6dbec7;
}
.how-visit-content {
  border-collapse: collapse;
  line-height: 1.4;
  border: 1px solid #959393;
}
.how-visit-content tr:nth-child(1) {
  text-align: left;
}
.how-visit-content td {
  vertical-align: top;
  width: calc(100% / 3);
  font-size: 12px;
  border: 1px solid #959393;
  padding: 6px 8px;
}
.how-visit-content em {
  font-size: 16px;
  font-weight: var(--bold);
}
.how-visit-content small {
  display: block;
  font-size: 10px;
}

.section-voice {
  background: url(../img/voice-bg.png) no-repeat;
  background-size: 100%;
  padding: 24px 0 30px;
  margin-top: -24px;
}
.section-voice .section-title {
  line-height: 1;
  margin-bottom: 20px;
}
.section-voice .section-title::before {
  content: attr(data-en);
  display: block;
  color: #aea5a5;
  font-size: 15px;
  margin-bottom: 10px;
}

.section-flow {
  background-color: var(--white);
  padding: 40px 0 17px;
}
.section-flow .section-title {
  line-height: 1;
}
.flow-box {
  font-family: var(--font-serif);
}
.flow-item {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  font-size: var(--font18);
  border-bottom: 1px solid var(--main);
  padding-bottom: 23px;
  position: relative;
}
.flow-item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid var(--main);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow-item:last-of-type {
  border: none;
}
.flow-item:last-of-type::after {
  content: none;
}
.flow-item + .flow-item {
  margin-top: 23px;
}
.flow-no {
  width: 90px;
  background: var(--main);
  color: var(--gray);
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  padding: 4px;
}
.flow-no span {
  font-size: 14px;
}
.flow-content {
  line-height: 26px;
}
.flow-content .cta-link {
  font-family: var(--font-sans-serif);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.flow-content .cta-link-head {
  display: block;
  width: 128px;
  height: 23px;
  background-size: contain;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  margin: 15px auto -10px;
  position: relative;
  z-index: 1;
}
.flow-content .cta-link a {
  display: block;
  width: 210px;
  height: max-content;
  font-size: 12px;
  padding: 11px 15px;
  border-radius: 19px;
  box-shadow: 0 2px 2px #00000040;
  margin-bottom: -3px;
  position: relative;
}
.flow-content .cta-link a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/icons-whatsapp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}

.flow-content .cta-link a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/reserve-link.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

.section-access {
  background-color: var(--white);
  padding: 40px 0;
  border-radius: 0 0 60px 0;
}
.section-access .section-title {
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
}
.access-item {
  display: flex;
  font-family: var(--font-serif);
  margin-top: 16px;
}
.access-title {
  width: 120px;
}
.access-content {
  flex-grow: 1;
}
.section-Profile {
  background-color: var(--white);
  padding-block: 40px;
  margin-top: 40px;
}
.section-Profile .section-title {
  line-height: 1;
  margin-bottom: 30px;
}
.section-Profile .section-title::before {
  content: attr(data-en);
  display: block;
  color: #aea5a5;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.section-title-wrapper {
  background-color: #d0e3ea;
  height: 150px;
  padding-top: 16px;
}
.profile-main {
  display: flex;
  margin-top: -50px;
}
.profile-img {
  width: 175px;
  aspect-ratio: 175 / 230;
  object-fit: cover;
  flex-shrink: 0;
}
.profile-wrapper {
  flex: 1;
}
.name-jp {
  font-family: var(--font-serif);
  font-size: var(--font20);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 6px;
}
.name-en {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}
.profile-wrapper-bottom {
  padding-inline: 10px;
}
.qa-title {
  font-size: 14px;
  border-top: 1px solid #d0e3ea;
  border-bottom: 1px solid #d0e3ea;
  padding-block: 4px;
  margin-block: 15px 10px;
  text-align: center;
}
.qa-list {
  font-size: 10px;
}
.profile-detail {
  display: none;
}
.profile-detail-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.underline-deco {
  position: absolute;
  width: 100%;
  max-width: var(--content-width);
  height: 4px;
  background-color: #d0e3ea;
}
.profile-detail.is-open {
  display: block;
}
.profile-detail p {
  font-size: 14px;
  line-height: 1.6;
}

.profile-detail__text:not(:first-child) {
  margin-top: 16px;
}

.profile-detail__text {
  position: relative;
  padding-left: 16px;
}

.profile-detail__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon.png);
  background-size: cover;
  width: 10px;
  height: 16px;
}

.profile-toggle {
  display: flex;
  justify-content: center;
  height: 40px;
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  background: #d0e3ea;
  color: #444;
  border: none;
  align-items: center;
  margin: 30px auto 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
}
.profile-toggle.is-open .toggle-icon {
  transform: rotate(-180deg);
}
.toggle-icon {
  padding-left: 15px;
}

.section-faq {
  background-color: var(--white);
  padding: 40px 0;
}
.section-faq .section-title {
  font-family: var(--font-en);
  color: rgba(217, 217, 217, 0.3);
  font-size: clamp(16px, 15.4vw, 60px);
  line-height: 1;
  position: relative;
}
.section-faq .section-title::before {
  content: attr(data-text);
  width: max-content;
  font-family: var(--font-serif);
  color: var(--main);
  font-size: var(--font28);
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.faq-item {
  letter-spacing: 0;
}
.faq-item + .faq-item {
  margin-top: 20px;
}
.faq-q {
  font-size: var(--font18);
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid var(--bg);
  position: relative;
}
.faq-q::before {
  content: "Q.";
  font-family: var(--font-en);
  color: var(--main);
  position: absolute;
  top: 10px;
  left: 0;
}
.faq-a {
  padding: 10px 0 10px 45px;
  position: relative;
}
.faq-a::before {
  content: "A.";
  font-family: var(--font-en);
  color: var(--sub);
  position: absolute;
  top: 10px;
  left: 0;
}

.cancel-policy {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: var(--text);
  background-color: var(--white);
  padding-bottom: 190px;
}
.cancer-policy__inner {
  width: var(--content-inner-width);
  margin-inline: auto;
  border-top: 1px solid #d9d9d9;
}
.cancer-item__list {
  list-style: disc;
  list-style-position: inside;
}
.cancel-policy__text {
  padding-top: 10px;
}

.footer-cta {
  background-color: var(--bg);
  width: var(--content-width);
  max-width: 100%;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
  z-index: 10;
}
.footer-cta-head {
  display: inline-block;
  width: 100%;
  background: #efa309;
  text-align: center;
  color: #fff;
}
.footer-cta-link {
  display: flex;
  position: relative;
}

.cta-link-btn {
  width: calc(100% / 2);
  text-align: center;
  padding-block: 24px;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0em;
}
.cta-whatsapp {
  font-size: clamp(0.75rem, 0.179rem + 2.857vw, 0.875rem);
  background-color: #03983a;
  position: relative;
}
.cta-whatsapp::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icons-whatsapp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.cta-whatsapp::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/cta-link.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.cta-online {
  font-size: clamp(0.875rem, 0.304rem + 2.857vw, 1rem);
  background-color: #2ea9b7;
}
.cta-online::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/cta-link-r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.footer-cta.view {
  bottom: 0;
  transition: all 0.5s ease;
}
