@charset "UTF-8";

.inline-block {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* ----------------------------------------
基本フォント
---------------------------------------- */
.f-zen {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* ----------------------------------------
基本レイアウト
---------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.l-container-wide {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 1530px) {
  .l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ------------------------------------
メインコンテンツ KV
-------------------------------------- */
.l-kv {
  position: relative;
}

.main-kv-img {
  position: relative;
  padding: 15px 15px 0 15px;
}

.main-kv-img::after {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 20px);
  background: #3ba986;
  background: linear-gradient(90deg, rgba(59,169,134,1) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.main-kv-slider {
  width: 100%;
  margin: 0 auto;
}

.main-kv-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.kv-slider img {
  width: 100%;
}

.kv-slider .slick-slide {
  height: auto !important;
}

.kv-slider .slick-prev {
  left: 0 !important;
}

.kv-slider .slick-next {
  right: 0 !important;
}

.kv-slider .slick-arrow {
  z-index: 2 !important;
}

.main-kv-slider .slick-dots {
  width: 50px;
  right: 0;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.main-kv-text {
  position: absolute;
  bottom: 30%;
  left: 130px;
  z-index: 2;
}

.main-kv-text h1.kv-catch {
  font-size: clamp(2.0rem, 3vw, 4.0rem);
  color: #FFF;
}

.main-kv-text h1.kv-catch span {
  display: block;
}

.main-kv-text h1.kv-catch span:nth-child(2) {
  padding-top: 30px;
}


@media screen and (max-width: 1180px) {
  .main-kv-text h1.kv-catch span:nth-child(2) {
    padding-top: 100px;
  }
}


/* ------------------------------------
下層コンテンツ KV
-------------------------------------- */
.l-kv-detail {
  position: relative;
}

.p-kv-detail-img {
  padding: 15px 15px 0 15px;
  background: #FFF;
}

.l-kv-detail::before {
  content: '';
  width: 1500px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*KV タイトル*/
.p-kv-container {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
}

.p-kv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.p-kv-title__en {
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: clamp(3.0rem, 4.5vw, 6.0rem);
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.p-kv-title__ja {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.6rem, 2.0vw, 2.6rem);
  margin-top: 10px;
  margin-left: 150px;
}

@media screen and (max-width: 1650px) {
  .l-kv-detail::before {
    width: 90%;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-kv-detail::before {
    width: 80%;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kv-title__ja {
    margin-left: 0;
  }

  .main-kv-news .news-data {
    padding-right: 5px;
  }
}

/* 見出し
====================================== */
/*メインタイトル*/
.sec-ttl {
  position: relative;
  margin-top: -30px;
  padding-bottom: 15px;
}

.sec-ttl__main {
  font-size: clamp(3.6rem, 12vw, 19.0rem);
  color: rgba(203, 207, 199, 0.2);
  text-align: center;
  line-height: 1;
}

.sec-ttl__text {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(1.8rem, 3vw, 4.0rem);
  color: #3ba986;
  padding-right: 130px;
}

.sec-ttl__text.t-center {
  left: 0;
  margin: 0 auto;
}

.en {
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.jp {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.f-DIN {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .sec-ttl__text {
    padding-right: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .sec-ttl__text {
    position: relative;
  }
}

/* タイトル下テキスト */
.lead-text {
  text-align: center;
  margin-top: 35px;
  line-height: 2;
}

/*横配置タイトル*/
.sec-ttl02 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 100px;
}

.sec-ttl02__en {
  display: inline-block;
  background: #FFF;
  padding-right: 30px;
  font-size: clamp(3.0rem, 5.0vw, 7.0rem);
  color: #333;
}

.sec-ttl02__jp {
  display: inline-block;
  background: #FFF;
  padding-left: 30px;
  font-size: clamp(1.4rem, 1.8vw, 2.0rem);
  color: #9B9B9B;
}

.sec-ttl03__en {
  display: inline-block;
  font-size: 4.0rem;
  padding-bottom: 30px;
}

.img-icon {
  padding-right: 10px;
}

.fc-green {
  color: #333;
}

.fc-gray {
  color: #7E7E7E;
}


@media screen and (max-width: 767px) {
  .sec-ttl02 {
    display: block;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sec-ttl02__en {
    padding-right: 0;
  }

  .sec-ttl02::before {
    content: none;
  }

  .sec-ttl02__jp {
    padding-left: 0;
  }
}


/* 導入
====================================== */
.l-lead {
  padding-bottom: 60px;
}

/* チェックリスト
====================================== */
ul.dr-images__list li,
ul.flow-point__list li {
  display: flex;
  align-items: center;
  background: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}

ul.dr-images__list li span.dr-cat,
ul.flow-point__list li span.flow-cat {
  background: #AFC42D;
  color: #FFF;
  font-size: clamp(2.4rem, 2.5vw, 3.0rem);
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
  margin-right: 30px;
}

ul.dr-images__list li span.dr-cat::before,
ul.flow-point__list li span.flow-cat::before {
  content: "Check";
  font-size: clamp(1.6rem, 1.8vw, 2.0rem);
  position: absolute;
  top: 7px;
  left: 15px;
}

@media screen and (max-width: 991px) {

  ul.flow-point__list li,
  ul.flow-point__list li span.flow-cat {
    display: block;
  }

  ul.flow-point__list li {
    padding: 15px;
  }

  ul.flow-point__list li p {
    padding: 10px;
  }

  ul.flow-point__list li span.flow-cat {
    margin-right: 0;
  }
}


@media screen and (max-width: 480px) {

  ul.dr-images__list li,
  ul.flow-point__list li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* スライダー共通
====================================== */
.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 100vh;
}

/* メニューパネル
====================================== */
.menu-panel {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  margin-top: 100px;
}

.menu-panel>div {
  width: 33.3%;
  position: relative;
  transition: 0.5s;
}

.menu-panel>div.panel-menu01,
.menu-panel>div.panel-menu02,
.menu-panel>div.panel-menu03 {
  background-size: cover;
  background-position: top center;
  height: 145px;
  transition: transform 0.5s ease;
}

.menu-panel>div.panel-menu01 a:hover,
.menu-panel>div.panel-menu02 a:hover,
.menu-panel>div.panel-menu03 a:hover {
  background: rgba(186, 209, 44, 0.4);
}

.menu-panel>div.panel-menu01 {
  position: relative;
  background-image: url("../images/common/panel-menu01.jpg");
}

.menu-panel>div.panel-menu02 {
  position: relative;
  background-image: url("../images/common/panel-menu02.jpg");
}

.menu-panel>div.panel-menu03 {
  position: relative;
  background-image: url("../images/common/panel-menu03.jpg");
}

.menu-panel>div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-panel>div a span {
  margin: 0 auto;
  padding: 10px 25px;
  background: rgba(186, 209, 44, 0.8);
  max-width: 300px;
  color: #FFF;
  font-size: 2.0rem;
  text-align: center;
}


@media screen and (max-width: 1280px) {
  .menu-panel {
    padding-left: 0;
    padding-right: 0;
    column-gap: 15px;
  }

  .menu-panel>div a span {
    padding: 7px 15px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-panel>div a span {
    padding: 7px 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .menu-panel {
    display: block;
  }

  .menu-panel>div.panel-menu01,
  .menu-panel>div.panel-menu02,
  .menu-panel>div.panel-menu03 {
    height: 125px;
    margin-bottom: 5px;
  }

  .menu-panel>div {
    width: 100%;
  }
}


/* コンテンツスタイル　============================================================== */

/* TOP
====================================== */

.l-top-intro {
  position: relative;
}

.top-intro-wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 100px;
}

.top-intro-title {
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  width: 35%;
  margin-top: -60px;
}

.top-intro-text {
  width: 60%;
}

@media screen and (max-width: 1280px) {
  .top-intro-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .top-intro-wrap {
    display: block;
  }

  .top-intro-title {
    padding-bottom: 20px;
  }

  .top-intro-title,
  .top-intro-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-intro-title {
    margin-top: 0;
  }
}


/* CLINIC POINT */
.l-clinic-point {
  position: relative;
  margin-bottom: 50px;
}

.shape-top-point {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}


/* ブログ */
.l-top-hit-item {
  padding-top: 60px;
}

.top-hit-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-hit-item-wrap .top-hit-item-list {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.top-hit-item-wrap .top-hit-item-list a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.top-hit-item-wrap .top-hit-item-list img {
  padding-bottom: 20px;
}

.top-hit-item-wrap .top-hit-item-list p {
  padding: 5px;
}

.hit-item__title {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
}

.hit-item__cat {
  padding: 2px 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 1.2rem;
}

.cat-01 {
  background: #ca96b7;
}
@media screen and (max-width: 767px) {
  .top-hit-item-wrap .top-hit-item-list {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }

  .top-hit-item-wrap .top-hit-item-list p {
    padding: 5px 0;
  }


}


/* スタッフ紹介
====================================== */
.l-staff-info {
  padding-bottom: 100px;
}

.staff-info__box {
  max-width: 1390px;
  margin: 0 auto;
}

.staff-info__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
  padding-bottom: 60px;
  column-gap: 50px;
}

.staff-img {
  position: relative;
  width: 38%;
}

.staff-number,
.staff-number-dh {
  color: #333;
  font-size: 6.0rem;
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.staff-number {
  position: absolute;
  top: -50px;
  left: 45px;
  z-index: 3;
}

.staff-number-dh {
  position: absolute;
  top: -50px;
  left: 75px;
}

.staff-number::before {
  content: "Doctor";
  font-size: 1.4rem;
}

.staff-number-dh::before {
  content: "DH";
  font-size: 1.4rem;
}

.staff-img figure {
  position: relative;
}

.staff-neme {
  background: #838383;
  color: #FFF;
  font-size: clamp(1.6rem, 2.0vw, 2.2rem);
  padding: 15px 25px;
  position: absolute;
  bottom: 50px;
  right: 10px;
}

.staff-neme span {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding-right: 10px;
}

.staff-inner {
  position: relative;
  width: 62%;
  padding-top: 35px;
  padding-bottom: 35px;
}

h2.staff-info-message {
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  padding: 5px 25px;
  border-left: 3px solid #333;
  margin-bottom: 45px;
}

.staff-inner p {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .staff-neme {
    padding: 7px 15px;
    bottom: 15px;
    right: 0;
  }

  .staff-number,
  .staff-number-dh {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {

  .staff-info__wrap {
    display: block;
    margin-top: 60px;
  }

  .staff-number,
  .staff-number-dh {
    font-size: 3.5rem;
  }

  .staff-number {
    top: -35px;
    left: 10px;
  }

  .staff-inner {
    width: 100%;
  }

  .staff-img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }

}

@media screen and (max-width: 480px) {
  h2.staff-info-message {
    padding: 5px 15px;
    margin-bottom: 25px;
  }

  .staff-img {
    max-width: 250px;
  }
}

/*プロフィール*/
.staff-prof {
  border: 4px solid #DCDCDC;
  padding: 100px 200px;
  position: relative;
}

.staff-prof-cat {
  color: #3ba986;
  font-size: clamp(2.0rem, 2.3vw, 2.5rem);
  position: absolute;
  top: -25px;
  left: 50px;
}

.staff-prof-cat span.cat {
  background: #333;
  color: #FFF;
  padding: 5px 15px;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
}

.staff-prof-cat span.inline-block {
  background: #FFF;
  padding: 5px 15px;
  margin-top: 5px;
}

.staff-prof-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}

.staff-prof-inner>div {
  width: 50%;
}

.staff-prof-inner h4.prof-type {
  color: #3ba986;
  font-size: clamp(1.8rem, 1.8vw, 2.0rem);
  margin-bottom: 10px;
}

.prof-list {
  padding-left: 45px;
  line-height: 2;
}

.staff-other {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  column-gap: 20px;
}

.staff-other>div {
  width: 45%;
}

.staff-other>div .staff-info__wrap {
  flex-direction: column;
}

.staff-other>div .staff-info__wrap .staff-img,
.staff-other>div .staff-info__wrap .staff-inner {
  width: 100%;
}

.staff-other>div .staff-info__wrap .staff-img img {
  display: block;
  margin: 0 auto;
}

.staff-other>div .staff-prof {
  padding: 50px;
}

.staff-other>div .staff-prof .staff-prof-inner {
  display: block;
}

.staff-other>div .staff-prof .staff-prof-inner>div {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .staff-prof {
    padding: 100px 60px;
  }
}

@media screen and (max-width: 991px) {

  .staff-prof,
  .staff-other>div .staff-prof {
    padding: 40px 30px;
    margin-bottom: 130px;
  }

  .staff-prof-cat {
    left: 25px;
  }

  .prof-list {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .staff-prof-inner h4.prof-type {
    margin-top: 15px;
  }

  .staff-other>div {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .l-staff-info {
    padding-bottom: 0;
  }

  .staff-prof-inner,
  .staff-other {
    display: block;
  }

  .staff-prof-inner>div {
    width: 100%;
  }

  .staff-prof,
  .staff-other>div .staff-prof {
    padding: 40px 15px;
    margin-bottom: 100px;
  }

  .staff-info__wrap {
    padding-bottom: 30px;
    column-gap: 30px;
  }
}



/* ------------------------------------
下層コンテンツ 治療の流れ
-------------------------------------- */
/*clinic point*/
.l-flow-info {}

.l-flow-info__item,
.flow-info__item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-flow-info__item {
  margin-bottom: 45px;
}

.flow-info__item-wrap .flow-title-pc,
.flow-title-sp {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  color: #AFC42D;
  font-size: clamp(1.6rem, 1.8vw, 2.0rem);

}

.flow-info__item-wrap .flow-title-pc {
  display: block;
  text-align: center;
}

.flow-title-sp {
  display: none;
}

.flow-info__item-wrap .flow-img {
  position: relative;
}

.flow-info__item-wrap .flow-img span.flow-number {
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #FFF;
  padding: 10px 20px;
  font-size: 2.0rem;
}

.l-flow-info__item .flow-text {
  padding: 15px 45px;
  width: 60%;
}


@media screen and (max-width: 991px) {
  .flow-info__item-wrap .flow-title {
    padding-left: 0;
  }

  .l-flow-info__item .flow-text {
    padding: 0 15px;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .flow-info__item-wrap {
    display: block;
  }

  .flow-info__item-wrap .flow-title-pc {
    display: none;
  }

  .flow-title-sp {
    display: block;
    padding-bottom: 10px;
  }

  .l-flow-info__item .flow-text p {
    padding-left: 10px;
  }
}


/*clinic point*/
.l-flow-point {
  position: relative;
  background-image: url("../images/flow/bg-point.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  padding: 180px 9% 0;
}

.shape-flow-point {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.flow-point-inner {
  position: relative;
  margin: 0 auto;
}

.flow-point-list__wrap {
  margin: 0 auto;
  padding: 130px 0;
}

.flow-point-list__wrap img {
  display: block;
  margin: 0 auto;
}

.flow-point__list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}

.flow-point__list {
  width: 49%;
}

.flow-point__list li {
  background: #FFF;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 1.75;
  padding: 25px 0;
}

.btn-equipment {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  text-align: center;
  z-index: 3;
}

/*FAQ*/
.l-faq {
  padding-bottom: 100px;
}

/*FAQ 開閉十字付き*/
.acd li {
  margin: 10px 0;
}

.acd li span {
  padding-right: 30px;
}

/*アコーディオンタイトル*/
.acd-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: 500;
  padding: 25px 50px;
  transition: all .5s ease;
  background: #FAFAFA;
  color: #AFC42D;
  font-size: clamp(1.6rem, 1.8vw, 2.0rem);
}

/*アイコンの＋と×*/
.acd-title::before,
.acd-title::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #707070;
}

.acd-title::before {
  top: 48%;
  right: 50px;
  transform: rotate(0deg);
}

.acd-title::after {
  top: 48%;
  right: 50px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.acd-title.close::before {
  transform: rotate(0deg);
}

.acd-title.close::after {
  transform: rotate(-45deg);
  display: none;
}

/*アコーディオンで現れるエリア*/
.acd-box {
  display: none;
  /*はじめは非表示*/
  padding: 25px 50px;
  background: #FAFAFA;
}

.acd-box p {
  display: flex;
}


/* ------------------------------------
下層コンテンツ クリニックポリシー
-------------------------------------- */
/*policy*/
.l-policy {
  position: relative;
  background-image: url("../images/policy/bg-intro.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  padding: 180px 9% 150px;
}

.shape-policy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.policy-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.policy-list__wrap {
  max-width: 1500px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 130px 80px;
}

.policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
  gap: 30px;
}

.policy-list li h3 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.policy-list li {
  width: 48%;
  border-bottom: 1px dotted #707070;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.75;
  padding: 25px 10px;
}

.policy-list li:last-child,
.policy-list li:nth-child(6) {
  border-bottom: none;
}

.btn-guide {
  position: absolute;
  right: 90px;
  bottom: 150px;
}

@media screen and (max-width: 1280px) {
  .policy-list {
    gap: 30px 15px;
  }

  .policy-list__wrap {
    padding: 130px 20px;
  }
}

@media screen and (max-width: 767px) {
  .policy-list__wrap {
    padding: 80px 20px 130px;
  }

  .policy-list {
    display: block;
  }

  .policy-list li {
    width: 100%;
  }

  .policy-list li:nth-child(6) {
    border-bottom: 1px dotted #707070;
  }

  .btn-guide {
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {

  .l-policy {
    padding: 180px 15px 150px;
  }
}

/* ------------------------------------
下層コンテンツ 採用情報
-------------------------------------- */
/*当院の働きやすいPoint8*/
.l-clinic-point.top-point,
.l-clinic-point.recruit-point {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 9%;
}

.l-clinic-point.top-point {
  background-image: url("../images/top/bg-point.jpg");
}

.l-clinic-point.recruit-point {
  background-image: url("../images/recruit/bg-point.jpg");
}

.l-clinic-point.top-point {
  position: relative;
}

.clinic-point-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.clinic-point-inner h2.clinic-point {
  background: #FFF;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 60px;
  text-align: center;
}

.clinic-point__en {
  display: block;
  font-size: clamp(3.2rem, 6vw, 7.0rem);
  color: #333;
}

.clinic-point__jp {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  color: #333;
}

.clinic-point-list__wrap {
  max-width: 1100px;
  margin: -100px auto 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 130px 90px;
}

.clinic-point-list {}

.clinic-point-list li {
  border-bottom: 1px dotted #707070;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clinic-point-list li.no-border {
  border-bottom: none;
}

@media screen and (max-width: 1280px) {

  .clinic-point-list__wrap {
    padding: 130px 40px 60px;
  }

  .clinic-point-list {
    gap: 30px 15px;
  }

  .clinic-point-inner h2.clinic-point {
    width: 80%;
    margin: 0 auto;
    padding: 30px 15px;
  }

  .clinic-point-list__wrap {
    padding: 130px 20px 30px;
  }

}

@media screen and (max-width: 767px) {

  .l-clinic-point.top-point,
  .l-clinic-point.recruit-point {
    padding: 150px 15px;
  }

  .clinic-point-list {
    display: block;
  }

  .clinic-point-list li {
    width: 100%;
    padding-top: 20px;
  }

  .clinic-point-list li.no-border-left {
    border-bottom: 1px dotted #707070;
  }
}

/*院長ってどんな人？*/
.l-dr-images {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.dr-images__wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.dr-images__text {
  max-width: 900px;
  width: 100%;
}

.dr-images__img {
  padding-right: 15px;
}

.dr-images__img figure {
  position: relative;
}

.dr-name {
  background: #F5F5F5;
  max-width: 330px;
  width: 100%;
  padding: 30px;
  font-size: clamp(2.0rem, 2.3vw, 2.6rem);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.dr-name .prof {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .dr-name {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .dr-images__wrap {
    display: block;
  }

  .dr-images__img {
    max-width: 350px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .dr-images__img {
    max-width: 250px;
  }
}

/*先輩スタッフからのメッセージ*/
.staff-message {
  position: relative;
  padding: 160px 30px 0;
}

.staff-message::before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #333;
}

@media screen and (max-width: 480px) {
  .staff-message {
    padding: 60px 30px 0;
  }

}

/*コメントエリア*/
.slider-staff-message-text {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

.staff-name {
  color: #5F5E5E;
  font-size: 2.0rem;
  padding-bottom: 20px;
}

.thumb-staff-message .slick-slide img {
  transform: scale(.8);
  transition: transform .3s;
}

.thumb-staff-message .slick-slide.slick-center img {
  transform: scale(1);
}

.thumb-staff-message {
  margin: 20px 0 0;
}

.thumb-staff-message .slick-slide {
  cursor: pointer;
}

.thumb-staff-message .slick-slide:hover {
  opacity: .7;
}

.thumb-staff-message .slick-slide {
  margin: 0 5px;
}

.thumb-staff-message.slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .slider-staff-message-text {
    padding: 30px 0;
  }
}

/*募集要項*/
.l-joboffer {}

.tab-wrap {}

.tab-wrap ul {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.tab-btn {
  width: 50%;
  max-width: 396px;
  padding: 15px 45px 45px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  background: #FFF;
}

.tab-btn.show {
  background: #FAFAFA;
}

.offer-item {
  font-family: "Shippori Mincho B1", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.8rem, 2.3vw, 2.6rem);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
}

.offer-conditions {
  color: #849329;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
  padding: 20px;
}

.tab-contents dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}

.tab-contents dl dt,
.tab-contents dl dd {
  border-bottom: 1px dotted #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-contents dl dt {
  width: 25%;
  color: #AFC42D;
  padding-left: 45px;
}

.tab-contents dl dd {
  width: 74.9%;
  padding-right: 45px;
}

.tab-inner {
  padding: 15px 0 0 20px;
}



@media screen and (max-width: 767px) {
  .tab-contents.show {
    padding: 20px 0;
  }

  .tab-btn {
    padding: 15px 15px 35px;
  }

  .tab-contents dl {
    display: flex;
  }

  .tab-contents dl dt {
    width: 100%;
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }

  .tab-contents dl dd {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .tab-inner {
    padding: 15px 0 0 0;
  }
}

/*エントリーフォーム*/
.l-entry {
  position: relative;
  padding: 160px 30px 0;
}

/* ------------------------------------
下層コンテンツ  お知らせ／医院ブログ
-------------------------------------- */
.l-news {}

.news-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news-contents {
  width: calc(100% - 400px);
}

.news-list {}

.news-list .news-item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #AEAAA7;
}

.news-list .news-item:last-child {
  border-bottom: none;
}

.news-list .news-item a {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 180px;
  padding-left: 40px;
}

.news-list .news-item::before {
  content: "";
  background-image: url("../images/news-blog/icon-next.png");
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 40%;
  right: 60px;
}

.news-list .news-item a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.news-item__text-inner {
  padding-left: 15px;
}

.news-data-wrap {}

.news-data-wrap .news-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.news-item__cat {
  border-right: 2px solid #AFC42D;
  padding: 3px 20px 3px 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}

.news-item__date {
  color: #333;
  padding: 3px 0 3px 20px;
}

.news-list .news-item .news-item__img {
  padding-left: 40px;
}

.news-item__img img {
  max-width: 200px;
}

.news-list .news-item .news-item__text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sidebar {
  width: 380px;
}

.sidebar h2 {
  color: #AFC42D;
  font-size: 3.0rem;
  position: absolute;
  top: -30px;
  left: 40px;
}

.widget--sticky {
  position: sticky;
  top: 80px;
  /* スクロール時にビューポートの20px位置に達すると固定 */
  background: #F7F7F7;
  padding-top: 30px;
}

ul.sidebar-list li {
  position: relative;
}

ul.sidebar-list li a {
  display: block;
  padding: 25px 70px;
  border-bottom: 1px solid #DEDEDE;
}

ul.sidebar-list li:last-child a {
  border-bottom: none;
}

ul.sidebar-list li::before {
  content: '';
  width: 4px;
  height: 20px;
  display: inline-block;
  background: #AFC42D;
  position: absolute;
  top: 22px;
  left: 55px;
}

.page-nation {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-nation ul {
  display: flex;
  justify-content: space-around;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .sidebar {
    width: 280px;
  }

  .news-contents {
    width: calc(100% - 300px);
  }

  .news-list .news-item .news-item__img {
    padding-left: 20px;
  }

  .news-list .news-item a {
    padding-left: 15px;
    padding-right: 100px;
  }

  .news-list .news-item::before {
    right: 20px;
  }

  .news-item__img img {
    max-width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar {
    width: 180px;
  }

  .news-contents {
    width: calc(100% - 200px);
  }

  ul.sidebar-list li a {
    padding: 25px 15px 25px 25px;
  }

  ul.sidebar-list li::before {
    top: 28px;
    left: 10px;
  }

  .news-item__text-inner {
    padding-left: 0;
  }

  .news-item__img img {
    max-width: 80px;
  }

  .news-item__cat {
    padding: 3px 10px 3px 0;
  }

  .news-item__date {
    padding: 3px 0 3px 10px;
  }
}

@media screen and (max-width: 767px) {
  .news-wrapper {
    display: block;
  }

  .news-contents {
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-top: 45px;
  }

  .page-nation ul li img {
    max-width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .news-list .news-item a {
    padding-right: 45px;
  }

  .news-list .news-item::before {
    width: 30px;
    top: 30%;
    right: 7px;
  }
}