@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@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&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: #40B6AC;
}
.c-title__main::first-letter {
  background: #40B6AC;
  -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: #40B6AC;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-catch {
    font-size: 2rem;
  }
}

.c-catchBtmTitle {
  font-size: 3rem;
  font-weight: 700;
  background: #40B6AC;
  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: 8.2rem;
  background: #fff;
  border-top: 0.8rem solid #40B6AC;
  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: #40B6AC;
  -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: #40B6AC;
  -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: #40B6AC;
  -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: #40B6AC;
  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 #40B6AC;
  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: #40B6AC;
  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 #40B6AC;
  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 #40B6AC;
  }
}

.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: #40B6AC;
  -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: #40B6AC;
  -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 {
    position: relative;
    width: 100%;
    max-height: 860px;
    background-color: #ffffff;
    padding-top: 9rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    background: url("../images/bg01.png") repeat-x left bottom/1463px;
  }
  .p-fv__title {
    width:32.42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 6rem;
  }
  .p-fv__title .p-fv__title1 {
    background-color: #40B6AC;
    border-radius: 300rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8;
    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__title .p-fv__title1 span {
    font-size: 3.2rem;
  }
  .p-fv__title .p-fv__title2 {
    margin: 2rem 0;
    color: #40B6AC;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border-bottom: 2px solid #40B6AC;
  }
  .p-fv__title .p-fv__title3 {
    color: #140909;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
  }

  .p-fv__img {
    width:67.58%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20%;
  }
  .p-fv__img img {
    max-height: 600px;
    display: block;
    object-fit: cover;
    object-position: 100% 60%;
    border-radius: 5rem 0 0 0;
      -webkit-border-radius: 5rem 0 0 0;
      -moz-border-radius: 5rem 0 0 0;
  }
  .p-fv__text {
    position: absolute;
    top: 5vw;
    left: 6%;
  }
  .p-fv__text span {
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  .p-fv__img2 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 46.8%;
    max-width: 750px;
    left: 2.75%;
    bottom: 6%;
  }
  .p-fv__img2 li {
    margin-right: 1.4rem;
  }
  .p-fv__img2 li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p-fv__text4 {
    position: absolute;
    right: 5%;
    bottom: 8.6%;
    font-size: 6.8rem;
    letter-spacing: 0.01em;
    font-family: "Tinos", sans-serif;
    font-weight: 300;
    width: 50%;
  }
  .p-fv__text4 p {
    text-align: right;
  }
  .p-fv__text4 .p-fv__text4-1 {
    color: #40B6AC;
  }

  .p-fv__text4 .p-fv__text4-2::before {
    content: "";
    display: block;
    border-bottom: 1px solid #140909;
    width: 40%;
  }
  .p-fv__text4 .p-fv__text4-2 {
    display: flex;
    justify-content:flex-end;
    align-items: center;
    color: #140909;
  }
  .p-fv__text4 .p-fv__text4-2 span {
    width: 26%;
    white-space: nowrap;
  }

}

@media (max-width: 767px) {
  .p-fv {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../images/bg01_sp.png") no-repeat left bottom/100%;
  }
  .p-fv__title {
    position: absolute;
    z-index: 100;
    left: 0;
    top:0;
    width:100%;
    margin-top: 7.2rem;
  }
  .p-fv__title .p-fv__title1 {
    background-color: #40B6AC;
    border-radius: 300rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 12rem;
    height: 12rem;
    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;
    margin-left: calc(100% - 13rem);
  }
  .p-fv__title .p-fv__title1 span {
    font-size: 2rem;
  }
  .p-fv__title .p-fv__title2 {
    margin: 0 0 0 5%;
    color: #40B6AC;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border-bottom: 2px solid #40B6AC;
  }
  .p-fv__title .p-fv__title3 {
    margin: 0 0 0 5%;
    color: #140909;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.3rem;
  }

  .p-fv__img {
    padding-left: 12%;
    position: relative;
    padding-top: 12rem;
  }
  .p-fv__img img {
    display: block;
    object-fit: cover;
    object-position: 100% 60%;
    border-radius: 5rem 0 0 0;
      -webkit-border-radius: 5rem 0 0 0;
      -moz-border-radius: 5rem 0 0 0;
  }
  .p-fv__text {
    position: absolute;
    top: 9rem;
    left: 5%;
  }
  .p-fv__text span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.7rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  .p-fv__img2 {
    display: flex;
    justify-content:space-around;
    margin:-8rem 4% 0;
  }
  .p-fv__img2 li {
    margin: 0 1%;
  }
  
  .p-fv__text4 {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
    font-family: "Tinos", sans-serif;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0 2.4rem;
  }
  .p-fv__text4 p {
    text-align:center;
  }
  .p-fv__text4 .p-fv__text4-1 {
    color: #40B6AC;
  }

  .p-fv__text4 .p-fv__text4-2::before {
    content: "";
    display: block;
    border-bottom: 1px solid #140909;
    width: 58.5%;
  }
  .p-fv__text4 .p-fv__text4-2 {
    display: flex;
    justify-content:flex-end;
    align-items: center;
    color: #140909;
  }
  .p-fv__text4 .p-fv__text4-2 span {
    width: 38%;
    white-space: nowrap;
  }
  
}

.fv-text-animetion2 {
  -webkit-animation-name: textFade;
          animation-name: textFade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  display: inline-block;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fv-text-animetion2:nth-of-type(2) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fv-text-animetion2:nth-of-type(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.mc_cc {
  color: #40B6AC;
}



.fv-img-animation {
  overflow: hidden;
}
.fv-img-animation img {
  -webkit-animation-name: imgFade;
          animation-name: imgFade;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes imgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/*.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  padding-top: 9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-fv {
    height: 100dvh;
    padding-top: 7rem;
  }
}



.is-vh {
  height: 100vh;
}

.p-fv__title {
  position: absolute;
  z-index: 5;
  bottom: 0%;
  left: 12rem;
}
@media (max-width: 767px) {
  .p-fv__title {
    top: 44%;
    bottom: inherit;
    left: 6%;
  }
}
.p-fv__title span {
  font-size: max(2.0833333333vw, 3rem);
  font-family: "hiragino-mincho-pron", serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.5;
  background: #00A7D3;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.1rem 1rem;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .p-fv__title span {
    font-size: 1.5rem;
    padding: 0.1rem 0.5rem;
  }
}

.p-fv__text {
  position: absolute;
  top: 19.2%;
  left: 13.1%;
  font-size: max(1.5vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.8;
  z-index: 5;
  color: #401E10;
}
@media screen and (max-width: 1200px) {
  .p-fv__text {
    font-size: calc(max(1.9444444444vw, 2.8rem) * 1.3);
    left: 6%;
  }
}
@media (max-width: 767px) {
  .p-fv__text {
    font-size: 1.6rem;
    top: 15%;
    left: inherit;
    right: 2.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .p-fv__text span {
    position: relative;
    text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff;
  }
}

.p-fv__enText {
  font-family: "Tinos", sans-serif;
  line-height: 1;
  font-size: 5.2083333333vw;
  letter-spacing: 0.01em;
  position: absolute;
  z-index: 4;
  right: 19rem;
  bottom: max(14.5679012346vh, 11.8rem);
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .p-fv__enText {
    font-size: 4.1666666667vw;
    bottom: max(8.6419753086vh, 7rem);
  }
}
@media (max-width: 767px) {
  .p-fv__enText {
    bottom: max(12.7218934911vh, 8.6rem);
    font-size: 4.5rem;
    right: inherit;
    left: 7rem;
  }
}

.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__img1 {
  width: 59.0277777778vw;
  height: 53.5802469136vh;
  position: absolute;
  top: 9rem;
  right: 12rem;
}
@media screen and (max-width: 1200px) {
  .p-fv__img1 {
    width: 76.7361111111vw;
    height: 48.2222222222vh;
  }
}
@media (max-width: 767px) {
  .p-fv__img1 {
    top: 7rem;
    left: 0;
    width: 100%;
    height: min(41.4201183432vh, 28rem);
  }
}

.p-fv__imgBox {
  position: absolute;
  bottom: 16.5%;
  left: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .p-fv__imgBox {
    bottom: 22%;
  }
}
@media (max-width: 767px) {
  .p-fv__imgBox {
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
    left: 0;
    bottom: min(24.1124260355vh, 16.3rem);
  }
  .p-fv__imgBox .p-fv__img3 {
    display: none;
  }
}

.p-fv__imgSmile {
  width: 26.3888888889vw;
  height: 18.5185185185vh;
  position: absolute;
  bottom: 0;
  right: 12rem;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .p-fv__imgSmile {
    width: 21.1111111111vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-fv__imgSmile {
    width: 23.5rem;
    height: 9.25rem;
    right: inherit;
    left: 7rem;
    bottom: 1.2rem;
  }
}

.p-fv__img__mini {
  width: 215px;
  height: 202px;
}
@media screen and (max-width: 1200px) {
  .p-fv__img__mini {
    width: 24.8888888889vw;
    height: 16.987654321vh;
  }
}
@media (max-width: 767px) {
  .p-fv__img__mini {
    width: 19rem;
    height: auto;
    aspect-ratio: 189/134;
  }
}

.fv-text-animetion {
  position: relative;
  overflow: hidden;
}
.fv-text-animetion::after, .fv-text-animetion::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  height: 105%;
  -webkit-animation-name: slide1;
          animation-name: slide1;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.fv-text-animetion::after {
  background: #c4e9e6;
}
.fv-text-animetion::before {
  background: #fff;
}

.anime1::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anime1::before {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.anime2::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime2::before {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.anime3::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime3::before {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

@-webkit-keyframes slide1 {
  0% {
    left: 0;
  }
  100% {
    left: 101%;
  }
}

@keyframes slide1 {
  0% {
    left: 0;
  }
  100% {
    left: 101%;
  }
}
.fv-img-animation {
  overflow: hidden;
}
.fv-img-animation img {
  -webkit-animation-name: imgFade;
          animation-name: imgFade;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes imgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv-text-animetion2 {
  -webkit-animation-name: textFade;
          animation-name: textFade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  display: inline-block;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fv-text-animetion2:last-child {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

@-webkit-keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#svg-animation {
  overflow: visible;
}

#svg-animation .cls-1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 30;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
*/



.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: #40B6AC;
}
@media (max-width: 767px) {
  .price__topText {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.price__title {
  font-size: 3.6rem;
  font-weight: 700;
  background: #40B6AC;
  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;
}
@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: 39rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@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: #40B6AC;
  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: #40B6AC;
  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: #40B6AC;
  font-family: "Tinos", sans-serif;
  letter-spacing: 0.01em;
  background: #ffffff;
  padding: 0.5rem 1.6rem;
  -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;
}
@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%;
}
@media (max-width: 767px) {
  .location__mapImg {
    margin-top: 3rem;
  }
  .location__mapImg iframe {
    height: 30rem;
  }

}

.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: #40B6AC;
  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 #40B6AC;
}

.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: #40B6AC;
  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: #40B6AC;
  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: #40B6AC;
  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 #40B6AC;
  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: #40B6AC;
  -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 #40B6AC;
  -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;
}