@charset "UTF-8";
/* リキッドレイアウト対応 */
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl-none {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .l-none {
    display: none !important;
  }
}
@media screen and (max-width: 1250px) {
  .ml-none {
    display: none !important;
  }
}
@media screen and (max-width: 919px) {
  .m-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .s-none {
    display: none !important;
  }
}
@media screen and (min-width: 641pxpx) {
  .rs-none {
    display: none !important;
  }
}
html {
  scroll-padding-top: 6rem;
}

body {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  font-weight: 400;
}
body {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  body {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

.remove-body-scroll {
  height: 100vh;
  overflow-y: hidden;
}

.mfp-bg, .mfp-wrap {
  z-index: 10001;
}

p {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1080px) and (min-width: 768) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 919px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address,
em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

.accordion {
  border-bottom: 1px solid #CCCCCC;
}
.accordion-btn {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.accordion-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  width: 96%;
}
@media screen and (max-width: 919px) {
  .accordion-btn__txt {
    width: 90%;
  }
}
.accordion-btn__txt > span {
  font-family: "Cormorant", serif;
  color: #222222;
}
.accordion-btn__txt > span {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .accordion-btn__txt > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .accordion-btn__txt > span {
    font-size: 18px;
  }
}
.accordion-btn__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #335719;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion-btn__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-plus.svg) center/cover;
  mask: url(../../assets/images/icon-plus.svg) center/cover;
  background: #fff;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-body {
  padding-right: 64px;
  padding-right: 4rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 32px;
  gap: 2rem;
}
.accordion-body {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .accordion-body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .accordion-body {
    font-size: 14px;
  }
}
.accordion-body > span {
  font-family: "Cormorant", serif;
  color: #222222;
}
.accordion-body > span {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .accordion-body > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .accordion-body > span {
    font-size: 18px;
  }
}
.accordion-content {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.accordion.accordion-active .accordion-btn {
  color: #335719;
}
.accordion.accordion-active .accordion-btn__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-minus.svg) center/cover;
  mask: url(../../assets/images/icon-minus.svg) center/cover;
  background: #fff;
  width: 10px;
  width: 0.625rem;
  height: 1.5px;
  height: 0.09375rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .--bold {
  font-weight: 700;
}

.block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.block-ttl > h4 {
  font-family: "Cormorant", serif;
  color: #335719;
  font-weight: 700;
}
.block-ttl > h4 {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .block-ttl > h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .block-ttl > h4 {
    font-size: 16px;
  }
}
.block-ttl > h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.block-ttl > h2 {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  .block-ttl > h2 {
    font-size: calc(26.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  .block-ttl > h2 {
    font-size: 32px;
  }
}
.block-ttl.--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
}
.block-news__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.block-news__date {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.block-news__date {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .block-news__date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .block-news__date {
    font-size: 11px;
  }
}
.block-news__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-news__ttl {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-news__ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .block-news__ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .block-news__ttl {
    -webkit-line-clamp: 2;
  }
}

.block-imgcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .block-imgcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.block-imgcontent__img {
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
}
@media screen and (max-width: 919px) {
  .block-imgcontent__img {
    max-width: none;
  }
}
.block-imgcontent__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/156;
}
.block-imgcontent__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-imgcontent__content-txt {
  line-height: 1.7;
}
.block-imgcontent.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 919px) {
  .block-imgcontent.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-imgcontent.--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-imgcontent.--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 520px;
  max-width: 32.5rem;
  gap: 24px;
  gap: 1.5rem;
}
.block-imgcontent.--vertical .block-imgcontent__img {
  max-width: none;
}
.block-imgcontent.--vertical._chaba {
  gap: 16px;
  gap: 1rem;
}
.block-imgcontent.--full-hover {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  .block-imgcontent.--full-hover {
    max-width: none;
  }
}
.block-imgcontent.--full-hover:hover .btn-secondary__txt-content > p {
  -webkit-animation: rollUpBtnText 0.7s;
          animation: rollUpBtnText 0.7s;
}
.block-imgcontent.--full-hover:hover .btn-secondary__txt-content > span {
  -webkit-animation: rollUpBtnSpan 0.7s;
          animation: rollUpBtnSpan 0.7s;
}
.block-imgcontent.--full-hover:hover .btn-secondary__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.block-imgcontent.--full-hover:hover .btn-secondary__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}

.block-outer {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 919px) {
  .block-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.block-outer__content {
  width: 50%;
  max-width: 376px;
  max-width: 23.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  gap: 2.5rem;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  padding: 0 25px;
}
@media screen and (max-width: 919px) {
  .block-outer__content {
    width: 100%;
    max-width: none;
    gap: 1.5rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 919px) {
  .block-outer__content .btn-details {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.block-outer__content p {
  line-height: 1.7;
}
.block-outer__img {
  width: 56%;
}
@media screen and (max-width: 919px) {
  .block-outer__img {
    width: 88%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 919px) {
  .block-outer__img {
    max-width: none;
  }
}
.block-outer.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 919px) {
  .block-outer.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 919px) {
  .block-outer.--reverse .block-outer__img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.block-outer.--reverse .block-outer__content {
  margin-right: auto;
  margin-left: 0;
}

.block-step {
  display: grid;
  grid-template-columns: 15% 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 1.5rem;
  gap: 60px;
  gap: 3.75rem;
  padding: 0 100px;
  padding: 0 6.25rem;
}
@media screen and (max-width: 919px) {
  .block-step {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-step {
    padding: 0 1rem;
  }
}
.block-step__step {
  background-color: #F1F9F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 160px;
  max-width: 10rem;
  height: 100%;
  font-weight: 700;
  font-family: "Cormorant", serif;
  line-height: 1.8;
  position: relative;
}
.block-step__step > span {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-step__step > span {
    font-size: calc(7.19512px + 1.09756vw);
  }
}
@media screen and (min-width: 1440px) {
  .block-step__step > span {
    font-size: 23px;
  }
}
.block-step__step > p {
  line-height: 0.2;
}
.block-step__step > p {
  font-size: 40px;
}
@media screen and (min-width: 620px) {
  .block-step__step > p {
    font-size: calc(9.7561px + 4.87805vw);
  }
}
@media screen and (min-width: 1440px) {
  .block-step__step > p {
    font-size: 80px;
  }
}
.block-step__step::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  -webkit-mask: url(../../assets/images/enjoy/step-triangle.) top/contain no-repeat;
  mask: url(../../assets/images/enjoy/step-triangle.webp) top/contain no-repeat;
  background: #F1F9F1;
}
.block-step .block-imgcontent {
  padding: 40px 0;
  padding: 2.5rem 0;
  max-width: 860px;
  max-width: 53.75rem;
  gap: 40px;
  gap: 2.5rem;
}
.block-step .block-imgcontent__img {
  max-width: 240px;
  max-width: 15rem;
}
.block-step .block-imgcontent__content > p {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .block-step .block-imgcontent__content > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .block-step .block-imgcontent__content > p {
    font-size: 18px;
  }
}
.block-step.--last .block-step__step::after {
  display: none;
}

.block-green {
  padding: 40px 48px;
  padding: 2.5rem 3rem;
  background-color: #F1F9F1;
  border-radius: 1rem;
  width: 100%;
}
.block-green.--border-none {
  border-radius: 0;
}
.block-green.--gray {
  background-color: #F3F3F3;
}

.block-green-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding: 24px 48px;
  padding: 1.5rem 3rem;
  background-color: #F8FBF1;
  border-radius: 0;
  width: 100%;
}
.block-green-check {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-green-check {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .block-green-check {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .block-green-check {
    padding: 1.5rem 1.25rem;
  }
}
.block-green-check > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.block-green-check > p::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-check.svg) center/cover;
  mask: url(../../assets/images/icon-check.svg) center/cover;
  background: #335719;
  width: 18px;
  width: 1.125rem;
  min-width: 18px;
  min-width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

.block-column {
  width: 100%;
  max-width: 344px;
  max-width: 21.5rem;
}
.block-column .block-imgcontent {
  gap: 16px;
  gap: 1rem;
}
.block-column .block-imgcontent__content {
  gap: 10px;
  gap: 0.625rem;
}
.block-column__date {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.block-column__date {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-column__date {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .block-column__date {
    font-size: 14px;
  }
}
.block-column__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-column__ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .block-column__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .block-column__ttl {
    font-size: 18px;
  }
}
.block-column__columnist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-column__columnist img {
  width: 50px;
  width: 3.125rem;
}
.block-column__columnist > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-column__columnist > p {
    font-size: calc(10.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  .block-column__columnist > p {
    font-size: 18px;
  }
}

.block-event .block-imgcontent {
  gap: 24px;
  gap: 1.5rem;
}
.block-event .block-imgcontent__img {
  max-width: 220px;
  max-width: 13.75rem;
  position: relative;
}
.block-event .block-imgcontent__img.--fix::before {
  position: absolute;
  content: "";
  left: -24px;
  top: -24px;
  background: url(../../assets/images/icon-fix.svg) no-repeat center center/contain;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 919px) {
  .block-event .block-imgcontent__img {
    max-width: 20rem;
  }
}
.block-event__status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 23px;
  height: 1.4375rem;
  padding: 0 8px;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #AAAAAA;
  color: #fff;
  font-weight: 700;
  border-radius: 0.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.block-event__status {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .block-event__status {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .block-event__status {
    font-size: 11px;
  }
}
.block-event__status.--ended {
  background-color: #AAAAAA;
  color: #fff;
}
.block-event__status.--applying {
  background-color: #FAC898;
  color: #5A2E04;
}
.block-event__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.block-event__ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .block-event__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .block-event__ttl {
    font-size: 18px;
  }
}
.block-event__txt {
  color: #666666;
  line-height: 1.7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.block-event__txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-event__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .block-event__txt {
    font-size: 14px;
  }
}
.block-event__date-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 919px) {
  .block-event__date-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-event__date {
  color: #335719;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.block-event__date {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .block-event__date {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .block-event__date {
    font-size: 14px;
  }
}
.block-event__date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #335719;
  -webkit-mask-image: url(../../assets/images/icon-calendar.svg);
          mask-image: url(../../assets/images/icon-calendar.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 14.4px;
  height: 16px;
}

.block-white {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 40px 64px;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 640px) {
  .block-white {
    padding: 1rem;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumbs a {
  height: 100%;
  display: block;
}
.breadcrumbs-divider {
  width: 10px;
  width: 0.625rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #335719;
}
.breadcrumbs-divider {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .breadcrumbs-divider {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs-divider {
    font-size: 11px;
  }
}
.breadcrumbs .home {
  color: #335719;
  text-decoration: underline;
}
.breadcrumbs .home {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .breadcrumbs .home {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs .home {
    font-size: 11px;
  }
}
.breadcrumbs .archive {
  color: #335719;
  text-decoration: underline;
}
.breadcrumbs .archive {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .breadcrumbs .archive {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs .archive {
    font-size: 11px;
  }
}
.breadcrumbs .post-page {
  color: #335719;
  text-decoration: underline;
}
.breadcrumbs .post-page {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .breadcrumbs .post-page {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs .post-page {
    font-size: 11px;
  }
}
.breadcrumbs .current-item {
  color: #CCCCCC;
  text-decoration: none;
  height: 100%;
  display: block;
}
.breadcrumbs .current-item {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .breadcrumbs .current-item {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs .current-item {
    font-size: 11px;
  }
}

.btn-details {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 195px;
  max-width: 12.1875rem;
  border-bottom: 1px solid #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 919px) {
  .btn-details {
    gap: 0.875rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.btn-details > p {
  font-family: "Shippori Mincho", serif;
  color: #335719;
  font-weight: 700;
}
.btn-details__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.btn-details__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-details__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-details__icon.--vertical::before {
  position: absolute;
  content: "";
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.btn-details__icon.--vertical::after {
  position: absolute;
  content: "";
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(0%);
          transform: rotate(180deg) translateY(0%);
}
.btn-details__circle {
  position: absolute;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(134, 184, 27, .3);
  bottom: -13px;
  bottom: -0.8125rem;
  left: -40px;
  left: -2.5rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-details:hover .btn-details__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-details:hover .btn-details__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
.btn-details:hover .btn-details__icon.--vertical::before {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-25%);
          transform: rotate(180deg) translateY(-25%);
}
.btn-details:hover .btn-details__icon.--vertical::after {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
.btn-details:hover .btn-details__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn-details.--sm {
  max-width: 121px;
  max-width: 7.5625rem;
}
@media screen and (max-width: 919px) {
  .btn-details.--sm {
    gap: 0.875rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.btn-details.--sm > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .btn-details.--sm > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-details.--sm > p {
    font-size: 14px;
  }
}
.btn-details.--lg {
  max-width: 353px;
  max-width: 22.0625rem;
}
@media screen and (max-width: 919px) {
  .btn-details.--lg {
    gap: 0.875rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.btn-details.--lg > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .btn-details.--lg > p {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-details.--lg > p {
    font-size: 16px;
  }
}
.btn-details.--link .btn-details__icon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-details.--link .btn-details__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  -webkit-transform: rotate(0) translate(0%, 100%);
          transform: rotate(0) translate(0%, 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-details.--link .btn-details__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  -webkit-transform: rotate(0) translate(0%, 0%);
          transform: rotate(0) translate(0%, 0%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-details.--link:hover .btn-details__icon::before {
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  opacity: 1;
}
.btn-details.--link:hover .btn-details__icon::after {
  -webkit-transform: translate(200%, -100%);
          transform: translate(200%, -100%);
  opacity: 0;
}
.btn-details.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn-details.--reverse .btn-details__circle {
  right: -40px;
  right: -2.5rem;
  left: inherit;
}
.btn-details.--reverse .btn-details__icon::before {
  -webkit-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
}
.btn-details.--reverse .btn-details__icon::after {
  -webkit-transform: rotate(-90deg) translateY(0%);
          transform: rotate(-90deg) translateY(0%);
}
.btn-details.--reverse:hover .btn-details__icon::before {
  -webkit-transform: rotate(-90deg) translateY(0%);
          transform: rotate(-90deg) translateY(0%);
  opacity: 1;
}
.btn-details.--reverse:hover .btn-details__icon::after {
  -webkit-transform: rotate(-90deg) translateY(-150%);
          transform: rotate(-90deg) translateY(-150%);
  opacity: 0;
}

.btn-file {
  width: 100%;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  gap: 0.5rem;
}
.btn-file::after {
  content: "";
  background: #335719;
  width: 18px;
  width: 1.125rem;
  min-width: 18px;
  min-width: 1.125rem;
  height: 24px;
  height: 1.5rem;
}
.btn-file.--pdf::after {
  -webkit-mask: url(../../assets/images/icon-pdf.svg) center/cover;
  mask: url(../../assets/images/icon-pdf.svg) center/cover;
}
.btn-file.--xlxs::after {
  -webkit-mask: url(../../assets/images/icon-xlxs.svg) center/cover;
  mask: url(../../assets/images/icon-xlxs.svg) center/cover;
}
.btn-file.--pptx::after {
  -webkit-mask: url(../../assets/images/icon-pptx.svg) center/cover;
  mask: url(../../assets/images/icon-pptx.svg) center/cover;
}
.btn-file.--docx::after {
  -webkit-mask: url(../../assets/images/icon-docx.svg) center/cover;
  mask: url(../../assets/images/icon-docx.svg) center/cover;
}
.btn-file.--zip::after {
  -webkit-mask: url(../../assets/images/icon-zip.svg) center/cover;
  mask: url(../../assets/images/icon-zip.svg) center/cover;
}
.btn-file.--link::after {
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  width: 14px;
  width: 0.875rem;
  min-width: 14px;
  min-width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.btn-file.--download::after {
  -webkit-mask: url(../../assets/images/icon-download.svg) center/cover;
  mask: url(../../assets/images/icon-download.svg) center/cover;
  width: 14px;
  width: 0.875rem;
  min-width: 14px;
  min-width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.btn-file > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  .btn-file > p {
    display: inline-block;
  }
}
.btn-file > p > span {
  font-weight: 700;
  color: #fff;
  background-color: #335719;
  border-radius: 0.125rem;
  padding: 0 4px;
  padding: 0 0.25rem;
}
.btn-file > p > span {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .btn-file > p > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-file > p > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .btn-file > p > span {
    margin-left: 0.5rem;
  }
}

.btn-primary {
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 32px 24px 40px;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  border: 1px solid #335719;
  border-radius: 2.5rem;
  cursor: pointer;
}
.btn-primary__txt {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.btn-primary__icon {
  background: #335719;
}
.btn-primary .--icon-arrow {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: transparent;
}
.btn-primary .--icon-arrow::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary .--icon-arrow::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary .--icon-printer {
  -webkit-mask: url(../../assets/images/icon-printer.svg) center/cover;
  mask: url(../../assets/images/icon-printer.svg) center/cover;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.btn-primary .--icon-fb {
  background: url(../../assets/images/icon-fb.svg) center/cover;
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
}
.btn-primary .--icon-youtube {
  background: url(../../assets/images/icon-youtube.svg) center/cover;
  width: 32px;
  width: 2rem;
  height: 24px;
  height: 1.5rem;
}
.btn-primary.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn-primary.--reverse .--icon-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.btn-primary.--txt-center .btn-primary__txt {
  margin: auto;
}
.btn-primary:hover .--icon-arrow::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-primary:hover .--icon-arrow::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}

.btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .btn-secondary {
    height: 2.5rem;
  }
}
.btn-secondary__txt-content {
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.btn-secondary__txt-content {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .btn-secondary__txt-content {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-secondary__txt-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-secondary__txt-content {
    width: 85%;
  }
}
.btn-secondary__txt-content > p {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  left: 0px;
  top: 0px;
  position: absolute;
}
.btn-secondary__txt-content > span {
  opacity: 0;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  color: #222222;
}
.btn-secondary__icon {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border: 1px solid #335719;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .btn-secondary__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-secondary__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary:hover .btn-secondary__txt-content > p {
  -webkit-animation: rollUpBtnText 0.7s;
          animation: rollUpBtnText 0.7s;
}
.btn-secondary:hover .btn-secondary__txt-content > span {
  -webkit-animation: rollUpBtnSpan 0.7s;
          animation: rollUpBtnSpan 0.7s;
}
.btn-secondary:hover .btn-secondary__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-secondary:hover .btn-secondary__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}

@-webkit-keyframes rollUpBtnText {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes rollUpBtnText {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rollUpBtnSpan {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes rollUpBtnSpan {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
.btn-circle {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #335719;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-circle::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #fff;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-circle::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-circle:hover {
  background-color: #335719;
}
.btn-circle:hover::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-circle:hover::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}

.btn-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 487px;
  max-width: 30.4375rem;
  height: 160px;
  height: 10rem;
  background: url(../../assets/images/bg-button.webp) center/cover;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: 8px 8px 0px rgba(51, 87, 25, .3);
          box-shadow: 8px 8px 0px rgba(51, 87, 25, .3);
}
.btn-square__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.btn-square__txt {
  font-size: 24px;
}
@media screen and (min-width: 620px) {
  .btn-square__txt {
    font-size: calc(22.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-square__txt {
    font-size: 26px;
  }
}
.btn-square__icon {
  background: #335719;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
}
@media screen and (max-width: 919px) {
  .btn-square__icon {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.btn-square .--icon-doc {
  -webkit-mask: url(../../assets/images/icon-doc.svg) center/cover;
  mask: url(../../assets/images/icon-doc.svg) center/cover;
}
.btn-square .--icon-send {
  -webkit-mask: url(../../assets/images/icon-send.svg) center/cover;
  mask: url(../../assets/images/icon-send.svg) center/cover;
}
.btn-square .--icon-spot {
  background: url(../../assets/images/icon-spot.svg) no-repeat center center/contain;
  width: 140px;
  width: 8.75rem;
  height: 88px;
  height: 5.5rem;
}
.btn-square .--icon-tel {
  -webkit-mask: url(../../assets/images/icon-tel.svg) center/cover;
  mask: url(../../assets/images/icon-tel.svg) center/cover;
}
.btn-square .--icon-schedule {
  -webkit-mask: url(../../assets/images/icon-schedule.svg) center/cover;
  mask: url(../../assets/images/icon-schedule.svg) center/cover;
}
.btn-square .--icon-calc {
  -webkit-mask: url(../../assets/images/icon-calc.svg) center/cover;
  mask: url(../../assets/images/icon-calc.svg) center/cover;
}

.btn-square-enjoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 487px;
  max-width: 30.4375rem;
  height: 160px;
  height: 10rem;
  background: #fff;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: 8px 8px 0px rgba(51, 87, 25, .3);
          box-shadow: 8px 8px 0px rgba(51, 87, 25, .3);
  border-radius: 1.5rem;
}
.btn-square-enjoy__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
  text-align: center;
  width: 100%;
}
.btn-square-enjoy__txt {
  font-size: 24px;
}
@media screen and (min-width: 620px) {
  .btn-square-enjoy__txt {
    font-size: calc(22.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-square-enjoy__txt {
    font-size: 26px;
  }
}
.btn-square-enjoy__icon {
  width: 123px;
  width: 7.6875rem;
  min-width: 123px;
  min-width: 7.6875rem;
  height: 120px;
  height: 7.5rem;
  background: url(../../assets/images/enjoy/button-leaf.webp) center/cover;
}
@media screen and (max-width: 919px) {
  .btn-square-enjoy__icon {
    width: 5.6875rem;
    min-width: 5.6875rem;
    height: 5.5rem;
  }
}

.btn-simple {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.btn-simple {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .btn-simple {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-simple {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-simple {
    padding-bottom: 1rem;
  }
}
.btn-simple__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.btn-simple__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-simple__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-simple.--icon-link::after {
  content: "";
  background: #335719;
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.btn-simple:hover .btn-simple__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-simple:hover .btn-simple__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
.btn-simple:hover .btn-details__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn-simple.--subpage {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.btn-simple.--subpage {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .btn-simple.--subpage {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-simple.--subpage {
    font-size: 14px;
  }
}

.btn-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.btn-page > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.btn-page > p {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  .btn-page > p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-page > p {
    font-size: 26px;
  }
}
.btn-page::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 240px;
  width: 15rem;
  height: 2px;
  background-color: #335719;
}
.btn-page__icon {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border: 1px solid #335719;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn-page__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-page__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-page__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-page:hover .btn-page__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-page:hover .btn-page__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}

.btn-bg {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  .btn-bg {
    padding-top: 2rem;
  }
}
.btn-bg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .btn-bg__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.btn-bg__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
}
@media screen and (max-width: 640px) {
  .btn-bg__block {
    gap: 0.5rem;
  }
}
.btn-bg__item {
  padding: 40px 32px 24px;
  padding: 2.5rem 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 300px;
  height: 18.75rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn-bg__item {
    padding: 0.75rem;
    height: 12.625rem;
  }
}
.btn-bg__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
.btn-bg__item-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
}
.btn-bg__item-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  .btn-bg__item-ttl {
    font-size: calc(15.46341px + 0.73171vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-bg__item-ttl {
    font-size: 26px;
  }
}
.btn-bg__item-txt {
  color: #fff;
}
.btn-bg__item-txt {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .btn-bg__item-txt {
    font-size: calc(10.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  .btn-bg__item-txt {
    font-size: 16px;
  }
}
.btn-bg__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.btn-bg__item .btn-secondary {
  max-width: 156px;
  max-width: 9.75rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .btn-bg__item .btn-secondary {
    height: 3.5rem;
  }
}
.btn-bg__item .btn-secondary span,
.btn-bg__item .btn-secondary p {
  color: #fff;
}
.btn-bg__item .btn-secondary span,
.btn-bg__item .btn-secondary p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .btn-bg__item .btn-secondary span,
  .btn-bg__item .btn-secondary p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-bg__item .btn-secondary span,
  .btn-bg__item .btn-secondary p {
    font-size: 16px;
  }
}
.btn-bg__item .btn-secondary__icon {
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btn-bg__item .btn-secondary__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.btn-bg__item .btn-secondary__icon::before, .btn-bg__item .btn-secondary__icon::after {
  background: #fff;
}
.btn-bg__item:hover .btn-secondary__txt-content > p {
  -webkit-animation: rollUpBtnText 0.7s;
          animation: rollUpBtnText 0.7s;
}
.btn-bg__item:hover .btn-secondary__txt-content > span {
  -webkit-animation: rollUpBtnSpan 0.7s;
          animation: rollUpBtnSpan 0.7s;
}
.btn-bg__item:hover .btn-secondary__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
.btn-bg__item:hover .btn-secondary__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
.btn-bg__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
}
.btn-bg__notes {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .btn-bg__notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .btn-bg__notes {
    font-size: 14px;
  }
}
.btn-bg__notes::before {
  content: "※";
}

.link-external {
  color: #003399;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link-external {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .link-external {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .link-external {
    font-size: 14px;
  }
}
.link-external::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  background: #003399;
  width: 14px;
  width: 0.875rem;
  min-width: 14px;
  min-width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.link-external:hover {
  opacity: 0.6;
}

.link-anchor {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .link-anchor {
    padding-bottom: 0.5rem;
  }
}
.link-anchor__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.link-anchor__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(180deg) translateY(100%);
          transform: rotate(180deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 4px;
  right: 0.25rem;
}
.link-anchor__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(180deg) translateY(25%);
          transform: rotate(180deg) translateY(25%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 4px;
  right: 0.25rem;
}
.link-anchor:hover .link-anchor__icon::before {
  -webkit-transform: rotate(180deg) translateY(-25%);
          transform: rotate(180deg) translateY(-25%);
  opacity: 1;
}
.link-anchor:hover .link-anchor__icon::after {
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
  opacity: 0;
}
.link-anchor.--arrow-right .link-anchor__icon::before {
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  position: inherit;
  right: inherit;
}
.link-anchor.--arrow-right .link-anchor__icon::after {
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  position: inherit;
  right: inherit;
}
.link-anchor.--arrow-right:hover .link-anchor__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
}
.link-anchor.--arrow-right:hover .link-anchor__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
}

.link-border {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 524px;
  max-width: 32.75rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
.link-border::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  background: #335719;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.link-border.--sm {
  max-width: 246px;
  max-width: 15.375rem;
}

.card-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.5rem;
  height: 163px;
  height: 10.1875rem;
}
@media screen and (max-width: 640px) {
  .card-address {
    padding: 1rem;
    gap: 0.5rem;
    height: 8.75rem;
  }
}
.card-address__name {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.card-address__name {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .card-address__name {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .card-address__name {
    font-size: 20px;
  }
}
.card-address__name::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-link.svg) center/cover;
  mask: url(../../assets/images/icon-link.svg) center/cover;
  background: #335719;
  width: 14px;
  width: 0.875rem;
  min-width: 14px;
  min-width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.card-address__address {
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  gap: 0.25rem;
}
.card-address__address {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .card-address__address {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .card-address__address {
    font-size: 14px;
  }
}
.card-address__address::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-pin.svg) center/cover;
  mask: url(../../assets/images/icon-pin.svg) center/cover;
  background: #335719;
  width: 12px;
  width: 0.75rem;
  min-width: 12px;
  min-width: 0.75rem;
  height: 16px;
  height: 1rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #335719;
  border-radius: 2px;
  margin-right: 8px;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.checkbox input:checked + .checkmark {
  background-color: #335719;
  border-color: #335719;
}
.checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background-color: #fff;
  border: 1px solid #335719;
  border-radius: 2px;
  margin-right: 8px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #335719;
  border-color: #335719;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.choices[data-type*=select-one] .choices__inner {
  padding: 16px;
  padding: 1rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #CCCCCC;
}

.choices__placeholder {
  opacity: 1;
}

.choices[data-type*=select-one]::after {
  border-style: none;
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #335719;
  width: 12px;
  width: 0.75rem;
  height: 6px;
  height: 0.375rem;
  right: 24px;
  right: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -6px;
  margin-top: -0.375rem;
}

.form .choices__inner {
  position: relative;
}
.form .choices__inner::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-arrowdown.svg) center/cover;
  mask: url(../../assets/images/icon-arrowdown.svg) center/cover;
  background: #335719;
  width: 12px;
  width: 0.75rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
  margin: auto;
}
.form .choices__input {
  border: none;
  border-radius: 0;
  height: auto;
  background: transparent;
  padding: 0;
}
.form .choices__list--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .choices__list--multiple .choices__item--selectable {
  background-color: #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.form .choices__list--multiple .choices__item--selectable .choices__button {
  border: none;
}

hr {
  width: 100%;
  color: #CCCCCC;
}

.menu-divider {
  width: 1px;
  height: 16px;
  height: 1rem;
  background: #335719;
}
.menu-divider.--gray {
  background: #CCCCCC;
}

.drowpdown-language {
  position: relative;
}
.drowpdown-language__button {
  border: 1px solid #335719;
  color: #335719;
  border-radius: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Cormorant", serif;
  padding: 0 8px;
  padding: 0 0.5rem;
  height: 27px;
  height: 1.6875rem;
}
.drowpdown-language__button::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-lang.svg) center/cover;
  mask: url(../../assets/images/icon-lang.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.drowpdown-language__button::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #335719;
  width: 10px;
  width: 0.625rem;
  height: 4px;
  height: 0.25rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.drowpdown-language__button:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drowpdown-language__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 14px;
  top: 0.875rem;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 87, 25, .25);
          box-shadow: 0px 0px 10px rgba(51, 87, 25, .25);
  border-radius: 0.25rem;
  padding-block: 8px;
  padding-block: 0.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
.drowpdown-language__items .dropdown-item {
  padding: 6px 24px;
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drowpdown-language__items .dropdown-item {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .drowpdown-language__items .dropdown-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .drowpdown-language__items .dropdown-item {
    font-size: 13px;
  }
}
.drowpdown-language__items .dropdown-item:hover {
  background: #335719;
  color: #fff;
}
.drowpdown-language__items:hover {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  position: absolute;
  top: 91px;
  top: 5.6875rem;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  padding: 40px 0 48px;
  padding: 2.5rem 0 3rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
.dropdown-menu .btn-simple {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.dropdown-menu .btn-simple.--subpage {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  padding-bottom: 0;
}
.dropdown-menu__page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.dropdown-menu__page-link > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.dropdown-menu__page-link > p {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  .dropdown-menu__page-link > p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .dropdown-menu__page-link > p {
    font-size: 26px;
  }
}
.dropdown-menu__page-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 240px;
  width: 15rem;
  height: 2px;
  background-color: #335719;
}
.dropdown-menu__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  gap: 3rem;
}
.dropdown-menu .--2col {
  display: grid;
  grid-template-columns: calc(33% - 24px) calc(67% - 24px);
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu__col {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
.dropdown-menu__col.--2col {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.dropdown-menu.--1row .dropdown-menu__col {
  grid-template-rows: repeat(1, 1fr);
}
.dropdown-menu.--2row .dropdown-menu__col {
  grid-template-rows: repeat(2, 1fr);
}
.dropdown-menu.--3row .dropdown-menu__col {
  grid-template-rows: repeat(3, 1fr);
}
.dropdown-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.dropdown-menu__subpage-item {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu__subpage-item {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .dropdown-menu__subpage-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .dropdown-menu__subpage-item {
    font-size: 14px;
  }
}
.dropdown-menu__subpage-item::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 8px;
  margin-right: 0.5rem;
}
.dropdown-menu__sublinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.dropdown-menu__sublink-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu__sublink-item {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .dropdown-menu__sublink-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .dropdown-menu__sublink-item {
    font-size: 14px;
  }
}
.dropdown-menu__sublink-item::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-menu.dropdown-active {
  opacity: 1;
  visibility: visible;
  max-height: 700px;
  max-height: 43.75rem;
}
.dropdown-menu__img {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.extra__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
.extra__links > li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A0DAB;
}
@media screen and (max-width: 919px) {
  .extra__links > li {
    font-size: 1rem;
  }
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  .flow-step {
    gap: 0rem;
  }
}
.flow-step .--green-1 {
  background-color: #f0f6e3;
}
.flow-step .--green-2 {
  background-color: #e1edc6;
}
.flow-step .--green-3 {
  background-color: #d2e4a9;
}
.flow-step .--green-4 {
  background-color: #c3db8d;
}
.flow-step .--green-5 {
  background-color: #b3d371;
}
.flow-step .--green-6 {
  background-color: #a4ca54;
}
.flow-step .--green-7 {
  background-color: #95c137;
}
.flow-step .--green-8 {
  background-color: #86b81b;
}
.flow-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow-step__item {
    gap: 1.5rem;
  }
}
.flow-step__item-icon {
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
  height: 80px;
  height: 5rem;
  background-color: #F8FBF1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .flow-step__item-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
}
.flow-step__item-icon > p {
  font-family: "Cormorant", serif;
  color: #000;
  font-weight: 700;
  line-height: 0.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-step__item-icon > p {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  .flow-step__item-icon > p {
    font-size: calc(23.70732px + 0.85366vw);
  }
}
@media screen and (min-width: 1440px) {
  .flow-step__item-icon > p {
    font-size: 36px;
  }
}
.flow-step__item-icon > p > span {
  line-height: 1;
}
.flow-step__item-icon > p > span {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .flow-step__item-icon > p > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .flow-step__item-icon > p > span {
    font-size: 11px;
  }
}
.flow-step__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 56px);
  background-color: #5A2E04;
  top: 0;
  left: 39px;
  left: 2.4375rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .flow-step__item::before {
    left: 1.9375rem;
  }
}
.flow-step__item:last-child::before {
  display: none;
}
.flow-step__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow-step__ttl > h3 {
  font-family: "Shippori Mincho", serif;
  color: #5A2E04;
  font-weight: 700;
}
.flow-step__ttl > h3 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .flow-step__ttl > h3 {
    font-size: calc(11.95122px + 0.97561vw);
  }
}
@media screen and (min-width: 1440px) {
  .flow-step__ttl > h3 {
    font-size: 26px;
  }
}
.flow-step__ttl > h3 > span {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .flow-step__ttl > h3 > span {
    font-size: calc(7.70732px + 0.85366vw);
  }
}
@media screen and (min-width: 1440px) {
  .flow-step__ttl > h3 > span {
    font-size: 20px;
  }
}
.flow-step__ttl .notes {
  color: #666666;
  gap: 0;
}
.flow-step__ttl .notes {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .flow-step__ttl .notes {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .flow-step__ttl .notes {
    font-size: 11px;
  }
}
.flow-step__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
.flow-step__outer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .flow-step .block-imgcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
    border-bottom: none;
  }
  .flow-step .block-imgcontent::after {
    display: none;
  }
}
.flow-step .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  .flow-step .block-imgcontent__content {
    padding-top: 1rem;
  }
}
.flow-step .block-imgcontent__content-txt {
  line-height: 1.7;
}
.flow-step .block-imgcontent__content-txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .flow-step .block-imgcontent__content-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .flow-step .block-imgcontent__content-txt {
    font-size: 14px;
  }
}
.flow-step .block-imgcontent .video {
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  height: 100%;
}
.flow-step .block-imgcontent .image {
  max-width: 280px;
  max-width: 17.5rem;
}
.flow-step .block-imgcontent .image img {
  width: 100%;
  aspect-ratio: 280/157;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.flow-step .block-green {
  padding: 16px 32px;
  padding: 1rem 2rem;
  line-height: 1.7;
}
.flow-step .block-green {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .flow-step .block-green {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .flow-step .block-green {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .flow-step .block-green {
    padding: 1rem;
  }
}
.flow-step .--gray {
  padding: 32px 48px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 640px) {
  .flow-step .--gray {
    padding: 1rem;
  }
}
.flow-step .--gray .block-imgcontent__img,
.flow-step .--gray .block-imgcontent .video {
  max-width: 240px;
  max-width: 15rem;
}
.flow-step .--gray .block-imgcontent__content {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .flow-step .--gray .block-imgcontent__content {
    gap: 0.625rem;
    padding-top: 0;
  }
}
.flow-step .--gray .block-imgcontent__content > h4 {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.flow-step .--gray .block-imgcontent__content > h4 {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .flow-step .--gray .block-imgcontent__content > h4 {
    font-size: calc(14.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .flow-step .--gray .block-imgcontent__content > h4 {
    font-size: 18px;
  }
}
.flow-step .--gray .block-imgcontent__content-txt {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .flow-step .--gray .block-imgcontent__content-txt {
    font-size: calc(12.2439px + 0.12195vw);
  }
}
@media screen and (min-width: 1440px) {
  .flow-step .--gray .block-imgcontent__content-txt {
    font-size: 14px;
  }
}
.flow-step .--gray .block-imgcontent .img-sp {
  display: none;
}
@media screen and (max-width: 919px) {
  .flow-step .--gray .block-imgcontent .img-sp {
    display: block;
  }
}
@media screen and (max-width: 919px) {
  .flow-step .--gray .block-imgcontent .img-sp video {
    width: 100%;
  }
}

.footer {
  background: #F8FBF1;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0 32px;
  padding: 4rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  .footer__content {
    padding: 7.5rem 0 1.5rem;
  }
}
.footer__logo {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 919px) {
  .footer__logo {
    margin-bottom: 0.875rem;
    max-width: 13.5rem;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__menu--item {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.footer__menu--item {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .footer__menu--item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu--item {
    font-size: 14px;
  }
}
.footer__menu.menu-sp {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 919px) {
  .footer__menu.menu-sp {
    display: grid;
  }
}
.footer__contact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer__contact {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .footer__contact {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contact {
    font-size: 14px;
  }
}
@media screen and (max-width: 919px) {
  .footer__contact {
    margin-bottom: 0.5rem;
    gap: 0.5rem;
  }
}
.footer__phonefax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  .footer__phonefax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 24px;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 919px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__links-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  .footer__links-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.footer__links-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  .footer__links-instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.footer__links-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  .footer__links-others {
    gap: 1.5rem;
  }
}
.footer__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.footer__sns-item > p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.footer__sns-item.--instagram > img {
  width: 29px;
  width: 1.8125rem;
}
.footer__sns-item.--fb > img {
  width: 29px;
  width: 1.8125rem;
}
.footer__sns-item.--youtube > img {
  width: 32px;
  width: 2rem;
}
.footer__links-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.footer__links-site {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .footer__links-site {
    font-size: calc(12.2439px + 0.12195vw);
  }
}
@media screen and (min-width: 1440px) {
  .footer__links-site {
    font-size: 14px;
  }
}
@media screen and (max-width: 919px) {
  .footer__links-site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}
.footer .menu-divider {
  height: 20px;
  height: 1.25rem;
}
.footer__privacy {
  background-color: #335719;
  color: #fff;
  padding-block: 10px;
  padding-block: 0.625rem;
}
.footer__privacy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  gap: 0.75rem;
}
.footer__privacy-content {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .footer__privacy-content {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__privacy-content {
    font-size: 11px;
  }
}
@media screen and (max-width: 919px) {
  .footer__privacy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__privacy .privacy__links {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  .footer__privacy .privacy__links {
    text-align: center;
  }
}
.footer__privacy .privacy__links > a {
  text-decoration: underline;
}
.footer .totop {
  position: absolute;
  bottom: 116px;
  bottom: 7.25rem;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  .footer .totop {
    right: 20px;
    top: 2rem;
    bottom: inherit;
  }
}
.footer .totop > p {
  font-family: "Cormorant", serif;
  font-weight: 700;
  color: #335719;
}
.footer .totop > p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .footer .totop > p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .totop > p {
    font-size: 16px;
  }
}
.footer .totop__icon {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #335719;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer .totop__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(0deg) translateY(100%);
          transform: rotate(0deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.footer .totop__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(0deg) translateY(10%);
          transform: rotate(0deg) translateY(10%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.footer .totop:hover .totop__icon::before {
  -webkit-transform: rotate(0deg) translateY(-10%);
          transform: rotate(0deg) translateY(-10%);
  opacity: 1;
}
.footer .totop:hover .totop__icon::after {
  -webkit-transform: rotate(0deg) translateY(-100%);
          transform: rotate(0deg) translateY(-100%);
  opacity: 0;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__step > span {
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  height: 1px;
  background-color: #000;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 919px) {
  .form__step > span {
    max-width: 12.5rem;
  }
}
@media screen and (max-width: 640px) {
  .form__step > span {
    max-width: 3rem;
  }
}
.form .step {
  position: relative;
  color: #CCCCCC;
}
.form .step__num {
  font-family: "Cormorant", serif;
  font-weight: 700;
  min-width: 44px;
  min-width: 2.75rem;
}
.form .step__num {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  .form .step__num {
    font-size: calc(16.14634px + 2.07317vw);
  }
}
@media screen and (min-width: 1440px) {
  .form .step__num {
    font-size: 46px;
  }
}
@media screen and (max-width: 919px) {
  .form .step__num {
    max-width: 1.875rem;
  }
}
@media screen and (max-width: 640px) {
  .form .step__num {
    min-width: 1.75rem;
  }
}
.form .step__txt {
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  text-align: justify;
  font-weight: 700;
}
.form .step__txt {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .form .step__txt {
    font-size: calc(10.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  .form .step__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .form .step__txt {
    bottom: -0.875rem;
  }
}
.form .step.step-active {
  color: #000;
}
.form__description {
  text-align: center;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.form__item:not(:nth-of-type(1)) {
  margin-top: 32px;
  margin-top: 2rem;
}
.form__item label {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  margin-top: 16px;
  margin-top: 1rem;
}
.form__item label > span {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 8px;
  border-radius: 10px;
  font-size: 11px;
  height: 19px;
  height: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__item label .required {
  border: 1px solid #D30A25;
  color: #D30A25;
}
.form__item label .optional {
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
}
.form__item > div {
  max-width: 587px;
  max-width: 36.6875rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .form__item > div {
    max-width: none;
  }
}
.form__item > div input {
  width: 100%;
  border-radius: 4px;
  height: 60px;
  height: 3.75rem;
  background: #f3f3f3;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #335719;
}
.form__item > div textarea {
  width: 100%;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #335719;
}
.form__item > div p {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #AAA;
}
.form__item > div .form-select {
  width: 100%;
  position: relative;
}
.form__item > div .form-select::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-arrowdown.svg) center/cover;
  mask: url(../../assets/images/icon-arrowdown.svg) center/cover;
  background: #335719;
  width: 12px;
  width: 0.75rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  top: 27px;
  top: 1.6875rem;
  right: 16px;
  right: 1rem;
  display: block;
}
@media screen and (max-width: 919px) {
  .form__item > div .form-select::after {
    right: 0.75rem;
  }
}
.form__item > div select {
  border: 1px solid #CCCCCC;
  background: transparent;
  border-radius: 0;
  height: 60px;
  height: 3.75rem;
  padding: 16px;
  padding: 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__item > div.form__item-notes {
  max-width: 300px;
  max-width: 18.75rem;
}
.form__item > div.form__item-notes .notes {
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
}
.form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
.form__privacy-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  -ms-flex-item-align: center;
      align-self: center;
}
.form__privacy-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .form__privacy-ttl {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .form__privacy-ttl {
    font-size: 20px;
  }
}
.form__privacy-content {
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  padding: 16px;
  padding: 1rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
.form__privacy-details {
  height: 240px;
  height: 15rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.form__privacy-details::-webkit-scrollbar {
  width: 3px;
  width: 0.1875rem;
}
.form__privacy-details::-webkit-scrollbar-track {
  border-radius: 2.5px;
}
.form__privacy-details::-webkit-scrollbar-thumb {
  background: #335719;
  border-radius: 2.5px;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.form__privacy-details p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form__privacy-details p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .form__privacy-details p {
    font-size: 14px;
  }
}
.form__privacy-details p:first-child {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.form__privacy-details .--text-right {
  text-align: right;
}
.form__privacy-details .details__item {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.form__privacy-details .details__item:first-of-type {
  margin-top: 56px;
  margin-top: 3.5rem;
}
.form__privacy-details .details__item h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.form__privacy-details .details__item h5 {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .form__privacy-details .details__item h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .form__privacy-details .details__item h5 {
    font-size: 16px;
  }
}
.form__privacy-notes {
  text-align: center;
}
.form__privacy-notes {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form__privacy-notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .form__privacy-notes {
    font-size: 14px;
  }
}
.form__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin: 56px 0 48px;
  margin: 3.5rem 0 3rem;
}
@media screen and (max-width: 640px) {
  .form__credit {
    margin: 3rem 0;
  }
}
.form__credit-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
}
.form__credit-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .form__credit-ttl {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .form__credit-ttl {
    font-size: 20px;
  }
}
.form__credit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
.form__credit-content p {
  text-align: center;
}
.form__credit-content .block-green {
  background-color: #F8FBF1;
  padding: 8px;
  padding: 0.5rem;
}
.form__button {
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 0 32px 0 40px;
  padding: 0 2rem 0 2.5rem;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form__button .wpcf7-submit {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: transparent;
  z-index: 1;
  padding-left: 40px;
}
.form__back {
  margin-top: 32px;
  margin-top: 2rem;
}
.form__back input {
  color: #335719;
  text-decoration: underline;
  text-align: center;
}
.form .contactForm {
  border-top: 1px solid #CCCCCC;
  padding-top: 48px;
  padding-top: 3rem;
}
.form .contactForm > p {
  text-align: center;
}
.form .contactForm > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form .contactForm > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .form .contactForm > p {
    font-size: 14px;
  }
}
.form .wpcf7 .wpcf7-form-control-wrap {
  -ms-flex-item-align: center;
      align-self: center;
}
.form .wpcf7 .wpcf7-form-control {
  width: 100%;
}
.form .wpcf7 .wpcf7-form-control {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .form .wpcf7 .wpcf7-form-control {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .form .wpcf7 .wpcf7-form-control {
    font-size: 16px;
  }
}
.form .wpcf7 .wpcf7-spinner {
  display: none;
}
.form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media screen and (max-width: 919px) {
  .form .wpcf7 .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.form .wpcf7 .btn-primary__txt {
  width: 100%;
  height: 100%;
  text-align: left;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  gap: 4.5rem;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] {
  display: none;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span {
    font-size: 16px;
  }
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  content: "";
  border-radius: 100%;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  top: 0px;
  border: 1px solid #CCCCCC;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
  top: 0;
  left: 12px;
  left: 0.75rem;
  bottom: 0;
  margin: auto 0;
  visibility: hidden;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent;
}
.form .wpcf7 .wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: #335719;
  visibility: visible;
}
.form .wpcf7 .wpcf7-form .wpcf7-date {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background: transparent;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  padding: 0;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    font-size: 16px;
  }
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  content: "";
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  top: 0px;
  border: 1px solid #222222;
  margin: 0;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
  top: 4px;
  top: 0.25rem;
  left: 6px;
  left: 0.375rem;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #335719;
}
.form .wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.form .form-confirm .form__item label {
  margin-top: 0;
}

.header {
  height: 91px;
  height: 5.6875rem;
  padding: 0 40px 0 24px;
  padding: 0 2.5rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10000;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
.header__logo {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__menu .menu-top {
  color: #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  font-family: "Shippori Mincho", serif;
  color: #335719;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s easy-in-out;
  transition: -webkit-transform 0.3s easy-in-out;
  transition: transform 0.3s easy-in-out;
  transition: transform 0.3s easy-in-out, -webkit-transform 0.3s easy-in-out;
  position: relative;
}
.header__menu .menu-top {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .header__menu .menu-top {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu .menu-top {
    font-size: 13px;
  }
}
.header__menu .menu-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #335719;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__menu .menu-top-active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__menu .icon-house::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-house.svg) center/cover;
  mask: url(../../assets/images/icon-house.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
}
.header__menu .icon-note::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-note.svg) center/cover;
  mask: url(../../assets/images/icon-note.svg) center/cover;
  background: #335719;
  width: 12px;
  width: 0.75rem;
  height: 14px;
  height: 0.875rem;
}
.header__menu .icon-person::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-person.svg) center/cover;
  mask: url(../../assets/images/icon-person.svg) center/cover;
  background: #335719;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.header__menu .menu-bottom {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: -webkit-transform 0.3s easy-in-out;
  transition: -webkit-transform 0.3s easy-in-out;
  transition: transform 0.3s easy-in-out;
  transition: transform 0.3s easy-in-out, -webkit-transform 0.3s easy-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  cursor: pointer;
}
.header__menu .menu-bottom {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .header__menu .menu-bottom {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu .menu-bottom {
    font-size: 14px;
  }
}
.header__menu .menu-bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #335719;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__menu .menu-bottom-active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__menu .menu-btnRound {
  border-radius: 1.25rem;
  background-color: #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  height: 26px;
  height: 1.625rem;
  padding: 0 16px;
  padding: 0 1rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.header__menu .menu-btnRound {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .header__menu .menu-btnRound {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu .menu-btnRound {
    font-size: 14px;
  }
}
.header__menu .menu-btnRound::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #222222;
  width: 9px;
  width: 0.5625rem;
  height: 5px;
  height: 0.3125rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__menu .menu-btnRound.--green {
  color: #fff;
  background-color: #86B81B;
}
.header__menu .menu-btnRound.--green::after {
  background: #fff;
}

.header-sp {
  display: none;
  padding: 0 20px 0 12px;
  padding: 0 1.25rem 0 0.75rem;
  height: 72px;
  height: 4.5rem;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .header-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-sp__logo {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
}
.header-sp__menu {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-sp__menu::before, .header-sp__menu::after {
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  background-color: #335719;
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  margin: auto;
}
.header-sp__menu::before {
  top: 18px;
  top: 1.125rem;
}
.header-sp__menu::after {
  top: 26px;
  top: 1.625rem;
}
.header-sp .menu-active:after, .header-sp .menu-active:before {
  -webkit-transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 21px;
  top: 1.3125rem;
}
.header-sp .menu-active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-sp .menu-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  margin-top: 72px;
  margin-top: 4.5rem;
  background-color: #fff;
  padding: 24px 0 147px;
  padding: 1.5rem 0 9.1875rem;
  z-index: 9999;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.menu-overlay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
.menu-overlay .search-form {
  height: 48px;
  height: 3rem;
  max-width: none;
  border-radius: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.menu-overlay .search-form > input {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .menu-overlay .search-form > input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay .search-form > input {
    font-size: 14px;
  }
}
.menu-overlay .search-form__send > span {
  width: 16px;
  width: 1rem;
  min-width: 16px;
  min-width: 1rem;
  height: 16px;
  height: 1rem;
}
.menu-overlay__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
.menu-overlay__accordion .accordion {
  border-bottom: none;
}
.menu-overlay__accordion .accordion-btn {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.menu-overlay__accordion .accordion-btn::after {
  content: "";
  width: 120px;
  width: 7.5rem;
  height: 2px;
  background-color: #335719;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.menu-overlay__accordion .accordion-btn__txt {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay__accordion .accordion-btn__txt {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .menu-overlay__accordion .accordion-btn__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay__accordion .accordion-btn__txt {
    font-size: 18px;
  }
}
.menu-overlay__accordion .accordion-btn__icon {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.menu-overlay__accordion .accordion-btn__icon::after {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.menu-overlay__accordion .accordion-body {
  padding-right: 0;
}
.menu-overlay__accordion .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  padding-top: 32px;
  padding-top: 2rem;
}
.menu-overlay__accordion .accordion-active .accordion-btn {
  color: #222222;
}
.menu-overlay__accordion .accordion-active .accordion-btn__icon::after {
  width: 14px;
  width: 0.875rem;
  height: 1.5px;
  height: 0.09375rem;
}
.menu-overlay__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 2px solid #CCCCCC;
}
.menu-overlay__menu-item > p {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.menu-overlay__menu-item > p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .menu-overlay__menu-item > p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay__menu-item > p {
    font-size: 16px;
  }
}
.menu-overlay__menu-item .icon-circlearrow {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.menu-overlay__submenu-item {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-overlay__submenu-item {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .menu-overlay__submenu-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay__submenu-item {
    font-size: 14px;
  }
}
.menu-overlay__submenu-item::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 8px;
  margin-right: 0.5rem;
}
.menu-overlay__submenu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.menu-overlay__submenu-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.menu-overlay__memberpage {
  color: #335719;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.menu-overlay__memberpage {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .menu-overlay__memberpage {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay__memberpage {
    font-size: 14px;
  }
}
.menu-overlay__memberpage::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-person.svg) center/cover;
  mask: url(../../assets/images/icon-person.svg) center/cover;
  background: #335719;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.menu-overlay__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-overlay__language-icon {
  display: block;
  -webkit-mask: url(../../assets/images/icon-lang.svg) center/cover;
  mask: url(../../assets/images/icon-lang.svg) center/cover;
  background: #335719;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.menu-overlay__language-item {
  font-weight: 500;
}
.menu-overlay__language-item {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .menu-overlay__language-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-overlay__language-item {
    font-size: 13px;
  }
}
.menu-overlay__language-item .gt-current-lang {
  color: #335719;
  position: relative;
}
.menu-overlay__language-item .gt-current-lang::after {
  content: "";
  position: absolute;
  bottom: -6px;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #335719;
}
.menu-overlay .active-language {
  color: #335719;
  position: relative;
}
.menu-overlay .active-language::after {
  content: "";
  position: absolute;
  bottom: -6px;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #335719;
}

.icon-circlearrow {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-circlearrow > img {
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
}

.inner {
  max-width: 1130px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.inner.--752 {
  max-width: 802px;
}

.innerSM {
  max-width: 950px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .innerSM {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.outer {
  max-width: 1330px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .outer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.outerXL {
  max-width: 1490px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.outerL {
  max-width: 950px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .outerL {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.outerM {
  max-width: 802px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .outerM {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.list-number {
  list-style-type: decimal;
  list-style-position: inside;
}
.list-number li {
  line-height: 1.7;
}
.list-number.--marker-outside {
  list-style-position: outside;
  padding-left: 16px;
  padding-left: 1rem;
}

.list-disc {
  list-style-type: disc;
  list-style-position: inside;
}
.list-disc li {
  line-height: 1.7;
}
.list-disc li::marker {
  color: #335719;
}
.list-disc.--black li::marker {
  color: #222222;
}
.list-disc.--marker-outside {
  list-style-position: outside;
  padding-left: 16px;
  padding-left: 1rem;
}

.logout-form {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .logout-form {
    margin: 0 auto;
  }
}
.logout-form::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-logout.svg) center/cover;
  mask: url(../../assets/images/icon-logout.svg) center/cover;
  width: 12px;
  width: 0.75rem;
  background: #666666;
  height: 14px;
  height: 0.875rem;
  display: block;
}

main.takumi .links {
  background: #F8FBF1;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
main.takumi .links h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
main.takumi .links nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.takumi .links nav ul li {
  width: calc(20% - 0.8rem);
}
@media screen and (max-width: 919px) {
  main.takumi .links nav ul li {
    width: calc(33% - 0.66667rem);
  }
}
main.takumi .links nav ul li .disabled-link {
  pointer-events: none;
  opacity: 0.25;
}
main.takumi .links nav ul li figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .news__categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.news__categories li {
  width: 100%;
  max-width: 180px;
  max-width: 11.25rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #335719;
  color: #AAAAAA;
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-weight: 700;
}
.news__categories li {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .news__categories li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .news__categories li {
    font-size: 18px;
  }
}
@media screen and (max-width: 919px) {
  .news__categories li {
    max-width: calc(50% - 0.5rem);
    height: 2.5rem;
    border-right: 1px solid #335719;
  }
}
.news__categories li::after {
  display: block;
  content: "";
  border-bottom: solid 2px #335719;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  width: 160px;
  width: 10rem;
  bottom: 0;
}
.news__categories li:last-child {
  border-right: 1px solid #335719;
}
.news__categories li:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.news__categories li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__categories li.--active {
  background-color: #F1F9F1;
  color: #335719;
}
.news__categories li.--active::after {
  display: none;
}
.news__categories li.--active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-left: 1.25rem solid transparent;
  border-right: 20px solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 11px solid #F1F9F1;
  border-top: 0.6875rem solid #F1F9F1;
}

.main {
  padding: 40px 0 96px;
  padding: 2.5rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main {
    padding-bottom: 5rem;
  }
}

.main-header {
  position: relative;
  padding-top: 176px;
  padding-top: 11rem;
}
@media screen and (max-width: 919px) {
  .main-header {
    padding-top: 7rem;
  }
}
.main-header__logo {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 24px;
  left: 1.5rem;
}
.main-header__bg {
  width: 100%;
  max-width: 430px;
  max-width: 26.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 919px) {
  .main-header__bg {
    max-width: 18.5rem;
  }
}
.main-header.--single {
  padding-top: 120px;
  padding-top: 7.5rem;
}
.main-header hr {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.page-header__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.page-header__ttl {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  .page-header__ttl {
    font-size: calc(19.92683px + 1.46341vw);
  }
}
@media screen and (min-width: 1440px) {
  .page-header__ttl {
    font-size: 41px;
  }
}
.page-header.--single {
  gap: initial;
}
.page-header.--single .breadcrumbs {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.page-header.--single .page-header__ttl {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.page-header.--single .single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header.--single .single__top .single__top-time {
  font-size: 13px;
  font-weight: 700;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.page-header.--single .single__top .single__top-time::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../../assets/images/icon-calendar.svg) no-repeat left center/contain;
  width: 14px;
  height: 16px;
}
.page-header.--single .single__top .single__top-category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  border-radius: 4px;
  padding: 4px 8px;
}
.page-header.--single .single__top .single__top-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.page-header.--single .single__top .single__top-profile > span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.page-header.--single .single__top .single__top-end {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  color: #D30A25;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .page-header.--single .single__top .single__top-end {
    top: 36px;
    font-size: 0.875rem;
  }
}

.banner-header {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 400px;
  height: 25rem;
}
@media screen and (max-width: 640px) {
  .banner-header {
    height: 12.5rem;
  }
}
.banner-header__img {
  width: 63vw;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  will-change: width, height;
}
@media screen and (max-width: 1250px) {
  .banner-header__img {
    width: 72vw;
  }
}
@media screen and (max-width: 640px) {
  .banner-header__img {
    width: 80vw;
  }
}

.main-enjoy {
  overflow: hidden;
}
.main-enjoy__bg-header {
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 60vh;
}
.main-enjoy__bg-header > img {
  height: 100%;
}
.main-enjoy__bg-content {
  position: relative;
}
.main-enjoy__bg-content::after {
  content: "";
  background-image: url(../../assets/images/enjoy/bg.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-enjoy__bg-content.--top {
  padding: 85px 0 40px;
  padding: 5.3125rem 0 2.5rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy__bg-content.--top {
    padding: 2.125rem 0 2.5rem;
  }
}
.main-enjoy__bg-content.--top::after {
  content: "";
  -webkit-clip-path: ellipse(80% 100% at 50% 0%);
          clip-path: ellipse(80% 100% at 50% 0%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 919px) {
  .main-enjoy__bg-content.--top::after {
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
            clip-path: ellipse(100% 100% at 50% 0%);
  }
}
@media screen and (max-width: 640px) {
  .main-enjoy__bg-content.--top::after {
    -webkit-clip-path: ellipse(200% 62% at 50% 0%);
            clip-path: ellipse(200% 62% at 50% 0%);
  }
}
.main-enjoy__bg-content.--top.--subpage {
  z-index: 1;
  margin-top: -90px;
  margin-top: -5.625rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy__bg-content.--top.--subpage {
    margin-top: -7.875rem;
  }
}
.main-enjoy__bg-content.--top.--subpage::after {
  -webkit-clip-path: ellipse(270% 100% at 50% 0%);
          clip-path: ellipse(270% 100% at 50% 0%);
}
@media screen and (max-width: 919px) {
  .main-enjoy__bg-content.--top.--subpage::after {
    -webkit-clip-path: ellipse(530% 100% at 50% 0%);
            clip-path: ellipse(530% 100% at 50% 0%);
  }
}
.main-enjoy__section {
  position: relative;
  margin-top: -1px;
  z-index: 1;
}
.main-enjoy__steps {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy__steps {
    margin-bottom: 2rem;
  }
}
.main-enjoy__steps > h5 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.main-enjoy__steps-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  gap: 1.5rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy__steps-list {
    grid-template-columns: 1fr;
  }
}
.main-enjoy__steps-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 3px dotted #5A2E04;
}
@media screen and (max-width: 640px) {
  .main-enjoy__steps-step {
    padding-bottom: 1.5rem;
  }
}
.main-enjoy__steps-step > span {
  width: 32px;
  width: 2rem;
  min-width: 32px;
  min-width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 50%;
  background-color: #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #fff;
}
.main-enjoy .summary {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.main-enjoy .summary .outer {
  position: relative;
}
.main-enjoy .summary .block-white {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  gap: 2rem;
  padding: 40px 64px;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy .summary .block-white {
    gap: 0.625rem;
  }
}
.main-enjoy .summary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy .summary__content {
    gap: 0.625rem;
  }
}
.main-enjoy .summary__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .main-enjoy .summary__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.main-enjoy .summary.summary-bottom {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.main-enjoy .summary .img-leaf1 {
  position: absolute;
  top: -64px;
  top: -4rem;
  right: -12px;
  right: -0.75rem;
  width: 124px;
  width: 7.75rem;
}
.main-enjoy .block__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  width: 100%;
}
.main-enjoy .description {
  font-weight: 700;
  color: #5A2E04;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-enjoy .description {
    text-align: left;
  }
}
.main-enjoy .description.--start {
  text-align: left;
}
.main-enjoy .block-step .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
}
.main-enjoy .block-step .flow-step__item-content {
  gap: 24px;
  gap: 1.5rem;
}
.main-enjoy .block-step .flow-step__item-content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .main-enjoy .block-step .flow-step__item-content > p {
    font-size: calc(10.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  .main-enjoy .block-step .flow-step__item-content > p {
    font-size: 18px;
  }
}
.main-enjoy .button-footer {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .main-enjoy .button-footer {
    padding-bottom: 4rem;
  }
}
.main-enjoy .btn-square-enjoy {
  margin: auto;
}

.enjoy-header {
  height: 387px;
  height: 24.1875rem;
  position: relative;
  overflow: hidden;
  padding-top: 91px;
  padding-top: 5.6875rem;
}
@media screen and (max-width: 1250px) {
  .enjoy-header {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .enjoy-header {
    height: 20.25rem;
  }
}
.enjoy-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  height: 100%;
  z-index: 1;
  position: inherit;
}
@media screen and (max-width: 640px) {
  .enjoy-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
  }
}
.enjoy-header__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
.enjoy-header__ttl {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  .enjoy-header__ttl {
    font-size: calc(19.92683px + 1.46341vw);
  }
}
@media screen and (min-width: 1440px) {
  .enjoy-header__ttl {
    font-size: 41px;
  }
}
@media screen and (max-width: 640px) {
  .enjoy-header__ttl {
    margin-top: 0;
  }
}
.enjoy-header::after {
  content: "";
  background-image: url(../../assets/images/enjoy/bg-header-leaf.webp);
  background-size: cover;
  position: absolute;
  top: -28%;
  left: 0;
  height: 872px;
  height: 54.5rem;
  mix-blend-mode: multiply;
  width: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .enjoy-header::after {
    background-image: url(../../assets/images/enjoy/sp/bg-header-leaf.webp);
    height: 18.25rem;
    top: 0;
    right: 0;
    left: inherit;
  }
}
@media screen and (max-width: 640px) {
  .enjoy-header .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.5rem;
  }
}
.enjoy-header .breadcrumbs .current-item {
  color: #666666;
}

.h2-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  width: 100%;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.h2-ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  .h2-ttl {
    font-size: calc(16.19512px + 1.09756vw);
  }
}
@media screen and (min-width: 1440px) {
  .h2-ttl {
    font-size: 32px;
  }
}
.h2-ttl::after {
  content: "";
  width: 240px;
  width: 15rem;
  height: 2px;
  background-color: #335719;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .h2-ttl::after {
    width: 5rem;
  }
}
.h2-ttl > span {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  .h2-ttl > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .h2-ttl > span {
    font-size: 20px;
  }
}

.h3-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  height: 36px;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.h3-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .h3-ttl {
    font-size: calc(11.95122px + 0.97561vw);
  }
}
@media screen and (min-width: 1440px) {
  .h3-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .h3-ttl {
    height: 1.75rem;
  }
}
.h3-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  width: 0.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #335719;
}
@media screen and (max-width: 640px) {
  .h3-ttl::before {
    height: 1.75rem;
  }
}
.h3-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  left: 0.375rem;
  width: 1px;
  width: 0.0625rem;
  height: 36px;
  height: 2.25rem;
  background-color: #335719;
}
@media screen and (max-width: 640px) {
  .h3-ttl::after {
    height: 1.75rem;
  }
}
.h3-ttl.--green {
  color: #335719;
}

.h3-brown {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
}
.h3-brown {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  .h3-brown {
    font-size: calc(16.19512px + 1.09756vw);
  }
}
@media screen and (min-width: 1440px) {
  .h3-brown {
    font-size: 32px;
  }
}

.h4-brown {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
}
.h4-brown {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .h4-brown {
    font-size: calc(8.43902px + 1.21951vw);
  }
}
@media screen and (min-width: 1440px) {
  .h4-brown {
    font-size: 26px;
  }
}

.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
}
.notes {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .notes {
    font-size: 14px;
  }
}
.notes::before {
  content: "※";
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  font-weight: 700;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  .pagination .page-numbers {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .pagination .page-numbers {
    font-size: 13px;
  }
}
.pagination .current {
  border: none;
  background-color: #86B81B;
  color: #fff;
}
.pagination .dots {
  border: none;
}
.pagination .prev {
  border: none;
}
.pagination .prev::before {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 8px;
  height: 0.5rem;
  display: block;
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #222222;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination .next {
  border: none;
}
.pagination .next::before {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 8px;
  height: 0.5rem;
  display: block;
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #222222;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.popup-sample {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.open-popup-link {
  color: #335719;
  font-weight: 700;
}

.popup-map {
  position: relative;
  background: #fff;
  padding: 56px 24px;
  padding: 3.5rem 1.5rem;
  margin: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 640px) {
  .popup-map {
    padding: 2.5rem 1.25rem;
  }
}
.popup-map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  max-width: 52.5rem;
  margin: auto;
}
.popup-map__ttl {
  color: #335719;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.popup-map__ttl {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  .popup-map__ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-map__ttl {
    font-size: 26px;
  }
}
.popup-map__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .popup-map__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup-map__media-item {
  position: relative;
}
.popup-map__media-item > video {
  width: 100%;
  max-width: 307px;
  max-width: 19.1875rem;
  height: 100%;
}
.popup-map__media-iconplay {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .popup-map__media-iconplay {
    display: none;
  }
}
.popup-map__media-iconplay > span {
  -webkit-mask: url(../../assets/images/icon-play.svg) center/cover;
  mask: url(../../assets/images/icon-play.svg) center/cover;
  background: #fff;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
.popup-map > p {
  line-height: 1.7;
}
.popup-map .mfp-close {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  top: 24px;
  top: 1.5rem;
  right: 24px;
  right: 1.5rem;
}
.popup-map .mfp-close {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .popup-map .mfp-close {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-map .mfp-close {
    font-size: 16px;
  }
}
.popup-map .mfp-close__icon {
  position: relative;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.popup-map .mfp-close__icon::before, .popup-map .mfp-close__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.popup-map .mfp-close__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-map .mfp-close__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-area {
  position: relative;
  background: #fff;
  padding: 56px 24px;
  padding: 3.5rem 1.5rem;
  margin: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 640px) {
  .popup-area {
    padding: 2.5rem 1.25rem;
  }
}
.popup-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  padding: 0 56px;
  padding: 0 3.5rem;
}
@media screen and (max-width: 919px) {
  .popup-area__content {
    padding: 2.5rem 1.25rem;
  }
}
.popup-area__ttl {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.popup-area__ttl {
  font-size: 32px;
}
@media screen and (min-width: 620px) {
  .popup-area__ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-area__ttl {
    font-size: 32px;
  }
}
.popup-area__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  .popup-area__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup-area__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.popup-area__block > h4 {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.popup-area__block > h4 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  .popup-area__block > h4 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-area__block > h4 {
    font-size: 23px;
  }
}
.popup-area__block p {
  line-height: 1.7;
}
.popup-area__block > img {
  max-height: 315px;
  max-height: 19.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-area__block .block-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding: 16px;
  padding: 1rem;
}
.popup-area__block .block-green > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .popup-area__block .block-green > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-area__block .block-green > p {
    font-size: 14px;
  }
}
.popup-area__block .block-green > p > a {
  color: #666666;
}
.popup-area__block-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-area__block-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
.popup-area__block .sns-item {
  width: 30px;
  width: 1.875rem;
}
.popup-area__block-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  gap: 0.5rem;
}
.popup-area__block-images > picture {
  height: 100px;
  height: 6.25rem;
}
.popup-area__block-images > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-area .mfp-close {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  top: 24px;
  top: 1.5rem;
  right: 24px;
  right: 1.5rem;
}
.popup-area .mfp-close {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .popup-area .mfp-close {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-area .mfp-close {
    font-size: 16px;
  }
}
.popup-area .mfp-close__icon {
  position: relative;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.popup-area .mfp-close__icon::before, .popup-area .mfp-close__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.popup-area .mfp-close__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-area .mfp-close__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-where {
  position: relative;
  background: #fff;
  padding: 48px 80px;
  padding: 3rem 5rem;
  margin: auto;
  border-radius: 1rem;
  max-width: 900px;
  max-width: 56.25rem;
}
@media screen and (max-width: 640px) {
  .popup-where {
    padding: 2.5rem 1.25rem;
  }
}
.popup-where__ttl {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.popup-where__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  .popup-where__ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-where__ttl {
    font-size: 23px;
  }
}
.popup-where > p {
  line-height: 1.7;
}
.popup-where .mfp-close {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  top: 24px;
  top: 1.5rem;
  right: 24px;
  right: 1.5rem;
}
.popup-where .mfp-close {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .popup-where .mfp-close {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-where .mfp-close {
    font-size: 16px;
  }
}
.popup-where .mfp-close__icon {
  position: relative;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.popup-where .mfp-close__icon::before, .popup-where .mfp-close__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.popup-where .mfp-close__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-where .mfp-close__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-seisansaikuru {
  position: relative;
  background: #fff;
  padding: 56px 24px;
  padding: 3.5rem 1.5rem;
  margin: auto;
  border-radius: 1rem;
}
.popup-seisansaikuru .mfp-close {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  top: 24px;
  top: 1.5rem;
  right: 24px;
  right: 1.5rem;
}
.popup-seisansaikuru .mfp-close {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .popup-seisansaikuru .mfp-close {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .popup-seisansaikuru .mfp-close {
    font-size: 16px;
  }
}
.popup-seisansaikuru .mfp-close__icon {
  position: relative;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.popup-seisansaikuru .mfp-close__icon::before, .popup-seisansaikuru .mfp-close__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.popup-seisansaikuru .mfp-close__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-seisansaikuru .mfp-close__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1106px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  gap: 48px;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  .qa__inner {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.qa__categories {
  max-width: 256px;
  max-width: 16rem;
  width: 100%;
  position: sticky;
  top: 128px;
  top: 8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
@media screen and (max-width: 919px) {
  .qa__categories {
    max-width: 100%;
    top: 4.5rem;
    z-index: 1;
    height: auto;
    height: initial;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.qa__categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  .qa__categories ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.qa__categories ul li {
  padding-left: 24px;
  padding-left: 1.5rem;
}
.qa__categories ul li a {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  position: relative;
}
.qa__categories ul li a.--active {
  color: #335719;
}
.qa__categories ul li a.--active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #335719;
}
.qa__content {
  width: calc(100% - 19rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  height: 100%;
}
@media screen and (max-width: 919px) {
  .qa__content {
    width: 100%;
  }
}
.qa__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
.qa__content-main .h3-ttl {
  color: #335719;
}
.qa__content-main .accordion:not(:nth-of-type(1)) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.qa__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.radiobutton {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobutton input:checked ~ .checkmark {
  background-color: #fff;
}
.radiobutton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
}
.radiobutton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background: #335719;
}
.radiobutton input:checked ~ .checkmark:after {
  display: block;
}

.search-form {
  border: 1px solid #CCCCCC;
  border-radius: 1.25rem;
  padding: 0 16px;
  padding: 0 1rem;
  height: 32px;
  height: 2rem;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.search-form > input {
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
.search-form > input {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .search-form > input {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .search-form > input {
    font-size: 11px;
  }
}
.search-form > input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.search-form > input::-moz-placeholder {
  color: #CCCCCC;
}
.search-form > input::-ms-input-placeholder {
  color: #CCCCCC;
}
.search-form > input::placeholder {
  color: #CCCCCC;
}
.search-form__send {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-form__send > span {
  -webkit-mask: url(../../assets/images/icon-search.svg) center/cover;
  mask: url(../../assets/images/icon-search.svg) center/cover;
  background: #335719;
  width: 10px;
  width: 0.625rem;
  min-width: 10px;
  min-width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}

.search-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
.search-gallery > input {
  outline: none;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  border: 1px solid #CCCCCC;
  background-color: #F3F3F3;
}
.search-gallery > input {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .search-gallery > input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .search-gallery > input {
    font-size: 14px;
  }
}
.search-gallery > input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.search-gallery > input::-moz-placeholder {
  color: #AAAAAA;
}
.search-gallery > input::-ms-input-placeholder {
  color: #AAAAAA;
}
.search-gallery > input::placeholder {
  color: #AAAAAA;
}
.search-gallery__send {
  background-color: #335719;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  padding: 0 1.25rem;
  color: #fff;
  font-weight: 700;
}
.search-gallery__send {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .search-gallery__send {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .search-gallery__send {
    font-size: 16px;
  }
}
@media screen and (max-width: 919px) {
  .search-gallery__send {
    max-width: 5.5rem;
  }
}
.search-gallery__send > p {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .search-gallery__send > p {
    text-align: left;
  }
}
.search-gallery__send > span {
  -webkit-mask: url(../../assets/images/icon-search.svg) center/cover;
  mask: url(../../assets/images/icon-search.svg) center/cover;
  background: #fff;
  width: 16px;
  width: 1rem;
  min-width: 16px;
  min-width: 1rem;
  height: 16px;
  height: 1rem;
}
@media screen and (max-width: 919px) {
  .search-gallery__send > span {
    width: 0.75rem;
    min-width: 0.75rem;
    height: 0.75rem;
  }
}

.select-form {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.select-form::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-arrow.svg) center/cover;
  mask: url(../../assets/images/icon-arrow.svg) center/cover;
  background: #335719;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
  margin: auto 0;
}

.select {
  position: relative;
  width: 100%;
}
.select > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 32px 12px 24px;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  background-color: #F3F3F3;
  border: 1px solid #CCCCCC;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 919px) {
  .select > select {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  }
}
.select > select:first-child {
  color: #666666;
}
.select::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 919px) {
  .select::after {
    right: 0.75rem;
  }
}
.select.--sm {
  max-width: 125px;
  max-width: 7.8125rem;
}

.table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: left;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .table th,
  .table td {
    font-size: 0.875rem;
    width: 100% !important;
  }
}
.table th {
  background-color: #F3F3F3;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .table th {
    width: 100%;
  }
}
.table .table-header th {
  background-color: #335719;
  color: #fff;
}
.table .table-header.--gray th {
  background-color: #F3F3F3;
  color: #222222;
}
@media screen and (max-width: 640px) {
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.table-scroll {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  width: 100%;
}
.table-scroll th,
.table-scroll td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: left;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  .table-scroll th,
  .table-scroll td {
    font-size: 0.875rem;
  }
}
.table-scroll th {
  background-color: #F3F3F3;
  font-weight: 700;
}
.table-scroll .table-header th {
  background-color: #335719;
  color: #fff;
}
.table-scroll .table-header.--gray th {
  background-color: #F3F3F3;
  color: #222222;
}

.table-list tr {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 640px) {
  .table-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding-block: 0.5rem;
  }
}
.table-list th,
.table-list td {
  font-weight: 400;
  padding-block: 12px;
  padding-block: 0.75rem;
  text-align: left;
  line-height: 1.7;
  vertical-align: middle;
}
.table-list th,
.table-list td {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .table-list th,
  .table-list td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .table-list th,
  .table-list td {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .table-list th,
  .table-list td {
    padding: 0;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0.875rem;
  }
}
.tabs-btn {
  width: 100%;
  max-width: 180px;
  max-width: 11.25rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #335719;
  color: #AAAAAA;
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-weight: 700;
}
.tabs-btn {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .tabs-btn {
    font-size: calc(10.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  .tabs-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .tabs-btn {
    height: 2.75rem;
    width: 100%;
    max-width: none;
  }
  .tabs-btn:nth-child(3n+3) {
    border-right: 1px solid #335719;
  }
}
.tabs-btn::after {
  display: block;
  content: "";
  border-bottom: solid 2px #335719;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  width: 160px;
  width: 10rem;
  bottom: 0;
}
.tabs-btn:last-child {
  border-right: 1px solid #335719;
}
.tabs-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tabs .tab-active {
  background-color: #F1F9F1;
  color: #335719;
}
.tabs .tab-active::after {
  display: none;
}
.tabs .tab-active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-left: 1.25rem solid transparent;
  border-right: 20px solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 11px solid #F1F9F1;
  border-top: 0.6875rem solid #F1F9F1;
}
.tabs-body {
  width: 100%;
}
.tabs-content {
  display: none;
}
.tabs-content-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .tabs2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.tabs2-btn {
  width: 100%;
  max-width: 636px;
  max-width: 39.75rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #AAAAAA;
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-weight: 700;
  background-color: #F3F3F3;
  border-top-left-radius: 24px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 24px;
  border-top-right-radius: 1.5rem;
}
.tabs2-btn {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .tabs2-btn {
    font-size: calc(14.21951px + 0.60976vw);
  }
}
@media screen and (min-width: 1440px) {
  .tabs2-btn {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  .tabs2-btn {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
.tabs2-btn > p {
  position: relative;
}
.tabs2-btn > p .icon-tea {
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  position: absolute;
  left: -25%;
  bottom: 0;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .tabs2-btn > p .icon-tea {
    display: none;
  }
}
.tabs2-btn > p .icon-tea.--tea1 {
  background-image: url(../../assets/images/enjoy/home-economics/tea-1.webp);
}
.tabs2-btn > p .icon-tea.--tea2 {
  background-image: url(../../assets/images/enjoy/home-economics/tea-2.webp);
}
.tabs2 .tab-active {
  background-color: #335719;
  color: #fff;
  height: 80px;
  height: 5rem;
}
@media screen and (max-width: 640px) {
  .tabs2 .tab-active {
    height: 4rem;
  }
}
.tabs2 .tab-active > p .icon-tea {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  left: -40%;
}
@media screen and (max-width: 919px) {
  .tabs2 .tab-active > p .icon-tea {
    width: 3.25rem;
    height: 3.25rem;
    left: -25%;
  }
}
.tabs2-body {
  width: 100%;
}
.tabs2-content {
  display: none;
}
.tabs2-content-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  cursor: pointer;
}
.tabs3 .tab-active {
  color: #335719;
  font-size: 18px;
  font-size: 1.125rem;
}
.tabs3 .tab-active::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #335719;
  border-radius: 50%;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 919px) {
  .tabs3 .tab-active::before {
    left: -14px;
  }
}
.tabs3-btn {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #AAAAAA;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.tabs3-content {
  display: none;
}
.tabs3-content-active {
  display: block;
}

.scrolltab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1106px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 919px) {
  .scrolltab {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .scrolltab {
    gap: 1.5rem;
  }
}
.scrolltab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  max-width: 256px;
  max-width: 16rem;
  position: sticky;
  top: 130px;
  top: 8.125rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 919px) {
  .scrolltab__menu {
    position: static;
    position: initial;
    max-width: 100%;
  }
}
.scrolltab__menu-link {
  color: #AAAAAA;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
}
.scrolltab__menu-link {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  .scrolltab__menu-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .scrolltab__menu-link {
    font-size: 18px;
  }
}
.scrolltab__menu-link::before {
  content: "";
  display: none;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: #335719;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -24px;
  left: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scrolltab__menu-link.active-tabmenu {
  color: #335719;
}
.scrolltab__menu-link.active-tabmenu::before {
  display: block;
}
.scrolltab__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .scrolltab__body {
    gap: 2rem;
  }
}
.scrolltab__body > p {
  line-height: 1.7;
}
.scrolltab__body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
.scrolltab__body-main .accordion:not(:nth-of-type(1)) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.scrolltab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .scrolltab__content {
    gap: 0.5rem;
  }
}
.scrolltab__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .scrolltab__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.scrolltab hr {
  margin: 32px 0;
  margin: 2rem 0;
}
@media screen and (max-width: 640px) {
  .scrolltab hr {
    margin: 1rem 0;
  }
}
.scrolltab__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
.scrolltab__footer > p {
  line-height: 1.7;
  text-align: center;
}
.scrolltab__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .scrolltab__footer-content {
    gap: 0.5rem;
  }
}

.tag {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 17px;
  height: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #335719;
  color: #fff;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.tag {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .tag {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .tag {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tag.--green {
  background-color: #335719;
}
.tag.--orange {
  background-color: #FF8713;
}
.tag.--tea-producers-council {
  background: #335719;
}
.tag.--tea-cooperative {
  background: #86B81B;
}
.tag.--tea-chamber {
  background: #5A2E04;
}

.tag-border {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 23px;
  height: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #335719;
  font-weight: 700;
  border: 1px solid #335719;
  border-radius: 0.25rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
.tag-border {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .tag-border {
    font-size: calc(9.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .tag-border {
    font-size: 13px;
  }
}

.tag-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #335719;
  font-weight: 700;
  border: 1px solid #335719;
  border-radius: 0.25rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  border-radius: 1.5rem;
  gap: 4px;
  gap: 0.25rem;
}
.tag-icon {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .tag-icon {
    font-size: calc(9.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .tag-icon {
    font-size: 13px;
  }
}
.tag-icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-clock.svg) center/cover;
  mask: url(../../assets/images/icon-clock.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.tag-map {
  color: #5A2E04;
  width: 100%;
  max-width: 116px;
  max-width: 7.25rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  gap: 0.5rem;
}
.tag-map {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  .tag-map {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .tag-map {
    font-size: 11px;
  }
}
.tag-map > span {
  width: 100%;
}
.tag-map::before {
  content: "";
  width: 24px;
  width: 1.5rem;
  min-width: 24px;
  min-width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.tag-map.--orange {
  background-color: #FAC898;
}
.tag-map.--orange::before {
  background: url(../../assets/images/icon-lunch.svg) center/cover;
}
.tag-map.--green {
  background-color: #DBEABB;
}
.tag-map.--green::before {
  background: url(../../assets/images/icon-tea.svg) center/cover;
}
.tag-map.--brown {
  background-color: #DDC6B1;
}
.tag-map.--brown::before {
  background: url(../../assets/images/icon-utensils.svg) center/cover;
}
.tag-map.--sm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .txt-balloon {
    gap: 1.5rem;
  }
}
.txt-balloon__img {
  min-width: 64px;
  min-width: 4rem;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}
@media screen and (max-width: 640px) {
  .txt-balloon__img {
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.txt-balloon__content {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  background-color: #F1F9F1;
  border-radius: 1rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
  position: relative;
  width: 100%;
}
.txt-balloon__content > p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  .txt-balloon__content > p {
    font-size: calc(14.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  .txt-balloon__content > p {
    font-size: 18px;
  }
}
.txt-balloon__content::before {
  content: "";
  position: absolute;
  left: -20px;
  left: -1.25rem;
  top: 24px;
  top: 1.5rem;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-top: 0.875rem solid transparent;
  border-bottom: 14px solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-right: 22px solid #F1F9F1;
  border-right: 1.375rem solid #F1F9F1;
}
@media screen and (max-width: 640px) {
  .txt-balloon__content::before {
    left: -0.75rem;
    top: 0.75rem;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-right: 0.9375rem solid #F1F9F1;
  }
}
.txt-balloon.--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
.txt-balloon.--vertical .txt-balloon__content::before {
  border-left: 14px solid transparent;
  border-left: 0.875rem solid transparent;
  border-right: 14px solid transparent;
  border-right: 0.875rem solid transparent;
  border-top: 22px solid #F1F9F1;
  border-top: 1.375rem solid #F1F9F1;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -32px;
  bottom: -2rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .txt-balloon.--vertical .txt-balloon__content::before {
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 0.9375rem solid #F1F9F1;
  }
}

#toc_container {
  padding: 32px;
  padding: 2rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
#toc_container.contracted {
  width: 100% !important;
}
#toc_container.contracted .toc_toggle a::before {
  -webkit-transform: translateY(-50%) rotate(-180deg) !important;
          transform: translateY(-50%) rotate(-180deg) !important;
}
#toc_container .toc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  gap: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400 !important;
}
#toc_container .toc_title .toc_toggle a {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-right: 16px;
  padding-right: 1rem;
}
#toc_container .toc_title .toc_toggle a::before {
  position: absolute;
  background: url(../../assets/images/icon-arrow.svg) no-repeat center center/contain;
  width: 8px;
  height: 5px;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
#toc_container .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  font-weight: 700;
}
#toc_container .toc_list > li {
  font-size: 16px;
  font-size: 1rem;
}
#toc_container .toc_list > li > a {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  display: inline-block;
}
#toc_container .toc_list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
#toc_container .toc_list > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
#toc_container .toc_list > li ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
}

.video {
  position: relative;
  background-color: #222222;
}
.video > video {
  width: 100%;
  display: block;
}
.video .video-play {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.video .video-play > span {
  -webkit-mask: url(../../assets/images/icon-play.svg) center/cover;
  mask: url(../../assets/images/icon-play.svg) center/cover;
  background: #fff;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}

.scroll-content {
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
.scroll-content > img {
  max-width: none;
}
.scroll-content table {
  width: 1080px;
  width: 67.5rem;
}

main.page-about .about {
  padding: 80px 0 64px;
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 640px) {
  main.page-about .about {
    padding: 4rem 0 3rem;
  }
}
main.page-about .about__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
main.page-about .about__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-about .about__ttl {
    font-size: calc(20.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about .about__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  main.page-about .about__ttl {
    margin-bottom: 1rem;
  }
}
main.page-about .about__content > p {
  line-height: 1.7;
}
main.page-about .about__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  main.page-about .about__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
main.page-about .about__blocks-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.page-about .about__blocks-ttl > h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-about .about__blocks-ttl > h4 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-about .about__blocks-ttl > h4 {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about .about__blocks-ttl > h4 {
    font-size: 20px;
  }
}
main.page-about .about .block-imgcontent {
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-about .about .block-imgcontent {
    gap: 1.5rem;
    max-width: none;
  }
}
main.page-about .about .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-about .about .block-imgcontent__content {
    gap: 0.5rem;
  }
}
main.page-about .pyramid {
  background-color: #F8FBF1;
  padding: 80px 0 48px;
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 640px) {
  main.page-about .pyramid {
    padding: 2rem 0;
  }
}
main.page-about .subpages {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  main.page-about .subpages {
    padding-top: 4rem;
  }
}
main.page-about .subpages__content {
  display: grid;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 919px) {
  main.page-about .subpages__content {
    gap: 0.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  main.page-about .subpages__content {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
main.page-about .subpages .btn-secondary {
  max-width: none;
}
@media screen and (max-width: 640px) {
  main.page-about .subpages .btn-secondary__txt-content {
    font-size: 0.875rem;
  }
}

.calendar .calendar__t {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.calendar .calendar__t .calendar__current {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  grid-area: 1/2/3/3;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t .calendar__current {
    grid-area: 1/1/2/4;
    font-size: 1.625rem;
  }
}
.calendar .calendar__t .prev,
.calendar .calendar__t .next {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #335719;
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t .prev,
  .calendar .calendar__t .next {
    width: 50px;
    height: 50px;
  }
}
.calendar .calendar__t .prev.none-active,
.calendar .calendar__t .next.none-active {
  opacity: 0.5;
  pointer-events: none;
}
.calendar .calendar__t .prev span,
.calendar .calendar__t .next span {
  position: relative;
  content: "";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  top: 30%;
  font-family: "Shippori Mincho", serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t .prev span,
  .calendar .calendar__t .next span {
    font-size: 1.125rem;
  }
}
.calendar .calendar__t .prev::before,
.calendar .calendar__t .next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 8px;
  height: 15px;
  background: url(../../assets/images/icon-longarrow.svg) no-repeat center center/contain;
}
.calendar .calendar__t .next {
  grid-area: 1/3/3/4;
  margin-left: auto;
}
.calendar .calendar__t .next::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.calendar .calendar__t .next span {
  left: -64px;
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t .next {
    grid-area: 2/3/3/4;
  }
}
.calendar .calendar__t .prev {
  grid-area: 1/1/3/2;
}
.calendar .calendar__t .prev span {
  right: -74px;
}
.calendar .calendar__t .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 919px) {
  .calendar .calendar__t .prev {
    grid-area: 2/1/3/2;
  }
}
.calendar .calendar__select {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, .08);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
.calendar .calendar__select:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/selecttag-icon.svg) no-repeat center center/contain;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
}
.calendar .calendar__select select {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-inline: 24px;
  z-index: 2;
  position: relative;
}
.calendar .calendar__select select option {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  width: 100%;
}
.calendar table th,
.calendar table td {
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.calendar table thead tr th {
  width: 14.2857142857%;
  background: #F8FBF1;
  height: 34px;
  height: 2.125rem;
  font-weight: 700;
  vertical-align: middle;
}
.calendar table thead tr th:nth-of-type(1) {
  background: #d30a25;
  color: #fff;
}
.calendar table thead tr th:nth-of-type(7) {
  background: #3f52a5;
  color: #fff;
}
.calendar table tbody td {
  font-weight: 400;
  vertical-align: top;
  position: relative;
}
.calendar table tbody td .day__inner {
  min-height: 114px;
  min-height: 7.125rem;
  height: 100%;
  position: relative;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.calendar table tbody td .day__inner .other,
.calendar table tbody td .day__inner .industry,
.calendar table tbody td .day__inner .chamber {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 22px;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  padding-left: 8px;
}
.calendar table tbody td .day__inner .chamber {
  background: #335719;
}
.calendar table tbody td .day__inner .industry {
  background: #86B81B;
}
.calendar table tbody td .day__inner .other {
  background: #5A2E04;
}
.calendar table tbody td .day__inner .day__num {
  position: absolute;
  content: "";
  top: 8px;
  top: 0.5rem;
  left: 8px;
  left: 0.5rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.calendar table tbody td .day__inner .day__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #335719;
}
.calendar table tbody td .day__inner .day__icon.--available {
  background: url(../../assets/images/icon-calendar-circle.svg) center/cover no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.calendar table tbody td .day__inner .day__icon.--consulting {
  background: url(../../assets/images/icon-calendar-triangle.svg) center/cover no-repeat;
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
}
.calendar table tbody td .day__inner .day__icon.--unavailable {
  background: url(../../assets/images/icon-calendar-x.svg) center/cover no-repeat;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}
.calendar table tbody td.data__not {
  background: #f6f6f6;
}
.calendar .calendar__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.calendar .calendar__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 12px;
}
.calendar .calendar__type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.calendar .calendar__type p span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}
.calendar .calendar__type p:nth-of-type(1) span {
  background: #335719;
}
.calendar .calendar__type p:nth-of-type(2) span {
  background: #86B81B;
}
.calendar .calendar__type p:nth-of-type(3) span {
  background: #5A2E04;
}
.calendar .calendar__type.--kaikan p span {
  background: #335719;
  border-radius: 0;
}
.calendar .calendar__type.--kaikan p:nth-of-type(1) span {
  background: url(../../assets/images/icon-calendar-circle.svg) center/cover no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.calendar .calendar__type.--kaikan p:nth-of-type(2) span {
  background: url(../../assets/images/icon-calendar-triangle.svg) center/cover no-repeat;
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
}
.calendar .calendar__type.--kaikan p:nth-of-type(3) span {
  background: url(../../assets/images/icon-calendar-x.svg) center/cover no-repeat;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}
.calendar .calendar__main {
  overflow-y: auto;
}
.calendar .calendar__main::-webkit-scrollbar {
  height: 8px;
}
.calendar .calendar__main::-webkit-scrollbar-track {
  background-color: #dddddd;
}
.calendar .calendar__main::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
@media screen and (max-width: 919px) {
  .calendar .calendar__main table {
    width: 800px;
  }
}

main.column {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
}
@media screen and (max-width: 767px) {
  main.column {
    padding: 4rem 0 4rem;
  }
}
main.column .news ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.column .news ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
  }
}
main.column .columnist .columnist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.column .columnist .columnist__list .columnist__item {
  width: calc(33% - 1rem);
  background: #F8FBF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 919px) {
  main.column .columnist .columnist__list .columnist__item {
    width: 100%;
  }
}
main.column .columnist .columnist__list .columnist__item .columnist__item-name {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-img img {
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  border-radius: 50%;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.column .columnist .columnist__list .columnist__item .columnist__item-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #CCCCCC;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article .columnist__item-article-left {
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article .columnist__item-article-left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article .columnist__item-article-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article .columnist__item-article-right time {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.column .columnist .columnist__list .columnist__item .columnist__item-articles .columnist__item-article .columnist__item-article-right p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.column .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
}
main.column .profile .profile__img {
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  border-radius: 50%;
}
main.column .profile .profile__text {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.column .profile .profile__text .profile__text-name {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
}
main.column .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 919px) {
  main.column .articles {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main.column .articles > li {
  width: calc(33% - 1rem);
}
@media screen and (max-width: 919px) {
  main.column .articles > li {
    width: 100%;
  }
}

.contact .contact__complete-h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.contact .contact__btns {
  border-top: 1px solid #CCCCCC;
  padding-top: 48px;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 919px) {
  .contact .contact__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.contact .contact__btns .form__send {
  grid-area: 1/2/2/3;
}
.contact .form__back {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 195px;
  max-width: 12.1875rem;
  border-bottom: 1px solid #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact .form__back .wpcf7-previous {
  text-decoration: none;
}
@media screen and (max-width: 919px) {
  .contact .form__back {
    gap: 0.875rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.contact .form__back:hover .btn-details__icon::before {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  opacity: 1;
}
.contact .form__back:hover .btn-details__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
.contact .form__back:hover .btn-details__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact .form__back:hover .btn-details__icon::before {
  -webkit-transform: rotate(-90deg) translateY(0%);
          transform: rotate(-90deg) translateY(0%);
  opacity: 1;
}
.contact .form__back:hover .btn-details__icon::after {
  -webkit-transform: rotate(-90deg) translateY(-150%);
          transform: rotate(-90deg) translateY(-150%);
  opacity: 0;
}
.contact .form__back .btn-details__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .form__back .btn-details__icon::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .form__back .btn-details__icon::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  background: #335719;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(-90deg) translateY(0%);
          transform: rotate(-90deg) translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .form__back .btn-details__circle {
  position: absolute;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(134, 184, 27, .3);
  bottom: -13px;
  bottom: -0.8125rem;
  right: -40px;
  right: -2.5rem;
  left: inherit;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.page-enjoy {
  padding-top: 91px;
  padding-top: 5.6875rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy {
    padding-top: 4.5rem;
  }
}
main.page-enjoy .mv {
  padding-top: 34px;
  padding-top: 2.125rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .mv {
    padding-top: 0.5rem;
  }
}
main.page-enjoy .mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  gap: 4.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .mv__content {
    gap: 3rem;
  }
}
main.page-enjoy .mv__breadcrumbs .breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.page-enjoy .mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .mv__ttl {
    gap: 0.5rem;
  }
}
main.page-enjoy .mv__ttl h3,
main.page-enjoy .mv__ttl h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.page-enjoy .mv__ttl h2 {
  color: #5A2E04;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-enjoy .mv__ttl h2 {
  font-size: 29px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy .mv__ttl h2 {
    font-size: calc(7.07317px + 3.53659vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy .mv__ttl h2 {
    font-size: 58px;
  }
}
main.page-enjoy .mv__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-enjoy .mv__subttl h3 {
  color: #5A2E04;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
}
main.page-enjoy .mv__subttl h3 {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy .mv__subttl h3 {
    font-size: calc(8.43902px + 1.21951vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy .mv__subttl h3 {
    font-size: 26px;
  }
}
main.page-enjoy .mv__subttl h3 > span {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px;
  margin-left: 0.5rem;
}
main.page-enjoy .mv__subttl::before {
  content: "";
  -webkit-mask: url(../../assets/images/enjoy/icon-quotes.svg) center/cover;
  mask: url(../../assets/images/enjoy/icon-quotes.svg) center/cover;
  background: #5A2E04;
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  margin-right: 24px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .mv__subttl::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-right: 0.5rem;
  }
}
main.page-enjoy .mv__subttl::after {
  content: "";
  -webkit-mask: url(../../assets/images/enjoy/icon-quotes.svg) center/cover;
  mask: url(../../assets/images/enjoy/icon-quotes.svg) center/cover;
  background: #5A2E04;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .mv__subttl::after {
    width: 0.875rem;
    height: 1.125rem;
    margin-left: 1.5rem;
  }
}
main.page-enjoy .mv .bg-leaf {
  position: absolute;
  top: -92px;
  top: -5.75rem;
  left: 0;
  z-index: -1;
  width: 100%;
}
main.page-enjoy .section {
  margin-top: -15px;
  margin-top: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section {
    gap: 4rem;
  }
}
main.page-enjoy .section__description {
  color: #5A2E04;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
}
main.page-enjoy .section__description > p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
main.page-enjoy .section__description .img-leaf1 {
  position: absolute;
  top: -60px;
  top: -3.75rem;
  right: -46px;
  right: -2.875rem;
  width: 100%;
  max-width: 168px;
  max-width: 10.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section__description .img-leaf1 {
    max-width: 4.625rem;
    top: -1.25rem;
    right: -1.125rem;
  }
}
main.page-enjoy .section__description .img-leaf2 {
  position: absolute;
  bottom: -42px;
  bottom: -2.625rem;
  left: -12px;
  left: -0.75rem;
  width: 100%;
  max-width: 99px;
  max-width: 6.1875rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section__description .img-leaf2 {
    max-width: 3.375rem;
    bottom: -1.625rem;
  }
}
main.page-enjoy .section__characters {
  padding: 80px 100px;
  padding: 5rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section__characters {
    gap: 1rem;
    padding: 1rem;
  }
}
main.page-enjoy .section__characters-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .section__characters-content {
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section__characters-content {
    gap: 1rem;
  }
}
main.page-enjoy .section__characters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-enjoy .section__characters-item > img {
  width: 100%;
  max-width: 120px;
  max-width: 7.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .section__characters-item > img {
    max-width: 5rem;
  }
}
main.page-enjoy .section__characters-item > p {
  font-weight: 700;
}
main.page-enjoy .section__characters-item > p {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy .section__characters-item > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy .section__characters-item > p {
    font-size: 18px;
  }
}
main.page-enjoy .menu {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy .menu {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy .menu .outer {
    padding: 0;
  }
}
main.page-enjoy .menu__content {
  padding: 80px 120px;
  padding: 5rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1250px) {
  main.page-enjoy .menu__content {
    padding: 5rem 6.25rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy .menu__content {
    padding: 1rem 1.25rem;
    gap: 1rem;
    border-radius: 0;
  }
}
main.page-enjoy .menu__content .img-chasen {
  position: absolute;
  top: 269px;
  top: 16.8125rem;
  left: -52px;
  left: -3.25rem;
  width: 100%;
  max-width: 86px;
  max-width: 5.375rem;
}
main.page-enjoy .menu__content .img-teacup {
  position: absolute;
  bottom: 202px;
  bottom: 12.625rem;
  right: -50px;
  right: -3.125rem;
  width: 100%;
  max-width: 111px;
  max-width: 6.9375rem;
}
main.page-enjoy .menu__content .img-teapot {
  position: absolute;
  bottom: -33px;
  bottom: -2.0625rem;
  left: -75px;
  left: -4.6875rem;
  width: 100%;
  max-width: 221px;
  max-width: 13.8125rem;
}
main.page-enjoy .menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .menu__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
main.page-enjoy .menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  width: 100%;
  max-width: 160px;
  max-width: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-enjoy .menu__icon > img {
  width: 100%;
  max-width: 80px;
  max-width: 5rem;
}
main.page-enjoy .menu__icon > p {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.page-enjoy .menu__icon > p {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy .menu__icon > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy .menu__icon > p {
    font-size: 18px;
  }
}
main.page-enjoy .menu__list {
  padding-left: 64px;
  padding-left: 4rem;
  border-left: 6px dotted #5A2E04;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy .menu__list {
    border-left: none;
    padding-left: 0;
    padding-top: 1rem;
    border-top: 2px dotted #5A2E04;
  }
}
main.page-enjoy .menu__item {
  width: 100%;
  height: 32px;
  height: 2rem;
}
main.page-enjoy .menu__item > p {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #335719;
}
main.page-enjoy .menu__item > p {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy .menu__item > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy .menu__item > p {
    font-size: 18px;
  }
}
main.page-enjoy .menu__item .btn-secondary__icon {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
main.page-enjoy .menu__item .btn-secondary__icon::before {
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
}
main.page-enjoy .menu__item .btn-secondary__icon::after {
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
}
main.page-enjoy .main-enjoy__bg-content.--top::after {
  -webkit-clip-path: ellipse(130% 96% at 50% 0);
          clip-path: ellipse(130% 96% at 50% 0);
}
@media screen and (max-width: 919px) {
  main.page-enjoy .main-enjoy__bg-content.--top::after {
    -webkit-clip-path: ellipse(310% 94% at 50% 0);
            clip-path: ellipse(310% 94% at 50% 0);
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy .main-enjoy__bg-content.--top::after {
    -webkit-clip-path: ellipse(362% 91.5% at 50% 0);
            clip-path: ellipse(362% 91.5% at 50% 0);
  }
}

main.event {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
}
@media screen and (max-width: 767px) {
  main.event {
    padding: 4rem 0 4rem;
  }
}
main.event .event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 919px) {
  main.event .event__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.event .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
main.event .event__item {
  position: relative;
}
main.event .event__sidebar {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
  position: sticky;
  top: 128px;
  top: 8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 919px) {
  main.event .event__sidebar {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
main.event .event__sidebar p {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}
main.event .event__sidebar p:before {
  position: absolute;
  background: url(../../assets/images/icon-tag.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
main.event .event__sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  margin-top: 1rem;
}
main.event .outerM {
  width: calc(100% - 16.75rem);
}
@media screen and (max-width: 919px) {
  main.event .outerM {
    width: 100%;
  }
}

main.top {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 919px) {
  main.top {
    padding: 4.5rem 0 5rem;
  }
}
main.top .mv {
  width: 100%;
  height: 91vh;
  position: relative;
}
@media screen and (max-width: 640px) {
  main.top .mv {
    height: 65vh;
  }
}
main.top .mv .mv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .mv .mv-btn {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  position: absolute;
  right: 80px;
  right: 5rem;
  bottom: -24px;
  bottom: -1.5rem;
}
@media screen and (max-width: 640px) {
  main.top .mv .mv-btn {
    max-width: 7.5rem;
    right: 1.25rem;
  }
}
main.top .mv .mv-btn > img {
  width: 100%;
}
main.top .mv .mv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .eventnews {
  position: relative;
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.top .eventnews {
    padding-top: 5rem;
  }
}
main.top .eventnews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.top .eventnews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
main.top .eventnews__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.top .eventnews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
main.top .eventnews__header::after {
  content: "";
  width: 80px;
  width: 5rem;
  height: 2px;
  background-color: #335719;
  position: absolute;
  bottom: -1px;
  left: 0;
}
main.top .eventnews__ttl-en {
  font-family: "Cormorant", serif;
  color: #335719;
  font-weight: 700;
}
main.top .eventnews__ttl-en {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.top .eventnews__ttl-en {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  main.top .eventnews__ttl-en {
    font-size: 16px;
  }
}
main.top .eventnews__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
main.top .eventnews__ttl-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.top .eventnews__ttl-ja {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  main.top .eventnews__ttl-ja {
    font-size: calc(23.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.top .eventnews__ttl-ja {
    font-size: 29px;
  }
}
main.top .eventnews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.top .eventnews__body.event {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
main.top .eventnews__body.event .block-imgcontent {
  gap: 24px;
  gap: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
}
@media screen and (max-width: 919px) {
  main.top .eventnews__body.event .block-imgcontent {
    gap: 0.875rem;
    -o-border-image: none;
       border-image: none;
  }
}
main.top .eventnews__body.event .block-imgcontent__img {
  max-width: 110px;
  max-width: 6.875rem;
}
@media screen and (max-width: 919px) {
  main.top .eventnews__body.event .block-imgcontent__img {
    max-width: none;
  }
}
main.top .eventnews__body.event .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
}
main.top .eventnews__body.event__ttl {
  font-weight: 500;
}
main.top .eventnews__body.event__ttl {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.top .eventnews__body.event__ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.top .eventnews__body.event__ttl {
    font-size: 14px;
  }
}
main.top .eventnews__body.event__date {
  font-weight: 700;
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
main.top .eventnews__body.event__date {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.top .eventnews__body.event__date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.top .eventnews__body.event__date {
    font-size: 11px;
  }
}
main.top .eventnews__body.event__date::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-calendar.svg) center/cover;
  mask: url(../../assets/images/icon-calendar.svg) center/cover;
  background: #AAAAAA;
  width: 14px;
  width: 0.875rem;
  height: 16px;
  height: 1rem;
}
main.top .eventnews .news .block-news {
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
}
main.top .eventnews .news .block-news__date {
  font-family: "Noto Sans JP", serif;
}
main.top .eventnews .news .block-news__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.top .eventnews .news .block-news__ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}
main.top .eventnews__bg {
  position: absolute;
  top: 50%;
  left: -28%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 1400px;
  max-width: 87.5rem;
  z-index: -1;
}
@media screen and (max-width: 919px) {
  main.top .eventnews__bg {
    top: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media screen and (max-width: 640px) {
  main.top .eventnews__bg {
    width: 40rem;
    left: -80%;
  }
}
main.top .knowledge {
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.top .knowledge {
    padding-top: 4.375rem;
  }
}
main.top .experience-cafe {
  padding-top: 128px;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.top .experience-cafe {
    padding-top: 4.5rem;
  }
}
main.top .gallery {
  padding-top: 132px;
  padding-top: 8.25rem;
}
@media screen and (max-width: 919px) {
  main.top .gallery {
    padding-top: 4.5rem;
  }
}
main.top .gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 919px) {
  main.top .gallery__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 919px) {
  main.top .gallery .block-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.top .gallery__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 919px) {
  main.top .gallery__content {
    margin-bottom: 3rem;
  }
}
main.top .gallery__item {
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 640px) {
  main.top .gallery__item {
    margin-left: 1.5rem;
  }
}
main.top .gallery .block-imgcontent {
  gap: 12px;
  gap: 0.75rem;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (max-width: 640px) {
  main.top .gallery .block-imgcontent {
    max-width: 17.5rem;
  }
}
main.top .column {
  padding: 128px 0 136px;
  padding: 8rem 0 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 919px) {
  main.top .column {
    padding: 5rem 0 7.5rem;
  }
}
main.top .column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.top .column__content {
    gap: 3rem;
  }
}
main.top .column__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.top .column__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
main.top .column__block-list {
  width: 50%;
  max-width: none;
}
@media screen and (max-width: 919px) {
  main.top .column__block-list {
    width: 100%;
  }
}
main.top .column .block-column {
  max-width: none;
}
main.top .column__big-block .block-imgcontent {
  max-width: none;
}
main.top .column__big-block .block-column__ttl {
  -webkit-line-clamp: 1;
}
main.top .column__list-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.top .column__list-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }
}
main.top .column__list-columns .block-imgcontent {
  width: 100%;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
}
@media screen and (max-width: 919px) {
  main.top .column__list-columns .block-imgcontent {
    gap: 0.875rem;
    -o-border-image: none;
       border-image: none;
    padding: 0;
  }
}
main.top .column__list-columns .block-imgcontent__img {
  max-width: 110px;
  max-width: 6.875rem;
}
@media screen and (max-width: 919px) {
  main.top .column__list-columns .block-imgcontent__img {
    max-width: none;
  }
}
main.top .column__list-columns .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
}
main.top .column__list-columns .block-imgcontent .block-column__date {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.top .column__list-columns .block-imgcontent .block-column__date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.top .column__list-columns .block-imgcontent .block-column__date {
    font-size: 11px;
  }
}
main.top .column__list-columns .block-imgcontent .block-column__ttl {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.top .column__list-columns .block-imgcontent .block-column__ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.top .column__list-columns .block-imgcontent .block-column__ttl {
    font-size: 14px;
  }
}
main.top .column__bg {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(46%) rotate(180deg);
          transform: translateY(46%) rotate(180deg);
  right: -20%;
  width: 100%;
  max-width: 1400px;
  max-width: 87.5rem;
  z-index: -2;
}
@media screen and (max-width: 919px) {
  main.top .column__bg {
    width: 63.4375rem;
    left: 50%;
    -webkit-transform: translateY(46%) translateX(-40%) rotate(180deg);
            transform: translateY(46%) translateX(-40%) rotate(180deg);
  }
}
@media screen and (max-width: 640px) {
  main.top .column__bg {
    display: none;
  }
}
main.top .sns {
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.top .sns {
    padding-top: 4rem;
  }
}
main.top .sns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 919px) {
  main.top .sns__content {
    gap: 3rem;
  }
}
main.top .sns__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  gap: 3.0625rem;
}
@media screen and (max-width: 919px) {
  main.top .sns__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top .sns__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  main.top .sns__block-content {
    gap: 1.5rem;
  }
}
main.top .sns__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.top .sns__block-header > h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.top .sns__block-header > h4 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.top .sns__block-header > h4 {
    font-size: calc(15.46341px + 0.73171vw);
  }
}
@media screen and (min-width: 1440px) {
  main.top .sns__block-header > h4 {
    font-size: 26px;
  }
}
main.top .sns__block-header .link-external {
  font-family: "Cormorant", serif;
  font-weight: 700;
  color: #335719;
}
main.top .sns__block-header .link-external {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.top .sns__block-header .link-external {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.top .sns__block-header .link-external {
    font-size: 20px;
  }
}
main.top .sns__block-header .link-external::after {
  background: #335719;
}
main.top .sns__block-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.top .sns__block-body {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
main.top .sns__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.top .sns__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.top .sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 400px;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .btn-details-sp {
  display: none;
}
@media screen and (max-width: 919px) {
  main.top .btn-details-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
main.top .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main.top .bg-parallax-1 {
  width: 100%;
  max-width: 96px;
  max-width: 6rem;
  top: -37px;
  top: -2.3125rem;
  left: 3%;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-1 {
    max-width: 4.5rem;
    left: 0;
  }
}
main.top .bg-parallax-2 {
  width: 100%;
  max-width: 349px;
  max-width: 21.8125rem;
  top: -30px;
  top: -1.875rem;
  right: 2.5%;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-2 {
    max-width: 11.75rem;
    right: -2%;
  }
}
main.top .bg-parallax-3 {
  width: 100%;
  max-width: 81px;
  max-width: 5.0625rem;
  top: -30px;
  top: -1.875rem;
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-3 {
    max-width: 3.25rem;
    left: 2%;
  }
}
main.top .bg-parallax-4 {
  width: 100%;
  max-width: 156px;
  max-width: 9.75rem;
  top: 20px;
  top: 1.25rem;
  left: 8%;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-4 {
    max-width: 6.0625rem;
    left: 4%;
    top: -0.75rem;
  }
}
main.top .bg-parallax-5 {
  width: 100%;
  max-width: 275px;
  max-width: 17.1875rem;
  top: -80px;
  top: -5rem;
  right: 4%;
}
main.top .bg-parallax-6 {
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
  top: -82px;
  top: -5.125rem;
  left: 1%;
}
main.top .bg-parallax-7 {
  width: 100%;
  max-width: 135px;
  max-width: 8.4375rem;
  bottom: -148px;
  bottom: -9.25rem;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-7 {
    z-index: -1;
  }
}
main.top .bg-parallax-8-sp {
  width: 100%;
  max-width: 144px;
  max-width: 9rem;
  top: -138px;
  top: -8.625rem;
  right: 1%;
  display: none;
  z-index: -2;
}
@media screen and (max-width: 919px) {
  main.top .bg-parallax-8-sp {
    display: block;
  }
}

main.page-gallery-contact {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-gallery-contact {
    padding-top: 4rem;
  }
}
main.page-gallery-contact .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  main.page-gallery-contact .form__content {
    gap: 3rem;
  }
}
main.page-gallery-contact .form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  color: #000;
}
main.page-gallery-contact .form__header > p {
  font-weight: 700;
}

main.page-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.page-gallery .filter {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-gallery .filter {
    padding-top: 4rem;
  }
}
main.page-gallery .filter__content {
  background-color: #F8FBF1;
  padding: 40px;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  main.page-gallery .filter__content {
    padding: 2.125rem 1rem;
  }
}
main.page-gallery .filter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-gallery .filter__tags {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-gallery .filter__ttl {
  font-weight: 700;
}
main.page-gallery .filter__ttl {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-gallery .filter__ttl {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-gallery .filter__ttl {
    font-size: 20px;
  }
}
main.page-gallery .filter__list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}
main.page-gallery .filter__tags-item {
  height: 28px;
  height: 1.75rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 1.25rem;
  background-color: #fff;
  cursor: pointer;
  font-weight: 500;
}
main.page-gallery .filter__tags-item {
  font-size: 12px;
}
@media screen and (min-width: 620px) {
  main.page-gallery .filter__tags-item {
    font-size: calc(10.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-gallery .filter__tags-item {
    font-size: 14px;
  }
}
main.page-gallery .filter .selected-tag {
  color: #fff;
  background-color: #86B81B;
}
main.page-gallery .filter__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-gallery .filter__search {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-gallery .filter__clear {
  padding: 0 12px;
  padding: 0 0.75rem;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 40px;
  right: 2.5rem;
  height: 26px;
  height: 1.625rem;
}
main.page-gallery .filter__clear {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  main.page-gallery .filter__clear {
    font-size: calc(12.2439px + 0.12195vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-gallery .filter__clear {
    font-size: 14px;
  }
}
@media screen and (max-width: 919px) {
  main.page-gallery .filter__clear {
    top: 2rem;
  }
}
main.page-gallery .filter__clear-icon {
  position: relative;
  margin-right: 16px;
  margin-right: 1rem;
}
main.page-gallery .filter__clear-icon > span {
  position: absolute;
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  background-color: #666666;
}
main.page-gallery .filter__clear-icon > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main.page-gallery .filter__clear-icon > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main.page-gallery .posts {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-gallery .posts {
    padding-top: 4rem;
  }
}
main.page-gallery .posts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-gallery .posts__btn-download {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
main.page-gallery .posts__tabs-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  gap: 3rem 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-gallery .posts__tabs-body {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-gallery .posts__tabs-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-gallery .posts__item {
  width: 100%;
  max-width: 344px;
  max-width: 21.5rem;
  margin: 0 auto;
}
main.page-gallery .posts__item .block-imgcontent {
  gap: 16px;
  gap: 1rem;
}
main.page-gallery .posts__item .tag-border {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.page-gallery .posts__item .tag-border {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-gallery .posts__item .tag-border {
    font-size: 11px;
  }
}
main.page-gallery .posts__item .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
}
main.page-gallery .posts__item-media {
  width: 100%;
  height: 243px;
  height: 15.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.page-gallery .posts__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
main.page-gallery .posts__item-details .details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main.page-gallery .posts__item-details .details__row-name {
  width: 36%;
  min-width: 116px;
  min-width: 7.25rem;
}
main.page-gallery .posts .post-videos {
  cursor: pointer;
}
main.page-gallery .posts .pagination {
  -ms-flex-item-align: center;
      align-self: center;
}

main.page-knowledge .about {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge .about {
    padding-top: 4rem;
  }
}
main.page-knowledge .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge .about__content {
    gap: 2.5rem;
  }
}
main.page-knowledge .about__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
main.page-knowledge .about__ttl > p {
  line-height: 1.7;
}
main.page-knowledge .about__blocks {
  display: grid;
  gap: 64px 24px;
  gap: 4rem 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 919px) {
  main.page-knowledge .about__blocks {
    gap: 2rem 0.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
main.page-knowledge .about__blocks.--big {
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 919px) {
  main.page-knowledge .about__blocks.--big {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-knowledge .about__blocks .block-imgcontent__img > img {
  -o-object-fit: initial;
     object-fit: initial;
}
main.page-knowledge .about .btn-secondary {
  max-width: none;
}
@media screen and (max-width: 640px) {
  main.page-knowledge .about .btn-secondary__txt-content {
    font-size: 0.875rem;
  }
}

.login {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .login {
    padding: 4rem 0 4rem;
  }
}
.login__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .login__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.login__form-item:not(:nth-of-type(1)) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.login__form-item label {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
.login__form-item label span {
  border: 1px solid #D30A25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 2px 4px;
  color: #D30A25;
  border-radius: 10px;
  font-size: 11px;
}
.login__form-item > div {
  max-width: 587px;
  max-width: 36.6875rem;
  width: 100%;
}
.login__form-item > div input {
  width: 100%;
  border-radius: 4px;
  height: 60px;
  height: 3.75rem;
  background: #f3f3f3;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #335719;
}
.login__form-item > div p {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #AAA;
}
.login__form button {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 32px 24px 40px;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  border: 1px solid #335719;
  border-radius: 2.5rem;
}
.login__form button input {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.login__form button span {
  -webkit-mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  mask: url(../../assets/images/icon-longarrow.svg) center/cover;
  width: 8px;
  width: 0.5rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #335719;
}

.fv {
  position: relative;
}
.fv .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  top: 80px;
  top: 5rem;
  right: 10%;
}
@media screen and (max-width: 919px) {
  .fv .bg-parallax {
    max-width: 7.5rem;
    top: 15rem;
    right: 0%;
  }
}

main.member {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
}
@media screen and (max-width: 767px) {
  main.member {
    padding: 4rem 0 4rem;
  }
}
main.member .faq,
main.member .news {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 919px) {
  main.member .faq,
  main.member .news {
    margin-top: 4rem;
  }
}
main.member .calendar {
  position: relative;
}
main.member .calendar .inner {
  position: relative;
}
main.member .calendar .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 201px;
  max-width: 12.5625rem;
  width: 100%;
  bottom: 96px;
  bottom: 6rem;
  left: -8%;
}
@media screen and (max-width: 919px) {
  main.member .calendar .bg-parallax {
    max-width: 6.25rem;
    left: 0%;
  }
}
main.member .calendar .btn-primary {
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-top: 3.5rem;
}
main.member .news {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.member .news {
    padding-bottom: 4rem;
  }
}
main.member .news .outerM,
main.member .news .inner {
  position: relative;
}
main.member .news::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(248, 251, 241)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgb(248, 251, 241) 70%, rgb(255, 255, 255) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: -224px;
  top: -14rem;
  width: 100%;
  height: calc(100% + 14rem);
  z-index: -2;
}
main.member .news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.member .news__block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  gap: 4rem;
  padding: 40px 80px;
  padding: 2.5rem 5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.member .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 2.5rem;
  }
}
main.member .news__block .block-news:not(:nth-of-type(1)) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
main.member .news__block1 .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
  top: -128px;
  top: -8rem;
  right: -80px;
  right: -5rem;
}
@media screen and (max-width: 919px) {
  main.member .news__block1 .bg-parallax {
    max-width: 6.25rem;
    right: -3rem;
  }
}
main.member .news__block2 {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 919px) {
  main.member .news__block2 {
    margin-top: 4rem;
  }
}
main.member .news__block2 .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 374px;
  max-width: 23.375rem;
  width: 100%;
  top: -208px;
  top: -13rem;
  left: -45%;
}
@media screen and (max-width: 919px) {
  main.member .news__block2 .bg-parallax {
    max-width: 7.5rem;
    top: -5rem;
    left: -5%;
  }
}
main.member .news .tabs3 {
  max-width: 144px;
  max-width: 9rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  main.member .news .tabs3 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem 1.5rem;
  }
}
main.member .news .tabs-body {
  max-width: calc(100% - 9rem);
  width: 100%;
}
@media screen and (max-width: 919px) {
  main.member .news .tabs-body {
    max-width: 100%;
  }
}
main.member .news .extra__links {
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.member .news .btn-details {
  margin-top: 56px;
  margin-top: 3.5rem;
}
main.member .faq {
  position: relative;
}
main.member .faq .outerM {
  position: relative;
}
main.member .faq .block-ttl {
  margin: 0 auto;
}
main.member .faq__accordionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.member .faq__btn a {
  margin: 56px auto 0;
  margin: 3.5rem auto 0;
}
main.member .faq .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  top: -256px;
  top: -16rem;
  right: -40%;
}
@media screen and (max-width: 919px) {
  main.member .faq .bg-parallax {
    max-width: 8.75rem;
    top: -10rem;
    right: -5%;
  }
}
main.member .links {
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.member .links {
    margin-top: 4rem;
  }
}
main.member .links .inner {
  position: relative;
}
main.member .links__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 919px) {
  main.member .links__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.member .links__block .btn-square {
  max-width: calc(50% - 1rem);
  width: 100%;
}
@media screen and (max-width: 919px) {
  main.member .links__block .btn-square {
    max-width: 100%;
  }
}
main.member .links .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 276px;
  max-width: 17.25rem;
  width: 100%;
  top: -224px;
  top: -14rem;
  left: -16%;
}
@media screen and (max-width: 919px) {
  main.member .links .bg-parallax {
    max-width: 8.75rem;
    top: -12rem;
    left: -4%;
  }
}

main.page-404 .page404 {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-404 .page404 {
    padding-top: 4rem;
  }
}
main.page-404 .page404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main.page-404 .page404__content > h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-404 .page404__content > h4 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-404 .page404__content > h4 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-404 .page404__content > h4 {
    font-size: 23px;
  }
}
main.page-404 .page404__content > p {
  line-height: 1.7;
}
main.page-404 .page404__content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-404 .page404__content > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-404 .page404__content > p {
    font-size: 14px;
  }
}
main.page-404 .page404__content .btn-details {
  margin-top: 48px;
  margin-top: 3rem;
}

main.page-parts {
  padding-top: 40px;
  padding-top: 2.5rem;
}
main.page-parts .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-parts .block.--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.postContents h1,
.postContents h2,
.postContents h3,
.postContents h4,
.postContents h5,
.postContents h6 {
  font-weight: bold;
}
.postContents p {
  margin-bottom: 1em;
}
.postContents em {
  font-style: italic;
}
.postContents a {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.postContents ul,
.postContents ol {
  margin-bottom: 1em;
}
.postContents ul li:not(:last-child),
.postContents ol li:not(:last-child) {
  margin-bottom: 0.6em;
}
.postContents ul li {
  list-style: disc;
  list-style-position: inside;
}
.postContents ul li ul {
  margin-left: 1em;
  margin-top: 0.6em;
}
.postContents ul li ul li {
  list-style: circle;
  list-style-position: inside;
}
.postContents ol li {
  list-style: decimal;
  list-style-position: inside;
}
.postContents ol li ol {
  margin-left: 1em;
  margin-top: 0.6em;
}
.postContents figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}

.posts__tabs-content a {
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #003399;
}

main.page-privacy section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-privacy section {
    padding-top: 4rem;
  }
}
main.page-privacy section p {
  line-height: 1.7;
}
main.page-privacy section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-privacy .privacy p {
  width: 100%;
}
main.page-privacy .privacy p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-privacy .privacy p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-privacy .privacy p {
    font-size: 14px;
  }
}
main.page-privacy .privacy .--align-right {
  text-align: right;
}
main.page-privacy .privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
main.page-privacy .privacy__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-privacy .privacy .btn-details {
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-privacy .privacy .btn-details p {
  text-align: right;
}

main.page-rental section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental section {
    padding-top: 4rem;
  }
}
main.page-rental section p {
  line-height: 1.7;
}
main.page-rental .rental__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental .rental__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental .rental__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-rental .rental__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-rental .rental__buttons {
    gap: 1rem;
  }
}
main.page-rental .rental__buttons .btn-file {
  max-width: 524px;
  max-width: 32.75rem;
}
main.page-rental .rental__buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-rental .rental__buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main.page-search .posts {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-search .posts {
    padding-top: 4rem;
  }
}
main.page-search .posts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-search .posts__btn-download {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
main.page-search .posts__tabs-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  gap: 3rem 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-search .posts__tabs-body {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-search .posts__tabs-body {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
main.page-search .posts .pagination {
  -ms-flex-item-align: center;
      align-self: center;
}
main.page-search .posts__search-form {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  height: 64px;
  height: 4rem;
  border-radius: 2rem;
  margin: auto;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  main.page-search .posts__search-form {
    margin-bottom: 3rem;
    height: 3.5rem;
  }
}
main.page-search .posts__search-form > input {
  font-size: 14px;
  font-size: 0.875rem;
}
main.page-search .posts__search-form .search-form__send {
  height: 100%;
  width: 80px;
  border-top-right-radius: 32px;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 32px;
  border-bottom-right-radius: 2rem;
  background-color: #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-search .posts__search-form .search-form__send > span {
  background: #fff;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
main.page-search .posts-topsearch .posts__content {
  gap: 32px;
  gap: 2rem;
}
main.page-search .posts-topsearch .block-imgcontent {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 919px) {
  main.page-search .posts-topsearch .block-imgcontent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  main.page-search .posts-topsearch .block-imgcontent__img {
    max-width: 8rem;
  }
}
main.page-search .posts-topsearch .block-imgcontent__content {
  gap: 16px;
  gap: 1rem;
}
main.page-search .posts-topsearch .posts-topsearch__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-search .posts-topsearch .posts-topsearch__ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-search .posts-topsearch .posts-topsearch__ttl {
    font-size: calc(11.95122px + 0.97561vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-search .posts-topsearch .posts-topsearch__ttl {
    font-size: 26px;
  }
}
main.page-search .posts-topsearch .posts-topsearch__txt {
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 919px) {
  main.page-search .posts-topsearch .posts-topsearch__txt {
    -webkit-line-clamp: 6;
  }
}

.single__btn {
  border-top: 1px solid #CCCCCC;
  padding-top: 80px;
  padding-top: 5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.single__content h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  width: 100%;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.single__content h2 {
  font-size: 32px;
}
@media screen and (min-width: 620px) {
  .single__content h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .single__content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 919px) {
  .single__content h2 {
    font-size: 1.25rem;
  }
}
.single__content h2::after {
  content: "";
  width: 240px;
  width: 15rem;
  height: 2px;
  background-color: #335719;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.single__content h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #335719;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.single__content h3 {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  .single__content h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .single__content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 919px) {
  .single__content h3 {
    font-size: 1.125rem;
  }
}
.single__content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  width: 0.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #335719;
}
.single__content h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  left: 0.375rem;
  width: 1px;
  width: 0.0625rem;
  height: 36px;
  height: 2.25rem;
  background-color: #335719;
}
.single__content a {
  text-decoration: underline;
  color: #0033ff;
}
.single__content p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.page-sitemap section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-sitemap section {
    padding-top: 4rem;
  }
}
main.page-sitemap section p {
  line-height: 1.7;
}
main.page-sitemap section .btn-details {
  -ms-flex-item-align: center;
      align-self: center;
}
main.page-sitemap .sitemap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-sitemap .sitemap__content > hr {
  margin-top: 24px;
  margin-top: 1.5rem;
}
main.page-sitemap .sitemap__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.page-sitemap .sitemap__menu {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.page-sitemap .sitemap__menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-sitemap .sitemap__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-sitemap .sitemap__menu-block > .btn-simple {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
main.page-sitemap .sitemap__menu-block > .btn-simple {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-sitemap .sitemap__menu-block > .btn-simple {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-sitemap .sitemap__menu-block > .btn-simple {
    font-size: 14px;
  }
}
main.page-sitemap .sitemap__menu.--2col {
  display: grid;
  grid-template-columns: calc(33% - 24px) calc(67% - 24px);
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.page-sitemap .sitemap__menu.--2col {
    grid-template-columns: 1fr;
  }
}
main.page-sitemap .sitemap__menu.--2col .--2col-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  main.page-sitemap .sitemap__menu.--2col .--2col-items {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.page-sitemap .sitemap__submenu {
  padding-left: 16px;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-sitemap .sitemap__submenu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-sitemap .sitemap__submenu-block > h6 {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
  font-weight: 500;
}
main.page-sitemap .sitemap__submenu-block > h6 {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-sitemap .sitemap__submenu-block > h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-sitemap .sitemap__submenu-block > h6 {
    font-size: 14px;
  }
}
main.page-sitemap .sitemap__submenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
}
main.page-sitemap .sitemap__submenu-items .btn-simple.--subpage {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

main.takumi {
  padding: 91px 0 96px;
  padding: 5.6875rem 0 6rem;
}
@media screen and (max-width: 767px) {
  main.takumi {
    padding: 4rem 0 4rem;
  }
}
main.takumi .about {
  margin-top: 96px;
  margin-top: 6rem;
}
main.takumi .about .outerXL {
  position: relative;
}
main.takumi .about .bg-parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  top: -320px;
  top: -20rem;
  right: -256px;
  right: -16rem;
}
@media screen and (max-width: 919px) {
  main.takumi .about .bg-parallax {
    max-width: 12.5rem;
    right: -4rem;
    top: -24rem;
  }
}
main.takumi .insta {
  width: 100%;
  background: rgba(248, 251, 241, .7);
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 919px) {
  main.takumi .insta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
main.takumi .insta .insta__inner {
  max-width: 542px;
  max-width: 33.875rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
main.takumi .insta .insta__inner .insta__title {
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
main.takumi .insta .insta__inner .insta__name {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
main.takumi .faq {
  margin-top: 120px;
  margin-top: 7.5rem;
}
main.takumi .faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.takumi .access {
  position: relative;
  margin-top: 96px;
  margin-top: 6rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 919px) {
  main.takumi .access {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
main.takumi .access.--bk::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(248, 251, 241)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgb(248, 251, 241) 70%, rgb(255, 255, 255) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: -128px;
  top: -8rem;
  width: 100%;
  height: calc(100% + 8rem);
  z-index: -2;
}
main.takumi .access .inner .page-h2 {
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
main.takumi .access .inner .access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.takumi .access .inner .access__inner .access__left {
  width: calc(45% - 1.5rem);
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner .access__left {
    width: 100%;
  }
}
main.takumi .access .inner .access__inner .access__left iframe {
  width: 100%;
  height: 300px;
  height: 18.75rem;
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner .access__left iframe {
    height: 15rem;
  }
}
main.takumi .access .inner .access__inner .access__left .access__left-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.takumi .access .inner .access__inner .access__left .access__left-case strong {
  color: #335719;
  font-size: 18px;
  font-size: 1.125rem;
}
main.takumi .access .inner .access__inner .access__left .access__left-case p {
  font-size: 14px;
  font-size: 0.875rem;
}
main.takumi .access .inner .access__inner .access__right {
  width: calc(55% - 1.5rem);
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner .access__right {
    width: 100%;
  }
}
main.takumi .access .inner .access__inner .access__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}
main.takumi .access .inner .access__inner .access__right dl dt {
  background: #F3F3F3;
  width: 168px;
  width: 10.5rem;
  padding: 16px;
  padding: 1rem;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner .access__right dl dt {
    width: 8.75rem;
  }
}
main.takumi .access .inner .access__inner .access__right dl dd {
  width: calc(100% - 10.5rem);
  padding: 16px;
  padding: 1rem;
  background: #fff;
}
@media screen and (max-width: 919px) {
  main.takumi .access .inner .access__inner .access__right dl dd {
    width: calc(100% - 8.75rem);
  }
}
main.takumi .contact .inner > ul {
  margin-top: 120px;
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.takumi .contact .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main.takumi .contact .inner > ul > li {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 919px) {
  main.takumi .contact .inner > ul > li {
    width: 100%;
  }
}
main.takumi.contact {
  padding-bottom: 0;
}

main.page-tokushoho section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-tokushoho section {
    padding-top: 4rem;
  }
}
main.page-tokushoho section p {
  line-height: 1.7;
}
main.page-tokushoho section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-tokushoho section .table {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
main.page-tokushoho section .table a {
  text-decoration: underline;
  color: #003399;
}

main.page-about-initiative .initiative {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative .initiative {
    padding-top: 4rem;
  }
}
main.page-about-initiative .initiative__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 919px) {
  main.page-about-initiative .initiative__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-about-initiative .initiative__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
  width: calc(50% - 20px);
}
@media screen and (max-width: 919px) {
  main.page-about-initiative .initiative__menu {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  main.page-about-initiative .initiative__menu {
    width: 100%;
    gap: 2rem;
  }
}
main.page-about-initiative .initiative__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative .initiative__menu-list {
    gap: 1rem;
  }
}

main.page-about-profile .overview {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 919px) {
  main.page-about-profile .overview {
    padding-top: 4rem;
  }
}
main.page-about-profile .overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-about-profile .overview__public-info {
  max-width: 487px;
  max-width: 30.4375rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}
main.page-about-profile .access {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 919px) {
  main.page-about-profile .access {
    padding-top: 4rem;
  }
}
main.page-about-profile .access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin: 32px 0 24px;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-profile .access__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-about-profile .access__map {
  width: 100%;
  max-width: 432px;
  max-width: 27rem;
}
main.page-about-profile .access__map > iframe {
  width: 100%;
  height: 306px;
  height: 19.125rem;
}
main.page-about-profile .access__details {
  width: 100%;
}
main.page-about-profile .access__details .table {
  width: 100%;
}
main.page-about-profile .access__public-transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-about-profile .access__public-transport > h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-about-profile .access__public-transport > h5 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-about-profile .access__public-transport > h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-profile .access__public-transport > h5 {
    font-size: 18px;
  }
}

main.page-about-topic .topic {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-topic .topic {
    padding-top: 4rem;
  }
}
main.page-about-topic .topic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-about-topic .topic .accordion-btn__txt {
  font-weight: 700;
}
main.page-about-topic .topic .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 41px;
  gap: 2.5625rem;
}
@media screen and (max-width: 919px) {
  main.page-about-topic .topic .accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
main.page-about-topic .topic .accordion-content picture {
  width: 100%;
  max-width: 349px;
  max-width: 21.8125rem;
}
main.page-about-topic .topic .accordion-content picture > img {
  width: 100%;
}

main.page-about-initiative-funaihimpyokai .funaihimpyokai {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-funaihimpyokai .funaihimpyokai {
    padding-top: 4rem;
  }
}
main.page-about-initiative-funaihimpyokai .funaihimpyokai__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-about-initiative-funaihimpyokai .funaihimpyokai__content > p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
main.page-about-initiative-funaihimpyokai .funaihimpyokai__content .btn-file {
  max-width: 320px;
  max-width: 20rem;
}
main.page-about-initiative-funaihimpyokai .funaihimpyokai__content .scroll-content .wp-block-flexible-table-block-table {
  width: 1080px;
  width: 67.5rem;
}
main.page-about-initiative-funaihimpyokai .funaihimpyokai__content .scroll-content .wp-block-flexible-table-block-table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: left;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  line-height: 1.7;
}

main.page-about-initiative-others section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-others section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-others section p {
  line-height: 1.7;
}
main.page-about-initiative-others section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-others .others__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-about-initiative-others .others .accordion-btn__txt {
  font-weight: 700;
}
main.page-about-initiative-others .others .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 41px;
  gap: 2.5625rem;
}
@media screen and (max-width: 919px) {
  main.page-about-initiative-others .others .accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
main.page-about-initiative-others .others .accordion-content picture {
  width: 100%;
  max-width: 349px;
  max-width: 21.8125rem;
}
main.page-about-initiative-others .others .accordion-content picture > img {
  width: 100%;
}

main.page-about-initiative-premiumujicha section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-premiumujicha section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-premiumujicha section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-premiumujicha .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-about-initiative-premiumujicha .about__content > p {
  line-height: 1.7;
}
main.page-about-initiative-premiumujicha .about__content .table {
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-about-initiative-premiumujicha .certified-tea__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__img {
  max-width: 360px;
  max-width: 22.5rem;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content {
  gap: 16px;
  gap: 1rem;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content > h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content > h3 {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content > h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content > h3 {
    font-size: 26px;
  }
}
main.page-about-initiative-premiumujicha .certified-tea .block-imgcontent__content > p {
  line-height: 1.7;
}
main.page-about-initiative-premiumujicha .stores__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-about-initiative-premiumujicha .stores__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-about-initiative-premiumujicha .stores__item > p {
  line-height: 1.7;
}
main.page-about-initiative-premiumujicha .stores__item .btn-details {
  margin-top: 16px;
  margin-top: 1rem;
}

main.page-about-initiative-satozukuriKG section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-satozukuriKG section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-satozukuriKG section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-satozukuriKG section > a > img {
  display: block;
  margin: 0 auto;
}
main.page-about-initiative-satozukuriKG .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-about-initiative-satozukuriKG .about__content > p {
  line-height: 1.7;
}
main.page-about-initiative-satozukuriKG .member__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 919px) {
  main.page-about-initiative-satozukuriKG .member__content {
    gap: 1rem;
  }
}
main.page-about-initiative-satozukuriKG .member__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  gap: 1rem 2rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-satozukuriKG .member__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-about-initiative-satozukuriKG .member__links.--small {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 919px) {
  main.page-about-initiative-satozukuriKG .member__links.--small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-satozukuriKG .member__links.--small {
    grid-template-columns: repeat(1, 1fr);
  }
}

main.page-about-initiative-tamausagi section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-tamausagi section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-tamausagi section p {
  line-height: 1.7;
}
main.page-about-initiative-tamausagi section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-tamausagi .tamausagi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  max-width: 800px;
  max-width: 50rem;
}
main.page-about-initiative-tamausagi .tamausagi__video {
  width: 100%;
  cursor: pointer;
  position: relative;
}
main.page-about-initiative-tamausagi .tamausagi__video > video {
  width: 100%;
}
main.page-about-initiative-tamausagi .tamausagi__video .iconplay {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-tamausagi .tamausagi__video .iconplay {
    display: none;
  }
}
main.page-about-initiative-tamausagi .tamausagi__video .iconplay > span {
  -webkit-mask: url(../../assets/images/icon-play.svg) center/cover;
  mask: url(../../assets/images/icon-play.svg) center/cover;
  background: #fff;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
main.page-about-initiative-tamausagi .tamausagi__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  gap: 4rem;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-tamausagi .tamausagi__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

main.page-about-initiative-ujichabrand section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichabrand section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-ujichabrand section p {
  line-height: 1.7;
}
main.page-about-initiative-ujichabrand section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-ujichabrand .main-initiatives .block-green-check {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 8px 48px;
  gap: 0.5rem 3rem;
}
@media screen and (max-width: 919px) {
  main.page-about-initiative-ujichabrand .main-initiatives .block-green-check {
    grid-template-columns: 1fr;
  }
}
main.page-about-initiative-ujichabrand .system__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
main.page-about-initiative-ujichabrand .system__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-about-initiative-ujichabrand .system__details > p {
  line-height: 1.7;
  font-weight: 700;
}
main.page-about-initiative-ujichabrand .system__details > p {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-ujichabrand .system__details > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-ujichabrand .system__details > p {
    font-size: 18px;
  }
}

main.page-about-initiative-ujichagap .ujichagap {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichagap .ujichagap {
    padding-top: 4rem;
  }
}
main.page-about-initiative-ujichagap .ujichagap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichagap .ujichagap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-about-initiative-ujichagap .ujichagap .block-green {
  padding: 40px 48px;
  padding: 2.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichagap .ujichagap .block-green {
    padding: 1.25rem 1.5rem;
    gap: 0.5rem;
  }
}
main.page-about-initiative-ujichagap .ujichagap .block-green > h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
main.page-about-initiative-ujichagap .ujichagap .block-green > h3 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-ujichagap .ujichagap .block-green > h3 {
    font-size: calc(17.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-ujichagap .ujichagap .block-green > h3 {
    font-size: 23px;
  }
}
main.page-about-initiative-ujichagap .ujichagap .block-green > p {
  line-height: 1.7;
}
main.page-about-initiative-ujichagap .files {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichagap .files {
    padding-top: 4rem;
  }
}
main.page-about-initiative-ujichagap .files .h2-ttl,
main.page-about-initiative-ujichagap .files .h3-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-about-initiative-ujichagap .files__references, main.page-about-initiative-ujichagap .files__patterns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichagap .files__references, main.page-about-initiative-ujichagap .files__patterns {
    gap: 0.5rem;
  }
}

main.page-about-initiative-ujichaSJJ .section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichaSJJ .section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-ujichaSJJ .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichaSJJ .section__content {
    gap: 2rem;
  }
}
main.page-about-initiative-ujichaSJJ .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichaSJJ .section__header {
    gap: 1rem;
  }
}
main.page-about-initiative-ujichaSJJ .section__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-about-initiative-ujichaSJJ .section__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-ujichaSJJ .section__ttl {
    font-size: calc(20.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-ujichaSJJ .section__ttl {
    font-size: 26px;
  }
}
main.page-about-initiative-ujichaSJJ .section__txt > p {
  text-align: center;
  line-height: 1.7;
}
main.page-about-initiative-ujichaSJJ .section__period {
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  border: 4px solid #86B81B;
  border-radius: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-about-initiative-ujichaSJJ .section__period {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-ujichaSJJ .section__period {
    font-size: calc(10.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-ujichaSJJ .section__period {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichaSJJ .section__period {
    padding: 1rem 1.5rem;
  }
}
main.page-about-initiative-ujichaSJJ .section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-ujichaSJJ .section__list {
    gap: 0.5rem;
  }
}

main.page-about-initiative-zanryunoyaku section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-zanryunoyaku section {
    padding-top: 4rem;
  }
}
main.page-about-initiative-zanryunoyaku section p {
  line-height: 1.7;
}
main.page-about-initiative-zanryunoyaku section .wp-block-heading {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  width: 100%;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
main.page-about-initiative-zanryunoyaku section .wp-block-heading {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-zanryunoyaku section .wp-block-heading {
    font-size: calc(16.19512px + 1.09756vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-zanryunoyaku section .wp-block-heading {
    font-size: 32px;
  }
}
main.page-about-initiative-zanryunoyaku section .wp-block-heading::after {
  content: "";
  width: 240px;
  width: 15rem;
  height: 2px;
  background-color: #335719;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-zanryunoyaku section .wp-block-heading::after {
    width: 5rem;
  }
}
main.page-about-initiative-zanryunoyaku section .wp-block-heading > span {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-about-initiative-zanryunoyaku section .wp-block-heading > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-about-initiative-zanryunoyaku section .wp-block-heading > span {
    font-size: 20px;
  }
}
main.page-about-initiative-zanryunoyaku section .wp-block-flexible-table-block-table {
  width: 1080px;
  width: 67.5rem;
  margin-top: 64px;
  margin-top: 4rem;
}
main.page-about-initiative-zanryunoyaku section .wp-block-flexible-table-block-table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: left;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  line-height: 1.7;
}
main.page-about-initiative-zanryunoyaku section .has-fixed-layout th,
main.page-about-initiative-zanryunoyaku section .has-fixed-layout td {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-zanryunoyaku section .has-fixed-layout th,
  main.page-about-initiative-zanryunoyaku section .has-fixed-layout td {
    font-size: 14px !important;
  }
}
main.page-about-initiative-zanryunoyaku section .has-fixed-layout th strong,
main.page-about-initiative-zanryunoyaku section .has-fixed-layout td strong {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  main.page-about-initiative-zanryunoyaku section .has-fixed-layout th strong,
  main.page-about-initiative-zanryunoyaku section .has-fixed-layout td strong {
    font-size: 14px !important;
  }
}

html body .has-fixed-layout th,
html body .has-fixed-layout td {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  html body .has-fixed-layout th,
  html body .has-fixed-layout td {
    font-size: 14px !important;
  }
}
html body .has-fixed-layout th strong,
html body .has-fixed-layout td strong {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  html body .has-fixed-layout th strong,
  html body .has-fixed-layout td strong {
    font-size: 14px !important;
  }
}

main.page-about-profile-public-information .pdf-list {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-about-profile-public-information .pdf-list {
    padding-top: 4rem;
  }
}
main.page-about-profile-public-information .pdf-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-about-profile-public-information .pdf-list__content {
    gap: 0.5rem;
  }
}

.mt8 {
  margin-top: 8px;
}

@media screen and (max-width: 919px) {
  .mt_sp8 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px;
}

@media screen and (max-width: 919px) {
  .mt_sp16 {
    margin-top: 16px !important;
  }
}

.mt24 {
  margin-top: 24px;
}

@media screen and (max-width: 919px) {
  .mt_sp24 {
    margin-top: 24px !important;
  }
}

.mt32 {
  margin-top: 32px;
}

@media screen and (max-width: 919px) {
  .mt_sp32 {
    margin-top: 32px !important;
  }
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 919px) {
  .mt_sp40 {
    margin-top: 40px !important;
  }
}

.mt48 {
  margin-top: 48px;
}

@media screen and (max-width: 919px) {
  .mt_sp48 {
    margin-top: 48px !important;
  }
}

.mt56 {
  margin-top: 56px;
}

@media screen and (max-width: 919px) {
  .mt_sp56 {
    margin-top: 56px !important;
  }
}

.mt64 {
  margin-top: 64px;
}

@media screen and (max-width: 919px) {
  .mt_sp64 {
    margin-top: 64px !important;
  }
}

.mt72 {
  margin-top: 72px;
}

@media screen and (max-width: 919px) {
  .mt_sp72 {
    margin-top: 72px !important;
  }
}

.mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 919px) {
  .mt_sp80 {
    margin-top: 80px !important;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.link {
  color: #003399;
}

.red {
  color: #d30a25;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 919px) {
  .fs11_sp {
    font-size: 0.6875rem !important;
  }
}

@media screen and (max-width: 919px) {
  .fs13_sp {
    font-size: 0.8125rem !important;
  }
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 919px) {
  .fs14_sp {
    font-size: 0.875rem !important;
  }
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 919px) {
  .fs16_sp {
    font-size: 1rem !important;
  }
}

.d-block {
  display: block;
}

.disc-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
.disc-list > li {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
.disc-list > li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

._nolens::after {
  content: none !important;
  width: 0;
  height: 0;
}

main.page-enjoy-club-activities section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-club-activities section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-club-activities section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-club-activities section p {
  line-height: 1.7;
}
main.page-enjoy-club-activities .club-activities {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-club-activities .club-activities {
    padding-bottom: 4rem;
  }
}
main.page-enjoy-club-activities .club-activities .block-imgcontent {
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-club-activities .club-activities .block-imgcontent__img {
  max-width: 332px;
  max-width: 20.75rem;
}
main.page-enjoy-club-activities .club-activities .block-imgcontent__img > img {
  height: 200px;
  height: 12.5rem;
}
main.page-enjoy-club-activities .club-activities .block-imgcontent .list-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
main.page-enjoy-club-activities .club-activities__kinds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-club-activities .club-activities__kinds {
    grid-template-columns: 1fr;
  }
}
main.page-enjoy-club-activities .club-activities__kinds-item {
  padding: 8px;
  padding: 0.5rem;
  border-bottom: 1px solid #5a2e04;
}
main.page-enjoy-club-activities .club-activities__kinds-item:nth-child(odd) .block-imgcontent {
  border-right: 1px solid #5A2E04;
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-club-activities .club-activities__kinds-item:nth-child(odd) .block-imgcontent {
    border: none;
  }
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-club-activities .club-activities__kinds-item:last-child {
    display: none;
  }
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent {
  gap: 16px;
  gap: 1rem;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__img {
  max-width: 124px;
  max-width: 7.75rem;
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > h5 {
  color: #5A2E04;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > h5 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > h5 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > h5 {
    font-size: 23px;
  }
}
main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-club-activities .club-activities__kinds-item .block-imgcontent__content > p {
    font-size: 14px;
  }
}
main.page-enjoy-club-activities .club-activities__graph {
  margin-top: -40px;
  margin-top: -2.5rem;
}

main.page-enjoy-home-economics section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-home-economics section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-home-economics section .tabs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
}
main.page-enjoy-home-economics section .tabs-block__header {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-home-economics section .tabs-block__header {
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
  }
}
main.page-enjoy-home-economics section .tabs2-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-home-economics section .tabs2-content {
    gap: 1.375rem;
  }
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics section .block-step {
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-home-economics section .block-step {
    gap: 1rem;
  }
}
main.page-enjoy-home-economics section .block-step__notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-home-economics section .block-step__notes-item > h6 {
  width: 100%;
  max-width: 64px;
  max-width: 4rem;
  font-weight: 700;
  color: #335719;
}
main.page-enjoy-home-economics section .block-step__notes-item > h6 {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics section .block-step__notes-item > h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics section .block-step__notes-item > h6 {
    font-size: 14px;
  }
}
main.page-enjoy-home-economics section .block-step__notes-item > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics section .block-step__notes-item > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics section .block-step__notes-item > p {
    font-size: 14px;
  }
}
main.page-enjoy-home-economics section .block-step .block-imgcontent__img {
  position: relative;
}
main.page-enjoy-home-economics section .block-step__zoom {
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 8px;
  bottom: 0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #fff;
}
main.page-enjoy-home-economics section .block-step .--green1 {
  background-color: #F3F8E9;
}
main.page-enjoy-home-economics section .block-step .--green1::after {
  border-top: 40px solid #F3F8E9;
  border-top: 2.5rem solid #F3F8E9;
}
main.page-enjoy-home-economics section .block-step .--green2 {
  background-color: #E7F1D1;
}
main.page-enjoy-home-economics section .block-step .--green2::after {
  border-top: 40px solid #E7F1D1;
  border-top: 2.5rem solid #E7F1D1;
}
main.page-enjoy-home-economics section .block-step .--green3 {
  background-color: #DBEABB;
}
main.page-enjoy-home-economics section .block-step .--green3::after {
  border-top: 40px solid #DBEABB;
  border-top: 2.5rem solid #DBEABB;
}
main.page-enjoy-home-economics section .block-step .--green4 {
  background-color: #C3DC8D;
}
main.page-enjoy-home-economics section .block-step .--green4::after {
  border-top: 40px solid #C3DC8D;
  border-top: 2.5rem solid #C3DC8D;
}
main.page-enjoy-home-economics section .block-step .--green5 {
  background-color: #ABCE60;
}
main.page-enjoy-home-economics section .block-step .--green5::after {
  border-top: 40px solid #ABCE60;
  border-top: 2.5rem solid #ABCE60;
}
main.page-enjoy-home-economics section .block-step .--green6 {
  background-color: #9EC649;
}
main.page-enjoy-home-economics section .block-step .--green6::after {
  border-top: 40px solid #9EC649;
  border-top: 2.5rem solid #9EC649;
}
main.page-enjoy-home-economics section .block-step .--green7 {
  background-color: #93C032;
}
main.page-enjoy-home-economics section .block-step .--green7::after {
  border-top: 40px solid #93C032;
  border-top: 2.5rem solid #93C032;
}
main.page-enjoy-home-economics section .block-step .--green8 {
  background-color: #86B81B;
}
main.page-enjoy-home-economics section .block-step .--green8::after {
  border-top: 40px solid #86B81B;
  border-top: 2.5rem solid #86B81B;
}
main.page-enjoy-home-economics section .block-step .--green9 {
  background-color: #D9EEAC;
}
main.page-enjoy-home-economics section .block-step .--green9::after {
  border-top: 40px solid #D9EEAC;
  border-top: 2.5rem solid #D9EEAC;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-home-economics .home-economics .flow-step__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 {
    font-size: calc(16.19512px + 1.09756vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 {
    font-size: 32px;
  }
}
main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 > span {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 > span {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics .home-economics .flow-step__ttl > h3 > span {
    font-size: 23px;
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .block-imgcontent__img.--big {
  max-width: none;
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .block-imgcontent__img.--groupimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block {
    grid-template-columns: 1fr;
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent {
  padding: 0;
  max-width: 264px;
  max-width: 16.5rem;
  gap: 16px;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent {
    max-width: none;
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__img {
  max-width: 264px;
  max-width: 16.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__img {
    max-width: none;
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__content > p {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent__content > p {
    font-size: 16px;
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent .icon {
  width: 100%;
  max-width: 16px;
  max-width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -24px;
  left: -1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .flow-step__item-block .block-imgcontent .icon {
    top: -2.125rem;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .txt-balloon__content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .txt-balloon__content > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-home-economics .home-economics .tabs-block__subtabs .block-step .txt-balloon__content > p {
    font-size: 14px;
  }
}

main.page-enjoy-life-science section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-life-science section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-life-science section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-life-science section p {
  line-height: 1.7;
}
main.page-enjoy-life-science .healthy {
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-life-science .healthy {
    padding-bottom: 4rem;
  }
}
main.page-enjoy-life-science .healthy__content {
  position: relative;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-life-science .healthy__content {
    padding-bottom: 2.5rem !important;
  }
}
main.page-enjoy-life-science .healthy__content-block {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-enjoy-life-science .healthy__content .kyouryoku {
  position: absolute;
  bottom: 8px;
  right: 32px;
}
main.page-enjoy-life-science .healthy__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
main.page-enjoy-life-science .healthy__tables.aminoacids {
  gap: 24px;
  gap: 1.5rem;
}
main.page-enjoy-life-science .healthy .table-scroll th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  width: 132px;
  width: 8.25rem;
  padding: 16px;
  padding: 1rem;
  letter-spacing: 0;
}
main.page-enjoy-life-science .healthy .table-scroll th > span {
  font-size: 13px;
  font-size: 0.8125rem;
}
main.page-enjoy-life-science .healthy .table-scroll th:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 150px;
  width: 9.375rem;
}
main.page-enjoy-life-science .healthy .table-scroll td {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
main.page-enjoy-life-science .healthy .table-scroll.table2 th {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
main.page-enjoy-life-science .healthy .table-scroll.table2 th .note {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
}
main.page-enjoy-life-science .healthy .table-scroll.table3 th {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  width: 240px;
  width: 15rem;
}
main.page-enjoy-life-science .healthy .table-scroll.table3 th > span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
main.page-enjoy-life-science .healthy .table-scroll.table3 td {
  text-align: left;
}
main.page-enjoy-life-science .healthy__notes .notes {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main.page-enjoy-life-science .button-footer {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
main.page-enjoy-life-science .incorporate {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-life-science .incorporate {
    padding-bottom: 4rem;
  }
}
main.page-enjoy-life-science .incorporate__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 40px;
  gap: 1.625rem 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-life-science .incorporate__grid {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-life-science .incorporate__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.page-enjoy-life-science .incorporate__item {
  background-image: url(../../assets/images/enjoy/bg-header.webp);
  padding: 40px 48px;
  padding: 2.5rem 3rem;
}
main.page-enjoy-life-science .incorporate__item .block-imgcontent {
  gap: 20px;
  gap: 1.25rem;
}
main.page-enjoy-life-science .incorporate__item .block-imgcontent__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
main.page-enjoy-life-science .incorporate__item .block-imgcontent__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-life-science .incorporate__item .block-imgcontent__ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-life-science .incorporate__item .block-imgcontent__ttl {
    font-size: 23px;
  }
}
main.page-enjoy-life-science .incorporate__item .block-imgcontent__img {
  max-width: none;
}
main.page-enjoy-life-science .main-enjoy__bg-content.--top.--subpage::after {
  -webkit-clip-path: ellipse(410% 100% at 50% 0);
          clip-path: ellipse(410% 100% at 50% 0);
}
@media screen and (max-width: 640px) {
  main.page-enjoy-life-science .main-enjoy__bg-content.--top.--subpage::after {
    -webkit-clip-path: ellipse(700% 100% at 50% 0);
            clip-path: ellipse(700% 100% at 50% 0);
  }
}

main.page-enjoy-physical-education section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-physical-education section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-physical-education section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-physical-education section p {
  line-height: 1.7;
}
main.page-enjoy-physical-education .picking {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-physical-education .picking {
    padding-bottom: 4rem;
  }
  main.page-enjoy-physical-education .picking .outer {
    padding: 0;
  }
  main.page-enjoy-physical-education .picking .block-white {
    border-radius: 0;
  }
}
main.page-enjoy-physical-education .picking .block__balloon-link {
  color: #335719;
}
main.page-enjoy-physical-education .picking .block__balloon-link::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline-block;
}
main.page-enjoy-physical-education .picking__img {
  width: 100%;
  max-width: 492px;
  max-width: 30.75rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-physical-education .main-enjoy__bg-content.--top.--subpage {
    margin-top: -7.25rem;
  }
}

main.page-enjoy-school-lunch section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-school-lunch section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-school-lunch section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-school-lunch section p {
  line-height: 1.7;
}
main.page-enjoy-school-lunch .school-lunch {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-school-lunch .school-lunch {
    padding-bottom: 4rem;
  }
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent {
  gap: 40px;
  gap: 2.5rem;
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent__img {
  max-width: 630px;
  max-width: 39.375rem;
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent__content {
  gap: 0px;
  gap: 0rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent__content > h6 {
  font-weight: 700;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
main.page-enjoy-school-lunch .school-lunch .block-imgcontent__content > h6 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-school-lunch .school-lunch .block-imgcontent__content > h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-school-lunch .school-lunch .block-imgcontent__content > h6 {
    font-size: 18px;
  }
}
main.page-enjoy-school-lunch .school-lunch__ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.page-enjoy-school-lunch .school-lunch__ingredients-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
}
main.page-enjoy-school-lunch .school-lunch__ingredients-item:nth-child(even) {
  background-color: #F3F3F3;
}
main.page-enjoy-school-lunch .school-lunch__ingredients-item > p {
  line-height: 1.4;
}
main.page-enjoy-school-lunch .school-lunch__ingredients-item > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-school-lunch .school-lunch__ingredients-item > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-school-lunch .school-lunch__ingredients-item > p {
    font-size: 14px;
  }
}
main.page-enjoy-school-lunch .school-lunch__use {
  width: 100%;
}
main.page-enjoy-school-lunch .school-lunch__use .list-disc {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.page-enjoy-school-lunch .school-lunch.--subpage {
  z-index: 1;
  margin-top: -72px;
  margin-top: -4.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-school-lunch .school-lunch.--subpage {
    margin-top: -8.25rem;
  }
}
main.page-enjoy-school-lunch .school-lunch.--subpage::after {
  -webkit-clip-path: ellipse(250% 100% at 50% 0%);
          clip-path: ellipse(250% 100% at 50% 0%);
}
@media screen and (max-width: 640px) {
  main.page-enjoy-school-lunch .school-lunch.--subpage::after {
    -webkit-clip-path: ellipse(460% 100% at 50% 0%);
            clip-path: ellipse(460% 100% at 50% 0%);
  }
}

main.page-enjoy-science section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-science section p {
  line-height: 1.7;
}
main.page-enjoy-science .kinds {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science .kinds {
    padding-bottom: 1.5rem;
  }
}
main.page-enjoy-science .kinds__block {
  border-top: 1px solid #5A2E04;
  width: 1080px;
  width: 67.5rem;
}
main.page-enjoy-science .kinds__block-item {
  padding-block: 16px;
  padding-block: 1rem;
  border-bottom: 1px solid #5A2E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-science .kinds__block-tea {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-enjoy-science .kinds__block-tea > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
}
main.page-enjoy-science .kinds__block-tea > p {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .kinds__block-tea > p {
    font-size: calc(17.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .kinds__block-tea > p {
    font-size: 23px;
  }
}
main.page-enjoy-science .kinds__block-tea.--green {
  background-color: #DBEABB;
}
main.page-enjoy-science .kinds__block-tea.--orange {
  background-color: #FAC898;
}
main.page-enjoy-science .kinds__block-tea.--brown {
  background-color: #DDC6B1;
}
main.page-enjoy-science .kinds__block-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-left: 1rem;
  border-left: 1px solid #5A2E04;
}
main.page-enjoy-science .kinds__block-details > img {
  width: 100%;
  max-width: 194px;
  max-width: 12.125rem;
}
main.page-enjoy-science .kinds__block-details > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .kinds__block-details > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .kinds__block-details > p {
    font-size: 14px;
  }
}
main.page-enjoy-science .kinds__teas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #5A2E04;
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-science .kinds__teas {
    grid-template-columns: 1fr;
  }
}
main.page-enjoy-science .kinds__teas-item {
  padding: 8px;
  padding: 0.5rem;
  border-bottom: 1px solid #5A2E04;
}
main.page-enjoy-science .kinds__teas-item:nth-child(odd) .kinds__teas-content {
  border-right: 1px solid #5A2E04;
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-science .kinds__teas-item:nth-child(odd) .kinds__teas-content {
    border: none;
  }
}
@media screen and (max-width: 1250px) {
  main.page-enjoy-science .kinds__teas-item:last-child {
    display: none;
  }
}
main.page-enjoy-science .kinds__teas-content {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  height: 100%;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .kinds__teas-content {
    padding: 0;
  }
}
main.page-enjoy-science .kinds__teas .block-imgcontent {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .kinds__teas .block-imgcontent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main.page-enjoy-science .kinds__teas .block-imgcontent__img {
  width: 100%;
  max-width: 104px;
  max-width: 6.5rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .kinds__teas .block-imgcontent__img {
    max-width: 4rem;
  }
}
main.page-enjoy-science .kinds__teas .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-science .kinds__teas .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
  height: 100%;
}
main.page-enjoy-science .kinds__teas .block-imgcontent__content > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .kinds__teas .block-imgcontent__content > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .kinds__teas .block-imgcontent__content > p {
    font-size: 14px;
  }
}
main.page-enjoy-science .kinds__teas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
}
main.page-enjoy-science .kinds__teas-header > h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
}
main.page-enjoy-science .kinds__teas-header > h4 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .kinds__teas-header > h4 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .kinds__teas-header > h4 {
    font-size: 23px;
  }
}
main.page-enjoy-science .kinds__teas-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
main.page-enjoy-science .kinds__teas-tags > p {
  font-weight: 700;
  color: #335719;
}
main.page-enjoy-science .kinds__teas-tags > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .kinds__teas-tags > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .kinds__teas-tags > p {
    font-size: 14px;
  }
}
main.page-enjoy-science .secret {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science .secret {
    padding-bottom: 1.5rem;
  }
}
main.page-enjoy-science .secret__img {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 354px;
  max-width: 22.125rem;
  aspect-ratio: auto;
}
main.page-enjoy-science .garden {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
main.page-enjoy-science .garden__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .garden__blocks {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science .garden__blocks {
    padding: 1rem;
  }
}
main.page-enjoy-science .garden__blocks-item {
  background-color: #E9F3DF;
  padding: 24px;
  padding: 1.5rem;
}
main.page-enjoy-science .garden__blocks-item:first-child {
  background-color: #fff;
}
main.page-enjoy-science .garden__blocks .block-imgcontent {
  background-image: url(../../assets/images/enjoy/bg-header.webp);
  border-radius: 1.5rem;
  padding: 40px;
  padding: 2.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  gap: 24px;
  gap: 1.5rem;
  height: 100%;
}
main.page-enjoy-science .garden__blocks .block-imgcontent__img {
  max-width: none;
}
main.page-enjoy-science .garden__blocks .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-science .garden__blocks .block-imgcontent__content {
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-science .garden__blocks .block-imgcontent__content > h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
}
main.page-enjoy-science .garden__blocks .block-imgcontent__content > h4 {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .garden__blocks .block-imgcontent__content > h4 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .garden__blocks .block-imgcontent__content > h4 {
    font-size: 23px;
  }
}
main.page-enjoy-science .garden__blocks .block-imgcontent__notes {
  font-weight: 700;
  color: #335719;
}
main.page-enjoy-science .garden__notes {
  border: 2px solid #335719;
  border-radius: 1rem;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  width: 100%;
  max-width: 939px;
  max-width: 58.6875rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .garden__notes table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
main.page-enjoy-science .garden__notes table th,
main.page-enjoy-science .garden__notes table td {
  text-align: left;
  line-height: 1.7;
}
main.page-enjoy-science .garden__notes table th,
main.page-enjoy-science .garden__notes table td {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .garden__notes table th,
  main.page-enjoy-science .garden__notes table td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .garden__notes table th,
  main.page-enjoy-science .garden__notes table td {
    font-size: 14px;
  }
}
main.page-enjoy-science .garden__notes table th {
  font-weight: 700;
  color: #335719;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-science .garden__notes table th {
    width: 100%;
  }
}
main.page-enjoy-science .garden__notes table th > span {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-science .garden__notes table th > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-science .garden__notes table th > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science .kinds .outer,
  main.page-enjoy-science .secret .outer,
  main.page-enjoy-science .garden .outer {
    padding: 0;
  }
  main.page-enjoy-science .kinds .block-white,
  main.page-enjoy-science .secret .block-white,
  main.page-enjoy-science .garden .block-white {
    border-radius: 0;
  }
}
main.page-enjoy-science .main-enjoy__bg-content.--top.--subpage::after {
  -webkit-clip-path: ellipse(350% 100% at 50% 0);
          clip-path: ellipse(350% 100% at 50% 0);
}
@media screen and (max-width: 640px) {
  main.page-enjoy-science .main-enjoy__bg-content.--top.--subpage::after {
    -webkit-clip-path: ellipse(700% 100% at 50% 0);
            clip-path: ellipse(700% 100% at 50% 0);
  }
}

main.page-enjoy-society section .block-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-society section .block-white {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society section .block-white {
    padding: 1rem;
    gap: 1rem;
  }
}
main.page-enjoy-society section p {
  line-height: 1.7;
  width: 100%;
}
main.page-enjoy-society .where {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .where {
    padding-bottom: 1.5rem;
  }
}
main.page-enjoy-society .where .block-imgcontent {
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .where .block-imgcontent {
    gap: 1rem;
  }
}
main.page-enjoy-society .where .block-imgcontent__img {
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-society .where .block-imgcontent__img {
    max-width: none;
  }
}
main.page-enjoy-society .where .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-enjoy-society .where .block-imgcontent__content {
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .where .block-imgcontent__content {
    gap: 1rem;
  }
}
main.page-enjoy-society .where__info {
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 2px solid #86B81B;
}
main.page-enjoy-society .where__info .block-imgcontent {
  gap: 24px;
  gap: 1.5rem;
}
main.page-enjoy-society .where__info .block-imgcontent__img {
  max-width: 160px;
  max-width: 10rem;
}
main.page-enjoy-society .where__info .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
}
main.page-enjoy-society .where__info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .where__info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-enjoy-society .where__info-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
main.page-enjoy-society .where__info-ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-society .where__info-ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-society .where__info-ttl {
    font-size: 23px;
  }
}
main.page-enjoy-society .where__info-ttl::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
main.page-enjoy-society .when {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .when {
    padding-bottom: 1.5rem;
  }
}
main.page-enjoy-society .when__history {
  width: 1080px;
  width: 67.5rem;
  border-top: 1px solid #5A2E04;
}
main.page-enjoy-society .when__history .block {
  padding-block: 16px;
  padding-block: 1rem;
  border-bottom: 1px solid #5A2E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
main.page-enjoy-society .when__history .block__topic {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  padding: 1rem;
  height: auto;
}
main.page-enjoy-society .when__history .block__topic.--blue {
  background-color: #bbe7ea;
}
main.page-enjoy-society .when__history .block__topic.--lightgreen {
  background-color: #dbea83;
}
main.page-enjoy-society .when__history .block__topic.--green {
  background-color: #bcddb1;
}
main.page-enjoy-society .when__history .block__topic > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
  text-align: center;
}
main.page-enjoy-society .when__history .block__topic > p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-society .when__history .block__topic > p {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-society .when__history .block__topic > p {
    font-size: 20px;
  }
}
main.page-enjoy-society .when__history .block__content {
  border-left: 1px solid #5A2E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-society .when__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
main.page-enjoy-society .when__history-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4.2px;
  margin-left: -0.2625rem;
}
main.page-enjoy-society .when__history-icon::before {
  content: "";
  min-width: 9px;
  min-width: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #86B81B;
}
main.page-enjoy-society .when__history-icon::after {
  content: "";
  min-width: 15px;
  min-width: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #5A2E04;
}
main.page-enjoy-society .when__history-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  width: 100%;
  max-width: 192px;
  max-width: 12rem;
}
main.page-enjoy-society .when__history-ttl {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-society .when__history-ttl {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-society .when__history-ttl {
    font-size: 20px;
  }
}
main.page-enjoy-society .when__history-txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-enjoy-society .when__history-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-enjoy-society .when__history-txt {
    font-size: 14px;
  }
}
main.page-enjoy-society .when__notes {
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-enjoy-society .more {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
main.page-enjoy-society .more .block__balloon .txt-balloon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 919px) {
  main.page-enjoy-society .more .block__balloon .txt-balloon__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-enjoy-society .more .block__balloon .txt-balloon__content > img {
  width: 169px;
  width: 10.5625rem;
  min-width: 169px;
  min-width: 10.5625rem;
}
main.page-enjoy-society .more .block__balloon .txt-balloon__content .--green {
  color: #335719;
}
@media screen and (max-width: 640px) {
  main.page-enjoy-society .where .outer,
  main.page-enjoy-society .when .outer,
  main.page-enjoy-society .more .outer {
    padding: 0;
  }
  main.page-enjoy-society .where .block-white,
  main.page-enjoy-society .when .block-white,
  main.page-enjoy-society .more .block-white {
    border-radius: 0;
  }
}

main.page-knowledge-choose section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section {
    padding-top: 4rem;
  }
}
main.page-knowledge-choose section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-knowledge-choose section .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .blocks {
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
main.page-knowledge-choose section .blocks:last-child {
  margin-bottom: 0;
}
main.page-knowledge-choose section .blocks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .blocks__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .blocks__content.--card {
    gap: 1rem;
  }
}
main.page-knowledge-choose section .blocks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  border-radius: 0.5rem;
}
main.page-knowledge-choose section .blocks__item .txt-icon {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
main.page-knowledge-choose section .blocks__item .txt-icon {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-choose section .blocks__item .txt-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-choose section .blocks__item .txt-icon {
    font-size: 20px;
  }
}
main.page-knowledge-choose section .blocks__item .txt-icon::before {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #335719;
}
main.page-knowledge-choose section .blocks__item-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
  gap: 0.5rem 1rem;
}
main.page-knowledge-choose section .blocks__item-notes > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #5A2E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-knowledge-choose section .blocks__item-notes > p > span {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #5A2E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-knowledge-choose section .blocks__item-notes > p > span {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-choose section .blocks__item-notes > p > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-choose section .blocks__item-notes > p > span {
    font-size: 11px;
  }
}
main.page-knowledge-choose section .blocks .border-block {
  border: 1px solid #CCCCCC;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .blocks .border-block {
    padding: 1.5rem;
  }
}
main.page-knowledge-choose section .blocks .border-block p {
  line-height: 1.7;
}
main.page-knowledge-choose section .blocks .border-block__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-knowledge-choose section .blocks .border-block__ttl {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-choose section .blocks .border-block__ttl {
    font-size: calc(14.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-choose section .blocks .border-block__ttl {
    font-size: 18px;
  }
}
main.page-knowledge-choose section .blocks .border-block__ttl::before, main.page-knowledge-choose section .blocks .border-block__ttl::after {
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #335719;
}
main.page-knowledge-choose section .blocks .border-block__ttl::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main.page-knowledge-choose section .blocks .border-block__ttl::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main.page-knowledge-choose section .blocks .scroll-img > img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .blocks .scroll-img > img {
    width: 51.5625rem;
  }
}
main.page-knowledge-choose section .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .buttons {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.page-knowledge-choose section .buttons .btn-details {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose section .buttons .btn-details {
    max-width: 100%;
  }
}
main.page-knowledge-choose section .buttons._houzicha {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 0;
}
main.page-knowledge-choose .howtostore__img {
  margin-top: 8px;
  margin-top: 0.5rem;
}
main.page-knowledge-choose .howtostore__block-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-knowledge-choose .howtostore__block-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-choose .howtostore__block-ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-choose .howtostore__block-ttl {
    font-size: 18px;
  }
}
main.page-knowledge-choose .howtouse p {
  line-height: 1.7;
}
main.page-knowledge-choose .howtouse .block-imgcontent {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose .howtouse .block-imgcontent {
    gap: 1.5rem;
  }
}
main.page-knowledge-choose .howtouse .block-imgcontent__img > img {
  max-width: 312px;
  max-width: 19.5rem;
  aspect-ratio: auto;
}
main.page-knowledge-choose .howtouse .block-imgcontent__content {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose .howtouse .block-imgcontent__content {
    gap: 0.5rem;
  }
}
main.page-knowledge-choose .howtouse__block-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
main.page-knowledge-choose .howtouse__block-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-choose .howtouse__block-ttl {
    font-size: calc(17.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-choose .howtouse__block-ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  main.page-knowledge-choose .howtouse__block-ttl {
    margin-bottom: 0;
  }
}

main.page-knowledge-dictionary .posts {
  padding-top: 80px;
  padding-top: 5rem;
}
main.page-knowledge-dictionary .posts__tabs-body {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-dictionary .posts__tabs-body {
    margin-top: 2rem;
  }
}
main.page-knowledge-dictionary .posts__tabs-content {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-dictionary .posts__tabs-content {
    gap: 2rem;
  }
}
main.page-knowledge-dictionary .posts .dictionary-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-dictionary .posts .dictionary-group {
    gap: 1rem;
  }
}
main.page-knowledge-dictionary .posts .dictionary-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-dictionary .posts .dictionary-group > ul {
    gap: 1.5rem;
  }
}
main.page-knowledge-dictionary .posts .dictionary-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
}
main.page-knowledge-dictionary .posts .dictionary-group__item > p {
  padding: 0 32px;
  padding: 0 2rem;
}
main.page-knowledge-dictionary .posts .dictionary-group__item > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-dictionary .posts .dictionary-group__item > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-dictionary .posts .dictionary-group__item > p {
    font-size: 14px;
  }
}
main.page-knowledge-dictionary .posts .dictionary-group__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  background-color: #F3F3F3;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  width: 100%;
}
main.page-knowledge-dictionary .posts .dictionary-group__ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-dictionary .posts .dictionary-group__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-dictionary .posts .dictionary-group__ttl {
    font-size: 18px;
  }
}

main.page-knowledge-flow .flow {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow .flow {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow .flow__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
main.page-knowledge-flow .flow__ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow .flow__ttl {
    font-size: calc(11.95122px + 0.97561vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow .flow__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow .flow__ttl {
    margin-bottom: 0;
  }
}
main.page-knowledge-flow .flow__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  gap: 4rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow .flow__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.5rem;
  }
}
main.page-knowledge-flow .flow .block-imgcontent {
  gap: 40px;
  gap: 2.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow .flow .block-imgcontent {
    border: none;
  }
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow .flow .block-imgcontent__content {
    padding-top: 1.25rem;
  }
}
main.page-knowledge-flow .flow .block-imgcontent__content-txt {
  line-height: 1.7;
}
main.page-knowledge-flow .flow .block-imgcontent__content-txt {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow .flow .block-imgcontent__content-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow .flow .block-imgcontent__content-txt {
    font-size: 16px;
  }
}
main.page-knowledge-flow .flow .block-imgcontent::after {
  content: "";
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-left: 0.9375rem solid transparent;
  border-right: 15px solid transparent;
  border-right: 0.9375rem solid transparent;
  border-top: 15px solid #CCCCCC;
  border-top: 0.9375rem solid #CCCCCC;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main.page-knowledge-flow .flow .flow-step__item:last-child .block-imgcontent::after {
  display: none;
}

main.page-knowledge-history .history {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-history .history {
    padding-top: 4rem;
  }
}
main.page-knowledge-history .history__description {
  text-align: center;
  line-height: 1.7;
}
main.page-knowledge-history .history__description {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-history .history__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-history .history__description {
    font-size: 14px;
  }
}
main.page-knowledge-history .history__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-history .history__timeline {
    gap: 2.6875rem;
  }
}
main.page-knowledge-history .history__timeline .--green-1 {
  background-color: #F8FBF1;
}
main.page-knowledge-history .history__timeline .--green-2 {
  background-color: #eaefe0;
}
main.page-knowledge-history .history__timeline .--green-3 {
  background-color: #dfe9c9;
}
main.page-knowledge-history .history__timeline .--green-4 {
  background-color: #d4e3b4;
}
main.page-knowledge-history .history__timeline .--green-5 {
  background-color: #c9dd9e;
}
main.page-knowledge-history .history__timeline .--green-6 {
  background-color: #bdd687;
}
main.page-knowledge-history .history__timeline .--green-7 {
  background-color: #b2d072;
}
main.page-knowledge-history .history__timeline .--green-8 {
  background-color: #a8cb5d;
}
main.page-knowledge-history .history__timeline .--green-9 {
  background-color: #9cc447;
}
main.page-knowledge-history .history__timeline .--green-10 {
  background-color: #86b81b;
}
main.page-knowledge-history .history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-history .history__item {
    gap: 1.5rem;
  }
}
main.page-knowledge-history .history__item-icon {
  width: 24px;
  width: 1.5rem;
  min-width: 24px;
  min-width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #F8FBF1;
  border-radius: 50%;
}
main.page-knowledge-history .history__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
main.page-knowledge-history .history__item-ttl > span {
  color: #666666;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.page-knowledge-history .history__item-ttl > span {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-history .history__item-ttl > span {
    font-size: calc(12.2439px + 0.12195vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-history .history__item-ttl > span {
    font-size: 14px;
  }
}
main.page-knowledge-history .history__item-ttl > h3 {
  color: #5A2E04;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.page-knowledge-history .history__item-ttl > h3 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-history .history__item-ttl > h3 {
    font-size: calc(11.95122px + 0.97561vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-history .history__item-ttl > h3 {
    font-size: 26px;
  }
}
main.page-knowledge-history .history__item .block-imgcontent {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-history .history__item .block-imgcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
main.page-knowledge-history .history__item .block-imgcontent__img {
  max-width: 280px;
  max-width: 17.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-history .history__item .block-imgcontent__img {
    max-width: none;
  }
}
main.page-knowledge-history .history__item .block-imgcontent__content-txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-history .history__item .block-imgcontent__content-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-history .history__item .block-imgcontent__content-txt {
    font-size: 14px;
  }
}
main.page-knowledge-history .history__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 48px);
  background-color: #5A2E04;
  top: 0;
  left: 11px;
  left: 0.6875rem;
  z-index: -1;
}
main.page-knowledge-history .history__item:last-child::before {
  display: none;
}
main.page-knowledge-history .history__references {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 0 auto;
  margin: 1.5rem 0 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
}

main.page-knowledge-howto {
  overflow: hidden;
}
main.page-knowledge-howto .howto {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto {
    padding-top: 4rem;
  }
}
main.page-knowledge-howto .howto__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-howto .howto .tabs-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto .tabs-content {
    gap: 2rem;
  }
}
main.page-knowledge-howto .howto__header {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__header {
    gap: 1rem;
  }
}
main.page-knowledge-howto .howto__header-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
main.page-knowledge-howto .howto__header-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .howto__header-ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .howto__header-ttl {
    font-size: 18px;
  }
}
main.page-knowledge-howto .howto__header .block-imgcontent__img {
  max-width: 630px;
  max-width: 39.375rem;
}
main.page-knowledge-howto .howto__header .block-imgcontent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__header .block-imgcontent__content {
    gap: 0.5rem;
  }
}
main.page-knowledge-howto .howto__header ul {
  list-style-type: disc;
  list-style-position: inside;
}
main.page-knowledge-howto .howto__header ul li::marker {
  color: #335719;
}
main.page-knowledge-howto .howto__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__steps {
    gap: 2rem;
  }
}
main.page-knowledge-howto .howto__steps .block-imgcontent {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__steps .block-imgcontent {
    gap: 1.5rem;
    border-bottom: none;
    position: relative;
  }
  main.page-knowledge-howto .howto__steps .block-imgcontent::after {
    content: "";
    width: 40rem;
    border-bottom: 1px dashed transparent;
    -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
       border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 6px, transparent 6px, transparent 11px) 30;
    position: absolute;
    bottom: 0;
    left: -1.25rem;
  }
}
main.page-knowledge-howto .howto__steps .block-imgcontent__img {
  max-width: 312px;
  max-width: 19.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__steps .block-imgcontent__img {
    max-width: none;
  }
}
main.page-knowledge-howto .howto__steps .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
  padding-left: 48px;
  padding-left: 3rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__steps .block-imgcontent__content {
    padding-left: 2.5rem;
    gap: 0.5rem;
  }
}
main.page-knowledge-howto .howto__steps-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
}
main.page-knowledge-howto .howto__steps-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .howto__steps-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .howto__steps-ttl {
    font-size: 20px;
  }
}
main.page-knowledge-howto .howto__steps-ttl > span {
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 50%;
  background-color: #335719;
  position: absolute;
  top: 50%;
  left: -48px;
  left: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__steps-ttl > span {
    left: -2.5rem;
  }
}
main.page-knowledge-howto .howto__description .block-imgcontent {
  gap: 64px;
  gap: 4rem;
}
main.page-knowledge-howto .howto__description .block-imgcontent__img {
  max-width: 312px;
  max-width: 19.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__description .block-imgcontent__img {
    max-width: none;
  }
}
main.page-knowledge-howto .howto__description .block-imgcontent__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 221px;
  height: 13.8125rem;
}
main.page-knowledge-howto .howto__description .block-imgcontent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .howto__description .block-imgcontent__content {
    gap: 0.5rem;
  }
}
main.page-knowledge-howto .howto__description .block-imgcontent__content > p {
  line-height: 1.7;
}
main.page-knowledge-howto .howto__description-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
}
main.page-knowledge-howto .howto__description-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .howto__description-ttl {
    font-size: calc(17.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .howto__description-ttl {
    font-size: 23px;
  }
}
main.page-knowledge-howto .subpages {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages {
    padding-top: 2rem;
  }
}
main.page-knowledge-howto .subpages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
main.page-knowledge-howto .subpages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages__block {
    gap: 0.5rem;
  }
}
main.page-knowledge-howto .subpages__item {
  padding: 40px 32px 24px;
  padding: 2.5rem 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 300px;
  height: 18.75rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages__item {
    padding: 0.75rem;
    height: 12.625rem;
  }
}
main.page-knowledge-howto .subpages__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-knowledge-howto .subpages__item-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
}
main.page-knowledge-howto .subpages__item-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .subpages__item-ttl {
    font-size: calc(15.46341px + 0.73171vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .subpages__item-ttl {
    font-size: 26px;
  }
}
main.page-knowledge-howto .subpages__item-txt {
  color: #fff;
}
main.page-knowledge-howto .subpages__item-txt {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .subpages__item-txt {
    font-size: calc(10.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .subpages__item-txt {
    font-size: 16px;
  }
}
main.page-knowledge-howto .subpages__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
main.page-knowledge-howto .subpages__item .btn-secondary {
  max-width: 156px;
  max-width: 9.75rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages__item .btn-secondary {
    height: 3.5rem;
  }
}
main.page-knowledge-howto .subpages__item .btn-secondary span,
main.page-knowledge-howto .subpages__item .btn-secondary p {
  color: #fff;
}
main.page-knowledge-howto .subpages__item .btn-secondary span,
main.page-knowledge-howto .subpages__item .btn-secondary p {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .subpages__item .btn-secondary span,
  main.page-knowledge-howto .subpages__item .btn-secondary p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .subpages__item .btn-secondary span,
  main.page-knowledge-howto .subpages__item .btn-secondary p {
    font-size: 16px;
  }
}
main.page-knowledge-howto .subpages__item .btn-secondary__icon {
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto .subpages__item .btn-secondary__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
main.page-knowledge-howto .subpages__item .btn-secondary__icon::before, main.page-knowledge-howto .subpages__item .btn-secondary__icon::after {
  background: #fff;
}
main.page-knowledge-howto .subpages__item:hover .btn-secondary__txt-content > p {
  -webkit-animation: rollUpBtnText 0.7s;
          animation: rollUpBtnText 0.7s;
}
main.page-knowledge-howto .subpages__item:hover .btn-secondary__txt-content > span {
  -webkit-animation: rollUpBtnSpan 0.7s;
          animation: rollUpBtnSpan 0.7s;
}
main.page-knowledge-howto .subpages__item:hover .btn-secondary__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
main.page-knowledge-howto .subpages__item:hover .btn-secondary__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
main.page-knowledge-howto .subpages__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
}
main.page-knowledge-howto .subpages__notes {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto .subpages__notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto .subpages__notes {
    font-size: 14px;
  }
}
main.page-knowledge-howto .subpages__notes::before {
  content: "※";
}

main.page-knowledge-kinds .kinds {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds {
    padding-top: 4rem;
  }
}
main.page-knowledge-kinds .kinds .h2-ttl {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
main.page-knowledge-kinds .kinds__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
main.page-knowledge-kinds .kinds__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds__details {
    gap: 2rem;
  }
}
main.page-knowledge-kinds .kinds__img > img {
  width: 960px;
  width: 60rem;
  max-width: none;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds__img > img {
    width: 33rem;
  }
}
main.page-knowledge-kinds .kinds__tags {
  padding: 32px 40px;
  padding: 2rem 2.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
  gap: 2rem 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-kinds .kinds__tags {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds__tags {
    border: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
}
main.page-knowledge-kinds .kinds__tags-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds__tags-item {
    padding-block: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  main.page-knowledge-kinds .kinds__tags-item:first-child {
    border-top: 1px solid #CCCCCC;
  }
}
main.page-knowledge-kinds .kinds__tags-name {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
main.page-knowledge-kinds .kinds__tags-name::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-tag.svg) center/cover;
  mask: url(../../assets/images/icon-tag.svg) center/cover;
  background: #335719;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
main.page-knowledge-kinds .kinds__tags-txt {
  line-height: 1.7;
}
main.page-knowledge-kinds .kinds__tags-txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-kinds .kinds__tags-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-kinds .kinds__tags-txt {
    font-size: 14px;
  }
}
main.page-knowledge-kinds .kinds__tea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-knowledge-kinds .kinds__tea-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-kinds .kinds__tea-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  main.page-knowledge-kinds .kinds__tea-content {
    grid-template-columns: 1fr;
  }
}
main.page-knowledge-kinds .kinds__tea .block-imgcontent__img {
  position: relative;
}
main.page-knowledge-kinds .kinds__tea .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
}
main.page-knowledge-kinds .kinds__tea .block-imgcontent__content > p {
  line-height: 1.7;
}
main.page-knowledge-kinds .kinds__tea-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-knowledge-kinds .kinds__tea-ttl {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-kinds .kinds__tea-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-kinds .kinds__tea-ttl {
    font-size: 20px;
  }
}
main.page-knowledge-kinds .kinds__tea-tags {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
main.page-knowledge-kinds .kinds__tea-zoom {
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 8px;
  bottom: 0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

main.page-knowledge-qa section {
  padding-top: 80px;
  padding-top: 5rem;
}
main.page-knowledge-qa section .scrolltab__body-main {
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-qa section .scrolltab__content {
  gap: 0;
}

main.page-knowledge-library section {
  padding-top: 80px;
  padding-top: 5rem;
}
main.page-knowledge-library section .scrolltab__content {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-library section .scrolltab__content {
    gap: 0.5rem;
  }
}

main.page-knowledge-flow-chabatake .map {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chabatake .map {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-chabatake .map__description {
  line-height: 1.7;
}
main.page-knowledge-flow-chabatake .map__locations {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-flow-chabatake .map__locations-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
}
main.page-knowledge-flow-chabatake .map__locations-content {
  position: relative;
  height: 823px;
  height: 51.4375rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-chabatake .map__locations-content {
    height: auto;
  }
}
main.page-knowledge-flow-chabatake .map__blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 24px;
  gap: 2rem 1.5rem;
  z-index: 1;
}
main.page-knowledge-flow-chabatake .map__blocks.group-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
}
main.page-knowledge-flow-chabatake .map__blocks.group-2 {
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46.2%;
}
main.page-knowledge-flow-chabatake .map__blocks.group-3 {
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
main.page-knowledge-flow-chabatake .map__blocks.group-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
}
main.page-knowledge-flow-chabatake .map__blocks.group-sp {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
  display: none;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-chabatake .map__blocks.group-sp {
    display: grid;
  }
}
main.page-knowledge-flow-chabatake .map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  width: 100%;
  cursor: pointer;
}
main.page-knowledge-flow-chabatake .map__item-img {
  width: 100%;
  max-width: 150px;
  max-width: 9.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 #FAC898;
          box-shadow: 0 0 0 0 #FAC898;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-chabatake .map__item-img {
    max-width: none;
  }
}
main.page-knowledge-flow-chabatake .map__item-img::before {
  content: "";
  width: 100%;
  height: 100%;
}
main.page-knowledge-flow-chabatake .map__item-name {
  color: #335719;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
}
main.page-knowledge-flow-chabatake .map__item-name::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
main.page-knowledge-flow-chabatake .map__kyoto {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-chabatake .map__kyoto {
    position: inherit;
    display: block;
    margin: auto;
  }
}
main.page-knowledge-flow-chabatake .map__kyoto .location {
  cursor: pointer;
  fill: #34a853;
}
main.page-knowledge-flow-chabatake .map__kyoto .location > path {
  fill: #34a853;
}
main.page-knowledge-flow-chabatake .map__kyoto .location:hover {
  fill: #FAC898 !important;
}
main.page-knowledge-flow-chabatake .map__kyoto .location:hover > path {
  fill: #FAC898 !important;
}

main.page-knowledge-flow-chatorihiki .transaction {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatorihiki .transaction {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-chatorihiki .transaction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-knowledge-flow-chatorihiki .transaction p {
  line-height: 1.7;
}
main.page-knowledge-flow-chatorihiki .transaction__img {
  display: block;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatorihiki .transaction__img {
    padding: 0;
  }
}
main.page-knowledge-flow-chatorihiki .transaction__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatorihiki .transaction__block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.page-knowledge-flow-chatorihiki .transaction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  padding-top: 32px;
  padding-top: 2rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatorihiki .transaction__item {
    padding-top: 1rem;
    gap: 0.5rem;
  }
}
main.page-knowledge-flow-chatorihiki .transaction__item-ttl {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-knowledge-flow-chatorihiki .transaction__item-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-chatorihiki .transaction__item-ttl {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-chatorihiki .transaction__item-ttl {
    font-size: 20px;
  }
}
main.page-knowledge-flow-chatorihiki .transaction__item-txt {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-chatorihiki .transaction__item-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-chatorihiki .transaction__item-txt {
    font-size: 14px;
  }
}

main.page-knowledge-flow-chatsumi .about {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatsumi .about {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-chatsumi .about__content > p {
  line-height: 1.7;
}
main.page-knowledge-flow-chatsumi .about__content .notes {
  margin-top: 12px;
  margin-top: 0.75rem;
}
main.page-knowledge-flow-chatsumi .howtopick__content {
  padding-top: 80px;
  padding-top: 5rem;
}
main.page-knowledge-flow-chatsumi .howtopick__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
main.page-knowledge-flow-chatsumi .howtopick__ways-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-knowledge-flow-chatsumi .howtopick .ways-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-chatsumi .howtopick .ways-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-knowledge-flow-chatsumi .howtopick .ways-block__ttl {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.page-knowledge-flow-chatsumi .howtopick .ways-block__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-chatsumi .howtopick .ways-block__ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-chatsumi .howtopick .ways-block__ttl {
    font-size: 23px;
  }
}
main.page-knowledge-flow-chatsumi .howtopick .ways-block__txt {
  line-height: 1.7;
}
main.page-knowledge-flow-chatsumi .howtopick .block-imgcontent {
  gap: 16px;
  gap: 1rem;
}
main.page-knowledge-flow-chatsumi .howtopick .block-imgcontent__content {
  gap: 8px;
  gap: 0.5rem;
}
main.page-knowledge-flow-chatsumi .howtopick__gallery {
  margin: 0 auto;
  margin-top: 80px;
  margin-top: 5rem;
}
main.page-knowledge-flow-chatsumi .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

main.page-knowledge-flow-hinshu .hinshu {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .hinshu {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-hinshu .hinshu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-knowledge-flow-hinshu .hinshu .block-green-check {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
main.page-knowledge-flow-hinshu .seeds {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .seeds {
    padding-top: 3rem;
  }
}
main.page-knowledge-flow-hinshu .seeds .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-knowledge-flow-hinshu .seeds__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.page-knowledge-flow-hinshu .seeds__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-knowledge-flow-hinshu .seeds__details > h4 {
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
main.page-knowledge-flow-hinshu .seeds__details > h4 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hinshu .seeds__details > h4 {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hinshu .seeds__details > h4 {
    font-size: 20px;
  }
}
main.page-knowledge-flow-hinshu .seeds__details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .seeds__details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-knowledge-flow-hinshu .seeds__details-wrap > p {
  line-height: 1.7;
}
main.page-knowledge-flow-hinshu .seeds__details-wrap > p > a {
  font-weight: 400;
}
main.page-knowledge-flow-hinshu .seeds__details-wrap > p > a {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hinshu .seeds__details-wrap > p > a {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hinshu .seeds__details-wrap > p > a {
    font-size: 16px;
  }
}
main.page-knowledge-flow-hinshu .seeds__details-wrap > p > a::after {
  display: none;
}
main.page-knowledge-flow-hinshu .seeds__details-wrap img {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .seeds__details-wrap img {
    max-width: 100%;
  }
}
main.page-knowledge-flow-hinshu .varieties {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .varieties {
    padding-top: 3rem;
  }
}
main.page-knowledge-flow-hinshu .varieties .inner {
  position: relative;
}
main.page-knowledge-flow-hinshu .varieties .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-knowledge-flow-hinshu .varieties__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
}
main.page-knowledge-flow-hinshu .varieties__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-knowledge-flow-hinshu .varieties .block-imgcontent {
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .varieties .block-imgcontent {
    gap: 2rem;
  }
}
main.page-knowledge-flow-hinshu .varieties .block-imgcontent__img {
  max-width: 303px;
  max-width: 18.9375rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hinshu .varieties .block-imgcontent__img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .varieties .block-imgcontent__img {
    max-width: 8.875rem;
  }
}
main.page-knowledge-flow-hinshu .varieties .block-imgcontent__img > img {
  aspect-ratio: initial;
}
main.page-knowledge-flow-hinshu .varieties .block-imgcontent__content > h4 {
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
main.page-knowledge-flow-hinshu .varieties .block-imgcontent__content > h4 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hinshu .varieties .block-imgcontent__content > h4 {
    font-size: calc(16.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hinshu .varieties .block-imgcontent__content > h4 {
    font-size: 20px;
  }
}
main.page-knowledge-flow-hinshu .varieties .btn-file {
  max-width: 524px;
  max-width: 32.75rem;
  margin: 0 auto;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hinshu .varieties .btn-file {
    margin-top: 3rem;
  }
}
main.page-knowledge-flow-hinshu .varieties .kyouryoku {
  position: absolute;
  bottom: -48px;
  right: 20px;
}

main.page-knowledge-flow-hokan .hokan {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-hokan .hokan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan__content {
    gap: 2rem;
  }
}
main.page-knowledge-flow-hokan .hokan__content p {
  line-height: 1.7;
}
main.page-knowledge-flow-hokan .hokan__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-flow-hokan .hokan__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan__details-item {
    margin-top: 0;
    gap: 0.5rem;
  }
}
main.page-knowledge-flow-hokan .hokan__details-item img {
  display: block;
  margin: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan__details-item img {
    margin-top: 1.5rem;
  }
}
main.page-knowledge-flow-hokan .hokan__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan__blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
main.page-knowledge-flow-hokan .hokan__blocks-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokan .hokan__blocks-item {
    padding: 1rem;
    gap: 0.5rem;
  }
}
main.page-knowledge-flow-hokan .hokan__blocks-item > p {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hokan .hokan__blocks-item > p {
    font-size: calc(12.2439px + 0.12195vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hokan .hokan__blocks-item > p {
    font-size: 14px;
  }
}
main.page-knowledge-flow-hokan .hokan__blocks-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-knowledge-flow-hokan .hokan__blocks-ttl {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hokan .hokan__blocks-ttl {
    font-size: calc(14.21951px + 0.60976vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hokan .hokan__blocks-ttl {
    font-size: 23px;
  }
}

main.page-knowledge-flow-hokanshizai .materials {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokanshizai .materials {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials__content > p {
  line-height: 1.7;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-hokanshizai .materials__content > p {
    margin-bottom: 2rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  gap: 7.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials__blocks {
    gap: 2rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials__ttl {
  color: #335719;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main.page-knowledge-flow-hokanshizai .materials__ttl {
  font-size: 23px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hokanshizai .materials__ttl {
    font-size: calc(20.73171px + 0.36585vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hokanshizai .materials__ttl {
    font-size: 26px;
  }
}
main.page-knowledge-flow-hokanshizai .materials__ttl > span {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-hokanshizai .materials__ttl > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-hokanshizai .materials__ttl > span {
    font-size: 18px;
  }
}
main.page-knowledge-flow-hokanshizai .materials__txt {
  line-height: 1.7;
}
main.page-knowledge-flow-hokanshizai .materials__center-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1250px) {
  main.page-knowledge-flow-hokanshizai .materials__center-img {
    bottom: -5.625rem;
  }
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials__center-img {
    position: static;
    position: initial;
    margin-top: 1rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials__center-img > img {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials__center-img > img {
    max-width: none;
  }
}
main.page-knowledge-flow-hokanshizai .materials .block-imgcontent {
  gap: 64px;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials .block-imgcontent {
    gap: 1rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__img {
  max-width: 480px;
  max-width: 30rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__img {
    max-width: none;
  }
}
main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__img .materials__center-img {
  display: none;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__img .materials__center-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__content {
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials .block-imgcontent__content {
    gap: 0.5rem;
  }
}
main.page-knowledge-flow-hokanshizai .materials__btn {
  margin: 0 auto;
  margin-top: 120px;
  margin-top: 7.5rem;
  max-width: 353px;
  max-width: 22.0625rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-flow-hokanshizai .materials__btn {
    margin-top: 3rem;
  }
}

main.page-knowledge-flow-seichahoho .seichahoho {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-seichahoho .seichahoho {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-seichahoho .seichahoho__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #335719;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
main.page-knowledge-flow-seichahoho .seichahoho__ttl {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-flow-seichahoho .seichahoho__ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-flow-seichahoho .seichahoho__ttl {
    font-size: 26px;
  }
}
main.page-knowledge-flow-seichahoho .seichahoho__description {
  text-align: center;
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 1.5rem;
}
main.page-knowledge-flow-seichahoho .seichahoho__description .notes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-knowledge-flow-seichahoho .flow-step {
  margin-top: 80px;
  margin-top: 5rem;
  gap: 64px;
  gap: 4rem;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-1 {
  background-color: #DFE9C9;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-2 {
  background-color: #C9DD9E;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-3 {
  background-color: #B2D072;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-4 {
  background-color: #9CC447;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-5 {
  background-color: #86B81B;
}
main.page-knowledge-flow-seichahoho .flow-step .--green-6 {
  background-color: #86B81B;
}
main.page-knowledge-flow-seichahoho .flow-step .block-imgcontent {
  gap: 40px;
  gap: 2.5rem;
}
main.page-knowledge-flow-seichahoho .flow-step .block-imgcontent__img {
  max-width: 280px;
  max-width: 17.5rem;
}

main.page-knowledge-flow-seisansaikuru .seisansaikuru {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-seisansaikuru .seisansaikuru {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-seisansaikuru .seisansaikuru__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
main.page-knowledge-flow-seisansaikuru .seisansaikuru__content > p {
  line-height: 1.7;
}

main.page-knowledge-flow-temomiseiho .tec-history {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-temomiseiho .tec-history {
    padding-top: 4rem;
  }
}
main.page-knowledge-flow-temomiseiho .tec-history__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-flow-temomiseiho .tec-history__details > p {
  line-height: 1.7;
}
main.page-knowledge-flow-temomiseiho .process {
  padding-top: 80px;
  padding-top: 5rem;
}
main.page-knowledge-flow-temomiseiho .process__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-knowledge-flow-temomiseiho .process .flow-step {
  gap: 48px;
  gap: 3rem;
}
main.page-knowledge-flow-temomiseiho .process .flow-step__item::before {
  height: calc(100% + 48px);
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-1 {
  background-color: #F3F8E9;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-2 {
  background-color: #EAEFE0;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-3 {
  background-color: #DFE9C9;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-4 {
  background-color: #D4E3B4;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-5 {
  background-color: #C9DD9E;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-6 {
  background-color: #BDD687;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-7 {
  background-color: #B2D072;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-8 {
  background-color: #A8CB5D;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-9 {
  background-color: #9CC447;
}
main.page-knowledge-flow-temomiseiho .process .flow-step .--green-10 {
  background-color: #92BF31;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-flow-temomiseiho .process .flow-step__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main.page-knowledge-howto-buy .locations {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto-buy .locations {
    padding-top: 4rem;
  }
}
main.page-knowledge-howto-buy .locations .search-form {
  max-width: none;
  height: 40px;
  height: 2.5rem;
}
main.page-knowledge-howto-buy .locations .search-form > input {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-knowledge-howto-buy .locations .search-form > input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-knowledge-howto-buy .locations .search-form > input {
    font-size: 14px;
  }
}
main.page-knowledge-howto-buy .locations .scrolltab__body > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

main.page-knowledge-howto-drink section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto-drink section {
    padding-top: 4rem;
  }
}
main.page-knowledge-howto-drink section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-knowledge-howto-drink .areas__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-knowledge-howto-drink .areas__img {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
}
main.page-knowledge-howto-drink .areas__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  width: 100%;
}
main.page-knowledge-howto-drink .areas__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-knowledge-howto-drink .areas__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-knowledge-howto-drink .areas__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-knowledge-howto-drink .areas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-knowledge-howto-drink .areas__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
main.page-knowledge-howto-drink .areas__item > p {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
}
main.page-knowledge-howto-drink .areas__item > p::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #335719;
  width: 16px;
  width: 1rem;
  min-width: 16px;
  min-width: 1rem;
  height: 16px;
  height: 1rem;
}
main.page-knowledge-howto-drink .areas__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  width: 80px;
  width: 5rem;
}

main.download .download__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
}
main.download .download__block .download__list .download__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  gap: 1rem 2rem;
  display: flex;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 919px) {
  main.download .download__block .download__list .download__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.download .download__block .download__list .download__item a {
  max-width: calc(50% - 1rem);
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 48px 16px 24px;
  padding: 1rem 3rem 1rem 1.5rem;
  height: 100%;
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 919px) {
  main.download .download__block .download__list .download__item a {
    max-width: 100%;
  }
}
main.download .download__block .download__list .download__item a::before {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background: url(../../assets/images/icon-download.svg) no-repeat center center/contain;
  content: "";
}
main.download .download__block .download__list .download__item a span {
  background: #335719;
  color: #fff;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 4px;
}

main.member.news .outerM .news__main {
  margin-top: 44px;
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.member.news .outerM .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  margin-top: 4rem;
}

main.page-rental-chagyokaikan section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-chagyokaikan section {
    padding-top: 4rem;
  }
}
main.page-rental-chagyokaikan section p {
  line-height: 1.7;
}
main.page-rental-chagyokaikan section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-chagyokaikan .chagyokaikan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent {
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent {
    gap: 2rem;
  }
}
main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent__img {
  max-width: 520px;
  max-width: 32.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent__img {
    max-width: none;
  }
}
main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-rental-chagyokaikan .chagyokaikan__content .block-imgcontent__content {
  gap: 40px;
  gap: 2.5rem;
}
main.page-rental-chagyokaikan .chagyokaikan__hall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan .chagyokaikan__hall {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  main.page-rental-chagyokaikan .chagyokaikan__hall {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent {
  gap: 16px;
  gap: 1rem;
  cursor: pointer;
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent__content {
  gap: 32px;
  gap: 2rem;
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent:hover .btn-details__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent:hover .btn-details__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent:hover .btn-details__icon.--vertical::before {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-25%);
          transform: rotate(180deg) translateY(-25%);
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent:hover .btn-details__icon.--vertical::after {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
main.page-rental-chagyokaikan .chagyokaikan__hall .block-imgcontent:hover .btn-details__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main.page-rental-chagyokaikan .chagyokaikan__hall-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
main.page-rental-chagyokaikan .chagyokaikan__hall-details > h4 {
  font-weight: 700;
}
main.page-rental-chagyokaikan .chagyokaikan__hall-details > h4 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan .chagyokaikan__hall-details > h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan .chagyokaikan__hall-details > h4 {
    font-size: 20px;
  }
}
main.page-rental-chagyokaikan .calendar .btn-primary {
  margin: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-rental-chagyokaikan .chagyokaikan-qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-chagyokaikan .chagyokaikan-qa__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
main.page-rental-chagyokaikan .access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin: 32px 0 24px;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan .access__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-chagyokaikan .access__map {
  width: 100%;
  max-width: 432px;
  max-width: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-rental-chagyokaikan .access__map > iframe {
  width: 100%;
  height: 306px;
  height: 19.125rem;
}
main.page-rental-chagyokaikan .access__map-vehicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-rental-chagyokaikan .access__map-vehicle > h4 {
  font-weight: 700;
  color: #335719;
}
main.page-rental-chagyokaikan .access__map-vehicle > h4 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan .access__map-vehicle > h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan .access__map-vehicle > h4 {
    font-size: 18px;
  }
}
main.page-rental-chagyokaikan .access__map-vehicle > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan .access__map-vehicle > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan .access__map-vehicle > p {
    font-size: 14px;
  }
}
main.page-rental-chagyokaikan .access__details {
  width: 100%;
}
main.page-rental-chagyokaikan .access__details .table {
  width: 100%;
}
main.page-rental-chagyokaikan .bottom-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan .bottom-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-chagyokaikan .bottom-btn__content .btn-square {
  max-width: 487px;
  max-width: 30.4375rem;
}

main.page-rental-estimate section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-estimate section {
    padding-top: 4rem;
  }
}
main.page-rental-estimate section p {
  line-height: 1.7;
}
main.page-rental-estimate section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-estimate section .table {
  width: 100%;
}
main.page-rental-estimate section .table th {
  background-color: #F8FBF1;
  padding-left: 24px;
  padding-left: 1.5rem;
  vertical-align: middle;
}
main.page-rental-estimate section .table th {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate section .table th {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate section .table th {
    font-size: 16px;
  }
}
main.page-rental-estimate section .table td {
  padding: 32px 48px 24px;
  padding: 2rem 3rem 1.5rem;
}
main.page-rental-estimate section .table td {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate section .table td {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate section .table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 919px) {
  main.page-rental-estimate section .table td {
    padding: 1.5rem;
  }
}
main.page-rental-estimate section .table-scroll th {
  background-color: #F8FBF1;
}
main.page-rental-estimate section .table-results th {
  width: 361px;
  width: 22.5625rem;
}
main.page-rental-estimate section .table-results td {
  padding: 24px;
  padding: 1.5rem;
}
main.page-rental-estimate section .table-total {
  margin-top: 24px;
  margin-top: 1.5rem;
}
main.page-rental-estimate section .table-total th {
  font-weight: 700;
  width: 292px;
  width: 18.25rem;
}
main.page-rental-estimate section .table-total th {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate section .table-total th {
    font-size: calc(14.21951px + 0.60976vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate section .table-total th {
    font-size: 23px;
  }
}
main.page-rental-estimate section .table-total td {
  padding: 24px;
  padding: 1.5rem;
  text-align: right;
  font-weight: 700;
}
main.page-rental-estimate section .table-total td {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate section .table-total td {
    font-size: calc(14.21951px + 0.60976vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate section .table-total td {
    font-size: 23px;
  }
}
main.page-rental-estimate section .notes {
  margin-top: 16px;
  margin-top: 1rem;
  color: #D30A25;
}
main.page-rental-estimate .estimate #estimate-form,
main.page-rental-estimate .estimate #estimate-results {
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-rental-estimate .estimate #estimate-results {
  display: none;
}
main.page-rental-estimate .estimate__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-estimate .estimate__select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-estimate .estimate__select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-rental-estimate .estimate__select-item {
    gap: 0.5rem;
  }
}
main.page-rental-estimate .estimate__select-item > label {
  font-weight: 700;
}
main.page-rental-estimate .estimate__select-item > label {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate .estimate__select-item > label {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate .estimate__select-item > label {
    font-size: 16px;
  }
}
main.page-rental-estimate .estimate__select .error-message {
  display: none;
  color: #D30A25;
  margin-top: -12px;
  margin-top: -0.75rem;
}
main.page-rental-estimate .estimate__equipments {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: none;
}
main.page-rental-estimate .estimate__equipments > p {
  font-weight: 700;
}
main.page-rental-estimate .estimate__equipments-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-rental-estimate .estimate__equipments-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
main.page-rental-estimate .estimate__equipments-select > label {
  font-weight: 500;
}
main.page-rental-estimate .estimate__equipments-select > label {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate .estimate__equipments-select > label {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate .estimate__equipments-select > label {
    font-size: 16px;
  }
}
main.page-rental-estimate .estimate__equipments .checkbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 500;
  line-height: 1.4;
}
main.page-rental-estimate .estimate__calc {
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 3rem;
}
main.page-rental-estimate .estimate__item {
  position: relative;
}
main.page-rental-estimate .estimate .rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-rental-estimate .estimate .add-room {
  border-top: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
     border-image: repeating-linear-gradient(90deg, #CCCCCC 0px, #CCCCCC 3px, transparent 3px, transparent 6px) 30;
  padding-block: 24px;
  padding-block: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  cursor: pointer;
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-rental-estimate .estimate .add-room > span {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #335719;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-rental-estimate .estimate .add-room > span::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-plus.svg) center/cover;
  mask: url(../../assets/images/icon-plus.svg) center/cover;
  background: #fff;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
main.page-rental-estimate .estimate .remove-room {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  cursor: pointer;
}
main.page-rental-estimate .estimate .remove-room::before, main.page-rental-estimate .estimate .remove-room::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
main.page-rental-estimate .estimate .remove-room::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main.page-rental-estimate .estimate .remove-room::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main.page-rental-estimate .estimate .add-day {
  margin-top: 32px;
  margin-top: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding: 32px;
  padding: 2rem;
  background-color: #F8FBF1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
main.page-rental-estimate .estimate .add-day > span {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-color: #335719;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-rental-estimate .estimate .add-day > span::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-plus.svg) center/cover;
  mask: url(../../assets/images/icon-plus.svg) center/cover;
  background: #fff;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
main.page-rental-estimate .estimate .day-group td {
  position: relative;
}
main.page-rental-estimate .estimate .remove-day {
  position: absolute;
  -webkit-mask: url(../../assets/images/icon-minus.svg) center/cover;
  mask: url(../../assets/images/icon-minus.svg) center/cover;
  background: #222222;
  width: 15px;
  width: 0.9375rem;
  height: 3px;
  height: 0.1875rem;
  top: 16px;
  top: 1rem;
  right: 16px;
  right: 1rem;
  cursor: pointer;
}
main.page-rental-estimate .estimate .error-room {
  display: none;
  color: #D30A25;
}
main.page-rental-estimate .estimate__accordion {
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-rental-estimate .estimate__accordion .accordion {
  margin-top: 24px;
  margin-top: 1.5rem;
}
main.page-rental-estimate .estimate__accordion .accordion.accordion-active .accordion-btn {
  color: #222222;
}
main.page-rental-estimate .estimate__accordion .accordion-body {
  padding-right: 0;
}
main.page-rental-estimate .estimate__accordion .accordion-content {
  width: 100%;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th {
  background-color: #F3F3F3;
  text-align: center;
  font-weight: 500;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 8px 0;
  padding: 2px 0.5rem 0;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #666666;
  border-radius: 0.25rem;
  color: #666666;
  font-weight: 700;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-tag {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-tag {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-tag {
    font-size: 11px;
  }
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-table-txt {
  gap: 0;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-table-txt > span {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-table-txt > span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll th .tax-table-txt > span {
    font-size: 14px;
  }
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll td {
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll .--text-left {
  text-align: left;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll .--cell-sm {
  padding: 0 16px;
  padding: 0 1rem;
}
main.page-rental-estimate .estimate__accordion .accordion-content .table-scroll .--border-none {
  border-left: none;
  border-right: none;
}
main.page-rental-estimate .estimate__buttons {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-estimate .estimate__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  main.page-rental-estimate .estimate__buttons > a {
    max-width: none;
  }
}

main.page-rental-contact section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-contact section {
    padding-top: 4rem;
  }
}
main.page-rental-contact section p {
  line-height: 1.7;
}
main.page-rental-contact section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-contact .form__description {
  margin-top: 64px;
  margin-top: 4rem;
}
main.page-rental-contact .form__description > span {
  font-size: 13px;
}
@media screen and (min-width: 620px) {
  main.page-rental-contact .form__description > span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-contact .form__description > span {
    font-size: 13px;
  }
}
main.page-rental-contact #rentalForm {
  margin-top: 64px;
  margin-top: 4rem;
}
main.page-rental-contact #rentalForm .wpcf7-form .--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-contact #rentalForm .wpcf7-form .--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-rental-contact #rentalForm .wpcf7-form .--row .wpcf7-form-control-wrap {
  width: 100%;
}
main.page-rental-contact #rentalForm .wpcf7-form .wpcf7-form-control-wrap[data-name=form-date] {
  position: relative;
}
main.page-rental-contact #rentalForm .wpcf7-form .wpcf7-form-control-wrap[data-name=form-date]::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-calendar.svg) center/cover;
  mask: url(../../assets/images/icon-calendar.svg) center/cover;
  background: #CCCCCC;
  width: 16px;
  width: 1rem;
  height: 18px;
  height: 1.125rem;
  position: absolute;
  top: 21px;
  top: 1.3125rem;
  right: 16px;
  right: 1rem;
}
main.page-rental-contact #rentalForm .wpcf7-form #datepicker-rental {
  border: 1px solid #CCCCCC;
  background: transparent;
  border-radius: 0;
  height: 60px;
  height: 3.75rem;
}
main.page-rental-contact #rentalForm .wpcf7-form #datepicker-rental::-webkit-input-placeholder {
  color: #222222;
}
main.page-rental-contact #rentalForm .wpcf7-form #datepicker-rental::-moz-placeholder {
  color: #222222;
}
main.page-rental-contact #rentalForm .wpcf7-form #datepicker-rental::-ms-input-placeholder {
  color: #222222;
}
main.page-rental-contact #rentalForm .wpcf7-form #datepicker-rental::placeholder {
  color: #222222;
}
main.page-rental-contact #rentalForm .wpcf7-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.page-rental-contact #rentalForm .wpcf7-form div[data-class=wpcf7cf_group] {
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-rental-contact #rentalForm .wpcf7-form .form-equipments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-rental-contact #rentalForm .wpcf7-form .form-equipments .form-select {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 258px;
  max-width: 16.125rem;
}
main.page-rental-contact #rentalForm .wpcf7-form .chagyo-options, main.page-rental-contact #rentalForm .wpcf7-form .ujicha-options {
  display: none;
}

main.page-rental-qa section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-qa section {
    padding-top: 4rem;
  }
}
main.page-rental-qa section p {
  line-height: 1.7;
}
main.page-rental-qa section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-qa .rental-qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-qa .rental-qa__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
main.page-rental-qa .rental-qa__pdf {
  max-width: 524px;
  max-width: 32.75rem;
}

main.page-rental-ujichakaikan section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-ujichakaikan section {
    padding-top: 4rem;
  }
}
main.page-rental-ujichakaikan section p {
  line-height: 1.7;
}
main.page-rental-ujichakaikan section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-ujichakaikan .ujichakaikan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
}
main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent {
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent {
    gap: 2rem;
  }
}
main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent__img {
  max-width: 520px;
  max-width: 32.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent__img {
    max-width: none;
  }
}
main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent__img > img {
  aspect-ratio: auto;
}
main.page-rental-ujichakaikan .ujichakaikan__content .block-imgcontent__content {
  gap: 40px;
  gap: 2.5rem;
}
main.page-rental-ujichakaikan .ujichakaikan__hall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan .ujichakaikan__hall {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  main.page-rental-ujichakaikan .ujichakaikan__hall {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent {
  gap: 16px;
  gap: 1rem;
  cursor: pointer;
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent__content {
  gap: 32px;
  gap: 2rem;
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent:hover .btn-details__icon::before {
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  opacity: 1;
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent:hover .btn-details__icon::after {
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  opacity: 0;
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent:hover .btn-details__icon.--vertical::before {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-25%);
          transform: rotate(180deg) translateY(-25%);
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent:hover .btn-details__icon.--vertical::after {
  right: 4px;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
main.page-rental-ujichakaikan .ujichakaikan__hall .block-imgcontent:hover .btn-details__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main.page-rental-ujichakaikan .ujichakaikan__hall-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
main.page-rental-ujichakaikan .ujichakaikan__hall-details > h4 {
  font-weight: 700;
}
main.page-rental-ujichakaikan .ujichakaikan__hall-details > h4 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-rental-ujichakaikan .ujichakaikan__hall-details > h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-ujichakaikan .ujichakaikan__hall-details > h4 {
    font-size: 20px;
  }
}
main.page-rental-ujichakaikan .calendar .btn-primary {
  margin: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
main.page-rental-ujichakaikan .ujichakaikan-qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-ujichakaikan .ujichakaikan-qa__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
main.page-rental-ujichakaikan .access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin: 32px 0 24px;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan .access__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-ujichakaikan .access__map {
  width: 100%;
  max-width: 432px;
  max-width: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-rental-ujichakaikan .access__map > iframe {
  width: 100%;
  height: 306px;
  height: 19.125rem;
}
main.page-rental-ujichakaikan .access__map-vehicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
main.page-rental-ujichakaikan .access__map-vehicle > h4 {
  font-weight: 700;
  color: #335719;
}
main.page-rental-ujichakaikan .access__map-vehicle > h4 {
  font-size: 18px;
}
@media screen and (min-width: 620px) {
  main.page-rental-ujichakaikan .access__map-vehicle > h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-ujichakaikan .access__map-vehicle > h4 {
    font-size: 18px;
  }
}
main.page-rental-ujichakaikan .access__map-vehicle > h5 {
  font-weight: 700;
}
main.page-rental-ujichakaikan .access__map-vehicle > p {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-ujichakaikan .access__map-vehicle > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-ujichakaikan .access__map-vehicle > p {
    font-size: 14px;
  }
}
main.page-rental-ujichakaikan .access__details {
  width: 100%;
}
main.page-rental-ujichakaikan .access__details .table {
  width: 100%;
}
main.page-rental-ujichakaikan .bottom-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan .bottom-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-ujichakaikan .bottom-btn__content .btn-square {
  max-width: 487px;
  max-width: 30.4375rem;
}

main.page-rental-chagyokaikan-about section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-chagyokaikan-about section {
    padding-top: 4rem;
  }
}
main.page-rental-chagyokaikan-about section p {
  line-height: 1.7;
}
main.page-rental-chagyokaikan-about section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-chagyokaikan-about .floor-map {
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
main.page-rental-chagyokaikan-about .floor-map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
main.page-rental-chagyokaikan-about .floor-map__content a {
  cursor: pointer;
}
main.page-rental-chagyokaikan-about .floor-details {
  padding-top: 56px;
  padding-top: 3.5rem;
}
main.page-rental-chagyokaikan-about .floor-details__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan-about .floor-details__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
main.page-rental-chagyokaikan-about .floor-details__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  max-width: 336px;
  max-width: 21rem;
  width: 100%;
}
@media screen and (max-width: 919px) {
  main.page-rental-chagyokaikan-about .floor-details__left {
    max-width: none;
  }
}
main.page-rental-chagyokaikan-about .floor-details__left > h4 {
  font-weight: 700;
}
main.page-rental-chagyokaikan-about .floor-details__left > h4 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan-about .floor-details__left > h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan-about .floor-details__left > h4 {
    font-size: 20px;
  }
}
main.page-rental-chagyokaikan-about .floor-details__left > h4 > span {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan-about .floor-details__left > h4 > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan-about .floor-details__left > h4 > span {
    font-size: 16px;
  }
}
main.page-rental-chagyokaikan-about .floor-details__left .list-disc {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan-about .floor-details__left .list-disc {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan-about .floor-details__left .list-disc {
    font-size: 14px;
  }
}
main.page-rental-chagyokaikan-about .floor-details__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-rental-chagyokaikan-about .floor-details__right {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-rental-chagyokaikan-about .floor-details__right.--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  main.page-rental-chagyokaikan-about .floor-details__right.--3col {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.page-rental-chagyokaikan-about .floor-details__right .hasnotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
main.page-rental-chagyokaikan-about .floor-details__right .hasnotes .notes {
  font-weight: 700;
  color: #666666;
}
main.page-rental-chagyokaikan-about .floor-details__right .hasnotes .notes {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-chagyokaikan-about .floor-details__right .hasnotes .notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-chagyokaikan-about .floor-details__right .hasnotes .notes {
    font-size: 14px;
  }
}
main.page-rental-chagyokaikan-about .floor-details__right .hasnotes .notes::before {
  display: none;
}
main.page-rental-chagyokaikan-about .floor-details__img {
  position: relative;
}
main.page-rental-chagyokaikan-about .floor-details__img > img {
  height: 100%;
  width: 100%;
}
main.page-rental-chagyokaikan-about .floor-details__img::after {
  content: "";
  -webkit-mask: url(../../assets/images/icon-zoom.svg) center/cover;
  mask: url(../../assets/images/icon-zoom.svg) center/cover;
  background: #fff;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 8px;
  bottom: 0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

main.page-rental-room section {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room section {
    padding-top: 4rem;
  }
}
main.page-rental-room section p {
  line-height: 1.7;
}
main.page-rental-room section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-room section .list-disc li {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room section .list-disc li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room section .list-disc li {
    font-size: 14px;
  }
}
main.page-rental-room section .table-scroll th,
main.page-rental-room section .table-scroll td {
  padding: 16px;
  padding: 1rem;
  font-weight: 500;
  vertical-align: middle;
}
main.page-rental-room section .table-scroll .--cell-sm {
  padding: 0 14px;
  padding: 0 0.875rem;
}
main.page-rental-room section .table-scroll .--cell-center {
  text-align: center;
}
main.page-rental-room section .table-scroll .--font-sm {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room section .table-scroll .--font-sm {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room section .table-scroll .--font-sm {
    font-size: 14px;
  }
}
main.page-rental-room section .table-scroll .--border-none {
  border-left: none;
  border-right: none;
}
main.page-rental-room section .table-scroll .--border-right-none {
  border-right: none;
}
main.page-rental-room section .table-scroll .--green {
  background-color: #F8FBF1;
}
main.page-rental-room section .table {
  width: 100%;
}
main.page-rental-room .slider {
  padding-top: 40px;
  padding-top: 2.5rem;
}
main.page-rental-room .slider .swiper {
  height: 490px;
  height: 30.625rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .slider .swiper {
    height: 13.5625rem;
  }
}
main.page-rental-room .slider .swiper-wrapper {
  height: 453px;
  height: 28.3125rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .slider .swiper-wrapper {
    height: 11.25rem;
  }
}
main.page-rental-room .slider .swiper-slide {
  width: 640px;
  width: 40rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .slider .swiper-slide {
    width: 16.875rem;
  }
}
main.page-rental-room .slider .swiper-slide > img {
  width: 640px;
  width: 40rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .slider .swiper-slide > img {
    width: 16.875rem;
  }
}
main.page-rental-room .slider .swiper-scrollbar {
  width: 90px;
  width: 5.625rem;
  height: 1px;
  background: rgba(51, 87, 25, .5);
  border-radius: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
main.page-rental-room .slider .swiper-scrollbar-drag {
  background: #335719;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  top: -50%;
}
main.page-rental-room .info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
main.page-rental-room .info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-room .info__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-room .info__block {
  width: 100%;
}
main.page-rental-room .interior-video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-room .interior-video__video {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
}
main.page-rental-room .interior-video__video .room-video {
  width: 100%;
}
main.page-rental-room .tax__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-rental-room .tax__content > h3 {
  font-weight: 700;
}
main.page-rental-room .tax__content > h3 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .tax__content > h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .tax__content > h3 {
    font-size: 20px;
  }
}
main.page-rental-room .tax .table-scroll th,
main.page-rental-room .tax .table-scroll td {
  text-align: center;
}
main.page-rental-room .tax .table-scroll th:first-child {
  text-align: left;
}
main.page-rental-room .tax .table-scroll th > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.page-rental-room .tax .table-scroll th .tax-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 8px 0;
  padding: 2px 0.5rem 0;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #666666;
  border-radius: 0.25rem;
  color: #666666;
  font-weight: 700;
}
main.page-rental-room .tax .table-scroll th .tax-tag {
  font-size: 11px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .tax .table-scroll th .tax-tag {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .tax .table-scroll th .tax-tag {
    font-size: 11px;
  }
}
main.page-rental-room .tax .table-scroll th .tax-table-txt {
  gap: 0;
}
main.page-rental-room .tax .table-scroll th .tax-table-txt > span {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .tax .table-scroll th .tax-table-txt > span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .tax .table-scroll th .tax-table-txt > span {
    font-size: 14px;
  }
}
main.page-rental-room .option .scroll-content {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
main.page-rental-room .contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
main.page-rental-room .contact__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .contact__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.page-rental-room .contact__item {
  background-color: #F1F9F1;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  padding: 1.5rem;
  width: 100%;
  max-width: 528px;
  max-width: 33rem;
}
main.page-rental-room .contact__item > h3 {
  font-family: "Shippori Mincho", serif;
  color: #335719;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
main.page-rental-room .contact__item > h3 {
  font-size: 26px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .contact__item > h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .contact__item > h3 {
    font-size: 26px;
  }
}
main.page-rental-room .contact__phone {
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
main.page-rental-room .contact__phone {
  font-size: 32px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .contact__phone {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .contact__phone {
    font-size: 32px;
  }
}
main.page-rental-room .contact__phone::before {
  content: "";
  -webkit-mask: url(../../assets/images/icon-phone.svg) center/cover;
  mask: url(../../assets/images/icon-phone.svg) center/cover;
  background: #335719;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
}
main.page-rental-room .fee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-room .fee__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
main.page-rental-room .fee__block > h3 {
  font-weight: 700;
}
main.page-rental-room .fee__block > h3 {
  font-size: 16px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .fee__block > h3 {
    font-size: calc(12.97561px + 0.4878vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .fee__block > h3 {
    font-size: 20px;
  }
}
main.page-rental-room .fee__block .list-disc li {
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  main.page-rental-room .fee__block .list-disc li {
    font-size: calc(12.4878px + 0.2439vw);
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-room .fee__block .list-disc li {
    font-size: 16px;
  }
}
main.page-rental-room .fee__block .list-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
main.page-rental-room .fee__block-list {
  margin-top: 16px;
  margin-top: 1rem;
}
main.page-rental-room .fee__block-list > ul {
  padding-left: 26px;
  padding-left: 1.625rem;
}
main.page-rental-room .fee__pdf {
  margin-top: -24px;
  margin-top: -1.5rem;
  max-width: 524px;
  max-width: 32.75rem;
}
main.page-rental-room .bottom-btn {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-room .bottom-btn {
    padding-top: 4rem;
  }
}
main.page-rental-room .bottom-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.page-rental-room .bottom-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-room .bottom-btn__content .btn-square {
  max-width: 487px;
  max-width: 30.4375rem;
}

main.page-rental-ujichakaikan-about section {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  main.page-rental-ujichakaikan-about section {
    padding-top: 4rem;
  }
}
main.page-rental-ujichakaikan-about section p {
  line-height: 1.7;
}
main.page-rental-ujichakaikan-about section .h2-ttl {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
main.page-rental-ujichakaikan-about .floor-map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-rental-ujichakaikan-about .floor-map__img {
  max-width: 1080px;
  max-width: 67.5rem;
}
main.page-rental-ujichakaikan-about .floor-map__hall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
}
main.page-rental-ujichakaikan-about .floor-map__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.page-rental-ujichakaikan-about .floor-map__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.page-rental-ujichakaikan-about .floor-map__details-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  max-width: 336px;
  max-width: 21rem;
}
main.page-rental-ujichakaikan-about .floor-map__details-left > h4 {
  font-weight: 700;
}
main.page-rental-ujichakaikan-about .floor-map__details-left > h4 {
  font-size: 20px;
}
@media screen and (min-width: 620px) {
  main.page-rental-ujichakaikan-about .floor-map__details-left > h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main.page-rental-ujichakaikan-about .floor-map__details-left > h4 {
    font-size: 20px;
  }
}
main.page-rental-ujichakaikan-about .floor-map__details-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.page-rental-ujichakaikan-about .floor-map__details-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page-rental-ujichakaikan-about .floor-map__details-right > img {
  width: 100%;
}

main.takumi.menu .inpageLinks {
  text-align: center;
}
main.takumi.menu .inpageLinks nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.takumi.menu .inpageLinks nav ul li {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 919px) {
  main.takumi.menu .inpageLinks nav ul li {
    width: calc(50% - 0.5rem);
  }
}
main.takumi.menu .brew .brew__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 919px) {
  main.takumi.menu .brew .brew__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.takumi.menu .brew .brew__list .brew__item {
  width: calc(33% - 1rem);
}
@media screen and (max-width: 919px) {
  main.takumi.menu .brew .brew__list .brew__item {
    width: 100%;
  }
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-img {
  position: relative;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-img::before {
  position: absolute;
  content: "";
  right: 16px;
  bottom: 16px;
  background: url(../../assets/images/takumi/brew-click.svg) center/contain;
  width: 48px;
  width: 3rem;
  height: 67px;
  height: 4.1875rem;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-img img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 344/243;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f3f3f3;
}
@media screen and (max-width: 919px) {
  main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-img img {
    aspect-ratio: 5/3;
  }
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  font-weight: 400;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-cost {
  margin-top: 16px;
  margin-top: 1rem;
  color: #335719;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-cost span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 4px;
  margin-left: 0.25rem;
}
main.takumi.menu .brew .brew__list .brew__item .open-popup-link .brew__item-cost small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
main.takumi.menu .art .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.takumi.menu .art .art__list .art__item .art__item-cost {
  margin-top: 16px;
  margin-top: 1rem;
  color: #335719;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}
main.takumi.menu .art .art__list .art__item .art__item-cost span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 4px;
  margin-left: 0.25rem;
}
main.takumi.menu .art .art__list .art__item .art__item-cost em,
main.takumi.menu .art .art__list .art__item .art__item-cost small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
main.takumi.menu .art .art__list .art__item .art__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 919px) {
  main.takumi.menu .art .art__list .art__item .art__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
main.takumi.menu .art .art__list .art__item .art__item-inner .art__item-thumb {
  width: calc(30% - 1.75rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 919px) {
  main.takumi.menu .art .art__list .art__item .art__item-inner .art__item-thumb {
    width: 100%;
  }
}
main.takumi.menu .art .art__list .art__item .art__item-inner .art__item-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/243;
}
@media screen and (max-width: 919px) {
  main.takumi.menu .art .art__list .art__item .art__item-inner .art__item-thumb img {
    aspect-ratio: 5/3;
  }
}
main.takumi.menu .art .art__list .art__item .art__item-inner figcaption {
  width: calc(70% - 1.75rem);
}
@media screen and (max-width: 919px) {
  main.takumi.menu .art .art__list .art__item .art__item-inner figcaption {
    width: 100%;
  }
}
main.takumi.menu table tr {
  border: 1px solid #ccc;
}
main.takumi.menu table tr td {
  background: #fff;
  border: 1px solid #ccc;
}
main.takumi.menu table tr td:first-child {
  background: #F3F3F3;
}

.brew__popup {
  max-width: 900px !important;
  max-width: 56.25rem !important;
  width: 96%;
  height: 506px !important;
  height: 31.625rem !important;
  background: #fff;
  position: relative;
}
.brew__popup iframe {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

main.takumi.about .cafe .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 919px) {
  main.takumi.about .cafe .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
main.takumi.about .cafe .inner .cafe__left {
  width: calc(52% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 919px) {
  main.takumi.about .cafe .inner .cafe__left {
    width: 100%;
  }
}
main.takumi.about .cafe .inner .cafe__left > h2 {
  color: #5a2e04;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
main.takumi.about .cafe .inner .cafe__left-link {
  color: #003399;
  text-decoration: underline;
}
main.takumi.about .cafe .inner .cafe__right {
  width: calc(48% - 2rem);
}
@media screen and (max-width: 919px) {
  main.takumi.about .cafe .inner .cafe__right {
    width: 100%;
  }
}
main.takumi.about .map .map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}
main.takumi.about .map .map__list > li {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 919px) {
  main.takumi.about .map .map__list > li {
    width: calc(50% - 0.5rem);
  }
}
main.takumi.about .map .map__list > li figcaption {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}
main.takumi.about .map .map__list > li figcaption span {
  font-size: 11px;
  font-size: 0.6875rem;
}
main.takumi.about .map .map__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 919px) {
  main.takumi.about .map .map__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.takumi.about .map .map__video .map__video-movie {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 919px) {
  main.takumi.about .map .map__video .map__video-movie {
    width: 100%;
  }
}
main.takumi.about .map .map__video .map__video-movie video {
  width: 100%;
  height: auto;
}
main.takumi.about .map .map__video .map__video-text {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 919px) {
  main.takumi.about .map .map__video .map__video-text {
    width: 100%;
  }
}
main.takumi.about .map .map__video .map__video-text h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
/*# sourceMappingURL=styles.css.map */
