@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #534741;
  -webkit-font-smoothing: antialiased;
  background-color: #fdf0dc;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (min-width: 1024px) {
  .wrap {
    max-width: 1000px;
  }
}

.wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 1512px) {
  .wrapper {
    padding: 50px 4% 0;
    width: 100%;
    max-width: 1512px;
  }
}

.section-title {
  text-align: center;
  font-size: clamp(3.2rem, 5vw, 8rem);
  font-weight: 900;
  margin-bottom: 5rem;
}
.section-title img {
  margin: 0 auto;
  max-width: 860px;
}

.btn {
  display: block;
  margin: 30px auto 15px;
  width: 100%;
  max-width: 500px;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 30px;
  text-align: center;
  transition: transform 0.3s ease, border-bottom-width 0.3s ease;
  cursor: pointer;
}
.btn.btn-brown {
  padding: 0.8rem 2em;
  border: 2px solid #534741;
  color: #ffffff;
  background-color: #534741;
}
.btn.btn-brown::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../images/ic-blank.svg);
  background-repeat: no-repeat;
}
.btn.btn-brown:hover {
  transform: translateY(3px);
  border-width: 2px;
}
.btn.btn-white {
  padding: 5px 11px;
  color: #534741;
  background-color: #ffffff;
}
.btn.btn-white::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../images/ic-blank-brown.svg);
  background-repeat: no-repeat;
}
.btn.btn-white:hover {
  transform: translateY(3px);
  border-width: 2px;
}

main {
  position: relative;
}
@media screen and (min-width: 1024px) {
  main {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1512px) {
  main {
    width: 100%;
    max-width: 1300px;
  }
}

#point__area {
  padding-top: 12px;
}
@media screen and (min-width: 1024px) {
  #point__area {
    padding-top: 0;
  }
}

.point__card {
  margin: 0 8% 82px;
  padding: 25px 30px 35px 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.point__card h2 {
  position: relative;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.5px;
  padding-left: 92px;
  margin-bottom: 28px;
}
.point__card h2 img {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 128px;
  margin-top: 0;
}
.point__card h3 {
  margin-bottom: 13px;
  font-size: 2.1rem;
  line-height: 1.5;
}
.point__card h3.point__line-orange {
  padding: 16px 0;
  background-image: url(../images/line-orange.png), url(../images/line-orange.png);
  background-position: top, bottom;
  background-size: contain;
  background-repeat: repeat-x, repeat-x;
}
.point__card h3.point__line-orange span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transform: rotate(350deg);
}
.point__card h3.point__line-orange span.c1 {
  color: #387d39;
}
.point__card h3.point__line-orange span.c2 {
  color: #ffa03b;
}
.point__card h3.point__line-brown {
  padding: 12px 0 18px;
  background-image: url(../images/line-brown.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  color: #534741;
}
.point__card h3.point__line-brown span {
  margin-bottom: 18px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 1.7rem;
  color: #ffffff;
  background-color: #387d39;
}
.point__card h3.point__img-glass {
  line-height: 1.2;
  margin-bottom: 22px;
  padding-left: 56px;
  background-image: url(../images/ic-glass.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 4px 0px;
}
.point__card h3.point01illst {
  padding: 8px 100px 14px 0;
  background-image: url(../images/line-orange.png), url(../images/line-orange.png), url(../images/point01illst.png);
  background-position: top, bottom, 100% 50%;
  background-size: contain, contain, 103px;
  background-repeat: repeat-x, repeat-x, no-repeat;
}
.point__card h3.point01illst span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transform: rotate(350deg);
}
.point__card h3.point01illst span.c1 {
  color: #387d39;
}
.point__card h3.point01illst span.c2 {
  color: #ffa03b;
}
.point__card p {
  margin-bottom: 49px;
  font-size: 1.6rem;
  line-height: 29px;
}
.point__card p:last-child {
  margin-bottom: 0;
}
.point__card img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .point__card {
    margin: 0 0 140px 0;
    padding: 25px 60px 35px;
    width: 480px;
  }
  .point__card h2 {
    font-size: 3.8rem;
    padding-left: 60px;
  }
  .point__card h2 img {
    position: absolute;
    top: -58px;
    left: -81px;
    width: 115px;
    height: 129px;
  }
  .point__card h3 {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .point__card h3.point__line-orange {
    padding: 16px 0;
    background-size: 216px;
  }
  .point__card h3.point__line-orange span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    transform: rotate(350deg);
  }
  .point__card h3.point__line-orange span.c1 {
    color: #387d39;
  }
  .point__card h3.point__line-orange span.c2 {
    color: #ffa03b;
  }
  .point__card h3.point__line-brown {
    padding: 12px 0 18px;
    background-image: url(../images/line-brown.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    color: #534741;
  }
  .point__card h3.point__line-brown span {
    margin-bottom: 18px;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1.7rem;
    color: #ffffff;
    background-color: #387d39;
  }
  .point__card h3.point__img-glass {
    padding-left: 50px;
    background-image: url(../images/ic-glass.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 0 7px;
  }
  .point__card h3.point01illst {
    padding: 8px 135px 16px 0;
    background-image: url(../images/line-orange.png), url(../images/line-orange.png), url(../images/point01illst.png);
    background-position: top, bottom, 95% 50%;
    background-size: 216px, 216px, 103px;
  }
  .point__card h3.point01illst span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    transform: rotate(350deg);
  }
  .point__card h3.point01illst span.c1 {
    color: #387d39;
  }
  .point__card h3.point01illst span.c2 {
    color: #ffa03b;
  }
  .point__card p {
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 29px;
  }
  .point__card p:last-child {
    margin-bottom: 0;
  }
  .point__card img {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1512px) {
  .point__card {
    margin: 50px 8% 100px auto;
    padding: 25px 60px 35px;
    width: 904px;
  }
  .point__card h3 {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .point__card h3.point__line-orange {
    background-size: 225px;
  }
  .point__card h3.point__line-brown {
    padding: 12px 0 18px;
    background-image: url(../images/line-brown.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    color: #534741;
  }
  .point__card h3.point__line-brown span {
    margin-bottom: 18px;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1.7rem;
    color: #ffffff;
    background-color: #387d39;
  }
  .point__card h3.point__img-glass {
    padding-left: 50px;
    background-image: url(../images/ic-glass.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 0 7px;
  }
  .point__card h3.point01illst {
    padding: 8px 135px 16px 0;
    background-image: url(../images/line-orange.png), url(../images/line-orange.png), url(../images/point01illst.png);
    background-position: top, bottom, 95% 50%;
    background-size: 225px, 225px, 103px;
  }
  .point__card h3.point01illst span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    transform: rotate(350deg);
  }
  .point__card h3.point01illst span.c1 {
    color: #387d39;
  }
  .point__card h3.point01illst span.c2 {
    color: #ffa03b;
  }
  .point__card p {
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 29px;
  }
  .point__card p:last-child {
    margin-bottom: 0;
  }
  .point__card img {
    margin-top: 20px;
    width: 100%;
  }
}

.point__column div {
  margin-bottom: 51px;
}
.point__column div:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .point__column div {
    margin-bottom: 60px;
  }
  .point__column div:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1512px) {
  .point__column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .point__column > div {
    width: 45.5%;
  }
}

figure {
  margin: 0 auto;
}
figure.logo__img-size {
  width: 60%;
}
@media screen and (min-width: 1512px) {
  figure.logo__img-size {
    width: 100%;
    max-width: 297.41px;
  }
}

.tatekka_ymgt {
  margin: 0 auto;
  width: 100%;
  max-width: 361px;
}
@media screen and (min-width: 1512px) {
  .tatekka_ymgt {
    margin-bottom: 30px;
  }
}

.point__block {
  margin-top: 40px;
  padding: 25px 24px 30px;
  border-radius: 15px;
  background-color: #d7ebba;
}
@media screen and (min-width: 1512px) {
  .point__block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.point__block.point__line-orange {
  padding: 16px 0;
  background-image: url(../images/line-orange.png), url(../images/line-orange.png);
  background-position: top, bottom;
  background-size: contain;
  background-repeat: repeat-x, repeat-x;
}
.point__block.point__line-orange span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transform: rotate(350deg);
}
.point__block.point__line-orange span.c1 {
  color: #387d39;
}
.point__block.point__line-orange span.c2 {
  color: #ffa03b;
}
.point__block.point__line-brown {
  padding: 12px 0 18px;
  background-image: url(../images/line-brown.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  color: #534741;
}
.point__block.point__line-brown span {
  margin-bottom: 18px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 1.7rem;
  color: #ffffff;
  background-color: #387d39;
}
.point__block.point__img-glass {
  padding-left: 56px;
  background-image: url(../images/ic-glass.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 4px 0px;
}
.point__block.point01illst {
  padding: 8px 100px 16px 0;
  background-image: url(../images/line-orange.png), url(../images/line-orange.png), url(../images/point01illst.png);
  background-position: top, bottom, 100% 50%;
  background-size: contain, contain, 103px;
  background-repeat: repeat-x, repeat-x, no-repeat;
}
.point__block.point01illst span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transform: rotate(350deg);
}
.point__block.point01illst span.c1 {
  color: #387d39;
}
.point__block.point01illst span.c2 {
  color: #ffa03b;
}

.point__box {
  margin-top: 40px;
  padding: 25px 28px 30px;
  border-radius: 15px;
  background-color: #534741;
}
.point__box h4 {
  color: #ffffff;
  font-size: 2.1rem;
  text-align: center;
}
.point__box .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #534741;
  background-color: #ffffff;
}
.point__box .btn:last-child {
  margin-bottom: 0;
}
.point__box .btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-left: 10px;
  background-image: url(../images/ic-pdf.svg);
  background-repeat: no-repeat;
}

.point__area-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 80px;
}
.point__area-nav li {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 46%;
}
.point__area-nav a {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  background-color: #95c749;
  color: #ffffff;
  font-weight: 700;
}
.point__area-nav a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../images/ic-blank.svg);
  background-repeat: no-repeat;
}

.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
}
.floating-banner img {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .floating-banner {
    left: 0;
  }
  .floating-banner img {
    width: 100%;
    max-width: 430px;
  }
}

footer {
  background-color: #387d39;
  padding: 3rem 0;
}
footer .copy {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: Comfortaa;
  color: #ffffff;
}

.slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider {
    max-width: 100%;
  }
}
.slider .slick-img img {
  opacity: 0.4;
  transform: scale(0.7);
  transition: all 0.5s;
  margin: 0 auto;
}
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

.arrow_box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.arrow_box .prev-arrow,
.arrow_box .next-arrow {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-top: 2px solid #534741;
  border-right: 2px solid #534741;
  cursor: pointer;
  position: absolute;
}
.arrow_box .prev-arrow {
  left: 10%;
  transform: rotate(-135deg);
}
.arrow_box .next-arrow {
  right: 10%;
  transform: rotate(45deg);
}

.yamappoka__wrap {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .yamappoka__wrap {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1512px) {
  .yamappoka__wrap {
    max-width: 1512px;
  }
}
.yamappoka__wrap header {
  padding-top: 22px;
  padding-left: 15px;
}
.yamappoka__wrap header .logo {
  width: 100%;
  max-width: 222px;
}
@media screen and (min-width: 1024px) {
  .yamappoka__wrap header {
    padding-top: 80px;
    padding-left: 70px;
  }
  .yamappoka__wrap header .logo {
    max-width: 348px;
  }
}
@media screen and (min-width: 1512px) {
  .yamappoka__wrap header {
    padding: 50px 4% 0;
  }
  .yamappoka__wrap header .logo {
    max-width: 345px;
  }
}
.yamappoka__wrap #mainVisual {
  position: relative;
  padding: 77px 8% 0;
}
.yamappoka__wrap #mainVisual .title {
  display: none;
}
.yamappoka__wrap #mainVisual::before {
  z-index: 1;
  position: absolute;
  left: 54px;
  content: "";
  display: block;
  background-image: url(../images/slider-icon.svg);
  width: 126px;
  height: 100px;
}
.yamappoka__wrap #mainVisual .hero_a,
.yamappoka__wrap #mainVisual .hero_b,
.yamappoka__wrap #mainVisual .hero_c,
.yamappoka__wrap #mainVisual .hero_d {
  text-align: center;
  padding-top: 30px;
}
.yamappoka__wrap #mainVisual .hero_a img,
.yamappoka__wrap #mainVisual .hero_b img,
.yamappoka__wrap #mainVisual .hero_c img,
.yamappoka__wrap #mainVisual .hero_d img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .yamappoka__wrap #mainVisual {
    margin-bottom: 652px;
    height: 886px;
  }
  .yamappoka__wrap #mainVisual::before {
    display: none;
  }
  .yamappoka__wrap #mainVisual .hero_a,
  .yamappoka__wrap #mainVisual .hero_b,
  .yamappoka__wrap #mainVisual .hero_c,
  .yamappoka__wrap #mainVisual .hero_d {
    position: absolute;
  }
  .yamappoka__wrap #mainVisual .hero_a img,
  .yamappoka__wrap #mainVisual .hero_b img,
  .yamappoka__wrap #mainVisual .hero_c img,
  .yamappoka__wrap #mainVisual .hero_d img {
    width: 340px;
  }
  .yamappoka__wrap #mainVisual .title {
    position: absolute;
    display: block;
    width: 684px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .yamappoka__wrap #mainVisual .hero_a {
    top: -92px;
    right: 50px;
  }
  .yamappoka__wrap #mainVisual .hero_b {
    bottom: -101px;
    left: 48px;
  }
  .yamappoka__wrap #mainVisual .hero_c {
    bottom: -196px;
    right: 72px;
  }
  .yamappoka__wrap #mainVisual .hero_d {
    bottom: -516px;
    left: 225px;
  }
}
@media screen and (min-width: 1512px) {
  .yamappoka__wrap #mainVisual {
    margin-bottom: 135px;
    height: 874px;
  }
  .yamappoka__wrap #mainVisual .hero_a img,
  .yamappoka__wrap #mainVisual .hero_b img,
  .yamappoka__wrap #mainVisual .hero_c img,
  .yamappoka__wrap #mainVisual .hero_d img {
    width: 340px;
  }
  .yamappoka__wrap #mainVisual .title {
    position: absolute;
    display: block;
    width: 840px;
    top: 22px;
    left: 50%;
    transform: translate(-50%);
  }
  .yamappoka__wrap #mainVisual .hero_a {
    top: 64px;
    right: auto;
    left: 0;
  }
  .yamappoka__wrap #mainVisual .hero_b {
    top: -43px;
    left: auto;
    right: -18px;
  }
  .yamappoka__wrap #mainVisual .hero_c {
    top: auto;
    bottom: 0;
    right: auto;
    left: 122px;
  }
  .yamappoka__wrap #mainVisual .hero_d {
    bottom: 46px;
    right: 129px;
    left: auto;
  }
}
.yamappoka__wrap #introduction {
  position: relative;
  z-index: -1;
  margin-top: -40px;
  padding: 8rem 8%;
  text-align: center;
  background-image: url(../images/bgPattern.png);
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .yamappoka__wrap #introduction {
    padding: 0;
    width: 100%;
    max-width: 341px;
    background-image: none;
  }
  .yamappoka__wrap #introduction .sticky {
    position: sticky;
    top: 400px;
  }
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 31px;
  width: 80px;
  height: 80px;
  background: #387d39;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .openbtn {
    display: none;
  }
}
.openbtn span {
  position: absolute;
  top: 32px;
  left: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.4s;
  width: 32px;
}
.openbtn span:nth-of-type(1) {
  top: 29px;
}
.openbtn span:nth-of-type(2) {
  top: 39px;
}
.openbtn span:nth-of-type(3) {
  top: 49px;
}
.openbtn.active span:nth-of-type(1) {
  top: 38px;
  left: 25px;
  transform: rotate(-22.55deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 25px;
  transform: rotate(22.55deg);
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #d7ebba;
  transition: all 0.3s;
  visibility: hidden;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
#g-nav #g-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}
#g-nav ul {
  list-style: none;
}
#g-nav ul li {
  margin-bottom: 24px;
}
#g-nav ul a {
  display: block;
  color: #534741;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
}

.point-3__img {
  margin-bottom: 28px !important;
}

.point-3__piv {
  margin-bottom: 20px !important;
}/*# sourceMappingURL=style.css.map */