@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;}
.spview,.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}
@media screen and (max-width: 480px){  
  .sp_only{display:inline-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;
  -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;
  background:linear-gradient(90deg, #f3f4f7 0%, #f8f8fa 50%, #f3f4f7 100%);
  color: #000;
  padding-bottom: 1px;
}
.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: 900px;
}
.header_area{
  background:linear-gradient(to left, #04000f 0%, #070012 100%);
}
.header{
  background:#070012 url(mv.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: top center;
  transition: all 0.2s;
  max-width: 1920px;
  height: 500px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.header_inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.header_inner .title {
  color: #fff;
  position: absolute;
  top: 50%;
  /* right: 0; */
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
  width: 100%;
  max-width: 820px;
  text-align: center;
}
.header_inner .title h1{
  margin-left: auto;
  margin-right: auto;
}
p.note {
  text-align: right;
  font-size: 1.3rem;
  color: #333;
}
.lead{
  background-color: #070012;
  /* background-color: #f6f5f0; */
  margin-bottom: 60px;
}
.lead_inner{
  max-width: 930px;
  margin: 0 auto;
  padding: 45px 45px;
}
.lead p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
}
.lead p.notes{
  text-align: right;
  margin-top: .5em;
  margin-bottom: 0!important;
}
.main-contents{
  background-color: #fff;
  width: 1000px;
  margin: 60px auto ;
  padding: 60px;
}
.wrapper .section1{
  overflow: hidden;
  padding: 0 0 30px;
  width: 90%;
  margin: 0 5%;
}
.wrapper .section1 h2{
  color: #1d2d68;
  /* border-bottom: solid 3px rgba(29, 45, 104, .5); */
  border-bottom: solid 3px rgba(0, 122, 255, .25);
  position: relative;
  font-size: 3rem;
  font-feature-settings: "palt";
  line-height: 1.3;
  padding: .5em 0;
  margin-bottom: 1em;
}
.wrapper .section1 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px rgba(0, 122, 255, 1);
  bottom: -3px;
  width: 15%;
}
.wrapper .section1 p{
  margin: 0 45px 1em;
}
.wrapper .section1 p span.name{
  font-weight: bold;
  padding-right: .5em;
}
p.question {
  color: #1d2d68;
  /* color: #1B2D36; */
  font-weight: bold;
}
p.question span{
  padding-right: 0.25em;
  letter-spacing: -2px;
}
.profile {
  background-color: #1B2D36;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
.profile .image {
  width: 60%;
  order: 2;
}
.profile .image img{
  position: relative;
  top: -20px;
  left: -20px;
}
.profile .caption {
  display: flex;
  align-items: end;
  width: 40%;
  padding: 20px;
  background-color: #1B2D36;
  position: relative;
}
.profile .caption p{
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.profile .caption p span{
  font-size: 1.5em;
}
p span.name {
  font-weight: bold;
  padding-right: .5em;
}
.text_bottom{
  font-weight: 600;
  color: #666;
}

.i-block{
  display: inline-block;
}
.img-bottom{
  margin: 30px auto;
}
sup{
  padding-right: 5px;
}
p.notes{
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.section2{
  /* background-color: rgba(0, 122, 255, .15); */
  background-color: rgba(29, 45, 104, .05);
  /* border: solid 1px rgba(0, 122, 255, .5); */
  border-radius: 30px;
  width: 90%;
  margin: 0 5%;
  padding: 60px 7.5%;
}
.section2 h3{
  border-left: 6px solid #007aff;
  color: #1d2d68;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: .5em;
}
.section2 .image{
  margin: 10px auto 30px;
}
.section2 p{
  font-size: 1.5rem;
}
.wrapper aside.logo{
  max-width: 260px;
  margin: 5% auto 5.5%;
}
.wrapper aside.logo a:hover{
  opacity: .8;
}
.info{
  background-color: #1B2D36;
  text-align: center;
  padding: 5% 5% 3.5%;
}
.info-inner {
  display: inline-block;
  max-width: 90%;
}
.infobox{
  margin: 0 auto;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: left;
}
.info h4 {
  color: #fff;
  font-size: 1.8rem;
  width: 129px;
  padding: 15px 20px 0 0;
}
.info ul {
  border-left: 1px solid #668899;
  padding: 15px 10px 0 20px;
  flex: 1;
 }
.info ul li {
  line-height: 1.5;
}
.info p{
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.info a{
  font-size: 1.4rem;
  font-weight: normal;
  color: #eee;
  text-decoration: underline;
}
.info a:hover{
  opacity: .7;
}

@media screen and (max-width: 1040px){
  img{
    max-width: 100%;
    height: auto;
  }
  .main-contents{
    max-width: 90%;
  }
  .wrapper .section1{
    padding: 0 5% 30px;
  }
}
@media screen and (max-width: 828px){
  .main-contents{
    margin: 10% auto;
    padding: 0 0 5%;
  }
  .wrapper .section1 {
    padding: 5% 0 5%;
  }
  .wrapper .section1 p{
    margin: 0 5% 1em;
  }
  .section2{
    padding: 7.5% 5%;
  }
}
@media screen and (max-width: 768px){
  .header{
    height: 50vw;
    padding: 60px 0 60px 0;
  }  
  .lead{
    margin-bottom: 5%;
  }
  .lead_inner{
    padding: 5% 5%;
  }
  .wrapper .section1 h2:before, .wrapper .section1 h2:after{
    min-width: 45px;
  }
  .wrapper .section1 p{
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 640px){
  .wrapper .section1 h2{
    font-size: 2.0rem;
  }
  .wrapper .section1 p{
    margin: 0 0 1em;
  }
  .profile{
    display: block;
    width: 90%;
  }
  .profile .image{
    width: 100%;
  }
  .profile .image img {
    position: relative;
    top: -10px;
    left: -10px;
  }
  .profile .caption{
    padding: 0 20px 5px;
    display: block;
    width: 100%;
  }
  .profile .caption p{
    margin-bottom: 0;
  }
  .img-center{
    display: block;
    margin: 30px auto 30px;
  }
  .img-center .photo{
    width: 95%;
    margin-left: 5%;
  }
  .img-center.photoL .photo{
    width: 95%;
  }
  .img-center.photoL .img-caption, .img-center.photoR .img-caption{
    width: 90%;
    position: relative;
    top: 0;
    transform: none;
    padding: .5em 0 0 0;
    margin: 0 auto;
  }
  .img-center .img-caption p{
    font-size: 1.8rem;
  }
  .img-center img {
    margin-left: 0;
    width: 95%;
  }
  .img-center p.img-caption{
    font-size: 1.8rem;
    max-width: 95%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2.5em;
    transform: none;
    margin: 0 0;
    padding: 1em 0 1em 1em;
  }
  .img-center p.img-caption br{
    display: none;
  }
  .section2 h3{
    font-size: 1.8rem;
  }
  .wrapper .logo{
    max-width: 200px;
    margin: 5% auto 7.5%;
  }
  .info{
    padding: 7.5% 0 5%;
  }
  .infobox{
    display: block;
  }
  .info h4{
    padding: 0 10px 0 0;
  }
  .info p{
    font-size: 1.6rem;
  }
  .info ul{
    border-top: 1px solid #668899;
    border-left: 0;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 480px){
  .header {
    padding: 30px 0 30px 0;
  }
  .wrapper .section1 h2{
    font-size: 2.2rem;
  }
  .section2 h3{
    font-size: 1.6rem;
  }
}

/* lightbox
----------------------------------------*/
.figure{
  text-align: center;
  margin: 30px auto;
  width: 100%;
}
.figure-caption{
  color: #1d2d68;
  font-size: 1.5rem!important;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin: .5em auto!important;
}
.figure .figure-img{
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.figure .bpimage_click{
  position: relative;
  text-align: right;
  font-size: 13px;
}
.figure .figure-title{
  background-color: #007aff;
  text-align: center;
}
.figure .figure-title p{
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
}
.figure p.figure-caption {
  color: #1d2d68;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}
.photoRight{
  width: 40%;
  float: right;
  margin: 0 0 30px 45px;
}
.photoRight .figure{
  margin: 0 0;
}
.photoRight .figure p.figure-caption{
  text-align: left;

}
@media screen and (max-width: 640px){
  .figure .figure-title p{
    font-size: 1.6rem;
  }
  .figure p.figure-caption br{
    display: none;    
  }
  .photoRight{
    width: 100%;
    float: none;
    margin: 0 auto 45px;
  }
  .figure a {
    pointer-events: none;
    cursor: default;
  }
  .image_click,.figure .bpimage_click {
    display: none;
  }
}

/* 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;
  }
}