@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
.main_contents.op_anime_on {
  opacity: 0;
  transition: opacity 0.8s;
}
.main_contents.op_anime_on.show {
  opacity: 1;
}

.opening_anime_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 8000;
  transition: all 0.8s;
  visibility: visible;
}
.opening_anime_wrap.in {
  opacity: 1;
  transition: all 0.1s;
}
.opening_anime_wrap.active {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.opening_anime_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-inline: 20px;
  max-width: 100%;
  transition: all 0.5s;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .opening_anime_box {
    padding-inline: 40px;
    width: 1148px;
  }
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box {
    padding-inline: 80px;
    width: 1228px;
  }
}
.opening_anime_box.active {
  opacity: 1;
}

.opening_anime_box__end_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 1s;
  opacity: 0;
  z-index: 10;
  padding-inline: 15vw;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__end_img {
    padding-inline: 0;
  }
}
.opening_anime_box__end_img.active {
  opacity: 1;
}
.opening_anime_box__end_img.active .end_img_flex__item .svg_img path,
.opening_anime_box__end_img.active .end_img_flex__item .svg_img polygon {
  animation: textAnime 1.8s linear forwards;
  animation-iteration-count: 1;
}
.opening_anime_box__end_img .end_img_flex {
  display: flex;
  gap: 9vw;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__end_img .end_img_flex {
    gap: 68px;
  }
}
.opening_anime_box__end_img .end_img_flex__item {
  display: flex;
  gap: 3vw;
  align-items: baseline;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__end_img .end_img_flex__item {
    gap: 28px;
  }
}
.opening_anime_box__end_img .end_img_flex__item .svg_img {
  height: auto;
}
.opening_anime_box__end_img .end_img_flex__item .svg_img path,
.opening_anime_box__end_img .end_img_flex__item .svg_img polygon {
  stroke: #040000;
  stroke-dasharray: 600;
  stroke-width: 1px;
}

@keyframes textAnime {
  0% {
    stroke-width: 1px;
    stroke-dashoffset: 600;
    fill: transparent;
  }
  80% {
    stroke-width: 1px;
    fill: transparent;
    stroke-dashoffset: 0;
  }
  90% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 0;
    fill: #040000;
  }
}
.opening_anime_box__logo {
  text-align: center;
}
.opening_anime_box__logo img {
  width: 45%;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__logo img {
    width: 216px;
  }
}

.opening_anime_box__inner {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .opening_anime_box__inner {
    display: flex;
    align-items: center;
  }
}

.opening_anime_box__img {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .opening_anime_box__img {
    width: 60%;
    flex-shrink: 0;
    margin: 0;
  }
}
.opening_anime_box__img .img_box {
  position: relative;
}
.opening_anime_box__img .img_box .y_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  opacity: 0;
  background: #ddd;
}
.opening_anime_box__img .img_box .y_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.opening_anime_box__img .img_box .y_img.y_2016img {
  z-index: 1;
}
.opening_anime_box__img .img_box .y_img.y_2019img {
  z-index: 2;
}
.opening_anime_box__img .img_box.y_2016 .y_2016img {
  opacity: 1;
}
.opening_anime_box__img .img_box.y_2019 .y_2019img {
  opacity: 1;
}

.opening_anime_box__era_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  flex: 1;
  width: 100%;
  font-family: "Lora", serif;
  font-style: italic;
  margin-top: -20px;
}
@media print, screen and (min-width: 768px) {
  .opening_anime_box__era_name {
    padding-left: 40px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__era_name {
    padding-left: 56px;
  }
}
.opening_anime_box__era_name .year {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 7.2rem;
  color: #2b319c;
}
.opening_anime_box__era_name .year_change_text {
  position: relative;
  height: 150px;
}
.opening_anime_box__era_name .year_change_text > img {
  margin-top: 20px;
  width: 100%;
  max-width: none;
  transition: opacity 1s;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__era_name .year_change_text > img {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 1180px) {
  .opening_anime_box__era_name .year_change_text > img {
    width: 396px;
  }
}
.opening_anime_box__era_name .year_change_text .change_text {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 1s;
  padding-block: 20px 10px;
}
@media print, screen and (min-width: 920px) {
  .opening_anime_box__era_name .year_change_text .change_text {
    padding-block: 44px 20px;
  }
}
.opening_anime_box__era_name .year_change_text .change_text.y_2016text {
  z-index: 1;
}
.opening_anime_box__era_name .year_change_text .change_text.y_2016text img {
  width: 100%;
}
@media print, screen and (min-width: 1550px) {
  .opening_anime_box__era_name .year_change_text .change_text.y_2016text img {
    width: 491px;
    max-width: none;
  }
}
.opening_anime_box__era_name .year_change_text .change_text.y_2019text {
  z-index: 2;
}
@media print, screen and (min-width: 1550px) {
  .opening_anime_box__era_name .year_change_text .change_text.y_2019text img {
    width: 418px;
    max-width: none;
  }
}
.opening_anime_box__era_name .year_change_text.y_2016 > img {
  opacity: 0;
}
.opening_anime_box__era_name .year_change_text.y_2016 .y_2016text {
  opacity: 1;
}
.opening_anime_box__era_name .year_change_text.y_2019 > img {
  opacity: 0;
}
.opening_anime_box__era_name .year_change_text.y_2019 .y_2016text {
  opacity: 0;
}
.opening_anime_box__era_name .year_change_text.y_2019 .y_2019text {
  opacity: 1;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Lora", serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.odometer-formatting-mark {
  display: none !important;
}

.odometer .odometer-inside {
  display: flex;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: flex;
  justify-content: center;
  width: 32px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: flex;
  justify-content: center;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  position: absolute;
  width: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
  width: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.od_2019.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.od_2019.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 1s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.odometer.od_2019.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.od_2019.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 1s;
}

.mv_area {
  position: relative;
}

.mv_catch {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 3;
  text-shadow: 0px 0px 20px rgba(28, 31, 56, 0.5);
}
@media print, screen and (min-width: 920px) {
  .mv_catch {
    top: 200px;
    left: 40px;
  }
}
.mv_catch .text_s {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 360px) {
  .mv_catch .text_s {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_catch .text_s {
    font-size: 2.8rem;
  }
}
.mv_catch .text_l {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 360px) {
  .mv_catch .text_l {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_catch .text_l {
    font-size: 4.8rem;
  }
}

.mvslider_half {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .mvslider_half {
    display: flex;
    flex-direction: row;
  }
}
.mvslider_half::after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: linear-gradient(180deg, rgba(28, 31, 56, 0.65) 0%, rgba(64, 67, 88, 0.4) 66%, rgba(99, 101, 119, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.mvslider_half.is-refreshing .mvslider_item img {
  transition: none !important;
  animation: none !important;
}
.mvslider_half.is-refreshing .mvslider_item_inner {
  animation: none !important;
}
.mvslider_half .mvslider_wrapper.paused .mvslider_item_inner {
  animation-play-state: paused;
}

.mvslider_left,
.mvslider_right {
  width: 100%;
  height: 50vh;
}
@media print, screen and (min-width: 920px) {
  .mvslider_left,
  .mvslider_right {
    width: 50%;
    height: auto;
  }
}

.mvslider_item {
  overflow: hidden;
}
.mvslider_item img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path 3s cubic-bezier(0.12, 0.93, 0.32, 1);
  will-change: clip-path;
  pointer-events: none;
}
.mvslider_item.swiper-slide-next img {
  clip-path: inset(0 0 100% 0);
  transition-duration: 0s;
}
@media print, screen and (min-width: 920px) {
  .mvslider_item.swiper-slide-next img {
    clip-path: inset(0 100% 0 0);
  }
}
.mvslider_item.swiper-slide-next .mvslider_item_inner {
  animation: none;
}
.mvslider_item.swiper-slide-prev img {
  clip-path: inset(100% 0 0 0);
  transition-duration: 0s;
  transition-delay: 4s;
}
@media print, screen and (min-width: 920px) {
  .mvslider_item.swiper-slide-prev img {
    clip-path: inset(0 0 0 100%);
  }
}
.mvslider_item.swiper-slide-active img {
  clip-path: inset(0 0 0 0);
}
.mvslider_item .mvslider_item_inner {
  width: 100%;
  height: 120%;
  transform: translateY(-15%);
  animation: mvMoveSp 10s linear infinite;
}
@media print, screen and (min-width: 920px) {
  .mvslider_item .mvslider_item_inner {
    width: 120%;
    height: 100%;
    transform: translateX(-15%);
    animation: mvMove 15s linear infinite;
  }
}

.mvslider_right .mvslider_item img {
  transition-delay: 0.3s;
}
.mvslider_right .mvslider_item.swiper-slide-prev img {
  transition-delay: 4.3s;
}

@keyframes mvMoveSp {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes mvMove {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mvslide_option {
  position: absolute;
  bottom: 110px;
  left: 20px;
  z-index: 3;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media print, screen and (min-width: 360px) {
  .mvslide_option {
    bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .mvslide_option {
    bottom: 36px;
    left: 40px;
  }
}

.mvslider_pagination {
  display: flex;
  gap: 12px;
  width: auto !important;
  position: static !important;
}
.mvslider_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: 1px solid #797a91;
  opacity: 1;
  margin: 0 !important;
  transition: opacity 0.3s, transform 0.3s;
  cursor: pointer;
  border-radius: 100%;
}
.mvslider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
  border-color: #2c31a6;
  background-color: #2c31a6;
}

.mvslide_toggle {
  background-color: #fff;
  border-radius: 9999px;
  height: 30px;
  width: 80px;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .mvslide_toggle {
    height: 35px;
  }
}
.mvslide_toggle:hover {
  opacity: 0.7;
}
.mvslide_toggle .pause::before {
  width: 9px;
  height: 15px;
  margin-right: 7px;
  border-left: 3px solid #5c5c5c;
  border-right: 3px solid #5c5c5c;
}
.mvslide_toggle .play::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #5c5c5c;
  border-right: 0;
  margin-right: 3px;
}
.mvslide_toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5c5c;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.mvslide_toggle span::before {
  content: "";
  display: block;
}

.to_literature {
  position: absolute;
  z-index: 2;
  background-color: #f3f4f9;
  padding: 10px;
  border-radius: 5px;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 24px);
}
@media print, screen and (min-width: 768px) {
  .to_literature {
    bottom: 0;
    right: 0;
    left: auto;
    padding: 18px 24px;
    border-radius: 8px 0 0 0;
    transform: none;
    width: 500px;
  }
}
@media print, screen and (min-width: 920px) {
  .to_literature {
    padding: 23px 30px;
  }
}

.to_literature_link {
  display: flex;
  column-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .to_literature_link {
    column-gap: 14px;
  }
}
.to_literature_link:hover {
  opacity: 0.7;
}
.to_literature_link:hover .img img {
  transform: scale(1.05);
}
.to_literature_link .img {
  width: 80px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 360px) {
  .to_literature_link .img {
    width: 105px;
  }
}
@media print, screen and (min-width: 768px) {
  .to_literature_link .img {
    width: 130px;
  }
}
@media print, screen and (min-width: 920px) {
  .to_literature_link .img {
    width: 150px;
  }
}
.to_literature_link .img img {
  width: 100%;
  transition: 0.3s;
}
.to_literature_link .textarea {
  flex-grow: 1;
}
.to_literature_link .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .to_literature_link .title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .to_literature_link .title {
    font-size: 2.2rem;
  }
}
.to_literature_link .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .to_literature_link .title::before {
    width: 24px;
    height: 24px;
  }
}
.to_literature_link .title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7px;
}
@media print, screen and (min-width: 768px) {
  .to_literature_link .title::after {
    width: 6px;
    height: 6px;
    right: 11px;
  }
}
.to_literature_link .text {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 3px;
  padding-right: 20px;
}
@media print, screen and (min-width: 360px) {
  .to_literature_link .text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .to_literature_link .text {
    font-size: 1.3rem;
    margin-top: 7px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .to_literature_link .text {
    font-size: 1.5rem;
  }
}

.important_news_area {
  padding-top: 45px;
  background-color: #f3f4f9;
}

.important_news {
  border: 2px solid #e6163e;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .important_news {
    display: flex;
  }
}

.important_news_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6163e;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 11px;
}
@media print, screen and (min-width: 920px) {
  .important_news_title {
    border-bottom: 0;
    width: 260px;
    flex-shrink: 0;
    padding: 0;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .important_news_title {
    width: 310px;
  }
}
.important_news_title::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  margin-top: 0.05em;
  font-size: 1.25em;
  margin-right: 0.3em;
}

.important_news_content {
  display: flex;
  flex-grow: 1;
  background-color: #fff;
  overflow: hidden;
  padding: 16px 20px 22px 20px;
}
@media print, screen and (min-width: 920px) {
  .important_news_content {
    padding: 20px 20px 20px 38px;
  }
}

.important_news_list__item:not(:first-child) {
  margin-top: 10px;
}
.important_news_list__item a {
  color: #e6163e;
  text-decoration: none;
}
@media print, screen and (min-width: 920px) {
  .important_news_list__item a {
    display: flex;
    gap: 27px;
  }
}
@media (hover: hover) {
  .important_news_list__item a:where(:any-link, :enabled, summary, span, dt, div):hover .important_news_list__text {
    text-decoration: none;
  }
}
.important_news_list__item a:active .important_news_list__text {
  text-decoration: none;
}

.important_news_list__date {
  width: 88px;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .important_news_list__date {
    font-size: 1.4rem;
  }
}

.important_news_list__text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
}
@media print, screen and (min-width: 920px) {
  .important_news_list__text {
    font-size: 1.6rem;
  }
}

.top_h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .top_h2 {
    margin-bottom: 42px;
  }
}
.top_h2 .ja {
  display: block;
  font-size: clamp(2.4rem, 7.5vw, 2.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_h2 .ja {
    font-size: clamp(3.3rem, 3.58vw, 4.2rem);
  }
}
.top_h2 .en {
  display: block;
  color: #2c31a6;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 8px;
}
@media print, screen and (min-width: 920px) {
  .top_h2 .en {
    font-size: clamp(2rem, 2.17vw, 2.4rem);
    margin-top: 10px;
  }
}
.top_h2.type_2 {
  text-align: left;
  margin-bottom: 0;
}
.top_h2.type_2 .ja {
  color: #fff;
}
.top_h2.type_2 .en {
  color: #fff;
}
.top_h2.top_news_title {
  text-align: left;
  margin-bottom: 0;
}
.top_h2.top_news_title .ja {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 920px) {
  .top_h2.top_news_title .ja {
    font-size: clamp(3.3rem, 3.58vw, 4rem);
  }
}

.top_features {
  padding: 80px 0;
  background-color: #f3f4f9;
}
@media print, screen and (min-width: 920px) {
  .top_features {
    padding: 80px 0 110px;
  }
}

.top_features_column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .top_features_column {
    flex-direction: row;
    column-gap: 14px;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_features_column {
    column-gap: 32px;
  }
}

.top_features_card {
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .top_features_card {
    width: calc((100% - 28px) / 2);
  }
}
@media print, screen and (min-width: 1180px) {
  .top_features_card {
    width: calc((100% - 64px) / 2);
  }
}

.top_features_card_link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .top_features_card_link {
    border-radius: 10px;
  }
}
.top_features_card_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.top_features_card_link:hover .top_features_img img {
  transform: scale(1.1);
}
.top_features_card_link:hover .top_features_page::before {
  background-color: #fff;
}
.top_features_card_link:hover .top_features_page::after {
  border-color: #1c1f38;
}

.top_features_img img {
  width: 100%;
  transition: transform 0.3s;
}

.top_features_textarea {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.top_features_text {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .top_features_text {
    font-size: 1.8rem;
  }
}

.top_features_page {
  margin-top: 14px;
  padding: 0 20px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .top_features_page {
    margin-top: 20px;
  }
}
.top_features_page::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(28, 31, 56, 0.5);
  position: absolute;
  bottom: 0;
  right: 20px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_features_page::before {
    width: 40px;
    height: 40px;
  }
}
.top_features_page::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 33px;
  bottom: 11px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_features_page::after {
    width: 8px;
    height: 8px;
    right: 38px;
    bottom: 16px;
  }
}
.top_features_page .ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_features_page .ja {
    font-size: 3.2rem;
  }
}
.top_features_page .en {
  display: block;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  margin-top: 4px;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_features_page .en {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.top_deps {
  background: linear-gradient(180deg, rgb(44, 49, 166) 0%, rgb(126, 141, 255) 100%);
  padding: 80px 0 60px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .top_deps {
    background: linear-gradient(120deg, rgb(44, 49, 166) 0%, rgb(126, 141, 255) 100%);
    padding: 90px 0 110px;
  }
}

.top_deps_titlearea {
  display: flex;
  align-items: flex-end;
}

.top_deps_link {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-right: 50px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .top_deps_link {
    margin-left: auto;
  }
}
.top_deps_link::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.top_deps_link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  bottom: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_deps_link::after {
    width: 6px;
    height: 6px;
  }
}
.top_deps_link:hover::before {
  background-color: #fff;
}
.top_deps_link:hover::after {
  border-color: #2c31a6;
}

.top_deps_spbtn {
  margin-top: 50px;
  text-align: center;
}
.top_deps_spbtn .top_deps_link {
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .top_deps_spbtn .top_deps_link {
    display: none;
  }
}

.top_deps_slider {
  margin-top: 24px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .top_deps_slider {
    margin-top: 44px;
  }
}
.top_deps_slider .swiper.mySwiper {
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 1180px) {
  .top_deps_slider .swiper.mySwiper {
    margin: 0;
  }
}
.top_deps_slider .swiper-button_box {
  display: flex;
  column-gap: 10px;
  align-items: center;
  position: absolute;
  top: -46px;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_deps_slider .swiper-button_box {
    position: static;
  }
}
.top_deps_slider .swiper-button-prev {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .top_deps_slider .swiper-button-prev {
    position: absolute;
  }
}
.top_deps_slider .swiper-button-prev::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #2c31a6;
  border-right: 1px solid #2c31a6;
  transform: translateX(2px) rotate(225deg);
  transition: 0.3s;
}
.top_deps_slider .swiper-button-prev:hover {
  background-color: #2c31a6;
}
.top_deps_slider .swiper-button-prev:hover::after {
  border-color: #fff;
}
.top_deps_slider .swiper-button-next {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .top_deps_slider .swiper-button-next {
    position: absolute;
  }
}
.top_deps_slider .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #2c31a6;
  border-right: 1px solid #2c31a6;
  transform: translateX(-2px) rotate(45deg);
  transition: 0.3s;
}
.top_deps_slider .swiper-button-next:hover {
  background-color: #2c31a6;
}
.top_deps_slider .swiper-button-next:hover::after {
  border-color: #fff;
}

.top_deps_slide_link {
  display: block;
  position: relative;
}
.top_deps_slide_link::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.top_deps_slide_link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  bottom: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_deps_slide_link::after {
    width: 6px;
    height: 6px;
  }
}
.top_deps_slide_link:hover::before {
  background-color: #fff;
}
.top_deps_slide_link:hover::after {
  border-color: #2c31a6;
}
.top_deps_slide_link:hover .top_deps_img img {
  transform: scale(1.1);
}

.top_deps_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .top_deps_img {
    border-radius: 10px;
  }
}
.top_deps_img img {
  width: 100%;
  transition: transform 0.3s;
}

.top_deps_slidetext {
  margin-top: 16px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.top_deps_slidetitle {
  margin-top: 5px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

.top_guide_upper {
  background-color: #f3f4f9;
  padding: 80px 0 60px;
}
@media print, screen and (min-width: 920px) {
  .top_guide_upper {
    padding: 90px 0 70px;
  }
}

.top_medical_care_time {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time {
    flex-direction: row;
    align-items: flex-end;
    gap: 60px;
  }
}

.top_guide_tel {
  background-color: #2c31a6;
  border-radius: 9999px;
  display: flex;
  column-gap: 13px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin: 30px auto 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_guide_tel {
    width: 410px;
    margin: 40px auto 0;
  }
}

.guide_tel_text {
  color: #fff;
  font-size: clamp(1.4rem, 4.37vw, 1.6rem);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 920px) {
  .guide_tel_text {
    font-size: 1.8rem;
  }
}

.guide_tel_num {
  color: #fff;
  font-size: clamp(1.8rem, 5.62vw, 2.4rem);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 920px) {
  .guide_tel_num {
    font-size: 3.2rem;
  }
}
.guide_tel_num::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: clamp(1.6rem, 5vw, 2rem);
  margin-right: 2px;
}
@media print, screen and (min-width: 920px) {
  .guide_tel_num::before {
    font-size: 3rem;
    display: inline-block;
    transform: translateY(2px);
  }
}
.guide_list_s {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .guide_list_s {
    flex-direction: row;
    margin-top: 40px;
  }
}

.top_guide_list_item_s:not(:first-child) {
  border-top: 1px solid #999999;
}
@media print, screen and (min-width: 920px) {
  .top_guide_list_item_s {
    width: 25%;
    border-right: 1px solid #999999;
  }
  .top_guide_list_item_s:first-child {
    border-left: 1px solid #999999;
  }
  .top_guide_list_item_s:not(:first-child) {
    border-top: none;
  }
}
.top_guide_list_item_s:nth-child(1) .top_guide_list_item_s_link::before {
  content: "\e90f";
}
.top_guide_list_item_s:nth-child(2) .top_guide_list_item_s_link::before {
  content: "\e901";
}
.top_guide_list_item_s:nth-child(3) .top_guide_list_item_s_link::before {
  content: "\e910";
}
.top_guide_list_item_s:nth-child(4) .top_guide_list_item_s_link::before {
  content: "\e911";
}

.top_guide_list_item_s_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  height: 100%;
  padding: 8px 6px;
}
@media print, screen and (min-width: 920px) {
  .top_guide_list_item_s_link {
    justify-content: center;
    padding: 3px 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_guide_list_item_s_link {
    font-size: 1.8rem;
    column-gap: 8px;
  }
}
.top_guide_list_item_s_link:hover {
  color: #2c31a6;
  background-color: #fff;
}
.top_guide_list_item_s_link::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c31a6;
  font-size: 3.4rem;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_guide_list_item_s_link::before {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_guide_list_item_s_link::before {
    font-size: 4.8rem;
  }
}

.top_guide_bottom {
  background-color: #fff;
  padding: 60px 0 30px;
}
@media print, screen and (min-width: 920px) {
  .top_guide_bottom {
    padding: 80px 0;
  }
}

.guide_list_l {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .guide_list_l {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 920px) {
  .top_guide_list_item_l {
    width: calc((100% - 60px) / 3);
  }
}

.top_guide_list_item_l_link {
  display: block;
}
.top_guide_list_item_l_link:hover .img img {
  transform: scale(1.1);
}
.top_guide_list_item_l_link:hover .text::before {
  background-color: #fff;
}
.top_guide_list_item_l_link:hover .text::after {
  border-color: #2c31a6;
}
.top_guide_list_item_l_link .img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.top_guide_list_item_l_link .img img {
  width: 100%;
  transition: transform 0.3s;
}
.top_guide_list_item_l_link .text {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .top_guide_list_item_l_link .text {
    font-size: 2rem;
  }
}
.top_guide_list_item_l_link .text::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_guide_list_item_l_link .text::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_guide_list_item_l_link .text::after {
    width: 6px;
    height: 6px;
  }
}

.top_guide_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .top_guide_box {
    padding: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_guide_box {
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_guide_box {
    padding: 40px 80px;
  }
}

.top_guide_h3 {
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media print, screen and (min-width: 920px) {
  .top_guide_h3 {
    font-size: 2.8rem;
    column-gap: 13px;
  }
}
.top_guide_h3::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  color: #2c31a6;
}
@media print, screen and (min-width: 920px) {
  .top_guide_h3::before {
    transform: translateY(2px);
  }
}

.top_medical_care_time_table {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_medical_care_time_table {
    flex: 1;
  }
}

.top_medical_care_time_table__schedule {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule {
    flex-direction: row;
  }
}
.top_medical_care_time_table__schedule:not(:first-of-type) {
  margin-top: 18px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule:not(:first-of-type) {
    margin-top: 0;
  }
}
.top_medical_care_time_table__schedule.second_none .top_medical_care_time_table__schedule__weekday {
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule.second_none .top_medical_care_time_table__schedule__weekday {
    border-bottom: 1px solid #cecece;
  }
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule.second_none .top_medical_care_time_table__schedule__weekday .time_slot_top,
  .top_medical_care_time_table__schedule.second_none .top_medical_care_time_table__schedule__weekday .day,
  .top_medical_care_time_table__schedule.second_none .top_medical_care_time_table__schedule__weekday .reception_time {
    display: none;
  }
}

.top_medical_care_time_table__schedule__time_slot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__time_slot {
    display: none;
    gap: 10px;
  }
}
.top_medical_care_time_table__schedule__time_slot .icon {
  line-height: 1;
  display: block;
  padding: 9px 12px 10px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.top_medical_care_time_table__schedule__time_slot .icon.color_red {
  background-color: #ffeaee;
}
.top_medical_care_time_table__schedule__time_slot .icon.color_blue {
  background-color: #f3f4fb;
}
.top_medical_care_time_table__schedule__time_slot .time {
  font-size: 2.3rem;
  line-height: 1;
}
.top_medical_care_time_table__schedule__time_slot .time .time_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
.top_medical_care_time_table__schedule__time_slot .time .time_box:not(:first-child) {
  margin-top: 10px;
}
.top_medical_care_time_table__schedule__time_slot .time .week {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.top_medical_care_time_table__schedule__time_slot .time .weekday {
  border: 1px solid #cecece;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0 1px 1px;
}
.top_medical_care_time_table__schedule__time_slot .time .from_time {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__time_slot .time .from_time {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__time_slot .time .from_time {
    font-size: 2.5rem;
  }
}
.top_medical_care_time_table__schedule__time_slot .reception {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__time_slot .reception {
    width: 150px;
  }
}
.top_medical_care_time_table__schedule__time_slot .reception_time {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "NotoSansJP", sans-serif;
  font-weight: 600;
}

.top_medical_care_time_table__schedule__weekday {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  margin-left: auto;
  width: 100%;
  height: 60px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday {
    grid-template-columns: auto repeat(8, 1fr);
    grid-template-rows: auto 1fr;
    height: auto;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_top,
.top_medical_care_time_table__schedule__weekday .time_slot_bottom {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_top,
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom {
    display: flex;
    height: 100%;
  }
}
.top_medical_care_time_table__schedule__weekday .reception_time {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  height: 100%;
  font-family: "Noto Sans JP", "NotoSansJP", sans-serif;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .reception_time {
    width: 150px;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom {
  display: none;
  gap: 12px;
  width: 700px;
  align-items: center;
  border-top: 1px solid #cecece;
  height: 100%;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom {
    display: flex;
    width: 460px;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom {
    width: 700px;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .icon {
  line-height: 1;
  display: block;
  text-align: center;
  padding: 3px 12px 4px;
  font-size: 1.8rem;
  font-weight: 600;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .icon {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .icon {
    font-size: 1.8rem;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .icon.color_red {
  background-color: #ffeaee;
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .icon.color_blue {
  background-color: #f3f4fa;
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .time {
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  column-gap: 30px;
  row-gap: 8px;
  flex-direction: column;
  padding: 8px 0;
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .time {
    column-gap: 30px;
    flex-direction: row;
    align-items: center;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .time_box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .week {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .weekday {
  border: 1px solid #cecece;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0 1px 1px;
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .from_time {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .from_time {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .from_time {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_medical_care_time_table__schedule__weekday .time_slot_bottom .time .from_time.padding {
    padding-left: 0.5em;
  }
}
.top_medical_care_time_table__schedule__weekday .time_slot_bottom .reception {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-left: auto;
  width: 150px;
  height: 100%;
  justify-content: center;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .day,
  .top_medical_care_time_table__schedule__weekday .availability {
    padding: 0 14px;
  }
}
.top_medical_care_time_table__schedule__weekday .day {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .day {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .day.second_none {
    display: none;
  }
}
.top_medical_care_time_table__schedule__weekday .availability {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .availability {
    border-bottom: 0;
    border-top: 1px solid #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top_medical_care_time_table__schedule__weekday .availability .on {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 12px;
  max-width: 100%;
  border-radius: 100px;
  background-color: #e6163e;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .availability .on {
    width: 18px;
  }
}
.top_medical_care_time_table__schedule__weekday .availability .off {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #1c1f38;
}
@media print, screen and (min-width: 920px) {
  .top_medical_care_time_table__schedule__weekday .availability .off {
    width: 18px;
  }
}

.top_news {
  padding: 30px 0;
}

.top_news_content {
  flex-grow: 1;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .top_news_content {
    margin-top: 0;
  }
}

.top_news__news_list {
  margin-top: 26px;
}
@media print, screen and (min-width: 920px) {
  .top_news__news_list {
    margin-top: 30px;
  }
}

.top_news_btn_box {
  margin-top: 30px;
  text-align: right;
}
@media print, screen and (min-width: 920px) {
  .top_news_btn_box {
    margin-top: 40px;
    text-align: left;
  }
}
.top_news_btn_box a {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_news_btn_box a {
    display: block;
  }
}
.top_news_btn_box a:hover {
  color: #2c31a6;
}
.top_news_btn_box a:hover::before {
  background-color: #fff;
}
.top_news_btn_box a:hover::after {
  border-color: #2c31a6;
}
.top_news_btn_box a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_news_btn_box a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_news_btn_box a::after {
    width: 6px;
    height: 6px;
  }
}
.top_news_btn_box span {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_news_btn_box span {
    font-size: 1.8rem;
  }
}

.top_news_flex_group {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 36px;
  border: 1px solid #2c31a6;
  border-radius: 8px;
}
@media print, screen and (min-width: 920px) {
  .top_news_flex_group {
    border-radius: 10px;
    column-gap: 40px;
    padding: 40px 20px;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_news_flex_group {
    column-gap: 60px;
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_news_flex_group {
    padding: 80px;
    column-gap: 90px;
  }
}

@media print, screen and (min-width: 920px) {
  .top_news_titlearea {
    flex-shrink: 0;
    width: 174px;
  }
}

.top_news__category_list {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.top_news__category_list a,
.top_news__category_list button {
  display: block;
  padding: 2px 10px 4px;
  border: 1px solid #cecece;
  border-radius: 9999px;
  background-color: #fff;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .top_news__category_list a,
  .top_news__category_list button {
    font-size: 1.5rem;
  }
}
.top_news__category_list a.active,
.top_news__category_list button.active {
  border-color: #f3f4f9;
  background-color: #f3f4f9;
}
.top_news__category_list a:hover,
.top_news__category_list button:hover {
  color: #2c31a6;
}

.top_about_upper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 15px;
  border-radius: 8px;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper {
    border-radius: 10px;
    padding: 120px 40px 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_about_upper {
    padding: 80px 80px 80px;
  }
}

@media print, screen and (min-width: 920px) {
  .top_about_column {
    display: flex;
    column-gap: 44px;
  }
}

@media print, screen and (min-width: 920px) {
  .top_about_img {
    width: calc((100% - 44px) / 2);
  }
}
.top_about_img img {
  width: 100%;
}

.top_about_textarea {
  margin-top: 26px;
}
@media print, screen and (min-width: 920px) {
  .top_about_textarea {
    margin-top: 0;
    width: calc((100% - 44px) / 2);
  }
}

.top_about_upper_h3 .text_l {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_h3 .text_l {
    font-size: 3.2rem;
  }
}
.top_about_upper_h3 .text_s {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-top: 6px;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_h3 .text_s {
    font-size: 2rem;
  }
}

.top_about_upper_text {
  margin-top: 18px;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_text {
    margin-top: 32px;
  }
}

.top_about_upper_buttonarea {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_buttonarea {
    margin-top: 42px;
    text-align: right;
  }
}

.top_about_upper_button {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  padding: 16px 100px 15px 24px;
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_button {
    max-width: 100%;
    width: auto;
    max-width: none;
  }
}
.top_about_upper_button:hover {
  color: #2c31a6;
  background-color: #fff;
}
.top_about_upper_button:hover::before {
  background-color: #2c31a6;
  border-color: #2c31a6;
}
.top_about_upper_button:hover::after {
  border-color: #fff;
}
.top_about_upper_button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_about_upper_button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2c31a6;
  border-right: 1px solid #2c31a6;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_about_upper_button::after {
    width: 6px;
    height: 6px;
  }
}

.top_about_lower {
  background-image: linear-gradient(180deg, rgba(28, 31, 56, 0.5) 0%, rgba(28, 31, 56, 0.4) 30%, rgba(28, 31, 56, 0) 68%), url(../img/top/top_about_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 52% 0 60%;
  margin-top: -122px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower {
    margin-top: -7%;
    padding: 15% 0 10%;
    background-image: linear-gradient(90deg, rgba(28, 31, 56, 0.5) 0%, rgba(28, 31, 56, 0.4) 30%, rgba(28, 31, 56, 0) 50%), url(../img/top/top_about_bg.jpg);
  }
}
.top_about_lower::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower::before {
    height: 25%;
  }
}

@media print, screen and (min-width: 920px) {
  .top_about_lower_box {
    width: 50%;
  }
}

.top_about_lower_h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower_h3 {
    font-size: 4.2rem;
  }
}

.top_about_lower_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower_text {
    font-size: 1.8rem;
    margin-top: 48px;
  }
}

.top_about_lower_button {
  display: block;
  color: #2c31a6;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 9999px;
  padding: 16px 100px 15px 24px;
  position: relative;
  margin: 30px auto 0;
  width: 300px;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower_button {
    max-width: 100%;
    margin: 42px 0 0 0;
    display: inline-block;
  }
}
.top_about_lower_button:hover {
  color: #fff;
  background-color: #2c31a6;
}
.top_about_lower_button:hover::before {
  background-color: #fff;
  border-color: #fff;
}
.top_about_lower_button:hover::after {
  border-color: #2c31a6;
}
.top_about_lower_button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_about_lower_button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .top_about_lower_button::after {
    width: 6px;
    height: 6px;
  }
}