/* Gradient first background separator */
.gradient-first-separator {
  height: 124px;
  background: linear-gradient(to bottom, #fff, #ecf3fa) no-repeat;
  background-color: transparent;
  opacity: 1;
}

/* Gradient second background separator */
.gradient-second-separator {
  height: 124px;
  background: linear-gradient(to top, #fff, #ecf3fa) no-repeat;
  background-color: transparent;
  opacity: 1;
}

/* Gradient third background separator */
.gradient-third-separator {
  height: 124px;
  background: linear-gradient(to bottom, #fff, #ecf3fa) no-repeat;
  background-color: transparent;
  opacity: 1;
}

/* First View Section */
.first-view {
  background-color: #fff;
  height: 100%;
  padding: 0 40px 40px;
}
.first-view__img-ps {
  display: block;
}
.first-view__img-sp {
  display: none;
}
.first-view__content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.first-view__ttl {
  position: absolute;
  z-index: 2;
  top: 16%;
  right: 0;
}
.first-view__ttl > p {
  font-size: 72px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
  line-height: 80px;
  position: relative;
  gap: 16px;
}
.first-view__ttl > p:first-child {
  right: 96px;
  display: flex;
  align-items: center;
}
.first-view__ttl > p:first-child::before {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background-color: black;
}
.first-view__ttl > p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  border-radius: 999px;
  width: 100%;
  height: 32px;
  background-color: #ecf3fa;
  filter: blur(5px);
  z-index: -1;
}
.first-view__ttl > p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.first-view__ttl > p:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  border-radius: 999px;
  width: 100%;
  height: 32px;
  background-color: #ecf3fa;
  filter: blur(5px);
  z-index: -1;
}
.first-view__ttl > p:nth-child(2)::after {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background-color: black;
}
.first-view .sub-ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 21px;
  color: rgba(44, 62, 105, 0.7);
  letter-spacing: 1.68px;
  position: absolute;
  top: 42%;
  right: 0;
}
.first-view__info {
  position: absolute;
  right: 0;
  bottom: -16px;
  display: flex;
  gap: 8px;
}
.first-view__schedule {
  background-color: #ecf3fa;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  place-items: center;
}
.first-view__schedule .schedule-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  display: flex;
  gap: 24px;
}
.first-view__schedule .schedule-link a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #127ac0;
}
.first-view__schedule .schedule-link a::after {
  content: "";
  display: block;
  background-image: url("../img/arrow.svg");
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.first-view__access {
  background-color: #ecf3fa;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 8px;
}
.first-view__access > div .address {
  display: none;
}
.first-view__access a {
  display: grid;
  place-items: center;
}
.first-view__access a .btn_primary {
  background-color: #fff;
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  padding: 32px 4px 48px;
  border-radius: 32px;
  position: relative;
}
.first-view__access a .btn_primary::after {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: auto;
}

.status {
  background-color: #fff;
  padding-bottom: 40px;
}
.status__content {
  background-color: #ecf3fa;
  width: 100%;
  padding: 24px 8px;
  text-align: center;
}
.status__ttl {
  margin-bottom: 16px;
}
.status__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.status__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
  margin-bottom: 8px;
}
.status__ttl > p:nth-child(2) {
  font-size: 39px;
  line-height: 39px;
}

/* News View Section */
.news-view {
  background-color: white;
}
.news-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 258px;
  max-width: 1092px;
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .news-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .news-view__container {
    padding: 0 20px;
  }
}
.news-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.news-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.news-view__ttl > p:nth-child(2) {
  font-size: 39px;
  line-height: 39px;
}
.news-view__list-wrap {
  flex: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 100;
  color: #222f3e;
}
.news-view__list {
  list-style: none;
  padding: 0;
  margin-bottom: 37px;
}
.news-view__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 23px;
  margin-bottom: 16px;
  transition: all 0.3s;
  cursor: pointer;
}
.news-view__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #127ac0;
  opacity: 0.3;
}
.news-view__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #127ac0;
  transition: width 0.3s ease-in-out 0.3s;
}
.news-view__item:hover {
  color: #127ac0;
}
.news-view__item:hover::after {
  width: 100%;
}
.news-view__item:hover .news-view__link::after {
  transform: translateX(10px);
}
.news-view__item:hover .news__link::after {
  transform: translateX(10px);
}
.news-view__info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-view__date {
  font-size: 16px;
  line-height: 16px;
}
.news-view__tag {
  font-size: 10px;
  line-height: 10px;
  color: #127ac0;
  padding: 4px 6px;
  border-radius: 2px;
  border: 1px solid #127ac0;
}
.news-view__link {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.8px;
  padding-right: 34px;
  flex-grow: 1;
}
.news-view__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/arrow_black.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  transition: transform 0.3s ease-in-out 0.3s;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .news-view__item {
    padding-bottom: 16px;
  }
  .news-view__date {
    font-size: 14px;
    line-height: 14px;
  }
  .news-view__tag {
    font-size: 8px;
    line-height: 8px;
    padding: 3px 5px;
  }
  .news-view__link {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-view__item {
    padding-bottom: 16px;
  }
  .news-view__date {
    font-size: 14px;
    line-height: 14px;
  }
  .news-view__tag {
    font-size: 8px;
    line-height: 8px;
    padding: 3px 5px;
  }
  .news-view__link {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news-view__list-wrap {
    padding: 0;
  }
  .news-view__list > li::before {
    background: #222f3e;
  }
  .news-view__list > li::after {
    display: none;
  }
}

/* Feature View Section */
.feature-view {
  background: #ecf3fa;
  background-color: transparent;
}
.feature-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 124px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feature-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .feature-view__container {
    padding: 0 20px;
  }
}
.feature-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 116px;
}
.feature-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.feature-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.feature-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feature-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .feature-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .feature-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .feature-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .feature-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .feature-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.feature-view__item {
  height: 296px;
  position: relative;
  display: flex;
  align-items: start;
  background: white;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 375px;
}
.feature-view__item:not(:last-child) {
  margin-bottom: 87px;
}
.feature-view__item:last-child {
  margin-bottom: 0;
}
.feature-view__number {
  position: absolute;
  top: -50px;
  left: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 120px;
  line-height: 120px;
  color: #dae8f5;
}
.feature-view__content {
  z-index: 2;
}
.feature-view__heading {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.feature-view__heading > br {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feature-view__heading {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-view__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-view__heading {
    font-size: 32px;
    line-height: 32px;
  }
  .feature-view__heading > br {
    display: block;
  }
}
.feature-view__text {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-view__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Surgery View Section */
.surgery-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .surgery-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .surgery-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .surgery-view__container {
    padding: 0 20px;
  }
}
.surgery-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 132px;
}
.surgery-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.surgery-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.surgery-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .surgery-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .surgery-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .surgery-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .surgery-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .surgery-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .surgery-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .surgery-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.surgery-view__item {
  display: flex;
  align-items: start;
  gap: 40px;
}
.surgery-view__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.surgery-view__item:not(:last-child) {
  margin-bottom: 107px;
}
.surgery-view__item:last-child {
  margin-bottom: 0;
}
.surgery-view__img-pc {
  display: block;
}
.surgery-view__img-pc img {
  width: 100%;
  display: block;
}
.surgery-view__img-sp {
  display: none;
}
.surgery-view__content {
  flex: 1;
}
.surgery-view__heading {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.surgery-view__heading > br {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .surgery-view__heading {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .surgery-view__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .surgery-view__heading {
    font-size: 32px;
    line-height: 32px;
  }
  .surgery-view__heading > br {
    display: block;
  }
}
.surgery-view__text {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .surgery-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .surgery-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .surgery-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.surgery-view__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #2c3e69;
  padding: 19px 96px;
  border-radius: 999px;
  background: linear-gradient(to right, #2c3e69, #127ac0, #2c3e69);
  box-shadow: 0px 0px 10px 2px rgba(56, 120, 187, 0.2);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.surgery-view__btn::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  z-index: -1;
  background-color: #ecf3fa;
  transition: 0.3s;
}
.surgery-view__btn::after {
  content: "";
  position: absolute;
  right: 19px;
  background-image: url("../img/arrow_black.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
}
.surgery-view__btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.surgery-view__btn:hover::before {
  background-color: #C9D7E0;
}

/* Greeting View Section */
.greeting-view {
  background-color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  padding: 36px 0 80px;
}
.greeting-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .greeting-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .greeting-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .greeting-view__container {
    padding: 0 20px;
  }
}
.greeting-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}
.greeting-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.greeting-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.greeting-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .greeting-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .greeting-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .greeting-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .greeting-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .greeting-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .greeting-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .greeting-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.greeting-view__content {
  display: flex;
  flex-direction: column;
}
.greeting-view__info {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.greeting-view__tag {
  font-size: 16px;
  line-height: 16px;
  color: #222f3e;
  margin-bottom: 8px;
}
.greeting-view__name {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #127ac0;
  margin-bottom: 16px;
}
.greeting-view__position {
  font-size: 16px;
  line-height: 16px;
  color: #127ac0;
  margin-bottom: 32px;
}
.greeting-view__content-wrap {
  display: flex;
  gap: 72px;
  margin-bottom: 62px;
}
.greeting-view__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.greeting-view__description > p {
  font-size: 16px;
  color: #222f3e;
  line-height: 34px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.greeting-view__description:first-child {
  max-width: 500px;
}
.greeting-view__description:last-child {
  height: 208px;
}
.greeting-view__img-pc img {
  width: 100%;
  display: block;
}
.greeting-view__img-sp {
  display: none;
}
.greeting-view__philosophy {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}
.greeting-view__philosophy > .greeting-view__description {
  height: 144px;
}
.greeting-view__sub-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
.greeting-view__img-philo-pc img {
  width: 100%;
  display: block;
}
.greeting-view__img-philo-sp img {
  display: none;
}

/* Doctors View Section */
.doctor-view {
  background-color: #ecf3fa;
}
.doctor-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .doctor-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .doctor-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-view__container {
    padding: 0 20px;
  }
}
.doctor-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 72px;
}
.doctor-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.doctor-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.doctor-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .doctor-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .doctor-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .doctor-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .doctor-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .doctor-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .doctor-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.doctor-view__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 72px;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
.doctor-view__item {
  background: #fff;
  border-radius: 10px;
}
.doctor-view__img img {
  width: 100%;
  display: block;
  transform: scale(1.0915);
}
.doctor-view__data {
  padding: 24px;
}
.doctor-view__position {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #222f3e;
}
.doctor-view__name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 21px;
  color: #222f3e;
}
.doctor-view__btn {
  position: relative;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 0;
}
.doctor-view__btn::after {
  position: absolute;
  right: 16px;
  background-image: url("../img/arrow.svg");
  width: 18px;
  height: 18px;
  background-size: cover;
}
.doctor-view__action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}

/* Featured Doctor View Section */
.featured-doctor-view {
  position: relative;
  text-align: center;
  margin: 124px auto;
}
.featured-doctor-view__container {
  position: relative;
}
.featured-doctor-view__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 122, 192, 0.5019607843);
}
.featured-doctor-view__background-img-pc {
  width: 100%;
  display: block;
}
.featured-doctor-view__background-img-sp {
  display: none;
}
.featured-doctor-view__content {
  position: absolute;
  width: 1092px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.featured-doctor-view__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
}
.featured-doctor-view__img img {
  display: block;
  margin: 40px auto 60px;
}
.featured-doctor-view__btn {
  display: inline-block;
}
.featured-doctor-view__note {
  font-size: 16px;
  line-height: 16px;
  margin-top: 9px;
  color: #fff;
}

/* Other Treatments View Section */
.other-treatments-view {
  background-color: #ecf3fa;
  margin-bottom: 124px;
}
.other-treatments-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .other-treatments-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .other-treatments-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .other-treatments-view__container {
    padding: 0 20px;
  }
}
.other-treatments-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 72px;
}
.other-treatments-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.other-treatments-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.other-treatments-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .other-treatments-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .other-treatments-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .other-treatments-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .other-treatments-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .other-treatments-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .other-treatments-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .other-treatments-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.other-treatments-view__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  row-gap: 40px;
  -moz-column-gap: 38px;
       column-gap: 38px;
  padding: 0 21px;
}
.other-treatments-view__item::after {
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
  margin-top: 21px;
}
.other-treatments-view__type {
  display: flex;
  gap: 6px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #222f3e;
  margin-bottom: 11px;
}
.other-treatments-view__logo {
  width: 20px;
  height: 20px;
}
.other-treatments-view__description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.64px;
  color: #222f3e;
}
.other-treatments-view__description > span {
  visibility: hidden;
}
.other-treatments-view__sub-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 88px;
  margin-bottom: 40px;
  text-align: left;
}

/* Machine View Section */
.machine-view {
  background-color: #ecf3fa;
}
.machine-view__container {
  max-width: 1092px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .machine-view__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .machine-view__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .machine-view__container {
    padding: 0 20px;
  }
}
.machine-view__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.machine-view__ttl > p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #222f3e;
}
.machine-view__ttl > p:first-child {
  font-size: 21px;
  line-height: 21px;
  color: #127ac0;
}
.machine-view__ttl > p:nth-child(2) {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .machine-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .machine-view__ttl > p:nth-child(2) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .machine-view__ttl > p:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .machine-view__ttl > p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .machine-view__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .machine-view__ttl > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .machine-view__ttl > p:nth-child(2) {
    font-size: 40px;
    line-height: 34px;
  }
}
.machine-view__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}
.machine-view__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.machine-view__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.machine-view__img-big {
  flex: 2;
}
.machine-view__img-big img {
  width: 100%;
  height: 100%;
  display: block;
}
.machine-view__img-small {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.machine-view__img-small img {
  width: 100%;
  height: 49%;
  display: block;
}

/* --------------------------------
Responsive styles for screens between 1024px and 1279px 
----------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* First View Section */
  .first-view {
    padding: 0 40px 30px;
  }
  .first-view__ttl {
    top: 10%;
  }
  .first-view__ttl > p {
    font-size: 60px;
    line-height: 60px;
  }
  .first-view .sub-ttl {
    top: 30%;
    font-size: 16px;
  }
  .first-view__info {
    bottom: -10px;
  }
  /* Surgery View Section */
  .surgery-view__btn {
    padding: 16px 60px;
    font-size: 16px;
  }
  /* Greeting View Section */
  .greeting-view__content-wrap {
    gap: 20px;
  }
  .greeting-view__description > p {
    font-size: 16px;
    color: #222f3e;
    line-height: 30px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .greeting-view__description:last-child {
    height: 180px;
  }
  /* Featured Doctor View Section */
  .featured-doctor-view__img img {
    margin: 30px auto;
    width: 600px;
  }
  /* Other Treatments View Section */
  .other-treatments-view__description > span {
    display: none;
  }
}
/* --------------------------------
Responsive styles for screens between 768px and 1023px
----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* First View Section */
  .first-view {
    padding: 0 20px 30px;
  }
  .first-view__ttl {
    top: 10%;
  }
  .first-view__ttl > p {
    font-size: 50px;
    line-height: 60px;
  }
  .first-view .sub-ttl {
    top: 35%;
    font-size: 14px;
  }
  .first-view__info {
    bottom: -10px;
  }
  /* News View Section */
  .news-view__container {
    gap: 160px;
  }
  /* Feature View Section */
  .feature-view__container {
    margin-bottom: 80px;
  }
  .feature-view__ttl {
    margin-bottom: 60px;
  }
  .feature-view__item {
    padding-right: 320px;
  }
  .feature-view__number {
    font-size: 100px;
    top: -50px;
  }
  /* Surgery View Section */
  .surgery-view__container {
    padding-bottom: 40px;
  }
  .surgery-view__ttl {
    margin-bottom: 60px;
  }
  .surgery-view__item {
    gap: 20px;
  }
  .surgery-view__img-pc {
    display: none;
  }
  .surgery-view__img-sp {
    display: block;
  }
  /* Greeting View Section */
  .greeting-view {
    padding: 0;
  }
  .greeting-view__tag {
    margin-top: 30px;
  }
  .greeting-view__img-pc {
    display: none;
  }
  .greeting-view__img-sp {
    display: block;
  }
  .greeting-view__img-sp img {
    width: 100%;
    display: block;
  }
  .greeting-view__content-wrap {
    flex-direction: column;
  }
  .greeting-view__description {
    gap: 40px;
  }
  .greeting-view__description > p {
    font-size: 14px;
    line-height: 25px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .greeting-view__description:first-child {
    max-width: 100%;
    height: auto;
  }
  .greeting-view__description:last-child {
    height: auto;
  }
  /* Doctor View Section */
  .doctor-view__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  /* Featured Doctor View Section */
  .featured-doctor-view {
    margin: 100px auto;
  }
  .featured-doctor-view__title {
    font-size: 34px;
    line-height: 42px;
  }
  .featured-doctor-view__img img {
    margin: 15px auto;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  /* Gradient first background separator SP */
  .gradient-first-separator {
    height: 80px;
  }
  /* Gradient second background separator SP */
  .gradient-second-separator {
    height: 168px;
  }
  /* Gradient third background separator SP */
  .gradient-third-separator {
    height: 168px;
    margin-top: -160px;
  }
  /* First View Section SP */
  .first-view {
    padding: 0;
  }
  .first-view__img-pc {
    display: none;
  }
  .first-view__img-sp {
    display: block;
    margin-bottom: 50px;
    padding: 0 8px;
  }
  .first-view__img-sp img {
    width: 100%;
  }
  .first-view__content {
    position: static;
  }
  .first-view__img {
    position: relative;
  }
  .first-view__ttl {
    top: auto;
    bottom: -10px;
    max-width: 400px;
    padding: 0 20px;
    left: 0;
  }
  .first-view__ttl p {
    font-size: 40px;
    line-height: 48px;
  }
  .first-view__ttl p:first-child {
    right: auto;
  }
  .first-view__ttl p:first-child::before {
    width: 24px;
    height: 4px;
  }
  .first-view__ttl p:first-child::after {
    bottom: -6px;
    width: 280px;
    height: 23px;
  }
  .first-view__ttl p:nth-child(2) {
    right: 0;
  }
  .first-view__ttl p:nth-child(2)::before {
    bottom: -6px;
    width: 280px;
    height: 23px;
  }
  .first-view__ttl p:nth-child(2)::after {
    width: 24px;
    height: 4px;
  }
  .first-view .sub-ttl {
    text-align: center;
    top: auto;
    bottom: -45px;
    left: 0;
    right: 0;
    letter-spacing: 0.96px;
    font-size: 12px;
    line-height: 36px;
  }
  .first-view__info {
    position: static;
    flex-direction: column;
    padding: 0 20px;
  }
  .first-view__schedule {
    padding: 8px;
    width: 100%;
  }
  .first-view__schedule img {
    margin-bottom: 8px;
  }
  .first-view__schedule .schedule-link {
    flex-direction: column;
    gap: 8px;
  }
  .first-view__schedule .schedule-link a {
    margin: 0 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
  .first-view__schedule .schedule-link a::after {
    margin-left: 4px;
  }
  .first-view__access {
    width: 100%;
  }
  .first-view__access > div {
    width: 50%;
  }
  .first-view__access > div .address {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .first-view__access > div .address p:first-child, .first-view__access > div .address p:nth-child(2) {
    margin-bottom: 4px;
  }
  .first-view__access a .btn_primary {
    writing-mode: horizontal-tb;
    padding: 2px 0;
    width: 100%;
    font-size: 12px;
  }
  .first-view__access a .btn_primary::after {
    width: 12px;
    height: 12px;
    bottom: auto;
    position: absolute;
    right: 16px;
  }
  .status {
    padding-bottom: 24px;
  }
  .status__content {
    margin-top: 8px;
    padding: 16px 8px 8px 8px;
  }
  .status__content p {
    font-size: 14px;
  }
  .status__ttl {
    margin-bottom: 8px;
  }
  .status__ttl > p:first-child {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .status__ttl > p:nth-child(2) {
    font-size: 20px;
    line-height: 20px;
  }
  /* News View Section SP */
  .news-view__container {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
  .news-view__ttl > p:nth-child(1) {
    font-size: 14px;
    line-height: 14px;
  }
  .news-view__ttl > p:nth-child(2) {
    font-size: 26px;
    line-height: 26px;
  }
  .news-view__list > li:nth-child(1)::before {
    background: #222f3e;
  }
  .news-view__list > li:nth-child(1)::after {
    display: none;
  }
  .news-view__list > li:nth-child(2) {
    padding-bottom: 0;
  }
  .news-view__list > li:nth-child(2)::before {
    display: none;
  }
  .news-view__list > li:nth-child(2)::after {
    display: none;
  }
  /* Feature View Section SP */
  .feature-view__container {
    margin-bottom: 56px;
  }
  .feature-view__ttl {
    margin-bottom: 84px;
  }
  .feature-view__ttl > p:nth-child(2) {
    font-size: 24px;
    line-height: 34px;
  }
  .feature-view__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 29px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 84px;
  }
  .feature-view__number {
    font-size: 120px;
    line-height: 120px;
    top: -55px;
    left: 0;
  }
  .feature-view__content {
    padding-right: 0;
  }
  .feature-view__img {
    position: relative;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  /* Surgery View Section SP */
  .surgery-view__container {
    padding-bottom: 56px;
  }
  .surgery-view__ttl {
    margin-bottom: 38px;
  }
  .surgery-view__item {
    flex-direction: column;
    gap: 14px;
  }
  .surgery-view__item:nth-child(2n) {
    flex-direction: column;
  }
  .surgery-view__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .surgery-view__img-pc {
    display: none;
  }
  .surgery-view__img-sp {
    width: 100%;
    display: block;
  }
  .surgery-view__img-sp img {
    width: 100%;
    display: block;
  }
  .surgery-view__content {
    width: 100%;
    padding-right: 0;
  }
  .surgery-view__btn {
    padding: 16px 48px;
    font-size: 16px;
    width: 100%;
  }
  /* Greeting View Section SP */
  .greeting-view {
    padding: 0;
  }
  .greeting-view__container {
    transform: translateY(-146px);
    background: transparent;
  }
  .greeting-view__ttl {
    margin-bottom: 32px;
  }
  .greeting-view__position {
    margin-bottom: 24;
  }
  .greeting-view__content-wrap {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .greeting-view__description {
    gap: 40px;
  }
  .greeting-view__description > p {
    font-size: 14px;
    line-height: 25px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .greeting-view__description:first-child {
    max-width: 100%;
    height: auto;
  }
  .greeting-view__description:last-child {
    height: auto;
  }
  .greeting-view__img-pc {
    display: none;
  }
  .greeting-view__img-sp {
    display: block;
    margin-bottom: 32px;
  }
  .greeting-view__img-sp img {
    width: 100%;
    display: block;
  }
  .greeting-view__img-philo-pc img {
    display: none;
  }
  .greeting-view__img-philo-sp img {
    width: 100%;
    display: block;
  }
  .greeting-view__philosophy {
    gap: 40px;
    margin: 0;
  }
  .greeting-view__philosophy > .greeting-view__description {
    height: auto;
  }
  .greeting-view__sub-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 20px;
    line-height: 32px;
    color: #222f3e;
  }
  .greeting-view__sub-title > p {
    margin-top: -8px;
    margin-bottom: -8px;
  }
  /* Doctors View Section SP */
  .doctor-view__container {
    transform: translateY(-30px);
  }
  .doctor-view__ttl {
    margin-bottom: 24px;
  }
  .doctor-view__grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    row-gap: 16px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .doctor-view__img img {
    width: 100%;
    display: block;
  }
  .doctor-view__data {
    padding: 12px 16px 9px;
  }
  .doctor-view__position {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
  }
  .doctor-view__name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .doctor-view__btn {
    padding: 6px 0;
    font-size: 10px;
    line-height: 10px;
  }
  .doctor-view__btn::after {
    width: 12px;
    height: 12px;
  }
  .doctor-view__action-btn {
    margin-top: 34px;
  }
  /* featured-doctor-view View Section SP */
  .featured-doctor-view {
    margin: 50px auto 80px;
  }
  .featured-doctor-view__background {
    height: 520px;
  }
  .featured-doctor-view__background-img-pc {
    display: none;
  }
  .featured-doctor-view__background-img-sp {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-doctor-view__content {
    width: 100%;
    padding: 0 20px;
  }
  .featured-doctor-view__title {
    font-size: 30px;
    line-height: 36px;
  }
  .featured-doctor-view__img img {
    margin: 30px auto;
    width: 335px;
  }
  /* other-treatments-view-view View Section SP */
  .other-treatments-view {
    margin-bottom: 80px;
  }
  .other-treatments-view__ttl {
    margin-bottom: 32px;
  }
  .other-treatments-view__grid {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0;
  }
  .other-treatments-view__item::after {
    margin-top: 21px;
  }
  .other-treatments-view__type {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .other-treatments-view__description {
    font-size: 16px;
    line-height: 20px;
  }
  .other-treatments-view__description > span {
    display: none;
  }
  .other-treatments-view__sub-title {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /* machine-view View Section SP */
  .machine-view {
    margin-bottom: 80px;
  }
  .machine-view__ttl {
    margin-bottom: 30px;
  }
  .machine-view__grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    row-gap: 6px;
  }
  .machine-view__item {
    gap: 6px;
  }
}/*# sourceMappingURL=index.css.map */