@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;/*English*/
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
/* .header::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 50%;
  height: 450px;
  background: #98dbf7;
  z-index: -50;
}
.header::after {
  content: "";
  position: absolute;
  top: 170px;
  right: 0;
  width: 50%;
  height: 310px;
  background: #98dbf7;
  z-index: -60;
} */

.mainv{
  width: 100%;
  background: url(topmv.jpg) no-repeat center top;
  background-size: 1280px auto;
  height: 640px;
  position: relative;
}
.mainv .mainttl{
  position: absolute;
  bottom: 12%;
  right: 0;
  /* width: calc(50vw - 15px); */
  width: 55.5%;
  color: #fff;
  background: #000;
  padding: 20px 2%;
  font-size: 4rem;
  line-height: 1.4;
}
.mainv .mainttl .stitle{
  display: block;
  font-size: 2.7rem;
}
.mainc{
  background: #fff url(mainc-bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  padding: 60px;
  border-top: 30px solid #fff;
}
.wrapper .lead{
  padding: 30px 30px 30px;
  background: rgba(000, 000, 000, 0.7);
  background-color: #294e95;
}
.wrapper .lead p{
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
.wrapper .article{
  overflow: hidden;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 60px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper .section{
  padding: 30px 30px 14px;
}
.wrapper .section h2{
  color: #e01409;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
}
.wrapper .section h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #e01409;
}
.wrapper .section p{
  margin-bottom: 1em;
}
p.question {
  color: #e01409;
}
p.question span {
  padding-right: 0.25em;
  letter-spacing: -2px;
}
.photoc{
  max-width: 640px;
  margin: 45px auto 30px;
  text-align: center;
  background-color: #294e95;
  padding-bottom: 15px;
}
.photoc img{
  margin-left: 15px;
  margin-top: -15px;
}
.wrapper p.caption{
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  padding: 20px 30px 0;
}
.wrapper p.caption span{
  font-size: 1.2em;
}
.figure{
  margin: 30px auto 30px;
}
.figure img{
  display: block;
}
.figure p.title{
  border-left: #e01409 6px solid;
  font-size: 2.2rem;
  font-weight: bold;
  padding: .25em .5em;
  margin-bottom: 5px;
  line-height: 1.5;
}
.figure p.figurecaption{
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.5;
}
.aside{
  padding: 5%;
  text-align: center;
}
.asidec{
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.aside h3{
  color: #e01409;
  font-size: 1.6rem;
}
.aside ul{
  border-left: #e01409 2px solid;
  padding-left: 16px;
  margin-left: 2px;
}
.aside li{
  line-height: 1.5;
  padding: 10px 0;
}
.aside li span{
  font-size: 1.8rem;
  font-weight: 600;
}
.aside li a{
  display: block;
  margin-left: 1.25em;
  opacity: .7;
}
.aside li a:hover{
  opacity: 1;
}
.aside .asidel{
  /* margin-left: 8px; */
  text-align: center;
  padding: 10% 0 0;
}

@media screen and (max-width: 1280px){
  .mainc {
    border-top: 0;
  }
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .mainc{
    padding: 5%;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0 30px;
  }
  .inner{
    padding: 5%;
  }
  .mainv{
    background: none;
    height: auto;
  }
  .mainv-sp {
    background: url(topmvsp.jpg) no-repeat center top;
    background-size: cover;
    height: 64vw;
  }
  .mainv .mainttl{
    position: relative;
    bottom: auto;
    width: 100%;
    right: auto;
    padding: 20px 5%;
  }
  .wrapper .lead{
    padding: 5%;
  }
  .wrapper .article{
    margin: 5% auto;
  }
  .wrapper .section{
    padding: 5% 5% 0;
  }
  .photoc{
    width: calc(100% - 15px);
    margin: 45px 0 30px;
  }
  .wrapper .section h2{
    font-size: 3rem;
  }
  .figure p.title{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px){
  .mainv .mainttl{
    font-size: 3.4rem;
  }
  .mainv .mainttl .stitle{
    font-size: 2.4rem;
  }
  .wrapper .lead p{
    font-size: 1.6rem;
  }
  .wrapper .article{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .wrapper .section h2{
    font-size: 2.4rem;
  }
  .wrapper p.caption{
    padding: 5% 5% 0;
    font-size: 1.4rem;
  }
  .aside ul{
    padding-left: 10px;
  }
  .aside{
    padding: 7.5% 5% 5%;
  }
  .aside li span{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px){
  .mainv .mainttl{
    font-size: 2.5rem;
  }
  .mainv .mainttl .stitle{
    font-size: 1.6rem;
  }
  .wrapper .section h2{
    font-size: 2rem;
  }
  .figure p.title{
    font-size: 1.7rem;
  }
}

/* movie
----------------------------------------*/
.movie{
	max-width: 910px;
	margin: 60px auto 0;
	overflow: hidden;
}
.movie-inner{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.movie-inner > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px){
	.movie{
		margin: 5% auto 0;
	}
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}