@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.svg {
  position: absolute;
  width: 0;
  height: 0;
}

img {
  max-width: 100%;
}

.yellow {
  color: #f8ef14;
}
.yellow__under {
  position: relative;
}
.yellow__under::after {
  content: "";
  position: absolute;
  background-color: #FCF893;
  height: 1.2rem;
  width: 100%;
  bottom: 7px;
  left: 0;
  z-index: -1;
}

.btn {
  padding-top: 8.6rem;
  padding-bottom: 8rem;
}
.btn__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn__text {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 3px;
  color: #23524F;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.btn__text::before {
  content: "";
  position: absolute;
  position: absolute;
  width: 58.7rem;
  height: 7.4rem;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(25px);
  z-index: -1;
}
.btn a {
  background-color: #23524F;
  border-radius: 26px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
  padding: 5.4rem 10.1rem 5.5rem 3.9rem;
  margin-top: 3.1rem;
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.24);
  position: relative;
  transition: 0.3s;
}
.btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 66px;
  right: 38px;
  top: 4.58vw;
  right: 2.63vw;
  border-style: solid;
  border-width: 18px 0 18px 36px;
  border-color: transparent transparent transparent #FFFFFF;
}
.btn a:hover {
  opacity: 0.6;
}

.section-title {
  background-color: #C0C04E;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
.section-title h3 {
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.section-title__en {
  font-size: 6.8rem;
  font-family: "Pridi", serif;
  font-weight: 400;
}
.section-title__num {
  font-size: 6.2rem;
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv {
  position: relative;
}
.mv::after {
  content: "";
  background-image: url(../image/mv_bg.png);
  background-position: left bottom;
  position: absolute;
  width: 100%;
  height: 81.3rem;
  z-index: -1;
  top: 0;
  left: 0;
}
.mv__inner {
  max-width: 102.6rem;
  height: 81.3rem;
  padding-top: 3rem;
  margin: 0 auto;
  position: relative;
}
.mv__text01 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #23524F;
}
.mv__text01 span {
  font-size: 3.8rem;
}
.mv__title img {
  width: 63.508rem;
}
.mv__small-title {
  font-size: 8.6rem;
}
.mv__en {
  font-size: 13.5rem;
  font-family: "Pridi", serif;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 1.6rem;
}
.mv__text-wrap {
  width: 59.6rem;
}
.mv__text02 {
  background: #78B954 url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#clip01);
  clip-path: url(#clip01);
  display: block;
  height: 6.7rem;
  width: 100%;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mv__text02:nth-child(n+2) {
  margin-top: 2.6rem;
}
.mv__img {
  width: 69.2rem;
  height: 82.2rem;
  width: 48.05vw;
  height: 57.08vw;
  max-width: 69.2rem;
  max-height: 82.2rem;
  position: absolute;
  bottom: 0;
  right: -300px;
  right: -18.4vw;
}
.mv__img img {
  width: 100%;
  height: 100%;
}

.btn-bg {
  position: relative;
}
.btn-bg::after {
  content: "";
  background-image: url(../image/btn-bg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 463px;
  top: -35px;
  z-index: -2;
}

.nayami {
  padding-top: 6.9rem;
  padding-bottom: 23.1rem;
  position: relative;
}
.nayami::before {
  content: "";
  position: absolute;
  background: linear-gradient(#737373, rgba(217, 217, 217, 0));
  background: linear-gradient(180deg, #737373 3.65%, rgba(217, 217, 217, 0) 100%);
  top: 0;
  height: 116.8rem;
  width: 100%;
}
.nayami::after {
  content: "";
  position: absolute;
  background-image: url(../image/nayami-bg.png);
  bottom: 0;
  width: 100%;
  height: 68.4rem;
  z-index: -1;
}
.nayami__inner {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.nayami__title {
  color: #fff;
  font-size: 5.8rem;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 6px;
  position: relative;
}
.nayami__title span {
  font-size: 6.4rem;
}
.nayami__text01, .nayami__text02, .nayami__text03 {
  background: #fff url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#clip02);
  clip-path: url(#clip02);
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #3B3B3B;
}
.nayami__text01 {
  height: 22.1rem;
  width: 66.5rem;
  padding: 6.8rem 11.1rem 4.9rem 7.7rem;
  margin-top: 8.3rem;
  margin-left: 26.9rem;
}
.nayami__text02 {
  height: 19.3rem;
  width: 60.6rem;
  padding: 7rem 6.3rem 7rem 7.5rem;
  margin-top: 2.3rem;
  margin-left: 18.8rem;
}
.nayami__text03 {
  height: 15.1rem;
  width: 51.1rem;
  padding: 5.5rem 7rem 4rem 4.5rem;
  margin-top: 2.3rem;
  margin-left: 34.6rem;
  position: relative;
  z-index: 1;
}
.nayami__img {
  width: 46rem;
  height: 51.7rem;
  position: absolute;
  bottom: 0;
  right: 237.64px;
  right: 16.5vw;
  width: 31.9vw;
  height: 35.9vw;
  max-width: 46rem;
  max-height: 51.7rem;
}
.nayami__img img {
  width: 100%;
  height: 100%;
}
.nayami__moya {
  position: absolute;
  width: 7.5rem;
  height: 15.1rem;
  top: 18.8rem;
  right: 24.5rem;
  right: 17vw;
  z-index: -1;
}

.annai {
  margin-top: 7.3rem;
}
.annai__triangle01, .annai__triangle02 {
  display: block;
  margin: 0 auto;
}
.annai__triangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 33px 0 33px;
  border-color: #D9D9D9 transparent transparent transparent;
}
.annai__triangle02 {
  margin-top: 3.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 50px 0 50px;
  border-color: #D9D9D9 transparent transparent transparent;
}
.annai__text {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8.3rem;
}
.annai__text img {
  width: 46.2rem;
  height: 12.3rem;
}
.annai__text-num {
  font-size: 4.8rem;
}
.annai__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.7rem;
}

.reason {
  position: relative;
}
.reason::after {
  content: "";
  background-image: url(../image/reason-bg.png);
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reason__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.reason__items {
  margin-top: 7.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason__text {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 2.1;
  text-align: center;
  margin-top: 39.1rem;
  position: relative;
  width: 100%;
  background: #fff url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#clip03);
  clip-path: url(#clip03);
  padding-top: 26.3rem;
  margin-bottom: 13.8rem;
}

.reason-item {
  width: calc(50% - 4rem);
  border: 13px solid;
  -o-border-image: linear-gradient(to right, #98A136, #ABB041, #C0C04E) 1;
     border-image: linear-gradient(to right, #98A136, #ABB041, #C0C04E) 1;
  background-color: #fff;
}
.reason-item:nth-child(n+3) {
  margin-top: 10.9rem;
}
.reason-item__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-top: 3.9rem;
}
.reason-item__img {
  margin: 2.5rem auto 0;
  padding: 0 3.1rem;
  width: 37.2rem;
  height: 22.8rem;
  width: 25.8vw;
  height: 15.8vw;
  max-width: 37.2rem;
  max-height: 22.8rem;
}
.reason-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-item__text {
  margin-top: 6.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  padding: 0 1.6rem 1.6rem;
}

.flow {
  background-color: #FFFCEB;
  padding-bottom: 12rem;
}
.flow__title {
  padding-top: 2.3rem;
  padding-bottom: 2.2rem;
}
.flow__title h3 {
  letter-spacing: 8px;
}
.flow__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.flow__items {
  margin-top: 14.2rem;
}

.flow-item {
  border: 3px solid #23524F;
  position: relative;
}
.flow-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 59px 65px 0 65px;
  border-color: #23524F transparent transparent transparent;
  bottom: -27%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.flow-item:last-child::after {
  content: none;
}
.flow-item:nth-child(n+2) {
  margin-top: 15.4rem;
}
.flow-item__title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  background-color: #23524F;
  display: flex;
  align-items: center;
  padding: 1.7rem 4rem 1.7rem 3.543rem;
  padding: 0 4rem 1.7rem 3.543rem;
}
.flow-item__en-title {
  font-size: 4.2rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-right: 2.5rem;
  padding-top: 1rem;
}
.flow-item__num-title {
  font-size: 6.2rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -3px;
  margin-right: 8.1rem;
}
.flow-item__box {
  display: flex;
  align-items: center;
  gap: 6.6rem;
  background-color: #fff;
  padding: 4.8rem 3.6rem 4.7rem 4.7rem;
}
.flow-item__img {
  width: 33rem;
  height: 33rem;
}
.flow-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.flow-item__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  width: 51.7%;
  text-align: justify;
}

.voice {
  position: relative;
}
.voice::after {
  content: "";
  background-image: url(../image/voice-bg.png);
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.voice__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.voice__items {
  margin-top: 7.4rem;
  margin-bottom: 20rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.voice-item {
  border: 1px solid #ABB041;
  background-color: #fff;
  padding: 3.8rem 0 2rem;
}
.voice-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 0 1rem;
}
.voice-item__title::after {
  content: "";
  position: absolute;
  width: 12.7rem;
  height: 1px;
  background-color: #ABB041;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.voice-item__img {
  margin-top: 4.6rem;
  margin-right: auto;
  margin-left: auto;
  width: 12.7rem;
  height: 14.6rem;
}
.voice-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-item__text {
  margin-top: 2.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 2.5rem;
  text-align: justify;
}

.syokai {
  padding: 10.9rem 0;
}
.syokai__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.syokai__img {
  width: 100%;
}
.syokai__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.syokai__img:nth-child(n+2) {
  margin-top: 10.9rem;
}

.kakaku {
  padding-top: 10.9rem;
  padding-bottom: 26.6rem;
  padding-bottom: 3.6rem;
}
.kakaku__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.kakaku__img {
  width: 100%;
}
.kakaku__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kakaku__img:nth-child(n+2) {
  margin-top: 10.9rem;
}
.kakaku__text {
  width: 100%;
  background: #FAFCF3 url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#clip03);
  clip-path: url(#clip03);
  padding-top: 26.3rem;
  text-align: center;
  font-size: 6.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  padding-top: 38.6rem;
  height: 80rem;
}

.conversion {
  margin-top: -30rem;
  background: linear-gradient(to bottom, #FAFCF3, rgba(192, 192, 78, 0));
}
.conversion__inner {
  margin: 0 auto;
  position: relative;
}
.conversion__text {
  text-align: center;
  font-size: 6.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.conversion__big-text {
  font-size: 6.8rem;
}
.conversion__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conversion__flex img {
  width: 50.9rem;
  height: auto;
}
.conversion__img {
  width: 100%;
  margin-top: 7rem;
}
.conversion__img img {
  width: 100%;
  height: 100%;
}
.conversion__text-img {
  position: absolute;
  width: 86.7rem;
  bottom: 52.9rem;
  right: 0;
}
.conversion__text02 {
  font-size: 5.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #3B3B3B;
  text-align: center;
}
.conversion__text02 span {
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #23524F, #ABB041, #C0C04E);
     border-image: linear-gradient(to right, #23524F, #ABB041, #C0C04E);
  border-image-slice: 1;
  padding: 0 4rem;
}

.faq {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 21.7rem;
}
.faq::after {
  content: "";
  background-image: url(../image/faq-bg.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.faq__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #3B3B3B;
  letter-spacing: 6px;
  position: relative;
  z-index: 1;
}
.faq__title span {
  font-size: 10rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 26px;
  text-transform: uppercase;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.faq__items {
  margin-top: 9rem;
}

.faq-item dl {
  padding: 3.7rem 11.2rem 5.3rem 3.3rem;
  background-color: #fff;
}
.faq-item dl:nth-of-type(n+2) {
  margin-top: 10.6rem;
}
.faq-item dt,
.faq-item dd {
  position: relative;
  display: flex;
}
.faq-item dt {
  align-items: center;
  margin-bottom: 6.5rem;
}
.faq-item dt::before {
  content: "";
  position: absolute;
  background-color: #C0C04E;
  border-radius: 50%;
  width: 6.3rem;
  height: 6.3rem;
  top: -1rem;
}
.faq-item dt::after {
  content: "Q";
  position: absolute;
  color: #23524F;
  font-size: 4.2rem;
  font-family: "Pridi", serif;
  font-weight: 600;
  top: -1.2rem;
  left: 1.7rem;
}
.faq-item dt p {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #3B3B3B;
  padding-left: 11.8rem;
}
.faq-item dd::before {
  content: "";
  position: absolute;
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 6.3rem;
  height: 6.3rem;
  top: -1rem;
}
.faq-item dd::after {
  content: "A";
  position: absolute;
  color: #23524F;
  font-size: 4.2rem;
  font-family: "Pridi", serif;
  font-weight: 600;
  top: -1.2rem;
  left: 1.7rem;
}
.faq-item dd p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3B3B3B;
  padding-left: 11.8rem;
}

.footer {
  padding-top: 20.2rem;
}
.footer__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 22rem;
}
.footer__line {
  background-color: #C0C04E;
  width: 100%;
  height: 12.3rem;
  margin-top: 14.2rem;
}

.greeting {
  background-image: url(../image/mv_bg.png);
  text-align: center;
  padding: 7rem 9rem;
}
.greeting__img {
  width: 37.8rem;
  height: 37.8rem;
  margin: 0 auto;
}
.greeting__img img {
  width: 100%;
  height: 100%;
}
.greeting__name {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #3B3B3B;
  margin-top: 4.3rem;
}
.greeting__name span {
  font-size: 2.6rem;
}
.greeting__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  margin-top: 6.2rem;
}

.adress {
  margin-top: 14rem;
  text-align: center;
}
.adress img {
  width: 43.7rem;
}
.adress__adress {
  margin-top: 3.7rem;
  color: #3B3B3B;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  width: 46.7rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.adress__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3B3B3B;
  margin-top: 3.9rem;
}

/*# sourceMappingURL=style.css.map */