@charset "UTF-8";
body {
  background: #fff;
}

body.inview {
  background: #fff;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p,
a {
  color: #000;
  font-weight: 500;
  font-style: normal;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1.8;
}

p, span, a {
  font-size: 17px;
}
@media (max-width: 768px) {
  p, span, a {
    font-size: 15px;
  }
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #fff;
}
.top .main {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .top .main {
    margin: 0;
  }
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 1100px;
  width: 80%;
}
@media (max-width: 768px) {
  .top .top-first-view {
    margin-bottom: 40px;
    width: 100%;
  }
}
.top .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 600px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .top .heading__img__wrapper {
    max-height: none;
  }
}
.top .heading__img__wrapper .heading__img {
  margin-top: 0;
  min-width: 1400px;
}
@media (max-width: 768px) {
  .top .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
@media (min-width: 1400px) {
  .top .heading__img__wrapper .heading__img {
    max-width: none !important;
    width: 100vw !important;
  }
}
.top .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.top .fixed__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  text-align: right;
}
.top .fixed__wrapper .first-view-text {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (min-width: 1400px) {
  .top .fixed__wrapper .first-view-text {
    top: 160px;
  }
}
@media (max-width: 768px) {
  .top .fixed__wrapper .first-view-text {
    top: 120px;
  }
}
.top .fixed__wrapper .first-view-text .first-view-text-bg {
  display: block;
  color: #fff;
  font-size: 44px;
  font-family: "A1ゴシック B JIS2004";
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .fixed__wrapper .first-view-text .first-view-text-bg {
    font-size: 36px;
  }
}
.top .grand-open--img {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 180px;
}
@media (max-width: 768px) {
  .top .grand-open--img {
    bottom: -36px;
    left: 8px;
    width: 130px;
  }
}
.top .scroll__wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media (min-width: 1400px) {
  .top .scroll__wrapper {
    bottom: 80px;
  }
}
.top .scroll__wrapper span {
  position: relative;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.top .scroll__wrapper span::after {
  position: absolute;
  bottom: -128px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 120px;
  background: #4d7d37;
  content: "";
  transform-origin: top;
  -webkit-animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  mix-blend-mode: normal;
}
.top .scroll__wrapper span::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 1px);
  display: none;
  width: 8px;
  height: 8px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
@-webkit-keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
@keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.top section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
  background: none;
}
@media (max-width: 768px) {
  .top section {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 140px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.top section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top section .sec-heading {
    font-size: 28px;
  }
}
.top section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.top section .heading-mask01,
.top section .heading-mask02 {
  position: absolute;
  top: -16px;
  left: calc(50% - 22px);
  z-index: -1;
  max-width: 70px;
  width: 8%;
  height: 70px;
  background-color: #6cba5a;
  background-position: -100% -150%, 100% -150%;
  background-size: 150%;
  background-repeat: repeat-x;
  transform: translate(-50%, 0%);
  -webkit-mask-image: url(../img/common/heading-bg-mask01.png);
  mask-image: url(../img/common/heading-bg-mask01.png);
  -webkit-mask-position-y: center;
  mask-position-y: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .top section .heading-mask01,
.top section .heading-mask02 {
    width: 14%;
  }
}
.top section .heading-mask02 {
  top: -10px;
  left: calc(50% + 22px);
  z-index: -2;
  background-color: #fccf00;
  -webkit-mask-image: url(../img/common/heading-bg-mask02.png);
  mask-image: url(../img/common/heading-bg-mask02.png);
}
.top .section__youtube {
	    height: 450px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
	margin-top: 140px;
}
@media(max-width: 768px) {
	.top .section__youtube {
		margin-top: 90px;
			height: 220px;
	}
}
.top .section__youtube iframe {
	width: 100%;
	height: 450px;
}
@media(max-width: 768px) {
	.top .section__youtube iframe {
			height: 220px;
	}
}
.top .sec01 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top .sec01 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.top .sec01 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec01 .sec-heading {
  margin-bottom: 90px;
  color: #e1dcc2;
  font-size: 30px;
  font-family: "A1ゴシック B", "A1 Gothic B";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading {
    font-size: 26px;
    line-height: 1.6;
  }
}
.top .sec01 .sec-heading-desc {
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading-desc {
    font-size: 15px;
  }
}
.top .sec01 .flex {
  flex-direction: row-reverse;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .top .sec01 .flex {
    display: block;
  }
}
.top .sec01 .flex .sec-heading-desc {
  margin-top: 120px;
  margin-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
@media (max-width: 768px) {
  .top .sec01 .flex .sec-heading-desc {
    margin: 0 auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
.top .sec01 .flex .heading__wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .top .sec01 .flex .heading__wrapper {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%;
  }
}
.top .sec01 .flex .heading__wrapper .sec01-heading {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .top .sec01 .flex .heading__wrapper .sec01-heading {
    max-width: 240px;
	          margin: 0 auto;
        display: block;
  }
}
.top .sec01 .flex .heading__wrapper .heading--bg {
  position: absolute;
  top: -80px;
  display: block;
  color: #4d7d37;
  text-align: left;
  font-weight: 800;
  font-style: normal;
  font-size: 110px;
  font-family: "avenir-lt-pro", sans-serif;
  line-height: 1.2;
  opacity: 0.15;
}
.top .sec01 .flex .heading__wrapper .square--img01 {
  margin-top: 160px;
  transform: scale(1.15) translateX(5%);
}
.top .sec02 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top .sec02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec02 .heading__wrapper {
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec02 .heading__wrapper .sec-heading {
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec02 .heading__wrapper .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper .heading--bg {
    top: -42px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.top .sec02 .flex01 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 {
    display: block;
  }
}
.top .sec02 .flex01 .box {
  position: relative;
  width: calc(33.3333% - 24px);
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 24px 16px;
    padding-bottom: 8px;
    width: 100%;
  }
}
.top .sec02 .flex01 .box::before {
  position: absolute;
  top: -30%;
  left: calc(50% - 125px);
  z-index: -1;
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 32px;
  background-position: center;
  background-size: cover;
  content: "";
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
  }
}
.top .sec02 .flex01 .box:first-child::before {
  background-image: url(../img/top/sec02--box01-bg.jpg);
}
.top .sec02 .flex01 .box:nth-child(2) {
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box:nth-child(2) {
    margin-bottom: 30px;
  }
}
.top .sec02 .flex01 .box:nth-child(2)::before {
  background-image: url(../img/top/sec02--box02-bg.jpg);
}
.top .sec02 .flex01 .box:last-child::before {
  background-image: url(../img/top/sec02--box03-bg.jpg);
}
.top .sec02 .flex01 .box__heading__wrapper .sec-heading {
  margin-bottom: 30px;
  color: #3e3a39;
  text-align: center;
  font-size: 28px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box__heading__wrapper .sec-heading {
    margin-bottom: 0;
    font-size: 20px;
    transform: none;
  }
}
.top .sec02 .flex01 .box__heading__wrapper p {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box__heading__wrapper p {
    text-align: left;
  }
}
.top .sec02 .flex01 .box__heading__wrapper img {
  vertical-align: middle;
}
.top .sec02 .sec-heading {
  margin-bottom: 8px;
  color: #0c87ef;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading {
    margin-bottom: 0;
    font-size: 20px;
    transform: none;
  }
}
.top .sec02 .sec-heading-desc {
  margin-bottom: 30px;
  color: rgba(8, 120, 219, 0.7);
  font-weight: 700;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading-desc {
    margin-bottom: 0;
  }
}
.top .sec03 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top .sec03 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.top .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .top .sec03 .fixed__wrapper {
    max-width: 1400px;
  }
}
.top .sec03 .heading__wrapper {
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper {
    margin-bottom: 70px;
  }
}
.top .sec03 .heading__wrapper .sec-heading {
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec03 .heading__wrapper .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper .heading--bg {
    top: -42px;
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.top .sec03 .swiper-container--wrapper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-container--wrapper {
    overflow: visible;
  }
}
.top .sec03 .swipers {
  position: relative;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-wrapper {
    display: block;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .top .sec03 .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding: 16px !important;
    border-radius: 16px;
    box-shadow: 3px 3px 10px rgba(11, 11, 11, 0.3);
  }
}
.top .sec03 .swiper-button-prev-left {
  position: absolute;
  top: calc(50% - 60px);
  left: -70px;
  width: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-button-prev-left {
    top: calc(50% - 16px);
    left: -16px;
    z-index: 2;
    display: none;
  }
}
@media (max-width: 768px) {
  .top .sec03 .swiper-button-prev-left-pc {
    display: none;
  }
}
.top .sec03 .swiper-button-next-right {
  position: absolute;
  top: calc(50% - 60px);
  right: -70px;
  width: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-button-next-right {
    top: calc(50% - 16px);
    right: -16px;
    z-index: 2;
    display: none;
  }
}
@media (max-width: 768px) {
  .top .sec03 .swiper-button-next-right-pc {
    display: none;
  }
}
.top .sec03 .swiper-slide {
  position: relative;
  display: block;
  cursor: pointer;
}
.top .sec03 .swiper-slide:hover .slide-img {
  transform: scale(1.05);
}
.top .sec03 .swiper-slide:hover .icon {
  transform: translateX(12px);
}
.top .sec03 .swiper-slide::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 1px;
  background: #4d7d37;
  content: "";
  mix-blend-mode: color-dodge;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-slide::before {
    display: none;
  }
}
.top .sec03 .swiper-slide .slide-img__wrapper {
  overflow: hidden;
  border-radius: 24px;
}
.top .sec03 .swiper-slide .slide-img {
  border-radius: 24px;
  vertical-align: middle;
  transition: 0.4s;
}
.top .sec03 .swiper-slide h3 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4e7d37;
  text-align: center;
  font-size: 19px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec03 .swiper-slide h3 {
    text-align: left;
    font-size: 15px;
  }
}
.top .sec03 .swiper-slide p {
  margin-top: 8px;
  margin-bottom: -12px;
  text-align: left;
  font-size: 15px;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-slide p {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.top .sec03 .swiper-slide .icon {
  margin-right: 12px;
  width: 60px;
  transition: 0.15s;
  transition-timing-function: ease-out;
}
@media (max-width: 768px) {
  .top .sec03 .swiper-slide .icon {
    width: 44px;
  }
}
.top .sec04 {
  padding: 60px 0;
  padding-top: 40px;
  padding-bottom: 120px;
  height: 900px;
  background: url(../img/top/sec04--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec04 {
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
  }
}
.top .sec04 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec04 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec04 .box {
  position: absolute;
  max-width: 440px;
  width: 50%;
}
@media (max-width: 768px) {
  .top .sec04 .box {
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .box .text-box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 16px 4px;
    height: 102px;
    background: rgba(11, 11, 11, 0.4);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top .sec04 .box .text-box h3 {
    margin: 0;
    width: 30%;
    color: #fff;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .box .text-box p {
    margin: 0;
    width: 55%;
    color: #fff;
    text-align: left;
    font-size: 13px;
  }
}
.top .sec04 .box .text-box .icon {
  width: 44px;
}
.top .sec04 .box01 {
  top: 0;
  left: 100px;
	    z-index: 2;
}
.top .sec04 .box02 {
  top: 90px;
  right: 100px;
	z-index: 2;
}
.top .sec04 .box03 {
  top: 370px;
  left: 280px;
}
.top .sec04 .bg {
  position: absolute;
  opacity: 0.8;
}
.top .sec04 .bg01 {
  top: -200px;
  right: -660px;
  width: 600px;
}
.top .sec04 .bg02 {
  right: -670px;
  bottom: -480px;
  width: 1020px;
}
.top .sec04 .bg03 {
  bottom: -210px;
  left: -655px;
  width: 900px;
}
.top .sec04 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec04 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec04 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec04 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec04 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec04 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec04 h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  .top .sec04 h3 {
    font-size: 24px;
  }
}
.top .sec04 h3 .font-size--small {
  font-size: 18px;
}
@media (max-width: 768px) {
  .top .sec04 h3 .font-size--small {
    font-size: 16px;
  }
}
.top .sec04 .bg--yellow.border-radius32 {
  margin: 0 auto;
  padding: 4px 0;
  max-width: 300px;
  width: 80%;
  border-radius: 32px;
  background: #ffeb96;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: -0.03em;
  font-size: 22px;
}
@media (max-width: 768px) {
  .top .sec04 .bg--yellow.border-radius32 {
    padding: 8px 0;
    max-width: 240px;
    font-size: 18px;
  }
}
.top .sec04 .desc {
  margin: 12px auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .top .sec04 .desc {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper {
    overflow: scroll;
    width: auto;
  }
  .top .sec04 .price__wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
  }
}
.top .sec04 .price__wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper img {
    width: 150%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper .price--month {
    width: 200%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper .price--meething {
    width: 225%;
  }
}
.top .sec04 .price--month__wrapper {
  margin-bottom: 60px;
}
.top .sec04 .desc02 {
  margin-bottom: -10px;
}
.top .sec04 .flex {
  justify-content: center;
}
@media (max-width: 768px) {
  .top .sec04 .flex {
    display: block;
  }
}
.top .sec04 .flex .bg--yellow {
  margin-right: 30px;
  padding: 0px 24px;
  border-radius: 32px;
  background: #f5cd28;
}
@media (max-width: 768px) {
  .top .sec04 .flex .bg--yellow {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 40px;
    background: #ffeb96;
    color: #6f6052;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top .sec04 .flex .box {
    display: flex;
    justify-content: center;
  }
}
.top .sec04 .flex .box p {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .top .sec04 .flex .box p {
    margin-right: 10px;
    font-size: 13px;
  }
}
.top .sec04 .bg--yellow.border-radius32.meething-price--heading {
  margin-bottom: 28px;
}
.top .sec04 .text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 3;
  line-height: 1.8;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .top .sec04 .text {
    font-size: 14px;
  }
}
.top .sec04 .link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 12px 3em;
  max-width: 300px;
  width: 60%;
  border: 2.5px solid #0884ed;
  border-radius: 32px;
  background: #fff;
  color: #0884ed;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(25, 25, 25, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(25, 25, 25, 0.3));
}
@media (max-width: 768px) {
  .top .sec04 .link-btn {
    padding: 6px 1em;
    max-width: 250px;
    border: none;
  }
}
.top .sec04 .link-btn:last-child {
  margin-bottom: 0;
}
.top .sec04 .link-btn:hover {
  background: #0884ed;
  color: #fff;
  opacity: 1;
}
.top .sec04 .link-btn:hover .icon--link {
  display: none;
}
.top .sec04 .link-btn:hover .icon--link--hover {
  display: inline-block;
}
.top .sec04 .link-btn .icon--link {
  margin-left: 0.5em;
  width: 1.2em;
  transform: translateY(16%);
}
.top .sec04 .link-btn .icon--link--hover {
  display: none;
}
.top .sec05 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.top .sec05 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec05 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec05 .heading__wrapper {
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .top .sec05 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec05 .heading__wrapper .sec-heading {
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec05 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec05 .heading__wrapper .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .top .sec05 .heading__wrapper .heading--bg {
    top: -42px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.top .sec05 .news--wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 760px;
}
.top .sec05 .news--wrapper .news--article {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 2em;
  border-bottom: solid #000 0.7px;
}
@media (max-width: 768px) {
  .top .sec05 .news--wrapper .news--article {
    display: block;
    padding: 12px 1em;
  }
}
.top .sec05 .news--wrapper .news--article:hover .icon {
  transform: translateX(16px);
}
.top .sec05 .news--wrapper .news--article time {
  margin-right: 3em;
}
@media (max-width: 768px) {
  .top .sec05 .news--wrapper .news--article time {
    display: block;
    margin: 0;
    width: 100%;
    color: #4e7d37;
    text-align: left;
    font-size: 14px;
  }
}
.top .sec05 .news--wrapper .news--article .title {
  margin: 0;
}
@media (max-width: 768px) {
  .top .sec05 .news--wrapper .news--article .title {
    width: 85%;
    text-align: left;
    font-size: 15px;
  }
}
.top .sec05 .news--wrapper .news--article .icon {
  position: absolute;
  right: 16px;
  width: 44px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec05 .news--wrapper .news--article .icon {
    position: absolute;
    bottom: 8px;
    width: 44px;
  }
}
.top .sec05 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  margin-bottom: 60px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .top .sec05 .flex {
    display: block;
  }
}
.top .sec05 .flex .box--img {
  min-width: 240px;
  width: calc(33% - 24px);
}
@media (max-width: 768px) {
  .top .sec05 .flex .box--img {
    width: 100%;
  }
}
.top .sec05 .flex .box--text {
  width: calc(67% - 24px);
}
.top .sec05 .flex .box--text p:first-child {
  margin: 40px 0 70px 0;
}
.top .sec05 .flex .box--text p:nth-child(2) {
  margin: 0 0 28px 0;
}
.top .sec05 .flex .box--text p:nth-child(3) {
  margin: 0 0 28px 0;
}
.top .sec05 .flex .box--text p:nth-child(4) {
  margin-bottom: 26px;
}
.top .sec05 .link-btn__wrapper {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.top .sec05 .link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 2px 0;
  max-width: 200px;
  width: 100%;
  border-radius: 32px;
  background: #ffefa9;
  color: #666666;
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec05 .link-btn {
    margin: 0 auto;
    padding: 8px 0px;
    max-width: 220px;
    font-size: 16px;
  }
}
.top .sec05 .link-btn:hover {
  opacity: 1 !important;
  transform: translateY(4px);
}
.top .sec06 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top .sec06 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top .sec06 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec06 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec06 .sec-heading {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec06 .sec-heading {
    font-size: 22px;
  }
}
.top .sec06 .rule--box {
  overflow: scroll;
  box-sizing: border-box;
  /* color: #000; */
  padding: 32px 48px;
  height: 360px;
  border-radius: 32px;
  background: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec06 .rule--box {
    padding: 16px 16px;
    height: 240px;
  }
}
.top .sec06 .rule--box p {
  color: #000;
}
.top .sec07 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top .sec07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec07 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec07 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec07 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec07 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec07 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec07 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec07 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec07 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec07 .sec-heading--desc.color--white {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec07 .sec-heading--desc.color--white {
    font-size: 15px;
  }
}
.top .sec07 .map__wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top .sec07 .map__wrapper {
    margin-bottom: 40px;
  }
}
.top .sec07 .text__wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.top .sec07 h3 {
  margin-bottom: 0;
  color: #e1dcc2;
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec07 h3 {
    font-size: 20px;
  }
}
.top .sec07 .color--white {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .top .sec07 .color--white {
    font-size: 15px;
  }
}
.top .sec08 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #5a4c3e;
}
@media (max-width: 768px) {
  .top .sec08 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec08 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec08 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec08 .sec-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec08 .sec-heading {
    font-size: 26px;
  }
}
.top .sec08 .sec-heading .icon {
  margin-right: 0.6em;
  width: 1.2em;
  height: 1.2em;
}
.top .sec08 .flex {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 640px;
}
.top .sec08 .flex .box {
  width: calc(33.3333% - 16px);
}
.top .sec09 .box--img {
  display: block;
  padding: 90px 0;
  background: url(../img/top/sec09--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec09 .box--img {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .top .sec09 .box--img h2 {
    font-size: 22px;
  }
}

.wrapper {
  position: relative;
}
.wrapper .bg__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper {
    display: none;
  }
}
.wrapper .bg__wrapper .bg {
  position: absolute;
  z-index: -1;
}
.wrapper .bg__wrapper .bg__wrapper__left {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg01 {
  top: 760px;
  left: -40px;
  width: 220px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg01 {
    top: 550px;
    left: -80px;
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg01 {
    top: 960px;
    left: -50px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg02 {
  top: 960px;
  left: -200px;
  width: 280px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg02 {
    top: 860px;
    left: -70px;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg02 {
    top: 1160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg03 {
  top: 3200px;
  left: -290px;
  width: 80px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg03 {
    top: 1250px;
    left: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg04 {
  top: 3580px;
  left: -80px;
  width: 140px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg04 {
    top: 1700px;
    left: -90px;
    width: 170px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg05 {
  top: 5400px;
  left: -110px;
  width: 170px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg05 {
    top: 2400px;
    left: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg06 {
  top: 5100px;
  left: -240px;
  width: 180px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg06 {
    top: 2900px;
    left: -80px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg07 {
  top: 6400px;
  left: -140px;
  width: 140px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg08 {
  top: 8000px;
  left: -260px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg09 {
  top: 10600px;
  left: -60px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg01 {
  top: 2950px;
  right: 20px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg01 {
    top: 680px;
    right: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg02 {
  top: 5000px;
  right: -120px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg02 {
    top: 1050px;
    right: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg03 {
  top: 5280px;
  right: -20px;
  width: 160px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg03 {
    top: 1550px;
    right: -60px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg04 {
  top: 5400px;
  right: -120px;
  width: 90px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg04 {
    top: 2300px;
    right: -60px;
    width: 140px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg05 {
  top: 5500px;
  right: -70px;
  width: 150px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg05 {
    top: 2650px;
    right: -60px;
    width: 190px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg06 {
  top: 7100px;
  right: -40px;
  width: 120px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg07 {
  top: 8000px;
  right: -120px;
  width: 60px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg08 {
  top: 9000px;
  right: -180px;
  width: 100px;
}