@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #1A1A1A;
  --rgb_txt: 26 26 26;
  --clr_green_dark: #00674E;
  --rgb_green_dark: 0 103 78;
  --clr_green_dark2: #437E70;
  --rgb_green_dark2: 67 126 112;
  --clr_green_dark3: #008D6B;
  --rgb_green_dark3: 0 141 107;
  --clr_green_dark4: #10AE75;
  --rgb_green_dark4: 16 174 117;
  --clr_green_dark5: #0EA788;
  --rgb_green_dark5: 14 167 136;
  --clr_green_dark6: #509B6C;
  --rgb_green_dark6: 80 155 108;
  --clr_green_dark7: #42AC4A;
  --rgb_green_dark7: 66 172 74;
  --clr_green_dark8: #43c850;
  --rgb_green_dark8: 67 200 80;
  --clr_green_dark9: #229577;
  --rgb_green_dark9: 34 149 119;
  --clr_green_dark10: #30AF6B;
  --rgb_green_dark10: 48 175 107;
  --clr_green: #349773;
  --rgb_green: 52 151 115;
  --clr_green_light: #36B772;
  --rgb_green_light: 54 183 114;
  --clr_green_light2: #44AF88;
  --rgb_green_light2: 68 175 136;
  --clr_green_light3: #62BE6C;
  --rgb_green_light3: 98 190 108;
  --clr_green_light4: #64AC8A;
  --rgb_green_light4: 100 172 138;
  --clr_green_light5: #70C77B;
  --rgb_green_light5: 112 199 123;
  --clr_green_light6: #C8E9D4;
  --rgb_green_light6: 200 233 212;
  --clr_green_light7: #92D1AC;
  --rgb_green_light7: 146 209 172;
  --clr_green_light8: #BCD9D2;
  --rgb_green_light8: 188 217 210;
  --clr_green_light9: #61ad90;
  --rgb_green_light9: 97 173 144;
  --clr_blue_dark: #005E8E;
  --rgb_blue_dark: 0 94 142;
  --clr_blue_dark2: #018AD1;
  --rgb_blue_dark2: 1 138 209;
  --clr_blue: #2979A2;
  --rgb_blue: 41 121 162;
  --clr_blue_light: #239CBC;
  --rgb_blue_light: 35 156 188;
  --clr_blue_light2: #289FCB;
  --rgb_blue_light2: 40 159 203;
  --clr_blue_light3: #A7DCEF;
  --rgb_blue_light3: 167 220 239;
  --clr_blue_light4: #B6DAE3;
  --rgb_blue_light4: 182 218 227;
  --clr_blue_light5: #79BADC;
  --rgb_blue_light5: 121 186 220;
  --clr_blue_light6: #4EA4D1;
  --rgb_blue_light6: 78 164 209;
  --clr_blue_light7: #38B6D6;
  --rgb_blue_light7: 56 182 214;
  --clr_brown_dark: #6E5000;
  --rgb_brown_dark: 110 80 0;
  --clr_brown: #8B6606;
  --rgb_brown: 139 102 6;
  --clr_brown_light: #DCB95F;
  --rgb_brown_light: 220 185 95;
  --clr_brown_light2: #D9BF7B;
  --rgb_brown_light2: 217 191 123;
  --clr_brown_light3: #D9D0B6;
  --rgb_brown_light3: 217 208 182;
  --clr_gray_dark: #676767;
  --rgb_gray_dark: 103 103 103;
  --clr_gray: #B7B7B7;
  --rgb_gray: 183 183 183;
  --clr_gray_light: #EBEBEB;
  --rgb_gray_light: 235 235 235;
  --clr_gray_light2: #F2F2F2;
  --rgb_gray_light2: 242 242 242;
  --clr_yellow: #FFFCB2;
  --rgb_yellow: 255 252 178;
  --clr_red: #a85147;
  --rgb_red: 168 81 71;
  --breakpoint: 576px;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

.mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

.txt_red {
  color: var(--clr_red);
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto 2rem;
}

img.tate {
  max-width: 60%;
}

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 36em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem clamp(2rem, -1.6923rem + 6.41vw, 6rem);
  }
  img.tate {
    max-width: 25% !important;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 36em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt50 {
  margin-top: 5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

@media screen and (min-width: 36em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--clr_blue_light2);
  font-size: 1rem;
  margin: 1em 0;
}
.tbl_basic tr th {
  border: 1px solid var(--clr_blue_light2);
  padding: 0.8rem 0.4rem;
  text-align: left;
  vertical-align: top;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_blue_light3);
  color: var(--clr_blue_dark);
  border-bottom: 1px solid var(--clr_blue_light3);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_blue_light2);
  vertical-align: top;
}
.tbl_basic.green {
  border: 1px solid var(--clr_green_dark3);
}
.tbl_basic.green tr th {
  border: 1px solid var(--clr_green_dark3);
}
.tbl_basic.green tr th[scope=col] {
  background: var(--clr_green_light6);
  color: var(--clr_green_dark);
  border-bottom: 1px solid var(--clr_green_light6);
}
.tbl_basic.green tr td {
  border: 1px solid var(--clr_green_dark3);
}

@media screen and (min-width: 36em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1.2rem clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .tbl_basic tr td {
    padding: 1.2rem clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
}
.gmap {
  width: 100%;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.5em;
}
.lst_ul > li::before {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--clr_brown_light);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1em;
  line-height: 1;
  color: var(--clr_green_dark3);
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e807";
  font-size: 78%;
  padding: 0 0 0.1em;
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_green_light6)/0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 1rem;
}
@media screen and (min-width: 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../../images/logo.png) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR .tel_style {
  display: none;
}

@media screen and (min-width: 36em), print {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 1rem;
    transition: 0.5s;
  }
  .header.change_color {
    background: rgba(255, 255, 255, 0.9);
  }
  .header > .wrap {
    max-width: 118rem;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header > .wrap .logo {
    max-width: 35.1rem;
    width: 30%;
    min-width: 25rem;
    height: auto;
    aspect-ratio: 351/77;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 70%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(1rem, -0.3846rem + 2.404vw, 2.5rem);
  }
  .header > .wrap .headR .tel_style {
    display: inline-flex;
    font-size: clamp(2rem, 0.8923rem + 1.923vw, 3.2rem);
  }
  .header {
    container: tab/inline-size;
  }
  @container tab (width < 1100px) {
    .header .wrap {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      padding: 0;
    }
    .header .wrap .headR {
      width: 100%;
      justify-content: center;
    }
    .header .wrap .headR #nav .gnav_subnav .gnav > li .subbox {
      top: 12rem;
    }
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_green);
  padding: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#nav #sp_menu::after {
  content: "MENU";
  font-size: 1rem;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 20%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 35%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  transform-origin: left;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
  transform-origin: left;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > .sub::before {
  content: "▾";
  color: var(--clr_green_dark3);
}
#nav .gnav_subnav .gnav > li.support .subbox > .subnav li a {
  background: linear-gradient(to right, var(--clr_green) 12%, var(--clr_green_dark10) 88%);
}
#nav .gnav_subnav .gnav > li.drip .subbox > .subnav li a {
  background: linear-gradient(to right, var(--clr_blue_light6) 12%, var(--clr_blue_light7) 88%);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  height: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  content: "▾";
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgb(var(--rgb_green)/0.1);
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: relative;
    z-index: 100;
    transition: 0.8s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.3rem, 0.8385rem + 0.801vw, 1.8rem);
    margin: 0;
    padding: 0 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_green_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    position: fixed;
    top: 9.7rem;
    left: 0;
    right: 0;
    width: min(98rem, 100% - 2rem);
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 33.3333333333%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: clamp(1rem, 0.7231rem + 0.481vw, 1.3rem);
    font-size: clamp(1.2rem, 0.6462rem + 0.962vw, 1.8rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 30rem;
  overflow: hidden;
}
.keyvsl #keyvsl img {
  height: 30rem !important;
  object-fit: cover;
  object-position: 65%;
  margin: auto;
}
.keyvsl > .wrap {
  background: #fff;
  padding: 1rem;
}
.keyvsl > .wrap .catch {
  width: fit-content;
  margin: auto;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.85;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.keyvsl > .wrap .catch span {
  background: linear-gradient(to right, var(--clr_green), var(--clr_blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 122.5%;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 36em), print {
  .keyvsl {
    background: #fff;
  }
  .keyvsl #keyvsl {
    height: clamp(40rem, 8.8923rem + 54.006vw, 73.7rem);
  }
  .keyvsl #keyvsl img {
    height: clamp(40rem, 8.8923rem + 54.006vw, 73.7rem) !important;
    object-position: center;
  }
  .keyvsl > .wrap {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    width: min(120rem, 100% - 2rem);
    background: none;
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    width: 100%;
  }
}
.section1 {
  padding: 4rem 2rem 25rem;
  background: linear-gradient(to top, transparent 20rem, #fff 30rem);
}
.section1 .parallax {
  position: fixed;
  inset: 0;
  background: url(../img/section1_parallax.jpg) no-repeat center/cover;
  z-index: -1;
}
.section1 .txt_img_wrap {
  position: relative;
}
.section1 .txt_img_wrap::before {
  content: "";
  width: 100%;
  aspect-ratio: 585/363;
  background: url(../img/section1_01.jpg) no-repeat center/cover;
  display: block;
  margin: 0 0 1rem;
}
.section1 .txt_img_wrap p {
  letter-spacing: 0.06em;
  line-height: 1.875;
}
.section1 .txt_img_wrap p.lead {
  font-size: 2.8rem;
  color: var(--clr_green_dark3);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin: 0 0 0.2em;
}
.section1 .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 0;
}
.section1 .btn_wrap li a {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 1.5rem 3rem 1.8rem;
}
.section1 .btn_wrap li a::after {
  font-family: "fontello";
  content: "\e808";
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 85%;
  padding: 0.1em 0 0;
}
.section1 .btn_wrap li a.btn_green {
  background: url(../img/btn_green.svg) no-repeat center/contain;
}
.section1 .btn_wrap li a.btn_green::after {
  background: var(--clr_green_dark3);
}
.section1 .btn_wrap li a.btn_blue {
  background: url(../img/btn_blue.svg) no-repeat center/contain;
}
.section1 .btn_wrap li a.btn_blue::after {
  background: var(--clr_blue_light);
}

@media screen and (min-width: 36em), print {
  .section1 {
    padding: clamp(5rem, 1.7692rem + 5.609vw, 8.5rem) 1rem clamp(30.6rem, 17.6769rem + 22.436vw, 44.6rem);
    background: linear-gradient(to top, transparent clamp(22rem, 9.0769rem + 22.436vw, 36rem), rgba(255, 255, 255, 0.8) clamp(35rem, 22.0769rem + 22.436vw, 49rem), #fff clamp(50rem, 37.0769rem + 22.436vw, 64rem));
  }
  .section1 .txt_img_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 118rem;
    margin: 0 auto clamp(4rem, -0.6154rem + 8.013vw, 9rem);
  }
  .section1 .txt_img_wrap::before {
    width: 49.5%;
    margin: 0;
  }
  .section1 .txt_img_wrap p.lead {
    font-size: clamp(3.2rem, 1.9077rem + 2.244vw, 4.6rem);
  }
  .section1 .btn_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(2rem, -1.7846rem + 6.571vw, 6.1rem);
  }
  .section1 .btn_wrap li {
    flex: 1;
    max-width: 41.74rem;
    min-width: 33rem;
  }
  .section1 .btn_wrap li a {
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
    padding: 1.7rem 3rem 2.1rem;
  }
  .section1 .btn_wrap li a:hover {
    opacity: 1;
    filter: brightness(110%);
  }
  .section1 {
    container: tab/inline-size;
  }
  @container tab (width < 860px) {
    .section1 .txt_img_wrap {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .section1 .txt_img_wrap::before {
      min-width: 40rem;
    }
  }
}
.section2 {
  padding: 4rem 0;
  background: #fff;
  overflow-x: clip;
  scroll-margin-top: -3rem;
}
.section2 h2.tit {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0 0 1.5em;
  padding: 0 1rem;
  font-size: 1.6rem;
}
.section2 h2.tit::before {
  content: attr(data-txt);
  font-size: 2.4rem;
  white-space: nowrap;
  color: var(--clr_gray_light);
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  line-height: 1;
}
.section2 h2.tit span {
  color: var(--clr_green_dark3);
  font-size: 140%;
}
.section2 .point_lst {
  counter-reset: number 0;
  padding: 0 2rem;
}
.section2 .point_lst li {
  margin: 0 0 4rem;
}
.section2 .point_lst li::before {
  content: "";
  width: 100%;
  aspect-ratio: 568/372;
  display: block;
  margin: 0 0 1.5rem;
}
.section2 .point_lst li.point1::before {
  background: url(../img/section2_point1.jpg) no-repeat center/cover;
}
.section2 .point_lst li.point2::before {
  background: url(../img/section2_point2.jpg) no-repeat center/cover;
}
.section2 .point_lst li.point3::before {
  background: url(../img/section2_point3.jpg) no-repeat center/cover;
}
.section2 .point_lst li.point4::before {
  background: url(../img/section2_point4.jpg) no-repeat center/cover;
}
.section2 .point_lst li.point5::before {
  background: url(../img/section2_point5.jpg) no-repeat center/cover;
}
.section2 .point_lst li .num {
  color: var(--clr_gray);
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7rem;
  margin: 0 0 1rem;
}
.section2 .point_lst li .num::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 250%;
  font-family: "Bellefair", serif;
  font-weight: 400;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clr_brown_light3);
  z-index: -1;
}
.section2 .point_lst li .num::after {
  content: "";
  height: 1px;
  width: 50%;
  flex: 1;
  background: var(--clr_gray);
}
.section2 .point_lst li h3.tit {
  color: var(--clr_green_dark2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.467;
  margin: 0 0 0.5em;
  font-size: 1.7rem;
}
.section2 .point_lst li p {
  line-height: 1.813;
}
.section2 .point_lst li p span {
  color: var(--clr_green_dark2);
  font-weight: 700;
}
.section2 .point_summary {
  position: relative;
  background: url(../img/section2_point_summary_bg.jpg) no-repeat center bottom/auto calc(100% - 20rem);
}
.section2 .point_summary::before {
  content: "Health And Longevity Support Doc";
  color: var(--clr_green_light6);
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 2.4rem;
  display: block;
  margin: 0 0 22rem;
  padding: 0 1rem;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.section2 .point_summary::after {
  content: "";
  width: 90%;
  aspect-ratio: 537/346;
  background: url(../img/section2_point_summary.jpg) no-repeat center/cover;
  position: absolute;
  top: 1.8rem;
  right: 0;
}
.section2 .point_summary p {
  padding: 0 1rem 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.11;
}

@media screen and (min-width: 36em), print {
  .section2 {
    padding: clamp(5rem, -0.5385rem + 9.615vw, 11rem) 0 0;
    background: #fff url(../img/section2_bk.png) no-repeat top 9rem left calc(50% + 82rem)/clamp(28rem, 17.5692rem + 18.109vw, 39.3rem) auto;
    scroll-margin-top: 0;
  }
  .section2 h2.tit {
    font-size: clamp(2.1rem, 1.2692rem + 1.442vw, 3rem);
    width: min(118rem, 100% - 2rem);
    margin: 0 auto 2em;
    padding: 0;
    position: relative;
  }
  .section2 h2.tit::before {
    font-size: 266.6%;
    margin: 0 0 0.1em;
  }
  .section2 h2.tit::after {
    content: "";
    width: 39.7rem;
    height: 2px;
    background: var(--clr_green_dark3);
    position: absolute;
    left: -42rem;
    bottom: 0.8em;
  }
  .section2 .point_lst {
    width: min(118rem, 100% - 2rem);
    margin: auto;
    padding: 0;
  }
  .section2 .point_lst li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
    margin: 0 0 clamp(4rem, 1.0462rem + 5.128vw, 7.2rem);
  }
  .section2 .point_lst li::before {
    width: 48.1%;
    margin: 0;
  }
  .section2 .point_lst li > div {
    flex: 1;
  }
  .section2 .point_lst li .num {
    font-size: clamp(2.8rem, 1.6923rem + 1.923vw, 4rem);
    gap: clamp(8rem, 5.6923rem + 4.006vw, 10.5rem);
    margin: 0 0 2rem;
  }
  .section2 .point_lst li .num::before {
    left: 9%;
  }
  .section2 .point_lst li h3.tit {
    font-size: clamp(2.1rem, 1.2692rem + 1.442vw, 3rem);
  }
  .section2 .point_lst li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section2 {
    container: tab/inline-size;
  }
  @container tab (width < 850px) {
    .section2 .point_lst li, .section2 .point_lst li:nth-child(2n) {
      flex-direction: column;
    }
    .section2 .point_lst li::before, .section2 .point_lst li:nth-child(2n)::before {
      min-width: 40rem;
    }
    .section2 .point_lst li > div, .section2 .point_lst li:nth-child(2n) > div {
      max-width: 40rem;
      width: 100%;
    }
  }
  .section2 .point_summary {
    background-size: auto calc(100% - clamp(9rem, 7.6154rem + 2.404vw, 10.5rem));
    padding: 4rem 0 0;
    margin-top: clamp(5rem, -2.3846rem + 12.821vw, 13rem);
  }
  .section2 .point_summary::before {
    font-size: clamp(6rem, 4.1538rem + 3.205vw, 8rem);
    margin: 0 auto 0.6em;
    padding: 0;
    max-width: 118rem;
    white-space: nowrap;
  }
  .section2 .point_summary::after {
    width: 53.7rem;
    top: 0;
    right: calc(50% - clamp(86rem, 76.3077rem + 16.827vw, 96.5rem));
  }
  .section2 .point_summary p {
    width: min(118rem, 100% - 2rem);
    padding: 0 0 clamp(8rem, 2.9231rem + 8.814vw, 13.5rem) 0;
    margin: auto;
    font-size: clamp(1.6rem, 0.6769rem + 1.603vw, 2.6rem);
  }
}
.section2_flow {
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}
.section2_flow::before {
  content: "";
  width: 90%;
  aspect-ratio: 812/418;
  position: absolute;
  top: 3rem;
  left: 0;
  background: url(../img/section2_flow.jpg) no-repeat center/cover;
  z-index: -1;
}
.section2_flow h3.tit {
  min-height: 5rem;
  padding: 0 0 1rem 0.5em;
  margin: 0 0 16rem;
  background: url(../img/section2_flow_tit03.svg) no-repeat center right/auto 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.section2_flow h3.tit > span {
  position: relative;
  padding: 0 0 0 1em;
}
.section2_flow h3.tit > span::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 62.5%;
}
.section2_flow h3.tit .txt_large {
  font-size: 131.25%;
}
.section2_flow > p {
  padding: 0 1rem;
  font-size: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.section2_flow > p > span {
  color: var(--clr_green_dark);
  font-weight: 600;
}
.section2_flow .flow_lst {
  padding: 4rem 1rem;
}
.section2_flow .flow_lst > li {
  border-top: 1px solid var(--clr_green_light7);
  border-left: 1px solid var(--clr_green_light7);
  padding: 2rem 0 0 1rem;
  margin: 0 0 4rem;
  border-radius: 2rem 0 0 0;
}
@media screen and (min-width: 36em), print {
  .section2_flow .flow_lst > li {
    border-radius: 4rem 0 0 0;
  }
}
.section2_flow .flow_lst > li {
  background: url(../img/section2_flow_bg.svg) no-repeat right 1rem top 7rem/60% auto;
}
.section2_flow .flow_lst > li::after {
  content: "";
  width: 100%;
  aspect-ratio: 552/302;
  display: block;
  margin: 2rem 0 0;
}
.section2_flow .flow_lst > li.flow1::after {
  background: url(../img/section2_flow1.jpg) no-repeat center/cover;
}
.section2_flow .flow_lst > li.flow2::after {
  background: url(../img/section2_flow2.jpg) no-repeat center/cover;
}
.section2_flow .flow_lst > li.flow3::after {
  background: url(../img/section2_flow3.jpg) no-repeat center/cover;
}
.section2_flow .flow_lst > li h4.tit {
  color: var(--clr_green_dark3);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.034em;
  line-height: 1.4;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
  padding: 0.2em 0 0.2em 2.3em;
  background: url(../img/section2_flow_tit04.svg) no-repeat left top/1.8em auto;
}
.section2_flow .flow_lst > li .lst_ul > li {
  color: var(--clr_brown_dark);
}
.section2_flow .flow_lst > li .lst_ul.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.section2_flow .flow_lst > li .lst_ul.flex > li {
  min-width: 34%;
}
.section2_flow .flow_lst > li p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section2_flow .flow_lst > li p.mincho {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.section2_flow .flow_lst > li p.mincho span {
  font-weight: 600;
  font-size: 111%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 36em), print {
  .section2_flow {
    margin-top: calc(-1 * clamp(3rem, -0.4154rem + 5.929vw, 6.7rem));
  }
  .section2_flow::before {
    width: clamp(60rem, 40.4308rem + 33.974vw, 81.2rem);
    top: 6rem;
    left: calc(50% - clamp(85rem, 71.1538rem + 24.038vw, 100rem));
  }
  .section2_flow h3.tit {
    width: min(200rem, 100%);
    min-height: clamp(8rem, 4.2154rem + 6.571vw, 12.1rem);
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
    padding: 0 0 0.6em 1rem;
    margin: 0 auto clamp(2rem, -1.6923rem + 6.41vw, 6rem);
    justify-content: center;
    background-position: center left calc(50% - clamp(13rem, -11.5538rem + 42.628vw, 39.6rem));
  }
  .section2_flow h3.tit > span {
    width: min(119.8rem, 100%);
  }
  .section2_flow > p {
    width: min(118rem, 100% - 2rem);
    padding: 0 0 0 clamp(1%, -11% + calc(2.083% * 1vw / 1px), 14%);
    margin: 0 auto clamp(2rem, -2.6154rem + 8.013vw, 7rem);
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
  }
  .section2_flow .flow_lst {
    padding: clamp(4rem, 2.1538rem + 3.205vw, 6rem) 0;
    margin: auto;
    width: min(118rem, 100% - 2rem);
  }
  .section2_flow .flow_lst > li {
    display: flex;
    align-items: flex-start;
    gap: clamp(2rem, -1.6923rem + 6.41vw, 6rem);
    padding: clamp(3rem, 2.0769rem + 1.603vw, 4rem) 0 0 clamp(3rem, 0.2308rem + 4.808vw, 6rem);
    background-size: clamp(16.5rem, 7.2692rem + 16.026vw, 26.5rem) auto;
    background-position: left calc(50% - 14.4rem) top 7rem;
  }
  .section2_flow .flow_lst > li::after {
    width: 49%;
    margin: 0;
  }
  .section2_flow .flow_lst > li > div {
    flex: 1;
  }
  .section2_flow .flow_lst > li > div h4.tit {
    font-size: clamp(2.2rem, 1.8308rem + 0.641vw, 2.6rem);
  }
  .section2_flow .flow_lst > li > div p.mincho {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
    max-width: 48rem;
  }
  .section2_flow {
    container: tab/inline-size;
  }
  @container tab (width < 950px) {
    .section2_flow .flow_lst {
      max-width: 56rem;
    }
    .section2_flow .flow_lst > li {
      flex-direction: column;
      background-position: right 2rem top 7rem;
    }
    .section2_flow .flow_lst > li::after {
      width: 100%;
    }
    .section2_flow .flow_lst > li > div {
      width: 100%;
    }
  }
}
.section2_course {
  background: url(../img/section2_course_bg.jpg) no-repeat center top 2rem/150% auto;
}
.section2_course h3.tit {
  min-height: 5rem;
  width: 70%;
  padding: 0 0 1rem 0.5em;
  margin: 0 0 1em;
  background: url(../img/section2_course_tit03.svg) no-repeat center right/auto 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--clr_green_dark3);
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.section2_course .lead_txt {
  padding: 0 1rem;
  letter-spacing: 0.07em;
}
.section2_course .lead_txt .mincho {
  font-size: 112.5%;
}
.section2_course .lead_txt .mincho span {
  color: var(--clr_green_dark2);
  font-weight: 600;
}
.section2_course .course {
  margin: 4rem 0 0;
  padding: 1rem;
}
.section2_course .course .tit_wrap {
  width: calc(100% - 1rem);
  padding: 2rem;
  margin: 0 0 2em;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.section2_course .course .tit_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
  mix-blend-mode: multiply;
}
.section2_course .course .tit_wrap::after {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 4rem;
  position: absolute;
  right: 1rem;
  bottom: calc(100% - 1.9rem);
  line-height: 1;
}
.section2_course .course .tit_wrap h4.tit {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  line-height: 1.4;
  margin: 0 0 0.2em;
  letter-spacing: 0.05em;
}
.section2_course .course .tit_wrap h4.tit::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 0.7em;
}
.section2_course .course .tit_wrap h4.tit span {
  font-size: 68.7%;
  letter-spacing: 0.05em;
}
.section2_course .course .tit_wrap p {
  letter-spacing: 0.08em;
  line-height: 1.55;
}
.section2_course .course.light .tit_wrap {
  background: linear-gradient(to right, rgb(var(--rgb_green_light2)/0.51) 12%, rgb(var(--rgb_green_light)/0.51) 88%);
}
.section2_course .course.light .tit_wrap::before {
  background: linear-gradient(to right, rgb(var(--rgb_green_light2)/0.51) 12%, rgb(var(--rgb_green_light)/0.51) 88%);
}
.section2_course .course.light .tit_wrap::after {
  content: "Light course";
  color: var(--clr_green_dark6);
}
.section2_course .course.standard .tit_wrap {
  background: linear-gradient(to right, rgb(var(--rgb_green_light5)/0.61) 12%, rgb(var(--rgb_green_light3)/0.61) 88%);
}
.section2_course .course.standard .tit_wrap::before {
  background: linear-gradient(to right, rgb(var(--rgb_green_light5)/0.61) 12%, rgb(var(--rgb_green_light3)/0.61) 88%);
}
.section2_course .course.standard .tit_wrap::after {
  content: "Standard Course";
  color: var(--clr_green_dark7);
}
.section2_course .course.premium .tit_wrap {
  background: linear-gradient(to right, rgb(var(--rgb_green_dark4)/0.68) 12%, rgb(var(--rgb_green_dark5)/0.68) 88%);
}
.section2_course .course.premium .tit_wrap::before {
  background: linear-gradient(to right, rgb(var(--rgb_green_dark4)/0.68) 12%, rgb(var(--rgb_green_dark5)/0.68) 88%);
}
.section2_course .course.premium .tit_wrap::after {
  content: "Premium Course";
  color: var(--clr_green_dark3);
}
.section2_course .course .lst_wrap {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section2_course .course .lst_wrap > div h5.tit {
  color: var(--clr_green_dark);
  font-weight: normal;
  letter-spacing: 0.034em;
  font-size: 1.7rem;
  padding: 0 0 0 1.6em;
  display: flex;
  align-items: center;
  gap: 0.8em;
  background: url(../img/section2_course_tit05.svg) no-repeat center left/1.1em auto;
}
.section2_course .course .lst_wrap > div h5.tit::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--clr_green_dark3);
  flex: 1;
}
.section2_course .course .lst_wrap > div > .lst_ul li::before {
  background: var(--clr_green_light7);
}
.section2_course .course > .mincho {
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li::before {
  content: "◆";
  color: var(--clr_brown_light2);
  position: absolute;
  left: 0;
  top: 0;
}
.section2_course .course .lst_square li.price {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.section2_course .course .lst_square li.price::after {
  content: "";
  height: 1px;
  width: 1rem;
  background: var(--clr_gray_dark);
  flex: 1;
}
.section2_course .course .lst_square li.price .txt_large {
  font-size: 137.5%;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li.price .txt_small {
  font-size: 87.5%;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li .txt_brown {
  color: var(--clr_brown);
  font-size: 111.1%;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li .txt_green {
  color: var(--clr_green_dark);
  font-size: 111.1%;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section2_course .course .lst_square li .kakugo {
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  font-size: 88.8%;
  letter-spacing: 0.05em;
}
.section2_course .compare {
  padding: 4rem 1rem;
}
.section2_course .compare .tit {
  color: var(--clr_green_dark);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.section2_course .compare .tbl_basic tr td.light {
  color: var(--clr_green_light9);
}
.section2_course .compare .tbl_basic tr td.standard {
  color: var(--clr_green_dark8);
}
.section2_course .compare .tbl_basic tr td.premium {
  color: var(--clr_green_dark9);
}
.section2_course .course_summary {
  text-align: center;
  padding: 2rem 1rem;
  margin: 3rem 1rem 6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  box-shadow: 0 0 3rem rgb(var(--rgb_green_light8)/0.5);
}
@media screen and (min-width: 36em), print {
  .section2_course .course_summary {
    box-shadow: 0 0 6rem rgb(var(--rgb_green_light8)/0.5);
  }
}
.section2_course .course_summary {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.section2_course .course_summary span {
  color: var(--clr_green_dark);
  font-weight: 600;
  font-size: 108.3%;
}

@media screen and (min-width: 36em), print {
  .section2_course {
    background-size: 200rem auto;
    background-position: top clamp(4rem, 2.1538rem + 3.205vw, 6rem) center;
  }
  .section2_course h3.tit {
    width: min(200rem, 100%);
    min-height: clamp(7rem, 4.3231rem + 4.647vw, 9.9rem);
    font-size: clamp(2.4rem, 1.2923rem + 1.923vw, 3.6rem);
    padding: 0 0 0.3em 1rem;
    margin: 0 auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    justify-content: center;
    background-position: center left calc(50% - clamp(28rem, 8.3385rem + 34.135vw, 49.3rem));
  }
  .section2_course h3.tit > span {
    width: min(119.8rem, 100%);
  }
  .section2_course .lead_txt {
    padding: 0;
    margin: auto;
    width: min(118rem, 100% - 2rem);
  }
  .section2_course .course {
    width: min(118rem, 100% - 2rem);
    margin: clamp(6rem, 4.1538rem + 3.205vw, 8rem) auto 0;
    padding: 0;
  }
  .section2_course .course.light {
    margin: clamp(4rem, 3.0769rem + 1.603vw, 5rem) auto 0;
  }
  .section2_course .course .tit_wrap {
    padding: 2rem 3.5rem 1.5rem;
    min-height: 15rem;
    display: flex;
    align-items: center;
  }
  .section2_course .course .tit_wrap::after {
    font-size: clamp(3.8rem, 2.2308rem + 2.724vw, 5.5rem);
    right: clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
    bottom: calc(100% - 2rem);
  }
  .section2_course .course .tit_wrap h4.tit {
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
  }
  .section2_course .course .tit_wrap h4.tit::before {
    width: 2.7rem;
    left: -3.5rem;
  }
  .section2_course .course .tit_wrap p {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .section2_course .course > .mincho {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
    padding: 0 1.5rem;
  }
  .section2_course .course .lst_wrap {
    margin: clamp(2rem, 0.1538rem + 3.205vw, 4rem) 0 2rem;
    flex-direction: row;
    padding: 0 1.5rem;
    gap: clamp(2rem, -0.7692rem + 4.808vw, 5rem);
    flex-wrap: wrap;
  }
  .section2_course .course .lst_wrap > div {
    flex: 1;
    min-width: 30rem;
  }
  .section2_course .course .lst_wrap > div h5.tit {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .section2_course .course .lst_wrap > div > .lst_ul li::before {
    background: var(--clr_green_light7);
  }
  .section2_course .course .lst_square {
    padding: 0 1.5rem;
  }
  .section2_course .course .lst_square li {
    font-size: clamp(1.5rem, 1.2231rem + 0.481vw, 1.8rem);
  }
  .section2_course .course .lst_square li.price {
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .section2_course .compare {
    padding: clamp(5rem, 2.2308rem + 4.808vw, 8rem) 0;
    margin: auto;
    width: min(118rem, 100% - 2rem);
    scroll-margin-top: 5rem;
  }
  .section2_course .compare .tit {
    font-size: clamp(1.8rem, 1.4308rem + 0.641vw, 2.2rem);
  }
  .section2_course .course_summary {
    padding: 3rem 2rem;
    margin: clamp(6rem, 4.1538rem + 3.205vw, 8rem) auto clamp(8rem, 4.3077rem + 6.41vw, 12rem);
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
    width: min(118rem, 100% - 2rem);
  }
}
.section2_process {
  background: url(../img/section2_process_bg.jpg) no-repeat center left 60%/cover;
  counter-reset: number 0;
}
.section2_process h4.tit {
  color: var(--clr_green_dark);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding: 0 1rem 1em;
  margin: 0 0 1em;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 1.8rem;
  background: url(../img/section2_process_tit04.svg) no-repeat center left 33%/auto 100%;
}
.section2_process h4.tit span {
  display: flex;
  align-items: baseline;
  gap: 0.8em;
}
.section2_process h4.tit span::after {
  content: attr(data-txt);
  color: var(--clr_gray);
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 94.7%;
}
.section2_process > .mincho {
  margin: 2rem 1rem;
  letter-spacing: 0.07em;
}
.section2_process > .mincho span {
  color: var(--clr_green_dark);
  font-weight: 600;
  font-size: 111.1%;
  letter-spacing: 0.03em;
}
.section2_process .process_box {
  margin: 4px 1rem;
  padding: 2rem 1.5rem 4rem;
  background: linear-gradient(to right, var(--clr_green_light2) 12%, var(--clr_green_light) 88%);
  mix-blend-mode: multiply;
  color: #fff;
  position: relative;
}
.section2_process .process_box::before {
  content: "";
  width: 2rem;
  aspect-ratio: 235/410;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  left: -1px;
  top: -1px;
}
.section2_process .process_box .day {
  font-family: "Bellefair", serif;
  font-weight: 400;
  position: absolute;
  left: 65%;
  bottom: -0.5rem;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.4em;
}
.section2_process .process_box .day::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 294%;
  line-height: 0.5;
}
.section2_process .process_box h5.tit {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.section2_process .process_box h5.tit span {
  font-size: 91.6%;
  font-weight: normal;
}
.section2_process .process_box .lst_ul > li::before {
  background: var(--clr_yellow);
}

@media screen and (min-width: 36em), print {
  .section2_process {
    background-position: center top;
    background-size: 200rem auto;
    padding: 0 0 clamp(6rem, -0.4615rem + 11.218vw, 13rem);
  }
  .section2_process h4.tit {
    font-size: clamp(2.6rem, 1.4923rem + 1.923vw, 3.8rem);
    background-position: center left calc(50% + clamp(0.1rem, 24.9077rem + -20.673vw, 13rem));
    display: flex;
    justify-content: center;
  }
  .section2_process h4.tit span {
    max-width: 118rem;
    width: 100%;
  }
  .section2_process > .mincho {
    margin: 0 auto 2em;
    width: min(118rem, 100% - 2rem);
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .section2_process .wrap {
    width: min(118rem, 100% - 2rem);
    margin: auto;
  }
  .section2_process .wrap .process_box {
    max-width: 97.1rem;
    margin: 0 0 4px;
    padding: clamp(3rem, 1.1538rem + 3.205vw, 5rem) clamp(4rem, -9.3846rem + 23.237vw, 18.5rem) 4rem clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  .section2_process .wrap .process_box::before {
    width: 2.35rem;
  }
  .section2_process .wrap .process_box .day {
    left: clamp(70%, 60.769% + calc(1.603% * 1vw / 1px), 80%);
    bottom: -0.8rem;
    font-size: clamp(2.4rem, 1.4769rem + 1.603vw, 3.4rem);
  }
  .section2_process .wrap .process_box h5.tit {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
  }
}
.section3 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.section3 h2.tit {
  width: 75%;
  min-height: 5rem;
  padding: 0 0 1rem 0.5em;
  background: url(../img/section3_tit02.svg) no-repeat center right/auto 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.section3 h2.tit > span {
  position: relative;
  padding: 0 0 0 0.9em;
}
.section3 h2.tit > span::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 47.6%;
}
.section3 .about {
  background: url(../img/section3_bg.jpg) no-repeat center/cover;
  padding: 4rem 1rem;
  margin-top: -2rem;
  position: relative;
  z-index: -1;
}
.section3 .about p {
  letter-spacing: 0.06em;
}
.section3 .about p.eng {
  color: var(--clr_blue_light4);
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 0.3em;
  letter-spacing: 0;
}
.section3 .about p .txt_small {
  font-size: 82%;
}
.section3 .about div.reason {
  margin: 3rem 0 0;
}
.section3 .about div.reason h3.tit {
  color: var(--clr_blue_light2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin: 0 0 0.6em;
  padding: 0 0 0.4em;
  border-bottom: 1px solid var(--clr_blue_dark2);
  font-size: 1.8rem;
}
.section3 .about div.reason .lst_ul li {
  letter-spacing: 0.09em;
}
.section3 .about div.reason .lst_ul li::before {
  width: 0.45em;
  background: var(--clr_blue_light5);
  border-radius: 0;
  transform: rotate(45deg);
  top: 0.5em;
}

@media screen and (min-width: 36em), print {
  .section3 {
    padding: 0 0 clamp(4rem, 0.3077rem + 6.41vw, 8rem);
  }
  .section3 h2.tit {
    width: min(200rem, 100%);
    min-height: clamp(8rem, 4.2154rem + 6.571vw, 12.1rem);
    font-size: clamp(3rem, 1.8923rem + 1.923vw, 4.2rem);
    padding: 0 0 0.6em 1rem;
    margin: 0 auto;
    justify-content: center;
    background-position: center left calc(50% - clamp(13rem, -10.8154rem + 41.346vw, 38.8rem));
  }
  .section3 h2.tit > span {
    width: min(119.8rem, 100%);
  }
  .section3 .about {
    background-position: top center;
    background-size: 200rem auto;
    padding: clamp(7rem, 5.1538rem + 3.205vw, 9rem) 0 clamp(7rem, 2.3846rem + 8.013vw, 12rem);
    margin-top: calc(-1 * clamp(4rem, 2.1538rem + 3.205vw, 6rem));
  }
  .section3 .about .wrap {
    width: min(118rem, 100% - 2rem);
  }
  .section3 .about .wrap p {
    font-size: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
    padding: 0 clamp(1rem, -17.4615rem + 32.051vw, 21rem) 0 0;
  }
  .section3 .about .wrap p.eng {
    font-size: clamp(5rem, 2.9692rem + 3.526vw, 7.2rem);
    padding: 0;
  }
  .section3 .about .wrap div.reason {
    margin: clamp(3rem, 1.1538rem + 3.205vw, 5rem) 0 0;
    max-width: 68.5rem;
  }
  .section3 .about .wrap div.reason h3.tit {
    font-size: clamp(2.5rem, 1.4846rem + 1.763vw, 3.6rem);
  }
  .section3 .about .wrap div.reason .lst_ul li {
    font-size: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
  }
}
.section3_box {
  padding: 0 0 5rem;
}
.section3_box h3.tit {
  width: 85%;
  min-height: 5rem;
  padding: 0 0 0.3em 0.5em;
  background: url(../img/section3_box_tit03.svg) no-repeat center right/auto 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: var(--clr_blue_dark);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.section3_box .box_1 {
  padding: 22rem 1rem 2rem;
}
.section3_box .box_1 p {
  line-height: 2.22;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.section3_box .box_1 p.lead {
  color: var(--clr_blue_light2);
  letter-spacing: 0.09em;
  font-size: 1.8rem;
  margin: 0 0 1em;
  line-height: 1.4;
}
.section3_box .box_1 p .txt_blue {
  color: var(--clr_blue_dark);
  font-size: 111.1%;
  font-weight: 600;
}
.section3_box .box_2 {
  padding: 2rem 1rem;
}
.section3_box .box_2::after {
  content: "";
  width: calc(100% + 2rem);
  aspect-ratio: 847/370;
  display: block;
  margin-left: -1rem;
}
.section3_box .box_2 h4.tit {
  color: var(--clr_blue_light2);
  letter-spacing: 0.09em;
  font-size: 1.8rem;
  margin: 0 0 1.5em;
  line-height: 1.3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.section3_box .box_2 ol {
  counter-reset: number 0;
}
.section3_box .box_2 ol li {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  margin: 0 0 1.5em;
}
.section3_box .box_2 ol li .point {
  color: var(--clr_blue_light2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--clr_blue_light2);
  padding: 0 0 0.8em;
}
.section3_box .box_2 ol li .point::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 265%;
  line-height: 0.8;
}
.section3_box .box_2 ol li > div p {
  line-height: 1.667;
  letter-spacing: 0.034em;
}
.section3_box .box_2 ol li > div p .bold {
  font-size: 111.1%;
}
.section3_box .box_3, .section3_box .box_4 {
  padding: 2rem 1rem;
}
.section3_box .box_3 h4.tit, .section3_box .box_4 h4.tit {
  color: var(--clr_blue_light2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 0.8em;
  padding: 0 0 0 1.3em;
  background: url(../img/section3_box_tit04.svg) no-repeat left top 0.4em/1em auto;
  font-size: 1.8rem;
}
.section3_box .box_4 > p {
  font-size: 112.5%;
  letter-spacing: 0.034em;
}
.section3_box .box_4 .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 3rem 0 0;
}
.section3_box .box_4 .flex > div h5.tit {
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 1.1em;
  margin: 0 0 0.3em;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.section3_box .box_4 .flex > div h5.tit::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
.section3_box .box_4 .flex > div h5.tit::after {
  content: "";
  width: 1rem;
  height: 1px;
  flex: 1;
  background: var(--clr_gray);
}
.section3_box .box_4 .flex > div p {
  letter-spacing: 0.025em;
}
.section3_box .box_4 .flex > div .lst_ul {
  margin: 0;
}
.section3_box .box_4 .flex > div .lst_ul > li {
  line-height: 1.813;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}
.section3_box .box_4 .flex > div .lst_ul > li::before {
  background: var(--clr_gray_dark);
  top: 0.7em;
}
.section3_box .notice_box {
  margin: 3rem 1rem 0;
  padding: 2rem 1rem;
  border-top: 1px solid var(--clr_blue_light2);
  border-bottom: 1px solid var(--clr_blue_light2);
}
.section3_box .notice_box p {
  text-align: center;
  color: var(--clr_blue_light2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-weight: 600;
  line-height: 1.85;
}

@media screen and (min-width: 36em), print {
  .section3_box {
    padding: 0 0 clamp(8rem, 6.1538rem + 3.205vw, 10rem);
    overflow-x: clip;
  }
  .section3_box h3.tit {
    width: min(200rem, 100%);
    min-height: clamp(7rem, 4.3231rem + 4.647vw, 9.9rem);
    font-size: clamp(2.4rem, 1.2923rem + 1.923vw, 3.6rem);
    padding: 0 0 0.3em 1rem;
    margin: 0 auto;
    justify-content: center;
    background-position: center left calc(50% - clamp(28rem, 8.3385rem + 34.135vw, 49.3rem));
  }
  .section3_box h3.tit > span {
    width: min(119.8rem, 100%);
  }
  .section3_box .box_1 {
    padding: 4rem 0 3rem;
    min-height: 49.3rem;
    background-position: top center !important;
    background-size: 200rem auto !important;
  }
  .section3_box .box_1 .wrap {
    margin: auto;
    padding: 0 0 0 clamp(5rem, -31.9231rem + 64.103vw, 45rem);
    width: min(118rem, 100% - 2rem);
  }
  .section3_box .box_1 .wrap p {
    font-size: clamp(1.5rem, 1.2231rem + 0.481vw, 1.8rem);
  }
  .section3_box .box_1 .wrap p.lead {
    font-size: clamp(2.3rem, 1.8385rem + 0.801vw, 2.8rem);
  }
  .section3_box .box_2 {
    width: min(118rem, 100% - 2rem);
    padding: 7rem 0 1rem;
    margin: auto;
    position: relative;
  }
  .section3_box .box_2::after {
    width: clamp(60rem, 37.2rem + 39.583vw, 84.7rem);
    margin-left: 0;
    position: absolute;
    top: clamp(10rem, 4.4615rem + 9.615vw, 16rem);
    right: 50%;
    transform: translateX(100rem);
  }
  .section3_box .box_2 h4.tit {
    font-size: clamp(2.1rem, 1.2692rem + 1.442vw, 3rem);
    position: relative;
  }
  .section3_box .box_2 h4.tit::before {
    content: "";
    width: 40.4rem;
    height: 1px;
    background: var(--clr_blue_dark2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -41rem;
  }
  .section3_box .box_2 ol {
    counter-reset: number 0;
    max-width: 63rem;
  }
  .section3_box .box_2 ol li {
    gap: 2em;
    margin: 0 0 1.3em;
    max-height: 12rem;
  }
  .section3_box .box_2 ol li .point {
    font-size: clamp(1.5rem, 1.0385rem + 0.801vw, 2rem);
    line-height: 1.4;
  }
  .section3_box .box_2 ol li > div p {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .section3_box .box_3, .section3_box .box_4 {
    width: min(118rem, 100% - 2rem);
    padding: 3rem 0;
    margin: auto;
  }
  .section3_box .box_3 h4.tit, .section3_box .box_4 h4.tit {
    font-size: clamp(1.8rem, 1.2462rem + 0.962vw, 2.4rem);
  }
  .section3_box .box_4 .flex {
    flex-direction: row;
    gap: clamp(3rem, 0.2308rem + 4.808vw, 6rem);
    flex-wrap: wrap;
  }
  .section3_box .box_4 .flex > div {
    flex: 1;
    min-width: 35rem;
  }
  .section3_box .box_4 .flex > div h5.tit {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .section3_box .box_4 .flex > div p, .section3_box .box_4 .flex > div .lst_ul {
    padding: 0 2rem 0 0;
  }
  .section3_box .notice_box {
    width: min(118rem, 100% - 2rem);
    margin: 2rem auto 0;
    padding: 2.5rem 1rem;
  }
  .section3_box .notice_box p {
    font-size: clamp(1.8rem, 1.6154rem + 0.321vw, 2rem);
  }
}
.section3_box.vitc .box_1 {
  background: url(../img/section3_vitc_box1.jpg) no-repeat left top/230% auto;
}
.section3_box.vitc .box_2::after {
  background: url(../img/section3_vitc_box2.jpg) no-repeat center/cover;
}

.section3_box.myers .box_1 {
  background: url(../img/section3_myers_box1.jpg) no-repeat left top/190% auto;
}
.section3_box.myers .box_2::after {
  background: url(../img/section3_myers_box2.jpg) no-repeat center/cover;
}
@media screen and (min-width: 36em), print {
  .section3_box.myers .box_1 {
    min-height: 60rem;
    position: relative;
    z-index: 1;
  }
  .section3_box.myers .box_1::after {
    content: "";
    width: 62.4rem;
    aspect-ratio: 624/491;
    background: url(../img/section3_myers_box1_bubble.svg) no-repeat center/cover;
    position: absolute;
    top: -8rem;
    left: calc(50% + 39.1rem);
    z-index: -1;
  }
}

.section3_box.glut .box_1 {
  background: url(../img/section3_glut_box1.jpg) no-repeat left top/230% auto;
}
.section3_box.glut .box_2::after {
  background: url(../img/section3_glut_box2.jpg) no-repeat center/cover;
}
@media screen and (min-width: 36em), print {
  .section3_box.glut .box_1 {
    position: relative;
    z-index: 1;
  }
  .section3_box.glut .box_1::after {
    content: "";
    width: 70.9rem;
    aspect-ratio: 709/543;
    background: url(../img/section3_glut_box1_bubble.jpg) no-repeat center/cover;
    position: absolute;
    top: -7rem;
    left: calc(50% + 29.1rem);
    z-index: -1;
  }
}

.section3_box.basic .box_1 {
  background: url(../img/section3_basic_box1.jpg) no-repeat left top/230% auto;
}
.section3_box.basic .box_2::after {
  background: url(../img/section3_basic_box2.jpg) no-repeat center/cover;
}

.section4 {
  background: #fff url(../img/section4_bg.jpg) no-repeat center top 1px/250% auto;
  padding: 0 0 4rem;
  counter-reset: number_faq 0;
}
.section4 h2.tit {
  color: var(--clr_blue_light2);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding: 0.17em 1rem 1em;
  margin: 0 0 2.2em;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 2rem;
  background: url(../img/section2_process_tit04.svg) no-repeat center/auto 100%;
}
.section4 .faq_box {
  margin: 0 1rem;
  position: relative;
  z-index: auto;
}
.section4 .faq_box:not(:last-of-type) {
  margin: 0 1rem 2rem;
}
.section4 .faq_box .question {
  background: linear-gradient(to right, var(--clr_green_light4) 6%, var(--clr_blue_light2) 94%);
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding: 1rem 3.5rem 1rem 1rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 2px 2px 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 36em), print {
  .section4 .faq_box .question {
    box-shadow: 4px 4px 2rem rgba(0, 0, 0, 0.16);
  }
}
.section4 .faq_box .question::before {
  content: "Q" counter(number_faq) ". ";
  counter-increment: number_faq 1;
  font-size: 116%;
}
.section4 .faq_box .question::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
.section4 .faq_box .question.open::after {
  content: "－";
}
.section4 .faq_box .answer {
  background: #fff;
  padding: 1rem 1rem 1rem 5.5rem;
  position: relative;
  display: none;
}
.section4 .faq_box .answer::before {
  content: "A" counter(number_faq) ". ";
  counter-increment: number_faa 1;
  color: var(--clr_blue_light2);
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  position: absolute;
  left: 1rem;
  top: 1rem;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
.section4 .faq_box .answer p {
  opacity: 0;
  transition: 0.3s;
  letter-spacing: 0.034em;
}
.section4 .faq_box .answer.fadein::before, .section4 .faq_box .answer.fadein p {
  opacity: 1;
}

@media screen and (min-width: 36em), print {
  .section4 {
    background-size: 200rem auto;
    padding: 0 0 6rem;
  }
  .section4 h2.tit {
    font-size: clamp(2.6rem, 1.4923rem + 1.923vw, 3.8rem);
    background-position: center;
    display: flex;
    justify-content: center;
  }
  .section4 h2.tit span {
    max-width: 118rem;
    width: 100%;
  }
  .section4 .faq_box {
    margin: 0 auto;
    width: min(118rem, 100% - 2rem);
  }
  .section4 .faq_box:not(:last-of-type) {
    margin: 0 auto clamp(2rem, 0.5231rem + 2.564vw, 3.6rem);
  }
  .section4 .faq_box .question {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
    padding: 1rem clamp(6rem, 5.0769rem + 1.603vw, 7rem) 1rem clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
    transition: 0.3s;
  }
  .section4 .faq_box .question::after {
    font-size: clamp(3.5rem, 2.5769rem + 1.603vw, 4.5rem);
    line-height: 1;
    right: 2rem;
    top: 1.3rem;
  }
  .section4 .faq_box .question:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
  .section4 .faq_box .answer {
    padding: 3rem 4rem 3rem clamp(9rem, 7.1538rem + 3.205vw, 11rem);
  }
  .section4 .faq_box .answer::before {
    font-size: 175%;
    left: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    top: 3rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: fit-content;
  height: 100%;
  text-align: center;
}
#tel_up ul li.flex1 {
  flex: 1;
  width: auto;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  background: linear-gradient(to right, var(--clr_green_light4) 6%, var(--clr_blue_light2) 94%);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 110%;
}
#tel_up ul li .btn_rsv .txt_large {
  font-size: 107.7%;
}
#tel_up ul li #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--clr_blue_light2);
  border-left: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up ul li #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80b";
}
#tel_up ul li #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 36em), print {
  #tel_up {
    width: auto;
    height: clamp(4.6rem, 2.7538rem + 3.205vw, 6.6rem);
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    gap: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  #tel_up ul li {
    width: fit-content;
    height: 100%;
    text-align: center;
  }
  #tel_up ul li.flex1 {
    flex: none;
  }
  #tel_up ul li .btn_rsv {
    background: url(../img/btn_rsv.svg) no-repeat center/auto 100%;
    aspect-ratio: 417/65;
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
    padding: 0 2em 0.2em;
  }
  #tel_up ul li .btn_rsv:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
  #tel_up ul li #pageup {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    background: url(../img/btn_pageup.svg) no-repeat center/cover;
    padding: 0 0.15em 0.25em 0;
    font-size: clamp(2.4rem, 1.4769rem + 1.603vw, 3.4rem);
    border-radius: 50%;
  }
  #tel_up ul li #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}
.footer {
  background: #fff;
  padding: 2rem 0 4rem;
}
.footer .logo_tel {
  margin: 0 1rem 2rem;
}
.footer .logo_tel img {
  max-width: 80%;
  margin: 0 0 1rem;
}
.footer .logo_tel .tel_style {
  font-size: 3rem;
}
.footer dl {
  margin: 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
.footer dl dt {
  width: fit-content;
  min-width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer dl dt::before {
  content: "【";
}
.footer dl dt::after {
  content: "】";
}
.footer dl dd {
  margin: 0 0 1rem;
}
.footer .copy {
  display: block;
  background: var(--clr_gray_light2);
  text-align: center;
  padding: 1.5rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .logo_tel {
    width: min(120rem, 100% - 2rem);
    margin: 0 auto 5rem;
    display: flex;
    gap: 3.5rem;
    align-items: flex-end;
  }
  .footer .logo_tel img {
    max-width: clamp(25rem, 15.7692rem + 16.026vw, 35rem);
    margin: 0;
  }
  .footer .logo_tel .tel_style {
    font-size: clamp(2.6rem, 2.0462rem + 0.962vw, 3.2rem);
  }
  .footer dl {
    width: min(120rem, 100% - 2rem);
    margin: auto;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    display: flex;
    flex-wrap: wrap;
  }
  .footer dl dt {
    width: clamp(17rem, 14.6923rem + 4.006vw, 19.5rem);
    min-width: 0;
  }
  .footer dl dd {
    width: calc(100% - clamp(17rem, 14.6923rem + 4.006vw, 19.5rem));
    margin: 0;
  }
  .footer .copy {
    margin: 6rem 0 0;
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */