@charset "UTF-8";
@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.22em;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}

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

:where(p) {
  margin: 0 0 1em;
}

:root {
  --sp-header-height: 7.0rem;
  --pc-header-height: 100px;
  --font-weight: 500;
  --letter-spacing: 0.03em;
  --sp-font-size: 1.5rem;
  --pc-font-size: 1.8rem;
  --pc-l-height: 1.77;
  --color-base-txt: #634525;
  --color-base-txt-rgb: 99,69,37;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #5fc1c7;
  --color-main-dark: #3fa3b3;
  --color-main-soft: #a3dbdf;
  --color-main-smok: #cfedee;
  --color-main-lite: #e4f4f5;
  --color-main-pale: #f2faff;
  --color-main-nuance: #f1f9fa;
  --color-sub: #f3adc5;
  --color-sub-dark: #ec81a6;
  --color-sub-lite: #fbe6ee;
  --color-bg-aq: #d6f0ff;
  --color-bg-aq-rgb: 214,240,255;
  --color-bg-ye: #fbf6e8;
  --color-bg-be: #eae2d5;
  --color-bg-gr: #e5f9ee;
  --color-sns-line: #06c755;
  --color-sns-line-hover: #05b34d;
  --color-border: #afafaf;
  --color-emphasis: #ee868b;
  --color-attention: #e85960;
  --color-highlight: #ffe973;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #808080;
  --color-gray-rgb: 128,128,128;
  --color-palegray: #ccc;
  --color-palegray-rgb: 204,204,204;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Maru Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
}

body {
  word-wrap: break-word;
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  background-image: url(../img/body_bg_wave_ani.svg), url(../img/body_bg_surface.svg), linear-gradient(rgba(var(--color-bg-aq-rgb), 1) 50%, rgba(var(--color-bg-aq-rgb), 0)), url(../img/body_bg_cloud.svg);
  background-repeat: no-repeat, repeat-x, repeat-x, no-repeat;
  background-position: 70% 22.5rem, 50% 20rem, 0 21.5rem, 80% 3.5rem;
  background-size: 115% auto, auto 1.8rem, 100% 20rem, 240% auto;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*):before, :where(*)::after {
    letter-spacing: revert;
  }
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
    background-position: 50% 620px, 50% 500px, 0 520px, 50% 0;
    background-size: 1860px auto, 2000px auto, 100% 350px, 2400px auto;
  }
  a, button {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpPon {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes keyvslchar {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 3%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes seagull {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15%);
  }
}
@keyframes seagull_lite {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8%);
  }
}
@keyframes yacht_head {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes yacht_foot {
  0% {
    transform: translateY(0) translateX(0);
  }
  15% {
    transform: translateY(1%) translateX(0);
  }
  30% {
    transform: translateY(0) translateX(-8%);
  }
  45% {
    transform: translateY(1%) translateX(-8%);
  }
  60% {
    transform: translateY(0) translateX(-16%);
  }
  75% {
    transform: translateY(1%) translateX(-16%);
  }
  90% {
    transform: translateY(0) translateX(-8%);
  }
  100% {
    transform: translateY(1%) translateX(-8%);
  }
}
@keyframes submarineSp {
  0% {
    transform: translateY(5%) scale(-1, 1);
  }
  45% {
    transform: translateY(0%) scale(-1, 1);
  }
  100% {
    transform: translateY(5%) scale(-1, 1);
  }
}
@keyframes submarinePc {
  0% {
    transform: translateY(3px);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
  }
}
@keyframes fish01 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0.8;
    transform: translateY(8%);
  }
  80% {
    opacity: 0.5;
    transform: translateY(-4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fish02 {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes fish03 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  40% {
    opacity: 0.7;
    transform: translate(0, 7%);
  }
  60% {
    opacity: 1;
    transform: translate(-2%, 8%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes whaleshark {
  0% {
    transform: translateX(0) scale(0.9);
  }
  100% {
    transform: translateX(-10%) translateY(-5%) scale(1);
  }
}
@keyframes gardeneel {
  0% {
    transform: rotateZ(0deg) scaleY(0.95);
  }
  100% {
    transform: rotateZ(-3deg) scaleY(1.05);
  }
}
@keyframes devilfish {
  0% {
    transform: translateX(5%) translateY(0);
  }
  25% {
    transform: translateX(0) translateY(-3%);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(-20%) translateY(-3%);
  }
}
#global_header {
  position: relative;
  overflow-x: clip;
  width: 100%;
  padding-top: 6rem;
}
#global_header .header_wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 0 7.4rem 0 1.4rem;
  background: var(--color-base-bg);
}
#global_header .header_wrap .logo {
  width: 100px;
  /*margin-left: 2rem;*/
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .ctc {
  display: block;
  text-align: right;
}
#global_header .header_wrap .ctc .acs {
  font-size: 1.4rem;
}
#global_header .header_wrap .ctc .acs::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81b';
  transform: scale(1.1);
}
#global_header .header_wrap .ctc .phone {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-main);
}
#global_header::before {
  position: absolute;
  top: 14rem;
  left: -3rem;
  display: block;
  width: 6rem;
  aspect-ratio: 102/71;
  background-image: url(../img/icon_dolphin.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
}
#global_header::after {
  position: absolute;
  top: 16.5rem;
  right: -5rem;
  display: block;
  width: 7rem;
  aspect-ratio: 45/34;
  background-image: url(../img/icon_yacht.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 20px;
  }
  #global_header .header_wrap {
    position: static;
    inset: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    height: 120px;
    margin-inline: auto;
    padding: 0;
  }
  #global_header .header_wrap .logo {
    width: 180px;
    margin-left: 4rem;
  }
  #global_header .header_wrap .ctc {
    display: block;
    text-align: right;
  }
  #global_header .header_wrap .ctc .acs {
    font-size: 1.8rem;
  }
  #global_header .header_wrap .ctc .acs::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e81b';
    transform: scale(1.1);
  }
  #global_header .header_wrap .ctc .phone {
    font-weight: 700;
    font-size: 3.6rem;
    color: var(--color-main);
  }
  #global_header::before {
    top: 390px;
    left: calc(50% - 870px);
    width: 204px;
  }
  #global_header::after {
    top: 415px;
    right: calc(50% - 860px);
    width: 180px;
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    inset: 0 auto auto;
    z-index: 5;
    transition: 0.3s;
  }
  .js-sp_modal.is_overlay {
    inset: 6rem 0 0;
    width: 100vw;
    height: calc(100vh - 5rem);
    background-color: var(--color-base-bg);
    background-image: linear-gradient(rgba(var(--color-bg-aq-rgb), 0) 30%, rgba(var(--color-bg-aq-rgb), 1) 35%);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .js-sp_modal.is_overlay::before {
    position: absolute;
    right: 3rem;
    bottom: 10rem;
    width: 11rem;
    aspect-ratio: 5/6;
    background-image: url(../img/bg_fish01.svg), url(../img/bg_fish02.svg);
    background-repeat: no-repeat;
    background-position: left top, left bottom;
    background-size: contain;
    content: "";
  }
  .js-sp_modal.is_overlay::after {
    position: absolute;
    left: 3rem;
    bottom: 8rem;
    width: 9rem;
    aspect-ratio: 8/5;
    background-image: url(../img/icon_submarine.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(3rem);
    transition: 0.2s;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: 0.8s ease 0.3s;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    inset: 0 0 auto;
    z-index: 5;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav li .sub_btn {
  width: 100%;
}
#global_nav .gnav li .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  color: var(--color-main);
}
#global_nav .gnav li .sub_btn.is_open::after {
  content: "\e80d";
}
#global_nav .gnav li .subnav {
  color: var(--color-white);
  background: var(--color-main);
}
#global_nav .gnav li .subnav a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: fixed;
    inset: 0 0 auto auto;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main-soft);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e81c';
    font-size: 3.4rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn.close::before {
    content: "\e81d";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 3rem;
    left: 5vw;
    overflow-y: auto;
    width: 90vw;
    max-height: 75vh;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border: 0.5rem solid var(--color-main-lite);
    border-radius: 4rem;
    box-shadow: 0.8rem 1rem 0 0 var(--color-main-soft), -0.8rem 1rem 0 0 var(--color-main-soft);
  }
  #global_nav .gnav > li ~ li {
    border-top: 2px dotted var(--color-palegray);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80c';
    color: var(--color-sub);
  }
  #global_nav .gnav .subnav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 1.5rem;
  }
  #global_nav .gnav .subnav li {
    width: 50%;
  }
  #global_nav .gnav .subnav li a {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin-inline: auto;
    padding-block: 18px;
    text-align: center;
  }
  #global_nav .gnav > li {
    --color-border: #d9d9d9;
    padding-inline: 5px;
  }
  #global_nav .gnav > li ~ li {
    border-left: 2px solid;
    border-image: repeating-linear-gradient(transparent, transparent 3px, var(--color-border) 3px, var(--color-border) 5px) 1;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    padding-inline: 12px;
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li > a.is_current, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus, #global_nav .gnav > li button.is_current {
    color: var(--color-white);
    background: var(--color-main);
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after, #global_nav .gnav > li > a.is_current::after, #global_nav .gnav > li button:hover::after, #global_nav .gnav > li button:focus::after, #global_nav .gnav > li button.is_current::after {
    color: var(--color-white);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 4px;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 1;
    width: 220px;
    transform: translateX(-50%);
  }
  #global_nav .gnav > li.sub .subnav {
    padding: 10px;
    border-radius: 10px;
  }
  #global_nav .gnav > li.sub .subnav li ~ li {
    margin-top: 10px;
  }
  #global_nav .gnav > li.sub .subnav li a {
    font-size: 1.8rem;
    line-height: 50px;
    border-radius: 10px;
  }
  #global_nav .gnav > li.sub .subnav li a:hover, #global_nav .gnav > li.sub .subnav li a:focus {
    color: var(--color-white);
    background: var(--color-main-soft);
  }
  #global_nav.js-pc_sticky {
    transition: background 1s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    background: var(--color-base-bg);
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 1;
    width: 80px;
    transition: top 0.4s;
  }
  #side_btn.is_fixed {
    top: 120px;
  }
  #side_btn ul li {
    margin-bottom: 10px;
  }
  #side_btn ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-height: 200px;
    padding: 26px 0;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: inherit;
    border: 2px solid var(--color-white);
    border-radius: 10px;
  }
  #side_btn ul li a::before {
    margin: 0 0 10px;
  }
}
@media print {
  #side_btn {
    display: none;
  }
}

main {
  display: flow-root;
}
@media screen and (min-width: 48em), print {
  main :where(*:has(.img_r, .img_l)) {
    display: flow-root;
  }
  main :where(*:has(.img_r, .img_l)) > section:first-of-type {
    clear: both;
  }
}

.overview {
  position: relative;
  overflow-x: clip;
  padding-block: 3.2rem;
  font-size: 1.4rem;
  background-image: url(../img/body_bg_wave_ani.svg), url(../img/bg_wavesurface_ani.svg), linear-gradient(var(--color-bg-aq), var(--color-bg-aq));
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: 50% 2.5rem, 50% 0, 0 1.5rem;
  background-size: 100% auto, auto 1.8rem, 100% auto;
}
.overview::before {
  animation: seagull 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  top: -2rem;
  left: 1.5rem;
  display: block;
  width: 7rem;
  aspect-ratio: 55/34;
  background-image: url(../img/icon_seagull.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
}
.overview::after {
  animation: yacht_foot 8s ease-out infinite alternate-reverse;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  display: block;
  width: 6.5rem;
  aspect-ratio: 45/34;
  background-image: url(../img/icon_yacht.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
}
.overview .wrap {
  margin: 3rem 1rem 0;
  padding: 3.2rem 1.2rem;
  --corner-size: 3rem;
  position: relative;
  z-index: 0;
}
.overview .wrap::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2deg);
}
.overview .wrap::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: var(--corner-size);
  content: "";
}
@media screen and (min-width: 48em), print {
  .overview .wrap {
    --corner-size: 6rem;
  }
  .overview .wrap::before {
    transform: rotate(3deg);
    transition: 0.3s;
  }
  .overview .wrap::after {
    transition: 0.3s;
  }
}
.overview .wrap .logo {
  max-width: 90%;
  margin: 0 auto 2.5rem;
}
.overview .wrap .ctcbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.5rem;
  margin-bottom: 2.5rem;
}
.overview .wrap .ctcbtn li {
  text-align: center;
}
.overview .wrap .ctcbtn li .phone {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-main);
}
.overview .wrap .ctcbtn li .btn_rsv {
  width: 8.5em;
}
.overview .wrap .timetable {
  margin-bottom: 2rem;
}
.overview .wrap .outline {
  display: grid;
  grid-template-columns: 6em auto;
  gap: 0.8rem 1.5rem;
  margin-bottom: 2rem;
}
.overview .wrap .outline dt {
  display: grid;
  align-items: center;
  padding-block: 0.3rem;
  padding-inline: 0.6rem;
  text-align: center;
  background: var(--color-main-smok);
  border-radius: 0.3rem;
}
.overview .wrap .outline dd {
  padding-block: 0.3rem;
  word-break: auto-phrase;
}
.overview .wrap .gmap {
  width: 100%;
  height: 30rem;
}
.overview .wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.overview .wrap .gmap {
  border-radius: 1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-block: 35px;
    font-size: 1.8rem;
    background-position: 50% 160px, 50% 0, 0 40px;
    background-size: 1860px auto, 168px auto, 100% auto;
  }
  .overview::before {
    top: -65px;
    left: calc(50% - 540px);
    width: 160px;
  }
  .overview::after {
    top: 40px;
    right: calc(50% - 540px);
    width: 160px;
  }
  .overview .wrap {
    margin: 70px auto 0;
    padding: 60px;
  }
  .overview .wrap .logo {
    max-width: 250px;
    margin: 0 auto 40px;
  }
  .overview .wrap .ctcbtn {
    gap: 0 40px;
    margin-bottom: 40px;
  }
  .overview .wrap .ctcbtn li .phone {
    font-size: 3.6rem;
  }
  .overview .wrap .ctcbtn li .btn_rsv {
    width: 260px;
    font-size: 2.4rem;
  }
  .overview .wrap .data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .overview .wrap .timetable {
    width: 510px;
    margin-bottom: 0;
  }
  .overview .wrap .outline {
    grid-template-columns: 100px auto;
    align-items: start;
    gap: 20px 24px;
    width: 510px;
    margin-bottom: 0;
  }
  .overview .wrap .outline dt {
    padding-block: 6px;
    border-radius: 6px;
  }
  .overview .wrap .outline dd {
    padding-block: 6px;
  }
  .overview .wrap .gmap {
    height: 400px;
    border-radius: 30px;
  }
}
#global_footer {
  padding: 0 0 5rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background: var(--color-bg-aq);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .pp {
  padding-block: 1em;
  font-size: 1.3rem;
}
#global_footer .pp a {
  text-decoration: underline;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.2rem;
  font-size: 94%;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 10px 0 0;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap {
    display: block;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.6em;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav {
    margin-top: 16px;
  }
  #global_footer .pp {
    margin-top: 42px;
    padding-block: 18px;
    font-size: 1.5rem;
  }
  #global_footer .pp a:hover {
    text-decoration: none;
  }
  #global_footer .copyright {
    padding-block: 21px;
    font-size: 100%;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s;
}
.js-pageup.is_active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
}

#sp_footer {
  position: fixed;
  inset: auto 0 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: var(--color-base-bg);
  transition: width 0.3s;
}
#sp_footer li {
  flex-grow: 1;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 5rem;
}
#sp_footer li a {
  display: block;
  height: 5rem;
  text-align: center;
}
#sp_footer li.phone {
  color: var(--color-white);
  background: var(--color-main-dark);
}
#sp_footer li.rsv {
  color: var(--color-white);
  background: var(--color-emphasis);
}
#sp_footer li.line {
  color: var(--color-white);
  background: var(--color-sns-line);
}
#sp_footer.is_active {
  width: calc(100% - 5rem);
}
body.spnav_modal #sp_footer.is_active {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  background: var(--color-white);
  border: none;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: var(--color-main-soft);
    background: transparent;
    border-radius: 50%;
  }
  #pageup::before {
    content: "\e80d";
  }
  #pageup:hover {
    color: var(--color-main);
    background: transparent;
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf, .l-intro {
  display: flow-root;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.img_c, .img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
:is(figure, div).img_c, .img_l, .img_r {
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
:is(figure, div).img_c::before, .img_l::before, .img_r::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2deg);
}
:is(figure, div).img_c > img, .img_l > img, .img_r > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  :is(figure, div).img_c, .img_l, .img_r {
    --corner-size: 3rem;
  }
  :is(figure, div).img_c::before, .img_l::before, .img_r::before {
    transform: rotate(3deg);
    transition: 0.3s;
  }
  :is(figure, div).img_c::after, .img_l::after, .img_r::after {
    transition: 0.3s;
  }
}

.img_c.w100 {
  max-width: 100%;
}

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  :is(figure, div).img_c {
    margin: 10px auto 40px;
  }
  .img_l {
    float: left;
    max-width: 420px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
  }
  :is(figure, div).img_l {
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 35px;
    margin-left: 10px;
  }
  :is(figure, div).img_l.mb0 {
    margin-bottom: 0;
  }
  .img_r {
    float: right;
    max-width: 420px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
  }
  :is(figure, div).img_r {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 35px;
    margin-left: 40px;
  }
  :is(figure, div).img_r.mb0 {
    margin-bottom: 0;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.red {
  color: #f00;
}

section > :last-child {
  margin-bottom: 0;
}

.l-intro > :last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 6rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ section {
  margin-top: 3.5rem;
}
article > .l-intro ~ section section {
  margin-top: 2.5rem;
}
article > section ~ section {
  margin-top: 5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article :is(h1, h2, h3, h4, h5) + section {
  margin-top: 0;
}
article :is(h1, h2, h3, h4, h5) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 100px;
  }
  article > .l-intro {
    margin-bottom: 60px;
  }
  article > .l-intro ~ section {
    margin-top: 60px;
  }
  article > .l-intro ~ section section {
    margin-top: 40px;
  }
  article > section ~ section {
    margin-top: 90px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.2rem;
}

.tpolicy_tit, .treatment_tit, .feature_tit, .greeting_tit, .tit_02 {
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.7em;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  background-image: url(../img/tit_02_l.svg), url(../img/tit_02_r.svg);
  background-repeat: no-repeat;
  background-position: 0% calc(50% - 0.7rem), 100% calc(50% - 0.7rem);
  background-size: 1.28em auto;
}

.tit_02 {
  margin-bottom: 2.4rem;
}
.tit_02::after {
  display: block;
  margin: 1.3rem auto 0;
  width: 5rem;
  height: 0.3rem;
  background: var(--color-main);
  border-radius: 0.15rem;
  content: "";
}

.tit_03 {
  margin-bottom: 1.6rem;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 500;
  font-size: 2rem;
  word-break: auto-phrase;
  line-height: 1.3;
  background: var(--color-main-smok);
  border-radius: 0.7rem;
}
.tit_03::before {
  display: inline-block;
  width: 0.3rem;
  height: 2rem;
  margin-left: -1rem;
  margin-right: 1rem;
  border-radius: 0.15rem;
  background: var(--color-main);
  vertical-align: -0.2rem;
  content: "";
}

.tit_04 {
  --color-sub-lite: #fbe7ee;
  margin-bottom: 1.5rem;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  background: var(--color-sub-lite);
  border-radius: 0.7rem;
}
.tit_04::before {
  display: inline-block;
  width: 0.3rem;
  height: 1.9rem;
  margin-left: -1rem;
  margin-right: 1rem;
  border-radius: 0.15rem;
  background: var(--color-white);
  vertical-align: -0.2rem;
  content: "";
}

.tit_05 {
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.1rem 0.6rem 0.6rem 2.8rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
  background-image: url(../img/tit_05.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2rem auto;
  border-bottom: 2px solid;
  border-image: repeating-linear-gradient(90deg, transparent, transparent 5px, var(--color-main) 5px, var(--color-main) 7px) 1;
}

.tit_06 {
  margin-bottom: 0.8rem;
  padding-left: 2.8rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  background-image: url(../img/tit_06.svg);
  background-repeat: no-repeat;
  background-position: 0 0.2rem;
  background-size: 2.2rem auto;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  .tpolicy_tit, .treatment_tit, .feature_tit, .greeting_tit, .tit_02 {
    padding-inline: 90px;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    background-position: 0% calc(50% - 12px), 100% calc(50% - 12px);
    background-size: 60px auto;
  }
  .tit_02 {
    margin-bottom: 50px;
  }
  .tit_02::after {
    margin: 20px auto 0;
    width: 100px;
    height: 4px;
    border-radius: 2px;
  }
  .tit_03 {
    margin-bottom: 28px;
    padding: 13px 14px 14px 45px;
    font-size: 3.6rem;
    word-break: normal;
    letter-spacing: 0.03em;
    border-radius: 10px;
  }
  .tit_03::before {
    width: 8px;
    height: 34px;
    margin-left: -24px;
    margin-right: 16px;
    border-radius: 4px;
    vertical-align: -0.1em;
  }
  .tit_04 {
    margin-bottom: 28px;
    padding: 6px 14px 6px 45px;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    border-radius: 10px;
  }
  .tit_04::before {
    width: 8px;
    height: 34px;
    margin-left: -24px;
    margin-right: 16px;
    border-radius: 4px;
    vertical-align: -0.15em;
  }
  .tit_05 {
    margin-bottom: 22px;
    padding: 0 10px 13px 45px;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    background-size: 30px auto;
    border-bottom: 3px solid;
    border-image: repeating-linear-gradient(90deg, transparent, transparent 7px, var(--color-main) 7px, var(--color-main) 10px) 1;
  }
  .tit_06 {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    background-position: 0 4px;
    background-size: 30px auto;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1.5em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.4em;
  margin-right: 0.4em;
  color: var(--color-base-txt);
  transform: scale(0.88);
  content: "●";
  color: var(--color-main-soft);
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  color: var(--color-sub);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.box_symptoms, .box_notice {
  margin-bottom: 1em;
  border-radius: 1.5rem;
}
.box_symptoms > :last-child, .box_notice > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_symptoms, .box_notice {
    border-radius: 30px;
  }
}

.box_notice {
  padding: 1.8rem 2rem;
  background-color: var(--color-bg-ye);
}
@media screen and (min-width: 48em), print {
  .box_notice {
    padding: 26px 30px;
  }
}

.box_symptoms {
  position: relative;
  padding: 1.8rem 2rem 3.6rem;
  background-color: rgba(var(--color-white-rgb), 0.3);
  border: 2px solid var(--color-main-soft);
  overflow: clip;
}
.box_symptoms::after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  z-index: -1;
  width: 6rem;
  aspect-ratio: 55/49;
  background: url(../img/icon_mt_exam02.svg) no-repeat center center/contain;
  content: "";
  transform: scale(-1, 1);
}
@media screen and (min-width: 48em), print {
  .box_symptoms {
    padding: 26px 30px 70px;
  }
  .box_symptoms::after {
    bottom: -10px;
    width: 110px;
  }
}

:where(.contents) :where(a), .lnk_txt {
  text-decoration: underline;
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover, .lnk_txt:hover {
    text-decoration: none;
  }
}

.lnk_external::after {
  display: inline-block;
  margin-left: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 80%;
}

.lnk_img {
  line-height: 1;
}
.lnk_img img {
  display: inline-block;
  margin: 0;
}
.lnk_img:hover {
  opacity: 0.7;
}

.btn_detail, .btn_back {
  padding: 0.7em 2em;
  color: var(--color-white);
  background: var(--color-main);
  border: 2px solid var(--color-main);
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 3em;
}
.btn_detail::after, .btn_back::after {
  position: absolute;
  right: 0.6em;
  top: 50%;
  display: inline-block;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn_detail::after, .btn_back::after {
    right: 1em;
  }
}
.btn_detail::after, .btn_back::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 1.05em 2em;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-main);
    background: var(--color-white);
  }
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.attn, .notification {
  color: var(--color-attention, #f00);
}

.f-smaller {
  font-size: 0.85em;
}

.f-larger {
  font-size: 1.15em;
}

.f-fpm {
  font-feature-settings: "palt";
}

.notification, ul.remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, ul.remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}

span:not(dl, ul).remarks {
  display: inline-block;
}

dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}

.notification {
  line-height: 1.5;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.btn_phone:has(> a) a::before, .btn_phone::before, .phone:has(> a) a::before, .phone::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .btn_phone:has(> a) a::before, .btn_phone::before, .phone:has(> a) a::before, .phone::before {
    margin-right: 0.2em;
    transform: scale(0.88);
  }
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.btn_phone {
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 3em;
}
.btn_phone::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
.btn_phone {
  padding: 0.4em 1em;
  font-size: 120%;
  color: var(--color-white);
  background: var(--color-main);
}
.btn_phone::before {
  transform: scale(0.88);
}
.btn_phone:has(> a) {
  padding: 0;
}
.btn_phone:has(> a)::before {
  display: none;
}
.btn_phone:has(> a) a {
  display: inline-block;
  padding: 0.4em 1em;
}
.btn_phone:has(> a) a::before {
  transform: scale(0.88);
}
@media screen and (min-width: 48em), print {
  .btn_phone {
    padding: 0.6em 1.5em;
    font-size: 112.5%;
  }
  .btn_phone::before {
    transform: scale(1.1);
  }
  .btn_phone a {
    padding: 0;
  }
}

.ico_rsv::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80f';
  line-height: 1;
}

.btn_rsv {
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 3em;
}
.btn_rsv::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
.btn_rsv {
  padding: 0.6em 1em;
  color: var(--color-white);
  background: var(--color-emphasis);
}
.btn_rsv::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80f';
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 0.7em 1.5em;
  }
  .btn_rsv::before {
    transform: scale(1.25);
  }
  .btn_rsv:hover {
    background: var(--color-attention);
  }
}

.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.timetable_tbl thead th {
  padding: 0.5rem 0;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
}
.timetable_tbl thead th:first-child {
  width: 27%;
  border-top-left-radius: 1rem;
}
.timetable_tbl thead th:last-child {
  width: 13%;
  padding-right: 2%;
  border-top-right-radius: 1rem;
}
.timetable_tbl tbody tr {
  background: var(--color-white);
}
.timetable_tbl tbody tr th {
  padding: 0.6rem 0;
  font-weight: 500;
  font-size: 95%;
  line-height: 1.3;
  word-break: auto-phrase;
  border-bottom: 1px solid var(--color-palegray);
}
.timetable_tbl tbody tr td {
  padding: 0.6rem 0;
  text-align: center;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-palegray);
}
.timetable_tbl tbody tr td:last-child {
  padding-right: 2%;
}
.timetable_tbl tbody tr td.close {
  font-size: 95%;
  color: inherit;
}
.timetable_tbl tbody tr.required th, .timetable_tbl tbody tr.required td:not(.close) {
  color: var(--color-emphasis);
}
.timetable_note {
  padding: 0.8rem 0.8rem 1.6rem;
  background: var(--color-white);
  border-radius: 0 0 1rem 1rem;
}
.timetable_note .required {
  color: var(--color-emphasis);
}
.timetable_note .closed {
  margin-top: 0.5rem;
}
.timetable_note .closed dt {
  display: inline-block;
  margin-right: 0.8rem;
  padding-inline: 1.7rem;
  background: var(--color-main-smok);
  border-radius: 0.3rem;
}
.timetable_note .closed dd {
  display: inline-block;
}
.timetable.-type_01 {
  width: 100%;
}
.timetable.-type_01 tr th, .timetable.-type_01 tr td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-main-smok);
}
.timetable.-type_01 tr th {
  background-color: var(--color-main-smok);
}

@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.75em 0;
  }
  .timetable_tbl thead th:first-child {
    border-top-left-radius: 1.1em;
  }
  .timetable_tbl thead th:last-child {
    border-top-right-radius: 1.1em;
  }
  .timetable_tbl tbody tr th {
    padding: 0.5em 0;
    font-size: 100%;
  }
  .timetable_tbl tbody tr td {
    padding: 0.6em 0;
  }
  .timetable_note {
    padding: 0.8em 1em 1.4em;
    border-radius: 0 0 1.1em 1.1em;
  }
  .timetable_note .closed dt {
    margin-right: 0.4em;
    padding-inline: 0.4em;
    text-align: center;
    border-radius: 0.3em;
  }
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  max-width: 500px;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #FFF1F4;
  padding: 20px;
}
#c-modal h3 {
  font-size: 1.8rem;
}
#c-modal p {
  font-size: 1.4rem;
}
#c-modal label {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  #c-modal h3 {
    font-size: 2.2rem;
  }
  #c-modal p {
    font-size: 1.6rem;
  }
  #c-modal label {
    font-size: 1.6rem;
  }
}

#c-modal ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#c-modal ul li {
  text-align: center;
}

#c-modal_close {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ec6d81;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #333;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 70%;
  width: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #000;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
body#page_index {
  background-image: url(../img/body_bg_wave_ani.svg), url(../img/body_bg_surface.svg), linear-gradient(rgba(var(--color-bg-aq-rgb), 1), rgba(var(--color-bg-aq-rgb), 1)), url(../img/body_bg_cloud.svg);
}
@media screen and (max-width: 47.99em) {
  body#page_index {
    background-size: 110% auto, auto 1.8rem, 100% 25rem, 240% auto;
  }
  body#page_index #global_header::before, body#page_index #global_header::after {
    display: none;
  }
  body#page_index main {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 48em), print {
  body#page_index {
    background-size: 1860px auto, 2000px auto, 100% 500px, 2400px auto;
  }
}

.greeting_tit::after, .feature_tit::after, .treatment_tit::after, .tpolicy_tit::after {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: var(--color-main);
  content: attr(data-title);
}
@media screen and (min-width: 48em), print {
  .greeting_tit, .feature_tit, .treatment_tit, .tpolicy_tit {
    padding-inline: 90px;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    background-size: 60px auto;
  }
  .greeting_tit::after, .feature_tit::after, .treatment_tit::after, .tpolicy_tit::after {
    margin-top: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.hero_img {
  opacity: 0;
}
.hero_img.is-initialized.is-active {
  animation: fadeIn 2s ease-in-out forwards;
}
.hero_img.is-initialized.is-active + .hero_wrap .catch {
  animation: fadeIn 1.6s ease-in-out 0.8s forwards;
}
.hero_wrap .catch {
  opacity: 0;
}

.hero {
  --height-hero: 35.0rem;
  position: relative;
  margin: 1rem;
}
.hero::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 25%;
  aspect-ratio: 220/136;
  background-image: url(../img/icon_seagull.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
  animation: seagull 1.8s ease-in-out infinite alternate;
}
.hero::after {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  display: block;
  width: 40%;
  aspect-ratio: 184/105;
  background-image: url(../img/index/kyvsl_ico_manatee.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
  animation: keyvslchar 6s ease-out infinite alternate;
}
.hero_img {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: var(--height-hero);
  border-radius: 5rem;
  overflow: hidden;
}
.hero_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: var(--height-hero);
  padding: 1.5rem 1.5rem 8rem;
}
.hero_wrap .catch {
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
}
.hero_wrap .catch::before {
  position: absolute;
  left: -0.3em;
  top: -0.3em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/index/kyvsl_catch_point.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.hero_wrap .catch span {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0 0 0.2rem 1rem;
  color: var(--color-main);
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0 var(--color-main);
}
.hero_wrap .catch span em {
  color: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 700px;
    width: 1200px;
    margin: 0 auto 30px;
  }
  .hero::before {
    width: 220px;
  }
  .hero::after {
    right: 15px;
    bottom: -25px;
    width: 368px;
  }
  .hero_img {
    border-radius: 140px;
  }
  .hero_wrap {
    align-items: flex-start;
    padding: 30px;
  }
  .hero_wrap .catch {
    width: 600px;
    font-size: 3.6rem;
  }
  .hero_wrap .catch::before {
    left: -0.3em;
    top: -0.2em;
  }
  .hero_wrap .catch span {
    margin-block: 6px;
    padding: 5px 20px 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 0 var(--color-main);
  }
}
.hotopics_lst.js-fade li {
  opacity: 0;
}
.hotopics_lst.js-fade.is_active > li:nth-child(1) {
  animation-name: fadeUpPon;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.hotopics_lst.js-fade.is_active > li:nth-child(2) {
  animation-name: fadeUpPon;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.hotopics_lst.js-fade.is_active > li:nth-child(3) {
  animation-name: fadeUpPon;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.hotopics_lst.js-fade.is_active > li:nth-child(4) {
  animation-name: fadeUpPon;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.hotopics_lst.js-fade.is_active > li:nth-child(5) {
  animation-name: fadeUpPon;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 48em), print {
  .hotopics_lst.js-fade.is_active > li:nth-child(1) {
    animation-duration: 1.2s;
    animation-delay: 0.3s;
  }
  .hotopics_lst.js-fade.is_active > li:nth-child(2) {
    animation-duration: 1.2s;
    animation-delay: 0.6s;
  }
  .hotopics_lst.js-fade.is_active > li:nth-child(3) {
    animation-duration: 1.2s;
    animation-delay: 0.9s;
  }
  .hotopics_lst.js-fade.is_active > li:nth-child(4) {
    animation-duration: 1.2s;
    animation-delay: 1.2s;
  }
  .hotopics_lst.js-fade.is_active > li:nth-child(5) {
    animation-duration: 1.2s;
    animation-delay: 1.5s;
  }
}

.hotopics {
  padding: 3rem 4% 4rem;
  background: var(--color-bg-aq);
}
.hotopics_lst li {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin-top: 1.6rem;
  padding: 1.8rem 1.5rem 1.8rem 2.5rem;
  border-radius: var(--corner-size);
  outline-width: 2px;
  outline-style: dotted;
  outline-color: var(--color-main-soft);
  outline-offset: -0.7rem;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
}
.hotopics_lst li::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2.6666666667deg);
}
.hotopics_lst li::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: var(--corner-size);
  content: "";
}
@media screen and (min-width: 48em), print {
  .hotopics_lst li {
    --corner-size: 3rem;
  }
  .hotopics_lst li::before {
    transform: rotate(4deg);
    transition: 0.3s;
  }
  .hotopics_lst li::after {
    transition: 0.3s;
  }
}
.hotopics_lst li .icon {
  flex: none;
  width: 22%;
}
.hotopics_lst li .icon_insta {
  width: 48px;
  margin: 1rem;
}
.hotopics_lst li .txt {
  margin-bottom: 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.hotopics_lst li .txt em {
  font-weight: inherit;
  color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .hotopics {
    padding: 80px 0 40px;
  }
  .hotopics_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 50px;
    width: 1200px;
    margin-inline: auto;
    padding-inline: 65px;
  }
  .hotopics_lst li {
    gap: 0 22px;
    width: 510px;
    margin-top: 0;
    padding: 36px 22px 36px 40px;
    outline-width: 4px;
    outline-offset: -10px;
  }
  .hotopics_lst li .icon {
    width: 110px;
  }
  .hotopics_lst li .icon_insta {
    width: 64px;
    margin: 0 1rem;
  }
  .hotopics_lst li .txt {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .hotopics_lst li {
    /* &:nth-child(1) { //1つ目だけ中央１つにしたい
       margin-inline: 50px;
     }*/
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news .js-fade {
  opacity: 0;
}
.news .js-fade .news_tit {
  opacity: 0;
}
.news .js-fade.is_active {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.news .js-fade.is_active .news_tit {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.news {
  overflow-x: clip;
  padding: 5.5rem 4% 7rem;
  background-color: var(--color-bg-aq);
  background-image: url(../img/index/icon_jellyfish.svg);
  background-repeat: no-repeat;
  background-position: right -1rem bottom 10rem;
  background-size: 10% auto;
}
.news .wrap {
  position: relative;
}
.news .wrap::after {
  animation-name: fish01;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  left: -1rem;
  bottom: -3.5rem;
  width: 9rem;
  aspect-ratio: 30/31;
  background-image: url(../img/index/icon_fish01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.news_tit {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  aspect-ratio: 1/1;
  padding-top: 0.5em;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background-image: url(../img/index/news_tit_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news_tit::before {
  animation-name: submarineSp;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  left: 190%;
  bottom: 25%;
  width: 8rem;
  aspect-ratio: 8/5;
  background-image: url(../img/icon_submarine_ani.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 47.99em) {
  .news_tit::before {
    transform: scale(-1, 1);
  }
}
.news_tit::after {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  content: attr(data-title);
}
.news_box {
  padding: 7.8rem 1.7rem 3.2rem;
  --corner-size: 3rem;
  position: relative;
  z-index: 0;
}
.news_box::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2.6666666667deg);
}
.news_box::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: var(--corner-size);
  content: "";
}
@media screen and (min-width: 48em), print {
  .news_box {
    --corner-size: 6rem;
  }
  .news_box::before {
    transform: rotate(4deg);
    transition: 0.3s;
  }
  .news_box::after {
    transition: 0.3s;
  }
}
.news_box dl {
  padding-bottom: 2rem;
  border-bottom: 2px solid;
  border-image: repeating-linear-gradient(90deg, transparent, transparent 5px, var(--color-main) 5px, var(--color-main) 7px) 1;
}
.news_box dl dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--color-main);
}
.news_box dl dt::before {
  display: inline-block;
  margin-right: 0.6rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
}
.news_box dl dt.is_open::before {
  content: "\e80d";
}
.news_box dl dt ~ dt {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid;
  border-image: repeating-linear-gradient(90deg, transparent, transparent 5px, var(--color-main) 5px, var(--color-main) 7px) 1;
}
.news_box dl dd {
  padding-top: 0.5em;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 30px 0 180px;
    background-position: right calc(50% - 750px) bottom 356px;
    background-size: 140px auto;
  }
  .news .wrap {
    padding: 50px 22px 0 140px;
  }
  .news .wrap::after {
    left: 60px;
    bottom: -60px;
    width: 240px;
  }
  .news_tit {
    top: 0;
    left: 0;
    width: 280px;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
  }
  .news_tit::before {
    animation-name: submarinePc;
    left: 55px;
    bottom: -70px;
    width: 216px;
  }
  .news_tit::after {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .news_box {
    padding: 60px 60px 80px 200px;
  }
  .news_box dl {
    padding-bottom: 36px;
    border-bottom-width: 3px;
    border-image: repeating-linear-gradient(90deg, transparent, transparent 7px, var(--color-main) 7px, var(--color-main) 10px) 1;
  }
  .news_box dl dt {
    font-size: 1.8rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 30px;
    padding-top: 30px;
    border-top-width: 3px;
    border-image: repeating-linear-gradient(90deg, transparent, transparent 7px, var(--color-main) 7px, var(--color-main) 10px) 1;
  }
}
.tpolicy_tit.js-fade {
  opacity: 0;
}
.tpolicy_tit.js-fade.is_active {
  animation-name: fadeDown;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.tpolicy_pic.js-fade, .tpolicy_tagline.js-fade {
  opacity: 0;
}
.tpolicy_pic.js-fade.is_active, .tpolicy_tagline.js-fade.is_active {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.tpolicy_lst.js-fade li {
  opacity: 0;
}
.tpolicy_lst.js-fade.is_active > li:nth-child(1) {
  animation-name: fadeUp;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.tpolicy_lst.js-fade.is_active > li:nth-child(2) {
  animation-name: fadeUp;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.tpolicy_lst.js-fade.is_active > li:nth-child(3) {
  animation-name: fadeUp;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.tpolicy {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 8rem;
  background-color: var(--color-white);
}
.tpolicy::before {
  position: absolute;
  top: -1.7rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-image: url(../img/index/tpolicy_wavesurface_ani.svg);
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 1.8rem;
  content: "";
}
.tpolicy .wrap {
  padding-inline: 4%;
}
.tpolicy_tit {
  background-position: 0% 5.5rem, 100% 5.5rem;
}
.tpolicy_tit::before {
  display: block;
  width: 8rem;
  aspect-ratio: 80/47;
  margin: 0 auto 1rem;
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.tpolicy_pic {
  width: 70%;
  margin: 2.5rem auto 1.5rem;
  --corner-size: 3rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
.tpolicy_pic::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-be);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2.6666666667deg);
}
.tpolicy_pic > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  .tpolicy_pic {
    --corner-size: 6rem;
  }
  .tpolicy_pic::before {
    transform: rotate(4deg);
    transition: 0.3s;
  }
  .tpolicy_pic::after {
    transition: 0.3s;
  }
}
.tpolicy_tagline {
  margin-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: center;
  border-bottom: 0.3rem dotted var(--color-gray);
}
.tpolicy_tagline span {
  color: var(--color-main);
}
.tpolicy_tagline em {
  font-weight: inherit;
  color: var(--color-sub);
}
.tpolicy_lst li {
  padding-left: 5.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4rem auto;
}
.tpolicy_lst li ~ li {
  margin-top: 1.6rem;
}
.tpolicy_lst li em {
  font-weight: inherit;
}
.tpolicy_lst li:nth-child(odd) {
  background-image: url(../img/index/icon_manatee_bl.svg);
}
.tpolicy_lst li:nth-child(odd) em {
  color: var(--color-main);
}
.tpolicy_lst li:nth-child(even) {
  background-image: url(../img/index/icon_manatee_pk.svg);
}
.tpolicy_lst li:nth-child(even) em {
  color: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  .tpolicy {
    z-index: 0;
    margin-bottom: -20px;
    padding-top: 80px;
    padding-bottom: 140px;
    background-image: url(../img/index/icon_seaweed.svg);
    background-repeat: no-repeat;
    background-position: right calc(50% - 770px) center;
    background-size: 180px auto;
  }
  .tpolicy::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: 168px auto;
  }
  .tpolicy .wrap {
    position: relative;
    min-height: 920px;
    padding: 0 0 0 660px;
  }
  .tpolicy_tit {
    background-position: 0% 115px, 100% 115px;
  }
  .tpolicy_tit::before {
    width: 150px;
    margin: 0 auto 26px;
  }
  .tpolicy_pic {
    position: absolute;
    top: 0;
    z-index: -1;
    margin: 0;
    right: calc(43% + 90px);
    width: 810px;
  }
  .tpolicy_tagline {
    margin-top: 50px;
    padding-bottom: 28px;
    border-bottom-width: 3px;
    font-size: 3.8rem;
  }
  .tpolicy_lst li {
    padding-left: 94px;
    padding-right: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    background-size: 64px auto;
  }
  .tpolicy_lst li ~ li {
    margin-top: 40px;
  }
}
.treatment_tit.js-fade {
  opacity: 0;
}
.treatment_tit.js-fade.is_active {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade li {
  opacity: 0;
}
.treatment_lst.js-fade.is_active > li:nth-child(1) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade.is_active > li:nth-child(2) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade.is_active > li:nth-child(3) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade.is_active > li:nth-child(4) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade.is_active > li:nth-child(5) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.treatment_lst.js-fade.is_active > li:nth-child(6) {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

.treatment {
  position: relative;
  margin-bottom: -1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  background-color: var(--color-bg-ye);
}
.treatment::before {
  position: absolute;
  top: -1.7rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-image: url(../img/index/treatment_wavesurface_ani.svg);
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 1.8rem;
  content: "";
}
.treatment .wrap {
  position: relative;
  padding-inline: 4%;
  padding-bottom: 2rem;
  background-image: url(../img/index/treatment_bg_dot.svg), url(../img/index/treatment_bg_dot.svg);
  background-repeat: no-repeat;
  background-position: left 1rem top 5rem, right 30% bottom 0;
  background-size: 8rem auto;
}
.treatment .wrap::before {
  animation-name: fish02;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  left: 0.5rem;
  top: -6rem;
  width: 7rem;
  aspect-ratio: 50/33;
  background-image: url(../img/index/icon_fish03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.treatment .wrap::after {
  animation-name: whaleshark;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  right: 0.2rem;
  top: -7rem;
  width: 10rem;
  aspect-ratio: 16/9;
  background-image: url(../img/index/icon_whaleshark.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.treatment_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 4%;
  margin-top: 3rem;
  padding-inline: 1rem;
}
.treatment_lst li {
  width: 47%;
}
.treatment_lst li a {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1/1;
  padding-top: 58%;
  font-size: 1.6rem;
  line-height: 1.6;
  background: linear-gradient(var(--color-main) 50%, var(--color-sub) 50%);
  border-radius: 2rem;
}
.treatment_lst li a::before {
  order: 3;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  color: var(--color-main);
}
.treatment_lst li a::after {
  position: absolute;
  inset: 0.3rem;
  z-index: -1;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: 50% 18%;
  background-size: 45% auto;
  border-radius: 1.8rem;
  content: "";
}
.treatment_lst .a_pediatrics::after {
  background-image: url(../img/index/treatment_ico_pediatrics.svg);
}
.treatment_lst .a_allergies::after {
  background-image: url(../img/index/treatment_ico_allergies.svg);
}
.treatment_lst .a_skin::after {
  background-image: url(../img/index/treatment_ico_skin.svg);
}
.treatment_lst .a_eye-nose-ear::after {
  background-image: url(../img/index/treatment_ico_eye-nose-ear.svg);
}
.treatment_lst .a_vaccination::after {
  background-image: url(../img/index/treatment_ico_vaccination.svg);
}
.treatment_lst .a_checkup::after {
  background-image: url(../img/index/treatment_ico_checkup.svg);
}
.treatment_lst .a_consult::after {
  background-image: url(../img/index/treatment_ico_consult.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    margin-bottom: -20px;
    padding-top: 86px;
    padding-bottom: 90px;
    background-image: url(../img/index/treatment_bg_l.svg), url(../img/index/treatment_bg_r.svg);
    background-repeat: no-repeat;
    background-position: left calc(50% - 770px) bottom 160px, right calc(50% - 770px) top 230px;
    background-size: 180px auto;
  }
  .treatment::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: 168px auto;
  }
  .treatment .wrap {
    padding-inline: 60px;
    padding-bottom: 50px;
    background-position: left calc(50% - 440px) top 62px, right calc(50% - 340px) bottom 0;
    background-size: 200px auto;
  }
  .treatment .wrap::before {
    left: 0;
    top: -125px;
    width: 200px;
  }
  .treatment .wrap::after {
    right: 0;
    top: -180px;
    width: 320px;
  }
  .treatment_lst {
    gap: 40px 80px;
    margin-top: 50px;
    padding-inline: 0;
  }
  .treatment_lst li {
    width: 240px;
  }
  .treatment_lst li a {
    padding-top: 60%;
    font-size: 2.4rem;
    border-radius: 30px;
    transition: 1s;
  }
  .treatment_lst li a::before {
    transition: 0.5s;
  }
  .treatment_lst li a::after {
    inset: 5px;
    z-index: -1;
    background-position: 50% 25px;
    background-size: 100px auto;
    border-radius: 28px;
    content: "";
    transition: 0.5s;
  }
  .treatment_lst li a:hover {
    transform: translateY(-8px);
    border-radius: 50%;
  }
  .treatment_lst li a:hover::before {
    filter: saturate(1.8);
  }
  .treatment_lst li a:hover::after {
    filter: drop-shadow(4px 0 6px var(--color-bg-be));
    border-radius: 10px;
  }
}
.feature_tit.js-fade {
  opacity: 0;
}
.feature_tit.js-fade.is_active {
  animation-name: fadeUp;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.feature_lst .box.js-fade::before {
  opacity: 0;
}
.feature_lst .box.js-fade .tit,
.feature_lst .box.js-fade .txt,
.feature_lst .box.js-fade .img {
  opacity: 0;
}
.feature_lst .box.js-fade.is_active::before {
  animation-name: fadeDown;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
.feature_lst .box.js-fade.is_active .tit {
  animation: fadeUp 0.6s ease-in-out 1.2s forwards;
}
.feature_lst .box.js-fade.is_active .txt {
  animation: fadeUp 0.6s ease-in-out 1.4s forwards;
}
.feature_lst .box.js-fade.is_active .img {
  animation: fadeIn 1s ease-in-out 0.4s forwards;
}
@media screen and (min-width: 48em), print {
  .feature_lst .box.js-fade.is_active::before {
    animation-delay: 1.2s;
  }
  .feature_lst .box.js-fade.is_active .tit {
    animation-duration: 0.8s;
    animation-delay: 0.6s;
  }
  .feature_lst .box.js-fade.is_active .txt {
    animation-duration: 0.8s;
    animation-delay: 0.8s;
  }
}

.feature {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: var(--color-white);
}
.feature::before {
  position: absolute;
  top: -1.7rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-image: url(../img/index/feature_wavesurface_ani.svg);
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 1.8rem;
  content: "";
}
.feature .wrap {
  position: relative;
  padding-inline: 4%;
}
.feature .wrap::before {
  animation-name: gardeneel;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  left: 1rem;
  top: -10rem;
  width: 7rem;
  aspect-ratio: 75/91;
  background-image: url(../img/index/icon_gardeneel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.feature .wrap::after {
  animation-name: fish03;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  right: 0;
  top: -10rem;
  width: 8rem;
  aspect-ratio: 30/31;
  background-image: url(../img/index/icon_fish02.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.feature_lst {
  counter-reset: fNum 0;
  margin-top: 3rem;
}
.feature_lst .box {
  counter-increment: fNum 1;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.feature_lst .box ~ .box {
  margin-top: 5rem;
}
.feature_lst .box::before {
  position: absolute;
  top: -1.8rem;
  z-index: 1;
  width: 8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.feature_lst .box .tit {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  margin-block: 0.5rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  word-break: auto-phrase;
}
.feature_lst .box .tit::before {
  flex: none;
  width: 5rem;
  padding-top: 1.2rem;
  padding-left: 1.6rem;
  aspect-ratio: 87/98;
  font-weight: 700;
  font-size: 2.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
@media screen and (max-width: 47.99em) {
  .feature_lst .box .tit br {
    display: none;
  }
}
.feature_lst .box .txt {
  margin-bottom: 0;
  padding-inline: 0.5rem;
}
.feature_lst .box .img {
  order: -1;
  width: 78%;
  margin: 0.5rem auto;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
.feature_lst .box .img::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-smok);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(4deg);
}
.feature_lst .box .img > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  .feature_lst .box .img {
    --corner-size: 3rem;
  }
  .feature_lst .box .img::before {
    transform: rotate(6deg);
    transition: 0.3s;
  }
  .feature_lst .box .img::after {
    transition: 0.3s;
  }
}
.feature_lst .box .img::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.feature_lst .box:nth-child(odd)::before {
  left: 0;
  aspect-ratio: 7/4;
  background-image: url(../img/index/icon_fish04.svg);
}
.feature_lst .box:nth-child(odd) .tit {
  color: var(--color-main);
}
.feature_lst .box:nth-child(odd) .tit::before {
  background-image: url(../img/index/feature_num_bl.svg);
}
.feature_lst .box:nth-child(odd) .img::after {
  right: -4rem;
  aspect-ratio: 28/23;
  background-image: url(../img/index/feature_dot01.svg);
}
.feature_lst .box:nth-child(even)::before {
  right: 0;
  aspect-ratio: 14/11;
  background-image: url(../img/index/icon_shell.svg);
}
.feature_lst .box:nth-child(even) .tit {
  color: var(--color-sub);
}
.feature_lst .box:nth-child(even) .tit::before {
  background-image: url(../img/index/feature_num_pk.svg);
}
.feature_lst .box:nth-child(even) .img::before {
  background: var(--color-sub-lite);
}
.feature_lst .box:nth-child(even) .img::after {
  left: -4rem;
  aspect-ratio: 14/11;
  background-image: url(../img/index/feature_dot02.svg);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-bottom: -20px;
    padding-top: 80px;
    padding-bottom: 200px;
    background-image: url(../img/index/feature_bg_left.webp), url(../img/index/feature_bg_right.webp);
    background-repeat: no-repeat;
    background-position: calc(50% - 770px) 0, calc(50% + 770px) 0;
  }
  .feature::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: 168px auto;
  }
  .feature .wrap {
    padding-inline: 0;
  }
  .feature .wrap::before {
    left: 60px;
    top: -200px;
    width: 150px;
  }
  .feature .wrap::after {
    right: 60px;
    top: -266px;
    width: 240px;
  }
  .feature_lst {
    margin-top: 50px;
  }
  .feature_lst .box {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px 40px;
    width: 1110px;
  }
  .feature_lst .box ~ .box {
    margin-top: 118px;
  }
  .feature_lst .box::before {
    top: -44px;
    width: 140px;
  }
  .feature_lst .box .tit {
    gap: 0 24px;
    margin-block: 0;
    font-size: 3.6rem;
    line-height: 1.33;
  }
  .feature_lst .box .tit::before {
    width: 96px;
    padding-top: 12px;
    padding-left: 30px;
    font-size: 4.8rem;
  }
  .feature_lst .box .img {
    order: unset;
    width: 470px;
    margin: 0 35px;
  }
  .feature_lst .box .img::after {
    bottom: -44px;
    width: 140px;
  }
  .feature_lst .box:nth-child(odd) {
    grid-template-columns: 540px 530px;
    margin-right: auto;
  }
  .feature_lst .box:nth-child(odd)::before {
    left: 0;
  }
  .feature_lst .box:nth-child(odd) .tit {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 40px;
  }
  .feature_lst .box:nth-child(odd) .txt {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .feature_lst .box:nth-child(odd) .img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .feature_lst .box:nth-child(odd) .img::after {
    right: -34px;
  }
  .feature_lst .box:nth-child(even) {
    grid-template-columns: 530px 540px;
    margin-left: auto;
  }
  .feature_lst .box:nth-child(even)::before {
    right: 0;
  }
  .feature_lst .box:nth-child(even) .tit {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 32px;
  }
  .feature_lst .box:nth-child(even) .txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .feature_lst .box:nth-child(even) .img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .feature_lst .box:nth-child(even) .img::after {
    left: -34px;
  }
}
.greeting .greeting_tit.js-fade {
  opacity: 0;
}
.greeting .greeting_tit.js-fade.is_active {
  animation-name: fadeIn;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.greeting .greeting_pic.js-fade,
.greeting .greeting_box.js-fade {
  opacity: 0;
}
.greeting .greeting_pic.js-fade::after,
.greeting .greeting_box.js-fade::after {
  opacity: 0;
}
.greeting .greeting_pic.js-fade.is_active,
.greeting .greeting_box.js-fade.is_active {
  animation-name: fadeIn;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.greeting .greeting_pic.js-fade.is_active::after,
.greeting .greeting_box.js-fade.is_active::after {
  animation: fadeUp 1s ease-out 1.6s forwards;
}
.greeting .bnr_page.js-fade {
  opacity: 0;
}
.greeting .bnr_page.js-fade.is_active {
  animation-name: fadeUpPon;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.greeting {
  position: relative;
  margin-bottom: -1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 8rem;
  background: var(--color-main-pale);
}
.greeting::before {
  position: absolute;
  top: -1.7rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-image: url(../img/index/greeting_wavesurface_ani.svg);
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 1.8rem;
  content: "";
}
.greeting .wrap {
  position: relative;
  padding-inline: 4%;
}
.greeting .wrap::before {
  animation: fish02 3s linear infinite alternate;
  position: absolute;
  left: 0.5rem;
  top: -6.5rem;
  width: 7rem;
  aspect-ratio: 50/33;
  background-image: url(../img/index/icon_fish03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.greeting .wrap::after {
  animation: devilfish 5s ease-in-out infinite alternate;
  position: absolute;
  right: 2rem;
  top: -6.5rem;
  width: 10rem;
  aspect-ratio: 25/11;
  background-image: url(../img/index/icon_devilfish.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.greeting_pic {
  width: 60%;
  margin: 1.5rem auto;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
.greeting_pic::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-smok);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(4deg);
}
.greeting_pic > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  .greeting_pic {
    --corner-size: 3rem;
  }
  .greeting_pic::before {
    transform: rotate(6deg);
    transition: 0.3s;
  }
  .greeting_pic::after {
    transition: 0.3s;
  }
}
.greeting_box {
  position: relative;
  padding-inline: 1rem;
}
.greeting_box::after {
  position: absolute;
  right: 0;
  bottom: 2.8rem;
  display: block;
  width: 45%;
  aspect-ratio: 80/47;
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.greeting_box .txt {
  text-align: justify;
}
.greeting_box .sign {
  margin-top: 2rem;
  line-height: 1.5;
}
.greeting_box .sign span {
  font-size: 140%;
}
.greeting_box .more {
  margin-top: 1.5rem;
}
.greeting_box .more .btn_detail {
  width: 50%;
}
.greeting .bnr_page {
  margin: 5rem 2rem 1rem;
  text-align: center;
}
.greeting .bnr_page a {
  display: inline-grid;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  border-radius: var(--corner-size);
  outline-width: 2px;
  outline-style: dotted;
  outline-color: var(--color-main-soft);
  outline-offset: -0.7rem;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
}
.greeting .bnr_page a::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2.6666666667deg);
}
.greeting .bnr_page a::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: var(--corner-size);
  content: "";
}
@media screen and (min-width: 48em), print {
  .greeting .bnr_page a {
    --corner-size: 3rem;
  }
  .greeting .bnr_page a::before {
    transform: rotate(4deg);
    transition: 0.3s;
  }
  .greeting .bnr_page a::after {
    transition: 0.3s;
  }
}
.greeting .bnr_page a::after {
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: right -5% center;
  background-size: 34% auto;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin-bottom: -20px;
    padding: 80px 0 200px;
  }
  .greeting::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: 168px auto;
  }
  .greeting .wrap {
    display: grid;
    grid-template-columns: 570px 460px;
    grid-template-rows: 100px auto;
    justify-content: space-between;
    gap: 45px 0;
    padding: 0 30px 0 60px;
  }
  .greeting .wrap::before {
    left: 0;
    top: -165px;
    width: 200px;
  }
  .greeting .wrap::after {
    right: 60px;
    top: -165px;
    width: 300px;
  }
  .greeting_tit {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .greeting_pic {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 100%;
    margin: 18px 0;
  }
  .greeting_box {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-inline: 0;
  }
  .greeting_box::after {
    right: -135px;
    bottom: -15px;
    width: 320px;
  }
  .greeting_box .txt {
    line-height: 2;
  }
  .greeting_box .sign {
    margin-top: 28px;
    line-height: inherit;
  }
  .greeting_box .sign span {
    font-size: 3rem;
  }
  .greeting_box .more {
    margin-top: 35px;
  }
  .greeting_box .more .btn_detail {
    width: 280px;
  }
  .greeting .bnr_page {
    margin: 115px 0 20px;
  }
  .greeting .bnr_page a {
    gap: 0 22px;
    width: 510px;
    height: 170px;
    padding: 40px;
    margin-inline: auto;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    outline-width: 4px;
    outline-offset: -10px;
  }
  .greeting .bnr_page a::after {
    background-position: right -40px center;
    background-size: 226px auto;
  }
  .greeting .bnr_page a:hover {
    outline-color: var(--color-main-pale);
    outline-style: solid;
    outline-offset: -5px;
    transform: translateY(-6px);
  }
  .greeting .bnr_page a:hover::before {
    transform: rotate(0deg) translateY(6px);
  }
}
.heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
  margin: 1.2rem 1.5rem;
  padding: 1rem 1.5rem;
  color: var(--color-base-txt);
  background: rgba(var(--color-base-bg-rgb), 0.7);
  border: 0.5rem solid var(--color-main-lite);
  border-radius: 5em;
}
.heading::before {
  position: absolute;
  right: -1rem;
  top: -0.5rem;
  z-index: 1;
  display: block;
  width: 23%;
  aspect-ratio: 220/136;
  background-image: url(../img/icon_seagull.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
  animation: seagull 1.8s ease-in-out infinite alternate;
}
.heading h1 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: 1200px;
    min-height: 240px;
    margin: 0 auto 20px;
    padding: 30px 60px;
    border-width: 10px;
    border-radius: 140px;
  }
  .heading::before {
    animation-name: seagull_lite;
    animation-duration: 1.2s;
  }
  .heading h1 {
    font-size: 4.8rem;
    letter-spacing: 0.1em;
  }
}

.breadcrumbs {
  padding-inline: 4%;
  font-size: 1.2rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-sub);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding-inline: 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding: 6.8rem 4% 7rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    padding: 135px calc(50% - 600px + 50px) 160px;
  }
}

.lead {
  margin-bottom: 4.5rem;
}
.lead[class*=box_] {
  position: relative;
  margin-bottom: 6rem;
  padding: 1.8rem 2.4rem 4rem;
  letter-spacing: 0.03em;
  backdrop-filter: opacity(0.3);
  overflow: clip;
}
.lead[class*=box_]::after {
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  z-index: -1;
  width: 6.8rem;
  aspect-ratio: 55/49;
  background: url(../img/icon_mt_exam01.svg) no-repeat center center/contain;
  content: "";
  filter: sepia(1) saturate(0.8);
}
@media screen and (min-width: 48em), print {
  .lead {
    margin-bottom: 80px;
  }
  .lead[class*=box_] {
    width: fit-content;
    max-width: 100%;
    min-width: 750px;
    margin-inline: auto;
    margin-bottom: 100px;
    padding: 35px 100px 45px;
    line-height: 2;
    text-align: center;
  }
  .lead[class*=box_]::after {
    right: -10px;
    bottom: -10px;
    width: 110px;
  }
}

body#page_doctor .doctor_greeting .img_l {
  max-width: 60%;
}
body#page_doctor .doctor_greeting p {
  line-height: 1.7;
}
body#page_doctor .doctor_greeting .signature {
  position: relative;
  top: -1rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 1rem;
  padding-right: 1rem;
  line-height: 1;
}
body#page_doctor .doctor_greeting .signature::after {
  width: 6rem;
  aspect-ratio: 55/49;
  background: url(../img/icon_mt_doctor.svg) no-repeat center center/contain;
  content: "";
  transform: scale(1.3);
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_charge p {
  margin-inline: 0.5rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section.bio dl {
  display: grid;
  grid-template-columns: 6rem auto;
  gap: 0.6em 0;
  margin-inline: 0.5rem;
  line-height: 1.5;
}
body#page_doctor .doctor_profile > section.bio dl dt {
  white-space: nowrap;
}
body#page_doctor .doctor_profile > section.bio dl dd {
  word-break: auto-phrase;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_l {
    max-width: 350px;
  }
  body#page_doctor .doctor_greeting p {
    font-size: 1.9rem;
    line-height: 2;
  }
  body#page_doctor .doctor_greeting .signature {
    top: 10px;
    gap: 0 15px;
    padding-right: 20px;
  }
  body#page_doctor .doctor_greeting .signature::after {
    width: 90px;
    transform: scale(1.4);
  }
  body#page_doctor .doctor_greeting .signature span {
    font-size: 125%;
  }
  body#page_doctor .doctor_charge {
    margin-top: 30px;
  }
  body#page_doctor .doctor_charge p {
    margin-inline: 20px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile > section {
    flex-grow: 1;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section .lst_ul {
    margin-inline: 13px;
  }
  body#page_doctor .doctor_profile > section.bio dl {
    grid-template-columns: 80px auto;
    margin-inline: 20px;
  }
}

body#page_clinic .clinic_logomark .tit_02 {
  margin-bottom: 0;
}
body#page_clinic .clinic_logomark .logomark {
  padding: 4.5rem 0 1.5rem;
  background: radial-gradient(circle at center bottom, rgba(var(--color-base-bg-rgb), 1) 50%, rgba(var(--color-base-bg-rgb), 0) 80%);
}
body#page_clinic .clinic_logomark .logomark img {
  max-width: 65%;
  margin-inline: auto;
  filter: drop-shadow(0 0 0.3rem var(--color-white));
}
body#page_clinic .clinic_logomark .txt {
  line-height: 1.7;
}
body#page_clinic .clinic_logomark .character .photo {
  margin-top: 3.5rem;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
body#page_clinic .clinic_logomark .character .photo::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2deg);
}
body#page_clinic .clinic_logomark .character .photo > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_logomark .character .photo {
    --corner-size: 3rem;
  }
  body#page_clinic .clinic_logomark .character .photo::before {
    transform: rotate(3deg);
    transition: 0.3s;
  }
  body#page_clinic .clinic_logomark .character .photo::after {
    transition: 0.3s;
  }
}
body#page_clinic .clinic_logomark .character .picts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 1rem 0;
}
body#page_clinic .clinic_logomark .character .picts li {
  width: fit-content;
}
body#page_clinic .clinic_logomark .character .picts li img {
  width: auto;
  height: 6rem;
}
body#page_clinic .clinic_logomark .character .picts li:nth-child(1) {
  width: 48%;
}
body#page_clinic .clinic_logomark .character .picts li:nth-child(1) img {
  height: 8.5rem;
  margin-left: auto;
}
body#page_clinic .clinic_logomark .character .picts li:nth-child(2) {
  width: 48%;
}
body#page_clinic .clinic_logomark .character .picts li:nth-child(2) img {
  height: 8.5rem;
  margin-right: auto;
}
body#page_clinic .clinic_facility figure {
  margin-top: 2.5rem;
  --corner-size: 1.5rem;
  position: relative;
  z-index: 0;
  line-height: 1;
}
body#page_clinic .clinic_facility figure::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-soft);
  border-radius: var(--corner-size);
  content: "";
  transform: rotate(2deg);
}
body#page_clinic .clinic_facility figure > img {
  border-radius: var(--corner-size);
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_facility figure {
    --corner-size: 3rem;
  }
  body#page_clinic .clinic_facility figure::before {
    transform: rotate(3deg);
    transition: 0.3s;
  }
  body#page_clinic .clinic_facility figure::after {
    transition: 0.3s;
  }
}
body#page_clinic .clinic_facility figure figcaption {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
}
body#page_clinic .privacypolicy .tit_02 i {
  font-weight: 500;
  font-size: 1.6rem;
}
body#page_clinic .privacypolicy :not(.tit_02) {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.5;
}
body#page_clinic .privacypolicy > section {
  margin-top: 1.4em;
}
body#page_clinic .privacypolicy > section > section {
  margin-top: 1em;
}
body#page_clinic .privacypolicy .lead {
  margin-bottom: 2em;
}
body#page_clinic .privacypolicy .tit {
  margin-bottom: 0.3em;
}
body#page_clinic .privacypolicy .tit_s {
  margin-bottom: 0.1em;
}
body#page_clinic .privacypolicy ul ul, body#page_clinic .privacypolicy ul ol, body#page_clinic .privacypolicy ol ul, body#page_clinic .privacypolicy ol ol {
  margin-block: 0.5em;
}
body#page_clinic .privacypolicy .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
body#page_clinic .privacypolicy .lst_ul > li ~ li {
  margin-top: 0.3em;
}
body#page_clinic .privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_clinic .privacypolicy .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
body#page_clinic .privacypolicy .lst_ol > li ~ li {
  margin-top: 0.3em;
}
body#page_clinic .privacypolicy .dl_num dt ~ dt {
  margin-top: 0.5em;
}
body#page_clinic .privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
body#page_clinic .privacypolicy .pp_sign {
  margin-top: 2em;
}
body#page_clinic .privacypolicy .pp_contactus {
  margin-top: 0.5em;
}
body#page_clinic .privacypolicy .pp_contactus div {
  word-spacing: 0.5em;
  word-break: auto-phrase;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_logomark .logomark {
    padding: 80px 0 30px;
    background: radial-gradient(at center bottom, rgba(var(--color-base-bg-rgb), 1) 61%, rgba(var(--color-base-bg-rgb), 0) 72%);
  }
  body#page_clinic .clinic_logomark .logomark img {
    width: 400px;
  }
  body#page_clinic .clinic_logomark .txt {
    font-size: 1.9rem;
    line-height: 2;
    text-align: center;
  }
  body#page_clinic .clinic_logomark .character {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
  }
  body#page_clinic .clinic_logomark .character .photo {
    flex: none;
    width: 520px;
    margin-top: 0;
  }
  body#page_clinic .clinic_logomark .character .picts {
    flex: none;
    gap: 20px;
    width: 520px;
    margin: 0;
  }
  body#page_clinic .clinic_logomark .character .picts li img {
    width: auto;
    height: 100px;
  }
  body#page_clinic .clinic_logomark .character .picts li:nth-child(1) img, body#page_clinic .clinic_logomark .character .picts li:nth-child(2) img {
    height: 130px;
  }
  body#page_clinic .clinic_facility {
    margin-top: 120px;
  }
  body#page_clinic .clinic_facility .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 80px;
  }
  body#page_clinic .clinic_facility .gallery figure {
    width: 510px;
  }
  body#page_clinic .clinic_facility .gallery figure figcaption {
    font-size: 2rem;
  }
  body#page_clinic .privacypolicy .tit_02 i {
    font-size: 3rem;
  }
  body#page_clinic .privacypolicy :not(.tit_02) {
    font-size: 1.4rem;
  }
}

body#page_information .first_guide .img_r::before {
  background-color: var(--color-main-lite);
}
body#page_information .about_appointment {
  margin-inline: -1.5rem;
  padding: 2rem 1.5rem;
  background: var(--color-bg-ye);
}
body#page_information .about_appointment > :last-child {
  margin-bottom: 0;
}
body#page_information .about_appointment .ctc {
  display: flex;
  gap: 0 1.5rem;
  margin-bottom: 2rem;
}
body#page_information .about_appointment .ctc li {
  flex: 1;
}
body#page_information .about_appointment .ctc li .btn_rsv, body#page_information .about_appointment .ctc li .btn_phone {
  width: 100%;
}
body#page_information .application_line {
  margin-inline: -1.5rem;
  padding: 2rem 1.5rem;
  background: var(--color-bg-gr);
}
body#page_information .application_line .qr {
  margin-top: 2rem;
  padding-block: 0.5rem;
}
body#page_information .application_line .qr img {
  margin-inline: auto;
  outline: 0.5rem solid var(--color-white);
}
body#page_information .application_line .lnk {
  margin-top: 1rem;
  text-align: center;
}
body#page_information .application_line .lnk .btn_line {
  min-width: 10em;
}
body#page_information .application_line .lnk .btn_line::before {
  margin-right: 0.8em;
}
@media screen and (min-width: 48em), print {
  body#page_information .first_guide {
    display: flow-root;
  }
  body#page_information .about_appointment {
    margin-inline: 0;
    padding: 30px 0 40px;
    text-align: center;
    border-radius: 30px;
  }
  body#page_information .about_appointment .ctc {
    gap: 0 20px;
    width: 450px;
    margin: 0 auto 30px;
  }
  body#page_information .application_line {
    margin-inline: 0;
    padding: 30px 0 40px;
    text-align: center;
    border-radius: 30px;
  }
  body#page_information .application_line .qr {
    margin-top: 30px;
    padding-block: 10px;
  }
  body#page_information .application_line .qr img {
    outline-width: 10px;
  }
  body#page_information .application_line .lnk {
    margin-top: 15px;
    text-align: center;
  }
}

body#page_access .contents {
  background-image: url(../img/bg_wavesurface_ani.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 1.8rem;
}
body#page_access .access_info {
  position: relative;
  display: grid;
  grid-template-columns: 8.5rem auto;
  gap: 0.8rem 1.5rem;
  margin-top: -1.2rem;
  padding-top: 1.2rem;
  background-image: url(../img/icon_clinic.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 5rem auto;
}
body#page_access .access_info dt {
  display: grid;
  align-items: center;
  padding-block: 0.3rem;
  padding-inline: 0.6rem;
  text-align: center;
  background: var(--color-main-smok);
  border-radius: 0.3rem;
}
body#page_access .access_info dd {
  padding-block: 0.3rem;
  word-break: auto-phrase;
  letter-spacing: 0.05em;
}
body#page_access .gmap {
  width: 100%;
  height: 30rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .contents {
    background-size: 168px auto;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable_note .closed dt {
    width: 120px;
  }
  body#page_access .access_info {
    grid-template-columns: 200px auto;
    gap: 15px 30px;
    font-size: 2rem;
    margin-top: 0;
    padding-top: 0;
    background-position: right bottom;
    background-size: 110px auto;
  }
  body#page_access .access_info dt {
    padding: 0.2em;
    border-radius: 0.3em;
  }
  body#page_access .access_info dd {
    padding: 0.2em;
    word-break: normal;
  }
  body#page_access .access_info dd br {
    display: none;
  }
  body#page_access .gmap {
    height: 550px;
  }
}

.vaccination_lnks {
  padding-inline: 1rem;
}
.vaccination_lnks li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .vaccination_lnks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 80px;
  }
  .vaccination_lnks li {
    margin-bottom: 0;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}

/*# sourceMappingURL=style.css.map */