/* ======================================================================
 p-single-doctor
====================================================================== */
.l-content {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 80px;
  }
}

.message {
  position: relative;
  z-index: 0;
  padding: 130px 0 100px;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 100px 0 60px;
  }
}
.message:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1126px;
  height: calc(100% - 80px);
  border-radius: 40px 40px 0 0;
  background: #f3fff0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .message:before {
    width: 100vw;
    height: calc(100% - 50px);
    border-radius: 0 60px 0 0;
  }
}
.message:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1126px;
  height: 135px;
  background: url(../img/p-single-doctor/message-bg.svg) no-repeat center/100% 100%;
  content: "";
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .message:after {
    min-width: 375px;
    width: 100vw;
    height: 96px;
    background: url(../img/p-single-doctor/sp/message-bg.svg) repeat-x center/100% 100%;
  }
}
.message .c-title-1 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .message .c-title-1 {
    top: -30px;
  }
}
.message__grid {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 380px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .message__grid {
    grid-template-columns: 100%;
    gap: 30px;
    justify-items: center;
  }
}
.message__thumbnail {
  position: relative;
  z-index: 0;
  max-width: 100%;
  width: 380px;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .message__thumbnail {
    margin: 30px auto 0;
    width: 260px;
    height: 260px;
  }
}
.message__thumbnail:before {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 1;
  content: url(../img/p-single-doctor/thumb-icon.svg);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .message__thumbnail:before {
    top: 30px;
    content: url(../img/p-single-doctor/sp/thumb-icon.svg);
  }
}
.message__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}
.message__lead,
.message__lead p {
  font-weight: bold;
  font-size: 20px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .message__lead,
.message__lead p {
    font-size: 16px;
    line-height: 2.5;
  }
}
.message__lead em {
  color: #21986c;
}
.message__content {
  margin: 60px auto 0;
  padding: 40px;
  width: 100%;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .message__content {
    margin: 40px auto 0;
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.message__content,
.message__content p {
  font-size: 16px;
  line-height: 1.75;
}
.message__content p + p {
  margin-top: 15px;
}
.message__content em {
  color: #21986c;
  font-weight: bold;
}

.career {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .career {
    padding: 80px 0 110px;
  }
}
.career .c-title-1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .career .c-title-1 {
    margin-top: 0;
  }
}
.career__lead {
  margin: 40px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .career__lead {
    text-align: left;
  }
  .career__lead br {
    display: none;
  }
}
.career__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .career__fields {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.career__field {
  overflow: hide;
  overflow: hidden;
  border-radius: 10px;
  background: #faf7f2;
}
.career__field:nth-child(2) .career__field-title:before {
  content: url(../img/p-single-doctor/field-icon-2.svg);
}
.career__field-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  background: #21986c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5909090909;
}
@media screen and (max-width: 767px) {
  .career__field-title {
    gap: 9px;
    height: 48px;
    font-size: 20px;
    line-height: 1.45;
  }
}
.career__field-title:before {
  content: url(../img/p-single-doctor/field-icon-1.svg);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .career__field-title:before {
    -webkit-transform: scale(0.9375);
    transform: scale(0.9375);
  }
}
.career__field-list {
  display: grid;
  gap: 15px;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .career__field-list {
    padding: 15px;
  }
}
.career__field-list > * {
  position: relative;
  z-index: 0;
  padding-left: 29px;
  width: 100%;
}
.career__field-list > *::before {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #21986c;
  content: "";
}
.career__list {
  margin: 40px auto 0;
  padding: 30px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .career__list {
    margin: 25px auto 0;
  }
}
.career__list tr {
  border-bottom: solid 2px #d9d2d0;
}
@media screen and (max-width: 767px) {
  .career__list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}
.career__list td {
  padding: 20px 10px 20px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .career__list td {
    padding: 0 0 15px;
  }
}
.career__list th {
  padding: 20px 10px;
  width: 165px;
  color: #21986c;
  font-weight: bold;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .career__list th {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.story {
  position: relative;
  z-index: 0;
  padding: 130px 0 80px;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 95px 0 40px;
  }
}
.story:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-radius: 0 180px 0 0;
  background: #f3fff0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .story:before {
    width: 100vw;
    border-radius: 0 60px 0 0;
  }
}
.story .c-title-1 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .story .c-title-1 {
    top: -30px;
  }
}
.story__content,
.story__content p {
  font-size: 16px;
  line-height: 1.75;
}
.story__content * + p {
  margin-top: 15px;
}
.story__content em {
  color: #21986c;
  font-weight: bold;
}
.story .image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .story .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.story .image-text:not(:first-child) {
  margin-top: 40px;
}
.story .image-text > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.story .image-text p:has(img) {
  margin-top: 0;
}
.story .image-text p:empty {
  display: none;
}
.story .image-text img {
  display: block;
  max-width: 40vw;
  width: 500px;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .story .image-text img {
    max-width: 100%;
  }
}
.story__button {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .story__button {
    margin: 30px auto 0;
  }
}

.is-fukuoka .l-main-visual:after {
  background-image: url(../img/common/mv-bg-2.svg);
}
.is-fukuoka .l-main-visual__title-en {
  color: #f5c010;
}
.is-fukuoka .c-title-1__en {
  color: #f5c010;
}
.is-fukuoka .message__thumbnail:before {
  content: url(../img/p-single-doctor/thumb-icon-2.svg);
}
@media screen and (max-width: 767px) {
  .is-fukuoka .message__thumbnail:before {
    content: url(../img/p-single-doctor/sp/thumb-icon-2.svg);
  }
}
.is-fukuoka .message:after {
  content: url(../img/p-single-doctor/message-bg-2.svg);
}
@media screen and (max-width: 767px) {
  .is-fukuoka .message:after {
    content: url(../img/p-single-doctor/sp/message-bg-2.svg);
  }
}
.is-fukuoka em {
  color: #e86037 !important;
}
.is-fukuoka .message:before,
.is-fukuoka .story:before {
  background: #fffcdb;
}
.is-fukuoka .message__lead em,
.is-fukuoka .message__content em,
.is-fukuoka .story__content em {
  color: #f5c010;
}
.is-fukuoka .career__field-title {
  background: #f5c010;
}
.is-fukuoka .career__field-list > *::before {
  background: #f5c010;
}
.is-fukuoka .career__list th {
  color: #f5c010;
}