@charset "UTF-8";

.c-lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.ui--tab {
  display: none;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  top: 70%;
  left: 0;
  background: linear-gradient(to bottom, rgba(205, 233, 246, 0), rgba(226, 242, 249, 1));
  z-index: -1;
}

h1 {
  width: 90%;
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  right: 8.25%;
  text-align: right;
  font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-weight: 500;
}

.l-col__fv {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.fv__image--main {
  width: 50%;
  position: relative;
  margin-left: 2.5%;
}

.fv__image--main::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 112%;
}

.fv__image--base {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv__image--text {
  width: 90%;
  position: absolute;
  bottom: 10%;
  left: -5%;
}

.fv__inner {
  width: 45%;
  padding-top: 120px;
  box-sizing: border-box;
}

.fv__box {
  width: 80%;
  margin: 0 auto 5dvh auto;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fv__ttl {
  font-size: 1.8vw;
  line-height: 1.4;
  align-items: flex-start;
  margin-left: 5vw;
  color: #188cc0;
}

.fv__ttl>span {
  display: inline-block;
  letter-spacing: .15em;
  font-weight: 500;
}

.fv__ttl>span:nth-of-type(2) {
  margin-right: 0.7vw;
  margin-top: 8dvh;
}

.fv__lead {
  margin-top: 7.5dvh;
  letter-spacing: .1em;
  font-size: 1.4vw;
}

.fv__slider--pc {
  width: 80%;
  margin: 0 auto 1dvh auto;
  overflow: hidden;
  position: relative;
}

.fv__slider--sp {
  width: 100%;
  margin: 0 auto 1dvh auto;
  overflow: hidden;
  position: relative;
}

.fv__slider--sp {
  display: none;
}

.fv__slider--pc::after,
.fv__slider--sp::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.fv__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease;
  overflow: hidden;
}


.fv__slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fv__slide.active {
  opacity: 1;
  z-index: 1;
}

.fv-ttl {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.fv-ttl>h2 {
  width: 90%;
  order: 2;
  margin-top: -5%;
  margin-left: 5vw;
}

.scrolldown__wrap {
  width: auto;
  height: 40%;
  position: absolute;
  z-index: 1;
  bottom: 12.5%;
  right: 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.scrolldown__wrap>span {
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-bottom: 10px;
}

.scrolldown {
  position: relative;
  height: 80px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5AC8D1;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #D1DFE5;
}

@keyframes circlemove {
  0% {
    bottom: 80px;
    background: #fff;
  }

  100% {
    bottom: -5px;
    background: #55B496;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/*----------------------------------------------------
  wrapper
----------------------------------------------------*/

.wrapper {
  position: relative;
}

.wrapper::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #E2F2F9 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.news {
  padding: 100px 0 50px 0;
}

.news .l-inner {
  max-width: 1200px;
  padding: 30px 60px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.news__title {
  display: flex;
  align-items: baseline;
}

.news__heading-label {
  color: #0b95a2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 3rem;
  order: 1;
}

.news__heading {
  font-size: 1.2rem;
  font-weight: 500;
  order: 2;
  margin-left: 10px;
}

.news-item {
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
  padding: 0 10px 6px 10px;
  margin-bottom: 6px;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.news-item:not(:last-of-type) {
  border-bottom: 1px solid #D1DFE5;
}

.news-date {
  flex-shrink: 0;
  margin-right: 20px;
}

.news-title {
  flex: 1;
}

.news-item__link {
  font-family: 'Shippori Mincho', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', '游明朝', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.news-link--pc {
  margin-left: auto;
  order: 3;
}

.news-link--sp {
  display: none;
}

.link-btn__news {
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #8EC4FB;
  background: #fff;
  color: var(--font--blue);
  margin-left: auto;
  margin-right: 0;
}

/*----------------------------------------------------
  info
----------------------------------------------------*/
.info {
  padding-bottom: 0;
}

.l-col__info {
  display: flex;
  justify-content: space-between;
  padding-left: 12.5%;
  margin-bottom: 120px;
  box-sizing: border-box;
  position: relative;
}

.info-title__wrapper {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: .1em;
}

.info-title {
  font-size: 1.2rem;
}

.info-lead {
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  width: 12.5%;
  position: absolute;
  top: 0;
  left: 0;
}

.info-lead__first-row>span {
  font-size: 2.2rem;
}

.info-lead__second-row {
  margin-top: 8dvh;
}

.info-img {
  width: 45%;
  clip-path: inset(0 0 0 round 10px);
  overflow: hidden;
}

.info-img picture,
.info-img img {
  height: 100%;
  object-position: cover;
}

.info-inner {
  width: 45%;
}

.info-title__sub {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.info-title__sub::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #D1DFE5;
  margin-left: 8px;
}

.clinic-hours {
  margin-bottom: 20px;
}

.clinic-notes {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.clinic-notes__item {
  display: flex;
}

.clinic-notes__item:nth-of-type(2) {
  margin-bottom: 20px;
}

.clinic-notes__item--s {
  font-size: 1.3rem;
}

.clinic-notes__tab {
  flex-shrink: 0;
  margin-right: 5px;
}

.clinic-hours-supplement {
  font-size: 1.6rem;
}

.medical-departments {
  width: 77.5%;
  margin: 0 auto;
  display: flex;
}

.department-title {
  font-size: 2.6rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: .1em;
  margin-right: 10px;
}

.department-list {
  display: flex;
  flex: 1;
  list-style: none;
}

.department-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1%;
  padding: 50px 10px 35px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #F1F3F5;
}

.department-item__icon {
  width: 55%;
  margin: 0 auto 14px auto;
}

.clinical-department__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.clinical-department {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.clinical-department__label {
  font-size: 1.6rem;
}

.sep__info {
  width: 110%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: .7;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about {
  padding-top: 200px;
  padding-bottom: 100px;
  background: rgba(252, 252, 245, .7);
}

.l-col__about {
  justify-content: space-between;
  align-items: center;
}

.about-outpatient {
  width: 52.5%;
  position: relative;
}

.outpatient-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.outpatient-item {
  width: 38%;
  display: flex;
  flex-direction: column;
}

.outpatient-link {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  border-radius: 50vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
  position: relative;
  transform: scale(1);
}

.outpatient-item__headache .outpatient-link {
  border: 4px solid #e9f9ff;
}

.outpatient-item__shoulderpain .outpatient-link {
  border: 4px solid #F1F2FC;
}

.outpatient-item__lowbackpain .outpatient-link {
  border: 4px solid #FCF1F2;
}

.outpatient-item__generalpain .outpatient-link {
  border: 4px solid #EDF9F7;
}

.outpatient-link:hover {
  transform: scale(1.05);
}

.outpatient-item:nth-of-type(1) {
  margin: 0 31%;
}

.outpatient-item:nth-of-type(2),
.outpatient-item:nth-of-type(3) {
  margin-top: -50px;
}

.outpatient-item:nth-of-type(4) {
  margin: -40px 30% 0 30%;
}

.outpatient__icon {
  width: 32.5%;
  margin-bottom: 5px;
}

.outpatient-department {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
}

.outpatient-department::before,
.outpatient-department::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #D2DADE;
}

.outpatient-department::before {
  margin-right: 5px;
}

.outpatient-department::after {
  margin-left: 5px;
}

.outpatient-department--en {
  font-size: 1.2rem;
}

.outpatient-item__headache .outpatient-department {
  color: #5cbee9;
}

.outpatient-item__shoulderpain .outpatient-department {
  color: #9691f6;
}

.outpatient-item__lowbackpain .outpatient-department {
  color: #eda5ab;
}


.outpatient-item__generalpain .outpatient-department {
  color: #50b9ac;
}

.outpatient-department__description {
  font-size: 0.9vw;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.outpatient-item__arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 24px;
  opacity: .5;
  animation: blink 2s infinite;
}

.outpatient-item__shoulderpain .outpatient-item__arrow {
  animation-delay: .25s;
}

.outpatient-item__lowbackpain .outpatient-item__arrow {
  animation-delay: .5s;
}

.outpatient-item__generalpain .outpatient-item__arrow {
  animation-delay: .75s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.about-inner {
  width: 45%;
}

.about-img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.outpatient-description {
  font-size: 1.6rem;
}

/*----------------------------------------------------
  clinic-policy
----------------------------------------------------*/

.clinic-policy {
  /*----background: rgba(255, 255, 255, .4);---*/
  padding-top: 300px;
}

.sep__clinic-policy {
  width: 110%;
  height: auto;
  position: absolute;
  top: -0.8px;
  left: 50%;
  transform: translate(-50%, 0) rotateX(180deg);
  z-index: -1;
  opacity: .7;
}

.clinic-policy .section-heading {
  width: 40%;
  min-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.clinic-policy__list {
  width: 40%;
  min-width: 740px;
  margin: 0 auto 100px auto;
  list-style: none;
}

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

.clinic-policy__lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.clinic-policy__department {
  width: 92.5%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.clinic-policy__department-inner {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.05));
}

.clinic-policy__department-title {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.4;
  color: var(--font--dblue);
  text-align: center;
  font-weight: 700;
  background: #E9F5FB;
  border-radius: 4px;
  padding: 14px 0;
  margin-bottom: 14px;
}

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

.clinic-policy__department-description {
  margin-bottom: 20px;
}

.clinic-policy__department-inner .link-btn {
  margin-left: auto;
  margin-top: auto;
  width: 45%;
  height: 46px;
  font-size: 1.6rem;
}

.about-bg {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.about-bg__img1 {
  width: 18%;
  top: 30%;
  right: 1%;
  animation: fuwafuwa 3s linear infinite alternate;
}

.about-bg__img2 {
  width: 12%;
  top: 15%;
  left: 10%;
  animation: fuwafuwa 3s .5s linear infinite alternate;
}

.about-bg__img3 {
  width: 17.5%;
  top: 40%;
  left: -.5%;
  animation: fuwafuwa 3s 1s linear infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }

  50% {
    transform: translate(2px, -5px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}

/*----------------------------------------------------
  conditions
----------------------------------------------------*/
.conditions-title__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

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

.conditions-title__wrapper::before {
  margin-right: 20px;
}

.conditions-title__wrapper::after {
  margin-left: 20px;
}

.conditions .section-heading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
}

.section-heading__title--s {
  font-size: 1.8rem;
}

.l-col__conditions {
  justify-content: space-around;
  align-items: center;
}

.conditions-image__wrapper {
  width: 30%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.conditions-image__lead {
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  background: #fff;
  border: 2px solid #5cbee9;
  padding: 0 30px;
  border-radius: 50vh;
  margin-bottom: 20px;
}

.conditions-image {
  width: 100%;
  position: relative;
}

#conditions-chart {
  position: relative;
  z-index: 1;
}

#symptoms {
  display: block;
  width: 55%;
  margin: 0 auto;
}

.interactive-part path {
  transition: fill 0.5s ease, opacity 0.5s ease;
  will-change: fill, opacity;
}

.interactive-part:hover path {
  fill: #0b95a2 !important;
  animation: pulse-blink 0.8s infinite alternate;
  opacity: 1;
}

@keyframes pulse-blink {

  0%,
  100% {
    fill-opacity: 1;
  }

  50% {
    fill-opacity: 0.5;
  }
}

/* ------------------------------------------- */
/* 吹き出しのベース（モバイルでは非表示） */
/* ------------------------------------------- */

@media (min-width: 480px) {
  #tooltip-box {
    display: inline-block;
    position: absolute;
    background-color: #333;
    color: #fff;
    width: auto;
    min-width: 190px;
    height: auto;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.4;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    white-space: pre-wrap;
    letter-spacing: 0;
    transform-origin: left center;
  }
}

@media (hover: none),
(pointer: coarse) {
  .interactive-part:hover path {
    fill: initial !important;
    animation: none !important;
    opacity: 1 !important;
  }

  #tooltip-box {
    display: none !important;
  }
}

.ripple-center__wrapper {
  position: absolute;
  top: 40%;
  left: 47.5%;
  transform: translate(-50%, -50%);
}

.ripple-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ripple-center,
.ripple-center::before,
.ripple-center::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #8EC4FB;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: spread;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.ripple-center {
  animation-delay: 0s;
}

.ripple-center::before {
  animation-delay: 1s;
}

.ripple-center::after {
  animation-delay: 2s;
}

@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.conditions-inner {
  width: 65%;
}

.conditions-lead {
  width: 100%;
  font-size: 2.6rem;
  margin: 0 auto 20px auto;
  text-align: center;
}

.condtions-lead__sub {
  text-align: center;
  margin-bottom: 30px;
}

.conditions-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.conditions-item {
  display: flex;
  width: 49%;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}

.conditions-item__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.conditions-item__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  color: var(--font--dblue);
  letter-spacing: 0;
  border-bottom: 1px solid rgba(185, 216, 220, 1);
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}

.conditions-item__title::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #55B496;
  margin-right: 5px;
  border-radius: 50vh;
}

.conditions-item__title::after {
  display: block;
  content: '';
  width: calc(18px * 1);
  height: calc(14px * 1);
  background: url('../img/common/arrow-right--lred.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}

.conditions-item:nth-of-type(n+3) {
  margin-top: 30px;
}

.major-symptoms {
  font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-weight: 500;
}

/*----------------------------------------------------
  blog
----------------------------------------------------*/
.blog {
  margin-bottom: 100px;
}

.blog::after {
  display: block;
  content: '';
  width: 92.5%;
  height: calc(100% - 100px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(142, 196, 251, .2);
  border-radius: 40px 0 0 40px;
}

.blog .l-inner {
  width: 95%;
  z-index: 1;
}

.section-heading--blog .section-heading__title {
  font-size: 1.6rem;
  text-align: center;
}

.media__link {
  width: 100%;
  order: 3;
}

.media__link--sp {
  display: none;
}

.media__link .link-btn {
  width: 80%;
  height: 48px;
  font-size: 1.6rem;
  padding-left: 30px;
  box-sizing: border-box;
  justify-content: flex-start;
}

.blog-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog-item {
  width: 25%;
  display: flex;
  padding: 0 0.5%;
  box-sizing: border-box;
}

.blog-item__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px 6px 0 0;
}

.blog-item__image {
  margin-bottom: 14px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.blog-item__title-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}

.blog-item__title {
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #1475A0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
}

.blog-item__desc {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 auto 14px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.blog-item__meta {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto auto 0 auto;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.blog-item__category {
  padding: 0 8px;
  background: var(--bg-blue-gradient);
  color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 1920px) {
  .fv {
    min-height: 1080px;
  }

  .outpatient-department__description {
    font-size: 1.6rem;
  }
}

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

  /*--- info ---*/
  .clinic-hours-supplement {
    font-size: 1.3rem;
  }

  .medical-departments {
    width: 85%;
  }
}

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

@media screen and (max-width:1100px) {
  .fv__image--main {
    width: 57.5%;
    position: relative;
    margin-left: -1.5%;
  }

  .fv__inner {
    width: 42.5%;
  }

  .fv__slider--pc {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  /*---news---*/
  .news {
    padding-bottom: 0;
  }

  /*---info---*/
  .info .l-inner {
    width: 70%;
  }

  .l-col__info {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 80px;
  }

  .info-title__wrapper {
    width: 20%;
  }

  .info-lead {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
  }

  .info-img {
    width: 75%;
    margin-bottom: 50px;
  }

  .info-inner {
    width: 100%;
  }

  .medical-departments {
    width: 100%;
    flex-wrap: wrap;
  }

  .department-title {
    width: 100%;
    font-size: 2.6rem;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    white-space: initial;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .department-title::after {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #D1DFE5;
    margin-left: 8px;
  }

  .department-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .department-item {
    width: 24.5%;
    margin: 0;
  }

  .sep__info {
    width: 150%;
  }

  /*---clinic-policy---*/
  .clinic-policy .section-heading {
    width: 100%;
    min-width: initial;
  }

  .clinic-policy__list {
    width: 65%;
    min-width: initial;
  }

  .clinic-policy__department-inner .link-btn {
    width: 65%;
  }

  .about-bg__img1 {
    width: 16%;
    top: 38%;
    right: 3%;
  }

  .about-bg__img2 {
    width: 12%;
    top: 28%;
    left: 5%;
  }

  .about-bg__img3 {
    width: 15.5%;
    top: 48%;
    left: -1.5%;
  }

}

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

  /*---fv---*/
  .fv__box {
    width: 80%;
    margin: 0 auto 10px auto;
  }

  .fv__ttl>span:nth-of-type(2) {
    margin-right: 0.7vw;
    margin-top: 30px;
  }

  .fv__lead {
    margin-top: 30px;
  }

  .info-lead {
    font-size: 2.4rem;
  }

  /*--- about ---*/
  .about .l-inner {
    width: 85%;
  }

  .l-col__about {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .about-inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-outpatient {
    width: 100%;
  }

  .department-item {
    padding: 30px 10px;
  }

  .clinical-department {
    font-size: 1.5rem;
  }

  .outpatient-department__description {
    font-size: 1.8vw;
  }

  /*---clinic-policy---*/
  .clinic-policy__list {
    margin-bottom: 60px;
  }

  .clinic-policy__department-inner {
    padding: 40px 24px;
  }

  /*---conditions---*/
  .conditions {
    padding-top: 0;
  }

  .l-col__conditions {
    flex-direction: column;
  }

  .conditions-image__wrapper {
    width: 37.5%;
  }

  .conditions-inner {
    width: 90%;
  }
}

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

  /*---clinic-policy---*/
  .clinic-policy__department {
    width: 80%;
    flex-direction: column;
  }

  .clinic-policy__department-inner {
    width: 100%;
    padding: 40px 60px;
  }

  .clinic-policy__department-inner:nth-of-type(n+2) {
    margin-top: 20px;
  }

}

@media screen and (max-width:896px) {
  .fv {
    width: 100%;
    min-height: initial;
    padding: 0;
    position: relative;
  }

  h1 {
    width: 90%;
    font-size: 1rem;
    position: absolute;
    right: 5%;
    text-align: right;
  }

  .l-col__fv {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
  }

  /*--- news ---*/
  .l-col__news {
    flex-wrap: wrap;
  }

  .news__item {
    align-items: baseline;
  }

  .news-link--pc {
    display: none;
  }

  .news-link--sp {
    display: block;
  }

  /*---info---*/
  .info .l-inner {
    width: 80%;
  }

  .info-lead__second-row {
    margin-top: 30px;
  }

  /*---about---*/
  .l-col__about {
    width: 80%;
  }

  .point__title {
    font-size: 1.4rem;
  }

  .point__lead {
    font-size: 3rem;
  }

  .point__desc {
    font-size: 1.2rem;
  }

  .about__lead {
    font-size: 2.2rem;
  }

  .outpatient-department__description {
    font-size: 1.4vw;
  }

  /*---conditions---*/
  .conditions-image__wrapper {
    width: 45%;
  }

  .conditions-image__lead {
    white-space: nowrap;
  }

  /*---blog---*/
  .blog-item {
    width: 50%;
    padding: 0 1%;
  }

  .blog-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width:787px) {
  .fv__image--main {
    width: 55%;
  }

  .fv__ttl {
    font-size: 2.6rem;
  }

  /*---news---*/
  .news .l-inner {
    padding: 30px 40px;
  }

  .news-item__link {
    font-size: 1.6rem;
  }

  /*---info---*/

  .info .l-inner {
    width: 90%;
  }

  /*---about---*/
  .l-col__about {
    width: 90%;
  }

  .department-list {
    width: 95%;
    flex: initial;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
  }

  .department-item {
    width: 47%;
    padding: 30px 10px;
  }

  .department-item:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .clinical-department {
    font-size: 1.8rem;
  }

  .outpatient-department__description {
    font-size: 1.5vw;
  }

  /*---clinic-policy---*/
  .clinic-policy__department {
    width: 100%;
  }

}

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

  /*--- news ---*/
  .l-col__news {
    padding: 0;
  }

  .news__title {
    flex-direction: column;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px double #D1DFE5;
  }

  .news__list {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .news-item {
    align-items: baseline;
  }

  .news-item__link {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.6;
  }

  .news__date {
    font-size: 1.2rem;
    margin-right: 0;
  }

  .news__link {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    overflow: initial;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .news__title {
    font-size: 1.4rem;
  }

  .news__nav {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .news__btn:first-of-type {
    margin-right: 4px;
  }

  /*---about---*/
  .about .l-inner {
    width: 90%;
  }

  .department-list {
    width: 100%;
    flex: initial;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
  }

  .department-item {
    width: 49%;
    padding: 30px 10px;
  }

  .department-item:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .about-bg__img1 {
    width: 26%;
    top: 32%;
    right: -5%;
  }

  .about-bg__img2 {
    width: 16%;
    top: 25%;
    left: 3%;
  }

  .about-bg__img3 {
    width: 25%;
    top: 42.5%;
    left: -5.5%;
  }

  .conditions-item {
    width: 100%;
  }

  .conditions-item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .conditions-item__title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .conditions-item__title::after {
    display: block;
    content: '';
    width: calc(18px * .7);
    height: calc(14px * .7);
    margin-left: 8px;
  }

  /*---clinic-policy---*/

  .clinic-policy__department-title {
    min-height: auto;
  }

  .clinic-policy__department-title>span .ui--sp {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .fv {
    height: calc(var(--vh, 1vh) * 100);
    min-height: 667px;
  }

  h1 {
    font-size: 1rem;
    top: 102.5%;
  }

  h1 .ui--sp {
    display: block;
  }

  .l-col__fv {
    height: calc(100% - 80px);
    padding-top: 80px;
    flex-direction: column;
  }

  .fv__image--main {
    width: 100%;
    height: 100%;
  }

  .fv__image--base {
    display: none;
  }

  .fv__slider--pc {
    display: none;
  }

  .fv__slider--sp {
    display: block;
    height: 100%;
  }

  .fv__slider--pc::after,
  .fv__slider--sp::after {
    display: none;
  }

  .fv__inner {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .fv__box {
    width: auto;
    margin: 0;
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translate(0, -50%);
  }

  .fv__ttl {
    font-size: 2.3rem;
  }

  .fv__lead {
    width: auto;
    font-size: 1.35rem;
    margin-top: 85px;
  }

  .fv__image--main {
    margin-left: 0;
  }

  .fv__image--text {
    width: 80%;
    position: absolute;
    top: initial;
    bottom: 7.5%;
    left: 5%;
    z-index: 1;
  }

  .scrolldown__wrap {
    display: none;
  }

  /*---news---*/

  .news {
    padding-top: 100px;
  }

  .news .l-inner {
    padding: 30px 14px;
  }

  .news__heading {
    font-size: 1rem;
  }

  .news-item {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .news-date {
    flex-shrink: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }

  /*---info---*/
  .l-col__info {
    margin-bottom: 40px;
  }

  .info-title__wrapper {
    width: 25%;
  }

  .info-title {
    font-size: 1rem;
    font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
    font-weight: 500;
  }

  .info-lead {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .info-lead__first-row>span {
    font-size: 1.6rem;
  }

  .info-img {
    width: 70%;
    margin-bottom: 0;
  }

  .info-title__sub,
  .department-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }


  .department-item {
    width: 49%;
    padding: 20px 5px;
  }

  .department-item:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .clinical-department {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .department-item:nth-of-type(1) .clinical-department {
    font-size: 1.5rem;
  }

  .clinical-department__label {
    font-size: 1.3rem;
  }

  /*---about---*/
  .about {
    padding-top: 100px;
  }

  .l-col__about {
    width: 95%;
  }

  .outpatient-list {
    width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .outpatient-item:nth-of-type(1),
  .outpatient-item:nth-of-type(4) {
    margin: 0;
  }

  .outpatient-item:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .outpatient-item {
    width: 100%;
  }

  .outpatient-department__description {
    font-size: 1.6rem;
  }

  /*--- clinic-policy ---*/

  .clinic-policy {
    padding-top: 150px;
  }

  .clinic-policy__list {
    width: 90%;
    margin-bottom: 40px;
  }

  .clinic-policy__department {
    width: 100%;
  }

  .clinic-policy__department-inner {
    width: 100%;
    padding: 30px 24px;
  }

  .clinic-policy__lead {
    font-size: 2rem;
  }

  .clinic-policy__department-title {
    font-size: 2rem;
  }

  .clinic-policy__department-title>span {
    font-size: 1.3rem;
  }

  .clinic-policy__department-title>span .ui--sp {
    display: block;
  }

  .clinic-policy__department-inner .link-btn {
    width: 90%;
    margin: 0 auto;
  }

  .about-bg__img1 {
    width: 32.5%;
    top: 21dvh;
    right: -8%;
  }

  .about-bg__img2 {
    width: 30%;
    top: 2%;
    left: -5%;
  }

  .about-bg__img3 {
    display: none;
    width: 42%;
    top: 50%;
    left: -0.5%;
  }

  /*--- case ---*/
  .conditions-title__wrapper::before {
    margin-right: 8px;
  }

  .conditions-title__wrapper::after {
    margin-left: 8px;
  }

  .conditions-image__wrapper {
    width: 100%;
  }

  .conditions-image__lead {
    white-space: initial;
  }

  .conditions-image {
    width: 70%;
    margin: 0 auto 20px auto;
  }

  .conditions-inner {
    width: 100%;
  }

  .conditions-lead {
    font-size: 2rem;
  }

  .condtions-lead__sub .ui--sp {
    display: block;
  }

  /*---blog---*/
  .blog::after {
    display: block;
    content: '';
    width: 90%;
    height: calc(100% - 50px);
  }

  .blog .l-inner {
    width: 90%;
  }

  .section-heading--blog .ui--sp {
    display: block;
  }

  .section-heading--blog .section-heading__title {
    line-height: 1.6;
  }

  .blog-item {
    width: 100%;
    padding: 0;
  }

  .blog-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width:376px) {
  .section__text--about {
    font-size: 1.4rem;
  }
}