@charset "UTF-8";
/* CSS Document */

/* index page
=============================================================================*/
#lead {
	height: 450px;
	background: url(../img/index/index_leadbg.jpg) no-repeat center / cover;
	padding: 150px 0;
	}
	#lead h3 {
	float: right;
	margin: -45px 90px 0 0px;
	}
	#lead .txtArea {
	width: 575px;
	height: 450px;
	}
	#lead .txtend {
	margin: 110px 60px 0px 0px;
	}

#bnr .content {
	height: 100%;
	overflow: hidden;
	}
	#bnr .content::before {
	content: "";
	display: block;
	padding-top: 25%;
	}
#bnr ul {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
#bnr li {
	width: 25%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000;
	float: left;
	}
	#bnr li a {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	#bnr li a:hover { text-decoration: none; }
#bnr li a .caption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 3;
	}
	#bnr li a .caption img {
	max-width: 400px;
	width: 100%;
	height: auto;
	}
	#bnr li a:hover .caption img { opacity: 1; cursor: pointer;}
#bnr li a .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	opacity: 0.6;
	transition: .4s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
#bnr li#bnr01 a .bg {background-image: url(../img/index/index_bnr01bg.png);}
#bnr li#bnr02 a .bg {background-image: url(../img/index/index_bnr02bg.png);}
#bnr li#bnr03 a .bg {background-image: url(../img/index/index_bnr03bg.png);}
#bnr li#bnr04 a .bg {background-image: url(../img/index/index_bnr04bg.png);}
#bnr li	a:hover .bg {
	text-decoration: none;
	transform: scale(1.06);
	opacity: 0.95;
	}

/* planList
-----------------------------------------------------------------------------*/
#planList {
	height: auto;
	padding: 30px 0 10px;
	text-align: center;
	background-image: url(../img/mat01.jpg);
	}
	#planList h3 {
	margin-bottom: 40px;
	}
	#planList .cont {
	float: left;
	width: 300px;
	line-height: 1.4em;
	padding: 9px;
	background-color: #fff;
	margin-bottom: 20px;
	}
	#planList .imgArea {
	width: 300px;
	height: 200px;
	border:solid 1px rgba(153,153,153,.5);
	box-sizing: border-box;
	margin-bottom:10px;
	}
	#planList .imgArea img {
	width: 100%;
	height: auto;
	}
	#planList .txtArea {
	margin: 5px;
	height: 160px;
	overflow: hidden;
	text-align: left;
	font-family: sans-serif;
	font-size: 0.86em;
	color: #333;
	}
	#planList h4 {
	font-size: 1.1em;
	/*border-bottom: 1px solid #562;*/
	margin-bottom: 1em;
	padding-bottom: 4px;
	}
	#planList h4 a { text-decoration: underline;}
	.bnr_plan {
	text-align: center;
	padding: 50px 0;
	}
#news {
	height: 250px;
	width: 100%;
	padding: 50px 0px;
	text-align: center;
	}
	#news h3 {
	margin-bottom: 30px;
	}
	#news dl {
	width: 540px;
	height: 170px;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 0.93em;
	line-height: 1.3;
	text-align: left;
	overflow: auto;
	}
	#news dl a {
	color: #fff;
	}
	#news dt.date {
	float: left;
	}
	#news dd {
	padding-left: 6.5em;
	margin-bottom: 2em;
	}
.bgdeco01 {
	position: absolute;
	top: 70px;
	right: -115px;
	}
.bgdeco02 {
	position: absolute;
	bottom: -260px;
	left: 40px;
	z-index: 2
}
.bgdeco03 {
	position: absolute;
	bottom: -120px;
	left: -130px;
}

.popup_info{margin:40px 0;}
.popup_info h2{font-size:24px; margin:0 0 20px 0;}

.kyuujin{
    width:min(90%,500px);
    margin:50px auto 80px;
    padding:20px 40px;
    background:rgba(221,221,221,0.9);
    border-radius: 5px;
}
.kyuujin .inner{
    width:100%;
    display:grid;
    grid-template-columns: 1.5fr 1fr;
    justify-content: center;
    gap:10px;
}
.staff {
    align-self: end;
    padding:0 10% 0 0;
    position: relative;
}
.staff img{
    width:100%;
    height:100%;
    object-fit: cover;
    filter: grayscale(0.7);
}
.staff:after{
    content:"※イラストはイメージです";
    position: absolute;
    bottom:-10px;
    right:15%;
    font-size: 12px;
    color:#333;
}
.kyuujin h3{
    font-size: 22px;
    text-align: center;
    background:rgba(92,15,29,0.70);
    color:#ddd;
    padding:5px;
    margin-bottom:15px;font-weight: 600;
}
.kyuujin ul{
    padding:0 0 0 10%;    
}
.kyuujin li{
    font-size: 18px;
    line-height: 2;
    color:#333;
    font-weight: 600;
}