@charset "UTF-8";
/******************************************************************
 * TOP
******************************************************************/
.top {
  width: 100%;
  overflow: hidden;
}

.top-mv {
  overflow: hidden;
  width: 100%;
  height: 870px;
  display: block;
  background: url(../img/top/mv.jpg) center/cover no-repeat;
}
.top-mv__content {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.top-mv__ttl {
  padding-bottom: 90px;
  padding-left: 13px;
  font: 600 50px "Shippori Mincho", serif;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 27.6px rgba(70, 78, 79, 0.5);
}
.top-mv__en {
  text-align: center;
  white-space: nowrap;
  font: 400 min(124px, 6.4583333333vw) "goldenbook", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: auto;
  left: -0.05em;
  bottom: -0.19em;
}

.top-mv-info {
  display: flex;
  -moz-column-gap: 31px;
       column-gap: 31px;
  width: 100%;
  max-width: 485px;
  position: absolute;
  top: auto;
  left: 9.7%;
  bottom: 15%;
}
.top-mv-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 227/215;
  width: 100%;
  max-width: 227px;
  font: 600 27px "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.4814814815;
  color: #fff;
  text-shadow: 0px 2px 7px rgba(23, 24, 41, 0.12);
}
.top-mv-info__item--time {
  background: url(../img/top/mv-time.png) center/contain no-repeat;
}
.top-mv-info__item--parking {
  margin-top: 11px;
  background: url(../img/top/mv-parking.png) center/contain no-repeat;
}
.top-mv-info__item span {
  font-size: 0.8518518519em;
  letter-spacing: 0.1em;
}

.top-mv-label {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/mv-label.png) center/cover no-repeat;
  font: 600 30px "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.3333333333;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.top-mv-label::before {
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  display: block;
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-mv-label__txt {
  padding-top: 8px;
  text-align: center;
  text-shadow: 2px 10px 10px rgba(23, 24, 41, 0.12);
}
.top-mv-label__ttl span {
  color: #ecb5b5;
}
.top-mv-label__note {
  margin-top: 0.45em;
  font-weight: 500;
  font-size: 0.6666666667em;
}

.top-info {
  width: 100%;
  margin-top: 238px;
  padding-bottom: 102px;
  position: relative;
  z-index: 0;
}
.top-info::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 97px);
  background: #f6fbfc;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-info:not(:has(.top-news)) {
  padding-top: 80px;
}
.top-info:not(:has(.top-news))::before {
  height: 100%;
}
.top-info__bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 19px min(69px, 3.59375vw);
}
.top-info__bnr:not(:first-child) {
  margin-top: 92.5px;
}

.top-info-bnr {
  aspect-ratio: 610/210;
  width: 100%;
  max-width: 610px;
  font: 600 33px "Shippori Mincho", serif;
  font-kerning: normal;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  position: relative;
  transition: opacity 0.2s ease;
}
.top-info-bnr:hover {
  opacity: 0.7;
}
.top-info-bnr--01 {
  background: url(../img/top/info-bnr01.jpg) center/cover no-repeat;
}
.top-info-bnr--02 {
  background: url(../img/top/info-bnr02.jpg) center/cover no-repeat;
}
.top-info-bnr__txt {
  white-space: nowrap;
  width: 100%;
  max-width: 385px;
  padding: 4px 10px 5px;
  position: absolute;
  top: auto;
  left: 19px;
  bottom: 23px;
}
.top-info-bnr--01 .top-info-bnr__txt {
  background: #cdb4b4;
  text-align: center;
}
.top-info-bnr--02 .top-info-bnr__txt {
  background: #7d99aa;
}

.top-news__inner {
  display: flex;
  width: 100%;
  max-width: 1500px;
  height: 350px;
  background: #fff;
  margin-inline: auto;
  padding: 60px 73px;
  position: relative;
  box-shadow: 0px 0px 27.6px 2.4px rgba(70, 78, 79, 0.03);
}
.top-news__head {
  flex: 0 0 min(308px, 16.0416666667vw);
  display: flex;
  justify-content: flex-end;
  padding: 48px 47px 0 0;
}
.top-news__ttl {
  text-align: center;
}
.top-news__jp {
  font: 500 20px "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.5;
}
.top-news__en {
  margin-top: 0.225em;
  font: 700 40px "goldenbook", serif;
  letter-spacing: 0.14em;
  color: #647190;
}
.top-news__body {
  flex: 1;
  overflow: scroll;
  padding: 29px 56px;
  border-left: solid 2px #4e5d7f;
}
.top-news__body::-webkit-scrollbar {
  width: 3px;
}
.top-news__body::-webkit-scrollbar-thumb {
  background: #647190;
}

.top-news-post {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}
.top-news-post:not(:first-child) {
  margin-top: 30px;
}
.top-news-post a {
  display: block;
  transition: opacity 0.2s ease;
}
.top-news-post a:hover {
  opacity: 0.7;
}
.top-news-post__date {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #647190;
}
.top-news-post__ttl {
  margin-top: 0.8181818182em;
  font-size: 22px;
  line-height: 1.5;
}
.top-news-post__detail {
  margin-top: 0.6111111111em;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7777777778;
}

.top-instagram {
  /* Instagram投稿 出力イメージ画像 */
}
.top-instagram:not(:first-child) {
  margin-top: 88px;
}
.top-instagram__ttl {
  padding-left: 4px;
  font: 700 28px "goldenbook", serif;
  letter-spacing: 0.18em;
  color: #647190;
  text-align: center;
}
.top-instagram__ttl::first-letter {
  font-size: 1.4285714286em;
}
.top-instagram__content {
  margin-top: 44px;
  text-align: center;
}
.top-instagram__content img {
  width: 100%;
  max-width: 1370px;
}

.top-message {
  padding: 98px 0 100px;
}
.top-message__content {
  width: 100%;
  max-width: 1774px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin-inline: auto;
  padding: 81px 74px 33px;
  background: url(../img/top/message-bg.jpg) center/cover no-repeat;
}

.top-message-detail {
  width: 100%;
  max-width: 46.6789667897%;
  margin-top: 54px;
  padding: 3.6458333333vw 3.6458333333vw 4.3229166667vw 4.6354166667vw;
  background: #fff;
  position: relative;
  z-index: 0;
}
.top-message-detail::before, .top-message-detail::after {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(220, 236, 236, 0.25);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-message-detail::before {
  max-height: 328px;
  transform: scale(-1, 1);
}
.top-message-detail::after {
  max-width: 308px;
}
.top-message-detail__ttl {
  font: 500 1.8333333333em "Shippori Mincho", serif;
  line-height: 1.5151515152;
  letter-spacing: 0;
  color: #b0a872;
  word-break: auto-phrase;
}
.top-message-detail__txt {
  margin-top: 1.6666666667em;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 2;
}
.top-message-detail .c-btn {
  margin-top: 46px;
  margin-left: 6px;
}

.top-message-doctor {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.top-message-doctor__box {
  position: relative;
}
.top-message-doctor__box:nth-child(2) {
  margin-top: 42px;
}
.top-message-doctor__img {
  width: 100%;
  max-width: 400px;
}
.top-message-doctor__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message-doctor__txt {
  filter: drop-shadow(0 10px 6px rgba(62, 62, 62, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 59.5%;
  background: url(../img/common/double-circle.png) center/cover no-repeat;
  font: 600 clamp(16px, 1.5625vw, 30px) "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3a4b71;
  position: absolute;
  top: auto;
  bottom: 8.1%;
  left: -23.7%;
}
.top-message-doctor__box:nth-child(2) .top-message-doctor__txt {
  right: -13.2%;
  bottom: 6.1%;
  left: auto;
}
.top-message-doctor__post {
  font-size: clamp(14.5px, 0.6666666667em, 20px);
}
.top-message-doctor__name {
  margin-top: 0.2666666667em;
}

.top-feature {
  width: 100%;
  padding-top: 89px;
}
.top-feature__inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
.top-feature .c-ttl__en {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.top-feature .c-ttl__en::before, .top-feature .c-ttl__en::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 12px;
  background: linear-gradient(0deg, #fff 4.5px, #dcd9c6 4.5px, #dcd9c6 8px, #fff 8px);
  border-top: solid 2px #aec2cd;
  border-bottom: solid 2px #aec2cd;
}
.top-feature-content01 {
  display: flex;
  flex-direction: column;
  padding: 150px 0 98px;
}

.top-feature-box {
  display: flex;
  padding-bottom: 207px;
}
.top-feature-box__picture {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.top-feature-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature-box__sub-img {
  width: 100%;
  max-width: 590px;
  position: absolute;
  top: auto;
  right: -7.9%;
  left: auto;
  bottom: -17.5%;
}
.top-feature-box__sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature-box__txt {
  flex: 1;
  padding-top: 107px;
  padding-right: min(150px, 7.8125vw);
  position: relative;
  z-index: 0;
}
.top-feature-box__txt .top-feature-detail {
  max-width: 650px;
  margin-inline: auto;
}
.top-feature-box__bg-img {
  width: 100%;
  max-width: min(196px, 10.2083333333vw);
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
}
.top-feature-box__bg-img::before {
  content: "";
  display: block;
  aspect-ratio: 4/7;
  width: min(360px, 18.75vw);
  background: linear-gradient(0deg, #f6f1f1, #d8e9ef);
  position: absolute;
  top: 16.5%;
  right: 35px;
  left: auto;
  z-index: -1;
}
.top-feature-box__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature-box:nth-child(even) .top-feature-box__bg-img {
  max-width: min(189px, 9.84375vw);
  right: auto;
  left: 0;
}
.top-feature-box:nth-child(even) .top-feature-box__bg-img::before {
  right: auto;
  left: 35px;
}

.top-feature-time {
  filter: drop-shadow(0 10px 6px rgba(62, 62, 62, 0.5));
  aspect-ratio: 1/1;
  width: 100%;
  max-width: clamp(140px, 13.90625vw, 267px);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 clamp(16px, 1.4583333333vw, 28px) "Shippori Mincho", serif;
  line-height: 1.878;
  text-align: center;
  color: #647190;
  background: url(../img/common/double-circle.png) center/cover no-repeat;
  position: absolute;
  top: auto;
  right: -21px;
  left: auto;
  bottom: -42px;
  z-index: 1;
}
.top-feature-time__txt {
  padding-bottom: 0.2857142857em;
}
.top-feature-time__txt span {
  letter-spacing: 0.1em;
}

.top-feature-detail {
  width: 100%;
  max-width: 570px;
}
.top-feature-detail__ttl {
  width: 100%;
  max-width: 505px;
  margin-inline: auto;
  padding-bottom: 16px;
  text-align: center;
  color: #aabec9;
  position: relative;
}
.top-feature-detail__ttl::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 505px;
  height: 2px;
  background: #aec2cd;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
.top-feature-detail__en {
  font: 400 40px "goldenbook", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-feature-detail__en span {
  padding-left: 0.1142857143em;
  vertical-align: sub;
  font-size: 1.75em;
  letter-spacing: 0.1em;
}
.top-feature-detail__jp {
  margin-top: 0.0625em;
  font: 500 32px "Shippori Mincho", serif;
  font-variant: small-caps;
  line-height: 1.5;
}
.top-feature-detail__jp span {
  color: #b0a872;
}
.top-feature-detail__txt {
  margin-top: 1em;
  line-height: 2;
  letter-spacing: 0.06em;
}

.top-feature-content02 {
  padding: 106px 20px 102px;
  background: url(../img/top/feature-content02-bg.jpg) center/cover no-repeat;
}
.top-feature-content02__list {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.top-feature-content02__item {
  width: 100%;
  max-width: 818px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.5);
}
.top-feature-content02__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 89px 59px 94px;
  background: #fff;
}
.top-feature-content02 .top-feature-detail {
  max-width: 100%;
}
.top-feature-content02 .top-feature-detail__jp {
  padding-left: 0;
}

.top-feature-content03 {
  padding: 186px 0 34px;
  position: relative;
  background: url(../img/top/feature-content03-top-left.png) top left/79.5% no-repeat, url(../img/top/feature-content03-top-right.png) top right/85% no-repeat, url(../img/top/feature-content03-bottom-left.png) bottom left/100% no-repeat, url(../img/top/feature-content03-bottom-right.png) bottom right/100% no-repeat, #f6fafa;
}
.top-feature-content03__intro {
  max-width: 843px;
  margin-inline: auto;
}
.top-feature-content03__intro .top-feature-detail {
  max-width: 100%;
}
.top-feature-content03__doctor {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding: 0 80px 97px;
  position: relative;
  z-index: 0;
}
.top-feature-content03__doctor::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background: url(../img/top/feature-content03-doctor-bg.png) center/cover no-repeat;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-feature-content03__doctor-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  margin-top: 97px;
}
.top-feature-content03__doctor-item {
  aspect-ratio: 400/530;
  display: block;
  width: 100%;
}
.top-feature-content03__doctor-item:nth-child(even) {
  margin-top: 76px;
}
.top-feature-content03__doctor-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature-content03__doctor-item .c-double-circle {
  max-width: 66.75%;
  position: absolute;
  top: auto;
  left: -29.4%;
  bottom: 11.1%;
}
.top-feature-content03__doctor-item .c-double-circle__txt {
  padding-bottom: 0.2857142857em;
}
.top-feature-content03__doctor-item .c-double-circle__txt p + p {
  margin-top: 0.3214285714em;
}
.top-feature-content03__content {
  margin-top: 69px;
}
.top-feature-content03__ttl {
  font: 500 1.7777777778em "Shippori Mincho", serif;
  font-variant: small-caps;
  line-height: 1.406;
  text-align: center;
  color: #8ca1ac;
}
.top-feature-content03__ttl span {
  color: #b0a872;
}
.top-feature-content03__detail {
  margin-top: 1.7222222222em;
  font-feature-settings: "palt";
  font-variant: small-caps;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
.top-feature-content03__bnr-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: min(73px, 3.8020833333vw);
       column-gap: min(73px, 3.8020833333vw);
  margin-top: 64.5px;
}

.top-feature-content03-bnr {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 311px;
  padding: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-feature-content03-bnr--01 {
  background-image: url(../img/top/feature-doctor-bnr01.png);
}
.top-feature-content03-bnr--02 {
  background-image: url(../img/top/feature-doctor-bnr02.png);
}
.top-feature-content03-bnr__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #fff;
}
.top-feature-content03-bnr__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.4666666667em;
  padding-top: 0.2em;
  font: 700 30px "Shippori Mincho", serif;
  line-height: 1.333;
  letter-spacing: 0;
  text-shadow: 0 2px 7px rgba(23, 24, 41, 0.12);
  text-align: center;
  color: #fff;
}
.top-feature-content03-bnr__txt span {
  color: #f8d0d0;
}

.top-feature-content04 {
  padding: 106px 0 102px;
}
.top-feature-content04__list {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding-inline: 20px;
  position: relative;
}
.top-feature-content04__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 654px;
  background: url(../img/top/feature-content04.png) bottom/cover repeat-x;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -356px;
  z-index: -1;
}
.top-feature-content04__item {
  width: 100%;
  max-width: 818px;
  padding: 25px 22px 19px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 27.6px 2.4px rgba(70, 78, 79, 0.15);
}
.top-feature-content04__item .top-feature-detail {
  max-width: 100%;
}
.top-feature-content04__item .top-feature-detail__jp {
  margin-top: 1px;
  padding-left: 0;
  line-height: 1.40625;
}
.top-feature-content04__item .top-feature-detail__txt {
  margin-top: 21px;
}
.top-feature-content04__item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 75px 59px 74px;
  background: #fff;
  border: solid 4px;
  -o-border-image: linear-gradient(0deg, #cde9ec, #e9eff5) 30;
     border-image: linear-gradient(0deg, #cde9ec, #e9eff5) 30;
}
.top-feature-content04__picture {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-top: 186px;
  padding-inline: 20px;
}
.top-feature-content04__picture-img {
  flex: 0 0 26.0416666667%;
  aspect-ratio: 50/33;
  width: 100%;
  max-width: 100%;
  display: block;
}
.top-feature-content04__picture-img:nth-child(even) {
  margin-top: 40px;
}
.top-feature-content04__picture-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-medical {
  padding-top: 85px;
}
.top-medical .c-ttl__en {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.top-medical .c-ttl__en::before, .top-medical .c-ttl__en::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 7px;
  border-top: solid 2px #aec2cd;
  border-bottom: solid 2px #aec2cd;
}
.top-medical .c-ttl__jp {
  margin-top: 3px;
}
.top-medical__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 32px;
  margin-top: 155px;
}
.top-medical__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 101px;
}

.top-medical-menu {
  width: 100%;
  padding: 149px 20px 100px;
  background: url(../img/top/medical-menu-bg.png) bottom/100% no-repeat;
}
.top-medical-menu__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 450px));
  gap: 27px 30px;
  justify-content: center;
}
.top-medical-menu__item a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #e5dddb;
  font: 500 1.1111111111em "Shippori Mincho", serif;
  letter-spacing: 0;
}
.top-medical-menu__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 1em 24px;
  border: solid 3px #fff;
  position: relative;
  z-index: 0;
}
.top-medical-menu__item-inner::before {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  display: block;
  width: 98%;
  height: 76%;
  background: #e9e2e0;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-medical-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 143px;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}
.top-medical-menu__ttl {
  margin-top: 0.95em;
}
.top-medical-menu .c-arrow {
  max-width: 43.6px;
  margin-top: 0.95em;
  transition: opacity 0.2s ease;
}
.top-medical-menu__item a:hover {
  opacity: 0.7;
}

.top-medical-box {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding: 43px 0 20px;
  position: relative;
  z-index: 0;
}
.top-medical-box__inner {
  width: 100%;
  max-width: 1460px;
  margin-inline: auto;
  padding-inline: 20px;
}
.top-medical-box:nth-child(even) .top-medical-box__inner {
  max-width: 1440px;
}
.top-medical-box__bg-overlay {
  clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  max-width: 47.8645833333%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-medical-box:nth-child(even) .top-medical-box__bg-overlay {
  clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
  max-width: 51.9270833333%;
  right: auto;
  left: 0;
}
.top-medical-box__bg-img {
  width: 100%;
  max-width: 60.625%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-medical-box__txt {
  width: 100%;
  max-width: 56.1643835616%;
  background: #fff;
  margin-left: auto;
  margin-right: 0;
  padding: 17px;
    box-shadow: 0px 10px 27.6px 2.4px rgba(70, 78, 79, 0.15);
}
.top-medical-box:nth-child(even) .top-medical-box__txt {
  max-width: 56.9444444444%;
  margin-left: 0;
  margin-right: auto;
}
.top-medical-box__txt-inner {
  padding: 38px 30px 30px;
  text-align: center;
  border: solid 3px;
  -o-border-image: linear-gradient(0deg, #e5d6d6, #b8d4dd) 30;
     border-image: linear-gradient(0deg, #e5d6d6, #b8d4dd) 30;
}
.top-medical-box__txt-inner .c-arrow {
  margin-top: 35px;
}
.top-medical-box:nth-child(even) .top-medical-box__txt-inner {
  -o-border-image: linear-gradient(0deg, #cde9ec, #e9eff5) 30;
     border-image: linear-gradient(0deg, #cde9ec, #e9eff5) 30;
}
.top-medical-box__ttl {
  text-align: center;
}
.top-medical-box__jp {
  font: 500 32px "Shippori Mincho", serif;
  font-variant: small-caps;
  color: #b0a872;
  line-height: 1.5;
}
.top-medical-box__en {
  margin-top: 0.4375em;
  font: 400 32px "goldenbook", serif;
  letter-spacing: 0.1em;
  color: #9bb8c8;
}
.top-medical-box__detail {
  margin-top: 19px;
  font-variant: small-caps;
  line-height: 2;
  text-align: left;
}

.top-recuit {
  padding: 201px 0;
}
.top-recuit__content {
  width: 100%;
  height: 745px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.top-recuit__inner {
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
  padding-inline: 20px;
}
.top-recuit__txt {
  width: 100%;
  margin-inline: auto;
  padding: 62px 107px 59px;
  background: #fff;
}
.top-recuit__txt .c-btn {
  margin-top: 32.5px;
}
.top-recuit__detail {
  margin-top: 20px;
  font-variant: small-caps;
  line-height: 2;
}

.top-recuit-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-recuit-bg::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 47.7083333333%;
  height: 100%;
  background: url(../img/top/recuit-vertical-line.png) top left/100% 100% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 0;
}
.top-recuit-bg__img {
  width: 100%;
  max-width: 61.6145833333%;
  height: 100%;
}
.top-recuit-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 751px){
  .top-news__inner--sp {
    display: contents;
  }
}
@media screen and (min-width: 960px){
  .top-mv-label {
    position: absolute;
    top: auto;
    right: 9.2%;
    bottom: 13.4%;
    left: auto;
  }
  .top-news__jp {
    padding-right: 9px;
  }
  .top-news__body-wrap {
    display: contents;
  }
  .top-feature .c-ttl__en::before, .top-feature .c-ttl__en::after {
    margin-top: 16px;
  }
  .top-feature-box:nth-child(2) {
    padding-bottom: 202px;
  }
  .top-feature-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top-feature-box__picture {
    width: 100%;
    max-width: 49.1666666667%;
  }
  .top-feature-box:nth-child(even) .top-feature-box__picture {
    max-width: 51.1458333333%;
  }
  .top-feature-box__txt {
    width: 100%;
    min-width: 570px;
  }
  .top-feature-box__txt .top-feature-detail {
    padding-inline: 40px;
  }
  .top-feature-box:nth-child(even) .top-feature-box__txt {
    padding: 90px min(41px, 2.1354166667vw) 0 min(150px, 7.8125vw);
  }
  .top-feature-box:nth-child(even) .top-feature-box__txt .top-feature-detail {
    margin-right: 0;
    margin-left: auto;
  }
  .top-feature-detail__ttl {
    margin-left: 9px;
  }
  .top-feature-detail__jp {
    padding-left: 0.6875em;
  }
  .top-feature-content02 .top-feature-detail__ttl {
    min-width: 77.4539877301%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
  .top-feature-content03__intro .top-feature-detail__ttl {
    max-width: 100%;
    margin-left: auto;
    padding-bottom: 14.5px;
  }
  .top-feature-content03__intro .top-feature-detail__en {
    padding-left: 10px;
  }
  .top-feature-content03__intro .top-feature-detail__en span {
    padding-left: 2px;
  }
  .top-feature-content03__intro .top-feature-detail__jp {
    margin-top: 12px;
  }
  .top-feature-content03__intro .top-feature-detail__txt {
    margin-top: 22px;
  }
  .top-feature-content03__doctor-item {
    position: relative;
  }
  .top-medical-box:nth-child(even) .top-medical-box__bg-img {
    max-width: 57.34375%;
    left: auto;
    right: 0;
  }
  .top-recuit__content {
    padding: 20px 0 34px;
  }
  .top-recuit__txt {
    max-width: 54.4594594595%;
    margin-right: 0;
  }
  .top-recuit__txt .c-ttl__en {
    font-size: 90px;
  }
}
@media screen and (min-width: 1420px){
  .top-feature-content04__item .top-feature-detail__ttl {
    min-width: 505px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1400px){
  .top-mv__ttl {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px){
  .top-recuit__txt {
    padding: 62px 50px 59px;
  }
  .top-recuit__txt .c-ttl__en {
    font-size: 50px;
  }
}
@media screen and (max-width: 959px){
  .top-mv {
    height: auto;
    background-image: url(../img/top/mv-sp.jpg);
  }
  .top-mv__content {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 86px;
    padding-bottom: 4px;
  }
  .top-mv__ttl {
    padding-bottom: 0;
    font-size: 32px;
    letter-spacing: 0.12em;
  }
  .top-mv__en {
    margin-top: 21px;
    font-size: 35px;
    position: unset;
  }
  .top-mv-info {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    position: unset;
  }
  .top-mv-info__item {
    max-width: 200px;
    font-size: 18px;
  }
  .top-mv-label {
    max-width: 220px;
    margin-top: 14px;
    font-size: 20px;
  }
  .top-mv-label::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .top-info {
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .top-info-bnr {
    font-size: 23px;
  }
  .top-info-bnr__txt {
    max-width: 280px;
  }
  .top-news__inner {
    height: 300px;
    padding: 30px 35px;
  }
  .top-news__head {
    padding: 24px 24px 0 0;
  }
  .top-news__jp {
    font-size: 16px;
  }
  .top-news__en {
    font-size: 32px;
  }
  .top-news__body {
    padding: 15px 30px;
  }
  .top-news-post__date {
    font-size: 18px;
  }
  .top-news-post__ttl {
    font-size: 20px;
  }
  .top-message {
    padding: 50px 0 60px;
  }
  .top-message__content {
    padding: 30px 35px;
    flex-direction: column-reverse;
  }
  .top-message-detail {
    max-width: 100%;
    padding: 35px 35px 40px 45px;
  }
  .top-message-detail__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .top-message-detail .c-btn {
    margin-inline: auto;
  }
  .top-message-doctor {
    margin-inline: auto;
  }
  .top-message-doctor__box {
    margin-top: 62px;
  }
  .top-message-doctor__box:nth-child(2) {
    margin-top: 0;
  }
  .top-message-doctor__img {
    max-width: 300px;
  }
  .top-message-doctor__txt {
    font-size: 24px;
    left: -25px;
    bottom: -11px;
  }
  .top-message-doctor__box:nth-child(2) .top-message-doctor__txt {
    right: 0;
    bottom: -27px;
  }
  .top-feature-content01 {
    padding: 75px 0 50px;
  }
  .top-feature-box {
    flex-direction: column;
  }
  .top-feature-box__sub-img {
    max-width: 295px;
  }
  .top-feature-box__sub-img {
    max-width: 60%;
    right: auto;
    left: 0;
  }
  .top-feature-box__sub-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-feature-box__txt {
    padding: 55px 30px 0;
  }
  .top-feature-box__txt .top-feature-detail {
    margin-inline: auto;
  }
  .top-feature-box--point03 .top-feature-box__txt {
    padding-top: 130px;
  }
  .top-feature-box__bg-img {
    width: min(51px, 6.8vw);
    height: min(457px, 60.9333333333vw);
    margin-top: 20px;
  }
  .top-feature-box__bg-img::before {
    width: min(192px, 25.6vw);
    height: min(388px, 51.7333333333vw);
    top: -20px;
    right: 0;
  }
  .top-feature-box:nth-child(even) .top-feature-box__bg-img::before {
    left: 0;
  }
  .top-feature-time {
    max-width: 140px;
    font-size: 14.5px;
    right: 50px;
    bottom: -18.5px;
  }
  .top-feature-detail__en {
    font-size: 32px;
  }
  .top-feature-detail__jp {
    font-size: 24px;
  }
  .top-feature-content02 {
    padding: 50px 20px;
  }
  .top-feature-content02__list {
    flex-direction: column;
  }
  .top-feature-content02__item {
    margin-inline: auto;
  }
  .top-feature-content02__item-inner {
    padding: 40px;
  }
  .top-feature-content03 {
    padding-top: 98px;
  }
  .top-feature-content03__doctor {
    width: auto;
    margin: 0 -20px;
    padding: 0 10px 50px;
    position: relative;
  }
  .top-feature-content03__doctor::before {
    height: 190px;
  }
  .top-feature-content03__doctor-list {
    gap: 10px;
    width: 96%;
    margin: 50px auto 0px;
  }
  .top-feature-content03__doctor-item:nth-child(even) {
    margin-top: 30px;
  }
  .top-feature-content03__doctor-item .c-double-circle {
    width: 140px;
    max-width: unset;
    left: 30px;
  }
  .top-feature-content03__bnr-list {
    margin-top: 40px;
  }
  .top-feature-content03-bnr {
    max-width: 250px;
  }
  .top-feature-content03-bnr__txt {
    font-size: 24px;
  }
  .top-feature-content04 {
    padding: 50px 0;
  }
  .top-feature-content04__list {
    flex-direction: column;
  }
  .top-feature-content04__list::before {
    bottom: -178px;
  }
  .top-feature-content04__item {
    margin-inline: auto;
  }
  .top-feature-content04__item-inner {
    padding: 40px;
  }
  .top-feature-content04__picture {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 93px;
    padding-inline: 20px;
  }
  .top-feature-content04__picture-img {
    flex: 0 0 250px;
  }
  .top-feature-content04__picture-img:nth-child(even) {
    margin-top: 20px;
  }
  .top-medical {
    padding-top: 40px;
  }
  .top-medical__content {
    margin-top: 50px;
  }
  .top-medical-menu {
    padding: 40px 20px 50px;
  }
  .top-medical-menu__list {
    gap: 20px;
  }
  .top-medical-menu__item a {
    font-size: 18px;
  }
  .top-medical-menu__icon {
    max-width: 100px;
  }
  .top-medical-box {
    flex-direction: column;
  }
  .top-medical-box__bg {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .top-medical-box__bg-overlay {
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
    max-width: 40%;
  }
  .top-medical-box:nth-child(even) .top-medical-box__bg-overlay {
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    max-width: 40%;
  }
  .top-medical-box__bg-img {
    max-width: 100%;
  }
  .top-medical-box__txt {
    max-width: 100%;
    margin-top: -100px;
    padding: 17px;
  }
  .top-medical-box:nth-child(even) .top-medical-box__txt {
    max-width: 100%;
  }
  .top-medical-box__txt-inner .c-arrow {
    max-width: 40px;
    margin-top: 20px;
  }
  .top-recuit {
    padding: 100px 0;
  }
  .top-recuit__content {
    flex-direction: column;
    height: auto;
  }
  .top-recuit__txt {
    max-width: 100%;
    margin-top: -100px;
    margin-right: auto;
    padding: 30px 40px;
  }
  .top-recuit-bg {
    height: 300px;
    position: relative;
  }
}
@media screen and (max-width: 750px){
  .top-mv {
    height: 507px;
    background-image: url(../img/top/mv-sp.jpg);
  }
  .top-mv__ttl {
    padding-left: 4px;
    font-size: 20px;
    letter-spacing: 0.12em;
  }
  .top-mv__en {
    font-size: 22.5px;
  }
  .top-mv-info {
    margin-top: -11px;
    margin-right: 10px;
  }
  .top-mv-info__item {
    max-width: 114px;
    font-size: 12.5px;
  }
  .top-mv-info__item--parking {
    margin-top: 5px;
    font-size: 13.2px;
  }
  .top-mv-label {
    max-width: 138px;
    font-size: 15px;
  }
  .top-mv-label__txt {
    padding-top: 5px;
  }
  .top-mv-label__note {
    font-size: 10px;
  }
  .top-info {
    margin-top: 50px;
  }
  .top-info::before {
    height: calc(100% - 200px);
  }
  .top-info__bnr {
    flex-direction: column;
  }
  .top-info-bnr {
    font-size: 16px;
  }
  .top-info-bnr__txt {
    max-width: 200px;
    left: 10px;
    bottom: 10px;
  }
  .top-news {
    flex-direction: column;
    padding: 0;
  }
  .top-news__inner {
    margin-top: 40px;
    padding: 25px 20px;
  }
  .top-news__inner--pc {
    display: contents;
  }
  .top-news__head {
    display: block;
    padding: 0;
    text-align: center;
  }
  .top-news__ttl {
    display: inline-block;
    border-bottom: solid 2px #4e5d7f;
  }
  .top-news__body {
    padding: 0;
    border-left: unset;
  }
  .top-news-post__date {
    font-size: 16px;
  }
  .top-news-post__ttl {
    font-size: 18px;
  }
  .top-instagram:not(:first-child) {
    margin-top: 40px;
  }
  .top-instagram__ttl {
    padding-left: 0;
    font-size: 24px;
  }
  .top-instagram__content {
    margin-top: 20px;
  }
  .top-instagram__content img {
    max-width: 517px;
  }
  .top-message__content {
    padding: 30px 20px;
  }
  .top-message-detail {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .top-message-detail__ttl {
    font-size: 18px;
    word-break: normal;
  }
  .top-message-doctor__txt {
    max-width: 120px;
    font-size: 16px;
  }
  .top-feature-content01 {
    padding-top: 40px;
  }
  .top-feature-box {
    padding-bottom: 0;
  }
  .top-feature-box:not(:last-child) {
    padding-bottom: 60px;
  }
  .top-feature-box__img {
    aspect-ratio: 750/446;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .top-feature-box__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-feature-box--point03 .top-feature-box__txt {
    padding-top: 14.7%;
  }
  .top-feature-box__bg-img {
    width: 25px;
    height: 230px;
  }
  .top-feature-box__bg-img::before {
    width: 96px;
    height: 194px;
  }
  .top-feature-time {
    right: 15px;
  }
  .top-feature-detail__en {
    font-size: 26px;
  }
  .top-feature-detail__jp {
    font-size: 18px;
  }
  .top-feature-content02__item {
    padding: 20px;
  }
  .top-feature-content02__item-inner {
    padding: 30px 20px;
  }
  .top-feature-content03 {
    padding-top: 60px;
  }
  .top-feature-content03__content {
    margin-top: 40px;
  }
  .top-feature-content03__ttl {
    font-size: 18px;
  }
  .top-feature-content03__bnr-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 30px;
  }
  .top-feature-content03-bnr {
    max-width: min(162px, 100%);
    padding: 7px;
  }
  .top-feature-content03-bnr__txt {
    font-size: 18px;
    padding-inline: 10px;
  }
  .top-feature-content04__item {
    padding: 20px;
  }
  .top-feature-content04__item-inner {
    padding: 30px 20px;
    border-width: 2px;
  }
  .top-feature-content04__picture {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 60px;
  }
  .top-feature-content04__picture-img {
    flex: 0 0 33%;
  }
  .top-feature-content04__picture-img:nth-child(even) {
    margin-top: 20px;
  }
  .top-medical-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top-medical-menu__item-inner {
    padding: 10px;
    border-width: 2px;
  }
  .top-medical-menu__icon {
    max-width: 90px;
    padding: 15px;
  }
  .top-medical-menu__ttl {
    margin-top: 10px;
  }
  .top-medical-menu .c-arrow {
    max-width: 30px;
    margin-top: 10px;
  }
  .top-medical-box {
    padding: 0;
  }
  .top-medical-box__txt-inner {
    padding: 20px 15px 15px;
    border-width: 2px;
  }
  .top-medical-box__jp {
    font-size: 22px;
  }
  .top-medical-box__en {
    font-size: 22px;
  }
  .top-recuit {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px){
	    .top-news-post__ttl {
        font-size: 16.5px;
    }
	.top-feature-content02__item {
        padding: 10px;
    }
	    .top-feature-content04__item {
        padding: 10px;
    }
	.top-message__content{
	        padding: 30px 10px;	
	}
	  .top-feature-content03__doctor-item .c-double-circle {
    width: 130px;

  }
	    .top-feature-content03-bnr__txt {
			font-size: 17px;
	}
	    .top-medical-menu__icon {
        max-width: 70px;
    }
.top-medical-menu__item a {
	padding: 4px;
	}
	    .top-medical-menu__item a {
        font-size: 15px;
    }
	    .top-medical-menu__ttl {
        margin-top: 6px;
    }
	.top-medical-box__bg-overlay{
        max-width: 20%;		
	}	
.top-medical-box:nth-child(even) .top-medical-box__bg-overlay {
        max-width: 20%;
    }
.top-medical-box__inner {
    padding-inline: 8px;
}
    .top-medical-box__txt {
        padding: 10px;
    }
}
@media screen and (max-width: 400px){
    .top-message-doctor__txt {
        left: 50%;
        transform: translateX(-50%);
    }	
    .top-message-doctor__box:nth-child(2) .top-message-doctor__txt {
        left: 50%;
        transform: translateX(-50%);
    }
}