@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;
  scroll-behavior: smooth;	
}
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: '';
  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;}
.spview02{display: none;}

@media screen and (max-width: 767px){
  .pcview{display: none;}
  .spview{display: block;}
}
@media screen and (max-width: 550px){
  .spview02{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-area{
  padding: 20px 5% 0.5rem;
  background: #6fc0e8 url(mv-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.maintitle{
  max-width: 840px;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px){
  .mv-area{
    padding: 30px 4% 20px;
  }

}


/* lead
----------------------------------------*/
.lead{
  max-width: 780px;
  margin: 20px auto 40px;
	background-color: rgba( 255, 255, 255, 0.6 );
	padding:1em 1.0em 1em; 
}
.lead p{
color:#000000;	
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
   line-height: 1.7;
}

@media screen and (max-width: 767px){
  .lead{
    max-width: 830px;
    margin: 20px auto 0;
  }
  .lead p{
    font-size: 1.5rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 0 5% ;
/*  background-color: #eaf2f7;*/
}
.contents-inner{
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 50px 30px;	
  background-color: #fff;
}
.section .title{
	color: #002b80;
    font-size: 2.6rem;
    text-align: center;
    font-weight: 700;	
    line-height: 1.5;
    border-bottom: 2px solid #00a3cc;
    padding-bottom: 15px;
	margin: 60px auto 30px;
    position: relative;
}
.section .title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #005aad;
}
.section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.0;
}
.section > p:last-of-type{
  margin-bottom: 0;
}
.wrapper section .name{
  color: #1b2f6c;
  font-weight: bold;
}	

@media screen and (max-width: 767px){
  .contents{
    padding: 30px 5%;
  }
  .contents-inner{
    padding: 1rem 0 20px;
  }
  .section .title{
    font-size: 2.2rem;
	margin: 35px auto 20px;	  
  }	
.section > p{
  line-height: 1.8;
}	
}


/* image
----------------------------------------*/
.imageC{
  max-width: 90%;
  margin: 40px auto;
  position: relative;
}
.fig img{
  border: solid 1px #ccc;
}
.imageCaption{
  padding: 15px 20px;
  background-color: #eee;
  font-size: 1.6rem;
  line-height: 1.6;
}
.imageCaption span{
  font-size: 150%;
}
.figCaption{
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.bpimage_click{
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: right;
  font-size: 13px;
}

@media screen and (max-width: 767px){
  .imageC{
    margin: 30px auto;
  }
}

@media screen and (max-width: 660px){
  .bpimage_click{
    display: none;
  }
  .fig a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
.pagetop img{
  width: 100%;
  height: auto;
  opacity: .8;	
}
@media screen and (max-width: 767px){
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 40px;
    height: 40px;
  }
}

/* 汎用
----------------------------------------*/

.mt20{
  margin-top: 20px;
}
.mb0{
  margin-bottom: 0;
}


