@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$primaryColor #5b9d43
@$secondaryColor #e49e49
@$warningColor #e96565
@$brownColor #956627

@$textColor #000000
@$textLinkColor #2372af

@$bgColor1 #f2ece3;
@$bgColor2 #f2f1ef;

@$borderColor #c8c8c8;
@$borderColor2 #e3dcd1;

@$formActiveColor #2a76b1;
*/
/* ------------------
  addtional
------------------ */
/* 共有 */
/* ========================
  page ::
========================= */
.p-event-wrap {
  padding-block: 55px 100px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-event-wrap .fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 60px;
}
.p-event-wrap .fs-c-documentArticle,
.p-event-wrap .fs-c-documentColumn {
  font-size: inherit;
  line-height: inherit;
}
.p-event-wrap p:not(.m-text-title) + p {
  margin-top: 1.75em;
}
.p-event-wrap .m-flex-box {
  display: flex;
}
.p-event-wrap .m-flex-box .m-flex-item {
  flex: 1;
}
.p-event-wrap .m-flex-box .m-flex-item ~ .m-flex-item {
  margin-left: 50px;
}
.p-event-wrap .m-flex-box .m-flex-item .p-event-img {
  margin-top: 0;
}
.p-event-wrap * + .m-flex-box {
  margin-top: 40px;
}
.p-event-wrap .fs-c-productList__list {
  margin-block: 40px 50px;
}
.p-event-wrap .youtube iframe {
  aspect-ratio: 1.7761989343/1;
  width: 100%;
  height: auto;
}

.p-event-title {
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px solid #5b9d43;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
}

.p-event-img {
  margin-block: 20px;
}
.p-event-img + .p-event-img {
  margin-top: 40px;
}
.p-event-img img {
  width: 100%;
}

.p-beginner-wrap {
  margin-top: 17px;
}
.p-beginner-wrap .beginner-contents-sec {
  padding-block: 70px;
}
.p-beginner-wrap .beginner-sec-text {
  margin-bottom: 40px;
  text-align: center;
}
.p-beginner-wrap .beginner-sec-img {
  margin-top: 50px;
}

/* beginner mv */
.beginner-mv-wrap {
  padding-top: 25px;
  background-color: #f2ece3;
}
.beginner-mv-wrap .beginner-mv {
  text-align: center;
}

.beginner-mv-slider {
  margin-top: 32px;
}
.beginner-mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.beginner-mv-slider .swiper-slide {
  height: 280px !important;
  width: auto !important;
}
.beginner-mv-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* beginner contents */
.beginner-contents-wrap {
  padding-top: 75px;
  background-color: #f2ece3;
}
.beginner-contents-wrap .beginner-about .beginner-sec-text {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px 25px;
  text-align: center;
}
.beginner-contents-wrap .beginner-about .beginner-sec-text .img-box {
  padding-right: 30px;
}
.beginner-contents-wrap .beginner-about .beginner-sec-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.beginner-contents-wrap .beginner-features {
  background-color: #fff;
}
.beginner-contents-wrap .beginner-first {
  background-color: #f2f1ef;
}
.beginner-contents-wrap .beginner-first .m-title-wrap {
  padding-inline: 125px;
  margin-bottom: 50px;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd {
  display: flex;
  gap: 25px 55px;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd.reverse {
  flex-direction: row-reverse;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd + .beginner-first-prd {
  margin-top: 75px;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .img-box {
  flex-shrink: 0;
  width: 100%;
  max-width: 390px;
  text-align: center;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .first-prd-title {
  margin-bottom: 12px;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .first-prd-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box {
  padding-block: 20px;
  padding-inline: 25px;
  margin-top: 18px;
  background-color: #fff;
  border: 2px solid #e3dcd1;
  border-radius: 10px;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box .comment-box .comment-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box .comment-box .comment-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.beginner-contents-wrap .beginner-size {
  background-color: #fff;
}
.beginner-contents-wrap .beginner-size .m-title-wrap {
  padding-inline: 65px;
}
.beginner-contents-wrap .beginner-size .size-info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-block: 30px 50px;
  padding: 30px 60px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  border: 2px solid #e3dcd1;
  border-radius: 10px;
}
.beginner-contents-wrap .beginner-size .size-info-box .text-box {
  margin-left: auto;
}
.beginner-contents-wrap .beginner-size .size-spot-area {
  margin-top: 35px;
}
.beginner-contents-wrap .beginner-size .size-spot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
.beginner-contents-wrap .beginner-size .size-spot-item .img-box {
  margin-bottom: 30px;
  text-align: center;
}
.beginner-contents-wrap .beginner-size .size-spot-item .m-title-line {
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.beginner-contents-wrap .beginner-size .size-spot-item .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.beginner-contents-wrap .beginner-partsorder .m-title-wrap {
  padding-inline: 205px;
}
.beginner-contents-wrap .beginner-partsorder .order-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.beginner-contents-wrap .beginner-partsorder .order-menu-item {
  padding: 20px 23px;
  background-color: #fff;
  border: 2px solid #e3dcd1;
  border-radius: 10px;
}
.beginner-contents-wrap .beginner-partsorder .order-menu-item .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #956627;
}
.beginner-contents-wrap .beginner-partsorder .order-menu-item .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.beginner-contents-wrap .beginner-partsorder .order-step-area {
  margin-top: 50px;
}
.beginner-contents-wrap .beginner-partsorder .order-step-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 12px;
}
.beginner-contents-wrap .beginner-partsorder .order-step-item .img-box {
  margin-bottom: 20px;
}
.beginner-contents-wrap .beginner-partsorder .order-step-item .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.beginner-contents-wrap .beginner-partsorder .order-step-item .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.beginner-contents-wrap .beginner-partsorder .order-step-item .notice {
  margin-top: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.p-faq-wrap .m-title {
  margin-bottom: 65px;
}

.faq-sec {
  padding-top: 50px;
}
.faq-sec .m-text-sm {
  margin-bottom: 25px;
}

.p-company-wrap .m-title {
  margin-bottom: 70px;
}
.p-company-wrap .company-title {
  margin-bottom: 25px;
  text-align: center;
}
.p-company-wrap .company-title ~ .company-title {
  margin-top: 70px;
}
.p-company-wrap .company-title-sub {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", serif;
}
.p-company-wrap .company-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-company-wrap .company-slogan {
  color: #5b9d43;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Zen Maru Gothic", "Noto Sans JP", serif;
  text-align: center;
}
.p-company-wrap .company-slogan-text {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2;
  text-align: center;
}

.about-company-wrap {
  background-color: #f2ece3;
  padding-block: 100px;
}
.about-company-wrap .ceo-greeting {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px 30px;
}

.info-company-wrap {
  padding-block: 100px 0;
}
.info-company-wrap.l-section {
  padding-block: 50px 0;
}

.p-voice-wrap {
  padding-bottom: 0;
}

.voice-contents-wrap {
  margin-top: 40px;
  padding-block: 70px;
  background-color: #f2ece3;
}
.voice-contents-wrap .p-banner-wrap {
  margin-bottom: 60px;
}

.p-catalog-wrap .catalog-box {
  margin-block: 35px 55px;
  text-align: center;
}
.p-catalog-wrap .catalog-box img {
  margin-bottom: 20px;
}
.p-catalog-wrap .fs-c-documentArticle__content .m-btn-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-contact-wrap .contact-form-wrap {
  margin-top: 30px;
}
.p-contact-wrap .contact-tel-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.p-contact-wrap .contact-tel-box .tel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  border: 1px solid #c8c8c8;
  text-align: center;
}
.p-contact-wrap .contact-tel-box .tel-item .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7727272727;
  font-weight: 500;
}
.p-contact-wrap .contact-tel-box .tel-item .tel {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", serif;
}
.p-contact-wrap .contact-tel-box .tel-item .tel .ico {
  margin-right: 5px;
}
.p-contact-wrap .contact-tel-box .tel-item .tel .ico img {
  display: block;
}
.p-contact-wrap .contact-tel-box .tel-item .text {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-event-wrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-event-wrap .m-flex-box {
    display: block;
  }
  .p-event-wrap .m-flex-box .m-flex-item ~ .m-flex-item {
    margin-left: 0;
    margin-top: 40px;
  }
  .p-event-title {
    margin-bottom: 35px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-beginner-wrap {
    margin-top: 10px;
  }
  .p-beginner-wrap .beginner-contents-sec {
    padding-block: 50px;
  }
  .p-beginner-wrap .beginner-sec-text {
    margin-bottom: 25px;
  }
  .beginner-mv-slider {
    margin-top: 20px;
  }
  .beginner-mv-slider .swiper-slide {
    height: 120px !important;
  }
  .beginner-contents-wrap {
    padding-top: 50px;
  }
  .beginner-contents-wrap .m-tab-wrap .m-tab {
    grid-template-columns: repeat(2, 1fr);
  }
  .beginner-contents-wrap .beginner-about .beginner-sec-text .img-box {
    padding-right: 0;
  }
  .beginner-contents-wrap .beginner-about .beginner-sec-img {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .beginner-contents-wrap .beginner-first .m-title-wrap {
    margin-bottom: 20px;
  }
  .beginner-contents-wrap .beginner-first .m-title-wrap .m-title__obj {
    max-width: 80px;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd {
    flex-direction: column;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd.reverse {
    flex-direction: column;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd + .beginner-first-prd {
    margin-top: 60px;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd .first-prd-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box {
    padding-block: 15px;
    padding-inline: 18px;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box .comment-box .comment-title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .beginner-contents-wrap .beginner-first .beginner-first-prd .prd-comment-box .comment-box .comment-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .beginner-contents-wrap .beginner-size .m-title-wrap .m-title__obj {
    max-width: 50px;
  }
  .beginner-contents-wrap .beginner-size .size-info-box {
    padding: 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .beginner-contents-wrap .beginner-size .size-info-box .text-box {
    margin-left: 0;
  }
  .beginner-contents-wrap .beginner-size .size-spot-area {
    margin-top: 20px;
  }
  .beginner-contents-wrap .beginner-size .size-spot-list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-inline: auto;
  }
  .beginner-contents-wrap .beginner-size .size-spot-item .img-box {
    margin-bottom: 15px;
  }
  .beginner-contents-wrap .beginner-size .size-spot-item .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .beginner-contents-wrap .beginner-size .m-btn-wrap {
    margin-top: 50px;
  }
  .beginner-contents-wrap .beginner-partsorder .m-title-wrap .m-title__obj {
    max-width: 125px;
  }
  .beginner-contents-wrap .beginner-partsorder .order-menu-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .beginner-contents-wrap .beginner-partsorder .order-menu-item {
    padding: 20px;
  }
  .beginner-contents-wrap .beginner-partsorder .order-menu-item .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .beginner-contents-wrap .beginner-partsorder .order-step-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .beginner-contents-wrap .beginner-partsorder .order-step-item .img-box {
    margin-bottom: 15px;
  }
  .beginner-contents-wrap .beginner-partsorder .order-step-item .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .beginner-contents-wrap .beginner-partsorder .order-step-item .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .beginner-contents-wrap .beginner-partsorder .order-step-item .notice {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-faq-wrap .m-title {
    margin-bottom: 30px;
  }
  .p-faq-wrap .m-tab {
    grid-template-columns: 1fr;
  }
  .faq-sec .m-text-sm {
    margin-bottom: 20px;
  }
  .p-company-wrap .m-title {
    margin-bottom: 30px;
  }
  .p-company-wrap .company-title {
    margin-bottom: 20px;
  }
  .p-company-wrap .company-title img {
    max-width: 75%;
  }
  .p-company-wrap .company-title ~ .company-title {
    margin-top: 50px;
  }
  .p-company-wrap .company-title-sub {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-company-wrap .company-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-company-wrap .company-slogan {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-company-wrap .company-slogan-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-company-wrap .company-slogan-text + .company-slogan-text {
    margin-top: 10px;
  }
  .about-company-wrap {
    padding-block: 50px;
  }
  .about-company-wrap .ceo-greeting {
    grid-template-columns: 1fr;
  }
  .p-voice-wrap .m-title {
    margin-bottom: 20px;
  }
  .voice-contents-wrap {
    margin-top: 30px;
    padding-block: 50px;
  }
  .voice-contents-wrap .p-banner-wrap {
    margin-bottom: 35px;
  }
  .p-catalog-wrap .fs-c-documentArticle__content .m-btn-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-contact-wrap .contact-tel-box {
    grid-template-columns: 1fr;
  }
  .p-contact-wrap .contact-tel-box .tel-item .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .p-contact-wrap .contact-tel-box .tel-item .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-contact-wrap .fs-c-inputInformation__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-beginner-wrap .beginner-sec-img {
    margin-top: 30px;
  }
  .beginner-contents-wrap .beginner-about .beginner-sec-text {
    grid-template-columns: 1fr;
  }
}