@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/first/eye01.png);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/first/eye01_sp.png);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 > .item01{
	width: 100%;
	height: auto;
	margin: 0 0 49px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .item01{
		margin: 0 0 27px;
	}
}
.contents01 .contents01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 23px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .item01 > img{
		border-radius: 10px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 27px;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 11px;
		font-size: 20px;
		line-height: 32px;
		text-align: left;
	}
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		font-size: 16px;
		line-height: 30px;
		letter-spacing: calc((50/1000)*1em);
		text-align: left;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	padding: 86px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 320px;
		padding: 47px 0 0;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 38px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 18px;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
}
.contents02 .contents02_01 .contents02_01_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 .contents02_01_01_01{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 10px 56px 10px 20px;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: calc((30/1000)*1em);
	background-color: #2782BE;
	display: block;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
		padding: 10px 46px 10px 15px;
		font-size: 15px;
		line-height: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01:hover{
	opacity: .8;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 2px;
	background-color: #ffffff;
	transition: all .2s ease-in-out;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01.open::after{
	opacity: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text02{
	width: 100%;
	height: auto;
	padding: 18px 20px;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	display: none;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text02{
		padding: 12px 15px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(1) > .text02{
	display: block;
}
/*.contents02ここまで*/