@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-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
----------------------------------------*/
img{
	width: 100%;
	height: auto;
}
.i-block{
    display: inline-block;
}
.wrapper{
    margin: 0 auto;
}
.mv-area{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(mv.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    transition: all 0.5s;
    overflow: hidden;
}
.maintitle{
    width: 768px;
    margin: 0 auto;
    max-width: 100%;
}
.mv-inner{
    max-width: 90%;
    margin: 0 auto;
}
.lead{
    background: rgba(0, 45, 85, .9);
    width: 780px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto 50px;
    text-align: center;
}
.lead p{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
    line-height: 1.8;
}

.main{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 5%;
}
.main p{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    word-break: normal;
    margin-bottom: 1em;
}
.section{
    background-color: #F7F7F7;
    padding: 45px 5%;
}
.section .title{
    color: #002b55;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 1em;
    position: relative;
}
.section .title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e02020;
}
.section p{
    padding: 0 5%;
}

.figure{
    text-align: center;
    margin: 30px auto;
}
.figure .figure-img{
    display: inline-block;
    margin: 0 5%;
    position: relative;
}
.figure .figure-img img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.figure .figure-img.figure03 img{
  max-width: 560px;
}
.figure .figure-caption{
    text-align: center;
}
.figure .img-lightbox{
    max-width: 100%;
    margin: 45px auto;
    clear: both;
}
.figure .figure-caption p{
    padding: 0 0%;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin-top: .5em;
}

.img-left{
  width: 360px;
  float: left;
  margin: 5px 50px 45px 0px;
  position: relative;
}
.img-right{
  width: 360px;
  float: right;
  margin: 5px 0px 45px 50px;
}
p.img-name{
    border-left: 2px solid #e02020;
  color: #002b55;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5em 1em;
  margin: 5px 0 0 0;
}
.img-name span{
  font-size: 1.25em;
  padding-right: .25em;
}


.info{
  background-color: #002b55;
  text-align: center;
  padding: 5% 5% 5%;
}
.info h4 {
  color: #efefef;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 1em;
}
.info h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5%;
  height: 3px;
  border-radius: 2px;
  background: #e02020;
}
.info p{
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.info p.link{
  font-size: 1.5rem;
}
.info a{
  font-weight: normal;
  color: #eee;
  text-decoration: underline;
}
.info a:hover{
  opacity: .7;
}

@media screen and (max-width: 768px){
  .main{
    padding: 0 0;
  }
  .section {
    padding: 5% 5% 2.5%;
  }
  .section .title{
    font-size: 2.5rem;
  }
  .img-left, .img-right{
    float: none;
    margin: 8px auto 16px;
    max-width: 95%;
  }
  .img-right .img-name{
    text-align: left;
  }
  .section p {
    padding: 0 2.5%;
  }
  .figure .figure-img{
    margin: 0 2.5%;
  }
}

@media screen and (max-width: 540px){
  .lead{
    padding: 5%;
  }
  .lead p{
    font-size: 1.5rem;
  }
  .section .title{
    font-size: 2.3rem;
  }
}

/* pagetop
----------------------------------------*/
.pagetop{
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  color: #fff;
  z-index: 90;
}
.pagetop a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 1.4;
}
.pagetop a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px){
  .pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .pagetop a{
    width: 40px;
    height: 40px;
  }
}












