@charset "UTF-8";
:root {
  --color-def: #444;
  --accent: #d78dae;
  --primary: #58b49b;
  --color-link: #fff;
  --ls-wide: 0.2em;
  --header-h: calc(140em / 32);
  --header-bg: rgba(255,255,255,0.7);
  --section-space: clamp(3em, 10%, 100px);
  --container: 990px;
  --container-pad: calc(30% / 7.80);
  --ff-gothic: "Noto Sans JP","游ゴシック Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  --ff-mincho: "Shippori Mincho", "游明朝","YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --ff-en: "EB Garamond","游明朝",serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ===========================================================================

/assets/sass/common/_reset.scss
Reset

=========================================================================== */
body {
  /* webkit系のスマホで文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* 必要に応じて下記はコメントアウト */
  /*
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  */
}

ol, ul {
  list-style: none;
}

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

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a, span, small, strong {
  color: inherit;
  font-weight: inherit;
}

html {
  font-size: 0.625em;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

.mt1 {
  margin-top: 1em;
}

.mt15 {
  margin-top: 1.5em;
}

.mt2 {
  margin-top: 2em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb15 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb25 {
  margin-bottom: 2.5em;
}

.mb3 {
  margin-bottom: 3em;
}

.mr1 {
  margin-right: 1em;
}

.mr15 {
  margin-right: 1.5em;
}

.mr2 {
  margin-right: 2em;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

.pl4 {
  padding-left: 4em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-decimal > li {
  padding-left: 2em;
  text-indent: -2em;
  list-style: decimal;
  list-style-position: inside;
}
.list-decimal > li::marker {
  color: var(--accent);
  font-weight: bold;
}

.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.ta_c {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .hide-tablet {
    display: none;
  }
}
@media print, screen and (min-width: 1021px) {
  .hide-pc {
    display: none;
  }
}

/* -----------------------------
 clearfix
----------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* for IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  font-family: var(--ff-gothic);
  color: var(--color-def);
  line-height: 1.7333333333;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 2.5vmin, 1.6rem);
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    --section-space: 8rem;
    background-size: auto;
  }
}
@media print, screen and (min-width: 1021px) {
  body {
    --header-h:8rem;
  }
}

.small {
  font-size: clamp(1rem, 2.1875vmin, 1.4rem);
}

.table {
  color: var(--color-def);
}

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

.en {
  font-family: var(--ff-en);
}

.mincho {
  font-family: var(--ff-mincho);
}

.gothic {
  font-family: var(--ff-gothic);
}

.century {
  font-family: var(--ff-century);
}

b, strong, .bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.sup {
  position: relative;
  font-variant: all-small-caps;
}
.sup-tm {
  vertical-align: super;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media print, screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container);
  }
}

.fc-default {
  color: var(--color-def);
}
.fc-accent {
  color: var(--accent);
}

.t-vtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

video, img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.75;
}

a img {
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 0.75;
}
a img.js-img-on:hover {
  opacity: 1;
}

.h-alpha {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.h-alpha:hover {
  opacity: 0.75;
}

@media print, screen and (min-width: 1021px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.ilblk {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.f-wrap {
  flex-wrap: wrap;
}

.ai-c {
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col {
    width: calc(50% - 2rem);
  }
}
.js-animate.fade-in {
  opacity: 0;
}
.js-animate.fade-in.inView {
  animation: 1.2s var(--delay-anime, 0.3s) cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in, slide_in_y;
}
.js-animate.fade-in2 {
  opacity: 0;
}
.js-animate.fade-in2.inView {
  animation: 0.8s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in;
}
.js-animate.mask-in {
  position: relative;
  overflow: hidden;
}
.js-animate.mask-in .mask-blk {
  opacity: 0;
}
.js-animate.mask-in.inView {
  animation: maskIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 1;
}
.js-animate.mask-in.inView::before {
  animation: maskOut 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
}
.js-animate.mask-in.inView .mask-blk {
  animation: fade_in 0.5s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom_in {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur_in {
  0% {
    filter: blur(50px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes slide_in_y {
  0% {
    transform: translateY(1.4vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_in_x_left {
  0% {
    transform: translateX(-25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x {
  0% {
    transform: translateX(25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x_left2 {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x2 {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes maskIn {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.title-sec {
  font-size: clamp(2.8rem, 7vmin, 4rem);
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin-bottom: var(--title-mb, 1em);
  color: var(--section-color, var(--accent));
}
.title-sec .small {
  font-size: clamp(1.8rem, 4.5vmin, 2.8rem);
}

.mv {
  position: relative;
}
.mv-bg {
  background: rgb(248, 255, 249);
  background: linear-gradient(135deg, rgb(248, 255, 249) 0%, rgb(206, 246, 235) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--mv-h, 410px);
  padding-top: var(--header-h);
}
.mv-en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: var(--header-h);
  max-width: 50vw;
}
.mv-text {
  position: relative;
  color: var(--primary);
  letter-spacing: 0.2em;
}
.mv-title {
  font-size: clamp(2.8rem, 7vmin, 4rem);
}
.mv-title-en {
  font-size: clamp(1.4rem, 4vmin, 1.8rem);
}
@media print, screen and (max-width: 767px) {
  .mv {
    --mv-h: 20em;
  }
}

.link-arrow {
  background-color: var(--link-bg, #fff);
  border: 1px var(--link-bd, #fff) solid;
  display: grid;
  align-items: center;
  justify-content: center;
  height: var(--link-h, 3.2rem);
  width: var(--link-h, 3.2rem);
  border-radius: 50%;
  flex-shrink: 0;
}
.link-arrow svg {
  width: clamp(4px, 1vmin, 6px);
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .link-arrow {
    --link-h: clamp(2.4rem, calc(24vmin / 4), 3rem);
  }
}

.map-wrap {
  overflow: hidden;
  position: relative;
}
.map-wrap::before {
  content: "";
  padding-top: 71.4285714286%;
  display: block;
}
.map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.icon-mail {
  background: url(../images/icon-mail.png) center no-repeat;
  background-size: contain;
  width: 2.4642857143em;
  height: 1.7142857143em;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .icon-mail {
    width: 3.8333333333em;
    height: 2.6666666667em;
  }
}

.section {
  padding: var(--section-space) 0;
}

.btn {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 2px #fff solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2222222222em;
  height: 2.6666666667em;
  text-align: center;
  transition: background-color 0.3s;
  border-radius: 1.3333333333em;
}
.btn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}

.big {
  font-size: 112.5%;
}

.breadcrumb {
  margin-top: 1.5em;
  --container: 1190px;
}
.breadcrumb__list {
  display: flex;
  gap: 1em;
}
.breadcrumb__item:nth-of-type(n + 2)::before {
  content: "｜";
  margin-right: 1em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --container: 100%;
  z-index: 100;
  background-color: var(--header-bg, transparent);
  transition: background-color 0.5s;
}
.header-logo {
  pointer-events: initial;
  width: clamp(180px, 47.2222222222%, 340px);
  display: flex;
  align-items: center;
  gap: 0.9em;
  line-height: 1.25;
}
.header-btn {
  pointer-events: initial;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
}
.header-btn .btn-contact {
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3571428571em;
  height: 4.6428571429em;
  font-size: clamp(1.2rem, 3.5897435897vmin, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.header-row {
  display: flex;
  position: relative;
  height: var(--header-h);
  gap: 1em 3em;
  align-items: center;
  padding: 1em 1.5em;
}
.header-tel {
  line-height: 0.7;
  display: flex;
  align-items: flex-end;
  gap: 0.15em;
}
.header-tel .icon-tel {
  width: 1em;
}
.header-tel .number {
  font-size: clamp(2rem, 5vmin, 4rem);
}
.catchloaded .header {
  animation: fade_in 1s 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.scrolled .header {
  background-color: #fff;
}
@media print, screen and (max-width: 1020px) {
  .header-tel {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header-tel {
    margin-left: auto;
  }
}

.gnav-menu {
  display: flex;
  gap: 1.5em clamp(1em, 2.1428571429vw, 3em);
}
.gnav-link {
  position: relative;
  padding-bottom: 0.75em;
  transition: color 0.5s ease-in-out;
}
.gnav-link .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
  width: 0;
  background: rgb(238, 164, 197);
  background: linear-gradient(90deg, rgb(238, 164, 197) 0%, rgb(215, 141, 174) 100%);
  transition: width 0.5s ease-in-out;
}
.gnav-link:hover, .gnav-link.current {
  color: var(--accent);
  opacity: 1;
}
.gnav-link:hover .line, .gnav-link.current .line {
  width: 100%;
}
@media print, screen and (max-width: 1020px) {
  .gnav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    background-color: var(--header-bg);
    padding: 2em 3em;
    transform: translateX(100%);
    max-height: calc(100vh - var(--header-h));
    transition: transform 0.5s ease-in-out;
  }
  .gnav-menu {
    flex-direction: column;
  }
  .gnav-btn {
    width: 6rem;
    height: 6rem;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .gnav-btn .line {
    height: 2px;
    width: 4rem;
    background: rgb(238, 164, 197);
    background: linear-gradient(90deg, rgb(238, 164, 197) 0%, rgb(215, 141, 174) 100%);
    border-radius: 1px;
    position: relative;
  }
  .gnav-btn .line::before, .gnav-btn .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 4rem;
    background: rgb(238, 164, 197);
    background: linear-gradient(90deg, rgb(238, 164, 197) 0%, rgb(215, 141, 174) 100%);
    border-radius: 1px;
  }
  .gnav-btn .line::before {
    top: -0.8rem;
  }
  .gnav-btn .line::after {
    top: 0.8rem;
  }
  .gnav-tel .header-tel {
    display: flex;
  }
  .navopen .gnav {
    transform: translateX(0);
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 1021px) {
  .gnav-btn {
    display: none;
  }
  .gnav-tel {
    display: none;
  }
}

.entry {
  background: rgb(255, 246, 247);
  background: linear-gradient(135deg, rgb(255, 246, 247) 0%, rgb(249, 221, 225) 100%);
  position: relative;
  --link-bg: var(--accent);
  margin-top: var(--section-space);
  --section-space: clamp(4em, 12%, 120px);
  --title-mb: 0.5em;
}
.entry-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: #fff;
  height: 150px;
  display: flex;
  align-items: center;
  gap: 0.5em 15.6578947368%;
  max-width: 760px;
  padding: 5rem;
  letter-spacing: 0.2em;
  box-shadow: 0 0 12px 0 rgba(215, 141, 174, 0.2);
  border-radius: 8px;
}
.entry-btn-en {
  font-size: 112.5%;
}
.entry-btn .link-arrow {
  margin-left: auto;
}
.entry-title {
  font-size: clamp(1.6rem, 4.5vmin, 3.2rem);
}
.entry .title-sec {
  font-size: clamp(3rem, 8vmin, 7rem);
  line-height: 0.8;
}
.entry .title-sec .small {
  font-size: clamp(1.6rem, 4vmin, 2rem);
  letter-spacing: 0.1em;
}

.entry-btn2 {
    color: #fff;
    background: var(--link-bg, #fff);
    padding: 1.5em 0;
    display: block;
    max-width: 360px;
    margin: 2.5em auto;
    box-shadow: 0 0 12px 0 rgba(215, 141, 174, 0.2);
    border-radius: 8px;
    position: relative;
}
.entry-btn2:hover {
    color: #fff;
}
@media print, screen and (max-width: 767px) {
	.entry .title-sec {
	    margin-top: 1em;
	}
	.entry-btn2 {
		max-width: 230px;
	    margin: 2em auto;
	}
}

.entry-tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1em;
  gap: 0.2em;
  letter-spacing: var(--ls-wide);
}
.entry-tel .number {
  font-size: clamp(3rem, 7.5vmin, 6.2rem);
  line-height: 0.7;
}
@media print, screen and (max-width: 767px) {
  .entry-btn {
    flex-wrap: wrap;
    padding: 1.5em 1em;
    gap: 1em;
    height: 6em;
    width: calc(100% - 4em);
  }
}

.access {
  --container: 1190px;
  --section-space: clamp(4em, 12%, 120px);
}
.access-head {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.access-tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1.2em;
  gap: 0.2em;
  letter-spacing: var(--ls-wide);
}
.access-tel .number {
  font-size: clamp(2rem, 5vmin, 4rem);
  line-height: 0.7;
}
.access-schedule {
  width: 100%;
  max-width: 560px;
  margin: 1em auto;
}
.access-schedule tr {
  border-bottom: 1px var(--accent) solid;
}
.access-schedule th {
  color: var(--accent);
  text-align: left;
}
.access-schedule td {
  text-align: center;
  padding: 1em;
}
@media print, screen and (max-width: 767px) {
  .access .col {
    margin-bottom: 2em;
  }
}

.footer {
  background: rgb(255, 246, 247);
  background: linear-gradient(270deg, #fbb8d6 0%, #d78dae 100%);
  color: #fff;
  --section-space: clamp(4em, 12%, 120px);
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.9em;
  line-height: 1.25;
  margin-bottom: 1em;
}
.footer .copy {
  font-size: 12px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 11.3333333333%;
  --link-bg: transparent;
}
.footer-menu-link {
  display: flex;
  gap: 0.25em;
  align-items: center;
  font-size: clamp(1.4rem, 3.5vmin, 1.8rem);
}
@media print, screen and (max-width: 767px) {
  .footer-nav {
    order: 1;
  }
  .footer-info {
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    min-width: 360px;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
}
.scrolled .pagetop {
  animation: 1s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-name: fade_in, slide_in_y;
}
.pagetop-btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  text-align: center;
}
.pagetop-btn .arrow {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.pagetop-btn:hover {
  color: #fff;
}

.page-home .catch {
  position: relative;
  --container: 1270px;
  background: rgb(255, 246, 247);
  background: linear-gradient(270deg, #fbb8d6 0%, #d78dae 100%);
}
.page-home .catch-bg {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.page-home .catch-bg img {
  max-width: none;
  width: 100%;
  min-height: 888px;
  object-fit: cover;
  object-position: center;
}
.page-home .catch-en {
  opacity: 0;
}
.page-home .catch-front {
  padding-top: var(--header-h);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .catch-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: clamp(2.4rem, 6vmin, 4.8rem);
  letter-spacing: var(--ls-wide);
  align-items: flex-start;
  margin-top: -0.65em;
  margin-left: 0.5em;
}
.page-home .catch-title1 {
  color: #fff;
  background-color: var(--accent);
  padding-left: 0.5em;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  --delay-anime: 1.25s;
}
.page-home .catch-title2 {
  background-color: #fff;
  color: var(--accent);
  padding-left: 0.5em;
  margin-left: 1.4em;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  --delay-anime: 1.75s;
}
@media print and (orientation: portrait), screen and (max-width: 767px) and (orientation: portrait) {
  .page-home .catch-bg img {
    min-height: 100vh;
  }
}
.page-home .catchloaded .catch-bg {
  animation: maskIn 1.25s 0.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-en {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, blur_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-title1 {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, maskIn 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-title2 {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, maskIn 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-h1 {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-water {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, blur_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-icon-item {
  animation: fade_in 0.75s var(--delay-anime, 1.2s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 0.75s var(--delay-anime, 1.2s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .catchloaded .catch-bottom {
  animation: fade_in 0.75s var(--delay-anime, 1.5s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 0.75s var(--delay-anime, 1.5s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .point {
  --container: 100%;
  padding-top: 0;
  overflow-x: hidden;
}
.page-home .point-img {
  position: relative;
}
.page-home .point-img img {
  border-radius: 8px;
}
.page-home .point-img::before {
  content: "";
  display: block;
  position: absolute;
  right: 120px;
  top: 0;
  width: 50vw;
  height: 95%;
  background: rgb(255, 246, 247);
  background: linear-gradient(135deg, rgb(255, 246, 247) 0%, rgb(249, 221, 225) 100%);
}
.page-home .point-en {
  position: relative;
}
.page-home .point-img-grp {
  position: relative;
  display: grid;
  gap: 1.25em 2.5em;
  grid-template-columns: repeat(2, 1fr);
}
.page-home .point-img-grp.inView .point-img-1, .page-home .point-img-grp.inView .point-img-2, .page-home .point-img-grp.inView .point-img-3 {
  animation: fade_in 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 1.75s var(--delay-anime, 0.75s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.page-home .point-img-1 {
  grid-column: 1/3;
  opacity: 0;
  --delay-anime: 0.25s;
}
.page-home .point-img-2 {
  text-align: right;
  opacity: 0;
}
.page-home .point-img-3 {
  text-align: left;
  opacity: 0;
  --delay-anime: 1.25s;
}
.page-home .point-no {
  font-size: clamp(2.2rem, 5vmin, 3.2rem);
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 1.2em;
}
.page-home .point-no::after {
  content: "";
  display: block;
  height: 1px;
  width: 3.75em;
  background-color: var(--accent);
}
.page-home .point-text h4 {
  margin: 0.6em 0;
  font-size: clamp(1.6rem, 4vmin, 2rem);
}
.page-home .point button {
    margin: 1em 0 0;
    padding: .5em 1em;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 100vmax;
    font-size: 100%;
    font-family: var(--ff-gothic);
    cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .page-home .point-img {
    padding: 2em 0;
  }
  .page-home .point-img::before {
    width: 90vw;
  }
  .page-home .point-en {
    width: 55%;
  }
}
@media print, screen and (min-width: 768px) {
  .page-home .point-img {
    width: 50%;
    padding-top: 7rem;
    padding-right: 3.4722222222%;
  }
  .page-home .point-img-grp {
    max-width: 629px;
    margin-left: auto;
  }
  .page-home .point-text {
    width: 50%;
    max-width: 560px;
    margin: 10em 0;
    padding-right: clamp(1em, 3.4722222222vw, 5rem);
  }
}
.page-home .clinic {
  position: relative;
  --section-color: #58b49b;
  --link-bg: #58b49b;
}
.page-home .clinic::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(300px, 41.6666666667vw, 50%);
  height: 95%;
  background: rgb(255, 246, 247);
  background: linear-gradient(135deg, #f8fff9 0%, #cef6eb 100%);
}
.page-home .clinic-en {
  position: absolute;
  right: 0;
  top: 1.2em;
}
.page-home .clinic .container {
  position: relative;
}
.page-home .clinic .link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 4vmin, 2.6rem);
  letter-spacing: var(--ls-wide);
  gap: 0.25em;
  margin-top: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .page-home .clinic::before {
    height: 20em;
    width: 80%;
  }
  .page-home .clinic-en {
    width: 55%;
  }
  .page-home .clinic .col {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .page-home .clinic .col:nth-of-type(2) {
    --delay-anime:0.6s;
  }
}
.page-home .message-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-home .message-title {
  color: #5db1c8;
  font-size: clamp(1.6rem, 4vmin, 2.4rem);
  letter-spacing: 0.2em;
  line-height: 1.25;
  z-index: 1;
  position: relative;
}
.page-home .message-title-en {
  font-size: clamp(3rem, 8vmin, 7rem);
}
.page-home .message-en {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-45%);
  pointer-events: none;
}
.page-home .message-img {
  margin-left: -12.5%;
}
@media print, screen and (max-width: 767px) {
  .page-home .message-en {
    width: 15em;
  }
}

.page-flow .flow-block {
  position: relative;
  padding-bottom: clamp(2em, 6%, 6rem);
  display: grid;
  grid-template-columns: 100px auto 280px;
  gap: 1em 3rem;
}
.page-flow .flow-block::before {
  position: absolute;
  content: "";
  display: block;
  top: var(--time-h, 100px);
  left: calc(var(--time-h, 100px) / 2);
  width: 1px;
  bottom: 0;
  background-color: var(--primary);
}
.page-flow .flow-block:last-of-type::before {
  content: none;
}
.page-flow .flow-time {
  border: 1px var(--primary) solid;
  border-radius: 50%;
  height: var(--time-h, 6.25em);
  width: var(--time-h, 6.25em);
  display: grid;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.page-flow .flow-time .mincho {
  font-size: 2.6rem;
}
.page-flow .flow-title {
  font-size: clamp(2rem, 5vmin, 2.6rem);
  color: var(--primary);
  margin-top: 1em;
}
@media print, screen and (max-width: 767px) {
  .page-flow .flow-block {
    grid-template-columns: 5em auto;
    gap: 1em 1.5em;
    --time-h: 5em;
  }
  .page-flow .flow-img {
    grid-column: 2/3;
  }
  .page-flow .flow-time .mincho {
    font-size: clamp(2rem, 5vmin, 2.6rem);
  }
}
@media print, screen and (min-width: 768px) {
  .page-flow .flow-img {
    --delay-anime: 0.75s;
  }
}

.page-features .features {
  overflow-x: hidden;
  --container: 1190px;
}
.page-features .features-head {
  display: flex;
  align-items: center;
  gap: 0 clamp(1em, 4.8611111111%, 7rem);
}
.page-features .features-head::before {
  content: "";
  width: 55.5555555556%;
  height: 12.375em;
  background: rgb(248, 255, 249);
  background: linear-gradient(135deg, rgb(248, 255, 249) 0%, rgb(206, 246, 235) 100%);
}
.page-features .features-no {
  letter-spacing: 0.2em;
  font-size: clamp(1.4rem, 3.5vmin, 1.8rem);
  line-height: 1;
  color: var(--primary);
}
.page-features .features-no .number {
  letter-spacing: 0;
  font-size: clamp(5rem, 12.5vmin, 9.2rem);
}
.page-features .features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em clamp(1.5em, 6.0344827586%, 7rem);
  align-items: center;
}
.page-features .features-img {
  position: relative;
}
.page-features .features-img .shadow {
  box-shadow: 0 0 12px 0 rgba(215, 141, 174, 0.2);
}
.page-features .features-img .rounded {
  border-radius: 8px;
}
.page-features .features-en {
  position: absolute;
  top: 0;
  left: 18.8679245283%;
  transform: translateY(-50%);
}
.page-features .features-title {
  font-size: clamp(2rem, 5vmin, 2.6rem);
  color: var(--primary);
}
.page-features .features-2 .features-en {
  left: auto;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .page-features .features-head::before {
    height: 7em;
  }
  .page-features .features-title {
    margin: 1em 0;
  }
  .page-features .features-text {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .page-features .features-row {
    margin-top: -5em;
  }
  .page-features .features-img {
    width: 45.6896551724%;
  }
  .page-features .features-text {
    width: 50%;
    max-width: 460px;
  }
  .page-features .features-1 .features-img, .page-features .features-3 .features-img {
    order: 1;
  }
  .page-features .features-1 .features-text, .page-features .features-3 .features-text {
    order: 2;
  }
  .page-features .features-2 .features-head {
    flex-direction: row-reverse;
  }
  .page-features .features-2 .features-row {
    justify-content: flex-end;
  }
}

.page-message .mv-bg {
  background: rgb(233, 249, 251);
  background: linear-gradient(135deg, rgb(233, 249, 251) 0%, rgb(174, 237, 249) 100%);
}
.page-message .mv-text {
  color: #5db1c8;
}
.page-message .message {
  --container: 1190px;
}
.page-message .message-bg {
  background: rgb(233, 249, 251);
  background: linear-gradient(135deg, rgb(233, 249, 251) 0%, rgb(174, 237, 249) 100%);
  padding: 7rem 8.6206896552%;
}
.page-message .message-inner {
  background-color: #fff;
  position: relative;
  padding: 9rem 10.4166666667% 7rem;
}
.page-message .message-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-message .message p + p {
  margin-top: 1.5em;
}
.page-message .message-from {
  margin-top: 4.375em;
}
.page-message .message-name {
  font-size: clamp(2rem, 5vmin, 2.6rem);
}
.page-message .message-title {
  font-size: clamp(2rem, 5vmin, 2.6rem);
  margin-bottom: 0.5em;
  color: #5db1c8;
}
.page-message .features {
  overflow-x: hidden;
  --container: 1190px;
}
.page-message .features-head {
  display: flex;
  align-items: center;
  gap: 0 clamp(1em, 4.8611111111%, 7rem);
}
.page-message .features-head::before {
  content: "";
  width: 55.5555555556%;
  height: 12.375em;
  background: rgb(248, 255, 249);
  background: linear-gradient(135deg, rgb(248, 255, 249) 0%, rgb(206, 246, 235) 100%);
}
.page-message .features-no {
  letter-spacing: 0.2em;
  font-size: clamp(1.4rem, 3.5vmin, 1.8rem);
  line-height: 1;
  color: var(--primary);
}
.page-message .features-no .number {
  letter-spacing: 0;
  font-size: clamp(5rem, 12.5vmin, 9.2rem);
}
.page-message .features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em clamp(1.5em, 6.0344827586%, 7rem);
  align-items: center;
}
.page-message .features-img {
  position: relative;
}
.page-message .features-img .shadow {
  box-shadow: 0 0 12px 0 rgba(215, 141, 174, 0.2);
}
.page-message .features-img .rounded {
  border-radius: 8px;
}
.page-message .features-en {
  position: absolute;
  top: 0;
  left: 18.8679245283%;
  transform: translateY(-50%);
}
.page-message .features-title {
  font-size: clamp(2rem, 5vmin, 2.6rem);
  color: var(--primary);
}
.page-message .features-2 .features-en {
  left: auto;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .page-message .features-head::before {
    height: 7em;
  }
  .page-message .features-title {
    margin: 1em 0;
  }
  .page-message .features-text {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .page-message .features-row {
    margin-top: -5em;
  }
  .page-message .features-img {
    width: 45.6896551724%;
  }
  .page-message .features-text {
    width: 50%;
    max-width: 460px;
  }
  .page-message .features-1 .features-img, .page-message .features-3 .features-img {
    order: 1;
  }
  .page-message .features-1 .features-text, .page-message .features-3 .features-text {
    order: 2;
  }
  .page-message .features-2 .features-head {
    flex-direction: row-reverse;
  }
  .page-message .features-2 .features-row {
    justify-content: flex-end;
  }
}

.page-requirements .mv-bg {
  background: rgb(233, 249, 251);
  background: linear-gradient(135deg, #fff6f7 0%, #f9dde1 100%);
}
.page-requirements .mv-text {
  color: var(--accent);
}
.page-requirements .requirements {
  overflow-x: hidden;
  --container: 1190px;
}
.page-requirements .requirements-block {
  background-color: #fff;
  box-shadow: 0 12px 40px 0 rgba(215, 141, 174, 0.2);
  margin-bottom: clamp(3em, 6%, 6rem);
  padding: clamp(3em, 6%, 6rem) 8.6206896552%;
}
.page-requirements .requirements-head {
  margin-bottom: clamp(1.5em, 5%, 5rem);
}
.page-requirements .requirements-label {
  font-size: clamp(1.6rem, 4vmin, 2rem);
  color: var(--accent);
  background: rgb(233, 249, 251);
  background: linear-gradient(135deg, #fff6f7 0%, #f9dde1 100%);
  width: 15em;
  height: 3em;
  padding: 0.5em;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
}
.page-requirements .requirements-title {
  font-size: clamp(2.4rem, 6vmin, 3.2rem);
}
.page-requirements .requirements-table {
  width: 100%;
}
.page-requirements .requirements-table tr {
  border-top: 1px #dddddd solid;
}
.page-requirements .requirements-table th {
  color: var(--accent);
  padding: 1.5em 0;
  text-align: left;
  width: clamp(6em, 20.8333333333%, 20rem);
}
.page-requirements .requirements-table td {
  padding: 1.5em 0;
}
.page-entry .entry-sec {
  overflow-x: hidden;
}
.page-entry .entry-block {
  background-color: #fff;
  box-shadow: 0 12px 40px 0 rgba(215, 141, 174, 0.2);
  margin-bottom: clamp(3em, 6%, 6rem);
  padding: clamp(3em, 6%, 6rem) 8.6206896552%;
}
.page-entry .entry-head {
  margin-bottom: clamp(1.5em, 5%, 5rem);
}
.page-entry .entry-label {
  font-size: clamp(1.6rem, 4vmin, 2rem);
  color: var(--accent);
  background: rgb(233, 249, 251);
  background: linear-gradient(135deg, #fff6f7 0%, #f9dde1 100%);
  width: 15em;
  height: 3em;
  padding: 0.5em;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
}
.page-entry .entry-title {
  font-size: clamp(2.4rem, 6vmin, 3.2rem);
}
.page-entry .entry-table {
  width: 100%;
}
.page-entry .entry-table tr {
  border-top: 1px #dddddd solid;
}
.page-entry .entry-table th {
  padding: 1.5em 0;
  text-align: left;
  width: clamp(6em, 20.8333333333%, 20rem);
  vertical-align: top;
  font-weight: bold;
}
.page-entry .entry-table td {
  padding: 1.5em 0 1.5em 1em;
  width: 79.1666666667%;
}
.form-input {
  border: 1px #ccc solid;
  width: 100%;
  height: 2.6em;
  max-width: 600px;
  padding: 0 1em;
}
.form-input.fat {
  height: 10em;
  padding: 1em;
}
.form-btn {
  display: flex;
  color: #fff;
  background-color: var(--accent);
  font-size: 120%;
  width: 9em;
  height: 2.6em;
  align-items: center;
  justify-content: center;
}
.form-privacy {
  margin: 1.5em auto 3em;
}/*# sourceMappingURL=style.css.map */


.balloon {
    max-width: 200px;
    position: fixed;
    right: 3em;
    bottom: 3em;
    z-index: 997;
}
.balloon .inner {
    position: relative;
}
.balloon .inner .close {
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--accent);
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 997;
}
.balloon.none {
	display: none !important;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 640px) {
	.balloon {
		max-width: 140px;
	    right: 1em;
	    bottom: 1em;
	}
}



.modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: calc(infinity);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal.fade-in {
    opacity: 1;
}
.modal.fade-out {
    opacity: 0;
}
.modal .overlay {
    height: 100vh;
    width: 100%;
    background: #000;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: .6;
}
.modal .box {
    width: 100%;
    max-width: fit-content;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.modal .box .img {
    width: 100%;
    height: 85vh;
    overflow-y: scroll;
    padding: 1em;
    display: grid;
    gap: 1em;
}
.modal .box .close {
    color: #fff;
    font-size: 4.0rem;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 100%;
}
@media (max-width: 640px) {
	.modal .box {
	    width: 100%;
	    max-width: 90%;
	    background: #fff;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    z-index: 9999;
	}
}

