@charset "utf-8";

#mainVisual > .contents{
	max-width: 1600px;
	width: 100%;
}

#mainVisual .leadBox{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 459px;
	width: 28%;
}

#mainVisual .leadBox .outer{
	padding: 131px 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#mainVisual .leadBox .lead{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	font-size: 4.5rem;
	font-weight: 700;
	color: #036837;
}

#mainVisual .leadBox a{
	width: 160px;
	height: 160px;
	background: #036837;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-weight: 500;
	transform: translate(-4px, 25px);
	padding-top: 16px;
	border: solid 2px #036837;
	transition: 0.3s;
}
#mainVisual .leadBox a:hover{
	background: #fff;
	color: #036837;
}
#mainVisual .leadBox a::after{
	display: block;
	content: "\f0a9";
	font-family: 'FontAwesome';
	margin-top: 7px;
}

#mainVisual .image{
	background: url("../img/mainvisual_pc.jpg") no-repeat right top / contain;
	max-width: 1140px;
	width: 72%;
	aspect-ratio: 114 / 83;
}

#contentsBlock{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(242,245,244,1) 50%, rgba(242,245,244,1) 100%);
}

@media screen and (max-width: 1023px){
	#mainVisual .leadBox .outer{
		padding: 80px 0 0 20px;
	}
	#mainVisual .leadBox .lead{
		font-size: clamp(1.8rem,4vw,4rem);
	}
	#mainVisual .leadBox a{
		width: 120px;
		height: 120px;
		font-size: 1.8rem;
		padding: 5px 0 0;
		transform: translate(-4px, 15px);
	}
	#mainVisual .leadBox a::after{
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	#mainVisual > .contents{
		flex-direction: column-reverse;
	}
	#mainVisual .image{
		background-image: url("/img/mainvisual_sp.jpg");
		aspect-ratio: 50 / 69;
		width: 100%;
	}
	#mainVisual .leadBox{
		background: #fff;
		border-top-right-radius: 60px;
		margin-top: -90px;
		padding: 47.5px 20px 0;
		justify-content: flex-start;
		max-width: 360px;
		width: calc(100% - 20px);
	}
	#mainVisual .leadBox .outer{
		padding: 0;
		align-items: flex-start;
	}
	#mainVisual .leadBox .lead{
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		font-size: 3.3rem;
	}
	#mainVisual .leadBox a{
		display: block;
		font-size: 1.6rem;
		border-radius: 30px;
		line-height: 54px;
		padding: 0 10px;
		height: inherit;
		width: calc(100% - 40px);
		position: relative;
		margin-top: 30px;
		transform: none;
	}
	#mainVisual .leadBox a br{
		display: none;
	}
	#mainVisual .leadBox a::after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 374px){
	#mainVisual .leadBox .lead{
		font-size: 2.8rem;
	}
}
/* ------------------------------------------------------------------------ */

/*  ご挨拶・

/* ------------------------------------------------------------------------ */
#contentsBlock .bgContainer{
	background-image: url("/img/bg_pc.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: 90px;
}
.bgContainer section .txtBox{
	text-align: left;
}
.bgContainer section .lead{
	font-weight: 500;
	line-height: 2;
}
.bgContainer section .lead + .lead{
	margin-top: 20px;
}
.bgContainer section .btn{
	max-width: 300px;
}

#sec_greetings{
	padding-top: 8px;
	align-items: center;
}
	#sec_greetings figure{
		max-width: 538px;
		width: 54%;
	}
		#sec_greetings figure img{
			transform: translateX(-7px);
		}

	#sec_greetings .txtBox{
		padding-bottom: 14px;
		width: 38%;
	}
		#sec_greetings .txtBox .hd01{
			margin-bottom: 26px;
		}
		#sec_greetings .txtBox .btn{
			margin-top: 33px;
		}


#sec_about{
	margin-top: 117px;
	align-items: flex-end;
}
	#sec_about figure{
		max-width: 571px;
		width: 58%;
	}
	#sec_about .txtBox{
		width: 40%;
	}
	#sec_about .txtBox .hd01{
		margin-bottom: 26px;
	}

	#sec_about .txtBox .btn{
		margin-top: 33px;
	}

@media screen and (max-width: 1024px){
	#contentsBlock .bgContainer{
		padding-bottom: 190px;
		background-position: 25% top;
	}

	#sec_greetings{
		padding-top: 90px;
	}
	#sec_greetings figure {
		width: 44%;
	}
	#sec_greetings .txtBox{
		width: 51%;
	}
	
	#sec_about figure{
		width: 48%;
	}
	#sec_about .txtBox{
		width: 47%;
	}
}
@media screen and (max-width: 767px){
	#contentsBlock .bgContainer{
		background-image: url("/img/bg_sp.webp");
		background-position: left 37%;
        background-size: 100%;
		margin-top: 45px;
		padding-bottom: 150px;
	}
	
	.bgContainer section .btn{
		max-width: inherit;
	}
	
	#sec_greetings{
		display: block;
	}
	#sec_greetings figure{
		margin: 0 auto 40px;
		width: 100%;
	}
	#sec_greetings figure img{
		transform: none;
	}
	#sec_greetings .txtBox{
		padding: 0;
		width: 100%;
	}
	
	#sec_about{
		flex-direction: column-reverse;
		margin-top: 150px;
	}
	#sec_about figure{
		margin-bottom: 20px;
		width: 100%;
	}
	#sec_about .txtBox{
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */

/*  スライダー

/* ------------------------------------------------------------------------ */

#slider{
	margin-top: 100px;
}

#slider + .btn{
	margin-top: 65px;
	width: calc(100% - 40px);
}

#slider li{
	padding: 0 22.5px;
}
#slider li:nth-child(odd){
	padding-top: 100px;
}

#slider li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px;
}

@media screen and (max-width: 1024px){
	#slider li{
		padding: 0 10px;
	}
	#slider li:nth-child(odd){
		padding-top: 60px;
	}
	#slider li img{
		border-radius: 20px;
	}
}
@media screen and (max-width: 767px){
	#slider{
		margin-top: 50px;
	}
	#slider li{
		width: 320px !important;
	}
}

/* ------------------------------------------------------------------------ */

/*  新着情報

/* ------------------------------------------------------------------------ */
#sec_news{
	background: #f2f5f4;
	padding: 95px 0 129px;
}

#sec_news > .contents{
	background: #fff;
	border-radius: 60px;
	padding: 50px 20px 90px;
	position: relative;
}

#sec_news .hd01{
	text-align: center;
	color: #036837;
	margin-bottom: 50px;
}

.newsList{
	max-width: 920px;
	margin: 0 auto;
}
.newsList li{
	border-bottom: dotted 2px #bec2c1;
}
.newsList li a{
	display: flex;
	font-weight: 500;
	color: #1a1a1a;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	padding-right: 30px;
	position: relative;
	width: 100%;
}
.newsList li a::after{
	display: block;
	content: "\f0a9";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 2rem;
	color: #036837;
}
.newsList li a:hover{
	color: #00997b;
}
.newsList li a:hover::after{
	color: #00997b;
}

.newsList li .date{
	flex-shrink: 0;
	margin-right: 38px;
}

.newsList li .label{
	background: #f2f5f4;
	color: #036837;
	font-size: 1.4rem;
	min-width: 120px;
	line-height: 40px;
	border-radius: 20px;
	margin-right: 38px;
}
.newsList li a:hover .label{
	background: #00997b;
	color: #fff;
}

.newsList li a .ttl{
	text-align: left;
	font-weight: 500;
}

#sec_news .btn{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 300px;
}

/* リンク無しの時 */
.newsList li a.notlink:hover{
	cursor: unset;
	color: inherit;
}
.newsList li a.notlink:hover .label{
	background: #f2f5f4;
	color: #036837;
}
.newsList li a.notlink::after{
	content: none;
}

@media screen and (max-width: 1024px){
	#sec_news{
		padding-top: 0;
		padding-bottom: 180px;
	}
	.newsList li .date,
	.newsList li .label{
		margin-right: 18px;
	}
}
@media screen and (max-width: 767px){
	#sec_news > .contents{
		border-radius: 20px;
		padding: 50px 20px 85px;
	}
	#sec_news .hd01{
		margin-bottom: 30px;
	}
	.newsList li a{
		flex-wrap: wrap;
		padding: 20px 0;
		padding-right: 25px;
	}
	.newsList li a::after{
		font-size: 1.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.newsList li .date{
		margin-right: 20px;
	}
	.newsList li a .ttl{
		margin-top: 10px;
		width: 100%;
	}
	.newsList li .label{
		font-size: 1.2rem;
		min-width: 84px;
		line-height: 30px;
		margin-right: 0;
	}
}
