@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600&display=swap');

.tel, .en, .date, .lang, .cate { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: 1px;}
.tel { letter-spacing: 2.5px;}

/*				reset 1
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sub {
    font-size: 86%;
	vertical-align: baseline;
	position: relative;
	bottom: 0;
}
sup.supText {
	font-size: 86%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
sup.supText2 {
	font-size: 86%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}
body {
  line-height: 1;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #079f7a;
  text-decoration: none;
  transition: background 0.3s ease;
}
a:hover { text-decoration: underline;}
a:visited { color: #079f7a;}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.inline-block { display: inline-block;}
/*div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  content: "";
  display: table;
}

div:after, ul:after, dl:after, dd:after {
  clear: both;
}

div, ul, dl, dd {
  zoom: 1;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img { vertical-align:top;}

*, *::before, *::after {
    box-sizing: content-box;
}
*, *::before, *::after {
    box-sizing: content-box;
}


/* ------ form ------ */
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #079f7a;
	border: 0;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	box-shadow: none;/*0px 3px 3px -3px rgba( 0, 0, 0, 0.5);*/
	border-radius: 0px;
	height: 80px;
	line-height: 80px;
	padding:0 4em;
	/*text-shadow: 1px 1px 2px #13AA00, -1px -1px 2px #13AA00;*/
	-webkit-appearance: none;
	appearance: none;
    box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
	button,
	button[disabled]:hover,
	button[disabled]:focus,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus {
		height: 60px;
		line-height: 60px;
		padding:0 2em;
	}
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	animation: flash 1s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	border: none;
	border-radius: 3px;
	/*color: #686868;*/
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #F7FBFE;
	background-color: #F4FBF8;
	color: #1a1a1a;
	outline: 0;
}

select {
	font-size: 1em;
	/*line-height: 1.6em;
	height: 1.6em;*/
	background: #fff;
	/*-webkit-appearance: none;
	appearance: none;*/
	border: none;
	border-radius: 3px;
	color: #686868;
	padding: 0em 0.5em;
	width: 100%;
	box-sizing: border-box;
	border-top:#fff 0.4em solid;
	border-bottom:#fff 0.4em solid;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0;
    position: relative;
    border-radius: 2px;
	background: #ffffff;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl02 { border: 1px solid #d2d2d2;}

.cp_ipselect::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect select {
	padding: 0.5em 38px 0.5em 0.5em;
	color: #424242;
}
input[type="checkbox"] {
  /*transform: scale(1.5);*/
  box-shadow: none;
  border: #d9d9d9 1px solid;
}
label input[type="checkbox"] {
	margin-right: 8px;
}
@media only screen and (max-width: 782px) {
	input[type="checkbox"] {
	  transform: scale(1.2);
	}
	label input[type="checkbox"] {
		margin-right: 6px;
	}
}
input::placeholder {
  color: #202020;
}

/* IE */
input:-ms-input-placeholder {
  color: #202020;
}

/* Edge */
input::-ms-input-placeholder {
  color: #202020;
}
input:focus::placeholder {
  color: #9c9c9c;
}

/* IE */
input:focus:-ms-input-placeholder {
  color: #9c9c9c;
}

/* Edge */
input:focus::-ms-input-placeholder {
  color: #9c9c9c;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 86%;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.the-content img { height: auto;}
.the-content p,
.the-content figure { margin-top:2.5em;}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 170%;
	color: #424242;
}
.sp { display: none;}
.inner_w { width:1120px; width:1280px; margin-left:auto; margin-right:auto; position: relative; max-width: 100%; background: #fff;}
/*
@media only screen and (max-width: 782px) {
    .Device-Tablet .inner_w { max-width: 92%;}
}
@media only screen and (min-width: 783px) {
    .Device-Tablet #banners_product.inner_w { max-width: 92%;}
}
*/
.inner { width:1040px; width:1120px; margin-left:auto; margin-right:auto; position: relative; max-width: 92%;}
img { max-width: 100%;}
p { margin-top:1em;}

@keyframes flash {
	 0% { opacity: 1; }
    10% { opacity: 0.6; }
	100% { opacity: 1; }
}
.flash:hover{ animation: flash 1s 1 ease; text-decoration: none;}
#header-top a:hover{ animation: flash 1s 1 ease; text-decoration: none;}

@keyframes bright {
	 0% { filter: brightness(115%); }
	100% { filter: brightness(100%); }
}
.bright:hover{ animation: bright 1s 1 ease; text-decoration: none;}

@keyframes bright2 {
	 0% { filter: brightness(130%); }
	100% { filter: brightness(100%); }
}
.bright2:hover{ animation: bright2 1s 1 ease; text-decoration: none;}

.inline-block {
	display: inline-block;
}

@media only screen and (max-width: 782px) {
	body {font-size: 14px;}
	.pc { display: none;}
	.sp { display: block;}
	span.sp { display: inline;}
	
}

#body {
	margin-left:auto;
	margin-right:auto;
	position: relative;
    background: #f9f9f9;
}
#header {
	position: fixed;
	width:100%;
	left:0;
	top:0;
	z-index: 100;
}
#header a:hover {
	text-decoration: none;
}
#header-top {
    width: calc(100% - 80px);
    height: 80px;
    position: absolute;
    background: rgba(255,255,255,0);
    transition: background 0.5s ease;
    min-width: 1350px;
}

.Device-Tablet #header-top { min-width: inherit;}

#header-top .logoset {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
}
#header-top .logoset .logo { width: 80px; text-align: center;}
#header-top .logoset .logo_name { width: 0; opacity: 0;transition: opacity 0.5s ease;}



@media only screen and (max-width: 782px) {
    #header { height: 0;}
    .show-menu #header { height: auto;}
    #body { min-width: inherit; width: 100%;}
    #header-top {
        width: calc(100% - 50px);
        min-width: inherit;
        height: 50px;
    }
    #header-top .logoset {
        width: 50px;
        height: 50px;
    }
    #header-top .logoset .logo { width: 50px;}
    #header-top .logoset .logo img { width: 30px;}
    #header-top .logoset .logo_name img { width: 103px;}
}
.preparing #header-top { display: none;}
#header-top::before {
    content: "";
    background: #009f8d;
    background: -moz-linear-gradient(left,  #009f8d 0%, #2f9f05 100%);
    background: -webkit-linear-gradient(left,  #009f8d 0%,#2f9f05 100%);
    background: linear-gradient(to right,  #009f8d 0%,#2f9f05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f8d', endColorstr='#2f9f05',GradientType=1 );
}
#header-top::before,
#header-top .gnav {
    width: calc(100% - 248px);
    position: absolute;
    left:260px;
    top:0;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
#header-top .gnav ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 100%;
    padding: 0 60px 0 40px;
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
}
#header-top .gnav ul li {
    height: 100%;
    display: flex;
    align-items: center;
}
#header-top .gnav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1.1;
    height: 100%;
}
#header-top .gnav ul li a .small { font-size: 12px;}
#header-top .gnav .unagi {
    position: absolute;
    right: 30px;
    top: 30px;
}
#header-top .gnav .unagi a {
    color: #fff;
    font-weight: bold;
    padding: 10px 20px 10px 46px;
    border-radius: 30px;
    background: #0d1828 url("../img/unagi@2x.png") no-repeat 15px 50% / 24px auto;
}
#header-top .gnav .unagi a br.tablet { display: none;}

.Device-Tablet #header-top .gnav ul { padding-right: 120px;}
.Device-Tablet #header-top .gnav ul { padding-left: 20px;}
.Device-Tablet #header-top .gnav ul li a { font-size: 80%;}
.Device-Tablet #header-top .gnav ul li a .small { font-size: 10px;}
.Device-Tablet #header-top .gnav .unagi { right: 15px;top: 18px;}
.Device-Tablet #header-top .gnav .unagi a { padding: 8px 15px 8px 15px; font-size: 80%; background-position: 16px 8px; background-size: 15px auto;display: block;
    line-height: 1.3;
    text-indent: 20px;}
.Device-Tablet #header-top .gnav .unagi a br.tablet { display: block;}

#header-top .gnav .lang {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}
#header-top .gnav .lang a {
    color: #fff;
    padding: 0px 10px;
    border-left: #066f48 1px solid;
    line-height: 1;
    position: relative;
    animation: none;
    cursor: default;
}
#header-top .gnav .lang a:first-child { padding-left: 0; border-left: none;}
#header-top .gnav .lang a::after {
    display: none;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
#header-top .gnav .lang a:first-child::after { left: 0; margin-left: -2px;}
.lang-jp #header-top .gnav .lang a:first-child::after { display: block;}
.lang-en #header-top .gnav .lang a::after { display: block;}
.lang-en #header-top .gnav .lang a:first-child::after { display: none;}


@media only screen and (max-width: 782px) {
    #header-top::before { display: none;}
    
    #header-top .gnav { height: 50px; width: 70px; left: auto; right: 0px;}
    #header-top .gnav .lang { width: 100%;}
    #header-top .gnav ul { display: none;}
    #header-top .gnav .lang a { color: #212121; border-left: #aaa 1px solid;}
    
    .lang-jp #header-top .gnav .lang a:first-child { color: #2f9f05; border-left: none;}
    #header-top .gnav .lang a::after { width: 17px; background: #2f9f05; bottom: -5px;}
    #header-top .gnav .unagi { display: none;}
}

.show-menu #header-top { background: rgba(255,255,255,1);}
.show-menu #header-top .logoset { width: 260px; justify-content: flex-start;}

.show-menu #header-top .logoset .logo_name {
    opacity: 1;
    width: 165px;
    height: 15px;
    
    width: 156px;
    height: 17px;
}

.show-menu #header-top::before,
.show-menu #header-top .gnav { opacity: 1; pointer-events: auto;}
/*
.Device-Tablet.show-menu #header-top .logoset { width:230px;}
.Device-Tablet.show-menu #header-top .logoset .logo_name { width: 126px;}
*/
@media only screen and (max-width: 782px) {

    .show-menu #header-top .logoset { width: 175px;}

    .show-menu #header-top .logoset .logo_name {
        width: 125px;
        height: 12px;
    }

	.show-menu #body { position: fixed; width:100%; height: 100%; z-index: 6;}
    .preparing .sp.scrollable { display: none;}
	.sp.scrollable {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease;
        top:50px;
        position: relative;
    }
    #gnav-sp{ height: 0; overflow: hidden;}
	.show-menu .sp.scrollable {

        overflow-y: scroll;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        height: calc(100vh - 50px);
        z-index: 1;
        opacity: 1;
        pointer-events: auto;
        
        background: rgba( 0, 0, 0, 0.8);
        
    }
    .show-menu #gnav-sp { height: auto; overflow: auto;}
}
#header-top .gnav li .sub {
    position: fixed;
    left:0;
    top:80px;
    width: 100vw;
    background: rgba(255,255,255,0.95);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#header-top .gnav li .sub .facility {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 900px;
}
#header-top .gnav li .sub .facility_outline a {
    display: flex;
    align-items: center;
    color: #424242;
    margin-top: 50px;
}

#header-top .gnav li .sub .facility_outline a figure {
    width: 240px;
    margin-right: 40px;
}
#header-top .gnav li .sub .facility_outline a p { width: calc( 100% - 280px); text-align: left; margin-top: 0;}
#header-top .gnav li .sub .facility_outline a .en { color: #35af01; display: block; font-size: 12px; margin-bottom:1.5em;}
#header-top .gnav li .sub .facility_outline a .jp { font-size: 16px;}

#header-top .gnav li .sub .facility h3 { margin-top: 40px;}
#header-top .gnav ul#facility_thumbs {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin: 15px 0 0 0px !important;
    padding: 0 0 70px 0px !important;
    max-width: inherit !important;
}

#header-top .gnav ul#facility_thumbs li {
    width: 16.6%;
    text-align: center;
    position: relative;
}

#header-top .gnav ul#facility_thumbs li a { max-width: 100%; text-decoration: none; display: block !important; position: relative; }
#header-top .gnav ul#facility_thumbs li a:hover { text-decoration: none; }
#header-top .gnav ul#facility_thumbs li a figure { position: relative; max-width: 105px; margin: 0 auto; z-index: 1;}
#header-top .gnav ul#facility_thumbs li a figure img { width: 100%; }
#header-top .gnav ul#facility_thumbs li a figure::before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}
@media all and (-ms-high-contrast: none) {
    
}
#header-top .gnav ul#facility_thumbs li a:hover figure::before { border: rgba(47, 159, 5, 0.6) 5px solid;}
#header-top .gnav ul#facility_thumbs li::before{
    content: "";
    width: 15px;
    height: 15px;
    border-right: rgba(47, 159, 5, 1) 5px solid;
    border-top: rgba(47, 159, 5, 1) 5px solid;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 45px;
    transform: rotate(45deg);
    z-index: 2;
}

@media only screen and (max-width: 870px) {
    #header-top .gnav ul#facility_thumbs li::before{ right: 10px;}
}

#header-top .gnav ul#facility_thumbs li:last-child::before{ display: none;}

#header-top .gnav ul#facility_thumbs li span { margin: 0.5em 0; display: block;}
#header-top .gnav ul#facility_thumbs li span img { vertical-align: middle;}
#header-top .gnav ul#facility_thumbs li strong { display: block; color: #424242; position: absolute; width: calc(100% + 40px); white-space: nowrap; left: -20px; font-size: 16px; }

#header-top .gnav li .sub .products-children {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
#header-top .gnav li .sub .products-children .set2 {
    width: 480px;
    max-width: 45%;
    display: flex;
    flex-direction: column;
}
#header-top .gnav li .sub .products-children .set2 a {
    display: flex;
    align-items: center;
    color: #424242;
    margin-top:40px;
}

#header-top .gnav li .sub .products-children .set2 a figure {
    width: 160px;
    margin-right: 20px;
}
#header-top .gnav li .sub .products-children .set2 a p { width: calc( 100% - 180px); text-align: left; margin-top: 0;}
#header-top .gnav li .sub .products-children .set2 a .en { color: #35af01; display: block; font-size: 12px; margin-bottom:1.5em;}
#header-top .gnav li .sub .products-children .set2 a .jp { font-size: 18px;}



#header-top .gnav li .sub .products-children .set3 {
    width: 380px;
    display: flex;
    flex-direction: column;
}
.Device-Tablet #header-top .gnav li .sub .products-children .set3 {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#header-top .gnav li .sub .products-children .set3 a {
    display: flex;
    align-items: center;
    color: #424242;
    margin-top:40px;
}
#header-top .gnav li .sub .products-children .set3.works a {
    align-items: flex-start;
    margin-top:30px;
}
#header-top .gnav li .sub .products-children .set3 a:first-child,
#header-top .gnav li .sub .products-children .set3.works a:first-child { margin-top:0;}
#header-top .gnav li .sub .products-children .set3 a figure {
    width: 160px;
    margin-right: 20px;
}
#header-top .gnav li .sub .products-children .set3 a p { min-width: 150px;}
#header-top .gnav li .sub .products-children .set3.works a p {
    text-align: left;
}
#header-top .gnav li .sub .products-children .set3 a .icon {
    background: #35af01;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 12px;
    border-radius: 3em;
}
#header-top .gnav li .sub .products-children .set3 a .en { color: #35af01; display: block; font-size: 12px; margin-bottom:1.5em;}
#header-top .gnav li .sub .products-children .set3.works a .en { margin: 1.2em 0 0.8em;}
#header-top .gnav li .sub .products-children .set3 a .jp { font-size: 18px;}
#header-top .gnav li.hover-timer .sub,
#header-top .gnav li:hover .sub,
#header-top .gnav li.hasSub .sub:hover { opacity: 1; pointer-events: auto; z-index: 2;}
#header-top .gnav li .sub { transition-delay: 0.5s;}

#header-top .gnav li.hasSub { position: relative;}
#header-top .gnav li.hasSub::after {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    width: 20px;
    height: 28px;
    border-left:transparent 10px solid;
    border-right:transparent 10px solid;
    border-bottom:#fff 14px solid;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    box-sizing: border-box;
}
#header-top .gnav li.hasSub:hover::after {
    opacity: 1;
}

body #header-top { pointer-events: none;}
body #header-top .logo { pointer-events: auto;}
body #header-top #menu-btn { pointer-events: auto;}
body.show-menu #header-top { pointer-events: auto;}
body.has-lnav #header-top { pointer-events: auto;}


@media only screen and ( max-width: 782px) {
    #gnav-sp {
        background: #009f8d;
        background: -moz-linear-gradient(left,  #009f8d 0%, #2f9f05 100%);
        background: -webkit-linear-gradient(left,  #009f8d 0%,#2f9f05 100%);
        background: linear-gradient(to right,  #009f8d 0%,#2f9f05 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f8d', endColorstr='#2f9f05',GradientType=1 );
    }
    #gnav-sp > li {
        border-bottom: #e5e5e5 1px solid;
        position: relative;
    }
    #gnav-sp > li.hasSub::before,
    #gnav-sp > li.hasSub::after {
        content: "";
        width: 15px;
        height: 1px;
        position: absolute;
        right: 16px;
        top: 1.8em;
        background: #fff;
    }
    #gnav-sp > li.hasSub::after { transform: rotate( 90deg);}
    #gnav-sp > li.hasSub.opened { background: #fff;}
    #gnav-sp > li.hasSub.opened::before,
    #gnav-sp > li.hasSub.opened::after {
        background: #35af01;
    }
    #gnav-sp > li.hasSub.opened::before { transform: rotate( 45deg);}
    #gnav-sp > li.hasSub.opened::after { transform: rotate( 135deg);}
    #gnav-sp > li.hasSub.opened a { color: #424242;}
    
    #gnav-sp > li > a {
        padding: 1em 35px;
        color: #fff;
        display: block;
    }
    #gnav-sp li .sub {
        background: #fff;
        padding: 0 0 0px 45px;
        height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: height 0.5s ease;
    }
    #gnav-sp > li.hasSub.opened .sub {
        height: auto;
        pointer-events: auto;
    }
    #gnav-sp li .sub ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    #gnav-sp li .sub ul li {
        width: 150px;
    }
    #gnav-sp li .sub ul li a { display: block; padding: 10px 0; color: #424242;}
    #gnav-sp li .sub ul li.current a { color: #35af01; text-decoration: underline;}
    #gnav-sp li .sub ul li.wide { width: 100%;}
    
    #header .banners {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 80px;
        background: #fff;
    }
    #header .banners li { width: 170px; max-width: calc(50% - 20px); margin: 15px 5px 0;}

    #header .banners li.wide { width: 350px; max-width: calc(100% - 30px);}
    
    #gnav-sp .sub .sp_facility h3 {
        margin: 1.5em 0 0.5em;
        font-size: 13px;
        font-weight: bold;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    #gnav-sp .sub .sp_facility a {
        color: #424242;
    }
    
    #gnav-sp .sub .sp_facility ul { display: flex; flex-wrap: wrap;}
    #gnav-sp .sub .sp_facility ul li:nth-child(2n + 1) { width: 46%;}
    #gnav-sp .sub .sp_facility ul li:nth-child(2n) { width: 54%;}
    #gnav-sp .sub .sp_facility ul li .green { display: inline-block; margin-right: 0.5em; font-size: 8px;}
}



#menu-btn {
    display: block;
    position: fixed;
    right: 0;
    top:0;
    width:80px;
    height: 80px;
    background: #2f9f05;
    z-index: 999;
    cursor: pointer;
}
#menu-btn::after {
    content: "MENU";
    font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top:45px;
    position: absolute;
    width: 100%;
    left: 1.5px;
}
@media only screen and (max-width: 782px) {
    #menu-btn {
        width:50px;
        height: 50px;
    }
    #menu-btn::after { display: none;}
}
#menu-btn-icon{
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -12.5px;
    background: #fff;
    transition: transform 0.5s ease;
}


#menu-btn-icon:before, #menu-btn-icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
}

#menu-btn-icon:before{
    margin-top: -8px;
}
#menu-btn-icon:after{
    margin-top: 7px;
}
@media only screen and (max-width: 782px) {
    #menu-btn-icon{
        top: 50%;
        width: 20px;
        margin: -1px 0 0 -10px;
        height: 1px;
    }
    #menu-btn-icon:before, #menu-btn-icon:after{
        width: 20px;
        height: 1px;
    }
    #menu-btn-icon:before{
        margin-top: -7px;
    }
    #menu-btn-icon:after{
        margin-top: 5px;
    }
}
.show-menu #menu-btn::after { display: none;}
.show-menu #menu-btn #menu-btn-icon{
    background: transparent;
    margin-left: -18px;
    top: 50%;
}
.show-menu #menu-btn #menu-btn-icon:before,
.show-menu #menu-btn #menu-btn-icon:after{
    margin-top: 0;
    width: 36px;
}
.show-menu #menu-btn #menu-btn-icon:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.show-menu #menu-btn #menu-btn-icon:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 782px) {
    .show-menu #menu-btn #menu-btn-icon{ margin-left: -10px;}
    .show-menu #menu-btn #menu-btn-icon:before,
    .show-menu #menu-btn #menu-btn-icon:after{ width: 20px;}
}


.ami {
    position: relative;
    z-index: 2;
}
.ami::before {
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: url("../img/ami.png") repeat center 50%;
    box-sizing: border-box;
    left: 0;
    top:0;
}
.ami .inner {
    position: relative;
    z-index: 4;
    
}

.ami figure { position: relative; z-index: 4;}

.lnav {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    height: 115px;
    padding: 0 40px 5px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    transition: all 0.5s ease;
}
/*
@media only screen and ( min-width: 783px) {
.lnav {
    white-space: nowrap;
    overflow: hidden;
}
}*/
.lnav::after {
    content: "";
    height: 5px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #009f8d;
    background: -moz-linear-gradient(left,  #009f8d 0%, #2f9f05 100%);
    background: -webkit-linear-gradient(left,  #009f8d 0%,#2f9f05 100%);
    background: linear-gradient(to right,  #009f8d 0%,#2f9f05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f8d', endColorstr='#2f9f05',GradientType=1 );
    transition: all 0.5s ease;
}
.lnav h2 {
    display: flex;
    align-items: center;
}
.lnav h2.sp { display: none;}
.lnav h2 .jp {
    font-size: 200%;
    font-size: 26px;
    margin-right: 1em;
    line-height: 1.1;
}
.lnav h2 .en {
    font-size: 95%;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #2f9f05;
}
.lnav ul {
    display: flex;
    align-items: center;
}
.lnav ul li { margin-right: 30px;}
.lnav ul li:last-child { margin-right: 0;}
.lnav ul li a {
    color: #424242;
}
.lnav ul li.blank a { padding-right: 40px; position: relative;}
.lnav ul li.blank a::after {
    background:url("../img/enet/icon_blank@2x.png") no-repeat right 50% / 24px auto;
    width: 24px;
    height: 14px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.lnav ul li.current a, .lnav ul li a:hover { color: #2f9f05; text-decoration: underline;}
.lnav .small { font-size: 86%;}

.lnav-fixed .lnav {
    position: fixed;
    top: 0;
    left: 0px;
    padding:0 120px;
    width: 100%;
    height: 80px;
    background: rgba(255,255,255,1);
}
.lnav-fixed .lnav::after { height: 0;}

#maincolumn::before { content: ""; display: block; height: 0px;}
.lnav-fixed #maincolumn::before { animation: heightchange 0.5s ease; animation-fill-mode: forwards;}

@keyframes heightchange {
	 0% { height: 120px; }
	100% { height: 80px; }
}


@media only screen and ( max-width: 782px) {
    #maincolumn::before { content: ""; display: block; height: 0px;}
    .lnav-fixed #maincolumn::before { animation: none;height: 50px;}
}



.lnav-fixed:not(.show-menu) #header-top { pointer-events: none;}
.lnav-fixed #header-top .logoset,
.lnav-fixed #header-top #menu-btn { pointer-events: auto;}


@media only screen and ( max-width: 782px) {
    body:not(.has-lnav) .lnav { display: none;}
    .lnav { width: 100%; height: 50px; padding:0;}
    .lnav-fixed .lnav { height: 50px; padding:0;}
    #header-top { transition: opacity 0.5s ease;}
    .hide-headertop #header-top { opacity: 0; pointer-events: none;}
    .hide-headertop.lnav-fixed #header-top .logoset { pointer-events: none; display: none;}
    .lnav::after { height: 2px; bottom: -2px;}
    .show-local-menu .lnav::after {  display: none;}
    body:not(.show-menu).show-local-menu #gnav-sp { display: none;}
    .lnav h2.pc { display: none;}
    .lnav h2.sp {
        display: block;
        height: 50px;
        width: 100%;
    }
    .lnav h2.sp a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #f9f9f9;
        width:100%;
        height: 100%;
        position: relative;
        font-size: 13px;
        color: #424242;
        font-weight: bold;
        padding-left: 62px;
        box-sizing: border-box;
        text-decoration: none;
    }
    .lnav h2.sp a::before {
        width: 15px;
        height: 1px;
        background: #2f9700;
        position: absolute;
        margin-left: -7px;
        left: 25px;
        top: 50%;
        content: "";
        display: block;
    }
    .lnav h2.sp a::after {
        width: 1px;
        height: 15px;
        background: #2f9700;
        position: absolute;
        margin-left: 0;
        margin-top: -7px;
        left: 25px;
        top: 50%;
        content: "";
        display: block;
    }
    .show-local-menu .lnav h2.sp a::before,
    .show-local-menu .lnav h2.sp a::after { transform:rotate(45deg);}
    
    .lnav ul {
        display: block;
        position: absolute;
        left: 0;
        top: 52px;
        background: #fff;
        width: 100%;
        transition: all 0.5s ease;
        opacity: 0;
        pointer-events: none;
    }
    .show-local-menu .lnav ul { opacity: 1; pointer-events: auto;}
    .lnav-fixed .lnav ul { top: 50px;}
    .lnav-fixed.show-local-menu .lnav ul {
        max-height: calc(100vh - 50px);
        overflow-y: scroll;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch; 
    }
    .lnav ul li {
        width: 100%;
    }
    .lnav ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 50px;
        box-sizing: border-box;
        padding: 0 1em 0 37px;
        border-bottom: #e5e5e5 1px solid;
        font-weight: bold;
        width: 100%;
        font-size: 12px;
    }
    .lnav ul li.blank a::after {
        right: 20px;
    }
    /*
	.lnav-fixed #header-bottom {
		position: fixed;
		left:0;
		top:0;
		width:100%;
		height: 50px;
	}
	
	.lnav-opened.lnav-scrollable #header-bottom ul.clone.current { overflow-y: scroll; box-sizing: border-box;-webkit-overflow-scrolling: touch; height: 100vh;}
	
	*/
}


figure.hover-zoom { overflow: hidden;}
figure.hover-zoom::before {
    content: "";
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
    transition: transform 0.5s ease;
}
a:hover figure.hover-zoom::before { transform: scale(1.1);}


body:not(.userAgent-IE) .news_topics {
    display: inline-block;
    background: linear-gradient(to right,  #009f8d , #2f9f05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.userAgent-IE .news_topics {
    background: none;
    color: #009f8d;
}

#banners_product {
    margin-top: 3em;
}
#banners_product.inner_w { max-width: 92%;}
#banners_product.inner_w ul {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
    #banners_product.inner_w { max-width: 100%;}
    #banners_product.inner_w ul { max-width: 92%; margin-left: auto; margin-right:auto;}
}
#banners_product li {
    margin-top: 40px;
    width: calc(50% - 20px);
    text-align: center;
}
@media only screen and (max-width: 782px) {
    #banners_product {
        width: auto;
        margin: 3em 4% 0;
    }
    #banners_product.inner_w ul { display: block;}
    #banners_product li {
        margin-top: 10px;
        width: auto;
    }
    #banners_product li:not(:first-child) { margin-top: 30px;}
    #banners_product li img { width: 465px;}
}

#footer {
    background: #fff;
    position: relative;
    margin-top: 100px;
}
#pagetop {
    display: block;
    width: 80px;
    height: 80px;
    background: #2f9f05;
    position: fixed;
    right: 0;
    bottom: -80px;
    z-index: 11;
    transition: bottom 0.5s ease;
}
#pagetop::after {
    content: "";
    border-left: #fff 2px solid;
    border-top: #fff 2px solid;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top:35px;
}
.relative-pagetop #pagetop {
    position: absolute;
    top: 0px;
    bottom: auto;
}
.show-pagetop #pagetop {
    bottom: 0;
}
@media only screen and (max-width: 782px) {
    #footer { margin-top:50px;}
    #pagetop {
        width: 50px;
        height: 50px;
        bottom: -50px;
        z-index: 5;
    }
    #pagetop::after {
        content: "";
        border-left: #fff 1px solid;
        border-top: #fff 1px solid;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        position: absolute;
        left: 19px;
        top:23px;
    }
    .relative-pagetop #pagetop {
        position: absolute;
        top: 0px;
        bottom: auto;
    }
    .show-pagetop #pagetop {
        bottom: 0;
    }
}

#footer-top {
    background: #009f8d;
    background: -moz-linear-gradient(left,  #009f8d 0%, #2f9f05 100%);
    background: -webkit-linear-gradient(left,  #009f8d 0%,#2f9f05 100%);
    background: linear-gradient(to right,  #009f8d 0%,#2f9f05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f8d', endColorstr='#2f9f05',GradientType=1 );
    height: 80px;
    position: relative;
}
#footer-top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
@media only screen and (max-width: 1290px) {
    #footer-top .inner { padding-right: calc(80px - 4vw);}
}
#footer-top a { color: #fff;}
#footer-top ul {
    display: flex;
    align-items: center;
    height: 100%;
}
#footer-top ul li {
    color: #fff;
}
#footer-top ul li:first-child a {
    padding-left: 40px;
    background: url("../img/logo_white@2x.png") no-repeat left 50% / 25px auto;
}
#footer-top ul li:not(:first-child) {
    padding-left: 40px;
    position: relative;
}
#footer-top ul li:not(:first-child)::before {
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-top: #e3f709 2px solid;
    border-right: #e3f709 2px solid;
    transform: rotate(45deg);
    left: 17px;
    top: 50%;
    position: absolute;
    margin-top: -5px;
}
#footer-top .sitemap {
    margin:0;
}
#footer-top .sitemap a {
    padding-left: 30px;
    background: url("../img/sitemap@2x.png") no-repeat left 50% / 18px auto;
}
@media only screen and (max-width: 782px) {
    #footer-top {
        height: 50px;
    }
    #footer-top .inner {
        display: flex;
        padding-right: 50px;
        width: 100%;
        max-width: 100%;
    }
    #footer-top ul li {
        color: #fff;
    }
    #footer-top ul li a { height: 100%;}
    #footer-top ul li:first-child a {
        padding-left: 50px;
        
        background: url("../img/logo_white@2x.png") no-repeat 14px 50% / 17px auto;
    }
    #footer-top ul li:not(:first-child) {
        padding-left: 17px;
        padding-right: 13px;
    }
    #footer-top ul li:not(:first-child)::before {
        width: 8px;
        height: 8px;
        left: -3px;
        margin-top: -5px;
    }
    #footer-top .sitemap a {
        padding: 25px 0 0 0px;
        width: 45px;
        display: block;
        height: 50px;
        box-sizing: border-box;
        background: url("../img/sitemap@2x.png") no-repeat center 10px / 15px auto;
        font-size: 9px;
    }
}
#footer-mid {
    margin-top:80px;
}
#footer-mid .flex {
    display: flex;
    justify-content: space-between;
}
#footer-mid .flex .info {
    width: 46.5%;
}
#footer-mid .flex .info > * {
    padding-left: 80px;
}
#footer-mid .flex .info h2 {
    margin-left: -80px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
#footer-mid .flex .info h2 .logo { width: 80px;}
#footer-mid .flex .info h2 .logo_name { margin-right: 28px;}
#footer-mid .flex .info h2 img { vertical-align: middle;}
p.iso img { margin-right: 10px;}
#footer-mid .flex .nav {
    width: 46.5%;
}
#footer-mid .nav .gnavi {
    display: flex;
}
#footer-mid .nav .gnavi ul { width: 50%; margin-top: 10px;}
#footer-mid .nav .gnavi ul li {
    margin: 1em 0;
    font-size: 114%;
}
#footer-mid .nav .gnavi ul li a { color: #424242; font-weight: bold;}

#footer-mid .banners {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer-mid .banners li { width: 48%; margin: 0 0 4% 0;}

#footer-mid .banners li.wide { width: 100%; }
#footer-mid .banners li img { width: 100%;}

@media only screen and (max-width: 782px) {
    #footer-mid {
        margin-top:30px;
        text-align: center;
    }
    #footer-mid .flex {
        display: block;
    }
    #footer-mid .flex .info {
        width: auto;
    }
    #footer-mid .flex .info > * {
        padding-left: 0px;
    }
    #footer-mid .flex .info h2 {
        margin: 0px auto;
        display: block;
        text-align: center;
        
    }
    #footer-mid .flex .info h2 { display: block;}
    #footer-mid .flex .info h2 figure { margin: 0 auto; display: block;}
    #footer-mid .flex .info h2 .logo { width: 60px;}
    #footer-mid .flex .info h2 .logo_name { margin-right: auto; width: 155px;}
    #footer-mid .flex .info h2 .logo_name_en { width: 45px;}
    #footer-mid .flex .info h2 img { margin-bottom: 10px; width: 100%;}
    p.iso { text-align: center;}
    p.iso img { margin: 0 5px; transform: scale(0.8);}
}

#footer-btm {
    margin-top: 60px;
    background: #000;
    color: #9f9f9f;
    padding: 2em 0;
}
#footer-btm a { color: #9f9f9f;}
#footer-btm .flex {
    display: flex;
    justify-content: space-between;
}
#footer-btm .flex ul {
    display: inline-block;
}
#footer-btm .flex ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 75%;
}
#footer-btm .flex p.copy { font-size: 86%; margin:0; font-weight: 400;}
@media only screen and (max-width: 782px) {
    #footer-btm {
        margin-top: 0px;
        background: #fff;
        color: #424242;
        padding: 0;
    }
    #footer-btm a { color: #424242;}
    #footer-btm .inner.flex { width: 100%; max-width: 100%; display: block;}
    
    #footer-btm .flex ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 2em 5%;
    }
    #footer-btm .flex ul li {
        width: auto;
        margin: 0;
        font-size: 86%;
    }
    #footer-btm .flex ul li a {
        display: inline-block;
        padding: 0 0.5em;
    }
    #footer-btm .flex p.copy {
        display: block;
        background: #000;
        color: #9f9f9f;
        padding: 1.5em 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}

.green { color: #35af02;}
.anchor {
    margin-top: -115px;
    padding-top: 115px;
    display: block;
}
.lnav-fixed .anchor {margin-top: -80px;padding-top: 80px;}
@media only screen and (max-width: 782px) {
    .anchor { margin-top: -50px;padding-top: 50px;}
}
.barlow { font-family: 'Barlow Condensed', sans-serif;}

.slick {
    margin-top: 4em;
}
.slick figcaption {
    text-align: center;
    margin: 1em 0 0 0;
}
.slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}
.slick-dots li { width: 25%; position: relative;}
.slick-dots li.slick-active::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #009f8d;
    background: -moz-linear-gradient(left,  #009f8d 0%, #2f9f05 100%);
    background: -webkit-linear-gradient(left,  #009f8d 0%,#2f9f05 100%);
    background: linear-gradient(to right,  #009f8d 0%,#2f9f05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f8d', endColorstr='#2f9f05',GradientType=1 );
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.slick-arrow {
    display: block;
    width: 41px;
    height: 80px;
    top: 280px;
    z-index: 3;
    position: absolute;
}
.slick-prev {  
    background: url("../img/prev@2x.png") no-repeat left top / contain;
    left: -80px;
}
.slick-next {
    background: url("../img/next@2x.png") no-repeat left top / contain;
    right: -80px;
}
@media only screen and (max-width: 782px) {
    .slick { margin-top: 1em;}
    .slick-dots li { width: 50%;}
    .slick-arrow { background-size: 26px auto; top: 23vw; width:26px; height: 49px; }
    .slick-prev { background-image: url("../img/prev-sp.png"); left: -3vw;}
    .slick-next { background-image: url("../img/next-sp.png"); right: -3vw;}
}


.Device-Tablet .hide-4-tablet { display: none !important;}
@media only screen and (min-width: 783px) {
    .Device-Tablet .lnav h2 .jp { font-size: 23px;}
    .Device-Tablet .lnav ul { font-size: 86%;}
}



.GDPR {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 0;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none;
}
.GDPR.noscript { display: block;}

.GDPR .inner {
    display: flex;
    justify-content: space-between;
}
.GDPR .inner .text {
    margin: 0;
    color: #fff;
    width: calc( 100% - 240px);
    font-size: 86%;
}
.GDPR .inner .text a {
    color: #fff;
    text-decoration: underline;
}
.GDPR .inner .text a:hover { text-decoration: none;}

.GDPR.noscript .inner .text { width: 100%;}

.GDPR .inner .btn {
    width: 200px;
    margin: 0;
}
.GDPR .inner .btn a {
    background: #319f01;
    color: #fff;
    text-align: center;
    display: block;
    padding: 1em 0;
    font-size: 86%;
    font-weight: bold;
}
@media only screen and (max-width: 782px) {
    .GDPR .inner { display: block;}
    .GDPR .inner .text { width: auto;}
    .GDPR .inner .btn { text-align: center;margin: 1em auto 0;}
    .GDPR .inner .btn a { display: inline-block; padding: 1em 3em; width: auto; }
}