@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;}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
  all: unset;
  display: revert;
}
/* li {list-style-type: none;} */
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  /* word-break: break-all; */
}
.clearfix::after {
  /* content: ""; */
  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: 767px){
  .pcview{display: none;}
  .spview{display: block;}
}
h1,h2,h3,h4,h5,h6{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* Layout
----------------------------------------*/
body .wrapper{
	box-sizing: border-box;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.wrapper img{
  max-width: 100%;
  width: 100%;
  height: auto;
}


/* mv
----------------------------------------*/
.mv{
  position: relative;
  background: #f0f6ff url(bg-mv02.png) repeat-x center bottom;
  z-index: -20;
}
.mv::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #003894;
  content: "";
  z-index: -10;
}
.mv-inner{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5% 59px;
  background: url(bg-mv.png) no-repeat left center;
  background-size: cover;
}
.mv-text{
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 20px 48px;
  background-color: #f0f6ff;
}
.mv-heading{
  max-width: 732px;
  margin: 0 auto 35px;
}
.mv-lead{
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .mv{
    background: #f0f6ff;
  }
  .mv-inner{
    padding: 0 5% 30px;
    background: url(bg-mv-sp.png) no-repeat left bottom;
    background-size: cover;
  }
  .mv-text{
    padding: 40px 10px 30px;
  }
  .mv-lead{
    font-size: 1.6rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  margin-bottom: 2px;
  padding: 80px 5%;
  border-bottom: solid 2px #003894;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 60px 5%;
  }
}


/* section
----------------------------------------*/
.section{
  max-width: 900px;
  margin: 0 auto;
}
.section + .section{
  margin-top: 80px;
}
.section-heading{
  margin-bottom: 50px;
  padding: 10px 5.55555555555556%;
  background-color: #003894;
}
.section-heading span{
  display: block;
  padding: 5px 10px 5px 25px;
  border-left: solid 5px #1a9fff;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-subheading{
  display: flex;
  margin: 40px 0 20px;
}
.section-subheading span{
  display: block;
}
.section-subheading .number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  background-color: #168de3;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
}
.section-subheading .title{
  width: calc(100% - 30px);
  margin-left: 15px;
  color: #168de3;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-inner{
  padding: 0 5.55555555555556%;
}
.section-inner > p{
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-inner > p:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 50px;
  }
  .section-inner{
    padding: 0;
  }
  .section-heading{
    margin-bottom: 40px;
    padding: 10px;
  }
  .section-heading span{
    padding: 5px 10px 5px 15px;
    font-size: 2.5rem;
  }
  .section-subheading .number{
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
  }
  .section-subheading .title{
    width: calc(100% - 28px);
    margin-left: 10px;
    font-size: 2.2rem;
  }
}


/* photo
----------------------------------------*/
.photo{
  margin: 50px auto;
  padding: 40px 40px 30px;
  background-color: #f5f5f5;
}
.photo-caption{
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.photo-caption span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .photo{
    margin: 30px auto;
    padding: 20px 20px 15px;
  }
}


/* figure
----------------------------------------*/
.figure01{
  margin: 50px auto;
}
.figure-heading{
  margin-bottom: 10px;
  padding: 10px 10px 10px 25px;
  border-left: solid 5px #168de3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.figure-image img{
  border: solid 1px #ccc;
}
.figure-caption{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}
.figure02{
  float: right;
  width: 30%;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 767px){
  .figure01{
    margin: 30px auto;
  }
  .figure-heading{
    padding: 5px 5px 5px 15px;
  }
  .figure02{
    float: none;
    width: 60%;
    margin: 30px auto;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 90px 5%;
  background: url(bg-contact.jpg) no-repeat center;
  background-size: cover;
  border-top: solid 2px #003894;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-heading{
  max-width: 500px;
  margin: 0 auto;
  background-color: #003894;
  padding: 15px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.contact-logo{
  max-width: 145px;
  margin: 60px auto 50px;
}
.contact p{
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.contact p span{
  display: block;
  font-size: 125%;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 70px 5%;
  }
  .contact-heading{
    padding: 10px;
    font-size: 1.8rem;
  }
  .contact-logo{
    width: 40%;
    margin: 40px auto 30px;
  }
}


/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
.pagetop a{
  display: block;
}
.pagetop a:hover,
.pagetop a:active{
    opacity: 0.8;
}
@media screen and (max-width: 767px){
  .pagetop {
    width: 40px;
    height: 40px;
  }
}

/* footer
----------------------------------------*/
footer{
  border-top: solid 1px #ccc;
}
.localFooter .pr{
  font-size: 13px;
  text-align: center;
}