@charset "UTF-8";
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}
/* subhead */
.subhead{
    height: 100vw;
    max-height:400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subhead_ttl {
    display: flex;
    /* margin: 90px 0 0; */
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 110px;
    text-align: center;
}
.subhead_ttl_ja {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
	text-shadow: 1px 2px 4px #808080;
}

.wrapper{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	max-width: 1220px;
	margin: 100px auto;
}
main{
	width: 72.5%;
}
main p{
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin: 20px 0;
}


	main p a{
		color: #0782C1;
		text-decoration: none;
	}
	span{
		font-weight: 600;
	}

.side{
	width: 25%;
	text-align: center;
	padding: 10px 15px;
	background: #f2f3ec;
}
.side .line_list li a{
	width: 100%;
	display: block;
	height: 100%;
	padding: 20px 0;
	color: #fff;
	background: #417ca9;
	font-size: 20px;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	border: 1px solid #417ca9;
}
.side .line_list li a:hover{
	color: #417ca9;
	background: #fff;
}
.conection{
	margin-top: 40px;
}
.conection .conect_ttl{
	padding: 10px 0;
	color: #fff;
	background: #a96d0e;
	font-size: 20px;
	margin-bottom: 20px;
	transition-duration: 0.3s;
}
.conection ul li a{
	width: 100%;
	display: block;
	height: 100%;
	padding: 20px 0;
	color: #fff;
	background: #e39d2f;
	font-size: 20px;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	border: 1px solid #e39d2f;
}
.conection ul li a:hover{
	color: #e39d2f;
	background: #fff;
}


@media screen and (max-width: 768px) {
	.wrapper{
		flex-wrap: wrap;
		margin: 70px auto;
	}
	main,.side{
		width: 100%;
	}
	.side{
		margin-top: 20px;
	}
	.conection .conect_ttl{
		padding: 5px;
	}
	.side .line_list li a,.conection ul li a{
		padding: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 650px) {
    .subhead_ttl_ja {
		font-size: 30px;
    }
}