@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;
	}
}
.eyecatch .eye_inner{
	padding: 36px 0 77px;
}
@media only screen and (max-width: 767px) {
	.eyecatch .eye_inner{
		padding: 36px 0 48px;
	}
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-bottom: 76px;
}
.contents01 .contents01_01{
	width: 852px;
	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;
		display: block;
		padding: 7px 0 0;
	}
}
.contents01 .contents01_01 h3{
	font-size: 25px;
	line-height: 35px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 23px;
	}
}
.contents01 .contents01_01 .text01{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.01em;
	width: 100%;
	height: auto;
	display: block;
	margin: 45px 0 60px;
	text-align: center;
}
.contents01 .contents01_01 .text01 a{
	font-weight: bold;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		text-align: left;
		margin-bottom: 35px;
	}
}

.contents01 .contents01_01 .contents01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
		width: 100%;
		height: auto;
		margin: 52px auto 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		text-align: left;
	}
	.contents01 .contents01_01 .contents01_01_03 .text03{
		width: 100%;
		font-size: 15px;
		line-height: 22px;
		margin: 0 auto 10px;
		display: block;
		text-align: center;
	}
	.contents01 .contents01_01 .contents01_01_03 .tel01{
		font-size: 32px;
		line-height: 42px;
		color: #00355E;
		margin: 0 0 3px;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
	}
	.contents01 .contents01_01 .contents01_01_03 .tel01 .icon_bg{
		width: 36px;
		height: 36px;
		margin: 0 8px 0 0;
		border-radius: 50%;
		background-color: #00355E;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
	}
	.contents01 .contents01_01 .contents01_01_03 .tel01 .icon_bg .svg{
		width: 14px;
		height: 19px;
		margin: 0;
		display: block;
	}
	.contents01 .contents01_01 .contents01_01_03 .tel01 .icon_bg .svg path{
		fill: #ffffff;
	}
	.contents01 .contents01_01 .contents01_01_03 .text04{
		font-size: 13px;
		line-height: 23px;
		margin: 0 0 10px;
		display: block;
	}
	.contents01 .contents01_01 .contents01_01_03 .tel02 {
		box-sizing: border-box;
		width: 162px;
		height: 47px;
		margin: 0;
		border-radius: calc(47px / 2);
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		line-height: 26px;
		color: #ffffff;
		background-color: #00355E;
		text-align: center;
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .16);
		transition: all .5s;
	}
}
/*.contents01ここまで*/