@charset "utf-8";
.eye{
	background-image: url(../img/area/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eye{
		background-image: none;
	}
	.eye .eye_inner{
		background-image: url(../img/area/eye01_sp.jpg);
	}
	.eye .eye02 {
		background-image: url(../img/area/eye02_sp.jpg);
	}
}
.eye .eye_inner ul{
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	@media only screen and (max-width: 767px){
		.eye .eye_inner ul{	
			justify-content: space-between;
			flex-wrap: wrap;
			flex-direction: row;
		}
	}
}

.main_box{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 138px;
}
@media only screen and (max-width: 767px){
	.main_box{
		width: 100%;
		display: block;
		padding-top: 37px;
		padding-bottom: 50px;
	}
}

/*.contents01ここから*/
.left{
	width: 730px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.left{
		width: 100%;
		flex-shrink: initial;
	}
}
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
}
.contents01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 37px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .text01{
		margin: 0 0 30px;
		font-size: 15px;
		line-height: 29px;
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 40px 40px;
	margin: 0 0 40px;
	background-color: #E9EFF5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		padding: 25px 14px;
		margin: 0 0 20px;
	}
}
.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	margin: 17px 0 0;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3{
		margin: 15px 0 0;
		font-size: 16px;
		line-height: 22px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 h3:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 h3::before{
	content: '';
	width: 25px;
	height: 25px;
	margin: 3px 18px 0 0;
	background-image: url(../img/area/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3::before{
		width: 21px;
		height: 21px;
		margin: 1px 5px 0 0;
		display: block;
		flex-shrink: 0;
	}
}
.contents01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .text02{
		font-size: 15px;
		line-height: 29px;
		margin-bottom: 10px;
	}
}
.contents01 .map{
	width: 648px;
	height: auto;
	display: block;
	margin-bottom: 42px;
}
@media only screen and (max-width: 767px){
	.contents01 .map{
		width: 100%;
		margin-bottom: 24px;
	}
}

.contents01 .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .text03{
		font-size: 15px;
		line-height: 29px;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 100px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02{
		margin-top: 40px;
	}
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 95px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01{
		margin-top: 60px;
		align-items: center;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1){
		margin-top: 0;
	}
.contents02 .contents02_01 .contents02_01_01 > h3{
	width: 100%;
	height: auto;
	padding: 20px 27px;
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #131638;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 > h3{
		width: 90%;
		max-width: 335px;
		padding: 10px 16px;
		margin: 0 0 15px;
		font-size: 22px;
		line-height: 31px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .text01{
		width: 90%;
		max-width: 335px;
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text02{
	width: 100%;
	height: auto;
	padding: 25px 30px;
	margin: 0 0 40px;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	background-color: #E9EFF5;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .text02{
		width: 90%;
		max-width: 335px;
		padding: 20px 20px;
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 23px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		width: 90%;
		max-width: 335px;
		margin: 0 0 24px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text03{
	width: auto;
	height: auto;
	margin: 17px 0 0;
	font-size: 18px;
	line-height: 28px;
	text-decoration-thickness: 6px;
	text-decoration-line: underline;
	text-decoration-color: #FFE940;
	text-decoration-style: solid;
	text-underline-offset: 0px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text03{
		margin: 24px 0 0;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -1px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text03:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text03::before{
	content: '';
	width: 25px;
	height: 25px;
	margin: 3px 18px 0 0;
	background-image: url(../img/area/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text03::before{
		width: 21px;
		height: 21px;
		margin: 1px 5px 0 0;
		display: block;
		flex-shrink: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text04{
	width: auto;
	height: auto;
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .text04{
		width: 90%;
		max-width: 335px;
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 29px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02{
		width: 90%;
		max-width: 335px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .text05{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .text05{
		font-size: 16px;
		line-height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01{
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01{
	width: calc((100% - 20px * 2) / 3 );
	height: auto;
	margin: 20px 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01{
		width: 100%;
		margin: 25px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01:nth-of-type(-n+3){
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01:nth-of-type(2),
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01:nth-of-type(3){
		margin-top: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01:nth-of-type(3n){
	margin-right: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	cursor: pointer;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01:hover{
	opacity: .8;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .photo01{
	width: 100%;
	height: auto;
	margin: 0 0 4px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .photo01{
		margin: 0 0 5px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .photo01::before{
	content: '';
	width: 48px;
	height: 48px;
	background-color: rgba(19, 22, 56, .6);
	background-image: url(../img/area/item02.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .photo01::before{
		width: 54px;
		height: 54px;
		background-size: 27px auto;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .photo01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .text06{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #4F80B0;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_01 .text07{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02{
	width: 100%;
	min-width: 1380px;
	height: auto;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02{
		min-width: 320px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01{
	width: 100%;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01{
		padding: 64px 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01{
	width: 1080px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01{
		width: 90%;
		max-width: 293px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 45px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01{
		align-items: center;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 img{
	width: 514px;
	height: auto;
	margin: 0 61px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 img{
		width: 100%;
		margin: 0 0 24px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text08{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 27px;
	line-height: 37px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text08{
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 10px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09{
		margin: 0 0 14px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09 .text09_1{
	width: auto;
	height: auto;
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09 .text09_1{
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09 .text09_1:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09 .text09_1 span{
	width: 85px;
	height: 24px;
	margin: 2px 12px 0 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: calc(24px / 2);
	color: #ffffff;
	background-color: #39536E;
	display: block;
	text-align: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text09 .text09_1 span{
		width: 60px;
		height: 22px;
		margin: 2px 6px 0 0;
		font-size: 12px;
		line-height: 22px;
		border-radius: calc(22px / 2);
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text010{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .contents02_01_01_02_01_01_02_01_01_01 .contents02_01_01_02_01_01_02_01_01_01_01 .text010{
		font-size: 13px;
		line-height: 19px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .close{
	width: 171px;
	height: 51px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: calc(51px / 2);
	color: #ffffff;
	background-color: #1E5C9A;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	cursor: pointer;
	transition: all .5s
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .close{
		width: 100%;
		max-width: 146px;
		height: 44px;
		border-radius: calc(44px / 2);
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_01 .contents02_01_01_02_01_01_02_01_01 .close:hover{
	opacity: .8;
	transition: all .5s
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_02 .contents02_01_01_02_01 .contents02_01_01_02_01_01 .contents02_01_01_02_01_01_02 .contents02_01_01_02_01_01_02_02{
	width: 100%;
	height: 100%;
	background-color: rgba(19, 22, 56, .95);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
}
/*.contents02ここまで*/