@charset "utf-8";
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.title{
		font-size: 25px;
		line-height: 35px;
	}
}
.title img{
	width: 26px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.title img{
		width: 22px;
	}
}
.sub_title{
	color: #0E1646;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title{
		font-style: normal;
		font-size: 11px;
		line-height: 21px;
	}
}
main{
	min-height: 100vh; /* ビューポートの高さを設定 */
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding: 0 0 110px;
	}
}
.contents01 .contents01_01{
	width: 667px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 25px 0 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 7px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 667px;
	height: auto;
	margin: 50px auto 30px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .img{
	width: 100%;
	height: 390px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .img{
		height: 100px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	margin: 0 auto 35px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a{
	width: auto;
	height: auto;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	background-color: #104EA3;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_02 p{
	margin: 0 auto 5px;
	font-size: 16px;
	line-height: 22px;
}
.contents01 .contents01_01 .contents01_01_02 h2{
	font-size: 18px;
	line-height: 28px;
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
	}
}
.link_box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 63px;
}
.link01{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: #232323;
	margin: 27px auto 0;
	position: relative;
	display: inline-block;
	padding-right: 45px;
	padding-left: 45px;
}
a.arrow::before,
a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.a_line::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #023C91;
	transition: all .8s;
}
a:hover.a_line::before{
	background: #023C91;
	transition: all .8s;
}
a.a_line::after{
	right: 14px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #023C91;
	border-right: 1px solid #023C91;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .8s;
}
a:hover.a_line::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all .8s;
}
/*.contents01ここまで*/

