@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;
}


/* mv
----------------------------------------*/
.mv{
  padding: 30px 5% 70px;
  background: url(mv.jpg) no-repeat center;
  background-size: cover;
}
.mv-inner{
	max-width: 900px;
	margin: 0 auto;
}
.mv-inner .title{
  max-width: 593px;
}
.mv-inner .logo{
  max-width: 120px;
  margin: 0 auto;
}
h1{
  margin-top: 25px;
}

@media screen and (max-width: 1000px){
  .mv{
    padding: 30px 5% 50px;
  }
  .mv-inner .title{
    width: 70%;
  }
}


@media screen and (max-width: 767px){
  .mv{
    position: relative;
    padding: 93.33333333333333% 5% 0;
    background: url(mv-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .mv-inner{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .mv-inner .title{
    width: 100%;
  }
  .mv-inner .logo{
    width: 30%;
  }
  h1{
    margin-top: 15px;
  }
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
  background-color: #022043;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
  color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 30px 5%;
	}
}


/* main
----------------------------------------*/
.main{
	padding: 80px 5%;
}

@media screen and (max-width: 767px){
  .main{
    padding: 60px 5%;
  }
}


/* section
----------------------------------------*/
.section{
	max-width: 800px;
  margin: 0 auto;
}
.section + .section{
  margin-top: 80px;
}
.section-heading{
	position: relative;
	margin-bottom: 50px;
  padding-bottom: 25px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.6;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background-color: #fc5b05;
  content: "";
}
.section > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section > p:last-of-type{
	margin-bottom: 0;
}
.section > p.note{
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 50px;
  }
	.section-heading{
    margin-bottom: 30px;
    padding-bottom: 15px;
		font-size: 2.4rem;
	}
}


/* person
----------------------------------------*/
.person{
  position: relative;
  margin: 40px auto;
}
.person .caption{
  position: absolute;
  bottom: 50px;
  right: 0;
  padding: 15px 35px;
  background-color: rgba(235,236,240,0.95);
  font-size: 1.6rem;
  line-height: 1.6;
}
.caption span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .person{
    margin: 30px auto;
  }
  .person .caption{
    position: static;
    padding: 10px 20px;
  }
}

/* figure
----------------------------------------*/
.figure{
	margin: 40px auto;
}
.figure .caption{
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ebecf0;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
	.figure{
		margin: 30px auto;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
  background-color: #022043;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-company{
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.contact-company::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background-color: #fc5b05;
  content: "";
}
.contact-inner p{
  font-size: 1.8rem;
  text-align: center;
}
.contact-inner p a{
  color: #fff;
  text-decoration: none;
}
.contact-inner p a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 70px 5%;
	}
  .contact-company{
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 2.0rem;
  }
  .contact-inner p{
    font-size: 1.5rem;
  }
}


/* 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;
}