@charset "UTF-8";
main {
  overflow-x: hidden;
}

small {
  font-size: 70%;
}

.mincho {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.sec_title {
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  padding: 44px 0 10px;
}
.sec_title::before, .sec_title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title::before {
  background: url(img/icon.png) no-repeat;
  width: 50px;
  height: 34px;
  background-size: cover;
  top: 0;
}
.sec_title::after {
  background: #C30D23;
  width: 80px;
  height: 2px;
  bottom: 0;
}
.sec_title .en {
  font-size: 50%;
  color: #C30D23;
}

/*
.hero {
    position: relative;
    &::before, &::after {
        content: "";
        position: absolute;
        background: url(./img/jumokusou_bg.png) no-repeat;
        background-size: cover;
        width: 600px;
        height: 450px;
        z-index: 2;
    }
    &::before {
        top: 0;
        left: 0;
        transform: scale(-1, 1);
    }
    &::after {
        bottom: 0;
        right: 0;
        transform: scale(1, -1);
    }
    .hero__img {
        margin: 0 0 0 auto;
        width: 83%;
        display: block;
        overflow: hidden;
        padding-bottom: 100px;
        img {
            border-radius: 0 0 0 100px;
        }
    }
    .hero__seb-img {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 400px;
        &::before,
        &::after {
            content: "";
            position: absolute;
            background: url(img/leaf.png) no-repeat;
            background-size: cover;
        }
        &::before {
            width: 166px;
            height: 135px;
            top: -100px;
            right: 50px;
            transform: scale(-1, 1);
        }
        &::after {
            width: 83px;
            height: 68px;
            bottom: 55px;
            right: -50px;
            transform: scale(1, -1);
        }
        img {
            border-radius: 0 100px 0 0;
        }
    }
    .hero__textbox {
        max-width: fit-content;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-weight: bold;
        z-index: 3;
        background-image: linear-gradient(0deg, #39785a 0, #39785a 30%, #39785a80);
        padding: 45px;
        border-radius: 60px 0 0 0;
    }
    .hero__subtitle {
        font-size: clamp(1.4rem, 1.5vw, 2.4rem);
        color: #C30D23;
        background: #fff;
        padding: 5px 30px;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .hero__title {
        font-size: clamp(2.6rem, 3.2vw, 4.2rem);
        margin-bottom: 20px;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }
    .hero__text {
        border: solid 2px #fff;
        padding: 5px;
        font-size: 2rem;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }
    .hero__brand {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 0 0 60px 0;
        overflow: hidden;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        z-index: 3;
    }
    .hero__logo {
        line-height: 1.2;
        padding: 10px 20px;
    }
    .hero__logo-name {
        font-size: 180%;
    }
    .hero__tel {
        background: #C30D23;
        color: #fff;
        text-align: left;
        padding: 2px;
        display: flex;
        gap: 10px;
    }
    .hero__tel-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        img {
            max-width: 20px;
        }
    }
}
*/
.hero {
  position: relative;
}
.hero .hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 780px;
}
.hero .hero__label {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.hero .hero__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(img/mv_label.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.6vw, 2.6rem);
  line-height: 1.4;
  padding-top: 3px;
}
.hero .hero__note {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
}

.concept {
  position: relative;
}
.concept::before {
  content: "";
  background: url(img/tree.png) no-repeat;
  background-size: cover;
  width: 435px;
  height: 215px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  transform: scale(1, -1);
}
.concept .sec_title {
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.concept .concept__title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  color: #C30D23;
  text-align: center;
  margin-bottom: 20px;
}
.concept .concept__text {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 2.6;
}
.concept .concept__company {
  text-align: right;
}

.feature {
  background: url(img/sakura-r.png) no-repeat bottom right, rgba(195, 13, 35, 0.0509803922);
  background-size: contain;
}
.feature .feature__list {
  display: flex;
  gap: 30px;
}
.feature .feature__item {
  width: 33.3333333333%;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
.feature .feature__title {
  color: #C30D23;
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  text-align: center;
  font-weight: bold;
}

.price {
  /*
  position: relative;
  &::before {
      content: "";
      background: url(img/tree.png) no-repeat;
      background-size: cover;
      width: 435px;
      height: 215px;
      position: absolute;
      z-index: -1;
      top: 0;
      right: -10px;
      transform: scale(-1, -1);
  }
  .sec_title {
           text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  }
  */
}
.price .price__list {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.price .price__item {
  width: 33.3333333333%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.price .price__item .price__name {
  background: #C30D23;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price .price__item:nth-child(1) .price__name {
  background: #ff7985;
}
.price .price__item:nth-child(2) .price__name {
  background: #93c312;
}
.price .price__item:nth-child(3) .price__name {
  background: #85ceeb;
}
.price .price__text {
  padding: 20px;
}
.price .price__yen {
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #C30D23;
}
.price .price__yen .num {
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.price .price__yen .price__wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: bold;
}
.price .price__yen .price__wrap .tax {
  font-size: 1.3rem;
  border: solid 1px #333;
  padding: 2px 5px 0;
  text-align: center;
  color: #333;
}
.price .price__fix {
  text-align: center;
}
.price .price__note {
  margin-bottom: 45px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.cta_list {
  display: flex;
  gap: 20px;
}

.type {
  background: #f5f5f5;
}
.type .type__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.type .type__img {
  max-width: 200px;
}
.type .type__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 200px);
}
.type .type__item {
  background: #fff;
  display: flex;
}
.type .type__title, .type .type__text {
  padding: 10px;
}
.type .type__title {
  background: #C30D23;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.type .type__text {
  width: 70%;
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  background: url(img/tree.png) no-repeat;
  background-size: cover;
  width: 435px;
  height: 215px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  transform: scale(1, -1);
}
.flow .sec_title {
  margin-bottom: 65px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.flow .flow__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flow .flow__item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: stretch;
}
.flow .flow__item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0px 40px;
  border-color: #ccc transparent transparent transparent;
}
.flow .flow__item:last-child::after {
  display: none;
}
.flow .flow__label {
  background: #39785a;
  color: #fff;
  padding: 5px 16px;
  border-radius: 30px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
.flow .flow__img {
  border-radius: 9px 0 0 9px;
  overflow: hidden;
  width: 30%;
}
.flow .flow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.flow .flow__wrap {
  width: 70%;
  padding: 20px;
}
.flow .flow__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.faq {
  background: rgba(195, 13, 35, 0.0509803922);
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq .faq__item {
  border: solid 1px #C30D23;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.faq .faq__question, .faq .faq__answer {
  display: flex;
  gap: 10px;
  padding: 15px 15px 15px 40px;
}
.faq .faq__question .icon, .faq .faq__answer .icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 15px;
  background: #C30D23;
  color: #fff;
  font-weight: bold;
}
.faq .faq__question {
  background: #C30D23;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.faq .faq__question .icon {
  background: #fff;
  color: #C30D23;
}
.faq .faq__answer .answer {
  padding-top: 5px;
}

.access {
  position: relative;
}
.access::before, .access::after {
  content: "";
  background: url(img/tree.png) no-repeat;
  background-size: cover;
  width: 435px;
  height: 215px;
  position: absolute;
  z-index: -1;
}
.access::before {
  top: 0;
  right: -10px;
  transform: scale(-1, -1);
}
.access::after {
  bottom: 0;
  left: -10px;
}
.access .sec_title {
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.access .access__wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}
.access .access__wrap > * {
  width: 50%;
}
.access .access__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.access .access__item {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.access .access__title {
  font-weight: bold;
  background: #C30D23;
  padding: 5px 10px;
  color: #fff;
  width: 25%;
  text-align: center;
  border-radius: 40px;
}
.access .access__text {
  width: 75%;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.access .access__btn {
  background: #fff;
  border: solid 1px #C30D23;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
}
.access .access__btn:hover {
  background: #C30D23;
  color: #fff;
}
.access .access__map {
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 600/371;
  height: 100%;
}
.access .access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.temple {
  background: url(img/sakura-r.png) no-repeat bottom right, #f5f5f5;
  background-size: contain;
}
.temple .sec_title {
  text-shadow: 2px 2px 1px #f5f5f5, -2px 2px 1px #f5f5f5, 2px -2px 1px #f5f5f5, -2px -2px 1px #f5f5f5, 2px 0px 1px #f5f5f5, 0px 2px 1px #f5f5f5, -2px 0px 1px #f5f5f5, 0px -2px 1px #f5f5f5;
}
.temple .temple__detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.temple .temple__wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.temple .temple__wrap:nth-child(2) {
  flex-direction: row-reverse;
}
.temple .temple__img {
  width: 40%;
  border-radius: 10px;
  object-fit: cover;
}
.temple .temple__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-shadow: 2px 2px 1px #fcf4f5, -2px 2px 1px #fcf4f5, 2px -2px 1px #fcf4f5, -2px -2px 1px #fcf4f5, 2px 0px 1px #fcf4f5, 0px 2px 1px #fcf4f5, -2px 0px 1px #fcf4f5, 0px -2px 1px #fcf4f5;
}
.temple .temple__title {
  font-size: 2.6rem;
}

.message .message__wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.message .message__title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  color: #C30D23;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.message .message__title::before, .message .message__title::after {
  content: "〜";
}
.message .message__text {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.message .message__company {
  text-align: right;
}

.contact {
  background: rgba(195, 13, 35, 0.0509803922);
}
.contact .top-profile__inner {
  background: #fff;
  padding: 45px 30px 60px;
  border-radius: 10px;
}
.contact .tel_link {
  max-width: 500px;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
  padding: 10px 20px;
  border: solid 1px #C30D23;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.contact .tel_link img {
  background: rgba(195, 13, 35, 0.1019607843);
  padding: 10px;
  border-radius: 50%;
}
.contact .tel_link .num {
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1;
}
.contact .contact_txt {
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 1600px) {
  .hero .hero__text {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  /*
  .hero {
      &::before, &::after {
          display: none;
      }
      .hero__img{
          width: 90%;
          padding-bottom: 20%;
      }
      .hero__seb-img {
          width: 40%;
          bottom: 60px;
          img {
              border-radius: 0 60px 60px 0;
          }
      }
      .hero__textbox {
          padding: 30px;
          border-radius: 60px 0 0 60px;
      }
  }
  */
  .feature, .access {
    background-size: contain;
  }
}
@media screen and (max-width: 835px) {
  /*
  .hero {
      &::before, &::after {
              display: block;
      }
      &::after {
          width: 500px;
          height: 375px;
      }
      .hero__seb-img {
          width: 70%;
      }
      .hero__title {
          font-size: clamp(2.3rem, 4vw, 4.2rem);
      }
  }
  */
  .hero .hero__text {
    width: 90%;
  }
  .hero .hero__label {
    gap: 5px;
  }
  .feature .feature__list {
    gap: 15px;
  }
  .feature .feature__item {
    padding: 15px;
    gap: 10px;
  }
  .price .price__list {
    gap: 15px;
  }
  .cta_list {
    gap: 15px;
  }
  .type .type__wrap {
    gap: 15px;
  }
  .temple .temple__wrap {
    gap: 15px;
  }
  .contact .privacy_box {
    text-align: left;
  }
  .contact .privacy_txt {
    text-align: center;
  }
  .contact .contact_txt {
    padding: 20px 0;
  }
  .contact .top-profile__inner {
    padding: 30px 15px;
  }
  .contact .contact_btn {
    padding: 1em 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .sec_title {
    margin-bottom: 20px;
  }
  /*
  .hero {
      &::before, &::after {
          display: none;
      }
      .hero__img {
          padding-bottom: 10%;
      }
      .hero__textbox {
          max-width: none;
          position: unset;
          width: 100%;
          top: auto;
          transform: none;
          padding: 15px 10px;
          background: #39785a;
          border-radius: 0;
      }
      .hero__seb-img {
          bottom: auto;
          top: 50%;
          transform: translateY(-50%);
          width: 60%;
      }
      .hero__subtitle {
          padding: 5px 10px;
          margin-bottom: 10px;
      }
      .hero__title {
          margin-bottom: 10px;
      }
      .hero__text {
          padding: 0 5px;
      }
  }
  */
  .hero .hero__text {
    width: 95%;
  }
  .concept::before, .flow::before {
    width: 218px;
    height: 108px;
  }
  .concept .concept__text {
    line-height: 2;
  }
  .feature {
    background: url(img/sakura-b.png) no-repeat bottom center, rgba(195, 13, 35, 0.0509803922);
    background-size: contain;
  }
  .feature .feature__list {
    flex-direction: column;
  }
  .feature .feature__item {
    width: 100%;
  }
  .feature .feature__item img {
    width: 70%;
    margin: 0 auto;
  }
  .price .price__list {
    flex-direction: column;
  }
  .price .price__item {
    width: 100%;
  }
  .cta_list {
    flex-direction: column;
  }
  .type .type__wrap {
    flex-direction: column;
  }
  .type .type__list {
    width: 100%;
  }
  .type .type__img {
    max-width: 150px;
  }
  .type .type__title {
    width: 40%;
  }
  .type .type__text {
    width: 60%;
  }
  .flow .sec_title {
    margin-bottom: 20px;
  }
  .flow .flow__list {
    gap: 15px;
  }
  .flow .flow__item {
    flex-direction: column;
  }
  .flow .flow__img, .flow .flow__wrap {
    width: 100%;
  }
  .flow .flow__img {
    border-radius: 9px 9px 0 0;
  }
  .faq .faq__question, .faq .faq__answer {
    padding: 15px;
  }
  .access {
    background: url(img/sakura-b.png) no-repeat bottom center;
    background-size: cover;
  }
  .access .access__wrap {
    flex-direction: column;
  }
  .access .access__wrap > * {
    width: 100%;
  }
  .temple .temple__wrap {
    flex-direction: column;
  }
  .temple .temple__wrap:nth-child(2) {
    flex-direction: column;
  }
  .temple .temple__img, .temple .temple__text {
    width: 100%;
  }
  .message .message__title {
    margin-bottom: 15px;
  }
  .message .message__wrap {
    padding: 30px 15px;
  }
  #footer .inner {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .contact .contact_txt {
    text-align: left;
  }
}