@charset "utf-8";

/* -------------------------------------
共通パーツ
------------------------------------- */
.sec {
  width: 100%;
  max-width: 1280px;
  padding: clamp(67px, 6.805vw, 98px) 0 clamp(67px, 6.666vw, 96px);
  margin: 0 auto 38px;
  border-radius: 46px;
  background: #fff;
}
.sec:last-child {
  margin-bottom: 0;
}
.sec__inner {
  width: 92%;
  max-width: 984px;
  margin: 0 auto;
}
.sec__ttl {
  margin-bottom: 44px;
}
.sec__ttl-big {
  padding-top: clamp(30px, 4.166vw, 60px);
  margin-bottom: clamp(60px, 6.944vw, 100px);
  font-size: clamp(25px, 3.2638vw, 47px);
  font-weight: 500;
  text-align: center;
  color: #00a461;
}
.sec__ttl-sub {
  margin-bottom: 38px;
}
.sec__txt {
  font-size: clamp(14px, 1.388vw, 20px);
  line-height: 1.8;
}
.sec__txt:last-child {
  margin-bottom: 0;
}
.bg-yellow {
  background: #f1f5d6;
}
.bg-green {
  background: #dbf2e9;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    max-width: 255px;
    margin: 0 auto 30px;
  }
  .sec__ttl-sub {
    max-width: 255px;
    margin: 0 auto 20px;
  }
}
/* -------------------------------------
fv
------------------------------------- */

/* -------------------------------------
about
------------------------------------- */

.about__txt {
  margin-bottom: 42px;
  font-weight: 500;
  text-align: center;
}
.about__gallery {
  margin-bottom: 66px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: repeat(4, 1fr); */
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.about__galleryPic01 {
  grid-area: 1 / 1 / 3 / 3;
}
.about__galleryPic02 {
  grid-area: 1 / 3 / 3 / 4;
}
.about__galleryPic03 {
  grid-area: 1 / 4 / 3 / 5;
}
.about__galleryPic04 {
  grid-area: 3 / 1 / 4 / 3;
}
.about__galleryPic05 {
  grid-area: 4 / 1 / 5 / 3;
}
.about__galleryPic06 {
  grid-area: 3 / 3 / 5 / 5;
}
.about__gallery img {
}
.about__video {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 4%;
  row-gap: 2.5vw;
}
.about__videoWrap {
  width: 48%;
  cursor: pointer;
}
.youtube {
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about__cap {
  margin-top: 19px;
  font-size: clamp(14px, 1.388vw, 20px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__video {
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 9.5vw;
  }
  .about__videoWrap {
    width: 100%;
  }
  .about__gallery {
    margin-bottom: 0;
  }
}

/* -------------------------------------
point
------------------------------------- */
.point .sec__ttl {
  margin-bottom: 65px;
}
.point__catch {
  margin-bottom: 30px;
  font-size: clamp(17px, 2.152vw, 31px);
  font-weight: 500;
  text-align: center;
  color: #00a461;
}
.point__container {
  margin-bottom: 71px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 3%;
}
.point__box {
  width: 49%;
}
.point__cap {
  margin-top: 14px;
  font-size: clamp(16px, 1.805vw, 26px);
  font-weight: 500;
  text-align: center;
  color: #00a461;
}
.point__txt-big {
  font-size: clamp(20px, 2.777vw, 40px);
  font-weight: 500;
  text-align: center;
  color: #00a461;
}
.point__txt-big.mb {
  margin-bottom: 120px;
}
.point__green {
  max-width: 893px;
  padding: 41px 15px 42px;
  margin: 0 auto 53px;
  background: #00a461;
  border-radius: 30px;
  position: relative;
}
.point__deco01 {
  position: absolute;
  top: -4.5vw;
  left: 3vw;
  width: 135px;
  width: 15%;
}
.point__deco02 {
  position: absolute;
  bottom: -3vw;
  left: 2vw;
  width: 15%;
}
.point__deco03 {
  position: absolute;
  top: -3vw;
  right: 2.8vw;
  width: 15%;
}
.point__deco04 {
  position: absolute;
  bottom: -4vw;
  right: 3vw;
  width: 15%;
}
.point__greenTxt {
  font-size: clamp(17px, 2.777vw, 31px);
  font-weight: 800;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.point__pic {
  margin-bottom: 63px;
}
.point__instaLink {
  display: block;
  width: fit-content;
  margin: 0 auto 51px;
  padding-left: 29px;
  font-size: clamp(16px, 2.0138vw, 29px);
  font-size: 29px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.point__instaLink::before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url(../imgs/insta.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .point__container {
    flex-direction: column;
    row-gap: 5vw;
  }
  .point__box {
    width: 100%;
  }
  .point__deco01 {
    width: 21%;
    top: -4.5vw;
    left: 4vw;
  }
  .point__deco02 {
    width: 21%;
    bottom: -7vw;
    left: 0vw;
  }
  .point__deco03 {
    width: 21%;
  }
  .point__deco04 {
    width: 21%;
    bottom: -7vw;
    right: 1vw;
  }
  .point__pic {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .point__instaLink {
    font-size: 20px;
  }
  .point__instaLink::before {
    width: 30px;
    height: 30px;
  }
}

/* -------------------------------------
enjoy
------------------------------------- */
.enjoy__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
}
.enjoy__box {
  width: 27.7%;
}
.enjoy__arrow {
  width: 1.5%;
}
@media screen and (max-width: 768px) {
  .enjoy__container {
    max-width: 200px;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 2vw;
  }
  .enjoy__box {
    width: 100%;
  }
  .enjoy__arrow {
    width: 10%;
    transform: rotate(90deg);
  }
}

/* -------------------------------------
hint
------------------------------------- */
.hint__container {
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hint__box {
  width: 25%;
}
.hint__box .img {
  width: 96%;
}
.hint__ttl {
  min-height: 48px;
  margin: 20px 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.319vw, 19px);
  line-height: 1.22;
  text-align: center;
  color: #00a461;
}
.hint__txt {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .hint__container {
    flex-direction: column;
    row-gap: 10vw;
  }
  .hint__box {
    width: 100%;
    max-width: 250px;
    max-width: none;
    margin: 0 auto;
  }
  .hint__box .img {
    max-width: 250px;
    margin: 0 auto;
  }
  .hint__ttl {
    min-height: auto;
    margin: 13px 0;
  }
}
