@charset "UTF-8";

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
.page-ttl {
  padding: 110px 10%;
  background: url(../about/img/bg_ttl_about.png) no-repeat 50% 50% / cover;
}

.ttl-recruit {
  padding: 110px 10%;
  background: url(../recruit/img/bg_ttl_about.png) no-repeat 50% 50% / cover;
}

.recruit-table {
  border:1px solid #333;
  background: #fff;
  width: 100%;
}

.recruit-table th {
  white-space: nowrap;
}

.recruit-table th, tr, td {
  padding: 10px;
  line-height: 1.6em;
}

.recruit-table tr {
  border-bottom:1px solid #333;
}

.recruit-table th, td {
  border-right:1px solid #333;
}


/* 理念 */
.about-philosophy-section {
  margin: 50px 0 65px;
}

.about-philosophy-img {
  flex: 0 0 auto;
}

.about-philosophy-detail {
  background: url(../about/img/bg_circle.png) no-repeat 0 0 / contain;
  flex: 1;
  margin: 0 50px 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-philosophy-detail p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.86;
}

/* 医師紹介 */
.about-doctor-section {
  margin: 0 0 30px;
}

.about-doctor-detail {
  flex: 1;
}

.about-doctor-detail h2 {
  font-size: 29px;
  margin: 0 0 30px;
}

.about-doctor-detail p {
  font-size: 15px;
  line-height: 2;
  color: #232424;
}

.about-doctor-img {
  flex: 0 0 auto;
  margin: 0 0 0 70px;
}

.about-doctor-img figcaption {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0;
}

/* 経歴 */
.about-career-section {
  margin: 0 0 78px;
}

.about-career-cont {
  padding: 30px 60px;
  background: #e0f4fc;
}

.about-career-img {
  flex: 0 0 auto;
}

.about-career-detail {
  flex: 1;
  margin: 0 0 0 72px;
}

.about-career-detail h2 {
  font-size: 20px;
  margin: 0 0 35px;
}

.about-career-detail h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 7px;
  background: #0369d7;
  margin: 0 12px 0 0;
}

.about-career-list li {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  color: #383838;
}

.about-career-list li:not(:last-child) {
  margin: 0 0 14px;
}

/* 方針 */
.about-policy-section h2 {
  font-size: 29px;
  margin: 0 0 80px;
  position: relative;
}

.about-policy-section h2::after {
  content: "";
  width: 148px;
  height: 8px;
  background: #f6f593;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about-policy-img {
  flex: 0 0 auto;
  margin: 0 42px 0 -50px;
}

.about-policy-detail {
  flex: 1;
}

.about-policy-detail h3,
.about-policy-detail h3::before {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
}

.about-policy-detail h3 {
  line-height: 1.42;
  margin: 0 0 20px;
  padding: 0 0 0 32px;
  position: relative;
}

.about-policy-detail li {
  counter-increment: num;
}

.about-policy-detail li:not(:last-child) {
  margin: 0 0 58px;
}

.about-policy-detail h3::before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.about-policy-detail li:nth-of-type(1) h3::before {
  content: "①";
}

.about-policy-detail li:nth-of-type(2) h3::before {
  content: "②";
}

.about-policy-detail li:nth-of-type(3) h3::before {
  content: "③";
}

.about-policy-detail p {
  line-height: 2;
  color: #232424;
}

/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1180px) {

  /* 理念 */
  .about-philosophy-img {
    flex: 0 0 38%;
  }

  .about-philosophy-detail p {
    font-size: 16px;
  }

  /* 医師紹介 */
  .about-doctor-img {
    flex: 0 0 28%;
    margin: 0 0 0 30px;
  }

  .about-doctor-img figcaption {
    font-size: 13px;
    margin: 15px 0 0;
  }

  .about-doctor-detail h2 {
    font-size: 28px;
  }

  .about-doctor-detail p {
    font-size: 13px;
  }

  /* 経歴 */
  .about-career-cont {
    padding: 25px 40px;
  }

  .about-career-img {
    flex: 0 0 45%;
  }

  .about-career-detail {
    margin: 0 0 0 40px;
  }

  .about-career-detail h2 {
    margin: 0 0 30px;
  }

  .about-career-list li:not(:last-child) {
    margin: 0 0 12px;
  }

  /* 方針 */
  .about-policy-section h2 {
    font-size: 28px;
    margin: 0 0 60px;
  }

  .about-policy-img {
    flex: 0 0 45%;
    margin: 0 30px 0 0;
  }

  .about-policy-detail li:not(:last-child) {
    margin: 0 0 40px;
  }

  .about-policy-detail h3,
  .about-policy-detail h3::before {
    font-size: 22px;
  }

  .about-policy-detail h3 {
    padding: 0 0 0 28px;
  }

  .about-policy-detail p {
    font-size: 13px;
  }

}/* max-width: 1180px */

@media screen and (max-width: 1024px) {

  /* 理念 */
  .about-philosophy-img,
  .about-philosophy-detail {
    flex: 0 0 100%;
  }

  .about-philosophy-img {
    text-align: center;
  }

  .about-philosophy-detail {
    margin: 20px 0 0;
    background: none;
  }

  .about-philosophy-detail p {
    font-size: 18px;
  }

  /* 医師紹介 */
  .about-doctor-detail,
  .about-doctor-img {
    flex: 0 0 100%;
  }

  .about-doctor-detail p {
    font-size: 15px;
  }

  .about-doctor-img {
    margin: 20px 0 0;
    text-align: center;
  }

  /* 経歴 */
  .about-career-cont {
    padding: 30px 45px;
  }

  .about-career-img,
  .about-career-detail {
    flex: 0 0 100%;
  }

  .about-career-img {
    text-align: center;
  }

  .about-career-detail {
    margin: 30px 0 0;
  }

  .about-career-detail h2 {
    margin: 0 0 20px;
  }

  /* 方針 */
  .about-policy-section h2 {
    margin: 0 0 40px;
  }

  .about-policy-cont {
    flex-direction: column-reverse;
  }

  .about-policy-img,
  .about-policy-detail {
    flex: 0 0 100%;
  }

  .about-policy-img {
    margin: 30px 0 0;
    text-align: center;
  }

  .about-policy-detail h3,
  .about-policy-detail h3::before {
    font-size: 24px;
  }

  .about-policy-detail p {
    font-size: 14px;
  }

}/* max-width: 1024px */


@media screen and (max-width: 667px) {

  /* 理念 */
  .about-philosophy-section {
    margin: 50px 0;
  }

  .about-philosophy-detail p {
    font-size: 14px;
  }

  .about-philosophy-detail p br {
    display: none;
  }

  /* 医師紹介 */
  .about-doctor-detail h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .about-doctor-detail p {
    font-size: 14px;
  }

  /* 経歴 */
  .about-career-section {
    margin: 0 0 50px;
  }

  .about-career-cont {
    padding: 20px;
  }

  .about-career-detail h2 {
    margin: 0 0 15px;
  }

  .about-career-list li {
    font-size: 13px;
    line-height: 1.3;
  }

  .about-career-list li:not(:last-child) {
    margin: 0 0 10px;
  }

  /* 方針 */
  .about-policy-section h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .about-policy-section h2::after {
    width: 100px;
  }

  .about-policy-detail h3,
  .about-policy-detail h3::before {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .about-policy-detail p br {
    display: none;
  }

}/* max-width: 667px */
