@charset "utf-8";
.m_visual{
	width: 100%;
	height: 100vh;
	background-image: url(../img/index/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.m_visual{
		width: 100%;
		min-height: 530px;
		height: calc(100vh - 70px);
		background-image: url(../img/index/eye01_sp.jpg);
	}
}
.m_visual .v_inner{
	width: 648px;
	height: 648px;
	position: absolute;
	bottom: -80px;
	right: -50px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner{
		width: 348px;
		height: 348px;
		bottom: 10px;
		right: -48px;
	}
}
.m_visual .v_inner::before{
	content:'';
	display: block;
	width: 648px;
	height: 648px;
	background-image: url(../img/index/shadow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: ;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner::before{
		content:'';
		display: block;
		width: 500px;
		height: 500px;
		background-image: url(../img/index/shadow01_sp.png);
		background-repeat:no-repeat; 
		background-size: 80% auto;
		position: absolute;
		top: 10px;
		bottom: 0;
		right: 0;
		left: -70px;
		margin: auto;
	}
}
.m_visual .v_inner .v_inner01{
	width: 300px;
	height: auto;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01{
		width: 230px;
		height: 262px;
	}
}
.m_visual .v_inner .v_inner01 h2{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.m_visual .v_inner .v_inner01 h2 .span01{
	font-size: 50px;
	line-height: 74px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01 h2 .span01{
		font-size: 34px;
		line-height: 50px;
	}
}
.m_visual .v_inner .v_inner01 h2 .span02{
	font-size: 25px;
	line-height: 38px;
	letter-spacing: 0.05em;
	margin-top: 13px;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01 h2 .span02{
		font-size: 16px;
		line-height: 24px;
		margin-top: 5px;
	}
}
.m_visual .v_inner .v_inner01 h2 .span02 .span02_01{
	font-size: 20px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01 h2 .span02 .span02_01{
		font-size: 14px;
		line-height: 24px;
	}
}
.m_visual .v_inner .v_inner01 h2 .span03{
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	margin-top: 8px;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01 h2 .span03{
		font-size: 12px;
		line-height: 14px;
		margin-top: 4px;
	}
}
.m_visual .v_inner .v_inner01 a{
	width: 270px;
	height: 60px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	background-color: #004B9E;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin-top: 25px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.m_visual .v_inner .v_inner01 a{
		width: 210px;
		height: 50px;
		font-size: 16px;
		line-height: 34px;
		margin-top: 15px;
	}
}
.m_visual .v_inner .v_inner01 a img{
	width: 22px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	cursor: ;
}
/*メインビジュアルここまで*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
contents01ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F0F2F6;
	padding: 80px 0;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding: 45px 0 50px;
	}
}
.contents01 .contents01_01{
	width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		/*max-width: 335px;*/
		margin: 0 auto;
	}
}
.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 26px;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul{
		margin-top: 30px;
	}
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	padding: 15px 0 10px;
	border-bottom: 1px solid #777777;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li{
		padding: 20px 0;
	}
}
.contents01 .contents01_01 ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: initial;
	pointer-events: none;
	padding-right: 60px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a{
		display: block;
		padding-right: 30px;
	}
}
.contents01 .contents01_01 ul li a:hover{
	opacity: 1;
}
.contents01 .contents01_01 ul li a .date{
	width: 100px;
	font-size: 14px;
	line-height: 30px;
	margin-right: 60px;
	flex-shrink: 0;
}
.contents01 .contents01_01 ul li a .main_txt{
	font-size: 15px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a .main_txt{
		line-height: 24px;
	}
}
.contents01 .contents01_01 ul li.has-link a{
	cursor: pointer;
	pointer-events: auto; 
	position: relative;
}
.contents01 .contents01_01 ul li.has-link a::after{
	content:'';
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../img/common/arrow3.png);
	background-repeat:no-repeat; 
	background-size: 99% auto;
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg)
}
.contents01 .contents01_01 ul li.has-link a.ext::after{
	background-image: url(../img/common/arrow3.png);
	transform: initial;
}
.contents01 .contents01_01 ul li.has-link a .main_txt{
	font-weight: 700;
}
/*@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li.has-link a .main_txt{
		width: 90%;
	}
}*/
.contents01 .contents01_01 ul li.has-link a:hover{
	opacity: .8;
}
/*contents01ここまで*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
contents02ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_01{
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		/*max-width: 300px;*/
		height: auto;
		margin: 0 auto;
		padding: 70px 0 0;
		flex-direction: column;
		gap: 50px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 400px;
	height: auto;
	border-radius: 20px;
	padding-bottom: 35px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_01 .img01{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}
.contents02 .contents02_01 .contents02_01_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #004B9E;
	margin-top: 14px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 h3{
		font-size: 18px;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3 span{
	font-size: 24px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 h3 span{
		font-size: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3 img{
	width: 26px;
	height: auto;
	display: block;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 h3 img{
		width: 24px;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(2) h3 img{
	width: 24px;
}
.contents02 .contents02_01 .contents02_01_01 .link_area{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 .link_area a{
	width: 300px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	color: #004B9E;
	margin: 10px auto 0;
	display: flex;
	justify-content: safe center;
	align-items: center;
	font-size: 16px;
	line-height: 34px;
	color: #004B9E;
	border: 1px solid #004B9E;
	position: relative;
	transition: all 0.6s;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .link_area a{
		width: 90%;
		margin: 10px auto 0;
	}
}
/*.contents02 .contents02_01 .contents02_01_01 .link_area a::after{
	content:'';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/common/arrow1.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	transition: all 0.6s;
}*/
.contents02 .contents02_01 .contents02_01_01 .link_area a:nth-of-type(1){
	margin-top: 14px;
}
.contents02 .contents02_01 .contents02_01_01 .link_area a.link02::after{
	transform: rotate(90deg)
}
.contents02 .contents02_01 .contents02_01_01 .link_area a:hover{
	background-color: #004B9E;
	color: #fff;
	border: 1px solid #004B9E;
}
.contents02 .contents02_01 .contents02_01_01 .link_area a:hover::after{
	background-image: url(../img/common/arrow2.png);
	transition: all 0.6s;
}
/*contents02ここまで*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
contents03ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contents03{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_01{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		padding-top: 70px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 950px;
	height: 120px;
	background-color: #004B9E;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 6px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 18px 0 24px;
	}
}
.contents03 .contents03_01 .contents03_01_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 h3{
		font-size: 26px;
		line-height: 36px;
	}
}
.contents03 .contents03_01 .contents03_01_01 h3 img{
	width: 27px;
	height: auto;
	display: block;
	margin-right: 14px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 h3 img{
		width: 24px;
		margin-right: 10px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #FFCFE7;
	margin-top: 7px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .text01{
		font-size: 14px;
		line-height: 16px;
		margin-top: 4px;
	}
}
.contents03 .contents03_01 h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.05em;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 h4{
		margin-top: 40px;
	}
}
.contents03 .contents03_01 .text02{
	width: 700px;
	height: 50px;
	background-color: #FFDDEE;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0,05em;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .text02{
		width: 80%;
		max-width: 300px;
		height: auto;
		padding: 15px 0;
		line-height: 25px;
		text-align: center;
	}
}
.contents03 .contents03_01 .contents03_01_02{
	width: 900px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02{
		width: 90%;
		/*max-width: 335px;*/
	}
}
.contents03 .contents03_01 .contents03_01_02 h5{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #004B9E;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 h5{
		font-size: 22px;
		line-height: 48px;
		margin-top: 30px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .line{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents03 .contents03_01 .contents03_01_02 .line .hr01{
	width: 250px;
	height: 3px;
	background-color: #004B9E;
	border: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .line .hr01{
		width: 163px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .line .hr02{
	width: 650px;
	height: 1px;
	background-color: #004B9E;
	border: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .line .hr02{
		width: calc(100% - 163px);
	}
}
.contents03 .contents03_01 .contents03_01_02 .table01{
	width: 100%;
	height: auto;
	table-layout: fixed;
	margin-top: 20px;
}
.contents03 .contents03_01 .contents03_01_02 .table01 tr{
	width: 100%;
	height: auto;
}
.contents03 .contents03_01 .contents03_01_02 .table01 tr th{
	width: 200px;
	height: auto;
	background-color: #EDF2F8;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 15px 20px;
	border: 1px solid #777777;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .table01 tr th{
		width: 100px;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.05em;
		padding: 15px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .table01 tr td{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 15px 20px;
	border: 1px solid #777777;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .table01 tr td{
		font-size: 15px;
		line-height: 24px;
		padding: 15px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .ul01{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
.contents03 .contents03_01 .contents03_01_02 .ul01 li{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .ul01 li{
		font-size: 15px;
		line-height: 26px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .ul02{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}
.contents03 .contents03_01 .contents03_01_02 .ul02 li{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.contents03 .contents03_01 a{
	width: 500px;
	height: 60px;
	background-color: #3189DC;
	border-radius: 10px;
	margin: 40px auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	position: relative;
}
.contents03 .contents03_01 a::after{
	content:'';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/common/arrow2.png);
	background-repeat:no-repeat; 
	background-size: 20px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 a{
		width: 90%;
		max-width: 335px;
		height: auto;
		margin: 20px auto 50px;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		padding: 13px 0;
	}
}
.contents03 .contents03_01 a span{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.05em;
}

.contents03 .contents03_02{
	width: 900px;
	height: auto;
	background-color: #E8EBF2;
	margin: 0 auto;
	padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02{
		width: 90%;
		/*max-width: 335px;*/
		padding: 30px 0;
	}
}
.contents03 .contents03_02 h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 h4{
		font-size: 24px;
		line-height: 48px;
	}
}
.contents03 .contents03_02 .contents03_02_01{
	width: 800px;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_01{
		width: 90%;
		height: auto;
		margin: 50px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .box01{
	width: 130px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #004B9E;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents03 .contents03_02 .contents03_02_01 .box01 .text03{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #80A5CE;
	position: absolute;
	top: 12px;
	left: 13px;
}
.contents03 .contents03_02 .contents03_02_01 .box01 .text04{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #004B9E;
	text-align: center;
}
.contents03 .contents03_02 .contents03_02_01 img{
	width: 11px;
	height: 20px;
	display: block;
}
.contents03 .contents03_02 .contents03_02_01 .box01:nth-of-type(5){
	background-color: #004B9E;
}
.contents03 .contents03_02 .contents03_02_01 .box01:nth-of-type(5) .text04{
	color: #fff;
}
.contents03 .contents03_02 .contents03_02_02{
	width: 800px;
	height: auto;
	margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02{
		width: 90%;
		margin: 20px auto 0;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02{
		padding: 24px 15px;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02:first-of-type{
	margin-top: 0;
}
.contents03 .contents03_02 .contents03_02_02 .box02 .text01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02 .text01{
		font-size: 20px;
		line-height: 48px;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02 .text01 .span01{
	font-size: 34px;
	line-height: 48px;
	margin-right: 8px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02 .text01 .span01{
		font-size: 30px;
		line-height: 40px;
		margin-right: 5px;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02 .text02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #004B9E;
	margin: 20px 0 0 0;
	padding: 0 20px;
	background-color: #E6F1FB;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02 .text02{
		margin-top: 8px;
		padding: 10px;
		line-height: 28px;
		flex-direction: column;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02 .text03{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
	margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02 .text03{
		font-size: 15px;
		line-height: 26px;
		margin: 15px 0 0 0;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02{
	background-color: #FFDDEE;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02{
		font-size: 18px;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02 .span02{
	width: 110px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 27px;
	color: #fff;
	background-color: #004B9E;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02 .span02{
		width: 100%;
		height: 30px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.05em;
		margin-right: 0;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02 .span03{
	font-size: 15px;
	line-height: 48px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text02 .span03{
		font-size: 14px;
		line-height: 15px;
	}
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text03{
	display: block;
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text03 a{
	color: #004B9E;
	display: inline;
}
.contents03 .contents03_02 .contents03_02_02 .box02:nth-of-type(1) .text03 a span{
	border-bottom: 1px solid #004B9E;

}
/*contents03ここまで*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
faqここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.faq{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.faq .faq_01{
	width: 950px;
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.faq .faq_01{
		width: 90%;
		/*max-width: 335px;*/
		padding: 50px 0 0;
	}
}
.faq .faq_01 .title{
	width: 100%;
	height: 80px;
	background-color: #004B9E;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .title{
		font-size: 24px;
		line-height: 48px;
		margin-bottom: 30px;
	}
}
.faq .faq_01 .faq_01_01{
	width: 900px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 25px auto 0;
	display: block;
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	cursor: pointer;
	background-color: #E6F1FB;
	padding: 15px 50px 15px 26px;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5{
		font-size: 17px;
		line-height: 24px;
		padding: 15px 30px 15px 10px;
		display: flex;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5 span{
	font-size: 24px;
	line-height: 31px;
	margin-right: 5px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5 span{
		font-size: 20px;
		line-height: 26px;
		flex-shrink: 0;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #000000;
	transition: all .3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5::before{
		right: 9px;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	background-color: #000000;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5::after{
		right: 9px;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 h5.open::after{
	opacity: 0;
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 .answer{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.03em;
	cursor: pointer;
	padding: 15px 26px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 .answer{
		padding: 15px 30px 15px 10px;
		line-height: 26px;
	}
}
.faq .faq_01 .faq_01_01 .faq_01_01_01_01 .answer span{
	font-size: 22px;
	line-height: 31px;
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
	.faq .faq_01 .faq_01_01 .faq_01_01_01_01 .answer span{
		font-size: 20px;
		line-height: 30px;
		flex-shrink: 0;
	}
}

/*contents03ここまで*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
contents04ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contents04{
	width: 100%;
	height: auto;
	display: block;
}
.contents04 .contents04_01{
	width: 100%;
	height: auto;
	display: block;
	padding: 100px 0 55px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		padding: 50px 0 70px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 950px;
	height: 120px;
	background-color: #004B9E;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 6px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01{
		width: 100%;
		border-radius: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 h3{
		font-size: 26px;
		line-height: 36px;
	}
}
.contents04 .contents04_01 .contents04_01_01 h3 img{
	width: 27px;
	height: auto;
	display: block;
	margin-right: 14px;
}
.contents04 .contents04_01 .contents04_01_01 .text01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #FFCFE7;
	margin-top: 7px;
}
.contents04 .contents04_01 .contents04_01_02{
	width: 900px;
	height: auto;
	margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02{
		width: 90%;
		height: auto;
		margin: 30px auto 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 .text02{
	width: 100%;
	height: auto;
	padding: 40px 50px;
	background-color: #E8EBF2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .text02{
		padding: 30px 17px;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.01em;
	}
}
.contents04 .contents04_01 .contents04_01_02 h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.05em;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 h4{
		font-size: 24px;
		margin-top: 30px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .text03{
	width: 700px;
	height: 50px;
	background-color: #FFDDEE;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0,05em;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .text03{
		width: 90%;
		height: auto;
		line-height: 25px;
		text-align: center;
		padding: 15px 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01{
	width: 900px;
	height: auto;
	display: block;
	margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01{
		width: 100%;
		margin: 30px auto 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 h5{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 h5{
		font-size: 22px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .line{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-starts;
	align-items: center;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .line .hr01{
	width: 250px;
	height: 3px;
	background-color: #004B9E;
	border: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .line .hr01{
		width: 163px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .line .hr02{
	width: 650px;
	height: 1px;
	background-color: #004B9E;
	border: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .line .hr02{
		width: calc(100% - 163px);
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01{
	width: 100%;
	height: auto;
	table-layout: fixed;
	margin-top: 20px;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01 tr{
	width: 100%;
	height: auto;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01 tr th{
	width: 200px;
	height: auto;
	background-color: #EDF2F8;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 15px 20px;
	border: 1px solid #777777;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01 tr th{
		width: 100px;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.05em;
		padding: 15px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01 tr td{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 15px 20px;
	border: 1px solid #777777;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .table01 tr td{
		font-size: 15px;
		line-height: 24px;
		padding: 15px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul01{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul01 li{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.01em;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul02{
	width: 511px;
	height: auto;
	display: block;
	margin-top: 15px;
	background-color: #EDF2F8;
	padding: 35px 45px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul02{
		width: 100%;
		padding: 20px 17px;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul02 li{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 46px;
	letter-spacing: 0.01em;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .ul02 li{
		font-size: 17px;
		line-height: 34px;
		padding-left: 1em;
		text-indent: -1em;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 .map{
	width: 100%;
	height: 270px;
	position: relative;
	margin-top: 20px;
}
.contents04 .contents04_01 .link{
	width: 600px;
	height: 80px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	background-color: #004B9E;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 70px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .link{
		width: 80%;
		max-width: 300px;
		height: 70px;
		margin: 50px auto 0;
	}
}
.contents04 .contents04_01 .link img{
	width: 20px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .link img{
		right: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_03{
	width: 1020px;
	height: auto;
	background-color: #E8EBF2;
	margin: 70px auto 0;
	padding: 60px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03{
		width: 90%;
		margin: 50px auto 0;
		padding: 30px 17px;
	}
}
.contents04 .contents04_01 .contents04_01_03 h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.05em;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03 h4{
		font-size: 24px;
		margin-top: 0;
	}
}
.contents04 .contents04_01 .contents04_01_03 .text04{
	width: 100%;
	height: 69px;
	border-top: 1px solid #004B9E;
	border-bottom: 1px solid #004B9E;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #004B9E;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03 .text04{
		max-width: 300px;
		margin: 20px auto 0;
		height: 60px;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.03em;
	}
}
.contents04 .contents04_01 .contents04_01_03 .text05{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
	font-size: 13px;
	letter-spacing: 0.01em;
	line-height: 22px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03 .text05{
		max-width: 300px;
		margin: 5px auto 0;
	}
}
.contents04 .contents04_01 .contents04_01_03 .link02{
	width: 400px;
	height: 60px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	background-color: #004B9E;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 14px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03 .link02{
		width: 80%;
		max-width: 270px;
		font-size: 16px;
		margin: 20px auto 0;
	}
}
.contents04 .contents04_01 .contents04_01_03 .link02 span{
	font-size: 14px;
}
.contents04 .contents04_01 .contents04_01_03 .link02 img{
	width: 20px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_03 .link02 img{
		right: 24px;
	}
}

.cta{
	width: 100%;
	height: 270px;
	background-image: url(../img/common/f_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta a{
	width: 800px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #004B9E;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3em;
	color: #004B9E;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cta a{
		width: 80%;
		max-width: 300px;
		letter-spacing: 0.03em;
	}
}
.cta a img{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 53px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.cta a img{
		right: 25px;
	}
}


















