.mB0 {
  margin-bottom: 0 !important;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 450px) {
  .only-sp {
    display: block;
  }
}
.only-pc {
  display: block;
}

@media screen and (max-width: 450px) {
  .only-pc {
    display: none;
  }
}
.middleMainTitleBannerArea {
  background-image: url(../images/middlemaintitle.png);
}

@media screen and (max-width: 450px) {
  .middleMainTitleBannerArea {
    background-image: url(../images/middlemaintitle@sp.png);
  }
}
.mainVisualText {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .mainVisualText {
    font-size: 4vw;
  }
}
.mainTitleBannerArea {
  height: 530px;
  position: relative;
}
.mainTitleBannerArea .inner02 {
  position: relative;
  display: block;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .mainTitleBannerArea {
    height: auto;
  }
}
.mainVisualContent {
  position: absolute;
  right: -130px;
  bottom: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 450px) {
  .mainVisualContent {
    position: relative;
    right: auto;
    bottom: auto;
    height: 100%;
  }
}
.mainTitle01 {
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

@media screen and (max-width: 450px) {
  .mainTitle01 {
    font-size: 10vw;
    line-height: 1.1;
  }
}
.mainVisualList {
  font-size: 18px;
  color: #fff;
}
.mainVisualList li {
  margin-bottom: 15px;
  display: flex;
}
.mainVisualList li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/ic-mainvisuallist.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  flex-shrink: 0;
  transform: translateY(2px);
}

@media screen and (max-width: 450px) {
  .mainVisualList {
    position: relative;
    bottom: 3.5vh;
    left: 0;
    margin-top: 6vh;
  }
  .mainVisualList li {
    font-size: 3vw;
    margin-bottom: 1vh;
    line-height: 1.4;
  }
  .mainVisualList li::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.about-doctor-service {
  padding: 120px 0 120px;
}

@media screen and (max-width: 450px) {
  .about-doctor-service {
    padding: 5vh 0 7vh;
  }
}
.section-title {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #157897;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #2F87CC;
}

@media screen and (max-width: 450px) {
  .section-title {
    font-size: 8vw;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
  }
  .section-title::before {
    width: 10vw;
  }
}
.section-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .section-subtitle {
    font-size: 4.2vw;
    margin-bottom: 2vh;
  }
}
.section-description {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .section-description {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.our-strengths {
  margin-bottom: 180px;
}
.our-strengths .section-subtitle {
  margin-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .our-strengths {
    margin-bottom: 9vh;
  }
  .our-strengths .section-subtitle {
    margin-bottom: 4vh;
  }
}
.strength-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.strength-title img {
  width: 90px;
  margin-right: 20px;
}

@media screen and (max-width: 450px) {
  .strength-title {
    font-size: 5vw;
  }
  .strength-title img {
    width: 70px;
    margin-right: 20px;
  }
}
.strength-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .strength-item {
    flex-direction: column;
    margin-bottom: 5vh;
  }
}
.strength-content {
  width: 60%;
  margin-right: 50px;
}

@media screen and (max-width: 450px) {
  .strength-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vh;
  }
}
.strength-description {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .strength-description {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.strength-image {
  width: 40%;
}

@media screen and (max-width: 450px) {
  .strength-image {
    width: 100%;
  }
}
.service-overview {
  margin-bottom: 130px;
}
.service-overview .section-description {
  margin-bottom: 80px;
}
.service-overview .service-overview-image-01 {
  margin-bottom: 130px;
}
.service-overview .service-overview-image-02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 450px) {
  .service-overview {
    margin-bottom: 8vh;
  }
  .service-overview .section-description {
    margin-bottom: 60px;
  }
  .service-overview .service-overview-image-01 {
    margin-bottom: 50px;
  }
}
.button-link {
  background-color: #33bc3d;
  color: #fff;
  font-size: 16px;
  padding: 20px 100px;
  border-radius: 10px;
  display: block;
  align-items: center;
  border-bottom: solid 6px #149A5A;
  text-align: center;
}
.button-link.contact-link {
  background-color: #153464;
  border-bottom: solid 6px #0B1D34;
}
.button-link.entry-link {
  background-color: #A5394A;
  border-bottom: solid 6px #722A36;
}

@media screen and (max-width: 450px) {
  .button-link {
    padding: 1.2vh 5vw;
    display: block;
    margin: 1vh 0;
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .button-link::after {
    right: 4vw;
  }
}
.button-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
}

@media screen and (max-width: 450px) {
  .button-text {
    font-size: 5.5vw;
  }
}
.button-description {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  transform: translateX(-7px);
}
.button-description::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 450px) {
  .button-description {
    font-size: 3.2vw;
    margin-right: 1vw;
  }
}
.service-overview-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-overview-button .service-overview-contact-item {
  width: 50%;
  padding: 0 30px;
}
.service-overview-button .service-overview-entry-item {
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 450px) {
  .service-overview-button {
    flex-direction: column;
  }
  .service-overview-button .service-overview-contact-item {
    width: 100%;
    padding: 0;
    margin-bottom: 2vh;
  }
  .service-overview-button .service-overview-entry-item {
    width: 100%;
    padding: 0;
  }
}
.contact-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #153464;
  text-align: center;
  position: relative;
}
.contact-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #153464;
  z-index: -1;
}
.contact-title span {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  .contact-title {
    font-size: 3.4vw;
    margin-bottom: 0px;
  }
}
.entry-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #A5394A;
  text-align: center;
  position: relative;
}
.entry-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A5394A;
  z-index: -1;
}
.entry-title span {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  .entry-title {
    font-size: 3.4vw;
    margin-bottom: 0px;
  }
}
.button-area {
  margin: 0 auto 18vh;
  width: 920px;
}
.button-area .button-link {
  margin-bottom: 6vh;
}
.button-area .contact-title, .button-area .entry-title {
  width: 480px;
  margin: 0 auto 2vh;
}

@media screen and (max-width: 450px) {
  .button-area {
    width: 100%;
    margin-bottom: 10vh;
  }
  .button-area .contact-title, .button-area .entry-title {
    width: 100%;
    margin: 0 auto 1vh;
  }
}
.button-area__sub-title {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 3vh;
}

@media screen and (max-width: 450px) {
  .button-area__sub-title {
    font-size: 16px;
    margin-bottom: 2vh;
  }
}
.button-area__detail {
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.button-area__detail .button-area__detail-title {
  font-size: 16px;
  margin-bottom: 2vh;
  line-height: 2;
  width: 50%;
}
.button-area__detail .button-area__detail-list {
  width: 50%;
}

@media screen and (max-width: 450px) {
  .button-area__detail {
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .button-area__detail .button-area__detail-title {
    width: 100%;
    line-height: 1.6;
    font-size: 3.5vw;
  }
  .button-area__detail .button-area__detail-list {
    width: 100%;
    line-height: 1.6;
    font-size: 3.5vw;
  }
}
.button-area.hospital .button-area__sub-title {
  border-left: solid 3px #153464;
}

.button-area.doctor .button-area__sub-title {
  border-left: solid 3px #A5394A;
}

.button-area.hospital .button-area__detail-list a {
  text-decoration: underline;
}
.button-area.hospital .button-area__tel {
  position: relative;
  padding-left: 30px;
}
.button-area.hospital .button-area__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/ic-phone-h.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.button-area.hospital .button-area__mail {
  position: relative;
  padding-left: 30px;
}
.button-area.hospital .button-area__mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/ic-mail-h.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.button-area.doctor .button-area__detail-list a {
  text-decoration: underline;
}
.button-area.doctor .button-area__tel {
  position: relative;
  padding-left: 30px;
}
.button-area.doctor .button-area__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/ic-phone-d.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.button-area.doctor .button-area__mail {
  position: relative;
  padding-left: 30px;
}
.button-area.doctor .button-area__mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/ic-mail-d.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.doctor-flow {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .doctor-flow {
    margin-bottom: 0vh;
  }
}
.consultant-slider {
  margin-bottom: 20px;
  position: relative;
}

.consultant-list {
  overflow: hidden;
}

.consultant-list .slick-list {
  width: 111%;
}

@media screen and (max-width: 450px) {
  .consultant-list .slick-list {
    width: 120%;
  }
}
.consultant-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 450px) {
  .consultant-item {
    margin-right: 4vw;
  }
  .slick-dotted.slick-slider {
    margin-right: -20px;
  }
}
.consultant-image {
  max-width: 268px;
}

.consultant-info {
  max-width: 268px;
  text-align: center;
}

.consultant-name {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 450px) {
  .consultant-name {
    font-size: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .consultant-position {
    font-size: 3.5vw;
  }
}
.slick-arrows {
  position: relative;
  right: 20px;
}

@media screen and (max-width: 450px) {
  .slick-arrows {
    display: none;
  }
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  left: auto;
  right: 25px;
}

.slick-dots {
  width: 90%;
  text-align: left;
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 450px) {
  .slick-dots {
    width: 100%;
  }
}
.more-link {
  margin-top: 20px;
}
.more-link a {
  color: #157897;
  font-size: 14px;
  font-weight: 700;
  border: solid 1px #157897;
  padding: 5px 35px 5px 30px;
  position: relative;
}
.more-link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/more-link.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 450px) {
  .more-link a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.2vh 0;
  }
}
.slick-dots li {
  background-color: #E2E2E2;
  margin: 0;
  height: 3px;
  width: 120px;
}

@media screen and (max-width: 450px) {
  .slick-dots li {
    width: 14%;
    height: 1vh;
  }
}
.slick-dots li.slick-active {
  background-color: #157897;
}

.consultant-note {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .consultant-note {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  position: relative;
  background-color: #fff;
  max-width: 1100px;
  max-height: 80vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.modal__container .modal__inner {
  padding: 60px;
  flex: 1;
  overflow-y: auto;
}

@media screen and (max-width: 450px) {
  .modal__container {
    width: 80%;
    max-height: 80vh;
  }
  .modal__container .modal__inner {
    padding: 3vh;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .modal__header {
    flex-direction: column;
    margin-bottom: 3vh;
    align-items: flex-start;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 3vh;
  }
}
.modal__image {
  width: 370px;
  margin-right: 75px;
}

@media screen and (max-width: 450px) {
  .modal__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vh;
  }
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
  font-size: 32px;
  border-left: solid 3px #33bc3d;
  padding-left: 20px;
}
.modal__title span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
  .modal__title {
    font-size: 7vw;
    padding-left: 3vw;
  }
  .modal__title span {
    font-size: 3vw;
  }
}
.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  border-left: solid 3px #33bc3d;
  padding-left: 10px;
}
.modal__content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

@media screen and (max-width: 450px) {
  .modal__content h3 {
    font-size: 5vw;
  }
  .modal__content p {
    font-size: 3.5vw;
    line-height: 1.75;
    margin-bottom: 5vh;
  }
}
.modal__btn {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 1.15;
  margin: 0;
  right: -40px;
  top: -40px;
  background: transparent;
}

@media screen and (max-width: 450px) {
  .modal__btn {
    width: 3.5vh;
    height: 3.5vh;
    right: -9vw;
    top: -4vh;
  }
}
.modal__btn::after {
  transform: rotate(-45deg);
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 450px) {
  .modal-nav {
    width: 20px;
    height: 20px;
  }
}
.modal-nav:hover {
  color: #000;
}

.modal-prev {
  left: -60px;
}

@media screen and (max-width: 450px) {
  .modal-prev {
    left: -30px;
  }
}
.modal-next {
  right: -60px;
}

@media screen and (max-width: 450px) {
  .modal-next {
    right: -30px;
  }
}
.doctor-flow {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .doctor-flow {
    margin-bottom: 0vh;
  }
}
.doctor-flow__timeline {
  background-color: #F4F4F4;
  padding: 80px 65px;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 450px) {
  .doctor-flow__timeline {
    padding: 4.5vh 2vh 3vh;
    margin-top: 5vh;
  }
}
.doctor-flow__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: absolute;
  top: -25px;
  left: 0px;
  padding: 12px 20px;
  color: #fff;
}

.doctor-flow__title.hospital {
  background: linear-gradient(to right, #2F87CC, #036DB9);
}

.doctor-flow__title.doctor {
  background: linear-gradient(to right, #157897, #0F637C);
}

@media screen and (max-width: 450px) {
  .doctor-flow__title {
    font-size: 4.5vw;
    padding: 8px 10px;
    top: -17px;
  }
}
@media screen and (max-width: 450px) {
  .doctor-flow__duration {
    width: 9vw;
  }
}
.doctor-flow__steps {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .doctor-flow__steps {
    width: 100%;
  }
}
.doctor-flow__step-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 45px;
  position: relative;
}
.doctor-flow__step-item:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 18%;
  width: 16px;
  height: 16px;
  border-top: solid 2px #157897;
  border-right: solid 2px #157897;
  transform: translateX(-50%) rotate(135deg);
}
.doctor-flow__step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.doctor-flow__step-item:last-child:after {
  display: none;
}

.hospital .doctor-flow__step-item:after {
  border-top: solid 2px #2F87CC;
  border-right: solid 2px #2F87CC;
}

@media screen and (max-width: 450px) {
  .doctor-flow__step-item {
    flex-direction: column;
    margin-bottom: 3vh;
    padding-bottom: 1vh;
  }
  .doctor-flow__step-item:after {
    bottom: -1vh;
    left: 29%;
    width: 10px;
    height: 10px;
  }
}
.doctor-flow__step-header {
  font-size: 24px;
  width: 410px;
  font-weight: 700;
}

@media screen and (max-width: 450px) {
  .doctor-flow__step-header {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 1vh;
  }
}
.doctor-flow__step-label {
  font-size: 14px;
  background-color: #33bc3d;
  display: inline-flex;
  align-items: center;
  padding: 20px 25px;
  margin-right: 40px;
  height: 30px;
  transform: translateY(-3px);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.hospital .doctor-flow__step-label {
  background-color: #2F87CC;
  color: #fff;
}

.doctor .doctor-flow__step-label {
  background-color: #157897;
  color: #fff;
}

.doctor-flow__step-number {
  font-size: 26px;
  padding-left: 10px;
}

@media screen and (max-width: 450px) {
  .doctor-flow__step-label {
    font-size: 3.5vw;
    padding: 1.9vh 3vw 1.5vh;
    height: 2.5vh;
    margin-right: 3vw;
  }
  .doctor-flow__step-label .doctor-flow__step-number {
    font-size: 5vw;
    padding-left: 1vw;
    transform: translateY(-1px);
  }
}
.doctor-flow__step-description {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .doctor-flow__step-description {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.doctor-flow__note {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 10vh;
}

@media screen and (max-width: 450px) {
  .doctor-flow__note {
    font-size: 3.5vw;
    line-height: 1.75;
    margin-bottom: 5vh;
  }
}