@charset "UTF-8";
/*---------------------------------------------------------
reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #0024ff;
	outline: none;
}
.sp {
	display: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width:100%;
	vertical-align:bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.container{
	max-width:960px;
	margin:auto;
}
.pink{
	color:#e73f64;
}
/*---------------------------------------------------------
header
---------------------------------------------------------*/
header{
	margin:auto;
	box-shadow: 0px 2px 3px 0px rgba(32, 21, 3, 0.11);
	height:100px;
	position: relative;
	z-index:2;
}
header .container{
	display:flex;
	justify-content: space-between;
}
header .logo{
	width:264px;
	margin:23px 0 0 2px;
}
header .tel{
	margin-top:40px;
	font-weight:600;
	line-height:1;
}
header .tel span{
	background:url("../img/tel.png") no-repeat left bottom;
	font-size:18px;
	padding-left:30px;
	margin-right:10px;
}
header .tel a{
	color:#e73f64;
	font-size:36px;
	text-decoration:none;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
main{
	background: url("../img/main_bg.jpg") no-repeat center top / cover;
	display:block;
	padding:37px 0 33px;
	height:669px;
}
main .container{
	display:flex;
	justify-content: space-between;
	position:relative;
}
main figure{
	width:53.4375%;
}
main form{
	background:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 9px 1px rgba(49, 49, 49, 0.2);
	width:39.583333%;
}
main .wrap{
	margin: 17px 15px;
}
main .wrap header{
	color:#10767b;
	font-size:20px;
	font-weight:600;
	box-shadow:none;
	height:auto;
}
main .wrap header p{
	display:table;
	background:url("../img/pen.png") no-repeat left center;
	padding:0 0 0 32px;
	margin:0 auto;
	text-align:left;
}
.wizard{
	overflow:visible;
}

.wizard > .steps{
	background:#fff;
	position: relative;
	display: block;
}
.wizard ul img{
	width:initial;
}
.wizard ul[role=tablist]{
	font-size:16px;
	font-weight:600;
	display:flex;
	justify-content:space-between;
}
.wizard > .steps span{
	color:#e73f64;
	display:inline;
	font-size:20px;
	padding-left:8px;
}
.wizard .steps ul li span::before{
	display:none;
}
.wizard > .content{
	background:#fff;
	border-radius:0;
}
.wizard > .steps a::after{
	background:#ffb2c5;
	content:"";
	width: 100%;
	height: 3px;
	position:absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;
}
.wizard > .steps .current a::after{
	background:#e73f64;
}
.wizard ul li{
	font-size:16px;
	font-weight:500;
}
.wizard ul li span{
	color:#e73f64;
	font-size:12px;
	padding-left:6px;
}
.wizard ul li div{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wizard ul li div div{
	display:block;
	width:50%;
}
.wizard>.content>.body  ul li div div input{
	width: 70%;
	display: inline;
	margin-right: 0.5em;
}
.wizard > .content > .body select{
	background: #eee;
	width: 100%;
	height: 2em;
	font-size: 16px;
}
.wizard > .content > .body input[type="radio"]{
	width:auto;
	display:inline-block;
}
.wizard > .content > .body label{
	font-size:16px;
	font-weight:300;
	margin: 0 0 5px;
	background: #eee;
	width: 49%;
	line-height: 1.3;
	padding: 6px 0;
}
.wizard > .content > .body label.even{
	margin-right:0;
}
.wizard > .content > .body label.error{
	background: none;
	border: 0;
	position: absolute;
	top: -2px;
	right: 0;
}
.wizard>.content>.body ul li ul{
	padding-top:5px;
}
.wizard>.content>.body ul li ul li{
	display:flex;
}
.wizard>.content>.body ul li ul li input{
	width: 2em;
	margin: 0 9px;
}
.wizard>.content>.body ul li ul li div{
	flex-wrap: nowrap;
	font-size: 16px;
	font-weight: 300;
	align-items: center;
}
.wizard>.content>.body ul li ul li div:first-child{
	white-space:nowrap;
}
a[role=menuitem] img{
	width:auto;
}
.wrap .pp{
	width:100%;
	margin:1em auto;
	font-size:.75em;
	text-align:center;
}
@media screen and (min-width: 768px) and (max-width: 955px) {
	main .wrap p{font-size:14px;}
	.wizard > .content > .body label{font-size:12px;}
	.wizard > .content > .body ul > li{padding:6px 0;}
}
/*---------------------------------------------------------
rcmd
---------------------------------------------------------*/
#rcmd{
	padding-bottom:80px;
}
#rcmd figure{
	width:100%;
}
#rcmd .container{
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}
#rcmd .container figure{
	width:35.625%;
}
#rcmd ul{
	width:59.375%;
	font-size:20px;
	font-weight:600;
}
#rcmd ul li{
	background:url("../img/check.png") no-repeat left center;
	line-height: 1;
	padding-left:40px;
	margin-bottom: 18px;
}
#rcmd ul li:last-child{
	margin-bottom:0;
}
#rcmd ul strong{
	font-size:1.2em;
}
/*---------------------------------------------------------
description
---------------------------------------------------------*/
#description{
	background:#e7e7e7;
	font-size:20px;
	padding:60px 0;
}
#description .container{
	max-width:875px;
}
#description h2{
	font-size:32px;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}
#description ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:32px;
}
#description ul li{
	width:48.457%;
	margin-bottom:13px;
}
#description ul li figcaption{
	background:#fff;
	font-weight:200;
	padding:16px;
}
#description strong{
	display:block;
	font-weight:600;
	text-align:center;
	margin-bottom:10px;
}
/*---------------------------------------------------------
destination
---------------------------------------------------------*/
#destination{
	background:url("../img/destination_bg.png") no-repeat center top / cover;
	font-size:20px;
	font-weight:200;
	padding:70px 0 100px;
	text-align:center;
}
#destination h2{
	font-size:32px;
	font-weight:600;
	margin-bottom:64px;
}
#destination ul{
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
#destination ul li figcaption{
	display:flex;
	align-items:center;
	justify-content:center;
	height:3em;
	margin-top:1em;
}
/*---------------------------------------------------------
case
---------------------------------------------------------*/
#case{
	background:url("../img/case_bg.jpg") no-repeat center top /cover;
	padding:70px 0 30px;
}
#case h2{
	font-size:34px;
	font-weight:600;
	margin-bottom:32px;
	text-align:center;
}
#case .wrap{
	background:rgba(255,255,255,0.7);
	font-size:20px;
	max-width:808px;
	padding:32px 60px 32px 80px;
	margin:auto;
}
#case strong{
	display:block;
	font-size:1.25em;
	text-align:center;
}
#case ul li ul li{
	display:flex;
	font-weight:200;
	margin-bottom:.8em;
}
#case ul li ul li span{
	display:block;
	text-align:right;
	width:6em;
}
/*---------------------------------------------------------
separate
---------------------------------------------------------*/
#separate{
	background:url("../img/dot.png");
}
#separate .container{
	background:url("../img/woman.png") no-repeat right 28px bottom;
	color:#fff;
	font-size:32px;
	font-weight:600;
	padding:62px 0 72px;
}
#separate small{
	font-size:.8em;
}
.ylw{
	color:#ffff66;
}
/*---------------------------------------------------------
voice
---------------------------------------------------------*/
#voice{
	background:#ffffe9;
	padding:85px 0 36px;
}
#voice h2{
	font-size:34px;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}
#voice ul li{
	background:#ffedc6;
	display:flex;
	padding:30px;
}
#voice ul li:not(:last-child){
	margin-bottom:30px;
}
#voice ul li figure{
	width:137px;
	margin-right:18px;
}
#voice ul li p{
	flex:1;
	font-size:20px;
	font-weight:200;
}
/*---------------------------------------------------------
faq
---------------------------------------------------------*/
#faq{
	background:#fff;
	padding:50px 0;
}
#faq h2{
	font-size:34px;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}
#faq ul li{
	background:#fff;
	border-radius: 6px;
	box-shadow: 2px 2px 0px 3px rgba(233, 210, 215, 1);
	font-size:20px;
	font-weight:200;
	padding:30px 24px;
}
#faq ul li:not(:last-child){
	margin-bottom:15px;
}
#faq ul li .q{
	display:flex;
	background:url("../img/q.png") no-repeat left top,url("../img/plus.png") no-repeat right top 8px;
	padding:8px 100px 8px 64px;
	cursor:pointer;
}
#faq ul li .q.open{
	background:url("../img/q.png") no-repeat left top,url("../img/minus.png") no-repeat right top 8px;
	margin-bottom:20px;
}
#faq ul li span{
	display:block;
	margin-right:8px;
}
#faq ul li .a{
	display:none;
	background:#ffe9ee;
	padding:30px;
}
/*---------------------------------------------------------
flow
---------------------------------------------------------*/
#flow{
	background:#e7e7e7;
	padding:40px 0 70px;
}
#flow h2{
	font-size:34px;
	font-weight:600;
	text-align:center;
	margin-bottom:65px;
}
#flow ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
}
#flow ul li{
	width:15.625%;
}
#flow ul li:first-child{
	top:-14px;
}
#flow ul li.arw{
	width:2.083%;
}
#flow .days{
	background:url("../img/length.png") no-repeat top center / 100%;
	font-size:20px;
	text-align:center;
	padding-top:30px;
}
#flow .days span{
	font-size:24px;
	font-weight:600;
}
/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
	width: 100%;
	background: #419da3;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	line-height:80px;
	text-align:center;
}

#thanks {
	text-align:center;
	padding: 0 0 100px;
}
#thanks h2{
	font-size:32px;
	font-weight:bold;
	color:#c52d27;
	padding: 100px 0;
	line-height: 2;	
}
#page-top{
	max-width:326px;
	position:fixed;
	right:20px;
}
#page-top img{
	vertical-align:bottom;
}
#ft_cv{
	position:fixed;
	right:20px;
}
#ft_cv img{
	vertical-align:bottom;
	width:auto;
}
#ft_cv a{
	display:block;
}
#thanks {
	text-align:center;
}
#thanks h2{
	font-size:2em;
	font-weight:bold;
	color:#fff;
	padding: 50px 0;
	line-height: 2;	
}
#thanks .container{
	padding:100px 0;
	font-size:2em;
}
#thanks a{
	display:table;
	border: 1px solid #000;
	color:#000;
	padding:0.3em 1em;
	margin:3em auto;
}
#pp .container{
	padding:60px 0;
	font-size:1em;
}
/*---------------------------------------------------------
Mobile
---------------------------------------------------------*/

/*Media Queries*/

@media screen and (max-width: 767px) {
	body, html {
		min-width: 100%;
	}
	body {
		font-size: 15px;
	}
	img {
		max-width: 100%;
	}
	img.sp {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.container{
		padding:0 4.8%;
	}
	header{
		height:70px;
	}
	header .container{
		align-items:center;
	}
	header .logo {
		margin: 20px 0 0 0;
		width:155px;
	}
	header .tel{
		margin-top:15px;
	}
	header .tel span {
		display: table;
		background: url(../img/tel.png) no-repeat left center / 17px;
		font-size: 10px;
		line-height:18px;
		padding-left: 22px;
		margin-right: 0;
		margin-left: auto;
	}
	header .tel a{
		font-size:21px;
	}
	main{
		background:none;
		padding:0;
		height:auto;
	}
	main .container{
		background:#d1eff0;
		display:block;
		padding-top:30px;
		padding-bottom: 40px;
	}
	main figure {
		width:100%;
		padding:0;
		margin-left: 0;
	}
	main .chance {
		bottom: -78px;
	}
	main form {
		border-radius:5px;
		width: 100%;
		margin-top: 0;
	}
	main .wrap {
		margin: 0;
	}
	main .wrap header{
		padding:8px 0;
	}
	main .wrap figure{
		width:67px;
	}
	main .wrap .ttl {
		padding: 24px 0 0;
	}
	main .wrap p {
		font-size:14px;
	}
	.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
		background:none;
		font-size:14px;
		padding: 0;
	}
	.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
		cursor: default;
		position: relative;
	}
	.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
		cursor: default;
	}
	.wizard > .steps {
		padding:0 18px;
	}
	.wizard ul {
		font-size: 14px;
		margin: auto;
	}
	.wizard ul img{
		margin:auto;
	}
	.wizard > .actions > ul{
		padding-bottom:16px;
	}
	.wizard > .content > .body ul > li {
		padding: 6px 0 10px;
		font-size: 14px;
	}
	.wizard > .content{
		margin-top:0;
		padding:0 18px;
	}
	.wizard > .content > .body input{
		line-height: 22px;
	}
	a[role=menuitem] img{
		width:46%;
	}
	.wizard > .content > .body ul > li{
		padding: 6px 0 10px;
	}
	#rcmd {
		padding-bottom: 50px;
	}
	#rcmd .container {
		display: block;
		margin-top: 20px;
	}
	#rcmd .container figure {
		width: 59.237%;
		margin:0 auto 30px;
	}
	#rcmd ul {
		width: 100%;
		font-size: 14px;
	}
	#rcmd ul li {
		background: url(../img/check.png) no-repeat left center / 13px;
		line-height: 1;
		padding-left: 23px;
		margin-bottom: 1em;
	}
	#description {
		font-size: 14px;
		padding: 30px 0;
	}
	#description h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#description ul{
		margin-top:24px;
	}
	#description strong {
		margin-bottom: 10px;
		height: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#description ul li figcaption{
		font-size:14px;
		font-weight:300;
	}
	#destination {
		background: url(../img/destination_bgs.png) no-repeat center top / cover;
		font-size: 13px;
		font-weight:300;
		padding: 30px 0 12px;
	}
	#destination h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#destination ul {
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		margin-top: 30px;
	}
	#destination ul li{
		width:28.1%;
		margin:0 12px 18px;
	}
	#destination ul li:first-child{
		margin-left:0;
	}
	#destination ul li:nth-child(3){
		margin-right:0;
	}
	#case {
		background: url(../img/case_bgs.jpg) no-repeat center top /cover;
		padding: 40px 0 36px;
	}
	#case h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#case .wrap {
		background: rgba(255,255,255,0.7);
		font-size: 14px;
		font-weight:600;
		padding: 20px;
		margin: auto 4.8%;
	}
	#case strong{
		margin-bottom:18px;
	}
	#case ul li ul li{
		font-weight:400;
	}
	#case ul li ul li p{
		flex:1;
	}
	.bx-wrapper{
		margin-top:0!important;
	}
	#separate .container {
		background: url(../img/woman.png) no-repeat right 8px bottom / 31%;
		font-size: 20px;
		padding: 40px 4% 50px;
	}
	#voice {
		padding: 40px 0;
	}
	#voice h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#voice .container{
		padding:0;
	}
	#voice ul li {
		background: #ffedc6;
		padding: 18px;
	}
	#voice ul li:not(:last-child) {
		margin-bottom: 14px;
	}
	#voice ul li figure {
		width: 80px;
		margin-right: 8px;
	}
	#voice ul li p {
		font-size: 12px;
		font-weight:300;
	}
	#faq {
		padding: 40px 0;
	}
	#faq h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#faq ul li {
		border-radius: 3px;
		font-size: 14px;
		font-weight:400;
		padding: 16px 10px 16px 16px;
	}
	#faq ul li .q {
		background: url(../img/q.png) no-repeat left top / 27px,url(../img/plus.png) no-repeat right top 8px / 20px;
		padding: 4px 24px 0px 38px;
	}
	#faq ul li .q.open {
		background: url(../img/q.png) no-repeat left top / 27px,url(../img/minus.png) no-repeat right top 8px / 20px;
		margin-bottom: 20px;
	}
	#faq ul li .a {
		padding: 12px 4px;
	}
	#flow {
		padding: 24px 0 70px;
	}
	#flow h2 {
		font-size: 20px;
		margin-bottom: 36px;
	}
	#flow ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap:wrap;
		margin-bottom: 30px;
	}
	#flow ul li {
		width: 26%;
	}
	#flow ul li.arw {
		width: 3.84%;
		margin:0 8px;
	}
	#flow .days {
		font-size: 12px;
		padding-top: 8px;
	}
	footer{
		font-size:10px;
		line-height: 1;
		padding:16px 0 70px;
	}
	#ft_cv {
		right: 0;
		width:54.256%;
	}
	#thanks h2{
		text-align:center;
		font-size:2em;
	}
	#thanks .container{
		font-size:1.5em;
		margin:0 4%;
	}
}
@media screen and (max-width: 348px) {
	#step ul li p {
		width: 55%;
	}
	header .logo {
		margin: 20px 0 0 0;
		width: 130px;
	}
	header .tel a {
		font-size: 20px;
	}
	#description ul li figcaption {
		font-size: 12px;
		font-weight: 300;
	}
	#destination ul li {
		margin: 0 10px 18px;
	}
}