/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wdth,wght@75..100,100..900&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (1) ***!
  \*********************************************************************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: max(62.5%, 2.6666666667vw);
  scroll-behavior: smooth;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 68.75%;
  }
}

body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: max(1.4rem, 3.7333333333vw);
  }
}

img {
  max-width: 100%;
}

main {
  width: max(37.5rem, 100%);
  margin: 0 auto;
  background: #e3d3ba;
}
@media screen and (min-width: 1025px) {
  main {
    width: min(100% - (100vw - 768px) / 2, 600px);
    margin-top: min(6.9791666667vw, 13.4rem);
  }
}

.fixed--bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../f47e6db3dfe898cefc7f.png) no-repeat;
  background-size: cover;
}

.inner {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 min(3.125vw, 60px);
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.is-pc--min {
  display: block !important;
}
@media screen and (max-width: 510px) {
  .is-pc--min {
    display: none !important;
  }
}
.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}
.is-sp--ib {
  display: inline-block;
}
.is-sp--min {
  display: none !important;
}
@media screen and (max-width: 510px) {
  .is-sp--min {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: min(6.9791666667vw, 13.4rem);
  background: #fff;
  border-radius: 0 0 6rem 6rem;
  box-shadow: 0 4px 30px 0 rgba(0, 82, 28, 0.2);
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(6.9791666667vw, 13.4rem);
}
.header__navList {
  display: flex;
  gap: min(4.1666666667vw, 8rem);
  list-style-type: none;
}
.header__navItem {
  font-size: min(0.9375vw, 1.8rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__navItem {
    font-size: 18px;
  }
}
.header__navItem a {
  display: block;
  color: #00521c;
  text-decoration: none;
}
.header__navItem a span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.0833333333vw, 4rem);
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}

.fix__nav {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .fix__nav {
    top: min(6.9791666667vw, 13.4rem);
    width: min(100% - (100vw - 768px) / 2, 600px);
  }
}
.fix__navWrap {
  display: flex;
  align-items: center;
  width: 28.3rem;
  height: 6.2rem;
}
@media screen and (min-width: 1025px) {
  .fix__navWrap {
    width: 100%;
  }
}
.fix__info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  width: 12.8rem;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  background: #452610;
}
@media screen and (min-width: 1025px) {
  .fix__info {
    width: max(340px, 60%);
  }
}
.fix__info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #fff;
}
.fix__list {
  display: flex;
  flex: 1;
  height: 100%;
  list-style-type: none;
  background: #fff;
  border-bottom-right-radius: 1.5rem;
}
.fix__item {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 50%;
  padding: 0.3rem 0 0.5rem;
}
.fix__item::before {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  content: "";
}
.fix__item:first-of-type {
  border-right: 1px solid #452610;
}
.fix__item:first-of-type::before {
  background: url(../68a1ca8a308a6a6f1b5b.svg) no-repeat;
  background-size: cover;
}
.fix__item:last-of-type::before {
  background: url(../ff95c6c46f98c0c1a1a3.svg) no-repeat;
  background-size: cover;
}
.fix__item a {
  font-weight: 700;
  color: #452610;
  text-decoration: none;
}
.fix__hum {
  position: absolute;
  top: 2rem;
  right: 2.9rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 3.4rem;
}
.fix__hum::before, .fix__hum::after {
  width: 100%;
  height: 0.2rem;
  content: "";
  background: #fff;
  transition: 0.4s;
  transform-origin: 0 0;
}
.fix__hum span {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .fix__hum {
    display: none;
  }
}
.fix__hum.active + .fix__humMenu {
  right: 0;
}
.fix__humMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 21.5rem;
  height: 100vh;
  padding-left: 3.1rem;
  background: #00521c;
  transition: 0.4s;
}
.fix__humCloseBtn {
  margin: clamp(40px, 10.6666666667vw, 20px) clamp(38px, 10.1333333333vw, 18px) clamp(43px, 11.4666666667vw, 23px) 0;
  text-align: right;
}
.fix__humList {
  list-style-type: none;
}
.fix__humItem {
  margin-bottom: clamp(20px, 5.3333333333vw, 27px);
}
.fix__humItem a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.fix__humItem a span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.8rem;
  color: #fff;
}

.fv {
  position: relative;
}
.fv__slider {
  position: absolute;
  bottom: -4.6rem;
  left: 2rem;
  width: calc(100% - 2rem);
  overflow: hidden;
}
.fv__slider li {
  width: 24.4rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .fv__slider li {
    width: 448px;
  }
}

.news__wrap {
  padding-top: 8.2rem;
  margin-bottom: 6rem;
}
.news__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.news__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
}
.news__list {
  list-style-type: none;
}
.news__item {
  padding: 1.5rem 0.7rem 1.2rem 0.8rem;
  font-weight: 500;
  border-top: 1px solid rgba(0, 82, 28, 0.4);
}
.news__item:last-of-type {
  padding-bottom: 0;
}
.news__time {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #00521c;
}
.news__label {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #901201;
}
.news__text {
  line-height: 1.57;
}

.campaign__wrap {
  padding-bottom: 4rem;
}
.campaign__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.campaign__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 2.5rem;
}
.campaign__list {
  list-style-type: none;
}
.campaign__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .campaign__item {
    text-align: center;
  }
}
.campaign__text {
  margin-top: 1.2rem;
  margin-left: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.guide__wrap {
  padding: 6rem 0;
  background: #fff;
}
.guide__wrap .inner {
  width: 31.5rem;
}
@media screen and (min-width: 768px) {
  .guide__wrap .inner {
    width: 80%;
  }
}
.guide__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.guide__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 4.9rem;
}
.guide__defList {
  margin-bottom: 3.9rem;
}
.guide__defTeam {
  margin-bottom: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #00521c;
}
.guide__defHead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
  color: #fff;
  text-align: center;
  background: #00521c;
  border-radius: 0.3rem;
}
.guide__defHead .font--mid {
  font-size: 1.1rem;
  transform: translateY(0.2rem);
}
.guide__defDesc:not(:last-of-type) {
  margin-bottom: 3.8rem;
}
.guide__hoursDefList {
  padding-right: 0.5rem;
  line-height: 1.57;
}
.guide__hoursDefWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide__hoursDefWrap:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.guide__hoursDefWrap::before {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #c4c4c4;
}
.guide__hoursDefTeam {
  position: relative;
  z-index: 1;
  padding-right: 1rem;
  font-weight: 600;
  color: #00521c;
  background: #fff;
}
.guide__hoursDefDesc {
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  font-weight: 500;
  color: #00521c;
  background: #fff;
}
.guide__hoursDefDesc.adjust--right {
  padding-right: 0.5em;
}
.guide__hoursDefDesc span {
  font-weight: 600;
}
.guide__note {
  font-size: 1rem;
  line-height: 1.8;
}

.price__wrap {
  padding-top: 6rem;
}
.price__wrap .inner {
  width: 26.8rem;
}
.price__wrap::after {
  display: block;
  aspect-ratio: 375/211;
  content: "";
  background: url(../6febd4e6a7f0731310ae.png), #452610 no-repeat;
  background-size: cover;
}
.price__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.price__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 1.8rem;
}
.price__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.8rem;
  max-width: 100%;
  height: 3.4rem;
  margin: 0 auto 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  color: #452610;
  border: 1px solid #452610;
  border-radius: 0.3rem;
}
.price__img {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}

.plan__wrap {
  padding: 6rem 0 5.6rem;
  color: #fff;
  background: #452610;
}
.plan__wrap .inner {
  width: 31.5rem;
}
@media screen and (min-width: 768px) {
  .plan__wrap .inner {
    width: 80%;
  }
}
.plan__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
  color: #fff;
}
.plan__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 3.2rem;
}
.plan__member {
  margin-bottom: 2.7rem;
}
.plan__memberPrice {
  display: flex;
  margin-bottom: 1.4rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.plan__memberPrice .font--mid {
  align-self: flex-end;
  font-size: 1.8rem;
}
.plan__memberPriceNote {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 10rem;
  height: 2.2rem;
  margin-left: 1.9rem;
  font-size: 1.3rem;
}
.plan__memberTable {
  width: 100%;
  height: 7.5rem;
  font-weight: 500;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.plan__memberTable th {
  width: 3.2rem;
  padding: 0 0.9rem;
  font-weight: 500;
  line-height: 1.375;
  border-right: 1px solid #fff;
}
.plan__memberTable td {
  padding-left: 1.9rem;
  vertical-align: middle;
}
.plan__memberTable td span {
  font-size: 1.2rem;
}
.plan__ticket {
  margin-bottom: 0.8rem;
}
.plan__ticketPrice {
  display: flex;
  margin-bottom: 1.1rem;
  font-size: 2.6rem;
}
.plan__ticketPrice .font--min {
  font-size: 2rem;
}
.plan__ticketPrice .font--min:nth-of-type(2) {
  margin-right: 0.6rem;
}
.plan__ticketPriceNote {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 10rem;
  height: 2.2rem;
  margin-top: 0.2rem;
  margin-left: 2.5rem;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
.plan__ticketPriceNote .font--small {
  font-size: 1.1rem;
  transform: translate(-1px, 1px);
}
.plan__ticketTable {
  width: 100%;
  height: 10.9rem;
  font-weight: 500;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.plan__ticketTable th,
.plan__ticketTable td {
  border: 1px solid #fff;
}
.plan__ticketTable th {
  width: 11.6rem;
  padding-right: 2.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
.plan__ticketTable th .font--min {
  font-size: 1.2rem;
}
.plan__ticketTable td {
  padding-left: 2.4rem;
  font-size: 1.8rem;
}
.plan__ticketTableDiscount {
  display: inline-block;
  width: 10rem;
  height: 2.2rem;
  padding: 0 1rem;
  margin-left: 1.8rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
  vertical-align: text-top;
}
.plan__ticketTableDiscount .font--small {
  font-size: 1.1rem;
  margin-right: 0.2rem;
  transform: translate(-2px, 1px);
}
.plan__note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: right;
}

.info__wrap {
  padding: 6rem 0;
  background: #fff;
}
.info__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.info__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 4rem;
}
.info__defList {
  margin: 0 1.5rem 2.5rem 1.4rem;
  line-height: 1.57;
}
.info__defTeam {
  font-weight: 700;
}
.info__defDesc {
  font-weight: 500;
}
.info__defDesc:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
.info__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 0 1rem;
}
.info__gridItem {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  color: #00521c;
  border: 1px solid #00521c;
}

.lesson__wrap {
  padding-top: 6rem;
  color: #fff;
  background: #00521c;
}
.lesson__wrap::after {
  display: block;
  aspect-ratio: 375/210;
  content: "";
  background: url(../80484d9b02a49d75d855.png), #e3d3ba no-repeat;
  background-size: cover;
}
.lesson__wrap .inner {
  width: 31.5rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .lesson__wrap .inner {
    width: 80%;
  }
}
.lesson__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
  color: #fff;
}
.lesson__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 2rem;
}
.lesson__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.4rem;
  margin-bottom: 2.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00521c;
  background: #fff;
}
.lesson__defList {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.lesson__defWrap {
  display: flex;
  gap: 2.3rem;
  justify-content: flex-end;
}
.lesson__defWrap:nth-of-type(1) {
  margin-bottom: 1.4rem;
}
.lesson__defWrap:nth-of-type(2) {
  margin-bottom: 0.8rem;
}
.lesson__defDesc .font--mid {
  margin-right: 0.2rem;
  font-size: 1.7rem;
}
.lesson__note {
  margin-bottom: 2.3rem;
  font-size: 1.1rem;
  line-height: 2;
  text-align: right;
}
.lesson__table {
  width: 100%;
  height: 6.7rem;
  margin-bottom: 1.2rem;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.lesson__table th,
.lesson__table td {
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #fff;
}
.lesson__table th {
  width: 9.9rem;
}
.lesson__table td {
  text-align: center;
}
.lesson__text {
  font-size: 1.2rem;
  line-height: 1.66;
}

.sns__wrap {
  padding: 6rem 0;
}
.sns__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.sns__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 5rem;
}
.sns__field {
  text-align: center;
}

.access__wrap {
  padding: 6rem 0 2.6rem;
  background: #fff;
}
.access__title {
  margin-bottom: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #00521c;
  text-align: center;
}
.access__title--jp {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 3rem;
}
.access__map {
  width: 100%;
  height: 38.5rem;
  margin-bottom: 2.8rem;
}
.access__link {
  width: 27.5rem;
  height: 4rem;
  margin: 0 auto 3rem;
  font-size: 1.4rem;
  border: 1px solid #00521c;
}
.access__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  color: #00521c;
  text-decoration: none;
}
.access__defList {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.83;
}
.access__defTeam {
  font-weight: 700;
}
.access__defDesc {
  margin-bottom: 2.2rem;
}
.access__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.83;
}
.access__text:not(:last-of-type) {
  margin-bottom: 2.3rem;
}
.access__text:last-of-type {
  font-weight: 700;
}

.color--red {
  font-weight: 700;
  color: #f00;
}
.color--blue {
  color: #003464;
}

.bg--blue {
  background: #003464;
}
.bg--green {
  background: #00521c;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4rem;
  background: #452610;
}
.footer__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.83;
  color: #fff;
}
