@charset "utf-8";
.eyecatch_inc.short h1{
	width: 228px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short h1{
		width: 150px;
	}
}
main{
	background-color: #FFFFF4;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 65px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 .guest_img{
	width: 426px;
	height: auto;
	display: block;
	border-radius: 48px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .guest_img{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .name{
	width: 560px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .name{
		width: 100%;
		margin-top: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .name h2{
	text-align: center;
	font-size: 42px;
	line-height: 50px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .name h2{
		font-size: 25px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .name h2 span{
	font-size: 28px;
	line-height: 50px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .name h2 span{
		font-size: 16px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .profile{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 60px;
	padding-bottom: 70px;
	background-image: url(../img/guest/dotted.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .profile{
		margin-top: 30px;
		padding-bottom: 40px;
		background-image: url(../img/guest/dotted_sp.svg);
	}
}
.contents01 .contents01_01 .profile .text01{
	font-size: 20px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .profile .text01{
		font-size: 18px;
		line-height: 28px;
	}
}
.contents01 .contents01_01 .profile .text02{
	font-size: 18px;
	line-height: 35px;
	margin-top: 27px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .profile .text02{
		font-size: 16px;
		line-height: 28px;
		margin-top: 17px;
	}
}
.contents01 .contents01_01 .nav{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents01 .contents01_01 .nav.first{
	justify-content: flex-end;
}
.contents01 .contents01_01 .nav .next{
	font-size: 18px;
	line-height: 28px;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .nav .next{
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
		margin-right: 20px;
	}
}
.contents01 .contents01_01 .nav .prev{
	font-size: 18px;
	line-height: 28px;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	margin-left: 30px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .nav .prev{
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
		margin-left: 20px;
	}
}
.contents01 .contents01_01 .nav .prev img{
	width: 8px;
	height: auto;
	display: block;
	position: absolute;
	left: -20px;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.contents01 .contents01_01 .nav .next img{
	width: 8px;
	height: auto;
	display: block;
	position: absolute;
	right: -20px;
	top: 2px;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .nav .prev img{
		width: 6px;
		left: -15px;
	}
	.contents01 .contents01_01 .nav .next img{
		width: 6px;
		right: -15px;
	}
}
.contents01 .contents01_01 .btn01{
	width: 260px;
	height: 62px;
	border-radius: 48px;
	margin: 40px auto 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .btn01{
		width: 200px;
		height: 50px;
		border-radius: 48px;
		margin: 40px auto 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}
}
.contents01 .contents01_01 .btn01 img{
	width: 100%;
	height: auto;
	display: block;
}


/*.contents01ここまで*/