@charset "UTF-8";

/* --------------------------------------------------------------------------------
	parts.css 上書き
-------------------------------------------------------------------------------- */
body #container #mainContent {
  padding-bottom: 0;
  background-color: #f0f0f0 !important;
}
.spOnly {
  display: none!important;
}
@media screen and (max-width: 599px) {
  .pcOnly {
    display: none!important;
  }
  .spOnly {
    display: block!important;
  }
}
.csrLow_rowCenter {
  justify-content: center;
  gap: 0 3.4%;
}
@media screen and (max-width: 599px) {
  .csrLow_rowCenter {
    gap: 0 10px;
    justify-content: flex-start;
  }
  .csrLow_rowCenter .csrLow_quarterCol {
    margin-bottom: 10px;
  }
}
.full { width: 100%; }
/* --------------------------------------------------------------------------------
	mv
-------------------------------------------------------------------------------- */
.csrLow_mv {
  position: relative;
}
.csrLow_mv-kankyoBus {
  background: url(../imgs/14/kankyo-bus/img-mv@2x.jpg) no-repeat center center/cover;
}
.csrLow_mv:before {
  display: block;
  content: '';
  width: 349px;
  height: 404px;
  background: url(../imgs/14/logo-mv.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.csrLow_mvTtl.pdt0 {
	padding-top: 0;
}
@media screen and (max-width: 599px) {
  .csrLow_mv:before {
    width: 175px;
    height: 202px;
  }
}

.csrLow_mvInner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.csrLow_mvYear {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 15px;
}
.csrLow_mvYear span {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	padding: 0;
	display: inline-block;
  text-shadow: #000 0.5px 0.5px 15px, #000 -0.5px 0.5px 15px;
}
@media screen and (max-width: 599px) {
  .csrLow_mvYear {
    margin-bottom: 30px;
  }
  .csrLow_mvYear span {
    font-size: 15px;
    padding: 0;
  }
}
.csrLow_mvTtl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  text-shadow: unset;
}

@media screen and (max-width: 599px) {
  .csrLow_mvTtl {
    font-size: 20px;
  }
}

.csrLow_mvTtl::before {
  display: block;
  content: attr(data-ttl) "";
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 21px;
  position: relative;
  top: -35px;
}

@media screen and (max-width: 599px) {
  .csrLow_mvTtl::before {
    font-size: 15px;
    top: -25px;
  }
}

/* --------------------------------------------------------------------------------
	lead
-------------------------------------------------------------------------------- */
.csrLow_lead {
  background: #fff;
  border-bottom: none;
  margin-bottom: 0;
}

.csrLow_leadHeading {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 32px;
  line-height: 1.25;
}
.csrLow_leadHeading .sm { font-size: 75%; }
.csrLow_lead.line {
  position: relative;
}
.csrLow_lead.line::before {
  content: "";
  max-width: 1142px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px dashed #999;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 599px) {
  .csrLow_leadHeading {
    font-size: 25px;
  }
  .csrLow_lead.line::before {
    max-width: calc(100% - 20px);
  }
}
.csrLow_leadYear {
  text-align: center;
  margin-bottom: 115px;
}
.csrLow_leadYear span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5A7621;
  border-bottom: 1px solid;
}
@media screen and (max-width: 599px) {
  .csrLow_leadYear {
    margin-bottom: 40px;
  }
  .csrLow_leadYear span {
    font-size: 24px;
  }
}
.csrLow_leadFlow {
  margin-bottom: 40px;
}

.csrLow_tabNav {
  border-bottom: 3px solid #798F4B;
  margin: 0 0 clamp(40px,4.9404vw,83px);
  padding: clamp(40px,4.9404vw,80px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 18px;
}
.csrLow_tabNav .tabNav_item {
  text-align: center;
  background: #FCFBEE;
  padding: 30px 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.csrLow_tabNav .tabNav_item.is_active {
  background: #798F4B;
  pointer-events: none;
}
.csrLow_tabNav .tabNav_item .tabNav_itemTtl {
  color: #000;
  font-size: clamp(14px,1.25vw,21px);
  letter-spacing: -0.05em;
  line-height: 1.5;
  opacity: 0.2;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.csrLow_tabNav .tabNav_item:hover .tabNav_itemTtl {
  opacity: 0.5;
}
.csrLow_tabNav .tabNav_item.is_active .tabNav_itemTtl {
  color: #fff;
  opacity: 1;
}
.csrLow_tabNav .tabNav_item .tabNav_itemTtl .sm {
  font-size: 66.67%;
  letter-spacing: 0;
}

.csrLow_tabWrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.csrLow_tabWrap .csrLow_yearList .yearItem .cont,
.csrLow_tabWrap .csrLow_lead {
  background-color: unset;
}
.csrLow_tabWrap .tabContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.csrLow_tabWrap .tabContent.is_active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 599px) {
  .csrLow_tabNav {
    border-bottom-width: 2px;
    margin-bottom: 0;
    gap: 0 10px;
  }
  .csrLow_tabNav .tabNav_item {
    padding: 15px 5px;
  }
}

/* --------------------------------------------------------------------------------
	information
-------------------------------------------------------------------------------- */
.csrLow_information_body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 40px;
  border-bottom: 1px solid #e3deaa;
  background-color: #fcfbee;
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}
.csrLow_information_body.hasCap {
  flex-wrap: wrap;
  padding: 40px 15px 15px;
}
.csrLow_information_body.hasCap .csrLowSchedule_date {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.csrLow_information_body.hasCap .csrLowSchedule_date span {
	display: inline-block;
	text-indent: -3em;
	padding-left: 3em;
}
.csrLow_information_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.csrLow_information_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}
.csrLow_information_column:first-child {
  border-right: 1px solid #000;
}
.csrLow_information_column dl {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 12.5px;
  width: 100%;
}
.csrLow_information_column dl dt {
  color: #5A7621;
  font-weight: bold;
  margin-right: 0.5rem;
}
.csrLow_information_column dl p:not(:last-child) {
  margin-bottom: 10px;
}
.csrLow_information_thumnaid {
  display: flex;
}
.csrLow_information_thumnaid > p {
  width: 144px;
}
.csrLow_information_thumnaid > dl {
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .csrLow_information_body {
    font-size: 12px;
    margin-bottom: 60px;
    padding: 20px;
  }
  .csrLow_information_thumnaid {
    flex-wrap: wrap;
  }
  .csrLow_information_thumnaid > p {
    margin: 0 auto;
    width: 100px;
  }
}

/* --------------------------------------------------------------------------------
	trial
-------------------------------------------------------------------------------- */
.csrLowTrial_headingBox {
  position: relative;
}

.csrLowTrial_heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: .05em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.csrLowTrial_heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}

.csrLowTrial_heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.csrLowTrial_heading.hasSubText {
  top: 63%;
}
.csrLowTrial_heading.hasSubText span {
  font-size: 14px;
  line-height: 2.14;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .csrLowTrial_heading {
    font-size: 25px;
  }
  .csrLowTrial_heading.hasSubText span {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 0;
  }
}

.csrLowTrial_headingBg {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 180px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 599px) {
  .csrLowTrial_headingBg {
    font-size: 100px;
  }
}

.csrLowTrial_headingBg-num {
  color: #DFDFDF;
}

.csrLowTrial_nextNotice {
  padding: 30px 0 60px;
  padding: 60px 0 60px;
}

@media screen and (max-width: 599px) {
  .csrLowTrial_nextNotice {
    padding: 20px 0 30px;
    padding: 30px 0 30px;
  }
}

.csrLowTrial_nextBack {
  display: flex;
  flex-wrap: wrap;
}

.trialNextNotice {
  background-color: #fbfbf4;
  border-bottom: solid 1px #e8e8e8;
}

.trialNextNotice_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .trialNextNotice_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.trialNextNotice_heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  padding: 48px 0 10px;
  /* margin-bottom: 30px; */
  background: url(../imgs/14/logo-next-notice.gif) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .trialNextNotice_heading {
    padding: 38px 0 10px;
    font-size: 22px;
  }
}

.trialNextNotice_heading::after {
  display: block;
  content: attr(data-heading) "";
  font-family:  "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}

@media screen and (max-width: 599px) {
  .trialNextNotice_heading::after {
    font-size: 12px;
    margin-top: 6px;
  }
}

.trialNextNotice_photo {
  margin: 60px 0 20px;
}

@media screen and (max-width: 599px) {
  .trialNextNotice_photo {
    margin: 30px 0 10px;
  }
}

.trialNextNotice .csrLow_txt:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .trialNextNotice .csrLow_txt:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.trialNextBack_next {
  display: flex;
  width: 50%;
  color: #333;
  border-left: 1px solid #e8e8e8;
}

.trialNextBack_next:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.7;
}

.trialNextBack_next .trialNextBack_inner {
  margin-left: auto;
  justify-content: flex-end;
}

.trialNextBack_next .trialNextBack_txts {
  text-align: right;
  margin-right: 90px;
}

@media screen and (max-width: 599px) {
  .trialNextBack_next .trialNextBack_txts {
    margin-right: 20px;
  }
}

.trialNextBack_next .trialNextBack_arrow {
  border-left: dotted 1px #e8e8e8;
}

.trialNextBack_next .trialNextBack_arrow::after {
  transform: rotate(45deg);
}

.trialNextBack_back {
  display: flex;
  width: 50%;
  color: #333;
}

.trialNextBack_back:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.7;
}

.trialNextBack_back .trialNextBack_txts {
  margin-left: 90px;
}

@media screen and (max-width: 599px) {
  .trialNextBack_back .trialNextBack_txts {
    margin-left: 20px;
  }
}

.trialNextBack_back .trialNextBack_arrow {
  border-right: dotted 1px #e8e8e8;
}

.trialNextBack_back .trialNextBack_arrow::after {
  transform: rotate(-135deg);
}

.trialNextBack_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .trialNextBack_inner {
    width: 100%;
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {
  .trialNextBack_txts {
    width: calc(100% - 50px);
    padding-top: 30px;
  }
}

.trialNextBack_heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: .05em;
  margin-bottom: 35px;
}

@media screen and (max-width: 599px) {
  .trialNextBack_heading {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.trialNextBack_txt {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.trialNextBack_txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  width: 0;
}

.trialNextBack_txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  width: 0;
}

@media screen and (max-width: 599px) {
  .trialNextBack_txt {
    letter-spacing: normal;
    font-size: 10px;
  }
}

.trialNextBack_arrow {
  position: relative;
  width: 60px;
  height: 280px;
  background-color: #fbfbfb;
}

@media screen and (max-width: 599px) {
  .trialNextBack_arrow {
    width: 30px;
    height: 140px;
  }
}

.trialNextBack_arrow::after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.5px 0 0 -3.5px;
}

/* --------------------------------------------------------------------------------
	trialClass1
-------------------------------------------------------------------------------- */

.kankyo_heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

.kankyo_heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.17) * 0.5em);
  width: 0;
}

.kankyo_heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.17) * 0.5em);
  width: 0;
}

@media screen and (max-width: 599px) {
  .kankyo_heading {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.trialClass1_orientation {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .trialClass1_orientation {
    margin-bottom: 50px;
  }
}

.trialClass1_orientation .csrLow_row:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .trialClass1_orientation .csrLow_row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.trialClass1_orientation .csrLow_oneThirdCol {
  width: 390px;
}
.trialClass1_orientation .csrLow_secondThirdCol {
  overflow: hidden;
  width: 715px;
}

.trialClass1_orientation .csrLowTrial_headingBox {
  margin-bottom: 20px;
}
.trialClass1_orientation .csrLow_txt {
  letter-spacing: .025em;
}
.trialClass1_orientation .csrLow_txtNote {
  margin-top: 20px;
  text-align: right;
}
.trialClass1_orientation .csrLow_leadTxt.mt20 {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------------
	movie
-------------------------------------------------------------------------------- */

.csrLow_movie {
  margin-bottom: clamp(40px,7.1428vw,120px);
}
.movie_movie {
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}
.movie_movie video {
	width: 100%;
}
.movie_movie iframe {
  width: 100%;
  height: 442px;
}
@media screen and (max-width: 599px) {
  .movie_movie iframe {
    height: 53vw;
  }
}

/* --------------------------------------------------------------------------------
	slick
-------------------------------------------------------------------------------- */
.csrLow_imgWrap .csrLow_sliders {
  padding-bottom: 18px;
}
.csrLow_sliders .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.csrLow_imgWrap .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.csrLow_sliders .slick-dots button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
}
.csrLow_sliders .slick-dots .slick-active button {
  background-color: #000;
}

.csrLow_sliders .slick-arrow {
  background: none;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.csrLow_sliders .slick-prev {
  border-right: 14px solid #fff;
  border-left: 0;
  left: 15px;
}
.csrLow_sliders .slick-next {
  border-left: 14px solid #fff;
  border-right: 0;
  right: 15px;
}
.csrLow_yearList {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
}
.csrLow_yearList .yearItem + .yearItem { margin-top: 40px; }
.csrLow_yearList .yearItem .year {
	color: #5A7621;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}
.csrLow_yearList .yearItem .cont + .cont { margin-top: 30px; }
.csrLow_yearList .yearItem .cont {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 25px;
	padding: 0 0 20px;
}
.csrLow_yearList .yearItem .ttl {
	color: #5A7621;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 25px;
}
.csrLow_yearList .yearItem .ttl .small {
	font-size: 80%;
	display: inline-block;
	margin: 0 0 6px;
}
.csrLow_yearList .yearItem .kankyo_heading {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
.csrLow_yearList .yearItem .contHead .csrLow_imgWrap { margin-top: 25px; }
.csrLow_yearList .yearItem .contHead .csrLow_txt {
  letter-spacing: 0;
  line-height: 1.8;
}
.csrLow_yearList + .csrLow_movie {
  margin-bottom: 0;
  margin-top: 48px;
}
.csrLow_yearList .csrLow_information {
	height: 100%;
}
.csrLow_yearList .csrLow_information_body {
	padding: 30px;
	margin: 0;
	border: none;
	height: 100%;
	box-sizing: border-box;
}
.csrLow_yearList .csrLow_information_body.hasSlider {
  height: calc(100% - 18px);
}
.csrLow_yearList .csrLow_information_column {
	display: block;
	width: 100%;
	border: none !important;
}
.csrLow_yearList .csrLow_information_column dl p:not(:last-child) {
  margin-bottom: 0;
}
.csrLow_leadYear.marginBot { margin-bottom: 30px; }
.trialClass1_orientation .csrLow_yearList,
.trialClass1_orientation .csrLow_yearList .wrap {
  height: 100%;
}
.trialClass1_orientation .csrLow_yearList .yearItem .cont {
  padding: 0;
  grid-template-columns: auto;
  flex: 1;
}
.trialClass1_orientation .csrLow_yearList .yearItem {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.trialClass1_orientation .csrLow_yearList .csrLow_information_body {
  padding: 30px;
}
@media screen and (max-width: 599px) {
	.csrLow_yearList {
		padding-right: 0;
	}
	.csrLow_yearList .yearItem .cont {
		grid-template-columns: auto;
		gap: 15px;
		padding: 0 0 15px;
	}
  .csrLow_yearList .yearItem .kankyo_heading {
    font-size: 20px;
  }
	.csrLow_yearList .yearItem .ttl {
		font-size: 21px;
		margin: 0 0 15px;
	}
	.csrLow_yearList .csrLow_information_body {
		padding: 15px 0;
	}
  .csrLow_yearList + .csrLow_movie {
    margin-top: 15px;
  }
  .trialClass1_orientation .csrLow_yearList .csrLow_information_body {
    padding: 15px 5px;
  }
  .csrLow_yearList .contInfo .csrLow_information_body.hasSlider {
    width: calc(100% + 20px);
    margin-left: -10px;
    height: 100%;
  }
}

.csrLow_yearList .contBus01 .contHead {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.csrLow_yearList .contBus01 .csrLow_information_body {
	height: 100%;
	margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.csrLow_yearList .contBus01 .csrLow_imgWrap { margin-top: 0; }
.csrLow_leadTab03 {
  padding-bottom: 120px;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .csrLow_leadTab03 {
    padding-bottom: 40px;
  }
}