@charset "UTF-8";
/* 画像のレスポンシブ対応（フルードイメージ） */
img{
	max-width: 100%;
	height: auto;
}

/*文字の設定*/
body{
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: -0.2px;
	line-height: 2;
}

/*wrapの設定*/
.wrap{
	width:100%;
	margin:0 auto;
}
.item{
	width:100%;
	margin:0 auto;
}
/*表示切り替え*/
.sp{
	display: block;
}
.pc{
	display: none;
}
#innerHeader{
	width: 100%;
	display: block;
	overflow: hidden;
	position: fixed; z-index: 2;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(bottom, #f2f2f3, #FFF);
	background: -o-linear-gradient(bottom, #f2f2f3, #FFF);
	background: linear-gradient(to top, #f2f2f3, #FFF);
	height: 100px;
}
#innerHeader p{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
}
#innerHeader p img{
	width: 70%;
}
#innerHeader ul{
	text-align: center;
	padding-bottom: 15px;
}
#innerHeader ul li{
	display: inline;
}
#innerHeader ul li a{
	font-size: 0.8em;
	color: #000;
	padding: 10px;
	text-decoration: none;
}
#innerHeader2{
	display: block;
	width: 100%;
	position: fixed; z-index: 2;
	left: 0;
	top: 100px;
}
#innerHeader2 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	background-color: rgba(215,215,216,0.96);
}

#innerHeader2 ul li{
	width:50%;
	text-align: center;
	border-right: #b5b5b6 1px solid;
	box-sizing: border-box;
	height: 31px;
}

#innerHeader2 ul li a{
	font-size: 0.75em;
	color: #231815;
	text-decoration: none;
	display: block;
	line-height: 31px;
}

#innerHeader2 ul li a:hover{
	background-color: #e6e6e6;
}
#innerHeader2 ul li:nth-child(-n+4){
	border-bottom: #b5b5b6 1px solid;
}
#innerHeader2 ul li:nth-child(even){
	border-right: none;
}

/*表示切り替え*/
#innerHeader2{
	display: block;
}
#innerHeader ul{
	display: none;
}

/*ヘッダー*/
.home header{
	background-image: url(../img/bg_header01.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
header{
	margin-bottom: 80px;
}

.home header .wrap{
	height:100vh;
	position:relative;
}
header .wrap{
	width:100%;
}
.home header h1{
	width:80%;
	margin:0 auto;
	padding-top: 40vh;
	text-align: center;
}
.home header h1 img{
	width: 70%;
}
.home header .wrap nav{
	width:100%;
	position:absolute;
	bottom: 0;
}
.arrow a{
	position: absolute;
	left: 0;
	right: 0;
  	bottom: 100px;
  	margin: 0 auto;
	text-decoration: none;
	color: #8fc31f;
	font-size: 13px;
	text-align: center;
}
.arrow a span {
  position: absolute;
  bottom:70px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #8fc31f;
  border-bottom: 2px solid #8fc31f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 4s infinite;
  animation: sdb 4s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}




/*CHALONについて*/
.box{
	margin-bottom: 80px;
}



/*汎用クラス*/
.title{
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	padding-top: 60px;
}
.title a{
	font-size: 27px;
	text-decoration: none;
	color: #002337;
}
.title a:hover{
	color: #6fba2c;
}
.subtitle{
	margin-top: : 5px;
	margin-bottom: 35px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.break{
	display: inline-block;
}
.lead{
	width:80%;
	margin: 0 auto;
	max-width:500px;
	text-align: justify;
}


footer{
	padding-top: 30px;
	background-color: #002337;
}
figure{
	text-align: center;
	width: 33%;
	margin: 0 auto;
}
figure a img{
	display: block;
	margin-bottom: 0px;
	margin-bottom: 5px;
}
figcaption{
	text-align: justify;
	line-height: 1.5;
	font-size: 10px;
	letter-spacing:-0.8px;
	color: #fff;
	margin-bottom: 20px;
}
footer h2{
	text-align: center;

	font-family: 'Fjalla One', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}
footer p{
	display: block;
	height: 72px;
	line-height: 72px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 10px;
	background-color: #001825;
}
.totop{
	font-size: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 1.5rem;
	opacity: 0;
	background-color:#9fa0a0;
	position:fixed;
	bottom: -5rem;
	right: 1rem;
	transition:1s;
}
.topShow{
	opacity: 0.9;
	bottom: 1rem;
}
.totop a{
	color: #444;
}
.totop a:hover{
	color: #79bd36;
}

@media screen and (min-width:600px){
/*表示切り替え*/
.sp{
	display: none;
}
.pc{
	display: block;
}


.home header{
	height: 100vh;
}
header{
	margin-bottom: 0;
}

.home header .wrap{
	height: 100vh;
	width:70vh;
}
.home header h1{
	padding-top: 36vh;
	vertical-align: middle;
}
.home header h1 img{
	width: 80%;
}
.arrow a{
  	bottom: 30px;
}
.arrow a span {
  bottom:60px;
}
#innerHeader{
	overflow: hidden;
	height:100px;
	line-height: 100px;
}

#innerHeader p img{
	width: 50%;
}
#innerHeader ul{
	float: right;
	padding-bottom: 0px;
}
#innerHeader ul li a{
	font-size: 0.7em;
	color: #000;
	margin-right: 10px;
	padding: 0px;
}
#innerHeader ul li:nth-child(6){
	padding-right: 25px;
}
#innerHeader2{
	top: 100px;
}
#innerHeader2 ul li{
	width:33.3333%;
	border-right: #b5b5b6 1px solid;
}
#innerHeader2 ul li:nth-child(-n+3){
	border-bottom: #b5b5b6 1px solid;
}
#innerHeader2 ul li:nth-child(3n){
	border-right: none;
}
#innerHeader2 ul li:nth-child(2){
	border-right: #b5b5b6 1px solid;
}
#innerHeader2 ul li:nth-child(4){
	border-right: #b5b5b6 1px solid;
	border-bottom: none;
}
.title{
	font-size: 41px;
}
#Consul{
	background-attachment: fixed;
}
#person{
	background-attachment: fixed;
}
#pr{
	background-attachment: fixed;
}

#Consul .wrap div{
	height: 45vh;
}
#person .wrap div{
	height: 45vh;
}
#pr .wrap div{
	height: 45vh;
}
footer{
	padding-top: 30px;
	}
	figure{
		width: 330px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	figure a img{
		float: left;
		width: 160px;
	}
	figcaption{
		font-size: 11px;
		float: right;
		width: 160px;
		text-align: justify;
	}
footer h2{
	font-size: 30px;
	letter-spacing: 1px;
}
}/*min-width:600px*/
@media screen and (min-width:700px){
/*表示切り替え*/
#innerHeader ul li a{
	font-size: 0.8em;
	margin-right: 30px;
	}
#innerHeader p img{
	width: 40%;
	}
.home header h1 img{
	width: 70%;
}
#fu{
	background-size: 130% auto;
}
.ad{
	margin-top: 50px;
	float: right;
	text-align: left;
}
dl{
	display: block;
	margin-top: 50px;
	float: left;
	color: #fff;
	padding-right: 38px;
	line-height: 25px;
}
dl dd a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 12px;

}
dl dd a:hover{
	text-decoration: none;
		color: #8fc31f;
}
}/*min-width:700px*/


@media screen and (min-width:960px){
#innerHeader p{
display: block;
width: 30%;
text-align: left;
margin-left: 40px;
border-bottom:  none;
float: left;
}
#innerHeader2{
display: none;
}
#innerHeader ul{
	display: block;
}
.wrap{
	width:60%;
}
#innerHeader p img{
	width: 85%;
}
#innerHeader ul li a:hover{
	color: #79bd36;
}


#Consul{
	height: 60vh;
}
#Consul .wrap div{
	height: 60vh;
}
#person{
	height: 60vh;
}
#person .wrap div{
	height: 60vh;
}
#pr{
	height: 60vh;
}
#pr .wrap div{
	height: 60vh;
}
#fu{
	background-size: 100% auto;
}

}/*min-width:960px*/
@media screen and (min-width:1300px){
	#innerHeader p img{
	width: 60%;
	padding-top: 5px;
}

}