@charset "UTF-8";

.ui--tab {
  display: none;
}

.spacer--top20 {
  margin-top: 20px;
}

.tab-list {
  width: 70%;
}

.clinic-concept__lead-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

p.clinic-concept__lead {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  padding: 20px 60px;
  box-sizing: border-box;
  background: #E9F5FB;
}

.clinic-concept__col {
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 80px;
}

.clinic-concept__photo {
  width: 40%;
  clip-path: inset(0 0 0 round 0);
  overflow: hidden;
}

.clinic-concept__photo-main {
  object-fit: cover;
  height: 100%;
}

.clinic-concept__content {
  width: 55%;
}

.clinic-concept__catchcopy {
  font-size: 2.2rem;
  color: rgb(24, 140, 192);
}

.clinic-concept__features-title {
  width: 40%;
  min-width: 740px;
  font-size: 2.4rem;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
}

.clinic-concept__features-title::before,
.clinic-concept__features-title::after {
  display: block;
  content: '';
  border-top: 1px solid rgba(34, 68, 102, .2);
  flex: 1;
}

.clinic-concept__features-title::before {
  margin-right: 20px;
}

.clinic-concept__features-title::after {
  margin-left: 20px;
}

.clinic-concept__features {
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}

.clinic-concept__feature {
  width: 33%;
  background: rgb(241, 243, 245);
  padding: 40px 20px 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}

.clinic-concept__feature-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px;
}

.clinic-concept__feature-icon {
  width: 70px;
  position: absolute;
  top: -32.5px;
  left: 50%;
  transform: translate(-50%, 0);
}


/*----------------------------------------------------
  clinic-treatment
----------------------------------------------------*/
section.clinic-treatment {
  padding-top: 0;
}

.clinic-treatment__item {
  padding: 60px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.05));
}

.clinic-treatment__item:nth-of-type(n+2) {
  margin-top: 80px;
}

.clinic-treatment__title {
  font-size: 3rem;
  color: var(--font--dblue);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.clinic-treatment__sep {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.clinic-treatment__sep::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid rgba(34, 68, 102, 0.2);
  margin-right: 14px;
}

.clinic-treatment__col {
  align-items: flex-start;
}

.clinic-treatment__photo {
  width: 40%;
  position: relative;
  clip-path: inset(0 0 0 round 10px);
}

.clinic-treatment__photo-main {
  height: 100%;
  object-fit: cover;
}

.clinic-treatment__content {
  width: 55%;
}

p.clinic-treatment__lead {
  width: 90%;
  font-size: 1.8rem;
  margin: 0 auto 50px auto;
}

.nerve-block__result {
  background: #E9F5FB;
  padding: 2px 8px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 6px;
}

.clinic-treatment__subtitle {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #D1DFE5;
  margin-bottom: 10px;
}

.nerve-block__detail {
  justify-content: flex-start;
}

.nerve-block__photo {
  width: 30%;
}

.nerve-block__photo:not(:last-of-type) {
  margin-right: 14px;
}

.nerve-block__photo figcaption {
  font-size: 1.4rem;
}

.shockwave-result__list {
  padding: 20px;
  box-sizing: border-box;
  background: #E9F5FB;
  border-radius: 4px;
  margin-bottom: 20px;
}

.shockwave-result__item {
  display: flex;
  align-items: baseline;
  line-height: 1.4;
}

.shockwave-result__item:nth-of-type(n+2) {
  margin-top: 8px;
}

.shockwave-result__item>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #D1DFE5;
  border-radius: 50vh;
  flex-shrink: 0;
  margin-right: 10px;

}

.shockwave-feature__list {
  padding-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/*---
.target-disease__item:not(:last-of-type)::after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
  ---*/

.target-disease__list {
  margin-bottom: 20px;
}

.target-disease__item--main {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.target-disease__item--main::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #D1DFE5;
  border-radius: 50vh;
  margin-right: 5px;
}

.target-disease__item {
  background: #E0EDFF;
  padding: 2.5px 10px;
  border-radius: 4px;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
}

.clinic-treatment__item .link-btn {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}

/*----------------------------------------------------
  clinic-equipment
----------------------------------------------------*/
section.clinic-equipment {
  padding-top: 0;
}

.clinic-equipment__nav {
  margin-bottom: 30px;
}

.clinic-equipment__nav-list {
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.clinic-equipment__nav-item:not(:last-of-type) {
  margin-right: 10px;
}

.clinic-equipment__nav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 30px;
  background: #DDE5F0;
  border-radius: 6px;
  text-align: center;
  border-radius: 50vh;
  text-decoration: none;
  transition: background 0.2s ease;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
}

.clinic-equipment__nav-list a::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: url('../img/common/icon-arrow--down-gradi.svg');
  margin-left: 8px;
}

.clinic-equipment__nav-list a:hover {
  background: #EBF0F6;
}


.clinic-equipment__list {
  flex-wrap: wrap;
}

.clinic-equipment__item {
  width: 49.5%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.05));
}

.clinic-equipment__item:nth-of-type(n+3) {
  margin-top: 40px;
}

.clinic-equipment__name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--font--dblue);
  background: #E9F5FB;
  border-radius: 4px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.clinic-equipment__photo {
  width: 25%;
}

.clinic-equipment__photo-main {
  display: block;
}

figcaption {
  font-size: 1rem;
  text-align: center;
}

.clinic-equipment__text {
  width: 70%;
  letter-spacing: 0;
}

/*----------------------------------------------------
  clinic-director
----------------------------------------------------*/
section.clinic-director {
  padding-top: 0;
}

section.director-greeting {
  padding: 0;
  margin-bottom: 60px;
}

/*---director-greeting---*/
.clinic-director .l-inner {
  max-width: 1200px;
}

.director-greeting__title,
.director-publications__title {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(34, 68, 102, 0.2);
  margin-bottom: 30px;
}

.director-greeting__body {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.clinic-director__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.4;
  font-size: 1.2rem;
}

.clinic-director__name-text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 10px;
}

/*---director-info---*/
.director-info {
  margin: 0 auto 60px auto;
}

section.director-career,
section.director-qualification {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}

.director-career,
.director-qualification {
  background: rgba(240, 243, 248, .8);
}

.director-career {
  width: 65%;
}

.director-qualification {
  width: 32.5%;
}

.director-career__title,
.director-qualification__title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.director-career__title--second {
  margin-top: 14px;
}

.director-career__title::after,
.director-qualification__title::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid rgba(34, 68, 102, 0.1);
  margin-left: 10px;
}

.director-career__list,
.director-qualification__list {
  font-size: 1.4rem;
  padding-left: 20px;
  box-sizing: border-box;
}

.director-career__list--second {
  display: flex;
  flex-wrap: wrap;
}

.director-career__list--second .director-career__item {
  width: 49.5%;
}

/*---director-publications---*/
section.director-publications {
  padding: 0;
}

.director-publications__list {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

@media screen and (max-width:1360px) {
  .clinic-equipment__nav-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .clinic-equipment__nav-item {
    margin-bottom: 8px;
  }
}

@media screen and (max-width:1280px) {
  .tab-list {
    width: 75%;
  }

  /*---director---*/
  .clinic-director__name {
    flex-direction: column;
    align-items: flex-end;
    justify-content: initial;
    text-align: right;
  }
}

@media screen and (max-width:1024px) {
  .tab-list {
    width: 90%;
  }

  /*---concept---*/

  p.clinic-concept__lead {
    text-align: justify;
  }

  p.clinic-concept__lead br {
    display: none;
  }

  /*---equipment---*/
  .clinic-equipment__item {
    width: 100%;
  }

  .clinic-equipment__item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .clinic-equipment__inner {
    flex-direction: row;
  }

  .clinic-equipment__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }

  .clinic-equipment__name>span {
    font-size: 1.6rem;
  }

  .clinic-equipment__photo {
    width: 20%;
    margin: 0 auto;
  }

  .clinic-equipment__text {
    width: 75%;
  }

  .director-career__list--second .director-career__item {
    width: 100%;
  }

}

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

  /*---concept---*/
  .clinic-concept__lead-wrapper {
    width: 80%;
    margin: 0 auto 40px auto;
  }

  .clinic-concept__col {
    width: 80%;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }

  .clinic-concept__photo {
    width: 100%;
    margin-bottom: 30px;
  }

  .clinic-concept__photo-main {
    height: auto;
    object-fit: initial;
  }

  .clinic-concept__content {
    width: 100%;
  }

  .clinic-concept__features {
    flex-wrap: wrap;
  }

  .clinic-concept__feature {
    width: 49%;
  }

  .clinic-concept__feature:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .clinic-concept__feature:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }

  /*---treatment---*/
  .clinic-treatment__col {
    flex-direction: column;
  }

  .clinic-treatment__photo {
    width: 100%;
    margin-bottom: 30px;
  }

  .clinic-treatment__photo-main {
    height: auto;
    object-fit: initial;
  }

  .clinic-treatment__content {
    width: 100%;
  }

  .nerve-block__detail {
    justify-content: space-between;
  }

  .nerve-block__photo {
    width: 49%;
  }

  .nerve-block__photo:not(:last-of-type) {
    margin-right: initial;
  }
}

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

  /*---concept---*/
  .clinic-concept__lead-wrapper {
    width: 100%;
  }

  .clinic-concept__col {
    width: 100%;
    flex-direction: column;
  }

  .clinic-concept__features-title {
    width: 90%;
    min-width: initial;
  }

  /*---equipment---*/
  .clinic-equipment__nav-list {
    width: 100%;
    justify-content: space-between;
  }

  .clinic-equipment__nav-item {
    width: 33%;
  }

  .clinic-equipment__nav-item:not(:last-of-type) {
    margin-right: 0;
  }

  /*---clinic-director---*/
  .clinic-director__name-text {
    font-size: 2rem;
  }

  section.director-career,
  section.director-qualification {
    width: 48%;
  }

}

@media screen and (max-width:680px) {
  .tab-list {
    width: 100%;
  }

  /*---concept---*/
  .clinic-concept__feature {
    width: 100%;
  }

  .clinic-concept__feature:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /*---treatment---*/

  .clinic-treatment__title {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .clinic-treatment__title>span {
    font-size: 2.4rem;
  }

  /*---equipment---*/
  .clinic-equipment__nav-list {
    width: 85%;
  }

  .clinic-equipment__nav-item {
    width: 49%;
  }

  /*---clinic-director---*/
  section.director-greeting {
    margin-bottom: 40px;
  }

  .director-greeting__body {
    width: 100%;
    margin-bottom: 30px;
  }

  .director-info {
    flex-direction: column;
  }

  section.director-career,
  section.director-qualification {
    width: 100%;
  }

  section.director-career {
    margin-bottom: 20px;
  }
}

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

  /*---concept---*/
  p.clinic-concept__lead {
    padding: 20px;
    font-size: 1.4rem;
  }

  .clinic-concept__catchcopy {
    font-size: 1.8rem;
    text-align: center;
  }

  .clinic-concept__catchcopy .ui--sp {
    display: block;
  }

  .clinic-concept__features-title {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .clinic-concept__features-title::before {
    margin-right: 10px;
  }

  .clinic-concept__features-title::after {
    margin-right: 10px;
  }

  .clinic-concept__feature-title {
    font-size: 1.6rem;
  }

  .clinic-concept__feature-icon {
    width: 50px;
    position: absolute;
    top: -25px;
  }

  .clinic-concept__feature-title .ui--sp {
    display: block;
  }

  /*---treatment---*/
  .clinic-treatment__item {
    padding: 30px 20px;
  }

  .clinic-treatment__item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .clinic-treatment__title {
    font-size: 2.4rem;
  }

  .clinic-treatment__title>span {
    font-size: 1.8rem;
  }

  .clinic-treatment__sep {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  p.clinic-treatment__lead {
    font-size: 1.6rem;
    width: 97.5%;
    margin-bottom: 30px;
  }

  .nerve-block__result {
    display: block;
    margin-top: 4px;
  }

  .clinic-treatment__subtitle {
    font-size: 1.8rem;
  }

  .shockwave-result__list {
    padding: 20px 14px 20px 7px;
  }

  .shockwave-result__item>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }

  /*---equipment---*/
  .clinic-equipment__nav {
    width: 100%;
  }

  .clinic-equipment__nav-list {
    width: 100%;
  }

  .clinic-equipment__nav-item {
    width: 49.5%;
  }

  .clinic-equipment__nav-list a {
    padding: 0.6em 0;
    position: relative;
  }

  .clinic-equipment__nav-list a::after {
    position: absolute;
    top: 55%;
    right: 8px;
    transform: translate(0, -50%);
  }

  .clinic-equipment__item {
    padding: 20px 20px 30px 20px;
  }

  .clinic-equipment__name {
    margin-bottom: 10px;
  }

  .clinic-equipment__inner {
    flex-direction: column;
  }

  .clinic-equipment__photo {
    width: 100%;
    margin-bottom: 14px;
  }

  .clinic-equipment__text {
    width: 100%;
  }

  .director-info {
    margin-bottom: 40px;
  }

  /*---clinic-director---*/
  .director-greeting__title,
  .director-publications__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .clinic-director__name-text {
    font-size: 1.8rem;
  }

  .director-publications__item {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}