@charset "UTF-8";
#top .main section .container > hgroup:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  text-align: center;
}
#top .main section .container > hgroup:first-child .ttl {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
}
#top .main section .container > hgroup:first-child p {
  font-size: 1.4rem;
  color: #6bb8ef;
  font-family: canada-type-gibson, sans-serif;
}
#top .main section#access .container > hgroup:first-child p {
  color: #2a6acb;
}
#top .main .mv {
  position: relative;
  height: 800px;
  background-size: cover;
  background-image: url("../../img/mv.jpg");
  background-position-x: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top .main .mv-video {
  width: 100%;
  height: 100%;
}
#top .main .mv-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .main .mv-video .video_pc {
    display: none;
  }
}
#top .main .mv-video .video_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .main .mv-video .video_sp {
    display: block;
  }
}
#top .main .mv-info {
  width: 100%;
  position: absolute;
  bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #top .main .mv-info {
    bottom: 30px;
  }
}
#top .main .mv-info .copybox .copy p {
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: clamp(4rem, 3.763rem + 1.19vw, 4.8rem);
  margin-bottom: 10px;
  padding: 18px 5px;
  border-left: 5px solid #fff;
  position: relative;
  background-color: rgba(27, 46, 80, 0.8);
  -webkit-animation: clip-text 1s ease-in-out 1s forwards;
          animation: clip-text 1s ease-in-out 1s forwards;
}
@media screen and (max-width: 768px) {
  #top .main .mv-info .copybox .copy p {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
#top .main .mv-info .copybox .copy .ttl {
  opacity: 0;
  display: inline;
  background-color: #fff;
  line-height: 1.7;
  word-break: keep-all;
  padding: 4px 10px;
  letter-spacing: 0.4px;
  -webkit-animation: clip-text 1s ease-in-out 1.5s forwards;
          animation: clip-text 1s ease-in-out 1.5s forwards;
}
@media screen and (max-width: 768px) {
  #top .main .mv-info .copybox .copy .ttl {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
#top .main .mv-info .copybox .copy .ttl span {
  white-space: nowrap;
}
@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
#top .main .lead {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#6bb8ef), color-stop(50%, #6bb8ef), color-stop(50%, #fff));
  background: linear-gradient(90deg, #6bb8ef 0%, #6bb8ef 50%, #fff 50% #fff 100%);
  padding: 0 32px;
}
@media screen and (max-width: 1440px) {
  #top .main .lead {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  #top .main .lead {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 425px) {
  #top .main .lead {
    padding: 0;
  }
}
#top .main .lead .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .main .lead .container {
    position: static;
  }
}
#top .main .lead-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 876px;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding-bottom: 60px;
  }
}
#top .main .lead-body .imgbox {
  width: 50%;
  padding: 180px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .imgbox {
    width: 100%;
    padding: 60px 0 30px 0;
    background: -webkit-gradient(linear, left top, right top, from(#6bb8ef), color-stop(85%, #6bb8ef), color-stop(85%, #fff));
    background: linear-gradient(90deg, #6bb8ef 0%, #6bb8ef 85%, #fff 85% #fff 100%);
  }
}
#top .main .lead-body .imgbox img {
  border-radius: 20px;
  position: absolute;
  top: calc(50% + 55px);
  right: calc(50% - 60px);
  -o-object-fit: contain;
  object-fit: cover;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 672px;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .imgbox img {
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    margin-left: -5vw;
  }
}
#top .main .lead-body .desbox {
  width: 50%;
  padding: 60px 0 60px 100px;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .desbox {
    width: 100%;
    padding: 0;
  }
}
#top .main .lead-body .desbox .ttl {
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  color: #6bb8ef;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
  padding: 30px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .desbox .ttl {
    margin-top: 0;
    padding: 30px 16px;
  }
}
#top .main .lead-body .desbox .des {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .desbox .des {
    padding: 0 16px 32px;
  }
}
#top .main .lead-body .desbox .des::before {
  content: "";
  display: block;
  width: calc(100% + 140px);
  height: 1px;
  background-color: #6bb8ef;
  margin-left: -140px;
  margin-bottom: 30px;
}
#top .main .lead-body .desbox .link {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .desbox .link {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top .main .lead-body .desbox .link .m-btn01 {
    margin: auto;
  }
}
#top .main #service {
  background-color: #eaf4fc;
}
#top .main #service .service-catch {
  margin-top: 60px;
  text-align: center;
  font-size: clamp(1.8rem, 1.514rem + 1.43vw, 2.8rem);
  font-weight: bold;
  line-height: 1.5;
  word-break: keep-all;
}
#top .main #service .service-catch span {
  color: #2a6acb;
}
#top .main #service .service-lead {
  margin-top: 40px;
  line-height: 1.8;
  padding: 20px 80px;
}
@media screen and (max-width: 1024px) {
  #top .main #service .service-lead {
    padding: 0px;
  }
}
#top .main #service .menupricebox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #top .main #service .menupricebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .main #service .menupricebox > li {
  width: calc((100% - 40px) / 3);
  background-color: #c3e3fa;
  padding: 40px 0;
  border-radius: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #top .main #service .menupricebox > li {
    width: 100%;
  }
}
#top .main #service .menupricebox > li .menupricebox-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .main #service .menupricebox > li .menupricebox-ttl span {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#top .main #service .menupricebox > li .menupricebox-ttl span:first-child {
  width: 40%;
  font-size: clamp(1rem, 0.771rem + 1.14vw, 1.8rem);
  background-color: #2a6acb;
}
#top .main #service .menupricebox > li .menupricebox-ttl span:last-child {
  width: 60%;
  font-size: clamp(1.6rem, 1.314rem + 1.43vw, 2.6rem);
  font-weight: bold;
  background-color: #1b2e50;
}
#top .main #service .menupricebox > li .des {
  padding: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
}
#top .main #service .menupricebox > li .bottombox {
  padding: 20px 20px 0;
}
#top .main #service .menupricebox > li .bottombox .detail {
  width: 100%;
  border-top: 1px solid #3380dd;
}
#top .main #service .menupricebox > li .bottombox .detail tr,
#top .main #service .menupricebox > li .bottombox .detail th,
#top .main #service .menupricebox > li .bottombox .detail td {
  padding: 10px;
}
#top .main #service .menupricebox > li .bottombox .detail tr {
  border-bottom: 1px solid #3380dd;
}
#top .main #service .menupricebox > li .bottombox .detail tr th .ttl {
  color: #2a6acb;
}
#top .main #service .menupricebox > li .bottombox .detail tr td {
  text-align: right;
}
#top .main #service .menupricebox > li .bottombox .m-btn02 {
  margin-top: 20px;
}
#top .main #service .note {
  padding: 20px 80px;
}
#top .main #service .note li {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #top .main #service .note {
    padding: 20px;
  }
}
#top .main #service .m-btn03 {
  margin-top: 20px;
}
#top .main #therapist {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#6bb8ef), color-stop(30%, #6bb8ef), color-stop(30%, #fff));
  background: linear-gradient(90deg, #6bb8ef 0%, #6bb8ef 30%, #fff 30% #fff 100%);
}
@media screen and (max-width: 1024px) {
  #top .main #therapist {
    background: none;
  }
  #top .main #therapist::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35vw;
    height: 48%;
    background-color: #6bb8ef;
    z-index: 0;
  }
}
#top .main #therapist .container {
  position: relative;
}
#top .main #therapist .profile {
  margin-top: 60px;
  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) {
  #top .main #therapist .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .main #therapist .profile .profile-img {
  max-width: 400px;
}
#top .main #therapist .profile .profile-body {
  width: 100%;
}
#top .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;
}
#top .main #therapist .profile .profile-body .name .name_jp {
  font-size: 2.3rem;
}
#top .main #therapist .profile .profile-body .name .name_en {
  font-size: 1.6rem;
}
#top .main #therapist .profile .profile-body table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #6bb8ef;
}
#top .main #therapist .profile .profile-body table tr {
  border-top: 1px solid #6bb8ef;
}
#top .main #therapist .profile .profile-body table tr th,
#top .main #therapist .profile .profile-body table tr td {
  padding: 10px;
}
#top .main #therapist .profile .profile-body table tr th {
  width: 100px;
}
#top .main #therapist .profile .profile-body table tr th .pro-ttl {
  padding-left: 5px;
  border-left: 5px solid #6bb8ef;
  position: relative;
}
#top .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;
}
#top .main #therapist .m-btn04 {
  margin-top: 80px;
}
#top .main #example {
  background-color: #1b2e50;
  padding: 80px 0;
}
#top .main #example .container {
  padding: 24px 0;
  overflow: hidden;
}
#top .main #example .container .ttl:has(+ p[lang]) {
  color: #fff;
}
#top .main #example .container .slider {
  width: 100%;
  margin: 0 auto;
}
#top .main #example .container .slider .example-item {
  width: 70vw;
  max-width: 1000px;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (max-width: 768px) {
  #top .main #example .container .slider .example-item {
    width: 80vw;
  }
}
#top .main #example .container .slider .slick-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  /*左右の画像のサイズを80%に*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}
#top .main #example .container .slider .slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}
#top .main #example .container .example-items {
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  #top .main #example .container .example-items {
    padding: 0 10px;
  }
}
#top .main #example .container .example-items .example-item {
  background-color: #fff;
  border-radius: 10px;
}
#top .main #example .container .example-items .example-item .item-ttl {
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#top .main #example .container .example-items .example-item .item-ttl span {
  color: #6bb8ef;
  border: 1px solid #6bb8ef;
  padding: 2px 6px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1;
}
#top .main #example .container .example-items .example-item .item-body {
  padding: 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #top .main #example .container .example-items .example-item .item-body {
    display: block;
  }
}
#top .main #example .container .example-items .example-item .item-body .bodyL,
#top .main #example .container .example-items .example-item .item-body .bodyR {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .main #example .container .example-items .example-item .item-body svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top .main #example .container .example-items .example-item .item-body svg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 80px;
  }
}
#top .main #example .container .example-items .example-item .item-body .body-ttl {
  color: #fff;
  background-color: #1b2e50;
  padding: 2px 6px;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#top .main #example .container .example-items .example-item .item-body .arrow {
  width: 30px;
  fill: #1b2e50;
}
@media screen and (max-width: 768px) {
  #top .main #example .container .example-items .example-item .item-body .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#top .main #example .container .example-items .example-item .item-body .body-des {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#top .main #example .container .example-items .example-item .item-notion {
  padding: 20px 40px;
  font-size: 1.4rem;
}
#top .main #example .container .example-items .example-item .item-notion a {
  text-decoration: underline;
  color: blue;
}
#top .main #example .container .example-items .slick-dots {
  bottom: -50px;
}
#top .main #example .container .example-items .slick-dots li.slick-active button:before {
  color: #fff;
}
#top .main #example .container .example-items .slick-dots li button:before {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
#top .main #example .container .m-btn05 {
  margin: 80px auto 0;
}
#top .main #qa {
  background-color: #6bb8ef;
}
#top .main #qa hgroup p {
  color: #fff;
}
#top .main #qa .faq {
  margin: 60px auto 0;
}
#top .main #qa .faq dl,
#top .main #qa .faq dt,
#top .main #qa .faq dd {
  margin: 0;
  padding: 0;
}
#top .main #qa .faq dt,
#top .main #qa .faq dd {
  padding: 15px 10px;
}
#top .main #qa .faq dt span,
#top .main #qa .faq dd span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
}
@media screen and (max-width: 425px) {
  #top .main #qa .faq dt span,
  #top .main #qa .faq dd span {
    left: 0;
  }
}
#top .main #qa .faq dl {
  position: relative;
  overflow: hidden;
}
#top .main #qa .faq dl > input {
  display: none;
}
#top .main #qa .faq dl > input:checked + label + dd {
  position: relative;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#top .main #qa .faq dl > input:checked + label > dt::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#top .main #qa .faq dt {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  -webkit-transition: 0.4;
  transition: 0.4;
  border-top: 1px solid #fff;
  background-color: #6bb8ef;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 425px) {
  #top .main #qa .faq dt {
    padding-left: 1.8em;
  }
}
#top .main #qa .faq dt::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top .main #qa .faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#top .main #qa .faq dd {
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: none;
  padding: 20px 40px 40px;
  font-size: 2rem;
  color: #1b2e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 425px) {
  #top .main #qa .faq dd {
    padding: 40px 20px;
  }
}
#top .main #qa .faq dd span {
  color: #1b2e50;
}
#top .main #access {
  padding-bottom: 0;
}
#top .main #access .container {
  padding-bottom: 0;
}
#top .main #access .map {
  margin-top: 60px;
}
#top .main #access .map iframe {
  width: 100%;
  height: 660px;
}
#top .main #access .map .des {
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (max-width: 425px) {
  #top .main #access .map .des {
    width: 100%;
    margin: 20px auto 0;
  }
}
#top .main #access .link {
  margin-top: 80px;
  text-align: center;
}
#top .main #access .link .m-btn01 {
  margin: auto;
  border: 1px solid #2a6acb;
  color: #2a6acb;
}
#top .main #access .link .m-btn01::after {
  content: url(/common/img/btn_arrow2.svg);
}
#top .main #access .ac {
  margin-top: 100px;
  width: 100%;
  border-bottom: 1px solid #2a6acb;
}
#top .main #access .ac tr {
  border-top: 1px solid #2a6acb;
}
#top .main #access .ac tr th,
#top .main #access .ac tr td {
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  #top .main #access .ac tr th,
  #top .main #access .ac tr td {
    display: block;
    width: 100%;
  }
}
#top .main #access .ac tr th {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #top .main #access .ac tr th {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(107, 184, 239, 0.3019607843);
  }
}/*# sourceMappingURL=index.css.map */