@charset "UTF-8";
.main .mv {
  background: no-repeat url("../../../common/img/room_01.jpg");
  background-position-y: 60%;
  position: relative;
  height: 350px;
  padding: 0 20px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}
.main .mv .wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 2px solid #6bb8ef;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 16px -10px #172d4e;
          box-shadow: 0px 0px 16px -10px #172d4e;
}
.main .mv .wrap .ttl {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
}
.main .mv .wrap p {
  font-size: 1.4rem;
  color: #6bb8ef;
  font-family: canada-type-gibson, sans-serif;
}
.main .therapist {
  position: relative;
  background-color: #eaf4fc;
}
.main .therapist::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6bb8ef), color-stop(30%, #6bb8ef), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #6bb8ef 0%, #6bb8ef 30%, rgba(255, 255, 255, 0) 30% rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .main .therapist::after {
    height: 610px;
  }
}
@media screen and (max-width: 465px) {
  .main .therapist::after {
    height: 133vw;
  }
}
.main .therapist .container {
  position: relative;
  z-index: 1;
}
.main .therapist .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10vw;
}
@media screen and (max-width: 1024px) {
  .main .therapist .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .therapist .profile .profile-img {
  max-width: 400px;
}
.main .therapist .profile .profile-body {
  width: 100%;
}
.main .therapist .profile .profile-body .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.main .therapist .profile .profile-body .name .name_jp {
  font-size: 2.3rem;
}
.main .therapist .profile .profile-body .name .name_en {
  font-size: 1.6rem;
}
.main .therapist .profile .profile-body table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #6bb8ef;
}
.main .therapist .profile .profile-body table tr {
  border-top: 1px solid #6bb8ef;
}
.main .therapist .profile .profile-body table tr th,
.main .therapist .profile .profile-body table tr td {
  padding: 10px;
}
.main .therapist .profile .profile-body table tr th {
  width: 100px;
}
.main .therapist .profile .profile-body table tr th .pro-ttl {
  padding-left: 5px;
  border-left: 5px solid #6bb8ef;
  position: relative;
}
.main .therapist .profile .profile-body table tr th .pro-ttl::after {
  content: "";
  display: block;
  background-color: #6bb8ef;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -10px;
}
.main .greeting {
  padding: 0;
  background-color: #eaf4fc;
  overflow: hidden;
}
.main .greeting > .ttl {
  background-color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 1.836rem + 1.82vw, 3.2rem);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 60px 20px;
}
.main .greeting .greeting-list {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list {
    padding-top: 20px;
  }
}
.main .greeting .greeting-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main .greeting .greeting-list .list-item .slidein {
  -webkit-transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.main .greeting .greeting-list .list-item .slide_left {
  -webkit-transform: translateX(calc(-50vw - 50%));
          transform: translateX(calc(-50vw - 50%));
}
.main .greeting .greeting-list .list-item .slide_right {
  -webkit-transform: translateX(calc(50vw + 50%));
          transform: translateX(calc(50vw + 50%));
}
.main .greeting .greeting-list .list-item:nth-child(1n) .imgbox {
  right: -80px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(1n) .imgbox {
    right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(1n) .slide_left {
    -webkit-transform: translateX(calc(50vw + 50%));
            transform: translateX(calc(50vw + 50%));
  }
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(1n) .slide_right {
    -webkit-transform: translateX(calc(-50vw - 50%));
            transform: translateX(calc(-50vw - 50%));
  }
}
.main .greeting .greeting-list .list-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main .greeting .greeting-list .list-item:nth-child(2n) .imgbox {
  left: -80px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(2n) .imgbox {
    left: unset;
  }
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(2n) .slide_left {
    -webkit-transform: translateX(calc(-50vw - 50%));
            transform: translateX(calc(-50vw - 50%));
  }
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:nth-child(2n) .slide_right {
    -webkit-transform: translateX(calc(50vw + 50%));
            transform: translateX(calc(50vw + 50%));
  }
}
.main .greeting .greeting-list .list-item:not(:first-child) {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item:not(:first-child) {
    margin-top: 80px;
  }
}
.main .greeting .greeting-list .list-item .show {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.main .greeting .greeting-list .list-item .imgbox {
  width: 30%;
  background-color: #fff;
  padding: 20px;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item .imgbox {
    width: 70%;
    top: 0;
  }
}
.main .greeting .greeting-list .list-item .imgbox .ttl {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: bold;
}
.main .greeting .greeting-list .list-item .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 60px 80px;
  border: 2px solid #2a6acb;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main .greeting .greeting-list .list-item .des {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 425px) {
  .main .greeting .greeting-list .list-item .des {
    padding: 30px 20px 50px 20px;
  }
}
.main .greeting .greeting-list .list-item .des::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dotted #2a6acb;
}
.main .greeting .greeting-list .list-item .des .number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: clamp(1.4rem, 0.829rem + 2.86vw, 3.4rem);
  color: #6bb8ef;
  line-height: 1;
}
.main .greeting .greeting-list .list-item .des .number span {
  font-size: clamp(2.4rem, 1.829rem + 2.86vw, 4.4rem);
}
.main .greeting .greeting-list .list-item .des p {
  line-height: 1.5;
}/*# sourceMappingURL=index.css.map */