@charset "UTF-8";

.ui--sp2 {
  display: none;
}

main {
  overflow: initial;
}

/*----------------------------------------------------
  staff
----------------------------------------------------*/

.section-heading--staff {
  align-items: center;
}

.section-heading__title {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}

.staff__lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.staff-list {
  width: 80%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
}

.staff-item {
  width: 24%;
  display: flex;
  flex-direction: column;
}

.staff-item__link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-item__image {
  width: 80%;
  margin: 0 auto 10px auto;
}

.staff-item__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

.staff-item__post {
  font-size: 1.2rem;
}

.staff-item__main {
  font-size: 2rem;
  font-weight: 500;
}

.staff-item__btn {
  width: 85%;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50vh;
  margin: 0 auto;
  pointer-events: none;
  font-size: 1.3rem;
}

.staff-item__btn::after {
  width: calc(20px * .6);
  height: calc(15px * .6);
  top: 50%;
  right: 8px;
}

.staff-contents {
  background: #fff;
  border-radius: 18px;
  position: relative;
  transition: height 0.4s ease;
}

.staff-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: space-between;
  height: 780px;
  padding: 80px 60px 140px 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.staff-box.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.staff-box__image {
  width: 45%;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.staff-box__image--sp {
  display: none;
}

.staff-box__inner {
  width: 50%;
  height: 560px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 20px 40px 0;
  box-sizing: border-box;
  scrollbar-width: 8px;
  scrollbar-color: #c3bfe9 #fff;
}

.staff-box__inner::-webkit-scrollbar {
  width: 8px;
}


.staff-box__inner::-webkit-scrollbar-thumb {
  background-color: #c3bfe9;
  border-radius: 50vh;
}

.staff-box__inner::-webkit-scrollbar-track {
  background-color: #fff;
}

.staff-box__title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.staff-box__title-inner {
  display: flex;
  align-items: flex-end;
  flex: 1;
  border-bottom: 2px dotted #c3bfe9;
  padding-bottom: 10px;
}

.staff-box__title-image {
  width: 90px;
  flex-shrink: 0;
  margin-right: 10px;
}

.staff-box__title-main {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 3rem;
}

.staff-box__title-post {
  font-size: 1.2rem;
  margin-left: 5px;
}

.staff-box__title--en {
  color: #c3bfe9;
  margin-left: 8px;
  font-size: 1.6rem;
}

.staff-box__text {
  letter-spacing: 0;
}

.staff-nav {
  width: 90%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.staff-nav::before,
.staff-nav::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #DAE7E8;
}

.staff-nav__btn {
  display: flex;
  align-items: center;
  line-height: 1.2;
  background: none;
  border: none;
  cursor: pointer;
}

.prev-btn {
  margin-right: 30px;
}

.staff-nav__btn-image {
  width: 72px;
}

.staff-nav__btn-text {
  font-size: 1.2rem;
  padding: 0 10px;
  font-weight: 500;
  color: #c3bfe9;
}

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

.greeting-col {
  position: relative;
  display: flex;
}

.greeting-img {
  width: 40%;
  height: 800px;
  position: sticky;
  left: 0;
  top: 100px;
}

.greeting-img__main {
  width: 85%;
  margin: 0 auto 20px auto;
}

.representative-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.representative-name__sub {
  font-size: 1.4rem;
}

.representative-name__main {
  font-size: 2.4rem;
}

.representative-kana {
  font-size: 1.4rem;
  margin-left: 8px;
}

.career-publications {
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .6);
  border-radius: 8px;
  justify-content: space-between;
}

.career-publications__inner {
  width: 48%;
}

.profile-lead {
  font-size: 1.4rem;
  border-bottom: 1px solid #E8E6ED;
  margin-bottom: 5px;
}

.profile__list {
  font-size: 1.1rem;
  padding-left: 10px;
  box-sizing: border-box;
}

.greeting-inner {
  width: 55%;
  position: relative;
  margin-left: auto;
  box-sizing: border-box;
  padding-top: 50px;
}

.greeting-inner__text {
  margin-bottom: 30px !important;
}

.greeting-inner__text-mb0 {
  margin-bottom: 0 !important;
}

.greeting-text__strong {
  font-size: 2rem;
  font-weight: 500;
  color: #41767d;
  line-height: 1.8;
}

/*----------------------------------------------------
  loop
----------------------------------------------------*/

.loop {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.loop__list {
  display: flex;
  align-items: center;
  will-change: transform;
}

.loop__item {
  flex: none;
  padding-right: 60px;
  position: relative;
}

.loop__item::after {
  display: block;
  content: '';
  z-index: -1;
  opacity: .4;
}

.loop__item:nth-of-type(2n+1)::after {
  width: calc(180px * .8);
  height: calc(102px * .8);
  background: url('../img/common/bg__treat--blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
}

.loop__item:nth-of-type(2n)::after {
  width: calc(170px * .9);
  height: calc(126px * .9);
  background: url('../img/common/bg__treat--green.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  bottom: -42px;
}

.loop__item--second {
  margin-top: 80px;
}

.loop__item--forth {
  margin-top: 70px;
}

.loop__item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.loop-deco {
  font-size: 1.2rem;
  position: absolute;
  top: 15%;
  left: 15%;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.section-heading--access {
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
}

.section-heading--access .section-heading__title {
  margin: 0 20px;
  text-align: justify;
}

.section-heading--access::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #DEDDE1;
  order: 3;
}

.l-col__access {
  margin-bottom: 150px;
}

.access-inner {
  width: 45%;
}

.clinic-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.clinic-info__title {
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

.clinic-info__title:not(:last-of-type) {
  border-bottom: 2px solid #E0D2FA;
}

.clinic-info__desc:not(:last-of-type) {
  border-bottom: 1px solid #E8E6ED;
}

.clinic-info__desc {
  width: calc(100% - 100px);
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}

.clinic-info__desc--flex {
  margin-left: 6px;
}

.opening-list {
  list-style: none;
}

.clinic-info__tel {
  font-size: 2rem;
  letter-spacing: 0;
}

.sns-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sns-item__link {
  width: 24%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  position: relative;
  background: #fff;
}

.sns-item__link::before {
  display: block;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--bg-purple-gradient);
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sns-item__link-text {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.sns-item__image {
  width: 16px;
  margin-right: 6px;
}

.access__slider {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 10/7.5;
}

.access__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  border-radius: 10px;
}

.access__slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/*---route---*/
.route-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 50px;
}

.route-title__icon {
  width: 200px;
}

.route-title__main {
  font-size: 2.4rem;
}

.route-title__sub {
  font-size: 1.4rem;
}

.map {
  width: 100%;
  margin-bottom: 60px;
}

.map iframe {
  width: 100%;
  border-radius: 10px;
}

.route-box {
  width: 100%;
  padding: 60px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
}

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

.route-box__title {
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 4px solid #F2F1F9;
  position: relative;
}

.route-box__title::before {
  display: block;
  content: '';
  width: calc(8px * 1.8);
  height: calc(9.6px * 1.8);
  background: url('../img/common/icon__dia.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.route-box__title::after {
  display: block;
  content: '';
  width: 10%;
  border-top: 4px solid #D8BFD8;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.route-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.route-item {
  width: calc(100%/3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.route-item__image {
  width: 40%;
  border-radius: 50vh;
}

.route-item__inner {
  width: 60%;
  line-height: 1.6;
  font-size: 1.4rem;
}

.route-item__icon {
  width: 30px;
  margin: 0 auto 10px auto;
}

.route-item__icon2 {
  width: 40px;
  margin: 0 auto;
}

.route-item:not(:last-of-type) .route-item__text {
  border-top: 2px solid #E5E3F5;
}

.route-item__text {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  box-sizing: border-box;
}

.route-item:last-of-type .route-item__text {
  padding-top: 10px;
}

@media screen and (max-width:1280px) {
  .access__slider {
    aspect-ratio: 1/1;
  }

  .access__slide {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sns-item__link {
    width: 49.5%;
  }

  .sns-item__link:nth-of-type(n+3) {
    margin-top: 8px;
  }
}

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

  /*---staff---*/
  .staff-box {
    flex-direction: column;
    height: 1024px;
  }

  .staff-box__image {
    width: 100%;
    margin-bottom: 40px;
  }

  .staff-box__image--pc {
    display: none;
  }

  .staff-box__image--sp {
    display: block;
  }

  .staff-box__inner {
    width: 100%;
    height: auto;
  }
}

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

  /*---staff---*/
  .staff__lead {
    font-size: 2rem;
  }

  /*---access---*/
  .l-col__access {
    width: 85%;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .access__slider {
    width: 100%;
    aspect-ratio: 10/7.5;
    margin-bottom: 40px;
  }

  .access-inner {
    width: 100%;
  }

  .route-item {
    width: 50%;
  }

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

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

  /*---staff---*/
  .staff-list {
    width: 95%;
  }

  .prev-btn {
    margin-right: 14px;
  }

  .staff-item__btn {
    font-size: 1.2rem;
  }

  /*---greeting---*/
  .greeting-col {
    flex-direction: column;
  }

  .greeting-img {
    width: 80%;
    height: auto;
    position: relative;
    left: initial;
    top: initial;
    margin: 0 auto;
  }

  .greeting-inner {
    width: auto;
    margin: 0 auto;
  }

  /*---access---*/
  .l-col__access {
    width: 100%;
  }
}

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

  /*---staff---*/
  .staff-box {
    padding: 40px 40px 140px 40px;
  }

  /*---greeting---*/
  .greeting-img {
    width: 85%;
  }
}

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

  /*--staff---*/
  .staff__lead .ui--sp {
    display: block;
  }

  .staff-item {
    width: 48%;
  }

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

  .staff-item__btn {
    width: 85%;
  }

  .staff-box {
    flex-direction: column;
    height: 680px;
  }

  /*---greeting---*/
  .greeting-img {
    width: 100%;
  }

  .greeting-inner {
    width: 100%;
  }

  /*---access---*/
  .route-item {
    width: 100%;
    position: relative;
  }

  .route-item:not(:last-of-type)::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(100% + 14px);
    left: calc(12.5% - 8px);
    transform: translate(0, -50%);
    background: url('../img/common/icon-arrow--down-gradi.svg');
  }

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

  .route-item__image {
    width: 25%;
  }

  .route-item__inner {
    width: 75%;
  }
}

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

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

  .staff .l-inner {
    width: 95%;
  }

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

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

  .staff__lead .ui--sp2 {
    display: block;
  }

  .staff-list {
    width: 95%;
  }

  .staff-item__image {
    width: 85%;
  }

  .staff-box {
    flex-direction: column;
    height: 680px;
  }

  .staff-item__btn {
    width: 100%;
  }

  .staff-item__btn::after {
    width: calc(20px * .4);
    height: calc(15px * .4);
  }

  .staff-box {
    height: auto;
    padding: 40px 20px 120px 20px;
  }

  .staff-box__inner {
    padding: 0 0 20px 0;
  }

  .staff-box__image {
    margin-bottom: 20px;
  }

  .staff-box__title-image {
    width: 68px;
  }

  .staff-box__title-main {
    font-size: 2rem;
  }

  .staff-box__title-post {
    font-size: 1rem;
  }

  .staff-box__title-name {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }

  .staff-box__title--en {
    margin-left: 0;
    font-size: 1.2rem;
  }

  .staff-box__text {
    line-height: 1.8;
  }

  /*---greeting---*/
  .greeting-img {
    margin-bottom: 30px;
  }

  .representative-name__sub {
    font-size: 1.2rem;
  }

  .career-publications {
    flex-direction: column;
  }

  .career-publications__inner {
    width: 100%;
  }

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

  .greeting-inner {
    padding-top: 0;
  }

  .greeting-inner>p {
    line-height: 1.8;
  }

  .greeting-inner__text {
    margin-bottom: 14px !important;
  }

  .greeting-inner__text-mb0 {
    margin-bottom: 0 !important;
  }

  .greeting-inner__text br {
    display: none;
  }

  .greeting-text__strong {
    font-size: 1.6rem;
  }

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

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

  .section-heading--access {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .section-heading--access::before {
    display: none;
  }

  .section-heading--access .section-heading__title {
    text-align: center;
    margin: 0;
  }

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

  .l-col__access {
    margin-bottom: 80px;
  }

  .access__slider {
    margin-bottom: 20px;
  }

  .clinic-info__title {
    width: 75px;
    padding: 10px 5px;
  }

  .clinic-info__desc {
    width: calc(100% - 75px);
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
  }

  .clinic-info__desc--flex {
    margin-left: 0;
  }

  .opening-item .ui--sp {
    display: block;
  }

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

  .route-title {
    margin-bottom: 30px;
  }

  .route-title__icon {
    width: 40%;
  }

  .map {
    margin-bottom: 30px;
  }

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

  .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .route-box {
    width: 100%;
    padding: 30px 20px;
  }

  .route-item:not(:last-of-type)::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(100% + 14px);
    left: calc(15% - 8px);
    transform: translate(0, -50%);
    background: url('../img/common/icon-arrow--down-gradi.svg');
  }

  .route-item:nth-of-type(1):after {
    animation: blink 2s infinite linear;
  }

  .route-item:nth-of-type(2):after {
    animation: blink 2s infinite .5s linear;
  }

  .route-item:nth-of-type(3):after {
    animation: blink 2s infinite 1s linear;
  }

  .route-item:nth-of-type(4):after {
    animation: blink 2s infinite .15s linear;
  }

  .route-item:nth-of-type(5):after {
    animation: blink 2s infinite 2s linear;
  }

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

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .route-item__image {
    width: 30%;
  }

  .route-item__inner {
    width: 70%;
  }

  .route-box__title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .route-item__icon {
    width: 24px;
    margin: 0 auto 5px auto;
  }

  .route-item__icon2 {
    width: 24px;
  }

  .route-item__text {
    padding: 5px 5px 0 5px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .route-item:last-of-type .route-item__text {
    padding-top: 2.5px;
  }

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

  .loop__list {
    width: 500vw;
    justify-content: space-around;
  }

  .loop__item {
    padding-right: 0;
  }

  .loop__item--first {
    width: 10%;
  }

  .loop__item--second {
    width: 11.5%;
  }

  .loop__item--third {
    width: 10%;
  }

  .loop__item--forth {
    width: 14.5%;
  }

  .loop__item img {
    width: 100%;
  }
}