@charset "UTF-8";
/*------------------------------------------
  home
------------------------------------------*/
/* ========== MainVisual ========== */
.p-mv {
  z-index: 3;
}
.p-mv__inner {
  position: relative;
}
.p-mv .mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.p-mv .mv-text__lead img {
  width: clamp(255px, 39.765625vw, 509px);
}
.p-mv .mv-text__catch {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: clamp(11px, 1.71875vw, 22px);
  line-height: 1.6;
  margin-top: 1em;
}
.p-mv .mv-slider {
  position: relative;
}
.p-mv .mv-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.p-mv .mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-mv .mv-slider .swiper-slide {
  height: 100vh;
}
.p-mv .mv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-mv__inner {
    padding-bottom: 20vw;
  }
  .p-mv .mv-text {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    text-align: center;
  }
  .p-mv .mv-text__lead img {
    width: 68vw;
  }
  .p-mv .mv-text__catch {
    background: #036eb7;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    margin-top: 18.6666666667vw;
  }
  .p-mv .mv-slider .swiper-slide {
    height: 125.8666666667vw;
  }
}
/* ========== 当院の治療理念 ========== */
.p-philosophy {
  background: #ecf6ff;
  z-index: 1;
}
.p-philosophy__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding: clamp(70px, 10.9375vw, 140px) 0 clamp(45px, 7.03125vw, 90px);
}
.p-philosophy__head {
  -ms-order: 2;
  order: 2;
  width: 62%;
  margin-left: auto;
}
.p-philosophy__contents {
  -ms-order: 1;
  order: 1;
  width: 32%;
  position: relative;
}
.p-philosophy .philosophy-title {
  margin-bottom: clamp(20px, 3.125vw, 40px);
}
.p-philosophy .philosophy-lead {
  font-family: "EB Garamond", serif;
  font-size: clamp(22px, 3.515625vw, 45px);
  line-height: 1.4;
}
.p-philosophy .philosophy-text {
  margin-top: 1em;
}
.p-philosophy .philosophy-button {
  text-align: right;
  margin-top: 2em;
}
.p-philosophy .philosophy-image {
  position: absolute;
  width: clamp(302px, 47.1875vw, 604px);
  top: clamp(-50px, -3.90625vw, -25px);
  right: 0;
}
.p-philosophy .illust01 {
  top: clamp(-40px, -3.125vw, -20px);
  right: clamp(-18px, -1.40625vw, -9px);
}
.p-philosophy .illust02 {
  left: clamp(-20px, -1.5625vw, -10px);
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-philosophy__inner {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    padding: 13.3333333333vw 6.1333333333vw 20vw;
  }
  .p-philosophy__head {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .p-philosophy__contents {
    display: none;
  }
  .p-philosophy .philosophy-title {
    margin-bottom: 6.6666666667vw;
  }
  .p-philosophy .philosophy-lead {
    font-size: 7.0666666667vw;
    margin-bottom: 0.8em;
  }
  .p-philosophy .philosophy-text {
    margin-top: 1em;
  }
  .p-philosophy .philosophy-button {
    text-align: center;
    margin-top: 2em;
  }
  .p-philosophy .philosophy-image {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0 1em;
  }
  .p-philosophy .illust01 {
    top: 6.6666666667vw;
    right: 2.6666666667vw;
  }
  .p-philosophy .illust02 {
    display: none;
  }
}
/* ========== 院長メッセージ ========== */
.p-message {
  background: #ecf6ff;
  padding-bottom: clamp(65px, 10.15625vw, 130px);
}
.p-message__inner {
  padding: clamp(20px, 3.125vw, 40px) clamp(40px, 6.25vw, 80px) clamp(35px, 5.46875vw, 70px);
  border-radius: clamp(10px, 1.5625vw, 20px);
  background-image: url(../images/home/message-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-message__head {
  position: relative;
  padding-top: clamp(20px, 3.125vw, 40px);
  margin-bottom: clamp(18px, 2.8125vw, 36px);
}
.p-message .message-image {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(250px, 39.0625vw, 500px);
}
.p-message .message-image__sub {
  position: absolute;
  width: clamp(140px, 21.953125vw, 281px);
  left: clamp(-28px, -2.1875vw, -14px);
  bottom: clamp(-128px, -10vw, -64px);
}
.p-message .message-text {
  margin-top: 2em;
}
.p-message .message-author {
  margin-top: 1.5em;
}
.p-message .message-author__name {
  font-weight: bold;
  font-size: 156.25%;
  line-height: 1.2;
  margin-top: 0.2em;
}
.p-message .message-news {
  background: rgba(24, 128, 214, 0.5);
  border-radius: clamp(5px, 0.78125vw, 10px);
  max-width: clamp(500px, 78.125vw, 1000px);
  padding: clamp(20px, 3.125vw, 40px) clamp(23px, 3.59375vw, 46px);
  margin: auto;
  justify-content: space-between;
}
.p-message .message-news__thumb {
  width: 26%;
}
.p-message .message-news__main {
  width: 70%;
  color: #fff;
}
.p-message .message-news__label {
  margin-bottom: 1em;
}
.p-message .message-news__label p {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #1880d6;
}
.p-message .message-news__about {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #fff;
}
.p-message .message-news__aboutTitle {
  font-size: 125%;
  font-weight: bold;
}
.p-message .message-news__link {
  margin-top: 1.5em;
  justify-content: space-between;
  align-items: center;
}
.p-message .message-news__linkText {
  color: #fff;
  font-size: 125%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-message {
    padding: 0 3.2vw 20vw;
  }
  .p-message__inner {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-message__head {
    padding-top: 0;
    margin-bottom: 9.3333333333vw;
  }
  .p-message .message-image {
    position: static;
    width: 100%;
    margin-top: 1.5em;
  }
  .p-message .message-image__sub {
    display: none;
  }
  .p-message .message-text {
    margin-top: 1em;
  }
  .p-message .message-author {
    margin-top: 1.5em;
  }
  .p-message .message-author__name {
    font-size: 114%;
  }
  .p-message .message-news {
    border-radius: 1.3333333333vw;
    max-width: 100%;
    padding: 9.3333333333vw 4.8vw 5.3333333333vw;
  }
  .p-message .message-news__thumb {
    display: none;
  }
  .p-message .message-news__main {
    width: 100%;
  }
  .p-message .message-news__label {
    text-align: center;
  }
  .p-message .message-news__about {
    padding-bottom: 1em;
    margin-bottom: 0.5em;
  }
  .p-message .message-news__aboutTitle {
    font-size: 114%;
  }
  .p-message .message-news__image {
    text-align: center;
    margin-top: 1em;
  }
  .p-message .message-news__image img {
    width: 65%;
  }
  .p-message .message-news__link {
    justify-content: center;
  }
  .p-message .message-news__linkText {
    margin-top: 1em;
    font-size: 114%;
    width: 100%;
    text-align: center;
    -ms-order: 2;
    order: 2;
  }
  .p-message .message-news__linkButton {
    text-align: center;
    -ms-order: 1;
    order: 1;
  }
}
/* ========== 専門治療 ========== */
.p-treatment {
  padding: clamp(75px, 11.71875vw, 150px) 0 clamp(65px, 10.15625vw, 130px);
  background-image: url(../images/home/treatment-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-treatment__head {
  margin-bottom: clamp(30px, 4.6875vw, 60px);
}
.p-treatment__head .head-lead {
  margin-top: 1.5em;
}
.p-treatment .treatment-block {
  margin-bottom: 2em;
}
.p-treatment .treatment-block.--secondary {
  gap: 1em 2%;
}
.p-treatment .treatment-block.--tertiary {
  gap: clamp(6px, 0.9375vw, 12px) 1.333%;
}
.p-treatment .treatment-item {
  position: relative;
}
.p-treatment .treatment-item.--primary {
  background-color: #83c1d4;
  background-image: url(../images/home/treatment-primary-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: clamp(10px, 1.5625vw, 20px);
  padding: clamp(25px, 3.90625vw, 50px) clamp(32px, 5vw, 64px) clamp(30px, 4.6875vw, 60px);
  color: #fff;
}
.p-treatment .treatment-item.--primary .item-title {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: clamp(22px, 3.515625vw, 45px);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.p-treatment .treatment-item.--primary .item-lead {
  font-size: clamp(11px, 1.71875vw, 22px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-treatment .treatment-item.--primary .item-text {
  max-width: clamp(300px, 46.875vw, 600px);
}
.p-treatment .treatment-item.--primary .item-button {
  margin-top: 2em;
}
.p-treatment .treatment-item.--secondary {
  width: 32%;
  background-color: #fff;
  background-image: url(../images/common/illust03.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(145px, 22.65625vw, 290px);
  padding: clamp(17px, 2.65625vw, 34px) clamp(17px, 2.65625vw, 34px) clamp(48px, 7.5vw, 96px);
  border-radius: clamp(10px, 1.5625vw, 20px);
}
.p-treatment .treatment-item.--secondary .item-thumb {
  width: 62%;
  margin-bottom: clamp(10px, 1.5625vw, 20px);
}
.p-treatment .treatment-item.--secondary .item-title {
  font-size: 125%;
  color: #036eb7;
  font-weight: bold;
}
.p-treatment .treatment-item.--secondary .item-button {
  position: absolute;
  bottom: clamp(17px, 2.65625vw, 34px);
  right: clamp(17px, 2.65625vw, 34px);
}
.p-treatment .treatment-item.--tertiary {
  width: 24%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1em;
  gap: 1em;
  border-radius: clamp(5px, 0.78125vw, 10px);
}
.p-treatment .treatment-item.--tertiary .item-thumb {
  width: 30%;
}
.p-treatment .treatment-item.--tertiary .item-title {
  flex: 1;
  font-weight: bold;
}
.p-treatment .treatment-nav {
  margin-top: 3em;
  justify-content: center;
  gap: 1.5em;
}

@media only screen and (max-width: 767px) {
  .p-treatment {
    padding: 13.3333333333vw 0 20vw;
    background-color: #d2dfed;
    background-image: url(../images/home/treatment-bg-sp.png);
    background-position: center top;
    background-size: 100%;
  }
  .p-treatment__inner {
    padding: 0 3.2vw;
  }
  .p-treatment__head {
    padding: 0 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .p-treatment__head .head-lead {
    margin-top: 1em;
  }
  .p-treatment .treatment-block {
    margin-bottom: 0.5em;
  }
  .p-treatment .treatment-block.--secondary {
    gap: 0.5em 0;
  }
  .p-treatment .treatment-block.--tertiary {
    gap: 0.5em 0;
    padding: 0 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-treatment .treatment-item.--primary {
    background-size: 84%;
    border-radius: 2.6666666667vw;
    padding: 54.6666666667vw 6.4vw 8vw;
  }
  .p-treatment .treatment-item.--primary .item-title {
    font-size: 6.9333333333vw;
    margin-bottom: 0.3em;
  }
  .p-treatment .treatment-item.--primary .item-lead {
    font-size: 5.3333333333vw;
    margin-bottom: 0.5em;
  }
  .p-treatment .treatment-item.--primary .item-text {
    max-width: 100%;
  }
  .p-treatment .treatment-item.--primary .item-button {
    margin-top: 1em;
    text-align: center;
  }
  .p-treatment .treatment-item.--secondary {
    width: 100%;
    background-size: 65.3333333333vw;
    padding: 6.6666666667vw 6.6666666667vw 7.4666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-treatment .treatment-item.--secondary .item-thumb {
    margin-bottom: 0.5em;
  }
  .p-treatment .treatment-item.--secondary .item-title {
    font-size: 114%;
  }
  .p-treatment .treatment-item.--secondary .item-button {
    position: static;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .p-treatment .treatment-item.--tertiary {
    width: 100%;
    padding: 2.6666666667vw;
    gap: 1em;
    border-radius: 1.3333333333vw;
  }
  .p-treatment .treatment-item.--tertiary:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.0666666667vw 0 1.0666666667vw 2.6666666667vw;
    border-color: transparent transparent transparent #3e4958;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-treatment .treatment-item.--tertiary .item-thumb {
    width: 20%;
  }
  .p-treatment .treatment-nav {
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
}
/* ========== 患者さんに選ばれる6つの理由 ========== */
.p-reasons {
  padding: clamp(24px, 3.75vw, 48px) 0 clamp(65px, 10.15625vw, 130px);
  background: #f8f8f8;
}
.p-reasons__head {
  position: relative;
  text-align: center;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: clamp(85px, 13.28125vw, 170px);
  background-image: url(../images/home/reasons-head-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(508px, 79.375vw, 1016px);
  margin-bottom: clamp(37px, 5.859375vw, 75px);
}
.p-reasons__head .head-title {
  line-height: 1.5;
  font-size: clamp(22px, 3.515625vw, 45px);
}
.p-reasons__head .head-lead {
  margin-top: 1em;
}
.p-reasons .reasons-list {
  gap: clamp(45px, 7.03125vw, 90px) 6.5%;
}
.p-reasons .reasons-item {
  position: relative;
  width: 29%;
  padding-bottom: clamp(40px, 6.25vw, 80px);
}
.p-reasons .reasons-item__num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "EB Garamond", serif;
  font-size: clamp(32px, 5.078125vw, 65px);
  width: clamp(50px, 7.8125vw, 100px);
  height: clamp(50px, 7.8125vw, 100px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: linear-gradient(90deg, #3ab6ff 0%, #dfb5c8 100%);
}
.p-reasons .reasons-item__thumb {
  text-align: center;
}
.p-reasons .reasons-item__thumb img {
  width: 85%;
}
.p-reasons .reasons-item__title {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 1.5em;
  min-height: clamp(45px, 7.03125vw, 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reasons .reasons-item__title:after {
  content: "";
  height: 1px;
  width: 30%;
  background: #3e4958;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.p-reasons .reasons-item__title strong {
  font-size: 125%;
}
.p-reasons .reasons-item__button {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-reasons {
    padding: 13.3333333333vw 0 20vw;
  }
  .p-reasons__head {
    padding-top: 17.3333333333vw;
    background-position: center top;
    background-size: 88vw;
    margin-bottom: 8vw;
  }
  .p-reasons__head .head-title {
    font-size: 7.2vw;
  }
  .p-reasons .reasons-list {
    gap: 13.3333333333vw 0;
  }
  .p-reasons .reasons-item {
    width: 100%;
    padding-bottom: 0;
  }
  .p-reasons .reasons-item__num {
    left: 10.1333333333vw;
    font-size: 12.2666666667vw;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
  }
  .p-reasons .reasons-item__thumb {
    margin-bottom: 1em;
  }
  .p-reasons .reasons-item__thumb img {
    width: 62%;
  }
  .p-reasons .reasons-item__title {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    line-height: 1.6;
    height: auto;
    display: block;
  }
  .p-reasons .reasons-item__title strong {
    font-size: 114%;
  }
  .p-reasons .reasons-item__button {
    position: static;
    margin-top: 1em;
  }
}
/* ========== 初診個別相談 ========== */
.p-consulting {
  background: #79b5dc;
}
.p-consulting__inner {
  align-items: center;
}
.p-consulting__head {
  width: 45%;
  margin-left: auto;
  -ms-order: 2;
  order: 2;
}
.p-consulting__contents {
  width: 50%;
  -ms-order: 1;
  order: 1;
}
.p-consulting .consulting-text {
  color: #fff;
  margin-top: 1.5em;
}
.p-consulting .consulting-button {
  text-align: right;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .p-consulting {
    padding: 13.3333333333vw 0 0;
  }
  .p-consulting__inner {
    gap: 10.6666666667vw;
  }
  .p-consulting__head {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .p-consulting__contents {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .p-consulting .consulting-button {
    margin-top: 1.5em;
    text-align: center;
  }
  .p-consulting .consulting-img {
    padding: 0 3.4666666667vw;
  }
}
/* ========== ブログ ========== */
.p-blog {
  padding: clamp(50px, 7.8125vw, 100px) 0 clamp(60px, 9.375vw, 120px);
  background: #ecf6ff;
  overflow: hidden;
}
.p-blog__head {
  margin-bottom: clamp(15px, 2.34375vw, 30px);
}
.p-blog .blog-slider {
  overflow: visible;
}
.p-blog .blog-slider .swiper-pagination {
  position: static;
  margin-top: 2em;
}
.p-blog .blog-slider .swiper-pagination-bullet-active {
  background: #036eb7;
}

@media only screen and (max-width: 767px) {
  .p-blog {
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
  .p-blog__inner {
    padding: 0 3.2vw;
  }
  .p-blog__head {
    padding: 0 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-blog .blog-slider .swiper-pagination {
    margin-top: 1em;
  }
}
/* ========== 採用情報 ========== */
.p-recruit {
  padding: clamp(80px, 12.5vw, 160px) 0 clamp(75px, 11.71875vw, 150px);
}
.p-recruit__head {
  margin-bottom: clamp(40px, 6.25vw, 80px);
}
.p-recruit__head .head-lead {
  margin-top: 1em;
}
.p-recruit .recruit-image div {
  width: 25%;
}
.p-recruit .recruit-text {
  text-align: center;
  margin-top: 2em;
}
.p-recruit .recruit-nav {
  margin-top: 2em;
  gap: 0 0.8em;
  justify-content: center;
}
.p-recruit .recruit-nav a {
  width: 40%;
  border-radius: clamp(36px, 5.625vw, 72px);
  position: relative;
  overflow: hidden;
  padding: 3px;
}
.p-recruit .recruit-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.6s;
}
.p-recruit .recruit-nav a:hover {
  opacity: 1;
}
.p-recruit .recruit-nav a:hover:before {
  left: 100%;
}
.p-recruit .recruit-nav img {
  border-radius: clamp(34px, 5.390625vw, 69px);
  position: relative;
  z-index: 1;
}
.p-recruit .recruit-nav__button01 {
  background: #00b5ed;
}
.p-recruit .recruit-nav__button02 {
  background: linear-gradient(90deg, #0086cd 0%, #65b830 100%);
}
.p-recruit .illust {
  top: clamp(-180px, -14.0625vw, -90px);
  left: clamp(-140px, -10.9375vw, -70px);
}

@media only screen and (max-width: 767px) {
  .p-recruit {
    padding: 16vw 0 20vw;
  }
  .p-recruit__head {
    margin-bottom: 1em;
  }
  .p-recruit__head .head-lead {
    margin-top: 0.5em;
  }
  .p-recruit .recruit-image {
    padding: 0 0.5em;
  }
  .p-recruit .recruit-image div {
    width: 50%;
  }
  .p-recruit .recruit-text {
    text-align: left;
    margin-top: 1em;
  }
  .p-recruit .recruit-nav {
    margin: 1.5em auto 0;
    gap: 3.2vw 0;
    width: 90%;
  }
  .p-recruit .recruit-nav a {
    width: 100%;
    border-radius: 21.3333333333vw;
  }
  .p-recruit .recruit-nav a:before {
    content: none;
  }
  .p-recruit .recruit-nav img {
    border-radius: 20.5333333333vw;
  }
  .p-recruit .illust {
    top: -26.6666666667vw;
    left: -10.6666666667vw;
  }
}
/* ========== news ========== */
.p-news {
  padding: clamp(55px, 8.59375vw, 110px) 0 clamp(35px, 5.46875vw, 70px);
  background: #e9f0fe;
}
.p-news__head {
  margin-bottom: 1em;
}
.p-news__head img {
  width: auto;
  height: clamp(28px, 4.296875vw, 55px);
}
.p-news .news-button {
  text-align: right;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .p-news {
    padding: 14.6666666667vw 0;
  }
  .p-news__head {
    margin-bottom: 0.5em;
  }
  .p-news__head img {
    height: 7.7333333333vw;
  }
  .p-news__contents {
    padding: 0 4vw;
  }
  .p-news .news-button {
    text-align: center;
  }
}
/* ========== sns ========== */
.p-sns {
  padding: clamp(15px, 2.34375vw, 30px) 0 clamp(35px, 5.46875vw, 70px);
  background: #e9f0fe;
  border-top: 1px solid #fff;
}
.p-sns__head {
  margin-bottom: 1em;
}
.p-sns__head img {
  width: auto;
  height: clamp(28px, 4.375vw, 56px);
}

@media only screen and (max-width: 767px) {
  .p-sns {
    padding: 14.6666666667vw 0 22.6666666667vw;
  }
  .p-sns__head {
    margin-bottom: 0.5em;
  }
  .p-sns__head img {
    height: 7.7333333333vw;
  }
}
/* ========== clinic ========== */
.p-clinic {
  background-image: url(../images/home/clinic-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-clinic__inner {
  height: clamp(273px, 42.65625vw, 546px);
  align-items: center;
}
.p-clinic__map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-clinic__map iframe {
  width: 100%;
  height: 100%;
}
.p-clinic .clinic-info {
  color: #fff;
}
.p-clinic .clinic-info__title {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(19px, 2.96875vw, 38px);
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.p-clinic .clinic-info__title .sub {
  display: block;
  font-size: 60%;
}
.p-clinic .clinic-info__tel {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(12px, 1.796875vw, 23px);
  line-height: 1.6;
}
.p-clinic .clinic-info__tel a {
  color: #fff;
  font-size: clamp(15px, 2.34375vw, 30px);
}
.p-clinic .clinic-info__button {
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .p-clinic {
    background: none;
  }
  .p-clinic__inner {
    height: auto;
    padding: 0;
    display: block;
  }
  .p-clinic__map {
    width: 100%;
    height: 73.3333333333vw;
    position: static;
  }
  .p-clinic .clinic-info {
    padding: 9.3333333333vw 5.8666666667vw 8vw;
    background-image: url(../images/home/clinic-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    letter-spacing: 0;
  }
  .p-clinic .clinic-info__title {
    font-size: 5.6vw;
    margin-bottom: 0.5em;
  }
  .p-clinic .clinic-info__tel {
    font-size: 5.8666666667vw;
    margin: 0.2em 0;
  }
  .p-clinic .clinic-info__tel a {
    font-size: 6.9333333333vw;
  }
  .p-clinic .clinic-info__button {
    text-align: center;
    margin-top: 1em;
  }
}
/* ========== group ========== */
.p-group {
  padding: clamp(35px, 5.46875vw, 70px) 0 clamp(55px, 8.59375vw, 110px);
  background: #e9f0fe;
}
.p-group__head {
  margin-bottom: clamp(20px, 3.125vw, 40px);
}
.p-group .group-logo {
  text-align: center;
}
.p-group .group-logo img {
  width: clamp(310px, 48.515625vw, 621px);
}
.p-group .group-item {
  display: block;
  width: 33.333%;
  padding: 0 clamp(19px, 2.96875vw, 38px);
  border-right: 1px solid #76a1cb;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-group .group-item:first-child {
  border-left: 1px solid #76a1cb;
}
.p-group .group-item__label {
  text-align: center;
  background: #fff;
  font-size: 106.25%;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-radius: clamp(11px, 1.71875vw, 22px);
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.p-group .group-item__address {
  text-align: center;
  min-height: 3em;
  margin: 1em 0 0.5em;
}
.p-group .group-item__tel {
  font-weight: bold;
  text-align: center;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(11px, 1.796875vw, 23px);
}
.p-group .group-item__tel a {
  font-size: 130%;
}
.p-group .group-item__info {
  margin-top: 1em;
}
.p-group .group-item__info th {
  white-space: nowrap;
  text-align: right;
}
.p-group .group-item__info td {
  padding-left: 1em;
}
.p-group .group-item__info td span {
  font-size: 81.25%;
}

@media only screen and (max-width: 767px) {
  .p-group {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
  .p-group__head {
    margin-bottom: 4vw;
  }
  .p-group .group-logo img {
    width: 79.4666666667vw;
  }
  .p-group .group-item {
    width: 100%;
    padding: 1.5em 0;
    border-right: none;
    border-top: 1px solid #76a1cb;
    text-align: center;
  }
  .p-group .group-item:first-child {
    border: none;
    padding-top: 0;
  }
  .p-group .group-item:last-child {
    padding-bottom: 0;
  }
  .p-group .group-item__label {
    font-size: 3.7333333333vw;
    border-radius: 4.6666666667vw;
    width: 60vw;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .p-group .group-item__img img {
    width: 70.6666666667vw;
  }
  .p-group .group-item__address {
    min-height: auto;
    font-size: 3.7333333333vw;
  }
  .p-group .group-item__tel {
    font-size: 6.1333333333vw;
  }
  .p-group .group-item__tel a {
    font-size: 111%;
  }
  .p-group .group-item__info {
    margin: 0.5em auto 0;
    font-size: 3.7333333333vw;
  }
  .p-group .group-item__info td {
    text-align: left;
  }
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color: #3e4958 !important;
  font-size: 20px !important;
  border-radius: 32px !important;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  background: none !important;
  border: 2px solid #3e4958 !important;
  width: 263px !important;
  height: 65px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-size: 17px !important;
    width: 200px !important;
    height: 60px !important;
  }
}