@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

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

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

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

a {
  pointer-events: none;
}

button[class*=sub], .news_body a, a[target*=_blank]:not([href=nolink], a[class*=btn_rsv]), a[href$="./"], a[href*="tel:"],
a[href*="./gastrocamera.html"], a[href*="./colonoscopy.html"],
a[href*="./introduction.html"], a[href*="./checkups_vaccinations.html"],
a[href*="./privacypolicy.html"],
a[class*=btn_rsv] {
  pointer-events: auto;
}

:root {
  --clr_txt: #242424;
  --rgb_txt: 36, 36, 36;
  --clr_orange_dark: #F29600;
  --rgb_orange_dark: 242, 150, 0;
  --clr_orange_dark2: #FF9E00;
  --rgb_orange_dark2: 255, 158, 0;
  --clr_orange_dark3: #FFB741;
  --rgb_orange_dark3: 255, 183, 65;
  --clr_orange: #FFC53E;
  --rgb_orange: 255, 197, 62;
  --clr_orange_light: #F5E88F;
  --rgb_orange_light: 245, 232, 143;
  --clr_orange_light2: #FFE3A2;
  --rgb_orange_light2: 255, 227, 162;
  --clr_pink_dark: #FF4AA0;
  --rgb_pink_dark: 255, 74, 160;
  --clr_pink_dark2: #E97FB2;
  --rgb_pink_dark2: 233, 127, 178;
  --clr_pink: #F6A2CA;
  --rgb_pink: 246, 162, 202;
  --clr_pink_light: #FFD9EB;
  --rgb_pink_light: 255, 217, 235;
  --clr_pink_light2: #FFE5F2;
  --rgb_pink_light2: 255, 229, 242;
  --clr_green_dark: #07BB61;
  --rgb_green_dark: 7, 187, 97;
  --clr_green_dark2: #37D787;
  --rgb_green_dark2: 55, 215, 135;
  --clr_green_dark3: #3EDB8D;
  --rgb_green_dark3: 62, 219, 141;
  --clr_green: #48CC8A;
  --rgb_green: 72, 204, 138;
  --clr_green_light: #C3CF12;
  --rgb_green_light: 195, 207, 18;
  --clr_green_light2: #DCF3E8;
  --rgb_green_light2: 220, 243, 232;
  --clr_blue_dark: #2CB2F2;
  --rgb_blue_dark: 44, 178, 242;
  --clr_blue_dark2: #6CC8F3;
  --rgb_blue_dark2: 108, 200, 243;
  --clr_blue: #75D2FE;
  --rgb_blue: 117, 210, 254;
  --clr_blue_light: #7DD5FF;
  --rgb_blue_light: 125, 213, 255;
  --clr_yellow_dark: #FFEC64;
  --rgb_yellow_dark: 255, 236, 100;
  --clr_yellow: #F2F083;
  --rgb_yellow: 242, 240, 131;
  --clr_yellow_light: #F4F6DC;
  --rgb_yellow_light: 244, 246, 220;
  --clr_yellow_light2: #FFF9E5;
  --rgb_yellow_light2: 255, 249, 229;
  --clr_yellow_light3: #FFFAE6;
  --rgb_yellow_light3: 255, 250, 230;
  --clr_purple_dark: #6277F2;
  --rgb_purple_dark: 98, 119, 242;
  --clr_purple: #8A98E9;
  --rgb_purple: 138, 152, 233;
  --clr_purple_light: #E6EAFF;
  --rgb_purple_light: 230, 234, 255;
  --clr_gray_dark: #858585;
  --rgb_gray_dark: 133, 133, 133;
  --clr_gray_dark2: #D2D1D1;
  --rgb_gray_dark2: 210, 209, 209;
  --clr_gray_dark3: #B4B4B4;
  --rgb_gray_dark3: 180, 180, 180;
  --clr_gray_dark4: #9A9A9A;
  --rgb_gray_dark4: 154, 154, 154;
  --clr_gray: #ECECEC;
  --rgb_gray: 236, 236, 236;
  --clr_gray_light: #EFEFEF;
  --rgb_gray_light: 239, 239, 239;
  --clr_gray_light2: #F8F7F7;
  --rgb_gray_light2: 248, 247, 247;
  --clr_gray_light3: #F1F0E9;
  --rgb_gray_light3: 241, 240, 233;
  --clr_gray_light4: #E6E6E6;
  --rgb_gray_light4: 230, 230, 230;
}

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

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

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes fade_right {
    0% {
      opacity: 0;
      transform: translateX(3rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes fade_left {
    0% {
      opacity: 0;
      transform: translateX(-3rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_left {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_right {
  0% {
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin_back {
  0% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(270deg) scale(0.8);
  }
}
@keyframes spin_small {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(2rem);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes left_right {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(4rem);
    }
  }
}
@keyframes up_down {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(2rem) rotate(5deg);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes up_down {
    0% {
      transform: translateY(0) rotate(0);
    }
    100% {
      transform: translateY(4rem) rotate(5deg);
    }
  }
}
@keyframes diagonal {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(2rem, 2rem);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes diagonal {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(4rem, 4rem);
    }
  }
}
@keyframes diagonal2 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-2rem, 2rem);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes diagonal2 {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(-4rem, 4rem);
    }
  }
}
@keyframes diagonal3 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(2rem, -2rem);
  }
}
@media screen and (min-width: 48em), print {
  @keyframes diagonal3 {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(4rem, -4rem);
    }
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

.txt_blue {
  color: var(--clr_blue_dark) !important;
}

.txt_clr {
  color: var(--clr_txt) !important;
}

.txt_orange {
  color: var(--clr_orange_dark2) !important;
}

.txt_purple {
  color: var(--clr_purple_dark) !important;
}

.txt_pink {
  color: var(--clr_pink_dark);
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 4rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
  table-layout: fixed;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  letter-spacing: 0.06em;
}
.tbl_time caption .kyushin {
  background: var(--clr_pink_dark);
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  font-size: 1rem;
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (min-width: 48em), print {
  .tbl_time caption .kyushin {
    border-radius: 6px 6px 6px 6px;
  }
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  background: var(--clr_orange);
  text-align: center;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
  border-radius: 0.5rem 0 0 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col]:first-child {
    border-radius: 1rem 0 0 0;
  }
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.5rem 0 0;
  width: 15%;
  padding: 0.4rem 0.5rem 0.4rem 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 1rem 0 0;
  }
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_gray_dark3);
  background: #fff;
  padding: 1.4rem 0;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.tbl_time tr td {
  text-align: center;
  background: #fff;
  color: var(--clr_orange_dark);
  padding: 0;
  border-bottom: 1px solid var(--clr_gray_dark3);
  line-height: 1;
  font-size: 1rem;
}
.tbl_time tr td.closed {
  color: var(--clr_gray_dark4);
  font-size: 1.6rem;
}
.tbl_time tr td:last-child {
  padding: 0 0.5rem 0 0;
}
.tbl_time tr td .txt_clr {
  display: block;
  margin: 0.3rem 0 0;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 2rem;
  }
  .tbl_time caption .kyushin {
    font-size: 1.6rem;
    padding: 0 1rem;
    margin: 0 1.5rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 33%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 13%;
    padding: 1rem 2rem 1rem 0;
  }
  .tbl_time tr th[scope=row] {
    font-size: 2.2rem;
    padding: 2.5rem 0;
  }
  .tbl_time tr td {
    font-size: 1.4rem;
  }
  .tbl_time tr td.closed {
    font-size: 2.4rem;
  }
  .tbl_time tr td .txt_clr {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tbl_basic tr th {
  border: 1px solid #ccc;
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_txt);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: #ccc;
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: var(--clr_yellow_light2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  margin: 0 auto 2rem;
  font-weight: 700;
}
.tit_02::after {
  content: "";
  width: 1.34em;
  height: 1px;
  background: var(--clr_orange_dark2);
  display: block;
  margin: 0.4em auto 0;
}
.tit_02.sub_eng {
  position: relative;
}
.tit_02.sub_eng::before {
  content: attr(data-txt);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 53.3%;
  color: var(--clr_gray_dark);
  letter-spacing: 0;
  text-indent: 0;
  position: absolute;
  bottom: 0.6em;
  left: 0;
  right: 0;
  margin: auto;
  white-space: nowrap;
}
.tit_02.sub_eng::after {
  margin: 1.2em auto 0;
}
.tit_02.sub_eng.black::before {
  color: var(--clr_txt);
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
  background: var(--clr_orange);
  color: #fff;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 48em), print {
  .tit_03 {
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0.4em 1.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  border-bottom: 2px solid var(--clr_gray_light4);
}
.tit_04::before {
  font-family: "fontello";
  content: "\ec9e";
  color: var(--clr_pink_dark2);
  position: absolute;
  top: 0;
  left: 0;
}

.tit_05 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.tit_05::before {
  font-family: "fontello";
  content: "\ec9f";
  color: var(--clr_blue_dark2);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 130%;
  line-height: 1.1;
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 3rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 1rem 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.9rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_orange_dark);
  position: absolute;
  font-size: 61%;
  left: 0;
  top: 0.5em;
}
.lst_ul.pink > li::before {
  color: var(--clr_pink_dark);
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
  font-size: 100%;
  top: 0;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_pink_dark);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 32%;
  }
  .lst_dl01 dd {
    width: 68%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_txt);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  border: 2px solid var(--clr_gray);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 2rem 1rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number);
  background: var(--clr_orange_dark2);
  border-radius: 50%;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  padding: 0 0 1px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 4.8rem;
  height: 1.4rem;
  background: var(--clr_gray_light);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem 4rem 3rem 9rem;
  }
  .lst_flow > li .tit {
    font-size: 2rem;
    padding: 0;
  }
  .lst_flow > li .tit::before {
    font-size: 2.4rem;
    width: 3.4rem;
    height: 3.4rem;
    left: -6rem;
    top: -0.5rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 9.6rem;
    height: 2.8rem;
    bottom: -6.5rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.tel_style::before {
  font-family: "fontello";
  content: "\ec34";
  font-weight: normal;
}

.box1, .box2 {
  padding: 1rem;
  margin: 1em 0;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 48em), print {
  .box1, .box2 {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  .box1, .box2 {
    padding: 3rem;
  }
}

.box1 {
  background: var(--clr_yellow_light3);
}

.box2 {
  background: var(--clr_yellow_light);
}

.btn_rsv {
  display: inline-block;
  background: var(--clr_purple_dark);
  color: #fff;
  padding: 0.5rem 2rem;
  border: 2px solid #fff;
  border-radius: 1rem 1rem 1rem 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 1rem 4rem;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}

.btn_green, .btn_blue, .btn_orange, .btn_lightgreen, .btn_pink {
  display: inline-block;
  padding: 0.8rem 3em 0.8rem 2.8em;
  color: #fff;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
}
.btn_green::after, .btn_blue::after, .btn_orange::after, .btn_lightgreen::after, .btn_pink::after {
  font-family: "fontello";
  content: "\ec6b";
  position: absolute;
  right: 0.9em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .btn_green:is(:hover, :focus-visible), .btn_blue:is(:hover, :focus-visible), .btn_orange:is(:hover, :focus-visible), .btn_lightgreen:is(:hover, :focus-visible), .btn_pink:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
  .btn_green.tel_style:is(:hover, :focus-visible), .btn_blue.tel_style:is(:hover, :focus-visible), .btn_orange.tel_style:is(:hover, :focus-visible), .btn_lightgreen.tel_style:is(:hover, :focus-visible), .btn_pink.tel_style:is(:hover, :focus-visible) {
    filter: none;
  }
}

.btn_green {
  background: var(--clr_green_dark);
}

.btn_blue {
  background: var(--clr_blue_dark);
}

.btn_orange {
  background: var(--clr_orange_dark2);
}

.btn_lightgreen {
  background: var(--clr_green_light);
}

.btn_pink {
  background: var(--clr_pink_dark);
}

.btn_fb, .btn_insta {
  width: 6rem;
  height: 6rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn_fb img, .btn_insta img {
  width: 3rem;
}
@media screen and (min-width: 48em), print {
  .btn_fb, .btn_insta {
    width: 7.6rem;
    height: 7.6rem;
  }
  .btn_fb:is(:hover, :focus-visible), .btn_insta:is(:hover, :focus-visible) {
    opacity: 1;
    transform: translateY(-0.5rem);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  display: block;
  padding: 0.8rem 3em 0.8rem 2.8em;
  color: #fff;
  background: var(--clr_green);
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\ec6f";
  position: absolute;
  right: 0.9em;
  top: 50%;
  transform: rotateX(180deg) translateY(50%);
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_txt);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\71";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\77";
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_txt);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.main {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.778;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  z-index: 100;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    width: 100%;
    padding: 4rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 54rem;
    height: 6.2rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: flex;
    align-items: flex-end;
    padding: 0 10.3rem 0 0;
  }
  .header > .wrap .headR ul {
    display: flex;
    gap: 1rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#nav #hb_menu {
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  overflow: hidden;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 103;
  transition: 0.5s;
}
@media screen and (min-width: 48em), print {
  #nav #hb_menu {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
#nav #hb_menu .pc_menu {
  display: none;
}
#nav #hb_menu .hb_menu_inner {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_pink_dark);
  padding: 0;
}
#nav #hb_menu .hb_menu_inner::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#nav #hb_menu .hb_menu_inner .lines {
  display: block;
  width: 100%;
  height: 80%;
  position: relative;
}
#nav #hb_menu .hb_menu_inner .lines span {
  width: 2.2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #hb_menu .hb_menu_inner .lines span:nth-of-type(1) {
  top: 32%;
  left: 50%;
}
#nav #hb_menu .hb_menu_inner .lines span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #hb_menu .hb_menu_inner .lines span:nth-of-type(3) {
  top: 68%;
  left: 50%;
}
#nav #hb_menu.close .hb_menu_inner {
  background: var(--clr_pink_light2);
}
#nav #hb_menu.close .hb_menu_inner:after {
  opacity: 0;
}
#nav #hb_menu.close .hb_menu_inner .lines {
  height: 100%;
}
#nav #hb_menu.close .hb_menu_inner .lines span {
  top: 50% !important;
  background: var(--clr_gray_dark);
}
#nav #hb_menu.close .hb_menu_inner .lines span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #hb_menu.close .hb_menu_inner .lines span:nth-of-type(2) {
  opacity: 0;
}
#nav #hb_menu.close .hb_menu_inner .lines span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  width: 100vw;
  height: calc(100dvh - 0.1px);
  overflow-y: auto;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#nav .gnav_subnav.show {
  opacity: 1;
}
#nav .gnav_subnav .gnav_subnavL {
  padding: 6rem 1.6rem 1.6rem;
}
#nav .gnav_subnav .gnav_subnavL .logo {
  width: 60%;
  margin: 0 auto 2rem;
}
#nav .gnav_subnav .gnav_subnavL ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#nav .gnav_subnav .gnav_subnavL ul li a img {
  width: 3rem;
}
#nav .gnav_subnav .gnav_subnavR {
  background: var(--clr_yellow_light2) url(../img/deco_yelllow_dot_circle.svg) no-repeat bottom -6rem right -6rem/20rem auto;
  padding: 1.6rem;
  position: relative;
  z-index: 1;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li.nav_n {
  display: none;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li a, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li a span, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub span {
  position: relative;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li a span::after, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--clr_orange_dark2);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: left;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li a.current span::after, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub.current span::after {
  transform: scale(1, 1);
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox {
  margin: 0 0 1rem;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li {
  width: 48%;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li a {
  display: flex;
  gap: 0.5em;
  padding: 0;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\ec93";
  color: var(--clr_orange_dark2);
  font-weight: normal;
}
#nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li a.current {
  color: #f00;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
  }
  #nav #hb_menu {
    top: 3rem;
    right: 3rem;
    width: fit-content;
    display: flex;
    border: 1.2rem;
    overflow: hidden;
    border: 2px solid var(--clr_pink_dark);
    height: 9rem;
  }
  #nav #hb_menu .pc_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    width: 0;
    transition: 0.5s;
  }
  #nav #hb_menu .pc_menu #fade_inout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    opacity: 0;
    transition: 0.3s;
  }
  #nav #hb_menu .pc_menu #fade_inout::after {
    content: "MENU";
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
  #nav #hb_menu .pc_menu #fade_inout.visible {
    opacity: 1;
  }
  #nav #hb_menu .hb_menu_inner {
    width: 9rem;
    height: 9rem;
    position: relative;
    transition: 0.3s;
  }
  #nav #hb_menu .hb_menu_inner::after {
    bottom: 0.8rem;
    font-size: 1.6rem;
    transition: 0.5s;
  }
  #nav #hb_menu .hb_menu_inner .lines {
    transition: 0.5s;
  }
  #nav #hb_menu .hb_menu_inner .lines span {
    width: 4.8rem;
    height: 4px;
  }
  #nav #hb_menu.close {
    border: 2px solid var(--clr_pink_light2);
  }
  #nav #hb_menu.close .pc_menu {
    display: none;
  }
  #nav #hb_menu:is(:hover, :focus-visible) {
    opacity: 1;
  }
  #nav #hb_menu:is(:hover, :focus-visible) .hb_menu_inner {
    background: var(--clr_pink);
  }
  #nav.scrolled #hb_menu .pc_menu {
    width: 27.4rem;
  }
  #nav.scrolled #hb_menu .hb_menu_inner::after {
    opacity: 0;
  }
  #nav.scrolled #hb_menu .hb_menu_inner .lines {
    height: 100%;
  }
  #nav.scrolled #hb_menu .hb_menu_inner .lines span:nth-of-type(1) {
    top: 35%;
  }
  #nav.scrolled #hb_menu .hb_menu_inner .lines span:nth-of-type(3) {
    top: 65%;
  }
  #nav .gnav_subnav {
    width: 100%;
    height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-width: 120rem;
    display: flex;
  }
  #nav .gnav_subnav .gnav_subnavL, #nav .gnav_subnav .gnav_subnavR {
    width: 50%;
    height: 100%;
  }
  #nav .gnav_subnav .gnav_subnavL {
    padding: 0 0 0 calc((100% - 170rem) / 2);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #nav .gnav_subnav .gnav_subnavL .logo {
    width: 37rem;
    margin: 0 0 2rem;
  }
  #nav .gnav_subnav .gnav_subnavR {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    background-size: 50rem auto;
    background-position: bottom -13rem left 62rem;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 5rem calc(100% - 60rem) 5rem 15rem;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li a, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub {
    padding: 1.4rem 0;
    font-size: 2.2rem;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li a span::after, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub span::after {
    transition: 0.3s;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav_subnavR .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li a:is(:hover, :focus-visible, .current) span::after, #nav .gnav_subnav .gnav_subnavR .gnav > li .sub:is(:hover, :focus-visible, .current) span::after {
    transform: scale(1, 1);
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav {
    gap: 1rem 0;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li {
    width: 56%;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li:nth-child(2n) {
    width: 40%;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li a {
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav_subnavR .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: var(--clr_orange_dark);
    opacity: 1;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  background: var(--clr_yellow_light2);
}
.overview > .wrap {
  background: #fff;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap {
    border-radius: 5rem 5rem 5rem 5rem;
  }
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 500;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  background: var(--clr_orange_light);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align-last: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .gaiyo dt {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.overview > .wrap .gaiyo dt.two_ltrs {
  letter-spacing: 1em;
  text-indent: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem 0 0.4rem 1rem;
  letter-spacing: 0.08em;
}
.overview > .wrap .gaiyo dt:not(:last-of-type), .overview > .wrap .gaiyo dd:not(:last-of-type) {
  margin: 0 0 0.6rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  overflow: hidden;
  margin: 0 0 1rem;
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewR .gmap {
    border-radius: 3rem 3rem 3rem 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5.5rem 5rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 4rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    max-width: 54rem;
  }
  .overview > .wrap .gaiyo dt {
    width: 21.5%;
    padding: 0.9rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 78.5%;
    padding: 0.9rem 0 0.9rem 1.6rem;
  }
  .overview > .wrap .gaiyo dt:not(:last-of-type), .overview > .wrap .gaiyo dd:not(:last-of-type) {
    margin: 0 0 1.2rem;
  }
  .overview > .wrap .overviewL {
    width: 50%;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 3rem 0 0;
  }
  .overview > .wrap .overviewR {
    width: 49rem;
  }
  .overview > .wrap .overviewR .gmap {
    margin: 0 0 2rem;
    height: 43rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li > a:has(.tel_style) {
  display: block !important;
  height: 100%;
}
#tel_up ul li .tel_style {
  font-size: 1.6rem;
  background: var(--clr_green_dark);
  color: #fff;
  border: 2px solid #fff;
}
#tel_up ul li .tel_style, #tel_up ul li .btn_rsv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 48em), print {
  #tel_up ul li .tel_style, #tel_up ul li .btn_rsv {
    border-radius: 2rem 2rem 0 0;
  }
}
#tel_up ul li.up_wrap {
  width: 4rem;
  flex: none;
}
#tel_up ul li.up_wrap #pageup {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  background: var(--clr_orange_dark2);
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  position: relative;
}
@media screen and (min-width: 48em), print {
  #tel_up ul li.up_wrap #pageup {
    border-radius: 2rem 2rem 0 0;
  }
}
#tel_up ul li.up_wrap #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ec6f";
}
#tel_up ul li.up_wrap #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: 5.6rem;
    bottom: 0;
    right: 2rem;
    left: auto;
  }
  #tel_up ul {
    gap: 1rem;
  }
  #tel_up ul li .tel_style {
    font-size: 2.4rem;
  }
  #tel_up ul li .btn_rsv {
    font-size: 2.1rem;
  }
  #tel_up ul li .tel_style, #tel_up ul li .btn_rsv {
    min-width: 25.4rem;
    padding: 0 2rem;
  }
  #tel_up ul li.up_wrap {
    width: 5.6rem;
  }
  #tel_up ul li.up_wrap #pageup {
    font-size: 2rem;
  }
  #tel_up ul li.up_wrap #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_orange_dark);
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    margin: 3.5rem 0 0;
    font-size: 1.8rem;
    padding: 3rem 0 7rem;
  }
  .footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 120rem;
    margin: auto;
  }
  .footer ul li {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
    letter-spacing: 0;
  }
  .footer ul li::before {
    content: "|";
  }
  .footer ul li::after {
    content: "|";
    opacity: 0;
  }
  .footer ul li.last-in-row::after {
    opacity: 1;
  }
  .footer ul li a {
    opacity: 1;
    padding: 0 0.5rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment, .footer ul li.about {
    display: none;
  }
  .footer ul li br {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  padding: 0 0 6rem;
  overflow-x: clip;
}
.keyvsl::after {
  content: "";
  width: 52rem;
  height: 52rem;
  background: url(../img/deco_orange_circle.svg) no-repeat center/contain;
  position: absolute;
  top: -12rem;
  right: -31rem;
  z-index: -1;
  animation: left_right 8s ease infinite alternate;
}
.keyvsl .keyv_sp_pc {
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
  animation: fadein 2s forwards;
}
.keyvsl .keyv_sp_pc .slick-list div img {
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvslPC {
  display: none;
}
.keyvsl #keyvslSP {
  height: auto;
  width: 90%;
  margin: 0 0 6rem auto;
  border: 5px solid #fff;
  border-right: none;
}
.keyvsl #keyvslSP .slick-list div {
  font-size: 0;
}
.keyvsl #keyvslSP .slick-list div img {
  height: 35rem !important;
}
.keyvsl > .wrap {
  width: 100%;
  position: absolute;
  top: 28rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.keyvsl > .wrap .catch_wrap {
  background: #fff;
  width: 70%;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
.keyvsl > .wrap .catch_wrap .catch1 {
  font-size: 2.2rem;
  margin: 0 0 1rem;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
.keyvsl > .wrap .catch_wrap .catch2 {
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.keyvsl .keyvslB {
  position: relative;
}
.keyvsl .keyvslB::before {
  content: "";
  width: 25rem;
  height: 25rem;
  background: url(../img/deco_green_ring.svg) no-repeat center/contain;
  position: absolute;
  right: -15rem;
  top: 0;
  z-index: -1;
}
.keyvsl .keyvslB::after {
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/deco_blue_dot_circle.svg) no-repeat center/contain;
  position: absolute;
  top: 11rem;
  left: 8rem;
  animation: spin_back 12s cubic-bezier(0.65, 0, 0.35, 0.9) infinite alternate;
}
.keyvsl .keyvslB .b_1 {
  width: 80%;
  height: auto;
  margin: 0 0 0 auto;
  opacity: 0;
  animation: fadein 2s forwards 0.5s;
}
.keyvsl .keyvslB .b_2 {
  width: 15rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 5rem;
  border: 4px solid #fff;
  border-left: none;
  opacity: 0;
  animation: fadein 2s forwards 0.8s;
}
.keyvsl .keyvslC {
  margin: 10rem 0 0 0;
  position: relative;
}
.keyvsl .keyvslC::before {
  content: "";
  width: 92%;
  height: 100%;
  background: var(--clr_pink);
  border-radius: 0 10rem 5rem 0;
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  z-index: -1;
  animation: diagonal 10s ease infinite alternate;
}
.keyvsl .keyvslC::after {
  content: "";
  width: 40%;
  height: 8rem;
  background: url(../img/deco_purple_dot_line.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}
.keyvsl .keyvslC img {
  width: 80%;
  border: 4px solid #fff;
  border-left: none;
  opacity: 0;
  animation: fadein 2s forwards 1.3s;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    height: 140rem;
  }
  .keyvsl::before {
    content: "";
    width: 50rem;
    height: 50rem;
    background: url(../img/deco_yelllow_dot_circle.svg) no-repeat center/contain;
    position: absolute;
    top: 5.5rem;
    left: calc(50% - 23rem);
    z-index: -2;
    animation: spin 40s linear infinite;
  }
  .keyvsl::after {
    width: 130rem;
    height: 130rem;
    right: auto;
    top: -64.5rem;
    left: calc(50% - 11.5rem);
  }
  .keyvsl #keyvslSP {
    display: none;
  }
  .keyvsl #keyvslPC {
    display: block;
    height: 67rem;
    width: 90rem;
    position: absolute;
    top: 0;
    left: calc(50% - 5rem);
    border: 10px solid #fff;
  }
  .keyvsl > .wrap {
    max-width: 160rem;
    top: 8rem;
  }
  .keyvsl > .wrap .catch_wrap {
    width: fit-content;
  }
  .keyvsl > .wrap .catch_wrap .catch1 {
    font-size: 5.6rem;
    margin: 0 0 2rem;
  }
  .keyvsl > .wrap .catch_wrap .catch2 {
    font-size: 1.6rem;
  }
  .keyvsl .keyvslB {
    position: absolute;
    top: 76rem;
    left: 0;
    right: 0;
  }
  .keyvsl .keyvslB::before {
    width: 70rem;
    height: 70rem;
    right: calc(50% - 116rem);
    top: 3.5rem;
    z-index: -1;
  }
  .keyvsl .keyvslB::after {
    width: 30rem;
    height: 30rem;
    top: 30.5rem;
    left: calc(50% + 8.6rem);
  }
  .keyvsl .keyvslB .b_1 {
    width: 80rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 100rem);
  }
  .keyvsl .keyvslB .b_2 {
    width: 40rem;
    left: calc(50% - 10.7rem);
    top: 15rem;
    border: 8px solid #fff;
    border-left: 8px solid #fff;
  }
  .keyvsl .keyvslC {
    margin: 0;
    position: absolute;
    top: 48rem;
    left: calc(50% - 100rem);
  }
  .keyvsl .keyvslC::before {
    width: 91.2rem;
    height: 60rem;
    border-radius: 20rem 20rem 10rem 10rem;
    bottom: -9rem;
    left: -10rem;
    z-index: -1;
  }
  .keyvsl .keyvslC::after {
    width: 24rem;
    height: 14rem;
    right: -16rem;
    bottom: 5.5rem;
  }
  .keyvsl .keyvslC img {
    width: 72rem;
    border: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.time_acs {
  padding: 4rem 1rem;
  background: var(--clr_yellow_light2);
}
.time_acs > section {
  opacity: 0;
}
.time_acs > section.trigger {
  animation: fadein 1s forwards;
}
.time_acs .acs_map {
  margin: 6rem 0 0;
}
.time_acs .acs_map .gmap {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  .time_acs .acs_map .gmap {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}

@media screen and (min-width: 48em), print {
  .time_acs {
    padding: 6rem var(--padding120);
    display: flex;
    gap: 10rem;
  }
  .time_acs > section {
    flex: 1;
  }
  .time_acs .acs_map {
    margin: 0;
  }
  .time_acs .acs_map .gmap {
    height: 40rem;
  }
}
.fever {
  padding: 4rem 1rem 6rem;
  position: relative;
  opacity: 0;
  width: 100%;
  overflow-x: clip;
}
.fever::before {
  content: "";
  width: 100%;
  height: 17rem;
  background: var(--clr_green_light2);
  border-radius: 2rem 2rem 2rem 2rem;
  position: absolute;
  bottom: 3rem;
  left: -5rem;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .fever::before {
    border-radius: 4rem 4rem 4rem 4rem;
  }
}
.fever::after {
  content: "";
  width: 100%;
  height: 17rem;
  background: url(../img/index_fever.jpg) no-repeat center/cover;
  display: block;
  margin-left: -1rem;
  opacity: 0;
}
.fever.trigger {
  animation: fadein 1s forwards;
}
.fever.trigger::before {
  animation: fade_right 1s forwards 0.3s;
}
.fever.trigger::after {
  animation: fade_right 1s forwards 0.6s;
}
.fever p {
  line-height: 1.778;
}
.fever .btn_wrap {
  margin: 2rem 0;
}
.fever .btn_wrap li {
  width: 80%;
  margin: 0 auto 1rem;
}
.fever .btn_wrap li > a:has(.tel_style) {
  display: block !important;
}
.fever .btn_wrap li .btn_green {
  padding: 0;
  min-height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fever .btn_wrap li .btn_green::after {
  display: none;
}
.fever .btn_wrap li .btn_green.tel_style {
  font-size: 133%;
}

@media screen and (min-width: 48em), print {
  .fever {
    padding: 12rem var(--padding120) 12rem 50%;
    width: 100%;
    overflow-x: clip;
  }
  .fever::before {
    width: 93.6rem;
    height: 52.8rem;
    bottom: auto;
    top: 21rem;
    left: calc(50% - 110.6rem);
  }
  .fever::after {
    width: 92rem;
    height: 52.8rem;
    margin-left: 0;
    position: absolute;
    left: calc(50% - 100rem);
    top: 12rem;
  }
  .fever .btn_wrap {
    margin: 2.5rem 0;
    display: flex;
    gap: 5.2rem;
  }
  .fever .btn_wrap li {
    width: auto;
    flex: 1;
    margin: 0;
  }
  .fever .btn_wrap li .btn_green {
    min-height: 4.2rem;
  }
}
.eng {
  background: var(--clr_yellow_light);
  padding: 4rem 1rem;
}
.eng .txt_wrap {
  background: #fff;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  padding: 2rem 1rem;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .eng .txt_wrap {
    border-radius: 5rem 5rem 5rem 5rem;
  }
}
.eng .txt_wrap.trigger {
  animation: fadein 1s forwards;
}
.eng .txt_wrap .tit_02 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-weight: 700;
}
.eng .txt_wrap p {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.55;
}
.eng .txt_wrap .btn_blue {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .eng {
    padding: 7rem 0;
  }
  .eng .txt_wrap {
    padding: 5rem;
    width: 120rem;
    margin: auto;
  }
  .eng .txt_wrap .tit_02 {
    margin: 0 auto 2rem;
  }
  .eng .txt_wrap .btn_blue {
    margin: 4rem auto 0;
  }
}
.info {
  padding: 4rem 1rem;
  position: relative;
  width: 100%;
  overflow-x: clip;
  opacity: 0;
}
.info::before {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(../img/deco_yellow_circle_blue_dot_square.svg) no-repeat center/contain;
  position: absolute;
  right: -4rem;
  top: -3rem;
  animation: diagonal2 10s ease infinite alternate;
}
.info.trigger {
  animation: fadein 1s forwards;
}
.info .info_inner {
  border-top: 1px solid var(--clr_gray_dark);
  padding: 1rem 0 0;
}
.info .info_inner .accordion-container {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  line-height: 1.875;
}
.info .info_inner .accordion-container .accordion-item .accordion-header {
  display: block;
  margin: 0 0 0.6rem;
  padding: 0 0 0 2rem;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.info .info_inner .accordion-container .accordion-item .accordion-header::before {
  font-family: "fontello";
  content: "\ec6c";
  color: var(--clr_purple_dark);
  position: absolute;
  left: 0;
  top: 0;
}
.info .info_inner .accordion-container .accordion-item .accordion-header .accordion-date {
  margin: 0 0.5rem 0 0;
}
.info .info_inner .accordion-container .accordion-item:not(:first-of-type) .accordion-header {
  margin: 0.5rem 0 0.6rem;
  padding: 1.6rem 0 0 2rem;
  border-top: 1px solid var(--clr_gray_dark2);
}
.info .info_inner .accordion-container .accordion-item:not(:first-of-type) .accordion-header::before {
  top: 1.6rem;
}
.info .info_inner .accordion-container .accordion-item[open] .accordion-header:before {
  font-family: "fontello";
  content: "\ec69";
}
.info .info_inner .accordion-container .accordion-item .accordion-content {
  margin: 0 0 1.6rem;
  padding: 0 0 0 2rem;
  font-size: 88%;
}
.info .info_inner .accordion-container .accordion-item .accordion-content:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 12rem var(--padding120);
  }
  .info .tit_02 {
    margin: 0 0 4rem;
  }
  .info::before {
    width: 35rem;
    height: 36rem;
    right: calc(50% - 108.8rem);
    top: -7rem;
  }
  .info .info_inner {
    padding: 2rem 0 0;
  }
  .info .info_inner .accordion-container {
    max-height: 48.5rem;
    padding: 0 4rem 0 0;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-header {
    padding-left: 4rem;
    transition: 0.2s;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-header::before {
    left: 1rem;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-header:is(:hover, :focus-visible) {
    color: var(--clr_purple_dark);
  }
  .info .info_inner .accordion-container .accordion-item:not(:first-of-type) .accordion-header {
    padding-left: 4rem;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-content {
    padding-left: 4rem;
  }
}
.feature {
  padding: 0 0 6rem;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
.feature::before {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../img/deco_yelllow_dot_circle.svg) no-repeat center/contain;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
  animation: spin 40s linear infinite reverse;
}
.feature::after {
  content: "";
  width: 100%;
  height: 34rem;
  background: url(../img/index_feat.webp) no-repeat center/cover;
  display: block;
  margin-top: -3rem;
  z-index: -1;
  position: relative;
  opacity: 0;
}
.feature.trigger .feat_inner {
  animation: fade_right 1s forwards;
}
.feature.trigger::after {
  animation: fadein 1s forwards 0.5s;
}
.feature .feat_inner {
  background: rgba(var(--rgb_yellow_light2), 0.9);
  border-radius: 4rem 0 0 4rem;
  padding: 3rem 1rem 4rem;
  margin: 0 0 0 1rem;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .feature .feat_inner {
    border-radius: 8rem 0 0 8rem;
  }
}
.feature .feat_inner h2.tit {
  line-height: 1.576;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 2rem;
  letter-spacing: 0.1em;
}
.feature .feat_inner h2.tit .txt_small {
  display: block;
  font-size: 1rem;
  margin: 0.5rem 0 0;
  letter-spacing: 0.04em;
}
.feature .feat_inner ol {
  counter-reset: number 0;
}
.feature .feat_inner ol li {
  position: relative;
  padding: 1.5rem 0 1.5rem 3.5rem;
  border-bottom: 2px dotted var(--clr_gray_dark2);
}
.feature .feat_inner ol li::before {
  content: counter(number);
  counter-increment: number 1;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(to bottom, var(--clr_orange_dark3), var(--clr_orange_dark2));
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1px 0 0 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.feature .feat_inner ol li:first-child {
  border-top: 2px dotted var(--clr_gray_dark2);
}
.feature .feat_inner ol li h3.tit {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.feature .feat_inner ol li p {
  line-height: 1.778;
  letter-spacing: 0.05em;
}
.feature .feat_inner ol li .btn_orange {
  margin: 1rem 3.5rem 0 0;
  display: block;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 0;
    position: relative;
  }
  .feature::before {
    width: 50rem;
    height: 50rem;
    bottom: auto;
    top: 86rem;
    left: calc(50% - 77rem);
    right: auto;
  }
  .feature::after {
    width: 104rem;
    height: 118rem;
    margin-top: 0;
    position: absolute;
    left: calc(50% - 100rem);
    top: 0;
  }
  .feature .feat_inner {
    padding: 7.5rem 0 7rem 8.8rem;
    margin: 0 0 0 auto;
    width: calc(var(--padding120) + 68.8rem);
  }
  .feature .feat_inner h2.tit {
    font-size: 3.3rem;
    margin: 0 0 2.5rem;
    padding: 0 0 0 2rem;
  }
  .feature .feat_inner h2.tit .txt_small {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
  .feature .feat_inner ol li {
    padding: 2.2rem calc(100% - 60rem) 1.8rem 10rem;
    border-bottom: 3px dotted var(--clr_gray_dark2);
  }
  .feature .feat_inner ol li::before {
    width: 5.5rem;
    height: 5.5rem;
    left: 2.5rem;
    top: 2rem;
    font-size: 3.2rem;
  }
  .feature .feat_inner ol li:first-child {
    border-top: 3px dotted var(--clr_gray_dark2);
  }
  .feature .feat_inner ol li h3.tit {
    font-size: 2.2rem;
  }
  .feature .feat_inner ol li .btn_orange {
    margin: 1.5rem 0 0 10rem;
    padding: 0.8rem 3.5em 0.8rem 3em;
    font-size: 1.4rem;
    width: fit-content;
  }
}
.about_endoscopy {
  padding: 4rem 1rem;
  background: linear-gradient(to top, var(--clr_yellow_light) 80%, #fff 80%);
}
.about_endoscopy .about_endoscopy_inner > div {
  background: #fff;
  box-shadow: 1.5px 1.5px 8px rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  padding: 2rem 1rem;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .about_endoscopy .about_endoscopy_inner > div {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 48em), print {
  .about_endoscopy .about_endoscopy_inner > div {
    border-radius: 3rem 3rem 3rem 3rem;
  }
}
.about_endoscopy .about_endoscopy_inner > div.egd {
  margin: 0 0 2rem;
}
.about_endoscopy .about_endoscopy_inner > div.trigger {
  animation: fadein 1s forwards;
}
.about_endoscopy .about_endoscopy_inner > div .tit {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}
.about_endoscopy .about_endoscopy_inner > div .tit::before {
  font-family: "fontello";
  content: "\ec67";
  color: var(--clr_green_light);
  margin: 0 0.5rem 0 0;
  font-size: 114%;
}
.about_endoscopy .about_endoscopy_inner > div img {
  margin: 0 0 2rem;
}
.about_endoscopy .about_endoscopy_inner > div .btn_wrap {
  margin: 2rem 0 0;
}
.about_endoscopy .about_endoscopy_inner > div .btn_wrap li:not(:last-child) {
  margin: 0 0 0.6rem;
}
.about_endoscopy .about_endoscopy_inner > div .btn_wrap li .btn_lightgreen {
  min-width: 80%;
  margin: auto;
  display: block;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .about_endoscopy {
    padding: 12rem 0 8rem;
    background: linear-gradient(to top, var(--clr_yellow_light) 76.9rem, #fff 76.9rem);
  }
  .about_endoscopy .about_endoscopy_inner {
    width: 120rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .about_endoscopy .about_endoscopy_inner > div {
    width: 56rem;
    padding: 2.5rem 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about_endoscopy .about_endoscopy_inner > div.egd {
    margin: 0;
  }
  .about_endoscopy .about_endoscopy_inner > div .tit {
    font-size: 2.4rem;
  }
  .about_endoscopy .about_endoscopy_inner > div .btn_wrap {
    margin: 2.5rem 0 0;
  }
  .about_endoscopy .about_endoscopy_inner > div .btn_wrap li:not(:last-child) {
    margin: 0 0 1.2rem;
  }
  .about_endoscopy .about_endoscopy_inner > div .btn_wrap li .btn_lightgreen {
    min-width: 30rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.about_ct {
  padding: 4rem 1rem 6rem;
  position: relative;
  width: 100%;
  overflow-x: clip;
  opacity: 0;
}
.about_ct::before {
  content: "";
  width: 100%;
  height: 17rem;
  background: var(--clr_pink);
  border-radius: 2rem 2rem 2rem 2rem;
  position: absolute;
  bottom: 3rem;
  right: -5rem;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .about_ct::before {
    border-radius: 4rem 4rem 4rem 4rem;
  }
}
.about_ct::after {
  content: "";
  width: 100%;
  height: 17rem;
  background: url(../img/index_about_ct.jpg) no-repeat center/cover;
  display: block;
  margin: 2rem -1rem 0 auto;
  opacity: 0;
}
.about_ct.trigger {
  animation: fadein 1s forwards;
}
.about_ct.trigger::before {
  animation: fade_left 1s forwards 0.3s;
}
.about_ct.trigger::after {
  animation: fade_left 1s forwards 0.6s;
}
.about_ct p {
  line-height: 1.667;
}
.about_ct .cando {
  margin: 3rem 0 2rem;
  padding: 2rem 2rem 1rem;
  border: 4px solid var(--clr_gray_light3);
  border-radius: 1rem 1rem 1rem 1rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .about_ct .cando {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.about_ct .cando .tit {
  background: #fff;
  width: fit-content;
  text-align: center;
  font-weight: 500;
  padding: 0 1rem;
  font-size: 1.6rem;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.about_ct .cando ul {
  width: fit-content;
  margin: auto;
}
.about_ct .cando ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  letter-spacing: 0.06em;
}
.about_ct .cando ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_check.svg) no-repeat center/contain;
}
.about_ct .btn_wrap li:not(:last-child) {
  margin: 0 0 0.6rem;
}
.about_ct .btn_wrap li .btn_pink {
  display: block;
  width: fit-content;
  min-width: 80%;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .about_ct {
    padding: 12rem var(--padding120);
  }
  .about_ct::before {
    width: 93.6rem;
    height: 52.8rem;
    bottom: auto;
    top: 32rem;
    right: calc(50% - 110.6rem);
  }
  .about_ct::after {
    width: 92rem;
    height: 52.8rem;
    margin: 0;
    position: absolute;
    top: 23.1rem;
    left: calc(50% + 8rem);
  }
  .about_ct .about_ct_inner {
    width: 50%;
  }
  .about_ct .about_ct_inner .cando {
    margin: 4rem 0 3rem;
    padding: 2.5rem 1rem 2rem 3rem;
    border: 6px solid var(--clr_gray_light3);
  }
  .about_ct .about_ct_inner .cando .tit {
    padding: 0 2rem;
    font-size: 1.8rem;
    top: -2rem;
  }
  .about_ct .about_ct_inner .cando ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_ct .about_ct_inner .cando ul li {
    width: 48%;
  }
  .about_ct .about_ct_inner .btn_wrap li:not(:last-child) {
    margin: 0 0 1.2rem;
  }
  .about_ct .about_ct_inner .btn_wrap li .btn_pink {
    min-width: 30rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.tre {
  background: var(--clr_yellow_light);
  padding: 4rem 1rem;
}
.tre .tre_wrap {
  opacity: 0;
}
.tre .tre_wrap.trigger {
  animation: fadein 1s forwards;
}
.tre .tre_wrap .tab_button {
  display: flex;
  gap: 0.5rem;
}
.tre .tre_wrap .tab_button li {
  flex: 1;
}
.tre .tre_wrap .tab_button li button {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 3.5rem 0.5rem 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  .tre .tre_wrap .tab_button li button {
    border-radius: 1rem 1rem 0 0;
  }
}
.tre .tre_wrap .tab_button li button.tab_upper {
  background: var(--clr_orange);
}
.tre .tre_wrap .tab_button li button.tab_upper::before {
  font-family: "fontello";
  content: "\ecea";
}
.tre .tre_wrap .tab_button li button.tab_lower {
  background: var(--clr_pink);
}
.tre .tre_wrap .tab_button li button.tab_lower::before {
  font-family: "fontello";
  content: "\eceb";
}
.tre .tre_wrap .tab_button li button.tab_liver {
  background: var(--clr_green);
}
.tre .tre_wrap .tab_button li button.tab_liver::before {
  font-family: "fontello";
  content: "\ecec";
}
.tre .tre_wrap .tab_button li button.tab_internal {
  background: var(--clr_purple);
}
.tre .tre_wrap .tab_button li button.tab_internal::before {
  font-family: "fontello";
  content: "\eced";
}
.tre .tre_wrap .tab_button li button::before {
  font-size: 2.4rem;
  text-shadow: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.tre .tre_wrap .tab_button li.active button {
  background: #fff;
  color: var(--clr_txt);
  text-shadow: none;
}
.tre .tre_wrap .tab_button li.active button.tab_upper::before {
  color: var(--clr_orange);
}
.tre .tre_wrap .tab_button li.active button.tab_lower::before {
  color: var(--clr_pink);
}
.tre .tre_wrap .tab_button li.active button.tab_liver::before {
  color: var(--clr_green);
}
.tre .tre_wrap .tab_button li.active button.tab_internal::before {
  color: var(--clr_purple);
}
.tre .tre_wrap .tab_box_wrapper .tab_box {
  display: none;
  background: #fff;
  padding: 2rem 1rem;
}
.tre .tre_wrap .tab_box_wrapper .tab_box.active {
  display: block;
}
.tre .tre_wrap .tab_box_wrapper .tab_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tre .tre_wrap .tab_box_wrapper .tab_box ul li {
  width: 48%;
}
.tre .tre_wrap .tab_box_wrapper .tab_box ul li a {
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: first baseline;
  gap: 0.5rem;
  font-weight: 500;
}
.tre .tre_wrap .tab_box_wrapper .tab_box ul li a::before {
  font-family: "fontello";
  content: "\ece9";
  font-size: 120%;
}
.tre .tre_wrap .tab_box_wrapper .tab_box.tab_upper ul li a::before {
  color: var(--clr_orange);
}
.tre .tre_wrap .tab_box_wrapper .tab_box.tab_lower ul li a::before {
  color: var(--clr_pink);
}
.tre .tre_wrap .tab_box_wrapper .tab_box.tab_liver ul li a::before {
  color: var(--clr_green);
}
.tre .tre_wrap .tab_box_wrapper .tab_box.tab_internal ul li a::before {
  color: var(--clr_purple);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 6rem 0 8rem;
  }
  .tre .tre_wrap {
    width: 120rem;
    margin: auto;
  }
  .tre .tre_wrap .tab_button {
    gap: 1.3rem;
  }
  .tre .tre_wrap .tab_button li button {
    font-size: 2rem;
    padding: 1.6rem 1rem 1.6rem 4.5rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .tre .tre_wrap .tab_button li button::before {
    font-size: 4.6rem;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    right: auto;
    margin: 0;
  }
  .tre .tre_wrap .tab_button li button.tab_liver {
    padding: 1.6rem 0.5rem 1.6rem 6rem;
  }
  .tre .tre_wrap .tab_button li:not(.active) button:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
  .tre .tre_wrap .tab_button li.active button {
    cursor: default;
  }
  .tre .tre_wrap .tab_button li.active button:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box {
    padding: 4rem 5rem 3rem;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul {
    justify-content: flex-start;
    gap: 0.2rem 6rem;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul li {
    width: calc((100% - 18rem) / 4);
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul li a {
    font-size: 1.8rem;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul li a::before {
    transition: 0.3s;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul li a:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  .tre .tre_wrap .tab_box_wrapper .tab_box ul li a:is(:hover, :focus-visible, .current)::before {
    transform: translateX(0.3rem);
    filter: brightness(110%);
  }
}
.health_management {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
.health_management::before {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../img/deco_yelllow_green_circle.svg) no-repeat center/contain;
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 1;
  animation: spin_small 10s cubic-bezier(0.65, 0, 0.35, 0.9) infinite alternate;
}
.health_management::after {
  content: "";
  width: 100%;
  height: 27rem;
  background: url(../img/index_health_management.webp) no-repeat center/cover;
  display: block;
  margin: 2rem 0 0;
  opacity: 0;
}
.health_management.trigger ul {
  animation: fade_right 1s forwards;
}
.health_management.trigger::after {
  animation: fadein 1s forwards 0.5s;
}
.health_management ul {
  padding: 0 1rem;
  opacity: 0;
}
.health_management ul li:not(:last-of-type) {
  margin: 0 0 3rem;
}
.health_management ul li .tit {
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid var(--clr_gray_dark);
  position: relative;
  padding: 0 0 0.3em 0.8em;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.health_management ul li .tit::before {
  content: "";
  width: 5px;
  height: 75%;
  background: var(--clr_green_dark);
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.health_management ul li p {
  line-height: 1.667;
}
.health_management ul li p span {
  font-size: 122%;
  font-weight: 600;
}
.health_management ul li .btn_green {
  display: block;
  width: fit-content;
  margin: 2rem 0 0 auto;
}

@media screen and (min-width: 48em), print {
  .health_management {
    padding: 12rem var(--padding120);
    width: 100%;
    overflow-x: clip;
    min-height: 96rem;
  }
  .health_management::before {
    width: 36rem;
    height: 36rem;
    bottom: auto;
    left: calc(50% - 100rem);
    top: 68.4rem;
    z-index: 1;
  }
  .health_management::after {
    width: 92rem;
    height: 70rem;
    margin: 0;
    position: absolute;
    top: 23rem;
    left: calc(50% - 100rem);
  }
  .health_management ul {
    padding: 0;
    margin: 0 0 0 auto;
    width: 50%;
  }
  .health_management ul li:not(:last-of-type) {
    margin: 0 0 2rem;
  }
  .health_management ul li .tit {
    font-size: 2.4rem;
  }
  .health_management ul li .tit::before {
    width: 6px;
    top: 0.4rem;
  }
}
.greeting {
  padding: 6rem 1rem 4rem;
  width: 100%;
  overflow-x: clip;
  position: relative;
}
.greeting::before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../img/logo_mark.svg) no-repeat center/cover;
  position: absolute;
  top: -2rem;
  right: -1rem;
  z-index: -1;
  animation: up_down 8s ease infinite alternate;
}
.greeting > section {
  opacity: 0;
}
.greeting > section.trigger {
  animation: fadein 1s forwards;
}
.greeting > section .tit_a {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.643;
  border-left: 5px solid var(--clr_orange_dark2);
  padding: 0 0 0 0.8em;
  margin: 0 0 1rem;
}
.greeting > section p {
  font-weight: 500;
}
.greeting > section .dr_img {
  margin: 2rem 0 3rem;
}
.greeting > section .dr_img img {
  width: 60%;
  margin: 0 auto 1rem;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 48em), print {
  .greeting > section .dr_img img {
    border-radius: 3rem 3rem 3rem 3rem;
  }
}
.greeting > section .dr_img p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}
.greeting > section .dr_img p span {
  font-size: 137.5%;
}
.greeting > section .licence {
  border: 4px solid var(--clr_orange_light2);
  border-radius: 1rem 1rem 1rem 1rem;
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .greeting > section .licence {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.greeting > section .licence .tit_b {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 1.3em;
  width: fit-content;
  margin: -1.7rem auto 1rem;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.greeting > section .btn_orange, .greeting > section .btn_pink {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}
.greeting > section.dr2 {
  margin: 4rem 0 0;
}
.greeting > section.dr2 .tit_a {
  border-left: 5px solid var(--clr_pink_dark);
}
.greeting > section.dr2 .licence {
  border: 4px solid var(--clr_pink_light);
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 9rem var(--padding120) 12rem;
  }
  .greeting::before {
    width: 49rem;
    height: 49rem;
    top: 0;
    right: calc(50% - 104rem);
  }
  .greeting > section .flex_wrap {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
    margin: 0 0 4rem;
  }
  .greeting > section .flex_wrap .tit_a {
    font-size: 2.8rem;
    border-left: 8px solid var(--clr_orange_dark2);
    margin: 0 0 2.5rem;
  }
  .greeting > section .flex_wrap .dr_img {
    width: 32rem;
    margin: 0;
    flex-shrink: 0;
  }
  .greeting > section .flex_wrap .dr_img img {
    width: 100%;
    margin: 0 0 2rem;
  }
  .greeting > section .flex_wrap .dr_img p {
    font-size: 1.6rem;
  }
  .greeting > section .licence {
    border: 6px solid var(--clr_orange_light2);
    padding: 0 5rem 2rem;
  }
  .greeting > section .licence .tit_b {
    font-size: 2.2rem;
    margin: -2.5rem auto 1.7rem;
  }
  .greeting > section .licence .lst_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greeting > section .licence .lst_ul li {
    width: 48%;
  }
  .greeting > section .btn_orange, .greeting > section .btn_pink {
    margin: 3rem auto 0;
  }
  .greeting > section.dr2 {
    margin: 16rem 0 0;
  }
  .greeting > section.dr2 .flex_wrap {
    flex-direction: row-reverse;
  }
  .greeting > section.dr2 .flex_wrap .tit_a {
    border-left: 8px solid var(--clr_pink_dark);
  }
  .greeting > section.dr2 .licence {
    border: 6px solid var(--clr_pink_light);
  }
}
.edg_feat, .cs_feat {
  padding: 2rem 0;
  width: 100%;
  overflow-x: clip;
}
.edg_feat::before, .cs_feat::before {
  content: "";
  width: calc(100% - 2rem);
  height: 27rem;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.edg_feat.trigger::before, .cs_feat.trigger::before {
  animation: fadein 1s forwards;
}
.edg_feat > div, .cs_feat > div {
  background: var(--clr_gray_light2);
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.edg_feat > div::before, .cs_feat > div::before {
  color: var(--clr_gray_light);
  font-size: 7rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: -1;
  line-height: 1;
}
.edg_feat > div .tit_02, .cs_feat > div .tit_02 {
  font-weight: 600;
  text-align: left;
  padding: 0 0 1.5rem;
}
.edg_feat > div .tit_02::before, .cs_feat > div .tit_02::before {
  bottom: 0;
}
.edg_feat > div .tit_02::after, .cs_feat > div .tit_02::after {
  display: none;
}
.edg_feat > div ol, .cs_feat > div ol {
  counter-reset: number 0;
}
.edg_feat > div ol li, .cs_feat > div ol li {
  position: relative;
  padding: 1.5rem 0 1.5rem 3.5rem;
  border-bottom: 1px solid var(--clr_gray_dark2);
}
.edg_feat > div ol li::before, .cs_feat > div ol li::before {
  content: counter(number);
  counter-increment: number 1;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1px 0 0 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.edg_feat > div ol li:first-child, .cs_feat > div ol li:first-child {
  border-top: 1px solid var(--clr_gray_dark2);
}
.edg_feat > div ol li h3.tit, .cs_feat > div ol li h3.tit {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.edg_feat > div ol li p, .cs_feat > div ol li p {
  line-height: 1.667;
}

.edg_feat::before {
  background: url(../img/index_egd_feat.jpg) no-repeat center/cover;
  margin: 0 0 0 auto;
}
.edg_feat.trigger > div {
  animation: fade_left 1.2s forwards 0.3s;
}
.edg_feat > div {
  border-top: 6px solid var(--clr_blue);
  margin: -5rem 1rem 0 0;
}
.edg_feat > div::before {
  font-family: "fontello";
  content: "\ecea";
}
.edg_feat > div ol li::before {
  background: linear-gradient(to bottom, var(--clr_blue_light), var(--clr_blue_dark));
}

.cs_feat::before {
  background: url(../img/index_cs_feat.jpg) no-repeat center/cover;
}
.cs_feat.trigger > div {
  animation: fade_right 1.2s forwards 0.3s;
}
.cs_feat > div {
  border-top: 6px solid var(--clr_green_dark2);
  margin: -5rem auto 0 1rem;
}
.cs_feat > div::before {
  font-family: "fontello";
  content: "\eceb";
}
.cs_feat > div ol li::before {
  background: linear-gradient(to bottom, var(--clr_green_dark3), var(--clr_green_dark));
}

@media screen and (min-width: 48em), print {
  .edg_feat, .cs_feat {
    padding: 14rem 0 11rem;
    position: relative;
    width: 100%;
    overflow-x: clip;
  }
  .edg_feat::before, .cs_feat::before {
    width: 100rem;
    height: 90rem;
    position: absolute;
    top: 0;
  }
  .edg_feat > div::before, .cs_feat > div::before {
    font-size: 30rem;
    top: 2rem;
  }
  .edg_feat > div .tit_02, .cs_feat > div .tit_02 {
    padding: 0 0 2rem;
  }
  .edg_feat > div .tit_02::before, .cs_feat > div .tit_02::before {
    bottom: -1rem;
  }
  .edg_feat > div ol li::before, .cs_feat > div ol li::before {
    width: 5.5rem;
    height: 5.5rem;
    top: 2.1rem;
    font-size: 3.2rem;
  }
  .edg_feat > div ol li h3.tit, .cs_feat > div ol li h3.tit {
    font-size: 2.2rem;
  }
  .edg_feat::before {
    left: 50%;
    margin: 0;
  }
  .edg_feat > div {
    width: calc(70rem + var(--padding120));
    padding: 6rem 10rem 6rem 0;
    border-top: 12px solid var(--clr_blue);
    margin: 0;
  }
  .edg_feat > div::before {
    right: 0;
  }
  .edg_feat > div .tit_02 {
    width: 60rem;
    margin: 0 0 3rem auto;
  }
  .edg_feat > div ol li {
    padding: 2rem 1.5rem 2rem calc(100% - 52.5rem);
  }
  .edg_feat > div ol li::before {
    left: auto;
    right: 54.5rem;
  }
  .cs_feat {
    padding: 14rem 0 0;
  }
  .cs_feat::before {
    left: calc(50% - 100rem);
  }
  .cs_feat > div {
    width: calc(69rem + var(--padding120));
    padding: 6rem 0 6rem 9rem;
    border-top: 12px solid var(--clr_green_dark2);
    margin: 0 0 0 auto;
  }
  .cs_feat > div::before {
    right: auto;
    left: 51rem;
  }
  .cs_feat > div ol li {
    padding: 2rem calc(100% - 61rem) 2rem 10rem;
  }
  .cs_feat > div ol li::before {
    left: 2rem;
  }
}
.partner {
  padding: 6rem 1rem 7rem;
  background: url(../img/index_partners.jpg) no-repeat bottom 4rem right/auto 20rem;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
.partner::before {
  content: "";
  width: 14rem;
  height: 12rem;
  background: url(../img/deco_purple_triangle.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -8rem;
  z-index: -1;
  animation: diagonal3 15s ease-in-out infinite alternate;
}
.partner.trigger .tit {
  animation: fadein 1s forwards;
}
.partner.trigger .flex_wrap {
  animation: fade_up 1.2s forwards 0.3s;
}
.partner .tit {
  font-size: 1.7rem;
  line-height: 1.618;
  margin: 0 0 1rem;
  letter-spacing: 0.08em;
  opacity: 0;
}
.partner .flex_wrap {
  opacity: 0;
}
.partner ul {
  margin: 2rem 0 0;
}
.partner ul li:not(:last-of-type) {
  margin: 0 0 1rem;
}
.partner ul li .btn {
  background: var(--clr_purple_light);
  border: 2px solid #fff;
  border-radius: 1rem 1rem 1rem 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1rem 3.5rem 1rem 2rem;
  display: inline-block;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (min-width: 48em), print {
  .partner ul li .btn {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.partner ul li .btn::after {
  font-family: "fontello";
  content: "\ec6b";
  color: var(--clr_purple_dark);
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .partner {
    padding: 18.5rem var(--padding120) 24rem;
    background-size: 65.6rem auto;
    background-position: left calc(50% + 67.2rem) center;
  }
  .partner::before {
    width: 80rem;
    height: 67rem;
    top: -5rem;
    left: calc(50% - 140rem);
  }
  .partner .tit {
    font-size: 3.4rem;
    margin: 0 0 2.5rem;
  }
  .partner .flex_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem 0 0;
  }
  .partner .flex_wrap .txt_wrap {
    width: 46%;
  }
  .partner .flex_wrap ul {
    margin: 0;
    width: 50%;
  }
  .partner .flex_wrap ul li:not(:last-of-type) {
    margin: 0 0 2rem;
  }
  .partner .flex_wrap ul li .btn {
    display: block;
    width: fit-content;
    min-width: 40rem;
    margin: auto;
    padding: 2.2rem 5rem 2.2rem 3.5rem;
    font-size: 2.2rem;
  }
  .partner .flex_wrap ul li .btn::after {
    transition: 0.3s;
  }
  .partner .flex_wrap ul li .btn:is(:hover, :focus-visible, .current) {
    opacity: 1;
    border: 2px solid var(--clr_purple_dark);
  }
  .partner .flex_wrap ul li .btn:is(:hover, :focus-visible, .current)::after {
    transform: translateY(-50%) translateX(0.3rem);
    filter: brightness(110%);
  }
}
body:not(.index) {
  background: #fff url(../img/deco_orange_circle.svg) no-repeat top -5rem right -31rem/52rem auto;
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  padding: 4rem 1rem 6rem;
  background: #fff;
  text-align: justify;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  body:not(.index) {
    background-size: 130rem auto;
    background-position: top -49rem right calc(50% - 53.7rem);
  }
  body:not(.index) .main {
    padding: 8rem var(--padding110) 10rem;
    position: relative;
    background: #fff url(../img/deco_green_ring.svg) no-repeat top -9.3rem right calc(50% - 110rem);
    min-height: 60rem;
    width: 100%;
    overflow-x: clip;
  }
  body:not(.index) .main::before {
    content: "";
    width: 23rem;
    height: 23.8rem;
    background: url(../img/deco_yellow_circle_blue_dot_square.svg) no-repeat center/contain;
    position: absolute;
    left: calc(50% - 96rem);
    top: -9.3rem;
    animation: left_right 10s infinite ease alternate;
  }
  body:not(.index) .main::after {
    content: "";
    width: 20rem;
    height: 20rem;
    background: url(../img/deco_blue_dot_circle.svg) no-repeat center/contain;
    position: absolute;
    top: 23.5rem;
    left: calc(50% + 71rem);
    animation: spin_back 10s infinite ease alternate;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  padding: 1rem;
  overflow-x: auto;
  background: #fff;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    max-width: 100%;
    padding: 0 var(--padding110) 1rem;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.introduction .prof_img img {
  max-width: 60%;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 48em), print {
  .introduction .prof_img {
    display: flex;
    align-items: flex-start;
    gap: 6rem;
  }
  .introduction .prof_img img {
    max-width: 25%;
    margin: 0;
    flex: none;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_txt);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */