@media only screen and (max-width: 767px) {
  .section-message {
    margin: 4rem auto; }
    .section-message_header {
      text-align: center;
      padding-bottom: 3rem; }
      .section-message_header-ttl {
        font-size: 2.4rem; }
      .section-message_header-en {
        font-size: 1.2rem;
        color: #003f37; }
    .section-message_inner {
      padding: 0 1.5rem 3rem; }
      .section-message_inner figure {
        margin-bottom: 2rem;
        text-align: center; }
        .section-message_inner figure img {
          border-radius: 1rem;
          width: 24rem;
          margin: 0 auto; }
        .section-message_inner figure figcaption {
          text-align: center;
          display: block;
          padding-top: 1.5rem; }
          .section-message_inner figure figcaption p {
            font-size: 1.3rem;
            padding-bottom: 1rem; }
            .section-message_inner figure figcaption p b {
              font-size: 1.8rem; }
            .section-message_inner figure figcaption p span {
              font-size: 1rem;
              display: block; }
      .section-message_inner > p {
        text-align: left;
        font-size: 1.3rem;
        padding-bottom: 2rem; }
        .section-message_inner > p strong {
          font-size: 1.8rem;
          font-weight: 700;
          color: #003f37; }
    .section-message_profile {
      padding: 3rem 1.5rem;
      text-align: left;
      background: #FBFBFB;
      position: relative; }
      .section-message_profile-ttl {
        font-size: 2.4rem;
        color: #666;
        text-align: center;
        padding-bottom: 2.5rem; }
      .section-message_profile dl div {
        position: relative;
        margin-bottom: 1.5rem;
        z-index: 1; }
        .section-message_profile dl div:after {
          content: "";
          width: 100%;
          height: .1rem;
          position: absolute;
          right: 0;
          top: 1.2rem;
          background: #eee;
          z-index: -1; }
        .section-message_profile dl div dt {
          position: absolute;
          left: 0;
          top: 0;
          font-weight: 500;
          font-size: 1.5rem;
          padding-right: 1rem;
          color: #999;
          text-align: left;
          background: #FBFBFB; }
        .section-message_profile dl div dd {
          font-size: 1.3rem;
          padding-top: 2.5rem; }
  .section-concept {
    position: relative;
    background: url("../../images/about/fig_concept_2.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 3rem 0 3rem;
    text-align: center;
    color: #fff; }
  .section-concept:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(155, 155, 155, 0.4);
    z-index: -1;
    clear: both; }
    .section-concept_ttl {
      font-size: 1.8rem;
      letter-spacing: .3rem;
      margin-bottom: 1.5rem; }
      .section-concept_ttl b {
        border-bottom: .1rem solid #fff;
        display: inline-block;
        padding: 0 .2rem; }
    .section-concept_inner {
      padding: 0 1.5rem; }
      .section-concept_inner p {
        font-size: 1.4rem;
        text-align: left;
        padding-bottom: 2rem; }
        .section-concept_inner p strong {
          font-size: 2rem;
          display: block;
          text-align: center; }
        .section-concept_inner p img {
          width: 24rem;
          margin: 0 auto;
          display: block; }
    .section-concept_btn {
      padding-top: 2rem; }
      .section-concept_btn a {
        width: 24rem;
        margin: 0 auto;
        display: block;
        background: #003f37;
        border-radius: 2.5rem;
        line-height: 5rem;
        color: #fff;
        font-size: 1.6rem; }
  .section-box {
    padding: 1.5rem 0 3rem 0;
    text-align: center; }
    .section-box_header {
      position: relative;
      height: 3.5rem;
      text-align: center;
      margin-bottom: 3rem; }
      .section-box_header-ttl {
        font-size: 2rem;
        line-height: 3.5rem;
        display: inline-block;
        position: relative; }
        .section-box_header-ttl span {
          font-size: 1.4rem; }
        .section-box_header-ttl:before {
          content: "";
          height: 3.5rem;
          width: 1rem;
          background: url("../../images/commons/bg_ttl-sp.png") no-repeat 0% 50%;
          background-size: 1rem auto;
          right: -2rem;
          top: 0;
          position: absolute;
          transform: scale(-1, 1); }
        .section-box_header-ttl:after {
          content: "";
          height: 3.5rem;
          width: 1rem;
          background: url("../../images/commons/bg_ttl-sp.png") no-repeat 0% 50%;
          background-size: 1rem auto;
          left: -2rem;
          top: 0;
          position: absolute; }
      .section-box_header-en {
        display: none; }
    .section-box_inner {
      padding: 0 1rem; }
      .section-box_inner dl {
        border-top: .1rem solid #eee; }
        .section-box_inner dl div {
          border-bottom: .1rem solid #eee;
          padding: 1rem .5rem;
          position: relative; }
          .section-box_inner dl div dt {
            font-size: 1.3rem;
            text-align: left;
            padding-bottom: .3rem; }
          .section-box_inner dl div dd {
            font-size: 1.3rem;
            text-align: left; }
            .section-box_inner dl div dd ul li {
              padding-left: 1rem;
              position: relative; }
              .section-box_inner dl div dd ul li:after {
                content: "";
                width: .3rem;
                height: .3rem;
                border-radius: 50%;
                background: #ccc;
                position: absolute;
                left: 0;
                top: 1.1rem; }
            .section-box_inner dl div dd table {
              border: .1rem solid #999;
              width: 100%; }
              .section-box_inner dl div dd table th {
                background: #eee;
                border: .1rem solid #999;
                text-align: center;
                padding: .5rem; }
              .section-box_inner dl div dd table td {
                background: #fff;
                border: .1rem solid #666;
                text-align: center;
                padding: .5rem;
                vertical-align: middle; }
              .section-box_inner dl div dd table tr td:nth-of-type(1) {
                text-align: left; }
                .section-box_inner dl div dd table tr td:nth-of-type(1) span {
                  font-size: .9rem;
                  display: inline-block;
                  line-height: 1.1; }
            .section-box_inner dl div dd p {
              font-size: 1.2rem;
              padding-top: 1rem; }
              .section-box_inner dl div dd p small {
                font-size: 1rem; }
    .section-box_slider {
      margin-bottom: 2.5rem; }
      .section-box_slider-item {
        width: 30rem;
        margin: 0 1rem; }
      .section-box_slider .slick-arrow {
        position: absolute;
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
        text-align: center;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        top: 50%;
        margin-top: -1.6rem;
        z-index: 2; }
      .section-box_slider .slick-next {
        right: 0; }
      .section-box_slider .slick-prev {
        left: 0; } }
@media only screen and (min-width: 768px) {
  .main-container_inner {
    width: 100%; }

  .section-message {
    width: 85rem;
    margin: 12rem auto; }
    .section-message_header {
      text-align: center;
      padding-bottom: 6rem; }
      .section-message_header-ttl {
        font-size: 3.6rem; }
      .section-message_header-en {
        font-size: 1.4rem;
        color: #003f37; }
    .section-message_inner {
      padding-bottom: 6rem; }
      .section-message_inner figure {
        float: right;
        margin-left: 3rem;
        margin-bottom: 1.5rem;
        width: 30rem; }
        .section-message_inner figure img {
          border-radius: 1rem; }
        .section-message_inner figure figcaption {
          text-align: center;
          display: block;
          padding-top: 1.5rem; }
          .section-message_inner figure figcaption p {
            font-size: 1.3rem;
            padding-bottom: 1rem; }
            .section-message_inner figure figcaption p b {
              font-size: 1.7rem; }
            .section-message_inner figure figcaption p span {
              font-size: 1rem;
              display: block; }
      .section-message_inner > p {
        text-align: left;
        font-size: 1.6rem;
        padding-bottom: 2rem; }
        .section-message_inner > p strong {
          font-size: 2.4rem;
          font-weight: 700;
          color: #003f37; }
    .section-message_profile {
      width: 85rem;
      margin: 0 auto;
      border-radius: 1.5rem;
      padding: 6.5rem 8rem;
      text-align: left;
      background: #FBFBFB;
      position: relative; }
      .section-message_profile-ttl {
        font-size: 3.2rem;
        color: #666;
        position: absolute;
        left: 3rem;
        top: -1em;
        line-height: 2; }
      .section-message_profile dl div {
        position: relative;
        padding-left: 10rem;
        margin-bottom: 2.5rem; }
        .section-message_profile dl div dt {
          width: 8rem;
          position: absolute;
          left: 0;
          top: 0;
          font-weight: 500;
          font-size: 1.6rem;
          color: #999;
          text-align: left; }
          .section-message_profile dl div dt:after {
            content: "";
            width: 3rem;
            height: .1rem;
            position: absolute;
            right: 0;
            top: 1.2rem;
            background: #eee; }
  .section-concept {
    position: relative;
    background: url("../../images/about/fig_concept_2.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 15rem 0 10rem;
    text-align: center;
    color: #fff; }
  .section-concept:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(155, 155, 155, 0.4);
    z-index: -1;
    clear: both; }
    .section-concept_ttl {
      font-size: 3.6rem;
      letter-spacing: .3rem;
      margin-bottom: 5rem; }
      .section-concept_ttl b {
        border-bottom: .1rem solid #fff;
        display: inline-block;
        padding: 0 .5rem; }
    .section-concept_inner p {
      font-size: 1.5rem;
      padding-bottom: 4rem; }
      .section-concept_inner p strong {
        font-size: 2.8rem; }
      .section-concept_inner p img {
        width: 31rem; }
    .section-concept_btn {
      padding-top: 2rem; }
      .section-concept_btn a {
        width: 24rem;
        margin: 0 auto;
        display: block;
        background: #003f37;
        border-radius: 2.5rem;
        line-height: 5rem;
        color: #fff;
        font-size: 1.6rem; }
  .section-box {
    padding: 8rem 0;
    text-align: center; }
    .section-box_header {
      background: url("../../images/commons/bg_ttl.png") no-repeat 0% 50%;
      background-size: 1rem auto;
      position: relative;
      height: 12.5rem;
      text-align: center;
      padding-top: 3.5rem;
      margin-bottom: 10rem;
      display: inline-block;
      min-width: 42rem; }
      .section-box_header-ttl {
        font-size: 3.2rem;
        line-height: 1.2; }
      .section-box_header-en {
        font-size: 1.4rem;
        color: #003f37;
        display: block; }
      .section-box_header:before {
        content: "";
        height: 12.5rem;
        width: 1rem;
        background: url("../../images/commons/bg_ttl.png") no-repeat 0% 50%;
        background-size: 1rem auto;
        right: 0;
        top: 0;
        position: absolute;
        transform: scale(-1, 1); }
    .section-box_inner {
      width: 90rem;
      margin: 0 auto; }
      .section-box_inner dl {
        border-top: .1rem solid #eee; }
        .section-box_inner dl div {
          border-bottom: .1rem solid #eee;
          padding: 2.4rem 0 2.4rem 15rem;
          position: relative; }
          .section-box_inner dl div dt {
            width: 15rem;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            padding: 2.4rem 0; }
          .section-box_inner dl div dd {
            text-align: left; }
            .section-box_inner dl div dd ul li {
              position: relative; }
              .section-box_inner dl div dd ul li:after {
                content: "";
                width: .3rem;
                height: .3rem;
                border-radius: 50%;
                background: #ccc;
                position: absolute;
                left: 0;
                top: 1.1rem; }
            .section-box_inner dl div dd table {
              border: .1rem solid #999;
              width: 100%; }
              .section-box_inner dl div dd table th {
                background: #eee;
                border: .1rem solid #999;
                text-align: center;
                padding: .5rem; }
              .section-box_inner dl div dd table td {
                background: #fff;
                border: .1rem solid #666;
                text-align: center;
                padding: 1.5rem;
                vertical-align: middle; }
              .section-box_inner dl div dd table tr td:nth-of-type(1) {
                text-align: left; }
                .section-box_inner dl div dd table tr td:nth-of-type(1) span {
                  font-size: 1rem; }
            .section-box_inner dl div dd p {
              font-size: 1.2rem;
              padding-top: 1rem; }
              .section-box_inner dl div dd p small {
                font-size: 1rem; }
    .section-box_slider-item {
      width: 48rem;
      margin: 0 2rem; }
    .section-box_slider .slick-arrow {
      position: absolute;
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      display: block;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      top: 50%;
      margin-top: -2rem;
      z-index: 2; }
    .section-box_slider .slick-next {
      right: 5%; }
    .section-box_slider .slick-prev {
      left: 5%; } }
      /* ===========================
   STAFF
   =========================== */
.section-staff{
  margin: 6rem 0 8rem;
}

.section-staff_header{
  text-align: center;
  margin-bottom: 3rem;
}

.section-staff_ttl{
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: .6rem;
}

.section-staff_en{
  display: block;
  font-size: 1.4rem;
  color: #003f37;
}

.section-staff_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

/* カード */
.staff-card{
  display: grid;
  grid-template-rows: auto 1fr;
}

.staff-card_media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.staff-card_body{
  padding: 2rem 0 0;
}

.staff-card_name{
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .4rem;
  color: #2a2a2a;
}

.staff-card_kana{
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.staff-card_role{
  font-size: 1.4rem;
  color: #7a2ca5; /* スクショの紫っぽい想定。不要なら消してOK */
  margin-bottom: 1.2rem;
}

.staff-card_desc{
  font-size: 1.5rem;
  line-height: 1.8;
}

/* SP：1カラム */
@media (max-width: 767px){
  .section-staff{
    margin: 4rem 0 6rem;
  }
  .section-staff_ttl{
    font-size: 2.4rem;
  }
  .section-staff_grid{
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .staff-card_body{
    padding-top: 1.5rem;
  }
  .staff-card_name{
    font-size: 2.2rem;
  }
  .staff-card_desc{
    font-size: 1.3rem;
  }
}

/* ===========================
   STAFF（section-boxに寄せる）
   =========================== */

/* PC */
@media only screen and (min-width: 768px) {

  .section-box--staff .section-staff{
    width: 85rem;          /* section-message(85rem)に寄せる */
    margin: 0 auto;
    display: flex;
    gap: 6rem;             /* 既存より少し品よく */
  }

  .section-box--staff .section-staff_item{
    width: calc(50% - 3rem);
    text-align: left;
  }

  .section-box--staff .section-staff_photo img{
    width: 100%;
    height: auto;
    border-radius: 1rem;   /* 既存と同じ */
    display: block;
  }

  .section-box--staff .section-staff_body{
    padding-top: 2rem;
  }

  .section-box--staff .section-staff_name{
    font-size: 2.8rem;     /* 強めの見出しサイズ */
    font-weight: 700;
    margin-bottom: .6rem;
    color: #2a2a2a;
  }

  .section-box--staff .section-staff_kana{
    font-size: 1.3rem;     /* 既存figcaptionの1.3に寄せる */
    padding-bottom: 1rem;
    color: #666;
  }

  .section-box--staff .section-staff_role{
    font-size: 1.3rem;
    font-weight: bold;       /* スクショ紫 */
    color: #003f37;
    padding-bottom: 1.2rem;
  }

  .section-box--staff .section-staff_desc{
    font-size: 1.4rem;     /* section-box内の文章に寄せる */
    line-height: 1.8;
    color: #333;
  }
}


/* SP */
@media only screen and (max-width: 767px) {

  .section-box--staff{
    padding: 1.5rem 0 3rem 0; /* section-boxと同じ */
  }

  .section-box--staff .section-staff{
    padding: 0 1.5rem;        /* section-message_inner と合わせる */
  }

  .section-box--staff .section-staff_item{
    text-align: left;
    padding-bottom: 3rem;      /* “カードごとの余白” ここ */
  }

  .section-box--staff .section-staff_photo img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    display: block;
  }

  .section-box--staff .section-staff_body{
    padding-top: 1.5rem;
  }

  .section-box--staff .section-staff_name{
    font-size: 2.4rem;         /* SP見出し */
    font-weight: 700;
    margin-bottom: .4rem;
    color: #2a2a2a;
  }

  .section-box--staff .section-staff_kana{
    font-size: 1.3rem;
    padding-bottom: .8rem;
    color: #666;
  }

  .section-box--staff .section-staff_role{
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 1rem;
    color: #003f37;
  }

  .section-box--staff .section-staff_desc{
    font-size: 1.3rem;         /* 既存pと一致 */
    line-height: 1.8;
    color: #333;
  }
}

/* ===========================
   院長写真（WPブロック画像）のズレ補正
   =========================== */
.section-editable-content figure,
.section-editable-content .wp-block-image{
  max-width: 100%;
}

.section-editable-content figure.aligncenter,
.section-editable-content .wp-block-image.aligncenter{
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/* 画像自体をコンテナ幅に追従 */
.section-editable-content figure img,
.section-editable-content .wp-block-image img{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

/* もし「幅が変に固定」されてる時の保険（is-resized対策） */
.section-editable-content figure.is-resized{
  width: 100% !important;
}