@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/* 東京ドクターズとは
--------------------------- */
.p-about {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about {
    font-size: 13px;
  }
}
.p-about .c-breadcrumbs {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-about .l-container {
    padding-inline: 20px;
  }
}
.p-about .l-container-small {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about .l-container-small {
    padding-inline: 20px;
  }
}

.p-about-kv {
  position: relative;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-about-kv {
    padding: 50px 0 85px 0;
  }
}
.p-about-kv__inner {
  position: relative;
  z-index: 3;
}
.p-about-kv__heading {
  margin-bottom: 70px;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005fa3;
}
@media screen and (max-width: 767px) {
  .p-about-kv__heading {
    margin-bottom: 50px;
    font-size: 20px;
  }
}
.p-about-kv__text-wrap {
  width: 100%;
  max-width: 893px;
  margin: 0 auto 40px auto;
}
.p-about-kv__text {
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 0.1em;
}
.p-about-kv__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-kv__img {
    margin-inline: -20px;
  }
}

.p-about-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005fa3;
}
@media screen and (max-width: 767px) {
  .p-about-title {
    font-size: 20px;
    min-width: 217px;
  }
}
.p-about-title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 11px;
  background: url("../img/about/icon-wave-yellow01.png") no-repeat 0% 0%;
  background-size: 388px auto;
}
@media screen and (max-width: 767px) {
  .p-about-title::before {
    background: url("../img/about/icon-wave-yellow01-sp.png") no-repeat 50% 0%;
    background-size: 221px auto;
  }
}
.p-about-title--pt01 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-about-title--pt01 {
    margin-bottom: 50px;
  }
}
.p-about-title--pt02 {
  margin-bottom: 100px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-title--pt02 {
    margin-bottom: 70px;
  }
}
.p-about-title--pt02::before {
  background: url("../img/about/icon-wave-yellow02.png") no-repeat 0% 0%;
  background-size: 497px auto;
}
@media screen and (max-width: 767px) {
  .p-about-title--pt02::before {
    background: url("../img/about/icon-wave-yellow01-sp.png") no-repeat 50% 0%;
    background-size: 221px auto;
  }
}
.p-about-title--pt03 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-about-title--pt03 {
    margin-bottom: 55px;
  }
}
.p-about-title--pt03::before {
  background: url("../img/about/icon-wave-yellow03.png") no-repeat 0% 0%;
  background-size: 251px auto;
}
@media screen and (max-width: 767px) {
  .p-about-title--pt03::before {
    background: url("../img/about/icon-wave-yellow01-sp.png") no-repeat 50% 0%;
    background-size: 221px auto;
  }
}

.p-about-sec01 {
  position: relative;
  padding: 70px 0 115px 0;
  background-color: #eefbfe;
}
@media screen and (max-width: 767px) {
  .p-about-sec01 {
    padding: 40px 0 115px 0;
  }
}
.p-about-sec01::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 1240px;
  max-width: 100%;
  height: 77px;
  background: url("../img/about/icon-wave-blue01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec01::before {
    top: -40px;
    width: 100%;
    max-width: 100%;
    height: 43px;
    background: url("../img/about/icon-wave-blue01-sp.png") repeat-x 50% 0%;
    background-size: 390px auto;
  }
}

.p-about-sec01-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01 {
    gap: 20px 30px;
    flex-wrap: wrap;
  }
}
.p-about-sec01-block01:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-about-sec01-block01:nth-child(odd) .p-about-sec01-block01__img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01:nth-child(odd) .p-about-sec01-block01__img {
    text-align: center;
  }
}
.p-about-sec01-block01__img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__img {
    width: 100%;
    text-align: center;
  }
  .p-about-sec01-block01__img--01 img {
    position: relative;
    left: 20px;
    width: 170px;
  }
  .p-about-sec01-block01__img--02 img {
    position: relative;
    left: 0px;
    width: 228px;
  }
  .p-about-sec01-block01__img--03 img {
    position: relative;
    left: 0px;
    width: 228px;
  }
}
.p-about-sec01-block01__content {
  flex: 1;
  width: 650px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__content {
    flex: none;
    width: 100%;
  }
}
.p-about-sec01-block01__title {
  position: relative;
  margin-bottom: 22px;
  padding-left: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #005fa3;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__title {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-about-sec01-block01__title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff000;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__title::before {
    top: 6px;
  }
}
.p-about-sec01-block01__text {
  line-height: 1.88;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}

.p-about-sec01-block02 {
  position: relative;
  width: 100%;
  max-width: 854px;
  margin: 0 auto 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02 {
    margin: 185px auto 0 auto;
  }
}
.p-about-sec01-block02::before {
  content: "";
  position: absolute;
  inset: auto 0 -14px 0;
  width: 844px;
  height: 624px;
  margin: auto;
  background: url("../img/about/sec01-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02::before {
    inset: auto 0 8px -20px;
    width: calc(100% + 40px);
    height: 624px;
    margin: auto;
    background: url("../img/about/sec01-bg01.png") no-repeat 50% 50%;
    background-size: 844px auto;
  }
}
.p-about-sec01-block02__title {
  margin-bottom: 45px;
}
.p-about-sec01-block02__list01 {
  list-style-type: none;
  margin: 0 0 45px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02__list01 {
    margin: 0 0 25px 0;
  }
}
.p-about-sec01-block02__list01 > li {
  position: relative;
  margin-bottom: 12px;
  padding: 4px 0 4px 38px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: url("../img/about/icon-q.png") no-repeat 0% 3px;
  background-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02__list01 > li {
    padding: 4px 0 4px 35px;
    background-size: 25px;
    font-size: 14px;
    line-height: 1.64;
  }
}
.p-about-sec01-block02__list01 > li:last-of-type {
  padding: 4px 0 4px 48px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02__list01 > li:last-of-type {
    padding: 4px 0 4px 40px;
  }
}
.p-about-sec01-block02__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block02__img img {
    position: relative;
    left: 10px;
    width: 247px;
  }
}

.p-about-sec02 {
  position: relative;
  padding: 100px 0 120px 0;
  background-color: #339ecc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-sec02 {
    padding: 70px 0 120px 0;
  }
}
.p-about-sec02::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 1240px;
  max-width: 100%;
  height: 77px;
  background: url("../img/about/icon-wave-blue02.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec02::before {
    top: -40px;
    width: 100%;
    max-width: 100%;
    height: 43px;
    background: url("../img/about/icon-wave-blue02-sp.png") repeat-x 50% 0%;
    background-size: 390px auto;
  }
}

.p-about-sec02-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 85px 20px;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01 {
    grid-template-columns: 1fr;
    gap: 45px 20px;
  }
}
.p-about-sec02-block01__item {
  width: 100%;
  max-width: 468px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__item {
    margin-inline: auto;
  }
}
.p-about-sec02-block01__item:nth-child(3) .p-about-sec02-block01__body {
  min-height: 305px;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__item:nth-child(3) .p-about-sec02-block01__body {
    min-height: auto;
  }
}
.p-about-sec02-block01__head {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__head {
    margin-bottom: 65px;
  }
}
.p-about-sec02-block01__title {
  padding-top: 40px;
  background: url("../img/about/sec01-illust01.png") no-repeat 50% 0%;
  background-size: 90px auto;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__title {
    font-size: 16px;
  }
}
.p-about-sec02-block01__title > strong {
  margin-right: -9px;
  font-size: 30px;
  line-height: 1.17;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__title > strong {
    margin-right: -4px;
    font-size: 22px;
  }
}
.p-about-sec02-block01__body {
  padding: 0px 34px 25px;
  border-radius: 30px;
  border: solid 3px rgba(255, 255, 255, 0.39);
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__body {
    padding: 0px 30px 30px;
  }
}
.p-about-sec02-block01__img {
  margin-top: -66px;
  text-align: center;
}
.p-about-sec02-block01__text {
  line-height: 1.88;
  letter-spacing: 0.1em;
}

.p-about-sec03 {
  position: relative;
  padding: 140px 0 160px 0;
  background-color: #eefbfe;
}
@media screen and (max-width: 767px) {
  .p-about-sec03 {
    padding: 160px 0 160px 0;
  }
}
.p-about-sec03::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 1240px;
  max-width: 100%;
  height: 77px;
  background: url("../img/about/icon-wave-blue01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec03::before {
    top: -40px;
    width: 100%;
    max-width: 100%;
    height: 43px;
    background: url("../img/about/icon-wave-blue01-sp.png") repeat-x 50% 0%;
    background-size: 390px auto;
  }
}

.p-about-sec03-block01 {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
.p-about-sec03-block01::before {
  content: "";
  position: absolute;
  inset: -105px auto auto -138px;
  width: 988px;
  height: 847px;
  margin: auto;
  background: url("../img/about/sec03-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-sec03-block01::before {
    inset: -105px auto auto auto;
    width: calc(100% + 40px);
    height: 847px;
    margin: 0 -20px;
    background: url("../img/about/sec03-bg01.png") no-repeat 56% 50%;
    background-size: 988px auto;
  }
}
.p-about-sec03-block01__text {
  margin-bottom: 50px;
}
.p-about-sec03-block01__text p {
  margin-bottom: 1.8em;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.p-about-sec03-block01__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 28px;
}
.p-about-sec03-block01__sign {
  text-align: right;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.p-about-sec03-block01__sign-img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-about-sec03-block01__sign-img {
    width: 100px;
  }
}

.p-about-sec04-area01 {
  position: relative;
  padding: 120px 0 240px 0;
  background: url("../img/about/sec04-bg01.webp") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-area01 {
    padding: 60px 0 240px 0;
  }
}
.p-about-sec04-area01::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 1240px;
  max-width: 100%;
  height: 77px;
  background: url("../img/about/icon-wave-blue03.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-area01::before {
    top: -40px;
    width: 100%;
    max-width: 100%;
    height: 43px;
    background: url("../img/about/icon-wave-blue03-sp.png") repeat-x 50% 0%;
    background-size: 390px auto;
  }
}

.p-about-sec04-block01 {
  position: relative;
  z-index: 3;
}
.p-about-sec04-block01__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005fa3;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title {
    font-size: 20px;
    line-height: 1.65;
  }
}
.p-about-sec04-block01__title-sytle01 {
  margin-inline: 3px;
  padding: 3px 20px 7px 20px;
  border-radius: 25px;
  background-color: #23adff;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title-sytle01 {
    display: inline-block;
    margin-block: 10px;
    padding: 3px 20px 5px 20px;
  }
}
.p-about-sec04-block01__title-sytle02 {
  margin-inline: 3px;
  padding: 3px 20px 7px 20px;
  border-radius: 25px;
  background-color: #3dcf1a;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title-sytle02 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 20px 5px 20px;
  }
}
.p-about-sec04-block01__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block01__img {
    margin-inline: -10px;
  }
}

.p-about-sec04-area02 {
  padding: 50px 0 90px 0;
}

.p-about-sec04-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02 {
    margin-bottom: 10px;
  }
}
.p-about-sec04-block02__col {
  width: 500px;
  max-width: 100%;
}
.p-about-sec04-block02__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 21px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.p-about-sec04-block02__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
.p-about-sec04-block02__title--sytle01::before {
  background-color: #23adff;
}
.p-about-sec04-block02__title--sytle02::before {
  background-color: #3ccf1a;
}
.p-about-sec04-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list {
    margin-bottom: 60px;
  }
}
.p-about-sec04-block02__list li {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li {
    margin-bottom: 20px;
  }
}
.p-about-sec04-block02__list li > a {
  color: #349ecc;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li > a {
    display: block;
  }
}

.p-about-sec04-block03 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.p-about-sec04-block03__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 21px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.p-about-sec04-block03__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #23adff;
}
.p-about-sec04-block03__text {
  margin-bottom: 25px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.p-about-sec04-block03__memo {
  line-height: 1.88;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-about-sec04-block03__memo > a {
  color: #349ecc;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block03__memo > a {
    display: block;
  }
}