@charset "utf-8";



/* ------------------------------
    #sec_lead
------------------------------ */
#sec_lead {
	position: relative;
}

#sec_lead .bg_green_grad2{
	padding: 0 0 18vw;
}

#sec_lead .ttl_wrap {
	position: relative;
	top: -4rem;
	margin-bottom: 2rem;
}

#sec_lead .ttl{
	display: flex;
	flex-direction: column;
	font-size: 3.8rem;
	line-height: 1.8;
	letter-spacing: .1em;
	color: #fff;
}
#sec_lead .ttl .min{
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 5px;
}

#sec_lead .lead_box{
	position: relative;
	z-index: 11;
}

#sec_lead .lead_box .tate{
	margin-top: -3.8em;
	font-size: 2.0rem;
	color: #fff;
	line-height: 2.6;
}
.ie #sec_lead .lead_box .tate{
	height: 500px;
}

#sec_lead .lead_box .img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#sec_lead .txt{
	color: #3f6e5c;
}

#sec_lead .mountain {
	position: absolute;
	right: 0;
	bottom: -1px;
}
#sec_lead .mountain .bg {
	position: relative;
	z-index: 5;
	text-align: right;
	width: 100vw;
	height: 10.6vw;
	overflow: hidden;
}
#sec_lead .mountain .bg img {
	width: 100%;
	pointer-events: none;
}
#sec_lead .mountain .moon {
	position: absolute;
	right: 16vw;
	top: -6vw;
	width: 6vw;
	opacity: 0;
	transform: translate(0,10vw);
	transition: opacity 4s ease, transform 4s ease;
}
.ie #sec_lead .mountain .moon{
	opacity: 1;
	transform: translate(0,0);
}
#sec_lead .mountain .moon img {
	width: 100%;
}
#sec_lead .mountain .moon.scroll-show {
	opacity: 1;
	transform: translate(0,0);
}


@media screen and (min-width: 769px) {
	#sec_lead .wrap {
		width: 100rem;
	}

	#sec_lead .lead_box .tate{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}
	html:not(.ie) #sec_lead .lead_box .yoko{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		line-height: 1;
	}
	.ie #sec_lead .lead_box .yoko .pc{
		display: none;
		text-transform: full-width;
	}
}


@media screen and (max-width: 768px) {
	#sec_lead .bg_green_grad2{
		padding: 0 0 70vw;
	}

	#sec_lead .mountain .bg {
		width: 100vw;
	}
	#sec_lead .mountain .moon {
		right: 10vw;
		top: -28vw;
		width: 16vw;
		transform: translate(0,25vw);
	}

	#sec_lead .ttl_wrap{
		top: 0;
		margin-bottom: 6rem;
	}

	#sec_lead .ttl{
		font-size: 2.4rem;
	}

	#sec_lead .txt{
		font-size: 2.0rem;
	}

	#sec_lead .lead_box .tate{
		margin-top: 5rem;
		line-height: 2;
		font-size: 1.7rem;
	}
}



/* ------------------------------
    #sec_about
------------------------------ */
#sec_about .bg_green2{
	padding: 10vw 0 5vw;
}

#sec_about .wrap{
	display: flex;
	justify-content: space-between;
}

#sec_about .ttl_wrap {
	margin-bottom: 5rem;
}

#sec_about .ttl{
	display: flex;
	flex-direction: column;
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #fff;
}
#sec_about .ttl .min{
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 5px;
}

#sec_about .txt{
	color: #fff;
	line-height: 2.5;
}
#sec_about .txt + .txt{
	margin-top: 2em;
}

#sec_about .txt_box{
	width: 45%;
	max-width: 390px;
}

#sec_about .img_box{
	max-width: 53%;
	padding-top: 5rem;
}

#sec_about .img_box .img + .img{
	margin-top: 3rem;
}


@media screen and (min-width: 769px) {
	#sec_about .wrap {
		width: 108rem;
	}
}


@media screen and (max-width: 768px) {
	#sec_about .bg_green2{
		padding: 40vw 0 15vw;
	}

	#sec_about .wrap{
		flex-direction: column;
	}

	#sec_about .txt_box{
		width: 100%;
		max-width: 100%;
	}

	#sec_about .ttl_wrap{
		margin-bottom: 4rem;
	}

	#sec_about .ttl{
		align-items: center;
		text-align: center;
		font-size: 2.4rem;
	}

	#sec_about .txt{
		line-height: 2;
	}

	#sec_about .img_box{
		max-width: 100%;
		margin-top: 6rem;
		padding-top: 0;
	}
}



/* ------------------------------
    #sec_upbringing
------------------------------ */
#sec_upbringing{
	padding-top: 1px;
}

#sec_upbringing .ttl_wrap{
	margin-bottom: 9rem;
}

#sec_upbringing .ttl{
	display: flex;
	flex-direction: column;
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #3f6e5c;
	white-space: nowrap;
}
#sec_upbringing .ttl .min{
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 5px;
}

#sec_upbringing .txt{
	color: #3f6e5c;
}

#sec_upbringing .upbringing_wrap{
	display: flex;
	justify-content: space-between;
}

#sec_upbringing .upbringing_box{
	width: 40%;
	max-width: 420px;
}

#sec_upbringing .img_box{
	width: 59%;
	text-align: center;
}

#sec_upbringing .slide_box + .slide_box{
	margin-top: 4rem;
}

#sec_upbringing .slide_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #3f6e5c;
}
#sec_upbringing .slide_ttl .num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 1rem;
	border-radius: 50%;
	background: #3f6e5c;
	font-size: 1.5rem;
	color: #fff;
}

#sec_upbringing .slide_box .txt{
	font-size: 1.4rem;
}

#sec_upbringing .upbringing_slide .slick-dots{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 2rem;
}
#sec_upbringing .upbringing_slide .slick-dots li{
	width: 1rem;
	height: 1rem;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #3f6e5c;
	overflow: hidden;
}
#sec_upbringing .upbringing_slide .slick-dots li.slick-active{
	background: #3f6e5c;
}
#sec_upbringing .upbringing_slide .slick-dots li button{
	color: transparent;
	opacity: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 769px) {
	#sec_upbringing .wrap {
		width: 108rem;
	}
}

@media screen and (max-width: 768px) {
	#sec_upbringing .wrap{
		width: 100%;
		max-width: 100%;
		padding-top: 10vw;
	}

	#sec_upbringing .ttl_wrap{
		margin-bottom: 6rem;
	}

	#sec_upbringing .ttl{
		align-items: center;
		text-align: center;
		font-size: 2.4rem;
	}

	#sec_upbringing .upbringing_wrap{
		flex-direction: column;
	}

	#sec_upbringing .upbringing_box{
		order: 2;
		width: 80%;
		margin: 2rem auto 0;
	}

	#sec_upbringing .img_box{
		order: 1;
		max-width: 100%;
		width: 100%;
	}

	#sec_upbringing .slide_ttl{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 2.4rem;
	}

	#sec_upbringing .slide_ttl .num{
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	#sec_upbringing .slide_box .txt{
		font-size: 1.5rem;
	}
}







/* ------------------------------
    #news
------------------------------ */
#news{
	margin-top: 17rem;
	padding: 0 0 32vw;
}

#news .news_ttl{
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.6;
	color: #3f6e5c;
}

#news .news_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#news .news_list .item {
	position: relative;
}
#news .news_list .img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 18.5rem;
}
#news .news_list .img img {
	width: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
#news .news_list .new {
	position: absolute;
	right: -1rem;
	top: -1rem;
	width: 45px;
}
#news .news_list .detail {
	background-image: linear-gradient(to bottom, transparent 2rem, #fff 2rem);
	position: relative;
	margin-top: -2rem;
	padding: 1rem 5px 2rem;
}
#news .news_list .detail::before,
#news .news_list .detail::after {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 5rem;
	width: 0;
	height: 0;
	margin-bottom: -2rem;
	border-style: solid;
	border-width: 0 18rem 4rem 16rem;
	border-color: transparent transparent #fff transparent;
}
#news .news_list .detail::after {
	right: auto;
	left: calc( 100% - 5rem );
}
#news .news_list .detail > * {
	position: relative;
	z-index: 1;
}
#news .news_list .date {
	color: #3f6e5c;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: .5em;
	word-break: break-all;
	width: 70%;
}
#news .news_list .ttl {
	color: #3f6e5c;
	line-height: 1.4;
	letter-spacing: .05em;
	text-decoration: underline;
	word-break: break-all;
	font-size: 1.4rem;
}
#news .news_list a {
	display: block;
	overflow: hidden;
}
#news .news_list a:hover {
	opacity: 1;
}
#news .news_list a:hover .img img {
	transform: scale(1.05);
}
#news .news_list a:hover .ttl {
	text-decoration: none;
}

#news .btn_arrow{
	font-size: 1.4rem;
	margin-top: 5rem;
}


@media screen and (min-width: 769px) {
	#news .wrap {
		width: 100rem;
	}
	#news .news_list .item {
		width: 31%;
		margin-left: 3.5%;
	}
	#news .news_list .item:nth-child(3n+1) {
		margin-left: 0;
	}
	#news .news_list .item:nth-child(n+4) {
		margin-top: 7rem;
	}

}


@media screen and (max-width: 768px) {
	#news{
		padding: 0 0 80vw;
		margin-top: 40vw;
	}

	#news .news_ttl{
		font-size: 2.0rem;
		white-space: nowrap;
	}

	#news .news_list .item{
		width: 100%;
	}
	#news .news_list .item + .item {
		margin-top: 3rem;
	}
	#news .news_list .img {
		height: 54vw;
	}
	#news .news_list .new {
		width: 5rem;
	}
	#news .news_list .detail::before,
	#news .news_list .detail::after {
		right: 6rem;
		border-width: 0 22rem 5rem 22rem;
	}
	#news .news_list .detail::after {
		left: calc( 100% - 6rem );
	}

	#news .news_list .date{
		font-size: 1.3rem;
	}

	#news .news_list .ttl{
		font-size: 1.5rem;
	}

	#news .btn_arrow{
		font-size: 1.8rem;
	}

	#news .btn_arrow a{
		width: 90%;
	}
}