@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.top-page .section-mv {
  padding-bottom: 21px;
  z-index: 0;
}
.top-page .section-mv > .container {
  padding: 0 16px;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people {
  position: relative;
  margin-bottom: 30px;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link {
  color: #000000;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .image {
  margin-bottom: 23px;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .image > img {
  max-width: 100%;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .job {
  background-color: #12a343;
  position: absolute;
  top: 293px;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 8px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .job {
    top: 300px;
    font-size: 12px;
  }
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .name {
  position: relative;
  top: -47px;
  left: 0;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .name > span {
  background-color: #12a343;
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3em;
  padding: 4px 9px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .link > .name > span {
    font-size: 30px;
  }
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .box-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: -30px;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .box-category > a:not(.link) {
  border-radius: 50px;
  width: 159px;
  background-color: #12a343;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .box-category > a:not(.link) {
    font-size: 10px;
    width: 109px;
  }
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .button {
  width: 95%;
  margin: 0 auto;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .button > .link {
  padding: 13px 0;
}
.top-page .section-mv > .container > .list-people > .slick-list > .slick-track > .people > .button:before {
  height: 53px;
  top: 6px;
  left: 5px;
}
.top-page .section-about {
  background-color: #edf7d9;
}
.top-page .section-about > .container {
  padding: 35px 25px 56px;
}
.top-page .section-about > .container > .image {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .image {
    height: auto;
  }
}
.top-page .section-about > .container > .sub-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .sub-title {
    font-size: 19px;
  }
}
.top-page .section-about > .container > .text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .text {
    font-size: 12px;
  }
}
.top-page .section-about > .container > .box-accordion {
  position: relative;
  border-bottom: 2px solid #000000;
  padding-bottom: 13px;
  margin-bottom: 45px;
}
.top-page .section-about > .container > .box-accordion::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border-top: 7px solid #000000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .box-accordion::before {
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.top-page .section-about > .container > .box-accordion > .title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .box-accordion > .title {
    font-size: 15px;
  }
}
.top-page .section-about > .container > .box-accordion > .box-inside {
  display: none;
  padding-bottom: 24px;
}
.top-page .section-about > .container > .box-accordion > .box-inside > .text {
  font-size: 14px;
  line-height: 2.4;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .box-accordion > .box-inside > .text {
    font-size: 12px;
  }
}
.top-page .section-about > .container > .box-accordion.active::before {
  border-bottom: 7px solid #000000;
  border-top: 0px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-about > .container > .box-accordion.active::before {
    border-top: 0px;
    border-bottom: 5px solid #000000;
  }
}
.top-page .section-people {
  background-color: #e6e6e6;
  z-index: 0;
}
.top-page .section-people > .line {
  position: absolute;
  top: -27px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-people > .line {
    top: -15px;
  }
}
.top-page .section-people > .container {
  padding: 53px 24px 43px;
}
.top-page .section-people > .container > .button-underline {
  width: 160px;
}
.top-page .section-program {
  position: relative;
  z-index: 0;
}
.top-page .section-program > .line {
  position: absolute;
  position: absolute;
  top: -27px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-program > .line {
    top: -15px;
  }
}
.top-page .section-program > .container {
  padding: 53px 24px 43px;
}
.top-page .section-program > .container > .button-underline {
  width: 207px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-program > .container > .button-underline {
    width: 167px;
  }
}
.top-page .section-place {
  z-index: 0;
}
.top-page .section-place > .line {
  position: absolute;
  top: -10px;
}
.top-page .section-place > .background {
  position: absolute;
  top: 927px;
  background-color: #edf7d9;
  width: 100%;
  height: auto;
  z-index: -4;
}
.top-page .section-place > .container {
  padding: 53px 24px 75px;
  position: relative;
  z-index: -3;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container {
    padding: 33px 24px 75px;
  }
}
.top-page .section-place > .container > .sub-title {
  color: #0f7100;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-page .section-place > .container > .sub-title > .number {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 12px;
}
.top-page .section-place > .container > .sub-title > .number::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #0f7100;
  border-radius: 50px;
  width: 100%;
  height: 31px;
  z-index: -1;
}
.top-page .section-place > .container > .sub-title > .number::after {
  content: "01";
  position: absolute;
  top: 10px;
  left: 7px;
  color: #ffffff;
  font-size: 15px;
}
.top-page .section-place > .container > .sub-title > .number.second::after {
  content: "02";
}
.top-page .section-place > .container > .text {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .text {
    font-size: 12px;
  }
}
.top-page .section-place > .container > iframe {
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 820px) {
  .top-page .section-place > .container > iframe {
    height: 330px;
  }
}
.top-page .section-place > .container > .box-place > .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-page .section-place > .container > .box-place > .list-tab > .tab {
  background-color: #ffffff;
  border: 2px solid #0f7100;
  width: 50%;
  color: #0f7100;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 7px;
}
.top-page .section-place > .container > .box-place > .list-tab > .tab.current {
  background-color: #0f7100;
  color: #ffffff;
}
.top-page .section-place > .container > .box-place > .box-detail {
  margin-bottom: 53px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail {
  position: relative;
  background-color: #ffffff;
  border-left: 2px solid #0f7100;
  border-right: 2px solid #0f7100;
  border-bottom: 2px solid #0f7100;
  padding: 20px;
  z-index: 0;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .title {
  color: #0f7100;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .title {
    font-size: 20px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .groundplan {
  margin-bottom: 20px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .text {
  color: #0f7100;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .text {
    font-size: 12px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .image {
  margin-bottom: 8px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .list-spec {
  margin-bottom: 20px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .list-spec > .spec {
  color: #0f7100;
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .list-spec > .spec {
    font-size: 12px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .list-spec > .spec > .list-inside {
  padding-left: 1em;
  margin-top: 4px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .list-spec > .spec > .list-inside > .inside {
  margin-bottom: 4px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information {
  border-top: 2px solid #0f7100;
  padding-top: 19px;
  margin-top: 19px;
  margin-bottom: 29px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text {
  color: #0f7100;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text {
    font-size: 12px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text.map {
  margin: 10px 0;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text > .link {
  border-bottom: 1px solid #0f7100;
  color: #0f7100;
  padding-bottom: 2px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text > .link > .icon {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 0 0 4px 6px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .box-information > .text > .link > .icon {
    width: 9px;
    height: 9px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .title,
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access,
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .howto {
  color: #0f7100;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .title,
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access,
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .howto {
    font-size: 12px;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .title {
  margin-bottom: 10px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access {
  position: relative;
  border-bottom: 2px solid #0f7100;
  padding-right: 25px;
  padding-bottom: 13px;
  margin-bottom: 24px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  border-top: 5px solid #0f7100;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access.active {
  border-bottom: none;
  margin-bottom: 5px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .option-access.active::before {
  border-top: 0;
  border-bottom: 5px solid #0f7100;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .howto {
  display: none;
  margin-bottom: 24px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .box-access > .howto.active {
  position: relative;
  border-bottom: 2px solid #0f7100;
  padding-bottom: 24px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .button {
  position: relative;
  padding: 13px 8px;
  margin-bottom: 40px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .button > .link {
  color: #0f7100;
  padding: 13px 5px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .button > .link > .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  margin-left: 6px;
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .button:before {
  top: 20px;
  left: 16px;
  width: 96%;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-place > .container > .box-place > .box-detail > .detail > .button:before {
    top: 21px;
    left: 17px;
    width: 93%;
  }
}
.top-page .section-place > .container > .box-place > .box-detail > .detail > .button::after {
  content: none;
}
.top-page .section-membership {
  background-color: #edf7d9;
  z-index: 0;
}
.top-page .section-membership > .line {
  position: absolute;
  top: -12px;
}
.top-page .section-membership > .container {
  padding: 60px 25px 84px;
}
.top-page .section-membership > .container > .text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .text {
    font-size: 13px;
  }
}
.top-page .section-membership > .container > .sub-title {
  font-size: 17px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .sub-title {
    font-size: 15px;
  }
}
.top-page .section-membership > .container > .list-option {
  margin-bottom: 35px;
}
.top-page .section-membership > .container > .list-option > .option {
  margin-bottom: 20px;
}
.top-page .section-membership > .container > .list-option > .option > .title {
  display: inline-block;
  border: 1px solid #000000;
  font-size: 16px;
  padding: 2px 4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .list-option > .option > .title {
    font-size: 13px;
  }
}
.top-page .section-membership > .container > .list-option > .option > .text {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .list-option > .option > .text {
    font-size: 12px;
  }
}
.top-page .section-membership > .container > .button > .link {
  color: #0f7100;
  font-size: 15px;
  padding: 13px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .button > .link {
    font-size: 13px;
  }
}
.top-page .section-membership > .container > .button::before {
  top: 12px;
  left: 5px;
  height: 47px;
}
@media screen and (max-width: 1200px) {
  .top-page .section-membership > .container > .button::before {
    height: 43px;
  }
}
.top-page .footer {
  position: relative;
  margin-top: -30px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-page .footer {
    margin-top: -20px;
  }
}