@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #3f3f3f;
  letter-spacing: 0.04rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1260px;
  }
  .container-xl {
    max-width: 1260px;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  padding-top: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.2s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #245dce;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.2rem;
  background: #fff;
  padding: 0 4rem;
  z-index: 999;
  transition: 0.3s;
}
@media print {
  header {
    position: absolute;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 7rem;
  }
}
header.sc {
  box-shadow: 0px 2px 20px 0px rgba(115, 131, 163, 0.3);
}
header .logo {
  width: 29rem;
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 22rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 5rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    width: 25rem;
    flex-direction: column;
    height: auto;
    padding: 1.2rem;
    gap: 1rem;
    border-radius: 0 0 0 1.6rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  header nav > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  header nav > a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 4px;
  background: #245dce;
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active {
  color: #245dce;
}
@media screen and (max-width: 767px) {
  header nav > a.active {
    color: #fff;
    background: #245dce;
  }
}
header nav > a.active::after {
  width: 100%;
}
@media (min-width: 992px) {
  header nav > a:hover {
    color: #245dce;
  }
  header nav > a:hover::after {
    width: 100%;
  }
}
header nav .tel-link {
  display: block;
}
header nav .tel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 4rem;
  background: #f15e7d;
  color: #fff;
  gap: 0.5rem;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 991px) {
  header nav .tel_btn {
    width: 18rem;
    font-size: 1.8rem;
  }
}
header nav .tel_btn i {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  header nav .tel_btn i {
    font-size: 1.6rem;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #245dce;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  header .toggle {
    display: block;
  }
}

.title .en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: #245dce;
}
.title .en .circle {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border-radius: 50%;
  background: #608be2;
}
.title .en .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #245dce;
  border-radius: 50%;
}
.title h3 {
  font-size: 3.6rem;
  margin-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  .title h3 {
    font-size: 2.6rem;
  }
}
.title.tate .en .circle {
  background: #b7c7e6;
}
.title.tate h3 {
  margin-top: 0;
  margin-right: 1rem;
}
.title.center .en {
  justify-content: center;
}
.title.center h3 {
  text-align: center;
}
.title.white h3, .title.white .en {
  color: #fff;
}
.title.white h3 .circle, .title.white .en .circle {
  background: #fff;
}
.title.white h3 .circle::after, .title.white .en .circle::after {
  background: #5b8ef2;
}

.more {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 5.6rem;
  padding: 0 1.4rem 0 1.9rem;
  background: #245dce;
  color: #fff;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  width: fit-content;
  border: 2px solid #245dce;
  transition: 0.4s;
}
@media screen and (max-width: 574px) {
  .more {
    gap: 1rem;
  }
}
.more .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #245dce;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #245dce;
  }
  .more:hover .arrow {
    background: #245dce;
    color: #fff;
  }
}

main {
  overflow: hidden;
}

.footer {
  background: linear-gradient(124deg, rgb(36, 93, 206) 0%, rgb(91, 142, 242) 100%);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 6rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.footer_left .logo {
  width: 29.5rem;
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  margin-top: 1rem;
}
.footer_right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 4rem;
}
@media screen and (max-width: 1199px) {
  .footer_right {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}
.footer_right > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.4s;
}
.footer_right .tel-link {
  display: block;
}
.footer_right .tel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 4rem;
  background: #f15e7d;
  color: #fff;
  gap: 0.5rem;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.footer_right .tel_btn i {
  font-size: 1.8rem;
}
.footer .copy {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    margin-top: 3rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 4.5rem;
  }
}

#top .mv {
  margin: 9.2rem auto 0;
  max-width: calc(100% - 2vw);
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 1199px) {
  #top .mv img {
    height: 60rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 574px) {
  #top .mv img {
    height: 50vh;
  }
}
#top .mv_text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 3rem 4rem 2.5rem;
  border-top-left-radius: 1.6rem;
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    zoom: 0.75;
  }
}
#top .mv_text::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-99%);
  background: url(../../images/common/corner.png) no-repeat;
  background-size: contain;
}
#top .mv_text::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-99%);
  background: url(../../images/common/corner.png) no-repeat;
  background-size: contain;
}
#top .mv_text_top {
  position: absolute;
  left: 4rem;
  top: 0;
  transform: translateY(-50%);
  width: 28rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #245dce;
  border-radius: 5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
}
#top .mv_text h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  color: #245dce;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 3.8rem;
  }
}
#top .mv_text h2 span {
  font-size: 7.2rem;
  margin: 0 2px 0 5px;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 span {
    font-size: 5.5rem;
  }
}
#top .mv_text .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  color: #9fafcf;
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 1.8rem;
  }
}
#top .about {
  padding: 18rem 0 25rem;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 7rem 0 10rem;
  }
}
#top .about_image {
  position: relative;
}
#top .about_image > img {
  border-radius: 1.6rem;
}
#top .about_comment {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 130%;
}
@media screen and (max-width: 767px) {
  #top .about_comment {
    width: 115%;
  }
}
#top .about_text {
  padding-top: 2rem;
  writing-mode: vertical-rl;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #top .about_text {
    margin-top: 14rem;
    padding-top: 0;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text {
    margin-top: 10rem;
  }
}
#top .about_text h4 {
  margin-right: 14rem;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  #top .about_text h4 {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text h4 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-right: 0;
    line-height: 1.5;
  }
}
#top .about_lead {
  font-size: 1.8rem;
  margin-right: 6rem;
  text-orientation: upright;
}
@media screen and (max-width: 1500px) {
  #top .about_lead {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_lead {
    margin-right: 0;
    margin-top: 2rem;
  }
}
#top .info_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  white-space: nowrap;
}
#top .info_box {
  margin-top: 4rem;
  border-radius: 1.6rem;
  position: relative;
  padding: 2rem;
  background: #eff4ff;
  display: flex;
  flex-wrap: wrap;
}
#top .info_box .dot {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #d8dff0;
  border-radius: 50%;
  display: block;
}
#top .info_box .dot1 {
  left: 1.6rem;
  top: 1.6rem;
}
#top .info_box .dot2 {
  right: 1.6rem;
  top: 1.6rem;
}
#top .info_box .dot3 {
  left: 1.6rem;
  bottom: 1.6rem;
}
#top .info_box .dot4 {
  right: 1.6rem;
  bottom: 1.6rem;
}
#top .info_item {
  width: 25%;
  border-right: 1px solid #a2a8b3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #top .info_item {
    width: 50%;
  }
}
#top .info_item:nth-of-type(4n) {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  #top .info_item:nth-of-type(2n) {
    border-right: 0;
  }
}
#top .info_item:nth-of-type(n+9) {
  border-top: 1px solid #a2a8b3;
}
@media screen and (max-width: 767px) {
  #top .info_item:nth-of-type(n+7) {
    border-top: 1px solid #a2a8b3;
  }
}
#top .info_item h4 {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  flex-direction: column;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #top .info_item h4 {
    font-size: 1.6rem;
  }
}
#top .info_item h4 span {
  font-size: 1.6rem;
  font-weight: 400;
}
#top .info_icon {
  max-width: 70%;
  width: 15rem;
}
#top .info_text {
  margin-top: 4rem;
}
#top .access {
  padding: 16rem 0 14rem;
}
@media screen and (max-width: 1500px) {
  #top .access {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .access {
    padding-bottom: 7rem;
  }
}
#top .access_inner {
  max-width: calc(100% - 2vw);
  margin: 0 auto;
  border-radius: 1.6rem;
  box-shadow: 0px 2px 30px 0px rgba(90, 103, 130, 0.3);
  padding: 12.5rem 0;
  background: url(../../images/top/access_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  transition: max-width 0.3s ease-out, border-radius 0.3s ease-out;
}
@media screen and (max-width: 1500px) {
  #top .access_inner {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1199px) {
  #top .access_inner {
    max-width: calc(100% - 5rem);
  }
}
#top .access_inner .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#top .access .schedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  font-feature-settings: "palt";
}
#top .access .schedule table thead th {
  background: #073287;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table thead th {
    padding: 2rem 0.5rem;
  }
}
#top .access .schedule table thead th:first-child {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table thead th:first-child {
    padding-left: 1rem;
  }
}
#top .access .schedule table tbody td {
  padding: 2rem 1rem;
  text-align: center;
  color: #245dce;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #fff;
  border: none;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table tbody td {
    padding: 2rem 0.5rem;
  }
}
#top .access .schedule table tbody td.time {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table tbody td.time {
    padding-left: 1rem;
    width: 92px;
  }
}
#top .access .schedule table tbody td.time .time_inner {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table tbody td.time .time_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
#top .access .schedule table tbody td.time .time_inner > div:first-child {
  background: #073287;
  color: #fff;
  width: 5.6rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 1.4rem;
}
#top .access .schedule table tbody td.time .time_inner > div:last-child {
  color: #073287;
  font-size: 1.6rem;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 574px) {
  #top .access .schedule table tbody td.time .time_inner > div:last-child {
    font-size: 1.4rem;
  }
}
#top .access .schedule table tbody td span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  vertical-align: middle;
}
#top .access .schedule table tbody td span.green {
  background: #20ba94;
}
#top .access .schedule table tbody td span.purple {
  background: #c296cd;
}
#top .access .schedule table tbody td sup {
  color: #073287;
  font-size: 2rem;
}
#top .access .schedule table tbody td:has(> :not(span)) {
  font-weight: 700;
}
#top .access .schedule table tbody tr + tr td {
  border-top: 2px solid #0f1520;
}
#top .access .schedule_caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 1em;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #top .access .schedule_caption {
    padding-left: 0;
  }
}
#top .access .schedule_caption p {
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
#top .access .schedule_caption p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#top .access .schedule_caption .caption {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
#top .access .schedule_caption .caption_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#top .access .schedule_caption .caption_item span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
#top .access .schedule_caption .caption_item span.green {
  background: #20ba94;
}
#top .access .schedule_caption .caption_item span.purple {
  background: #c296cd;
}
#top .access .schedule_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .access .schedule_flex {
    flex-direction: column;
    gap: 3rem;
  }
}
#top .access .schedule_flex .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 6rem;
  background: #f15e7d;
  color: #fff;
  gap: 0.5rem;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1500px) {
  #top .access .schedule_flex .tel {
    width: 28rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .access .schedule_flex .tel {
    width: 20rem;
    font-size: 2rem;
  }
}
#top .access .schedule_flex .tel i {
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  #top .access .schedule_flex .tel i {
    font-size: 2rem;
  }
}
#top .access .schedule_flex .tel-link {
  display: block;
}
#top .access_map {
  padding-left: 1rem;
}
#top .access_map iframe {
  width: 100%;
  height: 18.2rem;
  border-radius: 1.2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  #top .access_map iframe {
    height: 30rem;
  }
}
#top .access_text {
  margin-top: 2rem;
  color: #fff;
}
#top .access_text .address {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
#top .access_text .parking {
  margin-top: 1.5rem;
}
#top .access_text .parking h4 {
  font-weight: 500;
}
#top .access_text .parking p {
  margin-top: 0.5rem;
}
#top .news {
  padding-bottom: 14rem;
}
@media screen and (max-width: 574px) {
  #top .news {
    padding-bottom: 7rem;
  }
}
#top .news_wrap {
  padding-left: 3.5rem;
  overflow: auto;
  max-height: 36rem;
}
@media screen and (max-width: 767px) {
  #top .news_wrap {
    padding-left: 0;
    margin-top: 3rem;
  }
}
#top .news_wrap::-webkit-scrollbar {
  width: 6px;
}
#top .news_wrap::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 20px;
}
#top .news_wrap::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 20px;
}
#top .news_list {
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #top .news_list {
    padding-right: 2.5rem;
  }
}
#top .news_list li {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #a2a8b3;
  display: flex;
  gap: 5rem;
}
#top .news_list li:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 574px) {
  #top .news_list li {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#top .news_list li .date {
  width: 12.5rem;
}
@media screen and (max-width: 574px) {
  #top .news_list li .date {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}
#top .news_list li .date p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1;
}
#top .news_list li .date .category {
  padding: 5px 10px;
  background: #5687e8;
  width: fit-content;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 574px) {
  #top .news_list li .date .category {
    margin-top: 0;
  }
}
#top .news_text {
  width: calc(100% - 17.5rem);
}
@media screen and (max-width: 574px) {
  #top .news_text {
    width: 100%;
  }
}
#top .news_text h4 {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
}
#top .news_text h4 .new {
  width: 4.8rem;
}
#top .news_text h4 .new img {
  display: block;
}
#top .news_detail {
  margin-top: 1.5rem;
}

.subhead {
  height: 20rem;
  margin: 9.2rem auto 0;
  max-width: calc(100% - 2vw);
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(124deg, rgb(36, 93, 206) 0%, rgb(91, 142, 242) 100%);
}
@media screen and (max-width: 1199px) {
  .subhead {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    max-width: calc(100% - 3rem);
  }
}
.subhead_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
.subhead_text .en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  justify-content: center;
}
.subhead_text .en .circle {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.subhead_text .en .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: #3B72DD;
  border-radius: 50%;
}
.subhead_text h2 {
  font-size: 4.5rem;
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 2.6rem;
  }
}

.bread {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  margin: 0 auto;
  max-width: calc(100% - 2vw);
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .bread {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 574px) {
  .bread {
    max-width: calc(100% - 3rem);
  }
}
.bread li {
  font-weight: 500;
}
.bread li a {
  margin-right: 1rem;
  color: #245dce;
}

#guide .guide {
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  #guide .guide {
    padding: 4rem 0 8rem;
  }
}
@media screen and (max-width: 574px) {
  #guide .guide {
    padding-bottom: 4rem;
  }
}
#guide .guide .row {
  margin-top: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #guide .guide .row {
    gap: 3rem;
  }
}
#guide .guide_image {
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  #guide .guide_image {
    padding-right: 0;
  }
}
#guide .guide_image img {
  border-radius: 1.6rem;
}
#guide .guide_text ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  #guide .guide_text ul {
    gap: 1rem;
  }
}
#guide .guide_text ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  line-height: 1.6;
}
#guide .guide_text ul li .circle {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  background: #f15e7d;
}
@media screen and (max-width: 991px) {
  #guide .guide_text ul li .circle {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#guide .guide_text ul li .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: #fd9db1;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  #guide .guide_text ul li .circle::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#guide .guide_text ul li p {
  font-weight: bold;
  font-size: 2rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 991px) {
  #guide .guide_text ul li p {
    font-size: 1.6rem;
  }
}
#guide .guide_text .caption {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
}
#guide .guide_item {
  margin-top: 4rem;
  border-radius: 1.6rem;
  background: #eff4ff;
  padding: 2rem;
  overflow: hidden;
}
#guide .guide_item .row {
  margin-top: 0;
}
#guide .guide_item_text h4 {
  font-weight: bold;
  font-size: 2.4rem;
}
#guide .guide_item_text p {
  margin-top: 2rem;
  font-weight: 500;
}
#guide .guide_item_text .cap {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
#guide .access {
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 574px) {
  #guide .access {
    padding-bottom: 7rem;
  }
}
#guide .access_inner {
  max-width: calc(100% - 2vw);
  margin: 0 auto;
  border-radius: 1.6rem;
  box-shadow: 0px 2px 30px 0px rgba(90, 103, 130, 0.3);
  padding: 12.5rem 0;
  background: url(../../images/top/access_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  transition: max-width 0.3s ease-out, border-radius 0.3s ease-out;
}
@media screen and (max-width: 1500px) {
  #guide .access_inner {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1199px) {
  #guide .access_inner {
    max-width: calc(100% - 5rem);
  }
}
#guide .access_inner .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#guide .access .schedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  font-feature-settings: "palt";
}
#guide .access .schedule table thead th {
  background: #073287;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table thead th {
    padding: 2rem 0.5rem;
  }
}
#guide .access .schedule table thead th:first-child {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table thead th:first-child {
    padding-left: 1rem;
  }
}
#guide .access .schedule table tbody td {
  padding: 2rem 1rem;
  text-align: center;
  color: #245dce;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #fff;
  border: none;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table tbody td {
    padding: 2rem 0.5rem;
  }
}
#guide .access .schedule table tbody td.time {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table tbody td.time {
    padding-left: 1rem;
    width: 92px;
  }
}
#guide .access .schedule table tbody td.time .time_inner {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table tbody td.time .time_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
#guide .access .schedule table tbody td.time .time_inner > div:first-child {
  background: #073287;
  color: #fff;
  width: 5.6rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 1.4rem;
}
#guide .access .schedule table tbody td.time .time_inner > div:last-child {
  color: #073287;
  font-size: 1.6rem;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 574px) {
  #guide .access .schedule table tbody td.time .time_inner > div:last-child {
    font-size: 1.4rem;
  }
}
#guide .access .schedule table tbody td span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  vertical-align: middle;
}
#guide .access .schedule table tbody td span.green {
  background: #20ba94;
}
#guide .access .schedule table tbody td span.purple {
  background: #c296cd;
}
#guide .access .schedule table tbody td sup {
  color: #073287;
  font-size: 2rem;
}
#guide .access .schedule table tbody td:has(> :not(span)) {
  font-weight: 700;
}
#guide .access .schedule table tbody tr + tr td {
  border-top: 2px solid #0f1520;
}
#guide .access .schedule_caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 1em;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #guide .access .schedule_caption {
    padding-left: 0;
  }
}
#guide .access .schedule_caption p {
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
#guide .access .schedule_caption p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#guide .access .schedule_caption .caption {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
#guide .access .schedule_caption .caption_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#guide .access .schedule_caption .caption_item span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
#guide .access .schedule_caption .caption_item span.green {
  background: #20ba94;
}
#guide .access .schedule_caption .caption_item span.purple {
  background: #c296cd;
}
#guide .access .schedule_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #guide .access .schedule_flex {
    flex-direction: column;
    gap: 3rem;
  }
}
#guide .access .schedule_flex .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 6rem;
  background: #f15e7d;
  color: #fff;
  gap: 0.5rem;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1500px) {
  #guide .access .schedule_flex .tel {
    width: 28rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #guide .access .schedule_flex .tel {
    width: 20rem;
    font-size: 2rem;
  }
}
#guide .access .schedule_flex .tel i {
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  #guide .access .schedule_flex .tel i {
    font-size: 2rem;
  }
}
#guide .access .schedule_flex .tel-link {
  display: block;
}
#guide .access_map {
  padding-left: 1rem;
}
#guide .access_map iframe {
  width: 100%;
  height: 18.2rem;
  border-radius: 1.2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  #guide .access_map iframe {
    height: 30rem;
  }
}
#guide .access_text {
  margin-top: 2rem;
  color: #fff;
}
#guide .access_text .address {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
#guide .access_text .parking {
  margin-top: 1.5rem;
}
#guide .access_text .parking h4 {
  font-weight: 500;
}
#guide .access_text .parking p {
  margin-top: 0.5rem;
}

#hospital .clinic {
  padding: 5rem 0 5rem;
}
#hospital .clinic_box {
  margin-top: 4rem;
  border-radius: 1.6rem;
  position: relative;
  padding: 2rem;
  background: #eff4ff;
  display: flex;
  flex-wrap: wrap;
}
#hospital .clinic_box .dot {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #d8dff0;
  border-radius: 50%;
  display: block;
}
#hospital .clinic_box .dot1 {
  left: 1.6rem;
  top: 1.6rem;
}
#hospital .clinic_box .dot2 {
  right: 1.6rem;
  top: 1.6rem;
}
#hospital .clinic_box .dot3 {
  left: 1.6rem;
  bottom: 1.6rem;
}
#hospital .clinic_box .dot4 {
  right: 1.6rem;
  bottom: 1.6rem;
}
#hospital .clinic_item {
  width: 25%;
  border-right: 1px solid #a2a8b3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 2rem;
}
@media screen and (max-width: 991px) {
  #hospital .clinic_item {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #hospital .clinic_item {
    width: 100%;
    border-right: 0;
  }
}
#hospital .clinic_item:nth-of-type(4n) {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  #hospital .clinic_item:nth-of-type(2n) {
    border-right: 0;
  }
}
#hospital .clinic_item:nth-of-type(n+9) {
  border-top: 1px solid #a2a8b3;
}
@media screen and (max-width: 991px) {
  #hospital .clinic_item:nth-of-type(n+7) {
    border-top: 1px solid #a2a8b3;
  }
}
@media screen and (max-width: 574px) {
  #hospital .clinic_item:nth-of-type(n+6) {
    border-top: 1px solid #a2a8b3;
  }
}
#hospital .clinic_image img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  #hospital .clinic_image img {
    border-radius: 0.5rem;
  }
}
#hospital .clinic_text {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
#hospital .facility {
  padding: 5rem 0 5rem;
}
#hospital .facility_box {
  margin-top: 4rem;
  border-radius: 1.6rem;
  position: relative;
  padding: 2rem;
  background: #eff4ff;
  display: flex;
  flex-wrap: wrap;
}
#hospital .facility_box .dot {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #d8dff0;
  border-radius: 50%;
  display: block;
}
#hospital .facility_box .dot1 {
  left: 1.6rem;
  top: 1.6rem;
}
#hospital .facility_box .dot2 {
  right: 1.6rem;
  top: 1.6rem;
}
#hospital .facility_box .dot3 {
  left: 1.6rem;
  bottom: 1.6rem;
}
#hospital .facility_box .dot4 {
  right: 1.6rem;
  bottom: 1.6rem;
}
#hospital .facility_box .facility_item {
  width: 33.3333%;
  border-right: 1px solid #a2a8b3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 2rem;
}
@media screen and (max-width: 991px) {
  #hospital .facility_box .facility_item {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #hospital .facility_box .facility_item {
    width: 100%;
    border-right: 0;
  }
}
#hospital .facility_box .facility_item:nth-of-type(3n) {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  #hospital .facility_box .facility_item:nth-of-type(3n) {
    border-right: 1px solid #a2a8b3;
  }
}
@media screen and (max-width: 574px) {
  #hospital .facility_box .facility_item:nth-of-type(3n) {
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #hospital .facility_box .facility_item:nth-of-type(2n) {
    border-right: 0;
  }
}
#hospital .facility_box .facility_item:nth-of-type(n+4) {
  border-top: 1px solid #a2a8b3;
}
@media screen and (max-width: 991px) {
  #hospital .facility_box .facility_item:nth-of-type(n+3) {
    border-top: 1px solid #a2a8b3;
  }
}
@media screen and (max-width: 574px) {
  #hospital .facility_box .facility_item:nth-of-type(n+2) {
    border-top: 1px solid #a2a8b3;
  }
}
#hospital .facility_image img {
  border-radius: 1.6rem;
  aspect-ratio: 357/256;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #hospital .facility_image img {
    border-radius: 0.5rem;
  }
}
#hospital .facility_text {
  margin-top: 2rem;
  text-align: center;
}
#hospital .facility_text h4 {
  font-weight: 500;
  font-size: 1.8rem;
}
#hospital .facility_text p {
  margin-top: 1rem;
  font-weight: 500;
}
#hospital .info {
  padding: 5rem 0 10rem;
}
#hospital .info_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  white-space: nowrap;
}
#hospital .info_box {
  margin-top: 4rem;
  border-radius: 1.6rem;
  position: relative;
  padding: 2rem;
  background: #eff4ff;
  display: flex;
  flex-wrap: wrap;
}
#hospital .info_box .dot {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #d8dff0;
  border-radius: 50%;
  display: block;
}
#hospital .info_box .dot1 {
  left: 1.6rem;
  top: 1.6rem;
}
#hospital .info_box .dot2 {
  right: 1.6rem;
  top: 1.6rem;
}
#hospital .info_box .dot3 {
  left: 1.6rem;
  bottom: 1.6rem;
}
#hospital .info_box .dot4 {
  right: 1.6rem;
  bottom: 1.6rem;
}
#hospital .info_item {
  width: 25%;
  border-right: 1px solid #a2a8b3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #hospital .info_item {
    width: 50%;
  }
}
#hospital .info_item:nth-of-type(4n) {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  #hospital .info_item:nth-of-type(2n) {
    border-right: 0;
  }
}
#hospital .info_item:nth-of-type(n+9) {
  border-top: 1px solid #a2a8b3;
}
@media screen and (max-width: 767px) {
  #hospital .info_item:nth-of-type(n+7) {
    border-top: 1px solid #a2a8b3;
  }
}
#hospital .info_item h4 {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  flex-direction: column;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #hospital .info_item h4 {
    font-size: 1.6rem;
  }
}
#hospital .info_item h4 span {
  font-size: 1.6rem;
  font-weight: 400;
}
#hospital .info_icon {
  max-width: 70%;
  width: 15rem;
}
#hospital .info_text {
  margin-top: 4rem;
}

#clinic .doctor {
  padding: 5rem 0 5rem;
}
#clinic .doctor_box {
  padding: 3rem;
  border-radius: 1.6rem;
  background: #eff4ff;
  margin-top: 3.5rem;
}
#clinic .doctor_box .row {
  align-items: center;
  gap: 3rem 0;
}
#clinic .doctor_image {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  #clinic .doctor_image {
    border-radius: 0.5rem;
  }
}
#clinic .doctor_text h4 {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-content: center;
  gap: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #clinic .doctor_text h4 {
    font-size: 2.4rem;
  }
}
#clinic .doctor_text h4 span {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #245dce;
  color: #fff;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  #clinic .doctor_text h4 span {
    font-size: 1.8rem;
  }
}
#clinic .doctor_text h5 {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #clinic .doctor_text h5 {
    font-size: 1.8rem;
  }
}
#clinic .doctor_text .history {
  margin-top: 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
#clinic .doctor_text .history h5 {
  margin-top: 0;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
  background: #eff4ff;
  color: #245dce;
  font-weight: 600;
  border-radius: 5rem;
  width: fit-content;
}
#clinic .doctor_text .history ul {
  margin-top: 1rem;
}
#clinic .doctor_text .history ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 2px dashed #eff4ff;
  font-weight: 500;
}
#clinic .outline {
  padding: 5rem 0;
}
#clinic .outline .row {
  gap: 3rem 0;
}
#clinic .outline table {
  width: 100%;
}
#clinic .outline table th, #clinic .outline table td {
  padding: 2.6rem 0;
}
#clinic .outline table th {
  border-bottom: 1px solid #a2a8b3;
  font-weight: 500;
  color: #245dce;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #clinic .outline table th {
    padding-right: 2rem;
    width: auto;
  }
}
#clinic .outline table td {
  border-bottom: 1px solid #a2a8b3;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #clinic .outline table td {
    width: auto;
  }
}
#clinic .access {
  padding: 5rem 0;
}
#clinic .access_inner {
  max-width: calc(100% - 2vw);
  margin: 0 auto;
  border-radius: 1.6rem;
  box-shadow: 0px 2px 30px 0px rgba(90, 103, 130, 0.3);
  padding: 8rem 0;
  background: url(../../images/top/access_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  transition: max-width 0.3s ease-out, border-radius 0.3s ease-out;
}
@media screen and (max-width: 1500px) {
  #clinic .access_inner {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1199px) {
  #clinic .access_inner {
    max-width: calc(100% - 5rem);
  }
}
#clinic .access_inner .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#clinic .access .schedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  font-feature-settings: "palt";
}
#clinic .access .schedule table thead th {
  background: #073287;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table thead th {
    padding: 2rem 0.5rem;
  }
}
#clinic .access .schedule table thead th:first-child {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table thead th:first-child {
    padding-left: 1rem;
  }
}
#clinic .access .schedule table tbody td {
  padding: 2rem 1rem;
  text-align: center;
  color: #245dce;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #fff;
  border: none;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table tbody td {
    padding: 2rem 0.5rem;
  }
}
#clinic .access .schedule table tbody td.time {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table tbody td.time {
    padding-left: 1rem;
    width: 92px;
  }
}
#clinic .access .schedule table tbody td.time .time_inner {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table tbody td.time .time_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
#clinic .access .schedule table tbody td.time .time_inner > div:first-child {
  background: #073287;
  color: #fff;
  width: 5.6rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 1.4rem;
}
#clinic .access .schedule table tbody td.time .time_inner > div:last-child {
  color: #073287;
  font-size: 1.6rem;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 574px) {
  #clinic .access .schedule table tbody td.time .time_inner > div:last-child {
    font-size: 1.4rem;
  }
}
#clinic .access .schedule table tbody td span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  vertical-align: middle;
}
#clinic .access .schedule table tbody td span.green {
  background: #20ba94;
}
#clinic .access .schedule table tbody td span.purple {
  background: #c296cd;
}
#clinic .access .schedule table tbody td sup {
  color: #073287;
  font-size: 2rem;
}
#clinic .access .schedule table tbody td:has(> :not(span)) {
  font-weight: 700;
}
#clinic .access .schedule table tbody tr + tr td {
  border-top: 2px solid #0f1520;
}
#clinic .access .schedule_caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 1em;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #clinic .access .schedule_caption {
    padding-left: 0;
  }
}
#clinic .access .schedule_caption p {
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
#clinic .access .schedule_caption p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#clinic .access .schedule_caption .caption {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
#clinic .access .schedule_caption .caption_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#clinic .access .schedule_caption .caption_item span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
#clinic .access .schedule_caption .caption_item span.green {
  background: #20ba94;
}
#clinic .access .schedule_caption .caption_item span.purple {
  background: #c296cd;
}
#clinic .access .schedule_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #clinic .access .schedule_flex {
    flex-direction: column;
    gap: 3rem;
  }
}
#clinic .access .schedule_flex .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 6rem;
  background: #f15e7d;
  color: #fff;
  gap: 0.5rem;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1500px) {
  #clinic .access .schedule_flex .tel {
    width: 28rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #clinic .access .schedule_flex .tel {
    width: 20rem;
    font-size: 2rem;
  }
}
#clinic .access .schedule_flex .tel i {
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  #clinic .access .schedule_flex .tel i {
    font-size: 2rem;
  }
}
#clinic .access .schedule_flex .tel-link {
  display: block;
}
#clinic .access_map {
  padding-left: 1rem;
}
#clinic .access_map iframe {
  width: 100%;
  height: 18.2rem;
  border-radius: 1.2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  #clinic .access_map iframe {
    height: 30rem;
  }
}
#clinic .access_text {
  margin-top: 2rem;
  color: #fff;
}
#clinic .access_text .address {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
#clinic .access_text .parking {
  margin-top: 1.5rem;
}
#clinic .access_text .parking h4 {
  font-weight: 500;
}
#clinic .access_text .parking p {
  margin-top: 0.5rem;
}
#clinic .about {
  padding: 5rem 0 10rem;
}
#clinic .about h4 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #245dce;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #clinic .about h4 {
    font-size: 2rem;
  }
}
#clinic .about ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#clinic .about ul li {
  padding-bottom: 3rem;
  border-bottom: 1px solid #a2a8b3;
}
#clinic .about ul li h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #245dce;
  line-height: 1.5;
}
#clinic .about ul li p {
  margin-top: 1.5rem;
}
#clinic .about .name {
  margin-top: 2rem;
  text-align: right;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */