@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
* {
　padding:0;
　margin:0;
}
body {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
html, body {
　height:100%;
}
.wrapper{
	overflow-y: auto;
    height: 100%;
}
.pc{display: inherit;}
.sp{display: none;}
@media screen and (max-width: 767px){
	.pc{display: none;}
	.sp{display: inherit;}
}
p{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 0;
	color: #333333;
	line-height: 1;
}
img {
	-webkit-backface-visibility: hidden;
}
a{text-decoration: none;}
.wrap{width: 100%;}
.inner{max-width: 940px; margin: 0 auto;}

.entry_btn,
a,
.point_entry_btn_inner,
#form_submit_button
{
    transition: 0.3s ;
}
.entry_btn:hover,
a:hover,
.point_entry_btn_inner:hover,
#form_submit_button:hover
{
    opacity:0.7;
    cursor: pointer;
}


/*===================*/

.section1{
	background-color: #fff;
}

/*header*/
.header{
	height: 64px;
	background-color: #ffffff;
}
	.header_inner{
		overflow: hidden;
	}
		.logo{
			float: left;
			width: 50%;
			margin-top: 16px;
		}
		.tel_time{
			float: right;
			width: 180px;
			margin-top: 16px;
			text-align: right;
		}
			.tel{
				font-size: 21px;
				font-weight: 500;
				line-height: 2.02;
				color: #343434;
			}
			.time{
				font-size: 11px;
				font-weight: 300;
				line-height: 3.86;
				color: #343434;
			}
		.entry_btn{
			float: right;
			margin: 13px 0 0 17px;
		}

/*top_area*/
.top_area{
	background: url(../img/top_bg_pc.jpg) no-repeat center center;
	height: 656px;
	margin-top: 10px;
	position: relative;
}
	.top_words{
		background: url(../img/top_words_pc.png) no-repeat 48% 20px;
		height: 656px;
	}
	.top_entry_btn{
		position: absolute;
		top:480px;
		width: 100%;
	}
.top_entry_btn a.pc {
	display: block;
	width: 940px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

/*area01*/
.area1 {
	position: relative;
	margin-top: -90px;
	background-image: url("../img/bg_kira01.png"),url("../img/bg_kira02.png");
	background-position: top 20% left 50% , bottom 10% left 50%;
	background-repeat: no-repeat , no-repeat;
}
.area1 .inner {
	position: relative;
}
.area1 .img01 {
	float: left;
}
.area1 .img02 {
	float: right;
}
.area1 p.txt {
	display: block;
	font-size: 22px;
	line-height: 43px;
	width: 695px;
	position: absolute;
	top: 250px;
	left: 0;
}
.area1 .arrow {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 50px;
	margin-bottom: 90px;
}
.h2_title {
	text-align: center !important;
	margin-bottom: 75px;
	display: block;
}
.h2_title img {
	margin-left: auto;
	margin-right: auto;
}

dl.resolution dt {
     float: left;
     clear: left;
     width: 112px; 
}
dl.resolution dd {
     padding-left: 112px;
	padding-right: 295px;
}	
dl.resolution dd.nayami {
	font-size: 22px;
	line-height: 33px;	
	padding-top: 15px;
	padding-bottom: 60px;
}
dl.resolution dd.nara {
	font-size: 18px;
	line-height: 29px;
	padding-bottom: 70px;
}
dl.resolution {
	border-bottom: 1px solid #000;	
	margin-bottom: 90px;
}
dl.resolution strong {
	color: #e73278;
}
.dl_wrap {
	position: relative;	
}
.dl_wrap .illust {
	position: absolute;
	right: 50px;
	top: 0;
}
dl.resolution.last {
	border-bottom: 0px;
	margin-bottom: 30px;
}
.area2 {
	background-image: url("../img/bg01_pc.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}
.area2 ul {
	letter-spacing: -.4em;
	margin-bottom: 50px;
}
.area2 li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 455px;
	background-color: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
}
.area2 li:nth-child(odd) {
	margin-right: 30px;
}
.area2 li p {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
}
.area2 .name , .area2 .work {
	font-size: 17px;
	line-height: 35px;
	margin-bottom: 15px;
}
.area2 .work {
	color: #0071bb;
}
.area2 .txt {
	font-size: 16px;
	line-height: 29px;
}
.area2 strong {
	font-weight: bold;
}
.entry_voice {
	text-align: center;
	margin-top: 20px;
}
.entry_voice a {
	text-align: center;
}
.list_img , .voice_img {
	text-align: center;
}
.list_img img , .voice_img img {
	margin-left: auto;
	margin-right: auto;
}
.area3 {
	padding: 120px 0;
}
.area3 ul {
	list-style: none;
	letter-spacing: -.4em;
}
.area3 li {
	letter-spacing: normal !important;
	display: inline-block;
	vertical-align: top;
	width: 212px;
	margin-right: 30px;
}
.area3 li:nth-child(4n) {
	margin-right: 0;
}
	.form_area{
		background: #eeeeee;
		padding-top: 63px;
		padding-bottom: 79px;
	}
		.form_area_inner{
			padding: 61px 84px 65px;
		}
			.form_area_title{
				text-align: center;
			}
			
			.entry_form1{margin-top: 47px;}
			.entry_form1 dt{
				color: #000;
				font-size: 14px;
			}
			.entry_form1 dt.re{
				background-image: url(../img/icon_important.png);
				background-repeat: no-repeat;
			}
			.entry_form1 dt.re_1{
				background-position-x: 58px;
			}
			.entry_form1 dt.re_2{
				background-position-x: 122px;
			}
			.entry_form1 dt.re_3{
				background-position-x: 42px;
			}
			.entry_form1 dt img{
				vertical-align: sub;
				margin-left: 10px;
			}
			.entry_form1 .sup::after {
			content: '※';
				font-size: 50%; 
	vertical-align: top;
	position: relative;
	top: -0em;
				color: #a40000;
			}
			.entry_form1 dt span.required{display: none;}
			.entry_form1 dt span.optional{display: none;}
			.entry_form1 dd span.error_blank:before{
				content: "\A" ;
				white-space: pre ;
			}
				.entry_form1 dd span.error_blank{
					color: #920020;
					font-size: 14px;
					font-weight: bold;
				}
				.entry_form1 .agree_error{text-align: center;}
				.entry_form1 dd span.error_format{
					color: #920020;
					font-size: 14px;
					font-weight: bold;
				}
		
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 37px;
	padding : 2px 2%;
	border : 1px solid #fff;
	background : #fff;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 16px;
	font-family : inherit;
	margin-top : 10px;
	color: #000;
    width: 200px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 40px;
    -webkit-padding-left: 40px;
    -webkit-appearance: none;
    padding-bottom: 2px;
}

form#mail_form select option{
	color: #000;
}

form#mail_form textarea{
	display : block;
	width : 100%;
	max-width : 100%;
	height : 163px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #fff;
	background: #fff;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top: 5px;
}


form#mail_form ul{
	list-style-type : none;
	margin-top: 5px;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}


form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 100%;
	max-width: 100%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 100%;
	max-width: 100%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address{
	width : 90%;
}


form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
}

form#mail_form input[type="button"]{
	line-height : 54px;
	width: 213px;
	height: 54px;
	background-image: url("../img/btn02_sp.png") !important;
	background-repeat: no-repeat;
	background-size: 213px auto !important;
	background-position: top center !important;
	border: 0px;
	background-color: transparent !important;
	text-indent: -9999px;
}

form#mail_form input#form_submit_button{
	margin-left : 33%;
	margin-top: 20px;
}
.win form#mail_form input#form_submit_button{
    padding-top: 15px;
}
form#mail_form sup {
	color: #a40000;
}

ul.g_ul{}
	ul.g_ul li{
		display: inline-block;
		padding-right: 72px;
		font-size: 16px;
		color: #fff;
	}
/*Radio*/
.gender_radio input[type='radio']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
	.g_radio{
		background:url(../img/radio_off.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 30px;
		height: 30px;
		line-height: 30px;
		display: block;
		padding: 0 0 0 38px;
		cursor: pointer;
		overflow: hidden;
	}
		.r_on{
			background:url(../img/radio_on.png);
			background-position: left center;
			background-repeat: no-repeat;
			background-size: 30px;
		}
/*Checkbox*/		
.agree_check label{
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    width: 300px;
	height: 22px;
	margin: 0 auto;
    cursor: pointer;
	overflow: hidden;
	color: #fff;
}
	.agree_check input[type="checkbox"]{
	    opacity:0;
	    filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
		position: absolute;
	}
		.agree_check label{background-image: url(../img/check_off.png);}
		.agree_check .c_on{background-image: url(../img/check_on.png);}
	.agree_p{
		margin-top: -19px;
		color: #000;
		    width: 250px;
    margin: -19px auto 0;
	}
		.agree_p a{
			color: #a40000;
			text-decoration: none;
		}
		
		
		
		
	.company_area{
		padding-top: 90px;
		/*padding-bottom: 75px;*/
		background-color: #fff;
	}
		.company_area_title{
			padding-bottom: 75px;
			text-align: center;
		}	
			.company_area_title p{
				font-size: 28px;
			}
		.company_area_inner{
			overflow: hidden;
			padding-bottom: 75px;
		}
			.company_address{
				float: left;
			}
				.company_address p.agentgate{
					font-size: 16px;
					padding-top: 14px;
				}
				.company_address p{
					font-size: 14px;
					line-height: 36px;
				}
					.company_address p a{
						color: #a40000;
						text-decoration: none;
						border-bottom: 1px solid #a40000;
				   padding-bottom: 2px;
					}
			.company_map{
				float: right;
				
			}
			
	.footer{
		text-align: center;
		background-color: #fff;
	}
	.footer p{
		font-size: 12px;
		color: #fff;
		background-color: rgba(0,0,0,1);
		padding-top: 18px;
		padding-bottom: 25px;
		
	}