@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: ""; */
  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-area{
  padding: 55px 5% 45px;
  background: #002337 url(mv-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.maintitle{
  max-width: 800px;
  margin: 15px auto 0;
}
.maintitle img{
	max-width: 700px;
}
/*.subtitle{
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30;
}*/
/*.subtitle span{
  display: inline-block;
}*/

@media screen and (max-width: 767px){
  .mv-area{
    padding: 30px 5% 20px;
  }
/*  .subtitle{
    font-size: 2.0rem;
  }*/
}


/* lead
----------------------------------------*/
.lead{
  max-width: 830px;
  margin: 40px auto 0;
	padding: 0 0 30px ;

}
.lead p{
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
/*  text-shadow: 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30;*/
}

@media screen and (max-width: 850px){
  .lead{
    /*max-width: 830px;*/
    margin: 20px 3% 0;
  }
  .lead p{
    font-size: 1.5rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 60px 5%;
  background-color: #f9f9f9;
  border-top:3px solid #fa0046;	

}
.contents-inner{
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 50px 70px;
  background-color: #fff;
}
.section-title{
  position: relative;
  margin: 60px auto 30px;
  padding-bottom: 15px;
  border-bottom: solid 3px #dcdcdc;
  color: #000;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.section-title::before{
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  background-color: #fa0046;
  content: "";
}
.section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section > p:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 40px 5%;
	border-top:2px solid #fa0046; 
  }
  .contents-inner{
    padding: 20px 20px 40px;
  }
  .section-title{
    margin: 50px auto 30px;
    font-size: 2.3rem;
  }
  .section-title::before{
    width: 20%;
  }
}


/* image
----------------------------------------*/
.imageC{
  max-width: 100%;
  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;
  }
}


/* table
----------------------------------------*/
/*.table{
  width: 100%;
  border: solid 1px #333;
}
.table th,.table td{
  padding: 10px 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}
.table th{
  background-color: #eee;
  font-weight: 700;
  text-align: center;
}
.table td{
  border-top: solid 1px #333;
}
.table th:nth-of-type(1),
.table td:nth-of-type(1){
  width: 80%;
  border-right: solid 1px #333;
}
.table td:nth-of-type(2){
  width: 20%;
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 767px){
  .table th,.table td{
    padding: 10px;
  }
}*/


/* link
----------------------------------------*/
.link{
  padding: 60px 5%;
  background-color: #4f4f4f;
}
.link-inner{
  display: flex;
  align-items: center;
  /*max-width: 710px;*/
  max-width: 450px;	
  margin: 0 auto;
}
/*.link-title{
  padding-right: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5em;
}*/
.link-list{
  position: relative;
/*  padding: 20px 0 20px 30px;*/
  padding: 0;	
}
/*.link-list::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}*/
.link-list li{
  font-size: 1.6rem;
  line-height: 1.8;
  list-style-type: none;
}
.link-list li a{
  display: inline-block;
  /*position: relative;*/
  /*padding-left: 25px;*/
  color: #fff;
}
/*.link-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0ef;
  border-bottom: 2px solid #00eeff;
  transform: rotate(-45deg);
}*/
.link-list li + li{
  margin-top: 1.5em;
}
.link-note{
  margin-top: 40px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px){
  .link{
    padding: 40px 5%;
  }
  .link-inner{
    flex-wrap: wrap;
  }
  .link-title{
    font-size: 2.0rem;
  }
/*  .link-list{
    margin-top: 20px;
    padding: 20px 0 0 0;
  }*/
/*  .link-list::before{
    width: 100%;
    height: 1px;
  }*/
  .link-list li + li{
    margin-top: 1em;
  }
  .link-note{
    margin-top: 30px;
    text-align: left;
  }
}


/* logo
----------------------------------------*/
.logo{
  padding: 60px 5%;

}
.logo-inner{
/*  display: flex;*/
  align-items: center;
  max-width: 710px;
  margin: 0 auto;
	text-align: center;
}
.logo img{
	width:70%;
}




/* 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;
}
.pagetop img{
  width: 100%;
  height: auto;
}
@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;
  }
}


.mb0{
  margin-bottom: 0;
}