@charset "UTF-8";
@import url("https://use.typekit.net/uzx7sst.css");
@import url("https://use.typekit.net/akl1epj.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background: inherit;
}

address {
  font-style: normal;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media (min-width: 1260px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  color: #3C382C;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300;
  background: #fff;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  color: inherit;
}

main {
  overflow: hidden;
}

.section {
  padding-top: 18.6rem;
}
@media (max-width: 767px) {
  .section {
    padding-top: 12rem;
  }
}

.l-inner {
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    width: 33.5rem;
  }
}

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

.c-title {
  text-align: center;
}
.c-title__main {
  display: block;
  letter-spacing: 0.01em;
  font-size: 6.2rem;
  text-transform: uppercase;
  position: relative;
  font-family: "Tinos", sans-serif;
}
.c-title__main::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 3.2rem;
  height: 0.2rem;
  background: #318D54;
}
.c-title__main::first-letter {
  background: #318D54;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .c-title__main {
    font-size: 5.2rem;
  }
}

.c-title__sub {
  display: block;
  font-size: 1.8rem;
  color: #3C382C;
  margin-top: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-title__sub {
    font-size: 1.6rem;
  }
}

.c-btn {
  width: 31.4rem;
  max-width: 100%;
  background: #00A7D3;
  border: 0.2rem solid #00A7D3;
  color: #fff;
  text-align: center;
  padding: 2.6rem 0;
  padding-right: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  letter-spacing: 0.06em;
}
.c-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 1.5rem;
  background: url(../images/arrow-icon.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn:hover {
  color: #00A7D3;
}
.c-btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn:hover::before {
  background: url(../images/arrow-icon-lightBlue.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-btn {
    width: 28rem;
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .c-btn::before {
    right: 0;
  }
}

.c-catch {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6875;
  font-weight: 700;
  color: #318D54;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-catch {
    font-size: 1.9rem;
  }
}

.c-catchBtmTitle {
  font-size: 3rem;
  font-weight: 700;
  background: #318D54;
  color: #fff;
  padding: 1.6rem 0;
  letter-spacing: 0.06em;
  margin: 7rem auto 0;
  width: 90.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-catchBtmTitle {
    font-size: 2.2rem;
    line-height: 1.33;
    padding: 1rem 1.5rem;
    width: 100%;
    margin: 2rem 0;
  }
}

.c-catchBtmText {
  font-size: 1.8rem;
  line-height: 2.1666;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-catchBtmText {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-header {
  width: 100%;
  height: 9rem;
  background: #fff;
  border-top: 0.8rem solid #318D54;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-header.is-out {
  -webkit-transform: translate(0%, -110%);
          transform: translate(0%, -110%);
}
.p-header.is-active {
  -webkit-transform: translate(0);
          transform: translate(0);
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .p-header.is-active {
    height: 7.5rem;
  }
}
@media (max-width: 767px) {
  .p-header {
    height: 7rem;
    border: none;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 3.2rem;
}
@media (max-width: 767px) {
  .p-header__inner {
    width: 100%;
    padding-left: 1.1rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 1.7rem;
  left: 3.2rem;
  z-index: 200;
}
@media (max-width: 767px) {
  .p-header__wrapper {
    top: 1.5rem;
    left: 1.2rem;
  }
}

.p-header__logo {
  width: 22.9rem;
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 17rem;
  }
}

.p-header__text {
  font-size: 1.6rem;
  margin-left: 2.7rem;
}
@media (max-width: 767px) {
  .p-header__text {
    font-size: 1.2rem;
    margin-left: 2.15rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1350px) {
  .p-header__nav {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  .p-header__navItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    padding-right: 18%;
    border-right: 1px solid #0068AB;
  }
  .p-header__navItems li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-header__navItems li:hover::before {
    width: calc(100% - 2.4rem);
  }
}
.p-header__navItems li {
  position: relative;
  letter-spacing: 0.06em;
}
.p-header__navItems li a {
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-header__navItems li::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0.7rem;
  left: 50%;
  width: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 1px;
  background: #318D54;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__navItems li:hover::before {
  width: calc(100% - 2.4rem);
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__items li a {
  display: block;
  padding: 1.6rem 1.13rem;
  text-align: center;
  font-weight: 500;
}

.p-header__info {
  margin-left: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1350px) {
  .p-header__info {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .p-header__info {
    display: none;
  }
}

.p-header__tel {
  font-size: 2.8rem;
  font-family: "Tinos", sans-serif;
  padding-left: 2.8rem;
  position: relative;
  letter-spacing: 0.06em;
}
.p-header__tel::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-header__time {
  font-size: 1.2rem;
  text-align: right;
}

.p-header__btns {
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (max-width: 1350px) {
  .p-header__btns {
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .p-header__btns {
    margin: 0;
    margin-top: 3rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .p-header__btns--pc {
    display: none;
  }
}
.p-header__btns--tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 11%;
}
.p-header__btns--tab .p-header__info {
  text-align: center;
}
.p-header__btns--tab .p-header__tel {
  font-size: 3.6rem;
}
.p-header__btns--tab .p-header__tel::before {
  top: 50%;
  left: 7.2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.p-header__btns--tab .p-header__time {
  font-size: 1.5rem;
}
.p-header__btns--tab .p-header__btns {
  margin-top: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.9rem;
  margin-left: 4rem;
}
.p-header__btns--tab .p-header__btn {
  width: 25.6rem;
  padding: 2rem 0;
  font-size: 1.7rem;
}
.p-header__btns--tab .btn1 {
  padding-left: 2rem;
}
.p-header__btns--tab .btn1::before {
  width: 2.5rem;
  height: 3.1rem;
  left: 5rem;
}
.p-header__btns--tab .btn2 {
  padding-left: 2rem;
}
.p-header__btns--tab .btn2::before {
  width: 2.5rem;
  height: 1.9rem;
  left: 5rem;
}
@media (max-width: 767px) {
  .p-header__btns--tab {
    display: none;
  }
}
.p-header__btns--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-header__btns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__btn {
  width: 15.6rem;
  background-color: #0068AB;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  padding-left: 2.8rem;
  font-weight: 700;
  border-radius: 999px;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  letter-spacing: 0.06em;
}
.p-header__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
}
.p-header__btn:hover {
  background-color: #318D54;
  -webkit-box-shadow: 0px -3px 1px rgba(63, 63, 119, 0.7) inset;
          box-shadow: 0px -3px 1px rgba(63, 63, 119, 0.7) inset;
}
.p-header__btn:active {
  background-color: #318D54;
  -webkit-box-shadow: 0px 3px 3px rgba(63, 63, 119, 0.7) inset;
          box-shadow: 0px 3px 3px rgba(63, 63, 119, 0.7) inset;
}
@media (max-width: 767px) {
  .p-header__btn {
    width: 25rem;
    font-size: 1.6rem;
  }
}

.btn1::before {
  top: 50%;
  left: 3.9rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2.5rem;
  background: url(../images/btn-icon01.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .btn1::before {
    top: 50%;
    left: 5rem;
    width: 2rem;
    height: 2.5rem;
  }
}

.btn2::before {
  top: 53%;
  left: 2.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 1.5rem;
  background: url(../images/btn-icon02.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .btn2::before {
    top: 50%;
    left: 4.7rem;
  }
}

.btnTel {
  background: #318D54;
  color: #fff;
}
.btnTel::before {
  top: 53%;
  left: 2.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 1.5rem;
  background: url(../images/tel-icon_white.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .btnTel::before {
    left: 3.5rem;
    width: 2.6rem;
    height: 1.95rem;
  }
}

.p-header__btnsText {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: -1rem;
}

.p-footer {
  position: relative;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #318D54;
  padding: 4.8rem 0 7.6rem 0;
  -webkit-column-gap: 13rem;
     -moz-column-gap: 13rem;
          column-gap: 13rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.8rem 0 4.6rem 0;
  }
}

.p-footer__left {
  margin-left: 6rem;
  text-align: center;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .p-footer__left {
    margin-left: 0;
  }
}

.p-footer__leftCatch {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.p-footer__leftCatch::after, .p-footer__leftCatch::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 60%;
  width: 0.1rem;
  height: 1.8rem;
  background: #3C382C;
  border-radius: 999px;
}
.p-footer__leftCatch::after {
  left: 4rem;
  -webkit-transform: translate(0%, -50%) rotate(-22deg);
          transform: translate(0%, -50%) rotate(-22deg);
}
.p-footer__leftCatch::before {
  right: 4rem;
  -webkit-transform: translate(0%, -50%) rotate(22deg);
          transform: translate(0%, -50%) rotate(22deg);
}
@media (max-width: 767px) {
  .p-footer__leftCatch {
    font-size: 2rem;
  }
}

.p-footer__tel {
  margin-top: 2.8rem;
  font-size: 5.5rem;
  letter-spacing: 0.06em;
  font-family: "Tinos", sans-serif;
  padding-left: 5rem;
  position: relative;
  white-space: nowrap;
}
.p-footer__tel::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 1.9rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.9rem;
  height: 3.9rem;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
}

.p-footer__telBtn {
  font-size: 1.6rem;
  padding-left: 4rem;
  position: relative;
  font-weight: 500;
  background: #318D54;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  padding: 1.2rem 0 1.1rem 2rem;
  width: 28rem;
  margin: 1.8rem auto 0;
}
.p-footer__telBtn span {
  font-family: "Tinos", sans-serif;
  font-weight: normal;
  display: block;
  margin-top: 0.8rem;
}
.p-footer__telBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/tel-icon_white.svg) no-repeat center center/contain;
  left: 4.2rem;
  width: 3.2rem;
  height: 3.2rem;
}

.p-footer__time {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .p-footer__time {
    font-size: 1.5rem;
    padding-left: 1rem;
  }
}

.p-footer__leftText {
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
  margin-top: 2.94rem;
}
@media (max-width: 767px) {
  .p-footer__leftText {
    white-space: normal;
    font-size: 1.3rem;
  }
}

.p-footer__right {
  border-left: 0.1rem solid #318D54;
  padding: 0.6rem 0;
  padding-left: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .p-footer__right {
    padding-left: 6rem;
  }
}
@media (max-width: 767px) {
  .p-footer__right {
    padding-left: 0;
    padding-top: 4rem;
    border: none;
    margin-top: 4rem;
    border-top: 0.1rem solid #318D54;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__nav li {
  font-weight: 500;
  position: relative;
}
.p-footer__nav li:not(:first-child) {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .p-footer__nav li:not(:first-child) {
    margin-left: 0;
  }
}
.p-footer__nav li::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -0.6rem;
  left: 50%;
  width: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 0.1rem;
  background: #318D54;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-footer__nav li:hover::before {
  width: 100%;
}
.p-footer__nav li::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 56%;
  left: 0.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: url(../images/footer-arrow.svg) no-repeat center center/contain;
}
.p-footer__nav li a {
  padding-left: 1rem;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    text-align: left;
    padding-left: 2rem;
  }
}

.p-footer__rightWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.2rem;
  margin-left: 1.4rem;
}
@media (max-width: 767px) {
  .p-footer__rightWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-left: 0;
  }
}

.p-footer__logo {
  width: 23rem;
}
@media (max-width: 767px) {
  .p-footer__logo {
    margin: 0 auto;
  }
}

.p-footer__rightText {
  font-weight: 500;
  margin-top: 1.9rem;
}

.p-footer__address {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}

.p-footer__copy {
  font-size: 1.1rem;
  margin-top: 3rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-footer__copy {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4.2rem;
  -webkit-column-gap: 1.9rem;
     -moz-column-gap: 1.9rem;
          column-gap: 1.9rem;
  margin-top: 7rem;
}
.p-footer__sns li {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__sns li:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-footer__sns {
    margin-left: 0;
  }
}

.p-footer__pageTop {
  position: absolute;
  bottom: 35.3rem;
  right: 2.5rem;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.7rem;
  font-family: "Tinos", sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .p-footer__pageTop {
    margin-right: -3rem;
    margin-bottom: -10rem;
  }
}
@media (max-width: 767px) {
  .p-footer__pageTop {
    bottom: 7rem;
    right: 1rem;
    margin: 0;
  }
}
.p-footer__pageTop::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #000;
  border-radius: 999px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  width: 100%;
  height: 0.1rem;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-footer__pageTop::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -0.55rem;
  right: -1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #318D54;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  z-index: 2;
}
.p-footer__pageTop:hover::before {
  right: 100%;
}

.p-hamburger {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.6rem;
  height: 2.2rem;
  z-index: 50;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1350px) {
  .p-hamburger {
    display: block;
    top: 3rem;
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .p-hamburger {
    top: 2rem;
    right: 2rem;
  }
}

.p-hamburger span {
  position: absolute;
  background: #0068AB;
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-radius: 999px;
}

.p-hamburger span:nth-child(1) {
  top: 0;
}

.p-hamburger span:nth-child(2) {
  top: 1.1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-hamburger span:nth-child(3) {
  top: 2.2rem;
}

.p-hamburger.is-active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.p-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.p-hamburger.is-active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.p-drawer {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100dvh;
  background: #fff;
  display: none;
}

.p-drawer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .p-drawer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.p-drawer__logo {
  position: absolute;
  width: 179px;
  top: 1.34rem;
  left: 1.1rem;
}

@media (max-width: 767px) {
  .p-drawer_items {
    row-gap: 0;
    padding: 0;
    border: 0;
  }
  .p-drawer_items li a {
    font-size: 2.7rem;
    padding: 1.8rem 2rem;
  }
}

@media (max-width: 767px) {
  .p-drawer_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
  .p-drawer_items li {
    display: inline-block;
  }
  .p-drawer_items li a {
    font-size: 2rem;
    padding: 1.8rem 1.6rem;
  }
  .p-drawer__contact {
    padding: 0;
    height: 6.8rem;
    margin: 0 auto;
    width: 33.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .p-drawer__contact {
    margin-top: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-drawer__contact span {
    margin: 0;
    margin-left: 2rem;
    font-size: 2rem;
  }
}




@media screen and ( min-width:768px ) {
  .p-fv {
    background-color: #00AB69;
    background: linear-gradient(90deg,rgba(0, 171, 105, 1) 20%, rgba(244, 244, 244, 1) 20%);
  }
  .p-fv-inner {
    position: relative;
    margin: 0 auto;
    max-width: 156.4rem;
    min-width: 120rem;
    height: 810px;
    padding-top: 9rem;
    background: url("../images/fvbg01.png") no-repeat center bottom/100%;
  }
  .p-fv__circle {
    position: absolute;
    right: 11.9rem;
    top:12.6rem;
    background-color: #DCE881;
    border-radius: 300rem;
    color: #05AA69;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 21rem;
    height: 21rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .p-fv__circle p {
    position: relative;
    top:-0.2em;
  }
  .p-fv__circle .big {
    font-size: 3.2rem;
  }
  .p-fv__circle .mum {
    font-size: 5rem;
    letter-spacing: -0.1rem;
  }
  .p-fv__text {
    width:50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 0 0 5rem;
  }
  .p-fv__title1 {
    margin: 2rem 0;
    color: #140909;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .p-fv__title1 span {
    color: #318D54;
    font-size: 3rem;
    display: block;
    margin-bottom: 1.6rem;
  }
  .p-fv__text1::before {
    content: "";
    display: block;
    width:10rem;
    height: 0.7rem;
    background-color: #318D54;
    margin: 3rem 0 2.4rem;
  }
  .p-fv__text1 {
    color: #140909;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    letter-spacing: 1.4rem;
  }
  
  .fvimg01 {
    position: absolute;
    width:58.8rem;
    height: auto;
    left:6.2rem;
    top:9rem;
    border-radius: 0 0 3rem 0;
  }
  .fvimg02 {
    position: absolute;
    width:243px;
    height: auto;
    left:13.9rem;
    bottom:0;
    border-radius: 3rem 3rem 0 0;
  }
  .fvimg03 {
    position: absolute;
    width:25.6rem;
    height: auto;
    left:47.7rem;
    bottom:4.7rem;
    border-radius: 3rem;
  }
  
  .p-fv__catch {
    font-family: "Tinos", sans-serif;
    font-weight: 300;
    color:#fff;
    position: absolute;
    left:50%;
    bottom: 3rem;
    font-size: 9.3rem;
  }
  
  .p-fv__wcircle1,
  .p-fv__wcircle2 {
    position: absolute;
    border-radius: 300rem;
    background-color: #fff;
    display: block;
  }
  .p-fv__wcircle1 {
    width:7rem;
    height:7rem;
    top:45rem;
    left:60.9rem;
  }
  .p-fv__wcircle2 {
    width:4rem;
    height:4rem;
    top:29.5rem;
    right:14.1rem;
  }

}

@media (max-width: 767px) {
  .p-fv {
    background: #00AB69;
  }
  .p-fv-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width:none;
    min-width:none;
    height: auto;
    padding-top: 7rem;
    background: url("../images/fvbg02.png") no-repeat center 7rem/100%;
  }
  .p-fv__circle {
    position: absolute;
    right: -4rem;
    top:2.6rem;
    background-color: #DCE881;
    border-radius: 300rem;
    color: #05AA69;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 21rem;
    height: 21rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transform: scale(0.5);
  }
  .p-fv__circle p {
    position: relative;
    top:-0.2em;
  }
  .p-fv__circle .big {
    font-size: 3.2rem;
  }
  .p-fv__circle .mum {
    font-size: 5rem;
    letter-spacing: -0.1rem;
  }
  .p-fv__text {
    padding: 0 0 0 7rem;
  }
  .p-fv__title1 {
    margin: 3.4rem 0 1rem;
    color: #140909;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .p-fv__title1 span {
    color: #318D54;
    font-size: 1.4rem;
    display: block;
  }
  .p-fv__text1::before {
    content: "";
    display: block;
    width:5rem;
    height: 0.25rem;
    background-color: #318D54;
    margin: 2.5rem 0;
  }
  .p-fv__text1 {
    color: #140909;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    letter-spacing: 0.5rem;
  }
  
  .fvimg01 {
    width:93%;
    height: auto;
    border-radius: 0 3rem 3rem 0;
    margin: 7.4rem 0 0;
  }
  .fvimg02 {
    width:40%;
    height: auto;
    border-radius: 2rem 2rem 0 0;
    margin: 1rem 7% 0;
  }
  .fvimg03 {
    position: absolute;
    width:32%;
    height: auto;
    right:11%;
    bottom:2.4rem;
    border-radius: 2rem;
  }
  
  .p-fv__catch {
    font-family: "Tinos", sans-serif;
    font-weight: 300;
    color:#fff;
    position: absolute;
    font-size: 3rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(90deg);
    transform-origin:right center;
    left:-18rem;
    bottom: 2rem;
  }
  
  .p-fv__wcircle1,
  .p-fv__wcircle2 {
    position: absolute;
    border-radius: 300rem;
    background-color: #fff;
    display: block;
  }
  .p-fv__wcircle1 {
    display: none;
  }
  .p-fv__wcircle2 {
    width:2rem;
    height:2rem;
    top:16.5rem;
    right:2.6rem;
  }  
}

.mc_cc {
  color: #318D54;
}

.p-btnArea {
  width: 104rem;
  max-width: 100%;
  border: 0.6rem solid #DCEDEC;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .p-btnArea {
    width: 100%;
    border-radius: 6rem;
  }
}

.p-btnArea__text {
  display: inline-block;
  -webkit-transform: translate(0%, -65%);
          transform: translate(0%, -65%);
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 3rem;
  letter-spacing: 0.06em;
}
.p-btnArea__text::after, .p-btnArea__text::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 55%;
  width: 0.2rem;
  height: 2.6rem;
  background: #3C382C;
  border-radius: 999px;
}
.p-btnArea__text::after {
  left: 1.2rem;
  -webkit-transform: translate(0%, -50%) rotate(-22deg);
          transform: translate(0%, -50%) rotate(-22deg);
}
.p-btnArea__text::before {
  right: 1.4rem;
  -webkit-transform: translate(0%, -50%) rotate(22deg);
          transform: translate(0%, -50%) rotate(22deg);
}
@media (max-width: 767px) {
  .p-btnArea__text {
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-transform: translate(0%, -52%);
            transform: translate(0%, -52%);
  }
  .p-btnArea__text::after, .p-btnArea__text::before {
    top: 60%;
    width: 0.2rem;
    height: 6.5rem;
  }
}

.p-btnArea__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.2rem;
     -moz-column-gap: 4.2rem;
          column-gap: 4.2rem;
  padding: 6rem 0 7.6rem 0;
}
@media (max-width: 767px) {
  .p-btnArea__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    padding-top: 0rem;
    padding-bottom: 5rem;
    margin-top: -1rem;
  }
}

.p-btnArea__margin {
  margin-top: 13.7rem;
}
@media (max-width: 767px) {
  .p-btnArea__margin {
    margin-top: 8rem;
  }
}

.p-titleBox .c-catch {
  margin-top: 6.3rem;
}
@media (max-width: 767px) {
  .p-titleBox .c-catch {
    margin-top: 4rem;
  }
}
.p-titleBox .c-catchBtmText {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-titleBox .c-catchBtmText {
    margin-top: 3rem;
  }
}

/* ===============================================
# price
=============================================== */
.price {
  background: #F7F6F4;
  padding: 18.4rem 0 10.8rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .price {
    padding: 11.2rem 0 5rem;
    margin-top: 0rem;
  }
}

.movie__wrapper {
  margin: 6.4rem auto 8.8rem;
  width: 96rem;
}
@media (max-width: 767px) {
  .movie__wrapper {
    width: 100%;
    margin: 4rem 0 6rem;
  }
}

.movie__item {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.price__wrapper {
  background: #fff;
  text-align: center;
  padding: 10.2rem 12.7rem 8.5rem;
}
@media (max-width: 767px) {
  .price__wrapper {
    padding: 3rem 1rem 4rem;
  }
}

.price__topText {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #318D54;
}
@media (max-width: 767px) {
  .price__topText {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.price__title {
  font-size: 3.6rem;
  font-weight: 700;
  background: #318D54;
  color: #fff;
  padding: 1.8rem 0;
  letter-spacing: 0.06em;
  margin-top: 4.7rem;
}
@media (max-width: 767px) {
  .price__title {
    font-size: 2.4rem;
    line-height: 1.33;
    padding: 1rem 1.5rem;
  }
}

.price__catch {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .price__catch {
    font-size: 1.8rem;
    line-height: 1.77;
  }
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .price__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__item:nth-of-type(3) {
  margin: 4rem auto 0;
}
@media (min-width: 768px) {
  .price__item:nth-of-type(1) .price__itemMoney {
    position: relative;
    left:-0.6rem;
  }
  .price__item:nth-of-type(3) .price__itemMoney {
    position: relative;
    left:0.6rem;
  }
}
@media (max-width: 767px) {
  .price__item {
    width: 100%;
  }
  .price__item:not(:first-of-type) {
    margin-top: 3rem;
  }
}

.price__itemText {
  font-size: 1.5rem;
  font-weight: 500;
  width: 16rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  position: relative;
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .price__itemText {
    font-size: 1.3rem;
    width: 44%;
    white-space: nowrap;
  }
}
.price__itemText::after, .price__itemText::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #318D54;
  border-radius: 999px;
}
.price__itemText::before {
  bottom: -1rem;
  left: 0;
  width: 15.8rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .price__itemText::before {
    width: 98.5%;
  }
}
.price__itemText::after {
  bottom: -0.5rem;
  right: 0;
  width: 1.7rem;
  height: 0.2rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.price__itemMoney {
  font-size: 7.8rem;
  letter-spacing: 0.01em;
  font-family: "Tinos", sans-serif;
  color: #318D54;
  position: relative;
}
.price__itemMoney .enSpan {
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 0.7rem;
}
.price__itemMoney .tax {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  position: absolute;
  top: 2.4rem;
  right: 2.7rem;
  color: #3C382C;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price__itemMoney {
    font-size: 5.6rem;
    white-space: nowrap;
  }
  .price__itemMoney .enSpan {
    font-size: 1.6rem;
  }
  .price__itemMoney .tax {
    font-size: 1.3rem;
    top: 1.4rem;
    right: 1.4rem;
  }
  .price__itemMoney::before {
    bottom: 0.5rem;
    width: 9.5rem;
  }
  .price__itemMoney::after {
    bottom: 1rem;
  }
}

.price__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .price__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}

/* ===============================================
# concept
=============================================== */
.concept__cards {
  margin-top: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
}
@media (max-width: 767px) {
  .concept__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5rem;
    margin-top: 6rem;
  }
}

.concept__card {
  width: 100%;
}
.concept__card:nth-of-type(1) {
  margin-top: -6.5rem;
}
@media (max-width: 767px) {
  .concept__card:nth-of-type(1) {
    margin: 0;
  }
}
.concept__card:nth-of-type(3) {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .concept__card:nth-of-type(3) {
    margin: 0;
  }
}

.concept__itemNum {
  display: inline-block;
  font-size: 6.2rem;
  color: #318D54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: #ffffff;
  padding: 0rem 1.4rem 1.4rem;
  -webkit-transform: translate(1.2rem, -36%);
          transform: translate(1.2rem, -36%);
}
@media (max-width: 767px) {
  .concept__itemNum {
    font-size: 4rem;
    padding: 0.5rem 1.2rem;
    -webkit-transform: translate(1.2rem, -45%);
            transform: translate(1.2rem, -45%);
  }
}

.concept__cardTitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.58;
  margin-top: -3.2rem;
  padding-left: 2.8rem;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .concept__cardTitle {
    padding: 0;
    font-size: 2rem;
    margin-top: -2rem;
  }
}

.concept__cardText {
  line-height: 1.8;
  margin-top: 0.6rem;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .concept__cardText {
    padding: 0;
  }
}

/* ===============================================
# location
=============================================== */
.location__mapArea {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .location__mapArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}

.location__mapText {
  font-size: 1.8rem;
  width: 43.3%;
  line-height: 2.16;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .location__mapText {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
  }
}

.location__mapImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location__mapImg iframe {
  width: 100%;
  height: 100%;
  min-height: 50rem;
}
@media (max-width: 767px) {
  .location__mapImg {
    margin-top: 3rem;
    width: 100%;
  }
  .location__mapImg iframe {
    height: 30rem;
    min-height:inherit;
  }

}

.location__spot {
  margin-top: 8.8rem;
}

.location__spotBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12.8rem;
}
@media (max-width: 767px) {
  .location__spotBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}
.location__spotBox.is-first {
  margin-top: 0;
}

.location__spotTitle {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid #3C382C;
  margin-right: 11.4rem;
  margin-top: 2.2rem;
  width: 15.4rem;
  height: 15.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.location__spotTitle span {
  position: absolute;
  bottom: 0;
  right: 1rem;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  color: #318D54;
  font-size: 2rem;
  background: #fff;
  letter-spacing: 0.01em;
  font-family: "Tinos", sans-serif;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .location__spotTitle {
    margin: 0 auto;
  }
}

.location__spotRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.location__spotCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8.8rem;
     -moz-column-gap: 8.8rem;
          column-gap: 8.8rem;
  row-gap: 7.2rem;
}
@media (max-width: 767px) {
  .location__spotCards {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    margin-top: 6rem;
  }
}

.location__spotInfo {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  border-left: 0.4rem solid #318D54;
}

.location__spotText {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .location__spotText {
    font-size: 1.8rem;
  }
}

.location__spotDis {
  margin-top: 1.3rem;
  font-weight: 500;
  line-height: 1.46;
}
.location__spotDis:not(:first-child) {
  margin-top: 0;
}

.location__spotMores {
  margin-top: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}
@media (max-width: 767px) {
  .location__spotMores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
}

@media (max-width: 767px) {
  .location__spotMores__right {
    margin-top: 2rem;
  }
}

.location__spotMores__text {
  position: relative;
  font-weight: 500;
  padding-left: 1.8rem;
}
.location__spotMores__text:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .location__spotMores__text:not(:first-child) {
    margin-top: 1.4rem;
  }
}
.location__spotMores__text::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 54%;
  left: 0rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  background: #318D54;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .location__spotMores__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .location__spotMores__text::after {
    top: 1.1rem;
  }
}

/* ===============================================
# plan
=============================================== */
.plan__item {
  margin-top: 8rem;
}

.plan__itemTitle {
  font-size: 3rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #318D54;
  width: 100%;
  max-width: 90.4rem;
  margin: 0 auto;
  text-align: center;
  padding: 1.3rem 0;
  line-height: 1.26;
}
@media (max-width: 767px) {
  .plan__itemTitle {
    font-size: 2.4rem;
    padding: 1rem 0;
  }
}

.plan__img {
  width: 75.3%;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .plan__img {
    width: 100%;
  }
}

.plan__imgText {
  width: 75.3%;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  .plan__imgText {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 1em;
  }
}

/* ===============================================
# house
=============================================== */
.house__cards {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .house__cards {
    margin-top: 4rem;
  }
}
.house__cards li:not(:first-of-type) {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .house__cards li:not(:first-of-type) {
    margin-top: 5rem;
  }
}

.house__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5rem;
     -moz-column-gap: 4.5rem;
          column-gap: 4.5rem;
  background: #F7F6F4;
  padding: 2.4rem;
}
.house__card:hover .house__cardMore::after {
  left: 99%;
}
@media (max-width: 767px) {
  .house__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4rem;
  }
}

.house__img {
  width: 57.4rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}
@media (max-width: 767px) {
  .house__img {
    width: 100%;
    grid-template-columns: 2fr 1fr;
  }
}
.house__img-sinple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.house__img-sinple img {
  max-width: 100%;
}

.house__img01 {
  grid-row: 1/3;
  grid-column: 1/2;
}

.house__img02 {
  grid-row: 1/2;
  grid-column: 2/3;
}

.house__img03 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.house__cardRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 1.5rem 0;
}

.house__cardTopFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .house__cardTopFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 1rem;
  }
}

.house__cardNum {
  color: #fff;
  background: #0AADD5;
  border-radius: 999px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.7rem 2.2rem;
}
@media (max-width: 767px) {
  .house__cardNum {
    font-size: 2rem;
  }
}

.house__cardEco {
  background: #fff;
  border: 1px solid #3C382C;
  border-radius: 999px;
  padding: 0.6rem 2rem 0.9rem 1.6rem;
}
@media (max-width: 767px) {
  .house__cardEco {
    font-size: 1.4rem;
  }
}

.house__cardTitle {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.53;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .house__cardTitle {
    font-size: 1.8rem;
  }
}
.house__cardTitle.is-land {
  margin-top: 3.3rem;
}

.house__cardText {
  margin-top: 2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .house__cardText {
    line-height: 1.5;
  }
}

.house__cardP1 {
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .house__cardP1 {
    font-size: 1.4rem;
  }
}

.house__cardP2 {
  margin-top: 1.5rem;
  margin-left: 0.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .house__cardP2 {
    font-size: 1.4rem;
  }
}

.house__cardPrice {
  margin-top: 2.3rem;
  margin-left: 0.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 0.2rem solid #318D54;
  display: inline-block;
  padding-bottom: 0.8rem;
  position: relative;
}
.house__cardPrice .priceHead {
  font-size: 2.6rem;
}
.house__cardPrice .priceYEN {
  font-size: 2rem;
}
.house__cardPrice .tax {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .house__cardPrice-sinple {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .house__cardPrice-sinple span {
    font-size: 2rem;
  }
}

.house__cardMore {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-bottom: 0.1rem solid #3C382C;
  padding-bottom: 0.8rem;
}
.house__cardMore::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -0.6rem;
  left: -0.9rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #318D54;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .house__cardMore {
    bottom: -2rem;
    right: 0rem;
  }
}

/* ===============================================
# explanation
=============================================== */
.explanation {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .explanation {
    margin-top: 8rem;
  }
}

.explanation__title {
  line-height: 1.8;
}
.explanation__title:not(:first-child) {
  margin-top: 7.3rem;
}

.explanation__text {
  line-height: 1.8;
}

.explanation__textSmall {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  letter-spacing: 0.06em;
}

/* ===============================================
# about
=============================================== */
.about {
  margin-top: 10rem;
  margin-bottom: 18.9rem;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .about {
    margin-top: 0rem;
    margin-bottom: 8rem;
    padding-top: 8rem;
  }
}

.about__wrapper {
  position: relative;
}

.about__centerBox {
  position: absolute;
  top: 5.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .about__centerBox {
    top: 3rem;
  }
}

.about__en {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "Tinos", sans-serif;
  font-weight: 400;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .about__en {
    font-size: 1.8rem;
  }
}

.about__jp {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 2.5rem;
  line-height: 1.5;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .about__jp {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10.7rem;
     -moz-column-gap: 10.7rem;
          column-gap: 10.7rem;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3rem;
    margin-top: 3rem;
  }
}

.about__img {
  width: 55.2rem;
}
@media (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

.about__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__title {
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.66;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 2.8rem;
  }
}

.about__text {
  margin-top: 3.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about__text {
    margin-top: 2rem;
  }
}

/* ローディングサンプル */
/* ベースの本体 */
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading_circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 10px rgba(0, 165, 151, 0.168627451);
  position: relative;
}

.loading_circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: solid 10px #318D54;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 50% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 50% 50%);
  -webkit-animation: loading_circle 1s linear infinite;
          animation: loading_circle 1s linear infinite;
}

@-webkit-keyframes loading_circle {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_circle {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}