@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap);
*,
::before,
::after {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1;
  color: rgb(68, 68, 68);
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.08em;
}

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
  font-weight: normal;
}

h2, h3 {
  line-height: 1.28;
}

h4, h5 {
  line-height: 1.36;
}

h1 {
  font-size: 12px;
  text-align: left;
}

h2 {
  font-size: 7.2vw;
  letter-spacing: 0;
  text-align: center;
}

h3 {
  font-size: 6.4vw;
  text-align: center;
}

h4 {
  font-size: 4.8vw;
}

p {
  line-height: 200%;
}

* > p:not(:last-of-type) {
  margin-bottom: 1em;
}

a,
a:hover {
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  color: #80c8d0;
}

li {
  line-height: 136%;
}

ul > li:not(:last-of-type) {
  margin-bottom: 0.8em;
}

em, i {
  font-style: normal;
}

dt, th {
  font-weight: normal;
}

figure > img,
picture > img {
  width: 100%;
  display: block;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.abr {
  display: inline-block;
}

/** MV **/
.kv {
  background: url(../img/mv-sp03.webp) no-repeat;
  width: 100vw;
  height: 254.4vw;
  background-size: 100%;
  position: relative;
}

.kv_logo {
  position: absolute;
  top: 4.103vw;
  left: 3.077vw;
  transform: translate(0, 0);
  width: 80vw;
}

.kv_logo img {
  width: 100%;
  height: auto;
}

.kv_cta {
  position: absolute;
  width: 92.308vw;
  bottom: 10.256vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.cta__area-web {
  position: relative;
}

/*.kv_cta::after, .cta__area-web::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 103%;
    height: 130%;
    margin: auto;
    -webkit-animation-name: rippleAnimation;
    animation-name: rippleAnimation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 12px;
    background-color: rgb(239 181 69 / 35%);
    box-shadow: 0 0 5px white;
    pointer-events: none;
    transform: translate(-50%, -50%);
    left: 52%;
    top: 50%;
}
@-webkit-keyframes rippleAnimation {
  0% {
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    transform: scale(1.1, 1.1) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    transform: scale(1.1, 1.1) translate(-50%, -50%);
    opacity: 0;
  }
}*/
.kv_cta-innber, .cta__area-web-inner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.kv_cta-innber::before, .cta__area-web-inner::before {
  pointer-events: none;
  content: "";
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  opacity: 0.8;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: -150%;
  opacity: 0;
  -webkit-animation-name: lightAnimation;
  animation-name: lightAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes lightAnimation {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 1;
  }
}
@keyframes lightAnimation {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 1;
  }
}
/*.kv_cta:hover .kv_cta-innber::before, .cta__area-web:hover .cta__area-web-inner::before {
    left: 150%;
    opacity: 1;
}*/
.kv_cta img {
  width: 100%;
  height: auto;
}

/** lp__block01 **/
.lp__block01-inner img {
  width: 100%;
  height: auto;
}

.lp__block01 {
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
}

/** lp__cta **/
.lp__cta-inner {
  position: relative;
}

.lp__cta img {
  width: 100%;
  height: auto;
}

.cta__area {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 173vw;
  width: 80vw;
}

.cta__area-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.cta__area-flex li {
  margin: 0 !important;
}

.lp__cta img {
  width: 100%;
  height: auto;
}

/** lp__block02 **/
.lp__block02-inner img {
  width: 100%;
  height: auto;
}

/** lp__block03 **/
.lp__block03-inner {
  position: relative;
}

.lp__block03-inner img {
  width: 100%;
  height: auto;
}

.lp__block03-inner .cta__area {
  top: 156vw;
}

/** lp__block04 **/
.lp__block04-inner img {
  width: 100%;
  height: auto;
}

/** lp__block05 **/
.lp__block05-inner img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .kv {
    position: relative;
    z-index: 1;
    background: unset;
    /*background: repeating-linear-gradient(90deg, #9fc6c6, #9fc6c6 16px, #b2d2d2 16px, #b2d2d2 32px);*/
    height: 59.2vw;
  }
  .kv_pc-image {
    background: url(../img/mv-pc03.webp) no-repeat;
    height: 59.2vw;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
  }
  .kv_inner {
    max-width: 1534px;
    margin: auto;
    height: 59.2vw;
    width: calc(100% - 14.462vw);
    position: relative;
  }
  .kv_cta {
    width: calc((260px - 100%) / 2 * -1);
    bottom: 3vw;
    right: 8vw;
    left: unset;
    transform: translate(0, 0);
  }
  .kv_hdr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    align-items: flex-start;
  }
  .kv_hdr img {
    width: 100%;
    height: auto;
  }
  .kv_logo {
    position: static;
    transform: unset;
    width: 33.846vw;
    margin-left: 0.615vw;
    margin-top: 1.385vw;
  }
  .kv_hdr-btn, .cta-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48vw;
    margin-top: 18px;
  }
  .kv_hdr-btn li, .cta-btn li {
    width: 49%;
  }
  /** lp__block01 **/
  .stripe-bg01 {
    background: url(../img/stripe_bg.webp) repeat-y;
    background-size: 148%;
    background-position-x: center;
    background-position-y: top;
  }
  .stripe-bg02 {
    background: repeating-linear-gradient(90deg, #9fc6c6, #9fc6c6 16px, #b2d2d2 16px, #b2d2d2 32px);
  }
  .lp__block01 {
    padding: 0 0 126px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  }
  .lp__block01-inner {
    max-width: 1300px;
    margin: auto;
    width: calc(100% - 88px);
  }
  /** lp__cta **/
  .lp__cta-inner {
    max-width: 1280px;
    margin: auto;
    width: calc(100% - 88px);
  }
  .cta__area {
    top: 43vw;
    width: 68vw;
  }
  .cta__area-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cta__area-flex li {
    width: 49%;
  }
  /** lp__block02 **/
  .lp__block02-inner img {
    width: 1488px;
    margin-left: calc((1488px - 100%) / 2 * -1);
  }
  /** lp__block03 **/
  .lp__block03 {
    background: #fff;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
  }
  .lp__block03-inner {
    max-width: 1288px;
    margin: auto;
    width: calc(100% - 88px);
  }
  .lp__block03-inner .cta__area {
    width: 45vw;
    top: 42vw;
    left: unset;
    right: 6.2vw;
    transform: translate(0, 0);
  }
  .lp__block03-inner .cta__area-flex {
    flex-direction: row;
  }
  .lp__block03-inner .cta__area-flex li {
    width: 50%;
  }
  /** lp__block04 **/
  .lp__block04-inner img {
    width: 1376px;
    margin-left: calc((1376px - 100%) / 2 * -1);
  }
  /** lp__block05 **/
  .lp__block05-inner img {
    width: 1488px;
    margin-left: calc((1488px - 100%) / 2 * -1);
  }
  /** cta_hover **/
  .kv_cta-innber:hover, .cta__area-web-inner:hover {
    transform: scale(1.13);
  }
  .kv_cta:hover::after, .cta__area-web:hover::after {
    width: 116%;
    height: 146%;
    z-index: 1;
  }
}
@media screen and (min-width: 1300px) {
  .kv {
    height: 768px;
    width: auto;
  }
  .stripe-bg01 {
    background-size: auto;
  }
  .kv_pc-image {
    height: 768px;
    background-size: auto;
  }
  .kv_hdr {
    margin-top: 0;
  }
  .kv_inner {
    height: 768px;
    width: calc(100% - 188px);
    max-width: 1534px;
  }
  .kv_logo {
    width: 440px;
    margin-left: 8px;
    margin-top: 18px;
  }
  .kv_hdr-btn, .cta-btn {
    width: 592px;
  }
  .kv_cta {
    width: 456px;
    bottom: 48px;
    right: calc((963.2px - 100%) / 2 * -1);
  }
  /* lp__block02 */
  .lp__block02-inner img {
    width: 1850px;
    margin-left: calc((1850px - 100%) / 2 * -1);
  }
  /** lp__block04 **/
  .lp__block04-inner img {
    width: 100%;
    margin: 0;
  }
  /** lp__block05 **/
  .lp__block05-inner img {
    width: 1850px;
    margin-left: calc((1850px - 100%) / 2 * -1);
  }
}
@media screen and (min-width: 1380px) {
  /** lp__cta **/
  .cta__area {
    width: 938px;
    top: 603px;
  }
  /** lp__block03 **/
  .lp__block03-inner .cta__area {
    width: 630px;
    top: 588px;
    right: 87px;
  }
}
@media screen and (min-width: 1720px) {
  .kv_cta {
    right: 322px;
  }
}
@media screen and (min-width: 1820px) {
  /* lp__block02 */
  .lp__block02-inner img {
    width: 100%;
    margin: 0;
  }
  /** lp__block05 **/
  .lp__block05-inner img {
    width: 100%;
    margin: 0;
  }
}
/** **/
.bbr {
  display: block;
}

.bg-botted01 {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.88) 3px), linear-gradient(rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.88) 3px);
  background-position: 4px 0;
  background-size: 8px 8px;
}

.bg-botted02 {
  background-image: radial-gradient(rgba(200, 200, 200, 0.2) 10%, rgba(255, 255, 255, 0) 20%), radial-gradient(rgba(200, 200, 200, 0.2) 10%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 8px, 8px 0;
  background-size: 16px 16px;
}

.bg-stripe {
  background: repeating-linear-gradient(90deg, #fff, #fff 5px, #fbfbfb 5px, #fbfbfb 10px);
}

.bg01 {
  background-color: rgb(255, 255, 255);
}

.bg02 {
  background-color: rgb(244, 244, 248);
}

.cl01 {
  color: #a8d8e0;
}

.cl02 {
  color: #80c8d0;
}

.cl03 {
  color: #40a8c0;
}

.cl04 {
  color: #fff;
}

/*KVロゴ明水色*/
.cl05 {
  color: #98d8e8;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.serif {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}

.font-en01 {
  font-family: "Jost", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.font-en02 {
  font-family: "Merriweather", YuMincho, "Hiragino Mincho ProN", serif;
}

.font-en03 {
  font-family: "Mynerve", cursive;
}

.font-en04 {
  font-family: "PT Mono", monospace;
}

.font-jp01 {
  font-family: "Zen Maru Gothic", sans-serif;
}

.fs-lll {
  font-size: 1.44em;
}

.fs-ll {
  font-size: 1.36em;
}

.fs-l {
  font-size: 1.28em;
}

.fs-m {
  font-size: 1.12em;
}

.fs-s {
  font-size: 0.72em;
}

.fs-ss {
  font-size: 0.56em;
}

.fs-sss {
  font-size: 0.48em;
}

.fs-14 {
  font-size: 14px;
}

.ls-00 {
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.icon-ig,
.icon-fb,
.icon-line,
.icon01,
.icon-phone,
.icon-web {
  position: relative;
}

.icon-ig::before,
.icon-fb::before,
.icon-line::before,
.icon01::before,
.icon-phone::before,
.icon-web::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.icon-ig::before {
  background-image: url(../img/icon-ig.svg);
  width: 40px;
  height: 40px;
}

.icon-fb::before {
  background-image: url(../img/icon-fb.svg);
  width: 22px;
  height: 42px;
}

.icon-line::before {
  background-image: url(../img/icon-line.svg);
  width: 48px;
  height: 46px;
}

.icon01::before {
  background-image: url(../img/icon01.svg);
  width: 24px;
  height: 24px;
}

.icon-phone::before {
  background-image: url(../img/icon-phone01.svg);
  width: 32px;
  height: 32px;
}

.icon-web::before {
  background-image: url(../img/icon-web01.svg);
  width: 32px;
  height: 32px;
}

.h-line01,
.h-line02 {
  position: relative;
}

.h-line01::after,
.h-line02::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

.h-line01::after {
  background-image: url(../img/h-line01.svg);
  width: 256px;
  height: 36px;
  bottom: -22px;
  right: -4vw;
  transform: rotate(-5deg);
}

.h-line02::after {
  background-image: url(../img/h-line02.svg);
  width: 244px;
  height: 44px;
  bottom: -32px;
  right: 0;
  transform: rotate(-5deg);
}

.kome,
.li-kome > li {
  position: relative;
  padding-left: 24px;
}

.kome::before,
.li-kome > li::before {
  content: "※";
  color: rgb(64, 168, 192);
  position: absolute;
  top: 0;
  left: 0;
}

p.kome {
  line-height: 136%;
}

.btn-style {
  background-image: radial-gradient(circle 64px at 15% 50%, rgba(255, 255, 255, 0) 32px, rgba(128, 200, 208, 0.96) 0);
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px rgba(104, 104, 104, 0.16));
  width: 100%;
  max-width: 92%;
  min-height: 88px;
  margin: 0 auto;
  padding: 16px 8px 16px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition-duration: 0.3s;
}

.btn-style:hover {
  background-image: radial-gradient(circle 64px at 15% 50%, rgba(255, 255, 255, 0) 32px, #a8d8e0 0);
  filter: drop-shadow(-2px -2px 4px rgba(104, 104, 104, 0.16));
}

.btn-style_in {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-style_in > span {
  display: block;
}

.btn-style_in .fs-s {
  font-size: 0.88em;
}

.btn-style_in::before,
.btn-style_in::after {
  color: rgb(128, 200, 208);
  font-family: "Mynerve", cursive;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  left: 8%;
  top: 50%;
}

.btn-style_in::before {
  content: "booking";
  transform: translateY(-92%);
}

.btn-style_in::after {
  content: "here";
  transform: translateY(8%);
}

.sc_inner {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}

.topic-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 40px;
  position: relative;
}

.topic-slider::before,
.topic-slider::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.topic-slider::before {
  border-top: solid 5px #eee;
  border-left: solid 5px #eee;
  left: 8px;
  transform: translateY(-50%) rotate(-45deg) skew(-3deg, -3deg);
}

.topic-slider::after {
  border-right: solid 4px #eee;
  border-bottom: solid 4px #eee;
  right: 8px;
  transform: translateY(-50%) rotate(-45deg) skew(-3deg, -3deg);
}

.ts_in {
  width: 1024px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.ts-board {
  width: 285.3333333333px;
  max-width: calc(100% - 48px);
  position: relative;
}

.ts-board::after {
  content: "";
  background-color: rgba(240, 240, 240, 0.56);
  width: 92%;
  height: 100%;
  position: absolute;
  right: -5%;
  top: 32px;
}

.ts-photo,
.ts-txt {
  position: relative;
  z-index: 1;
}

.ts-photo {
  width: 96%;
  margin-bottom: 24px;
}

.ts-tag_wrap {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}

.ts-tag {
  position: relative;
}

.ts-tag::after {
  background-color: rgb(152, 176, 176);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 100;
  width: 56px;
  height: 16px;
  position: absolute;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-tag01::after {
  content: "Info";
}

.ts-tag02::after {
  content: "Event";
}

.ts-tag03::after {
  content: "SNS";
}

.ts-txt {
  font-size: 17px;
  width: 80%;
  position: relative;
  text-align: left;
}

p.ts-txt {
  line-height: 1.36;
}

.ts-txt::before,
.ts-txt::after {
  content: "";
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
}

.ts-txt::before {
  border-top: solid 1px #a8d8e0;
  width: 20%;
  height: 1px;
}

.ts-txt::after {
  background-color: #a8d8e0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.cta {
  overflow: hidden;
}

.cta,
.cta_in,
.cta_in .sc_inner {
  position: relative;
}

.cta_in .sc_inner {
  padding-top: 96px;
}

.cta::before,
.cta::after,
.cta_in::before,
.cta_in::after,
.cta_in .sc_inner::before,
.cta_in .sc_inner::after {
  content: "";
  position: absolute;
  left: 50%;
}

.cta::before,
.cta::after {
  background-color: rgba(128, 200, 208, 0.48);
  width: 200%;
  height: 432px;
}

.cta_in::before,
.cta_in::after {
  background-color: rgba(200, 200, 208, 0.32);
  width: 200%;
  height: 432px;
}

.cta_in .sc_inner::before,
.cta_in .sc_inner::after {
  border-top: solid 1px rgba(128, 200, 208, 0.56);
  width: 200%;
  height: 1px;
}

.cta::before {
  transform: rotate(15deg) translateX(-50%);
  top: -30%;
}

.cta_in::before {
  transform: rotate(-11deg) translateX(-50%);
  top: -48%;
}

.cta_in .sc_inner::before {
  transform: translateX(-50%) rotate(-20deg);
  top: 2%;
}

.cta::after {
  transform: rotate(10deg) translateX(-50%);
  bottom: -48%;
}

.cta_in::after {
  transform: rotate(-15deg) translateX(-50%);
  bottom: -30%;
}

.cta_in .sc_inner::after {
  transform: translateX(-50%) rotate(-10deg);
  bottom: 3%;
}

.cta h3 {
  margin-bottom: 40px;
  position: relative;
}

.cta h3::before {
  content: "Contact";
  color: #80c8d0;
  font-family: "Mynerve", cursive;
  font-size: 18px;
  position: absolute;
  left: 48.5%;
  transform: translateX(-50%) scaleY(1.15) skewY(-25deg) rotate(20deg);
  top: -36px;
}

.cta h3 > span:first-child {
  margin-bottom: 48px;
  position: relative;
}

.cta h3 > span:first-child::before,
.cta h3 > span:first-child::after {
  content: "";
  position: absolute;
}

.cta h3 > span:first-child::before {
  border-bottom: solid 1px #a8d8e0;
  width: 80%;
  height: 1px;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.cta h3 > span:first-child::after {
  background-color: #a8d8e0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  bottom: -24px;
  right: 10%;
  transform: translateY(48%);
}

.cta .btn-style {
  margin-top: 48px;
  margin-bottom: 32px;
}

.cta h3 + p,
.cta .li-kome {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cta-call {
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  display: block;
  line-height: 1em;
  width: 80%;
  margin: 32px auto 0;
  padding: 16px 0;
}

.cta-call:hover {
  background-color: #40a8c0;
}

.cta-call:hover .cl03 {
  color: #fff;
}

.cta-call .icon-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cta-call .icon-phone::before {
  width: 24px;
  height: 24px;
}

.cta-call:hover .icon-phone::before {
  background-image: url(../img/icon-phone02.svg);
}

.cta-info {
  margin-top: 56px;
}

.cta .info_tr {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}

.cta-info > .info_tr:not(:last-child) {
  margin-bottom: 8px;
}

.cta .info_th {
  background-color: rgba(240, 240, 240, 0.8);
  width: 72px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta .info_td {
  width: calc(100% - 88px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.info_td.cl-hours {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.cl-hours > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cl-hours01 {
  position: relative;
}

.cl-hours01::after {
  content: "";
  border-bottom: dotted 1px rgb(168, 216, 224);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
}

.cl-hours > div .font-en01 {
  letter-spacing: 0.03em;
}

.cl-hours01_h,
.cl-hours02_h {
  position: relative;
}

.cl-hours01_h::before,
.cl-hours02_h::before {
  color: #80c8d0;
  font-family: "Jost", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  width: 56px;
  height: 12px;
  position: absolute;
  left: 32px;
}

.cl-hours01_h::before {
  content: "WEEKDAYS";
}

.cl-hours02_h::before {
  content: "SATURDAY";
}

.ftr {
  background-image: url(../img/sampleimg01.webp);
  background-position: 42% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 300;
  padding: 72px 0 24px;
  overflow-x: hidden;
}

.ftr-logo {
  padding: 0 24px;
  position: relative;
  text-align: center;
}

.ftr-logo::after {
  content: "";
  background-image: url(../img/logo-line02short.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 408px;
  height: 80px;
  opacity: 0.8;
  position: absolute;
  top: 95%;
  left: 1%;
}

.ftr-logo h3 {
  margin-top: 56px;
  position: relative;
}

.ftr-logo h3::before {
  content: "";
  border-top: solid 1px rgba(255, 255, 255, 0.64);
  width: 32px;
  height: 1px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.ftr_in {
  background-color: rgba(64, 168, 192, 0.64);
  color: #fff;
  width: 85%;
  margin: -16px 0 0 auto;
  padding: 48px 32px 0;
}

.ftr_in01 .icon .fs-ss {
  color: rgba(255, 255, 255, 0);
  display: block;
  height: 1px;
  line-height: 1px;
}

.ftr_in01 .smile {
  display: block;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 5px;
  position: relative;
}

.ftr_in01 .smile::after {
  content: "";
  background-image: url(../img/logo-slime02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 13px;
  margin-left: 4px;
  position: absolute;
  top: 4px;
}

.ftr_in01 .dl-tr {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
  padding: 16px 0;
  display: flex;
}

.ftr_in01 .dl-tr dd {
  line-height: 1.28;
  width: calc(100% - 32px);
}

.ftr_in01 .dl-tr:nth-child(3) {
  text-align: left;
}

.ftr_in01 .dl-tr:nth-child(3) dd > span {
  display: block;
}

.ftr_in01 .dl-tr:nth-child(3) dd > span .fs-s {
  letter-spacing: 0.1em;
}

.ftr-icon01,
.ftr-icon02,
.ftr-icon03 {
  width: 24px;
  margin-right: 8px;
  position: relative;
}

.ftr-icon01::before,
.ftr-icon02::before,
.ftr-icon03::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 4px;
}

.ftr-icon01::before {
  background-image: url(../img/ftr-icon01.svg);
  width: 15px;
  height: 22px;
  margin-top: 2px;
}

.ftr-icon02::before {
  background-image: url(../img/ftr-icon02.svg);
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.ftr-icon03::before {
  background-image: url(../img/ftr-icon03.svg);
  width: 18px;
  height: 16px;
}

.ftr-cta {
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 24px 28px 36px;
}

.ftr-cta .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftr-cta .flex-child {
  width: 47%;
}

.ftr-cta .icon-ig::before,
.ftr-cta .icon-fb::before {
  margin: auto;
}

.ftr-cta .ftr-cta_btn {
  margin-bottom: 32px;
}

.ftr-cta_btn01,
.ftr-cta_btn02 {
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px rgba(104, 104, 104, 0.16));
  line-height: 100%;
  padding: 12px 0;
  text-align: center;
}

.ftr-cta_btn01 {
  background-image: radial-gradient(circle 64px at 50% 32%, rgba(255, 255, 255, 0) 32px, rgba(64, 168, 192, 0.88) 0);
}

.ftr-cta_btn02 {
  background-image: radial-gradient(circle 64px at 50% 32%, rgba(255, 255, 255, 0) 32px, rgba(255, 255, 255, 0.96) 0);
  color: rgb(64, 168, 192);
}

a.ftr-cta_btn01:hover,
a.ftr-cta_btn02:hover {
  color: #fff;
}

.ftr-cta_btn01:hover {
  background-image: radial-gradient(circle 64px at 50% 32%, rgba(255, 255, 255, 0) 32px, rgb(128, 200, 208) 0);
  filter: drop-shadow(-3px -3px 5px rgba(104, 104, 104, 0.24));
}

.ftr-cta_btn01:hover .icon-phone::before {
  background-image: url(../img/icon-phone02.svg);
}

.ftr-cta_btn02:hover {
  background-image: radial-gradient(circle 64px at 50% 32%, rgba(255, 255, 255, 0) 32px, rgb(128, 200, 208) 0);
  filter: drop-shadow(-3px -3px 5px rgba(104, 104, 104, 0.24));
}

.ftr-cta_btn01 .icon-phone,
.ftr-cta_btn02 .icon-web {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 12px;
  position: relative;
}

.ftr-cta_btn01 .icon-phone::before,
.ftr-cta_btn02 .icon-web::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ftr-cta_sns {
  position: relative;
}

.ftr-cta_sns::before {
  content: "";
  border-left: solid 1px rgb(255, 255, 255);
  width: 1px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ftr-cta .icon-ig::before {
  width: 32px;
  height: 32px;
}

.ftr-cta .icon-fb::before {
  width: 18px;
  height: 34px;
}

.ftr-map {
  position: relative;
  top: 32px;
}

.ftr-map iframe {
  width: calc(100vw - 32px);
  height: 304px;
  position: relative;
  left: calc(-15vw - 32px);
}

.ftr small {
  display: block;
  font-weight: 300;
  margin: 64px auto 8px;
  text-align: center;
}

@media screen and (min-width: 428px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  .ts-txt {
    font-size: 20px;
  }
  .ftr small {
    font-size: 15px;
  }
}
/*    ■■■■■■■■■■■■    ■■■■■■■■■■■■    ■■■■■■■■■■■■    */
/*    ■■        ■■    ■■              ■■        ■■    */
/*    ■■        ■■    ■■              ■■        ■■    */
/*             ■■■    ■■■■■■■■■■■■    ■■■■■■■■■■■■    */
/*            ■■■     ■■        ■■    ■■        ■■    */
/*           ■■■      ■■        ■■    ■■        ■■    */
/*          ■■■       ■■■■■■■■■■■■    ■■■■■■■■■■■■    */
/*         ■■■■       ■■■■■■■■■■■■    ■■■■■■■■■■■■    */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .btn-style {
    width: 80%;
    max-width: 504px;
  }
  .btn-style_in::before,
  .btn-style_in::after {
    left: 10.5%;
  }
  .ts_in {
    align-items: stretch;
  }
  .cta h3 + p {
    text-align: center;
  }
  .cta .li-kome {
    width: 55%;
  }
  .cta::before {
    top: -24%;
  }
  .cta_in::before {
    top: -63%;
  }
  .cta::after {
    bottom: -64%;
  }
  .cta_in::after {
    transform: rotate(-12deg) translateX(-50%);
    bottom: -30%;
  }
  .cta_in .sc_inner::after {
    transform: translateX(-50%) rotate(-8deg);
    bottom: 2%;
  }
  .cta-info {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
  }
  .cta-info > .info_tr:not(:last-child) {
    margin-bottom: unset;
  }
  .cta-call {
    max-width: 328px;
  }
  .ftr {
    padding-bottom: 0;
    position: relative;
  }
  .ftr_in {
    padding: 0;
    padding-top: 104px;
    padding-bottom: 72px;
    position: relative;
  }
  .ftr-logo {
    z-index: 1;
  }
  .ftr-logo .logo {
    display: block;
    width: 64%;
    max-width: 680px;
    margin: 0 auto 16px;
  }
  .ftr-logo::after {
    background-image: url(../img/logo-line02.svg);
    width: 1436px;
    max-width: 98%;
    height: 280px;
    top: 40%;
  }
  .ftr-logo h3 {
    font-size: 24px;
    font-weight: 100;
    margin-top: 72px;
    margin-bottom: -72px;
  }
  .ftr-logo h3::before {
    top: 48px;
  }
  .ftr_in01 {
    width: calc((100vw - 32px) / 2);
    max-width: 640px;
    margin-right: 32px;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .ftr_in01 .dl-tr {
    align-items: center;
  }
  .ftr_in01 .dl-tr:nth-child(2) dd .abr {
    margin-left: 16px;
  }
  .ftr_in01 .dl-tr:nth-child(3) {
    align-items: flex-start;
  }
  .ftr-cta {
    max-width: 432px;
  }
  .ftr-cta .ftr-cta_btn {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .ftr-cta .flex-child {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .ftr-cta_btn01,
  .ftr-cta_btn02 {
    padding: 8px 0;
  }
  .ftr-cta_btn01 {
    background-image: radial-gradient(circle 64px at 16% 50%, rgba(255, 255, 255, 0) 32px, rgba(64, 168, 192, 0.88) 0);
  }
  .ftr-cta_btn02 {
    background-image: radial-gradient(circle 64px at 16% 50%, rgba(255, 255, 255, 0) 32px, rgba(255, 255, 255, 0.96) 0);
  }
  .ftr-cta_btn01 .icon-phone,
  .ftr-cta_btn02 .icon-web {
    margin: unset;
    margin-left: 6%;
  }
  .ftr-cta_btn01 .font-en01 {
    font-size: 24px;
    padding-left: 24px;
  }
  .ftr-cta_btn02 > span:last-of-type {
    margin-top: 4px;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .ftr-cta_btn01:hover {
    background-image: radial-gradient(circle 64px at 16% 50%, rgba(255, 255, 255, 0) 32px, rgb(128, 200, 208) 0);
  }
  .ftr-cta_btn02:hover {
    background-image: radial-gradient(circle 64px at 16% 50%, rgba(255, 255, 255, 0) 32px, rgb(128, 200, 208) 0);
  }
  .ftr-cta .ftr-cta_sns .flex-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .ftr-cta .icon-ig::before,
  .ftr-cta .icon-fb::before {
    margin: unset;
  }
  .ftr-cta .icon-ig::before {
    width: 24px;
    height: 24px;
  }
  .ftr-cta .icon-fb::before {
    width: 14px;
    height: 26px;
  }
  .ftr_in01 .ftr-cta .ftr-cta_sns .icon .fs-ss {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .ftr-map {
    width: 100%;
    position: absolute;
    top: 128px;
    left: 32px;
  }
  .ftr-map iframe {
    width: 50%;
    height: 600px;
  }
  .ftr small {
    margin-top: unset;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*      ■■■■■■    ■■■■■■■■■■■■    ■■■■■■■■■         ■■       */
/*     ■■  ■■■    ■■        ■■   ■■        ■■      ■■        */
/*    ■■   ■■■    ■■        ■■   ■■       ■■      ■■  ■■     */
/*         ■■■    ■■        ■■          ■■■      ■■   ■■     */
/*         ■■■    ■■        ■■        ■■■■      ■■    ■■     */
/*         ■■■    ■■        ■■      ■■■■       ■■■■■■■■■■■■  */
/*        ■■■■    ■■■■■■■■■■■■    ■■■■■    ■■         ■■     */
/*      ■■■■■■■■  ■■■■■■■■■■■■   ■■■■■■■■■■■■        ■■■■    */
@media screen and (min-width: 1024px) {
  .sc_inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .h-line01::after {
    right: 16px;
  }
  .h-line02::after {
    right: 208px;
  }
  .topic-slider {
    padding-top: 80px;
  }
  .topic-slider::before,
  .topic-slider::after {
    content: none;
  }
  .ts_in {
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
    max-width: calc(100% - 32px);
  }
  .ts-board {
    width: 269.3333333333px;
    max-width: 408px;
  }
  .cta_in .sc_inner {
    padding-top: 144px;
  }
  .cta h3 {
    margin-bottom: 64px;
  }
  .cta h3::before {
    font-size: 20px;
    top: -48px;
    left: 49.5%;
  }
  .cta::before {
    top: -12%;
  }
  .cta_in::before {
    top: -60%;
  }
  .cta_in .sc_inner::before {
    top: -1%;
  }
  .cta .btn-style {
    margin-top: 64px;
    margin-bottom: 48px;
  }
  .cta .li-kome {
    max-width: 432px;
  }
  .cta::after {
    bottom: -60%;
  }
  .cta_in::after {
    bottom: -22%;
  }
  .cta_in .sc_inner::after {
    bottom: 3%;
  }
  .ftr {
    padding-top: 104px;
  }
  .ftr_in {
    padding-bottom: 80px;
  }
  .ftr-logo h3 {
    margin-top: 136px;
  }
  .ftr_in01 .dl-tr:nth-child(1) dd .fs-lll {
    font-size: 28px;
  }
  .ftr_in01 .dl-tr:nth-child(3) dd {
    display: flex;
    gap: 8px;
  }
  .ftr-icon01,
  .ftr-icon02,
  .ftr-icon03 {
    margin-right: 8px;
  }
  .ftr-cta_btn01 .icon-phone,
  .ftr-cta_btn02 .icon-web {
    margin-left: 8%;
  }
  .ftr-cta_btn01 .font-en01 {
    font-size: 28px;
    padding-left: 32px;
  }
  .ftr-cta_btn02 > span:last-of-type {
    padding-left: 24px;
  }
  .ftr-map iframe {
    height: 568px;
  }
  .ftr small {
    bottom: 22px;
  }
}
/*     ■■■■■■■■■■      ■■■■■■■■■■     */
/*      ■■      ■■■   ■■        ■■    */
/*      ■■       ■■■  ■■        ■■    */
/*      ■■       ■■■  ■■              */
/*      ■■      ■■■   ■■              */
/*      ■■■■■■■■■     ■■        ■■    */
/*      ■■            ■■■■■■■■■■■■    */
/*    ■■■■■■           ■■■■■■■■■■     */
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  .page01 .topic-slider {
    padding-top: 208px;
  }
  .ts-board {
    width: 301.3333333333px;
  }
  .cta::before {
    transform: rotate(12deg) translateX(-50%);
    top: -16%;
  }
  .cta_in::before {
    top: -64%;
  }
  .cta_in .sc_inner::before {
    transform: translateX(-50%) rotate(-20deg);
    top: -5%;
  }
  .cta::after {
    bottom: -60%;
  }
  .cta_in::after {
    bottom: -20%;
  }
  .cta_in .sc_inner::after {
    bottom: 2%;
  }
  .ftr_in {
    padding-top: 120px;
  }
  .ftr-logo h3 {
    margin-bottom: -80px;
  }
  .ftr_in01 .dl-tr:nth-child(3) dd {
    gap: 24px;
  }
  .ftr-icon01,
  .ftr-icon02,
  .ftr-icon03 {
    margin-right: 16px;
  }
  .ftr-map {
    top: 144px;
  }
  .ftr-map iframe {
    height: 568px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
  .sc_inner {
    padding-top: 112px;
    padding-bottom: 128px;
  }
  .ftr {
    padding-top: 128px;
  }
  .ftr_in {
    padding-top: 176px;
  }
  .ftr-logo::after {
    top: 36%;
  }
  .ftr-logo h3 {
    margin-top: 144px;
    margin-bottom: -104px;
  }
  .ftr-logo h3::before {
    top: 56px;
  }
  .ftr-cta {
    max-width: 456px;
    padding: 32px 40px 36px;
  }
  .ftr-cta .ftr-cta_btn {
    gap: 16px;
  }
  .ftr-cta .ftr-cta_sns .flex-child {
    gap: 24px;
  }
  .ftr-cta .icon-ig::before {
    width: 28px;
    height: 28px;
  }
  .ftr-cta .icon-fb::before {
    width: 16px;
    height: 30px;
  }
  .ftr_in01 .ftr-cta .ftr-cta_sns .icon .fs-ss {
    font-size: 16px;
  }
  .ftr-map {
    top: 192px;
  }
  .ftr-map iframe {
    height: 604px;
  }
}
@media screen and (min-width: 1366px) {
  .ts-board {
    width: 312px;
  }
  .cta::before {
    top: -14%;
  }
  .cta_in .sc_inner::before {
    top: -3%;
  }
  .cta_in::after {
    bottom: -14%;
  }
  .cta_in .sc_inner::after {
    bottom: 3%;
  }
  .ftr_in01 {
    margin-right: calc((100vw - 1280px) / 2);
  }
  .ftr-map iframe {
    width: 45vw;
  }
  .ftr small {
    left: 48.5%;
  }
}
@media screen and (min-width: 1536px) {
  .cta::before {
    top: -8%;
  }
  .cta::after {
    bottom: -64%;
  }
  .cta_in::after {
    bottom: -10%;
  }
  .ftr {
    padding-top: 144px;
  }
}
@media screen and (min-width: 1920px) {
  .cta::before {
    top: -4%;
  }
  .cta_in::before {
    top: -72%;
  }
  .cta::after {
    bottom: -72%;
  }
  .cta_in::after {
    bottom: -1%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .stripe-bg01 {
    background-size: 148vw;
  }
}
#drawer-area {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
}

.drawer__btn {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: 14px;
  padding: 0;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.drawer__btn > div {
  width: 32px;
  height: 3px;
  display: flex;
  background: #386D3D;
  transition: ease all 0.5s;
}

.close__on .drawer__btn-one {
  transform: rotate(45deg) translate(0px, -1px);
  width: 40px;
}

.close__on .drawer__btn-two {
  display: none;
}

.close__on .drawer__btn-three {
  transform: rotate(-45deg) translate(9px, -10px);
  width: 40px;
}

#drawer-area:has(.drawer__on)::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.drawer__btn-text {
  font-size: 11px;
  color: #386D3D;
  transform: translateY(-5px);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

.drawer__menu {
  position: absolute;
  top: 0;
  right: -96vw;
  background: #F8F8E8;
  max-width: 374px;
  width: 96vw;
  display: block;
  padding: 64px 48px 0;
  max-height: 632px;
  height: 87vh;
  transition: ease all 0.5s;
}

.drawer__on.drawer__menu {
  right: 0;
}

.drawer__menu-heading {
  color: #E0CDA8;
  font-size: 36px;
  line-height: 1;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #1F9334;
  margin: 0 auto 40px;
}

.drawer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.drawer__menu-list li {
  width: 100%;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: #386D3D;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
}

.drawer__menu-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.drawer__menu-link:hover {
  color: #fff;
  text-decoration: none;
  background: #215026;
}

@media screen and (min-width: 1024px) {
  .drawer__btn {
    width: 56px;
    gap: 16px;
    margin-top: 27px;
    margin-right: 27px;
  }
  .drawer__btn > div {
    width: 56px;
    height: 4px;
  }
  .close__on .drawer__btn-one {
    transform: rotate(45deg) translate(5px, 4px);
    width: 64px;
  }
  .close__on .drawer__btn-three {
    transform: rotate(-45deg) translate(8px, -10px);
    width: 64px;
  }
  .drawer__btn-text {
    font-size: 17px;
    letter-spacing: 0.16em;
    text-indent: 0.13em;
  }
  .drawer__menu {
    max-width: unset;
    width: 448px;
    max-height: unset;
    height: 728px;
    padding: 80px 80px 0;
  }
  .drawer__menu-heading {
    text-align: left;
    margin-bottom: 72px;
  }
  .drawer__menu-list {
    gap: 56px;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .drawer__menu-list li {
    color: #386D3D;
    height: auto;
    background: unset;
    display: inline;
    text-align: left;
  }
  .drawer__menu-link {
    display: inline;
  }
  .drawer__menu-link:hover {
    color: #386D3D;
    background: unset;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .drawer__btn {
    width: 3.311vw;
    gap: 1.232vw;
    margin-top: 1.617vw;
    margin-right: 1.079vw;
  }
  .drawer__btn > div {
    width: 3.311vw;
    height: 0.308vw;
  }
  .close__on .drawer__btn-one {
    transform: rotate(45deg) translate(0.4vw, 0.3vw);
    width: 3.927vw;
  }
  .close__on .drawer__btn-three {
    transform: rotate(-45deg) translate(0.7vw, -0.8vw);
    width: 3.927vw;
  }
  .drawer__btn-text {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .drawer__btn.close__on {
    margin-top: 28px;
  }
}
@keyframes imageDance {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.font-jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.sc02 h3 {
  font-size: 6.4vw;
  margin-bottom: 40px;
}

.sc02 h3 > span {
  display: block;
  text-align: center;
}

.sc02 h3 > span:first-of-type {
  letter-spacing: -0.05em;
}

.sc02 h3 > span:last-of-type {
  background-color: rgba(40, 152, 208, 0.8);
  border-radius: 24px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  max-width: fit-content;
  margin: 8px auto 0;
  padding: 8px 40px;
}

.sc02_in figure > img {
  max-width: 100%;
  width: 100%;
}

.sc02_in figure.sp > img {
  display: block;
}

@media screen and (min-width: 768px) {
  .sc02 h3 {
    font-size: 36px;
    margin-bottom: 72px;
  }
  .sc02 h3 > span:last-of-type {
    font-size: 20px;
    margin: 16px auto 0;
    padding: 8px 64px;
  }
  .sc02_in figure.pc > img {
    display: block;
  }
}
.sec-02__wrapper {
  padding-top: 64px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 40px;
  background: url(../img/stripe_bg.webp) repeat-y;
  background-size: auto;
  background-position-x: center;
  background-position-y: top;
  background-position-y: top;
}

.sec-02__item-01 {
  width: 60.513vw;
  height: 60.513vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sec-02__item-01:nth-child(even) {
  margin-left: auto;
}

.sec-02__item-01:not(:first-child) {
  margin-top: -6.2vw;
}

.sec-02__item-01-img {
  width: 43.5%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7vw;
}

.sec-02__item-01-title {
  text-align: center;
  font-size: 6.154vw;
  color: #328A7B;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.59vw;
}

.sec-02__item-01-inner {
  width: 100%;
}

.sec-02__item-01-title-01 {
  font-size: 0.7em;
  margin-bottom: 1vw;
}

.sec-02__inner {
  width: 1120px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sec-02__title {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 16.41vw;
}

.sec-02__title-01 {
  display: block;
  color: #fff;
  font-size: 7.179vw;
  letter-spacing: 0.05em;
}

.point-l {
  font-size: 9.231vw;
}

.sec-02__title-02 {
  font-size: 5.641vw;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 10em;
  padding: 0.5em 1em 0.4em;
  border-radius: 25.641vw;
  text-align: center;
  color: #fff;
  background-color: #69A596;
  display: inline-block;
  margin-top: 4.103vw;
}

.sec-02__item-01-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #E9FAF8;
  border-radius: 50%;
  opacity: 0;
  transition: ease all 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #444;
}

.sec-02__item-01:hover .sec-02__item-01-hover {
  opacity: 1;
}

.sec-02__item-01-hover-title {
  font-size: 6.154vw;
  margin-bottom: 0.35em;
  color: #328A7B;
}

.sec-02__item-01-hover-title-01 {
  font-size: 0.48em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.sec-02__item-01-hover-title-parts {
  width: 20%;
  height: 2px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 0.5em;
}

.sec-02__item-01-hover-text {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.sec-02__item-01-hover-text p {
  font-size: 3.746vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .sec-02__inner {
    width: 1308px;
  }
  .sec-02__title-02 {
    font-size: 32px;
    margin-top: 16px;
    padding: 8px 0;
    width: 9.9em;
  }
  .sec-02__item-01-hover-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sec-02__item-01-hover-title-01 {
    font-size: 12px;
    margin: 8px auto 0;
  }
  .sec-02__wrapper {
    padding-top: 104px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
  }
  .sec-02__title-01 {
    font-size: 38px;
  }
  .point-l {
    font-size: 48px;
  }
  .sec-02__item-01 {
    width: 256px;
    height: 256px;
  }
  .sec-02__item-01-title {
    font-size: 24px;
    height: auto;
  }
  .sec-02__item-01-img {
    margin-bottom: 32px;
    width: 113px;
  }
  .sec-02__item-01-title-01 {
    margin-bottom: 8px;
  }
  .sec-02__block-area-01:not(:last-child) {
    margin-bottom: 16px;
  }
  .sec-02__item-01:not(:first-child) {
    margin-top: 0;
  }
  .sec-02__item-01:nth-child(even) {
    margin-left: 0;
  }
  .sec-02__item-01:nth-child(n+5) {
    transform: translate(156px, -48px);
  }
  .sec-02__title {
    font-size: 38px;
    margin-bottom: 88px;
  }
  .sec-02__item-01-hover-text p {
    font-size: 15px;
  }
  .sec-02__block-area-01 {
    width: 100%;
    max-width: 1308px;
  }
  .sec-02__block-01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1308px) {
  .sec-02__item-01:nth-child(n+5) {
    transform: translate(10.927vw, -32px);
  }
  .sec-02__block-01 {
    gap: 2.058vw;
  }
  .sec-02__item-01 {
    width: 19.572vw;
    height: 19.572vw;
  }
  .sec-02__item-01-img {
    margin-bottom: 2.446vw;
    width: 8.639vw;
  }
  .sec-02__item-01-title {
    font-size: 1.835vw;
  }
  .sec-02__item-01-hover-title {
    font-size: 1.835vw;
    margin-bottom: 0.6vw;
  }
  .sec-02__item-01-hover-title-01 {
    font-size: 0.917vw;
    margin: 0.612vw auto 0;
  }
  .sec-02__item-01-hover-text p {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
body:after {
  display: none;
  content: url("./img/case/lp-case-img-01-pc.png") url("./img/case/lp-case-img-02-pc.png") url("./img/case/before-up.png") url("./img/case/after-up.png") url("./img/case/before-bottom.png") url("./img/case/after-bottom.png") url("./img/case/before-right.png") url("./img/case/after-right.png") url("./img/case/before-left.png") url("./img/case/after-left.png");
}

/* case number font import */
.lp__case {
  position: relative;
  background: url(../img/stripe_bg02-re.webp) repeat-y;
  background-size: auto;
  background-position-x: center;
  background-position-y: top;
  background-position-y: top;
}

.lp__case::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  background: url(../img/stripe_bg.webp) repeat-y;
  background-size: auto;
  background-position-y: top;
  background-position-x: center;
  width: 100%;
  height: 11.933vw;
  top: 0;
  right: 0;
  z-index: 1;
}

.lp__case__block-03-container-02 {
  background-color: white;
  padding: 48px 36px;
  margin-top: 40px;
  /* padding-bottom: 48px; */
  padding-top: 36px;
}

.lp__case__block-03-container-top {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 36px;
}

.lp__case__block-03-container-top-item {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #878787;
  /* padding: 20px 40px; */
  width: 96px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.lp__case__block-03-container-bottom {
  position: relative;
  margin: auto;
}

.lp__case__block-03-container-bottom-img {
  display: block;
  /* width: 260px; */
  width: 75%;
  height: 100%;
}

.lp__case__block-03-container-bottom-img {
  position: relative;
}

.lp__case__block-03-container-bottom-img-02 {
  margin-top: -12px;
  margin-left: 25%;
  /* margin-left: 80px; */
}

.lp__case__block-03-container-bottom-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

#case__a-02 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-source, #case__a-02 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-img, #case__a-02 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-source, #case__a-02 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-img, #case__a-03 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-source, #case__a-03 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-img, #case__a-03 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-source, #case__a-03 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-img {
/*  transform: rotate(180deg); */
}

#case__b-02 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-source, #case__b-02 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-img, #case__b-02 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-source, #case__b-02 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-img, #case__b-03 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-source, #case__b-03 .lp__case__block-03-container-bottom-img-01 .lp__case__block-03-container-bottom-img-02-img, #case__b-03 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-source, #case__b-03 .lp__case__block-03-container-bottom-img-02 .lp__case__block-03-container-bottom-img-03-img {
/*  transform: rotate(180deg); */
}

.lp__case__block-03-text-img {
  /* width: 50px; */
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.lp__case__block-03-text-img-01 {
  position: absolute;
  bottom: -35px;
}

.lp__case__block-03-text-img-02 {
  width: 16%;
  position: absolute;
  right: 0;
  top: -35px;
  flex-direction: column-reverse;
}

.lp__case__block-03-container-02 {
  background-color: white;
  padding: 48px 36px;
  margin-top: 40px;
  /* padding-bottom: 48px; */
  padding-top: 36px;
}

.lp__case__block-03-container-02-top-item {
  display: flex;
  flex-direction: column;
  /* padding: 10px 0; */
  /* border-bottom: 1px solid #8cbaba; */
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

.lp__case__block-03-container-02-top-item:first-child {
  padding-top: 0;
}

.lp__case__block-03-container-02-top-item-left {
  display: block;
  width: 100%;
  color: #8cbaba;
  font-size: 18px;
  line-height: 180%;
  padding-left: 20px;
  border-bottom: 1px solid #8cbaba;
}

.lp__case__block-03-container-02-top-item-right {
  color: #444;
  font-size: 16px;
  line-height: 136%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding-top: 10px;
  padding-left: 3px;
}

.lp__case__block-03-container-sp {
  display: block;
}

.lp__case__title-01 {
  color: #328A7B;
  font-weight: 400;
  font-size: 28px;
  line-height: 35.84px;
  text-align: center;
  letter-spacing: 4%;
}

.lp__case__inner {
  padding-top: 64px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 88px;
  background-color: #DEEAEA;
  clip-path: polygon(0 0, 100% 2.3%, 100% 97.7%, 0% 100%);
}

.lp__case__heading-02 {
  width: 70%;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url("../img/case/bow-img.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lp__case__color-white {
  color: #FFFFFF !important;
}

.lp__case__number {
  font-family: "Crimson Pro", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  padding-left: 15px;
  display: inline-block;
  height: fit-content;
}

.lp__case__title-02 {
  color: #C3BC9A;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.72px;
  letter-spacing: normal;
  text-align: center;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.lp__case__block-03-container-02-bottom-title {
  display: flex;
  align-items: flex-end;
}

.lp__case__block-03-container-02-bottom-title-item {
  height: 45px;
  background-color: #acc5c5;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 17px;
  /* line-height: 30.6px; */
  font-weight: 400;
  cursor: pointer;
}

.lp__case__block-03-container-02-bottom-title-item span {
  display: inline-block;
}

.lp__case__block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.active {
  color: white;
  background-color: #8cbaba;
  border-color: #8cbaba;
  /* height: 60px; */
}

.text-active {
  color: white;
  color: #8cbaba;
  border: 1px solid #8cbaba;
  border-bottom: none;
  background-color: white;
  height: 50px;
}

.lp__case__block-03-container-02-bottom {
  margin-top: 40px;
}

.lp__case__block-03-container-02-bottom-text {
  border: 1px solid #8cbaba;
  border-top: none;
  padding: 20px;
}

.lp__case__block-03-text-img-text {
  color: #8CBABA;
  font-size: 20px;
  line-height: 20px;
}

.lp__case__inner-2 {
  background-color: unset;
}

.lp__case-svg {
  align-self: baseline;
  display: block;
  height: 100%;
  padding-top: 5px;
}

@media screen and (min-width: 1024px) {
  .lp__case__block {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
  .lp__case::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 4.933vw;
    top: -2px;
  }
  .lp__case__block-03-text-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .lp__case__heading .form__eng {
    margin-bottom: 24px;
  }
  .lp__case__block-03-container {
    width: 100%;
    /* max-width: 500px; */
    max-width: 45%;
  }
  .lp__case__block-03-container-02 {
    width: 45%;
    padding: 48px 58px;
  }
  .lp__case__block-03-container-top {
    justify-content: center;
    margin-top: 36px;
  }
  .lp__case__block-03-container-top-item {
    width: 100%;
    max-width: 165px;
  }
  .lp__case__block-03-container-bottom-img {
    width: 65%;
    max-width: 100%;
  }
  .lp__case__block-03-container-bottom-img-02 {
    margin-left: 35%;
  }
  .lp__case__block-03-container-02 {
    /* width: 45%; */
    width: 100%;
    max-width: 580px;
    padding: 48px 58px;
  }
  .lp__case__block-03-container-02-top-item {
    border-bottom: none;
    justify-content: unset;
    gap: 26px;
    padding-top: 10px;
  }
  .lp__case__block-03-container-02-top-item {
    border-bottom: none;
    justify-content: unset;
    gap: 26px;
    padding-top: 10px;
  }
  .lp__case__block-03-container-pc {
    display: flex;
    align-items: flex-start;
  }
  .lp__case__block-03-container-02-top-item-left {
    border-bottom: 1px solid #8cbaba;
    width: 100px;
    padding-left: 0;
    text-align: center;
    height: 50px;
    /* color: #444; */
    font-size: 18px;
  }
  .lp__case__block-03-container-sp {
    display: none;
  }
  .lp__case__block-03-container-02-bottom-title-item {
    flex-direction: row;
  }
  .lp__case__block .sec-02__title {
    margin-bottom: 64px;
  }
  .lp__case__title-01 {
    font-size: 40px;
  }
  .lp__case__title-02 {
    font-size: 32px;
  }
  .lp__case__heading-02 .form__eng {
    font-size: 24px;
  }
  .lp__case__block-03-container-02-top-item {
    flex-direction: row;
    border-bottom: 1px solid #8cbaba;
    align-items: center;
    justify-content: flex-start;
  }
  .lp__case__block-03-container-02-top-item-left {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  .lp__case__block-03-container-02-top-item-right {
    height: 50px;
    padding-top: 0;
  }
  .lp__case__inner {
    padding-top: 120px;
    clip-path: polygon(0 0, 100% 4.3%, 100% 94.7%, 0% 100%);
  }
  .lp__case__block-03-text-img {
    width: 25%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .lp__case__block-03-text-img-01 {
    bottom: -25px;
  }
  .lp__case__block-03-text-img-02 {
    top: -22px;
  }
}
#case__a-02, #case__a-03, #case__a-04, #case__a-05, #case__b-02, #case__b-03, #case__b-04, #case__b-05 {
  display: none;
}

.ftr-test-area {
  overflow: hidden;
}

.test-area-img img {
  width: 100%;
}

.ftr-test-inner {
  padding-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .ftr-test-inner {
    padding-bottom: 0;
  }
  .ftr-test-inner {
    display: block;
    width: 1980px;
    margin-left: calc((1980px - 100%) / 2 * -1);
  }
}
.ftr-test-area {
  position: relative;
}

.ftr-test-btn img {
  display: block;
  width: 100%;
}

.ftr-test-btn picture {
  display: block;
  width: 100%;
}

.ftr-test-btn-01 {
  position: absolute;
  bottom: calc(39.5% + 48px);
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.ftr-test-btn-aplus {
  position: absolute;
  bottom: calc(31.8% + 48px);
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .ftr-test-btn-01 {
    left: 50%;
    transform: none;
    width: 350px;
    bottom: 48.3%;
    margin-left: 90px;
  }
  .ftr-test-btn-aplus {
    left: 50%;
    transform: none;
    width: 350px;
    bottom: 38.3%;
    margin-left: 90px;
  }
}
.ftr-test-btn-02 {
  position: absolute;
  bottom: calc(67.3% + 40px);
  width: 48%;
  left: 50%;
  transform: translateX(-50%);
}

.ftr-test-iframe {
  width: 90%;
  position: absolute;
  bottom: calc(10% + 80px);
  height: 16%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .ftr-test-iframe {
    max-width: 90%;
    width: 1320px;
    position: absolute;
    bottom: 12.5%;
    height: 20.7%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ftr-test-area a:hover {
  opacity: 0.8;
}

.prt {
  letter-spacing: -0.5rem;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pc-none {
    display: inline;
  }
}
@media screen and (max-width: 479px) {
  .pc-none {
    display: inline;
  }
}

@media screen and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .tab-none {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .sp-none {
    display: none;
  }
}

.cta-btn {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
}
.cta-btn li a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.cta-btn li .kv_hdr-tel, .cta-btn li .kv_hdr-web {
  font-size: 30px;
  padding: 16px 0;
}
.cta-btn li .kv_hdr-tel span, .cta-btn li .kv_hdr-web span {
  margin-bottom: 12px;
}
.cta-btn li .kv_hdr-web {
  font-size: 25px;
  padding: 16px 0;
}
.cta-btn li .kv_hdr-web span {
  margin-bottom: 12px;
}

.kv_hdr-btn .kv_hdr-tel, .kv_hdr-btn .kv_hdr-web, .cta-btn .kv_hdr-tel, .cta-btn .kv_hdr-web {
  display: block;
  font-family: "Jost", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: clamp(24px, 2.4vw, 30px);
  color: #fff;
  border-radius: 8px;
  border: 2px solid #89BB4A;
  background: #A9C56D;
  text-align: center;
  text-shadow: 0px 2px 0px rgba(169, 197, 109, 0.8);
  padding: 12px 25px;
}
.kv_hdr-btn .kv_hdr-tel:hover, .kv_hdr-btn .kv_hdr-web:hover, .cta-btn .kv_hdr-tel:hover, .cta-btn .kv_hdr-web:hover {
  text-decoration: none;
}
.kv_hdr-btn .kv_hdr-tel span, .kv_hdr-btn .kv_hdr-web span, .cta-btn .kv_hdr-tel span, .cta-btn .kv_hdr-web span {
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
.kv_hdr-btn .kv_hdr-tel img, .kv_hdr-btn .kv_hdr-web img, .cta-btn .kv_hdr-tel img, .cta-btn .kv_hdr-web img {
  width: auto;
  margin-right: 5px;
  margin-bottom: -3px;
}
.kv_hdr-btn .kv_hdr-web, .cta-btn .kv_hdr-web {
  font-size: 22px;
  background: linear-gradient(180deg, #EFB545 0%, #F0A20A 100%);
  border: 2px solid #DE9300;
  text-shadow: 0px 2px 0px rgba(222, 147, 0, 0.76);
  letter-spacing: -1.76px;
  font-size: clamp(18px, 1.8vw, 22px);
  position: relative;
  overflow: hidden;
}
.kv_hdr-btn .kv_hdr-web::after, .cta-btn .kv_hdr-web::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 1s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.kv_hdr-btn .kv_hdr-web span, .cta-btn .kv_hdr-web span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.kv {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv {
    height: auto;
    max-height: 843px;
  }
}
@media screen and (max-width: 1023px) {
  .kv {
    background: none;
    background-color: #9FC5C6;
    background-image: url(../img/bg-kv.webp);
    background-repeat: repeat-y;
    background-size: contain;
    margin-top: 130px;
    height: 135vw;
  }
}
@media screen and (max-width: 479px) {
  .kv {
    height: 230vw;
    margin-top: 100px;
  }
}
.kv .kv_pc-image {
  height: 843px;
}
@media screen and (min-width: 1024px) {
  .kv .kv_pc-image {
    height: 66vw;
    max-height: 843px;
  }
}
@media screen and (max-width: 1023px) {
  .kv .kv_pc-image {
    background-image: url(../img/mv-sp03.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateY(-30px);
    height: 100vw;
    max-height: none;
  }
}
@media screen and (max-width: 479px) {
  .kv .kv_pc-image {
    background-image: url(../img/mv-sp03_sp.webp);
    height: 200vw;
    transform: translateY(-60px);
    background-size: contain;
  }
}
.kv .kv_pc-image .kv_logo {
  width: 39%;
}
@media screen and (max-width: 1023px) {
  .kv .kv_pc-image .kv_logo {
    position: absolute;
    top: -90px;
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .kv .kv_pc-image .kv_logo {
    width: 80%;
    top: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .kv .area-kv {
    padding-top: 70vw;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-kv {
    padding-top: 115vw;
  }
}
.kv .area-kv-inr {
  margin-left: 50%;
  max-width: 580px;
}
@media screen and (max-width: 1023px) {
  .kv .area-kv-inr {
    margin-left: 0;
    max-width: none;
    position: relative;
  }
}
.kv .area-kv-inr h1 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 300;
  margin-top: 8vw;
  margin-left: 3.5rem;
  text-indent: -3.5rem;
  letter-spacing: 0.2rem;
  font-size: clamp(42px, 4vw, 66px);
}
@media screen and (max-width: 1023px) {
  .kv .area-kv-inr h1 {
    margin-top: 3.5rem;
    text-indent: -3.5rem;
    writing-mode: vertical-rl;
    font-size: 66px;
    position: absolute;
    min-height: 550px;
    top: -120%;
    right: 50px;
    text-shadow: #fff 1px 1px 3px, #fff -1px -1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-kv-inr h1 {
    font-size: 48px;
    right: 25px;
    top: -100%;
  }
}
.kv .area-kv-inr h1 span {
  font-size: 40px;
  font-size: clamp(24px, 3vw, 40px);
}
@media screen and (max-width: 1023px) {
  .kv .area-kv-inr h1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-kv-inr h1 span {
    font-size: 28px;
  }
}
.kv .kv-sub_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #858A8E;
  position: relative;
  padding: 5px 20px;
  gap: 10px;
  margin-top: 20px;
  margin-left: 1.5rem;
  max-width: 520px;
  clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
  .kv .kv-sub_tit {
    clip-path: none;
    max-width: none;
    display: block;
    background-color: inherit;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 479px) {
  .kv .kv-sub_tit {
    margin-left: 0;
    transform: none;
  }
}
.kv .kv-sub_tit p {
  line-height: 1;
  margin-bottom: 0 !important;
  color: #fff;
  text-align: center;
  font-size: clamp(10px, 1vw, 14px);
}
@media screen and (max-width: 1023px) {
  .kv .kv-sub_tit p:first-child {
    background-color: #fff;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
  }
}
.kv .kv-sub_tit p:last-child {
  font-size: clamp(18px, 1.8vw, 25px);
}
@media screen and (max-width: 1023px) {
  .kv .kv-sub_tit p:last-child {
    font-size: 28px;
    text-align: left;
    margin-top: 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 479px) {
  .kv .kv-sub_tit p:last-child {
    font-size: 26px;
  }
}
.kv .kv-sub_tit p:last-child span {
  font-size: clamp(14px, 1.4vw, 20px);
}
@media screen and (max-width: 1023px) {
  .kv .kv-sub_tit p:last-child span {
    font-size: 20px;
  }
}
.kv .area-img_kyosei {
  margin-top: 20px;
  margin-left: 4vw;
}
@media screen and (max-width: 1023px) {
  .kv .area-img_kyosei {
    margin-left: auto;
    text-align: center;
  }
}
.kv .area-img_kyosei img {
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .kv .area-img_kyosei img {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-img_kyosei img {
    width: 90%;
  }
}
.kv .area-img_price {
  margin-top: -2rem;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .kv .area-img_price {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-img_price {
    display: block;
  }
}
.kv .area-img_price .img {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .kv .area-img_price .img {
    width: 40%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-img_price .img {
    margin-right: 0;
    width: 90%;
    margin: auto;
  }
}
.kv .area-img_price .img img {
  width: 100%;
}
.kv .area-img_price p {
  margin-top: 3vw;
  letter-spacing: -1px;
  font-size: clamp(18px, 1.8vw, 24px);
}
@media screen and (max-width: 1023px) {
  .kv .area-img_price p {
    margin-top: 5vw;
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .kv .area-img_price p {
    margin-top: -35px;
    text-align: right;
    padding: 0 20px;
  }
}
.kv .area-img_price p .de, .kv .area-img_price p .dt {
  font-size: 18px;
}
.kv .area-img_price p .dt {
  letter-spacing: -0.5rem;
}
.kv .area-img_price p .ex {
  display: inline-block;
  transform: rotate(10deg) translateY(2px);
  font-size: 28px;
}
.kv .cta-btn {
  margin-top: 20px;
  justify-content: center;
}
.kv .cta-btn li {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .kv .cta-btn li {
    margin: auto;
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .kv .cta-btn li {
    width: 85%;
  }
}

#cost {
  padding: 88px 0 180px;
}
@media screen and (max-width: 1023px) {
  #cost {
    padding: 0 0 100px;
    background-color: #9FC5C6;
    background-image: url(../img/bg-kv.webp);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
#cost .lp__block01-inner {
  background-color: #E3F3EF;
  box-shadow: 8px 8px 0px rgba(128, 128, 128, 0.25);
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner {
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner {
    width: calc(100% - 40px);
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg {
  background-image: url(../img/bg-plan.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 1.5rem;
  padding: 78px 100px;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg {
    background: none;
    background-color: #fff;
    padding: 74px 36px;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg {
    background-image: url(../img/bg-plan_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #E3F3EF;
    padding: 40px 20px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg h2 {
  font-size: 40px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg h2 {
    font-size: 28px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg h2 b {
  font-weight: 400;
  background: linear-gradient(transparent 70%, #FDFEC0 30%);
}
#cost .lp__block01-inner .lp__block01-inner-bg h2 span {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg h2 span {
    font-size: 20px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 80px auto 0;
  gap: 7.27%;
  max-width: 860px;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan {
    margin: 60px auto 0;
    gap: 3%;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan {
    display: block;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket {
  background: linear-gradient(124deg, #ACD9D5 -10.07%, #93D1DE 98.84%);
  position: relative;
  min-width: 42.73%;
  padding: 54px 0 25px;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket {
    gap: 3%;
    min-width: 48.5%;
    padding: 54px 0 20px;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket {
    width: 95%;
    margin-right: 5%;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-plan_img, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-plan_img {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-plan_img, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-plan_img {
    top: -40px;
    left: -20px;
    width: 220px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace h3, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket h3 {
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 28px;
  color: #fff;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-tit_sub, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-tit_sub {
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  min-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-tit_sub, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-tit_sub {
    line-height: 1;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-cost, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-cost {
  font-size: 48px;
  font-family: "Crimson Pro", serif;
  font-weight: 200;
  color: #FDFEC0;
  text-align: center;
  border-bottom: 1px solid #FDFEC0;
  width: 80%;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-cost, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-cost {
    width: 85%;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-cost .month, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-cost .month {
  font-size: 16px;
  color: #555;
  background-color: #FDFEC0;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 20px;
  vertical-align: middle;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-cost .yen, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-cost .yen {
  font-size: 20px;
  font-weight: 600;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-total, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-total {
  font-size: 28px;
  font-family: "Crimson Pro", serif;
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-total span, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-total span {
  font-size: 16px;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-total .total, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-total .total {
  margin-right: 10px;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .mousepeace .area-notes, #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-notes {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket {
  background: linear-gradient(55deg, #C7BEDC 0%, #93D1DE 112.12%);
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket {
    width: 95%;
    margin-left: 5%;
    margin-top: 40px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-plan_img {
  left: auto;
  right: -10px;
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-plan .bracket .area-plan_img {
    top: -30px;
    width: 35%;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg > .area-notes {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg > .area-notes {
    text-align: left;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg > .area-notes span {
  font-family: "noto serif jp", "hiragino mincho pro", serif;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg > .area-notes span {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg > .area-notes span.sp-none {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg > .area-notes span::before {
    content: "";
    display: block;
    height: 1px;
    width: 56px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ACD9D5;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-partial {
    margin-top: 20px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial::before {
  content: "";
  display: block;
  height: 1px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ACD9D5;
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial .area-img {
  position: absolute;
  width: 200px;
  top: 0;
  left: 50%;
  transform: translateX(150px);
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-partial .area-img {
    width: 130px;
    transform: translateX(50px);
    top: 20px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial h4 {
  font-size: 28px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-weight: 400;
  color: #69A596;
  text-align: center;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-partial h4 {
    font-size: 24px;
    text-align: left;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial h4 span {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-partial h4 span {
    font-size: 21px;
  }
}
#cost .lp__block01-inner .lp__block01-inner-bg .area-partial p {
  text-align: center;
  margin-top: 30px;
  line-height: 1.68;
}
@media screen and (max-width: 479px) {
  #cost .lp__block01-inner .lp__block01-inner-bg .area-partial p {
    text-align: left;
  }
}

.wrap {
  max-width: 1280px;
  margin: auto;
}

#counseling .wrap {
  position: relative;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1023px) {
  #counseling .wrap {
    padding: 160px 0 0;
  }
}
#counseling .wrap .area-hukidashi {
  position: absolute;
  top: 40px;
  left: 50%;
}
@media screen and (max-width: 1023px) {
  #counseling .wrap .area-hukidashi {
    transform: translateX(-50%);
  }
}
#counseling .wrap .area-tit_sub {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 0;
  color: #006346;
}
@media screen and (max-width: 479px) {
  #counseling .wrap .area-tit_sub {
    font-size: 24px;
  }
}
#counseling .wrap .area-tit_sub span {
  font-size: 24px;
}
#counseling .wrap h2 {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  margin-top: 10px;
  color: #006346;
  letter-spacing: 4px;
}
@media screen and (max-width: 1023px) {
  #counseling .wrap h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  #counseling .wrap h2 {
    font-size: 34px;
  }
}
#counseling .wrap .area-body {
  line-height: 2;
  text-align: center;
  margin-top: 88px;
}
@media screen and (max-width: 1023px) {
  #counseling .wrap .area-body {
    width: 85%;
    padding: 0 40px;
    margin: 60px auto;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  #counseling .wrap .area-body {
    padding: 0 0;
  }
}
#counseling .wrap .area-body span {
  background: linear-gradient(transparent 60%, #FDFEC0 30%);
}

.lp__cta {
  background-color: #F6F6F6;
  padding: 80px 0 50px;
}
@media screen and (max-width: 1023px) {
  .lp__cta {
    padding: 50px 40px;
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .lp__cta {
    padding: 30px 15px;
    width: calc(100% - 40px);
  }
}
.lp__cta .lp__cta-inner .cta__area {
  position: unset;
  transform: none;
  width: 100%;
}
.lp__cta .lp__cta-inner .cta__area h2 {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  margin-top: 10px;
  color: #006346;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1023px) {
  .lp__cta .lp__cta-inner .cta__area h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .lp__cta .lp__cta-inner .cta__area .cta-btn {
    display: flex;
    gap: 4%;
  }
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .cta-btn {
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .lp__cta .lp__cta-inner .cta__area .cta-btn li {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .cta-btn li {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-reception {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception {
    text-align: left;
    letter-spacing: 0;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-reception p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception p {
    letter-spacing: -1px;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-reception p b.u__pc-only {
  font-weight: 400;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception p b.u__pc-only {
    display: none;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-reception p span {
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 12px;
  font-weight: 200;
  color: #006346;
  background-color: #fff;
  padding: 5px;
  margin: 0 10px 0 20px;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception p span {
    margin: 0 10px 0 0;
    min-width: 4rem;
    display: inline;
    text-align: center;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception ul {
    /*margin-left: 4.5rem;*/
    margin-left: 0;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-reception ul li {
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .lp__cta .lp__cta-inner .cta__area .area-reception ul li {
    line-height: 1;
    margin-left: 1rem;
    text-indent: -1rem;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-doubt {
  margin-top: 50px;
}
.lp__cta .lp__cta-inner .cta__area .area-doubt h3 {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1;
  margin-top: 10px;
  color: #006346;
  letter-spacing: 1.6px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .lp__cta .lp__cta-inner .cta__area .area-doubt h3 {
    font-size: 22px;
  }
}
.lp__cta .lp__cta-inner .cta__area .area-doubt h3::before {
  content: url(../img/deco-triple.svg);
  height: 32px;
  width: 18px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.lp__cta .lp__cta-inner .cta__area .area-doubt .area-doubt_img {
  max-width: 780px;
  margin: 20px auto 0;
}
.lp__cta .lp__cta-inner .cta__area .area-doubt .area-logo {
  max-width: 437px;
  margin: 20px auto 0;
}

#reason {
  padding: 144px 0 0;
}
@media screen and (max-width: 1023px) {
  #reason {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 479px) {
  #reason {
    background-image: url(../img/bg-reason_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 90px center;
  }
}
#reason .lp__block02-inner .area-tit_sub {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.2;
  margin-top: 10px;
  color: #006346;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-tit_sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-tit_sub {
    font-size: 24px;
  }
}
#reason .lp__block02-inner .area-tit_sub span {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-tit_sub span {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-tit_sub span {
    font-size: 20px;
  }
}
#reason .lp__block02-inner h2 {
  font-size: 64px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-weight: 200;
  line-height: 1.2;
  color: #006346;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner h2 {
    margin-top: 35px;
  }
}
#reason .lp__block02-inner h2::before {
  content: url(../img/img-reason_tit_01.webp);
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner h2::before {
    content: "";
  }
}
#reason .lp__block02-inner h2::after {
  content: url(../img/img-reason_tit_02.webp);
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -30px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner h2::after {
    content: "";
  }
}
#reason .lp__block02-inner h2 .num {
  font-size: 152px;
  font-family: "Crimson Pro", serif;
  line-height: 0.8;
  color: #69A596;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner h2 .num {
    font-size: 104px;
  }
}
#reason .lp__block02-inner h2 .sm {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner h2 .sm {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason {
    margin-top: 70px;
  }
}
#reason .lp__block02-inner .area-reason ul li {
  background-color: #FEFEF4;
  margin-bottom: 0;
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr {
  display: flex;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text {
  width: calc(50% - 40px);
  display: flex;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text {
    width: 100%;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_mgn {
  width: calc(100% - 500px);
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont {
  padding: 50px 10%;
  max-width: 632px;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont {
    padding: 50px 8%;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont {
    padding: 0 30px 70px;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont .area-num {
  max-width: 234px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont .area-num {
    max-width: 148px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont .area-num {
    position: relative;
    margin-top: -70px;
    z-index: 1;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont .area-num img {
  width: 100%;
  margin-left: auto;
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont h3 {
  font-size: 32px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-weight: 200;
  text-align: left;
  color: #006346;
  margin-top: 30px;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont h3 {
    text-align: center;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont p {
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-text .area-text_cont p {
    margin-top: 40px;
  }
}
#reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-img {
  width: calc(50% + 40px);
  background-size: cover;
  background-position: right;
  clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li .area-reason_inr .area-img {
    width: 100%;
    min-height: 248px;
    clip-path: none;
    margin-top: -20px;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(2n) {
  background-color: #fff;
}
#reason .lp__block02-inner .area-reason ul li:nth-child(2n) .area-reason_inr {
  flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(2n) .area-reason_inr {
    flex-direction: column-reverse;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(2n) .area-reason_inr .area-text {
  flex-direction: row-reverse;
}
#reason .lp__block02-inner .area-reason ul li:nth-child(2n) .area-reason_inr .area-img {
  background-size: cover;
  background-position: left;
  clip-path: polygon(0% 0%, calc(100% - 80px) 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(2n) .area-reason_inr .area-img {
    clip-path: none;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(1) .area-reason_inr .area-img {
  background-image: url(../img/img-reason_01.webp);
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(1) .area-reason_inr .area-img {
    background-position: top right 40%;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(1) .area-reason_inr .area-img {
    background-image: url(../img/img-reason_sp_01.webp);
    background-position: inherit;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(2) .area-reason_inr .area-img {
  background-image: url(../img/img-reason_02.webp);
  background-position: center;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(2) .area-reason_inr .area-img {
    background-image: url(../img/img-reason_sp_02.webp);
    background-position: inherit;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(3) .area-reason_inr .area-img {
  background-image: url(../img/img-reason_03.webp);
  background-position: center;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(3) .area-reason_inr .area-img {
    background-position: top right 90%;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(3) .area-reason_inr .area-img {
    background-image: url(../img/img-reason_sp_03.webp);
    background-position: inherit;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(4) .area-reason_inr .area-img {
  background-image: url(../img/img-reason_04.webp);
  background-position: right;
}
@media screen and (max-width: 1023px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(4) .area-reason_inr .area-img {
    background-position: top right 20%;
  }
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(4) .area-reason_inr .area-img {
    background-image: url(../img/img-reason_sp_04.webp);
    background-position: inherit;
  }
}
#reason .lp__block02-inner .area-reason ul li:nth-child(5) .area-reason_inr .area-img {
  background-image: url(../img/img-reason_05.webp);
  background-position: center;
}
@media screen and (max-width: 479px) {
  #reason .lp__block02-inner .area-reason ul li:nth-child(5) .area-reason_inr .area-img {
    background-image: url(../img/img-reason_sp_05.webp);
    background-position: inherit;
  }
}
#reason .lp__block02-inner .area-reason ul li:first-child .area-reason_inr .area-img {
  margin-top: -20px;
}

@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-01 .point-l {
    font-size: 44px;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-01 .point-l {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__title .sec-02__title-02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 {
    width: 35vw;
    height: 35vw;
    margin-top: -4vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 {
    width: 60vw;
    height: 60vw;
    margin-top: -6vw;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(even) {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(even) {
    margin-left: 30vw;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(3) {
    margin-left: 20vw;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(7) {
    margin-left: 20vw;
  }
}
@media screen and (max-width: 479px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01:nth-child(7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 .sec-02__item-01-inner .sec-02__item-01-img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 .sec-02__item-01-inner .sec-02__item-01-title {
    font-size: 24px;
    height: auto;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 .sec-02__item-01-hover .sec-02__item-01-hover-title .sec-02__item-01-hover-title-02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 .sec-02__item-01-hover .sec-02__item-01-hover-title .sec-02__item-01-hover-title-01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  #worries .sec-02__inner .sec-02__block-area-01 .sec-02__block-01 .sec-02__item-01 .sec-02__item-01-hover .sec-02__item-01-hover-text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1023px) {
  #case .lp__case__inner {
    padding-top: 120px;
  }
}
@media screen and (max-width: 479px) {
  #case .lp__case__inner {
    padding-top: 88px;
  }
}
@media screen and (max-width: 1023px) {
  #case .lp__case__inner .lp__case__heading .sec-02__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #case .lp__case__inner .lp__case__heading .lp__case__heading-03 .lp__case__title-02 {
    color: #C3BC9A;
  }
}
@media screen and (max-width: 1023px) {
  #case .lp__case__inner-2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  #case .lp__case__inner-2 {
    padding-bottom: 0;
  }
}

#flow .wrap {
  position: relative;
  padding: 120px 0 80px;
}
@media screen and (max-width: 479px) {
  #flow .wrap {
    padding: 80px 0;
  }
}
#flow .wrap .area-hukidashi {
  position: absolute;
  top: 40px;
  left: 50%;
}
#flow .wrap .area-tit_sub {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 0;
  color: #006346;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-tit_sub {
    font-size: 22px;
  }
}
#flow .wrap .area-tit_sub span {
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-tit_sub span {
    font-size: 18px;
  }
}
#flow .wrap h2 {
  text-align: center;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  margin-top: 10px;
  color: #006346;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 479px) {
  #flow .wrap h2 {
    font-size: 28px;
  }
}
#flow .wrap h2 span {
  font-size: 40px;
}
@media screen and (max-width: 479px) {
  #flow .wrap h2 span {
    font-size: 22px;
  }
}
#flow .wrap .area-case {
  margin-top: 50px;
  text-align: center;
}
#flow .wrap .area-case p {
  display: inline;
  font-family: "Rounded Mplus 1c", sans-serif;
  background-color: #69A596;
  border-radius: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 1.28;
  padding: 5px 40px 7px;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-case p {
    font-size: 22px;
  }
}
#flow .wrap .area-case p span {
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-case p span {
    font-size: 17px;
  }
}
#flow .wrap .area-flow {
  margin-top: 64px;
}
#flow .wrap .area-flow > ul > li {
  position: relative;
  margin-bottom: 0;
  margin-top: 50px;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li {
    margin-top: 90px;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_img {
  position: absolute;
  top: 80px;
  left: 7.69%;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_img {
    top: 0;
    left: 120px;
    max-width: 215px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_img {
    top: -60px;
    left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_img img {
    width: 100%;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text {
  margin-left: 410px;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text {
    margin-left: 80px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_num {
    text-align: right;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_num img {
    width: 100px;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont {
  border: 1px solid #69A596;
  padding: 48px 10.34% 52px 18.91%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont {
    padding: 48px 40px 52px 40px;
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont {
    padding: 70px 20px 20px;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-right: 1px solid #69A596;
  border-bottom: 1px solid #69A596;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont h3 {
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 28px;
  text-align: left;
  color: #328A7B;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont h3 {
    font-size: 22px;
    margin-left: 225px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont h3 {
    margin-left: 0;
    text-align: center;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont p {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont p {
    margin-top: 20px;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn {
    flex-wrap: wrap;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li {
    width: 100%;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li .kv_hdr-web {
  font-size: clamp(14px, 1.8vw, 24px);
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li .kv_hdr-web {
    font-size: 22px;
  }
}
#flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li .cta-btn2 {
  font-size: clamp(24px, 2.5vw, 30px);
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li .area-flow_text .area-flow_cont .cta-btn li .cta-btn2 {
    font-size: 30px;
  }
}
#flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_img {
  left: auto;
  right: 100px;
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_img {
    right: 30px;
  }
}
#flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text {
  margin-left: 0;
  margin-right: 410px;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text {
    margin-left: 40px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_num {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_num {
    text-align: left;
  }
}
#flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont {
  padding: 48px 18.91% 52px 10.34%;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont {
    padding: 48px 40px 52px 40px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont {
    padding: 70px 20px 48px;
  }
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont h3 {
    margin-left: 0;
    text-align: right;
    margin-right: 225px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont h3 {
    margin-right: 0;
    text-align: center;
  }
}
#flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont p {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #flow .wrap .area-flow > ul > li:nth-child(2n) .area-flow_text .area-flow_cont p {
    margin-top: 20px;
  }
}
#flow .wrap .area-flow > ul > li .area-list {
  margin-top: 40px;
}
#flow .wrap .area-flow > ul > li .area-list li {
  color: #69A596;
  background-color: #E6F6F5;
  border-radius: 20px;
  display: inline-block;
  padding: 12px 20px;
}
#flow .wrap .area-flow > ul > li .area-point {
  background-color: #FEFEDB;
  padding: 40px 60px;
}
#flow .wrap .area-flow > ul > li:last-child .area-flow_cont::after {
  display: none;
}

#message .area-message {
  display: flex;
}
@media screen and (max-width: 479px) {
  #message .area-message {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#message .area-message .area-img {
  width: 50%;
  background-image: url("../img/img-message.png");
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}
@media screen and (max-width: 479px) {
  #message .area-message .area-img {
    background-image: url("../img/img-message_sp.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 392px;
    clip-path: none;
  }
}
#message .area-message .area-text {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 479px) {
  #message .area-message .area-text {
    width: 100%;
  }
}
#message .area-message .area-text .area-cont {
  max-width: 632px;
  padding: 112px 0 54px 11.67%;
}
@media screen and (max-width: 1023px) {
  #message .area-message .area-text .area-cont {
    padding: 0 40px 54px 40px;
  }
}
@media screen and (max-width: 479px) {
  #message .area-message .area-text .area-cont {
    padding: 0 20px 54px 20px;
  }
}
#message .area-message .area-text .area-cont h2 {
  font-size: 36px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  color: #006346;
  text-align: left;
  letter-spacing: 3px;
}
@media screen and (max-width: 479px) {
  #message .area-message .area-text .area-cont h2 {
    font-size: 34px;
    text-align: center;
  }
}
#message .area-message .area-text .area-cont h2 span {
  font-size: 30px;
}
@media screen and (max-width: 479px) {
  #message .area-message .area-text .area-cont h2 span {
    font-size: 28px;
  }
}
#message .area-message .area-text .area-cont .area-body {
  margin-top: 50px;
  line-height: 2;
}
#message .area-message .area-text .area-cont .area-signature {
  margin-top: 40px;
  font-family: "noto serif jp", "hiragino mincho pro", serif;
  font-size: 20px;
  color: #006346;
  text-align: right;
  line-height: 1.35;
}
#message .area-message .area-text .area-cont .area-signature .area-clinic_name {
  line-height: 1.35;
}
#message .area-message .area-text .area-cont .area-signature .area-name {
  font-size: 28px;
}
#message .area-message .area-text .area-cont .area-signature .area-name span {
  font-size: 20px;
  margin-right: 10px;
}
#message .area-message .area-text .area-mgn {
  width: calc(100% - 300px);
}
@media screen and (max-width: 479px) {
  #message .area-message .area-text .area-mgn {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #form__section {
    padding-top: 77px;
  }
}
#form__section .sc__inner h2 {
  color: #006346;
}
#form__section .sc__inner .form__required {
  background: #69A596;
}
#form__section .sc__inner .form__listlink .btn__tel-num {
  color: #69A596;
}
#form__section .sc__inner .form-btn {
  margin-top: 40px;
  padding-bottom: 40px;
  max-width: 576px;
}
@media screen and (max-width: 479px) {
  #form__section .sc__inner .form-btn {
    margin-top: 40px;
    width: 80%;
  }
}
#form__section .sc__inner .form-btn .form__btn-image {
  margin-bottom: 0;
}

footer .wrap .ftr-test-area-inr {
  padding: 112px;
  display: flex;
  gap: 7.69%;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr {
    padding: 80px 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 479px) {
  footer .wrap .ftr-test-area-inr {
    padding: 80px 30px;
    display: block;
  }
}
footer .wrap .ftr-test-area-inr .area-img {
  margin-left: -5%;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr .area-img {
    margin-left: 0;
    width: 45%;
    max-height: 600px;
    overflow: hidden;
    border-radius: 10px;
  }
}
@media screen and (max-width: 479px) {
  footer .wrap .ftr-test-area-inr .area-img {
    width: 100%;
    max-height: none;
  }
}
footer .wrap .ftr-test-area-inr .area-img img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr .area-info {
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  footer .wrap .ftr-test-area-inr .area-info {
    width: 100%;
  }
}
footer .wrap .ftr-test-area-inr .area-info .area-img {
  margin-top: 30px;
}
footer .wrap .ftr-test-area-inr .area-info h2 {
  font-size: 1rem;
  line-height: 1;
  text-align: left;
}
footer .wrap .ftr-test-area-inr .area-info h2 img {
  width: 100%;
}
footer .wrap .ftr-test-area-inr .area-info .area-text {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  footer .wrap .ftr-test-area-inr .area-info .area-text {
    margin-top: 20px;
  }
}
footer .wrap .ftr-test-area-inr .area-info .area-text dl {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  letter-spacing: 0;
}
footer .wrap .ftr-test-area-inr .area-info .area-text dl dt {
  font-size: 12px;
  color: #386D3D;
}
footer .wrap .ftr-test-area-inr .area-info .area-text dl dt img {
  margin-right: 10px;
  vertical-align: middle;
}
footer .wrap .ftr-test-area-inr .area-info .area-text dl dd {
  margin-left: 2rem;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr .area-info .area-text dl dd {
    line-height: 1.3;
  }
}
footer .wrap .ftr-test-area-inr .area-info .area-text dl:nth-child(4) {
  border-bottom: none;
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-tel {
  font-family: "Jost", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 24px;
  color: #386D3D;
  margin-left: 10px;
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-tel img {
  margin-right: 5px;
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-tel_sp {
  font-family: "Jost", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 24px;
  color: #386D3D;
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  footer .wrap .ftr-test-area-inr .area-info .area-text .area-tel_sp {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-link {
  max-width: 336px;
  margin-top: 20px;
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-link .ftr-test-btn-01 {
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr .area-info .area-text .area-link .ftr-test-btn-01 {
    transform: none;
  }
}
footer .wrap .ftr-test-area-inr .area-info .area-text .area-link .ftr-test-btn-aplus {
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: 0;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .wrap .ftr-test-area-inr .area-info .area-text .area-link .ftr-test-btn-aplus {
    transform: none;
  }
}
footer .area-cr {
  position: relative;
  padding: 154px 0 33px;
  background: url(../img/stripe_bg.webp);
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  footer .area-cr {
    margin-bottom: 80px;
  }
}
footer .area-cr .area-map iframe {
  top: -128px;
  height: 256px;
}/*# sourceMappingURL=style.css.map */