@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;}
  .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;/*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: 900px;
}
.header{
  text-align: center;
  position: relative;
}
.header .shoulder{
  padding: 5px 5% 1px;
}
.header .inner{
  transition: ease .2s;
  background: #fff url(header_bg.jpg) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  height: 560px;
  position: relative;
}
.header h1{
  text-align: center;
  position: absolute;
  bottom: -114px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 580px;
  max-width: 100%;
}
.header{
  margin-bottom: 114px;
}
.header .heading-name{
  width: 100%;
  transition: ease .2s;
  position: absolute;
  top: 42.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30%;
}
.header .heading-name p{
  text-shadow: #000 1px 1px 10px, #222 -1px 1px 10px, #222 1px -1px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.header .heading-name p .strong{
  font-size: 1.25em;
  padding-right: 5px;
}
.lead{
  background-color: #fff6e0;
  padding: 30px 45px;
    width: 900px;
    margin: 0 auto;
}
.lead p {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  font-weight: 600;
}
.mainc-ontents{
  padding: 60px 0 0;
  width: 900px;
  margin: 0 auto 30px;
}
.wrapper .section1{
  overflow: hidden;
  padding: 0 10px 30px;
}
.wrapper .section1 h2{
  color: #073190;
  text-align: center;
  font-size: 3rem;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 0 .5em;
  position: relative;
  margin-bottom: 1em;
}
.wrapper .section1 h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: #3e90ff;
}
.wrapper .section1 p{
  margin-bottom: 1em;
}
.wrapper .section1 p span.name{
  font-weight: bold;
  padding-right: .5em;
}
p.question {
  color: #8a652b;
  font-weight: bold;
}
p.question span{
  padding-right: 0.25em;
  letter-spacing: -2px;
}
.img-left{
  width: 400px;
  float: left;
  margin: 8px 30px 16px 0px;
  position: relative;
}
.img-right{
  width: 400px;
  float: right;
  margin: 8px 0px 16px 30px;
}
.img-name{
  line-height: 1.5;
  font-weight: 600;
  padding-top: .5em;
}
.img-name span{
  font-size: 1.5em;
  padding-right: .25em;
}
.img-right .img-name{
  text-align: right;
}
.img-center{
  margin: 30px auto 60px;
  text-align: center;
  padding: 0 30px;
  position: relative;
  width: 700px;
  max-width: 100%;
}
.img-center img{
  margin-left: -30px;
}
.img-center p.img-caption{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  background-color: #062875;
  color: #fff;
  width: 640px;
  max-width: 90%;
  position: absolute;
  right: 0;
  bottom: -45px;
  padding: 10px 1em;
}
.img-center p span{
  display: inline-block;
  font-size: 1.3rem;
}
.img-bottom{
  margin: 30px auto;
}
sup{
  padding-right: 5px;
}
p.notes{
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.info{
  border-top: #073190 3px solid;
  background-color: #062875;
  text-align: center;
  padding: 5% 5% 3.5%;
  color: #fff;
}
.info h4 {
  line-height: 1.2;
  padding: 0 0 14px;
  position: relative;
  margin-bottom: 2em;
}
.info h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #3e90ff;
}
.info p{
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.info a{
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}
.info a:hover{
  opacity: .8;
  color: #92d3ff;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .lead{
    max-width: 90%;
  }
  .mainc-ontents{
    max-width: 100%;
  }
  .wrapper .section1{
    padding: 0 5% 30px;
  }
}
@media screen and (max-width: 768px){
  .header .heading-name{
    justify-content: space-between;
    padding: 0 2.5%;
    gap: 15px;
  }
  .lead{
    max-width: 90%;
    padding: 5% 5%;
  }
  .img-left, .img-right{
    float: none;
    margin: 8px auto 16px;
  }
  .img-right .img-name{
    text-align: left;
  }
}
@media screen and (max-width: 640px){
  .header .inner{
    background: #fff url(header_bg.jpg) no-repeat top center;
    background-size: cover;
    max-width: 100%;
    height: 90vw;
    position: relative;
  }
  .mainc-ontents{
    margin: 0 auto 0px;
  }
  .img-center{
    margin: 30px 0 90px;
    padding: 0 0;
    text-align: left;
  }
  .img-center img {
    margin-left: 0;
    width: 95%;
  }
  .img-center p.img-caption{
    font-size: 1.7rem;
    max-width: 95%;
    position: absolute;
    right: 0;
    bottom: -90px;
  }
  .info{
    padding: 7.5% 5% 5%;
  }
}
@media screen and (max-width: 480px){
  .header .inner{
    background: #fff url(header_bg.jpg) no-repeat top center;
    background-size: 160%;
    height: 80vw;
  }
  .header .heading-name{
    position: absolute;
    top: 50%;
  }
  .header .heading-name p{
    font-size: 1rem;
  }
  .wrapper .section1 h2{
    font-size: 2.4rem;
  }
  .img-left, .img-right{
    max-width: 100%;
  }
  .img-center {
    margin: 30px 0 100px;
  }
  .img-center p.img-caption {
    font-size: 1.6rem;
    max-width: 95%;
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  .info p{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 340px){
  .header .inner {
    background: #fff url(header_bg.jpg) no-repeat top center;
    background-size: 170%;
  }
  .wrapper .section1 h2 {
    font-size: 2rem;
  }
  .img-center {
    margin: 30px 0 140px;
  }
  .img-center p.img-caption {
    position: absolute;
    right: 0;
    bottom: -140px;
  }
}

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