@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.08em;
  color: #6f4a37;
}

.sen {
  font-family: "Sen", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.wrapper {
  max-width: 137rem;
  margin: auto;
}

.vertical {
  writing-mode: vertical-rl;
}

.lora {
  font-family: "Lora", serif;
}

.mincho {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-title {
  font-family: "Lora", serif;
  color: #6f4a37;
  font-size: 3.9rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-title {
    font-size: 4.6rem;
  }
}

.floatmenus {
  position: fixed;
  top: 28%;
  left: 0.3rem;
  z-index: 120;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .floatmenus {
    display: flex;
    position: sticky;
    top: 0;
    height: 8rem;
    width: 100%;
  }
}
.floatmenus a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 0.4rem;
  width: 9.3rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .floatmenus a {
    font-size: 2.1rem;
    flex: 0 0 25%;
    padding: 2.5rem 0;
    align-items: center;
  }
  .floatmenus a:first-child {
    border: none;
  }
}

.pagetop {
  z-index: 10;
  position: fixed;
  /* width: 2.4rem; */
  right: 2.5rem;
  bottom: 7rem;
}
.pagetop img {
  width: 70%;
}
@media screen and (max-width: 750px) {
.pagetop {
  right: 3.5rem;
  width: 3rem;
  bottom: 11rem;
}
.pagetop img {
  width: 100%;
}
}


.floatmenus2 {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
@media screen and (max-width: 750px) {
  .floatmenus2 {
    bottom: 0;
    transform: translateY(0);
    top: auto;
    left: 0;
    display: flex;
  }
}
.floatmenus2 .mail {
  top: 23.5rem !important;
  left: 2rem !important;
}
@media screen and (max-width: 750px) {
  .floatmenus2 .mail {
    top: 2.25rem !important;
    left: auto !important;
    right: 2.5rem;
    width: 3rem !important;
  }
}
.floatmenus2 a {
  background-color: #84786f;
  color: #fff;
  writing-mode: vertical-rl;
  display: block;
  height: 27rem;
  padding: 1.8rem;
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .floatmenus2 a {
    writing-mode: initial;
    height: 6.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
.floatmenus2 a:nth-child(1) {
  padding: 3rem 1.8rem 0;
}
@media screen and (max-width: 750px) {
  .floatmenus2 a:nth-child(1) {
    flex: 0 0 50%;
    padding: 2rem 1.8rem 0;
  }
}
.floatmenus2 a:nth-child(1) img {
  position: absolute;
  top: 2rem;
  left: -0.5rem;
}
@media screen and (max-width: 750px) {
  .floatmenus2 a:nth-child(1) img {
    width: 5.8rem;
    top: 0.8rem;
    left: 1rem;
  }
}
.floatmenus2 a:nth-child(2) {
  background-color: #a79a66;
  color: #fff;
  text-indent: -3rem;
}
@media screen and (max-width: 750px) {
  .floatmenus2 a:nth-child(2) {
    text-indent: 0;
    flex: 0 0 50%;
    padding-left: 4rem;
  }
}
.floatmenus2 a:nth-child(2) img {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .floatmenus2 a:nth-child(2) img {
    left: 1.6rem;
    width: 2.5rem;
    bottom: 1.8rem;
    transform: none;
  }
}

.f-14 {
  font-size: 1.4rem;
}
.top-logo {
  position: absolute;
  left: 2.5rem;
  top: 4rem;
  z-index: 34;
}
@media screen and (max-width: 750px) {
  .top-logo {
    top: 12rem;
    z-index: 34;
    width: 5rem;
  }
}
.content {
  background: url("../images/about/bg_about.jpg");
  position: relative;
  margin-right: 10rem;
  padding-left: 10rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
  .content {
    position: relative;
    margin-right: 2rem;
    transform: none;
    padding: 0;
    padding-bottom: 17rem;
    margin-bottom: 9rem;
  }
}
.content .title {
  position: absolute;
  top: 64.5rem;
  left: 16.3rem;
  font-size: 2.1rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .content .title {
    letter-spacing: 0.08em;
    top: 4.2rem;
    left: 4rem;
    font-size: 3rem;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .content .wrapper {
    padding-left: 2.9rem;
    max-width: 100%;
  }
}

.hero__logo img {
  margin-left: 0;
  /* padding-top: 2rem; */
  position: absolute;
  left: 2.5rem;
  top: 2.2rem;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .hero__logo img {
    top: 45rem;
    z-index: 10;
    width: 5rem;
    left: 1rem;
  }
}
.hero__title {
  position: absolute;

  /* top: 39.8rem;
  left: 16rem; */
  top: 64.8rem;
  right: 16rem;
  color: #fff;
  z-index: 6;
  font-size: 2.4rem;
  line-height: 5.1rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans CJK JP";
  text-shadow: 0px 0px 35.42px rgba(14, 14, 14, 0.46);
}
@media screen and (max-width: 750px) {
  .hero__title {
    z-index: 6;
    color: #fff;
    /* top: 19rem;
    left: 3rem;
    font-size: 2.5rem;
    line-height: 5.6rem; */
    letter-spacing: 0.1em;

    top: 11rem;
    left: 11.5rem;
    font-size: 2.3rem;
    line-height: 4.6rem;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px #000;

  }
}
.hero__inner {
  position: relative;
  z-index: 5;
  background-image: url("../images/TOP/mv_pc.jpg");
  background-attachment: fixed;
  background-size: 100%;
}
.plan__visual {
  background-image: url("../images/plan/01.png");
  background-attachment: fixed;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .hero__inner {
    background-image: none;
    background-attachment: auto;
    padding: 0;
  }
}
.opacity-0 {
  opacity: 0;
}
.hero__inner-text {
  position: absolute;
  background: #fff;
  padding: 1.9rem;
  right: 16rem;
  top: 7.6rem;
  letter-spacing: 0.1em;
  font-size: 2.845rem;
  color: #a6937c;
  line-height: 1.223;
  text-align: center;
}
.hero__inner-text--left {
  right: 34.5rem;
  top: 7.6rem;

}
.hero__inner-text--middle {
  top: 7.6rem;
  right: 25.4rem;
}
@media screen and (max-width: 750px) {
  .hero__inner-text {
    line-height: 4.4rem;
    top: 4rem;
    right: 0rem;
    padding: 2.5rem 1.3rem;
    transform: translateX(-50%);
    font-size: 2.8rem;
  }
  .hero__inner-text--left {
    top: 4rem;
    right: 17.5rem;
  }
  .hero__inner-text--middle {
    top: 4rem;
    right: 8.5rem;
  }
}
.hero__inner-text > div {
  font-size: 2.6rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 750px) {
  .hero__inner-text > div {
    margin-top: 0;
    font-size: 3rem;
  }
}
.hero__inner-text .i2 {
  margin-top: -2.1rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .hero__inner-text .i2 {
    margin-top: 0;
  }
}
.hero__inner-text img {
  width: 10rem;
  position: relative;
  left: 1rem;
  top: 1rem;
}
@media screen and (max-width: 750px) {
  .hero__inner-text img {
    left: 0rem;
    top: 2.5rem;
  }
}
.hero__inner2 {
  position: relative;
  transform: translateY(-16rem);
  padding-right: 10rem;
  z-index: 4;
}

.top {
  background: url("../images/TOP/bg_pc.png");
  background-size: 100% 150%;
  background-position: 0rem -88rem;
  background-repeat: no-repeat;
  min-height: 138rem;
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .top {
    background: url(../images/TOP/bg_sp.png);
    background-size: 100% 100%;
    background-position: 0rem -68rem;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
.top__inner {
  position: relative;
}
.top__hero {
  z-index: 29;
  position: absolute;
  /* left: 4.5rem;
  top: -32.5rem;
  width: 84rem; */
  left: 11.5rem;
    top: -15.5rem;
    width: 60rem;
}
@media screen and (max-width: 750px) {
  .top__hero {
    width: 38rem;
    top: -35.5rem;
    left: 4rem;
  }
}
.top__box {
  max-width: 124rem;
  margin: auto;
  padding: 2rem;
  border-color: rgba(204, 187, 169, 0.412);
  border-style: solid;
  border-width: 10px;
}
@media screen and (max-width: 750px) {
  .top__box {
    max-width: 100%;
    margin: 16rem 2rem 2rem;
    padding: 2rem;
    border-color: rgba(204, 187, 169, 0.412);
    border-style: solid;
    border-width: 4px;
  }
}
.top__box-head {
  text-align: center;
  color: #875f33;
  padding-left: 56rem;
  border-bottom: 2px solid;
  margin: 0 12rem 4rem 0rem;
  padding: 2rem 0 2rem 22rem;
}
@media screen and (max-width: 750px) {
  .top__box-head {
    padding: 3.5rem 0 1.5rem;
    margin: 0 13rem;
  }
}
.top__box-head .noramal {
  font-size: 3.455rem;
  letter-spacing: 0.04em;
}
.top__box-head .midium {
  font-size: 4.18rem;
  letter-spacing: 0.04em;
}
.top__box-head .large {
  font-size: 7.5rem;
  line-height: 7rem;
}
.top__box-head .mini {
  font-size: 3rem;
}
.top__box-middle-content {
  display: flex;
  margin: 0 10rem 0 18rem;
}
@media screen and (max-width: 750px) {
  .top__box-middle-content {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
}
.top__box-middle-image {
  max-width: 34.5rem;
}
@media screen and (max-width: 750px) {
  .top__box-middle-image {
    margin: 0 auto 1.5rem;
  }
}
.top__box-middle-text {
  padding-left: 3.4rem;
  font-size: 6.4rem;
  line-height: 7.9rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .top__box-middle-text {
    padding-left: 0;
  }
}
.top__box-middle-text .midium {
  font-size: 3.7rem;
  margin-top: -1.5rem;
}
.top__box-bottom-button {
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #44a08c;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 2rem 13rem 6rem 18rem;
  padding: 3.5rem;
}
@media screen and (max-width: 750px) {
  .top__box-bottom-button {
    border-radius: 4px;
    margin: 3rem 4rem 1rem 3rem;
  }
}
.top__card {
  font-family: "Noto Sans CJK JP";
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 35.42px 10.58px rgba(14, 14, 14, 0.07);
  width: 95rem;
  margin: 5rem auto;
  padding: 3.5rem 6rem 5rem 7rem;
}
@media screen and (max-width: 750px) {
  .top__card {
    width: calc(100% - 6rem);
    margin: 11rem auto 0;
    padding: 5.5rem 5rem 5rem 5rem;
  }
}
.top__card li {
  list-style: none;
}
.top__card-row {
  display: flex;
}
@media screen and (max-width: 750px) {
  .top__card-row {
    display: block;
  }
}
.top__card-title {
  font-size: 1.8rem;
  text-align: center;
  align-self: center;
  font-weight: bold;
  color: #a6937c;
  line-height: 3.2rem;
  letter-spacing: 0.04em;
  padding: 0 1rem 0 0;
  flex: 0 0 32%;
}
@media screen and (max-width: 750px) {
  .top__card-title {
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.top__card-text {
  flex: 0 0 68%;
  font-size: 1.6rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .top__card-text {
    font-size: 2.4rem;
  }
  .top__card-text .caution {
    margin-top: 1rem;
  }
}
.top__card-button {
  background-color: white;
  border: solid 1px #a6937c;
  font-size: 1.8rem;
  color: #a6937c;
  margin: 2.5rem auto 0;
  display: block;
  width: 61rem;
  text-align: center;
  font-weight: bold;
  padding: 2.5rem 2rem 2.5rem;
}
@media screen and (max-width: 750px) {
  .top__card-button {
    margin-left: -2rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .private {
    padding-bottom: 9rem;
  }
}
.private__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .private__content {
    flex-direction: column-reverse;
  }
}
.private__text {
  font-size: 1.6rem;
  line-height: 4.5rem;
  letter-spacing: 0.16em;
  padding: 0rem 17rem 1rem 20rem;
  flex: 0 0 45%;
  color: #000;
  margin-top: -4rem;
}
@media screen and (max-width: 750px) {
  .private__text {
    padding: 6rem 5rem 1rem 6rem;
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.16em;
    margin-top: 0;
  }
}
.private__visual {
  flex: 0 0 55%;
}

.point {
  background: url("../images/point/bg.png");
  min-height: 100rem;
  padding: 9rem 0 0 0;
  margin-bottom: 10rem;
  background-position: 0 0;
  background-size: 100% 108%;
}
.video iframe{
  width: 100%;
  height: 59rem;
}
@media screen and (max-width: 750px) {
  .video iframe{
    height: 39rem;
  }
  .point {
    padding: 7rem 0 0 0;
    margin-bottom: 8rem;
    /* background: url("../images/point/bg-sp.png"); */
    background-position: 0 -3.5rem;
    background-size: 100% 108%;
  }
}
.point__title {
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 17.8rem;
}
@media screen and (max-width: 750px) {
  .point__title {
    margin-bottom: 3rem;
  }
}
.point__item {
  display: flex;
  margin-bottom: 4rem;
}
.point__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .point__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.point__item:nth-child(even) .point__item-body {
  padding: 6rem 0rem 0 8rem;
}
@media screen and (max-width: 750px) {
  .point__item:nth-child(even) .point__item-body {
    padding: 7rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .point__item:nth-child(even) .point__item-figure {
    padding-left: 6.5rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .point__item {
    flex-direction: column-reverse;
  }
}
.point__item--2 .point__item-body-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .point__item--2 .point__item-body-title {
    margin-bottom: 3rem;
  }
}
.point__item--3 .point__item-figure {
  flex: 0 0 52%;
}
.point__item--3 .point__item-body {
  flex: 0 0 48%;
  padding: 2rem 0 0;
}
.point__item--3 .point__item-body-title {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  .point__item--4 {
    margin-top: -2rem;
  }
}
.point__item--4 .point__item-figure {
  flex: 0 0 52%;
}
.point__item--4 .point__item-body {
  flex: 0 0 48%;
  padding: 6rem 18rem 0 19rem !important;
}
@media screen and (max-width: 750px) {
  .point__item--4 .point__item-body {
    padding: 7rem 0 0 !important;
  }
}
.point__item--4 .point__item-body-title {
  margin-bottom: 4.5rem;
}
.point__item--5 .point__item-figure {
  flex: 0 0 52%;
}
.point__item--5 .point__item-body {
  flex: 0 0 48%;
  padding: 8rem 7rem 0px 8rem;
}
.point__item--5 .point__item-body-title {
  margin-bottom: 2rem;
}
.point__item-figure {
  flex: 0 0 56.7%;
}
@media screen and (max-width: 750px) {
  .point__item-figure {
    flex: 0 0 100%;
    padding-right: 6.5rem;
  }
}
.point__item-body {
  flex: 0 0 43.3%;
  text-align: center;
  color: #6f4a37;
  padding: 6rem 7rem 0 0rem;
}
@media screen and (max-width: 750px) {
  .point__item-body {
    flex: 0 0 100%;
    padding: 7rem 0 0 !important;
    margin: -0.9rem 6rem 0px 8rem !important;
    margin-bottom: 3.5rem !important;
  }
}
.point__item-body-subtitle {
  font-family: "jost", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 4.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .point__item-body-subtitle {
    font-size: 2.8rem;
    margin-bottom: 0.4rem;
  }
}
.point__item-body-title {
  font-size: 2.8rem;
  line-height: 4.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .point__item-body-title {
    font-size: 3.2rem;
    margin-bottom: 4.5rem;
  }
}
.point__item-body-text {
  font-size: 1.6rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 750px) {
  .point__item-body-text {
    text-align: left;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}

.plan {
  background: #f2f0ec;
  color: #6f4a37;
  padding-bottom: 12.5rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 750px) {
  .plan {
    padding-bottom: 7rem;
  }
}
.plan__title {
  margin-bottom: 7rem;
}
.plan__sub-title {
  text-align: center;
  font-family: "Lora";
  font-size: 4.1rem;
  letter-spacing: 0.08em;
  margin-bottom: 4.5rem;
}
.plan__sub-title span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.1rem;
  margin-left: 3rem;
}
.plan__box {
  background: #fff;
  width: 110rem;
  margin: auto;
  padding: 4rem 0 9rem;
}
@media screen and (max-width: 750px) {
  .plan__box {
    margin: 0 1.8rem;
    padding: 4rem 2rem 9rem;
    width: calc(100% - 3.6rem);
  }
}
.plan__box-head {
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head {
    margin-bottom: 11rem;
  }
}
.plan__box-head-title {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 17.5rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head-title {
    font-size: 3rem;
    margin-left: 4.5rem;
    margin-top: 1rem;
  }
}
.plan__box-head-title span {
  font-weight: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head-title span {
    font-size: 3.1rem;
  }
}
.plan__box-head-figure {
  padding: 2.5rem 12rem 0 16rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head-figure {
    padding: 4.5rem 0 0 0rem;
  }
}
.plan__box-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem;
}
@media screen and (max-width: 750px) {
  .plan__box-items {
    margin: 0;
  }
}
.plan__box-item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .plan__box-item {
    margin-bottom: 1rem;
  }
}
.plan__box-item:nth-child(1) {
  flex: 0 0 36%;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .plan__box-item:nth-child(1) {
    flex: 0 0 57%;
  }
}
.plan__box-item:nth-child(2) {
  flex: 0 0 24%;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .plan__box-item:nth-child(2) {
    flex: 0 0 38%;
    margin-right: 0;
  }
}
.plan__box-item:nth-child(3) {
  flex: 0 0 35.5%;
}
@media screen and (max-width: 750px) {
  .plan__box-item:nth-child(3) {
    flex: 0 0 98%;
  }
}
.plan__box-item:nth-child(4) {
  flex: 0 0 35.5%;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .plan__box-item:nth-child(4) {
    flex: 0 0 98%;
    margin-right: 0;
  }
}
.plan__box-item:nth-child(5) {
  flex: 0 0 61.5%;
}
@media screen and (max-width: 750px) {
  .plan__box-item:nth-child(5) {
    flex: 0 0 98%;
    margin-right: 0;
    margin-top: 2rem;
  }
}
.plan__box-item-title {
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .plan__box-item-title {
    margin-top: 0rem;
    font-size: 3rem;
    margin-left: 1rem;
  }
}
.plan__box-head--2 {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head--2 {
    margin-bottom: 5rem;
  }
}
.plan__box-head--2 .plan__box-head-figure {
  max-width: 82rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 750px) {
  .plan__box-head--2 .plan__box-head-figure {
    max-width: 62rem;
    margin: 12rem auto 0;
  }
}
.plan__box-head--2 .plan__box-head-title {
  position: absolute;
  left: -4rem;
  top: 7rem;
}
@media screen and (max-width: 750px) {
  .plan__box-head--2 .plan__box-head-title {
    position: absolute;
    left: -2rem;
    top: -6rem;
  }
}
.plan__box-items--2 {
  justify-content: space-between;
}
.plan__box-items--2 .plan__box-item {
  flex: 0 0 31.9%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .plan__box-items--2 .plan__box-item {
    flex: 0 0 48.9%;
  }
  .plan__box-item img {
    width: 100%;
    object-fit: cover;
  }
  .plan__box-items--2 .plan__box-item:nth-child(1) {
    flex: 0 0 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.price {
  background: #fff;
  padding: 15rem 0 0;
}
@media screen and (max-width: 750px) {
  .price {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.price__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .price__title {
    margin-bottom: -4rem;
  }
}
.price__head {
  max-width: 109rem;
  margin: auto;
  display: flex;
  margin-bottom: 13rem;
}
@media screen and (max-width: 750px) {
  .price__head {
    display: block;
  }
}
.price__head-top {
  margin-bottom: 2.1rem;
}
.price__head-bottom {
  font-size: 2.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 3rem;
  text-align: center;
  background: #15565a;
}
@media screen and (max-width: 750px) {
  .price__head-bottom {
    max-width: 49rem;
  }
}
.price__head-bottom span {
  font-size: 3.9rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}
.price__head-left {
  flex: 0 0 45%;
  margin-top: 12rem;
}
@media screen and (max-width: 750px) {
  .price__head-left {
    margin-left: 13rem;
  }
}
.price__head-left .t1 {
  line-height: 3.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  width: 9rem;
  display: inline-block;
  margin-left: 4rem;
}
.price__head-left .t2 {
  font-size: 6.7rem;
  line-height: 3.8rem;
  font-family: 'Lora';
  font-style: italic;
}
.price__head-left .t3 {
  font-size: 3.4rem;
  line-height: 3.8rem;
}
.price__head-left .t4 {
  font-size: 2.1rem;
  line-height: 3.8rem;
}
.price__head-right {
  position: relative;
  min-width: 68rem;
  flex: 0 0 55%;
}
.price__head-right img {
  position: absolute;
  top: -13rem;
  left: 8rem;
  max-width: 54rem;
}
.price__location {
  padding-top: 12rem;
  background: #f1f8f7;
  padding-bottom: 19rem;
}
.price__location-inner {
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
.price__location {
  padding-bottom: 4rem;
}
  .price__head-right img {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 38rem;
  }
  .price__location-inner {
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .price__body {
    margin-top: 48rem;
  }
}
.price__body-title {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .price__body-title {
    margin-bottom: 5rem;
  }
}
.price__body-tables {
  max-width: 120rem;
  margin: auto;
  margin-bottom: 4rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .price__body-tables {
    display: block;
    margin-bottom: 8.5rem;
  }
}
.price__body-table {
  flex: 0 0 50%;
  padding: 0 2rem;
}
.price__body-table-row {
  display: flex;
  font-size: 1.6rem;
  min-height: 3.6rem;
  border-bottom: 1px solid;
}
.price__body-table-col {
  flex: 0 0 20%;
  text-align: right;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 750px) {
  .price__body-table-col {
    padding: 1.2rem 1rem;
    font-size: 2.1rem;
  }
  .price__body-table-col:first-child {
    font-size: 1.725rem;
  }
}
.price__body-table-col:nth-child(2) {
  flex: 0 0 80%;
  text-align: left;
}
.price__visual-wrap {
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .price__visual-wrap {
    max-width: 100%;
    margin: 0 5rem;
  }
}
.price__visual {
  margin-bottom: 10rem;
  height: 60rem;
}
.price__visual iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .price__visual {
    height: 65rem;
  }
}
.price__visual-title {
  font-size: 2.3rem;
  text-align: center;
  line-height: 3.8rem;
  padding-left: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .price__visual-title {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.price__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price__image {
  flex: 0 0 27.5%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .price__image {
    flex: 0 0 48%;
  }
}
.price__image-caption {
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
  margin: 2rem auto 0;
}
.price__image-caption.ir {
  margin-bottom: 4rem;
}


/***/
.story {
  color: #1f1f1f;
}
@media screen and (max-width: 750px) {
  .story {
    padding-bottom: 8.5rem;
  }
}
.story__title {
  text-align: center;
  margin-left: -27.5rem;
  margin-bottom: 9rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .story__title {
    margin-left: 0;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 7rem;
  }
}
.story__text {
  font-size: 1.6rem;
  margin-top: -0.5rem;
  line-height: 2.4;
  padding-right: 1rem;
}
@media screen and (max-width: 750px) {
  .story__text {
    font-size: 2.4rem;
    line-height: 4.3rem;
    padding: 0;
    padding-right: 4rem;
  }
}
.story__box {
  background: url(../images/story/story01pc.jpg);
  margin-top: 20.3rem;
  background-size: 100%;
  background-position-x: right;
  background-position-y: 1rem;
  height: 78rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .story__box {
    margin-top: 0;
    height: 85rem;
    background: url(../images/story/story01sp.jpg);
  }
}
.story__box-left {
  padding-top: 12.7rem;
  font-size: 2rem;
  width: 104rem;
  padding-left: 29rem;
}
@media screen and (max-width: 750px) {
  .story__box-left {
    padding-left: 5rem;
    padding-top: 9rem;
    flex: 0 0 80%;
    width: 100%;
  }
}
.story__box-right {
  align-self: flex-start;
  padding-left: 51.5rem;
  writing-mode: vertical-rl;
  font-size: 3rem;
  padding-top: 13rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .story__box-right {
    padding-left: 5.5rem;
    padding-top: 12.5rem;
  }
}

.feature {
  transform: translateY(-2rem);
  margin-bottom: -5.5rem;
}
@media screen and (max-width: 750px) {
  .feature {
    transform: none;
    margin-bottom: 7.8rem;
  }
}
.feature__item {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .feature__item {
    flex-direction: column-reverse;
  }
}
.feature__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.feature__item:nth-child(even) .feature__item-right {
  text-align: left;
  padding-left: 19rem;
  padding-top: 8.5rem;
  padding-right: 13rem;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(even) .feature__item-right {
    padding: 0 3.6rem 6.5rem;
  }
}
.feature__item:nth-child(even) .feature__item-title {
  margin-top: 3.5rem;
  margin-bottom: 3.2rem;
}
.feature__item:nth-child(even) .feature__item-text {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(even) .feature__item-text {
    padding-right: 12rem;
    margin-left: -0.5rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(even) .feature__item-left {
    padding: 0;
    margin-left: 5rem;
  }
}
.feature__item:nth-child(3) .feature__item-right {
  padding-right: 17rem;
  padding-top: 13rem;
  flex: 0 0 48%;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(3) .feature__item-right {
    padding-right: 5rem;
    padding-top: 5rem;
  }
}
.feature__item:nth-child(3) .feature__item-title {
  margin-bottom: 2rem;
}
.feature__item:nth-child(3) .feature__item-left {
  flex: 0 0 52%;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(3) .feature__item-text {
    padding-left: 4rem;
  }
}
.feature__item:nth-child(4) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(4) {
    margin-bottom: -1rem;
  }
}
.feature__item:nth-child(4) .feature__item-left {
  flex: 0 0 52%;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(4) .feature__item-text {
    padding-right: 1rem;
    padding-left: 1.8rem;
  }
  .feature__item:nth-child(4) .feature__item-title {
    margin-top: 4rem;
    margin-bottom: 3.2rem;
    margin-left: 2rem;
    line-height: 4.1rem;
  }
}
.feature__item:nth-child(5) .feature__item-right {
  flex: 0 0 32.4%;
  padding: 8rem 0 0 0;
}
.feature__item:nth-child(5) .feature__item-left {
  flex: 0 0 67.6%;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(5) .feature__item-left {
    padding-right: 0rem;
  }
}
.feature__item:nth-child(5) .feature__item-title {
  margin: 0 auto 3.2rem;
  font-size: 2.5rem;
  padding-right: 2rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(5) .feature__item-title {
    margin: 6px auto 1.2rem;
    font-size: 3rem;
    padding-right: 3rem;
    line-height: 15.2rem;
    letter-spacing: 0.2em;
  }
}
.feature__item:nth-child(5) .feature__item-text {
  text-align: left;
  padding: 0 4.5rem;
}
@media screen and (max-width: 750px) {
  .feature__item:nth-child(5) .feature__item-text {
    padding: 0 10.5rem;
    margin-bottom: 8rem;
  }
}
.feature__item-left {
  flex: 0 0 56.7%;
}
@media screen and (max-width: 750px) {
  .feature__item-left {
    padding-right: 6.5rem;
  }
}
.feature__item-right {
  padding-top: 15rem;
  padding-right: 20rem;
  text-align: right;
  line-height: 3.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .feature__item-right {
    padding: 7rem 3.5rem 6rem;
  }
}
.feature__item-title {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .feature__item-title {
    font-size: 3.2rem;
    margin-top: 0.8rem;
    margin-bottom: 4rem;
  }
}
.feature__item-text {
  padding-left: 17rem;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .feature__item-text {
    padding-left: 5rem;
    font-size: 2.4rem;
    line-height: 3.9rem;
  }
}
.grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grids-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .grids-head {
    margin-bottom: 3.5rem;
  }
}

.grids-head-child:nth-child(1) {
  width: 80rem;
  height: 60rem;
}
@media screen and (max-width: 750px) {
  .grids-head-child:nth-child(1) {
    width: 47rem;
    height: 35rem;
  }
}
.grids-head-child:nth-child(2) {
  color: #fff;
  width: 40rem;
  height: 60rem;
  text-align: center;
  padding-top: 26.7rem;
  font-size: 3.1rem;
  color: #6f4a37;
  letter-spacing: 0.08em;
  padding-left: 2.7rem;
}
@media screen and (max-width: 750px) {
  .grids-head-child:nth-child(2) {
    width: 23rem;
    height: 35rem;
    text-align: center;
    padding-top: 14.7rem;
    font-size: 3rem;
    letter-spacing: 0.08em;
    padding-left: 3.7rem;
  }
}

.grids-area {
  padding: 5rem 4rem 0 4.5rem;
}
@media screen and (max-width: 750px) {
  .grids-area {
    padding: 0;
    margin-top: 1.5rem;
  }
}

.grids-title {
  text-align: center;
  font-size: 2.8rem;
  margin: 3.7rem auto 4.3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .grids-title {
    margin: 4.7rem 2rem 4.3rem 0;
    letter-spacing: 0.05em;
    position: relative;
  }
}
.grids-title::after {
  content: "";
  border: solid 1px;
  width: 10rem;
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
}

.grids-subtitle {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}

.grid {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .grid {
    margin-bottom: 2.5rem;
  }
}
.grid:nth-child(2) {
  width: 65rem;
  height: 40rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(2) {
    width: 38rem;
    height: 23.7rem;
  }
}
.grid:nth-child(1) {
  width: 50rem;
  height: 40rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(1) {
    width: 30rem;
    height: 24rem;
  }
}
.grid:nth-child(4) {
  width: 50rem;
  height: 40rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(4) {
    width: 29rem;
    height: 24rem;
    margin-bottom: 2.4rem;
  }
}
.grid:nth-child(3) {
  width: 65rem;
  height: 40rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(3) {
    width: 39rem;
    height: 24rem;
    margin-bottom: 2.4rem;
  }
}
.grid:nth-child(5) {
  width: 65rem;
  height: 85rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(5) {
    width: 38rem;
    height: 50rem;
  }
}
.grid:nth-child(6) {
  width: 50rem;
  height: 85rem;
}
@media screen and (max-width: 750px) {
  .grid:nth-child(6) {
    width: 30rem;
    height: 50rem;
  }
}

.grids--2 .grid:nth-child(1) {
  width: 50.5rem;
}
@media screen and (max-width: 750px) {
  .grids--2 .grid:nth-child(1) {
    width: 28.5rem;
  }
}
.grids--2 .grid:nth-child(2) {
  width: 66.5rem;
}
@media screen and (max-width: 750px) {
  .grids--2 .grid:nth-child(2) {
    width: 39rem;
  }
}
.grids--2 .grid:nth-child(3) {
  width: 65.5rem;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .grids--2 .grid:nth-child(3) {
    width: 37.5rem;
  }
}
.grids--2 .grid:nth-child(3) img + img {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .grids--2 .grid:nth-child(3) img + img {
    margin-top: 2.5rem;
  }
}
.grids--2 .grid:nth-child(4) {
  width: 50rem;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .grids--2 .grid:nth-child(4) {
    width: 29rem;
  }
}

.grid-child {
  height: 40rem;
}
@media screen and (max-width: 750px) {
  .grid-child {
    height: 21rem;
  }
}
.grid-child + .grid-child {
  margin-top: 5rem;
}

.grids0 {
  padding: 0 11.8rem 0 5.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .grids0 {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.grid0:nth-child(1) {
  width: 27rem;
  height: 35rem;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .grid0:nth-child(1) {
    margin-top: 19rem;
  }
}
.grid0:nth-child(2) {
  width: 40rem;
  height: 44rem;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .grid0:nth-child(2) {
    margin-top: 14rem;
    transform: translateX(2rem);
  }
}
.grid0:nth-child(3) {
  width: 42rem;
  height: 30.2rem;
  margin-top: 13rem;
}
@media screen and (max-width: 750px) {
  .grid0:nth-child(3) {
    margin-top: 5rem;
    margin-left: 13rem;
  }
}

.grids1 {
  padding: 2rem 9.5rem 2rem 11rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .grids1 {
    padding: 2rem 6.5rem 0rem 5rem;
  }
}

.grid1 {
  color: #fff;
}
.grid1 .text {
  font-size: 2.4rem;
  text-align: center;
  margin: 0.5rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .grid1 .text {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.grid1 p {
  font-size: 1.4rem;
  line-height: 3.2;
}
@media screen and (max-width: 750px) {
  .grid1 p {
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
}
.grid1:nth-child(1) {
  width: 47rem;
  height: 43rem;
}
@media screen and (max-width: 750px) {
  .grid1:nth-child(1) {
    width: 100%;
  }
}
.grid1:nth-child(2) {
  margin-top: 4rem;
  margin-bottom: 0rem;
  grid-column: span 2;
  margin-left: 5.3rem;
  width: 60.1rem;
  height: 34.8rem;
  margin-left: 5.3rem;
}
@media screen and (max-width: 750px) {
  .grid1:nth-child(2) {
    margin-top: 14rem;
    margin-left: -1.5rem;
  }
}
.grid1:nth-child(3) {
  margin-top: 11.5rem;
  margin-bottom: 0rem;
  height: 40rem;
  width: 42rem;
  margin-left: -10.5rem;
}
@media screen and (max-width: 750px) {
  .grid1:nth-child(3) {
    display: none;
  }
}
.grid1:nth-child(4) {
  margin-top: 10.2rem;
  margin-bottom: 0rem;
  height: 44rem;
  width: 39.5rem;
  margin-left: 8rem;
}
@media screen and (max-width: 750px) {
  .grid1:nth-child(4) {
    display: none;
  }
}
.grid1:nth-child(5) {
  margin-top: 1.3rem;
  margin-bottom: 0rem;
  height: 35.55rem;
  width: 27rem;
  margin-left: 10rem;
}
@media screen and (max-width: 750px) {
  .grid1:nth-child(5) {
    display: none;
  }
}

.black-area {
  padding-top: 8.5rem;
  padding-bottom: 17rem;
  background: url("../images/gallery/bg.png");
}
@media screen and (max-width: 750px) {
  .black-area {
    margin-top: 0;
    padding: 14rem 0.5rem 4.5rem;
  }
}
.black-area__inner {
  background: #fff;
  max-width: 142rem;
  margin: auto;
  padding: 6.5rem;
}
@media screen and (max-width: 750px) {
  .black-area__inner {
    max-width: 100%;
    padding: 4rem 1.5rem 5rem;
  }
}

.video {
  max-width: 120rem;
  margin: auto;
}

.figure1 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .figure1 {
    margin-bottom: 8rem;
  }
}
.figure1__inner {
  max-width: 120rem;
  margin: auto;
}

.style__items {
  max-width: 122rem;
  margin: auto;
}
.style__title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 6rem;
  position: relative;
}
.style__title::after {
  content: "";
  width: 1px;
  height: 4rem;
  border-right: 1px solid #000;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .style__title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 6.5rem;
  }
}
.style__text {
  text-align: center;
  margin-bottom: 7rem;
  line-height: 3.4;
}
@media screen and (max-width: 750px) {
  .style__text {
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
}
.style__item {
  display: flex;
  margin-bottom: 3rem;
  position: relative;
}
.style__item::after {
  content: "";
  width: 1px;
  height: 4rem;
  border-right: 1px solid #000;
  position: absolute;
  bottom: -4rem;
  left: 25.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .style__item::after {
    right: 50%;
    left: auto;
    bottom: -8rem;
  }
}
.style__item:last-child::after {
  display: none;
}
.style__item:nth-child(2)::after {
  right: 25%;
  left: auto;
}
@media screen and (max-width: 750px) {
  .style__item:nth-child(2)::after {
    right: 50%;
    left: auto;
    bottom: -8rem;
  }
}
@media screen and (max-width: 750px) {
  .style__item {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
}
.style__item .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 751px) {
  .style__item:nth-child(even) {
    padding-left: 1rem;
  }
  .style__item:nth-child(even) .style__item-catch {
    order: 2;
    padding-left: 3rem;
    padding-top: 5.2rem;
  }
  .style__item:nth-child(even) .style__item-body {
    order: 3;
    padding-left: 0;
    padding-top: 11.3rem;
  }
  .style__item:nth-child(even) .style__item-figure {
    order: 1;
  }
  .style__item:nth-child(3) {
    margin-top: 4rem;
  }
  .style__item:nth-child(3) .style__item-catch {
    padding-left: 7.3rem;
    padding-top: 3rem;
  }
  .style__item:nth-child(3) .style__item-body {
    padding-left: 0;
    padding-top: 9rem;
  }
  .style__item:nth-child(3) .style__item-figure {
    padding-top: 3.3rem;
  }
}
.style__item-no {
  margin-top: -1.2rem;
  margin-left: 0.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .style__item-no {
    position: relative;
    margin-top: 0rem;
    font-size: 1.6rem;
  }
}
.style__item-no span {
  margin-left: 1rem;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .style__item-no span {
    position: absolute;
    bottom: -1.7rem;
  }
}
.style__item-no span::before {
  content: "/";
  position: absolute;
  left: -0.8rem;
  bottom: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .style__item-no span::before {
    bottom: 2.1rem;
  }
}
@media screen and (max-width: 750px) {
  .style__item-no span {
    font-size: 5rem;
  }
}
.style__item-catch {
  flex: 0 0 15%;
  padding-left: 7rem;
  padding-top: 6.3rem;
}
@media screen and (max-width: 750px) {
  .style__item-catch {
    padding-left: 1rem;
    font-size: 3rem;
    flex: 0 0 14%;
    flex: 0 0 calc(15% - 7rem);
  }
}
.style__item-catch-body {
  writing-mode: vertical-rl;
  padding-left: 2rem;
  line-height: 1.4;
  padding-top: 2.2rem;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .style__item-catch-body {
    font-size: 3rem;
  }
}
.style__item-body {
  flex: 0 0 35%;
  padding: 12.3rem 1rem 0;
}
@media screen and (max-width: 750px) {
  .style__item-body {
    flex: 0 0 80%;
    flex: 0 0 calc(90% - 2.5rem);
    padding: 11.3rem 0px 0 9.5rem;
  }
}
.style__item-body-title {
  letter-spacing: 0.17em;
  font-size: 3rem;
  padding-top: 0.2rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .style__item-body-title {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
}
.style__item-body-title span {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .style__item-body-title span {
    font-size: 3rem;
  }
}
.style__item-body-text {
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  padding: 0 4rem 0 0rem;
  line-height: 3.2;
  margin-left: -0.5rem;
}
@media screen and (max-width: 750px) {
  .style__item-body-text {
    padding: 0px 2rem 0 1rem;
    font-size: 2.4rem;
    line-height: 3.9rem;
    margin-top: 3rem;
  }
}
.style__item-figure {
  padding-top: 6rem;
  flex: 0 0 50%;
}
@media screen and (max-width: 750px) {
  .style__item-figure {
    flex: 0 0 100%;
  }
}

.white-area {
  padding-top: 18rem;
  padding-bottom: 16rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .white-area {
    padding-top: 13rem;
    padding-bottom: 1rem;
  }
}

.plans-area {
  padding: 0 0 14rem;
  margin-top: 16.8rem;
}
@media screen and (max-width: 750px) {
  .plans-area {
    padding: 0 1rem 14rem;
  }
}

.plan-box {
  max-width: 120rem;
  margin: auto;
  border: solid #000 5px;
  border-left-width: 8px;
  border-right-width: 8px;
}
.plan-box__head {
  display: flex;
  height: 22rem;
  align-items: center;
  border-bottom: 2px solid #000;
}
.plan-box__content-head {
  display: flex;
  padding: 7rem 0rem 2rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .plan-box__content-head {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .plan-box__content-figure {
    flex: 0 0 50%;
  }
}
.plan-box__content-figure img {
  max-width: 37rem;
}
@media screen and (max-width: 750px) {
  .plan-box__content-figure img {
    max-width: 30rem;
    margin-top: 2rem;
  }
}
.plan-box__content-info {
  padding: 0 5.5rem;
  flex: 0 0 61%;
}
@media screen and (max-width: 750px) {
  .plan-box__content-info {
    padding: 0 0;
    flex: 0 0 50%;
  }
}
.plan-box__content-item {
  padding-bottom: 6rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 750px) {
  .plan-box__content-item {
    padding-bottom: 2rem;
  }
}
.plan-box__content-foot {
  display: flex;
}
@media screen and (max-width: 750px) {
  .plan-box__content-foot {
    flex-wrap: wrap;
  }
}
.plan-box__content-foot > div {
  flex: 0 0 33.33%;
}
@media screen and (max-width: 750px) {
  .plan-box__content-foot > div:nth-child(3) {
    flex: 0 0 100%;
    padding: 3rem;
    margin-left: 0;
  }
}
.plan-box__content-foot-text {
  padding-top: 9rem;
  margin-left: -4rem;
  text-align: center;
  padding-bottom: 2.5rem;
}
.plan-box__content-foot-text-label {
  letter-spacing: 0.1em;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1.6rem;
  margin-left: 0.8rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .plan-box__content-foot-text-label {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
}
.plan-box__content-foot-text-inner {
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (max-width: 750px) {
  .plan-box__content-foot-text-inner {
    font-size: 2.4rem;
    line-height: 3.9rem;
  }
}
@media screen and (max-width: 750px) {
  .plan-box__content-foot-figure2 {
    margin-left: 0;
    margin-top: 6rem;
  }
}
.plan-box__content-text {
  text-align: left;
  line-height: 3.5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 750px) {
  .plan-box__content-text {
    padding-left: 2rem;
    font-size: 2.4rem;
    line-height: 4.321rem;
  }
}
.plan-box__content-title {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-left: -14rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .plan-box__content-title {
    width: 100%;
    position: absolute;
    top: 6.5rem;
    left: 50%;
    font-size: 2.2rem;
    margin: 0;
    transform: translateX(-50%);
  }
}
.plan-box__content-title span {
  font-size: 3.3rem;
  font-family: "sen";
}
@media screen and (max-width: 750px) {
  .plan-box__content-title span {
    font-size: 4.4rem;
  }
}
.plan-box-title {
  text-align: center;
  font-size: 2.2rem;
  flex: 0 0 34%;
  position: relative;
}
.plan-box-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-right: solid 2px #000;
  height: 15rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .plan-box-title {
    flex: 0 0 29%;
    font-size: 3rem;
  }
}
.plan-box-text {
  padding: 0 5rem 0 6rem;
  line-height: 2.6;
  margin-top: 0rem;
}
@media screen and (max-width: 750px) {
  .plan-box-text {
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 1rem 2rem 1rem 4rem;
    text-align: justify;
    letter-spacing: 0.01em;
  }
}
.plan-box .image2 {
  max-width: 32rem;
  margin-left: 7rem;
}
@media screen and (max-width: 750px) {
  .plan-box .image2 {
    max-width: 32rem;
    margin-left: 3rem;
    margin-top: 6rem;
  }
}
.plan-box .image3 {
  max-width: 32rem;
}
.plan-box .caption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .plan-box .caption {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}

.contact {
  overflow: hidden;
  background: #ece2cd;
  padding: 10rem 0 24.7rem;
  color: #6f4a37;
}
@media screen and (max-width: 750px) {
  .contact {
    padding-top: 11.5rem;
    padding-bottom: 15rem;
  }
}
.contact__inner {
  max-width: 114rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contact__inner {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.contact__box {
  width: 68.5rem;
  border: solid 1px #6f4a37;
  padding-bottom: 9rem;
  margin-bottom: 5rem;
  margin-left: 9rem;
}
@media screen and (max-width: 750px) {
  .contact__box {
    width: 100%;
    margin: 0;
    padding: 3.5rem 0rem;
  }
}
.contact__box-title {
  margin-top: 9.6rem;
  text-align: center;
  padding-right: 22rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 750px) {
  .contact__box-title {
    font-size: 2.8rem;
    line-height: 4.1rem;
    padding: 0;
    letter-spacing: 0.08em;
    margin: 1.8rem;
  }
}
.contact__box-text {
  padding: 13rem 9rem 0;
  font-size: 1.4rem;
  line-height: 4.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .contact__box-text {
    padding: 0rem 3rem 9rem 4rem;
    font-size: 2.6rem;
    line-height: 4.5rem;
    margin: 0;
  }
  .contact__box-text span {
    display: block;
    margin-bottom: -4.5rem;
    text-align: center;
  }
}
.contact__box-figure {
  position: absolute;

  right: -6rem;
  top: 18.5rem;

  width: 62.4rem;
}
@media screen and (max-width: 750px) {
  .contact__box-figure {
    right: 9rem;
    top: 69.5rem;
  }
}
@media screen and (max-width: 750px) {
  .contact__form {
    margin-top: 43rem;
  }
}
.contact__form-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .contact__form-title {
    margin-bottom: 8.5rem;
  }
}
.contact__form-title span {
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  margin-right: 3rem;
  margin-left: -18rem;
}
@media screen and (max-width: 750px) {
  .contact__form-title span {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .contact__form-title {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
.contact__form-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  line-height: 2.6;
}
@media screen and (max-width: 750px) {
  .contact__form-text {
    font-size: 2.8rem;
    line-height: 4.9rem;
    letter-spacing: 0.08em;
    text-align: justify;
    margin: 8rem 2rem 3rem;
  }
}

.text-center {
  text-align: center;
}

.infomation {
  color: #000;
}
@media screen and (max-width: 750px) {
  .infomation {
    margin-bottom: 5.3rem;
  }
}
.infomation__inner {
  padding: 6.5rem 0 0;
}
.infomation__title {
  margin-bottom: 8rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .infomation__title {
    margin-top: 3.5rem;
    margin-bottom: 5.5rem;
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
}
.infomation__item {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  .infomation__item {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.infomation__item .info {
  flex: 0 0 39.4%;
  padding: 10rem 21rem 4rem 27.5rem;
}
@media screen and (max-width: 750px) {
  .infomation__item .info {
    padding: 6rem 1.5rem 0 10rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.infomation__item .name {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .infomation__item .name {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .infomation__item .data {
    flex: 0 0 81%;
    padding-left: 8.5rem;
  }
}
@media screen and (max-width: 750px) {
  .infomation__item .address {
    font-size: 2.4rem;
  }
}
.infomation__item .logo {
  margin-bottom: 5.5rem;
}
.infomation__item .logo img {
  max-width: 12rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .infomation__item .logo img {
    max-width: 7rem;
    margin-top: 0.5rem;
  }
}
.infomation__item .figure {
  flex: 0 0 60.6%;
}
@media screen and (max-width: 750px) {
  .infomation__item .figure img {
    height: 50rem;
    object-fit: cover;
    width: 100%;
  }
}
.infomation__items {
  background: #fafafa;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}
.infomation__items > div {
  flex: 0 0 50%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .infomation__items > div {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.infomation__items .info {
  flex: 0 0 48%;
  padding: 10rem 9.5rem 0;
}
@media screen and (max-width: 750px) {
  .infomation__items .info {
    padding: 6rem 4.5rem 0 10rem;
  }
}
.infomation__items .figure {
  flex: 0 0 52%;
}
@media screen and (max-width: 750px) {
  .infomation__items .figure img {
    height: 35rem;
  }
}
@media screen and (max-width: 750px) {
  .infomation__items .data {
    padding: 0;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 750px) {
  .infomation__items .logo {
    display: flex;
    margin-top: 4rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .infomation__items .logo .name {
    font-size: 2.6rem;
    margin-left: 1rem;
  }
}
.infomation__items .logo img {
  max-width: 12rem;
}
@media screen and (max-width: 750px) {
  .infomation__items .logo img {
    max-width: 8rem;
    padding-left: 0.8rem;
  }
}

.footer {
  background-color: #4b4747;
  padding: 3rem 0 2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 5rem 0 12rem 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .irregular-1 {
    margin: -2rem 3rem 2rem 2rem;
  }
}

@media screen and (max-width: 750px) {
  .irregular-2 {
    margin: 4rem 7rem 4rem 2rem;
  }
}

.map-wrap iframe {
  width: 100%;
  height: 42rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .map-wrap {
    border: 0;
    max-width: 60rem;
    margin: 3rem auto 10rem;
  }
  .map-wrap iframe {
    width: 100%;
    height: 35rem;
  }
}
.js-fadein-item {
  opacity: 0;
  transition: all .8s;
  -webkit-transform: translateX(-4rem);
  transform: translateY(4rem);
}
.is-fadein {
  opacity: 1 !important;
  transform: none;
}

.p-region {
  width: 100%;
}


.housing {
  background: #e6ddcb;
  text-align: center;
  padding: 10rem 0 29rem;
}
.housing__title {
  font-size: 5.5rem;
  line-height: 3.8rem;
  letter-spacing: 0.12em;
  margin-bottom: 3.5rem;
}
.housing__subtitle {
  font-size: 2.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.12em;
  margin-bottom: 4rem;
}
.housing__catch {
  font-size: 2.1rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  font-family: "Noto Sans CJK JP";
  margin-bottom: 7.5rem;
}
.housing__body {
    border-radius: 10px;
    box-shadow: 9.192px 9.192px 8.73px 0.27px rgba(0, 0, 0, 0.09);
  max-width: 120rem;
  margin: auto;
  background: #fff;
  padding: 8rem 10rem 8rem;
}
.housing__body-head {
  display: flex;
  text-align: left;
  font-family: "Noto Sans CJK JP";
}
.housing__body-title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #000;
  padding: .5rem 3rem;
  letter-spacing: 0.12em;
  flex: 0 0 50%;
}
.housing__body-title .flex{
  display: flex;
}

.housing__body-title .label{
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-top: 1rem;
}
.housing__body-title .data{
  padding: 2rem 1.4rem;
  font-size: 2.3rem;
  line-height: 2.9rem;
  letter-spacing: 0.12em;
  font-weight: bold;
}

.housing__body-price {
  color: #f25f5c;
  font-weight: bold;
  padding: 2rem 0 0 3rem;
  flex: 0 0 50%;
  font-family: "Noto Sans CJK JP";
}
.housing__body-price .flex{
  display: flex;
}
.housing__body-price .label{
  font-size: 2.2rem;
  line-height: 3.3rem;
  letter-spacing: 0.12em;
}
.housing__body-price .data{
  letter-spacing: 0.12em;
  padding-left: 2.5rem;
  font-size: 2.5rem;
  line-height: 5.1rem;
}
.housing__body-price .lora{
  font-weight: 400;
  font-size: 7.3rem;
  line-height: 5.1rem;
  letter-spacing: 0;
}

.housing__body-catch{
  margin: 1rem 0 2.7rem;
  border: solid 2px;
  border-left: 0;
  border-right: 0;
  font-size: 3.5rem;
  line-height: 3.8rem;
  color: #000;
  padding: 4rem 0;
  font-weight: 500;
}
.housing__body-figures {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}
.housing__body-figure {
  flex: 0 0 48%;
}
.housing__body-content {
  margin-bottom: 6rem;
}
.housing__body-content-title {
  font-size: 2.8rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 2.5rem;
}
.housing__body-content-text {
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
  padding: 0 9rem;
}
.housing__body-content-text .maker{
  background: linear-gradient(transparent 65%, #bde3d9 65%);
}
.housing__body-content2-title {
  font-family: "Noto Sans CJK JP";
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  margin-bottom: 4rem;
  color: #000;
}
.housing__body-content2-data {
  flex: 0 0 49.5%;
}
.housing__body-content2-datas {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 -5rem 0 -2rem;
}
.housing__body-content2-data-row {
  border-bottom: 1px solid;
  font-family: "Noto Sans CJK JP";
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
}
.housing__body-content2-data-col:nth-child(1) {
  flex: 0 0 18%;
  align-self: baseline;
  padding: 0 0rem 0 1.1rem;
}
.housing__body-content2-data-col:nth-child(2) {
  font-size: 1.5rem;
  flex: 0 0 82%;
  padding: 0 1rem;
  line-height: 2.8rem;
}

.housing__body-content2 {
  color: #000;
  margin-bottom: 8rem;
}
.housing__body-bottom-title {
  font-family: "Noto Sans CJK JP";
  font-size: 2.3rem;
  line-height: 3.8rem;
  margin-bottom: 5rem;
  color: #000;
  font-weight: 500;

}
.housing__body-bottom-figures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.housing__body-bottom-figure {
  flex: 0 0 49%;
}
.housing__body-bottom-figure:nth-child(1) {
  flex: 0 0 100%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .housing {
    padding: 11.5rem 0 16rem;
  }
  .housing-title {
    font-size: 6.5rem;
    line-height: 4.4rem;
    margin-bottom: 2.5rem;
  }
  .housing__subtitle {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .housing__catch{
    padding: 0 12rem 0 14rem;
    font-size: 2.7rem;
    line-height: 3.8rem;
    margin-bottom: 9rem;
  }
  .housing__body {
    margin: 0 2rem;
    padding: 3rem 8rem 5.5rem;
  }
  .housing__body-head {
    display: block;
    text-align: center;
  }
  .housing__body-title .flex {
    padding-left: 7rem;
    padding-top: 1rem;
  }
  .housing__body-price {
    margin-bottom: 3rem;
  }
  .housing__body-catch {
    margin-bottom: 4rem;
  }
  .housing__body-figures {
    display: block;
    margin-bottom: 5.5rem;
  }
  .housing__body-figure {
    max-width: 47rem;
    margin: auto;
    margin-bottom: 3rem;
  }
  .housing__body-content-title {
    margin-bottom: 3.5rem;
  }
  .housing__body-content-text {
    padding: 0 1rem;
    font-size: 2.5rem;
    line-height: 4.3rem;
  }
  .housing__body-content2 {
    margin-bottom: 9rem;
  }
  .housing__body-content2-datas {
    display: block;
    margin: 5rem -4rem 0rem -4rem;
  }
  .housing__body-content2-data-row {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .housing__body-content2-data-col:nth-child(2) {
    font-size: 1.9rem;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 84%;
  }
  .housing__body-bottom-title {
    font-size: 2.7rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
  }
  .housing__body-bottom-figures {
    margin: 0 -2rem;
    display: block;
  }
  .housing__body-bottom-figure {
    margin-bottom: 5rem;
  }
}
.floatmenus2 a:nth-child(1) img.house-icon {
  width: 4rem;
  top: 2rem;
  left: 0.5rem;
}

@media screen and (max-width: 750px) {
  .floatmenus2 a:nth-child(1) img.house-icon {
    width: 6rem;
    top: -1.4rem;
    left: 1.5rem;
  }
}