@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;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
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;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
}


/* header
----------------------------------------*/
.header{
	padding: 20px 5% 35px;
}
.header-inner{
	max-width: 550px;
	margin: 0 auto;
}


/* mv
----------------------------------------*/
.mv{
	max-width: 1600px;
	margin: 0 auto;
}
.mv-inner{
	position: relative;
	padding-bottom: 40.625%;
}
.mv-inner::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom: 40.625%;
	background: url(mv.jpg) no-repeat center top;
	background-size: cover;
	content: "";
	z-index: -10;
}
.mv-title{
	max-width: 1000px;
	margin: 0 auto 50px;
}
.mv-title-main{
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.mv-title-logo{
	max-width: 250px;
	margin: 40px auto 0;
}
.mv-title-logo a{
	transition: 0.5s;
}
.mv-title-logo a:hover{
	opacity: 0.8;
}
.mv-name{
	position: absolute;
  left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.mv-name-inner{
	display: inline-block;
	padding: 20px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
.mv-name-inner span{
	font-size: 150%;
}

@media screen and (max-width: 767px){
	.mv-inner{
		padding-bottom: 86.66666666666667%;
	}
	.mv-inner::before{
		padding-bottom: 86.66666666666667%;
		background: url(mv-sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.mv-title{
		margin: 0 auto 30px;
	}
	.mv-title-main{
		font-size: 3.2rem;
	}
	.mv-title-logo{
		width: 40%;
	  margin: 20px auto 0;
	}
	.mv-name{
		left: 0;
		transform: none;
		bottom: 0;
	}
	.mv-name-inner{
		width: 100%;
		padding: 10px;
		font-size: 1.6rem;
	}
}


/* lead
----------------------------------------*/
.lead{
	padding: 40px 5%;
	background-color: #e6e6e6;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 30px 5%;
	}
}


/* contents
----------------------------------------*/
.contents{
	padding: 0 5%;
}


/* section
----------------------------------------*/
.section{
	max-width: 800px;
	margin: 70px auto 0;
}
.section-heading{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	color: #b79331;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
}
.section-heading::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #e6e6e6;
	content: "";
}
.section p{
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.section p.section-note{
	margin-top: 3em;
	font-size: 86%;
}

@media screen and (max-width: 767px){
	.section{
		margin: 50px auto 0;
	}
	.section-heading{
		margin-bottom: 30px;
		padding-bottom: 20px;
		font-size: 2.2rem;
	}
}


/* photo
----------------------------------------*/
.photo{
	width: 56.25%;
}
.photo-left{
	float: left;
	margin: 0 40px 40px 0;
}
.photo-right{
	float: right;
	margin: 0 0 40px 40px;
}

@media screen and (max-width: 767px){
	.photo{
		width: 100%;
	}
	.photo-left,.photo-right{
		float: none;
		margin: 30px auto;
	}
}


/* figure
----------------------------------------*/
.figure-center{
	max-width: 700px;
	margin: 0 auto 50px;
}

@media screen and (max-width: 767px){
	.figure-center{
		margin: 0 auto 30px;
	}
}


/* profile
----------------------------------------*/
.profile{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
	padding: 20px 30px 30px;
	background-color: #e6e6e6;
}
.profile-image{
	width: 43.24324324324324%;
	margin-top: 10px;
}
.profile-text{
	width: calc(100% - 43.24324324324324% - 20px);
	font-size: 1.6rem;
	line-height: 2;
}
.profile-text .name{
	font-size: 150%;
}

@media screen and (max-width: 767px){
	.profile{
		margin-top: 30px;
	  padding: 20px;
	}
	.profile-image{
		width: 100%;
		margin-top: 0;
	}
	.profile-text{
		width: 100%;
	  margin-top: 10px;
	}
}


/* logo
----------------------------------------*/
.logo{
	padding: 110px 5%;
}
.logo-inner{
	max-width: 300px;
	margin: 0 auto;
}
.logo-inner a{
	transition: 0.5s;
}
.logo-inner a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 767px){
	.logo{
		padding: 70px 5%;
	}
	.logo-inner{
		width: 70%;
	}
}


/* link
----------------------------------------*/
.link{
	padding: 70px 5%;
	background-color: #e6e6e6;
}
.link-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}
.link-heading{
	width: 17.5%;
	font-size: 2.2rem;
	font-weight: 700;
}
.link-list{
	width: calc(100% - 17.5%);
}
.link-list li + li{
	margin-top: 25px;
}
.link-list li a{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 1.8rem;
	line-height: 1.6;
	text-decoration: none;
}
.link-list a::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #b79331;
	border-bottom: 2px solid #b79331;
	transform: rotate(-45deg);
}
.link-list li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.link{
		padding: 50px 5%;
	}
	.link-heading{
		width: 100%;
	  margin-bottom: 20px;
	}
	.link-list{
		width: 100%;
	}
	.link-list li + li{
		margin-top: 15px;
	}
}


/* company
----------------------------------------*/
.company{
	padding: 70px 5%;
	background-color: #000;
}
.company-inner{
	max-width: 800px;
	margin: 0 auto;
}
.company-name{
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.company-text{
	margin-top: 10px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
.company-text a{
	color: #fff;
	text-decoration: none;
}
.company-text a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.company{
		padding: 50px 5%;
	}
}



/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 2em;
	right: 2em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* footer
----------------------------------------*/
.footer-bottom{
	background: #fff;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}