@charset "UTF-8";
:root {
  --header-h: 80px;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #412502;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
  margin-right: 5px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
    text-decoration: none;
  }
}

.btn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.btn__more {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn__more {
    margin-top: 20px;
  }
}
.btn__more-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 350px;
  width: 100%;
  height: 68px;
  padding: 0 20px;
  border-radius: 9999px;
  background: #15563d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn__more-link::before {
  content: "＞";
}
.btn__more-link::after {
  content: "＜";
}

.on__pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}
.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}
.on__pc-mb {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .on__pc-mb {
    display: none;
  }
}
.on__mb-pc {
  display: none;
}
@media screen and (max-width: 780px) {
  .on__mb-pc {
    display: block;
  }
}

.br--huge {
  display: none;
}
@media screen and (max-width: 1180px) {
  .br--huge {
    display: block;
  }
}
.br--pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .br--pc {
    display: block;
  }
}
.br--mb {
  display: none;
}
@media screen and (max-width: 780px) {
  .br--mb {
    display: block;
  }
}
.br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br--sp {
    display: block;
  }
}
.br--tiny {
  display: none;
}
@media screen and (max-width: 370px) {
  .br--tiny {
    display: block;
  }
}
.br--mini {
  display: none;
}
@media screen and (max-width: 320px) {
  .br--mini {
    display: block;
  }
}

#wrapper #main .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
#wrapper #main .modal .modal__inner {
  max-height: 85vh;
  overflow-y: scroll;
  max-width: 500px;
  background: none;
  text-align: center;
  padding: 0;
}
#wrapper #main .modal .modal__inner .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 10;
}
#wrapper #main .modal .modal__inner .icon li {
  margin-left: 10px;
}
#wrapper #main .modal .modal__inner .icon li .close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(140, 180, 124, 0.3)) drop-shadow(4px 4px 7px rgba(140, 180, 124, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(140, 180, 124, 0.3)) drop-shadow(4px 4px 7px rgba(140, 180, 124, 0.5));
}

/* fadeIn */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#wrapper #header {
  width: 100vw;
  background: url(../img/bg__mv.png) 0 71% repeat-x #b01f24;
}
@media screen and (max-width: 640px) {
  #wrapper #header {
    background: #b01f24;
  }
}
#wrapper #header .inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 3% 20px 0;
}
@media screen and (max-width: 980px) {
  #wrapper #header .inner {
    padding-top: 6%;
  }
}
@media screen and (max-width: 780px) {
  #wrapper #header .inner {
    padding-top: 10%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner {
    padding: 0;
  }
}
#wrapper #header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: min(90%, 1200px);
  margin: 0 auto;
}
#wrapper #header nav h1 {
  width: 12.99%;
  min-width: 187px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav h1 {
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #wrapper #header nav h1 {
    right: auto;
  }
}
#wrapper #header nav h1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #header nav h1 a img {
  width: 100%;
  height: auto;
}
#wrapper #header nav .nav__block {
  display: none;
}
#wrapper #header nav .nav__block-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  right: 0;
}
#wrapper #header nav .nav__block-show .nav__sns {
  margin-right: 10%;
  width: 30px;
}
#wrapper #header nav .nav__block-show .nav__sns li a {
  display: block;
}
#wrapper #header nav .nav__block-show .nav__sns li a img {
  width: 100%;
  height: auto;
}
#wrapper #header nav .nav__block-show #nav__toggle {
  display: block;
  position: relative;
  height: 30px;
  width: 50px;
  cursor: pointer;
}
#wrapper #header nav .nav__block-show #nav__toggle span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ebc358;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wrapper #header nav .nav__block-show #nav__toggle span:nth-child(1) {
  top: 10%;
  width: 90%;
}
#wrapper #header nav .nav__block-show #nav__toggle span:nth-child(2) {
  top: 50%;
  width: 70%;
}
#wrapper #header nav .nav__block-show #nav__toggle span:nth-child(3) {
  top: 90%;
  width: 50%;
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  z-index: 1000;
  margin: 0;
  overflow-y: scroll;
  background: url(../img/bg__nav.png) center bottom no-repeat #b01f24;
  border-bottom: 32px solid #002812;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open {
    background: url(../img/bg__nav-sp.png) center bottom no-repeat #b01f24;
    border-bottom: none;
    background-size: 140% auto;
  }
}
#wrapper #header.open .mv__block {
  display: none;
}
#wrapper #header.open nav {
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #header.open nav .nav__block {
  display: grid;
  grid-template-columns: 415px 1fr;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  #wrapper #header.open nav .nav__block {
    grid-template-columns: 1fr;
    gap: 0;
    width: 50%;
    padding-top: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #header.open nav .nav__block {
    width: 100%;
    padding-top: 50px;
  }
}
#wrapper #header.open nav .nav__block .nav__list {
  display: block;
}
#wrapper #header.open nav .nav__block .nav__list li {
  max-width: 414px;
  width: 100%;
  margin-bottom: 40px;
}
#wrapper #header.open nav .nav__contact {
  justify-self: end;
  padding-bottom: 8px;
}
@media screen and (max-width: 780px) {
  #wrapper #header.open nav .nav__contact {
    margin: 0 auto;
  }
}
#wrapper #header.open nav #nav__toggle {
  display: block;
  bottom: auto;
}
#wrapper #header.open nav #nav__toggle span:nth-child(1) {
  width: 42px;
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#wrapper #header.open nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open nav #nav__toggle span:nth-child(3) {
  width: 42px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
}

#wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
#wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg__mesh.png") repeat;
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: 10;
}
#wrapper #main {
  position: relative;
}
#wrapper #main .inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 20px;
}
#wrapper #main .ttl {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
#wrapper #main .ttl__heading {
  position: relative;
  width: min(295px, 80vw);
  height: 120px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  font-weight: 700;
}
#wrapper #main .ttl__heading::before, #wrapper #main .ttl__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 372px;
  height: 53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl__heading::before, #wrapper #main .ttl__heading::after {
    width: 123px;
    height: 77px;
  }
}
#wrapper #main .ttl__heading::before {
  right: calc(100% + 20px);
  background-image: url("../img/ttl__deco_left.png");
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl__heading::before {
    background-image: url("../img/ttl__deco_left-sp.png");
    right: 85%;
  }
}
#wrapper #main .ttl__heading::after {
  left: calc(100% + 20px);
  background-image: url("../img/ttl__deco_right.png");
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl__heading::after {
    background-image: url("../img/ttl__deco_right-sp.png");
    left: 85%;
  }
}
#wrapper #main .ttl__heading02::before {
  background-image: url("../img/ttl__deco_left02.png");
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl__heading02::before {
    background-image: url("../img/ttl__deco_left02-sp.png");
    right: 85%;
  }
}
#wrapper #main .ttl__heading02::after {
  background-image: url("../img/ttl__deco_right02.png");
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl__heading02::after {
    background-image: url("../img/ttl__deco_right02-sp.png");
    left: 85%;
  }
}
#wrapper #main .ttl__text {
  position: absolute;
  left: 50%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
#wrapper #main .ttl--news .ttl__heading {
  background-image: url("../img/bg__ttl-news.png");
}
@media screen and (max-width: 640px) {
  #wrapper #main .ttl--about {
    margin-bottom: -20px;
  }
}
#wrapper #main .ttl--about .ttl__heading {
  background-image: url("../img/bg__ttl-about.png");
}
#wrapper #main .ttl--access .ttl__heading {
  background-image: url("../img/bg__ttl-access.png");
}
#wrapper #main section#news__block {
  padding: 45px 0 100px;
  position: relative;
  background: #ebc358;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#news__block {
    padding-bottom: 50px;
  }
}
#wrapper #main section#news__block .news__list {
  border-top: 2px solid #1d5b43;
}
#wrapper #main section#news__block .news__list > li.is-hidden {
  display: none;
}
#wrapper #main section#news__block .news__item {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
  padding: 12px 0;
  border-bottom: 2px solid #1d5b43;
  color: #2c241b;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#news__block .news__item {
    grid-template-columns: 1fr;
    padding: 15px 0;
  }
}
#wrapper #main section#news__block .news__date {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
#wrapper #main section#news__block .news__text {
  margin: 0;
  line-height: 1.7;
}
#wrapper #main section#about__block {
  padding: 45px 0 65px;
  position: relative;
  background: #b01f24;
}
#wrapper #main section#about__block .about__wrap {
  padding: 30px;
  background: #194e32;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__wrap {
    padding: 12px;
  }
}
#wrapper #main section#about__block .about__inner {
  padding: 7% 45px 35px;
  border-radius: 30px;
  background: #f1d487;
  position: relative;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__inner {
    padding: 7% 12px 35px;
  }
}
#wrapper #main section#about__block .about__inner::before {
  content: "";
  background: url("../img/deco__about01.png") no-repeat;
  width: 112px;
  height: 140px;
  display: block;
  position: absolute;
  right: 15%;
  top: -140px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__inner::before {
    content: none;
  }
}
#wrapper #main section#about__block .about__intro {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
#wrapper #main section#about__block .about__heading {
  margin: 0 0 75px;
  color: #b01f24;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__heading {
    padding-top: 110px;
    margin-bottom: 20px;
  }
}
#wrapper #main section#about__block .about__heading::before, #wrapper #main section#about__block .about__heading::after {
  content: "";
  position: absolute;
  top: -50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  #wrapper #main section#about__block .about__heading::before, #wrapper #main section#about__block .about__heading::after {
    top: 0;
  }
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__heading::before, #wrapper #main section#about__block .about__heading::after {
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__heading::before, #wrapper #main section#about__block .about__heading::after {
    top: 0;
  }
}
#wrapper #main section#about__block .about__heading::before {
  left: -2%;
  width: 30%;
  height: 172px;
  background-image: url("../img/deco__about02.png");
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__heading::before {
    left: -6%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__heading::before {
    width: 100%;
    height: 235px;
    background-image: url("../img/deco__about02-sp.png");
    left: 0;
  }
}
#wrapper #main section#about__block .about__heading::after {
  right: -3%;
  width: 30%;
  height: 171px;
  background-image: url("../img/deco__about03.png");
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__heading::after {
    right: -6%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__heading::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__lead {
    text-align: left;
  }
}
#wrapper #main section#about__block .about__cont {
  padding: 50px 0 100px;
  border-top: 2px dashed #194e32;
  text-align: center;
}
#wrapper #main section#about__block .about__cont--admission {
  padding-bottom: 53px;
}
#wrapper #main section#about__block .about__subheading {
  margin: 0 0 15px;
  color: #b01f24;
  font-size: 24px;
  font-weight: 700;
}
#wrapper #main section#about__block .about__date {
  margin: 0 0 12px;
  color: #b01f24;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__date {
    font-size: 17px;
  }
}
#wrapper #main section#about__block .about__product {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 18px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__product {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px;
  }
}
#wrapper #main section#about__block .about__product::before {
  content: "";
  position: absolute;
  top: -90px;
  right: 3%;
  width: 32%;
  height: 141px;
  background: url("../img/deco__about04.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__product::before {
    content: none;
  }
}
#wrapper #main section#about__block .about__product-cont {
  padding-top: 20px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section#about__block .about__product-img {
    padding: 0 10px;
  }
}
#wrapper #main section#about__block .about__product-img img {
  display: block;
  width: 100%;
  height: auto;
}
#wrapper #main section#about__block .about__product-title {
  margin: 0 0 15px;
  color: #b01f24;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#about__block .about__product-title {
    font-size: 20px;
  }
}
#wrapper #main section#about__block .about__deco {
  position: absolute;
  pointer-events: none;
}
#wrapper #main section#about__block .about__deco--01 {
  top: 0;
  left: -20px;
  width: 150px;
}
#wrapper #main section#about__block .about__deco--02 {
  top: 0;
  right: -20px;
  width: 150px;
}
#wrapper #main section#about__block .about__deco--03 {
  top: -55px;
  right: 5px;
  width: 170px;
}
#wrapper #main section#access__block {
  padding: 45px 0 65px;
  position: relative;
}
#wrapper #main section#access__block .access__address span {
  font-size: 24px;
  font-weight: 700;
  color: #b01f24;
}
#wrapper #main section#access__block .access__duration {
  padding-top: 30px;
}
#wrapper #main section#access__block .access__duration h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #b01f24;
  padding-bottom: 25px;
  border-bottom: 2px dashed #194e32;
  margin-bottom: 25px;
}
#wrapper #main section#access__block .access__duration h3::before {
  content: "";
  background: url("../img/icon__access.svg") no-repeat;
  width: 24px;
  height: 30px;
  display: block;
}
#wrapper #main section#access__block .access__duration-cont {
  padding-bottom: 50px;
  border-bottom: 2px dashed #194e32;
  position: relative;
}
#wrapper #main section#access__block .access__duration-cont::before {
  content: "";
  position: absolute;
  background: url("../img/deco__access.png") no-repeat;
  background-size: contain;
  width: 112px;
  height: 210px;
  display: block;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#access__block .access__duration-cont::before {
    content: none;
  }
}
#wrapper #main section#access__block .access__list {
  width: 73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#access__block .access__list {
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#wrapper #main section#access__block .access__list li {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 45%;
}
@media screen and (max-width: 1200px) {
  #wrapper #main section#access__block .access__list li {
    width: 65%;
  }
}
@media screen and (max-width: 980px) {
  #wrapper #main section#access__block .access__list li {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section#access__block .access__list li {
    width: 100%;
    min-width: auto;
    font-size: 15px;
  }
}
#wrapper #main section#access__block .access__list li .train {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
#wrapper #main section#access__block .access__list li .train::before {
  content: "";
  background: url("../img/icon__train.svg") no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
#wrapper #main section#access__block .access__list li span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#access__block .access__list li span {
    font-size: 18px;
  }
}
#wrapper #main section#access__block .access__list li .minutes {
  background: #f1d487;
  padding: 0 15px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section#access__block .access__list li .minutes {
    margin-left: 10px;
    padding: 0 10px;
  }
}
#wrapper #footer {
  background: url("../img/bg__foot.png") no-repeat center top;
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  #wrapper #footer {
    background: url("../img/bg__foot-sp.png") no-repeat center top;
  }
}
#wrapper #footer .footer__wrap {
  border-top: 30px solid #194e32;
  background: url("../img/bg__foot02.png") no-repeat center 40px #b01f24;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .footer__wrap {
    border: none;
  }
}
#wrapper #footer .inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px;
  color: #fff;
  text-align: center;
}
#wrapper #footer .inner .logo {
  width: 53.97%;
  min-width: 368px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .inner .logo {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
}
#wrapper #footer .inner .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #footer .inner .logo a img {
  width: 100%;
  height: auto;
}
#wrapper #footer .inner .info {
  margin-bottom: 60px;
}
#wrapper #footer .inner .info li {
  display: grid;
  grid-template-columns: 12em 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .inner .info li {
    grid-template-columns: 1fr;
  }
}
#wrapper #footer .inner .info__label {
  display: inline-grid;
  grid-template-columns: auto 8em auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .inner .info__label {
    display: block;
    text-align: left;
  }
}
#wrapper #footer .inner .info__label::before {
  content: "＜";
}
#wrapper #footer .inner .info__label::after {
  content: "＞";
}
#wrapper #footer .inner .info__label span {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#wrapper #footer .inner .info__label.info__label-short span {
  padding: 0 0.5em;
}
#wrapper #footer .inner .info__text {
  text-align: left;
}
#wrapper #footer .inner .info__text a {
  color: #fff;
  text-decoration: underline;
}
#wrapper #footer .inner .info__text span {
  display: block;
}
#wrapper #footer .inner .btn__more {
  margin: 0 0 50px;
}
#wrapper #footer .inner .copy {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */