@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	width: 100%;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.contents{
	width: 100%;
	margin: 0 auto;
	background-color: #f3f3f3;
	/* overflow: hidden; */
}
/* .contents::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(bg.jpg);
	background-size: cover;
} */
.contents img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.main{
	padding: 50px 4%;
}

@media screen and (max-width: 767px){
	.main{
		padding: 40px 4%;
	}
}


/* mv
----------------------------------------*/
.mv{
	max-width: 1600px;
  height: 650px;
	margin: 0 auto;
	padding: 0 3%;
	background: url(bg-mv.jpg) no-repeat center top;
  background-size: cover;
}
.mv-inner{
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.mv-text{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 70%;
}
.mv-text-catch{
	width: 69.4047619047619%;
	margin: 0 auto;
}
.mv-text-heading{
	width: 100%;
	margin: 20px auto;
}
.mv-text-name{
	width: 45.83333333333333%;
	margin: 0 auto;
}

@media screen and (max-width: 1000px){
	.mv{
		height: 480px;
	}
}

@media screen and (max-width: 767px){
	.mv{
		height: auto;
		padding: 0;
		background: none;
	}
	.mv-text{
		position: static;
		width: 100%;
	}
	.mv-text-catch{
		display: none;
	}
	.mv-text-heading{
		width: 100%;
		margin: 0 auto;
	}
	.mv-text-name{
		display: none;
	}
}


/* lead
----------------------------------------*/
.lead{
	max-width: 800px;
	margin: 0 auto 50px;
}
.lead p{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
		margin: 0 auto 30px;
	}
	.lead p{
		font-size: 1.6rem;
	}
}


/* section
----------------------------------------*/
.section{
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}
.section + .section{
	margin-top: 40px;
}
.section-inner{
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 5%;
}
.section-heading{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 2px #c4d700;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
}
.section p{
	position: relative;
	margin-bottom: 1em;
	padding-left: 3em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p::after{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}
.section p.person01::after{
	content: "——";
}
.section p.person02::after{
	color: #004831;
	content: "藤田";
}
.section p.person01{
	font-weight: 700;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.clear{
	clear: both;
}

@media screen and (max-width: 767px){
	.section-inner{
		padding: 40px 5%;
	}
	.section-heading{
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 2.6rem;
	}
	.section p{
		font-size: 1.5rem;
	}
	.clear{
		display: none;
	}
}


/* figure
----------------------------------------*/
.figure{
	max-width: 800px;
	margin: 40px auto;
  padding: 30px;
	border: solid 3px #c4d700;
}
.figure-inner{
	max-width: 600px;
	margin: 0 auto;
}
.figure-heading{
	margin-bottom: 20px;
	padding: 10px 5px;
  background-color: #004831;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.figure-item li + li{
	margin-top: 30px;
}
.figure-item-heading{
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.figure-item li:nth-of-type(1) .figure-item-heading{
	color: #00b050;
}
.figure-item li:nth-of-type(2) .figure-item-heading{
	color: #0000ff;
}
.figure-item li:nth-of-type(3) .figure-item-heading{
	color: #ff80ff;
}
.figure-item-image-click{
	margin-top: 5px;
	font-size: 1.3rem;
	text-align: right;
}
.figure-caption{
	margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
	.figure{
		width: 100%;
	  margin: 30px auto;
		padding: 20px 5%;
		box-sizing: border-box;
	}
	.figure-heading{
		font-size: 1.6rem;
	}
	.figure-item-heading{
		font-size: 1.4rem;
	}
	.figure-caption{
		font-size: 1.3rem;
	}
}


/* photo
----------------------------------------*/
.photo-wide{
	margin: 40px auto;
}
.photo-right{
	float: right;
	width: 50%;
	margin: 0 0 0 40px;
}
.photo-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px){
	.photo-wide{
		margin: 30px auto;
	}
	.photo-right{
		float: none;
		width: 100%;
		margin: 30px auto;
	}
	.photo-caption{
		font-size: 1.3rem;
	}
}


/* concept
----------------------------------------*/
.concept{
	padding: 50px 4%;
	background-color: #004831;
}
.concept-inner{
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}
.concept-inner-inner{
	max-width: 800px;
	padding: 50px 5%;
	margin: 0 auto;
}
.concept-heading{
	margin-bottom: 20px;
	color: #004831;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.concept-name{
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.concept-name span{
	font-size: 150%;
}
.concept-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.concept-column-text{
	width: 60%;
}
.concept-column-text p{
	margin-bottom: 1em;
	font-size: 1.5rem;
	line-height: 2;
}
.concept-column-text p:last-of-type{
	margin-bottom: 0;
}
.concept-column-image{
	width: 35%;
}

@media screen and (max-width: 767px){
	.concept{
		padding: 40px 4%;
	}
	.concept-inner-inner{
		padding: 30px 5%;
	}
	.concept-heading{
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	.concept-name{
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.concept-column-text{
		width: 100%;
	  order: 2;
	}
	.concept-column-image{
		width: 80%;
		margin: 0 auto 20px;
		order: 1;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}
.contact-inner{
	max-width: 800px;
	margin: 0 auto;
}
.contact-company{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.contact-company::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
  height: 5px;
	background-color: #c4d700;
	content: "";
}
.contact-link{
	text-align: center;
}
.contact-link a{
	font-size: 2.0rem;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 60px 5%;
	}
	.contact-company{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.contact-company::before{
		width: 40px;
		height: 4px;
	}
	.contact-link a{
		font-size: 1.8rem;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* localFooter
----------------------------------------*/
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}