@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, samp, strike, tt, var, u, i, 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,em,strong,th,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;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
  color: #000;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
  font-weight: 400;
}
.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;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pc_only{display: none;}
  .sp_only{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;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;  
  word-break: normal;
  -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 30px;
  padding: 0 0;
}
.wrapper p{
  font-size: 1.6rem;
  overflow-wrap: normal;
  word-break: normal;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper .inner{
  margin: 0 auto;
  width: 970px;
  max-width: 90%;
}
.hero_container{
  background: linear-gradient(to left, rgba(255, 255, 255,0) 0%, rgba(255,255,255,0.4) 15%,rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0) 100%);
  width: 100%;
  max-width: 1000px;
}
.hero_logo img{
  -webkit-filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 1));
  filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 1));
}
.wrapper .lead_box{
  padding: 25px 0 22px;
}
.wrapper .lead p{
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
.wrapper section{
  overflow: hidden;
}

.note_right{
  color: #004da0;
  font-size: 1.5rem!important;
  font-weight: 500;
  text-align: right!important;
}

sub{
  vertical-align: bottom;
  font-size:.8em;
  padding: 0 1px .25em 0;
}

/* pageTop
----------------------------------------*/
.pagetop{
  max-width: 1000px;
  clear: both;
  margin: 30px auto 20px;
  text-align: right;
}
.pagetop a{
  display: inline-block;
  width: 87px;
}
.pagetop img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px){
  .pagetop{
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px){
  .pagetop{
    margin: 40px auto 20px;
  }
}