@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(mv.jpg) no-repeat center;
  background-size: 100vw 37.5vw;
  height: 37.5vw;
}

@media screen and (max-width: 767px){
.mv{
  background: url(mv-sp.jpg) no-repeat center;
  background-size: 100vw 66.66666666666667vw;
  height: 66.66666666666667vw;
}
}


/* main
----------------------------------------*/
.main{
  position: relative;
  padding: 50px 3%;
}
.main::before{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(bg.jpg) no-repeat bottom;
  background-size: cover;
  content: "";
  z-index: -1;
}
.main-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 767px){
  .main{
    padding: 30px 3%;
  }
  .main-inner{
    padding: 50px 0;
  }
}


/* title
----------------------------------------*/
.title{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: solid 2px #ccc;
}
h1{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px){
  .title{
    padding-bottom: 30px;
  }
  h1{
    font-size: 2.6rem;
  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding-top: 50px;
}

.lead p{
  color: #0072bc;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding-top: 30px;
  }
}


/* section
----------------------------------------*/
.section{
	max-width: 900px;
  width: 94%;
	margin: 90px auto 0;
}
.section-heading{
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-size: 2.8rem;
  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: 6px;
  background-color: #0072bc;
  border-radius: 4px;
  content: "";
}
.section p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section p:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .section{
    margin: 60px auto 0;
  }
  .section-heading{
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 2.3rem;
  }
  .section-heading::before{
    width: 20%;
  }
}


/* photo
----------------------------------------*/
.photo{
  width: 44.44444444444444%;
}
.photo.left{
  float: left;
  margin: 0 50px 40px 0;
}
.photo.right{
  float: right;
  margin: 0 0 40px 50px;
}
.photo-caption{
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
.photo-caption span{
  font-size: 150%;
}
.photo-wide{
  margin-top: 50px;
  padding-top: 45.83333333333333%;
  background: url(photo03.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px){
  .photo{
    width: 80%;
  }
  .photo.left,.photo.right{
    float: none;
    margin: 40px auto;
  }
  .photo-wide{
    margin-top: 30px;
    padding-top: 60%;
    background: url(photo03-sp.jpg) no-repeat center;
    background-size: cover;
  }
}


/* figure
----------------------------------------*/
.figure{
  margin: 50px auto;
}
.figure-title{
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0 5px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
}
.figure-title::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0072bc;
  border-radius: 3px;
  content: "";
}
.figure-caption{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .figure{
    margin: 40px auto;
  }
  .figure-title{
    padding: 5px 0 5px 15px;
    font-size: 1.8rem;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 100px 0;
  background-color: #fff;
}
.contact-inner{
  max-width: 900px;
  width: 88%;
  margin: 0 auto;
}
.contact-logo{
  max-width: 320px;
  width: 80%;
  margin: 0 auto;
}
.contact-inner p{
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}
.contact-inner p b{
  display: block;
  font-size: 150%;
}
.contact-inner p a{
  text-decoration: none;
}
.contact-inner p a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 70px 0;
  }
  .contact-inner p{
    margin-top: 30px;
    font-size: 1.5rem;
  }
}


/* link
----------------------------------------*/
.link{
  padding: 100px 0;
  background-color: #0072bc;
}
.link-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 88%;
  margin: 0 auto;
}
.link-heading{
  width: 5em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.link-list{
  margin-left: 30px;
  padding: 30px 0 30px 30px;
  border-left: solid 1px #fff;
}
.link-list li{
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.link-list li::before{
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.link-list li a{
  color: #fff;
  text-decoration: none;
}
.link-list li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .link{
    padding: 70px 0;
  }
  .link-inner{
    display: block;
  }
  .link-heading{
    width: 100%;
    font-size: 2.0rem;
  }
  .link-list{
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: solid 1px #fff;
    border-left: none;
  }
  .link-list li{
    font-size: 1.6rem;
  }
  .link-list li::before{
    width: 8px;
    height: 8px;
  }
}


/* 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-color: #fff;
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}