@charset "UTF-8";
/* ---------------------------------------
Mixin
--------------------------------------- */
/* ---------------------------------------
Base
--------------------------------------- */
/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif, serif;
  font-size: clamp(1.6rem, 1.539rem + 0.16vw, 1.8rem);
  background-color: #f6f5f0;
}

/*WordPress管理画面内*/
/* マウスドラッグ時の色指定 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

#container {
  position: relative;
  color: #090909;
}

#content {
  position: relative;
}

.content-width {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
}

.content-width--sm {
  width: 88%;
  margin-inline: auto;
  max-width: 840px;
}

.content-width--md {
  width: 88%;
  margin-inline: auto;
  max-width: 960px;
}

.content-width--lr {
  width: 88%;
  margin-inline: auto;
  max-width: 1120px;
}

.content-box {
  width: 88%;
  margin-inline: auto;
  padding: 24px;
  background-color: white;
}
@media only screen and (min-width: 1000px) {
  .content-box {
    max-width: 1000;
    padding: 50px;
  }
}

.pos-center {
  display: grid;
  place-content: center;
  place-items: center;
}

.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.w72p {
  width: 72%;
}

.btns {
  display: flex;
  flex-direction: column;
}
.btns > a:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .btns {
    flex-direction: row;
    justify-content: center;
  }
  .btns > a:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.sec-spacer {
  padding: 96px 0;
}
@media only screen and (min-width: 1000px) {
  .sec-spacer {
    padding: 128px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .sec-spacer {
    padding: 160px 0;
  }
}

.sec-spacer--sm {
  padding: 64px 0;
}
@media only screen and (min-width: 1000px) {
  .sec-spacer--sm {
    padding: 96px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .sec-spacer--sm {
    padding: 128px 0;
  }
}

.spacer-sm {
  padding: 15px;
}

.mt-spacer {
  margin-top: 96px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-spacer {
    margin-top: 128px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .mt-spacer {
    margin-top: 160px !important;
  }
}

.mb-spacer {
  margin-bottom: 96px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-spacer {
    margin-bottom: 128px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .mb-spacer {
    margin-bottom: 160px !important;
  }
}

.pt-spacer {
  padding-top: 96px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-spacer {
    padding-top: 128px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .pt-spacer {
    padding-top: 160px !important;
  }
}

.pb-spacer {
  padding-bottom: 96px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-spacer {
    padding-bottom: 128px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .pb-spacer {
    padding-bottom: 160px !important;
  }
}

.mt-xsm {
  margin-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-xsm {
    margin-top: 16px !important;
  }
}

.mt-sm {
  margin-top: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-sm {
    margin-top: 24px !important;
  }
}

.mt-md {
  margin-top: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-md {
    margin-top: 32px !important;
  }
}

.mt-lr {
  margin-top: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-lr {
    margin-top: 40px !important;
  }
}

.mt-lg {
  margin-top: 40px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-lg {
    margin-top: 64px !important;
  }
}

.mt-xlg {
  margin-top: 64px !important;
}
@media only screen and (min-width: 1000px) {
  .mt-xlg {
    margin-top: 88px !important;
  }
}

.mb-xsm {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-xsm {
    margin-bottom: 16px !important;
  }
}

.mb-sm {
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-sm {
    margin-bottom: 24px !important;
  }
}

.mb-md {
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-md {
    margin-bottom: 32px !important;
  }
}

.mb-lr {
  margin-bottom: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-lr {
    margin-bottom: 48px !important;
  }
}

.mb-lg {
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-lg {
    margin-bottom: 64px !important;
  }
}

.mb-xlg {
  margin-bottom: 64px !important;
}
@media only screen and (min-width: 1000px) {
  .mb-xlg {
    margin-bottom: 80px !important;
  }
}

.pt-xsm {
  padding-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-xsm {
    padding-top: 16px !important;
  }
}

.pt-sm {
  padding-top: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-sm {
    padding-top: 24px !important;
  }
}

.pt-md {
  padding-top: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-md {
    padding-top: 32px !important;
  }
}

.pt-lr {
  padding-top: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-lr {
    padding-top: 48px !important;
  }
}

.pt-lg {
  padding-top: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .pt-lg {
    padding-top: 64px !important;
  }
}

.pb-xlg {
  padding-bottom: 64px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-xlg {
    padding-bottom: 96px !important;
  }
}

.pb-xsm {
  padding-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-xsm {
    padding-bottom: 16px !important;
  }
}

.pb-sm {
  padding-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-sm {
    padding-bottom: 24px !important;
  }
}

.pb-md {
  padding-bottom: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-md {
    padding-bottom: 32px !important;
  }
}

.pb-lr {
  padding-bottom: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-lr {
    padding-bottom: 48px !important;
  }
}

.pb-lg {
  padding-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-lg {
    padding-bottom: 64px !important;
  }
}

.pb-xlg {
  padding-bottom: 64px !important;
}
@media only screen and (min-width: 1000px) {
  .pb-xlg {
    padding-bottom: 96px !important;
  }
}

@media only screen and (min-width: 1000px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
}

.font-body {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}

.font-en {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.font-xsm {
  font-size: 12px;
}
@media only screen and (min-width: 1000px) {
  .font-xsm {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .font-xsm {
    font-size: 14px;
  }
}

.font-sm {
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .font-sm {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .font-sm {
    font-size: 16px;
  }
}

.font-md {
  font-size: 16px;
}
@media only screen and (min-width: 1000px) {
  .font-md {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .font-md {
    font-size: 20px;
  }
}

.font-lr {
  font-size: 20px;
}
@media only screen and (min-width: 1000px) {
  .font-lr {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .font-lr {
    font-size: 32px;
  }
}

.font-lg {
  font-size: 32px;
}
@media only screen and (min-width: 1000px) {
  .font-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .font-lg {
    font-size: 48px;
  }
}

.img-obj {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-darken::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(9, 9, 9, 0.3);
}

.round-corner {
  border-radius: 6px;
}

.box-shadow {
  box-shadow: rgba(150, 150, 150, 0.18) 0px 6px 18px;
}

.line-btm {
  /*親要素をposition: relativeにすること*/
}
.line-btm::before {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 88%;
  height: 1px;
  bottom: 0;
  max-width: 1536px;
  border-top: 1px solid #d4d3ca;
  transform: translateX(-50%);
}

.arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 9999px;
  background-color: #585858;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #585858;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}

.c-key {
  color: #767570;
}

.c-bgkey {
  color: #f6f5f0;
}

.c-gray {
  color: #585858;
}

.bg-key {
  background-color: #f6f5f0;
}

.bg-white {
  background-color: white;
}

/* ---------------------------------------
Modules
--------------------------------------- */
.appear.up .item {
  transform: translateY(24px);
}

.appear.down .item {
  transform: translateY(-24px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.btn, .btn--small, .btn--big, .btn--w90, .btn--w100 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px;
  text-decoration: none;
  width: 100%;
  font-size: clamp(1.7rem, 1.608rem + 0.24vw, 2rem);
  color: white !important;
  background-color: #767570;
  border-radius: 6px;
  transition: all 0.3s;
  overflow-wrap: anywhere;
  cursor: pointer;
}
.btn:hover, .btn--small:hover, .btn--big:hover, .btn--w90:hover, .btn--w100:hover {
  background-color: #8e8c86;
}
.btn__text {
  display: block;
  width: 100%;
  text-align: center;
}
.btn__arrow {
  width: 48px;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  background-color: #eceae0;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 0.3s;
}
.btn__arrow span {
  margin-left: 8px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 16px;
  aspect-ratio: 1;
  background-color: #090909;
}
.btn__arrow--item02 {
  position: absolute;
  transform: translateX(-400%);
}
.btn--form .wpcf7-submit {
  position: absolute;
  inset: 0;
  opacity: 0; /* input[type="submit"] の文字（=「送信」）が二重で表示されないように*/
  z-index: 2;
  cursor: pointer;
}
.btn--w100 {
  width: 100%;
}
.btn--w90 {
  width: 90%;
}
.btn--small {
  font-size: 13px;
  padding: 12px;
}
@media (any-hover: hover) {
  .btn:hover .btn__arrow--item01, .btn--w100:hover .btn__arrow--item01, .btn--w90:hover .btn__arrow--item01, .btn--big:hover .btn__arrow--item01, .btn--small:hover .btn__arrow--item01 {
    transition: transform 0.3s ease;
    transform: translateX(400%);
  }
  .btn:hover .btn__arrow--item02, .btn--w100:hover .btn__arrow--item02, .btn--w90:hover .btn__arrow--item02, .btn--big:hover .btn__arrow--item02, .btn--small:hover .btn__arrow--item02 {
    transition: transform 0.3s ease 0.1s;
    transform: translate(0);
  }
}

input.btn, input.btn--w100, input.btn--w90, input.btn--big, input.btn--small {
  text-align: center;
  padding: 15px 30px;
}
input.btn::after, input.btn--w100::after, input.btn--w90::after, input.btn--big::after, input.btn--small::after {
  background: none;
}

@media only screen and (min-width: 1000px) {
  .btn, .btn--w100, .btn--w90, .btn--big, .btn--small {
    max-width: 320px;
  }
  .btn--big {
    width: 320px;
  }
  .btn--small {
    font-size: 15px;
    padding: 15px;
  }
  input.btn, input.btn--w100, input.btn--w90, input.btn--big, input.btn--small {
    padding: 20px 40px;
  }
}
.cover {
  position: relative;
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .cover {
    margin-bottom: 64px !important;
  }
}
.cover__title {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #d4d3ca;
}

@media only screen and (min-width: 1000px) {
  .cover__title {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .cover__title {
    padding-bottom: 40px;
  }
}
.filter {
  position: relative;
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .filter {
    margin-bottom: 64px !important;
  }
}
.filter__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 960px;
  padding: 16px 24px;
  background-color: #eceae0;
  border-radius: 6px;
}
.filter__title {
  display: grid;
  place-content: center;
  place-items: center;
  font-size: clamp(1.8rem, 1.616rem + 0.49vw, 2.4rem);
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .filter__title {
    margin-bottom: 24px !important;
  }
}
.filter__title {
  font-weight: 600;
  color: #585858;
}
.filter__select > form {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .filter__select > form {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.filter__select > form {
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.filter__select-section {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.filter__select-box {
  position: relative;
}
.filter__select-box select {
  background-color: white;
  border: solid 1px #d4d3ca;
  font-size: clamp(1.4rem, 1.278rem + 0.33vw, 1.8rem);
  padding: 8px 32px 8px 8px;
  cursor: pointer;
}
.filter__select-box::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: solid 1px #585858;
  border-bottom: solid 1px #585858;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -80%;
}
.filter__select-btn {
  display: flex;
  align-items: center;
}
.filter__select-btn input[type=submit] {
  background-color: #444;
  padding: 8px 24px;
  border-radius: 6px;
  color: white;
  transition: all 0.3s;
}
.filter__select-btn input[type=submit]:hover {
  background-color: #585858;
}
.filter__select-btn--clear {
  margin-left: 16px;
}
.filter__select-btn--clear > a {
  color: #0066cc;
}
.filter__select-btn--clear > a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1000px) {
  .filter__inner {
    padding: 24px 32px;
  }
  .filter__select > form {
    display: flex;
    align-content: inherit;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .filter__select-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .filter__select-box select {
    padding: 8px 48px 8px 16px;
  }
}
.form__inner {
  background-color: #e5e5e5;
  width: 88%;
  margin-inline: auto;
  max-width: 840px;
  border-radius: 6px;
  padding: 24px;
}
.form__text {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  color: #585858;
  position: relative; /*スピナーのため*/
}
.form__item {
  display: block;
  margin-bottom: 24px;
}
.form__label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.form__label::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 100%;
  transform: translateY(-50%);
  border-left: 3px solid #767570;
  height: 16px;
  margin-inline: auto;
}
.form__label-text {
  padding-left: 10px;
  font-weight: 600;
}
.form__label-tag, .form__label-tag--required {
  padding: 4px 8px;
  margin-left: 10px;
  color: white;
  background-color: #585858;
  font-size: 13px;
  border-radius: 3px;
  line-height: 1;
}
.form__label-tag--required {
  background-color: #767570;
}
.form .wpcf7-form-control-wrap input, .form .wpcf7-form-control-wrap select, .form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 12px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .form .wpcf7-form-control-wrap input, .form .wpcf7-form-control-wrap select, .form .wpcf7-form-control-wrap textarea {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .form .wpcf7-form-control-wrap input, .form .wpcf7-form-control-wrap select, .form .wpcf7-form-control-wrap textarea {
    font-size: 16px;
  }
}
.form .wpcf7-form-control-wrap input, .form .wpcf7-form-control-wrap select, .form .wpcf7-form-control-wrap textarea {
  background-color: white;
}
.form .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.form .wpcf7-radio label {
  cursor: pointer;
}
.form .wpcf7-radio input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form .wpcf7-radio input + span {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  line-height: 1.8;
}
.form .wpcf7-radio input + span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: solid 1px #bbb;
  background-color: white;
}
.form .wpcf7-radio input + span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #767570;
  transition: opacity 0.2s;
}
.form .wpcf7-radio input:checked + span::after {
  opacity: 1;
}
.form .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 15px;
}
.form .wpcf7-response-output {
  color: #090909;
  margin-top: 3em !important; /*ボタンとメッセージの間隔を広げる（スピナー表示用スペース確保）*/
}
.form .wpcf7-spinner {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.form__agree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .form__agree {
    margin-bottom: 24px !important;
  }
}
.form__agree {
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .form__agree {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .form__agree {
    font-size: 16px;
  }
}
.form__agree input {
  transform: scale(1.3);
  border: solid 1px #ddd;
  border-radius: 3px;
  margin-right: 3px;
}
.form__agree a {
  display: block;
  margin-top: 5px;
  color: #767570;
  transition: color 0.3s;
  text-decoration: none;
}
.form__agree a:hover {
  color: #767570;
}
.form__complete-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.form__complete-text {
  color: #090909;
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}
.form {
  /* エラー */
}
.form .wpcf7-not-valid-tip,
.form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 8px;
  display: block;
  color: #cc0000;
  font-weight: bold;
}

@media only screen and (min-width: 1000px) {
  .form {
    background-color: transparent;
  }
  .form__inner {
    padding: 40px;
  }
  .form__item {
    margin-bottom: 32px;
  }
  .form__item.col2 {
    width: 50%;
  }
  .form__item.col3 {
    width: 33.3333333333%;
  }
  .form__item.col4 {
    width: 25%;
  }
  .form__item.col5 {
    width: 20%;
  }
  .form__label::before {
    height: 24px;
  }
  .form__label-tag, .form__label-tag--required {
    font-size: 14px;
    margin-left: 12px;
  }
  .form__complete-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .form__inner {
    padding: 56px;
  }
}
.heading {
  position: relative;
}
.heading__primary {
  position: relative;
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
  font-weight: 600;
  color: #090909;
}
.heading__primary--en {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 1.755rem + 0.65vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 3px;
  color: #767570;
  line-height: 1.1;
}
.heading__secondary {
  position: relative;
  font-size: clamp(2.8rem, 2.433rem + 0.98vw, 4rem);
  font-weight: 600;
}
.heading__secondary--en {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 1.755rem + 0.65vw, 2.8rem);
  font-weight: 700;
  color: #767570;
  line-height: 1.1;
  margin-bottom: 2px;
}
.heading__lg {
  position: relative;
  font-size: 48px;
  font-weight: 700;
}
.heading__lg--en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(118, 117, 112, 0.7);
}
.heading__md, .heading__md--black {
  font-size: 24px;
  font-weight: 700;
}
.heading__md--black {
  color: #090909;
}
.heading__sm {
  color: white;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (min-width: 1000px) {
  .heading__md, .heading__md--black {
    font-size: 32px;
  }
  .heading__sm {
    font-size: 32px;
  }
  .heading__xsm {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .heading__md, .heading__md--black {
    font-size: 40px;
  }
}
.hero {
  position: relative;
  margin: 64px auto 0;
}
.hero .swiper {
  overflow: hidden !important;
}
.hero .swiper-slide {
  position: relative;
  height: calc(100dvh - 64px);
  overflow: hidden;
}
.hero .swiper-slide-active .hero__img-inner {
  transform: scale(1.1); /* アクティブ時に画像を拡大 */
}
.hero .swiper-button-prev, .hero .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 40px;
  transform: translateY(0);
  z-index: 10;
  width: 24px;
  height: 24px;
  background: rgba(9, 9, 9, 0.5);
  border-radius: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
}
.hero .swiper-button-prev:hover, .hero .swiper-button-next:hover {
  color: white;
}
.hero .swiper-button-prev::after, .hero .swiper-button-next::after {
  font-size: 12px;
}
.hero .swiper-button-prev {
  left: auto;
  right: 64px;
}
.hero .swiper-button-next {
  right: 16px;
}
.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__img-unit {
  width: 100%;
  height: 100%;
  transition: transform 8s ease;
}
.hero__img-unit > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__img-unit-pc {
  display: none;
}
.hero__texts-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero__texts-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  background-color: #767570;
  opacity: 0;
  transform: scaleX(0);
  visibility: hidden;
}
.hero__texts.inview .hero__texts-inner::before {
  animation: title-bg-slideIn 2s ease 0.4s forwards;
}
.hero__texts.inview .hero__texts-box {
  animation: title-text-fadeIn 1s ease 1.2s forwards;
}
.hero__texts-box {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: white;
  font-weight: 800;
  padding: 16px;
  white-space: nowrap;
}
.hero__texts-subtitle {
  font-size: clamp(1.6rem, 1.355rem + 0.65vw, 2.4rem);
  font-weight: 400;
}
.hero__texts-title {
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -1px;
  margin: 8px 0;
}
.hero__texts-divider {
  width: 72%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  margin-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .hero__texts-divider {
    margin-top: 16px !important;
  }
}
.hero__texts-divider {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .hero__texts-divider {
    margin-bottom: 16px !important;
  }
}
.hero__texts-date {
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.hero__texts-date > span {
  font-size: clamp(2.4rem, 2.155rem + 0.65vw, 3.2rem);
  margin-left: 4px;
}
.hero__texts-place {
  font-size: clamp(1.6rem, 1.355rem + 0.65vw, 2.4rem);
  margin-top: 8px;
  font-weight: 400;
}
.hero__pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero__pagination .swiper-pagination-bullets {
  bottom: 8px;
}
.hero__pagination .swiper-pagination-bullet {
  background-color: white;
  margin-right: 10px;
}
.hero__pagination .swiper-pagination-bullet-active:focus, .hero__pagination .swiper-pagination-bullet-active:visited {
  outline: none;
}
.hero__scroll {
  position: absolute;
  left: 9%; /* (100% - 82%) / 2 */
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 64px;
  z-index: 2;
}
.hero__scroll-inner {
  position: relative;
}
.hero__scroll-border {
  display: block;
  position: relative;
  top: 0;
  width: 1px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  margin: auto;
}
.hero__scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #767570;
  animation-name: kf-path-anime;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  margin: auto;
}
.hero__scroll-text {
  position: absolute;
  color: white;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes kf-path-anime {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(350%);
  }
}
@keyframes circle-progress {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes title-bg-slideIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  30% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes title-text-slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes title-text-fadeIn {
  0% {
    transform: translateY(-32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes subtitle-fadeIn {
  0% {
    transform: translateY(-48px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .hero {
    margin: 96px auto 0;
  }
  .hero .swiper-slide {
    height: calc(100dvh - 96px);
  }
  .hero .swiper-button-prev, .hero .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .hero .swiper-button-prev {
    right: 96px;
  }
  .hero .swiper-button-next {
    right: 32px;
  }
  .hero__texts-box {
    padding: 24px;
  }
  .hero__img-unit-sp {
    display: none;
  }
  .hero__img-unit-pc {
    display: block;
  }
  .hero__scroll {
    left: 4%;
    bottom: 0;
    width: 56px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1280px) {
  .hero__texts-box {
    padding: 32px;
  }
}
.nav-side__menu {
  list-style-type: none;
}
.nav-side__menu > li > ul {
  background-color: #090909;
  list-style-type: none;
}
.nav-side__menu > li > ul > li {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  font-weight: 500;
}
.nav-side__menu > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #d4d3ca;
}
.nav-side__menu > li > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: white;
  background-image: url(../images/svg/arrow-next-white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.nav-side__menu > li > ul > li > a:hover {
  background-color: #202021;
}

@media only screen and (min-width: 1000px) {
  .nav-side__menu > li > ul > li > a {
    padding: 15px 20px;
    background-size: 15px;
  }
}
.news__category {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .news__category {
    margin-bottom: 64px !important;
  }
}
.news__category {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .news__category {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news__category {
  flex-wrap: wrap;
  gap: 16px;
}
.news__category-title {
  color: #767570;
  font-size: clamp(1.8rem, 1.616rem + 0.49vw, 2.4rem);
  font-weight: 500;
}
.news__category-lists {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.news__category-lists > li {
  font-size: clamp(1.4rem, 1.278rem + 0.33vw, 1.8rem);
  position: relative;
}
.news__category-lists > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #a5a49d;
}
.news__category-lists > li:last-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  width: 1px;
  height: 16px;
  right: 0;
  transform: translateY(-50%);
  background-color: #a5a49d;
}
.news__category-lists > li.current-cat > a {
  color: #767570;
}
.news__category-lists > li {
  /*カテゴリーなし*/
}
.news__category-lists > li.cat-item-none {
  padding: 0 8px;
}
.news__category-lists > li > a {
  padding: 0 8px;
  line-height: 1.8;
  color: #090909;
}
.news__category-lists > li > a:hover {
  color: #767570;
}
.news__article {
  width: 88%;
  margin-inline: auto;
  max-width: 960px;
}
.news__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .news__label {
    margin-bottom: 16px !important;
  }
}
.news__label--date {
  font-size: clamp(1.4rem, 1.308rem + 0.24vw, 1.7rem);
  color: #767570;
}
.news__label--tag {
  font-size: clamp(1.3rem, 1.208rem + 0.24vw, 1.6rem);
  text-align: center;
  padding: 3px 8px;
  color: white;
  background-color: #767570;
  border-radius: 3px;
}
.news__heading {
  font-size: clamp(2.4rem, 1.91rem + 1.31vw, 4rem);
  font-weight: 700;
}
.news__img {
  position: relative;
  overflow: hidden;
  padding-top: 66.67%;
  margin-top: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .news__img {
    margin-top: 24px !important;
  }
}
.news__img {
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .news__img {
    margin-bottom: 24px !important;
  }
}
.news__img {
  border-radius: 6px;
}
.news__img > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news__post {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}
.news__btn {
  width: 88%;
  margin-inline: auto;
  max-width: 960px;
  margin-top: 40px !important;
}
@media only screen and (min-width: 1000px) {
  .news__btn {
    margin-top: 64px !important;
  }
}

@media only screen and (min-width: 1000px) {
  .news__category {
    gap: 32px;
  }
  .news__category-lists > li.cat-item-none {
    padding: 0 16px;
  }
  .news__category-lists > li > a {
    padding: 0 16px;
  }
}
.pager .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pager .wp-pagenavi .pages, .pager .wp-pagenavi .current, .pager .wp-pagenavi .extend, .pager .wp-pagenavi a {
  display: block;
  padding: 16px;
  color: white;
  border: solid 1px #767570;
  background-color: #767570;
  border-radius: 6px;
  margin-right: 8px;
  line-height: 1;
  transition: all 0.3s;
}
.pager .wp-pagenavi a {
  text-decoration: none;
  color: white;
}
.pager .wp-pagenavi a:last-child {
  margin-right: 0;
}
.pager .wp-pagenavi a:hover {
  color: white;
  border: solid 1px #8e8c86;
  background-color: #8e8c86;
  border-radius: 6px;
}
.pager .wp-pagenavi .current {
  border: solid 1px #090909;
  background-color: #090909;
  border-radius: 6px;
}
.pager__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.pager__btn {
  width: 100%;
  margin: auto 24px;
  display: flex;
  justify-content: center;
}
.pager__arrow > a {
  display: block;
  text-align: center;
  color: #585858;
  font-size: clamp(1.4rem, 1.339rem + 0.16vw, 1.6rem);
  text-decoration: none;
}
@media (any-hover: hover) {
  .pager__arrow > a:hover circle, .pager__arrow > a:hover div {
    fill: #8e8c86;
    color: #585858;
  }
}
.pager__arrow > a > svg {
  width: 32px;
  height: 32px;
}
.pager__arrow > a circle, .pager__arrow > a path, .pager__arrow > a div {
  transition: all 0.3s;
}
.pager__arrow > a div {
  line-height: 1;
}

@media only screen and (min-width: 1000px) {
  .pager .wp-pagenavi .pages, .pager .wp-pagenavi .current, .pager .wp-pagenavi .extend, .pager .wp-pagenavi a {
    margin-right: 16px;
  }
  .pager__btn {
    margin: auto 48px;
  }
  .pager__arrow > a > svg {
    width: 48px;
    height: 48px;
  }
}
.pankuzu {
  margin-top: 64px;
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .pankuzu {
    margin-bottom: 64px !important;
  }
}
.pankuzu__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: clamp(1.2rem, 1.139rem + 0.16vw, 1.4rem);
  line-height: 1.2;
  padding-bottom: 16px;
  color: #585858;
}
.pankuzu__inner > span {
  padding-top: 16px;
}
.pankuzu__inner a {
  color: #585858;
}
.pankuzu__inner a:hover {
  color: #767570;
  text-decoration: underline;
}

@media only screen and (min-width: 1000px) {
  .pankuzu {
    margin-top: 96px;
  }
  .pankuzu__inner {
    padding-bottom: 24px;
  }
  .pankuzu__inner > span {
    padding-top: 24px;
  }
}
.list-nml {
  list-style-type: none;
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}
.list-nml > li {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.list-nml > li:not(:last-child) {
  margin-bottom: 10px;
}
.list-nml > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

@media only screen and (min-width: 1000px) {
  .list-nml > li {
    padding-left: 20px;
  }
  .list-nml > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-nml > li::before {
    width: 15px;
    height: 15px;
  }
}
.map {
  position: relative;
  height: 0;
  margin: auto;
  padding-top: 70%;
}
.map .mce-preview-object {
  position: static;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

@media only screen and (min-width: 1000px) {
  .map__map {
    padding-top: 50%;
  }
}
.card {
  overflow: hidden;
}
.card .swiper {
  overflow: visible;
}
.card .swiper-controller {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
.card .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}
.card .swiper-pagination-bullet {
  width: 8px;
  height: 3px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  vertical-align: top;
  background-color: #767570;
  border-radius: 0;
}
.card .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #767570;
  border-radius: 0;
}
.card .swiper-button-prev, .card .swiper-button-next {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  flex-shrink: 0;
  margin: 0;
}
.card .swiper-button-prev::before, .card .swiper-button-next::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #767570;
}
.card .swiper-button-prev::after, .card .swiper-button-next::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  border: solid white;
  border-width: 2px 2px 0 0;
}
.card .swiper-button-prev::after {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.card .swiper-button-next::after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.card .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card .swiper-slide {
  width: max-content;
  height: auto;
}
.card__inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1536px;
  margin-inline: auto;
  padding: 0 6%;
}
.card__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.card__slide {
  width: 240px;
}
.card__slide, .card__item {
  overflow: hidden;
  display: block;
  color: #090909;
}
.card__slide[href], .card__item[href] {
  cursor: pointer;
}
.card__slide[href]:hover .card__title, .card__item[href]:hover .card__title {
  color: #767570;
}
.card__slide[href]:hover .card__img img, .card__item[href]:hover .card__img img {
  transform: scale(1.08);
}
.card__img {
  position: relative;
  overflow: hidden;
  /*画像の高さ600px・画像の横幅800pxの場合：(600px / 800px) × 100 %= 75% */
  /*画像の高さ600px・画像の横幅900pxの場合：(600px / 900px) × 100 %= 66.67% */
  padding-top: 66.67%;
  border-radius: 6px;
}
.card__img > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.card__title {
  font-size: clamp(1.6rem, 1.478rem + 0.33vw, 2rem);
  font-weight: 600;
  margin-top: 10px;
  color: #090909;
}
.card__calendar {
  display: flex;
  align-items: flex-end;
  margin-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .card__calendar {
    margin-top: 16px !important;
  }
}
.card__calendar {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .card__calendar {
    margin-bottom: 16px !important;
  }
}
.card__calendar-date {
  margin-left: 8px;
  font-size: clamp(1.4rem, 1.339rem + 0.16vw, 1.6rem);
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
}
.card__tag, .card__tag--seminar, .card__tag--workshop, .card__tag--visit, .card__tag--experience {
  font-size: clamp(1.2rem, 1.139rem + 0.16vw, 1.4rem);
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .card__tag, .card__tag--seminar, .card__tag--workshop, .card__tag--visit, .card__tag--experience {
    margin-bottom: 16px !important;
  }
}
.card__tag, .card__tag--seminar, .card__tag--workshop, .card__tag--visit, .card__tag--experience {
  border-radius: 9999px;
  padding: 3px 12px;
  color: white;
  background-color: #767570;
}
.card__tag:not(:last-child), .card__tag--seminar:not(:last-child), .card__tag--workshop:not(:last-child), .card__tag--visit:not(:last-child), .card__tag--experience:not(:last-child) {
  margin-right: 6px;
}
.card__tag--experience {
  background-color: #42676f;
}
.card__tag--visit {
  background-color: #b44c02;
}
.card__tag--workshop {
  background-color: #875d0e;
}
.card__tag--seminar {
  background-color: #703a53;
}
.card__date {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .card__date {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .card__date {
    font-size: 16px;
  }
}
.card__date {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .card__date {
    margin-bottom: 16px !important;
  }
}
.card__date {
  color: #767570;
}
.card__name {
  display: flex;
  align-items: center;
  position: relative;
  color: #585858;
  font-size: clamp(1.4rem, 1.339rem + 0.16vw, 1.6rem);
}
.card__name > span {
  margin-left: 8px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 9999px;
  background-color: #585858;
}
.card__name > span::before, .card__name > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #585858;
  transform-origin: calc(100% - 1px) 50%;
}
.card__name > span::before {
  transform: rotate(45deg);
}
.card__name > span::after {
  transform: rotate(-45deg);
}
.card__info {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.card__info-date {
  font-size: clamp(1.4rem, 1.339rem + 0.16vw, 1.6rem);
  margin-right: 8px;
  color: #585858;
}
.card__info-tag {
  color: white;
  background-color: #767570;
  padding: 4px 8px;
  font-size: clamp(1.2rem, 1.139rem + 0.16vw, 1.4rem);
  border-radius: 3px;
}
.card__btn {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.card__btn > a {
  flex-basis: 100%;
}

@media only screen and (min-width: 1000px) {
  .card .swiper-controller {
    gap: 40px;
    margin-top: 32px;
  }
  .card .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
  }
  .card .swiper-pagination-bullet-active {
    width: 32px;
  }
  .card .swiper-button-prev, .card .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .card .swiper-button-prev::after, .card .swiper-button-next::after {
    width: 12px;
    height: 12px;
  }
  .card .swiper-button-prev::before, .card .swiper-button-next::before {
    transition: 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .card .swiper-button-prev:hover::before, .card .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
  .card .swiper-button-prev::after {
    margin-left: 4px;
  }
  .card .swiper-button-next::after {
    margin-left: -4px;
  }
  .card__inner {
    padding: 0 7%;
  }
  .card__grid {
    gap: 64px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .card__slide {
    width: 360px;
    transition: 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .card__title {
    margin-top: 16px;
  }
  .card__tag, .card__tag--experience, .card__tag--visit, .card__tag--workshop, .card__tag--seminar {
    padding: 4px 16px;
  }
  .card__btn {
    margin-top: 16px;
  }
  .card__btn > a {
    flex-basis: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .card__grid {
    gap: 72px 48px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.table, .table--equal {
  margin-inline: auto;
  width: 100%;
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  line-height: 1.4;
  border-collapse: collapse;
}
.table--equal {
  table-layout: fixed;
}
.table tr:not(:last-child), .table--equal tr:not(:last-child) {
  border-bottom: solid 1px #d4d3ca;
}
.table tr:first-child th, .table--equal tr:first-child th {
  padding: 0 0 16px 0;
}
.table tr:first-child td, .table--equal tr:first-child td {
  padding: 0 0 16px 16px;
}
.table tr:last-child th, .table--equal tr:last-child th {
  padding: 16px 0 0 0;
}
.table tr:last-child td, .table--equal tr:last-child td {
  padding: 16px 0 0 16px;
}
.table th, .table--equal th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 16px 0;
  font-weight: 600;
  color: #767570;
}
.table td, .table--equal td {
  vertical-align: top;
  padding: 16px 0 16px 16px;
}
.table span, .table--equal span {
  display: inline-block;
}
.table a, .table--equal a {
  color: #0066cc;
}
.table a:hover, .table--equal a:hover {
  text-decoration: underline;
}
.table ul, .table--equal ul {
  list-style: none;
}
.table ul > li:not(:last-child), .table--equal ul > li:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1000px) {
  .table ul > li:not(:last-child), .table--equal ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .table tr:first-child th, .table--equal tr:first-child th {
    padding: 0 0 24px 0;
  }
  .table tr:first-child td, .table--equal tr:first-child td {
    padding: 0 0 24px 24px;
  }
  .table tr:last-child th, .table--equal tr:last-child th {
    padding: 24px 0 0 0;
  }
  .table tr:last-child td, .table--equal tr:last-child td {
    padding: 24px 0 0 24px;
  }
  .table th, .table--equal th {
    padding: 24px 0;
  }
  .table td, .table--equal td {
    padding: 24px 0 24px 24px;
  }
}
.box {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
}
.box__unit {
  background-color: #090909;
  border-radius: 6px;
  padding: 24px;
}
.box__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .box__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.box__content {
  justify-content: space-between;
  background-color: white;
}
.box__content:not(:last-child) {
  margin-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .box__content:not(:last-child) {
    margin-bottom: 64px !important;
  }
}
.box__content:not(:last-child) {
  padding-bottom: 48px !important;
}
@media only screen and (min-width: 1000px) {
  .box__content:not(:last-child) {
    padding-bottom: 64px !important;
  }
}
.box__content:not(:last-child) {
  border-bottom: solid 1px #d4d3ca;
}
.box__img {
  margin-bottom: 20px;
}
.box__img--spacer {
  padding: 30px;
}
.box__tags {
  margin-top: 15px;
  margin-bottom: 15px;
}
.box__tag:first-child, .box__tag--notice:first-child {
  margin-bottom: 5px;
}
.box__tag, .box__tag--notice {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .box__tag, .box__tag--notice {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .box__tag, .box__tag--notice {
    font-size: 16px;
  }
}
.box__tag, .box__tag--notice {
  border-radius: 9999px;
  padding: 5px 16px;
  color: white;
  background-color: #767570;
}
.box__tag--notice {
  background-color: #8e8c86;
}
.box__desc {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .box__desc {
    margin-bottom: 24px !important;
  }
}
.box__map {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 70%;
}
.box__map .mce-preview-object {
  position: static;
}
.box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.box__access-inner {
  display: flex;
  flex-direction: column;
}
.box__access-inner > div:first-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1000px) {
  .box__unit {
    padding: 48px;
  }
  .box__img {
    width: 47%;
    align-self: stretch;
    margin-bottom: 0;
  }
  .box__img--spacer {
    padding: 40px;
  }
  .box__texts {
    width: 47%;
  }
  .box__tags {
    margin: 0 0 0 20px;
    margin-left: 20px;
    align-items: center;
  }
  .box__tag:first-child, .box__tag--notice:first-child {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .box__map {
    width: 60%;
    margin-bottom: 0;
    padding-top: 50%;
  }
  .box__map > iframe {
    border-radius: 10px 0 0 10px;
  }
  .box__access {
    width: 40%;
    padding: 40px;
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box__unit {
    padding: 64px;
  }
}
.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #767570;
  opacity: 1;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes kf-cover-slide {
  100% {
    transform-origin: left;
    transform: translateX(100%);
  }
}
.animate-title,
.gsap-animate-title {
  opacity: 0;
}
.animate-title.inview,
.gsap-animate-title.inview {
  opacity: 1;
}
.animate-title.inview .char,
.gsap-animate-title.inview .char {
  display: inline-block;
}
.animate-title .char,
.gsap-animate-title .char {
  opacity: 0;
}

.animate-title.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-title.inview .char:nth-child(1) {
  animation-delay: 0.06s;
}
.animate-title.inview .char:nth-child(2) {
  animation-delay: 0.12s;
}
.animate-title.inview .char:nth-child(3) {
  animation-delay: 0.18s;
}
.animate-title.inview .char:nth-child(4) {
  animation-delay: 0.24s;
}
.animate-title.inview .char:nth-child(5) {
  animation-delay: 0.3s;
}
.animate-title.inview .char:nth-child(6) {
  animation-delay: 0.36s;
}
.animate-title.inview .char:nth-child(7) {
  animation-delay: 0.42s;
}
.animate-title.inview .char:nth-child(8) {
  animation-delay: 0.48s;
}
.animate-title.inview .char:nth-child(9) {
  animation-delay: 0.54s;
}
.animate-title.inview .char:nth-child(10) {
  animation-delay: 0.6s;
}
.animate-title.inview .char:nth-child(11) {
  animation-delay: 0.66s;
}
.animate-title.inview .char:nth-child(12) {
  animation-delay: 0.72s;
}
.animate-title.inview .char:nth-child(13) {
  animation-delay: 0.78s;
}
.animate-title.inview .char:nth-child(14) {
  animation-delay: 0.84s;
}
.animate-title.inview .char:nth-child(15) {
  animation-delay: 0.9s;
}
.animate-title.inview .char:nth-child(16) {
  animation-delay: 0.96s;
}
.animate-title.inview .char:nth-child(17) {
  animation-delay: 1.02s;
}
.animate-title.inview .char:nth-child(18) {
  animation-delay: 1.08s;
}
.animate-title.inview .char:nth-child(19) {
  animation-delay: 1.14s;
}
.animate-title.inview .char:nth-child(20) {
  animation-delay: 1.2s;
}
.animate-title.inview .char:nth-child(21) {
  animation-delay: 1.26s;
}
.animate-title.inview .char:nth-child(22) {
  animation-delay: 1.32s;
}
.animate-title.inview .char:nth-child(23) {
  animation-delay: 1.38s;
}
.animate-title.inview .char:nth-child(24) {
  animation-delay: 1.44s;
}
.animate-title.inview .char:nth-child(25) {
  animation-delay: 1.5s;
}
.animate-title.inview .char:nth-child(26) {
  animation-delay: 1.56s;
}
.animate-title.inview .char:nth-child(27) {
  animation-delay: 1.62s;
}
.animate-title.inview .char:nth-child(28) {
  animation-delay: 1.68s;
}
.animate-title.inview .char:nth-child(29) {
  animation-delay: 1.74s;
}
.animate-title.inview .char:nth-child(30) {
  animation-delay: 1.8s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------------
SW
--------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  z-index: 200;
  color: white;
  background-color: #f6f5f0;
}
.header.triggered {
  box-shadow: 8px 0 24px -8px rgba(128, 128, 128, 0.5);
}
.header__logo {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #585753;
}
.header__logo-sub {
  font-size: clamp(1.4rem, 1.262rem + 0.37vw, 1.85rem);
  font-weight: 600;
}
.header__logo-main {
  font-size: clamp(2.2rem, 1.771rem + 1.14vw, 3.6rem);
  font-weight: 700;
}
.header__inner {
  width: 88%;
  margin-inline: auto;
}
.header__container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1000px) {
  .header {
    height: 96px;
  }
  .header.triggered {
    height: 88px;
  }
  .header.triggered .header__nav {
    align-self: center;
  }
  .header__inner {
    width: 96%;
  }
  .header.triggered .header__logo > img {
    max-height: 76px;
    padding: 16px 0;
  }
  .header__logo {
    align-self: center;
  }
  .header__nav {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.nav-menu {
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 80%;
  height: 100%;
  padding: 55px 0;
  background-color: #f6f5f0;
  transition: transform 0.6s;
  overflow-y: scroll;
}
.nav-menu__logo {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .nav-menu__logo {
    margin-bottom: 24px !important;
  }
}
.nav-menu__logo {
  color: #767570;
}
.nav-menu__logo-main {
  font-size: clamp(2.4rem, 2.584rem - 0.49vw, 1.8rem);
  font-weight: 600;
}
.nav-menu__logo-sub {
  font-size: clamp(1.4rem, 1.278rem + 0.33vw, 1.8rem);
  font-weight: 600;
}
.nav-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.nav-menu__btn > span {
  background-color: #767570;
  width: 30px;
  height: 1px;
  display: block;
  margin-bottom: 8px;
  transition: transform 0.7s;
}
.nav-menu__btn > span:last-child {
  margin-bottom: 0;
}
.nav-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 100;
}
.nav-menu__ul {
  padding: 0;
}
.nav-menu__ul > li {
  list-style: none;
  display: block;
  font-size: clamp(1.6rem, 1.569rem + 0.08vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.5px;
  transform: translateX(30px);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.nav-menu__ul > li a {
  display: block;
  color: #090909;
  text-decoration: none !important;
  padding: 15px 24px;
  transition: color 0.3s, background-color 0.3s;
}
.nav-menu__ul > li a:hover {
  color: #767570;
}
.nav-menu__ul > li > a {
  position: relative;
  border-top: solid 1px #d4d3ca;
}
.nav-menu__ul > li > a:hover {
  background-color: #f6f5f0;
}
.nav-menu__ul > li.nav-arrow > a::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #d4d3ca;
  border-right: solid 1px #d4d3ca;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.nav-menu__ul > li.nav-arrow .sub-menu-open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.nav-menu__cta {
  display: none !important;
}
.nav-menu__util {
  padding: 30px;
}
.nav-menu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #767570;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  text-box: trim-both cap alphabetic;
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .nav-menu__contact {
    margin-bottom: 32px !important;
  }
}
.nav-menu__contact {
  border-radius: 9999px;
}
.nav-menu__contact:hover {
  background-color: #8e8c86;
}
.nav-menu__tel {
  display: flex;
  align-items: center;
  color: #0066cc;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.nav-menu__tel:hover {
  color: white;
}

.menu-open .nav-menu {
  transform: none;
}
.menu-open .nav-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .nav-menu__ul > li {
  transform: none;
  opacity: 1;
}
.menu-open .nav-menu__ul > li:nth-child(1) {
  transition-delay: 0.09s;
}
.menu-open .nav-menu__ul > li:nth-child(2) {
  transition-delay: 0.18s;
}
.menu-open .nav-menu__ul > li:nth-child(3) {
  transition-delay: 0.27s;
}
.menu-open .nav-menu__ul > li:nth-child(4) {
  transition-delay: 0.36s;
}
.menu-open .nav-menu__ul > li:nth-child(5) {
  transition-delay: 0.45s;
}
.menu-open .nav-menu__ul > li:nth-child(6) {
  transition-delay: 0.54s;
}
.menu-open .nav-menu__ul > li:nth-child(7) {
  transition-delay: 0.63s;
}
.menu-open .nav-menu__ul > li:nth-child(8) {
  transition-delay: 0.72s;
}
.menu-open .nav-menu__ul > li:nth-child(9) {
  transition-delay: 0.81s;
}
.menu-open .nav-menu__ul > li:nth-child(10) {
  transition-delay: 0.9s;
}
.menu-open .nav-menu__btn > span {
  background-color: #767570;
}
.menu-open .nav-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .nav-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-15px) scaleX(0);
}
.menu-open .nav-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}

@media only screen and (min-width: 1000px) {
  .nav-menu {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
    background-color: transparent;
  }
  .nav-menu__logo {
    display: none;
  }
  .nav-menu__ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-menu__ul > li {
    margin-left: 24px;
    line-height: 1;
    opacity: 1;
    transform: none;
    white-space: nowrap;
  }
  .nav-menu__ul > li a {
    display: inline-block;
  }
  .nav-menu__ul > li > a {
    position: relative;
    border-top: none;
    padding: 20px 0;
  }
  .nav-menu__ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #767570;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .nav-menu__ul > li > a:hover {
    background-color: transparent;
  }
  .nav-menu__ul > li:hover a::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .nav-menu__ul > li:hover .nav-menu__cta::before {
    content: none;
  }
  .nav-menu__ul > li:hover > .nav-menu__sub {
    opacity: 1;
    max-height: 9999px;
    border-top: 1px #d4d3ca solid;
  }
  .nav-menu__ul > li.nav-arrow > a::after {
    display: none;
  }
  .nav-menu__cta {
    display: block !important;
  }
  .nav-menu__cta > a {
    padding: 16px 32px !important;
    border-radius: 9999px;
    background-color: #767570;
    color: white !important;
  }
  .nav-menu__cta > a::before {
    display: none !important;
  }
  .nav-menu__cta > a:hover {
    background-color: #8e8c86 !important;
  }
  .nav-menu__btn {
    display: none;
  }
  .nav-menu__util {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-menu__ul > li {
    margin-left: 32px;
  }
}
.footer {
  margin-top: 96px !important;
}
@media only screen and (min-width: 1000px) {
  .footer {
    margin-top: 128px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    margin-top: 160px !important;
  }
}
.footer__logo {
  color: #585753;
}
.footer__logo-sub {
  font-size: clamp(1.6rem, 1.478rem + 0.33vw, 2rem);
  font-weight: 600;
  margin-bottom: 3px;
}
.footer__logo-main {
  font-size: clamp(2.8rem, 2.433rem + 0.98vw, 4rem);
  font-weight: 700;
}
.footer__main {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .footer__main {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__main {
  flex-wrap: nowrap !important;
  margin-bottom: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .footer__main {
    margin-bottom: 48px !important;
  }
}
.footer__nav {
  margin-top: 40px;
}
.footer__menu {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, auto);
  list-style-type: none;
}
.footer__menu > li > a {
  font-size: clamp(1.6rem, 1.539rem + 0.16vw, 1.8rem);
  font-weight: 500;
}
.footer__menu ul {
  list-style-type: none;
  margin-top: 10px;
  margin-left: 15px;
}
.footer__menu ul > li {
  padding: 2px 0;
}
.footer__menu a {
  display: block;
  color: #090909;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__sub {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .footer__sub {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__sub {
  justify-content: space-between;
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  padding-top: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .footer__sub {
    padding-top: 48px !important;
  }
}
.footer__sub {
  border-top: 1px solid #d4d3ca;
}
.footer__office {
  margin-bottom: 16px;
}
.footer__office-name {
  font-size: clamp(1.6rem, 1.478rem + 0.33vw, 2rem);
  font-weight: 600;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .footer__office-name {
    margin-bottom: 24px !important;
  }
}
.footer__office-item {
  display: flex;
  flex-direction: row;
  font-size: clamp(1.3rem, 1.208rem + 0.24vw, 1.6rem);
}
.footer__office-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer__office-item > span {
  display: inline-block;
}
.footer__office-item > span:first-child {
  position: relative;
  color: #585858;
  width: 13%;
}
.footer__office-item > span:first-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ":";
  color: #585858;
  left: 100%;
  margin-left: 3px;
}
.footer__office-item > span:last-child {
  flex: 1;
  min-width: 0;
  margin-left: 4%;
}
.footer__office-item-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.footer__office-item-list > li:not(:last-child) {
  margin-right: 12px;
}
.footer__address {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .footer__address {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__address-item {
  display: flex;
  flex-direction: row;
  font-size: clamp(1.3rem, 1.208rem + 0.24vw, 1.6rem);
}
.footer__address-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer__address-item > span {
  display: inline-block;
}
.footer__address-item > span:first-child {
  position: relative;
  color: #585858;
  width: 13%;
}
.footer__address-item > span:first-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ":";
  color: #585858;
  left: 100%;
  margin-left: 3px;
}
.footer__address-item > span:last-child {
  flex: 1;
  min-width: 0;
  margin-left: 4%;
}
.footer__address-contact {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .footer__address-contact {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__sns {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .footer__sns {
    margin-top: 24px !important;
  }
}
.footer__sns-lists {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__copy {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: grid;
  place-content: center;
  place-items: center;
  font-family: "Inter";
  font-size: clamp(1.2rem, 1.139rem + 0.16vw, 1.4rem);
  color: rgba(88, 88, 88, 0.9);
  font-weight: 300;
  padding: 16px 0;
}

@media only screen and (min-width: 1000px) {
  .footer__main {
    justify-content: space-between;
  }
  .footer__nav {
    margin-top: 0;
  }
  .footer__menu {
    grid-template-columns: repeat(3, auto);
    gap: 32px 40px;
  }
  .footer__menu ul > li {
    padding: 5px 0;
  }
  .footer__office {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .footer__office-item > span:first-child {
    width: 7%;
  }
  .footer__office-item > span:last-child {
    margin-left: 3%;
  }
  .footer__office-item-list > li:not(:last-child) {
    margin-right: 16px;
  }
  .footer__address {
    flex-basis: 48%;
    justify-content: flex-end;
  }
  .footer__address-inner {
    width: 64%;
  }
  .footer__address-item > span:first-child {
    width: 18%;
    text-align: right;
  }
  .footer__address-item > span:first-child::after {
    left: 8px;
  }
  .footer__address-item > span:last-child {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__menu {
    gap: 40px 64px;
  }
}
.layout {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .layout {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.layout {
  justify-content: space-between;
  align-items: flex-start;
}
.layout__half, .layout__col3 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
.layout__main {
  width: 100%;
}
.layout__side, .layout__side--sticky, .layout__side--news {
  width: 100%;
  margin-top: 56px;
}
.layout__title {
  width: 100%;
  margin-bottom: 32px;
}

@media only screen and (min-width: 1000px) {
  .layout__half {
    gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
  .layout__col3 {
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
  .layout__main {
    width: 64%;
  }
  .layout__side, .layout__side--news, .layout__side--sticky {
    margin-top: 0;
    width: 32%;
  }
  .layout__side--news {
    margin-top: 0;
    width: 24%;
  }
  .layout__side--sticky {
    position: sticky;
    top: 96px;
  }
  .layout__title {
    margin-bottom: 0;
    width: 26%;
  }
}
/* ---------------------------------------
Page
--------------------------------------- */
.home-concept {
  padding: 64px 0;
}
@media only screen and (min-width: 1000px) {
  .home-concept {
    padding: 96px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home-concept {
    padding: 128px 0;
  }
}
.home-concept {
  position: relative;
  background-color: #a5a49d;
  border-radius: 48px;
}
.home-concept__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
}
.home-concept__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px !important;
}
@media only screen and (min-width: 1000px) {
  .home-concept__title {
    margin-bottom: 48px !important;
  }
}
.home-concept__title--sub {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 1.755rem + 0.65vw, 2.8rem);
  font-weight: 700;
}
.home-concept__title--main {
  font-size: clamp(1.8rem, 1.371rem + 1.14vw, 3.2rem);
  font-weight: 700;
  margin-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .home-concept__title--main {
    margin-top: 16px !important;
  }
}
.home-concept__title--main {
  padding: 6px 12px;
  color: #767570;
  background-color: white;
}
.home-concept__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .home-concept__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.home-concept__content {
  align-items: center;
}
.home-concept__texts {
  color: white;
}
.home-concept__texts-title {
  font-size: clamp(2.8rem, 2.188rem + 1.63vw, 4.8rem);
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .home-concept__texts-title {
    margin-bottom: 32px !important;
  }
}
.home-concept__img {
  width: 100%;
  align-self: flex-end;
  margin-top: 32px;
  z-index: 1;
}
.home-concept__img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .home-concept {
    border-radius: 96px;
  }
  .home-concept__title--main {
    padding: 12px 16px;
  }
  .home-concept__bg {
    top: -230px;
    width: 150px;
  }
  .home-concept__content {
    align-items: center;
    justify-content: space-between;
  }
  .home-concept__texts {
    flex-basis: 48%;
  }
  .home-concept__img {
    flex-basis: 48%;
    align-self: flex-start;
    margin-top: 0;
  }
}
.home-about {
  padding: 96px 0;
}
@media only screen and (min-width: 1000px) {
  .home-about {
    padding: 128px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home-about {
    padding: 160px 0;
  }
}
.home-about {
  position: relative;
}
.home-about__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .home-about__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.home-about__inner {
  align-items: flex-start;
}
.home-about__texts {
  background-color: white;
  border-radius: 6px;
  padding: 24px;
}
.home-about__img {
  width: 80%;
  align-self: center;
  margin-top: 32px;
}
.home-about__img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .home-about__inner {
    justify-content: space-between;
  }
  .home-about__texts {
    padding: 32px;
    flex-basis: 50%;
  }
  .home-about__img {
    flex-basis: 45%;
    align-self: flex-start;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home-about__texts {
    padding: 40px;
  }
}
.home-access {
  padding: 64px 0;
}
@media only screen and (min-width: 1000px) {
  .home-access {
    padding: 96px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home-access {
    padding: 128px 0;
  }
}
.home-access {
  background-color: #eceae0;
  border-radius: 48px;
}
.home-access__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .home-access__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.home-access__inner {
  align-items: flex-start;
}
.home-access__area {
  display: flex;
  align-items: center;
}
.home-access__area-title {
  background-color: white;
  padding: 8px;
  font-size: clamp(1.8rem, 1.616rem + 0.49vw, 2.4rem);
  font-weight: 500;
}
.home-access__area-text {
  font-size: clamp(2.4rem, 2.155rem + 0.65vw, 3.2rem);
  font-weight: 600;
  margin-left: 16px;
}
.home-access__desc {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .home-access__desc {
    margin-top: 32px !important;
  }
}
.home-access__desc {
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 1000px) {
  .home-access__desc {
    margin-bottom: 32px !important;
  }
}
.home-access__img {
  position: relative;
  width: 100%;
  align-self: flex-end;
  margin-top: 32px;
  z-index: 1;
  overflow: hidden;
  z-index: 1;
}
.home-access__img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(9, 9, 9, 0.3);
}
.home-access__img::after {
  pointer-events: none;
}
.home-access__img > a {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-access__img > a:hover img {
  transform: scale(1.08);
}
.home-access__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 0;
}
.home-access__img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
  pointer-events: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.home-access__map {
  width: 100%;
  margin-top: 32px;
  position: relative;
  height: 0;
  padding-top: 90%;
}
.home-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .home-access {
    border-radius: 96px;
  }
  .home-access__inner {
    justify-content: space-between;
  }
  .home-access__texts {
    flex-basis: 47%;
  }
  .home-access__area-title {
    padding: 8px 16px;
  }
  .home-access__img {
    flex-basis: 47%;
    align-self: flex-start;
    margin-top: 0;
  }
  .home-access__map {
    flex-basis: 47%;
    padding-top: 48%;
    margin-top: 0;
  }
}
.home-maintenance {
  position: relative;
  width: 100dvw;
  height: 100dvh;
}
.home-maintenance__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-maintenance__texts {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 6%;
}
.home-maintenance__texts-open {
  display: grid;
  place-content: center;
  place-items: center;
  color: #767570;
}
.home-maintenance__texts-open-title {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .home-maintenance__texts-open-title {
    margin-bottom: 16px !important;
  }
}
.home-maintenance__texts-open-title {
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
}
.home-maintenance__texts-open-title > span {
  font-size: clamp(2.4rem, 1.91rem + 1.31vw, 4rem);
}
.home-maintenance__texts-kikaku {
  padding: 24px;
  background-color: #767570;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .home-maintenance__texts-kikaku {
    margin-bottom: 24px !important;
  }
}
.home-maintenance__texts-kikaku-title--main {
  font-size: clamp(1.6rem, 1.355rem + 0.65vw, 2.4rem);
}
.home-maintenance__texts-kikaku-title--sub {
  font-size: clamp(3.2rem, 2.71rem + 1.31vw, 4.8rem);
  font-weight: 600;
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .home-maintenance__texts-kikaku-title--sub {
    margin-bottom: 16px !important;
  }
}
.home-maintenance__texts-kikaku-divider {
  width: 72%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  margin-top: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .home-maintenance__texts-kikaku-divider {
    margin-top: 16px !important;
  }
}
.home-maintenance__texts-kikaku-divider {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .home-maintenance__texts-kikaku-divider {
    margin-bottom: 16px !important;
  }
}
.home-maintenance__texts-kikaku-date {
  display: block;
  font-size: clamp(2.4rem, 2.155rem + 0.65vw, 3.2rem);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.home-maintenance__texts-kikaku-date > span {
  font-size: clamp(1.8rem, 1.616rem + 0.49vw, 2.4rem);
  margin-left: 4px;
}
.home-maintenance__texts-message {
  display: grid;
  place-content: center;
  place-items: center;
  color: #767570;
}
.home-maintenance__texts-message-text {
  font-size: clamp(1.4rem, 1.278rem + 0.33vw, 1.8rem);
}

.program {
  position: relative;
}
.program__inner {
  width: 88%;
  margin-inline: auto;
  max-width: 1120px;
}
.program .swiper {
  position: relative;
  overflow: hidden !important;
}
.program .swiper-slide {
  position: relative;
  overflow: hidden;
}
.program .swiper-button-prev, .program .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  background: rgba(9, 9, 9, 0.5);
  border-radius: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
}
.program .swiper-button-prev:hover, .program .swiper-button-next:hover {
  color: white;
}
.program .swiper-button-prev::after, .program .swiper-button-next::after {
  font-size: 12px;
}
.program .swiper-button-prev {
  left: 3%;
}
.program .swiper-button-next {
  right: 3%;
}
.program__img {
  position: relative;
  overflow: hidden;
  /*画像の高さ600px・画像の横幅900pxの場合：(600px / 900px) × 100 %= 66.67% */
  padding-top: 66.67%;
}
.program__img > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.program .swiper-program-thumbs {
  margin-top: 16px;
}
.program .swiper-program-thumbs .swiper-slide {
  width: auto;
  height: 72px;
}
.program .swiper-program-thumbs .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(9, 9, 9, 0.3);
}
.program .swiper-program-thumbs .swiper-slide {
  cursor: pointer;
}
.program .swiper-program-thumbs .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.program .swiper-program-thumbs .swiper-slide-thumb-active::after {
  background-color: transparent;
}
.program__tags {
  display: flex;
  flex-wrap: wrap;
}
.program__tag, .program__tag--seminar, .program__tag--workshop, .program__tag--visit, .program__tag--experience {
  font-size: clamp(1.2rem, 1.139rem + 0.16vw, 1.4rem);
  margin-bottom: 8px;
  border-radius: 9999px;
  padding: 3px 12px;
  color: white;
  background-color: #767570;
}
.program__tag:not(:last-child), .program__tag--seminar:not(:last-child), .program__tag--workshop:not(:last-child), .program__tag--visit:not(:last-child), .program__tag--experience:not(:last-child) {
  margin-right: 6px;
}
.program__tag--experience {
  background-color: #42676f;
}
.program__tag--visit {
  background-color: #b44c02;
}
.program__tag--workshop {
  background-color: #875d0e;
}
.program__tag--seminar {
  background-color: #703a53;
}
.program__title {
  font-size: clamp(2rem, 1.633rem + 0.98vw, 3.2rem);
  font-weight: 600;
  margin-bottom: 8px;
}
.program__info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .program__info {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.program__info {
  gap: 8px;
  align-self: center;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1000px) {
  .program__info {
    margin-bottom: 24px !important;
  }
}
.program__info-calendar {
  display: flex;
  align-items: flex-end;
}
.program__info-calendar--date {
  margin-left: 8px;
  font-size: clamp(1.6rem, 1.539rem + 0.16vw, 1.8rem);
}
.program__info-company {
  font-size: clamp(1.6rem, 1.539rem + 0.16vw, 1.8rem);
  color: #585858;
}
.program__info-company > a {
  color: #0066cc;
}
.program__info-company > a:hover {
  text-decoration: underline;
}
.program__detail {
  margin-top: 40px !important;
}
@media only screen and (min-width: 1000px) {
  .program__detail {
    margin-top: 64px !important;
  }
}
.program__detail-sec {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .program__detail-sec {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.program__detail-sec {
  align-items: flex-start;
  gap: 16px;
}
.program__detail-sec:not(:last-child) {
  margin-bottom: 64px !important;
}
@media only screen and (min-width: 1000px) {
  .program__detail-sec:not(:last-child) {
    margin-bottom: 80px !important;
  }
}
.program__detail-sec--title {
  position: relative;
  font-size: clamp(2rem, 1.878rem + 0.33vw, 2.4rem);
  font-weight: 600;
  padding-left: 16px;
}
.program__detail-sec--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  transform: translateY(-45%);
  border-radius: 9999px;
  background-color: #a5a49d;
}
.program__detail-sec--desc {
  font-size: clamp(1.5rem, 1.347rem + 0.41vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}
.program__detail-sec--desc--addr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.program__detail-sec--desc--addr:not(:last-child) {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 1000px) {
  .program__detail-sec--desc--addr:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.program__detail-sec--desc--map a {
  display: flex;
  align-items: center;
  gap: 2px;
  color: white;
  background-color: #767570;
  padding: 4px 8px;
  font-size: clamp(1.2rem, 1.078rem + 0.33vw, 1.6rem);
  border-radius: 9999px;
}
.program__detail-sec--desc--map a:hover {
  background-color: #8e8c86;
}
.program__detail-sec--desc--map img {
  width: 16px;
}
.program__detail-sec--desc--reserve {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.program__detail-sec--desc--reserve:not(:last-child) {
  margin-bottom: 8px;
}
.program__detail-sec--desc--reserve > span:first-child {
  font-size: clamp(1.2rem, 1.078rem + 0.33vw, 1.6rem);
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #d4d3ca;
}

@media only screen and (min-width: 1000px) {
  .program .swiper-button-prev, .program .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .program .swiper-program-thumbs {
    margin-top: 16px;
  }
  .program .swiper-program-thumbs .swiper-slide {
    height: 112px;
  }
  .program__tag, .program__tag--experience, .program__tag--visit, .program__tag--workshop, .program__tag--seminar {
    padding: 4px 16px;
  }
  .program__info {
    gap: 48px;
  }
  .program__detail-sec {
    justify-content: space-between;
    gap: 0;
  }
  .program__detail-sec--title {
    flex-basis: 24%;
  }
  .program__detail-sec--title::before {
    height: 32px;
  }
  .program__detail-sec--desc {
    flex-basis: 72%;
  }
  .program__detail-sec--desc--addr {
    gap: 16px;
  }
  .program__detail-sec--desc--map a {
    padding: 4px 12px;
  }
  .program__detail-sec--desc--map img {
    width: 24px;
  }
}

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