@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #F9FAF5;
  color: #4d4c46;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}
p * {
  line-height: inherit;
}

p, dd {
  word-break: break-all;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.g_ft {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

.ft_e {
  /*font-family: "Crimson Text", serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.ft_msc {
  font-family: "Marcellus SC", serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

@media screen and (min-width: 768px) {
  .c_wrap {
    margin-left: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .c_wrap.b {
    margin-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .c_wrap.b {
    margin-left: 0;
  }
}

.c_mail a {
  border: solid 1px #4d4c46;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  padding: 0.8em 0;
  display: inline-block;
  width: 21rem;
}
.c_mail a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: solid 1px #4d4c46;
}
.c_mail a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: solid 1px #4d4c46;
  width: 6rem;
  left: -3rem;
  animation: pathmove2 1.4s ease-in-out infinite;
}

.c_ttl2 {
  color: #9F8A65;
  position: relative;
  font-size: 2.2rem;
  padding-top: 11rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 1.2rem;
    padding-top: 7rem;
    margin-bottom: 4.5rem;
  }
}
.c_ttl2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 1px #9F8A65;
  height: 9.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c_ttl2:before {
    height: 5.6rem;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
    height: 45%;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 74%;
  }
}
@keyframes pathmove2 {
  0% {
    width: 0;
    left: -3.5rem;
    opacity: 0;
  }
  30% {
    opacity: 1;
    width: 3.5rem;
  }
  100% {
    width: 0;
    opacity: 0;
    left: 3.5rem;
  }
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 112.8rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

html {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  height: 8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  #header {
    height: 5rem;
    margin-bottom: -5rem;
  }
}

.h_logo {
  position: absolute;
  z-index: 10;
  top: 2rem;
  left: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.h_logo a {
  display: block;
}
.h_logo img {
  display: block;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .h_logo img {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .h_logo.b img {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .h_logo {
    position: fixed;
    position: absolute;
  }
  #header.b .h_logo {
    left: 2%;
    position: absolute;
  }
  body.abs .h_logo {
    opacity: 0;
    transition: opacity 0.2s;
  }
}
.h_logo::after {
  content: attr(data-caption);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: fit-content;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .h_logo {
    top: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    width: 21rem;
  }
}

.h_nav {
  text-transform: uppercase;
}
.h_nav li {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .h_nav li {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.h_nav a {
  position: relative;
  display: block;
}
.h_nav a:hover {
  opacity: 1;
}
.h_nav a:hover i {
  opacity: 0;
}
.h_nav a:hover span {
  opacity: 1;
}
.h_nav a:hover span:before {
  transform: none;
}
.h_nav a i,
.h_nav a span {
  transition: opacity 0.5s;
}
.h_nav a span {
  position: absolute;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}
.h_nav a span:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: solid 1px #4d4c46;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: left bottom;
}

.h_mail {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .h_mail {
    margin-top: 4rem;
  }
}

.h_menu {
  position: fixed;
  right: 5rem;
  top: 2rem;
  cursor: pointer;
  z-index: 15;
  width: 3rem;
  height: 4rem;
  padding-top: 1rem;
  cursor: pointer;
  z-index: 999;
  /*body.h_w & {
  	color: #fff;
  }*/
}
@media screen and (max-width: 767px) {
  .h_menu {
    width: 4rem;
    height: 4rem;
    top: 2vw;
    right: 2.6666666667vw;
  }
}
.h_menu img {
  width: 4rem;
}
body.open .h_menu {
  color: #4d4c46;
}
.h_menu:before {
  content: "MENU";
  font-family: "Poppin", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .h_menu:before {
    font-size: 1.1rem;
  }
}
body.open .h_menu:before {
  content: "CLOSE";
  letter-spacing: 0.1em;
  margin-left: -0.1em;
}
.h_menu_w::before {
  color: #fff;
}
body.open .h_menu_w::before {
  color: #4d4c46;
}

.h_menu_icon {
  position: relative;
  display: block;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .h_menu_icon {
    width: 4rem;
  }
}
.h_menu_icon:before, .h_menu_icon:after,
.h_menu_icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #4d4c46;
  transition: transform 0.6s, opacity 0.6s;
  /*body.h_w & {
  	background-color: #fff;
  }*/
}
@media screen and (max-width: 1500px) {
  .h_menu_icon:before, .h_menu_icon:after,
  .h_menu_icon span {
    height: 1px;
  }
}
.h_menu_w .h_menu_icon:before, .h_menu_w .h_menu_icon:after,
.h_menu_w .h_menu_icon span {
  background: #fff;
}
.h_menu_icon:before, .h_menu_icon:after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .h_menu_icon:before, .h_menu_icon:after {
    top: -0.75rem;
  }
}
.h_menu_icon:after {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .h_menu_icon:after {
    top: 0.75rem;
  }
}
body.open .h_menu_icon {
  background: transparent;
  transition: none;
}
body.open .h_menu_icon:before, body.open .h_menu_icon:after {
  top: 0;
  background: #4d4c46;
}
body.open .h_menu_icon:before {
  transform: rotate(25deg);
}
body.open .h_menu_icon:after {
  transform: rotate(-25deg);
}
body.open .h_menu_icon span {
  opacity: 0;
}

.h_close {
  position: absolute;
  z-index: 1;
}

#toggle_menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 48rem;
  overflow-y: auto;
  height: 100%;
  right: 0;
  background: #eff1e8;
  padding: 8rem 9rem 0;
  display: none;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  #toggle_menu {
    width: 100vw;
    padding: 8rem 4rem 3rem;
  }
}

body.open {
  overflow-y: hidden;
}

.f_info {
  background: #e7e9e9;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_info {
    padding-bottom: 8rem;
  }
  .f_info .u_inner {
    width: 145.3rem;
  }
}
.f_info .contact {
  margin-top: 2.5rem;
}
.f_info .contact a {
  display: block;
  position: relative;
  margin: 0 auto;
  position: relative;
}
.f_info .contact a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: solid 1px #A08A65;
}
@media screen and (max-width: 767px) {
  .f_info .contact a:before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .f_info .contact a {
    width: 57rem;
  }
}
.f_info .contact p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.12em;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_info .contact p {
    font-size: 2.4rem;
  }
}
.f_info .contact i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2.8em;
  font-style: italic;
  color: #9F8A65;
  padding-right: 1em;
  font-size: 0.55em;
}
.f_info .contact i img {
  display: block;
}
@media screen and (max-width: 767px) {
  .f_info .contact i {
    font-size: 0.9em;
    margin-top: 1.5em;
  }
}
.f_info .contact i:after {
  content: "";
  background: url(../img/ico_arrow_g.svg) no-repeat 50%/contain;
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  right: 0;
  animation: move 1.75s infinite;
}
.f_info .owner {
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .f_info .owner {
    margin: 7.5rem 0 6rem;
    display: flex;
    justify-content: center;
    gap: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .f_info .owner li {
    margin-top: 2.5rem;
  }
}
.f_info .owner small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_info .owner small {
    margin: 0 0 0.5em;
    text-align: center;
  }
}
.f_info .owner img {
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  .f_info .owner img {
    height: 4rem;
  }
}
.f_info .owner li:nth-child(1) img {
  height: 3rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .f_info .owner li:nth-child(1) img {
    margin-top: 0;
  }
}
.f_info .note {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: left;
}

@keyframes move {
  0% {
    right: 0.5rem;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0.5rem;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
    /* marginではなくtransformで下から */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeTrigger {
  opacity: 0;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: background-color 2s 1.5s ease-in, opacity 1.2s 3s ease;
}
.splash .elem {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 20px;
  width: 50%;
  height: fit-content;
  -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
  mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  scale: 1;
  opacity: 0;
  filter: blur(10px);
  transition: mask-size 1.5s ease, scale 1.5s ease, opacity 1.5s ease, -webkit-mask-size 1.5s ease, filter 0.6s 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .splash .elem {
    width: 80%;
  }
}
.splash .elem .text {
  width: 60%;
}
.splash .elem .logo {
  width: 45%;
}
.splash .elem .logo img {
  width: 100%;
}
.splash.reveal {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.splash.reveal .elem {
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  scale: 1;
  opacity: 1;
  filter: blur(0px);
}

.top_main {
  margin-top: 8rem;
  border-radius: 0 0 5rem 5rem;
  position: relative;
  overflow: hidden;
  padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 5rem;
    background: #d8dcd2;
    padding: 0;
  }
}
.top_main:before {
  width: 100%;
  height: calc(100% - 5rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fbfbfb;
  /*background: linear-gradient(#eaeee4, #eaeee4, #edf0e9);*/
  content: "";
}
.top_main .mv {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_main .mv {
    padding-top: 22rem;
  }
}
.top_main .mv .building {
  position: relative;
  z-index: 2;
  padding: 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .top_main .mv .building {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.top_main .mv .building picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .top_main .mv .building picture {
    width: 53.6vw;
    max-width: 1030px;
    height: 48vw;
    max-height: 900px;
    margin: 0 8.2rem 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv .building picture {
    width: 100%;
    height: 36rem;
  }
}
.top_main .mv .building img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -220%;
}
@media screen and (max-width: 767px) {
  .top_main .mv .building img {
    width: 110%;
    height: 110%;
    object-position: 80% top;
  }
}
.top_main .mv .copy {
  position: absolute;
  bottom: 10.5%;
  left: 12%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top_main .mv .copy {
    bottom: auto;
    left: 3rem;
    top: 3rem;
  }
}
.top_main .mv .copy .img {
  width: 24vw;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .top_main .mv .copy .img {
    width: 22rem;
  }
}
.top_main .mv .copy .text {
  font-size: min(2.1vw, 42px);
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .top_main .mv .copy .text {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.top_main .mv .illust01 {
  position: absolute;
  top: -4.3%;
  left: 3.4%;
  width: 57.3vw;
  max-width: 1100px;
  z-index: 1;
  mix-blend-mode: darken;
}
@media screen and (max-width: 767px) {
  .top_main .mv .illust01 {
    width: 35rem;
    top: -0.5rem;
    left: auto;
    right: -14.5rem;
  }
}
.top_main .mv .illust01 video {
  width: 100%;
}
.top_main .mv .illust02 {
  position: absolute;
  bottom: -4%;
  right: 10%;
  width: 12.6vw;
  z-index: 3;
  max-width: 240px;
  animation: yurayura 5s ease-in-out infinite;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_main .mv .illust02 {
    bottom: -1rem;
    right: 8rem;
    width: 9rem;
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.top_main .mv .circle01,
.top_main .mv .circle02 {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  border: 1px solid #edf0e9;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
.top_main .mv .circle01 {
  width: 94rem;
  bottom: -58rem;
  left: -32rem;
  animation: circleFuwafuwa1 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top_main .mv .circle01 {
    width: 20rem;
    bottom: auto;
    top: -10rem;
    left: -8rem;
    animation: circleFuwafuwa1-sp 5s ease-in-out infinite;
  }
}
.top_main .mv .circle02 {
  width: 110rem;
  top: -48rem;
  right: -36rem;
  animation: circleFuwafuwa2 12s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top_main .mv .circle02 {
    width: 34rem;
    top: 17rem;
    right: -7rem;
    animation: circleFuwafuwa2-sp 8s ease-in-out infinite;
  }
}
.top_main .mv .circle02:before {
  width: 90%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(237, 240, 233, 0.3);
  border-radius: 50%;
  content: "";
}
@keyframes circleFuwafuwa1 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.9) translate(0, 2rem);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes circleFuwafuwa1-sp {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.9) translate(0, 2rem);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes circleFuwafuwa2 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.92) translate(0, -1.5rem);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes circleFuwafuwa2-sp {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.94) translate(0, -0.5rem);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.top_main .mv .scroll {
  width: 4vw;
  max-width: 8rem;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4d4c46;
  position: absolute;
  bottom: 4.5rem;
  right: 2.2vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_main .mv .scroll {
    width: 3.5rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.top_main .mv .scroll:before {
  width: 25%;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/mv_scroll.png) center/contain no-repeat;
  content: "";
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, -50%) translate(0, -0.7rem);
  }
  50% {
    transform: translate(-50%, -50%) translate(0, 0.7rem);
  }
  100% {
    transform: translate(-50%, -50%) translate(0, -0.7rem);
  }
}
.top_main .mv .merit {
  position: absolute;
  top: 15%;
  right: 2%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit {
    top: 21rem;
    right: 1.5rem;
  }
}
.top_main .mv .merit p {
  font-size: min(1.4vw, 26px);
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit p {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.top_main .mv .merit p em {
  font-size: min(1.9vw, 36px);
  color: #769446;
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit p em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit p.small {
    font-size: 1.16rem;
  }
}
.top_main .mv .merit p + p {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit p + p {
    margin-top: 1rem;
  }
}
.top_main .mv .merit .kazari {
  font-family: "Lato", sans-serif;
  font-size: min(1vw, 19px);
  font-weight: 600;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 1vw;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .top_main .mv .merit .kazari {
    position: absolute;
    top: 5%;
    left: -20%;
    text-orientation: sideways;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit .kazari {
    font-size: 1.1rem;
    gap: 1rem;
  }
}
.top_main .mv .merit .kazari em {
  color: #769446;
  font-style: normal;
}
.top_main .mv .merit .kazari:after {
  content: "";
  display: block;
  width: 1px;
  height: 4vw;
  max-height: 76px;
  background: #4d4c46;
}
@media screen and (max-width: 767px) {
  .top_main .mv .merit .kazari:after {
    width: 5rem;
    height: 1px;
  }
}
.top_main .mv .merit .kome {
  position: relative;
}
.top_main .mv .merit .kome::after {
  content: "※1";
  position: absolute;
  bottom: 2rem;
  right: 4.4em;
  font-size: 0.48em;
  line-height: 1;
}

.top_concept {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .top_concept {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_concept .u_inner {
    width: 120rem;
  }
}
.top_concept .main_ttl {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .top_concept .main_ttl {
    font-size: 3rem;
  }
}
.top_concept .main_ttl img {
  display: block;
  width: 3rem;
  margin: 0.5rem auto 0;
}
.top_concept .grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: auto 53rem;
}
@media screen and (max-width: 767px) {
  .top_concept .grid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_concept .grid .cont {
    text-align: center;
  }
}
.top_concept .grid .cont .en_ttl {
  color: #97b567;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .cont .en_ttl {
    font-size: 1.2rem;
    transform: rotate(0.03deg);
  }
}
.top_concept .grid .cont .jp_ttl {
  font-size: 3.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .cont .jp_ttl {
    font-size: 2.5rem;
  }
}
.top_concept .grid .cont .text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .cont .text {
    font-size: 1.4rem;
  }
}
.top_concept .grid .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .btn {
    margin-top: 3rem;
  }
}
.top_concept .grid .btn a {
  display: block;
  width: 28rem;
  color: #fff;
  background-color: #a7c773;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10rem;
  padding: 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .btn a {
    margin: 0 auto;
    font-size: 1.4rem;
    background-size: 3rem;
    padding: 1.8rem 3rem;
  }
}
.top_concept .grid .btn a:before {
  width: 3.6rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(../img/ico-arrow.png) center/1.2rem auto no-repeat;
  content: "";
  transition: background-position 0.4s ease;
}
.top_concept .grid .btn a:hover {
  background-color: #d3b38d;
  opacity: 1;
}
.top_concept .grid .btn a:hover:before {
  background-position: 70% center;
}
.top_concept .grid .image_area {
  position: relative;
}
.top_concept .grid .image_area .illust {
  position: absolute;
  bottom: -14rem;
  left: -22rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .top_concept .grid .image_area .illust {
    width: 16rem;
    bottom: -7rem;
    left: -3rem;
  }
}

.top_nav {
  position: relative;
  overflow: hidden;
  padding: 22rem 3.1% 8.5rem;
}
@media screen and (max-width: 767px) {
  .top_nav {
    padding-top: 15rem;
  }
}
.top_nav ul {
  display: flex;
  color: #fff;
  text-align: center;
  gap: 0 1.66%;
}
@media screen and (max-width: 767px) {
  .top_nav ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.top_nav ul:after {
  content: "all image photo";
  position: absolute;
  bottom: 6rem;
  right: 5rem;
  font-size: 1.2rem;
  color: #4d4c46;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_nav ul:after {
    right: 1.3rem;
  }
}
.top_nav li {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.top_nav li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #4d4c46;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: left bottom;
}
.top_nav li.evt {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .top_nav li {
    width: 50%;
  }
}
.top_nav li.show:before {
  transition: transform 2s;
  transform: scale(1, 0);
}
@media screen and (max-width: 767px) {
  .top_nav video {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top_nav img {
    opacity: 1;
  }
  .top_nav video {
    display: none;
  }
}
.top_nav img {
  width: 100%;
  object-fit: cover;
  height: 108rem;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .top_nav img {
    height: 40rem;
  }
}
.top_nav a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_nav a img {
    transform: scale(1.05);
  }
  .top_nav a:hover {
    opacity: 1;
  }
  .top_nav a:hover img {
    transform: scale(1);
  }
  .top_nav a.show:before {
    opacity: 0;
  }
}
.top_nav i {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  padding-top: 16rem;
  letter-spacing: 0.1rem;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .top_nav i {
    font-size: 1rem;
    padding-top: 5.5rem;
  }
}
.top_nav i:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 1px #fff;
  height: 15.5rem;
  top: 0;
  animation: pathmove 1.4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top_nav i:before {
    height: 5rem;
  }
}
.top_nav p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  z-index: 2;
  height: calc(100% - 8rem);
  bottom: 0;
  display: flex;
}
.top_nav p span {
  display: block;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .top_nav p {
    font-size: 1.4rem;
    height: calc(100% - 5rem);
  }
}

.caution {
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .caution {
    margin: 0 3%;
  }
}
.caution p {
  padding: 0rem 3.1%;
  position: initial;
  width: fit-content;
  height: 100%;
  transform: none;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.low {
  position: relative;
}
@media screen and (max-width: 767px) {
  .low {
    margin-top: 5rem;
  }
}
.low .c_wrap {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .low .c_wrap {
    padding-top: 1px;
    padding-bottom: 9rem;
  }
}
.low p,
.low dd {
  font-size: 1.6rem;
  line-height: 2.5;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .low p {
    line-height: 1.8;
  }
}
.low .c_cap {
  font-size: 1.2rem;
  text-align: right;
}
.low .c_cap.caution {
  padding: 10rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}
.low .c_cap.caution p {
  position: initial;
  width: fit-content;
  height: 100%;
  transform: none;
  font-size: 1rem;
  margin: 0 auto;
}
.low sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.c_note {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c_note {
    padding-top: 9rem;
  }
}
.c_note p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c_note p {
    font-size: 1.1rem;
  }
}

.env_label {
  width: 44rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .env_label {
    width: 100%;
  }
}
.env_label img {
  width: 100%;
}

.low_header {
  position: relative;
  height: 100vh;
}
.low_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .low_header {
    position: fixed;
    width: 32rem;
    bottom: 0;
    z-index: 3;
  }
  body.abs .low_header {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .low_header {
    height: 30vh;
  }
}
.low_header .ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.1rem;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  z-index: 1;
  color: #fff;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .low_header .ttl {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 2.3rem;
    writing-mode: inherit;
    transform: translate(-50%, -50%);
  }
}
.low_header .ttl span {
  display: block;
  opacity: 0;
  transform: translateY(3rem);
  white-space: nowrap;
}
.low_header .ttl.show span {
  transition: opacity 1s, transform 0.6s;
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}
.low_header .cap {
  color: #fff;
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
.low_header .nav {
  color: #fff;
  position: absolute;
  inset: auto auto 4.4rem 4.4rem;
  width: calc(100% - 4.4rem);
  font-size: 1.8rem;
  white-space: nowrap;
  padding: 2rem 0 0 0;
}
.low_header .nav * {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .low_header .nav {
    display: none;
  }
}
.low_header .nav li {
  font-size: 1.5rem;
}
.low_header .nav li + li {
  margin-top: 2rem;
}
.low_header .nav a {
  display: block;
  position: relative;
}
.low_header .nav a i {
  transition: opacity 0.5s;
}
.low_header .nav a span {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.low_header .nav a:hover {
  opacity: 1;
}
.low_header .nav a:hover i {
  opacity: 0;
}
.low_header .nav a:hover span {
  opacity: 1;
}
.low_header .nav::before {
  content: "menu";
  display: block;
  position: absolute;
  inset: -15rem auto auto 0;
  width: 9rem;
  height: 4rem;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.24em;
  border-bottom: 2px solid #fff;
  transform: rotate(90deg);
  transform-origin: left bottom;
  animation: anchor_menu1 1s ease-in-out infinite;
}
.low_header .nav::after {
  content: "";
  background: #fff;
  position: absolute;
  inset: -2rem auto auto 0;
  width: 1.5rem;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: left;
  animation: anchor_menu2 1s ease-in-out infinite;
}

@keyframes anchor_menu1 {
  0% {
    inset: -15rem auto auto 0;
  }
  50% {
    inset: -14.8rem auto auto 0;
  }
  0% {
    inset: -15rem auto auto 0;
  }
}
@keyframes anchor_menu2 {
  0% {
    inset: -2rem auto auto 0;
  }
  50% {
    inset: -1.8rem auto auto 0;
  }
  0% {
    inset: -2rem auto auto 0;
  }
}
.low_ttl {
  font-size: 4.5rem;
  margin: 10rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .low_ttl {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .low_ttl {
    margin: 9rem 0 5rem;
    font-size: 3.5rem;
  }
}
.low_ttl i {
  display: inline-block;
  line-height: 1;
}
.low_ttl i.active a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .low_ttl i:not(.active) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .low_ttl i:not(.active) {
    color: #B4B4B5;
  }
}
@media screen and (min-width: 768px) {
  .low_ttl i.passive {
    position: relative;
    /* 擬似要素の基準にするため */
    padding-left: 0.8em;
    /* 擬似要素分のスペース */
  }
  .low_ttl i.passive:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    height: 0.8em;
    border-left: solid 1px #4d4c46;
  }
}

.c_ttl {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  line-height: 1.69;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.79rem;
    letter-spacing: 0.15em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .c_ttl.--01 {
    word-break: normal;
  }
}

.life_sec .img2 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .img2 {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
.life_sec .img2 figcaption {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
}
.life_sec .movie {
  overflow: hidden;
}
.life_sec .movie video {
  display: block;
  width: 114%;
  height: 100%;
  margin-left: -7%;
}
.life_sec .img1 {
  position: relative;
  display: grid;
  grid-template: "area01 area01 area04" "area01 area01 area05" "area02 area03 area05"/1fr 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .img1 {
    margin: 1rem 0 5rem;
    gap: 1rem;
  }
}
.life_sec .img1 figcaption {
  position: absolute;
  inset: calc(100% + 0.5rem) 0 auto auto;
  font-size: 1.2rem;
}
.life_sec .map {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .map {
    margin-bottom: 3rem;
  }
}
.life_sec .map iframe {
  width: 100%;
  height: 74.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .map iframe {
    height: auto;
    aspect-ratio: 330/254;
  }
}
.life_sec .school {
  background: #fff;
  position: relative;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
.life_sec .school .img figcaption {
  position: absolute;
  inset: calc(100% + 0.5rem) 0 auto auto;
  font-size: 1.2rem;
}
.life_sec .school .img.dummy {
  position: relative;
}
.life_sec .school .img.dummy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}
.life_sec .school .img p {
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 0.7em;
  line-height: 1.5;
}
.life_sec .school .cap {
  position: absolute;
  inset: auto 1rem 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .life_sec .school {
    padding: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
  }
  .life_sec .school dl {
    width: 46rem;
  }
  .life_sec .school .img {
    width: 52rem;
  }
  .life_sec .school .img.scl {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .life_sec .school .img {
    margin-top: 2.5rem;
  }
  .life_sec .school .img p small {
    display: block;
  }
  .life_sec .school .cap {
    font-size: 1rem;
  }
}
.life_sec .school dt {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  line-height: 1.95;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .life_sec .school dt {
    font-size: 1.8rem;
  }
}
.life_sec .school dd {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.58;
}
@media screen and (max-width: 767px) {
  .life_sec .school dd {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.life_sec .ttl {
  background: #e4edd6;
  letter-spacing: 0.2em;
  padding: 0.25em 1.2em;
  margin: 0 0 1.3em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .life_sec .ttl {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0.3em 0.6em;
    margin: 0 0 0.7em;
  }
}
.life_sec .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .list {
    gap: 1rem;
  }
}
.life_sec .list li {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .life_sec .list li {
    width: calc(50% - 0.5rem);
  }
}
.life_sec .list figure {
  position: relative;
}
.life_sec .list figure figcaption {
  color: #fff;
  position: absolute;
  inset: auto 0.4rem 0.2rem auto;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #000;
}
.life_sec .list p {
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .life_sec .list p small {
    display: block;
  }
}
.life_sec .list.dummy li {
  position: relative;
}
.life_sec .list.dummy li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}

.access_sec .img1 {
  margin: 4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .access_sec .img1 {
    margin: 2rem 0 6rem;
    padding-top: 2rem;
  }
}
.access_sec .img1.--01 {
  padding-top: 0rem;
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access_sec .img1.--01 {
    width: 34rem;
    padding-top: 2rem;
  }
}
.access_sec .img2 {
  margin: 4rem 0 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .access_sec .img2 {
    margin: 1rem 0 6rem;
    padding-top: 0rem;
    padding-bottom: 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .access_sec ul.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .access_sec ul.list + p {
    margin-top: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .access_sec ul.list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.access_sec li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access_sec li {
    margin-top: 1rem;
  }
}
.access_sec li:has(.dummy)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}
.access_sec li:has(.dummy) p {
  z-index: 1;
}
.access_sec li img {
  width: 100%;
}
.access_sec li p {
  position: absolute;
  font-size: 2.7rem;
  font-family: inherit;
  letter-spacing: 0.14em;
  text-align: center;
  width: 100%;
  bottom: 0.5em;
  left: 0;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 5px #000;
}
.access_sec li p small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .access_sec li p {
    font-size: 1.9rem;
  }
  .access_sec li p small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  #access_bus .grid {
    display: grid;
    grid-template-columns: auto 55rem;
  }
}

@media screen and (min-width: 768px) {
  .switch_area > * {
    display: none;
  }
  .switch_area > *.active {
    display: block;
  }
}
.lead_sec {
  margin-top: 17rem;
}
.lead_sec p {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  line-height: 1.69;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin-top: 5rem;
  }
  .lead_sec.alt {
    margin-top: 4.5rem;
  }
  .lead_sec p {
    font-size: 2.6rem;
    letter-spacing: 0.15em;
  }
}

.plan_sec .low_ttl,
.premium_sec .low_ttl,
.site_sec .low_ttl {
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  .plan_sec .low_ttl,
  .premium_sec .low_ttl,
  .site_sec .low_ttl {
    gap: 3.2rem;
  }
  .plan_sec .low_ttl i,
  .premium_sec .low_ttl i,
  .site_sec .low_ttl i {
    position: relative;
  }
  .plan_sec .low_ttl i:after,
  .premium_sec .low_ttl i:after,
  .site_sec .low_ttl i:after {
    content: "";
    position: absolute;
    right: -1.7rem;
    top: 0.1em;
    height: 0.8em;
    border-left: solid 1px #4d4c46;
  }
  .plan_sec .low_ttl i:last-child:after,
  .premium_sec .low_ttl i:last-child:after,
  .site_sec .low_ttl i:last-child:after {
    display: none;
  }
}
.plan_sec .c_ttl,
.premium_sec .c_ttl,
.site_sec .c_ttl {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .c_ttl,
  .premium_sec .c_ttl,
  .site_sec .c_ttl {
    letter-spacing: 0.1em;
  }
}
.plan_sec .c_ttl span,
.premium_sec .c_ttl span,
.site_sec .c_ttl span {
  color: #a28f6d;
}
.plan_sec .c_ttl + .lead,
.premium_sec .c_ttl + .lead,
.site_sec .c_ttl + .lead {
  margin: -6.5rem 0 6rem;
}
.plan_sec .lead,
.premium_sec .lead,
.site_sec .lead {
  font-family: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.plan_sec .head,
.premium_sec .head,
.site_sec .head {
  margin-bottom: 3rem;
}
.plan_sec .head p,
.premium_sec .head p,
.site_sec .head p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plan_sec .head,
  .premium_sec .head,
  .site_sec .head {
    display: flex;
    align-items: center;
  }
  .plan_sec .head .area,
  .premium_sec .head .area,
  .site_sec .head .area {
    font-size: 1.4rem;
  }
  .plan_sec .head .area em,
  .premium_sec .head .area em,
  .site_sec .head .area em {
    font-size: 180%;
  }
}
.plan_sec .head + .head,
.premium_sec .head + .head,
.site_sec .head + .head {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .head + .head,
  .premium_sec .head + .head,
  .site_sec .head + .head {
    margin-top: -2rem;
  }
}
.plan_sec .plan_feature,
.premium_sec .plan_feature,
.site_sec .plan_feature {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  list-style: none;
  padding: 0;
  width: 100%;
}
.plan_sec .plan_feature li,
.premium_sec .plan_feature li,
.site_sec .plan_feature li {
  flex: 1 1 0;
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background: linear-gradient(90deg, #c7b989, #c7b989, #c7b989);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_feature li,
  .premium_sec .plan_feature li,
  .site_sec .plan_feature li {
    font-size: 1.1rem;
    padding: 0.8rem 0.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_feature,
  .premium_sec .plan_feature,
  .site_sec .plan_feature {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_feature.--05 li,
  .premium_sec .plan_feature.--05 li,
  .site_sec .plan_feature.--05 li {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
.plan_sec .plan_feature.pre li,
.premium_sec .plan_feature.pre li,
.site_sec .plan_feature.pre li {
  background: linear-gradient(90deg, #b7a279, #c3af87, #ab9972);
}
.plan_sec .type,
.premium_sec .type,
.site_sec .type {
  font-size: 3rem;
  letter-spacing: 0.11em;
}
.plan_sec .type i,
.premium_sec .type i,
.site_sec .type i {
  font-size: 4.2rem;
  line-height: 1;
}
.plan_sec .floor,
.premium_sec .floor,
.site_sec .floor {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .plan_sec .floor,
  .premium_sec .floor,
  .site_sec .floor {
    border-left: solid 1px #4d4c46;
    padding: 0 0.6em;
    margin: 0 0.6em;
  }
  .plan_sec .floor:has(+ .area),
  .premium_sec .floor:has(+ .area),
  .site_sec .floor:has(+ .area) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .floor,
  .premium_sec .floor,
  .site_sec .floor {
    position: relative;
    top: -0.2em;
    font-size: 2rem;
    line-height: 1.1 !important;
    margin: 1rem 0;
  }
}
.plan_sec .floor i,
.premium_sec .floor i,
.site_sec .floor i {
  font-size: 3.4rem;
}
.plan_sec .floor small,
.premium_sec .floor small,
.site_sec .floor small {
  font-size: 1.6rem;
}
.plan_sec .area,
.premium_sec .area,
.site_sec .area {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .plan_sec .area,
  .premium_sec .area,
  .site_sec .area {
    border-left: solid 1px #4d4c46;
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .area,
  .premium_sec .area,
  .site_sec .area {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
.plan_sec .img1,
.premium_sec .img1,
.site_sec .img1 {
  margin-bottom: 11rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_sec .img1,
  .premium_sec .img1,
  .site_sec .img1 {
    margin-bottom: 7rem;
  }
}
.plan_sec .img1 img,
.premium_sec .img1 img,
.site_sec .img1 img {
  width: 51.1rem;
}
.plan_sec .img1 img.d, .plan_sec .img1 img.e,
.premium_sec .img1 img.d,
.premium_sec .img1 img.e,
.site_sec .img1 img.d,
.site_sec .img1 img.e {
  width: 63rem;
}
.plan_sec .img1 figcaption,
.premium_sec .img1 figcaption,
.site_sec .img1 figcaption {
  margin-top: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: left;
}
.plan_sec .typeselect,
.premium_sec .typeselect,
.site_sec .typeselect {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan_sec .typeselect,
  .premium_sec .typeselect,
  .site_sec .typeselect {
    flex-flow: column nowrap;
    gap: 0;
  }
}
.plan_sec .typeselect .button,
.premium_sec .typeselect .button,
.site_sec .typeselect .button {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: rgba(35, 24, 22, 0.4);
  padding: 1rem;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .plan_sec .typeselect .button,
  .premium_sec .typeselect .button,
  .site_sec .typeselect .button {
    margin-bottom: 0.2rem;
  }
  .plan_sec .typeselect .button:last-child,
  .premium_sec .typeselect .button:last-child,
  .site_sec .typeselect .button:last-child {
    margin-bottom: 3rem;
  }
}
.plan_sec .typeselect .button .type,
.premium_sec .typeselect .button .type,
.site_sec .typeselect .button .type {
  font-size: 1.3rem;
}
.plan_sec .typeselect .button .type i,
.premium_sec .typeselect .button .type i,
.site_sec .typeselect .button .type i {
  font-size: 1.8rem;
}
.plan_sec .typeselect .button.active,
.premium_sec .typeselect .button.active,
.site_sec .typeselect .button.active {
  background-color: rgba(35, 24, 22, 0.4);
  color: #fff;
}
.plan_sec .typewrapper,
.premium_sec .typewrapper,
.site_sec .typewrapper {
  display: none;
}
.plan_sec .typewrapper.active,
.premium_sec .typewrapper.active,
.site_sec .typewrapper.active {
  display: revert;
}

.premium_sec {
  background: linear-gradient(to right, #dcd8ce, #f8f8f8, #dcd8ce);
  position: relative;
  left: 50%;
  width: calc(100vw - 32rem);
  translate: -50% 0;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .premium_sec {
    width: 100vw;
  }
}

.site_sec figure {
  width: 100%;
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  .site_sec figure {
    margin: 5rem auto;
  }
}
.site_sec figure p {
  text-align: center;
}
.site_sec img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .site_sec img {
    width: 100%;
  }
}

.sauna_sec {
  background: #fff;
  padding: 7.6rem 7rem 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sauna_sec {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sauna_sec p {
    line-height: 1.8;
    text-align: left;
  }
}
.sauna_sec .ttl2 {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .sauna_sec .ttl2 {
    font-size: 1.9rem;
  }
}

.sauna_harvia {
  margin-bottom: 8rem;
}
.sauna_harvia .logo {
  margin-bottom: 3.5rem;
}
.sauna_harvia .logo img {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .sauna_harvia .logo img {
    width: 10rem;
  }
}
.sauna_harvia .link {
  font-size: 1.3rem;
  text-decoration: underline;
}
.sauna_harvia .link a::after {
  content: "";
  background: url(../img/ico_blank.svg) no-repeat center/cover;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  vertical-align: text-bottom;
}
.sauna_harvia ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 3.5rem 0 3rem;
}
.sauna_harvia ul li {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .sauna_harvia ul {
    gap: 1.5rem;
  }
}

.sauna_pickup .icon {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup .icon {
    margin-bottom: 4rem;
  }
}
.sauna_pickup .icon img {
  width: 9.7rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup .icon img {
    width: 8rem;
  }
}
.sauna_pickup ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sauna_pickup figure img {
  width: 100%;
}
.sauna_pickup dt {
  font-size: 2rem;
  color: #9F8A65;
  margin: 1em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .sauna_pickup dt {
    font-size: 1.8rem;
  }
}
.sauna_pickup dd {
  font-size: 1.2rem;
  text-align: left;
}

.design_sec figure {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .design_sec figure {
    margin-top: 2.5rem;
  }
}
.design_sec figure figcaption {
  padding-top: 0.5em;
  font-size: 1.2rem;
  text-align: right;
}
.design_sec figure img {
  width: 100%;
}
.design_sec .txt_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.design_sec .txt_area .txt {
  color: #231815;
  display: inline-block;
  margin-top: 1em;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .design_sec .txt_area .txt {
    font-size: 1.6rem;
  }
}
.design_sec .txt_area .txt small {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.01em;
}

.equipment_sec {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}
.equipment_sec h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec h4 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.6rem;
    gap: 0.3em;
    margin-bottom: 0.5rem;
  }
}
.equipment_sec h4 i {
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.equipment_sec h4 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec h4 span {
    font-size: 1.4rem;
  }
}
.equipment_sec img {
  width: 100%;
}
.equipment_sec .low_ttl {
  width: 100%;
  font-size: 4.5rem;
  margin: 10rem 0 7.5rem;
  text-align: center;
  align-items: center;
  font-weight: 400;
}
.equipment_sec .low_ttl.ft_e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl.ft_e {
    grid-template-columns: none;
  }
  .equipment_sec .low_ttl.ft_e.top {
    margin: 5rem 0 7.5rem;
  }
}
.equipment_sec .low_ttl .active {
  color: #fff;
  background-color: #231815;
  position: relative;
}
.equipment_sec .low_ttl .active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 0.5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl .active::after {
    width: 25px;
  }
}
.equipment_sec .low_ttl .passive::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 0.5px;
  background-color: #b3b3b4;
}
.equipment_sec .low_ttl .ja {
  font-size: 2rem;
  padding: 0 2rem 1rem 2rem;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl .ja {
    font-size: 1.5rem;
  }
}
.equipment_sec .low_ttl i {
  padding: 1.5rem;
  background-color: #e4e4e4;
  font-size: 3.5rem;
}
.equipment_sec .low_ttl i::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl i {
    font-size: 2.8rem;
  }
}
.equipment_sec :is(.pet, .internet, .security, .structure, .disaster) h4 span {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .equipment_sec .img-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .equipment_sec .img-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .img-pc {
    display: none !important;
  }
}
.equipment_sec .block .sec_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
  align-items: center;
}
.equipment_sec .block .sec_ttl .sub_ttl {
  font-weight: 600;
  color: #a46f58;
}
.equipment_sec .block .sec_ttl .sec_ttl_right {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .sec_ttl .sec_ttl_right {
    padding: 0.5rem 0 0 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .sec_ttl {
    display: block;
  }
  .equipment_sec .block .sec_ttl .sec_ttl_left {
    display: flex;
    align-items: baseline;
  }
  .equipment_sec .block .sec_ttl .sec_ttl_left.end {
    align-items: end;
  }
  .equipment_sec .block .sec_ttl .sec_ttl_left .sub_ttl {
    padding: 0 0 0 0.8rem;
    font-size: 1.3rem;
  }
}
.equipment_sec .pet h4 {
  color: #a46f58;
}
.equipment_sec .internet :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .security h4 {
  color: #a46f58;
}
.equipment_sec .kitchen :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .dressing :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .bath :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .toilet :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .comfortable :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .others :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .block {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block {
    margin-top: 5rem;
  }
}
.equipment_sec .block.security {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block.security {
    margin-top: 5rem;
  }
}
.equipment_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .equipment_sec ul li {
    width: calc((100% - 1.5rem) / 2);
  }
  .equipment_sec ul .sp100 {
    width: 100%;
  }
}
.equipment_sec ul.ul2 {
  margin-top: 5rem;
}
.equipment_sec .group-2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-2 ul {
    grid-template-columns: none;
  }
}
.equipment_sec .group-3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-3 ul {
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .equipment_sec li.col2 {
    grid-column: span 2;
  }
  .equipment_sec li.col3 {
    grid-column: span 3;
  }
  .equipment_sec li.col4 {
    grid-column: span 4;
  }
  .equipment_sec li.row2 {
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec li.col2 figure {
    margin-bottom: 0;
  }
}
.equipment_sec li .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec li .wrap {
    gap: 1.5rem;
  }
}
.equipment_sec .group-2,
.equipment_sec .group-3 {
  margin: 5rem 0 0 0;
}
.equipment_sec .row-center {
  display: grid;
  place-items: center;
}
.equipment_sec .row-center .ttl {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .equipment_sec .row-center {
    margin-top: -3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .col2.row-center {
    margin-top: -2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-2 .row-center {
    margin-top: -4.5rem;
    margin-bottom: 1rem;
  }
}
.equipment_sec .ttl {
  font-family: "Shippori Mincho", sans-serif;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #a46f58;
  margin-top: 1.5rem;
}
.equipment_sec .ttl .sml {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .ttl .sml {
    font-size: 1.2rem;
  }
}
.equipment_sec .ttl .sml2 {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .equipment_sec .ttl {
    font-size: 1.6rem;
  }
}
.equipment_sec .ttl.under {
  position: relative;
  padding-bottom: 0.4em;
}
.equipment_sec .ttl.under::before {
  content: "";
  background: #A5B4A8;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
}
.equipment_sec figure {
  position: relative;
  margin-bottom: 1rem;
}
.equipment_sec figure img {
  display: block;
}
.equipment_sec .imgcenter {
  width: 100%;
  background-color: #e9e9e9;
}
.equipment_sec figcaption {
  color: #fff;
  position: absolute;
  inset: auto 1rem 0.3rem auto;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption {
    font-size: 0.8rem;
  }
}
.equipment_sec figcaption.--01 {
  top: 100%;
}
.equipment_sec figcaption.--02 {
  bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--02 {
    bottom: 3.5rem;
  }
}
.equipment_sec figcaption.--03 {
  left: 1rem;
}
.equipment_sec figcaption.--04 {
  top: 20rem;
  left: 12.3rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--04 {
    top: 12rem;
    left: 6.3rem;
  }
}
.equipment_sec figcaption.--05 {
  top: 17rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--05 {
    top: 10.2rem;
    right: 2.7rem;
  }
}
.equipment_sec figcaption.--06 {
  bottom: 0.3rem;
  left: 15rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--06 {
    left: 27.4rem;
  }
}
.equipment_sec figcaption.black {
  color: #4d4c46;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.equipment_sec p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.equipment_sec p.sml {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec p.sml {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec p {
    font-size: 1.2rem;
    line-height: 1.4;
    display: none;
  }
  .equipment_sec p.ttl, .equipment_sec p.sml {
    display: block;
  }
}
.equipment_sec p em {
  font-weight: 600;
}
.equipment_sec p small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.equipment_sec p small.right {
  display: block;
  text-align: right;
}
.equipment_sec p .sml {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec p .sml {
    font-size: 1rem;
  }
}
.equipment_sec p .sml2 {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec p .sml2 {
    font-size: 0.8rem;
  }
}
.equipment_sec p + p {
  margin-top: 1rem;
}
.equipment_sec .pet li.col4 {
  background: #fff;
  padding: 2rem;
  border: 1px solid #A5B4A8;
}
@media screen and (max-width: 767px) {
  .equipment_sec .pet li.col4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .pet .txt {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .equipment_sec .pet .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .equipment_sec .pet .row .a {
    width: calc(40% - 2rem);
  }
  .equipment_sec .pet .row .b {
    width: 63rem;
  }
  .equipment_sec .pet .ttl {
    font-size: 2rem;
  }
  .equipment_sec .pet .txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .equipment_sec .pet .txt small {
    font-size: 1.2rem;
  }
  .equipment_sec .pet figcaption {
    letter-spacing: 0.2em;
  }
}
.equipment_sec .pet figure {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .pet figure {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet p {
    display: block !important;
    font-size: 1.2rem;
  }
}
.equipment_sec .internet ul li.col4 {
  background: #fff;
  padding: 2rem;
  border: 1px solid #A5B4A8;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet ul li.col4 {
    width: 100%;
  }
}
.equipment_sec .internet .txt {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec {
    margin-top: 1rem;
  }
}
.equipment_sec .internet .spec p {
  background: #E3E8D1;
  position: relative;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 1.2rem 4.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid #5B9C8F;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec p {
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 2.5rem;
    font-size: 1rem;
  }
}
.equipment_sec .internet .spec p span {
  color: #5A9C90;
  position: absolute;
  inset: 0 auto auto 1.2rem;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec p span {
    inset: 0 auto auto 0.7rem;
    font-size: 1.3rem;
  }
}
.equipment_sec .internet figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .equipment_sec .internet .ttl {
    font-size: 2rem;
  }
  .equipment_sec .internet .row {
    display: flex;
    justify-content: space-between;
  }
  .equipment_sec .internet .a {
    width: 59.2rem;
  }
  .equipment_sec .internet .b {
    width: calc(100% - 61.8rem);
  }
  .equipment_sec .internet .row2 {
    display: flex;
    align-items: center;
    gap: 3rem;
    border-radius: 10rem;
  }
  .equipment_sec .internet .row2 figure {
    width: 30.5rem;
  }
  .equipment_sec .internet .row2 p {
    width: calc(100% - 36rem);
  }
}
.equipment_sec .internet .connectix .box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .connectix .box {
    flex-direction: column;
    padding: 2rem 2rem 1.5rem;
    border-radius: 0;
  }
}
.equipment_sec .internet .connectix .box .logo {
  width: min(100%, 20rem);
}
.equipment_sec .internet .connectix .box p {
  flex: 1;
}
.equipment_sec .internet .connectix .cap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .connectix .cap {
    text-align: left;
  }
}
.equipment_sec .security ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .security ul {
    gap: 1.5rem;
  }
}
.equipment_sec .security li {
  /*&:nth-child(3) {
  	figure {
  		margin-top: 4rem;

  		@include sp {
  			margin-top: 1.5rem;
  		}
  	}
  }*/
  /*&:nth-child(5) {
  	figure {
  		margin-top: 7rem;

  		@include sp {
  			margin-top: 1.5rem;
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .equipment_sec .security li {
    width: 100%;
  }
}
.equipment_sec .security li figure,
.equipment_sec .security li picture img {
  margin-top: 1.5rem;
}
.equipment_sec .security .linough {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .equipment_sec .security .linough {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .security .linough {
    margin-top: 3rem;
  }
}
.equipment_sec .kitchen .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .kitchen .img-small {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .img-small {
    width: 16rem;
  }
  .equipment_sec .kitchen .img-small.--01 {
    display: block;
    margin: 0 auto;
    width: 16rem;
    max-width: 100%;
    height: auto;
  }
}
.equipment_sec .kitchen .col4 .wrap {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  place-items: start;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .col4 .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
  .equipment_sec .kitchen .col4 .wrap .col2 {
    grid-area: 1/1/2/3;
  }
  .equipment_sec .kitchen .col4 .wrap figure {
    margin-bottom: 0;
  }
}
.equipment_sec .kitchen .col4 .wrap figure {
  width: 100%;
}
.equipment_sec .kitchen .col4 .wrap figure p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .col2 .wrap {
    gap: 0.5rem;
  }
}
.equipment_sec .dressing .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .bath .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .bath .bathroom-door {
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .bath .bathroom-door {
    margin: -4rem 0 0 0;
  }
}
.equipment_sec .toilet .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .comfortable .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .comfortable .topmargin {
  margin: 5rem 0;
}
.equipment_sec .comfortable .closet_wrap {
  display: grid;
  grid-template-columns: 55.8rem auto;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .comfortable .closet_wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.equipment_sec .comfortable .closet_wrap .imagearea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .comfortable .closet_wrap .ttl span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .equipment_sec .comfortable .closet_wrap .closet .textarea {
    margin-right: 5rem;
  }
}
.equipment_sec .comfortable .closet_wrap .shoes .imagearea {
  grid-template-columns: repeat(2, 1fr);
}
.equipment_sec .others .wrapper {
  width: 100%;
  height: auto;
  padding-block: 1rem;
  border: 0.1rem solid #a46f58;
  display: flex;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .wrapper {
    flex-direction: column;
  }
}
.equipment_sec .others .parts {
  padding: 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .parts {
    padding: 1rem 1rem;
  }
}
.equipment_sec .others .ttl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #a46f58;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .ttl {
    padding-bottom: 0.4rem;
  }
}
.equipment_sec .others ul {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others ul {
    gap: 0.3rem;
  }
}
.equipment_sec .others li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  letter-spacing: -0.05rem;
  white-space: nowrap;
  padding-left: 2.4rem;
  position: relative;
}
.equipment_sec .others li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #a46f58;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others li {
    padding-left: 1.2rem;
    font-size: 1rem;
  }
  .equipment_sec .others li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.quality_sec .block {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .block {
    margin-top: 5rem;
  }
}
.quality_sec .block .sec_ttl .sub_ttl {
  color: #3f6678;
}
.quality_sec .ttl {
  color: #3f6678;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec figure {
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .quality_sec ul,
  .quality_sec .group-3 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .quality_sec ul li,
  .quality_sec .group-3 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .quality_sec p {
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.4;
  }
  .quality_sec p.ttl {
    font-size: 1.6rem !important;
  }
  .quality_sec p.sml {
    font-size: 1rem !important;
  }
}
.quality_sec li {
  border: none;
}
.quality_sec h4 {
  color: #3f6678;
}
.quality_sec .structure .st-top {
  background-color: #fff;
  padding: 5rem 5rem 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .st-top {
    padding: 1rem 2.5rem 2rem;
  }
}
.quality_sec .structure .st-top figure {
  margin: 4rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .st-top figure {
    margin: 2rem 0 1rem 0;
  }
}
.quality_sec .structure .structure ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 6rem 4rem;
}
.quality_sec .structure .line-break {
  display: block;
  padding: 1rem 0 0 0;
}
.quality_sec .structure .water-supply-piping {
  margin: -5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .water-supply-piping {
    margin: -3rem 0 0 0;
  }
}
.quality_sec .disaster {
  margin-top: 15rem;
}
.quality_sec .disaster .Earthquake-control-operation {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .disaster .Earthquake-control-operation {
    margin: -3rem 0 0 0;
  }
}

.outline_sec dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .outline_sec dl {
    flex-flow: column nowrap;
  }
}
.outline_sec dt,
.outline_sec dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .outline_sec dt,
  .outline_sec dd {
    border-bottom: none;
  }
}
.outline_sec dt {
  width: 20%;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .outline_sec dt {
    font-weight: 800;
    font-size: 1.5rem;
    width: 100%;
    padding: 0;
  }
}
.outline_sec dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .outline_sec dd {
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .map_sec {
    width: 104rem;
    margin: 0 auto;
  }
}
.map_sec .img {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .map_sec .img {
    margin-top: 5rem;
  }
}

.modal_popup {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  overflow: scroll;
}
.modal_popup .box {
  position: absolute;
  inset: 5rem auto auto 50%;
  translate: -50% 0;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .modal_popup .box {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .modal_popup .box {
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 100%;
    padding-bottom: 0;
  }
}
.modal_popup .box > * {
  display: none;
}
.modal_popup .box img {
  display: block;
  width: auto;
  height: calc(100vh - 12rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal_popup .box img {
    width: 100%;
    height: auto;
  }
}

body.modal_open {
  overflow: hidden;
}

.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
  font-weight: bold;
}

.js-marker.inview {
  background-size: 100% 30%;
}

.low_header .nav a.br span {
  top: 0;
}

.low .c_wrap {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .low .c_wrap {
    padding: 1rem 0 7rem;
  }
}
.low .c_wrap.--01 {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .low p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .low p {
    font-size: 1.4rem;
  }
}

.low_ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .low_ttl {
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
  .low_ttl i {
    line-height: 1.2;
  }
}

figure.image {
  position: relative;
}
figure.image figcaption {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
figure.image figcaption.black {
  color: initial;
}

.cguh .low_ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .cguh .low_ttl {
    margin-bottom: 2rem;
  }
}
.cguh .box {
  position: relative;
  margin-top: 10rem;
  background: #fff;
  border-radius: 4rem;
  display: grid;
  grid-template-columns: auto 34rem;
  gap: 4rem;
  align-items: center;
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .cguh .box {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    padding: 3rem;
    gap: 2rem;
  }
}
.cguh .box .ttl {
  color: #A2C669;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cguh .box .ttl {
    font-size: 1.8rem;
  }
}
.cguh .box .text {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cguh .box .text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.cguh .box .illust {
  position: absolute;
  bottom: 2rem;
  right: -2rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .cguh .box .illust {
    bottom: 0;
    right: -1rem;
    width: 14rem;
  }
}
.cguh .box .kazari {
  position: absolute;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .cguh .box .kazari {
    width: 3rem;
  }
}
.cguh .box .kazari.--01 {
  top: 0;
  left: 0;
}
.cguh .box .kazari.--02 {
  bottom: 0;
  right: 0;
}

.commonarea {
  background: #F4F7EA;
}
.commonarea .sec {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .commonarea .sec {
    margin-top: 5rem;
  }
}
.commonarea .sec .mainttl {
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #A2C669;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .commonarea .sec .mainttl {
    font-size: 2.5rem;
    gap: 2rem;
  }
}
.commonarea .sec .mainttl:after {
  content: "";
  flex-grow: 1;
  background: #A2C669;
  height: 1px;
}
.commonarea .sec .catch {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .commonarea .sec .catch {
    font-size: 1.4rem;
  }
}
.commonarea .sec .box {
  position: relative;
  margin-top: 4rem;
  background: #fff;
  border-radius: 4rem;
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .commonarea .sec .box {
    border-radius: 3rem;
    gap: 3rem;
  }
}
.commonarea .sec .box .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .commonarea .sec .box .text {
    font-size: 1.4rem;
  }
}
.commonarea .sec .box .illust {
  position: absolute;
}
.commonarea .sec .box .kazari {
  position: absolute;
}
.commonarea .kidsspace .box {
  grid-template-columns: repeat(2, 1fr);
  padding: 6rem 11rem 6rem 17.5rem;
}
@media screen and (max-width: 767px) {
  .commonarea .kidsspace .box {
    grid-template-columns: 1fr;
    padding: 3rem 3rem 6rem 3rem;
  }
}
.commonarea .kidsspace .box .text {
  margin-top: 2rem;
}
.commonarea .kidsspace .box .illust {
  width: 25rem;
  bottom: 9rem;
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .commonarea .kidsspace .box .illust {
    width: 15rem;
    bottom: 0rem;
    right: -5rem;
  }
}
.commonarea .kidsspace .box .kazari {
  width: 2.7rem;
  top: 6rem;
  left: 7rem;
}
@media screen and (max-width: 767px) {
  .commonarea .kidsspace .box .kazari {
    width: 1.8rem;
    top: 3rem;
    left: -1rem;
  }
}
.commonarea .terrace .mainttl {
  color: #8FBBDB;
}
.commonarea .terrace .mainttl:after {
  background: #8FBBDB;
}
.commonarea .terrace .box {
  grid-template-columns: 38rem 49rem;
  padding: 5rem 21rem 5rem 3rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .commonarea .terrace .box {
    grid-template-columns: 1fr;
    padding: 3rem 3rem 6rem;
  }
}
.commonarea .terrace .box .--02 .image {
  margin-top: 3rem;
}
.commonarea .terrace .box .--02 .image img {
  width: 100%;
}
.commonarea .terrace .box .--02 .image figcaption {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .commonarea .terrace .box .--02 .image figcaption {
    right: auto;
    left: 1rem;
  }
}
.commonarea .terrace .box .illust {
  width: 22rem;
  bottom: 5rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .commonarea .terrace .box .illust {
    width: 15rem;
    bottom: 0rem;
    right: -5rem;
  }
}
.commonarea .terrace .box .kazari {
  width: 35rem;
  bottom: 5rem;
  left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .commonarea .terrace .box .kazari {
    width: 23rem;
    bottom: 2rem;
    left: 3rem;
  }
}

.gokinjo {
  background: #FDF9EB;
}
.gokinjo .prepend {
  display: grid;
  grid-template-columns: auto 44rem;
  gap: 5rem 7rem;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gokinjo .prepend {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.gokinjo .prepend .c_ttl {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .prepend .c_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .gokinjo .prepend .image {
    width: 10rem;
    position: absolute;
    top: 5.3rem;
    right: 0;
  }
}
.gokinjo .prepend .text {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .gokinjo .prepend .text {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 767px) {
  .gokinjo .prepend .text {
    font-size: 1.4rem;
  }
}
.gokinjo .body {
  margin-top: 6rem;
  background: #fff;
  border-radius: 4rem;
  padding: 6rem 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body {
    margin-top: 5rem;
    padding: 3rem 3rem 6rem;
    border-radius: 3rem;
  }
}
.gokinjo .body .mainttl {
  font-size: 3rem;
  color: #D1B18C;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .mainttl {
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.gokinjo .body .mainttl:after {
  content: "";
  flex-grow: 1;
  background: #D1B18C;
  height: 1px;
}
.gokinjo .body .list_wrap {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: auto 40rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .list_wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .gokinjo .body .list_wrap ul {
    margin-left: 5rem;
  }
}
.gokinjo .body .list_wrap ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: 1.3rem auto;
  gap: 1rem;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .list_wrap ul li {
    font-size: 1.4rem;
  }
}
.gokinjo .body .list_wrap ul li:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #CFD38D;
}
.gokinjo .body .list_wrap ul li:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .list_wrap ul li:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.gokinjo .body .list_wrap ul li:nth-child(even):before {
  background: #B8D38D;
}
.gokinjo .body .box_grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.gokinjo .body .box_grid .box {
  background: #FDF9EB;
  border-radius: 2rem;
  position: relative;
  padding: 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box {
    padding: 3rem 2rem;
    border-radius: 1rem;
  }
}
.gokinjo .body .box_grid .box .en {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box .en {
    font-size: 1.8rem;
  }
}
.gokinjo .body .box_grid .box .en em {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box .en em {
    font-size: 2rem;
  }
}
.gokinjo .body .box_grid .box .en.lbrown {
  color: #D1B18C;
}
.gokinjo .body .box_grid .box .en.lgreen {
  color: #A2C669;
}
.gokinjo .body .box_grid .box .ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box .ttl {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.gokinjo .body .box_grid .box .ttl small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box .ttl small {
    font-size: 1.2rem;
  }
}
.gokinjo .body .box_grid .box .image {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 23rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .box_grid .box .image {
    height: 12rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.gokinjo .body .box_grid .box .image img {
  width: auto;
  height: 100%;
}
.gokinjo .body .box_grid .note {
  position: absolute;
  bottom: -5rem;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.gokinjo .body .conepla {
  border-top: 1px solid #D1B18C;
  margin-top: 12rem;
  padding-top: 6rem;
  display: grid;
  grid-template-columns: 14rem auto 20rem;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .conepla {
    margin-top: 9rem;
    padding-top: 1rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.gokinjo .body .conepla .ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .conepla .ttl {
    font-size: 1.8rem;
  }
}
.gokinjo .body .conepla .text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .gokinjo .body .conepla .logo.--01 {
    width: 12rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .gokinjo .body .conepla .logo.--02 {
    width: 100%;
    margin-top: 2rem;
  }
}

.facilities.c_wrap {
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .facilities.c_wrap {
    padding-bottom: 7rem;
  }
}
.facilities .mainttl {
  margin-top: 10rem;
  font-size: 2.4rem;
  color: #94B75D;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .facilities .mainttl {
    margin-top: 5rem;
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.facilities .mainttl:after {
  content: "";
  flex-grow: 1;
  background: #94B75D;
  height: 1px;
}
.facilities .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .facilities .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
.facilities .grid .ttl {
  font-size: 2rem;
  margin-top: 2rem;
  color: #94B75D;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .facilities .grid .ttl {
    font-size: 1.6rem;
  }
}
.facilities .grid .text {
  margin-top: 1rem;
}
.facilities .grid .text small {
  display: block;
  font-size: 1.2rem;
}
.facilities .grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facilities .door {
  margin-top: 5rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .facilities .door {
    grid-template-columns: 1fr;
  }
}
.facilities .door .ttl {
  color: initial;
}
@media screen and (max-width: 767px) {
  .facilities .door .--01 .image {
    padding-bottom: 3rem;
    background: #fff;
    border-radius: 2rem;
  }
}
.facilities .entrance .illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .facilities .entrance .illust {
    width: 9rem;
  }
}
.facilities .bath .mainttl {
  color: #BBC153;
}
.facilities .bath .mainttl:after {
  background: #BBC153;
}
.facilities .bath .ttl {
  color: #BBC153;
}
.facilities .bath .--box {
  grid-area: 2/2/3/5;
  border-radius: 4rem;
  background: #fff;
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .facilities .bath .--box {
    grid-area: 4/1/5/3;
    border-radius: 3rem;
    padding: 3rem 3rem 6rem;
  }
}
.facilities .bath .--box .mainttl {
  margin: 0;
}
.facilities .bath .--box ul {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .facilities .bath .--box ul {
    grid-template-columns: 1fr;
  }
}
.facilities .bath .--box li .list_ttl {
  display: grid;
  grid-template-columns: 1.3rem auto;
  gap: 1rem;
  align-items: baseline;
}
.facilities .bath .--box li .list_ttl:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #CFD38D;
}
.facilities .bath .--box li .list_ttl small {
  font-size: 1.2rem;
  display: block;
}
.facilities .bath .--box li:nth-child(2n) .list_ttl:before {
  background: #B8D38D;
}
.facilities .bath .--box li:nth-child(3n) .list_ttl:before {
  background: #D1B18C;
}
.facilities .bath .--box li .text {
  font-size: 1.3rem;
}
.facilities .kitchen .mainttl {
  color: #C99F6F;
}
.facilities .kitchen .mainttl:after {
  background: #C99F6F;
}
.facilities .kitchen .ttl {
  color: #C99F6F;
}
.facilities .kitchen .--01 {
  grid-area: 1/1/3/3;
}
@media screen and (max-width: 767px) {
  .facilities .kitchen .--01 {
    grid-area: 1/1/2/3;
  }
}
@media screen and (min-width: 768px) {
  .facilities .kitchen .--02 {
    grid-area: 1/3/2/4;
  }
  .facilities .kitchen .--03 {
    grid-area: 1/4/2/5;
  }
  .facilities .kitchen .--04 {
    grid-area: 2/3/3/4;
  }
  .facilities .kitchen .--05 {
    grid-area: 2/4/3/5;
  }
}
.facilities .kitchen .illust {
  width: 70rem;
  margin-top: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .facilities .kitchen .illust {
    width: 25rem;
  }
}

/*# sourceMappingURL=style.css.map */
