@charset "UTF-8";

/* ========================================
	Founfation (id推奨)
========================================= */

/* ========================================
	Layout (id推奨)
	命名規則: #id-
========================================= */

/* ========================================
	Project(コンテンツを構成する具体的な要素)
	命名規則: .p-
========================================= */

/*24924追記　空知ロゴ*/
	.flexBox {
		display: flex;
		justify-content: space-around;
	}

/*241008追記　催行決定*/
.saiko {
	border: 2px solid #c00;
	padding: auto;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.saiko_sub {
    margin-left: 20px;
    border: 2px solid #c00;
	background: #FFF;
    padding: auto;
    padding: 10px;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

.contents {
  background-color: #eee9e6;
}

/*----- TOP FVカスタマイズ -----*/

.l-top__fv {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 148px;
}

.p-top__fv__logo {
  position: absolute;
  top: calc( 50% - 74px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 21.875%;
  max-width: 350px;
  height: auto;
}

.p-top__fv__text {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: auto;
  height: 28px;
}

.p-top__fv__text img {
  width: auto;
  height: 100%;
}

.p-top__fv__bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: auto;
  max-height: 80vh;
  overflow: hidden;
}

.p-top__fv__bg video {
  width: 100%;
  height: auto;
}

.p-top__fv__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  content: "";
}

.p-top__fv__slidearea {
  position: absolute;
  bottom: 0;
  left: 57%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 950px;
  height: auto;
	margin-bottom: -50px;
}

.p-top__fv__swiper {
  opacity: 0;
}

.p-top__fv__swiper.swiper-initialized {
  opacity: 1;
}

.p-top__fv__swiper.js-noactive {
  opacity: 1;
}

.p-top__fv__swiper.js-noactive .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 3px;
}

.p-top__fv__swiper.js-noactive .p-top__fv__slider {
  width: calc( 100% / 4 - 9px / 4);
  height: auto;
}

.p-top__fv__slider {
  position: relative;
  height: 100%;
  padding: 12px 12px 74px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__fv__slider .p-top__fv__slider__program_name {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-top__fv__slider .p-top__fv__slider__program_name:hover {
  text-decoration: none;
}

.p-top__fv__slider .p-top__fv__slider__program_info {
  margin-top: 8px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__fv__slider__instructor_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 57.4px;
  gap: 8px;
}

.p-top__fv__slider__instructor_info__img {
  width: 50px;
  height: auto;
}

.p-top__fv__slider__instructor_info__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__fv__slider__instructor_info__textbox .p-top__fv__slider__instructor_info__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__fv__slider__instructor_info__textbox .p-top__fv__slider__instructor_info__status {
  font-size: 12px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__fv__slider__cta {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 24px);
  padding-right: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__fv__slider__cta__datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__fv__slider__cta__datebox .p-top__fv__slider__cta__month {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  font-size: 30px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: .02em;
}

.p-top__fv__slider__cta__datebox .p-top__fv__slider__cta__day {
  position: relative;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  margin-left: 8px;
  font-size: 30px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: .02em;
}

.p-top__fv__slider__cta__datebox .p-top__fv__slider__cta__day:before {
  position: absolute;
  top: 5px;
  left: -10.5px;
  width: 14px;
  height: 20.5px;
  background: url("../img/top/icon_top_diagonalline.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.p-top__fv__slider__cta__datebox .p-top__fv__slider__cta__icon {
  margin-left: 1px;
  font-size: 21px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: -.02em;
}

.p-top__fv__slider__ctabtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 37px;
  border-radius: 18.5px;
  background-color: #005e37;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: .02em;
}

.p-top__fv__slider__ctabtn:hover {
  text-decoration: none;
}

.swiper-autoheight {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: 100%;
}

.p-top__fv__prevbtn {
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #005e37;
  cursor: pointer;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-top__fv__prevbtn.js-noactive {
  display: none;
}

.p-top__fv__prevbtn.swiper-button-disabled {
  display: none;
}

.p-top__fv__nextbtn {
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #005e37;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-top__fv__nextbtn.js-noactive {
  display: none;
}

.p-top__fv__nextbtn.swiper-button-disabled {
  display: none;
}

/*----- TOP Conceptセクションカスタマイズ -----*/

.l-top__concept {
  position: relative;
  width: 100%;
  height: auto;
  padding: 88px 0 49px;
}

.l-top__concept .c-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 63px;
}

.p-top__concept__ornament {
  position: absolute;
  bottom: 7.61px;
  left: 0;
  -webkit-transform: translateX(-88px);
  transform: translateX(-88px);
  width: 194px;
  height: auto;
}

.p-top__concept__movie {
  width: 50.11%;
  height: auto;
  cursor: pointer;
}

.p-top__concept__textbox {
  width: 38%;
  height: auto;
}

.p-top__concept__textbox .p-top__concept__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -.05em;
}

.p-top__concept__textbox .p-top__concept__text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -.02em;
}

.p-top__concept__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin: 40px auto 0 0;
  border: 1px solid #005e37;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__concept__link:hover {
  text-decoration: none;
}

/*----- TOP Programセクションカスタマイズ -----*/

.l-top__program {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 62px 0 154px;
  background: url("../img/top/bg_top_program.png") no-repeat top left/cover;
}

.p-top__program__title {
  width: auto;
  height: 30px;
}

.p-top__program__title img {
  width: auto;
  height: 100%;
}

.p-top__program__slidearea {
  position: relative;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
}

.p-top__program__swiper {
  opacity: 0;
}

.p-top__program__swiper .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.p-top__program__swiper.swiper-initialized {
  opacity: 1;
}

.p-top__program__swiper.js-noactive {
  opacity: 1;
}

.p-top__program__swiper.js-noactive .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 3px;
}

.p-top__program__swiper.js-noactive .p-top__program__slider {
  width: calc( 100% / 4 - 9px / 4);
  height: auto;
}

.p-top__program__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top__program__slider__img {
  width: 100%;
  height: auto;
}

.p-top__program__slider__infoarea {
  position: relative;
  padding: 8.5px 13px 85px 16px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__program__slider__infoarea .p-top__program__slider__program_name {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-top__program__slider__infoarea .p-top__program__slider__program_name:hover {
  text-decoration: none;
}

.p-top__program__slider__infoarea .p-top__program__slider__program_info {
  margin-top: 6px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__program__slider__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100 .p-top__program__slider__cta;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__program__slider__cta__datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__program__slider__cta__datebox .p-top__program__slider__cta__month {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  font-size: 30px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: .02em;
}

.p-top__program__slider__cta__datebox .p-top__program__slider__cta__day {
  position: relative;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  margin-left: 8px;
  font-size: 30px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: .02em;
}

.p-top__program__slider__cta__datebox .p-top__program__slider__cta__day:before {
  position: absolute;
  top: 5px;
  left: -10.5px;
  width: 14px;
  height: 20.5px;
  background: url("../img/top/icon_top_diagonalline.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.p-top__program__slider__cta__datebox .p-top__program__slider__cta__icon {
  margin-left: 1px;
  font-size: 21px;
  font-family: "EB Garamond",serif;
  line-height: calc( 45 / 30);
  letter-spacing: -.02em;
}

.p-top__program__slider__ctabtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 37px;
  border-radius: 18.5px;
  background-color: #005e37;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: .02em;
}

.p-top__program__slider__ctabtn:hover {
  text-decoration: none;
}

.p-top__program__slider__instructor_info {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  height: auto;
  min-height: 60px;
  gap: 8px;
}

.p-top__program__slider__instructor_info__img {
  width: 50px;
  height: auto;
}

.p-top__program__slider__instructor_info__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__program__slider__instructor_info__textbox .p-top__program__slider__instructor_info__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__program__slider__instructor_info__textbox .p-top__program__slider__instructor_info__status {
  font-size: 12px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__program__prevbtn {
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #fff;
  cursor: pointer;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-top__program__prevbtn.js-noactive {
  display: none;
}

.p-top__program__prevbtn.swiper-button-disabled {
  display: none;
}

.p-top__program__nextbtn {
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #fff;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-top__program__nextbtn.js-noactive {
  display: none;
}

.p-top__program__nextbtn.swiper-button-disabled {
  display: none;
}

/*----- TOP 講師紹介セクションカスタマイズ -----*/

.l-top__instructor {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: -132px;
  padding: 100px 0 162px;
  background: url("../img/top/bg_top_instructor.png") no-repeat top left/cover;
}

.p-top__instructor__title {
  width: auto;
  height: 30px;
}

.p-top__instructor__title img {
  width: auto;
  height: 100%;
}

.p-top__instructor__slidearea {
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
}

.p-top__instructor__swiper {
  opacity: 0;
}

.p-top__instructor__swiper .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-top__instructor__swiper.swiper-initialized {
  opacity: 1;
}

.p-top__instructor__swiper.js-noactive {
  opacity: 1;
}

.p-top__instructor__swiper.js-noactive .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 3px;
}

.p-top__instructor__swiper.js-noactive .p-top__instructor__slider {
  width: calc( 100% / 5 - 12px / 5);
  height: auto;
}

.p-top__instructor__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top__instructor__slider__img {
  width: 100%;
  height: auto;
}

.p-top__instructor__slider__infoarea {
  position: relative;
  min-height: 200px;
  padding: 4px 8px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__instructor__slider__infoarea .p-top__instructor__slider__status {
  min-height: 32px;
  font-size: 12px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__instructor__slider__infoarea .p-top__instructor__slider__name {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__instructor__slider__infoarea .p-top__instructor__slider__info {
  margin-top: 4px;
  overflow: hidden;
  font-size: 12px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__instructor__slider__infoarea .p-top__instructor__slider__info__toggle {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__instructor__slider__infoarea .p-top__instructor__slider__info__toggle:hover {
  text-decoration: none;
}

.p-top__instructor__slider__info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__instructor__slider__info__link:hover {
  text-decoration: none;
}

.p-top__instructor__slider__info__linkicon {
  width: 6.5px;
  height: auto;
  margin-left: 10px;
}

.p-top__instructor__prevbtn {
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #fff;
  cursor: pointer;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-top__instructor__prevbtn.js-noactive {
  display: none;
}

.p-top__instructor__prevbtn.swiper-button-disabled {
  display: none;
}

.p-top__instructor__nextbtn {
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #fff;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-top__instructor__nextbtn.js-noactive {
  display: none;
}

.p-top__instructor__nextbtn.swiper-button-disabled {
  display: none;
}

/*----- TOP 開催地域カスタマイズ -----*/

.l-top__region {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  max-height: 606px;
  margin: -133px auto 0;
  padding: 103px 0 57px;
  background: url("../img/top/bg_top_region.png") no-repeat top left/1280px;
}

.p-top__region__title {
  width: auto;
  height: 30px;
}

.p-top__region__title img {
  width: auto;
  height: 100%;
}

.p-top__region__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
  padding: 0 30px 0 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__region__japan {
  width: 38.37%;
}

.p-top__region__japan__name {
  padding-left: 11px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__region__japan__img {
  width: 100%;
  height: auto;
  margin-top: -9px;
}

.p-top__region__foreigncountry {
  width: 48.53%;
}

.p-top__region__foreigncountry__titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.p-top__region__foreigncountry__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__region__foreigncountry__text {
  margin-left: 11px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__region__foreigncountry__img {
  width: 100%;
  height: auto;
  margin-top: 36px;
}

/*----- TOP 参加者の声セクションカスタマイズ -----*/

.l-top__customer_voice {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 73px 0 0;
}

.p-top__customer_voice__title {
  width: auto;
  height: 30px;
}

.p-top__customer_voice__title img {
  width: auto;
  height: 100%;
}

.p-top__customer_voice__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
  gap: 40px 24px;
}

.p-top__customer_voice__box {
  width: calc( 50% - 12px);
  height: auto;
}

.p-top__customer_voice__box:nth-child(n + 3) {
  display: none;
}

.p-top__customer_voice__box__name {
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__customer_voice__box__text {
  margin-top: 6px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__customer_voice__box__text__toggle {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__customer_voice__box__text__toggle:hover {
  text-decoration: none;
}

.p-top__customer_voice__box__program {
  margin-top: 8px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-top__customer_voice__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 20px auto 0;
  font-size: 14px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.06em;
}

.p-top__customer_voice__readmore:hover {
  text-decoration: none;
}

.p-top__customer_voice__readmoreicon {
  width: 13.5px;
  height: auto;
}

/*----- TOP アーカイブセクションカスタマイズ -----*/

.l-top__archive {
  width: 100%;
  height: auto;
  padding: 80px 0 0;
}

.p-top__archive__title {
  width: auto;
  height: 30px;
}

.p-top__archive__title img {
  width: auto;
  height: 100%;
}

.p-top__archive__slidearea {
  position: relative;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
}

.p-top__archive__swiper {
  opacity: 0;
}

.p-top__archive__swiper .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.p-top__archive__swiper.swiper-initialized {
  opacity: 1;
}

.p-top__archive__swiper.js-noactive {
  opacity: 1;
}

.p-top__archive__swiper.js-noactive .swiper-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 3px;
}

.p-top__archive__swiper.js-noactive .p-top__archive__slider {
  width: calc( 100% / 4 - 9px / 4);
  height: auto;
}

.p-top__archive__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top__archive__slider__img {
  width: 100%;
  height: auto;
}

.p-top__archive__slider__infoarea {
  position: relative;
  padding: 8px 16px 95px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__archive__slider__infoarea .p-top__archive__slider__program_name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-top__archive__slider__infoarea .p-top__archive__slider__program_info {
  margin-top: 6px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__archive__slider__instructor_info {
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  height: auto;
  gap: 8px;
}

.p-top__archive__slider__instructor_info__img {
  width: 50px;
  height: auto;
}

.p-top__archive__slider__instructor_info__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__archive__slider__instructor_info__textbox .p-top__archive__slider__instructor_info__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-top__archive__slider__instructor_info__textbox .p-top__archive__slider__instructor_info__status {
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-top__archive__prevbtn {
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #9c7942;
  cursor: pointer;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-top__archive__prevbtn.js-noactive {
  display: none;
}

.p-top__archive__prevbtn.swiper-button-disabled {
  display: none;
}

.p-top__archive__nextbtn {
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 16px;
  height: 33px;
  background-color: #9c7942;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-top__archive__nextbtn.js-noactive {
  display: none;
}

.p-top__archive__nextbtn.swiper-button-disabled {
  display: none;
}

.p-top__archive__supplement {
  position: absolute;
  right: 0;
  bottom: -30px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

/*----- CONCEPTページカスタマイズ -----*/

.l-concept__fv {
  position: relative;
  width: 100%;
  height: auto;
}

.p-concept__fv__title {
  position: absolute;
  top: 184px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}

.p-concept__fv__title>img {
  width: auto;
  height: 34px;
}

.p-concept__fv__ornament1 {
  position: absolute;
  bottom: -57px;
  left: -82px;
  width: 84.55px;
  height: auto;
}

.p-concept__fv__ornament2 {
  position: absolute;
  top: -51px;
  right: -112px;
  width: 102.55px;
  height: auto;
}

.p-concept__fv__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.l-concept__main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 75px 0 0;
}

.l-concept__main .c-container {
  max-width: 640px !important;
}

.l-concept__main .p-concept__main__text {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -.01em;
}

.p-concept__main__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 36px auto 0;
  padding: 20px 24px;
  background-color: rgba(255, 255, 255, .4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-concept__main__flex .p-concept__main__text {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-concept__main__logo {
  -webkit-transform: translate(-10px, -4px);
  transform: translate(-10px, -4px);
  width: 130px;
  height: auto;
}

.l-concept__recommend {
  width: 100%;
  height: auto;
  padding: 72px 0 0;
}

.p-concept__recommend__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  gap: 40px 24px;
}

.p-concept__recommend__box {
  width: calc( 50% - 12px);
  height: auto;
}

.p-concept__recommend__box:nth-child(n + 3) {
  display: none;
}

.p-concept__recommend__box__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-concept__recommend__box__text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: calc( 18.2 / 14);
  letter-spacing: -.02em;
}

.p-concept__recommend__box__instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 8px auto 0;
  gap: 8px;
}

.p-concept__recommend__box__instructor__img {
  width: 50px;
  height: auto;
}

.p-concept__recommend__box__instructor__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-concept__recommend__box__instructor__textbox .p-concept__recommend__box__instructor__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-concept__recommend__box__instructor__textbox .p-concept__recommend__box__instructor__status {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: calc( 18.2 / 14);
  letter-spacing: -.04em;
}

.p-concept__recommend__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 20px auto 0;
  font-size: 14px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.06em;
}

.p-concept__recommend__readmore:hover {
  text-decoration: none;
}

.p-concept__recommend__readmoreicon {
  width: 13.5px;
  height: auto;
}

/*----- プログラム＆アーカイブページカスタマイズ -----*/

.l-program__fv {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  aspect-ratio: 1280 / 595.22;
}

.p-program__fv__textbox {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  color: #fff;
}

.p-program__fv__datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-program__fv__datebox .p-program__fv__month {
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
  width: 50px;
  font-size: 50px;
  font-family: "EB Garamond",serif;
  text-align: center;
  line-height: calc( 75 / 50);
  letter-spacing: .02em;
}

.p-program__fv__datebox .p-program__fv__day {
  position: relative;
  width: 50px;
  margin-left: -5px;
  font-size: 50px;
  font-family: "EB Garamond",serif;
  text-align: center;
  line-height: calc( 75 / 50);
  letter-spacing: .02em;
}

.p-program__fv__datebox .p-program__fv__day:before {
  position: absolute;
  top: 7px;
  left: -13.5px;
  width: 26.5px;
  height: 22.5px;
  background: url("../img/common/icon_diagonalline_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.p-program__fv__datebox .p-program__fv__icon {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
  margin-left: 3px;
  font-size: 35px;
  font-family: "EB Garamond",serif;
  line-height: calc( 75 / 35);
  letter-spacing: -.02em;
}

.p-program__fv__close_message {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin-top: 15px;
  padding: 0 12px;
  background-color: #9c7942;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__fv__title {
  margin-top: 16px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.p-program__fv__instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 16px auto 0;
}

.p-program__fv__instructor__img {
  width: 50px;
  height: auto;
}

.p-program__fv__instructor__name {
  margin-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  opacity: .8;
}

.p-program__fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

.l-program__content {
  position: relative;
  padding-top: 112px;
}

.p-program__content__ornament {
  position: absolute;
  top: -64px;
  right: 77.59px;
  width: 193.41px;
  height: auto;
}

.p-program__innerlinkbox {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
}

.p-program__innerlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 20px;
}

.p-program__innerlinkitem {
  position: relative;
}

.p-program__innerlinkitem a {
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__innerlinkitem a:hover {
  text-decoration: none;
}

.p-program__innerlinkitem.js-active a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__innerlinkitem.js-active a:hover {
  text-decoration: none;
}

.p-program__innerlinkitem.js-active:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 2px;
  background-color: #be0011;
  content: "";
}

.l-program__feature {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-program__feature__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 16px auto 0;
  gap: 24px;
}

.p-program__feature__text {
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__feature__img {
  width: 29%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-program__feature__img figcaption {
  font-size: 14px;
  color: #939393;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__feature__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 28px auto 0;
  gap: 8px;
}

.p-program__feature__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 34px;
  border-radius: 17px;
  padding: 0 16px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.l-program__detail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 80px 0 0;
}

.p-program__detail__sections {
  width: 100%;
  height: auto;
  margin: 59px auto 0;
}

.p-program__detail__section {
  width: 100%;
  height: auto;
}

.p-program__detail__section .c-container {
  position: relative;
}

.p-program__detail__section .c-container:before {
  position: absolute;
  top: 0;
  left: 93px;
  width: 1px;
  height: 100%;
  background-color: #9c7942;
  content: "";
}

.p-program__detail__section .c-container:after {
  position: absolute;
  top: 7px;
  left: 90px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9c7942;
  content: "";
}

.p-program__detail__section:first-child .c-container {
  padding-top: 0;
}

.p-program__detail__section:first-child .c-container:before {
  top: 7px;
  height: calc(100% - 7px);
}

.p-program__detail__section:not(:first-child) .c-container {
  padding-top: 100px;
}

.p-program__detail__section:not(:first-child) .c-container:after {
  position: absolute;
  top: 110px;
  left: 90px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9c7942;
  content: "";
}

.p-program__detail__section:not(:first-child) .p-program__detail__section__datebox {
  top: 82px;
}

.p-program__detail__section:last-child .c-container {
  padding-top: 20px;
}

.p-program__detail__section:last-child .c-container:before {
  height: 35px;
}

.p-program__detail__section:last-child .c-container:after {
  top: 30px;
}

.p-program__detail__section:last-child .p-program__detail__section__datebox {
  top: 2px;
}

.p-program__detail__section.u-colored {
  max-width: 1280px;
  margin: 0 auto;
  background: url(../img/common/bg_program_book.png) top left/cover no-repeat;
  color: #fff;
}

.p-program__detail__section.u-colored p {
  color: #fff;
}

.p-program__detail__section.u-colored .c-container {
  min-height: 1050px;
  padding: 120.79px 20px 67px;
}

.p-program__detail__section.u-colored .c-container:after {
  top: 200px;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox {
  top: 173px;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix {
  top: 168px;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__month {
  text-align: left;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day {
  -webkit-transform: translate(-24px, 50px);
  transform: translate(-24px, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -.02em;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day:before {
  top: -34px;
  left: 6px;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__month {
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day span {
  height: 40px;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day .u-icon {
  font-size: 60px;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day:before {
  background: url("../img/common/icon_diagonalline_white.png") 50% 50% no-repeat;
}

.p-program__detail__section.u-colored .p-program__detail__section__flex {
  margin-top: 16px;
}

.p-program__detail__section.u-colored .p-program__detail__section__text {
  margin-top: 6px;
}

.p-program__detail__section.u-colored .p-program__detail__section__img figcaption {
  color: #fff;
}

.p-program__detail__section.u-colored:last-child .c-container:before {
  height: 202px;
}

.p-program__detail__section.u-long .c-container {
  min-height: 1200px;
}

.p-program__detail__section .p-program__detail__section__supplement {
  margin-top: 30px;
  font-size: 14px;
  color: #939393;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__datebox {
  position: absolute;
  top: -20PX;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-program__detail__section__datebox .p-program__detail__section__month {
  width: 40px;
  font-size: 40px;
  font-family: "EB Garamond",serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
}

.p-program__detail__section__datebox .p-program__detail__section__day {
  position: relative;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 40px;
  margin-left: -10px;
  font-size: 40px;
  font-family: "EB Garamond",serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
}

.p-program__detail__section__datebox .p-program__detail__section__day:before {
  position: absolute;
  top: -10px;
  left: -9.5px;
  width: 26.5px;
  height: 22.5px;
  background: url("../img/common/icon_diagonalline.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.p-program__detail__section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( 100% - 97px);
  height: auto;
  margin: 0 0 0 auto;
  gap: 24px;
}

.p-program__detail__section__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__detail__section__textbox .p-program__detail__section__text {
  margin-top: 10px;
  font-size: 14px;
  color: #939393;
  line-height: 1.6;
}

.p-program__detail__section__textbox .p-program__detail__section__top_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #939393;
  line-height: 1.6;
  gap: 12px;
}

.p-program__detail__section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.p-program__detail__section__title:not(:first-child) {
  margin-top: 12px;
}

.p-program__detail__section__title__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 25px;
  border-radius: 12.5px;
  padding: 0 8px;
  background-color: #9c7942;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-program__detail__section__instructor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 0;
  gap: 8px;
}

.p-program__detail__section__instructor__img {
  width: 50px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-program__detail__section__instructor__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__detail__section__instructor__textbox .p-program__detail__section__instructor__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__instructor__textbox .p-program__detail__section__instructor__status {
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__img {
  width: 36.65%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-program__detail__section__img figcaption {
  font-size: 14px;
  color: #939393;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__detail__section__localprogram {
  width: calc( 100% - 97px);
  height: auto;
  margin: 0 0 0 auto;
}

.p-program__detail__section__localprogram .p-program__detail__section__localprogram__text {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__localprogram .p-program__detail__section__localprogram__largetext {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
}

.p-program__detail__section__location dt {
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__location dd {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__bottomarea {
  width: calc( 100% - 97px);
  margin: 42px 0 0 auto;
}

.p-program__detail__section__bottomarea .p-program__detail__section__bottomarea__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__bottomarea .p-program__detail__section__supplement {
  margin-top: 35px;
  font-size: 14px;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__linkto_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 288px;
  height: 49px;
  margin: 0 auto;
  border-radius: 24.5px;
  background-color: #fff;
  font-size: 16px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__linkto_detail:hover {
  text-decoration: none;
}

.p-program__detail__section__campaign {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  border-radius: 4px;
  padding: 8px 24px 12px;
  background-color: #9c7942;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-program__detail__section__campaign .p-program__detail__section__campaign__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__campaign .p-program__detail__section__campaign__text {
  margin: 6px auto 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.l-program__instructor {
  width: 100%;
  height: auto;
  padding: 65px 0 0;
}

.p-program__instructor__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  gap: 40px 24px;
}

.p-program__instructor__box {
  width: calc( 50% - 12px);
  height: auto;
}

.p-program__instructor__box .p-program__instructor__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 4;
}

.p-program__instructor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 12px;
}

.p-program__instructor__info__img {
  width: 80px;
  height: auto;
}

.p-program__instructor__info__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__instructor__info__textbox .p-program__instructor__info__name {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.02em;
}

.p-program__instructor__info__textbox .p-program__instructor__info__status {
  margin-top: 4px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.l-program__customer_voice {
  width: 100%;
  height: auto;
  padding: 80px 0 0;
}

.p-program__customer_voice__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  gap: 40px 24px;
}

.p-program__customer_voice__box {
  width: calc( 50% - 12px);
  height: auto;
}

.p-program__customer_voice__box:nth-child(n + 3) {
  display: none;
}

.p-program__customer_voice__box .p-program__customer_voice__box__name {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__customer_voice__box .p-program__customer_voice__box__text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__customer_voice__box .p-program__customer_voice__box__program {
  margin-top: 8px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__customer_voice__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 20px auto 0;
  font-size: 14px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.06em;
}

.p-program__customer_voice__readmore:hover {
  text-decoration: none;
}

.p-program__customer_voice__readmoreicon {
  width: 13.5px;
  height: auto;
}

.l-program__overview {
  width: 100%;
  height: auto;
  padding: 80px 0 0;
}

.p-program__overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.p-program__overview__listitem {
  width: 100%;
  height: auto;
}

.p-program__overview__listitem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-program__overview__listitem dt {
  width: 101px;
  height: auto;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__overview__listitem dd {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__overview__listitem dd p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__overview__listitem dd p:not(:first-child) {
  margin-top: 14px;
}

.p-program__overview__listitem dd p .u-red {
  color: red;
}

.p-program__overview__listitem dd .p-program__overview__listitem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__overview__listitem dd .p-program__overview__listitem__link:hover {
  text-decoration: none;
}

.p-program__overview__listitem dd .p-program__overview__listitem__link:not(:first-child) {
  margin-top: 16px;
}

.l-program__flow {
  width: 100%;
  height: auto;
  padding: 62px 0 0;
}

.p-program__flow__list {
  width: 100%;
  height: auto;
  margin: 45px auto 0;
}

.p-program__flow__listitem {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-program__flow__listitem:not(:first-child) {
  margin-top: 26px;
}

.p-program__flow__listitem .p-program__flow__listitem__number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 500;
  font-family: "EB Garamond",serif;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-program__flow__listitem .p-program__flow__listitem__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-program__flow__listitem .p-program__flow__listitem__text {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.l-program__confirm {
  width: 100%;
  height: auto;
  padding: 81px 0 0;
}

.p-program__confirm__contentboxes {
  width: 100%;
  height: auto;
  margin: 58px auto 0;
}

.p-program__confirm__contentbox {
  width: 100%;
  height: auto;
}

.p-program__confirm__contentbox:not(:first-child) {
  margin-top: 20px;
}

.p-program__confirm__contentbox .p-program__confirm__text {
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__confirm__contentbox .p-program__confirm__text:not(:first-child) {
  margin-top: 4px;
}

.p-program__confirm__contentbox .p-program__confirm__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__confirm__contentbox .p-program__confirm__link:not(:first-child) {
  margin-top: 16px;
}

.p-program__confirm__contentbox .p-program__confirm__link--gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__confirm__contentbox .p-program__confirm__link--gray:hover {
  text-decoration: none;
}

.p-program__confirm__contentbox .p-program__confirm__link--gray.js-active .p-program__confirm__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-program__confirm__contentbox .p-program__confirm__arrow {
  width: 12px;
  height: auto;
  margin-left: 6px;
}

.p-program__confirm__contentbox .p-program__confirm__contentbox__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-program__confirm__contentbox .p-program__confirm__contentbox__smalltitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__confirm__accorionbox {
  display: none;
  padding-top: 4px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__confirm__accorionbox.js-active {
  display: block;
}

.p-program__confirm__accorionbox .p-program__confirm__link {
  margin-top: 5px;
}

.p-program__cta {
  position: fixed;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  height: 48px;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  background-color: #005e37;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #fff;
  letter-spacing: -.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-program__cta:hover {
  text-decoration: none;
}

.p-program__cta.js-fixed {
  bottom: 20px;
}

.p-program__cta.js-absolute {
  position: absolute;
}

.c-program__linkicon {
  display: block !important;
  width: 13px !important;
  height: auto !important;
  margin-right: 8px;
}

@media screen and (min-width: 1300px) {
  .l-top__program {
    padding: 62px 0 200px;
    background: url("../img/top/bg_top_program.png") no-repeat top center/1400px;
  }

  .l-top__instructor {
    padding: 100px 0 200px;
    background: url("../img/top/bg_top_instructor.png") no-repeat top center/1400px;
  }

  .l-top__region {
    padding: 120px 0 120px;
    background: url("../img/top/bg_top_region.png") no-repeat top center/1400px;
  }
}

@media screen and (min-width: 1400px) {
  .p-concept__fv__title {
    top: 230px;
  }
}

@media screen and (min-width: 1650px) {
  .p-concept__fv__title {
    top: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .p-top__fv__slidearea {
    max-width: 850px;
  }

  .p-top__fv__slider__instructor_info__textbox .p-top__fv__slider__instructor_info__name {
    font-size: 12px;
  }

  .p-top__fv__slider__instructor_info__textbox .p-top__fv__slider__instructor_info__status {
    font-size: 12px;
  }

  .p-top__program__slidearea {
    max-width: 850px;
  }

  .p-top__program__slider__instructor_info__textbox .p-top__program__slider__instructor_info__name {
    font-size: 12px;
  }

  .p-top__instructor__slidearea {
    max-width: 850px;
  }

  .p-top__archive__slidearea {
    max-width: 850px;
  }

  .p-top__archive__slider__instructor_info__textbox .p-top__archive__slider__instructor_info__name {
    font-size: 12px;
  }

  .p-top__archive__slider__instructor_info__textbox .p-top__archive__slider__instructor_info__status {
    font-size: 12px;
  }
	
	
}

