/* CSS Document */

.blogList.flex {
	align-items: stretch;
}
.blogList li {	
	margin-bottom: 80px;
	overflow: hidden;
	transition: 0.3s;
}
.blogList li:hover {
	opacity: 0.8;
}
.blogList .img {
	position: relative;
	z-index: 0;
}
.blogList .img img {
	object-fit: contain;
	height: 250px;
	width: 100%;
}
.blogList .img .tag {	
	position: absolute;
	top: 0;
	left:0;
}
.blogList .txt {
	background: #fff;
	padding: 10px 0 10px;
}
.blogList .txt .ttl{
	color: #022202;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}
.blogList .txt p {
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.blogList li {
		margin-top: 30px;
	}
	.blogList .img img {
		height: 200px;
	}
	.blogList .txt {
		padding :10px 3%;
	}
	.blogList .txt .ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}

/*詳細*/
.blogHead {
	width: 1024px;
	margin: 0 auto 20px;
}
.blogHead p.date {
	font-size: 1.2rem;
	line-height: 2;
}
.blogHead .ttl {
	color: #022202;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 10px 0 15px;
	padding-bottom: 10px;
	position: relative;
}

.blogHead .ttl:before {
	background: #7BA327;
	content: '';
	display: block;
	width: 100px;
	height:3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
} 
.blogHead .ttl:after {
	background: #707070;
	content: '';
	display: block;
	width: 480px;
	height:1px;
	position: absolute;
	left: 100px;
	bottom: 1px;
} 

.blogHead p {
	line-height: 1.85;
}
@media screen and (max-width: 767px) {
	.blogHead {
		width: 100%;
	}
	.blogHead .ttl {
		font-size: 2rem;
	}
	.blogHead .ttl:before {
		width: 20%;
	}
	.blogHead .ttl:after {
		width: 70%;
		left: 0;
	}
}

/*
.featureList {
	margin: 90px 0;
}
.featureList .unit .img {
	width: 580px;
}
.featureList .unit .txt {
	width: 580px;
}
.featureList .unit .txt .ttl {
	color: #6C8042;
}
.featureList .unit .txt .ttl:after {
	background: #634A3C;
}

@media screen and (max-width: 767px) {
	.featureList {
		margin: 60px 0;
	}
	.featureList .unit .img {
		width: 100%;
	}
	.featureList .unit .txt {
		width: 100%;
	}
}
*/

.blogBody h3 {
	border-bottom: 4px solid #7BA327;
	color: #7BA327;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 20px;
}
.blogBody h4 {
	color: #7BA327;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 60px;
	position: relative;
}
.blogBody h4:before {
	content: '■';
}

.blogBody table {
	margin-bottom: 0;
}
.blogBody table th {
	background: #E4EDD3;
}
.blogBody p{
	margin-bottom: 0;
}
section.footMessage{
	margin-top: 100px;
}
.blogBody h2:nth-of-type(1){
	margin-top: 0;
}
.post li a{
	    color: #7BA327;
    text-decoration: underline;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.blogBody {
		width: 100%;
	}

	.blogBody table {
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
	
	.blogBody table th,
	.blogBody table td {
		display: table-cell;
	}	
}


.blogFoot {
	margin: 130px auto 90px;
	width: 1024px;
}
.blogFoot .img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 477px;
	width: 100%;
}
.blogFoot .txt {
	margin: 30px 0;
}
.blogFoot .txt .ttl {
	font-size: 2.4rem;
	color: #6C8042;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.blogFoot .txt .ttl:before, .blogFoot .txt .ttl:after {	
	content:'';
	display: block;
	position: absolute;
	left: 0;
}
.blogFoot .txt .ttl:before {	
	background: #707070;
	height: 1px;
	bottom: 0;
	width: 100%;
}
.blogFoot .txt .ttl:after {
	background: #634A3C;
	height: 3px;
	width: 99px;
	bottom:-1px;
}

.blogFoot .txt p {
	line-height: 2.8rem;
}

@media screen and (max-width: 767px) {
	.blogFoot {
		margin: 60px 0;
		width: 100%;
	}
	.blogFoot .txt .ttl {
		font-size: 1.8rem;
	}
	.blogFoot .img img {
		height: 250px;
	}
}

.blogRecommend {
	margin: 100px 0 180px;
}
.blogRecommend .headline {
	color: #6C8042;
	font-size: 3.2rem;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}
.blogRecommend .headline:after {
	background: #634A3C;
	content: '';
	display: block;
	position: absolute;
	height:7px;
	width: 52px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.blogRecommend .blogList li {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.blogRecommend {
		margin: 60px 0;
	}
	.blogRecommend .headline {
		font-size: 2.4rem;
		padding-bottom: 18px;
	}
}

/*add 20220824*/
.planWrap {
  margin: 80px 0 65px;
  padding-left: 10%;
  position: relative;
   z-index: 0;
}
.planWrap:after {
  background: #F7F7F7;
  border-radius: 130px 0 0 0;
  content: '';
  display: block;
  height: calc(100% - 40px);
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1710px;
  width: 96%;
  z-index: -1;
}
.planHead {
  margin-bottom: 50px;
}

.planHead .inner {
  max-width: calc(1280px - 10%);
  position: relative;
}
.planHead .txt .catch {
  color: #022202;
  font-size: 4.8rem;
  margin-bottom: 20px;
}
.planHead .txt p {
  line-height: 2;
}

.blogList.flex.col5 li{
  width: 19%;
  margin-right: 1.25%;
}
.blogList.flex.col5 li:nth-child(5n) {
  margin-right: 0;
}
.blogList.flex.col5 li img {

  object-fit: cover;
      height: 220px;
    width: 220px;
}

.planList .inner {
  max-width: calc(1280px - 10%);
}


.planList .blogList .txt {
  background: none;
}
.planList .blogList .txt .ttl {
  color: #7BA327;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.planList .blogList .txt .desc {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
.planList .pager {
  margin: 0;
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .blogList.flex.col5 li{
    width: 31%;
    margin-right: 3%;
  }
  .blogList.flex.col5 li:nth-child(5n) {
    margin-right: 3%;
  }
  .blogList.flex.col5 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .planList .inner {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .planWrap {
    padding-left: 3%;
  }
  .planWrap:after {
    border-radius: 30px;
    height: calc(100% - 20px);
  }
  .planHead .txt .catch {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .planHead .txt p {
    line-height: 1.6;
  }
  .planHead .inner, .planList .inner {
    padding: 0 5%;
  }
  .blogList.flex.col5 li{
    width: 100%;
    margin-right: 0;
  }
  .blogList.flex.col5 li:nth-child(5n), .blogList.flex.col5 li:nth-child(3n) {
    margin-right: 0;
  }
  .blogList .img {
    margin: 0 auto;
    width: 75%;
  }
  .blogList.flex.col5 li img {
    height: 245px;
    width: 100%;
    object-fit: contain;
  }
}
.footMessage.left {
  margin-bottom: 100px;
}
.footMessage.left .headline {
  margin-bottom: 30px;
  text-align: left; 
}
.footMessage.left:after {
  border-radius: 0 130px 0 0;
  right: auto;
  left: 0;
}
.footMessage.left .txt {
  width: auto;
  flex: 1;
  margin-left: 60px;
}
.footMessage.left .txt .btn {
  margin: 0;
}
.footMessage .img img {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
	.footMessage.left {
		margin-top: 80px;
		padding: 20px 0 60px 4%;
	}
  .footMessage.left .img {
    margin-right: 20px;
  }
	.footMessage.left .txt {
		width: 100%;
    margin: 20px 0 0 0;
  }
  .footMessage.left:after {
		border-radius: 0 30px 0 0;
		height: calc(100% - 40px);
	}
  .footMessage.left .txt .btn {
    margin: 0 auto;
  }
}

/*20220825_調整*/
.plan.post .ttl {
	color: #7BA327;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 10px 0 15px;
	padding-bottom: 10px;
	position: relative;
  border-left: none;
  border-bottom: none;
  padding-left: 0;
}

.plan.post .ttl:before {
	background: #7BA327;
	content: '';
	display: block;
	width: 100px;
	height:3px;
	position: absolute;
	left: 0;
	bottom: 0;
  top: auto;
	z-index: 2;
} 
.plan.post .ttl:after {
	background: #707070;
	content: '';
	display: block;
	width: calc(100% - 100px);
	height:1px;
	position: absolute;
	left: 100px;
	bottom: 1px;
} 
@media screen and (max-width: 767px) {
	.plan.post .ttl {
		font-size: 2rem;
	}
	.plan.post .ttl:before {
		width: 20%;
	}
	.plan.post .ttl:after {
		width: 100%;
		left: 0;
	}
}
.plan.post .imgCol2 {
  margin-bottom: 80px;
}
.plan.post .imgCol2 .img {
  width: 700px;
}
.plan.post .imgCol2 .img img {
  margin-bottom: 0;
}
.plan.post .imgCol2 .txt {
  width: auto;
  flex: 1;
}
.plan.post .img .multipleBox .flex.col2 .column {
  width: 49.25%;
}
.plan.post .img .multipleBox img {
  margin: 5px 0;
}
.plan.post .img .multipleBox img + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
    .plan.post .imgCol2 {
    margin-bottom: 50px;
  } 
  .plan.post .imgCol2 .txt {
    margin-bottom: 10px;
  }
  .plan.post .imgCol2 .img {
    width: 100%;
  }
  .plan.post .img .multipleBox .flex.col2 .column {
    width: 100%;
  }
  .plan.post .img .multipleBox .flex.col2 .column + .column {
    margin-top: 0;
  }
}

/*動画*/
.video {
	margin: 80px 0;
}
.video iframe {
	height: 676px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.video {
		margin: 50px 0;
	}
	.video iframe {
		height: 300px;
	}
}

/*morebar*/
.plan.post .moreBar {
  margin-bottom: 0;
}
.plan.post .moreBar + .moreBar {
  margin-top: 20px;
}
/*
.plan.post .moreBar:after {
  transform: translateX(-50%);
  width: 200%;
}
*/
.plan.post .moreBar .flex {
  justify-content: space-between;
}
.plan.post .moreBar h4 {
  margin: 0;
}
.plan.post .moreBar h4:before {
  content: none;
}

/*slide*/
.sliderWrap {
	padding-bottom: 10px;
}

.plan.post .sliderWrap ul li {
  margin-left: 0;
}
.plan.post .sliderWrap img {
  margin: 0 auto;
  padding: 0;
}

.sliderArea {
	max-width: 1000px;
	margin: 80px auto;
	padding: 80px 0 0;
	
}
.sliderArea .slider-for li{
	text-align: center;
}
.sliderArea .slider-for img{
	/*object-fit: cover;
	font-family: 'object-fit: cover;';*/
	max-height: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.sliderArea .slider-nav {
	width: 100%;
	margin: 20px auto 0;
	outline: none;
}
.sliderArea .slider-nav .slick-slide {
	cursor: pointer;
	margin: 0 10px;
	outline: none;
	transition: 0.3s;
}
.sliderArea .slider-nav .slick-slide:hover {
	opacity: 0.6;
}
.sliderArea .slider-nav .slick-slide img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 80px;
}

.sliderArea .slick-arrow {
	border-top: 4px solid #7BA327;
	border-right: 4px solid #7BA327;
	color: transparent;
	cursor: pointer;
	font-size: 0;	
	height: 20px;
	outline: none;
	position: absolute;
	transition: 0.3s;
	width: 20px;
	z-index: 10;
}
@media screen and (min-width: 768px){
	.sliderArea .slick-arrow {
		top: -300px;
    border-top: 8px solid #7BA327;
    border-right: 8px solid #7BA327;
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 767px){
	.sliderArea .slick-arrow {
	bottom: 100px;
}
}
.sliderArea .slick-arrow:hover {
	opacity: 0.6;
}
.sliderArea .slick-arrow.slick-prev {
	left: 10px;
	transform: rotate(-135deg);
	
}
.sliderArea .slick-arrow.slick-next {
	right: 10px;
	transform: rotate(45deg);
}

.sliderArea .slick-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 8;
}
.sliderArea .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.sliderArea .slick-dots button {
	border-radius: 5px;
	font-size: 0;
	color: transparent;
	height: 10px;
	width: 10px;
	background: #C6C6C6;
	outline:none;
}
.sliderArea .slick-dots .slick-active button {
	background: #022202;	
}
.sliderArea .slick-dots button:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .plan.post .slick-slider {
    margin: 0;
  }
  .plan.post .slick-slider img {
    margin-bottom: 0;
  }
	.sliderWrap {
		padding-bottom: 50px;
	}
	.sliderArea {
		margin: 0 0 10px;
	}
	.sliderArea .slider-for img{
		max-height: 220px;
		width: auto;
	}
	.sliderArea .slider-nav {
		margin-top: 5px;
		
	}
	.sliderArea .slider-nav .slick-slide {
		margin: 0 5px;
	}
	.sliderArea .slider-nav .slick-slide img {
		height: 40px;
	}
	.sliderArea .slick-arrow.slick-prev {
		left: -3px;

	}
	.sliderArea .slick-arrow.slick-next {
		right: -5px;
	}
}


/*20220921　修正用*/
.plan.post .ttl:before {
  top: auto;
}
.plan.post ul.slider-nav li:before {
  content: none;
}