@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{
  background: url(bg.jpg) no-repeat center;
  background-size: cover;
}
.mv-inner{
  max-width: 1000px;
  height: 520px;
  margin: 0 auto;
  background: url(person.png?260305) no-repeat center bottom;
  background-size: 100%;
}
.title{
  max-width: 774px;
  margin: 0 auto;
  padding-top: 25px;
}

@media screen and (max-width: 767px){
  .mv{
    background: url(bg-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv-inner{
    position: relative;
    height: auto;
    padding-top: 84%;
  }
  .title{
    position: absolute;
    top: 0;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 3%;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
	font-size: 1.6rem;
  font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 30px 6%;
  }
}


/* main
----------------------------------------*/
.main{
	padding: 90px 3%;
  background-color: #f0f0f0;
}
.main-inner{
  max-width: 1200px;
  padding: 80px 3%;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 767px){
  .main{
    padding: 60px 3%;
  }
  .main-inner{
    padding: 60px 3%;
  }
}


/* section
----------------------------------------*/
.section{
	max-width: 800px;
	margin: 0 auto;
}
.section + .section{
  margin-top: 100px;
}
.section-heading{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
  border-bottom: solid 3px #0072bc;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.section-inner p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section-inner p:last-of-type{
	margin-bottom: 0;
}
.section-inner p.notes{
  width: 100%;
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 70px;
  }
  .section-inner + .section-inner{
    margin-top: 50px;
  }
  .section-heading{
    font-size: 2.8rem;
  }
}


/* photo
----------------------------------------*/
.photo{
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
.photo .image{
	width: 50%;
}
.photo .caption{
  display: flex;
  align-items: center;
	width: 50%;
  padding: 40px;
  background-color: #070f26;
}
.photo .caption p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.photo .caption p span{
  font-size: 150%;
}
.section:nth-of-type(2) .photo:nth-of-type(1) .image,
.section:nth-of-type(3) .photo:nth-of-type(1) .image{
  order: 2;
}
.photo-wide{
  margin: 50px auto 0;
}

@media screen and (max-width: 767px){
  .photo{
    width: 90%;
    margin: 30px auto;
  }
  .photo .image,.photo .caption{
    width: 100%;
  }
  .photo .caption{
    padding: 15px;
  }
  .photo .caption p{
    font-size: 1.5rem;
  }
  .section:nth-of-type(2) .photo:nth-of-type(1) .image,
  .section:nth-of-type(3) .photo:nth-of-type(1) .image{
    order: inherit;
  }
  .photo-wide{
    margin: 30px auto 0;
  }
}


/* figure
----------------------------------------*/
.figure{
  margin: 70px auto;
}
.figure-heading{
  margin-bottom: 10px;
  padding: 10px 0 10px 15px;
  border-left: solid 4px #0072bc;
  font-size: 2.2rem;
  font-weight: 700;
}
.figure-inner{
  padding: 25px;
  border: solid 1px #ccc;
}
.figure-inner .caption{
  margin-top: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  .figure {
    margin: 50px auto;
  }
  .figure-inner{
    padding: 15px;
  }
  .figure-heading{
    font-size: 2.0rem;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding-top: 100px;
}
.contact p{
  font-size: 1.6rem;
  text-align: center;
}
.contact p b{
  display: block;
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: 700;
}
.contact p a{
  text-decoration: none;
}
.contact p a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .contact{
    padding-top: 70px;
  }
}


/* 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{
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}