@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 {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  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{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 sup{
  font-size: 60%;
}
.wrapper sub{
  vertical-align: bottom;
  padding-right: 0.1em;
}
.wrapper span.ib{
  display: inline-block;
}
.heading{
  background-color: #fff;
  text-align: center;
}
.shoulder{
  padding: 10px 5%;
}
.heading h1{
  background: #fff url(mv.jpg) no-repeat center top;
  background-size: 1000px;
  color: #E60000;
  text-align: center;
  margin: 0 auto;
  height: 600px;
  position: relative;
}
.heading h1 span{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  display: inline-block;
  width: 780px;
  background-color: #fff;
  padding: 22px 30px 0;
  font-size: 3.6rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.wrapper .lead{
  background-color: #fff;
  padding: 30px 0 0;
}
.lead-inner{
  max-width: 780px;
  margin: 0 auto;
}
.lead p{
  font-size: 1.7rem;
  line-height: 2;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.main{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 45px;
}
.main .inner{
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
}
.main_contents{
  padding: 30px 0;
}
.wrapper section{
  overflow: hidden;
  padding: 45px 0 0px;
}
h2.heading2{
  background-color: #f2f2f2;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #E60000;
  /* border-top: 1px solid #E60000;
  border-bottom: 1px solid #E60000; */
  text-align: center;
  line-height: 1.4;
  font-size: 2.8rem;
  padding: .75em 1em;
  margin-bottom: 45px;
}
section p{
  font-size: 1.7rem;
  margin-bottom: 1em;
}
p.question{
  color: #333;
  font-weight: 600;
}
.wrapper section .name{
  color: #333;
  font-weight: bold;
}
p.note{
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 0;
}
p.note a{
  font-size: 1.4rem;
  font-weight: 500;
}

section.profile{
  background-color: #050d18;
  padding: 0;
  position: relative;
}
section.profile .inner{
  padding: 0 20px;
}
section.profile p{
  color: #fff;
}
section.profile .contents{
  padding: 0 0px;
  position: relative;
}
section.profile .heading-name{
  position: absolute;
  left: 60px;
  top: -150px;
  line-height: 1.6;
}
.profile-txt{
  border-top: #8a652b 1px dotted;
  padding-top: 1.25em;
  padding: 16px 60px;
}
.link{
  color: #E60000;
  text-align: center;
  padding: 45px;
}
.link img{
  display: block;
  margin: auto;
}
.link a{
  font-weight: 600;
  color: #E60000;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
p.figure-title{
  color: #008cab;
  margin-bottom: 0.3em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}
.figure-left{
  width: 360px;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.figure-left img{
  position: relative;
  left: -50px;
}
.figure-right{
  width: 360px;
  float: right;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.figure-right img{
  position: relative;
  right: -50px;
}
.figure-left p.figure-caption{
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  left: -50px;
}
p.figure-caption span{
  font-size: 1.25em;
}
.figure-right p.figure-caption{
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  position: relative;
  right: -50px;
}

section.box{
  background-color: #d0e6f7;
  width: 900px;
  margin: 45px auto;
  padding: 45px 45px;
}
.box-shoulder{
  border-bottom: 2px solid #00559A;
  background-color: #00559A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding: 5px 5% 2px;
}
.box .heading3{
  color: #00559A;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.figure-center{
  text-align: center;
  margin: 0 auto 30px;
  width: 600px;
  max-width: 100%;
}
.box-lead{
  font-weight: 600;
}
.photo-center{
  margin: 30px auto 10px;
  position: relative;
  padding-bottom: 26px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.photo-center .photo{
  background-color: #00559A;
}
.photo-center .caption{
  color: #fff;
  background-color: #292928;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 15px 20px 15px 20px;
  flex-grow:1;
  margin-bottom: 0;
  position: relative;
}
.photo-center .caption p{
  position: absolute;
  bottom: 0;
  left: 20px;
}
.photo-center .caption p span{
  font-size: 1.25em;
}
.photo-center.photo04 .photo{
  order: 2;
}
.photo-center.photo04 .caption{
  order: 1;
  text-align: right;
}
.photo-center.photo04 .caption p{
  position: absolute;
  bottom: 0;
  right: 20px;
}



@media screen and (max-width: 1024px){
  img{
    max-width: 100%;
    height: auto;
  }
  .main .inner{
    padding: 0 0;
    max-width: 90%;
  }
  .figure-left{
    margin-right: 30px;
  }
  .figure-left img,
  .figure-left p.figure-caption{
    position: relative;
    left: -2.5%;
  }
  .figure-right{
    margin-left: 30px;
  }
  .figure-right img,
  .figure-right p.figure-caption{
    position: relative;
    right: -2.5%;
  }
  section.box{
    max-width: 100%;
    padding: 5% 5%;
  }
}
@media screen and (max-width: 860px){
  .shoulder img{
    width: 360px;
  }
  .heading h1 span{
    width: 90%;
    font-size: 3rem;
  }
  .lead-inner{
    max-width: 90%;    
  }
  .lead p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px){
  .wrapper .lead{
    padding: 2.5% 5% 0;
  }
  .main{
    margin: 0 auto 5%;
  }
  .wrapper section{
    padding: 5% 0 0px;
  }
  section.box {
    max-width: 100%;
    padding: 5% 5%;
  }
  h2.heading2{
    font-size: 2.6rem;
    padding: .75em 1em;
    margin-bottom: 5%;
  }
  .figure-left,
  .figure-right{
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .figure-left p.figure-caption,
  .figure-right p.figure-caption{
    text-align: left;
    position: relative;
    right: auto;
    left: 0;
  }
  .box .heading3{
    font-size: 2.5rem;
  }
  .figure-center{
    max-width:90%;
  }
  .photo-center{
    display: block;
    max-width: 480px;
    margin: 5% auto 0;
    padding-bottom: 0;
  }
  .photo-center.photo04 .photo{
    order: 1;
  }
  .photo-center.photo04 .caption{
    order: 2;
  }
  .photo-center .caption{
    background: none;
    color: #000;
  }
  .photo-center .caption p,
  .photo-center.photo04 .caption p{
    position: relative;
    right: auto;
    bottom: auto;
    left: 0;
    text-align: left;
    padding: 0 0;
  }
  .link{
    padding: 5%;
  }
}
@media screen and (max-width: 640px){
  .heading h1{
    background: #fff url(mv.jpg) no-repeat center top;
    background-size: cover;
    height: 450px;
  }
  .heading h1 span{
    font-size: 2.3rem;
    font-size: 4.25925925925vw;
    padding: .75em 1em 0;
  }
}
@media screen and (max-width: 480px){
  .heading h1 {
    height: 460px;
    height: 92vw;
  }
  .heading h1 span{
    font-size: 2.8rem;
    font-size: 6.796116504485vw;
  }
  h2.heading2{
    font-size: 2.2rem;
  }
  .figure-left, .figure-right{
    width: 90%;
  }
  .box .heading3{
    font-size: 2rem;
  }
  section.box{
    margin: 5% auto;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 0;
  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;
  }
}