@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  background: #fff;
  font-size: 10px;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 1px;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    width: 100%;
  }
}

.error {
  color: red;
  margin: 10px 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
  transition: opacity 0.3s;
}
a {
  text-decoration: none;
  color: #222222;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

small {
  font-size: 85%;
}

.no_post {
  text-align: center;
  width: 100%;
}

.is-pc {
  display: block;
}

.is-pc-flex {
  display: flex;
}

.is-pc-ib {
  display: inline-block;
}

.is-sp,
.is-sp-flex,
.is-sp-flex,
.is-sp-ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
  .is-sp-flex {
    display: flex !important;
  }
  .is-sp-ib {
    display: inline-block !important;
  }
  .is-pc,
  .is-pc-flex,
  .is-pc-ib {
    display: none !important;
  }
}
#wpadminbar {
  position: fixed !important;
}

.c-form {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}
.c-form input,
.c-form button,
.c-form textarea,
.c-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-weight: normal;
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.c-form ::placeholder {
  color: #B7AFA3;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form input[type=checkbox], .c-form input[type=radio] {
  display: none;
}
.c-form input[type=checkbox], .c-form input[type=radio] {
  display: none;
}
.c-form input[type=checkbox] + label, .c-form input[type=radio] + label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form {
    font-size: 1.6rem;
  }
}
.c-form .select {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff;
  border: 2px solid #5C3700;
  border-radius: 0px;
}
.c-form .select:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #5C3700;
  border-bottom: 1px solid #5C3700;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  top: 45%;
  right: 20px;
  z-index: 0;
  cursor: pointer;
}
.c-form .select select {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 20px;
  color: #5C3700;
  box-sizing: border-box;
  display: block;
  position: relative;
  line-height: 1.6;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form input[type=number],
.c-form input[type=date],
.c-form input[type=time] {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5C3700;
  box-sizing: border-box;
  padding: 10px 20px;
  display: block;
  width: 100%;
  background: #fff;
  line-height: 1.6;
  border: 2px solid #5C3700;
  border-radius: 0px;
}
.c-form input[type=text]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=password]::placeholder,
.c-form input[type=number]::placeholder,
.c-form input[type=date]::placeholder,
.c-form input[type=time]::placeholder {
  color: #B7AFA3;
}
.c-form textarea {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5C3700;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  display: block;
  width: 100%;
  resize: vertical;
  font-weight: normal !important;
  border: 2px solid #5C3700;
  border-radius: 0px;
}
.c-form textarea::placeholder {
  color: #B7AFA3;
  font-weight: normal !important;
}
.c-form input[type=checkbox] + span {
  padding-left: 40px;
  position: relative;
  margin-right: 40px;
  color: #5C3700;
  font-weight: 500;
}
.c-form input[type=checkbox] + span:after {
  transition: background-color 0.3s;
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  border-radius: 0px;
  border: 2px solid #5C3700;
}
.c-form input[type=checkbox] + span:before {
  transition: background-color 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  left: 0;
}
.c-form input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-form input[type=checkbox]:checked + span:after {
    width: 20px;
    height: 20px;
  }
}
.c-form input[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 18px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  left: 6px;
  border: none;
  background: none;
  border-bottom: 3px solid #004530;
  border-right: 3px solid #004530;
  border-radius: 0;
  z-index: 1;
  top: 8px;
}
.c-form input[type=checkbox] + span {
  margin-right: 20px;
}
.c-form input[type=checkbox] + span:after {
  background-color: #fff;
}
.c-form input[type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
  display: block;
  width: fit-content;
}
.c-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  background-color: #fff;
}
.c-form input[type=radio] + .mwform-radio-field-text {
  padding-left: 20px;
  position: relative;
}
.c-form input[type=radio] + .mwform-radio-field-text:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  background: #fff;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  border-radius: 50%;
  border: 1px solid #111;
}
.c-form input[type=radio] + .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  left: 2px;
  transition: 0.3s;
  opacity: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(0);
  border-radius: 50%;
  z-index: 1;
}
.c-form input[type=radio]:checked + .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  background: #004530;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
}
.c-form .mwform-radio-field.horizontal-item {
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.c-form input[type=radio] + .mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
  color: #5C3700;
  font-weight: 500;
}
.c-form input[type=radio] + .mwform-radio-field-text:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  background: #fff;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  border-radius: 50%;
  border: 1px solid #5C3700;
}
.c-form input[type=radio] + .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  left: 2px;
  transition: 0.3s;
  opacity: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(0);
  border-radius: 50%;
  z-index: 1;
}
.c-form button, .c-form input[type=submit] {
  cursor: pointer;
}
/* CSS Document */
.fi,
.fi-mult > * {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.single,
.mult > * {
  opacity: 0.9;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.s-left,
.m-left > *:nth-child(odd) {
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
}

.s-right,
.m-right > *:nth-child(even) {
  -webkit-transform: translate3d(15%, 0, 0);
  transform: translate3d(15%, 0, 0);
}

.s-top,
.m-top > * {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.s-under,
.m-under > * {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.s-rt {
  -webkit-transform: translate3d(50px, -50px, 0);
  transform: translate3d(50px, -50px, 0);
}

.s-ru {
  -webkit-transform: translate3d(50px, 50px, 0);
  transform: translate3d(50px, 50px, 0);
}

.s-lt {
  -webkit-transform: translate3d(-50px, -50px, 0);
  transform: translate3d(-50px, -50px, 0);
}

.s-lu {
  -webkit-transform: translate3d(-50px, 50px, 0);
  transform: translate3d(-50px, 50px, 0);
}

.s-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
  transition: color 0.6s 0.3s;
}
.s-block .c-ttlMid__service--icon {
  transition: opacity;
  opacity: 0;
}
.s-block:before {
  content: "";
  position: absolute;
  background: #222222;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 1;
}
.s-block.pActive {
  color: unset;
}
.s-block.pActive:before {
  animation: blockAnimation 1s forwards ease;
}
.s-block.pActive .c-ttlMid__service--icon {
  opacity: 1;
}

@keyframes blockAnimation {
  0% {
    left: calc(-100% - 1px);
  }
  100% {
    left: calc(100% + 1px);
  }
}
.rotate {
  transform: rotate(30deg);
}
.rotate.pActive {
  transform: rotate(0deg);
}

.scale {
  transform: scale(0.3);
}
.scale.pActive {
  transform: scale(1);
}

.bound {
  animation: key1 0.3s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.single.pActive,
.mult > .pActive,
.fi.pActive,
.fi-mult > .pActive {
  opacity: 1;
  --webkit-transform: translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lg-backdrop {
  background: #181818 !important;
}

.lg-toolbar {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
}

.lg-prev, .lg-next {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1200px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: calc(100% - 40px);
  }
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #222222;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    right: 10px;
    top: 3px;
  }
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  content: "";
  position: absolute;
  background: #222222;
  width: 80%;
  height: 2px;
}
.modaal-close:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
.modaal-close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-btn, .c-btn__icon {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 5px;
  color: #5C3700;
  background: #fff;
  border-radius: 50px;
}
.c-btn__icon {
  background: #5C3700;
  color: #fff;
  position: relative;
  padding: 6px 40px 6px 60px;
  max-width: 380px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .c-btn__icon {
    font-size: 1.6rem;
    max-width: 340px;
  }
}
.c-btn__icon__text {
  position: absolute;
  bottom: calc(100% + 5px);
  color: #5C3700;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  left: calc(50% + 10px);
  font-size: 1.4rem;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-btn__icon__text {
    font-size: 1.2rem;
  }
}
.c-btn__icon__text:before, .c-btn__icon__text:after {
  content: "";
  position: absolute;
  background: #5C3700;
  width: 2px;
  height: 20px;
}
.c-btn__icon__text:before {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(30deg) scale(1);
  left: calc(100% + 10px);
}
.c-btn__icon__text:after {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-30deg) scale(1);
  right: calc(100% + 10px);
}
.c-btn__icon__img {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .c-btn__icon__img {
    width: 70px;
    bottom: 5px;
  }
}
.c-btn__line, .c-btn__line--green {
  margin-top: 40px;
  background: bottom right no-repeat;
  background-size: contain;
  background-image: url(../img/common/btn_line_brown.svg);
  width: 317px;
  display: block;
  margin-left: auto;
  box-sizing: border-box;
  padding: 5px 12px 24px 0px;
  position: relative;
  color: #5C3700;
  font-family: Zen Kaku Gothic New;
  font-size: 25px;
  font-weight: 700;
  line-height: 36.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn__line, .c-btn__line--green {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    width: fit-content;
    padding: 8px 21px 8px 0;
  }
}
.c-btn__line.is-long, .is-long.c-btn__line--green {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .c-btn__line.is-long, .is-long.c-btn__line--green {
    width: 270px;
  }
}
.c-btn__line.is-green, .is-green.c-btn__line--green {
  color: #004530;
}
.c-btn__line--brown {
  background-image: url(../img/common/btn_line_brown.svg);
}
.c-btn__line--green {
  background-image: url(../img/common/btn_line_green.svg);
}
.c-btn__line.is-center, .is-center.c-btn__line--green {
  text-align: center;
}
.c-btn__line__img {
  position: absolute;
  left: -25px;
  bottom: -10px;
  width: 65px;
}
@media screen and (max-width: 768px) {
  .c-btn__line__img {
    width: 50px;
  }
}
.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap {
    gap: 20px;
    margin-top: 40px;
  }
}
.c-btn__default, .c-btn__default--brown, .c-btn__default--green {
  border: 2px solid #5C3700;
  color: #5C3700;
  width: 250px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  transition: background-color 0.3s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn__default, .c-btn__default--brown, .c-btn__default--green {
    width: fit-content;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.c-btn__default:hover, .c-btn__default--brown:hover, .c-btn__default--green:hover {
  opacity: 1;
}
.c-btn__default--green {
  border: 2px solid #004530;
  color: #004530;
}
.c-btn__default--green:hover {
  background: rgba(153, 181, 172, 0.3);
}
.c-btn__default--brown {
  border: 2px solid #5C3700;
  color: #5C3700;
}
.c-btn__default--brown:hover {
  background: rgba(190, 175, 153, 0.3);
}
.c-btn__attempt {
  display: block;
  width: fit-content;
  margin: 80px auto 0;
  font-size: 1.8rem;
  color: #5C3700;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn__attempt {
    font-size: 1.4rem;
  }
}
.c-btn__attempt:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: solid #5C3700 17.32px;
  right: calc(100% + 5px);
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
@media screen and (max-width: 768px) {
  .c-btn__attempt:before {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: solid #5C3700 12.124px;
  }
}
.c-btn__attempt:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: solid #5C3700 17.32px;
  left: calc(100% + 5px);
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
@media screen and (max-width: 768px) {
  .c-btn__attempt:after {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: solid #5C3700 12.124px;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
  width: calc(100% + 80px);
  margin: 0 -40px 0;
}
@media screen and (max-width: 1330px) {
  .c-card {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-card {
    width: 100%;
    margin: 0;
    gap: 20px;
  }
}
.c-card__item {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  padding: 0 40px;
  text-align: center;
  color: #5C3700;
}
.c-card__item:nth-child(3n+2) {
  border-left: 2px solid #004530;
  border-right: 2px solid #004530;
}
@media screen and (max-width: 1330px) {
  .c-card__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-card__item {
    border: none;
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
    padding: 0;
  }
  .c-card__item:nth-child(3n+2) {
    border: none;
  }
}
.c-card__item__img {
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 400/380;
  object-fit: cover;
}
.c-card__item__title {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card__item__title {
    font-size: 1.3rem;
  }
}
.c-card__item__title:before {
  content: "";
  position: absolute;
  background: #BEAF99;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  opacity: 0.6;
  z-index: -1;
  border-radius: 50%;
}
.c-card__item__amount {
  min-width: 240px;
  margin: 10px auto;
  background: #5C3700;
  color: #fff;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-card__item__amount {
    min-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .c-card__item__amount {
    min-width: initial;
    width: 100%;
    font-size: 1.2rem;
  }
}
.c-card__item__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .c-card__item__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__item__text {
    text-align: left;
    font-size: 1.3rem;
  }
}
.c-card__detail {
  width: calc(67% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1330px) {
  .c-card__detail {
    width: calc(67% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__detail {
    width: 100%;
    display: block;
  }
}
.c-card__detailWidth {
  width: inherit;
}
@media screen and (max-width: 1200px) {
  .c-card__detailWidth {
    width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-card__detailWidth {
    padding-left: 0;
    margin-top: 40px;
  }
}
.c-card__detailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: fit-content;
  gap: 80px 40px;
}
@media screen and (max-width: 1200px) {
  .c-card__detailWrap {
    width: 100%;
    gap: 40px 20px;
  }
}
.c-card__detailWrap__title {
  writing-mode: vertical-rl;
  border-left: 3px solid #5C3700;
  border-right: 3px solid #5C3700;
  color: #5C3700;
  font-size: 2.4rem;
  line-height: 2;
  padding: 20px 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 1200px) {
  .c-card__detailWrap__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__detailWrap__title {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
.c-card__detailWrap__sub {
  font-size: 2rem;
  font-weight: 600;
}
.c-card__detailWrap__sub:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-card__detailWrap__sub {
    font-size: 1.6rem;
  }
}
.c-card__detailWrap__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-card__detailWrap__text {
    font-size: 1.4rem;
  }
}
.c-card__detailWrap__group {
  color: #5C3700;
}
.c-card__detailWrap__caution {
  width: fit-content;
  font-size: 1.8rem;
  color: #004530;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-card__detailWrap__caution {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__detailWrap__caution {
    font-size: 1.4rem;
  }
}
.c-card__detailWrap__caution:before {
  content: "";
  position: absolute;
  background: rgba(153, 181, 172, 0.3);
  width: 120px;
  height: 120px;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .c-card__detailWrap__caution:before {
    width: 80px;
    height: 80px;
  }
}
.c-card__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.c-card__2col__item {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  padding-top: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-card__2col__item {
    width: 100%;
    padding-top: 0;
  }
}
.c-card__2col__img {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  aspect-ratio: 356/277;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-card__2col__img {
    order: 2;
  }
}
.c-card__2col__detail {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
}
.c-card__2col__title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #004530;
}
@media screen and (max-width: 768px) {
  .c-card__2col__title {
    color: #5C3700;
    position: relative;
    font-size: 1.4rem;
    width: fit-content;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.c-card__2col__title:before {
  content: "";
  position: absolute;
  background: #99B5AC;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  opacity: 0.6;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-card__2col__title:before {
    left: 0;
    background: #E1E8CE;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  }
}
.c-card__2col__text {
  font-size: 1.6rem;
  color: #5C3700;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-card__2col__text {
    font-size: 1.3rem;
  }
}

.c-edit {
  line-height: 1.75;
}
.c-edit h1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-edit h1 {
    font-size: 3rem;
  }
}
.c-edit h2 {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  text-align: left;
  padding-left: 20px;
  color: #222222;
}
.c-edit h2:after {
  content: "";
  position: absolute;
  background: #004530;
  width: 8px;
  height: 70%;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  top: calc(50% - 2px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-edit h2 {
    margin-top: 60px;
    font-size: 2rem;
  }
}
.c-edit h3 {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  text-align: left;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .c-edit h3 {
    margin-top: 60px;
    font-size: 2rem;
  }
}
.c-edit h4, .c-edit h5, .c-edit h6 {
  font-size: 2rem;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-edit h4, .c-edit h5, .c-edit h6 {
    font-size: 1.8rem;
  }
}
.c-edit ul {
  padding-left: 1.5em;
  margin: 20px 0;
}
.c-edit ul li {
  list-style: disc;
}
.c-edit ol {
  padding-left: 2em;
  margin: 20px 0;
}
.c-edit ol li {
  list-style: decimal-leading-zero;
}
.c-edit ol li::marker {
  font-family: "メイリオ", sans-serif;
}
.c-edit a {
  text-decoration: underline;
  color: #44A3EA;
}
.c-edit p {
  margin: 10px 0 10px;
}
.c-edit strong {
  font-weight: bold;
}
.c-edit table {
  width: 100%;
}
.c-edit table th, .c-edit table td {
  padding: 20px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .c-edit table th, .c-edit table td {
    padding: 10px;
  }
}
.c-edit table th, .c-edit table td {
  border-right: 1px solid #222222;
  text-align: left;
}
.c-edit table thead {
  border-bottom: 1px solid #222222;
  font-weight: bold;
}
.c-edit table tfoot {
  border-top: 1px solid #222222;
}
.c-edit table tr {
  border-bottom: 1px solid #222222;
}
.c-edit table tr:last-child {
  border-bottom: none;
}
.c-edit hr {
  margin: 40px 0 40px;
}
.c-edit figure {
  margin: 40px 0 40px;
}
.c-edit figure img {
  border-radius: 10px !important;
}
.c-edit strong {
  font-weight: bold;
}
.c-edit blockquote {
  padding: 10px 30px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid #CCCCCC;
}
.c-edit blockquote cite {
  font-size: 0.8em;
}

.c-form {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.c-form .form_signup {
  display: block;
}
.c-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
}
.c-form__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  min-height: 90px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-form__dl {
    padding: 10px 0;
    gap: 0;
  }
}
.c-form__dl--dt {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #5C3700;
}
@media screen and (max-width: 768px) {
  .c-form__dl--dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
    min-height: initial;
  }
  .c-form__dl--dt span {
    order: 1;
  }
}
.c-form__dl--dd {
  width: calc(100% - 270px);
}
@media screen and (max-width: 768px) {
  .c-form__dl--dd {
    width: 100%;
  }
}
.c-form .required {
  color: #fff;
  background: #5C3700;
  font-weight: normal;
  right: 0;
  width: 100px;
  position: absolute;
  top: 7px;
  text-align: center;
  padding: 5px;
  font-size: 1.4rem;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .required {
    font-size: 1.2rem;
    position: static;
    padding: 2px;
    width: 60px;
    order: 0;
    margin-right: 10px;
  }
}
.c-form input[type=submit] {
  cursor: pointer;
}
.c-form .submit {
  left: 0;
  top: 0;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-form .mw_wp_form_confirm .c-form__dd {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-form .mw_wp_form_confirm .c-form__dd {
    padding-top: 0;
  }
}
.c-form .mw_wp_form_confirm .select {
  border: none;
}
.c-form .mw_wp_form_confirm .select:before {
  content: none;
}
.c-form__pp {
  margin-top: 40px;
  color: #5C3700;
}
.c-form__pp__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-form__pp__title {
    font-size: 1.6rem;
  }
}
.c-form__pp__detail {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-form__pp__detail {
    font-size: 1.4rem;
  }
}
.c-form input[type=submit].c-form__submit {
  margin: 40px auto 0;
  background: #004530;
  color: #fff;
  display: block !important;
  width: 300px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px;
  border-radius: 40px;
  transition: opacity 0.3s;
}
.c-form input[type=submit].c-form__submit:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-form input[type=submit].c-form__submit {
    margin-left: 0;
  }
}
.c-form .submit-form .c-form__submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.c-form .submit-form.active-button .c-form__submit {
  cursor: pointer;
  pointer-events: fill;
  opacity: 1;
}
.c-form__check {
  margin: 60px auto 0;
  width: fit-content;
}
.c-form__caution {
  border: 2px solid;
  position: relative;
  margin: 60px auto 0;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 1.6rem;
  padding: 30px 20px 20px;
  color: #5C3700;
  font-weight: 500;
}
.c-form__caution span {
  display: inline-block;
  margin-right: 30px;
}
.c-form__caution span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-form__caution {
    font-size: 1.4rem;
    width: fit-content;
  }
  .c-form__caution span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.c-form__caution__title {
  position: absolute;
  background: #fff;
  left: 20px;
  top: -15px;
  padding: 0 10px;
}

.c-form__confirm .required {
  display: none;
}
.c-form__confirm .c-form__pp {
  display: none;
}
.c-form__confirm .c-form__dl--dt {
  padding-top: 0;
}
.c-form__confirm .c-form__check {
  display: none;
}
.c-form__confirm .submit-form .c-form__submit {
  cursor: pointer;
  pointer-events: fill;
  opacity: 1;
}
.c-form__confirm .submit-form.active-button .c-form__submit {
  cursor: pointer;
  pointer-events: fill;
  opacity: 1;
}

.mw_wp_form_confirm .c-form__dd {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .c-form__dd {
    padding-top: 0;
  }
}

.mw_wp_form_confirm .select {
  border: none;
}
.mw_wp_form_confirm .select:before {
  content: none;
}

.c-img {
  margin: 0 auto 40px;
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
.c-img--lg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 46px 0 16px 0;
  position: relative;
  z-index: 2;
}
.c-img--lgWrap {
  position: relative;
  aspect-ratio: 1/1.1;
}
.c-img--lgWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  background: linear-gradient(90deg, #89F0BD 0%, #44A3EA 100%);
  border-radius: 46px 0 24px 0;
}

.c-inner, .c-inner__small, .c-inner__wide {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1330px) {
  .c-inner, .c-inner__small, .c-inner__wide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner, .c-inner__small, .c-inner__wide {
    padding: 0 8%;
  }
}
.c-inner__wide {
  max-width: 1330px;
}
@media screen and (max-width: 1300px) {
  .c-inner__wide {
    padding: 0 40px;
  }
}
.c-inner__small {
  max-width: 920px;
}

.c-lead {
  color: #5C3700;
  font-family: Zen Kaku Gothic New;
  font-size: 25px;
  font-weight: 500;
  line-height: 56.2px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 500;
    line-height: 22.38px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.c-lead.is-center {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.c-lead.is-green {
  color: #004530;
}

.c-newsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #CCCCCC;
  gap: 10px 20px;
  font-size: 1.4rem;
}
.c-newsList__date {
  font-family: "メイリオ", sans-serif;
}
.c-newsList__category {
  font-family: "メイリオ", sans-serif;
  padding: 5px 10px;
  line-height: 1.2;
  min-width: 148px;
  margin-top: -1px;
  font-size: 1.3rem;
  text-align: center;
  background: #FCDE8C;
  border-radius: 6px;
}
.c-newsList__link {
  width: calc(100% - 276px);
  color: #666666;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .c-newsList__link {
    width: 100%;
  }
}

.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 15px;
}
.c-pager__item {
  font-family: "メイリオ", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    font-size: 1.6rem;
  }
}
.c-pager__item.is-current {
  pointer-events: none;
  color: #222222;
}
.c-pager__link {
  color: #CCCCCC;
}
.c-pager__prev, .c-pager__next {
  visibility: hidden;
}
.c-pager__prev.js-active, .c-pager__next.js-active {
  visibility: visible;
}
.c-pager__prevLink, .c-pager__nextLink {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-pager__prevLink, .c-pager__nextLink {
    width: 30px;
    height: 30px;
  }
}
.c-pager__prevLink {
  margin-right: 20px;
  background: url(../img/common/swiper-prev.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-pager__prevLink {
    margin-right: 15px;
  }
}
.c-pager__nextLink {
  margin-left: 20px;
  background: url(../img/common/swiper-next.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-pager__nextLink {
    margin-left: 15px;
  }
}

.c-swiper {
  position: relative;
}
.c-swiper__btn, .c-swiper__btn--next, .c-swiper__btn--prev {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.c-swiper__btn:after, .c-swiper__btn--next:after, .c-swiper__btn--prev:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .c-swiper__btn, .c-swiper__btn--next, .c-swiper__btn--prev {
    width: 25px;
    height: 25px;
  }
}
.c-swiper__btn.swiper-button-disabled, .swiper-button-disabled.c-swiper__btn--next, .swiper-button-disabled.c-swiper__btn--prev {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-swiper__btn, .c-swiper__btn--next, .c-swiper__btn--prev {
    opacity: 0;
  }
}
.c-swiper__btn--prev {
  background: url(../img/common/swiper-prev.svg) center center no-repeat;
  background-size: contain;
  right: 100%;
  left: initial;
}
.c-swiper__btn--next {
  background: url(../img/common/swiper-next.svg) center center no-repeat;
  background-size: contain;
  left: 100%;
  right: initial;
}
.c-swiper__scrollbarWrap {
  width: calc(100% - 136px);
  margin-left: 10px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .c-swiper__scrollbarWrap {
    width: calc(100% - 106px);
  }
}
.c-swiper__scrollbar .swiper-scrollbar-drag {
  background: #3D7BAA;
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  padding-bottom: 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.c-tab__item {
  background: #EDE7D6;
  font-size: 1.4rem;
  color: #AAAAAA;
  font-family: "メイリオ", sans-serif;
  line-height: 1;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 20px;
  border-radius: 6px;
}
.c-tab__item.is-active {
  border: 2px solid #222222;
  line-height: 1;
  color: #222222;
}

.c-tableList {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-tableList {
    margin-top: 60px;
  }
}
.c-tableList__map {
  width: 100%;
  height: 350px;
  display: block;
  margin-top: 15px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-tableList__map {
    height: 136px;
    margin-bottom: 12px;
  }
}
.c-tableList__img {
  position: absolute;
  right: -45px;
  bottom: -26px;
  width: 123px;
  height: 122px;
  object-fit: contain;
  -o-object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-tableList__img {
    width: 56px;
    height: 40px;
    right: -28px;
    bottom: -10px;
  }
}
.c-tableList__title {
  background: linear-gradient(transparent 50%, #BEAF99 50%);
  padding: 10px 20px;
  color: #5C3700;
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  line-height: 63.44px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-tableList__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 40.27px;
    letter-spacing: 0.1em;
    background: #beaf99;
    padding: 0px 9px;
  }
}
.c-tableList__title.is-green {
  background: linear-gradient(transparent 50%, #99B5AC 50%);
}
.c-tableList__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #5C3700;
  color: #5C3700;
  font-size: 1.8rem;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-tableList__dl {
    font-size: 1.4rem;
  }
}
.c-tableList__dl:nth-of-type(1) {
  border-top: 2px solid #5C3700;
}
.c-tableList__dt {
  width: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: Zen Kaku Gothic New;
  font-size: 25px;
  font-weight: 500;
  line-height: 66.2px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-tableList__dt {
    width: 88px;
    font-size: 12px;
    font-weight: 500;
    line-height: 25.38px;
    letter-spacing: 0.1em;
  }
}
.c-tableList__dd {
  width: calc(100% - 250px);
  font-family: Zen Kaku Gothic New;
  font-size: 25px;
  font-weight: 500;
  line-height: 46.2px;
  letter-spacing: 0.1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-tableList__dd {
    width: calc(100% - 120px);
    font-size: 12px;
    font-weight: 500;
    line-height: 25.38px;
    letter-spacing: 0.1em;
    text-align: left;
    width: calc(100% - 89px);
  }
}
.c-tableList__dd.is-history {
  padding-left: 7rem;
}
.c-tableList__dd--year {
  margin-left: -7rem;
}
.c-tableList__historyList {
  position: relative;
  padding-left: 5em;
}
.c-tableList__historyList--year {
  position: absolute;
  left: 0;
}

.c-text {
  color: #666666;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.4rem;
  }
}

.c-textLink {
  color: #0a4b78;
  text-decoration: underline;
}

.c-title {
  font-size: 3rem;
  color: #5C3700;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 60px;
  width: fit-content;
  position: relative;
}
.c-title.is-green {
  color: #004530;
}
.c-title__imgCenter {
  display: block;
  max-width: 108px;
  margin: 0 auto;
  width: 108px;
  height: 108px;
  object-fit: contain;
  -o-object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-title__imgCenter {
    width: 57px;
    height: 57px;
  }
}
.c-title__imgLeft, .c-title__imgRight {
  width: 70px;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .c-title__imgLeft, .c-title__imgRight {
    width: 50px;
  }
}
.c-title__imgLeft {
  right: calc(100% + 30px);
}
.c-title__imgRight {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.c-title__sub {
  color: #fff;
  border-radius: 40px 40px 0 0;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
}
@media screen and (max-width: 768px) {
  .c-title__sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    letter-spacing: 0.1em;
  }
}
.c-title__sub.is-green {
  background: #004530;
}
.c-title__sub.is-brown {
  background: #5C3700;
}
.c-title__short {
  width: fit-content;
  padding: 3px 25px;
  color: #5C3700;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__short {
    font-size: 1.6rem;
  }
}
.c-title__short:before, .c-title__short:after {
  content: "";
  position: absolute;
  background: #004530;
  width: 4px;
  height: 100%;
  top: 0;
  border-radius: 10px;
}
.c-title__short:before {
  left: 0;
}
.c-title__short:after {
  right: 0;
}
.c-title__short.is-green {
  color: #004530;
}

.l-footer {
  background: #004530;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 45px 0;
  }
}
.l-footer__border {
  width: 2px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__border {
    display: none;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 1200px) {
  .l-footer__wrap {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__wrap {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__wrap {
    justify-content: center;
    gap: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    gap: 30px;
  }
}
.l-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 900px) {
  .l-footer__logos {
    max-width: 380px;
    margin: 0 auto;
    width: 80%;
  }
}
.l-footer__logoItem {
  height: auto;
  width: 40%;
}
.l-footer__logoItem:nth-child(1) {
  width: 38%;
}
.l-footer__logoItem:nth-child(2) {
  width: 48%;
}
.l-footer__left {
  width: 350px;
}
@media screen and (max-width: 900px) {
  .l-footer__left {
    width: 100%;
    order: 2;
    max-width: 500px;
  }
}
.l-footer__left__group {
  text-align: center;
  margin: 40px auto 0;
  width: fit-content;
}
.l-footer__left__tel {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .l-footer__left__tel {
    font-family: Zen Kaku Gothic New;
    font-size: 22px;
    font-weight: 900;
    line-height: 31.86px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__left__tel span {
    font-family: Zen Kaku Gothic New;
    font-size: 30px;
    font-weight: 900;
    line-height: 43.44px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.l-footer__left__address {
  font-size: 1.65rem;
}
@media screen and (max-width: 900px) {
  .l-footer__left__address {
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 28px;
  }
}
.l-footer__left__copy {
  font-size: 1.1rem;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-footer__left__copy {
    font-family: Zen Kaku Gothic New;
    font-size: 10px;
    font-weight: 500;
    line-height: 14.48px;
    text-align: center;
  }
}
.l-footer__right {
  width: calc(50% - 2px);
}
@media screen and (max-width: 900px) {
  .l-footer__right {
    width: 100%;
    max-width: 480px;
  }
}
.l-footer__right__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__nav {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__nav {
    gap: 30px;
    justify-content: center;
  }
}
.l-footer__right__navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__navGroup {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__navGroup {
    width: initial;
  }
}
.l-footer__right__navDt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.l-footer__right__navDt a {
  display: block;
  border: 1px solid #fff;
  padding: 5px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__navDt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__navDt {
    font-size: 1.4rem;
  }
}
.l-footer__right__navDd {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__navDd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__navDd {
    font-size: 1.4rem;
  }
}
.l-footer__right__navDd a {
  color: #fff;
}
.l-footer__right__navList {
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__navList {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__navList {
    width: initial;
  }
}
.l-footer__right__navItem {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__right__navItem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right__navItem {
    font-size: 1.4rem;
  }
}
.l-footer__right__navItem a {
  color: #fff;
}
.l-footer__contact {
  border: 1px solid #fff;
  background: #fff;
  padding: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  color: #5C3700;
  margin-top: 40px;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .l-footer__contact {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    width: 90%;
    font-size: 1.6rem;
    margin: 32px auto 0;
  }
}

.l-globalNav {
  height: 138px;
  transition: all 0.4s;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .l-globalNav {
    height: 110px;
  }
}
.l-globalNav .c-inner {
  height: 100%;
  transition: all 0.4s;
}
.l-globalNav .c-inner:before, .l-globalNav .c-inner:after {
  content: "";
  background: center center no-repeat;
  background-size: contain;
  width: 190px;
  height: 190px;
  transition: all 0.4s;
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1330px) {
  .l-globalNav .c-inner:before, .l-globalNav .c-inner:after {
    width: 90px;
    height: 90px;
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .l-globalNav .c-inner:before, .l-globalNav .c-inner:after {
    width: 70px;
    height: 70px;
  }
}
.l-globalNav__nav {
  height: 100%;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 87px;
  border-bottom: 2px solid #5C3700;
}
@media screen and (max-width: 1400px) {
  .l-globalNav__nav {
    gap: 48px;
  }
}
.l-globalNav__navItem {
  transition: all 0.4s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
  color: #5C3700;
  gap: 7px;
  font-family: Zen Kaku Gothic New;
  font-size: 25px;
  font-weight: 700;
  line-height: 36.2px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .l-globalNav__navItem {
    font-size: 18px;
    gap: 0;
  }
}
.l-globalNav__navItem:hover {
  color: #004530;
  opacity: 1;
}
.l-globalNav__navItem__sub {
  transition: all 0.4s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.53px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .l-globalNav__navItem__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-globalNav {
    display: none;
  }
}

.js-scroll .l-globalNav {
  position: fixed;
  left: 0;
  top: 90px;
  background: #fff;
  height: 88px;
  width: 100%;
  z-index: 900;
}
@media screen and (max-width: 1000px) {
  .js-scroll .l-globalNav {
    top: 58px;
  }
}
.js-scroll .l-globalNav .c-inner:before, .js-scroll .l-globalNav .c-inner:after {
  opacity: 1;
  pointer-events: all;
}
.js-scroll .l-globalNav .c-inner:before {
  top: -98px;
  right: calc(100% + 28px);
  background-image: url(../img/common/illust_mash.png);
}
@media screen and (max-width: 1330px) {
  .js-scroll .l-globalNav .c-inner:before {
    right: calc(100% - 80px);
  }
}
.js-scroll .l-globalNav .c-inner:after {
  top: -102px;
  left: 100%;
  background-image: url(../img/common/illust_carrot.png);
}
@media screen and (max-width: 1330px) {
  .js-scroll .l-globalNav .c-inner:after {
    left: calc(100% - 80px);
  }
}
.js-scroll .l-globalNav__nav {
  padding: 15px 0;
}
.js-scroll .l-globalNav__navItem__sub {
  height: 0;
  opacity: 0;
}

.l-globalNavSp {
  display: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-property: opacity, visibility;
  z-index: 9999;
}
.l-globalNavSp.js-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .l-globalNavSp {
    display: block;
    position: fixed;
    background: #5C3700;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
  }
}
.l-globalNavSp .c-inner {
  width: 95%;
}
.l-globalNavSp__close {
  width: 50px;
  height: 50px;
  background: #fff;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.l-globalNavSp__close:before, .l-globalNavSp__close:after {
  content: "";
  position: absolute;
  background: #5C3700;
  width: 25px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.l-globalNavSp__close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
.l-globalNavSp__nav {
  margin-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
.l-globalNavSp__bg {
  position: absolute;
  background: url(../img/common/localnav_bg.svg) top center no-repeat;
  background-size: cover;
  display: block;
  width: 102vw;
  height: 40px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: -2px;
}
.l-globalNavSp__white {
  height: 100%;
  width: 100%;
  background: #fff;
}
.l-globalNavSp__dl {
  margin-top: 30px;
  position: relative;
}
.l-globalNavSp__dl:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: calc(100% - 47px);
  left: 10px;
  top: 35px;
}
.l-globalNavSp__dt {
  margin-bottom: 15px;
}
.l-globalNavSp__dt--link {
  font-size: 1.8rem;
  font-weight: 600;
}
.l-globalNavSp__dt--link.is-farm {
  color: #c6b9a6;
}
.l-globalNavSp__dt--link.is-garden {
  color: #99b5ac;
}
.l-globalNavSp__dd {
  padding-left: 2em;
  margin-top: 10px;
  position: relative;
}
.l-globalNavSp__dd:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 10px;
}
.l-globalNavSp__dd--link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-globalNavSp__list {
  margin-top: 20px;
}
.l-globalNavSp__listItem {
  margin-top: 10px;
}
.l-globalNavSp__listItem--link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-globalNavSp__topBack {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 2px;
}
.l-globalNavSp__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.l-globalNavSp__spLogo {
  position: absolute;
  width: 146px;
  display: block;
  bottom: 60px;
  right: 20px;
}

.l-globalSubNav {
  position: absolute;
  right: 31px;
  top: 76px;
  transition: 0.6s top;
  flex-direction: column;
  gap: 8px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-globalSubNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40px;
  }
}
.l-globalSubNav__menu {
  cursor: pointer;
  transition: opacity 0.3s;
}
.l-globalSubNav__menu:hover {
  opacity: 0.6;
}
.l-globalSubNav__menu, .l-globalSubNav__contact, .l-globalSubNav__contactImg {
  display: block;
}

.js-scroll .l-globalSubNav {
  position: fixed;
}

.l-header {
  position: relative;
}
.l-header__topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 170px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .l-header__topNav {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .c-inner {
    padding: 0;
  }
}
.l-header__topNavItem {
  transition: all 0.4s;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.l-header__topNavItem.is-left {
  position: relative;
  background: #5C3700;
  justify-content: flex-end;
}
.l-header__topNavItem.is-left:before {
  content: "";
  position: absolute;
  background: #5C3700;
  width: 100vw;
  height: 100%;
  right: 100%;
  top: 0;
  margin-right: -1px;
}
.l-header__topNavItem.is-right {
  position: relative;
  background: #004530;
  justify-content: flex-start;
}
.l-header__topNavItem.is-right:before {
  content: "";
  position: absolute;
  background: #004530;
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  margin-left: -1px;
}
.l-header__topNavItem__img_wrapper {
  transition: all 0.4s;
  width: 218px;
  min-width: 218px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__topNavItem__img_wrapper {
    display: none;
  }
}
.l-header__topNavItem.is-left .l-header__topNavItem__img_wrapper {
  justify-content: flex-end;
  padding-right: 66px;
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem.is-left .l-header__topNavItem__img_wrapper {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem.is-left .l-header__topNavItem__img_wrapper {
    padding-right: 28px;
  }
}
.l-header__topNavItem.is-right .l-header__topNavItem__img_wrapper {
  justify-content: flex-start;
  padding-left: 63px;
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem.is-right .l-header__topNavItem__img_wrapper {
    width: 160px;
    min-width: 160px;
  }
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem.is-right .l-header__topNavItem__img_wrapper {
    padding-left: 16px;
  }
}
.l-header__topNavItem__img {
  transition: all 0.4s;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-header__topNavItem__img {
    display: none;
  }
}
.l-header__topNavItem__wrap {
  transition: all 0.4s;
  width: calc(100% - 8vw - 80px);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .l-header__topNavItem__wrap {
    width: calc(100% - 8vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__topNavItem__wrap {
    width: 100%;
  }
}
.l-header__topNavItem__text {
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__topNavItem__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__topNavItem__text {
    height: 36px;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.l-header__topNavItem__btn {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: all 0.4s;
  width: 450px;
  height: 60px;
  gap: 0px;
  border-radius: 30.5px;
}
@media screen and (max-width: 1800px) {
  .l-header__topNavItem__btn {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__topNavItem__btn {
    min-width: 0;
    height: 25px;
    width: 109px;
    margin: 10px auto 0;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: center;
  }
}
.l-header__topNavItem__btn.is-green {
  color: #004530;
}
.l-header__topNavItem__btn.is-brown {
  color: #5C3700;
}

.l-buttons {
  opacity: 0;
  position: fixed;
  right: 15px;
  top: 120px;
  z-index: 900;
  background-color: #5c3700;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 15px 12px;
  border-radius: 40px;
  letter-spacing: 6px;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-buttons {
    display: none;
  }
}

#globalNavHook {
  height: auto;
  position: relative;
}

.js-scroll #globalNavHook {
  height: 130px;
}
@media screen and (max-width: 768px) {
  .js-scroll #globalNavHook {
    height: 56px;
  }
}
.js-scroll .l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.js-scroll .l-header__topNav {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .js-scroll .l-header__topNav {
    height: 56px;
  }
}
.js-scroll .l-header__topNavItem {
  padding: 14px 0;
  gap: 0;
}
.js-scroll .l-header__topNavItem__img_wrapper {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}
.js-scroll .l-header__topNavItem__img {
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.js-scroll .l-header__topNavItem__text {
  opacity: 0;
  height: 0;
}
.js-scroll .l-header__topNavItem__btn {
  margin: 0 auto !important;
  width: 639px;
}
@media screen and (max-width: 1800px) {
  .js-scroll .l-header__topNavItem__btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .js-scroll .l-header__topNavItem__btn {
    min-width: 0;
    height: 25px;
    width: 109px;
  }
}
.js-scroll .l-header__topNavItem.is-left {
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .js-scroll .l-header__topNavItem.is-left {
    padding-right: 0;
  }
}
.js-scroll .l-header__topNavItem.is-right {
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .js-scroll .l-header__topNavItem.is-right {
    padding-left: 0;
  }
}
.js-scroll .l-header__topNavItem__wrap {
  width: 100%;
}
.js-scroll .l-buttons {
  opacity: 1;
  pointer-events: visible;
}

.l-keyVisual, .l-keyVisual__contact, .l-keyVisual__underlayer, .l-keyVisual__garden, .l-keyVisual__farm, .l-keyVisual__top {
  width: 100%;
  position: relative;
  display: block;
}
.l-keyVisual .c-inner, .l-keyVisual__contact .c-inner, .l-keyVisual__underlayer .c-inner, .l-keyVisual__garden .c-inner, .l-keyVisual__farm .c-inner, .l-keyVisual__top .c-inner {
  height: 100%;
}
.l-keyVisual__top {
  height: 80vw;
  max-height: 1093px;
  min-height: 650px;
  box-sizing: border-box;
  display: block;
  background: url(../img/top/kv.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__top {
    height: 550px;
    min-height: initial;
  }
}
.l-keyVisual__top__title {
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
  right: 5%;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.5em;
  top: 60px;
  color: #004530;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__top__title {
    font-size: 1.8rem;
    line-height: 2;
    color: #5C3700;
    top: 40px;
  }
}
.l-keyVisual__top__lead {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__top__lead {
    gap: 10px;
  }
}
.l-keyVisual__top__lead:before, .l-keyVisual__top__lead:after {
  content: "";
  background: center center no-repeat;
  background-size: contain;
  width: 190px;
  height: 190px;
  margin-top: -83px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__top__lead:before, .l-keyVisual__top__lead:after {
    width: 70px;
    height: 70px;
    margin-top: -20px;
  }
}
.l-keyVisual__top__lead:before {
  background-image: url(../img/common/illust_mash.png);
}
.l-keyVisual__top__lead:after {
  background-image: url(../img/common/illust_carrot.png);
}
.l-keyVisual__top__text {
  font-family: Zen Kaku Gothic New;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #5C3700;
  text-align: center;
  font-weight: bold;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__top__text {
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.l-keyVisual__farm {
  height: 1050px;
  background: #fff url(../img/farm/kv-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .l-keyVisual__farm {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .l-keyVisual__farm {
    background: #fff url(../img/farm/kv-bg-sp.jpg) center right no-repeat;
    background-size: contain;
    height: 120vw;
    max-height: 550px;
  }
}
.l-keyVisual__farm__title {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 5%;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__farm__title {
    width: 30%;
    max-width: 180px;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    bottom: 20px;
  }
}
.l-keyVisual__farm__titleImg {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__farm__titleImg {
    display: block;
  }
}
.l-keyVisual__garden {
  height: 1050px;
  background: #fff url(../img/garden/kv-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .l-keyVisual__garden {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .l-keyVisual__garden {
    background: #fff url(../img/garden/kv-bg-sp.jpg) center left no-repeat;
    background-size: contain;
    height: 120vw;
    max-height: 550px;
  }
}
.l-keyVisual__garden__title {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 5%;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__garden__title {
    width: 30%;
    max-width: 180px;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    bottom: 20px;
  }
}
.l-keyVisual__garden__titleImg {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__garden__titleImg {
    display: block;
  }
}
.l-keyVisual__underlayer {
  height: 550px;
}
.l-keyVisual__underlayer__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.l-keyVisual__contact {
  height: 350px;
  background: rgba(92, 55, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__contact {
    height: 280px;
  }
}
.l-keyVisual__contact .c-inner {
  height: initial;
}

.l-topAbout {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-topAbout {
    margin-top: 40px;
  }
}
.l-topAbout .c-lead {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .l-topAbout .c-lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout .c-lead {
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 500;
    line-height: 28.27px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.l-topAbout__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .l-topAbout__btnWrap {
    margin-top: 40px;
  }
}
.l-topAbout__btn, .l-topAbout__btn--farm, .l-topAbout__btn--nameko {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-topAbout__btn, .l-topAbout__btn--farm, .l-topAbout__btn--nameko {
    font-family: Zen Kaku Gothic New;
    font-size: 10px;
    font-weight: 700;
    line-height: 14.48px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.l-topAbout__btn span, .l-topAbout__btn--farm span, .l-topAbout__btn--nameko span {
  font-size: 1.2em;
  margin-right: 0.3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topAbout__btn span, .l-topAbout__btn--farm span, .l-topAbout__btn--nameko span {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
  }
}
.l-topAbout__btn span:before, .l-topAbout__btn--farm span:before, .l-topAbout__btn--nameko span:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  border-radius: 50%;
  left: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  .l-topAbout__btn span:before, .l-topAbout__btn--farm span:before, .l-topAbout__btn--nameko span:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 25px;
    height: 25px;
  }
}
.l-topAbout__btn--nameko {
  background: #5C3700;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-topAbout__btn--nameko {
    border-radius: 25px 0 0 0;
  }
}
.l-topAbout__btn--farm {
  background: #004530;
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .l-topAbout__btn--farm {
    border-radius: 0 0 25px 0;
  }
}
.l-topAbout__instagram {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram #sb_instagram.sbi_width_resp {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram #sb_instagram #sbi_images .sbi_item {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
   #sbi_images {
		display: flex!important;
	   overflow-x: scroll;
	}
	#sbi_images .sbi_item{
		aspect-ratio: 1/1;
		min-width: 46vw;
	}

}
.l-topAbout__instagram:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url(../img/common/illust_edamame.png) center center no-repeat;
  background-size: contain;
  left: -88px;
  top: -73px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram:before {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    left: -37px;
    top: -56px;
  }
}
.l-topAbout__instagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram__list {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram__list {
    overflow: scroll;
  }
}
.l-topAbout__instagram__item {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram__item {
    gap: 20px;
    width: calc(100% / 1.5 - 20px * (1.5 - 1) / 1.5);
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout__instagram #sb_instagram {
    padding-bottom: 0 !important;
  }
}
.l-topAbout .c-btn__line,
.l-topAbout .c-btn__line--green {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-topAbout .c-btn__line,
  .l-topAbout .c-btn__line--green {
    margin-top: 0;
  }
}

.l-topAttempt {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-topAttempt {
    padding: 40px 0;
  }
}
.l-topAttempt__group {
  position: relative;
  background: #5C3700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__group {
    min-height: initial;
    height: initial;
  }
}
.l-topAttempt__img {
  width: calc(50% - 200px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__img {
    width: 100%;
    height: 100%;
    position: static;
    aspect-ratio: 374/213;
  }
}
.l-topAttempt__detail {
  margin-left: auto;
  width: calc(50% + 200px);
  padding: 80px 109px 120px;
  height: 100%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__detail {
    padding: 26px 0 20px;
    width: 100%;
  }
}
.l-topAttempt__title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic New;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__title {
    margin-bottom: 20px;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
  }
}
.l-topAttempt__title:before {
  content: "";
  position: absolute;
  background: #004530;
  width: 98px;
  height: 98px;
  z-index: -1;
  border-radius: 50%;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: -29px;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__title:before {
    content: "";
    position: absolute;
    background: #004530;
    width: 43px;
    height: 43px;
    left: -11px;
  }
}
.l-topAttempt__text {
  color: #fff;
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__text {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    line-height: 17.38px;
    text-align: left;
  }
}
.l-topAttempt__btn {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 428px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1330px) {
  .l-topAttempt__btn {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-topAttempt__btn {
    position: relative;
    margin-left: auto;
    bottom: initial;
    right: initial;
    margin-top: 14px;
    padding-left: 11px;
    width: 179px;
    height: 31px;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
  }
}
.l-topAttempt__btn:before {
  content: "";
  position: absolute;
  width: 162px;
  height: 162px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(14deg) scale(1);
  left: -91px;
  background: url(../img/common/illust_edamame.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-topAttempt__btn:before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    left: -39px;
  }
}

.l-topLocalMenu {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-topLocalMenu {
    padding: 0 0 40px;
  }
}
.l-topLocalMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-topLocalMenu__listItem {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  padding: 0 40px;
  border-left: 2px solid #004530;
  border-right: 2px solid #004530;
  transition: 0.3s;
}
.l-topLocalMenu__listItem:nth-child(1) {
  border-right: none;
}
.l-topLocalMenu__listItem:nth-child(3) {
  border-left: none;
}
@media screen and (max-width: 1330px) {
  .l-topLocalMenu__listItem {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-topLocalMenu__listItem {
    border: none;
    width: 100%;
    padding: 40px 0;
  }
  .l-topLocalMenu__listItem:nth-child(1), .l-topLocalMenu__listItem:nth-child(3) {
    border: none;
  }
  .l-topLocalMenu__listItem:nth-child(2) {
    border-top: 2px solid #004530;
    border-bottom: 2px solid #004530;
  }
}
.l-topLocalMenu__listItem:hover .l-topLocalMenu__listItemImg {
  transform: scale(1.1);
  transition: 0.3s;
}
.l-topLocalMenu .hover-block {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  aspect-ratio: 350/200;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1330px) {
  .l-topLocalMenu .hover-block {
    margin-bottom: 20px;
    aspect-ratio: 490/200;
  }
}
.l-topLocalMenu__listItemImg {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  aspect-ratio: 350/200;
}
@media screen and (max-width: 1330px) {
  .l-topLocalMenu__listItemImg {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
  }
}
.l-topLocalMenu__listItemBtn {
  width: 100%;
  color: #004530;
  border: 2px solid #004530;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  display: block;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1330px) {
  .l-topLocalMenu__listItemBtn {
    width: 80%;
    min-width: 230px;
    margin: 0 auto;
  }
}
.l-topLocalMenu__listItemBtn:hover {
  background: rgba(153, 181, 172, 0.6);
  opacity: 1;
}

.l-topProducts {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-topProducts {
    padding-top: 0;
  }
}
.l-topProducts__logo {
  width: 15%;
  height: 100%;
  max-height: 240px;
  object-fit: contain;
  transform: translateY(-32px);
}
@media screen and (max-width: 1200px) {
  .l-topProducts__logo {
    max-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__logo {
    width: auto;
    height: 80px;
    transform: translateY(0);
  }
}
.l-topProducts__img {
  position: relative;
  bottom: 120px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .l-topProducts__img {
    position: absolute;
    top: calc(100% - 58px);
    width: 80%;
    height: 120px;
    object-fit: cover;
  }
}
.l-topProducts__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  transform: translateY(-16px);
}
@media screen and (max-width: 768px) {
  .l-topProducts__btnList {
    gap: 14px;
    width: 70%;
    padding: 0;
    transform: translateY(0);
  }
}
.l-topProducts__btnItem {
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 402px;
  height: 78px;
  gap: 0px;
  border-radius: 40px;
  opacity: 0px;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__btnItem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__btnItem {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: center;
    width: 220px;
    height: 26px;
  }
}
.l-topProducts__farm, .l-topProducts__garden {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm, .l-topProducts__garden {
    margin-bottom: 100px;
  }
}
.l-topProducts__farm__titleWrap, .l-topProducts__garden__titleWrap {
  width: fit-content;
  position: relative;
}
.l-topProducts__farm__title, .l-topProducts__garden__title {
  position: relative;
  color: #fff;
  width: 430px;
  height: 165px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  transform: translate(0px, 1px);
  z-index: 2;
  font-family: Zen Kaku Gothic New;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__farm__title, .l-topProducts__garden__title {
    height: 80px;
    width: 220px;
    font-size: 2rem;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__title, .l-topProducts__garden__title {
    width: 135px;
    height: 45px;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    text-align: center;
  }
}
.l-topProducts__farm__title:before, .l-topProducts__garden__title:before {
  content: "";
  position: absolute;
  background: #5C3700;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__farm__title:before, .l-topProducts__garden__title:before {
    content: "";
    position: absolute;
    background: #5C3700;
    width: 135px;
    height: 135px;
  }
}
.l-topProducts__farm__subtitle, .l-topProducts__garden__subtitle {
  position: absolute;
  bottom: 0;
  width: 250px;
  color: #5C3700;
  letter-spacing: 0.1em;
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .l-topProducts__farm__subtitle, .l-topProducts__garden__subtitle {
    width: 200px;
    font-size: 2rem;
  }
}
.l-topProducts__farm__illust, .l-topProducts__garden__illust {
  position: absolute;
  width: auto;
  z-index: 2;
  bottom: -60px;
  height: 200px;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__farm__illust, .l-topProducts__garden__illust {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__illust, .l-topProducts__garden__illust {
    height: 60px;
    bottom: -20px;
  }
}
.l-topProducts__farm__group, .l-topProducts__garden__group {
  border-top: 10px solid #5C3700;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 345px;
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__group, .l-topProducts__garden__group {
    padding-top: 14px;
    padding-bottom: 100px;
    height: 172px;
    justify-content: center;
    gap: 24px;
  }
}
.l-topProducts__farm__group:before, .l-topProducts__garden__group:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  border-top: 10px solid #5C3700;
  top: -10px;
}
.l-topProducts__farm__titleWrap {
  margin-left: auto;
}
.l-topProducts__farm__subtitle {
  right: 450px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__farm__subtitle {
    right: 250px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__subtitle {
    right: 137px;
    bottom: 4px;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
  }
}
.l-topProducts__farm__illust {
  right: -57px;
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__illust {
    right: -24px;
    bottom: -22px;
  }
}
.l-topProducts__farm__group {
  padding-right: 80px;
  background: #BEAF99;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__farm__group {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm__group {
    padding-right: 20px;
  }
}
.l-topProducts__farm__group:before {
  right: 99%;
  background: #BEAF99;
  width: 101vw;
}
@media screen and (max-width: 768px) {
  .l-topProducts__farm .l-topProducts__img {
    right: -7%;
  }
}
.l-topProducts__garden__titleWrap {
  margin-right: auto;
}
.l-topProducts__garden__subtitle {
  left: 450px;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__garden__subtitle {
    left: 240px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__garden__subtitle {
    left: 143px;
    bottom: 4px;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: left;
  }
}
.l-topProducts__garden__illust {
  left: -80px;
}
@media screen and (max-width: 768px) {
  .l-topProducts__garden__illust {
    left: -23px;
    bottom: -25px;
  }
}
.l-topProducts__garden__group {
  background: #99B5AC;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .l-topProducts__garden__group {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-topProducts__garden__group {
    padding-left: 20px;
  }
}
.l-topProducts__garden__group:before {
  left: 99%;
  background: #99B5AC;
  width: 101vw;
}
@media screen and (max-width: 768px) {
  .l-topProducts__garden .l-topProducts__img {
    left: -7%;
  }
}

@media screen and (max-width: 768px) {
  .l-topPromise {
    padding-bottom: 100px;
  }
}
.l-topPromise__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url(../img/top/promise_back.png) center center no-repeat;
  background-size: cover;
  height: 53vw;
  min-height: 600px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-topPromise__bg {
    min-height: 219px;
    margin-top: 48px;
  }
}
.l-topPromise__group {
  width: 540px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-topPromise__group {
    margin-bottom: -14rem;
  }
}
.l-topPromise__group__lead, .l-topPromise__group__lead2 {
  font-size: 1.8rem;
  color: #004530;
  font-weight: 600;
}
.l-topPromise__group__lead {
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: center;
  transform: translateX(-8px);
}
@media screen and (max-width: 768px) {
  .l-topPromise__group__lead {
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    transform: translateX(0);
  }
}
.l-topPromise__group__lead2 {
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: center;
  transform: translateX(16px);
}
@media screen and (max-width: 768px) {
  .l-topPromise__group__lead2 {
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.17px;
    letter-spacing: 0.05em;
    text-align: center;
    transform: translate(11px, -48px);
  }
}
.l-topPromise__group__title {
  letter-spacing: 0.5em;
  margin: 63px auto 67px;
  writing-mode: vertical-rl;
  color: #5C3700;
  padding: 1em 42px 0;
  position: relative;
  font-family: Zen Kaku Gothic New;
  font-size: 48px;
  font-weight: 700;
  line-height: 116.5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-topPromise__group__title {
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 0.3em 1em;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
  }
}
.l-topPromise__group__title:before, .l-topPromise__group__title:after {
  content: "";
  position: absolute;
  background: #004530;
  width: 5px;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-topPromise__group__title:before, .l-topPromise__group__title:after {
    height: calc(100% - 0.5em);
  }
}
.l-topPromise__group__title:before {
  left: 0;
}
.l-topPromise__group__title:after {
  right: 0;
}

.l-topRecipe {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-topRecipe {
    padding: 40px 0 0;
  }
}
.l-topRecipe__group {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__group {
    margin-top: 30px;
  }
}
.l-topRecipe__swiper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__swiper {
    overflow: initial;
  }
}
.l-topRecipe__title {
  width: fit-content;
  background: #5C3700;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 64px;
  width: 450px;
  height: 78px;
  border-radius: 40px 0px 40px 0px;
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__title {
    padding-left: 24px;
    width: 176px;
    height: 31px;
    border-radius: 25px 0px 25px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    text-align: center;
  }
}
.l-topRecipe__title__icon {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 155px;
  height: 155px;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__title__icon {
    width: 61px;
    height: 61px;
    right: -8px;
    bottom: 0;
  }
}
.l-topRecipe .c-swiper__btn--prev {
  display: none;
}
.l-topRecipe .c-swiper__btn--next {
  left: auto;
  right: -10%;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1500px) {
  .l-topRecipe .c-swiper__btn--next {
    right: -4%;
  }
}
.l-topRecipe__card__titleWrap {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  padding: 16px 8px 40px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__card__titleWrap {
    font-size: 1.6rem;
    padding: 8px 5px 20px;
    width: 100%;
  }
}
.l-topRecipe__card__titleWrap:before {
  content: "";
  position: absolute;
  background: #5C3700;
  width: calc(100% - 10px);
  height: 200%;
  border-radius: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__card__titleWrap:before {
    content: "";
    position: absolute;
    background: #5C3700;
    width: 100%;
    height: 200%;
  }
}
.l-topRecipe__card__subtitle {
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__card__subtitle {
    font-family: Zen Kaku Gothic New;
    font-size: 11px;
    font-weight: 700;
    line-height: 15.93px;
    text-align: center;
  }
}
.l-topRecipe__card__title {
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__card__title {
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    text-align: center;
  }
}
.l-topRecipe__card__text {
  margin-top: 1em;
  color: #5C3700;
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-topRecipe__card__text {
    margin-top: 4px;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    text-align: center;
  }
}
.l-topRecipe__card__img {
  aspect-ratio: 412/309;
  width: 100%;
  object-fit: cover;
  display: block;
}

.l-about {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-about {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.l-about__bg {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-about__bg {
    height: 250px;
  }
}
.l-about__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/common/bg-wave.svg) top center no-repeat;
  background-size: cover;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-about__bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
  }
}
.l-about__bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-about .c-title {
  margin-bottom: 78px;
  font-family: Zen Kaku Gothic New;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-about .c-title {
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-weight: 700;
    line-height: 30.27px;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
  }
}
.l-about__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 58px;
  margin: 113px auto 40px;
}
@media screen and (max-width: 1200px) {
  .l-about__group {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-about__group {
    gap: 40px;
    margin: 45px auto 0;
  }
}
.l-about__group__title {
  writing-mode: vertical-rl;
  border-left: 5px solid #5C3700;
  border-right: 5px solid #5C3700;
  color: #5C3700;
  font-family: Zen Kaku Gothic New;
  font-size: 36px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.5em;
  padding: 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .l-about__group__title {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.17px;
    text-align: center;
    color: #f1ca74;
    border-left: 2px solid #f1ca74;
    border-right: 2px solid #f1ca74;
  }
}
.l-about__group__title.is-green {
  border-left: 5px solid #004530;
  border-right: 5px solid #004530;
  color: #004530;
}
@media screen and (max-width: 768px) {
  .l-about__group__title.is-green {
    border-left: 2px solid #004530;
    border-right: 2px solid #004530;
  }
}
.l-about__group__flex {
  width: calc(100% - 142px - 40px);
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .l-about__group__flex {
    width: calc(100% - 142px - 20px);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-about__group__flex {
    width: calc(100% - 62px - 40px);
    gap: 12px;
    flex-direction: column;
  }
}
.l-about__group__img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
@media screen and (max-width: 1200px) {
  .l-about__group__img {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}
@media screen and (max-width: 768px) {
  .l-about__group__img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.l-about .c-btn__line {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .l-about .c-btn__line {
    margin-top: 43px;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: center;
    width: 184px;
    padding: 9px 21px 12px 14px;
    position: relative;
    background-image: url("../img/common/btn_line_yellow.svg");
  }
  .l-about .c-btn__line::before {
    content: "";
    background-image: url("../img/common/illust_mash.png");
    height: 44px;
    width: 45px;
    display: block;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    position: absolute;
    left: -24px;
    bottom: -7px;
  }
}
.l-about .c-btn__line--green {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .l-about .c-btn__line--green {
    margin-top: 43px;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    text-align: center;
    width: 184px;
    padding: 9px 21px 12px 14px;
    position: relative;
  }
  .l-about .c-btn__line--green::before {
    content: "";
    background-image: url("../img/common/illust_edamame.png");
    height: 51px;
    width: 45px;
    display: block;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    position: absolute;
    left: -26px;
    bottom: -16px;
    transform: rotate(14deg);
  }
}
@media screen and (max-width: 768px) {
  .l-about .c-lead.is-green {
    color: #462920;
  }
}

.l-flow {
  padding: 80px 0;
}
.l-flow .c-title {
  margin-bottom: 40px;
}
.l-flow__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .l-flow__group {
    gap: 20px;
  }
}
.l-flow__group__img {
  width: 230px;
}
@media screen and (max-width: 900px) {
  .l-flow__group__img {
    width: calc(100% + 60px);
    margin: 0 -40px;
  }
}
@media screen and (max-width: 900px) {
  .l-flow__group__autoScroll {
    width: 2400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-flow__group__imgItem {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 901px) {
  .l-flow__group__imgItem:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .l-flow__group__imgItem {
    width: 200px;
    animation: slide 20s linear infinite;
  }
}
.l-flow__list {
  width: calc(100% - 230px - 40px);
}
@media screen and (max-width: 900px) {
  .l-flow__list {
    width: 100%;
  }
}
.l-flow__listDl {
  position: relative;
  border-top: 1px solid #5C3700;
  padding: 20px 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .l-flow__listDl {
    padding-left: 60px;
  }
}
.l-flow__listDl:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 50px;
  height: 10px;
  left: 0;
  top: -5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-flow__listDl:before {
    width: 40px;
  }
}
.l-flow__listDt {
  position: absolute;
  z-index: 4;
  left: 0;
  top: -10px;
  background: #5C3700;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-flow__listDt {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.l-flow__listDd {
  color: #5C3700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-flow__listDd {
    font-size: 1.4rem;
  }
}
.l-flow__listDd__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-flow__listDd__title {
    font-size: 1.8rem;
  }
}
.l-flow__listDd__date {
  font-weight: 600;
  margin-bottom: 10px;
}
.l-flow__listDd__text {
  padding-left: 1em;
  font-weight: 500;
}
.l-flow__listDd__ol {
  padding-left: 2em;
  font-weight: 500;
  list-style-type: decimal;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-600%);
  }
}
.l-guide {
  padding-bottom: 80px;
}
.l-guide__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin: 80px auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-guide__group {
    gap: 20px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.l-guide__group__img {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .l-guide__group__img {
    width: 100px;
  }
}
.l-guide__group__imgItem {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-guide__group__imgItem {
    margin-top: 0 !important;
  }
}
.l-guide__group__detail {
  width: calc(100% - 250px - 60px);
}
@media screen and (max-width: 768px) {
  .l-guide__group__detail {
    width: calc(100% - 100px - 20px);
  }
}
.l-guide__group__title {
  font-size: 2.2rem;
  color: #5C3700;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-guide__group__title {
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.l-guide__group__title.is-green {
  color: #004530;
}
.l-guide__group__text {
  font-size: 1.8rem;
  color: #5C3700;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-guide__group__text {
    font-size: 1.4rem;
  }
}
.l-guide__list {
  border-left: 15px #5C3700 solid;
  padding-left: 40px;
  color: #5C3700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-guide__list {
    padding-left: 20px;
    border-left: 5px #5C3700 solid;
    margin-bottom: 40px;
  }
}
.l-guide__list__title {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-guide__list__title {
    font-size: 1.6rem;
  }
}
.l-guide__list__subTitle {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-guide__list__subTitle {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.l-guide__list__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-guide__list__dl {
    gap: 20px;
  }
}
.l-guide__list__dt {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 500;
  background: rgba(92, 55, 0, 0.3);
  border: 2px solid #5C3700;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-guide__list__dt {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}
.l-guide__list__dd {
  width: calc(100% - 120px);
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-guide__list__dd {
    width: calc(100% - 80px);
    font-size: 1.4rem;
  }
}
.l-guide__btnGroup {
  padding-top: 60px;
}

.l-attempt {
  padding: 60px 0 80px;
}
.l-attempt__section {
  margin-bottom: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-attempt__section {
    margin-bottom: -60px;
    gap: 20px;
  }
}
.l-attempt__section__title {
  writing-mode: vertical-rl;
  border-left: 3px solid #004530;
  border-right: 3px solid #004530;
  color: #5C3700;
  font-size: 2.4rem;
  line-height: 2;
  padding: 20px 20px;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-attempt__section__title {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
.l-attempt__section__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #004530;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-attempt__section__subtitle {
    font-size: 1.8rem;
  }
}
.l-attempt__section__text {
  line-height: 2;
  font-size: 1.7rem;
  font-weight: 500;
  color: #5C3700;
}
@media screen and (max-width: 768px) {
  .l-attempt__section__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.l-attempt__section__detail {
  padding-bottom: 180px;
  width: calc(100% - 100px - 40px);
}
@media screen and (max-width: 768px) {
  .l-attempt__section__detail {
    width: calc(100% - 62px - 20px);
    padding-bottom: 100px;
  }
}
.l-attempt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: column;
  padding: 60px 0;
}
.l-attempt__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.l-attempt__listItem__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-attempt__listItem__imgWrap {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}
.l-attempt__listItem__title {
  writing-mode: vertical-rl;
  border-left: 3px solid #5C3700;
  border-right: 3px solid #5C3700;
  color: #004530;
  font-size: 2rem;
  line-height: 2;
  margin: 20px 0;
  margin-left: -20px;
  padding: 15px 15px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-attempt__listItem__title {
    writing-mode: inherit;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 10px;
    border: 3px solid #5C3700;
    border-left: none;
    border-right: none;
    letter-spacing: 0.1em;
    width: calc(100% - 130px);
    margin: 0;
  }
}
.l-attempt__listItem__img {
  width: 315px;
  height: 315px;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .l-attempt__listItem__img {
    width: 120px;
    height: 120px;
    order: 2;
    margin-bottom: -10px;
  }
}
.l-attempt__listItem__detail {
  padding: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #5C3700;
  width: calc(100% - 371px);
}
@media screen and (max-width: 768px) {
  .l-attempt__listItem__detail {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

.l-recipe {
  padding: 100px 0 140px;
  margin: 40px 0 40px;
  position: relative;
}
.l-recipe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../img/recipe/line-horizontal.png) center center repeat-x;
  background-size: contain;
  top: 0;
  left: 0;
}
.l-recipe:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../img/recipe/line-horizontal.png) center center repeat-x;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.l-recipe .c-title__short {
  margin-bottom: 40px;
}
.l-recipe .c-title__short.mt-single-title {
  margin-top: 147px;
}
@media screen and (max-width: 425px) {
  .l-recipe .c-title__short.mt-single-title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.l-recipe__section {
  margin-top: 60px;
}
.l-recipe__section.single {
  margin-top: 0;
}
.l-recipe__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 200px;
  gap: 200px 20px;
}
@media screen and (max-width: 1330px) {
  .l-recipe__group {
    margin-top: calc(10vw + 40px);
    gap: calc(10vw + 40px) 20px;
  }
}
@media screen and (max-width: 980px) {
  .l-recipe__group {
    margin-top: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-recipe__group {
    margin-top: 0;
    gap: 20px;
  }
}
.l-recipe__group.single {
  margin-top: 43px;
  gap: 29px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single {
    flex-direction: column;
  }
}
.l-recipe__group.single .img {
  width: 40%;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .img {
    width: 100%;
  }
}
.l-recipe__group.single .itembox {
  width: 57%;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox {
    width: 100%;
  }
}
.l-recipe__group.single .itembox .text-table {
  width: 100%;
}
.l-recipe__group.single .itembox .text-table__row.pt36 {
  border-top: 36px solid transparent;
}
.l-recipe__group.single .itembox .text-table__row .line {
  width: 12px;
  max-width: 12px;
  border-left: #5C3700 3px solid;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox .text-table__row .line {
    width: 20px;
    max-width: 20px;
    border-left: #5C3700 7px solid;
  }
}
.l-recipe__group.single .itembox .text-table__row .title {
  font-size: 2rem;
  font-weight: 700;
  color: #5C3700;
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox .text-table__row .title {
    width: 60px;
    min-width: 60px;
    font-size: 1.8px;
  }
}
.l-recipe__group.single .itembox .text-table__row .item {
  font-size: 1.5rem;
  font-weight: 500;
  color: #5C3700;
}
.l-recipe__group.single .itembox .text-table__row.is-green .line {
  border-left: #004530 3px solid;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox .text-table__row.is-green .line {
    border-left: #004530 7px solid;
  }
}
.l-recipe__group.single .itembox .text-table__row.is-green .title {
  color: #004530;
}
.l-recipe__group.single .itembox .text-table__row.is-green .item {
  color: #004530;
}
.l-recipe__group.single .itembox .point-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  background-color: rgba(92, 55, 0, 0.2509803922);
  color: #5C3700;
  padding: 30px 0 30px 20px;
  margin-top: 36px;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox .point-box {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 9px 20px 23px;
  }
}
.l-recipe__group.single .itembox .point-box .title {
  font-weight: 700;
  font-size: 2rem;
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 700px) {
  .l-recipe__group.single .itembox .point-box .title {
    width: 60px;
    min-width: 60px;
    font-size: 1.8px;
  }
}
.l-recipe__group.single .itembox .point-box .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-recipe__group.single .itembox .point-box.is-green {
  background-color: rgba(0, 69, 48, 0.2509803922);
  color: #004530;
}
.l-recipe__item {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  background: rgba(0, 69, 48, 0.3);
  padding: 0 20px 20px 20px;
  color: #5C3700;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-recipe__item:nth-child(3n+2) {
  background: rgba(92, 55, 0, 0.3);
}
@media screen and (max-width: 980px) {
  .l-recipe__item {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
    height: auto;
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .l-recipe__item:nth-child(3n+2) {
    background: rgba(0, 69, 48, 0.3);
  }
  .l-recipe__item:nth-child(2n+1) {
    background: rgba(92, 55, 0, 0.3);
  }
}
.l-recipe__item__img {
  width: 80%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin: -160px auto 30px;
  display: block;
}
@media screen and (max-width: 1330px) {
  .l-recipe__item__img {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 980px) {
  .l-recipe__item__img {
    border-radius: 0%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    margin: 0%;
    z-index: 1;
  }
}
.l-recipe__item__title {
  text-align: center;
  max-width: 274px;
  font-size: 2rem;
  font-weight: 600;
  background: white;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  .l-recipe__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .l-recipe__item__title {
    position: relative;
    z-index: 2;
    background-color: rgba(92, 55, 0, 0.2509803922);
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0%;
    max-width: 220px;
    padding: 15px;
    color: #fff;
  }
}
@media screen and (max-width: 425px) {
  .l-recipe__item__title {
    aspect-ratio: 16/8;
    max-width: 200px;
  }
}
.l-recipe__item__flow {
  margin-top: 30px;
}
.l-recipe__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons {
    gap: 20px;
  }
}
.l-recipe__buttons.mt-recipe {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons.mt-recipe {
    margin-top: 10px;
  }
}
.l-recipe__buttons .button {
  width: calc(100% / 2 - 65px * (2 - 1) / 2);
  max-width: 300px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 25px;
  line-height: 150%;
  padding: 8px 0 8px 60px;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons .button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 1.5rem;
    padding: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .l-recipe__buttons .button {
    max-width: 100px;
  }
}
.l-recipe__buttons .button.is-left {
  background: #5c3700;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons .button.is-left {
    background: none;
    color: #5C3700;
  }
}
.l-recipe__buttons .button.is-right {
  background: #004530;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons .button.is-right {
    background: none;
    color: #004530;
  }
}
.l-recipe__buttons .button img {
  width: 90px;
  aspect-ratio: 1/1;
  object-fit: contain;
  position: absolute;
  left: 6px;
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons .button img {
    position: static;
  }
}
.l-recipe__buttons .button .spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-recipe__buttons .button .spbr {
    display: inline-block;
  }
}

.l-suppliers {
  padding: 60px 0 80px;
}
.l-suppliers .c-title {
  margin-bottom: 40px;
}
.l-suppliers__section {
  margin-top: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
  color: #5C3700;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  border-top: 2px solid #5C3700;
  border-bottom: 2px solid #5C3700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-suppliers__section {
    font-size: 1.4rem;
  }
}
.l-suppliers__section:before {
  content: "";
  position: absolute;
  background: #BEAF99;
  width: 100%;
  height: 25px;
  bottom: 100%;
  left: 0;
  z-index: -1;
}
.l-suppliers__section:after {
  content: "";
  position: absolute;
  background: #BEAF99;
  width: 100%;
  height: 25px;
  top: 100%;
  left: 0;
  z-index: -1;
}
.l-suppliers__section span:after {
  content: "、";
}
.l-suppliers__section span:last-child:after {
  content: none;
}

.l-buyer {
  padding: 60px 0 80px;
}
.l-buyer .c-title {
  margin-bottom: 40px;
}
.l-buyer__section {
  margin-top: 80px;
}

.l-recruit {
  padding: 60px 0 80px;
}
.l-recruit .c-title {
  margin-bottom: 40px;
}
.l-recruit__section {
  margin-top: 80px;
}
.l-recruit .c-btn__wrap {
  margin-top: 40px;
}
.l-recruit__img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-recruit__img {
    aspect-ratio: 375/336;
    object-fit: cover;
  }
}
.l-recruit__imgWrap {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .l-recruit__imgWrap {
    width: calc(100% + 80px);
    margin: 60px -40px;
  }
}
.l-recruit__staff {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  flex-direction: column;
  gap: 60px;
  padding: 40px 8%;
}
@media screen and (max-width: 768px) {
  .l-recruit__staff {
    padding: 0;
    margin-top: 40px;
    gap: 0;
  }
}
.l-recruit__staff:before, .l-recruit__staff:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  background: url(../img/recruit/line.png) top center repeat-y;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-recruit__staff:before, .l-recruit__staff:after {
    background: none;
  }
}
.l-recruit__staff:before {
  left: 0;
}
.l-recruit__staff:after {
  right: 0;
}
.l-recruit__staffItem {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  color: #5C3700;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-recruit__staffItem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem {
    gap: 20px;
    width: calc(100% - 20px);
    padding: 60px 40px 30px;
    position: relative;
  }
  .l-recruit__staffItem:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: url(../img/recruit/line-horizontal.png) center left repeat-x;
    top: 0;
    left: 0;
  }
  .l-recruit__staffItem:last-child {
    padding-bottom: 60px;
  }
  .l-recruit__staffItem:last-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: url(../img/recruit/line-horizontal.png) center left repeat-x;
    bottom: 0;
    left: 0;
  }
}
.l-recruit__staffItem__icon {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem__icon {
    gap: 30px;
  }
}
.l-recruit__staffItem__detail {
  width: calc(80% - 40px);
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem__detail {
    display: contents;
  }
}
.l-recruit__staffItem__group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem__group {
    font-size: 1.6rem;
  }
}
.l-recruit__staffItem__history:before {
  content: "：";
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem__history {
    display: block;
  }
  .l-recruit__staffItem__history:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit__staffItem__comment {
    font-size: 1.4rem;
  }
}

.l-contact {
  padding: 60px 0 80px;
}
.l-contact__title {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #5C3700;
}
@media screen and (max-width: 768px) {
  .l-contact__title {
    font-size: 2rem;
  }
}
.l-contact__lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5C3700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-contact__lead {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=app.css.map */
