@charset "UTF-8";


.main_image img{
	width: auto;
}

.slider .swiper-container{
	height: calc(100vh - 90px);
}
.slider .swiper-wrapper{
	height: 100%;
}
.slider .swiper-slide{
	width: 100vw !important;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.slide_front{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: calc(100vh - 90px);
	margin-top: calc(-100vh + 90px);
	z-index: 100;
}

h3{
	background-image: none;
}

.area1{
	margin: 110px 0 180px;
}
.area1 p{
	text-align: center;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 1px;
}
.area1 p strong{
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

img[src*="/index/h3_1."]{
	width: 178px;
	height: auto;
}

.news article{
	margin-bottom: 100px;
}
.news article h1{
	font-size: 2.8rem;
	line-height: 1.3;
	letter-spacing: 0.2rem;
	color: #005bab;
	margin: 30px 0 30px;
}
html.sp .news article h1{
	display: block;
	margin: 30px 0 25px;
}
html.sp .news article h1 .date{
	display: block;
	margin: 0 0 5px;
}
.news article h3{
	display: block;
	text-align: left;
	font-size: 2rem;
	line-height: 1.4;
	height: auto;
	margin: 25px 0 9px;
}
.news article p{
	font-weight: normal;
	margin: 5px 0 15px;
}
.news article figure{
	text-align: center;
	background-color: #c7e8fa;
	margin: 0;
}

.news .archive h4{
	background-color: #015bab;
	padding: 25px;
	margin: 130px 0 0;
}
img[src*="/index/2."]{
	width: auto;
	height: 27px;
}
.news .archive .list{
	height: 250px;
	overflow: auto;
}
.news .archive .list .row{
	display: flex;
	align-items: center;
	font-size: 2rem;
	border-bottom: 1px solid #005bab;
	padding: 25px 0;
	width: 97%;
}
.news .archive .list .row{
	font-size: 1.8rem;
}
.news .archive .list .row .date{
	letter-spacing: 2px;
	color: #005bab;
	margin: 0 30px 0 2px;
}
html.sp .news .archive .list .row .date{
	letter-spacing: 0px;
	margin: 0 20px 0 2px;
}
.news .archive .list .row .title{
	flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
}
.news .archive .list .row .more a{
	cursor: pointer;
	display: block;
	/* flex-basis: 100px; */
	min-width: 100px;
	height: 30px;
	margin: 0 10px 0 20px;
	background-image: url(/img/index/more.png);
	background-size: 95%;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
html.sp .news .archive .list .row .more a{
	min-width: 70px;
	background-position: 50% 50%;
}
.news .archive .list .row .more a:hover{
	border-bottom: 1px solid #005bab;
}
.news .archive_more_content_bg{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	/* bottom: 0; */
	left: 0;
	/* right: 0; */
	/* margin: auto; */
	background-color: rgba(0,0,0,0.3);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.news .archive_more_content_bg.show{
	pointer-events: auto;
	opacity: 1;
}
.news .archive_more_content_bg .outer{
	position: relative;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .3);
	background-color: #fff;
	margin: 90px 0 0 0;
}
.news .archive_more_content_bg .outer{
	margin: 110px 0 0 0;
}
.news .archive_more_content_bg .content{
	box-sizing: border-box;
	width: 100%;
	max-height: 0;
	padding: 20px;
	overflow: auto;
	transition: max-height 0.7s ease-in-out;
}
.news .archive_more_content_bg .content.show{
	max-height: 80vh;
}
.news .archive_more_content_bg .close{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #015bab;
}
.news .archive_more_content_bg .close::before,
.news .archive_more_content_bg .close::after{
	content: "";
	display: block;
	width: 80%;/*バツ線の長さ*/
	height: 3px;/*バツ線の太さ*/
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .archive_more_content_bg .close::after{
	transform: rotate(-45deg);
}



