@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
/*--- reset---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{overflow-y: scroll;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{margin: 0;padding: 0;}

ol, ul{list-style:none;}

table{
    border-collapse: collapse; 
    border-spacing:0;
	border:0;
}
table th ,table td{	padding:0;}

/*---box-sizing---*/
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

figure {margin: 0;	padding: 0;}

/*---文字---*/
html{ font-size: 62.5%;/*ベースは10px*/	}
body {
	font-size: 1.5rem;/*15px*/	
	line-height:1.7;
	/*letter-spacing:0.08em;*/	
	background-color: #fff;
	color: #333333;
	margin:0;
}

 body {
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media all and (-ms-high-contrast:none) {
body {
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
}

small {
	font-size:1.3rem;/*13px*/
	/*line-height: 1;*/
}
strong {font-weight: bold;}

/*--- float ---*/
.fl{float: left;}
.fr{float: right;}

/*--- clearfix---*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	width: 100%;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*--- Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.both{clear:both;}

/*--- aの挙動 ---*/
a:hover, a:link, a:focus, a:visited {
	outline:none !important;
	text-decoration:none;
}

a:link { 
	color: #333;
	text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
 
a:hover {opacity:0.8;}

/*---画像と画像の間の余白消去---*/
img {
	/*vertical-align: bottom;
	max-width: 100%;*/
	width:100%;
}

/*---表示非表示---*/
.pc {	display: block !important;}
.sp {	display: none !important;}
@media screen and (max-width : 767px) {
.pc {	display: none !important;}
.sp {	display: block !important;}
}

/*--- br ---*/
.br_pc{ display:block; }
.br_sp{ display:none; }
@media screen and (max-width : 767px) {
.br_pc{ display:none; }
.br_sp{ display:block; }
}

/*----------------- common parts -----------------*/
.mt_5{margin-top:5px;}	
.mt_10{margin-top:10px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_40{margin-top:40px;}
.mt_50{margin-top:50px;}
.mb_10{margin-bottom:10px;}
.mb_20{margin-bottom:20px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_50{margin-bottom:50px;}
.mb_70{margin-bottom:70px;}
.mb_15{margin-bottom:15px;}
.mr_40{margin-right: 40px}
.mr_0{margin-right: 0px}

.pt_0{padding-top:0px;}
.pt_10{padding-top:10px;}
.pt_20{padding-top:20px;}
.pt_30{padding-top:30px;}
.pt_40{padding-top:40px;}
.pt_50{padding-top:50px;}
.pb_10{padding-bottom:10px;}
.pb_20{padding-bottom:20px;}
.pb_30{padding-bottom:30px;}
.pb_40{padding-bottom:40px;}
.pb_50{padding-bottom:50px;}

.txt-c {text-align: center;}
.txt-l {text-align: left !important;}
.txt-r {text-align: right;}

/*----------------- common style -----------------*/
#wrapper {
	width: 100%;
	margin-top: 80px;
}

#container {
	animation: fadein 0.6s ease-in both;
	-webkit-animation: fadein 0.6s ease-in both;
}
@keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
@-webkit-keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
#index #container {
	animation: fadein 1.2s ease-in both;
	-webkit-animation: fadein 1.2s ease-in both;
}
@keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
@-webkit-keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
#container .content-inner {
	max-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#container .entry_btn{
	display: block;
	font-size: 1.2rem;	
	line-height: 1.3;
	position: fixed;
	right:0px;
	top:230px;
	background-color: #66ddff;
	padding: 10px 15px 10px 13px;
	font-weight: bold;
	z-index: 500;
	box-shadow: 1px 2px 2px 1px rgba(162,162,162,0.3);
    -webkit-box-shadow: 1px 2px 2px 1px  rgba(162,162,162,0.3);
    -moz-box-shadow: 1px 2px 2px 1px  rgba(162,162,162,0.3);
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#container .entry_btn:hover{
	transform: translate(3px);
	opacity: 1;
}

/* header */
#top-head {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: 50px;
	background: rgba(225,225,225,.8);
	position: fixed;
	z-index: 100;
	top: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

#index #top-head { background: rgba(225,225,225,.5);}

#top-head a, #top-head {
	color: #333;
	text-decoration: none;
	transition:none;
}
#top-head .header_inner {
	max-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#top-head .logo {
	width: 208px;
	float:left;
	margin:15px 0px 0px 0px;
}
#top-head .logo a:hover {
	opacity:0.8;
}

#index .logo {
	width: 30%;
    position: absolute;
    left:25px;
    top:25px;
    z-index: 101;
}


#global-nav  {	float: right;}
#global-nav ul {
	list-style: none;
	width:100%;
}
#global-nav ul li {
	float: left;
	position:relative;		
	border-left: dotted 1px #5a5a5a;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

#global-nav ul li:hover{
	background-color: rgba(202,202,202,0.8);
}

/*トップペーtransition  リセット*/
#index #global-nav ul li {
transition:none;
	-webkit-transition:none;
	-moz-transition:none;
}
/*トップペーtransition再設定*/
#index #global-nav ul li:hover{
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

#global-nav ul li:last-child{
	border-right: dotted 1px #5a5a5a;
}
#global-nav ul li a {
	display: block;
	color:#5a5a5a;
	font-weight:bold;
	font-size: 1.2rem;
	height: 50px;			
	padding:14px 10px;
}
#global-nav ul li.active {
	background-color: rgba(202,202,202,0.8);
}
#global-nav ul li a:hover{
	opacity:1;
}
/* Toggle Button */
#nav-toggle {
	display: none!important;
}

/*footer-----------------------*/
#footer .footer-inner {
	background-color: #fff;
	border-top: 1px solid #000;
}
#footer .footer-inner .content-inner {
	padding: 45px 0px 40px;
	margin: 0 auto!important;
	text-align: center!important;
}
.footer_logo img{
	width: 180px;
	margin-bottom: 15px;
}
.footer_txt{
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}
.footer_btn{
	color: #fff!important;
	font-size: 1.2rem;	
	padding: 10px 20px;
	display: block;
	background-color: #5a5a5a;
	width: 160px;	
	margin: 0 auto!important;
	position: relative
}
.footer_btn img{	
	position: absolute;
	width: 13px;
	right:12px;
	top:40%;
}
.copyright {
	text-align: center;
	margin: 0 auto ;
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	background-color:#000;
	color:#fff;
	letter-spacing: .15rem;
	line-height: 1.5;
}
/* ----- pagetop ----- */
.pagetop{
    width: 50px;
    position: fixed;
    bottom: 35px;
    right: 35px;
	z-index: 4000;
}
.pagetop:hover{
	opacity:1;
}


/*-------------------------------------------------*/

/*@media screen and (min-width : 768px)

----------------------------------------------------*/
@media screen and (min-width : 768px) {
#index #top-head {
    margin-top: 50%;
	background: rgba(0,0,0,.6);
    position: absolute;
}

#index #top-head a, #index #top-head {
color: #fff;
}

#index #global-nav  {float: none;}
#index #global-nav ul {
	list-style: none;
	width:100%;
}
#index #global-nav ul li {
	width: 16.4%;
    border-color: #fff;
}

#index #global-nav ul li:nth-child(1) {
    width: 17.2%;
}

#index #global-nav ul li:nth-child(2) {
    width: 17.2%;
}
}

@media screen and (min-width : 1400px) {

#index .logo {
	width: 380px;
 }

}


/*-------------------------------------------------*/

/*@media screen and (max-width : 1000px)

----------------------------------------------------*/
@media screen and (max-width : 1000px) {
#top-head .logo {
	margin:15px 0px 0px 15px;
}
#index .logo {
	width:30%;
}
/*.content-inner*/	
#container .content-inner {
	width: 90%;
}	
}

/*-------------------------------------------------*/

/*@media screen and (max-width : 767px)

----------------------------------------------------*/
@media screen and (max-width : 767px) {
#wrapper, #container {margin-top: 50px;}


/*nav*/
/* header */
/* Fixed reset */
#top-head,.fixed #top-head {
	height: 50px;
	background: rgba(225,225,225,1);
}
#top-head .header_inner,.fixed #top-head .header_inner {
	margin: 0 auto;
	text-align: left;
}	
#top-head .logo {
	width: 170px;	
	margin:13px 0px 0px 10px;
}

#index .logo {
    width: 220px;
    left:10px;
    top:15px;
    position: fixed;
}
#global-nav ul li.active {
	background-color: #efefef!important;
}	
/* Toggle Button */
#nav-toggle {
	display: block!important;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	background-color: #333;
}
#nav-toggle div {position: relative;}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 57%;
	background: #fff;
	left: 11px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/* #nav-toggle 切り替えアニメーション */
#nav-toggle span:nth-child(1) {	top: 14px;}
#nav-toggle span:nth-child(2) {	top: 24px;}
#nav-toggle span:nth-child(3) {	top: 34px;}

.open #nav-toggle span {background: #fff;}
.open #nav-toggle span:nth-child(1) {
	top: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*spメニューのスタイル*/
#global-nav {
	position: fixed;
	display: table;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	visibility: hidden;
	opacity: 0;
}
#global-nav ul {
	list-style: none;
	position: static;
	width: 100%;
	padding-top: 0px;
	margin:0;
}
#global-nav ul li {
	float: none !important;
	position: static !important;
	width: 100% !important;
	opacity: 0;
	margin: 0 auto;	
	border-bottom:dotted 1px #5a5a5a;
}
#global-nav ul li{
	border-left:none;	
}	
#global-nav ul li:last-child {
	border-right:none;
}	
#global-nav ul li:hover{
	background-color: #efefef;
}	
#global-nav ul li a{
	display: block;
	color:#5a5a5a;
	text-align: left;
	transition: all 0.3s ease 0s;
	position:relative;		
	font-size: 1.5rem!important;
	padding: 12px 17px;
}
#global-nav ul li a:after {
	position: absolute;
	top: 48%;
	right: 3%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -2px;
	border-top: 2px solid #5a5a5a;
	border-right: 2px solid #5a5a5a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #global-nav li {
	opacity: 1;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open #global-nav {
	-webkit-transition: all .4s;
	transition: all .4s;
	visibility: visible;
	opacity: 1;
}
.entry_btn{
	display: block;
	font-size: 1rem;	
	line-height: 1.4;
	position: absolute;
	right:50px;
	height: 100%;
	background-color: #66ddff;
	padding: 12px 2.5% 0 2.5%;
	font-weight: bold;
}	
/*footer-----------------------*/
#footer .footer-inner .content-inner {
	padding: 35px 0px 30px;
	margin: 0 auto!important;
	text-align: center!important;
	width: 90%;
}
.footer_logo img{
	width: 150px;
	margin-bottom: 15px;
}
.footer_txt{
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1.5;
}
/* ----- pagetop ----- */
.pagetop{
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 4000;
}	
	
	
}


/*print------------------------*/
@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
    line-height: 1.5;
    overflow-x: visible;
    overflow-y: visible;
  }
  header,footer,.pagetop {
    display: none!important;
  }
  #l-page {
    font-size: 10pt;
  }
  h1,h2,h3,h4,h5,h6 {
    break-inside: avoid;
  }
  img {
    break-inside: avoid;
  }
}


/*GDPR Cookie------------------------*/
.p-cookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999; }
  .p-cookieConsent.is-show {
    visibility: visible; }

.p-cookieConsent__inner {
  max-width: 1480px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-cookieConsent__text {
  padding-right: 40px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__text {
      padding: 0 0 10px; } }
  .p-cookieConsent__text p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .p-cookieConsent__text p {
        font-size: 12px; } }
  .p-cookieConsent__text p:first-child {
    margin-bottom: 10px; }
  .p-cookieConsent__text a {
    color: #fff;
    text-decoration: underline; }
  .p-cookieConsent__text a:hover, .p-cookieConsent__text a:visited {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    opacity: 1; }

.p-cookieConsent__agree {
  width: 100%;
  max-width: 120px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1a5ca8;
  padding: 10px;
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__agree {
      max-width: none;
      padding: 5px; } }
  .p-cookieConsent__agree span {
    display: block; }

.cc-hide {
  animation: hide 0.3s linear 0s;
  animation-fill-mode: forwards; }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

h3.subHead {
	font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}