@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.imain_content {
  background-color: #eef3f5;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .imain_content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .imain_content .sp_none {
    display: none;
  }
}
@media screen and (max-width: 999px) and (min-width: 575px) {
  .imain_content .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.imain_content .container._link_menu_area_container {
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .imain_content .container._link_menu_area_container {
    background-color: #f6f8f9;
  }
}
.imain_content a {
  text-decoration: none;
  color: #123049;
}
.imain_content .common_title .en,
.imain_content .common_title .ja {
  line-height: 1.2;
}
.imain_content .common_title .en {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 0.875rem;
  color: #26abcc;
  letter-spacing: 0.16em;
  margin-bottom: 0.4em;
}
.imain_content .common_title .ja {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .imain_content .common_title .ja {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .imain_content .common_title .ja {
    font-size: clamp(20px, 4.2vw, 22px);
  }
}
.imain_content .ilink {
  align-items: center;
  text-decoration: none;
}
.imain_content .ilink .text {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #123049;
}
.imain_content .ilink .text::after {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/circle_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}
.imain_content a.ilink:hover .text {
  opacity: 0.8;
}
.imain_content a.ilink:hover .text::after {
  transform: translateX(4px);
}
.imain_content .slideIn {
  clip-path: inset(0 0 0% 0);
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
@media screen and (max-width: 575px) {
  .imain_content .slideIn {
    transition: clip-path 2.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }
}
.imain_content .fadeUp {
  transition: opacity 2.2s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
@media screen and (max-width: 575px) {
  .imain_content .fadeUp {
    transition: opacity 2.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 2.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }
}
.imain_content .fadeIn {
  transform: translateY(0);
  transition: opacity 2.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
@media screen and (max-width: 575px) {
  .imain_content .fadeIn {
    transition: opacity 2.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }
}
.imain_content .js-gsap_css_animation-before.slideIn {
  clip-path: inset(0 100% 0 0);
}
.imain_content .js-gsap_css_animation-before.fadeUp {
  transform: translateY(15px);
  opacity: 0;
}
.imain_content .js-gsap_css_animation-before.fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 900px), print {
  :root {
    --hero-height: 740px;
    --hero-min-height: auto;
    --hero-max-height: none;
  }
}
@media screen and (max-width: 899px) {
  :root {
    --hero-height: 100svh;
    --hero-min-height: 750px;
    --hero-max-height: 1000px;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --hero-height: 100svh;
    --hero-min-height: 640px;
    --hero-max-height: 700px;
  }
}

.hero_area {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .hero_area ._pc_none {
    display: none;
  }
}

.hero,
.hero .swiper {
  height: var(--hero-height);
  min-height: var(--hero-min-height);
  max-height: var(--hero-max-height);
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.hero__content {
  position: relative;
}
.hero .swiper .swiper-slide {
  position: relative;
  z-index: 0;
}
.hero .swiper .swiper-slide .bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .swiper .swiper-slide .inner {
  position: absolute;
  inset: 0;
  padding-bottom: 100px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.hero .swiper .swiper-slide .inner .label_wrap {
  background-color: #123049;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide .inner .label_wrap {
    height: 40px;
  }
}
.hero .swiper .swiper-slide._01 .center {
  position: relative;
  padding-top: 100px;
  height: 100%;
}
.hero .swiper .swiper-slide._01 .center .text_wrap {
  padding-top: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._01 .center .text_wrap {
    padding-top: 9vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .center .text_wrap {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .center .text_wrap {
    padding-top: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .center .text_wrap {
    padding-top: 20px;
  }
}
.hero .swiper .swiper-slide._01 .center .text {
  line-height: 1.2;
}
.hero .swiper .swiper-slide._01 .center .text._1 {
  display: block;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._01 .center .text._1 {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .center .text._1 {
    max-width: 289px;
    width: 100%;
  }
}
.hero .swiper .swiper-slide._01 .center .bone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .swiper .swiper-slide._01 .center .label_wrap {
  max-width: 240px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .center .label_wrap {
    max-width: 180px;
    height: 65px;
  }
}
.hero .swiper .swiper-slide._01 .center .label_wrap .furi {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #9ed7e5;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .center .label_wrap .furi {
    letter-spacing: -0.05em;
    margin-bottom: 0;
    font-size: 10px;
  }
}
.hero .swiper .swiper-slide._01 .center .label_wrap .sokuwansho {
  font-weight: 400;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .center .label_wrap .sokuwansho {
    font-size: 1.375rem;
    letter-spacing: 0.17em;
    transform: translateX(0.2em);
  }
}
.hero .swiper .swiper-slide._01 .human_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap {
    width: 100%;
    max-width: 580px;
    top: 45%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .human_wrap {
    top: 42%;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .human_wrap {
    top: 39%;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap .dr_box,
.hero .swiper .swiper-slide._01 .human_wrap .nurse_box {
  position: relative;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._01 .human_wrap .dr_box,
  .hero .swiper .swiper-slide._01 .human_wrap .nurse_box {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap .nurse_box {
    margin-top: 12px;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap .dr,
.hero .swiper .swiper-slide._01 .human_wrap .nurse {
  position: relative;
  z-index: 1;
}
.hero .swiper .swiper-slide._01 .human_wrap .dr_shadow,
.hero .swiper .swiper-slide._01 .human_wrap .nurse_shadow {
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero .swiper .swiper-slide._01 .human_wrap .dr_shadow {
  left: -10px;
  right: 0;
  bottom: -3px;
}
.hero .swiper .swiper-slide._01 .human_wrap .nurse_shadow {
  left: 0;
  right: 0;
  bottom: -5px;
}
.hero .swiper .swiper-slide._01 .human_wrap .fukidasi {
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  width: 220px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._01 .human_wrap .fukidasi {
    width: 210px;
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap .fukidasi {
    min-height: 50px;
    padding: 10px;
    width: auto;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .human_wrap .fukidasi {
    min-height: 50px;
    padding: 6px 12px;
    width: auto;
    min-width: 150px;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap .fukidasi .text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .human_wrap .fukidasi .text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap .fukidasi .blue_text {
  color: #26abcc;
}
.hero .swiper .swiper-slide._01 .human_wrap .fukidasi .red_text {
  color: #d26589;
}
.hero .swiper .swiper-slide._01 .human_wrap__l {
  position: relative;
}
.hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi {
  top: 42px;
  left: 118px;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi {
    left: 105px;
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi {
    top: 60px;
    left: 95px;
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi {
    top: 80px;
    left: 80px;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi::before {
  content: "";
  display: inline-block;
  background: url("/common/img/home/icon/fukidasi_6.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap__l .fukidasi::before {
    background: url("/common/img/home/icon/fukidasi_4.webp") 0 0 no-repeat transparent;
    background-size: contain;
    width: 15px;
    height: 16px;
    top: -15px;
    left: 15px;
    transform: translateY(0);
  }
}
.hero .swiper .swiper-slide._01 .human_wrap__r {
  position: relative;
}
.hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi {
  top: 25px;
  right: 110px;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi {
    right: 90px;
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi {
    top: 143px;
    right: 70px;
    min-width: 184px;
  }
}
.hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi::before {
  content: "";
  display: inline-block;
  background: url("/common/img/home/icon/fukidasi_6.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._01 .human_wrap__r .fukidasi::before {
    background: url("/common/img/home/icon/fukidasi_5.webp") 0 0 no-repeat transparent;
    background-size: contain;
    width: 15px;
    height: 16px;
    position: absolute;
    top: -15px;
    right: 17px;
    transform: none;
  }
}
.hero .swiper .swiper-slide._02 .text_wrap {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.hero .swiper .swiper-slide._02 .text_wrap .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.4;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._02 .text_wrap .text {
    line-height: 1.5;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._02 .text_wrap .text {
    font-size: 1.25rem;
  }
}
.hero .swiper .swiper-slide._02 .text_wrap .sub_text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: rgba(18, 48, 73, 0.9);
  display: inline-block;
  margin-bottom: 0.4em;
  text-shadow: 4px 6px 6px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._02 .text_wrap .sub_text {
    font-size: 0.875rem;
    margin-bottom: 0.8em;
  }
}
.hero .swiper .swiper-slide._02 .text_wrap .num_wrap {
  text-align: center;
}
.hero .swiper .swiper-slide._02 .text_wrap .num_wrap .num {
  font-family: Marcellus, serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 120px;
  margin-right: 0.1em;
  text-shadow: 1px 1px 5px white;
  filter: drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.85)) drop-shadow(4px 4px 30px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._02 .text_wrap .num_wrap .num {
    font-size: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._02 .text_wrap .num_wrap .num {
    font-size: 78px;
  }
}
.hero .swiper .swiper-slide._02 .text_wrap .num_wrap .rear_text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._02 .text_wrap .num_wrap .rear_text {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 900px), print {
  .hero .swiper .swiper-slide._03 .bone {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._03 .bone {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 220px;
    height: auto;
  }
}
.hero .swiper .swiper-slide._03 .center {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._03 .center {
    top: 18vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._03 .center {
    padding-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .center {
    padding-top: 35px;
  }
}
.hero .swiper .swiper-slide._03 .text_wrap {
  margin-top: 85px;
  margin-bottom: 150px;
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._03 .text_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .text_wrap {
    margin-bottom: 22px;
  }
}
.hero .swiper .swiper-slide._03 .text_wrap .text {
  text-align: center;
  line-height: 1.2;
}
.hero .swiper .swiper-slide._03 .text_wrap .text._1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #c5728b;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._03 .text_wrap .text._1 {
    font-size: clamp(16px, 3vw, 22px);
    margin-bottom: 15px;
  }
}
.hero .swiper .swiper-slide._03 .text_wrap .text._2 {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .hero .swiper .swiper-slide._03 .text_wrap .text._2 {
    width: calc(100% - 40px);
    max-width: 480px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .text_wrap .text._2 {
    width: 100%;
    max-width: 300px;
  }
}
.hero .swiper .swiper-slide._03 .label_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #ffffff;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._03 .label_wrap {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .label_wrap {
    width: 220px;
  }
}
.hero .swiper .swiper-slide._03 .label_wrap .pre_text {
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide._03 .label_wrap .pre_text .icon {
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .label_wrap .pre_text .icon {
    width: 12px;
    height: auto;
    transform: translateY(0.1em);
    margin-right: 0.2em;
  }
}
.hero .swiper .swiper-slide._03 .label_wrap .num {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .hero .swiper .swiper-slide._03 .label_wrap .num {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._03 .label_wrap .num {
    font-size: 1.125rem;
  }
}
.hero .swiper .swiper-slide._03 .label_wrap .num a {
  color: #ffffff;
}
.hero .swiper .swiper-slide._04 .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
.hero .swiper .swiper-slide._04 .text_wrap {
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._04 .text_wrap {
    margin: 0 auto;
    max-width: 500px;
  }
}
.hero .swiper .swiper-slide._04 .text_wrap .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}
.hero .swiper .swiper-slide._04 .text_wrap .text._1 {
  font-size: clamp(24px, 2vw, 28px);
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(110, 196, 227, 0.9), rgba(233, 157, 189, 0.9));
  padding: 6px 12px 10px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._04 .text_wrap .text._1 {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .hero .swiper .swiper-slide._04 .text_wrap .text._1 {
    font-size: 0.938rem;
  }
}
.hero .swiper .swiper-slide._04 .text_wrap .text._2 {
  font-size: clamp(45px, 5.5vw, 60px);
  position: relative;
  background: linear-gradient(90deg, rgba(110, 196, 227, 0.9), rgba(233, 157, 189, 0.9));
  padding: 6px 12px 10px;
  display: inline-block;
}
.hero .swiper .swiper-slide._04 .text_wrap .text._2::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.15);
  filter: blur(10px);
  transform: translateY(25%);
  height: 70%;
  z-index: -1;
  border-radius: 30px;
}
@media screen and (max-width: 999px) {
  .hero .swiper .swiper-slide._04 .text_wrap .text._2 {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    line-height: 2.5;
  }
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._04 .text_wrap .text._2 {
    font-size: 2.25rem;
  }
}
.hero .swiper .swiper-slide._04 .label_wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  background-color: unset;
  width: 100%;
  max-width: 550px;
  border-radius: 23px;
  min-height: 46px;
  height: auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._04 .label_wrap {
    width: auto;
    max-width: 360px;
    font-size: 0.875rem;
  }
}
.hero .swiper .swiper-slide._04 .label_wrap .text {
  text-shadow: 2px 2px 16px rgb(0, 0, 0);
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .hero .swiper .swiper-slide._04 .label_wrap .text {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.hero .pagination_wrap {
  width: 100%;
  max-width: 1200px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: right;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .hero .pagination_wrap {
    top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .hero .pagination_wrap {
    top: 110px;
  }
}
.hero .pagination_wrap .swiper-pagination {
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .hero .pagination_wrap .swiper-pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.hero .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 0;
  background: none;
  position: relative;
  opacity: 1;
}
.hero .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0.7ex;
  left: 0.8ex;
}
.hero .swiper-pagination-bullet svg {
  transform: rotate(-90deg) translate(4px, -3px);
}
.hero .swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 0 88;
}
.hero .swiper-pagination-bullet-active::before {
  background: #ffffff;
}
.hero .swiper-pagination-bullet-active svg circle {
  animation: animated-circle 7.5s forwards;
}
@keyframes animated-circle {
  0% {
    stroke-dasharray: 0 88;
  }
  100% {
    stroke-dasharray: 88 88;
  }
}
.hero .animated-circle {
  stroke-dasharray: 81.68; /* 円周の長さ (2 * π * 半径) */
  stroke-dashoffset: 81.68;
  transition: stroke-dashoffset 0.5s ease;
}
.hero .swiper-pagination-bullet-active .animated-circle {
  stroke-dashoffset: 0;
}
.hero .surgery_num_wrap {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 899px) {
  .hero .surgery_num_wrap {
    bottom: 80px;
  }
}
.hero .surgery_num_wrap .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: clamp(20px, 2.5vw, 40px);
  column-gap: clamp(20px, 2.5vw, 40px);
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .inner {
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
}
.hero .surgery_num_wrap .head .date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1089a7;
  font-size: 0.938rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hero .surgery_num_wrap .head .date {
    font-size: 0.75rem;
  }
}
.hero .surgery_num_wrap .head .title {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .hero .surgery_num_wrap .head .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .surgery_num_wrap .head .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .head .title {
    padding-right: 0;
  }
}
.hero .surgery_num_wrap .year_list {
  display: flex;
  align-items: baseline;
  margin-bottom: -0.3em;
}
@media screen and (max-width: 899px) {
  .hero .surgery_num_wrap .year_list {
    margin-bottom: -0.1em;
  }
}
.hero .surgery_num_wrap .year_list > li {
  letter-spacing: 0.08em;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .hero .surgery_num_wrap .year_list > li {
    display: block;
  }
}
.hero .surgery_num_wrap .year_list > li:not(:last-of-type) {
  padding-right: clamp(15px, 2vw, 30px);
  margin-right: clamp(15px, 2vw, 30px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .year_list > li:not(:last-of-type) {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 420px) {
  .hero .surgery_num_wrap .year_list > li:not(:last-of-type) {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.hero .surgery_num_wrap .year_list > li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 2px;
  min-height: 50px;
  background-color: rgba(18, 48, 73, 0.15);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) and (min-width: 575px) {
  .hero .surgery_num_wrap .year_list > li:not(:last-of-type)::after {
    min-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .year_list > li:not(:last-of-type)::after {
    min-height: 40px;
  }
}
.hero .surgery_num_wrap .year_list > li .year {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  display: inline-block;
  margin-right: clamp(10px, 0.9vw, 12px);
}
@media screen and (max-width: 999px) {
  .hero .surgery_num_wrap .year_list > li .year {
    font-size: 0.875rem;
    display: block;
    line-height: 1.2;
  }
}
.hero .surgery_num_wrap .year_list > li .num_box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .year_list > li .num_box {
    align-items: baseline;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
}
.hero .surgery_num_wrap .year_list > li .num {
  font-family: Oswald, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-size: 2.5rem;
  display: inline-block;
  min-width: 65px;
}
@media screen and (max-width: 999px) {
  .hero .surgery_num_wrap .year_list > li .num {
    font-size: 2.188rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .year_list > li .num {
    font-size: 1.5rem;
    min-width: 40px;
  }
}
.hero .surgery_num_wrap .year_list > li .num .rear_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 3px;
}
@media screen and (max-width: 575px) {
  .hero .surgery_num_wrap .year_list > li .num .rear_text {
    font-size: 1.125rem;
  }
}

.js-hero-loaded {
  opacity: 0;
}
.js-hero-loaded .hero__title {
  position: relative;
  z-index: 1;
}
.js-hero-loaded .hero__title .row-1 {
  transition: all 2.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.js-hero-loaded .hero__title .row-2 {
  transition: all 2.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.js-hero-loaded .hero__title .description {
  transition: all 2.2s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}
.js-hero-loaded-before .hero__title .row-1 {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-before .hero__title .row-2 {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-before .hero__title .description {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-after {
  animation-name: _on_opacity;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
}
.js-hero-loaded-animation_complete {
  animation-name: none;
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__title .row-1 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .row-2 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .description {
  transition: none;
}

.iabout_area {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 899px) {
  .iabout_area ._sp_none {
    display: none;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area ._pc_none {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .iabout_area {
    background-color: #f6f8f9;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.iabout_area::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: calc(120px + 100% + 110px);
  background-color: #f6f8f9;
  position: absolute;
  left: 0;
  top: -120px;
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .iabout_area::before {
    content: none;
  }
}
.iabout_area__content {
  display: grid;
  grid-template-columns: 1fr clamp(280px, 28vw, 322px) 1fr;
}
@media screen and (max-width: 899px) {
  .iabout_area__content {
    display: block;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 899px) {
  .iabout_area__1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.iabout_area__1 .title_wrap {
  margin-bottom: 44px;
}
@media screen and (max-width: 899px) {
  .iabout_area__1 .title_wrap {
    margin-bottom: 30px;
  }
}
.iabout_area__1 .title_wrap .text {
  line-height: 1.3;
}
.iabout_area__1 .title_wrap .text._1 {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  transition: clip-path 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: inset(0 0 0% 0);
}
@media screen and (max-width: 1099px) and (min-width: 900px) {
  .iabout_area__1 .title_wrap .text._1 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area__1 .title_wrap .text._1 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.iabout_area__1 .title_wrap .text._1.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
}
.iabout_area__1 .title_wrap .text._2 {
  display: block;
  width: 100%;
  max-width: 373px;
  height: auto;
  transition: clip-path 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  clip-path: inset(0 0 0% 0);
}
@media screen and (max-width: 1099px) and (min-width: 900px) {
  .iabout_area__1 .title_wrap .text._2 {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area__1 .title_wrap .text._2 {
    width: 100%;
    max-width: 259px;
  }
}
.iabout_area__1 .title_wrap .text._2.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 899px) {
  .iabout_area__2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.iabout_area__2 .img_wrap {
  position: relative;
}
@media screen and (max-width: 899px) {
  .iabout_area__2 .img_wrap {
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  .iabout_area__2 .center {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .iabout_area__2 .center {
    max-width: 322px;
  }
}
.iabout_area__2 .illust {
  width: 100%;
  max-width: 322px;
  height: auto;
  margin: 0 auto;
}
.iabout_area__2 .human_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -88px;
}
@media screen and (max-width: 899px) {
  .iabout_area__2 .human_wrap {
    margin-top: -200px;
  }
}
.iabout_area__2 .human_box {
  position: relative;
}
.iabout_area__2 .human_box._dr {
  margin-left: -9px;
}
.iabout_area__2 .human_box._dr .icon_shadow {
  left: -9px;
}
@media screen and (max-width: 1099px) {
  .iabout_area__2 .human_box._dr {
    transform: scale(0.9);
  }
  .iabout_area__2 .human_box._dr .icon_shadow {
    transform: scale(0.9);
  }
}
.iabout_area__2 .human_box._human {
  margin-right: -20px;
  z-index: 5;
}
.iabout_area__2 .human_box._human .icon_shadow {
  left: -23px;
  right: 0;
  bottom: -5px;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .iabout_area__2 .human_box._human {
    transform: scale(0.9);
  }
  .iabout_area__2 .human_box._human .icon_shadow {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 899px) {
  .iabout_area__2 .human_box._human {
    margin-right: -15px;
  }
}
.iabout_area__2 .dr,
.iabout_area__2 .student {
  position: relative;
  z-index: 2;
}
.iabout_area__2 .icon_shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.iabout_area__3 .point_wrap {
  margin-left: -47px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .iabout_area__3 .point_wrap {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
}
.iabout_area__3 .point_box {
  position: relative;
}
@media screen and (max-width: 899px) {
  .iabout_area__3 .point_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .iabout_area__3 .point_box .point_head {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 5px;
  }
  .iabout_area__3 .point_box .point_head .point {
    font-family: Outfit, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    flex-shrink: 0;
    color: #26abcc;
    font-size: 0.75rem;
  }
  .iabout_area__3 .point_box .point_head .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #1e3c56 2px, transparent 2px);
    background-size: 6px 2px;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__3 .point_box._01 {
    padding-bottom: 75px;
  }
  .iabout_area__3 .point_box._01 .text {
    padding-left: 165px;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__3 .point_box._02 {
    padding-left: 33px;
    padding-bottom: 45px;
  }
  .iabout_area__3 .point_box._02 .text {
    top: 27px;
    padding-left: 131px;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__3 .point_box._03 {
    padding-left: 26px;
  }
  .iabout_area__3 .point_box._03 .text {
    top: 0;
    padding-top: 110px;
    padding-left: 138px;
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__3 .point_box > img {
    transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: inset(0 0 0% 0);
  }
  .iabout_area__3 .point_box > img.js-gsap_css_animation-before {
    clip-path: inset(0 100% 0 0);
  }
}
.iabout_area__3 .point_box .text {
  line-height: 1.75;
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
  clip-path: inset(0 0 0% 0);
  font-size: 1.25rem;
}
.iabout_area__3 .point_box .text.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 900px), print {
  .iabout_area__3 .point_box .text {
    position: absolute;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .iabout_area__3 .point_box .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 899px) and (min-width: 575px) {
  .iabout_area .btn_wrap._pc_none {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
.iabout_area .btn_wrap .ibtn {
  width: 100%;
  max-width: 360px;
  min-height: 60px;
  padding: 17px 2.8em;
  background-color: #eef3f5;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 899px) and (min-width: 575px) {
  .iabout_area .btn_wrap .ibtn {
    padding: 17px 2.2em;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .btn_wrap .ibtn {
    margin: 0 auto;
  }
}
.iabout_area .btn_wrap .ibtn:not(:last-of-type) {
  margin-bottom: 14px;
}
@media screen and (max-width: 899px) and (min-width: 575px) {
  .iabout_area .btn_wrap .ibtn:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.iabout_area .btn_wrap .ibtn:hover {
  background-color: #123049;
  color: #ffffff;
}
.iabout_area .btn_wrap .ibtn:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7448%) hue-rotate(319deg) brightness(109%) contrast(92%);
}
.iabout_area .btn_wrap .ibtn .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
.iabout_area .btn_wrap .ibtn .row .text {
  letter-spacing: 0.08em;
}

.inews_area {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .inews_area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inews_area ._sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .inews_area ._pc_none {
    display: none;
  }
}
.inews_area__content {
  display: flex;
  padding: 70px clamp(30px, 8vw, 100px) 60px;
  background-color: #ffffff;
  -moz-column-gap: clamp(50px, 8vw, 100px);
  column-gap: clamp(50px, 8vw, 100px);
  border-radius: 20px;
}
@media screen and (max-width: 899px) {
  .inews_area__content {
    padding: 40px clamp(20px, 4vw, 60px);
    -moz-column-gap: clamp(20px, 6vw, 60px);
    column-gap: clamp(20px, 6vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .inews_area__content {
    display: block;
  }
}
.inews_area__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .inews_area__head {
    margin-bottom: 0.8em;
  }
}
.inews_area__head h2 {
  line-height: 1;
}
.inews_area__head h2 .en,
.inews_area__head h2 .ja {
  line-height: 1.2;
}
.inews_area__head h2 .en {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  font-size: 0.875rem;
  color: #26abcc;
  margin-left: 0.3em;
  margin-bottom: 0.2em;
  letter-spacing: 0.16em;
}
.inews_area__head h2 .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 2.25rem;
}
@media screen and (max-width: 899px) {
  .inews_area__head h2 .ja {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head h2 .ja {
    font-size: clamp(20px, 4.2vw, 22px);
  }
}
.inews_area__body {
  min-height: 200px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .inews_area__body {
    width: 100%;
    padding-bottom: 35px;
  }
}
.inews_area__body .newsline {
  min-height: 80px;
  padding: 1em 32px 0.6em 0;
}
@media screen and (max-width: 899px) {
  .inews_area__body .newsline {
    min-height: 70px;
  }
}
.inews_area .newsline_list {
  width: 100%;
}
.inews_area .newsline_list > li:not(:last-of-type) {
  border-bottom: 1px dashed #dbdbdb;
}
.inews_area .link_wrap._pc_none {
  text-align: right;
}
.inews_area .link_wrap._pc_none .ilink {
  display: inline-block;
}
.inews_area__foot {
  margin-top: 90px;
  border-top: 1px dotted rgb(193, 202, 206);
  padding-top: 40px;
  box-sizing: border-box;
}

.ipateint_area {
  position: relative;
  padding-top: 110px;
  padding-bottom: 160px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ipateint_area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ipateint_area ._sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .ipateint_area ._pc_none {
    display: none;
  }
}
.ipateint_area__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .ipateint_area__head {
    margin-bottom: 35px;
  }
}
.ipateint_area__head h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: clamp(20px, 4vw, 75px);
  font-size: 40px;
  line-height: 1.2;
}
.ipateint_area__head h2 .sub_text {
  display: block;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.06em;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #28b3d5;
  border-radius: 20px;
  width: 150px;
  padding: 8px 10px;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
}
.ipateint_area__head h2 .sub_text::before {
  content: "";
  display: inline-block;
  background: url("/common/img/home/icon/fukidasi.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 16px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  left: 38%;
}
@media screen and (max-width: 999px) {
  .ipateint_area__head h2 {
    font-size: 28px;
    padding-left: 20px;
  }
  .ipateint_area__head h2 .sub_text {
    min-width: 120px;
    width: auto;
    font-size: 16px;
    padding: 8px 10px;
    top: -50px;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__head h2 {
    padding-left: 10px;
    font-size: 1.563rem;
  }
}
.ipateint_area__body {
  width: calc(100% - clamp(20px, 4vw, 75px) * 2);
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .ipateint_area__body {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body {
    width: calc(100% - 20px);
  }
}
.ipateint_area__body .pateint_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2vw, 20px) clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 1199px) {
  .ipateint_area__body .pateint_list {
    gap: clamp(15px, 2vw, 20px) clamp(20px, 2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .ipateint_area__body .pateint_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body .pateint_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ipateint_area__body .pateint_list > li {
  counter-increment: num;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 25px 20px;
  box-sizing: border-box;
  min-height: 160px;
  box-shadow: 3px 3px 12px 1px rgba(212, 224, 229, 0.25);
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .ipateint_area__body .pateint_list > li {
    padding: 30px 12px 20px;
    min-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .ipateint_area__body .pateint_list > li {
    padding: 20px;
    min-height: 90px;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body .pateint_list > li {
    padding: 10px 20px;
    min-height: 50px;
  }
}
.ipateint_area__body .pateint_list > li._disabled {
  position: relative;
}
.ipateint_area__body .pateint_list > li._disabled::before, .ipateint_area__body .pateint_list > li._disabled::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.ipateint_area__body .pateint_list > li._disabled::before {
  inset: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}
.ipateint_area__body .pateint_list > li._disabled::after {
  content: "近日公開";
  top: 10px;
  left: 20px;
  color: #ffffff;
  z-index: 21;
  font-size: 21px;
}
.ipateint_area__body .pateint_list > li._disabled a {
  pointer-events: none;
}
.ipateint_area__body .pateint_list a {
  text-decoration: none;
  color: #123049;
}
.ipateint_area__body .pateint_list a:hover .row .icon {
  transform: scale(1.1);
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.ipateint_area__body .pateint_list .row {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  -moz-column-gap: 13px;
  column-gap: 13px;
}
@media screen and (max-width: 999px) {
  .ipateint_area__body .pateint_list .row {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.ipateint_area__body .pateint_list .row .icon_wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ipateint_area__body .pateint_list .row .icon {
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  .ipateint_area__body .pateint_list .row .icon {
    width: 55px;
    height: auto;
  }
}
.ipateint_area__body .pateint_list .row .text {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  position: relative;
}
.ipateint_area__body .pateint_list .row .text::before {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  content: "#" counter(num, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: -1.2em;
  left: 0;
  color: #28b3d5;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .ipateint_area__body .pateint_list .row .text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 899px) {
  .ipateint_area__body .pateint_list .row .text {
    font-size: 1.125rem;
  }
  .ipateint_area__body .pateint_list .row .text::before {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body .pateint_list .row .text {
    font-size: 1rem;
  }
}
.ipateint_area__body .icon_box {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100vw;
  height: 285px;
  overflow: hidden;
  pointer-events: none;
  z-index: 22;
}
@media screen and (max-width: 999px) {
  .ipateint_area__body .icon_box {
    bottom: -180px;
  }
}
@media screen and (max-width: 767px) {
  .ipateint_area__body .icon_box {
    bottom: -160px;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body .icon_box {
    bottom: -180px;
  }
}
.ipateint_area__body .nurse {
  position: absolute;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .ipateint_area__body .nurse {
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .ipateint_area__body .nurse {
    width: 75px;
  }
}
.ipateint_area .ilink {
  display: inline-block;
}

.ioutpatient_area {
  padding-top: 55px;
  padding-bottom: 80px;
  background-color: #f6f8f9;
}
@media screen and (max-width: 899px) {
  .ioutpatient_area {
    padding-top: 45px;
  }
}
.ioutpatient_area__head {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .ioutpatient_area__head {
    display: block;
  }
}
.ioutpatient_area__head .ioutpatient_title .ja {
  font-size: 2.25rem;
}
@media screen and (max-width: 899px) {
  .ioutpatient_area__head .ioutpatient_title .ja {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .ioutpatient_area__head .ioutpatient_title .ja {
    font-size: clamp(20px, 4.2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .ioutpatient_area__head .ioutpatient_title .en {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  .ioutpatient_area__head .ioutpatient_title {
    margin-bottom: 1em;
  }
}
.ioutpatient_area__head .text_wrap {
  text-align: right;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ioutpatient_area__head .text_wrap {
    text-align: left;
  }
}
.ioutpatient_area__head .text_wrap a {
  color: #d26589;
  padding-right: 3px;
}

.iintroduction_area {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .iintroduction_area {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.iintroduction_area .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 575px) {
  .iintroduction_area .bg {
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }
}
.iintroduction_area__content {
  position: relative;
  z-index: 2;
}
.iintroduction_area__head {
  width: 100%;
  max-width: 540px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head {
    margin-bottom: 35px;
  }
}
.iintroduction_area__head .iintroduction_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .iintroduction_area__head .iintroduction_title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .iintroduction_title {
    margin-bottom: 18em;
  }
}
@media screen and (max-width: 575px) {
  .iintroduction_area__head .iintroduction_title {
    margin-bottom: 19em;
  }
}
.iintroduction_area__head .iintroduction_title .en,
.iintroduction_area__head .iintroduction_title .ja {
  color: #ffffff;
  line-height: 1.2;
}
.iintroduction_area__head .iintroduction_title .en {
  font-size: 0.75rem;
  margin-bottom: 0.5em;
}
.iintroduction_area__head .iintroduction_title .ja {
  font-size: 1.5rem;
  margin-left: -0.1em;
}
.iintroduction_area__head .text_wrap {
  padding-bottom: 25px;
  margin-bottom: 17px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .text_wrap {
    border-bottom: 1px solid rgba(18, 48, 73, 0.2);
  }
}
.iintroduction_area__head .text_wrap .title {
  margin-bottom: 20px;
  width: 380px;
  height: auto;
}
@media screen and (max-width: 899px) {
  .iintroduction_area__head .text_wrap .title {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .iintroduction_area__head .text_wrap .title {
    max-width: 250px;
  }
}
.iintroduction_area__head .text_wrap .text p {
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .text_wrap .text p {
    color: #123049;
  }
}
.iintroduction_area__head .text_wrap .text p:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.iintroduction_area__head .name_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 575px) {
  .iintroduction_area__head .name_wrap {
    display: block;
  }
}
.iintroduction_area__head .name_wrap__l {
  padding-bottom: 3px;
}
@media screen and (max-width: 575px) {
  .iintroduction_area__head .name_wrap__l {
    margin-bottom: 0.8em;
  }
}
.iintroduction_area__head .name_wrap__l .position {
  display: block;
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.063rem;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .name_wrap__l .position {
    color: #123049;
  }
}
.iintroduction_area__head .name_wrap__r {
  display: flex;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.iintroduction_area__head .name_wrap__r .sei_box,
.iintroduction_area__head .name_wrap__r .mei_box {
  line-height: 1.3;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .name_wrap__r .sei_box,
  .iintroduction_area__head .name_wrap__r .mei_box {
    color: #123049;
  }
}
.iintroduction_area__head .name_wrap__r .furi {
  font-size: 0.875rem;
  letter-spacing: 0.25em;
}
.iintroduction_area__head .name_wrap__r .name {
  font-size: 42px;
}
@media screen and (max-width: 899px) {
  .iintroduction_area__head .name_wrap__r .name {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .iintroduction_area__head .name_wrap__r .name {
    font-size: 2rem;
  }
}
.iintroduction_area__body .profile_wrap {
  display: flex;
  -moz-column-gap: clamp(20px, 5vw, 60px);
  column-gap: clamp(20px, 5vw, 60px);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__body .profile_wrap {
    display: block;
    margin-bottom: 25px;
  }
}
.iintroduction_area__body .profile_wrap__1 img {
  border-radius: 5px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__body .profile_wrap__1 {
    margin: 0 auto 25px;
    text-align: center;
  }
}
.iintroduction_area__body .profile_wrap__2 {
  padding-top: 10px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__body .profile_wrap__2 {
    color: #123049;
  }
}
.iintroduction_area__body .profile_wrap__2 .row {
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.iintroduction_area__body .profile_wrap__2 .row:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .iintroduction_area__body .profile_wrap__2 .row {
    display: block;
  }
}
.iintroduction_area__body .profile_wrap__2 .row__l {
  flex-shrink: 0;
  width: 166px;
}
@media screen and (max-width: 575px) {
  .iintroduction_area__body .profile_wrap__2 .row__l {
    width: 100%;
    margin-bottom: 10px;
  }
}
.iintroduction_area__body .profile_wrap__2 .row__l .label {
  position: relative;
  padding-left: 10px;
}
.iintroduction_area__body .profile_wrap__2 .row__l .label::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #30afd8;
  position: absolute;
  top: 0.7ex;
  left: 0;
}
.iintroduction_area__body .profile_wrap__2 .row__r .profile_list {
  margin-bottom: 20px;
}
.iintroduction_area__body .profile_wrap__2 .row__r .profile_list > li {
  font-size: 0.938rem;
  letter-spacing: 0.06em;
  padding-left: 14px;
  position: relative;
}
.iintroduction_area__body .profile_wrap__2 .row__r .profile_list > li:not(:last-of-type) {
  margin-bottom: 0.6em;
}
.iintroduction_area__body .profile_wrap__2 .row__r .profile_list > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__body .profile_wrap__2 .row__r .profile_list > li::before {
    background-color: #1295c0;
  }
}
.iintroduction_area__body .profile_wrap__2 .link_wrap {
  text-align: right;
}
.iintroduction_area__body .profile_wrap__2 .link_wrap a {
  display: inline-block;
}
.iintroduction_area__body .profile_wrap__2 .link_wrap a .text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .iintroduction_area__body .profile_wrap__2 .link_wrap a .text {
    color: #123049;
  }
}

.iequipment_area {
  padding-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .iequipment_area {
    padding-top: 20px;
    margin-bottom: 80px;
  }
}
.iequipment_area__head {
  margin-bottom: 30px;
}
.iequipment_area__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .iequipment_area__body {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 899px) {
  .iequipment_area__body {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.iequipment_area__body .equipment_box {
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(227, 231, 233, 0.5);
}
.iequipment_area__body .equipment_box .inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  padding: 50px clamp(50px, 7vw, 75px);
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .iequipment_area__body .equipment_box .inner {
    padding: 50px clamp(35px, 4.5vw, 50px);
  }
}
@media screen and (max-width: 898px) and (min-width: 576px) {
  .iequipment_area__body .equipment_box .inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .iequipment_area__body .equipment_box .inner {
    padding: 40px 20px;
  }
}
.iequipment_area__body .equipment_box .bg {
  border-radius: 20px;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.iequipment_area__body .equipment_box .img_wrap {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto 0.3em;
  width: 100%;
  max-width: 323px;
  border-radius: 20px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1299px) {
  .iequipment_area__body .equipment_box .img_wrap {
    max-width: 320px;
    margin: 0 auto 0.9em;
  }
}
@media screen and (max-width: 999px) {
  .iequipment_area__body .equipment_box .img_wrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 898px) and (min-width: 576px) {
  .iequipment_area__body .equipment_box .img_wrap {
    max-width: 220px;
  }
}
.iequipment_area__body .equipment_box .img_wrap:hover {
  opacity: 0.7;
}
.iequipment_area__body .equipment_box .img_wrap .num {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  top: -13px;
  left: -65px;
  color: #304c5e;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 898px) and (min-width: 576px) {
  .iequipment_area__body .equipment_box .img_wrap .num {
    top: -55px;
    left: -30px;
  }
}
@media screen and (max-width: 420px) {
  .iequipment_area__body .equipment_box .img_wrap .num {
    font-size: 90px;
    top: -40px;
    left: -35px;
  }
}
.iequipment_area__body .equipment_box .img_wrap img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1299px) {
  .iequipment_area__body .equipment_box .img_wrap img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
.iequipment_area__body .equipment_box .text_wrap {
  color: #ffffff;
  width: 100%;
}
.iequipment_area__body .equipment_box .text_wrap .head {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 898px) and (min-width: 576px) {
  .iequipment_area__body .equipment_box .text_wrap .head {
    text-align: left;
  }
}
.iequipment_area__body .equipment_box .text_wrap .head .sub {
  display: inline-block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .iequipment_area__body .equipment_box .text_wrap .head .sub {
    font-size: 0.938rem;
  }
}
.iequipment_area__body .equipment_box .text_wrap .head .main {
  font-size: clamp(22px, 1.8vw, 26px);
  letter-spacing: 0.02em;
}
.iequipment_area__body .equipment_box .text_wrap .head .main br {
  display: none;
}
@media screen and (max-width: 999px) {
  .iequipment_area__body .equipment_box .text_wrap .head .main {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 898px) and (min-width: 576px) {
  .iequipment_area__body .equipment_box .text_wrap .head .main br {
    display: block;
  }
}
.iequipment_area__body .equipment_box .text_wrap .body {
  color: #b1c1cc;
}
@media screen and (max-width: 999px) {
  .iequipment_area__body .equipment_box .text_wrap .body {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

.isurgery_area {
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
  margin-bottom: 20px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .isurgery_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.isurgery_area .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.isurgery_area__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999px) {
  .isurgery_area__content {
    grid-template-columns: 1fr;
  }
}
.isurgery_area__head {
  padding-left: 55px;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .isurgery_area__head {
    max-width: none;
    padding-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .isurgery_area__head {
    padding-left: 10px;
  }
}
.isurgery_area__head .isurgery_title {
  margin-bottom: 25px;
}
.isurgery_area__head .text {
  margin-bottom: 40px;
}
.isurgery_area__head .text p {
  line-height: 2.1;
  font-size: 1.063rem;
}
.isurgery_area__head .text p:not(:last-of-type) {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 575px) {
  .isurgery_area__head .text p {
    line-height: 1.8;
  }
}
.isurgery_area__body {
  padding-left: clamp(30px, 6vw, 75px);
  padding-right: clamp(30px, 7.5vw, 100px);
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .isurgery_area__body {
    padding-left: clamp(30px, 5vw, 60px);
    padding-right: clamp(30px, 5vw, 60px);
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .isurgery_area__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.isurgery_area__body .surgery_list {
  margin-bottom: 0.7em;
}
.isurgery_area__body .surgery_list > li {
  display: flex;
  align-items: center;
  line-height: 1.5;
  position: relative;
  padding-left: 19px;
}
.isurgery_area__body .surgery_list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #26abcc;
  border-radius: 3.5px;
  box-sizing: border-box;
}
.isurgery_area__body .surgery_list > li:not(:last-of-type) {
  margin-bottom: 2.55em;
}
.isurgery_area__body .surgery_list .part {
  flex-shrink: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: 18px;
}
@media screen and (max-width: 575px) {
  .isurgery_area__body .surgery_list .part {
    font-size: 1.125rem;
  }
}
.isurgery_area__body .surgery_list .line {
  display: inline-block;
  flex-shrink: 2;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #1c3951 2px, transparent 2px);
  background-size: 6px 2px;
  margin-right: 25px;
}
.isurgery_area__body .surgery_list .num_wrap {
  flex-shrink: 0;
  display: flex;
  align-items: baseline;
}
.isurgery_area__body .surgery_list .num {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #37adc9;
  letter-spacing: 0.08em;
  font-size: 48px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .isurgery_area__body .surgery_list .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .isurgery_area__body .surgery_list .num {
    font-size: 30px;
  }
}
.isurgery_area__body .surgery_list .rear_text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
}
@media screen and (max-width: 575px) {
  .isurgery_area__body .surgery_list .rear_text {
    font-size: 1.125rem;
  }
}
.isurgery_area__body .date_wrap {
  text-align: right;
  color: rgba(18, 48, 73, 0.6);
}
@media screen and (max-width: 999px) {
  .isurgery_area__body .date_wrap {
    margin-bottom: 30px;
  }
}
.isurgery_area .link_wrap {
  text-align: right;
}
.isurgery_area .link_wrap a {
  display: inline-block;
}

.imovie_area {
  position: relative;
  z-index: 2;
}
.imovie_area__content {
  background-color: #ffffff;
  padding: 45px 80px 80px;
  margin-bottom: 80px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .imovie_area__content {
    padding: 45px 40px 80px;
  }
}
@media screen and (max-width: 575px) {
  .imovie_area__content {
    padding: 45px 20px 40px;
    margin-bottom: 60px;
  }
}
.imovie_area__content .swiper-area {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.imovie_area__content .swiper-area .swiper_nav {
  border: 1px solid #ffffff;
}
.imovie_area__content .swiper-area .swiper_nav.swiper-button-next {
  right: -20px;
  top: 56%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-next {
    top: 63%;
    right: -25px;
  }
}
@media screen and (max-width: 475px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-next {
    top: 60%;
  }
}
.imovie_area__content .swiper-area .swiper_nav.swiper-button-next::after {
  transform: rotate(45deg);
  display: none;
}
@media screen and (max-width: 575px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-next img {
    width: 36px;
    height: auto;
  }
}
.imovie_area__content .swiper-area .swiper_nav.swiper-button-prev {
  left: -20px;
  top: 56%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-prev {
    top: 63%;
    left: -25px;
  }
}
@media screen and (max-width: 475px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-prev {
    top: 60%;
  }
}
.imovie_area__content .swiper-area .swiper_nav.swiper-button-prev::after {
  transform: rotate(-135deg);
  display: none;
}
.imovie_area__content .swiper-area .swiper_nav.swiper-button-prev img {
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .imovie_area__content .swiper-area .swiper_nav.swiper-button-prev img {
    width: 36px;
    height: auto;
  }
}
.imovie_area__content .swiper .imovie_area__body {
  position: relative;
}
.imovie_area__content .swiper .pagination_wrap {
  width: 100%;
  max-width: 1200px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: right;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .imovie_area__content .swiper .pagination_wrap {
    top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .imovie_area__content .swiper .pagination_wrap {
    top: 110px;
  }
}
.imovie_area__content .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.imovie_area__content .swiper .swiper-pagination-bullet {
  top: 0.7ex;
  left: 0.8ex;
  border-radius: 0;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #404c5b;
  opacity: 1;
  margin-top: 20px;
}
.imovie_area__content .swiper .swiper-pagination-bullet-active {
  background: #28b3d5;
}
.imovie_area__content .swiper-pagination {
  position: unset;
}
.imovie_area__content .human_box {
  position: absolute;
  bottom: 10px;
  left: 80px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .imovie_area__content .human_box {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .imovie_area__content .human_box .dr {
    width: 65px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .imovie_area__content .human_box .dr {
    width: 60px;
  }
}
.imovie_area__content .human_box .fukidasi {
  position: absolute;
  top: -110px;
  left: 35%;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #f6f8f9;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 10px;
  min-width: 152px;
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
@media screen and (max-width: 1099px) {
  .imovie_area__content .human_box .fukidasi {
    min-width: 126px;
    left: 35%;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .imovie_area__content .human_box .fukidasi {
    display: none;
  }
}
.imovie_area__content .human_box .fukidasi::before {
  content: "";
  display: inline-block;
  background: url("/common/img/home/icon/fukidasi_3.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 12px;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1099px) {
  .imovie_area__content .human_box .fukidasi::before {
    left: 40%;
  }
}
.imovie_area__content .human_box .fukidasi.js-gsap_css_animation-before {
  transform: translate(-50%, 8px);
  opacity: 0;
}
.imovie_area__content .human_box .fukidasi > p {
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1099px) {
  .imovie_area__content .human_box .fukidasi > p {
    font-size: 0.875rem;
  }
}
.imovie_area__head {
  text-align: center;
}
.imovie_area__head > .imovie_title a {
  position: relative;
}
.imovie_area__head > .imovie_title a:hover {
  color: #28b3d5;
}
.imovie_area__head > .imovie_title a::after {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/arrow_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 16px;
  height: 7px;
  position: absolute;
  top: 60%;
  right: -17px;
  transform: translateY(-50%);
}
.imovie_area__body .title_wrap {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imovie_area__body .title_wrap .title {
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  .imovie_area__body .title_wrap .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .imovie_area__body .title_wrap .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .imovie_area__body .title_wrap .title br:not(.pc_none) {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .imovie_area__body .title_wrap .title {
    font-size: 0.938rem;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.imovie_area__body .title_wrap .movie_link {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding-top: 2px;
  margin-left: -24px;
}
.imovie_area__body .title_wrap .movie_link:hover {
  color: #28b3d5;
}
.imovie_area__body .title_wrap .movie_link::after {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/arrow_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 16px;
  height: 7px;
  position: absolute;
  top: 60%;
  right: -17px;
  transform: translateY(-50%);
}
.imovie_area__body .movie_wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: 5px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.imovie_area__body .movie_wrap .youtube_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
}
.imovie_area__body .movie_wrap .youtube_wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.imovie_area__body .movie_wrap .youtube_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.imovie_area__body .movie_wrap .youtube_wrapper.active iframe {
  pointer-events: auto;
}
.imovie_area__body .movie_wrap .youtube_wrapper .iframe_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.imovie_area__body .movie_wrap .youtube_thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.imovie_area__body .movie_wrap .youtube_button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.imovie_area__body .movie_wrap .ytp-chrome-top {
  top: 20px;
}

.ifootMenu_area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f8f9;
}
@media screen and (max-width: 767px) {
  .ifootMenu_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ifootMenu_area .ifootMenu_list {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(227, 231, 233, 0.6);
}
@media screen and (max-width: 767px) {
  .ifootMenu_area .ifootMenu_list {
    border-radius: 15px;
    grid-template-columns: 1fr;
  }
}
.ifootMenu_area .ifootMenu_list > li {
  position: relative;
}
.ifootMenu_area .ifootMenu_list > li:first-of-type a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .ifootMenu_area .ifootMenu_list > li:first-of-type a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
}
.ifootMenu_area .ifootMenu_list > li:last-of-type a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .ifootMenu_area .ifootMenu_list > li:last-of-type a {
    border-radius: 0 0 15px 15px;
  }
}
.ifootMenu_area .ifootMenu_list > li a {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  box-sizing: border-box;
  transition: background-color 0.1s;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 1.375rem;
}
@media screen and (max-width: 899px) {
  .ifootMenu_area .ifootMenu_list > li a {
    min-height: 80px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .ifootMenu_area .ifootMenu_list > li a {
    font-size: 1.125rem;
  }
}
.ifootMenu_area .ifootMenu_list > li a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background: url("/common/img/icon/arrow/arrow_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 16px;
  height: 7px;
}
.ifootMenu_area .ifootMenu_list > li a:hover {
  background-color: #e5e5e5;
}
.ifootMenu_area .ifootMenu_list > li a .text {
  line-height: 1.5;
}
.ifootMenu_area .ifootMenu_list > li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ifootMenu_area .ifootMenu_list > li:not(:last-of-type)::after {
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
}