@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * 引数のfontSizeをremに変換する関数
 * @param fontSize フォントサイズ
 *
 * 例）18pxをremに変換
 * font-size: fz(18);
 */
/**
 * 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
 * @param maxScreenSize 最大画面サイズ
 * @param px 変換するpx数
 * 
 * 例）1440pxの幅に対して560pxの要素を可変させる
 * width: vw(1440, 560);
 */
/**
 * 引数のfontSizeを元に指定されたpx数をemに変換する関数
 * @param px 変換するpx数
 * @param fontSize フォントサイズ
 *
 * 例）font-sizeが24pxの要素の下に80pxのmarginをem換算で設定する
 * margin-bottom: em(80, 24);
 * 
 * font-sizeが16pxであれば第２引数は省略可能
 * margin-bottom: em(40);
 */
/**
 * レスポンシブ
 * - sm:  480px〜
 * - md:  768px〜
 * - lg: 1024px〜
 * - xl: 1200px〜
 * - xxl: 1480px〜
 * 
 * 例）
 * @include mq() { ... }
 * @include mq(xxl) { ... }
 * @include mq(sm, max) { ... }
 */
* {
  box-sizing: border-box;
}

body {
  color: #3f3f3f;
  font-family: "Noto Sans JP", serif;
}

body.--menu-open {
  overflow: hidden;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.text-bold {
  font-weight: 700;
}

.bg-pattern01 {
  background: url(../img/bg-pattern01.png) no-repeat center/cover;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.c-header-bar.c-top-header-bar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .c-header-bar.c-header-bar-sub {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
}

.c-header-bar.--scrolled {
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.c-header-bar.--scrolled .c-header-bar__logo a {
  color: #3f3f3f;
  transition: color 0.2s ease-in-out;
}

.c-header-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding: 2.625rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-header-bar__inner {
    padding: 1.875rem 1.875rem;
  }
}

.c-header-bar__logo a {
  color: #fff;
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-header-bar__logo {
  transition: all 0.2s ease-in-out;
}

.c-header-bar__logo.--active {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}

.c-header-bar__contact {
  background-color: #00467F;
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px;
  text-align: center;
  width: 254px;
}
@media screen and (max-width: 767px) {
  .c-header-bar__contact {
    display: none;
  }
}

.c-header-bar__contact::before {
  background: url(../img/icon-mail.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 0.625rem;
  width: 15px;
}

.c-header-bar-sub .c-header-bar__logo a {
  color: #3f3f3f;
}

.c-btn {
  text-align: center;
}

.c-btn__link {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #3f3f3f;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    width: 290px;
  }
}

.c-btn__link span::after {
  background: url(../img/btn-arrow.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 4px;
  margin-bottom: 0.1875rem;
  margin-left: 0.3125rem;
  width: 21px;
}

.c-hamburger {
  border-radius: 5px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    opacity: 0;
    visibility: hidden;
  }
}

/*ボタン内側*/
.c-hamburger span {
  background: #20580C;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  left: 10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 60%;
}

.c-hamburger span:nth-of-type(1) {
  top: 12px;
}

.c-hamburger span:nth-of-type(2) {
  top: 22px;
}

.c-hamburger span:nth-of-type(3) {
  top: 32px;
}

/*activeクラスが付与されると線が回転して×に*/
.c-hamburger.--active span:nth-of-type(1) {
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.c-hamburger.--active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.c-hamburger.--active span:nth-of-type(3) {
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.c-section-title {
  text-align: center;
}

.c-section-title__main {
  display: block;
  font-family: "Noto Sans", serif;
  font-size: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-section-title__sub {
  display: block;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.c-section-title.--white > span {
  color: #fff;
}

.c-section-text__message {
  font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-text__message {
    margin-top: 1.5625rem;
  }
}

.c-section-text__message-sub {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 3;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-text__message-sub {
    line-height: 2.2;
    margin-top: 1.5625rem;
  }
}

.c-contact__inner {
  background-color: #EFF6ED;
  padding-bottom: 6.125rem;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    padding-bottom: 4.25rem;
    padding-top: 4.125rem;
  }
}

.c-contact__text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 2.125rem;
  text-align: center;
}

.c-contact__btn-wrap {
  margin-top: 2.125rem;
}

.c-contact__btn {
  background-color: #00467F;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 575px;
  padding-bottom: 2.875rem;
  padding-top: 2.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact__btn {
    font-size: 1rem;
    max-width: 290px;
    padding-bottom: 1.8125rem;
    padding-top: 1.5625rem;
  }
}

.c-contact__btn::before {
  background: url(../img/icon-mail.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 0.9375rem;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact__btn::before {
    height: 9px;
    margin-right: 0.625rem;
    width: 11px;
  }
}

.c-table-box-title {
  text-align: center;
}

.c-table-box-title span {
  background-color: #2B7E0B;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  padding: 0.875rem 2.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table-box-title span {
    padding: 0.875rem;
    width: 200px;
  }
}

.c-fv-sub__inner {
  display: grid;
  height: 330px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-fv-sub__inner {
    height: 130px;
    margin-top: 4.75rem;
  }
}

.c-fv-sub__text {
  color: #fff;
  font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.5em;
}

.c-fv-sub__inner.bg-fv-sub01 {
  background: url(../img/about/img-fv.jpg) no-repeat center/cover;
}

.c-fv-sub__inner.bg-fv-sub02 {
  background: url(../img/business/img-fv.jpg) no-repeat center/cover;
}

.c-fv-sub__inner.bg-fv-sub03 {
  background: url(../img/product/img-fv.jpg) no-repeat center/cover;
}

.c-fv-sub__inner.bg-fv-sub04 {
  background: url(../img/enjoy/img-fv.jpg) no-repeat center/cover;
}

.c-fv-sub__inner.bg-fv-sub05 {
  background: url(../img/maccha/img-fv.jpg) no-repeat center/cover;
}

.c-pdf-button {
  align-items: center;
  background-color: #003D4D;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-pdf-button {
    padding: 0.6875rem 0.5rem;
  }
}

.c-pdf-button::after {
  background: url(../img/product/pdf.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-left: 0.625rem;
  width: 1.25rem;
}

.c-pdf-button.no-icon::after {
  display: none;
}

.l-header {
  background-color: #2B7E0B;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.l-header__inner {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.875rem;
}

.l-header-btn {
  align-items: center;
  display: flex;
  margin-left: auto;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .l-header-btn {
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.l-header-btn__item {
  background-color: #fff;
  color: #3f3f3f;
  display: block;
  letter-spacing: 0.1em;
  padding: 0.75rem 1.25rem 1rem;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 1199px) {
  .l-header-btn__item {
    padding: 0.625rem 1.25rem 0.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-btn__item {
    width: 150px;
  }
}

.l-header-btn__item:last-child {
  border-left: 1px solid #2B7E0B;
}
@media screen and (max-width: 1199px) {
  .l-header-btn__item:last-child {
    border-left: none;
  }
}

.l-header-btn__item span {
  position: relative;
}

.l-header-btn__item span::after {
  background: url(../img/btn-arrow.png) no-repeat center/contain;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  right: -25px;
  width: 21px;
}

@media screen and (max-width: 767px) {
  .l-header-sp {
    background: #2B7E0B;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 180;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sp.--active {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
  }
}

.l-header-sp__inner {
  height: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .l-header-sp-btn {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sp-btn__item {
    padding-bottom: 1.1875rem;
    padding-top: 0.9375rem;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sp-btn__contact {
    background-color: #00467F;
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.9375rem 1.25rem 1.1875rem;
    text-align: center;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sp-btn__contact::before {
    background: url(../img/icon-mail.png) no-repeat center/contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 0.625rem;
    width: 15px;
  }
}

.l-footer__inner {
  align-items: end;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.875rem;
  padding-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    align-items: center;
    flex-direction: column;
    padding-bottom: 2.875rem;
    text-align: center;
  }
}

.l-footer-left__title {
  color: #fff;
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-left__title {
    font-size: 1.125rem;
  }
}

.l-footer-left__text {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.9375rem;
}

.l-footer-left__policy {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-left__policy {
    margin-top: 1.875rem;
  }
}

.l-footer__right {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 1.6875rem;
  }
}

.l-footer__page-top {
  bottom: 30px;
  cursor: pointer;
  height: 40px;
  opacity: 0;
  position: fixed;
  right: 60px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 40px;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .l-footer__page-top {
    bottom: 15px;
    right: 30px;
  }
}

.l-footer__page-top.--active {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
}

.p-gnav__wrap {
  align-items: center;
  display: flex;
  gap: clamp(1.25rem, -2.75rem + 8.3333vw, 4.75rem);
}

.p-gnav__link {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1023px) {
  .p-gnav__link {
    letter-spacing: 0.2em;
  }
}

.p-gnav-sp {
  margin-top: 6.25rem;
}

.p-gnav-sp__link {
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 0.3em;
  padding: 1rem;
  text-align: center;
}

.p-fv img {
  -o-object-fit: cover;
  -o-object-position: top 0 right 0;
  aspect-ratio: 1440/800;
  object-fit: cover;
  object-position: top 0 right 0;
}
@media screen and (max-width: 767px) {
  .p-fv img {
    aspect-ratio: 375/554;
  }
}

.p-top-about__inner {
  padding-bottom: 8.0625rem;
  padding-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-bottom: 4rem;
    padding-top: 3.3125rem;
  }
}

.p-top-about__text-wrap {
  letter-spacing: 0.2em;
  line-height: 3;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__text-wrap {
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text:nth-child(2) {
    margin-top: 0.9375rem;
  }
}

.p-top-about__btn {
  margin-top: 2.8125rem;
}

.p-top-business__inner {
  padding-bottom: 7.25rem;
  padding-top: 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__inner {
    padding-bottom: 4.5rem;
    padding-top: 3.375rem;
  }
}

.p-top-business__text-wrap {
  letter-spacing: 0.2em;
  line-height: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__text-wrap {
    line-height: 2.2;
  }
}

.p-top-business__img-wrap {
  display: flex;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__img-wrap {
    margin-top: 1.625rem;
  }
}

.p-top-business__text-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__text-wrap {
    margin-top: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-business__text:nth-child(2) {
    margin-top: 1.375rem;
  }
}

.p-top-business__ashirai {
  margin-top: 1.375rem;
  text-align: center;
}

.p-top-business__ashirai img {
  -o-object-fit: cover;
  aspect-ratio: 249/235;
  max-width: 249px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-business__ashirai img {
    max-width: 117px;
  }
}

.p-top-business__btn {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__btn {
    margin-top: 2.5625rem;
  }
}

.p-top-product__inner {
  padding-bottom: 6.75rem;
  padding-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-product__inner {
    padding-bottom: 4.9375rem;
    padding-top: 3.6875rem;
  }
}

.p-top-product__content {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 3;
  margin-top: 2.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-product__content {
    line-height: 2.2;
  }
}

.p-top-product__main-text {
  font-size: clamp(1rem, 0.868rem + 0.5634vw, 1.375rem);
  font-weight: bold;
}

.p-top-product__sub-text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 3;
}

.p-top-product__item-text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: 0.5625rem;
  text-align: center;
}

.p-top-product__btn {
  margin-top: 5rem;
}

.p-top-enjoy__inner {
  margin-top: 8rem;
  padding-bottom: 12.75rem;
  padding-top: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-enjoy__inner {
    margin-top: 0;
    padding-bottom: 8.125rem;
    padding-top: 8.5625rem;
  }
}

.c-btn.p-top-enjoy__btn {
  margin-top: 3.75rem;
}

.bg01 {
  background: url(../img/bg-top-about.png) no-repeat center/cover;
}

.bg02 {
  background: url(../img/bg-top-business.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .bg02 {
    background: url(../img/bg-top-business-sp.png) no-repeat center/cover;
  }
}

.bg03 {
  background: url(../img/bg-top-product.jpg) no-repeat center/cover;
}

.bg04 {
  background: url(../img/bg-top-enjoy.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .bg04 {
    background: url(../img/bg-top-enjoy-sp.png) no-repeat center/cover;
  }
}

.bg05 {
  background: #2B7E0B;
}

.p-about__inner {
  padding-bottom: 13.9375rem;
  padding-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: 4.5rem;
    padding-top: 2.625rem;
  }
}

.p-about-president__img-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2.4375rem;
}

.p-about-president__img {
  text-align: center;
}

.p-about-president__img img {
  max-width: 310px;
}

.p-about-president__text {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2.0625rem;
}

.p-about-president__message {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 1000px;
}

.p-about-president__message p + p {
  margin-top: 2em;
}

.p-about__table1 {
  margin-top: 5rem;
}

.p-about-table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  table-layout: fixed;
  width: 100%;
}

.p-about-table th,
.p-about-table td {
  border: 1px solid #ddd;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-table th,
  .p-about-table td {
    border: none;
    display: block;
  }
}

.p-about-table th {
  background-color: #2B7E0B;
  color: #fff;
  letter-spacing: 0.2em;
  padding-bottom: 1.9375rem;
  padding-top: 1.9375rem;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-about-table th {
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
    width: 100%;
  }
}

.p-about-table td {
  background-color: #fff;
  padding: 1.9375rem;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .p-about-table td {
    background-color: transparent;
    padding: 1.25rem 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-table tr:first-child td {
    margin-top: -0.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-table tr:nth-child(n+2) th,
  .p-about-table tr:nth-child(n+2) td {
    margin-top: -0.0625rem;
  }
}

.p-about__box-title {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__box-title {
    margin-top: 3.4375rem;
  }
}

.p-about__table2 {
  margin-top: 3.125rem;
}

.p-about-certification {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-about-certification {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-certification + .p-about-certification {
    margin-top: 1.875rem;
  }
}

.p-about-certification:first-child .p-about-certification__img {
  max-width: 129px;
}

.p-about-certification:nth-child(2) .p-about-certification__img {
  max-width: 129px;
}

.p-about-certification:nth-child(3) .p-about-certification__img {
  max-width: 81px;
}

.p-about__map {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  max-width: 1000px;
}

.p-about-map iframe {
  aspect-ratio: 1000/500;
}
@media screen and (max-width: 767px) {
  .p-about-map iframe {
    aspect-ratio: 348/338;
  }
}

.p-about-map__address {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-map__address {
    margin-top: 1.3125rem;
  }
}

.p-business__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-bottom: 18.0625rem;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding-bottom: 4.9375rem;
    padding-top: 2.375rem;
  }
}

.p-business-box-title {
  line-height: 1.5;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-box-title {
    margin-top: 3.75rem;
  }
}

.p-business-section-wrap:first-of-type {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-section-wrap:first-of-type {
    margin-top: 2.1875rem;
  }
}

.p-business-section-wrap + .p-business-section-wrap {
  margin-top: 4.5rem;
}

.p-business__section-title {
  background-color: #F4F9D9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  color: #2B7E0B;
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
  padding: 0.875rem;
  text-align: center;
}

.p-business__section-text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 3;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__section-text {
    line-height: 2.2;
    margin-top: 1.5rem;
  }
}

.p-business-flow {
  background-color: #fff;
  padding: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-flow {
    background-color: transparent;
    padding: 0;
  }
}

.p-business__flow {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__flow {
    margin-top: 1.875rem;
  }
}

.p-business-flow__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.p-business-boxes {
  margin-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-business-boxes {
    margin-top: 4.8125rem;
  }
}

.p-business-box + .p-business-box {
  margin-top: 2rem;
}

.p-business-box.bg-color {
  background-color: rgba(71, 176, 35, 0.1);
  border-radius: 10px;
}

.p-business-box__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  padding: 3.5rem 1.25rem 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-box__inner {
    padding: 2.125rem 1.375rem;
  }
}

.p-business-box__title {
  font-size: clamp(1.125rem, 0.8169rem + 1.3146vw, 2rem);
  font-weight: 700;
  text-align: center;
}

.p-business-box__title::before {
  content: "◼︎";
  font-size: clamp(1.375rem, 1.1989rem + 0.7512vw, 1.875rem);
  margin-right: 0rem;
}

.p-business-box__lists {
  margin-top: 1.6875rem;
}

.p-business-box__list {
  align-items: center;
  display: flex;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-business-box__list + .p-business-box__list {
  margin-top: 1.3125rem;
}

.p-business-box__list::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 2.125rem;
  margin-right: 1.5625rem;
  width: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-box__list::before {
    height: 1.875rem;
    margin-right: 0.625rem;
    width: 1.875rem;
  }
}

.p-business-boxes .p-business-box:first-of-type .p-business-box__list:first-child:before {
  background: url("../img/business/number01.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:first-of-type .p-business-box__list:nth-child(2):before {
  background: url("../img/business/number02.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:first-of-type .p-business-box__list:nth-child(3):before {
  background: url("../img/business/number03.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:first-of-type .p-business-box__list:nth-child(4):before {
  background: url("../img/business/number04.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:nth-of-type(2) .p-business-box__list:nth-child(1):before {
  background: url("../img/business/number05.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:nth-of-type(2) .p-business-box__list:nth-child(2):before {
  background: url("../img/business/number06.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:nth-of-type(2) .p-business-box__list:nth-child(3):before {
  background: url("../img/business/number07.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:nth-of-type(3) .p-business-box__list:nth-child(1):before {
  background: url("../img/business/number08.png") no-repeat center/contain;
}

.p-business-boxes .p-business-box:nth-of-type(3) .p-business-box__list:nth-child(2):before {
  background: url("../img/business/number09.png") no-repeat center/contain;
}

.p-product__inner {
  padding-bottom: 14.8125rem;
  padding-top: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-product__inner {
    padding-bottom: 3.6875rem;
    padding-top: 1.8125rem;
  }
}

.p-product__img {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1875rem;
  max-width: 730px;
}
@media screen and (max-width: 767px) {
  .p-product__img {
    gap: 0;
  }
}

.p-product__contents {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-product__contents {
    margin-top: 3.1875rem;
  }
}

.p-product__box-text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 3;
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__box-text {
    line-height: 2.2;
    margin-top: 1.8125rem;
    text-align: left;
  }
}

.p-product__pdf-box {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-top: 3.125rem;
  padding: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-product__pdf-box {
    flex-direction: column;
    padding: 1.625rem 0.875rem;
  }
}

.p-product-pdf__img {
  width: 53.8922155689%;
}
@media screen and (max-width: 767px) {
  .p-product-pdf__img {
    width: 100%;
  }
}

.p-product-pdf__contents {
  margin-left: 7.0625rem;
  text-align: center;
  width: 26.2724550898%;
}
@media screen and (max-width: 767px) {
  .p-product-pdf__contents {
    margin-left: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-product-pdf__title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.38em;
}

.p-product-pdf__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1.875rem;
}

.p-product-pdf__button {
  margin-top: 1.25rem;
}

.p-product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.25rem;
  justify-content: center;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-product-items {
    gap: 0.625rem;
    justify-content: flex-start;
    margin-top: 1.75rem;
  }
}

.p-product-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .p-product-item {
    background: #fff;
    padding: 0.9375rem;
    width: calc((100% - 10px) / 2);
  }
}

.p-product-item__title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  line-height: 1.4;
  margin-top: 1.3125rem;
  text-align: center;
}

.p-product-item__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 2.0625rem;
  margin-top: 0.9375rem;
  text-align: left;
}

.p-product-item__button {
  margin-top: 2.0625rem;
  margin-top: auto;
}

.p-product-item__button .c-pdf-button {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
}

.p-enjoy__inner {
  padding-bottom: 11.8125rem;
  padding-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy__inner {
    padding-bottom: 5.9375rem;
    padding-top: 1.8125rem;
  }
}

.p-enjoy-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-link {
    flex-direction: column;
  }
}

.p-enjoy__link {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy__link {
    margin-top: 2.125rem;
  }
}

.p-enjoy-link__button {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-enjoy-link__button {
    width: 100%;
  }
}

.p-enjoy-link__button a {
  background-color: #006934;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 2.375rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-link__button a {
    padding: 1.1875rem;
  }
}

.p-enjoy-link__button:nth-child(n+2) a {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-enjoy-link__button:nth-child(n+2) a {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.p-enjoy-link__button a::after {
  background: url(../img/enjoy/arrow.png) no-repeat center/contain;
  bottom: 2.6875rem;
  content: "";
  display: inline-block;
  height: 0.25rem;
  position: absolute;
  right: 3rem;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy-link__button a::after {
    bottom: 46%;
    right: 5%;
  }
}

.p-enjoy__contents {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy__contents {
    margin-top: 3.25rem;
  }
}

.p-enjoy-contents__title {
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2.75rem;
  text-align: center;
}

.p-enjoy-contents__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-contents__text {
    line-height: 2.2;
  }
}

.p-enjoy-contents__figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.0625rem;
  max-width: 700px;
}

.p-enjoy__brew {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy__brew {
    margin-top: 3.125rem;
  }
}

.p-enjoy-brew__title {
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-brew__title {
    margin-top: 1.8125rem;
  }
}

.p-enjoy-brew__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-brew__text {
    letter-spacing: 0.08em;
    line-height: 2.2;
    margin-top: 1.4375rem;
  }
}

.p-enjoy__illust {
  margin-top: 2.5rem;
}

.p-enjoy-illust + .p-enjoy-illust {
  margin-top: 3.4375rem;
}

.p-enjoy-illust__title {
  background-color: #006934;
  color: #fff;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 1.5rem;
  text-align: center;
}

.p-enjoy-illust__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy-illust__items {
    gap: 0.9375rem 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-enjoy-illust-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - 39px) / 4);
}
@media screen and (max-width: 767px) {
  .p-enjoy-illust-item {
    width: calc((100% - 13px) / 2);
  }
}

.p-enjoy-illust-item__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-enjoy-illust-item__text {
    margin-top: 0.625rem;
  }
}

.p-enjoy-illust-item__text span {
  color: #006934;
}

.p-enjoy-illust-item__img img {
  -o-object-fit: cover;
  -o-object-position: right;
  aspect-ratio: 482/482;
  border-radius: 10px;
  object-fit: cover;
  object-position: right;
}

.p-enjoy-health__box-title {
  margin-top: 4.4375rem;
}

.p-enjoy-health__title {
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-health__title {
    margin-top: 1.8125rem;
  }
}

.p-enjoy-health__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enjoy-health__text {
    letter-spacing: 0.08em;
    line-height: 2.2;
    margin-top: 1.4375rem;
  }
}

.p-enjoy-health__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .p-enjoy-health__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 2.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-enjoy-health__img img {
    -o-object-fit: cover;
    height: 238px;
    object-fit: cover;
  }
}

.p-enjoy-health__table {
  margin-top: 5rem;
}

.p-enjoy-table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  table-layout: fixed;
  width: 100%;
}

.p-enjoy-table th,
.p-enjoy-table td {
  border: 1px solid #ddd;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-enjoy-table th,
  .p-enjoy-table td {
    display: block;
  }
}

.p-enjoy-table th {
  background-color: #006934;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-enjoy-table th {
    padding: 1.25rem;
    width: 100%;
  }
}

.p-enjoy-table td {
  background-color: #fff;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.1em;
  padding: 1.9375rem;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .p-enjoy-table td {
    padding: 1.625rem 1.25rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-enjoy-table tr:first-child td {
    margin-top: -0.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-enjoy-table tr:nth-child(n+2) th,
  .p-enjoy-table tr:nth-child(n+2) td {
    margin-top: -0.0625rem;
  }
}

.p-maccha__inner {
  padding-bottom: 15.625rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-maccha__inner {
    padding-bottom: 8.8125rem;
    padding-top: 1.875rem;
  }
}

.p-maccha__pdf-button {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-maccha__pdf-button {
    margin-top: 1.625rem;
  }
}

.p-maccha__figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.6875rem;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .p-maccha__figure {
    margin-top: 0;
  }
}

.p-maccha__contents {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-maccha__contents {
    margin-top: 4.25rem;
  }
}

.p-maccha__text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.08em;
  line-height: 3;
  margin-top: 3.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-maccha__text {
    line-height: 2.2;
    margin-top: 1.875rem;
  }
}

.p-maccha__button {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-maccha__button {
    margin-top: 1.9375rem;
  }
}

.js-blurAnimation {
  filter: blur(20px);
  opacity: 0;
  visibility: hidden;
}

.js-fadeUpItem,
.js-fadeUpSingle {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}

.js-fv-slider {
  opacity: 0;
  visibility: hidden;
}

.js-fv-logo {
  filter: blur(20px);
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=sourcemaps/styles.css.map */