@charset "UTF-8";
/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  position: relative;
  padding: 140px 40px 0;
  border-radius: 40px;
}
.p-top-mv .p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF9EF;
  width: 52%;
  height: 0%;
  z-index: -1;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.p-top-mv .p-top-mv__bg.show {
  height: 74%;
}
.p-top-mv .p-top-mv__area {
  position: relative;
  border-radius: 40px;
}
.p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-img-in {
  aspect-ratio: 136/58;
}
.p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-txtbox {
  bottom: 30px;
}
.p-top-mv .p-top-mv__area-img {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.p-top-mv .p-top-mv__area-img-in {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 136/60;
}
.p-top-mv .p-top-mv__area-img-in video {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition-property: opacity, transform;
  transition-duration: 3s;
  transition-timing-function: ease;
}
.p-top-mv .p-top-mv__area-img-in video.show {
  opacity: 1;
  transform: scale(1.03);
}
.p-top-mv .p-top-mv__area-img-in picture {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition-property: opacity, transform;
  transition-duration: 3s;
  transition-timing-function: ease;
}
.p-top-mv .p-top-mv__area-img-in picture.show {
  opacity: 1;
  transform: scale(1.03);
}
.p-top-mv .p-top-mv__area-txtbox {
  position: absolute;
  left: 40px;
  bottom: 70px;
}
.p-top-mv .p-top-mv__area-txtbox .-open {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -90px;
  right: 30px;
  opacity: 0;
  transition: opacity 1.3s ease;
}
.p-top-mv .p-top-mv__area-txtbox .-open.show {
  opacity: 1;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch {
  letter-spacing: 0em;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt {
  position: relative;
  margin-top: 3px;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 2;
  color: #336837;
  overflow: hidden;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF9EF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  transition-property: transform;
  transition: 1s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt01 {
  position: relative;
  border-radius: 10px 10px 0 0;
  padding-left: 20px;
  padding-right: 30px;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt01.show::before {
  transform: translateX(0%);
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt02 {
  border-radius: 0px 10px 0 0;
  padding-left: 20px;
  padding-right: 30px;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt02.show::before {
  transform: translateX(0%);
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt03 {
  border-radius: 0px 10px 10px 10px;
  padding-left: 20px;
  padding-right: 30px;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt03.show::before {
  transform: translateX(0%);
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.show .-catch-txt-word {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt-word {
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: scale(0.5) translateX(100%);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-property: opacity, transform;
  transform-origin: 50% 50%;
  transition-timing-function: ease;
}
.p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt-word.--txtsmall {
  font-size: 24px;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  z-index: 1;
  bottom: 180px;
  right: 30px;
}
.p-top-mv .p-top-mv__scroll .-scroll-txt {
  font-family: "Rubik", sans-serif;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
.p-top-mv .p-top-mv__scroll .-scroll-line {
  width: 2px;
  height: 110px;
  margin: auto;
  position: absolute;
  background: #fff;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  animation: animescroll 4000ms forwards infinite;
  animation-delay: 500ms;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
}
@keyframes animescroll {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  30% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
  }
  84% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  85% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.p-top-mv .p-top-mv__news {
  width: 660px;
  position: absolute;
  padding: 25px;
  bottom: -44px;
  left: 0;
  background-color: #fff;
  border-radius: 0 20px 0 0;
  z-index: 1;
}
.p-top-mv .p-top-mv__news-outer {
  align-items: center;
}
.p-top-mv .p-top-mv__news-outer .-ttl {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #633319;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 20px;
}
.p-top-mv .p-top-mv__news-outer .-cont {
  align-items: center;
  line-height: 1;
}
.p-top-mv .p-top-mv__news-outer .-day {
  font-family: "Rubik", sans-serif;
  color: #336837;
  font-weight: 800;
  font-size: 14px;
  margin-right: 15px;
}
.p-top-mv .p-top-mv__news-outer .-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #633319;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-img-in {
    aspect-ratio: 136/48;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-top-mv__area-txtbox {
    left: 20px;
    bottom: 40px;
  }
  .p-top-mv .p-top-mv__area-txtbox .-open {
    width: 120px;
    height: 120px;
    top: -72px;
    right: 0px;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt {
    font-size: 26px;
  }
  .p-top-mv .p-top-mv__scroll {
    right: 20px;
  }
  .p-top-mv .p-top-mv__news {
    width: 450px;
  }
  .p-top-mv .p-top-mv__news-outer .-ttl {
    font-size: 16px;
  }
  .p-top-mv .p-top-mv__news-outer .-day {
    font-size: 12px;
  }
  .p-top-mv .p-top-mv__news-outer .-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding: 5.7142857143rem 1.4285714286rem 0rem;
    border-radius: 2.8571428571rem;
  }
  .p-top-mv .p-top-mv__bg {
    width: 50%;
    transition-duration: 2s;
  }
  .p-top-mv .p-top-mv__bg.show {
    height: 100%;
  }
  .p-top-mv .p-top-mv__area {
    border-radius: 2.8571428571rem;
  }
  .p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-img {
    border-radius: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-img-in {
    aspect-ratio: 33/28;
  }
  .p-top-mv .p-top-mv__area.p-top-mv__area--sub .p-top-mv__area-txtbox {
    bottom: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-img {
    border-radius: 2.8571428571rem;
  }
  .p-top-mv .p-top-mv__area-img-in {
    border-radius: 2.8571428571rem;
    aspect-ratio: 33/56;
  }
  .p-top-mv .p-top-mv__area-img-in video {
    border-radius: 2.8571428571rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transform: scale(1);
    transition-property: opacity, transform;
    transition-duration: 3s;
    transition-timing-function: ease;
  }
  .p-top-mv .p-top-mv__area-img-in video.show {
    opacity: 1;
    transform: scale(1);
  }
  .p-top-mv .p-top-mv__area-img-in picture {
    border-radius: 1.4285714286rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transform: scale(1);
    transition-property: opacity, transform;
    transition-duration: 3s;
    transition-timing-function: ease;
  }
  .p-top-mv .p-top-mv__area-img-in picture.show {
    opacity: 1;
    transform: scale(1);
  }
  .p-top-mv .p-top-mv__area-txtbox {
    left: 1.4285714286rem;
    bottom: 9.2857142857rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-open {
    width: 4.6428571429rem;
    height: 4.6428571429rem;
    top: -2.1428571429rem;
    right: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch {
    letter-spacing: -0.08em;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt {
    margin-top: 0.2142857143rem;
    font-size: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt01 {
    border-radius: 0.7142857143rem 0.7142857143rem 0 0;
    padding-left: 0.7142857143rem;
    padding-right: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt02 {
    border-radius: 0rem 0.7142857143rem 0 0;
    padding-left: 0.7142857143rem;
    padding-right: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt.-catch-txt03 {
    border-radius: 0rem 0.7142857143rem 0.3571428571rem 0.7142857143rem;
    padding-left: 0.7142857143rem;
    padding-right: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-catchbox .-catch-txt-word.--txtsmall {
    font-size: 0.8571428571rem;
  }
  .p-top-mv .p-top-mv__scroll {
    bottom: 12.8571428571rem;
    right: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__scroll .-scroll-txt {
    font-size: 0.7142857143rem;
  }
  .p-top-mv .p-top-mv__scroll .-scroll-line {
    width: 0.1428571429rem;
    height: 3.2142857143rem;
    top: 3.9285714286rem;
  }
  .p-top-mv .p-top-mv__news {
    width: calc(100% + 1.4285714286rem);
    margin: 0 0 0 -1.4285714286rem;
    width: 23.9285714286rem;
    padding: 1.4285714286rem;
    bottom: 0rem;
    left: 0;
    border-radius: 0 1.4285714286rem 0 0;
  }
  .p-top-mv .p-top-mv__news-outer .-ttl {
    font-size: 1.4285714286rem;
    width: 100%;
    margin-right: 0rem;
  }
  .p-top-mv .p-top-mv__news-outer .-cont {
    margin-top: 0.3571428571rem;
    width: 100%;
    align-items: flex-start;
    line-height: 1;
  }
  .p-top-mv .p-top-mv__news-outer .-day {
    width: 7.1428571429rem;
    font-size: 1rem;
    margin-right: 0rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .p-top-mv .p-top-mv__news-outer .-txt {
    width: calc(100% - 7.1428571429rem);
    font-size: 0.7857142857rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}

/*------------------------------------------------

safari専用css

-------------------------------------------------*/
::-webkit-full-page-media,
:future,
:root .p-top-mv .p-top-mv__scroll .-scroll-line {
  left: 7px;
}
@media screen and (max-width: 768px) {
  ::-webkit-full-page-media,
  :future,
  :root .p-top-mv .p-top-mv__scroll .-scroll-line {
    left: 0.5rem;
  }
}

/*------------------------------------------------

p-top-about

-------------------------------------------------*/
.p-top-about {
  position: relative;
  padding: 100px 0;
}
.p-top-about .p-top-about__bg {
  position: absolute;
  background-color: #FFF9EF;
  width: 100%;
  height: 63%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-top-about .p-top-about__area-imgbox {
  position: relative;
}
.p-top-about .p-top-about__area-imgbox .-img {
  border-radius: 40px;
  overflow: hidden;
}
.p-top-about .p-top-about__area-imgbox .-img .simple-parallax-initialized {
  border-radius: 40px;
}
.p-top-about .p-top-about__area-imgbox .-img img {
  border-radius: 40px;
  overflow: hidden;
}
.p-top-about .p-top-about__area-imgbox .-txtbox {
  position: absolute;
  bottom: -230px;
  left: 60px;
  gap: 3px;
  display: flex;
  flex-direction: row-reverse;
}
.p-top-about .p-top-about__area-imgbox .-jp {
  background-color: #336837;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1.2;
  color: #fff;
  writing-mode: vertical-rl;
}
.p-top-about .p-top-about__area-imgbox .-jp.-jp01 {
  border-radius: 0 10px 10px 0;
  padding: 10px 10px;
}
.p-top-about .p-top-about__area-imgbox .-jp.-jp02 {
  border-radius: 10px 0 0 10px;
  padding: 10px 10px;
}
.p-top-about .p-top-about__area-txt {
  margin: 40px 40px 0 210px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 4.2857142857rem 0;
  }
  .p-top-about .p-top-about__bg {
    height: 80%;
    left: 0;
    bottom: 0;
  }
  .p-top-about .p-top-about__area-imgbox {
    position: relative;
  }
  .p-top-about .p-top-about__area-imgbox .-img {
    border-radius: 2.8571428571rem;
  }
  .p-top-about .p-top-about__area-imgbox .-img .simple-parallax-initialized {
    border-radius: 2.8571428571rem;
  }
  .p-top-about .p-top-about__area-imgbox .-img img {
    border-radius: 2.8571428571rem;
  }
  .p-top-about .p-top-about__area-imgbox .-txtbox {
    bottom: -2.9285714286rem;
    left: 1.4285714286rem;
    gap: 1.4285714286rem;
    display: flex;
    flex-direction: column;
  }
  .p-top-about .p-top-about__area-imgbox .-jp {
    font-size: 1.7142857143rem;
    writing-mode: inherit;
  }
  .p-top-about .p-top-about__area-imgbox .-jp.-jp01 {
    border-radius: 0.7142857143rem 0.7142857143rem 0 0;
    padding: 0.3571428571rem 0.7142857143rem;
  }
  .p-top-about .p-top-about__area-imgbox .-jp.-jp02 {
    border-radius: 0 0 0.7142857143rem 0.7142857143rem;
    padding: 0.3571428571rem 0.7142857143rem 0.3571428571rem 0.7142857143rem;
  }
  .p-top-about .p-top-about__area-txt {
    margin: 4.2857142857rem 0rem 0 1.4285714286rem;
    font-size: 1.1428571429rem;
  }
}

/*------------------------------------------------

safari専用css

-------------------------------------------------*/
::-webkit-full-page-media,
:future,
:root .p-top-about .p-top-about__area-imgbox .-txtbox {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  ::-webkit-full-page-media,
  :future,
  :root .p-top-about .p-top-about__area-imgbox .-txtbox {
    gap: 1.4285714286rem;
  }
}

/*------------------------------------------------

p-top-action

-------------------------------------------------*/
.p-top-action {
  margin-top: 70px;
}
.p-top-action .p-top-action__area--ttl {
  text-align: center;
}
.p-top-action .p-top-action__area--ttl .c-title01-ttl .-jp {
  display: block;
}
.p-top-action .p-top-action__txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.p-top-action .p-top-action__area {
  position: relative;
  margin-top: 30px;
  justify-content: center;
  padding: 0 80px 60px;
  gap: 30px;
}
.p-top-action .p-top-action__area::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #F2F7F0;
  border-radius: 30px;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-top-action .p-top-action__area-link {
  width: 46%;
}
.p-top-action .p-top-action__area-txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #336837;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-top-action .p-top-action__area {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-action {
    margin-top: 2.5rem;
  }
  .p-top-action .p-top-action__area--ttl .c-title01-ttl {
    justify-content: center;
  }
  .p-top-action .p-top-action__txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
  }
  .p-top-action .p-top-action__area {
    margin-top: 2.1428571429rem;
    justify-content: center;
    padding: 0 0rem 2.8571428571rem;
    gap: 2.8571428571rem;
  }
  .p-top-action .p-top-action__area::before {
    border-radius: 0rem;
    top: 1.7857142857rem;
    left: auto;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    bottom: 0;
  }
  .p-top-action .p-top-action__area-link {
    width: 100%;
  }
  .p-top-action .p-top-action__area-txt {
    margin-top: 1.0714285714rem;
    font-size: 1.1428571429rem;
  }
}

/*------------------------------------------------

p-top-reason

-------------------------------------------------*/
.p-top-reason .p-top-reason--inner {
  padding: 140px 0 100px;
  position: relative;
}
.p-top-reason .p-top-reason__bg {
  position: absolute;
  background: url(../../../img/logo-bg.png) no-repeat;
  background-size: contain;
  width: 445px;
  height: 237px;
  top: 20px;
  right: -120px;
}
.p-top-reason .p-top-reason__outer {
  position: relative;
  margin-top: 60px;
  padding-bottom: 50px;
}
.p-top-reason .p-top-reason__outer-bg.p-top-reason__outer-bg--left {
  position: absolute;
  background-color: #FFF9EF;
  border-radius: 0 40px 40px 0;
  width: 55vw;
  bottom: 0;
  z-index: -1;
  top: 135px;
  margin-left: calc(50% - 50vw);
}
.p-top-reason .p-top-reason__outer-bg.p-top-reason__outer-bg--right {
  position: absolute;
  background-color: #F2F7F0;
  border-radius: 40px 0 0 40px;
  width: 55vw;
  bottom: 0;
  right: 0;
  z-index: -1;
  top: 135px;
  margin-right: calc(50% - 50vw);
}
.p-top-reason .p-top-reason__block {
  position: relative;
  align-items: center;
  gap: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.p-top-reason .p-top-reason__block.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-reason .p-top-reason__block.p-top-reason__block--dry {
  flex-direction: row-reverse;
}
.p-top-reason .p-top-reason__block-img {
  width: 530px;
  border-radius: 40px;
  overflow: hidden;
}
.p-top-reason .p-top-reason__block-img img {
  border-radius: 40px;
}
.p-top-reason .p-top-reason__block-txtbox {
  width: calc(100% - 590px);
}
.p-top-reason .p-top-reason__block-txtbox .-en {
  font-family: "Rubik", sans-serif;
  color: #633319;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
}
.p-top-reason .p-top-reason__block-txtbox .-ttl {
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  color: #336837;
  letter-spacing: 0.24em;
  font-weight: bold;
  line-height: 1.3;
}
.p-top-reason .p-top-reason__block-txtbox .-txt {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-reason .p-top-reason__block-img {
    width: 400px;
  }
  .p-top-reason .p-top-reason__block-txtbox {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-top-reason--inner {
    padding: 6.4285714286rem 0 7.1428571429rem;
  }
  .p-top-reason .p-top-reason__bg {
    width: 16rem;
    height: 8.5rem;
    top: 0.7142857143rem;
    right: 0rem;
  }
  .p-top-reason .p-top-reason__outer {
    margin-top: 2.1428571429rem;
    padding-bottom: 2.8571428571rem;
  }
  .p-top-reason .p-top-reason__outer-bg.p-top-reason__outer-bg--left {
    border-radius: 0 2.8571428571rem 2.8571428571rem 0;
    width: 10rem;
    top: 3rem;
    margin-left: -1.4285714286rem;
  }
  .p-top-reason .p-top-reason__outer-bg.p-top-reason__outer-bg--right {
    border-radius: 2.8571428571rem 0 0 2.8571428571rem;
    width: 10rem;
    bottom: 0;
    top: 3rem;
    margin-right: -1.4285714286rem;
  }
  .p-top-reason .p-top-reason__block {
    gap: 0rem;
    flex-direction: column-reverse;
  }
  .p-top-reason .p-top-reason__block.p-top-reason__block--dry {
    flex-direction: column-reverse;
  }
  .p-top-reason .p-top-reason__block-img {
    width: 100%;
    margin-top: 1.4285714286rem;
    border-radius: 2.8571428571rem;
  }
  .p-top-reason .p-top-reason__block-img img {
    border-radius: 2.8571428571rem;
  }
  .p-top-reason .p-top-reason__block-txtbox {
    width: 100%;
  }
  .p-top-reason .p-top-reason__block-txtbox .-en {
    font-size: 1.4285714286rem;
  }
  .p-top-reason .p-top-reason__block-txtbox .-ttl {
    margin-top: 0.3571428571rem;
    font-size: 1.7142857143rem;
  }
  .p-top-reason .p-top-reason__block-txtbox .-txt {
    margin-top: 1.7857142857rem;
    font-size: 1rem;
  }
}

/*------------------------------------------------

p-top-price

-------------------------------------------------*/
.p-top-price {
  background-color: #FFF9EF;
}
.p-top-price.p-top-price--sub {
  background-color: #F2F7F0;
}
.p-top-price .p-top-price__area {
  padding: 115px 0 110px;
  position: relative;
}
.p-top-price .p-top-price__area-bg {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  width: 260px;
  aspect-ratio: 52/35;
  left: 0;
  top: -35px;
}
.p-top-price .p-top-price__area-bg img {
  border-radius: 30px;
}
.p-top-price .p-top-price__area-block {
  position: relative;
  width: 65%;
  background-color: #fff;
  border-radius: 40px;
  margin-left: auto;
  padding: 70px 80px 60px 80px;
}
.p-top-price .p-top-price__area-block .p-top-price__area-block--title {
  position: absolute;
  top: -50px;
  left: 80px;
}
.p-top-price .p-top-price__area-block .-box {
  width: 57%;
  margin-left: auto;
}
.p-top-price .p-top-price__area-block .-item {
  border-bottom: 2px dotted #633319;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-price .p-top-price__area-block .-item:first-child {
  padding-top: 0;
}
.p-top-price .p-top-price__area-block .-item:last-child {
  border-bottom: none;
}
.p-top-price .p-top-price__area-block .-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  color: #336837;
}
.p-top-price .p-top-price__area-block .-txt {
  font-size: 14px;
  margin-top: 1px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-top-price .p-top-price__area-bg02 {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  width: 53.6%;
  aspect-ratio: 118/63;
  left: 0;
  top: 200px;
}
.p-top-price .p-top-price__area-bg02 img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-price .p-top-price__area {
    padding: 11.4285714286rem 0 8.5714285714rem;
  }
  .p-top-price .p-top-price__area-bg {
    border-radius: 2.1428571429rem;
    width: 14.2857142857rem;
    top: -2.5rem;
  }
  .p-top-price .p-top-price__area-bg img {
    border-radius: 2.1428571429rem;
  }
  .p-top-price .p-top-price__area-block {
    width: 21.4285714286rem;
    border-radius: 2.8571428571rem;
    margin-left: inherit;
    padding: 6.4285714286rem 1.4285714286rem 5.3571428571rem 1.4285714286rem;
  }
  .p-top-price .p-top-price__area-block .p-top-price__area-block--title {
    top: -2.1428571429rem;
    left: 1.4285714286rem;
  }
  .p-top-price .p-top-price__area-block .-box {
    width: 100%;
    margin-left: inherit;
  }
  .p-top-price .p-top-price__area-block .-item {
    border-bottom: 0.1428571429rem dotted #633319;
    padding: 1.7857142857rem 0;
  }
  .p-top-price .p-top-price__area-block .-item:first-child {
    padding-top: 1.7857142857rem;
    border-top: 0.1428571429rem dotted #633319;
  }
  .p-top-price .p-top-price__area-block .-ttl {
    font-size: 1.1428571429rem;
  }
  .p-top-price .p-top-price__area-block .-txt {
    font-size: 1rem;
    margin-top: 0.0714285714rem;
  }
  .p-top-price .p-top-price__area-bg02 {
    border-radius: 2.1428571429rem;
    width: 20rem;
    left: auto;
    right: 0;
    top: auto;
    bottom: 2.8571428571rem;
  }
  .p-top-price .p-top-price__area-bg02 img {
    border-radius: 2.1428571429rem;
  }
}

/*------------------------------------------------

p-top-flow

-------------------------------------------------*/
.p-top-flow .p-top-flow--inner {
  position: relative;
  padding: 80px 0 100px;
}
.p-top-flow .p-top-flow__bg {
  position: absolute;
  background-color: #F2F7F0;
  border-radius: 0 40px 0 0;
  width: 42vw;
  bottom: 0;
  z-index: -1;
  top: 250px;
  margin-left: calc(50% - 50vw);
}
.p-top-flow .p-top-flow__area {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.p-top-flow .p-top-flow__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-flow .p-top-flow__area .-item {
  position: relative;
  width: 12.27%;
  padding-bottom: 45px;
}
.p-top-flow .p-top-flow__area .-item:last-child .-icon::after {
  display: none;
}
.p-top-flow .p-top-flow__area .-icon {
  position: relative;
}
.p-top-flow .p-top-flow__area .-icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #336837;
  width: 100%;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: -85%;
  z-index: -1;
}
.p-top-flow .p-top-flow__area .-txt {
  position: absolute;
  width: 200%;
  margin-top: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #633319;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-top-flow .p-top-flow__area .-txt {
    font-size: 16px;
  }
  .p-top-flow .p-top-flow__area .-item {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-flow .p-top-flow--inner {
    padding: 4.2857142857rem 0 4.2857142857rem;
  }
  .p-top-flow .p-top-flow__bg {
    border-radius: 0 2.8571428571rem 0 0;
    width: 17.8571428571rem;
    top: 15.3571428571rem;
    margin-left: calc(50% - 50vw);
  }
  .p-top-flow .p-top-flow__area {
    margin-top: 2.8571428571rem;
  }
  .p-top-flow .p-top-flow__area .-item {
    width: 100%;
    align-items: center;
    display: flex;
    padding-bottom: 1.7857142857rem;
  }
  .p-top-flow .p-top-flow__area .-item:last-child .-icon::after {
    display: none;
  }
  .p-top-flow .p-top-flow__area .-icon {
    width: 7.1428571429rem;
    margin-right: 2.1428571429rem;
  }
  .p-top-flow .p-top-flow__area .-icon::after {
    width: 0.1428571429rem;
    height: 100%;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  .p-top-flow .p-top-flow__area .-txt {
    position: static;
    text-align: left;
    width: calc(100% - 9.2857142857rem);
    margin-top: 0rem;
    font-size: 1.4285714286rem;
    transform: translateX(0%);
  }
}

/*------------------------------------------------

p-top-room

-------------------------------------------------*/
.p-top-room {
  position: relative;
  padding: 80px 0 100px;
}
.p-top-room.p-top-room--mt {
  margin-top: 80px;
}
.p-top-room .p-top-room__bg {
  position: absolute;
  background-color: #FFF9EF;
  z-index: -1;
  top: 0;
  left: 0;
  right: 90px;
  bottom: 0;
}
.p-top-room .p-top-room--inner {
  position: relative;
}
.p-top-room .p-top-room__area {
  margin: 0 0 0 -90px;
}
.p-top-room .p-top-room__area-block {
  margin-top: 40px;
  gap: 60px 5%;
}
.p-top-room .p-top-room__area-block .-item {
  position: relative;
  width: 30%;
  padding-bottom: 110px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.p-top-room .p-top-room__area-block .-item.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-room .p-top-room__area-block .-item-img {
  border-radius: 20px;
  overflow: hidden;
}
.p-top-room .p-top-room__area-block .-item-img img {
  border-radius: 20px;
}
.p-top-room .p-top-room__area-block .-item-txtbox {
  width: 82%;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-top: 20px;
  background-color: #FFF9EF;
  border-radius: 0 20px 0 0;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #336837;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.3;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-en {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 1.1;
  color: #633319;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-list {
  margin-top: 15px;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.7;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #336837;
  top: 10px;
  left: 0;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info {
  width: 160px;
  margin-top: 15px;
  display: flex;
  border-radius: 5px;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info01 {
  color: #336837;
  border: 1px solid #336837;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info01 .-info-txt {
  background-color: #336837;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info02 {
  color: #633319;
  border: 1px solid #633319;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info02 .-info-txt {
  background-color: #633319;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info03 {
  color: #A80100;
  border: 1px solid #A80100;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info03 .-info-txt {
  background-color: #A80100;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info.-info-opa {
  opacity: 0;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info-txt {
  width: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}
.p-top-room .p-top-room__area-block .-item-txtbox .-info-state {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .p-top-room .p-top-room__area {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-room {
    padding: 4.2857142857rem 0;
  }
  .p-top-room.p-top-room--mt {
    margin-top: 2.8571428571rem;
  }
  .p-top-room .p-top-room__bg {
    right: 0px;
  }
  .p-top-room .p-top-room__area {
    margin: 0 0 0 0px;
  }
  .p-top-room .p-top-room__area-block {
    margin-top: 2.8571428571rem;
    gap: 4.2857142857rem;
  }
  .p-top-room .p-top-room__area-block .-item {
    width: 100%;
    padding-bottom: 7.8571428571rem;
  }
  .p-top-room .p-top-room__area-block .-item-img {
    border-radius: 1.4285714286rem;
  }
  .p-top-room .p-top-room__area-block .-item-img img {
    border-radius: 1.4285714286rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox {
    width: 86%;
    padding-top: 2rem;
    border-radius: 0 1.4285714286rem 0 0;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-ttl {
    font-size: 1.7142857143rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-en {
    font-size: 0.8571428571rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-list {
    margin-top: 1.0714285714rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-list li {
    font-size: 1rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-list li::before {
    width: 0.2857142857rem;
    height: 0.2857142857rem;
    top: 0.7857142857rem;
    left: 0;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-info {
    width: 11.4285714286rem;
    margin-top: 1.0714285714rem;
    border-radius: 0.3571428571rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-info-txt {
    font-size: 1rem;
  }
  .p-top-room .p-top-room__area-block .-item-txtbox .-info-state {
    font-size: 1rem;
  }
}

/*------------------------------------------------

p-top-access

-------------------------------------------------*/
.p-top-access {
  padding: 100px 0 60px;
}
.p-top-access .p-top-access__area--ttl .-jp {
  display: block;
}
.p-top-access .p-top-access__area-left {
  width: 410px;
  margin-right: 40px;
}
.p-top-access .p-top-access__area-left .-map {
  margin-top: 40px;
}
.p-top-access .p-top-access__area-left .-map iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 41/36;
}
.p-top-access .p-top-access__area-left .-map img {
  width: 100%;
  aspect-ratio: 41/36;
}
.p-top-access .p-top-access__area-right {
  width: calc(100% - 450px);
  margin-top: 45px;
}
.p-top-access .p-top-access__area-right .-img {
  border-radius: 20px;
  overflow: hidden;
}
.p-top-access .p-top-access__area-right .-img img {
  border-radius: 20px;
}
.p-top-access .p-top-access__info {
  margin-top: 64px;
}
.p-top-access .p-top-access__info-left {
  width: calc(100% - 590px);
}
.p-top-access .p-top-access__info-left .-item {
  display: flex;
  border-bottom: 2px dotted #633319;
  padding: 25px 0;
}
.p-top-access .p-top-access__info-left .-item:first-child {
  padding-top: 0;
}
.p-top-access .p-top-access__info-left .-item:last-child {
  border-bottom: none;
}
.p-top-access .p-top-access__info-left .-ttl {
  width: 90px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #336837;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 16px;
}
.p-top-access .p-top-access__info-left .-txt {
  width: calc(100% - 90px);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.p-top-access .p-top-access__info-right {
  width: 530px;
  margin-left: 60px;
}
.p-top-access .p-top-access__info-right .-ttlbox {
  border-bottom: 2px dotted #633319;
  padding-bottom: 25px;
}
.p-top-access .p-top-access__info-right .-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #336837;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 16px;
}
.p-top-access .p-top-access__info-right .-iconbox {
  margin-top: 20px;
  gap: 8%;
}
.p-top-access .p-top-access__info-right .-iconbox .-item {
  width: 19%;
  position: relative;
  padding-bottom: 56px;
}
.p-top-access .p-top-access__info-right .-iconbox .-txt {
  position: absolute;
  width: 160%;
  font-size: 14px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #633319;
}
@media screen and (max-width: 1024px) {
  .p-top-access .p-top-access__info-left {
    width: calc(100% - 440px);
  }
  .p-top-access .p-top-access__info-right {
    width: 400px;
    margin-left: 40px;
  }
  .p-top-access .p-top-access__info-right .-iconbox .-item {
    padding-bottom: 40px;
  }
  .p-top-access .p-top-access__info-right .-iconbox .-txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access {
    padding: 4.2857142857rem 0 2.5rem;
  }
  .p-top-access .p-top-access__area-left {
    width: 100%;
    margin-right: 0px;
  }
  .p-top-access .p-top-access__area-left .-map {
    margin-top: 2.8571428571rem;
  }
  .p-top-access .p-top-access__area-left .-map iframe {
    border-radius: 0.7142857143rem;
  }
  .p-top-access .p-top-access__area-right {
    width: 100%;
    margin-top: 2.1428571429rem;
  }
  .p-top-access .p-top-access__area-right .-img {
    border-radius: 1.4285714286rem;
  }
  .p-top-access .p-top-access__area-right .-img img {
    border-radius: 1.4285714286rem;
  }
  .p-top-access .p-top-access__info {
    margin-top: 2.1428571429rem;
  }
  .p-top-access .p-top-access__info-left {
    width: 100%;
  }
  .p-top-access .p-top-access__info-left .-item {
    padding: 1.7857142857rem 0;
  }
  .p-top-access .p-top-access__info-left .-item:last-child {
    border-bottom: 2px dotted #633319;
  }
  .p-top-access .p-top-access__info-left .-ttl {
    width: 7.1428571429rem;
    font-size: 1.1428571429rem;
  }
  .p-top-access .p-top-access__info-left .-txt {
    width: calc(100% - 7.1428571429rem);
    font-size: 1rem;
  }
  .p-top-access .p-top-access__info-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2.1428571429rem;
    display: flex;
  }
  .p-top-access .p-top-access__info-right .-ttlbox {
    border-bottom: none;
    width: 9.2857142857rem;
    padding-bottom: 0;
  }
  .p-top-access .p-top-access__info-right .-ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #336837;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 16px;
  }
  .p-top-access .p-top-access__info-right .-iconbox {
    width: calc(100% - 9.2857142857rem);
    margin-top: 0px;
    justify-content: space-between;
    gap: 1.4285714286rem;
  }
  .p-top-access .p-top-access__info-right .-iconbox .-item {
    width: 40%;
    padding-bottom: 3.5714285714rem;
  }
  .p-top-access .p-top-access__info-right .-iconbox .-txt {
    font-size: 0.8571428571rem;
  }
}

/*------------------------------------------------

p-top-layout

-------------------------------------------------*/
.p-top-layout {
  position: relative;
  padding-top: 100px;
}
.p-top-layout .p-top-layout__txt {
  position: absolute;
  text-align: center;
  top: 0;
  width: 200%;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.08em;
  font-size: 116px;
  font-weight: 800;
  line-height: 1.1;
  color: #F2F7F0;
  z-index: -1;
}
.p-top-layout .p-top-layout__img {
  height: 320px;
  overflow: hidden;
}
.p-top-layout .p-top-layout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top -350px left 0;
     object-position: top -350px left 0;
}
@media screen and (max-width: 1024px) {
  .p-top-layout .p-top-layout__img img {
    -o-object-position: top -170px left 0;
       object-position: top -170px left 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-layout {
    padding-top: 4.2857142857rem;
  }
  .p-top-layout .p-top-layout__txt {
    font-size: 4.2857142857rem;
  }
  .p-top-layout .p-top-layout__img {
    height: 14.2857142857rem;
  }
  .p-top-layout .p-top-layout__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top -3.5714285714rem left 0;
       object-position: top -3.5714285714rem left 0;
  }
}

/*------------------------------------------------

p-top-faq

-------------------------------------------------*/
.p-top-faq {
  padding: 80px 0 100px;
}
.p-top-faq .p-top-faq__area {
  margin-top: 30px;
}
.p-top-faq .p-top-faq__area .p-top-faq__area-block {
  width: 48%;
}
.p-top-faq .p-top-faq__area .-group {
  margin-top: 30px;
  cursor: pointer;
}
.p-top-faq .p-top-faq__area .-group:first-child {
  margin-top: 0;
}
.p-top-faq .p-top-faq__area .-item {
  border: 2px solid #633319;
  border-radius: 35px;
  overflow: hidden;
}
.p-top-faq .p-top-faq__area .-question {
  position: relative;
  padding: 20px 50px 20px 30px;
  background-color: #633319;
  transition: all 0.3s ease;
}
.p-top-faq .p-top-faq__area .-question::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF9EF;
  width: 2px;
  border-radius: 1px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease;
}
.p-top-faq .p-top-faq__area .-question::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF9EF;
  width: 2px;
  border-radius: 1px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 30px;
  transition: all 0.3s ease;
}
.p-top-faq .p-top-faq__area .-question.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.p-top-faq .p-top-faq__area .-question.open::after {
  opacity: 0;
}
.p-top-faq .p-top-faq__area .-question-in {
  align-items: center;
}
.p-top-faq .p-top-faq__area .-question-in .-mark {
  width: 35px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.p-top-faq .p-top-faq__area .-question-in .-txt {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.p-top-faq .p-top-faq__area .-answer {
  display: none;
}
.p-top-faq .p-top-faq__area .-answer-in {
  background-color: #FFF9EF;
  border-top: none;
  padding: 30px;
}
.p-top-faq .p-top-faq__area .-answer-in .-mark {
  margin-top: 2px;
  width: 35px;
  color: #336837;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.p-top-faq .p-top-faq__area .-answer-in .-txt {
  width: calc(100% - 35px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 4.2857142857rem 0;
  }
  .p-top-faq .p-top-faq__area {
    margin-top: 2.8571428571rem;
  }
  .p-top-faq .p-top-faq__area .p-top-faq__area-block {
    width: 100%;
  }
  .p-top-faq .p-top-faq__area .p-top-faq__area-block:first-child .-group:first-child {
    margin-top: 0;
  }
  .p-top-faq .p-top-faq__area .-group {
    margin-top: 2.1428571429rem;
  }
  .p-top-faq .p-top-faq__area .-group:first-child {
    margin-top: 2.1428571429rem;
  }
  .p-top-faq .p-top-faq__area .-item {
    border-radius: 2.8571428571rem;
  }
  .p-top-faq .p-top-faq__area .-question {
    padding: 1.4285714286rem 3.5714285714rem 1.4285714286rem 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-question::before {
    width: 0.1428571429rem;
    height: 1.2857142857rem;
    right: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-question::after {
    width: 0.1428571429rem;
    height: 1.2857142857rem;
    right: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-question-in {
    align-items: flex-start;
  }
  .p-top-faq .p-top-faq__area .-question-in .-mark {
    width: 2.5rem;
    font-size: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-question-in .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
  .p-top-faq .p-top-faq__area .-answer-in {
    padding: 2.1428571429rem 1.4285714286rem 2.1428571429rem 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-answer-in .-mark {
    margin-top: 0.2142857143rem;
    width: 2.5rem;
    font-size: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area .-answer-in .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
}

/*------------------------------------------------

p-top-company

-------------------------------------------------*/
.p-top-company {
  background: #FFF9EF;
  padding: 80px 0 90px;
}
.p-top-company .p-top-company__area {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 0;
}
.p-top-company .p-top-company--ttl .-jp {
  display: block;
}
.p-top-company .p-top-company__area-in {
  max-width: 940px;
  width: 95%;
  margin: auto;
}
.p-top-company .p-top-company__area-left {
  width: calc(100% - 310px);
  margin-right: 60px;
}
.p-top-company .p-top-company__area-block {
  width: 47%;
}
.p-top-company .p-top-company__area-block .-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 2px dotted #633319;
}
.p-top-company .p-top-company__area-block .-item:first-child {
  padding-top: 0;
}
.p-top-company .p-top-company__area-block .-item:last-child {
  border-bottom: none;
}
.p-top-company .p-top-company__area-block .-item.-item--border {
  border-bottom: 2px dotted #633319;
}
.p-top-company .p-top-company__area-block .-ttl {
  width: 90px;
  color: #336837;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-top-company .p-top-company__area-block .-txt {
  width: calc(100% - 90px);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.p-top-company .p-top-company__area-imgbox {
  width: 250px;
}
.p-top-company .p-top-company__area-imgbox .-img {
  border-radius: 30px;
  overflow: hidden;
}
.p-top-company .p-top-company__area-imgbox .-img img {
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top-company .p-top-company__area-left {
    width: calc(100% - 230px);
    margin-right: 30px;
  }
  .p-top-company .p-top-company__area-imgbox {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 4.2857142857rem 0 4.2857142857rem;
  }
  .p-top-company .p-top-company__area {
    margin-top: 1.4285714286rem;
    border-radius: 2.8571428571rem;
    padding: 2.5rem 1.4285714286rem;
  }
  .p-top-company .p-top-company__area-in {
    width: 100%;
  }
  .p-top-company .p-top-company__area-left {
    width: 100%;
    margin-right: 0rem;
  }
  .p-top-company .p-top-company__area-block {
    width: 100%;
  }
  .p-top-company .p-top-company__area-block:last-child .-item:last-child {
    border-bottom: none;
  }
  .p-top-company .p-top-company__area-block .-item {
    padding: 1.7857142857rem 0;
  }
  .p-top-company .p-top-company__area-block .-item:first-child {
    padding-top: 1.7857142857rem;
  }
  .p-top-company .p-top-company__area-block .-item:last-child {
    border-bottom: 2px dotted #633319;
  }
  .p-top-company .p-top-company__area-block .-ttl {
    width: 7.1428571429rem;
    font-size: 1.1428571429rem;
  }
  .p-top-company .p-top-company__area-block .-txt {
    width: calc(100% - 7.1428571429rem);
    font-size: 1rem;
  }
  .p-top-company .p-top-company__area-imgbox {
    width: 100%;
    margin-top: 1.0714285714rem;
  }
  .p-top-company .p-top-company__area-imgbox .-img {
    border-radius: 2.1428571429rem;
  }
  .p-top-company .p-top-company__area-imgbox .-img img {
    border-radius: 2.1428571429rem;
  }
}

/*------------------------------------------------

contactページ

-------------------------------------------------*/
/*------------------------------------------------

p-contact-mv

-------------------------------------------------*/
.p-contact-mv {
  position: relative;
  margin-top: 110px;
  height: 380px;
  background: url(../../../img/sub-mv02-pc.jpg) no-repeat center center/cover;
}
.p-contact-mv.p-contact-mv--02 {
  background: url(../../../img/sub-mv02-pc.jpg) no-repeat center center/cover;
}
.p-contact-mv .p-contact-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-contact-mv .p-contact-mv__ttl {
  position: absolute;
  width: 100%;
  font-family: "Rubik", sans-serif;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.p-contact-mv .p-contact-mv__ttl .-jp {
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .p-contact-mv {
    margin-top: 5rem;
    height: 17.1428571429rem;
    background: url(../../../img/sub-mv02-sp.jpg) no-repeat center center/cover;
  }
  .p-contact-mv.p-contact-mv--02 {
    background: url(../../../img/sub-mv02-sp.jpg) no-repeat center center/cover;
  }
  .p-contact-mv .p-contact-mv__ttl {
    font-size: 3.1428571429rem;
  }
  .p-contact-mv .p-contact-mv__ttl .-jp {
    font-size: 0.9285714286rem;
  }
}

/*------------------------------------------------

p-breadcrumbs-area

-------------------------------------------------*/
.p-breadcrumbs-area {
  padding: 30px 0 0;
}
.p-breadcrumbs-area ul {
  gap: 5px 0;
  align-items: center;
}
.p-breadcrumbs-area li {
  font-size: 12px;
  font-weight: bold;
  color: #346737;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-breadcrumbs-area li a {
  position: relative;
  margin-right: 60px;
  color: #373737;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-breadcrumbs-area li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #373737;
  width: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumbs-area {
    padding: 1.4285714286rem 0 0;
  }
  .p-breadcrumbs-area ul {
    gap: 0.3571428571rem 0;
  }
  .p-breadcrumbs-area li {
    font-size: 0.8571428571rem;
  }
  .p-breadcrumbs-area li a {
    margin-right: 4.2857142857rem;
  }
  .p-breadcrumbs-area li a::after {
    width: 2.1428571429rem;
    right: -3.2142857143rem;
  }
}

/*------------------------------------------------

p-contact-top

-------------------------------------------------*/
.p-contact-top {
  margin-top: 70px;
}
.p-contact-top .p-contact-top--inner {
  margin: auto;
  max-width: 940px;
}
.p-contact-top .p-contact-top__block {
  gap: 20px;
}
.p-contact-top .p-contact-top__block .-item {
  width: calc(50% - 10px);
  background-color: #63331A;
  border-radius: 20px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.p-contact-top .p-contact-top__block .-name {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.p-contact-top .p-contact-top__block .-num a {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 30px;
}
.p-contact-top .p-contact-top__block .-num a::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 30px;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
}
.p-contact-top .p-contact-top__block .-txt {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-contact-top {
    margin-top: 4.2857142857rem;
  }
  .p-contact-top .p-contact-top__block {
    gap: 1.4285714286rem 0px;
  }
  .p-contact-top .p-contact-top__block .-item {
    width: 100%;
    border-radius: 1.4285714286rem;
    padding: 1.0714285714rem 0;
  }
  .p-contact-top .p-contact-top__block .-name {
    font-size: 1.2857142857rem;
  }
  .p-contact-top .p-contact-top__block .-num a {
    font-size: 2rem;
    padding-left: 2.1428571429rem;
  }
  .p-contact-top .p-contact-top__block .-num a::before {
    width: 1.6428571429rem;
    height: 2.1428571429rem;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
  }
  .p-contact-top .p-contact-top__block .-txt {
    font-size: 0.8571428571rem;
  }
}

/*------------------------------------------------

p-contact-form

-------------------------------------------------*/
.p-contact-form {
  margin-top: 100px;
}
.p-contact-form .p-contact-form--inner {
  max-width: 1000px;
}
.p-contact-form .p-contact-form__area {
  margin-top: 50px;
}
.p-contact-form .p-contact-form__area-group .-block {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #BCBCBC;
}
.p-contact-form .p-contact-form__area-group .-block:last-child {
  border-bottom: 1px solid #BCBCBC;
}
.p-contact-form .p-contact-form__area-group .-block-ttl {
  width: 220px;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  padding: 40px 30px;
  padding-right: 0;
}
.p-contact-form .p-contact-form__area-group .-title {
  font-size: 14px;
  letter-spacing: 0.13em;
}
.p-contact-form .p-contact-form__area-group .-req {
  margin-left: 10px;
  padding: 3px 0;
  font-size: 12px;
  display: inline-block;
  width: 45px;
  color: #fff;
  background-color: #346737;
  border-radius: 40px;
  text-align: center;
}
.p-contact-form .p-contact-form__area-group .-block-cont {
  width: calc(100% - 220px);
  padding: 40px 30px;
}
.p-contact-form .p-contact-form__area-group .-block-cont-in input {
  background-color: #F4F4F4;
  width: 100%;
  border: none;
  padding: 8px;
}
.p-contact-form .p-contact-form__area-group .mwform-radio-field {
  margin-right: 40px;
  font-size: 14px;
  margin-left: 0;
}
.p-contact-form .p-contact-form__area-group input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact-form .p-contact-form__area-group input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.p-contact-form .p-contact-form__area-group textarea {
  border: none;
  background-color: #F4F4F4;
  width: 100%;
  padding: 8px;
  height: 220px;
  resize: none;
}
.p-contact-form .p-contact-form__area-info {
  margin-top: 60px;
}
.p-contact-form .p-contact-form__area-info .-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-contact-form .p-contact-form__area-info .-outer {
  margin-top: 20px;
  padding: 40px 50px;
  height: 330px;
  overflow-y: scroll;
  border: 1px solid #D5D5D5;
}
.p-contact-form .p-contact-form__area-info .-outer::-webkit-scrollbar {
  width: 10px;
}
.p-contact-form .p-contact-form__area-info .-outer::-webkit-scrollbar-track {
  background-color: #F6F6F6;
}
.p-contact-form .p-contact-form__area-info .-outer::-webkit-scrollbar-thumb {
  background-color: #D5D5D5;
  border-radius: 8px;
}
.p-contact-form .p-contact-form__area-checkbox {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  /* チェックボックスデザイン */
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px;
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::before,
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  /*チェックボックスの横幅*/
  height: 20px;
  border-radius: 5px;
  /*チェックボックスの縦幅*/
  transform: translateY(-55%);
  top: 50%;
  left: 5px;
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::after {
  border-bottom: 3px solid #666464;
  /*チェックの太さ*/
  border-left: 3px solid #666464;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 11px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -5px;
  /*チェック時の位置調整*/
  left: 10px;
  /*チェック時の位置調整*/
}
.p-contact-form .p-contact-form__area-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}
.p-contact-form .p-contact-form__area-btnbox {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.p-contact-form .p-contact-form__area-btnbox input {
  width: 250px;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #346637;
  border-radius: 40px;
  border: none;
  color: #fff;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact-form .p-contact-form__area-btnbox input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 3.2142857143rem;
    padding-bottom: 7.1428571429rem;
  }
  .p-contact-form .p-contact-form__area {
    margin-top: 1.4285714286rem;
  }
  .p-contact-form .p-contact-form__area-group .-block-ttl {
    width: 100%;
    background-color: #fff;
    padding: 2.1428571429rem 0.3571428571rem 0.7142857143rem;
    padding-right: 0;
  }
  .p-contact-form .p-contact-form__area-group .-title {
    font-size: 1.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-group .-req {
    margin-left: 0.7142857143rem;
    padding: 0.2142857143rem 0;
    font-size: 1rem;
    width: 3.2142857143rem;
    border-radius: 2.8571428571rem;
  }
  .p-contact-form .p-contact-form__area-group .-block-cont {
    width: 100%;
    padding: 0px 0px 2.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-group .-block-cont-in input {
    padding: 0.5714285714rem;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field {
    margin-right: 0px;
    width: 100%;
    font-size: 1.1428571429rem;
    margin-top: 0.7142857143rem;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field:first-child {
    margin-top: 0;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field.horizontal-item {
    margin-left: 0;
  }
  .p-contact-form .p-contact-form__area-group input[type=radio] {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    vertical-align: -0.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-group input[type=radio]:checked:before {
    width: 0.6428571429rem;
    height: 0.6428571429rem;
  }
  .p-contact-form .p-contact-form__area-group textarea {
    padding: 0.5714285714rem;
    height: 10.7142857143rem;
  }
  .p-contact-form .p-contact-form__area-info {
    margin-top: 2.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-info .-ttl {
    font-size: 1.2857142857rem;
  }
  .p-contact-form .p-contact-form__area-info .-outer {
    margin-top: 1.4285714286rem;
    padding: 2.1428571429rem;
    height: 23.5714285714rem;
  }
  .p-contact-form .p-contact-form__area-info .-outer::-webkit-scrollbar {
    width: 0.7142857143rem;
  }
  .p-contact-form .p-contact-form__area-info .-outer::-webkit-scrollbar-thumb {
    border-radius: 0.5714285714rem;
  }
  .p-contact-form .p-contact-form__area-checkbox {
    margin-top: 2.8571428571rem;
    font-size: 1rem;
    /* チェックボックスデザイン */
  }
  .p-contact-form .p-contact-form__area-checkbox input[type=checkbox] {
    padding-left: 2.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::before {
    width: 1.4285714286rem;
    /*チェックボックスの横幅*/
    height: 1.4285714286rem;
    border-radius: 0.3571428571rem;
    left: 0.3571428571rem;
  }
  .p-contact-form .p-contact-form__area-checkbox input[type=checkbox]::after {
    border-bottom: 0.2142857143rem solid #666464;
    /*チェックの太さ*/
    border-left: 0.2142857143rem solid #666464;
    height: 0.4285714286rem;
    /*チェックの高さ*/
    width: 0.7857142857rem;
    /*チェックの横幅*/
    transform: rotate(-45deg);
    top: -0.3571428571rem;
    /*チェック時の位置調整*/
    left: 0.7142857143rem;
    /*チェック時の位置調整*/
  }
  .p-contact-form .p-contact-form__area-btnbox {
    margin-top: 3.5714285714rem;
    gap: 1.4285714286rem;
    flex-wrap: wrap;
  }
  .p-contact-form .p-contact-form__area-btnbox input {
    width: 17.8571428571rem;
    border-radius: 2.8571428571rem;
    padding: 1.4285714286rem;
  }
}

/*------------------------------------------------

p-contact-thanks

-------------------------------------------------*/
.p-contact-thanks {
  padding: 100px 0 120px;
}
.p-contact-thanks .-txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-contact-thanks .p-contact-thanks__btn {
  width: 300px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
.p-contact-thanks .p-contact-thanks__btn a {
  display: block;
  background-color: #346637;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 4.2857142857rem 0 5rem;
  }
  .p-contact-thanks .-txt {
    font-size: 1rem;
  }
  .p-contact-thanks .p-contact-thanks__btn {
    width: 20rem;
    margin-top: 2.8571428571rem;
  }
  .p-contact-thanks .p-contact-thanks__btn a {
    border-radius: 2.8571428571rem;
    font-size: 1rem;
    padding: 1.4285714286rem 0;
  }
}

/*------------------------------------------------

p-privacy-area

-------------------------------------------------*/
.p-privacy-area {
  margin-top: 50px;
  background-color: #FFF9EF;
  padding: 60px 0 70px;
}
.p-privacy-area .p-privacy-area--inner {
  max-width: 1000px;
}
.p-privacy-area .p-privacy-area__block {
  background-color: #fff;
  padding: 60px 80px;
}
.p-privacy-area .p-privacy-area__block .-txttop {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E3D9;
}
.p-privacy-area .p-privacy-area__block-item {
  margin-top: 55px;
}
.p-privacy-area .p-privacy-area__block-item .-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.875;
  color: #346637;
}
.p-privacy-area .p-privacy-area__block-item .-txt {
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-privacy-area {
    margin-top: 2.8571428571rem;
    padding: 3.5714285714rem 1.4285714286rem 4.6428571429rem;
  }
  .p-privacy-area .p-privacy-area--inner {
    width: 100%;
  }
  .p-privacy-area .p-privacy-area__block {
    padding: 3.5714285714rem 1.4285714286rem;
  }
  .p-privacy-area .p-privacy-area__block .-txttop {
    font-size: 1rem;
    letter-spacing: 0.06em;
    padding-bottom: 2.1428571429rem;
  }
  .p-privacy-area .p-privacy-area__block-item {
    margin-top: 3.5714285714rem;
  }
  .p-privacy-area .p-privacy-area__block-item .-ttl {
    font-size: 1.4285714286rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-privacy-area .p-privacy-area__block-item .-txt {
    margin-top: 1.0714285714rem;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}/*# sourceMappingURL=style.css.map */