@charset "utf-8";




/*=================================

            header

=================================*/
header {
	width: 100%;
	height: 81px;
	margin: 0 auto;
	background-image: url(../img/pc/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	z-index:99999;
}
.header_inner {
	width: 1080px;
	margin: 12px auto;
	text-align: right;
}
.header_inner a {
	margin-right: 44px;
}
/*=================================

            fv

=================================*/           
.fv {
	width: 100%;
	height: 1306.5px;
	margin: 0 auto;
	background-image: url(../img/pc/fv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*=================================

            sec

=================================*/
.sec01 {
	width: 100%;
	height: 1182px;
	margin: 0 auto;
	background-image: url(../img/pc/sec01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sec02 {
	width: 100%;
	height: 2074px;
	margin: 0 auto;
	background-image: url(../img/pc/sec02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sec03 {
	width: 100%;
	height: 4672px;
	margin: 0 auto;
	background-image: url(../img/pc/sec03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sec04 {
	width: 100%;
	height: 3937px;
	margin: 0 auto;
	background-image: url(../img/pc/sec04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sec05 {
	width: 100%;
	height: 1361px;
	margin: 0 auto;
	background-image: url(../img/pc/sec05.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sec06 {
	width: 100%;
	height: 916px;
	margin: 0 auto;
	background-image: url(../img/pc/sec06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*=================================

            cv

=================================*/           
.cv {
	width: 100%;
	height: 394px;
	margin: 0 auto;
	background-image: url(../img/pc/cv.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.cv .btn {
	text-align: center;
	padding-top: 172px;
}





/*=================================

            form

=================================*/           
.form {
	width: 100%;
	margin: 0 auto 0 auto;
	background:#4E4E4E;
	padding:50px 0 0 0;
}
.form_inner {
	text-align: center;
	padding:80px 0;
}

.form h2{
	text-align:center;
	color:#fff;
	font-size:3em;
	font-weight:bold;
	margin:0 0 20px 0;
}
.form h2 + p{
	font-size:1.2em;
	color:#fff;
	margin:0 0 50px 0;
}
.form .cbox{
	width:1000px;
	margin:0 auto 50px;
	background:#FFFAFA;
}
.form .cbox-inner{
	padding:0 0 20px 0;
}
.form #cbox3 .cbox-inner{
	padding:20px 0;
}

.form h3{
	border-bottom:#ccc solid 5px;
	font-weight:bold;
	font-size:2.3em;
	padding:20px;
	margin:0 0 20px 0;
	line-height:1em;
}
.form dl *{
	text-align:left;
}
.form dl{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
}
.form dl dt,
.form dl dd{
	padding:20px 0;
	font-size:1.3em;
}
.form dl dt{
	width:25%;
	line-height:1em;
}
.form dl dd{
	width:70%;
}

.form input[type="text"],
.form select,
.form textarea{
	width:100%;
	padding:10px;
	border:#000 solid 2px;
	border-radius:5px;
}

.form select{
	font-size:1em;
}

.form input[type="checkbox"]{
	display:none;
}
.form input[type="checkbox"] + label{
	position:relative;
	padding:0 0 0 30px;
	margin:0 1em 0 0;
}
.form input[type="checkbox"] + label:before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:#fff;
	border:#000 solid 2px;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
}
.form input[type="checkbox"]:checked + label:after{
	content:"";
	display:block;
	width:20px;
	height:10px;
	border:#EC673F solid;
	border-width: 0 0 7px 7px;
	position:absolute;
	left:0;
	top:0;
	transform:rotate(-45deg);
}



.form .cbox + p{
	color:#fff;
	font-weight:bold;
	margin:0 0 30px 0;
}
.form .sbtn input{
	cursor:pointer;
	display:table;
	width:500px;
	margin:0 auto;
	background:#C21111 url(../img/pc/ic1.jpg) calc(100% - 30px) center no-repeat;
	font-size:3em;
	color:#fff;
	font-weight:bold;
	padding:30px;
	border-radius:100px;
	line-height:1em;
	border:#fff solid 3px;
	box-shadow:0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111,0 0 3px #C21111;
}


/*=================================

            footer


=================================*/
footer {
	width: 100%;
	height: 577px;
	margin: 0 auto;
	background-image: url(../img/pc/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
