@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.kt-content {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.kt-container {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #content-nav {
    width: 1024px;
    margin: 20px auto 25px;
  }
}

/* ===================================================
// ユーティリティ
=================================================== */
span.u-nowrap {
  display: inline-block;
  white-space: nowrap;
}

/* ===================================================
// メインビジュアル
=================================================== */
.kt-mvWrap {
  background-color: #cccccc;
}

.kt-mv {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  aspect-ratio: 2300 / 1020;
  overflow: hidden;
}

.kt-mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.kt-mv_slide.is-active {
  opacity: 1;
}

.kt-mv_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================================
// アンカーナビ
=================================================== */
.kt-anchorNav {
  width: 1024px;
  margin: 50px auto 130px;
}

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

.kt-anchorNav_item {
  border-left: 2px solid #a3b6ae;
  border-right: 2px solid #a3b6ae;
  margin-left: -2px;
  line-height: 1.4;
}


.kt-anchorNav_item a {
  display: block;
  padding: 4px 62px;
  font-size: 18px;

  text-align: center;
}

.kt-anchorNav_item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto 0;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}

.kt-anchorNav_item a:hover {
  background-color: #e9f4ee;
  color: inherit;
}

/* ===================================================
// Lead Copy
=================================================== */
.kt-lead_copy {
  margin-bottom: 3em;
}

/* ===================================================
// 概要セクション
=================================================== */
.kt-section {
  padding: 2px 0 58px;
}

.kt-lead {
  text-align: center;
}

.kt-lead_text {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  line-height: 2.0;

  margin-bottom: 40px;
  font-weight: 600;
}

.kt-lead_text:last-child {
  margin-bottom: 0;
}

.kt-sectionTtl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 32px;

  text-align: center;
  margin: 80px auto 60px;
  padding-bottom: 20px;
  position: relative;
}

.kt-sectionTtl:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #87c19f;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.kt-tag {
  display: inline-block;
  border: 1px solid #67a48a;
  color: #67a48a;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 0px .6em;
  vertical-align: middle;
}

.kt-tag-outline {
  margin: 10px 0;
}

.kt-tag-lg {
  font-size: 21px;
  padding: 0px 10px;
}

.kt-programCard {
  margin-top: 40px;
}

.kt-programBar {
  background-color: #88c1a0;
  text-align: center;
  padding: 18px 0;
}

.kt-programBar_ttl {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  align-content: center;
  display: flex;
  justify-content: center;
}

.kt-programBar_ttl .kt-tag {
  background-color: #ffffff;
  margin-left: 16px;
  align-content: center;
}

.kt-programBody {
  border: 1px solid #87c19f;
  border-top: none;
  padding: 45px 60px;
}

.kt-programRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kt-programRow:first-child {
  padding-top: 0;
}

.kt-programInner {
  padding: 30px 50px;
  border-bottom: 1px solid #87c19f;

}

.kt-programInner:last-child {
  border-bottom: none;

}

.kt-programRow_txt {
  width: 440px;
  margin-right: 30px;
}

.kt-programRow_ttl {
  color: #67a48a;
  font-size: 25px;
  font-weight: bold;
}

.kt-programRow_desc {
  font-size: 20px;

}

.kt-programRow_img {
  width: 440px;
}

.kt-programRow_img img {
  width: 100%;
}

.kt-photoStack {
  position: relative;
}

.kt-photoStack_main {
  width: 210px;
}

.kt-photoStack_sub {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 230px;
}

.kt-programNote {
  font-size: 16px;
  padding-top: 30px;
}

.kt-programLead {
  font-size: 20px;
  line-height: 1.9;

}

.kt-photoRow {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
}

.kt-photoRow_img {
  width: 46%;
}

.kt-photoRow_img img {
  width: 100%;
  display: block;
}

.kt-photoRow_img-caption {
  position: relative;
  container-type: inline-size;
}

.kt-photoCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 2%;
  padding: 0.3em 0.5em;
  box-sizing: border-box;
  text-align: center;
  color: #67a48a;
  background-color: #fffbdb;
  border: 2px solid #67a48a;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(11px, 3.8cqw, 16px);
  text-align: left;
  line-height: 1.4;
}

.kt-programSub {
  padding-top: 30px;
}

.kt-programSub_ttl {
  color: #67a48a;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}

.kt-checkList li {
  font-size: 20px;
  line-height: 1.9;

  padding-left: 1.2em;
  text-indent: -1.2em;
}

.kt-checkList li:before {
  content: "・";
}

.kt-checkList_note {
  padding-left: 1.2em;
  display: inline-block;
}

.kt-infoRow {
  display: flex;
  padding: 40px 50px;
  border-bottom: 1px solid #87c19f;
}

.kt-infoRow_head {
  width: 160px;
  flex-shrink: 0;
}

.kt-infoRow_value {
  font-size: 24px;
  font-weight: bold;

}

.kt-infoRow_desc {
  font-size: 20px;
  line-height: 1.8;

  margin-top: 10px;
}

/* ===================================================
// ご応募方法セクション
=================================================== */
.kt-flowCard {
  margin-top: 40px;
}

.kt-flowBody {
  border: 2px solid #cfdcd5;
  border-top: none;
  padding: 60px 40px;
}

.kt-flowList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.kt-flowList_item {
  text-align: center;
}

.kt-flowList_item .kt-flowStep {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 21em;
  width: 68px;
  margin: 0 auto;
  background-color: #fffbdb;
  border: 2px solid #67a48a;
  box-sizing: border-box;
  padding: 2em 0;
}

.kt-flowList_item-wide .kt-flowStep {
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2em 3.5em;
}

.kt-flowStep_txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #67a48a;
  font-size: 22px;
  font-weight: bold;
}

.kt-flowStep_sub {
  font-size: 15px;
  margin-top: 12px;
  text-align: left;
  line-height: 1.2;
}

.kt-flowList_item-final .kt-flowStep {
  background-color: #67a48b;
  border-color: #67a48b;
}

.kt-flowList_item-final .kt-flowStep_txt {
  color: #ffffff;
}

.kt-flowNote {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #67a48a;
  font-size: 19px;
  font-weight: bold;
  margin: 16px auto 0;
  white-space: nowrap;
  display: inline-block;
}

.kt-flowList_arrow {
  align-self: flex-start;
  height: 21em;
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.kt-flowList_arrow span {
  display: block;
  width: 26px;
  height: 26px;
  border-right: 3px solid #94bea5;
  border-bottom: 3px solid #94bea5;
  transform: rotate(-45deg);
  margin-right: 11px;
}

.kt-subTtl {
  color: #67a48a;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.kt-textLead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;

  margin-top: 24px;
}

.kt-textCenter {
  text-align: center;
}

.kt-scheduleTable {
  margin-top: 30px;
}

.kt-scheduleTable_row {
  display: flex;
  align-items: center;
  border: 1px solid #9eb4ac;
  margin-bottom: 8px;
}

.kt-scheduleTable_row:last-child {
  margin-bottom: 0;
}

.kt-scheduleTable_row-head {
  background-color: #88c1a0;
  border-color: #88c1a0;
}

.kt-scheduleTable_row-head .kt-scheduleTable_date,
.kt-scheduleTable_row-head .kt-scheduleTable_period {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0;
  justify-content: center;
}

.kt-scheduleTable_date {
  width: 440px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 8px 12px 8px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kt-scheduleTable_row-head .kt-scheduleTable_date {
  justify-content: center;
  padding-left: 0;
}

.kt-scheduleTable_divider {
  flex-shrink: 0;
  width: 2px;
  height: 34px;
  background-color: #87c19f;
}

.kt-scheduleTable_row-head .kt-scheduleTable_divider {
  background-color: #ffffff;
}

.kt-scheduleTable_dateTxt {
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}

.kt-scheduleTable_period {
  flex: 1;
  text-align: center;
  font-size: 20px;

  display: flex;
  align-items: center;
  padding-left: 1em;
}

.kt-periodPart {
  display: inline-block;
}

.kt-scheduleTable_pills {
  display: inline-flex;
  justify-content: center;
  align-self: center;
  padding-right: 0.5em;
}

.kt-pill {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  margin-right: 8px;
}

.kt-pill:last-of-type {
  margin-right: 0;
}

.kt-pill-am {
  background-color: #d6f2de;
  color: #3a7a5f;
}

.kt-pill-pm {
  background-color: #67a48b;
  color: #ffffff;
}

.kt-note {
  font-size: 17px;

  margin-top: 24px;
}

/* ===================================================
// 注意事項セクション
=================================================== */
.kt-noticeList {
  margin-top: 40px;
}

.kt-noticeList li {
  font-size: 18px;
  line-height: 1.7;

  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 20px;
}

.kt-noticeList li:last-child {
  margin-bottom: 0;
}

.kt-noticeList li:before {
  content: "・";
}

.kt-underline {
  font-weight: bold;
  text-decoration: underline;
}

.kt-agreeBox {
  background-color: #fffbdd;
  text-align: center;
  padding: 50px 40px;
  margin-top: 60px;
}

.kt-agreeBox_text {
  font-size: 20px;

}

.kt-agreeBox_check {
  margin-top: 20px;
}

.kt-agreeBox_check label {
  font-size: 20px;
  font-weight: bold;

  cursor: pointer;
}

.kt-checkbox {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.kt-agreeBox_btn {
  margin-top: 24px;
}

a.kt-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  max-width: 100%;
  height: 68px;
  box-sizing: border-box;
  border: 2px solid #67a48a;
  border-radius: 34px;
  background-color: #ffffff;
  color: #67a48a;
  font-size: 20px;
  font-weight: bold;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

a.kt-btn:hover {
  background-color: #67a48a;
  border-color: #ffffff;
  color: #ffffff;
}

.kt-btn_arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #67a48a;
  border-bottom: 2px solid #67a48a;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color .2s ease;
}

a.kt-btn:hover .kt-btn_arrow {
  border-color: #ffffff;
}

.kt-btn.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #67a48a;
}

.kt-btn.is-disabled:hover {
  background-color: #ffffff;
  color: #67a48a;
}

.kt-btn.is-disabled:hover .kt-btn_arrow {
  border-color: #67a48a;
}

/* ===================================================
// FAQセクション
=================================================== */

.kt-faqList {
  margin-top: 40px;
}

.kt-faqItem {
  padding: 24px 0 34px;
  margin: 0 40px;
  border-bottom: 1px solid #87c19f;
}

.kt-faqItem:first-child {
  border-top: 1px solid #87c19f;
}

.kt-faqQ {
  display: flex;
  align-items: baseline;
  color: #67a48a;
  font-weight: 600;
}

.kt-faqQ_label {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  margin-right: 16px;
  flex-shrink: 0;
}

.kt-faqQ_text {
  font-size: 20px;
}

.kt-faqA {
  display: flex;
  align-items: baseline;
  margin-top: 6px;
}

.kt-faqA_label {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 28px;
  margin-right: 16px;
  flex-shrink: 0;
}

.kt-faqA_text {
  font-size: 18px;
  line-height: 1.8;
}

/* ===================================================
// アクセスセクション
=================================================== */
.kt-accessAddr {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;

}

.kt-accessText {
  font-size: 19px;
  margin-top: 40px;
}

.kt-accessPhotoRow {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.kt-accessPhoto {
  display: block;
  width: 480px;
}

.kt-accessPhoto_img {
  display: block;
}

.kt-accessPhoto_img img {
  width: 100%;
  display: block;
}

.kt-accessPhoto_img-map {
  aspect-ratio: 480 / 332;
}

.kt-accessPhoto_img-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.kt-accessPhoto_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #88c1a0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0;
}

a.kt-accessPhoto_caption {
  color: #fff;
  transition: background-color .2s ease;
}

a.kt-accessPhoto_caption:hover {
  background-color: #67a48a;
}

.kt-accessPhoto_icon {
  display: block;
}

.kt-contactBar {
  background-color: #88c1a0;
  text-align: center;
  padding: 38px 0;
  margin-top: 80px;
}


@media (min-width: 768px) {

  #notice .kt-container,
  #faq .kt-container {
    width: 960px;
  }
}