@charset "UTF-8";
/* ---------------------------------------
メインビュジュアル
-----------------------------------------*/
.p-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-mv_bg {
  position: relative;
}
.p-mv_bg::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: #000;
  top: 0;
  left: 0;
  z-index: -2;
  position: absolute;
}
.p-mv_bg_img::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  background-image: url("../img/index/img_mv.jpg");
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-mission .p-mv_bg_img::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv_bg_img::after {
    background-image: url("../img/index/img_mv_sp.jpg");
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}
.p-mv_text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv_text-box {
    top: 51%;
    width: 100%;
  }
}
.p-mv_title {
  font-size: 12rem;
  line-height: 0.9;
  text-align: center;
  color: #fff;
  font-family: "Bellefair", serif;
}
@media screen and (max-width: 767px) {
  .p-mv_title {
    font-size: 7rem;
  }
}
.p-mv_text {
  margin-top: 1rem;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv_text {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

/* ---------------------------------------
Wellness Cabinとは
-----------------------------------------*/
.p-about {
  padding: 24rem 0 26rem;
  position: relative;
  background-color: #000;
}
.p-about_inner {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 12rem 0 24.9rem;
  }
}
.p-about * {
  color: #fff;
}
.p-about .text-box {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about .text-box {
    padding-left: 0;
  }
}
.p-about .text-box .title {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about .text-box .title {
    font-size: 3rem;
  }
}
.p-about .text-box .text {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-about .text-box .text {
    margin-top: 4.5rem;
  }
}
.p-about .img {
  width: 100%;
  margin-top: -9rem;
}
@media screen and (max-width: 767px) {
  .p-about .img {
    margin-top: 1rem;
    width: calc(100% + 12.6rem);
    margin-left: -6.3rem;
  }
}
.p-about .img img {
  width: 100%;
}
.p-about .catch {
  position: absolute;
  right: 18rem;
  bottom: 13rem;
  font-size: 6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-about .catch {
    bottom: 10rem;
    right: 4rem;
    font-size: 4rem;
  }
}
.p-about .catch span {
  display: block;
  margin-right: 2rem;
}
.p-about .catch span:first-child {
  margin-right: 0;
}

/* ---------------------------------------
EMPOWERING
-----------------------------------------*/
.p-empowering {
  background: #000;
  position: relative;
}
.p-empowering_inner {
  padding: 15rem 0 28.5rem;
  margin-top: -4rem;
  border-radius: 4rem 4rem 0 0;
  background-color: #ECEBE7;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-empowering_inner {
    padding: 11rem 0 14rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.p-empowering .en-title {
  font-size: 9rem;
  line-height: 1.2;
  font-family: "Bellefair", serif;
}
@media screen and (max-width: 767px) {
  .p-empowering .en-title {
    font-size: 4.8rem;
  }
}
.p-empowering .en-title span {
  display: block;
  padding-left: 35rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-empowering .en-title span {
    padding-left: 0;
    padding-top: 11rem;
  }
}
.p-empowering .en-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32.4rem;
  height: 17rem;
  background: url(../img/index/img_empowering_01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-empowering .en-title span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
    width: 100%;
    background: url(../img/index/img_empowering_01_sp.png) no-repeat center center/contain;
  }
}
.p-empowering .c-sec-box {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-empowering .c-sec-box {
    margin-top: 4rem;
  }
}
.p-empowering .images .img01 {
  position: absolute;
  right: 8rem;
  top: 41rem;
  width: 40rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-empowering .images .img01 {
    margin-top: 1.5rem;
    position: relative;
    top: 0;
    right: 0;
    width: 22rem;
    margin-left: auto;
  }
}
.p-empowering .images .img02 {
  position: absolute;
  right: 18rem;
  top: 67rem;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-empowering .images .img02 {
    margin-top: -3rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}

/* ---------------------------------------
サウナにも宿泊にも 好きな用途へ自由自在に カスタマイズ可能
-----------------------------------------*/
.p-customization {
  background-color: #ECEBE7;
  position: relative;
  z-index: 2;
}
.p-customization_inner {
  margin-top: -4rem;
  background-color: #E0DDD2;
  padding: 14rem 0 16rem;
  border-radius: 4rem 4rem 0 0;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-customization_inner {
    padding: 11rem 0 14rem;
    border-radius: 2rem;
  }
}
.p-customization .block01 .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-customization .block01 .flex {
    display: block;
  }
}
.p-customization .block01 .flex .slider-box {
  margin-top: 2rem;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-customization .block01 .flex .slider-box {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-customization .block01 .flex .slider-box .slick-dotted.slick-slider {
  padding-bottom: 2.4rem;
  margin-bottom: 0;
}
.p-customization .block01 .flex .slider-box .slick-dots {
  bottom: 0;
  text-align: left;
}
.p-customization .block01 .flex .slider-box .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem 0 0;
}
.p-customization .block01 .flex .slider-box .slick-dots li.slick-active button {
  background-color: #000000;
}
.p-customization .block01 .flex .slider-box .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-customization .block01 .flex .slider-box .slick-dots li button::before {
  content: none;
}
.p-customization .block02 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 {
    margin-top: 6rem;
  }
}
.p-customization .block02 .slider .slick-slide {
  width: 40rem;
  height: 40rem;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider .slick-slide {
    width: 28rem;
    height: 28rem;
    margin: 0 0.5rem;
  }
}
.p-customization .block02 .slider_item {
  width: 40rem;
  height: 40rem;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider_item {
    width: 28rem;
    height: 28rem;
  }
}
.p-customization .block02 .slider_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.p-customization .block02 .slider_item_title {
  font-size: 2.1rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider_item_title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-customization .block02 .slider_item_img {
  margin-top: 1.5rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider_item_img {
    width: 10rem;
  }
}
.p-customization .block02 .slider_item_text {
  margin-top: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider_item_text {
    font-size: 1.2rem;
  }
}
.p-customization .block02 .slider_item_btn {
  width: 20rem;
  height: 4.8rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border-radius: 0.3rem;
  margin-top: 2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slider_item_btn {
    width: 16rem;
    height: 4.4rem;
    margin-top: 1.7rem;
  }
}
.p-customization .block02 .slider_item_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icon_search.svg) no-repeat center center/contain;
  transition: 0.2s;
}
.p-customization .block02 .slider_item_btn:hover::before {
  transform: translateY(-50%) scale(1.3);
}
.p-customization .block02 .slick-dotted.slick-slider {
  padding-bottom: 10.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-customization .block02 .slick-dotted.slick-slider {
    padding-bottom: 8.4rem;
  }
}
.p-customization .block02 .prev-arrow, .p-customization .block02 .next-arrow {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: calc(50% - 9rem);
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .p-customization .block02 .prev-arrow, .p-customization .block02 .next-arrow {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-customization .block02 .prev-arrow:hover, .p-customization .block02 .next-arrow:hover {
    opacity: 0.7;
  }
}
.p-customization .block02 .next-arrow {
  left: calc(50% + 9rem);
}
.p-customization .block02 .slick-dots {
  bottom: 2.8rem;
}
.p-customization .block02 .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem 0 0;
}
.p-customization .block02 .slick-dots li.slick-active button {
  background-color: #000000;
}
.p-customization .block02 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-customization .block02 .slick-dots li button::before {
  content: none;
}

.modal-box .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
}
.modal-box .modal-overlay.is-active {
  opacity: 0.8;
  visibility: visible;
}
.modal-box .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .modal-box .modal {
    height: calc(100% - 6rem);
    top: 6rem;
  }
}
.modal-box .modal.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  animation: ModalfadeIn 0.5s ease forwards;
}
@keyframes ModalfadeIn {
  from {
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-box .modal_close-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-box .modal_close-icon {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .modal-box .modal_close-icon:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .modal-box .modal_close-icon {
    top: 1rem;
    right: 1rem;
  }
}
.modal-box .modal_mv img {
  width: 100%;
}
.modal-box .modal_inner {
  background-color: #fff;
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal-box .modal_inner {
    width: 100%;
  }
}
.modal-box .modal_body {
  margin: 0 auto;
  padding: 6rem 0;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .modal-box .modal_body {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.modal-box .modal_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-box .modal_title {
    font-size: 1.6rem;
  }
}
.modal-box .modal_en-title {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
.modal-box .modal_tag {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modal-box .modal_tag_item {
  background-color: #ECEBE7;
  border-radius: 3rem;
  padding: 0.2rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.modal-box .modal_text {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-box .modal_sub-title {
  margin-top: 4rem;
  font-family: "Bellefair", serif;
  font-size: 2rem;
}
.modal-box .modal_floor-img {
  margin-top: 3rem;
}
.modal-box .modal_gallery-img-box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
.modal-box .modal_close-btn {
  margin: 4rem auto;
  width: 20rem;
  height: 4.8rem;
  background-color: #000000;
  color: #fff;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-box .modal_close-btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .modal-box .modal_close-btn:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------
サウナにも宿泊にも 好きな用途へ自由自在に カスタマイズ可能
-----------------------------------------*/
.p-scene {
  position: relative;
  background: linear-gradient(to bottom, #E0DDD2 0%, #E0DDD2 calc(100% - 4rem), #000 calc(100% - 4rem), #000 100%);
  z-index: 2;
}
.p-scene_inner {
  margin-top: -4rem;
  background-color: #ECEBE7;
  padding: 14rem 0 16rem;
  border-radius: 4rem;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-scene_inner {
    padding: 11rem 0 12rem;
    border-radius: 2rem;
  }
}
.p-scene .c-sec-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-scene .c-sec-box {
    display: block;
  }
}
.p-scene .c-sec-box .c-sectext {
  width: 60rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-scene .c-sec-box .c-sectext {
    width: 100%;
    margin-top: 4rem;
  }
}
.p-scene .slider-box {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-top: 2rem;
  }
  .p-scene .slider-box .slider .slick-list {
    overflow: visible;
  }
}
.p-scene .slider-box .slider_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_img {
    width: calc(100% + 21.2rem);
    margin-left: -10.6rem;
  }
}
.p-scene .slider-box .slider_item_text-box {
  position: absolute;
  top: 4rem;
  right: 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_text-box {
    top: -1rem;
    right: 1.5rem;
  }
}
.p-scene .slider-box .slider_item_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 7rem;
  font-family: "Bellefair", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_title {
    font-size: 4rem;
  }
}
.p-scene .slider-box .slider_item_catch {
  margin-right: 2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  font-size: 4.6rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_catch {
    font-size: 2.4rem;
    gap: 6rem;
    margin-right: 1.5rem;
  }
}
.p-scene .slider-box .slider_item_catch span {
  background-color: #fff;
  display: block;
  padding: 1rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_catch span {
    padding: 0.8rem;
  }
}
.p-scene .slider-box .slider_item_catch span:first-child::before {
  content: "";
  position: absolute;
  bottom: -8rem;
  transform: translateX(-50%);
  left: 50%;
  width: 6rem;
  height: 6rem;
  background: url(../img/index/icon_scene_title.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .slider_item_catch span:first-child::before {
    width: 4rem;
    height: 4rem;
    bottom: -5rem;
  }
}
.p-scene .slider-box .thumb-slider {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .thumb-slider {
    margin-top: 4rem;
  }
}
.p-scene .slider-box .thumb-slider .slick-list.draggable {
  padding: 0 20px !important;
}
@media screen and (min-width: 768px) {
  .p-scene .slider-box .thumb-slider .slick-list.draggable {
    padding: 0 !important;
  }
}
.p-scene .slider-box .thumb-slider .slick-track {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .thumb-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
.p-scene .slider-box .thumb-slider .slick-slide {
  width: 10rem !important;
  height: 10rem;
  margin-right: 1rem;
  opacity: 0.5;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-scene .slider-box .thumb-slider .slick-slide {
    margin-right: 0;
    width: 6rem !important;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-scene .slider-box .thumb-slider .slick-slide.slick-current {
  opacity: 1;
}
.p-scene .slider-box .thumb-slider .slick-slide.slick-current .thumb-slider_img {
  border: 0.5rem solid #000;
  border-radius: 50%;
}

/* ---------------------------------------
活用事例
-----------------------------------------*/
.p-case {
  padding: 16rem 0 19rem;
  background-color: #000;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 9rem 0 14rem;
  }
}
.p-case_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-case_inner {
    display: block;
  }
}
.p-case * {
  color: #fff;
}
.p-case .title-box {
  width: 42rem;
  border-radius: 2rem;
  background-color: #1E1E1E;
  padding: 5rem 4rem;
  position: sticky;
  top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-case .title-box {
    width: 100%;
    background: transparent;
    padding: 0;
    top: 0;
  }
}
.p-case .title-box .title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-case .title-box .title {
    font-size: 2.6rem;
  }
}
.p-case .title-box .list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.p-case .title-box .list_item {
  background-color: rgba(255, 255, 255, 0.05);
  width: 100%;
  padding: 1.5rem 6rem;
  border-radius: 0.5rem;
  position: relative;
  transition: 0.3s;
}
.p-case .title-box .list_item.is-active {
  background-color: #fff;
}
.p-case .title-box .list_item.is-active .list_item_jp, .p-case .title-box .list_item.is-active .list_item_en {
  font-weight: 600;
  color: #000;
}
.p-case .title-box .list_item.is-active::after {
  opacity: 1;
}
.p-case .title-box .list_item.is-active::before {
  border: 1px solid #000;
}
.p-case .title-box .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-case .title-box .list_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.9rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}
.p-case .title-box .list_item_jp {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  transition: 0.3s;
}
.p-case .title-box .list_item_en {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  transition: 0.3s;
}
.p-case .contents-box {
  width: 78rem;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content {
    margin-top: 8rem;
  }
}
.p-case .contents-box .content:nth-child(n+2) {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content:nth-child(n+2) {
    margin-top: 8rem;
  }
}
.p-case .contents-box .content .img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content .img {
    margin-bottom: 2.5rem;
  }
}
.p-case .contents-box .content .box {
  padding: 3rem 0;
}
.p-case .contents-box .content .box:nth-child(n+3) {
  border-top: 1px solid #383838;
}
.p-case .contents-box .content .box .title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content .box .title {
    font-size: 2.6rem;
  }
}
.p-case .contents-box .content .box .place {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content .box .place {
    margin-top: 2.5rem;
  }
}
.p-case .contents-box .content .box .address {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  color: #969696;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content .box .address {
    margin-top: 0.5rem;
  }
}
.p-case .contents-box .content .box .address::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.8rem;
  background: url(../img/common/icon_map.svg) no-repeat center center/contain;
}
.p-case .contents-box .content .box .sub-title {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-case .contents-box .content .box .sub-title {
    font-size: 1.8rem;
  }
}
.p-case .contents-box .content .box .text {
  font-family: "Noto Sans JP", sans-serif;
}
.p-case .contents-box .content .box .text:nth-child(n+2) {
  margin-top: 1rem;
}

/* ---------------------------------------
Wellness Voice
-----------------------------------------*/
.p-voice {
  position: relative;
  background: #000;
  z-index: 2;
}
.p-voice_inner {
  background-color: #D9D9D9;
  padding: 12rem 0;
  border-radius: 4rem;
  margin-top: -4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice_inner {
    border-radius: 2rem;
  }
}
.p-voice .title {
  font-size: 6rem;
  font-family: "Bellefair", serif;
}
@media screen and (max-width: 767px) {
  .p-voice .title {
    font-size: 4rem;
  }
}
.p-voice .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice .list {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-voice .list_item {
  border: 1px solid #BCB8A7;
  border-radius: 1rem;
  padding: 4rem 2.8rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-voice .list_item {
    padding: 3rem 2rem 2rem;
  }
}
.p-voice .list_item_img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-voice .list_item_img {
    width: 6rem;
  }
}
.p-voice .list_item_text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

/* ---------------------------------------
私たちのミッション
-----------------------------------------*/
.p-mission {
  padding: 23rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding: 17.5rem 0 8rem;
  }
  .p-mission .l-wrap {
    width: calc(100% - 8rem);
  }
}
.p-mission .title {
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mission .title {
    font-size: 2.6rem;
  }
}
.p-mission .text {
  margin-top: 7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mission .text {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=index.css.map */