h1, h2, h3, h4, h5, h6, ul, li, p, span, a, dl, dt, dd {
  line-height: 1.5em;
}

section {
  overflow-x: clip;
}

.ttl-box {
  margin: 0 auto;
  margin-bottom: 5.2083333333vw;
}
.ttl-box .txt-h2 {
  color: #000000;
  text-align: center;
}
.ttl-box .txt-h2 span {
  display: block;
  color: #2E8D87;
  line-height: 1;
  margin-bottom: 0.8333333333vw;
  letter-spacing: 0.5vw;
}

.txt-a {
  background-image: linear-gradient(90deg, #313b9a, #2e8d87);
  width: 15.625vw;
  height: 3.125vw;
  border-radius: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 1s;
  margin: 0 auto;
  margin-top: 5.2083333333vw;
}
.txt-a:hover {
  background: #2E8D87;
}

.top-bg {
  background: url(../img/top-bg.webp) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .ttl-box {
    margin-bottom: 30px;
  }
  .ttl-box .txt-h2 {
    font-size: 16px;
  }
  .ttl-box .txt-h2 span {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .txt-a {
    max-width: 320px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    margin-top: 40px;
    font-size: 14px;
  }
}
/*====================================================
section#mv_area 
====================================================*/
section#mv_area {
  position: relative;
}
section#mv_area .mv_slider {
  width: 100%;
  height: 100svh;
}
section#mv_area .mv_slider::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section#mv_area .mv_slider .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
}
section#mv_area .mv_slider .swiper-slide .slide-img {
  display: flex;
  width: 100%;
  height: 100%;
}
section#mv_area .mv_slider .swiper-slide .slide-img picture {
  display: flex;
  width: 100%;
  height: 100%;
}
section#mv_area .logo {
  position: absolute;
  left: 2vw;
  top: 2vw;
  width: 6vw;
  height: 6vw;
  z-index: 2;
}
section#mv_area .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
section#mv_area .txt-box .txt-h1 {
  text-align: center;
}
section#mv_area .txt-box .txt-h1 span {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#mv_area .txt-box .txt-h1 span.s3 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  section#mv_area .mv_slider::before {
    content: none;
  }
  section#mv_area .mv_slider .swiper-slide img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section#mv_area .logo {
    display: none;
  }
  section#mv_area .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: 80%;
  }
  section#mv_area .txt-box .txt-h1 {
    text-align: center;
    text-align: start;
  }
  section#mv_area .txt-box .txt-h1 span {
    text-align: start;
    margin-bottom: 0;
  }
  section#mv_area .txt-box .txt-h1 span.s1 {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  section#mv_area .txt-box .txt-h1 span.s2 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  section#mv_area .txt-box .txt-h1 span.s3 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
/*====================================================
section#concept_area 
====================================================*/
section#concept_area {
  position: relative;
}
section#concept_area:after {
  content: "";
  width: 100%;
  height: 30vw;
  background: url(../img/consept_bg.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
section#concept_area .inner {
  padding-top: 7.8125vw;
}
section#concept_area .txt-p {
  text-align: center;
  line-height: 2em;
}
section#concept_area .txt-p:nth-child(n+2) {
  margin-top: 2vw;
}

@media screen and (max-width: 767px) {
  section#concept_area .inner {
    padding-top: 30px;
  }
  section#concept_area .txt-p {
    font-size: 14px;
  }
  section#concept_area .txt-p:nth-child(n+2) {
    margin-top: 2vw;
  }
}
/*====================================================
section#type_area 
====================================================*/
section#type_area {
  position: relative;
}
section#type_area .inner {
  padding-top: 7.8125vw;
}
section#type_area .txt-h3 {
  text-align: center;
  line-height: 2em;
}
section#type_area .txt-h3 span {
  color: #2E8D87;
  display: block;
}
section#type_area .items {
  margin-top: 5.2083333333vw;
  justify-content: space-between;
}
section#type_area .items .item {
  width: 44%;
}
section#type_area .items .item .txt-h4 {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  position: relative;
}
section#type_area .items .item .txt-h4::before, section#type_area .items .item .txt-h4:after {
  content: "";
  width: 8.3333333333vw;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2E8D87;
}
section#type_area .items .item .txt-h4::before {
  left: 0;
}
section#type_area .items .item .txt-h4:after {
  right: 0;
}
section#type_area .items .item .list-box li {
  border: solid 1px #2E8D87;
  box-sizing: border-box;
  width: 100%;
  height: 3.125vw;
  border-radius: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #ffffff, #84B3B7);
}
section#type_area .items .item .list-box li:nth-child(2n) {
  background-image: linear-gradient(90deg, #84B3B7, #ffffff);
}
section#type_area .items .item .list-box li:nth-child(n+2) {
  margin-top: 0.78125vw;
}
section#type_area .items .item.i2 .txt-h4::before, section#type_area .items .item.i2 .txt-h4::after {
  background: #9E826F;
}
section#type_area .items .item.i2 .list-box li {
  border-color: #9E826F;
  background-image: linear-gradient(90deg, #ffffff, #B9ADA9);
}
section#type_area .items .item.i2 .list-box li:nth-child(2n) {
  background-image: linear-gradient(90deg, #B9ADA9, #ffffff);
}
section#type_area .txt-f {
  text-align: center;
  margin-top: 5.2083333333vw;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#type_area {
    position: relative;
  }
  section#type_area .inner {
    padding-top: 50px;
  }
  section#type_area .txt-h3 {
    font-size: 14px;
  }
  section#type_area .txt-h3 span {
    font-size: 14px;
  }
  section#type_area .items {
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section#type_area .items .item {
    width: 100%;
  }
  section#type_area .items .item .txt-h4 {
    font-size: 12px;
    margin-bottom: 25px;
  }
  section#type_area .items .item .txt-h4::before, section#type_area .items .item .txt-h4:after {
    width: 100px;
    height: 1px;
  }
  section#type_area .items .item .txt-h4::before {
    left: 0;
  }
  section#type_area .items .item .txt-h4:after {
    right: 0;
  }
  section#type_area .items .item .list-box li {
    height: 36px;
    border-radius: 36px;
    font-size: 10px;
  }
  section#type_area .items .item .list-box li:nth-child(n+2) {
    margin-top: 10px;
  }
  section#type_area .items .item.i2 {
    margin-top: 30px;
  }
  section#type_area .items .item.i2 .txt-h4::before, section#type_area .items .item.i2 .txt-h4::after {
    background: #9E826F;
  }
  section#type_area .items .item.i2 .list-box li {
    border-color: #9E826F;
    background-image: linear-gradient(90deg, #ffffff, #B9ADA9);
  }
  section#type_area .items .item.i2 .list-box li:nth-child(2n) {
    background-image: linear-gradient(90deg, #B9ADA9, #ffffff);
  }
  section#type_area .txt-f {
    margin-top: 40px;
    font-size: 14px;
  }
}
/*====================================================
section#course_area 
====================================================*/
section#course_area {
  position: relative;
}
section#course_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#course_area .top-img {
  width: 100%;
  height: 13.0208333333vw;
  border-radius: 1.0416666667vw;
  margin-bottom: 5.2083333333vw;
  overflow: clip;
}
section#course_area .list-box .txt-h3 {
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
section#course_area .list-box .txt-p {
  text-align: center;
  line-height: 1.8em;
}
section#course_area .list-box li:nth-child(n+2) {
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#course_area {
    position: relative;
  }
  section#course_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#course_area .box {
    width: 100%;
  }
  section#course_area .top-img {
    width: 100%;
    height: 25vw;
    border-radius: 0;
    margin-bottom: 30px;
  }
  section#course_area .list-box {
    width: 88%;
    margin: 0 auto;
  }
  section#course_area .list-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#course_area .list-box .txt-p {
    text-align: start;
    font-size: 14px;
  }
  section#course_area .list-box .txt-p br {
    display: none;
  }
  section#course_area .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
}
/*====================================================
section#voice_area 
====================================================*/
section#voice_area {
  position: relative;
  background: url(../img/voice_bg.webp) center no-repeat;
  background-size: cover;
}
section#voice_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#voice_area .list-box .img-box {
  width: 45%;
  height: 25vw;
  order: 2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: clip;
  border-radius: 1vw;
}
section#voice_area .list-box .txt-box {
  width: 48%;
  order: 1;
}
section#voice_area .list-box .txt-box .txt-h3 {
  color: #2E8D87;
  margin-bottom: 0.5vw;
}
section#voice_area .list-box .txt-box .txt-h3 span {
  color: #2E8D87;
  margin-left: 1.5625vw;
}
section#voice_area .list-box .txt-box .txt-h4 {
  margin-bottom: 2.6041666667vw;
}
section#voice_area .list-box .txt-box .txt-h4 span {
  display: block;
  padding: 0.85vw 1.25vw;
  background: #EBEFEF;
  border-radius: 0.2604166667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3vw;
}
section#voice_area .list-box .txt-box .txt-h4 span:nth-child(n+2) {
  margin-top: 0.4166666667vw;
}
section#voice_area .list-box .txt-box .txt-p {
  line-height: 1.8em;
}
section#voice_area .list-box .txt-box .txt-p:nth-child(n+2) {
  margin-top: 1vw;
}
section#voice_area .list-box li {
  justify-content: space-between;
  align-items: flex-end;
}
section#voice_area .list-box li:nth-child(n+2) {
  margin-top: 5.2083333333vw;
}
section#voice_area .list-box li:nth-child(2n) .img-box {
  order: 1;
}
section#voice_area .list-box li:nth-child(2n) .txt-box {
  order: 2;
}

@media screen and (max-width: 767px) {
  section#voice_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#voice_area .list-box {
    width: 100%;
  }
  section#voice_area .list-box .img-box {
    width: 58%;
    height: 41vw;
    margin-left: auto;
    order: 1;
    border-radius: 10px;
  }
  section#voice_area .list-box .txt-box {
    width: 88%;
    order: 2;
    margin: 0 auto;
    margin-top: -23vw;
  }
  section#voice_area .list-box .txt-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section#voice_area .list-box .txt-box .txt-h3 span {
    font-size: 38px;
    margin-left: 1.5625vw;
  }
  section#voice_area .list-box .txt-box .txt-h4 {
    margin-bottom: 25px;
  }
  section#voice_area .list-box .txt-box .txt-h4 span {
    display: block;
    padding: 9.5px 15px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  section#voice_area .list-box .txt-box .txt-h4 span:nth-child(n+2) {
    margin-top: 8px;
  }
  section#voice_area .list-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#voice_area .list-box .txt-box .txt-p:nth-child(n+2) {
    margin-top: 1vw;
  }
  section#voice_area .list-box li {
    flex-wrap: wrap;
  }
  section#voice_area .list-box li:nth-child(n+2) {
    margin-top: 50px;
  }
  section#voice_area .list-box li:nth-child(2n) .img-box {
    order: 1;
    margin-left: 0;
  }
  section#voice_area .list-box li:nth-child(2n) .txt-box {
    order: 2;
  }
  section#voice_area .list-box li:nth-child(2n) .txt-box .txt-h3 {
    text-align: end;
  }
  section#voice_area .list-box li:nth-child(2n) .txt-box .txt-h4 span {
    margin-left: auto;
  }
}
/*====================================================
section#therapist_area 
====================================================*/
section#therapist_area {
  background: url(../img/therapist_bg.webp) center no-repeat;
  background-size: cover;
}
section#therapist_area .inner {
  padding-bottom: 7.8125vw;
}
section#therapist_area .ttl-box {
  background: url(../img/therapist_ttl_bg.webp) center no-repeat;
  background-size: cover;
  height: 18.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#therapist_area .ttl-box .txt-h2 {
  color: #ffffff;
}
section#therapist_area .ttl-box .txt-h2 span {
  color: #ffffff;
}
section#therapist_area .box {
  justify-content: space-between;
}
section#therapist_area .box .img-box {
  width: 46%;
}
section#therapist_area .box .img-box div {
  width: 100%;
  height: 25vw;
  border-radius: 1vw;
  overflow: clip;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section#therapist_area .box .img-box .txt-h3 {
  margin-top: 1vw;
}
section#therapist_area .box .img-box .txt-h3 span {
  display: block;
  line-height: 1;
}
section#therapist_area .box .txt-box {
  width: 50%;
}
section#therapist_area .box .txt-box .txt-p:nth-child(n+2) {
  margin-top: 1.25vw;
}

@media screen and (max-width: 767px) {
  section#therapist_area .inner {
    padding-bottom: 50px;
  }
  section#therapist_area .ttl-box {
    height: 30vw;
  }
  section#therapist_area .box {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section#therapist_area .box .img-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#therapist_area .box .img-box div {
    width: 80%;
    height: 63vw;
    margin: 0 auto;
    border-radius: 10px;
  }
  section#therapist_area .box .img-box .txt-h3 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  section#therapist_area .box .img-box .txt-h3 span {
    font-size: 14px;
  }
  section#therapist_area .box .txt-box {
    width: 100%;
  }
  section#therapist_area .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#therapist_area .box .txt-box .txt-p:nth-child(n+2) {
    margin-top: 20px;
  }
}
/*====================================================
section#ambiance_area 
====================================================*/
section#ambiance_area .ambiance_slider {
  height: 23vw;
}
section#ambiance_area .ambiance_slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: clip;
  border-radius: 0 2.6041666667vw 0 2.6041666667vw;
}

@media screen and (max-width: 767px) {
  section#ambiance_area .ambiance_slider {
    height: 85vw;
    box-sizing: border-box;
    width: 94%;
    margin-left: auto;
    margin-right: 0;
  }
  section#ambiance_area .ambiance_slider .swiper-slide {
    height: 100%;
    border-radius: 0 20px 0 20px;
  }
}
/*====================================================
section#magazine_area 
====================================================*/
section#magazine_area .inner {
  padding: 7.8125vw 0 0;
}
section#magazine_area .box {
  background: url(../img/magazine_bg.webp) center no-repeat;
  background-size: cover;
  padding: 5.2083333333vw 9.375vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section#magazine_area .txt-box .txt-p {
  margin: 0.5vw auto;
}
section#magazine_area .link-box .txt-a {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  section#magazine_area .inner {
    padding: 60px 0 0;
  }
  section#magazine_area .box {
    padding: 40px 30px;
    flex-wrap: wrap;
  }
  section#magazine_area .txt-box {
    width: 100%;
  }
  section#magazine_area .txt-box .txt-p {
    margin: 10px auto;
    font-size: 16px;
  }
  section#magazine_area .txt-box .txt-p:nth-child(1) {
    font-size: 18px;
  }
  section#magazine_area .txt-box .txt-p:nth-child(2) {
    font-size: 26px;
  }
  section#magazine_area .link-box {
    width: 100%;
  }
  section#magazine_area .link-box .txt-a {
    width: 100%;
    margin-top: 30px;
  }
}
/*====================================================
section#aonotukiinsta_area 
====================================================*/
section#aonotukiinsta_area .inner {
  padding-top: 7.8125vw;
}
section#aonotukiinsta_area .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 2vw;
}
section#aonotukiinsta_area .link img {
  width: 3vw;
  height: 3vw;
}

@media screen and (max-width: 767px) {
  section#aonotukiinsta_area .inner {
    padding-top: 60px;
  }
  section#aonotukiinsta_area .link {
    gap: 20px;
    font-size: 16px;
  }
  section#aonotukiinsta_area .link img {
    width: 30px;
    height: 30px;
  }
}
/*====================================================
section#shop_area 
====================================================*/
section#shop_area .inner {
  padding: 7.8125vw 0;
}
section#shop_area .box {
  box-sizing: border-box;
}
section#shop_area .item-box {
  padding: 2.6041666667vw 0;
  border-top: solid 1px #000000;
}
section#shop_area .item-box.i1 {
  border-top: none;
  padding-top: 0;
}
section#shop_area .item-box .shop_slider {
  width: 100%;
  height: 25vw;
  overflow: clip;
  margin-bottom: 1.5vw;
}
section#shop_area .item-box .img-box {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  margin-bottom: 1.5vw;
}
section#shop_area .item-box .txt-h3 {
  color: #2E8D87;
  margin-bottom: 0.8vw;
}
section#shop_area .item-box .txt-h {
  text-decoration: underline;
  color: blue;
}
section#shop_area .item-box .txt-p {
  margin-top: 0.5208333333vw;
}
section#shop_area .item-box .txt-l a {
  text-decoration: underline;
  color: blue;
}
section#shop_area .item-box .txt-i {
  display: flex;
  align-items: center;
  margin-top: 0.5208333333vw;
  gap: 1.5vw;
}
section#shop_area .item-box .txt-i a {
  text-decoration: underline;
  color: blue;
  display: flex;
  align-items: center;
  gap: 3vw;
}
section#shop_area .item-box .txt-i a img {
  display: flex;
  width: 2vw;
  height: 2vw;
}

@media screen and (max-width: 767px) {
  section#shop_area .inner {
    padding: 60px 0;
  }
  section#shop_area .box {
    box-sizing: border-box;
  }
  section#shop_area .item-box {
    padding: 40px 0;
  }
  section#shop_area .item-box.i1 {
    border-top: none;
    padding-top: 0;
  }
  section#shop_area .item-box .shop_slider {
    width: 100%;
    height: 65vw;
    overflow: clip;
    margin-bottom: 20px;
  }
  section#shop_area .item-box .img-box {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  section#shop_area .item-box .txt-h3 {
    color: #2E8D87;
    margin-bottom: 10px;
    font-size: 18px;
  }
  section#shop_area .item-box .txt-h {
    font-size: 14px;
  }
  section#shop_area .item-box .txt-p {
    margin-top: 10px;
    font-size: 14px;
  }
  section#shop_area .item-box .txt-l {
    font-size: 14px;
  }
  section#shop_area .item-box .txt-l a {
    font-size: 14px;
    margin-left: 10px;
  }
  section#shop_area .item-box .txt-i {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    font-size: 14px;
  }
  section#shop_area .item-box .txt-i a {
    gap: 20px;
    font-size: 14px;
  }
  section#shop_area .item-box .txt-i a img {
    display: flex;
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=top.css.map */