@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-size: 1.25vw;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.7vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body {
    font-size: 2.8vw;
    line-height: 4.6vw;
  }
}
@media (max-width: 499px) {
  body {
    font-size: 5vw;
    line-height: 7.5vw;
  }
}

img {
  width: 100%;
}

.wrapper {
  max-width: 78.1vw;
  padding: 6.2vw 4.6vw;
  margin: auto;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 11.4vw 5.7vw;
    max-width: unset;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 25vw 6.2vw;
  }
}

main {
  background: #FCFBFB;
  position: relative;
  z-index: -1;
}

.section__title {
  font-size: 2.5vw;
  font-family: "Kosugi Maru", sans-serif;
  margin-bottom: 3.9vw;
  text-align: center;
  line-height: 3.5vw;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 4.57vw;
    line-height: 6.4vw;
    margin-bottom: 5.7vw;
  }
}
.section__title::first-letter {
  font-size: 3.1vw;
  color: #EF9FAA;
}
@media (max-width: 768px) {
  .section__title::first-letter {
    font-size: 5.7vw;
  }
}
@media (max-width: 499px) {
  .section__title::first-letter {
    font-size: 9.3vw;
  }
}
@media (max-width: 499px) {
  .section__title {
    font-size: 7.5vw;
    line-height: 10vw;
    margin-bottom: 12.5vw;
  }
}

.title__h3 {
  font-size: 1.8vw;
  font-weight: 600;
  position: relative;
  padding-bottom: 1.2vw;
}
.title__h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #EF9FAA 0px, #EF9FAA 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #EF9FAA 0px, #EF9FAA 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
@media (max-width: 768px) {
  .title__h3 {
    font-size: 3.4vw;
    line-height: 4.57vw;
    padding-bottom: 2.28vw;
  }
}
@media (max-width: 499px) {
  .title__h3 {
    font-size: 5.6vw;
    line-height: 8.1vw;
    padding-bottom: 5vw;
  }
}

.title--white {
  color: #fff;
}

.cta__contents {
  margin-top: 3.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5vw;
}
@media (max-width: 768px) {
  .cta__contents {
    margin-top: 7vw;
  }
}
@media (max-width: 499px) {
  .cta__contents {
    display: block;
    margin-top: 18.7vw;
  }
}

.ctaBtn {
  padding: 1.2vw 0;
  text-align: center;
  display: block;
  width: 30%;
  border-radius: 50rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ctaBtn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .ctaBtn {
    width: 50%;
    padding: 2.28vw 0;
  }
}
@media (max-width: 499px) {
  .ctaBtn {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
}

.ctaBtn__green {
  background: #26C3DE;
  -webkit-box-shadow: 0 0 20px #26C3DE;
          box-shadow: 0 0 20px #26C3DE;
}

.ctaBtn__orange {
  background: #F1C282;
  -webkit-box-shadow: 0 0 20px #F1C282;
          box-shadow: 0 0 20px #F1C282;
}

.ctaBtn__purple {
  background: #93B2EE;
  -webkit-box-shadow: 0 0 20px #93B2EE;
          box-shadow: 0 0 20px #93B2EE;
}

.bg--green {
  background: rgba(23, 195, 245, 0.05);
  position: relative;
}
.bg--green::before {
  content: "";
  background: url("/wp-content/uploads/2024/04/bg-shell.png");
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}

.spDrop {
  display: none;
}
@media (max-width: 768px) {
  .spDrop {
    display: block;
  }
}

.sspDrop {
  display: none;
}
@media (max-width: 499px) {
  .sspDrop {
    display: block;
  }
}

@media (max-width: 768px) {
  .spDelete {
    display: none;
  }
}

.header {
  background: rgba(255, 255, 255, 0.8);
}

.child__fv {
  background: url("/wp-content/uploads/2024/04/contact-fv.jpg") no-repeat center;
  background-size: cover;
  min-height: 37.5vw;
}
@media (max-width: 768px) {
  .child__fv {
    background: url("/wp-content/uploads/2024/04/contact-fv-sp.jpg") no-repeat center;
    background-size: cover;
    min-height: 70vw;
  }
}

.childPage__wrapper h2.wp-block-heading {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  margin: 30px auto 10px;
  padding: 16px 0 16px 16px;
  border-left: 5px solid #26C3DE;
}
.childPage__wrapper p {
  font-size: 1.25rem;
  line-height: 2.125rem;
}
@media (max-width: 499px) {
  .childPage__wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.childPage__wrapper ol {
  list-style: auto;
  padding-left: 1.5vw;
  margin-left: 1.5vw;
  margin-top: 10px;
}
.childPage__wrapper ol li {
  padding-left: 0.8vw;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 10px;
}
.childPage__wrapper ol li::marker {
  color: #26C3DE;
  font-weight: 700;
}

.header {
  position: fixed;
  width: 100%;
}
.header::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 6.2vw;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .header::before {
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header::before {
    height: 15.6vw;
  }
}
@media (max-width: 768px) {
  .header {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.header.scroll__nav::before {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/*フェードインアニメ*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px -8px #b9b9b9;
            box-shadow: 0px 4px 15px -8px #b9b9b9;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px -8px #b9b9b9;
            box-shadow: 0px 4px 15px -8px #b9b9b9;
  }
}
/*フェードアウトアニメ*/
@-webkit-keyframes fadeOut {
  0% {
    background: #fff;
    opacity: 1;
  }
  100% {
    background: unset;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    background: #fff;
    opacity: 1;
  }
  100% {
    background: unset;
    opacity: 0;
  }
}
.header__wrapper {
  height: 6.2vw;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__wrapper {
    position: relative;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .header__wrapper {
    height: 15.6vw;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1vw;
}
@media (max-width: 768px) {
  .nav__list {
    position: absolute;
    top: -800px;
    left: 0;
    display: block;
    text-align: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.header.open {
  background: #fff;
}
@media (max-width: 768px) {
  .header.open .nav__list {
    top: 60px;
  }
}
@media (max-width: 499px) {
  .header.open .nav__list {
    top: 15.6vw;
  }
}

@media (max-width: 768px) {
  .nav__item {
    padding: 16px 0;
    max-width: 500px;
    margin: auto;
  }
}
.nav__item a {
  position: relative;
}
@media (max-width: 768px) {
  .nav__item a {
    padding-left: 5.2vw;
  }
}
@media (max-width: 499px) {
  .nav__item a {
    padding-left: 7vw;
  }
}
@media (max-width: 768px) {
  .nav__item a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0.2em;
    width: 2.4vw;
    height: 2.4vw;
    background: #EF9FAA;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 499px) {
  .nav__item a::before {
    width: 3.4vw;
    height: 3.4vw;
  }
}
.nav__item a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #EF9FAA;
  border-radius: 50%;
  bottom: -1.1vw;
  left: calc(50% - 5px);
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 768px) {
  .nav__item a::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0.1em;
    left: 0.6em;
    width: 2vw;
    height: 2vw;
    background: rgba(239, 159, 170, 0.4);
    opacity: 1;
  }
}
@media (max-width: 499px) {
  .nav__item a::after {
    top: 0.2em;
    left: 0.5em;
    width: 3vw;
    height: 3vw;
  }
}
.nav__item a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__ctaWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__ctaWrapper {
    position: relative;
  }
}

.header__ctaLink {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9vw;
  width: 6.2vw;
  height: 6.2vw;
  -webkit-transition: all 0.6;
  transition: all 0.6;
}
.header__ctaLink:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header__ctaLink {
    height: 60px;
    width: 80px;
    font-size: 10px;
    line-height: 20px;
  }
}
@media (max-width: 499px) {
  .header__ctaLink {
    height: 15.6vw;
  }
}

.cta__icon {
  width: 2.7vw;
}
@media (max-width: 768px) {
  .cta__icon {
    width: 25px;
    margin-bottom: 3px;
  }
}
@media (max-width: 499px) {
  .cta__icon {
    width: 6.2vw;
    margin-bottom: 0;
  }
}

.header__ctaLink--green {
  background: #26C3DE;
}

.header__ctaLink--orange {
  background: #F1C282;
}

.header__sp-menuBtn {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 24px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .header__sp-menuBtn {
    display: block;
  }
}
@media (max-width: 499px) {
  .header__sp-menuBtn {
    top: 5.4vw;
  }
}
.header__sp-menuBtn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header__sp-menuBtn span:nth-child(1) {
  top: 0;
}
.header__sp-menuBtn span:nth-child(2) {
  top: 10px;
}
.header__sp-menuBtn span:nth-child(3) {
  top: 20px;
}
.header__sp-menuBtn.open span:nth-child(1) {
  background: #333;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header__sp-menuBtn.open span:nth-child(3) {
  top: 6px;
  background: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.nabOpen-bg.hamburger-bg-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.fvIntro__bgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: url("/wp-content/uploads/2024/04/fv-color-bottle.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fvIntro__bgWrapper {
    display: none;
  }
}

.fv {
  min-height: 26vw;
  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;
  padding-top: 22.6vw;
  padding-bottom: 6.2vw;
}
@media (max-width: 768px) {
  .fv {
    background: url("/wp-content/uploads/2024/04/sp-sky.png") no-repeat bottom;
    background-size: cover;
    position: relative;
    min-height: 100vw;
  }
  .fv::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 499px) {
  .fv {
    min-height: 156vw;
  }
}

.fv__h1 {
  font-size: 2.8vw;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 4.6vw;
  text-align: center;
  color: #FF8092;
  text-shadow: 1px 2px 4px #afafaf;
}
@media (max-width: 768px) {
  .fv__h1 {
    font-size: 7.5vw;
    line-height: 10vw;
    font-weight: 700;
    z-index: 10;
  }
}
@media (max-width: 499px) {
  .fv__h1 {
    font-size: 9.3vw;
    line-height: 12.5vw;
  }
}

.sp__heartBg {
  display: none;
}
@media (max-width: 768px) {
  .sp__heartBg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 50%;
  }
}

@media (max-width: 768px) {
  .sp__secondText {
    font-size: 4.8vw;
    line-height: 6.57vw;
    display: block;
    margin-top: 4.2vw;
    font-weight: 500;
  }
}
@media (max-width: 499px) {
  .sp__secondText {
    font-size: 6.2vw;
    line-height: 8.75vw;
    margin-top: 6.2vw;
  }
}

.intro {
  text-align: center;
  padding-bottom: 7.5vw;
  padding-top: 6.2vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .intro {
    background: url("/wp-content/uploads/2024/04/sp-colorbottle.png") no-repeat top left;
    background-size: cover;
    padding-top: 14.2vw;
  }
  .intro::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.fv__h2Title {
  margin-bottom: 1.9vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .fv__h2Title {
    margin-bottom: 5.7vw;
    padding: 0 5.7vw;
    text-shadow: 1px 2px 4px #b0b0b0;
  }
  .fv__h2Title::first-letter {
    text-shadow: none;
  }
}

.intro__subTitle {
  color: #FF8092;
  text-shadow: 1px 2px 4px #afafaf;
  display: block;
  font-size: 1.5vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .intro__subTitle {
    font-size: 3.2vw;
    padding: 0 5.7vw;
  }
}
@media (max-width: 499px) {
  .intro__subTitle {
    font-size: 5.6vw;
  }
}

.intro__text {
  line-height: 3.1vw;
  margin-top: 0.7vw;
  font-size: 1.5vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .intro__text {
    font-size: 2.57vw;
    line-height: 5.14vw;
    margin-top: 1.4vw;
    padding: 0 5.7vw;
  }
}
@media (max-width: 499px) {
  .intro__text {
    font-size: 4.37vw;
    margin-top: 6.2vw;
    line-height: 7.5vw;
  }
}

.problem {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#FCFBFB));
  background: linear-gradient(0, #fff, #FCFBFB);
}

.problem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 499px) {
  .problem__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.problem__item {
  min-width: 17.7vw;
  text-align: center;
  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;
  font-size: 1.5vw;
  line-height: 2.5vw;
  margin-bottom: 1.5vw;
  background: rgba(147, 178, 238, 0.8);
  border-radius: 5px;
  padding: 1.8vw 1.5vw;
  -webkit-box-shadow: 0 0 1.5vw #C7D7F5;
          box-shadow: 0 0 1.5vw #C7D7F5;
}
@media (max-width: 768px) {
  .problem__item {
    min-width: 37.1vw;
    font-size: 2.28vw;
    line-height: 3.85vw;
    padding: 2.8vw 1.5vw;
  }
}
@media (max-width: 499px) {
  .problem__item {
    width: 100%;
    margin-bottom: 6.2vw;
    min-width: unset;
    font-size: 5vw;
    line-height: 7.5vw;
    padding: 6.2vw;
  }
  .problem__item:last-child {
    margin-bottom: 0;
  }
}

.solution {
  background: #fff;
}

.solution__wrapper {
  position: relative;
  z-index: 10;
}

.solution__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25023%;
}
@media (max-width: 768px) {
  .solution__contents {
    display: block;
  }
}
.solution__contents img {
  border-radius: 5px;
}

.solution__img {
  width: 45%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .solution__img {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}

.solution__text {
  width: 50%;
}
@media (max-width: 768px) {
  .solution__text {
    width: 100%;
  }
}

.problem__solution {
  position: relative;
}
.problem__solution::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: url(/wp-content/uploads/2024/04/problem-solution.png) no-repeat top;
  background-size: cover;
}

.effect {
  padding: 0 4.6vw;
  background: url("/wp-content/uploads/2024/04/bg-beach.jpg") no-repeat top;
  background-size: cover;
}

.effect__wrapper {
  background: rgba(255, 255, 255, 0.7);
}

.effect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9vw;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.effect__icon {
  width: 1.4vw;
  height: 2.8vw;
}
@media (max-width: 768px) {
  .effect__icon {
    margin-right: 1.4vw;
    width: 2.57vw;
    height: 5.14vw;
  }
}
@media (max-width: 499px) {
  .effect__icon {
    margin-right: 10px;
    width: 5.6vw;
    height: 7.8vw;
  }
}

.effect__text {
  margin-bottom: 1.5vw;
  font-size: 1.5vw;
}
@media (max-width: 768px) {
  .effect__text {
    font-size: 2.8vw;
    margin-bottom: 3.5vw;
    width: calc(100% - 2.57vw);
  }
}
@media (max-width: 499px) {
  .effect__text {
    font-size: 5vw;
    line-height: 7.5vw;
    width: calc(100% - 5.6vw);
  }
}

.therapyCoach__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .therapyCoach__contents {
    display: block;
  }
}

@media (max-width: 499px) {
  .holistic--title {
    font-size: 5.8vw;
  }
}

.title--dotDeco {
  position: relative;
  padding-bottom: 0.8vw;
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  .title--dotDeco {
    margin-top: 3.3vw;
    padding-bottom: 2vw;
  }
}
@media (max-width: 499px) {
  .title--dotDeco {
    padding-bottom: 3.4vw;
    font-size: 5.8vw;
    margin-bottom: 6.2vw;
    line-height: 9.3vw;
  }
}

.therapyCoach__text {
  margin-top: 0.8vw;
}
@media (max-width: 768px) {
  .therapyCoach__text {
    margin-top: 1.4vw;
  }
}
@media (max-width: 499px) {
  .therapyCoach__text {
    margin-bottom: 9.3vw;
  }
}

.therapy {
  width: 48%;
}
@media (max-width: 768px) {
  .therapy {
    width: 100%;
    margin-bottom: 7.14vw;
  }
}
.therapy img {
  border-radius: 5px;
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .service__contents {
    display: block;
  }
}

.service__img {
  width: 40%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .service__img {
    width: 60%;
    margin: 0 auto 4.2vw;
    display: block;
  }
}

.service__text {
  width: 54%;
}
.service__text p {
  margin-bottom: 2.3vw;
}
@media (max-width: 768px) {
  .service__text {
    width: 100%;
  }
}

.sessionReview__item {
  border-radius: 5px;
  padding: 2.3vw 3.1vw;
}
.sessionReview__item:last-child {
  margin-top: 4%;
}
@media (max-width: 768px) {
  .sessionReview__item:last-child {
    margin-top: 4.2vw;
    padding: 3.5vw;
  }
}
@media (max-width: 499px) {
  .sessionReview__item:last-child {
    margin-top: 6.2vw;
  }
}
@media (max-width: 499px) {
  .sessionReview__item {
    padding: 5vw;
  }
}

.sessionReview__name {
  font-size: 1.8vw;
  margin-bottom: 0.6vw;
}
@media (max-width: 768px) {
  .sessionReview__name {
    font-size: 3.4vw;
  }
}
@media (max-width: 499px) {
  .sessionReview__name {
    font-size: 6.2vw;
  }
}

.item--pink {
  background: rgba(239, 159, 170, 0.5);
  -webkit-box-shadow: 0 0 10px #EF9FAA;
          box-shadow: 0 0 10px #EF9FAA;
}

.item--orange {
  background: rgba(241, 194, 130, 0.5);
  -webkit-box-shadow: 0 0 10px #F1C282;
          box-shadow: 0 0 10px #F1C282;
}

.third__item {
  background: rgba(241, 194, 130, 0.5);
  -webkit-box-shadow: 0 0 10px #F1C282;
          box-shadow: 0 0 10px #F1C282;
}
@media (max-width: 768px) {
  .third__item {
    background: rgba(239, 159, 170, 0.5);
    -webkit-box-shadow: 0 0 10px #EF9FAA;
            box-shadow: 0 0 10px #EF9FAA;
  }
}

.fourth__item {
  background: rgba(239, 159, 170, 0.5);
  -webkit-box-shadow: 0 0 10px #EF9FAA;
          box-shadow: 0 0 10px #EF9FAA;
}
@media (max-width: 768px) {
  .fourth__item {
    background: rgba(241, 194, 130, 0.5);
    -webkit-box-shadow: 0 0 10px #F1C282;
            box-shadow: 0 0 10px #F1C282;
  }
}

.seminar__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  .seminar__contents {
    display: block;
  }
}

@media (max-width: 768px) {
  .sessionReview__text {
    margin-top: 1.4vw;
  }
}

.seminar__image {
  width: 35%;
}
@media (max-width: 768px) {
  .seminar__image {
    width: 100%;
    margin-bottom: 2.8vw;
  }
}
.seminar__image .img__desc {
  font-size: 0.9vw;
  line-height: 1.1vw;
  display: inline-block;
  margin-top: 0.8vw;
}
@media (max-width: 768px) {
  .seminar__image .img__desc {
    font-size: 1.7vw;
  }
}
@media (max-width: 499px) {
  .seminar__image .img__desc {
    font-size: 3.1vw;
    line-height: 5.6vw;
  }
}

.seminar__description {
  width: 61%;
}
@media (max-width: 768px) {
  .seminar__description {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .seminar__description {
    margin-top: 3.1vw;
  }
}
.seminar__description p {
  margin-top: 0.6vw;
}
@media (max-width: 768px) {
  .seminar__description p {
    margin-top: 1.1vw;
  }
}
@media (max-width: 499px) {
  .seminar__description p {
    margin-top: 2.5vw;
  }
}

.seminarReview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 768px) {
  .seminarReview__contents {
    display: block;
  }
}

.seminarReview__item {
  width: 48%;
  padding: 1.5vw;
  margin-bottom: 4%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .seminarReview__item {
    width: 100%;
    padding: 3.5vw;
    margin-bottom: 4.2vw;
  }
}
@media (max-width: 499px) {
  .seminarReview__item {
    margin-bottom: 6.2vw;
  }
}

.profile__contents img {
  float: left;
  max-width: 31.25vw;
  margin-right: 2.3vw;
  margin-bottom: 1.5vw;
}
@media (max-width: 768px) {
  .profile__contents img {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .profile__contents img {
    float: unset;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 6.2vw;
    display: block;
  }
}
@media (max-width: 499px) {
  .profile__contents p {
    margin-bottom: 5vw;
  }
}
.profile__contents p:last-child {
  clear: both;
  margin-top: 1.5vw;
}

.Background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
  margin-top: 3.9vw;
}
@media (max-width: 768px) {
  .Background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 7.14vw;
  }
}
@media (max-width: 499px) {
  .Background {
    margin-top: 18.7vw;
  }
}

.Background__contents dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vw;
}
@media (max-width: 768px) {
  .Background__contents dt {
    font-size: 3.4vw;
    margin-bottom: 1.4vw;
  }
}
@media (max-width: 499px) {
  .Background__contents dt {
    font-size: 5.6vw;
  }
}
.Background__contents dt img {
  width: 1.5vw;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .Background__contents dt img {
    width: 4.8vw;
  }
}
@media (max-width: 499px) {
  .Background__contents dt img {
    width: 6.2vw;
  }
}
.Background__contents dd {
  margin-bottom: 2.3vw;
}
.Background__contents dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .Background__contents dd {
    margin-bottom: 4.2vw;
  }
}
@media (max-width: 499px) {
  .Background__contents dd {
    margin-bottom: 5vw;
  }
}

.background__img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .background__img {
    width: 60%;
    margin: 0 auto 7.14vw;
  }
}
@media (max-width: 499px) {
  .background__img {
    width: 80%;
  }
}

.Background__list {
  margin-top: 0.6vw;
  padding-left: 1.5vw;
}
@media (max-width: 768px) {
  .Background__list {
    margin-top: 1.1vw;
    padding-left: 3.5vw;
  }
}
@media (max-width: 499px) {
  .Background__list {
    margin-top: 5vw;
    padding-left: 5.6vw;
  }
}

.Background__item {
  list-style: disc;
  color: #93B2EE;
  line-height: 1.5vw;
  margin-bottom: 0.8vw;
}
@media (max-width: 768px) {
  .Background__item {
    margin-bottom: 1.4vw;
  }
}
.Background__item span {
  color: #333;
}
@media (max-width: 768px) {
  .Background__item span {
    line-height: 3.4vw;
  }
}
@media (max-width: 499px) {
  .Background__item span {
    line-height: 7.5vw;
  }
}

.snsLink {
  text-decoration: underline;
  color: #93B2EE;
}

.column__wrapper {
  padding-bottom: 12.5vw;
}

.column__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
@media (max-width: 768px) {
  .column__contents {
    display: block;
  }
}

.column__item {
  width: 33%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.25);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .column__item {
    width: 100%;
    margin-bottom: 5.7vw;
  }
}

.column__img {
  height: 15.6vw;
}
@media (max-width: 768px) {
  .column__img {
    height: auto;
  }
}
.column__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.postDate {
  display: inline-block;
  margin: 1.2vw 0.8vw 0;
}
@media (max-width: 768px) {
  .postDate {
    padding-left: 2.28vw;
    margin-bottom: 1.2vw;
  }
}

.columnTitle {
  margin: 0 0.8vw 1.5vw;
  line-height: 1.8vw;
}
@media (max-width: 768px) {
  .columnTitle {
    padding-bottom: 2.8vw;
    padding-left: 2.28vw;
  }
}
@media (max-width: 499px) {
  .columnTitle {
    line-height: normal;
  }
}

.footer {
  background: #F3FCFE;
}

.footer__wrapper {
  padding: 2.3vw 4.6vw 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 4.2vw 5.7vw 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 499px) {
  .footer__wrapper {
    padding-top: 8vw;
    font-size: 2.5vw;
    -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;
  }
}

.footer__nav {
  width: 50%;
}
@media (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .footer__navList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.2vw;
  }
}
@media (max-width: 499px) {
  .footer__navList {
    margin-top: 8.2vw;
  }
}

.footer__navItem {
  padding: 0 0.8vw;
  border-right: 1px solid #333;
  line-height: 1.5vw;
  font-size: 1.2vw;
}
@media (max-width: 768px) {
  .footer__navItem {
    padding: 0 1.7vw;
    line-height: 3vw;
    font-size: 2.28vw;
  }
}
@media (max-width: 499px) {
  .footer__navItem {
    padding: 0 3.75vw;
    line-height: 4vw;
    font-size: 3vw;
  }
}
.footer__navItem:last-child {
  padding-right: 0;
  border-right: unset;
}

.instagram__banner {
  background: #fff;
  border-radius: 0.8vw;
  padding: 1.5vw;
  width: 35.1vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .instagram__banner {
    padding: 2.8vw;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .instagram__banner {
    padding: 6.2vw;
    width: 100%;
  }
}
.instagram__banner:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.instagram__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 499px) {
  .instagram__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.instagram__link img {
  width: 3.9vw;
  height: 100%;
}
@media (max-width: 768px) {
  .instagram__link img {
    width: 7vw;
  }
}
@media (max-width: 499px) {
  .instagram__link img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 10vw;
  }
}

.banner__desc {
  text-align: center;
}
@media (max-width: 499px) {
  .banner__desc {
    margin-top: 3.1vw;
  }
}
.banner__desc p {
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-align: center;
}
@media (max-width: 768px) {
  .banner__desc p {
    font-size: 2.28vw;
    line-height: 3.5vw;
  }
}
@media (max-width: 499px) {
  .banner__desc p {
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
.banner__desc h4 {
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Kosugi Maru", sans-serif;
  color: #EF9FAA;
}
@media (max-width: 768px) {
  .banner__desc h4 {
    font-size: 2.57vw;
  }
}
@media (max-width: 499px) {
  .banner__desc h4 {
    font-size: 3.9vw;
  }
}

.copyright {
  padding: 1.5vw;
  text-align: center;
  font-size: 0.8vw;
  display: block;
}
@media (max-width: 768px) {
  .copyright {
    padding: 2.8vw;
    font-size: 1.7vw;
  }
}
@media (max-width: 499px) {
  .copyright {
    padding: 6vw 0 4vw;
    font-size: 2.4vw;
  }
}

.scroll_in_animation {
  -webkit-animation: scroll_in_animation 1s ease-out forwards;
          animation: scroll_in_animation 1s ease-out forwards;
}

@-webkit-keyframes scroll_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scroll_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.fadein_animation_start {
  -webkit-animation-name: fadein_animation;
          animation-name: fadein_animation;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadein_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fadein_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.scroll-in, .c-timelag, .scroll-in-delay, .top_works-item {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */