@charset "UTF-8";
/* CSS Document */

/*reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
margin: 0;
padding: 0;
}
img {
	border:0;
	max-width: 100%;
	vertical-align: bottom;
}
*{
	box-sizing: border-box;
}
/*------------------------------------------------------------------------------*/


/*background
------------------------------------------------------------------------------*/
html,
body{
	height: 100%;
	min-height: 100vh;
}

html{
	font-size: 62.5%;
	font-size: 16px;
}

body{
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	width:100%;
	position: relative;
	color:#33231D;
}

/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

.flex{
	display: flex;
}

.noto_font{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}




/*ここからcss設定
------------------------------------------------------------------------------*/
#pc-back01{
	width:100%;
	height:100%;
	background-image: url(../img/pc_back.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
}
#sp-contents{
	z-index: 990;
	max-width: 575px;
	width:100%;
	margin: 0 auto;
	margin-left: 55%;
	margin-right: 10%;
	position: relative;
	background-color: #fff;
}
#pc-back01 .bg_inner{
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#pc-back01 .bg_inner img{
	width: 40%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#pc-back01 .bg_inner2{
	width: 10%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}

.mainvisual_wrap{
	background: #FEF7F9;
	background: linear-gradient(0deg,rgba(254, 247, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.line_btn_wrap a{
	display: block;
}
.line_btn_wrap a:hover{
	opacity: 0.7;
}

.applylist_copy{
	width:83%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.applylist_copy_in{
	padding: 30px;
	background: #FEF7F9;
}
.applylist_copy_in p{
	line-height: 2;
}

.footer_in{
	text-align: center;
	padding: 10px;
	background: #FF8AA6;
}
.footer_in p{
	color: #fff;
	font-size:0.8em;
}


#privacy{
	padding: 50px 30px
}
.section_con{
	margin-top: 50px;
}
#privacy p{
	margin-top: 10px;
}
#privacy h2{
	font-size: 20px;
}



@media screen and (max-width:1024px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	#pc-back01{
		display: none;
	}
	#sp-contents{
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
	}
	.section_wrap,
	.section_wrap img{
		width:100%;
	}
	
	
}







