@charset "EUC-JP";



/* ------------------------------
	.fv
------------------------------ */
.fv img{
	width: 100%;
	vertical-align: middle;
}


@media screen and (max-width: 768px){
}



/* ------------------------------
	.member_login
------------------------------ */
.member_login_wrap{
	max-width: 1190px;
	margin: 0 auto;
}

.member_login.top{
	padding: 20px 0;
}

.member_login.top > div:first-child{
	border-right: 1px solid #333;
}

.member_login.top p{
	color: #222;
}

.member_login.top .member_btn .btn_ye{
	box-shadow: 3px 2px 3px #D4D4D4;
}

.member_login.top .member_login_box .mail_box label{
	color: #222;
}

.member_login.top .member_login_box input[type="checkbox"] + .check{
	background-color: #fff;
	border: 1px solid #D4D4D4;
}
.member_login.top .member_login_box input[type="checkbox"]:checked + .check{
	background: #fff url(../img/common/ico_check01.png) no-repeat center center;
	background-size: 100%;
	border: 0;
}

.member_login.top .pass_box a{
	color: #222;
}

.member_login.top .member_login_box .pass_box p a::before{
	color: #222;
}

.member_login.top .member_login_box .btn_bk{
	padding: 0;
	width: 170px;
	height: 56px;
	margin-left: 18px;
	box-shadow: 3px 2px 3px #D4D4D4;
	font-size: 1.7rem;
}


@media screen and (max-width: 768px){
	.member_login.top{
		padding: 20px 0 40px;
	}

	.member_login.top > div:first-child{
		width: 100%;
		border: 0;
	}

	.member_login.top .member_btn .btn_ye{
		padding: 17px 0;
		margin-top: 20px;
		border-radius: 8px;
	}

	.member_login.top p{
		display: block;
		font-size: 1.5rem;
	}
}



/* ------------------------------
	.bnr_box
------------------------------ */
.bnr_box{
	display: flex;
	margin-bottom: 35px;
}

.bnr_box p{
	width: 50%;
}
.bnr_box p img{
	width: 100%;
	vertical-align: middle;
}


@media screen and (max-width: 768px){
	.bnr_box{
		display: block;
		margin-top: 35px;
	}
	.bnr_box p{
		width: 100%;
	}
}



/* ------------------------------
	.omicon_search
------------------------------ */
.omicon_search{
	padding: 65px 0 90px;
	background: url(../img/index/omicon_search_bg.png) no-repeat center center;
	background-size: cover;
}

.omicon_search_box{
	width: 590px;
	padding: 40px;
	background-color: rgba(255,255,255, 0.9);
	border-radius: 8px;
}

.omicon_search_box h2{
	padding-bottom: 20px;
	font-size: 2.9rem;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.omicon_search_box dl{
	display: flex;
	margin: 23px 0;
}

.omicon_search_box dt{
	display: flex;
	width: 110px;
	font-size: 1.9rem;
	font-weight: bold;
	color: #4d4d4d;
	flex-shrink: 0;
	white-space: nowrap;
}
.omicon_search_box dt.space{
	letter-spacing: 2em;
}

.omicon_search_box .age dt,
.omicon_search_box .job dt,
.omicon_search_box .keyword dt{
	padding-top: 10px;
}

.omicon_search_box dd{
	width: 100%;
	font-size: 1.5rem;
}

.omicon_search_box dd > div + div{
	margin-top: 10px;
}

.omicon_search_box label + label{
	margin-left: 22px;
}

.omicon_search_box input[type="radio"]{
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	border: 1px solid #a1a1a1;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: sub;
}
.omicon_search_box input[type="radio"]:checked::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #333;
}
.edge .omicon_search_box input[type="radio"]:checked{
	border: 0;
}
.edge .omicon_search_box input[type="radio"]:checked::before{
	display: none;
}

.omicon_search_box select{
	width: 100%;
	height: 37px;
	padding: 0 20px 0 10px;
	background: url(../img/common/ico_select.png) no-repeat;
	background-position: calc(100% - 8px) center;
	background-size: 6px;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	font-size: 1.5rem;
}

.omicon_search_box .age select{
	width: 50%;
}

.omicon_search_box dd input:not([type="radio"]){
	width: 100%;
	height: 37px;
	padding: 0 10px;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	font-size: 1.5rem;
}

.omicon_search_box .btn_bk{
	padding: 18px 0 16px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}


@media screen and (max-width: 768px){
	.omicon_search_box{
		width: 100%;
		padding: 30px 5%;
	}

	.omicon_search_box h2{
		padding-bottom: 10px;
		font-size: 2.0rem;
	}

	.omicon_search_box dl{
		margin: 0;
		padding: 15px 0;
	}

	.omicon_search_box dl + dl{
		border-top: 1px solid rgba(51,51,51, 0.5);
	}

	.omicon_search_box dt{
		width: 5em;
		margin-right: 3%;
		font-size: 1.6rem;
	}

	.omicon_search_box dt.space{
		letter-spacing: 0;
	}

	.omicon_search_box .radio_wrap1,
	.omicon_search_box .radio_wrap2{
		display: flex;
		flex-wrap: wrap;
	}

	.omicon_search_box label{
		display: inline-block;
		width: 4em;
		margin-right: 2%;
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.omicon_search_box label:nth-child(1){
		width: 5em;
	}

	.omicon_search_box .radio_wrap1 label:nth-child(4){
		width: 5em;
	}

	.omicon_search_box .radio_wrap1 label:nth-child(3){
		width: calc(98% - 11em);
	}

	.omicon_search_box .radio_wrap1 label:nth-child(4),
	.omicon_search_box .radio_wrap1 label:nth-child(5){
		margin-top: 10px;
	}

	.omicon_search_box label + label{
		margin-left: 0;
	}

	.omicon_search_box select{
		height: 30px;
	}

	.omicon_search_box .age select{
		width: 80%;
	}

	.omicon_search_box dd input:not([type="radio"]){
		height: 30px;
	}

	.omicon_search_box .btn_bk{
		padding: 14px 0;
		margin-top: 10px;
		font-size: 1.8rem;
	}
}



/* ------------------------------
	.about
------------------------------ */
.about{
	padding: 135px 0 155px;
	overflow: hidden;
}

.sec_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1;
	letter-spacing: 0.08em;
}

.sec_ttl span{
	display: block;
	margin-bottom: 30px;
	font-size: 8.0rem;
	font-weight: normal;
	letter-spacing: 0.08em;
}

.about .sec_ttl{
	margin-bottom: 90px;
}

.about .ttl{
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
}

.about .ttl + p{
	line-height: 2;
	font-size: 1.5rem;
}

.about .about_box{
	position: relative;
	height: 275px;
	padding: 45px 45px 40px;
	margin-top: 120px;
	border: 1px solid #dcd7c4;
	border-radius: 10px;
}

.about .about_box .about_ttl{
	margin-bottom: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}

.about .about_box ul{
	display: flex;
	flex-wrap: wrap;
	width: 73%;
}

.about .about_box li{
	width: 50%;
	min-height: 24px;
	padding: 5px 0 5px 30px;
	margin-bottom: 25px;
	background: url(../img/index/ico_about_check.png) no-repeat center left;
	background-size: 24px;
	font-size: 1.7rem;
	font-weight: bold;
}

.about .about_box .img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 394px;
}
.about .about_box .img img{
	vertical-align: middle;
}

.about .line_wrap{
	position: relative;
	padding-bottom: 245px;
}

.about .line{
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #a1925d transparent transparent transparent;
	border-width: 12vw 50vw 0 50vw;
}
.about .line div{
	position: absolute;
	z-index: 0;
	bottom: 1px;
	left: -50vw;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 12vw 50vw 0 50vw;
}

.about .plus{
	padding: 120px 0 0;
}

.about .plus h4{
	text-align: center;
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: 1px;
}

.about .plus_bg{
	position: relative;
	width: 1120px;
	height: 530px;
	margin: 0 auto;
	background: url(../img/index/about_plus_img.png) no-repeat top left;
	background-size: 1056px;
}

.about .plus_bg p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
}

.about .plus_box{
	width: 925px;
	margin: 0 auto;
}

.about .plus_box > p:first-child{
	max-width: 706px;
	margin: 10px auto 30px;
}

.about .plus_box .box_wrap{
	display: flex;
	justify-content: space-between;
}

.about .plus_box .box_wrap div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 212px;
	height: 212px;
	padding-top: 10px;
	background: url(../img/index/about_bg01.png) no-repeat center center;
	background-size: 100%;
}

.about .plus_box .box_wrap p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
}

.about .plus_box .box_wrap p span{
	font-size: 2.2rem;
}
.about .plus_box .box_wrap p .min{
	font-size: 1.9rem;
}
.about .plus_box .box_wrap div:nth-child(3) p .ico{
	font-size: 1.2rem;
	color: #333;
	vertical-align: top;
}

.about .plus_box .box_wrap div:nth-child(1) p span{
	color: #e99e3b;
}
.about .plus_box .box_wrap div:nth-child(2) p span{
	color: #7ab743;
}
.about .plus_box .box_wrap div:nth-child(3) p span{
	color: #3f97e3;
}
.about .plus_box .box_wrap div:nth-child(4) p span{
	color: #ff7b9a;
}

.about .plus_box .box_wrap + p{
	margin: 20px 0 65px;
	text-align: right;
	font-size: 1.3rem;
}

.about .plus_box .btn_ye{
	max-width: 712px;
	padding: 25px 0;
	margin: 0 auto;
	font-size: 2.8rem;
	line-height: 1;
}


@media screen and (max-width: 768px){
	.about{
		padding: 40px 0 45px;
	}

	.about .plus_box{
		width: 100%;
	}

	.about .plus_box .box_wrap{
		flex-wrap: wrap;
	}

	.about .line_wrap{
		padding-bottom: 95px;
	}

	.sec_ttl{
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}

	.sec_ttl span{
		margin-bottom: 10px;
		font-size: 5.1rem;
	}

	.about .sec_ttl{
		margin-bottom: 25px;
	}

	.about .ttl{
		margin-bottom: 20px;
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.about .ttl + p{
		line-height: 1.6;
	}

	.about .about_box{
		height: initial;
		padding: 25px 5% 10px;
		margin-top: 40px;
	}

	.about .about_box .about_ttl{
		margin-bottom: 25px;
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.about .about_box ul{
		width: 100%;
	}

	.about .about_box li{
		width: 100%;
		background-size: 23px;
		font-size: 1.5rem;
	}

	.about .about_box li:nth-child(3){
		order: 2;
	}
	.about .about_box li:nth-child(5){
		order: 3;
	}
	.about .about_box li:nth-child(2){
		order: 4;
	}
	.about .about_box li:nth-child(4){
		order: 5;
	}
	.about .about_box li:nth-child(6){
		order: 6;
	}

	.about .about_box .img:nth-of-type(2){
		top: -25px;
		right: -2vw;
		bottom: initial;
	}
	.about .about_box .img:nth-of-type(3){
		right: -3vw;
	}

	.about .about_box .img:nth-of-type(2){
		max-width: 122px;
		width: 32%;
	}
	.about .about_box .img:nth-of-type(3){
		width: 148px;
	}

	.about .plus{
		padding: 40px 0 0;
	}

	.about .plus h4{
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	.about .plus_bg{
		width: 100%;
		height: 59vw;
		background: url(../img/index/about_plus_img_sp.png) no-repeat top left;
		background-size: 100%;
	}

	.about .plus_bg p{
		padding-bottom: 17%;
		font-size: 3.7vw;
		line-height: 1.6;
	}

	.about .plus_box > p:first-child{
		width: 90%;
		margin: 10px auto;
	}

	.about .plus_box .box_wrap{
		width: 94%;
		margin: 0 auto;
	}

	.about .plus_box .box_wrap div{
		width: 46vw;
		height: 46vw;
		margin-bottom: 15px;
	}

	.about .plus_box .box_wrap p{
		font-size: 3.8vw;
	}

	.about .plus_box .box_wrap p span{
		font-size: 4.7vw;
	}

	.about .plus_box .box_wrap p .min{
		font-size: 4vw;
	}

	.about .plus_box .btn_ye{
		width: 80%;
		padding: 16px 0;
		margin-top: 20px;
		font-size: 1.8rem;
		border-radius: 50px;
	}
}



/* ------------------------------
	.reason
------------------------------ */
.reason{
	padding: 125px 0 185px;
}

.reason .lead{
	margin: 55px 0 65px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}

.reason_box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.reason_box > div{
	width: 30.5%;
	height: 305px;
	padding-top: 210px;
	margin-bottom: 45px;
	border: 1px solid #dcd7c4;
	border-radius: 15px;
}

.reason_box > div + div{
	margin-left: 4.25%;
}

.reason_box > div:nth-child(1){
	background: #fff url(../img/index/reason_img01.png) no-repeat center 70px;
	background-size: 225px;
}
.reason_box > div:nth-child(2){
	background: #fff url(../img/index/reason_img02.png) no-repeat center 70px;
	background-size: 226px;
}
.reason_box > div:nth-child(3){
	background: #fff url(../img/index/reason_img03.png) no-repeat center 70px;
	background-size: 213px;
}
.reason_box > div:nth-child(4){
	background: #fff url(../img/index/reason_img04.png) no-repeat center 50px;
	background-size: 129px;
}
.reason_box > div:nth-child(5){
	background: #fff url(../img/index/reason_img05.png) no-repeat center 60px;
	background-size: 101px;
}

.reason_box > div:nth-child(4n){
	margin-left: 0;
}

.reason_box p{
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}

.reason_box > p{
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 255px;
}
.reason_box > p img{
	vertical-align: middle;
}

.reason .metoo{
	padding: 70px 80px 60px;
	background-color: #ebe8e0;
	border-radius: 30px;
}

.reason .metoo .ttl_box{
	text-align: center;
}

.reason .metoo .ttl{
	display: inline-block;
	padding: 0 25px;
	margin-bottom: 30px;
	background: url(../img/index/metoo_line01.png) no-repeat top left,
				url(../img/index/metoo_line02.png) no-repeat top right;
	background-size: 17px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1;
}

.reason .metoo_box{
	display: flex;
	justify-content: space-between;
}

.reason .metoo_box > p{
	width: 53%;
	font-size: 1.5rem;
	line-height: 2;
}

.reason .metoo_box div{
	width: 44.5%;
}

.reason .metoo_box div p{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 113px;
	background: url(../img/index/reason_bg.png) no-repeat center center;
	background-size: 372px;
	text-align: center;
	line-height: 1.8;
	font-size: 2.0rem;
	font-weight: bold;
}

.reason .metoo_box div p + p{
	margin-top: 10px;
}

.sec_btn .btn_bk,
.sec_btn .btn_ye{
	width: 712px;
	padding: 22px 0 20px;
	margin: 100px auto 0;
	font-size: 2.8rem;
}


@media screen and (max-width: 768px){
	.reason{
		padding: 45px 0 50px;
	}

	.reason .lead{
		margin: 30px 0 20px;
		text-align: left;
		line-height: 1.6;
	}

	.reason_box{
		padding-bottom: 25px;
	}

	.reason_box > div{
		width: calc(50% - 4px);
		height: 165px;
		padding-top: 110px;
		margin-bottom: 8px;
		border-radius: 10px;
	}

	.reason_box > div + div{
		margin-left: 0;
	}

	.reason_box > div:nth-child(1){
		order: 1;
		background-size: 130px;
		background-position: center 25px;
	}
	.reason_box > div:nth-child(2){
		order: 2;
		background-size: 130px;
		background-position: center 25px;
		margin-left: 8px;
	}
	.reason_box > div:nth-child(3){
		order: 5;
		background-size: 110px;
		background-position: center 25px;
		padding-top: 90px;
	}
	.reason_box > div:nth-child(4){
		order: 3;
		background-size: 68px;
		background-position: center 20px;
	}
	.reason_box > div:nth-child(5){
		order: 4;
		background-size: 53px;
		background-position: center 25px;
		margin-left: 8px;
	}

	.reason_box p{
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.reason .metoo{
		padding: 25px 3%;
		border-radius: 15px;
	}

	.reason .metoo_box{
		flex-wrap: wrap;
	}

	.reason .metoo .ttl{
		padding: 0;
		margin-bottom: 15px;
		background: none;
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.reason .metoo_box > p{
		width: 100%;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.reason .metoo_box div{
		width: 100%;
	}

	.reason .metoo_box div p{
		height: 90px;
		border-radius: 8px;
		font-size: 1.6rem;
		line-height: 1.6;
		background: #fff;
		border: 1px dashed #a1925d;
	}

	.sec_btn .btn_bk,
	.sec_btn .btn_ye{
		width: 100%;
		padding: 16px;
		margin-top: 35px;
		border-radius: 50px;
		font-size: 1.8rem;
	}

	.reason .sec_btn .btn_bk{
		width: 85%;
	}
}



/* ------------------------------
	.bg_box
------------------------------ */
.bg_box01{
	padding-top: 16%;
	background: url(../img/index/bg_box_img01.png) no-repeat center center;
	background-size: 100%;
}

.bg_box02{
	padding-top: 16%;
	background: url(../img/index/bg_box_img02.png) no-repeat center center;
	background-size: 100%;
}


@media screen and (max-width: 768px) {
	.bg_box01{
		padding-top: 27%;
		background: url(../img/index/bg_box_img01_sp.png) no-repeat center center;
		background-size: 100%;
	}

	.bg_box02{
		padding-top: 27%;
		background: url(../img/index/bg_box_img02_sp.png) no-repeat center center;
		background-size: 100%;
	}
}



/* ------------------------------
	.price
------------------------------ */
.price{
	padding: 180px 0 215px;
}

.price .lead{
	margin: 55px auto;
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
}

.price table{
	width: 100%;
	border: 1px solid #a1925d;
	border-radius: 10px;
	border-spacing: 0;
	overflow: hidden;
}

.price th{
	height: 90px;
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
}

.price tr:first-child th{
	height: 50px;
	font-size: 2.4rem;
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.price tr:first-child th:first-child{
	border-left: 0;
}

.price tr:nth-child(2) th,
.price tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.price .bg_ye,
.price .bg_bk{
	color: #fff;
	font-weight: bold;
}
.price .bg_ye{
	background-color: #a1925d;
}
.price .bg_bk{
	background-color: #333;
}

.price td{
	height: 90px;
	padding-top: 5px;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.2rem;
}

.price td:last-child{
	font-weight: bold;
}

.price td span{
	font-size: 1.8rem;
	vertical-align: super;
}

.price dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border: 1px solid #a1925d;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.price dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100%;
	padding: 0 45px;
	font-size: 2.2rem;
	font-weight: bold;
}

.price dd{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.price dd span + span{
	margin-left: 2em;
}

.price dd .note{
	font-size: 1.6rem;
	font-weight: normal;
}


@media screen and (max-width: 768px){
	.price{
		padding: 50px 0 40px;
	}

	.price .lead{
		margin: 30px 0 30px;
		text-align: left;
		line-height: 1.6;
	}

	.price table{
		border-radius: 8px;
	}

	.price th{
		height: 10vw;
		padding: 0;
		font-size: 3vw;
		line-height: 1.3;
	}

	.price tr:first-child th{
		height: 6vw;
		font-size: 3vw;
		font-weight: bold;
	}

	.price td{
		height: 45px;
		padding-top: 0;
		font-size: 3vw;
	}

	.price td span{
		font-size: 1.0rem;
	}

	.price dl{
		flex-wrap: wrap;
		height: initial;
		border-radius: 8px;
	}

	.price dt{
		width: 100%;
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.price dd{
		justify-content: center;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.price dd .note{
		font-size: 1.1rem;
	}

	.price dd span + span{
		margin-left: 1em;
	}
}



/* ------------------------------
	.guide
------------------------------ */
.guide{
	padding: 190px 0 220px;
}

.guide .lead{
	margin: 55px auto 80px;
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
}

.guide_box{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.guide_box > div{
	position: relative;
	width: 30.5%;
	height: 305px;
	padding-top: 230px;
	margin-bottom: 45px;
	border: 1px solid #dcd7c4;
	border-radius: 15px;
}

.guide_box > div + div{
	margin-left: 4.25%;
}

.guide_box > div + div::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
	margin: auto;
	content: "";
	display: block;
	width: 30px;
	height: 63px;
	background: url(../img/index/guide_ico01.png) no-repeat center center;
	background-size: 29px;
}

.guide_box > div:nth-child(1){
	background: #fff url(../img/index/guide_img01.png) no-repeat center 65px;
	background-size: 134px;
}
.guide_box > div:nth-child(2){
	background: #fff url(../img/index/guide_img02.png) no-repeat center 60px;
	background-size: 142px;
}
.guide_box > div:nth-child(3){
	padding-top: 220px;
	background: #fff url(../img/index/guide_img03.png) no-repeat center 60px;
	background-size: 135px;
}
.guide_box > div:nth-child(4){
	background: #fff url(../img/index/guide_img04.png) no-repeat center 80px;
	background-size: 136px;
}
.guide_box > div:nth-child(5){
	padding-top: 220px;
	background: #fff url(../img/index/guide_img05.png) no-repeat center 50px;
	background-size: 130px;
}

.guide_box > div .guide_num{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide_box > div .guide_num img{
	width: 100%;
}

.guide_box > div:nth-child(1) .guide_num{
	top: -15px;
	left: 15px;
	width: 48px;
}
.guide_box > div:nth-child(2) .guide_num{
	top: -15px;
	left: -20px;
	width: 75px;
}
.guide_box > div:nth-child(3) .guide_num{
	top: -15px;
	left: -10px;
	width: 66px;
}
.guide_box > div:nth-child(4) .guide_num{
	top: -15px;
	left: 0px;
	width: 69px;
}
.guide_box > div:nth-child(5) .guide_num{
	top: -25px;
	left: -10px;
	width: 79px;
}

.guide_box p{
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}

.guide_wrap{
	position: relative;
	padding: 60px 60px 40px;
	margin-top: 80px;
	background-color: #ebe8e0;
	border-radius: 10px;
}

.guide_wrap::before{
	position: absolute;
	top: -40px;
	left: -45px;
	margin: auto;
	content: "";
	display: block;
	width: 145px;
	height: 112px;
	background: url(../img/index/guide_ico02.png) no-repeat center center;
	background-size: 144px;
}

.guide_wrap .ttl{
	margin-bottom: 20px;
	font-size: 3.2rem;
	font-weight: bold;
}

.guide_wrap p{
	line-height: 2;
}

.guide_wrap .img{
	position: absolute;
	bottom: 0;
	right: 2px;
	width: 301px;
}
.guide_wrap .img img{
	vertical-align: middle;
}


@media screen and (max-width: 768px){
	.guide{
		padding: 40px 0 45px;
	}

	.guide .lead{
		margin: 30px 0 30px;
		text-align: left;
		line-height: 1.6;
	}

	.guide_box{
		justify-content: flex-start;
		padding-bottom: 0;
	}

	.guide_box > div{
		width: calc(50% - 20px);
		height: 152px;
		padding-top: 110px;
		margin-bottom: 20px;
		border-radius: 10px;
	}

	.guide_box > div:nth-child(even){
		margin-left: 22px;
	}

	.guide_box > div + div{
		margin-left: 0;
	}

	.guide_box > div + div::before{
		display: none;
	}

	.guide_box > div::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: -20px;
		margin: auto;
		content: "";
		display: block;
		width: 15px;
		height: 30px;
		background: url(../img/index/guide_ico01.png) no-repeat center center;
		background-size: 14px;
	}
	.guide_box > div:nth-child(5)::after{
		display: none;
	}

	.guide_box > div:nth-child(1) .guide_num{
		top: -10px;
		left: 10px;
		width: 22px;
	}
	.guide_box > div:nth-child(2) .guide_num{
		top: -10px;
		left: -8px;
		width: 34px;
	}
	.guide_box > div:nth-child(3) .guide_num{
		top: -10px;
		left: -5px;
		width: 30px;
	}
	.guide_box > div:nth-child(4) .guide_num{
		top: -10px;
		left: 0;
		width: 32px;
	}
	.guide_box > div:nth-child(5) .guide_num{
		top: -14px;
		left: -5px;
		width: 35px;
	}

	.guide_box > div:nth-child(1){
		background-size: 58px;
		background-position: center 32px;
	}
	.guide_box > div:nth-child(2){
		background-size: 70px;
		background-position: center 22px;
	}
	.guide_box > div:nth-child(3){
		background-size: 67px;
		background-position: center 23px;
		padding-top: 100px;
	}
	.guide_box > div:nth-child(4){
		background-size: 67px;
		background-position: center 40px;
	}
	.guide_box > div:nth-child(5){
		background-size: 65px;
		background-position: center 15px;
		padding-top: 100px;
	}

	.guide_box > div p{
		line-height: 1.3;
		font-size: 1.3rem;
	}
	.guide_box > div:nth-child(5) p{
		line-height: 1.2;
	}

	.guide_wrap{
		margin: 30px 0;
		padding: 30px 30px 20px;
	}

	.guide_wrap .img{
		top: -199px;
		bottom: initial;
		width: 180px;
	}

	.guide_wrap::before{
		top: -25px;
		left: -2.5%;
		width: 72px;
		height: 57px;
		background-size: 100%;
	}

	.guide_wrap .ttl{
		margin-bottom: 10px;
		font-size: 1.9rem;
		line-height: 1.3;
	}

	.guide_wrap p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}



/* ------------------------------
	.voice
------------------------------ */
.voice{
	padding: 160px 0 210px;
}

.voice .lead{
	margin: 55px auto 70px;
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
}

.voice_list{
	width: 100%;
	padding: 25px 6%;
	border: 1px solid #a1925d;
	border-radius: 20px;
}

.voice_list .voice_slide{
	display: flex;
	padding: 50px 0;
}

.voice_list .voice_slide + .voice_slide{
	border-top: 1px solid #dcd7c4;
}

.voice_list .voice_img{
	width: 156px;
	flex-shrink: 0;
	margin-right: 30px;
	border: 4px solid #fff;
	box-shadow: 5px 5px 10px #aaa;
}
.voice_list .voice_img img{
	vertical-align: middle;
}

.voice_box .voice_ttl{
	margin: 10px 0 10px;
	color: #a1925d;
	font-size: 2.2rem;
	font-weight: bold;
}

.voice_box .voice_ttl + p{
	font-size: 1.8rem;
	font-weight: bold;
}

.voice_box .txt{
	margin-top: 20px;
	line-height: 2;
	font-size: 1.5rem;
}


@media screen and (max-width: 768px){
	.voice{
		padding: 40px 0 45px;
	}

	.voice .wrap{
		width: 100%;
	}

	.voice .lead{
		width: 94%;
		margin: 30px auto 30px;
		text-align: left;
		line-height: 1.6;
	}

	.voice_list{
		padding: 2px 0;
		border: 0;
		border-radius: 0;
	}

	.voice_list .voice_slide{
		flex-wrap: wrap;
		height: 100%;
		padding: 25px 5vw;
		margin: 2px 3vw;
		border: 1px solid #a1925d;
		border-radius: 10px;
		outline: 0;
	}

	.voice_list .voice_slide + .voice_slide{
		border: 1px solid #a1925d;
	}

	.voice_list .voice_img{
		width: 50%;
		margin: 0 auto;
	}

	.voice_box .voice_ttl{
		width: 100%;
		margin: 30px 0 7px;
		font-size: 1.8rem;
	}

	.voice_box .voice_ttl + p{
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.voice_box .txt{
		margin-top: 7px;
		line-height: 1.6;
	}

	.slick-dots{
		bottom: -38px;
	}
	.slick-dots li button:before{
		font-size: 4.0rem;
		opacity: 1;
		color: #ebe8e0;
	}
	.slick-dots li.slick-active button:before{
		opacity: 1;
		color: #a1925d;
	}

	.voice .sec_btn{
		width: 94%;
		margin: 75px auto 0;
	}
}



/* ------------------------------
	.question
------------------------------ */
.question{
	padding: 170px 0 210px;
}

.question .wrap{
	position: relative;
}

.question .lead{
	margin: 55px auto 80px;
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
}

.question_box dl{
	padding: 40px 55px 60px;
	border: 1px solid #a1925d;
	border-radius: 15px;
}

.question_box dl + dl{
	margin-top: 15px;
}

.question_box dt{
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
}

.question_box dt::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 46px;
	margin-right: 15px;
	background: url(../img/index/question_ico01.png) no-repeat center center;
	background-size: 48px;
	vertical-align: middle;
}

.question_box dd{
	font-size: 1.5rem;
	line-height: 2;
}

.question_box dd::before{
	content: "A. ";
}

.question_box dl:last-child dd{
	width: 90%;
}

.question .question_img{
	position: absolute;
	bottom: 50px;
	right: -40px;
	width: 174px;
}

@media screen and (max-width: 768px){
	.question{
		padding: 60px 0 75px;
	}

	.question .wrap{
		width: 100%;
	}

	.question .lead{
		width: 94%;
		margin: 30px auto 30px;
		text-align: left;
		line-height: 1.6;
	}

	.question_box{
		position: relative;
	}

	.question_box dl{
		margin: 0 3vw;
		padding: 25px 5vw;
	}

	.question_box dt{
		position: relative;
		display: flex;
		align-items: center;
		min-height: 2.6em;
		padding-left: 55px;
		font-size: 2.0rem;
		line-height: 1.3;
	}

	.question_box dt::before{
		position: absolute;
		left: 0;
		top: 5px;
		width: 44px;
		height: 42px;
		background-size: 100%;
	}

	.question_box dd{
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.question .sec_btn{
		width: 94%;
		margin: 75px auto 0;
	}
}