@charset "UTF-8";

/* ========================================
	Component(共通利用の部品。幅とか色は持たせない)
	命名規則: .c-
========================================= */

.c-original_content_area {
  position: relative;
  padding-bottom: 118px;
  font-weight: 400;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.c-original_content_area.p-program {
  padding-bottom: 120px;
}

.c-original_content_area.p-program .c-container {
  max-width: 740px;
}

.c-original_content_area.p-concept {
  padding-bottom: 97px;
}

.c-original_content_area.p-concept .c-container {
  max-width: 740px;
}

.c-original_content_area picture {
  display: block;
  width: 100%;
  height: auto;
}

.c-original_content_area img {
  display: block;
  width: 100%;
  height: auto;
}

.c-original_content_area a,
.c-original_content_area button {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.c-original_content_area a:hover,
.c-original_content_area button:hover {
  opacity: .7;
}

.c-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
}

.c-section__title>img {
  display: block;
  width: auto;
  height: 28px;
  margin: 0 auto 0 0;
}

.c-lowerpage__logo {
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 10;
  width: 96px;
  height: auto;
}

.c-lowerpage__logo .cls-2 {
  fill: #fff;
}

.c-lowerpage__logo.js-fixed {
  position: fixed;
}

.c-lowerpage__logo.js-colorchange .cls-2 {
  fill: #9c7942;
}

.c-section__title__icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  width: 48px;
  height: auto;
  margin-right: 12px;
}

.c-footer__linkarea {
  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: 100%;
  height: 100px;
  background: #005e37;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
}

.c-footer__linklist {
  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;
  gap: 28px;
}

.c-footer__linklistitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: -.02em;
}

.c-footer__linklistitem a:hover {
  text-decoration: none;
}

.c-footer__linkicon {
  width: 13.5px;
  height: auto;
  margin-right: 12px;
}

.c-footer__linkicon img {
  display: block;
  width: 100%;
  height: auto;
}

#c-page_top {
  position: fixed;
  right: 10px;
  bottom: -80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(187, 187, 187, .6);
}

#c-page_top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 7.5px;
  background: url(../img/common/icon_topbtn.png) 50% 50%/cover no-repeat;
  content: "";
}

.c-container {
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.c-modal__bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  cursor: pointer;
}

.c-modal__textbox {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 327px;
  height: auto;
  border-radius: 16px;
  padding: 24px 24px 28px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-modal__textbox .c-modal__textbox__title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__text {
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px auto 0;
  font-size: 13px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.02em;
  gap: 12px;
}

.c-modal__textbox .c-modal__textbox__linkicon {
  width: 13px;
}

.c-modal__textbox .c-modal__textbox__linkicon img {
  display: block;
  width: 100%;
  height: auto;
}

.c-modal__textbox .c-modal__textbox__btn {
  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: 100%;
  height: 48px;
  margin: 28px auto 0;
  border-radius: 24px;
  background-color: #005e37;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__btn:hover {
  text-decoration: none;
  opacity: .7;
}

.c-modal__textbox .c-modal__textbox__btn.js-disabled {
  pointer-events: none;
}

.c-modal__textbox__text {
  max-height: 189px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.c-modal__textbox__text::-webkit-scrollbar {
  display: none;
}

.c-modal__textbox__checkbox {
  margin-top: 28px;
}

.c-modal__textbox__check {
  display: none;
}

.c-modal__textbox__checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox__checkbox__label:before {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border: 2px solid #939393;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.c-modal__textbox__check:checked+.c-modal__textbox__checkbox__label:after {
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #005e37;
  border-left: 2px solid #005e37;
  content: "";
  pointer-events: none;
}

.c-modal__moviebox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 990px;
  height: auto;
  padding: 0 20px;
}

.c-modal__moviebox iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.js-textbox {
  display: -webkit-box;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.js-textbox:hover {
  opacity: .7;
}

.js-textbox.js-active {
  display: block !important;
}

.js-text__readmore.js-noactive {
  display: none !important;
}

.js-customer_voice__box.js-active {
  display: block !important;
}

.js-customer_voice__readmore {
  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;
}

.js-customer_voice__readmore:after {
  width: 13.5px;
  height: 7.5px;
  margin-left: 12px;
  background: url(../img/common/icon_arrow_berow.png) 50% 50%/cover no-repeat;
  content: "";
}

.js-customer_voice__readmore.js-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ========================================
	Utility(わずかな調整などを行うための便利要素)
	命名規則: .u-
========================================= */