@charset "UTF-8";
/* kv
------------------------------------------------------ */
.kv-wrapper {
  position: relative;
  z-index: 99;
}

.kv {
  height: 670px;
  background: url("../images/kv-bg.jpg") left 30% center/cover;
  -webkit-clip-path: url(#clip-path-1);
          clip-path: url(#clip-path-1);
}

.kv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.kv-contents {
  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;
  -webkit-transform: translateY(43px);
          transform: translateY(43px);
}

.kv__title {
  width: 534px;
}

.kv__contact {
  margin-top: 14px;
  width: 254px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.kv__scroll-down {
  position: absolute;
  bottom: 15px;
  right: 50%;
}

@media screen and (max-width: 767px) {
  .kv {
    background-position: left 20% center;
    -webkit-clip-path: url(#clip-path-2);
            clip-path: url(#clip-path-2);
  }
  .kv-inner {
    max-width: 400px;
    margin-inline: auto;
  }
  .kv-contents {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  .kv__title {
    width: 189px;
  }
  .kv__contact {
    margin-top: 50px;
    width: 215px;
  }
  .kv__scroll-down {
    position: absolute;
    bottom: 15px;
    right: 50%;
  }
}
/* スクロールダウン */
.scroll-down {
  -webkit-animation: scrollDown 1s ease-in-out infinite;
          animation: scrollDown 1s ease-in-out infinite;
}

.scroll-down__inner {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.scroll-down__text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.scroll-down__arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: moveArrow 3s ease-out infinite;
          animation: moveArrow 3s ease-out infinite;
}
.scroll-down__arrow:first-child {
  -webkit-animation: moveArrow 3s ease-out 1s infinite;
          animation: moveArrow 3s ease-out 1s infinite;
}
.scroll-down__arrow:nth-child(2) {
  -webkit-animation: moveArrow 3s ease-out 2s infinite;
          animation: moveArrow 3s ease-out 2s infinite;
}
.scroll-down__arrow:before, .scroll-down__arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}
.scroll-down__arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.scroll-down__arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

@-webkit-keyframes moveArrow {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes moveArrow {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/* intro
------------------------------------------------------ */
.intro {
  position: relative;
  background: #F9F2E0;
  margin-top: -133px;
  padding-top: 169px;
  padding-bottom: 50px;
}

.intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.intro__title {
  font-size: 20px;
  letter-spacing: 0.024em;
  color: #7FB9BA;
}

.intro__text {
  margin-top: 20px;
  letter-spacing: 0.01em;
}

.intro__img {
  width: 500px;
}

.intro__scroll-down {
  position: absolute;
  bottom: -15px;
  right: 50%;
}

@media screen and (max-width: 991px) {
  .intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: -115px;
    padding-top: 172px;
    padding-bottom: 54px;
  }
  .intro-inner {
    max-width: 400px;
    margin-inline: auto;
  }
  .intro__img {
    width: 368px;
  }
  .intro__scroll-down {
    position: absolute;
    bottom: -15px;
    right: 50%;
  }
}
/* service
------------------------------------------------------ */
.service {
  padding-top: 50px;
  padding-bottom: 33px;
  background: #F9F2E0;
}

.service__title {
  font-size: 21px;
  letter-spacing: 0.032em;
  line-height: 1.619047619;
  text-align: center;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
}
.service__list::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 268px;
  height: 310px;
  background: url("../images/service-img_left.jpg") left bottom/contain no-repeat;
  margin-right: 3px;
}
.service__list::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 230px;
  height: 349px;
  background: url("../images/service-img_right.jpg") right bottom/contain no-repeat;
  margin-left: 34px;
}

.service__link {
  display: block;
}
.service__link--01 {
  width: 54px;
}
.service__link--02 {
  width: 64px;
  margin-left: 30px;
  rotate: 6deg;
}
.service__link--03 {
  width: 96px;
  margin-left: 13px;
}
.service__link--04 {
  width: 66px;
  margin-left: 4px;
}
@media (any-hover: hover) {
  .service__link:hover {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.service__contact {
  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;
  margin-top: 34px;
}

.service__btn-copy {
  display: block;
  margin-bottom: 5px;
  width: 264px;
}

.service__btn {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  width: 289px;
  height: 76px;
  background: url("../images/service-btn.png") center/contain no-repeat;
}
@media (any-hover: hover) {
  .service__btn:hover {
    background-image: url("../images/service-btn_hover.png");
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 54px;
    padding-bottom: 52px;
  }
  .service-inner {
    max-width: 400px;
    margin-inline: auto;
  }
  .service__title {
    font-size: 20px;
    letter-spacing: -0.022em;
    line-height: 1.6;
  }
  .service__list {
    position: relative;
    margin-top: 100px;
  }
  .service__list::before {
    position: absolute;
    top: -96px;
    left: 0;
    width: 171px;
    height: 96px;
    background: url("../images/service-img_sp.png") center/contain no-repeat;
    margin-right: 0;
  }
  .service__list::after {
    display: none;
  }
  .service__link {
    display: block;
  }
  .service__link--01 {
    width: 54px;
  }
  .service__link--02 {
    width: 64px;
    margin-left: 30px;
    rotate: 6deg;
  }
  .service__link--03 {
    width: 96px;
    margin-left: 13px;
  }
  .service__link--04 {
    width: 66px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .service__link:hover {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width: 767px) {
  .service__contact {
    margin-top: 60px;
  }
}
/* モーダル */
.service-book {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 105px 90px 64px;
  width: 816px;
  height: 509px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-book--01 {
  background-image: url("../images/service-book_01.png");
}
.service-book--02 {
  background-image: url("../images/service-book_02.png");
}
.service-book--02 .service-book-inner {
  grid-template-areas: "body body" "nav nav";
}
.service-book--02 .service-book__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service-book--03 {
  background-image: url("../images/service-book_03.png");
}
.service-book--04 {
  background-image: url("../images/service-book_04.png");
}

.service-book-inner {
  display: grid;
  grid-template-areas: "body img" "nav nav";
  grid-template-rows: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  height: 100%;
}

.service-book__body {
  grid-area: body;
}

.service-book__title {
  font-size: 26px;
  line-height: 1.3076923077;
  letter-spacing: 0.008em;
  color: #7FB9BA;
}
.service-book__title + * {
  margin-top: 25px;
}

.service-book__list {
  font-weight: bold;
  letter-spacing: 0.01em;
}
.service-book__list > li::before {
  content: "◎";
  margin-right: 1em;
}
.service-book__list ul {
  margin-top: 15px;
}
.service-book__list ul > li {
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.6923076923;
}
.service-book__list ul > li::before {
  content: "・";
  margin-right: 0.5em;
}
.service-book__list ul + p {
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.6923076923;
}

.service-book__text {
  margin-top: 25px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.service-book__img {
  grid-area: img;
}
.service-book__img--01 {
  width: 251px;
}
.service-book__img--02 {
  grid-area: initial;
  position: absolute;
  right: 120px;
  top: 80px;
  width: 166px;
}
.service-book__img--03 {
  width: 326px;
}
.service-book__img--04 {
  width: 246px;
}

.service-book__nav {
  grid-area: nav;
}
.service-book__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-book__prev,
.service-book__next {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media (any-hover: hover) {
  .service-book__prev:hover,
  .service-book__next:hover {
    color: #707070;
  }
}

.service-book__prev {
  padding: 7px 10px 8px 42px;
  background: url("../images/icon_prev.svg") left 3px center/29px 15px no-repeat;
}

.service-book__next {
  padding: 7px 42px 8px 10px;
  background: url("../images/icon_next.svg") right 3px center/29px 15px no-repeat;
}

.service-book__close {
  position: absolute;
  top: 34px;
  right: 41px;
  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: 50px;
  height: 50px;
  padding: 0;
  background: none;
  cursor: pointer;
}
.service-book__close::before, .service-book__close::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100vmax;
  background: #707070;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.service-book__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-book__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  -webkit-filter: brightness(92%);
          filter: brightness(92%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

@media screen and (max-width: 767px) {
  .service-book {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-29%, -50%);
            transform: translate(-29%, -50%);
    padding: 56px 270px 38px 28px;
    width: 620px;
    height: 387px;
  }
  .service-book--02 .service-book__list {
    display: block;
  }
  .service-book-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .service-book__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 36px;
  }
  .service-book__title {
    font-size: 18px;
  }
  .service-book__title + * {
    margin-top: 25px;
  }
  .service-book__list {
    margin-top: 13px;
    font-size: 13px;
  }
  .service-book__list > li::before {
    content: "◎";
    margin-right: 1em;
  }
  .service-book__list > li + li {
    margin-top: 15px;
  }
  .service-book__list ul {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-book__list ul > li {
    font-size: 11px;
    line-height: 1.5454545455;
  }
  .service-book__list ul + p {
    padding-left: 10px;
    font-size: 11px;
    line-height: 1.5454545455;
  }
  .service-book__text {
    margin-top: 13px;
    font-size: 13px;
  }
  .service-book__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-inline: 36px;
    position: initial !important;
    width: auto !important;
  }
  .service-book__img img {
    aspect-ratio: 242/70;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-book__nav {
    width: 100%;
  }
  .service-book__prev,
  .service-book__next {
    font-size: 11px;
  }
  .service-book__close {
    top: 15px;
    right: 260px;
  }
}
/* price
------------------------------------------------------ */
.price {
  padding-top: 60px;
  padding-bottom: 70px;
}

.price-inner {
  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;
  gap: 20px;
}

.price__title {
  color: #7FB9BA;
  font-size: 26px;
  letter-spacing: 0.008em;
  line-height: 1.5;
}

.price__text {
  margin-top: 25px;
  letter-spacing: 0.01em;
}

.price__detail {
  margin-top: 44px;
}

.price__btn {
  display: inline-block;
  min-width: 200px;
  padding: 11px 60px 12px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.007em;
  line-height: 1;
  text-align: center;
  background: #DCD350 url("../images/icon_next-arrow.svg") right 24px center/30px 8px no-repeat;
}
@media (any-hover: hover) {
  .price__btn:hover {
    letter-spacing: 0.1em;
    background-color: #CDE4E4;
    background-position: right 20px center;
  }
}

.price__img {
  width: 202px;
}

@media screen and (max-width: 767px) {
  .price-inner {
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .price__body {
    display: contents;
  }
  .price__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .price__img {
    margin: 25px auto 0;
  }
}
/* about
------------------------------------------------------ */
.about {
  padding-top: 78px;
  padding-bottom: 60px;
  background: #FCF9F4;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.about__body {
  max-width: 480px;
}

.about__title {
  font-size: 23px;
  letter-spacing: 0.024em;
  line-height: 1.5652173913;
  color: #7FB9BA;
}

.about__text {
  margin-top: 20px;
  letter-spacing: 0.01em;
}

.about__head {
  margin-top: 12px;
}

.about__name {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #484747;
}
.about__name span {
  display: block;
  margin-top: -5px;
  margin-right: 12px;
  font-size: 36px;
  letter-spacing: 0.17em;
}

.about__img {
  display: block;
  margin-top: 46px;
  width: 293px;
}

@media screen and (max-width: 767px) {
  .about-inner {
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .about__body {
    margin-top: 30px;
  }
  .about__title {
    font-size: 23px;
    letter-spacing: 0.024em;
    line-height: 1.5652173913;
    color: #7FB9BA;
  }
  .about__text {
    margin-top: 20px;
    letter-spacing: 0.01em;
  }
  .about__head {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
  }
  .about__name {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.26em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #484747;
  }
  .about__name span {
    display: block;
    margin-top: -5px;
    margin-right: 12px;
    font-size: 36px;
    letter-spacing: 0.17em;
  }
  .about__img {
    margin-top: 0;
    width: 200px;
  }
}
/* access
------------------------------------------------------ */
.access {
  padding-top: 78px;
  padding-bottom: 66px;
}

.access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.access__title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.008em;
  line-height: 1.5652173913;
  color: #7FB9BA;
}

.access__text {
  margin-top: 22px;
  letter-spacing: 0.01em;
}

.access__info {
  margin-top: 28px;
  padding: 20px 35px 12px 20px;
  color: #666;
  background: #CDE4E4;
}
.access__info p {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.026em;
  line-height: 1;
}
.access__info address {
  margin-top: 9px;
  padding-left: 34px;
  background: url("../images/icon_location.svg") left center/28px 38px no-repeat;
}

.access__map {
  width: 342px;
}

@media screen and (max-width: 767px) {
  .access-inner {
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .access__map {
    width: 100%;
  }
}
/* contact
------------------------------------------------------ */
.contact {
  padding-top: 65px;
  padding-bottom: 80px;
  background: #FCF9F4;
}

.contact__title {
  color: #7FB9BA;
  font-size: 26px;
  letter-spacing: 0.006em;
  line-height: 1.3076923077;
  text-align: center;
}

.contact__text {
  margin-top: 25px;
  letter-spacing: 0.01em;
  text-align: center;
}/*# sourceMappingURL=top.css.map */