﻿

body {
	width: 100%;
	background: #FFF;
	color: #333;
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-size: 16px;
	line-height: 1.7;
}
img {
	display: block;
	max-width: 100%;
}
img.center {margin: 0 auto;}
.pc {display: block;}
.sp {display: none;}
.br-sp {
    display: none;
}

@media screen and (max-width:767px){
	.pc {display: none;}
	.sp {display: block;}
	.br-sp {
			display: block;
	}
}


/*====================================
メイン
======================================*/
#top{
	width:100%;
	min-width: 950px;
	height:715px;
  background: url(../images/fvbg_01.png) no-repeat center;
	background-size: cover;
}
#top img {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#top .inner {
    width: 1200px;
		min-width: 950px;
    height: 706px;
    position: relative;
    margin: 0 auto;
}


.cvbeforbox {
	background: url(../images/fvbg_02.png) no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
  align-items: center;
  padding: 30px;
}
.cvbeforbox p {
    color: #fff;
    padding: 20px 0 0;
}


.areaIn {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width:767px){
#top {
    min-width: unset;
    height: fit-content;
}

#top .inner {
    width: 100%;
		height: 30vh;
    min-width: unset;
    padding-top: 20px;
}
.cvbeforbox p {
    font-size: 2.5vw;
    padding: 1.5vw;
}

}

/*=====cont01・03=====*/
.bgbk {
	background: #000;
}
.content01,.content02,.content03,.content04{
	display: flex;
	flex-direction: column;
  align-items: center;
}
.content01 {
	background: linear-gradient(0deg, #000000, #ffffff00), url(../images/content_bg01.png) no-repeat center;
	background-size: cover;
}
.content02 {
	background: url(../images/content_bg02.jpg) no-repeat center;
	background-size: contain;
}
.content03 {
	background: url(../images/content_bg03.jpg) no-repeat center;
	background-size: cover;
}
.content04 {
	background: url(../images/content_bg04.jpg) no-repeat center;
	background-size: cover;
	padding: 10px 0 50px;
}
.c04_textbox{
	position: relative;
}
.c04_text {
    position: absolute;
    top: 633px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:767px){
	.c04_textbox{
		overflow: hidden;
    width: 100%;
		position: relative;
		height: 612px;
	}
	.c04_textbox img {
    max-width: unset;
    display: block;
    width: 155%;
    margin: 0px calc(24% - 50vw);
}
	.c04_text {
    position: absolute;
    top: 73vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
}

/*====================================
cv
======================================*/
.cv{
	width:100%;
	min-width:995px;
	background:#f3f3f3;
	position: relative;
}
.cv .inner{
	width:1200px;
	height:494px;
	margin:0 auto;
	color:#fff;
	background:#f3f3f3 url(../images/cvbg.png) no-repeat bottom center;
}

.inner01,.inner02,.inner03{
	width:1200px;
	margin:0 auto;
	color:#414141;
	background:#f3f3f3 url(../images/cvbg.png) no-repeat top center;
}
#inner02,#inner03 {
    display: none;
}
.inner02 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.cv1{
	position:relative;
	z-index:0;
	padding-bottom: 3px;
}
.cv1 p {
    color: #333;
    position: absolute;
    width: 150px;
    text-align: left;
    top: 184px;
    right: 51%;
    margin-right: -430px;
}
.cv1 .inner{
	padding-top:70px;
}
.cv div.fl{
	width:426px;
	padding:203px 44px 0 46px;
	text-align:left;
}
.cv div.fl02 {
    padding: 92px 5px 0 8px;
    text-align: center;
}
.cv div.fr{
	width:479px;
	text-align:left;
	padding:186px 0 0 0;
}
.cv div.fr02 {
  text-align: center;
  padding: 49px 0 0 0px;
}

.cv div.fl input[type=text], .cv div.fl02 input[type=text]{
	width:563px;
	height:79px;
	line-height:60px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border:solid 3px #ac983e;
	outline:none;
	font-size:18px;
	padding:0 10px;
	margin-bottom:12px;
	text-align:center;
}
.cv div.fl label{
	display:block;
}
.cv div.fl02 label{
	display:block;
}

.cv div.fl label a{
	color:#0075ff;
}
.cv div.fl02 label a{
	color:#0075ff;
}

label {
    font-size: 14px;
}

@media screen and (max-width:767px){
	.inner_input {
		width: 100%;
	}
	.cvbeforbox {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 5vw 3vw;
	}
	.cv{
		width:100vw;
		position: relative;
	    margin: 0 auto;
			min-width: unset;
	}
	.inner01,.inner02,.inner03{
		width:100vw;
		margin:0 auto;
		color:#333;
		background:#f3f3f3  url(../images/sp_01.png) no-repeat center top;
	    background-size: 100vw;
	}


	.cv .inner01{
		padding-top:12%;
	}
	.cv div.fl02 {
	    width: 80vw;
	    text-align: center;
	    margin: 0 auto 5vw;
			padding: 0;
    float: unset;
	}
	.cv div.fr02 {
	    width: 100vw;
	    margin: 0 auto;
			float: unset;
    padding: 0;
    text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 80vw;}

	.cv div.fl02 input[type=text]{
		width:75vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
		text-align:center;
	}

	.cv div.fl02 label{
		display:block;
	}
	.cv div.fl02 label a{
		color:#0075ff;
	}
	.tel {
	    padding: 10px 0 20px;
	    background: #f3f3f3;
	}
}

/*====================================
フッター
======================================*/
footer {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
  background: #333;
	color: #fff;
	font-size: 12px;
}
dl.info dt {
  font-weight: bold;
	padding: 25px 0 5px;
}
dl.info dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#disclaimer {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
}
p.copy {
	background: #2a2a2a;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}
