@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/contact/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-position: -73.5rem 0;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents01 .contents01_01{
	width: 120.0rem;
	height: auto;
	padding: 13.5rem 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 35.3rem;
		padding: 11.5rem 0 0;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 5.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 > .text01 > span:nth-of-type(1){
	width: auto;
	height: auto;
	margin: 0 0 1.5rem;
	font-size: 3.0rem;
	line-height: 3.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01 > span:nth-of-type(1){
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents01 .contents01_01 > .text01 > span:nth-of-type(2){
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #ca2323;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01 > span:nth-of-type(2){
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 4.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #ca2323;
	display: inline;
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: inline;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	padding: 5.0rem 5.0rem;
	margin: 0;
	background-color: #faf5f4;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		padding: 5.0rem 1.7rem;
	}
}
.contents01 .contents01_01 .contents01_01_02 > .text01{
	width: 100%;
	height: auto;
	margin: 2.0rem 0 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #ca2323;
	display: inline;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents02 .contents02_01{
	width: 120.0rem;
	height: auto;
	padding: 13.5rem 0 9.5rem;
	margin: 0 auto;
	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{
		width: 35.3rem;
		padding: 11.5rem 0 13.0rem;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 5.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents02 .contents02_01 > .text01 > span:nth-of-type(1){
	width: auto;
	height: auto;
	margin: 0 0 1.5rem;
	font-size: 3.0rem;
	line-height: 3.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01 > span:nth-of-type(1){
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents02 .contents02_01 > .text01 > span:nth-of-type(2){
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #ca2323;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01 > span:nth-of-type(2){
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: 50.0rem;
	padding: 5.0rem 5.0rem;
	margin: 0;
	background-color: #faf5f4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		padding: 5.0rem 1.7rem;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #ca2323;
	display: inline;
}
/*.contents01ここまで*/