@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #273615;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.4rem;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
  }
  caption {
    font-size: 1.3rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
  }
  caption {
    font-size: 1.2rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.wysiwyg p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wysiwyg p {
    font-size: 1.4rem;
  }
}
.wysiwyg a {
  color: #CCCE2E;
  text-decoration: underline;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 900;
}
.wysiwyg pre,
.wysiwyg code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg blockquote p::before {
  content: "“";
}
.wysiwyg blockquote p::after {
  content: "”";
}
.wysiwyg .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.wysiwyg .table_wrapper th,
.wysiwyg .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.5rem;
  }
}

.heading--lv2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heading--lv2 .en {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.heading--lv2 .ja {
  font-size: 3.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv2 .en {
    font-size: 1.6rem;
  }
  .heading--lv2 .ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.button--pattern-01 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #273615;
  position: relative;
}
.button--pattern-01::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCCE2E;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.button--pattern-01 .text {
  font-size: 1.6rem;
}
.button--pattern-01:hover::after {
  transform: scaleX(1);
}
.button--pattern-02 {
  display: flex;
  justify-content: center;
  width: 260px;
  background: #CCCE2E;
  border: 1px solid #CCCE2E;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-02 .text {
  font-size: 1.8rem;
}
.button--pattern-02:hover {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .button--pattern-01 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
    position: relative;
  }
  .button--pattern-01 .text {
    font-size: 1.6rem;
  }
  .button--pattern-02 {
    display: flex;
    justify-content: center;
    width: 250px;
    padding: 15px 20px;
  }
  .button--pattern-02 .text {
    font-size: 1.8rem;
  }
}
p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: #273615;
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header--top {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
.header-bar__logo {
  width: 447px;
}
.header-bar__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.header-bar__tel {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.header-bar__tel span {
  font-size: 1.4rem;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-bar__item a {
  font-size: 1.5rem;
}
.header-bar__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100px;
  background: #CCCE2E;
  transition: all 0.3s;
}
.header-bar__button .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.header-bar__button:hover {
  background: #ffffff;
}

.top-visual {
  width: 100%;
  height: 100%;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-visual__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-visual__title {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1000;
}
.top-visual__title .sub, .top-visual__title .main {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.top-visual__title .sub {
  display: block;
  font-size: 2.19vw;
  opacity: 0;
  transform: translateY(100%);
  animation: sub-rise 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.top-visual__title .main {
  display: flex;
  font-size: 10.42vw;
}
.top-visual__title .main .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  animation: char-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.top-visual__title .main .space {
  display: inline-block;
  width: 0.3em;
}

.sub-visual {
  display: flex;
  height: 350px;
}
.sub-visual__title {
  font-size: 4.2rem;
}
.sub-visual__contents {
  display: flex;
  align-items: center;
  width: 38%;
  padding: 30px;
  box-sizing: border-box;
}
.sub-visual__img {
  width: 72%;
  height: 100%;
}
.sub-visual__img--plan {
  background: url(../img/layout/header/visual--plan.jpg) no-repeat center/cover;
}
.sub-visual__img--flow {
  background: url(../img/layout/header/visual--flow.jpg) no-repeat center/cover;
}
.sub-visual__img--faq {
  background: url(../img/layout/header/visual--faq.jpg) no-repeat center/cover;
}
.sub-visual__img--facilities {
  background: url(../img/layout/header/visual--facilities.jpg) no-repeat center/cover;
}
.sub-visual__img--instructor {
  background: url(../img/layout/header/visual--instructor.jpg) no-repeat center/cover;
}
.sub-visual__img--news {
  background: url(../img/layout/header/visual--news.jpg) no-repeat center/cover;
}
.sub-visual__img--contact {
  background: url(../img/layout/header/visual--contact.jpg) no-repeat center/cover;
}
.sub-visual__img--privacy {
  background: url(../img/layout/header/visual--privacy.jpg) no-repeat center/cover;
}
.sub-visual__img--agreement {
  background: url(../img/layout/header/visual--agreement.jpg) no-repeat center/cover;
}
.sub-visual__img--site {
  background: url(../img/layout/header/visual--site.jpg) no-repeat center/cover;
}
.sub-visual__img--404 {
  background: url(../img/layout/header/visual--404.jpg) no-repeat center/cover;
}

@keyframes sub-rise {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes char-rise {
  from {
    opacity: 0;
    transform: translateY(110%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .header--top {
    width: 100%;
    height: 60vh;
    position: relative;
  }
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
  }
  .header-bar__logo {
    width: 230px;
  }
  .header-bar__wrapper {
    display: none;
  }
  .top-visual {
    width: 100%;
    height: 100%;
    background: url(../img/layout/header/visual--top.jpg) no-repeat center left -180px/cover;
    position: absolute;
    inset: 0;
  }
  .top-visual__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top-visual__title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .top-visual__title .sub {
    display: block;
    font-size: 5vw;
  }
  .top-visual__title .main {
    display: flex;
    font-size: 10.5vw;
  }
  .sub-visual {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .sub-visual__title {
    font-size: 2.4rem;
  }
  .sub-visual__contents {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .sub-visual__img {
    width: 100%;
    height: 150px;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.footer-action__title {
  align-items: center;
}
.footer-action__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 30px;
  box-sizing: border-box;
}
.footer-action__list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 325px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.footer-action__item .title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer-action__item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-action__item .button--tel {
  height: 48px;
}
.footer-action__item .button--tel .text {
  font-size: 3.8rem;
  line-height: 1;
}
.footer-action__item .button--reservation, .footer-action__item .button--mail {
  width: 290px;
  height: 48px;
  border-radius: 90px;
  transition: all 0.3s;
}
.footer-action__item .button--reservation:hover, .footer-action__item .button--mail:hover {
  background: #ffffff;
}
.footer-action__item .button--reservation:hover .icon, .footer-action__item .button--reservation:hover .text, .footer-action__item .button--mail:hover .icon, .footer-action__item .button--mail:hover .text {
  color: #273615;
}
.footer-action__item .button--reservation {
  background: #CCCE2E;
  border: 1px solid #CCCE2E;
}
.footer-action__item .button--reservation .text {
  color: #273615;
}
.footer-action__item .button--mail {
  background: #273615;
  border: 1px solid #273615;
}
.footer-action__item .button--mail .icon, .footer-action__item .button--mail .text {
  color: #ffffff;
}
.footer-action__item .caption {
  font-size: 1.5rem;
}
.footer-action__item .caption a {
  border-bottom: 1px solid #273615;
}

.footer-bar {
  padding: 80px 0 50px;
  background: #273615;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__contents--right {
  align-items: flex-end;
  gap: 60px;
}
.footer-bar__logo {
  width: 340px;
  margin-bottom: 30px;
}
.footer-bar__address {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  width: 470px;
}
.footer-bar__item a {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-bar__copyright {
  color: #ffffff;
  font-size: 1.3rem;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  color: #ffffff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
    background-position: left bottom;
  }
  .footer-action__title {
    align-items: center;
  }
  .footer-action__title .ja {
    font-size: 2.4rem;
    text-align: center;
  }
  .footer-action__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  .footer-action__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .footer-action__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 20px;
  }
  .footer-action__item .title {
    font-size: 1.6rem;
  }
  .footer-action__item .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-action__item .button--tel {
    height: 45px;
  }
  .footer-action__item .button--tel .text {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .footer-action__item .button--reservation, .footer-action__item .button--mail {
    width: 90%;
    height: 45px;
  }
  .footer-action__item .caption {
    font-size: 1.4rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
    margin-bottom: 70px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    border-top: 1px solid #333333;
    padding-top: 10px;
    margin-top: 80px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__contents--right {
    align-items: flex-end;
    gap: 60px;
  }
  .footer-bar__logo {
    width: 250px;
    margin-bottom: 30px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__links {
    display: none;
  }
  .bottom-nav {
    display: flex;
    width: 100%;
    height: 70px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .bottom-nav__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 50%;
    height: 100%;
  }
  .bottom-nav__action--tel {
    background: #273615;
  }
  .bottom-nav__action--tel .text {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1;
  }
  .bottom-nav__action--reservation {
    background: #CCCE2E;
  }
  .bottom-nav__action--reservation .text {
    font-size: 1.6rem;
    font-weight: 900;
  }
  .bottom-nav__action .caption {
    color: #ffffff;
    font-size: 1rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #273615;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.drawer-on__inner {
  padding: 10px 5px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 230px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #CCCE2E;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #273615;
}
.drawer-mail span {
  font-size: 1.8rem;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #273615;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 30px;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #2D7727;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-concept {
  padding: 80px 0;
}
.top-concept__title {
  align-items: center;
}
.top-concept__title .ja {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 50px 0;
  }
  .top-concept__title {
    align-items: center;
  }
  .top-concept__title .ja {
    text-align: center;
  }
}
.top-feature {
  padding: 80px 0;
  background: #F7F9F2;
}
.top-feature__title {
  align-items: center;
  margin-bottom: 50px;
}
.top-feature__title .ja {
  text-align: center;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2%;
  margin-bottom: 50px;
}
.top-feature__item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 32%;
}
.top-feature__item .title {
  font-size: 2.8rem;
  text-align: center;
  width: 100%;
}
.top-feature__item .text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.top-feature__button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-feature {
    padding: 50px 0;
  }
  .top-feature__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-feature__title .ja {
    text-align: center;
  }
  .top-feature__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px 2%;
    margin-bottom: 30px;
  }
  .top-feature__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
  }
  .top-feature__item .title {
    font-size: 2.4rem;
    text-align: center;
    width: 100%;
  }
  .top-feature__item .text {
    font-size: 1.4rem;
  }
  .top-feature__button {
    margin: 0 auto;
  }
}
.top-message {
  padding: 80px 0;
  background: #F7F9F2;
}
.top-message__title--lv2 {
  align-items: center;
  margin-bottom: 20px;
}
.top-message__title--lv2 .ja {
  text-align: center;
}
.top-message__title--lv3 {
  font-size: 2.8rem;
}
.top-message__text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.top-message__text--lv2 {
  margin-bottom: 40px;
}
.top-message__text--lv3 {
  margin-bottom: 10px;
}
.top-message__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .top-message {
    padding: 50px 0;
  }
  .top-message__title--lv2 {
    margin-bottom: 20px;
  }
  .top-message__title--lv3 {
    font-size: 2.8rem;
  }
  .top-message__text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .top-message__text--lv2 {
    margin-bottom: 40px;
  }
  .top-message__text--lv3 {
    margin-bottom: 10px;
  }
  .top-message__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
    box-sizing: border-box;
  }
}
.top-training {
  position: relative;
}
.top-training__inner {
  padding: 80px 0;
}
.top-training__title {
  margin-bottom: 30px;
}
.top-training__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
.top-training__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.top-training__img {
  width: 45%;
  height: 100%;
  background: url(../img/pages/top/message/img.jpg) no-repeat center right/cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-training {
    position: relative;
  }
  .top-training__inner {
    padding: 50px 0;
  }
  .top-training__title {
    margin-bottom: 20px;
  }
  .top-training__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-training__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-training__img {
    width: 100%;
    height: 250px;
    position: static;
    top: auto;
    right: auto;
  }
}
.top-access {
  padding: 80px 0;
}
.top-access__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-access__title {
  margin-bottom: 30px;
}
.top-access__contents {
  width: 60%;
}
.top-access__img {
  width: 460px;
}
.top-access__row {
  display: flex;
  align-items: center;
  gap: 2%;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.top-access__term, .top-access__desc {
  font-size: 1.8rem;
}
.top-access__term {
  width: 18%;
}
.top-access__desc {
  width: 80%;
}
.top-access__desc .link {
  display: inline-block;
  gap: 5px;
  border-bottom: 1px solid #273615;
}
.top-access__desc .text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 50px 0;
  }
  .top-access__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .top-access__title {
    margin-bottom: 10px;
  }
  .top-access__contents {
    width: 100%;
  }
  .top-access__img {
    width: 100%;
  }
  .top-access__row {
    display: flex;
    align-items: center;
    gap: 2%;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
  }
  .top-access__term, .top-access__desc {
    font-size: 1.4rem;
  }
  .top-access__term {
    width: 19%;
  }
  .top-access__desc {
    width: 79%;
  }
  .top-access__desc .link {
    display: inline-block;
    gap: 5px;
    border-bottom: 1px solid #273615;
  }
  .top-access__desc .text {
    font-size: 1.4rem;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  position: relative;
}
.top-news__title {
  margin-bottom: 35px;
}
.top-news__list {
  display: flex;
  gap: 2%;
}
.top-news__item {
  display: flex;
  width: 32%;
}
.top-news__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-news__item .link:hover {
  opacity: 0.8;
}
.top-news__item .img {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/news/no-img.jpg) no-repeat center/cover;
  border: 1px solid #333333;
  border-radius: 8px;
}
.top-news__item .time {
  color: #CCCE2E;
  font-size: 1.6rem;
  line-height: 1;
}
.top-news__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #CCCE2E;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-news__item .caption {
  font-size: 1.4rem;
  line-height: 1.5;
}
.top-news__button {
  width: 210px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0 30px;
  }
  .top-news__title {
    margin-bottom: 30px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-news__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-news__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-news__item .time {
    font-size: 1.4rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-news__item .caption {
    font-size: 1.3rem;
  }
  .top-news__button {
    width: 250px;
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.plan-concept {
  padding: 80px 0;
}
.plan-concept__title {
  align-items: center;
  margin-bottom: 30px;
}
.plan-concept__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .plan-concept {
    padding: 50px 0;
  }
  .plan-concept__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .plan-concept__text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
.plan-membership {
  padding: 60px 0 50px;
  background: #F7F9F2;
}
.plan-membership__title {
  align-items: center;
  margin-bottom: 50px;
}
.plan-membership__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.plan-membership__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 520px;
  background: #ffffff;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}
.plan-membership__item .title {
  font-size: 2.8rem;
}
.plan-membership__item .text {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.plan-membership__item .cost {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.plan-membership__item .cost span {
  font-size: 5.2rem;
}
.plan-membership__item .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 360px;
  background: #F7F9F2;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.plan-membership__item .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.plan-membership__item .icon {
  width: 12px;
}
.plan-membership__item .point {
  font-size: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .plan-membership {
    padding: 40px 0;
  }
  .plan-membership__title {
    align-items: center;
    margin-bottom: 15px;
  }
  .plan-membership__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  .plan-membership__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .plan-membership__item .title {
    font-size: 2rem;
  }
  .plan-membership__item .text {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .plan-membership__item .cost {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .plan-membership__item .cost span {
    font-size: 3.6rem;
  }
  .plan-membership__item .list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .plan-membership__item .item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .plan-membership__item .icon {
    width: 12px;
  }
  .plan-membership__item .point {
    font-size: 1.3rem;
  }
}
.flow-step {
  padding: 80px 0;
}
.flow-step__title {
  margin-bottom: 50px;
}
.flow-step__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.flow-step__item {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
.flow-step__item .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
}
.flow-step__item .en, .flow-step__item .number {
  color: #CCCE2E;
}
.flow-step__item .en {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.flow-step__item .number {
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
.flow-step__item .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flow-step__item .contents {
  width: 100%;
}
.flow-step__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.flow-step__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.flow-step__item .attention {
  background: #F2DEDE;
  border-left: 6px solid #E8C4C4;
  padding: 25px 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.flow-step__item .heading {
  color: #A94442;
  font-size: 1.8rem;
}
.flow-step__item .message {
  color: #A94442;
  font-size: 1.6rem;
}

.action {
  margin-top: 20px;
}
.action__list {
  display: flex;
  gap: 30px;
  background: #F7F9F2;
  padding: 30px;
  box-sizing: border-box;
}
.action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 435px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.action__button {
  height: 48px;
}
.action__button--tel {
  display: flex;
  align-items: center;
  gap: 5px;
}
.action__button--tel .text {
  font-size: 3.8rem;
  font-weight: 900;
}
.action__button--reservation {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CCCE2E;
  border: 1px solid #CCCE2E;
  border-radius: 90px;
  transition: all 0.3s;
}
.action__button--reservation:hover {
  background: #ffffff;
}
.action__caption {
  font-size: 1.6rem;
}
.action__caption a {
  border-bottom: 1px solid #273615;
}

@media only screen and (max-width: 767px) {
  .flow-step {
    padding: 50px 0;
  }
  .flow-step__title {
    margin-bottom: 30px;
  }
  .flow-step__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .flow-step__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
  }
  .flow-step__item .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
  }
  .flow-step__item .en {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .flow-step__item .number {
    font-size: 3.2rem;
  }
  .flow-step__item .contents {
    width: 100%;
  }
  .flow-step__item .title {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .flow-step__item .text {
    font-size: 1.4rem;
  }
  .flow-step__item .attention {
    padding: 20px;
    margin-top: 20px;
  }
  .flow-step__item .heading {
    font-size: 1.5rem;
  }
  .flow-step__item .message {
    font-size: 1.3rem;
  }
  .action {
    margin-top: 20px;
  }
  .action__title {
    font-size: 1.4rem;
  }
  .action__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  .action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .action__button {
    height: 48px;
  }
  .action__button--tel {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .action__button--tel .text {
    font-size: 3.2rem;
  }
  .action__button--reservation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .action__caption {
    font-size: 1.4rem;
  }
}
.faq-introduction {
  padding: 80px 0;
}
.faq-introduction__title--lv2 {
  margin-bottom: 50px;
}
.faq-introduction__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  background: #F7F9F2;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.faq-introduction__tag {
  width: 255px;
}
.faq-introduction__tag a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
}
.faq-introduction__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.faq-introduction__item .title {
  color: #ffffff;
  font-size: 2.8rem;
  background: #273615;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.faq-introduction__item .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-introduction__item .question {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.faq-introduction__item .icon {
  width: 25px;
}
.faq-introduction__item .text {
  font-size: 2.4rem;
}
.faq-introduction__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faq-introduction__item .answer {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .faq-introduction {
    padding: 50px 0;
  }
  .faq-introduction__title--lv2 {
    margin-bottom: 20px;
  }
  .faq-introduction__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    padding: 20px 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .faq-introduction__tag {
    width: 50%;
  }
  .faq-introduction__tag a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .faq-introduction__tag a .text {
    font-size: 1.4rem;
  }
  .faq-introduction__tag a .icon {
    font-size: 1.2rem;
  }
  .faq-introduction__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .faq-introduction__item .title {
    font-size: 1.8rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .faq-introduction__item .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .faq-introduction__item .question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .faq-introduction__item .icon {
    width: 25px;
  }
  .faq-introduction__item .text {
    font-size: 1.8rem;
  }
  .faq-introduction__item .body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .faq-introduction__item .answer {
    font-size: 1.4rem;
  }
}
.facilities-concept {
  padding: 80px 0;
}
.facilities-concept__title {
  align-items: center;
  margin-bottom: 30px;
}
.facilities-concept__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .facilities-concept {
    padding: 50px 0;
  }
  .facilities-concept__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .facilities-concept__text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
.facilities-introduction {
  padding: 80px 0;
}
.facilities-introduction--odd {
  background: #F7F9F2;
}
.facilities-introduction--even {
  background: #ffffff;
}
.facilities-introduction__title--lv2 {
  margin-bottom: 20px;
}
.facilities-introduction__title--lv3 {
  color: #ffffff;
  font-size: 2rem;
  background: #273615;
  padding: 5px;
  margin-bottom: 10px;
}
.facilities-introduction__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.facilities-introduction__contents {
  width: 500px;
}
.facilities-introduction__text {
  font-size: 1.6rem;
}
.facilities-introduction__img {
  width: 540px;
}

.facilities-feature {
  margin-top: 80px;
}
.facilities-feature__title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.facilities-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.facilities-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 520px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.facilities-feature__item--even {
  background: #F7F9F2;
}
.facilities-feature__item .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.facilities-feature__item .movie iframe {
  width: 100%;
  height: 100%;
}
.facilities-feature__item .img {
  margin-bottom: 15px;
}
.facilities-feature__item .title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.facilities-feature__item .text {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .facilities-introduction {
    padding: 50px 0;
  }
  .facilities-introduction__title--lv2 {
    margin-bottom: 20px;
  }
  .facilities-introduction__title--lv3 {
    font-size: 1.8rem;
    padding: 5px;
    margin-bottom: 10px;
  }
  .facilities-introduction__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .facilities-introduction__contents {
    width: 100%;
  }
  .facilities-introduction__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .facilities-introduction__img {
    width: 100%;
  }
  .facilities-feature {
    margin-top: 60px;
  }
  .facilities-feature__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .facilities-feature__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  .facilities-feature__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .facilities-feature__item .img {
    margin-bottom: 15px;
  }
  .facilities-feature__item .title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .facilities-feature__item .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.instructor-introduction {
  padding: 80px 0;
}
.instructor-introduction__title--lv2 {
  margin-bottom: 50px;
}
.instructor-introduction__title--lv3 {
  display: flex;
  flex-direction: column;
}
.instructor-introduction__title--lv3 .position {
  font-size: 1.6rem;
  font-weight: 900;
}
.instructor-introduction__title--lv3 .name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.instructor-introduction__title--lv3 .name .ja {
  font-size: 3.2rem;
}
.instructor-introduction__title--lv3 .name .en {
  font-size: 1.8rem;
}
.instructor-introduction__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.instructor-introduction__item {
  display: flex;
  gap: 40px;
}
.instructor-introduction__img {
  width: 500px;
}
.instructor-introduction__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 540px;
}
.instructor-introduction__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.instructor-introduction__link {
  width: 30px;
}
.instructor-introduction__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.instructor-introduction__text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .instructor-introduction {
    padding: 50px 0;
  }
  .instructor-introduction__title--lv2 {
    margin-bottom: 30px;
  }
  .instructor-introduction__title--lv3 {
    display: flex;
    flex-direction: column;
  }
  .instructor-introduction__title--lv3 .position {
    font-size: 1.4rem;
  }
  .instructor-introduction__title--lv3 .name {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .instructor-introduction__title--lv3 .name .ja {
    font-size: 2.4rem;
  }
  .instructor-introduction__title--lv3 .name .en {
    font-size: 1.5rem;
  }
  .instructor-introduction__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .instructor-introduction__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .instructor-introduction__img {
    width: 100%;
  }
  .instructor-introduction__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .instructor-introduction__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .instructor-introduction__link {
    width: 25px;
  }
  .instructor-introduction__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .instructor-introduction__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.news-archive {
  padding: 100px 0;
}
.news-archive__title {
  margin-bottom: 35px;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item {
  display: flex;
}
.news-archive__link {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.news-archive__link:hover {
  opacity: 0.6;
}
.news-archive__thumbnail {
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/pages/news/archive/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.news-archive__contents {
  width: 900px;
}
.news-archive__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}
.news-archive__time {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-archive__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-archive__tag {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #273615;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-archive__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #273615;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 50px 0;
  }
  .news-archive__title {
    margin-bottom: 25px;
  }
  .news-archive__list {
    display: flex;
    flex-direction: column;
  }
  .news-archive__item {
    display: flex;
  }
  .news-archive__link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
  .news-archive__thumbnail {
    width: 150px;
  }
  .news-archive__contents {
    width: 100%;
  }
  .news-archive__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-archive__time {
    font-size: 1.6rem;
  }
  .news-archive__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-archive__tag {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 2px 10px;
  }
  .news-archive__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.news-single {
  padding: 100px 0;
}
.news-single__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #273615;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.news-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-single__tag {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #273615;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-single__time {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0;
  }
  .news-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .news-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-single__tag {
    font-size: 1.2rem;
  }
  .news-single__time {
    font-size: 1.4rem;
  }
  .news-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.column-archive {
  background: url(../img/pages/column/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-archive__title {
  margin-bottom: 35px;
}
.column-archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 2%;
}
.column-archive__item {
  display: flex;
  width: 32%;
}
.column-archive__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.column-archive__link:hover {
  opacity: 0.6;
}
.column-archive__thumbnail {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
}
.column-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.column-archive__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.column-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.column-archive__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.column-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}

@media only screen and (max-width: 767px) {
  .column-archive {
    padding: 50px 0;
  }
  .column-archive__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .column-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .column-archive__item {
    display: flex;
    width: 48.5%;
  }
  .column-archive__link {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-archive__thumbnail {
    margin-bottom: 20px;
  }
  .column-archive__time {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .column-archive__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .column-archive__tags {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .column-archive__tag {
    font-size: 1.2rem;
  }
}
.column-single {
  background: url(../img/pages/column/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.column-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.column-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.column-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .column-single {
    padding: 50px 0;
  }
  .column-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .column-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .column-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .column-single__tag {
    font-size: 1.2rem;
  }
  .column-single__time {
    font-size: 1.4rem;
  }
  .column-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.complete__title {
  align-items: center;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */