@charset "UTF-8";
/*
* main.css
*
*/


@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Karma:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
.font-roboto{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
}

.font-oswald{
	font-family:'Oswald', sans-serif !important;
}

.font-opensans{
	font-family:'Open Sans', sans-serif;
}

.font-barlow{
	font-family:'Barlow', sans-serif;
}

.font-lato{
	font-family:'Lato', sans-serif;
}

.font-slabo{
	font-family:'Slabo 27px', serif;
}

.font-arvo{
	font-family:'Arvo', serif;
}

.font-niconne{
	font-family:'Niconne', cursive;
}

.font-karma{
	font-family:'Karma', serif;
}

.font-noto{
font-family: 'Noto Sans JP';
}

/* ------------------------
	reset
------------------------ */

html,
body {
	height: 100%;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input, button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"], 
input[type="tel"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
textarea {
display: block;
padding: 0.3em 1em;
margin: 0 0 5px 0;
outline: none;
vertical-align: middle;
color: #000000;
font-size: 1.1em;
max-width: 100%;
background: #FFFFFF;
border: 1px solid #999999;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea {
width:100%;
}

input[type="number"] {
width:30%;
}

select {
position:relative;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
display:block;
padding: 0.3em 1em;
margin: 0 0 10px 0;
outline: none;
vertical-align: middle;
border-radius: 3px;
width: 100%;
background: #FFFFFF;
border: 1px solid #999999;

}

.select{
position:relative;
overflow:hidden;
display:block;
width: 100%;

}

.select:after{
display:block;
font-family: "Font Awesome 5 Free";
content:"\f107";
font-style:normal;
font-variant: normal;
text-rendering: auto;
font-weight:bold;
font-size:1.4em;
line-height:1;
position:absolute;
top:20%;
right:3%;
pointer-events:none;
}

select::-ms-expand {
	display: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}


input[type="text"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
textarea:focus {
	background: white;
}
input[type="checkbox"], input[type="radio"] {
margin-left:10px;
vertical-align:middle;
-moz-transform-origin: right bottom;
-moz-transform: scale( 1.2 , 1.2 );
-webkit-transform-origin: right bottom;
-webkit-transform: scale( 1.2 , 1.2 );
width:1.4em;
height:1.4em;
}


input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b41418;
  background-color: #F2DEDE;
  border: 1px solid #b41418;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required, .parsley-type, .parsley-filemaxmegabytes, .parsley-filemimetypes{
  color: #b41418;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

::-webkit-input-placeholder{
    font-size: 80%;
}
::-moz-placeholder{
    font-size: 80%; 
}
:-ms-input-placeholder{
    font-size: 80%;   
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

/* ------------------------
	Base
------------------------ */
html {
	font-size: 62.5%;
}

body {
	min-width: 320px; 
	background-color: #FFFFFF;
	word-wrap: break-word;
	color: #556063;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


@media print, screen and (min-width: 768px) {
	body {
		font-size: 1.6em;
	}
}

a {
	text-decoration: none; 
	color: #2a8cc4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:active {
	text-decoration: none; 
	color: #195275;
}

a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}


/* ------------------------
	common style
------------------------ */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.overflow{
  overflow:hidden;
}
.right {
  text-align:right;
}
.left {
  text-align:left;
}
.center {
  text-align:center;
}
.f_left{
  float:left;
}
.r_left{
  float:right;
}
.mar_t1em{
  margin-top:1em !important;
}
.mar_b1em{
  margin-bottom:1em !important;
}
.mar_l1em{
  margin-left:1em !important;
}
.mar_r1em{
  margin-right:1em !important;
}
.pad_t1em{
  padding-top:1em !important;
}
.pad_l1em{
  padding-left:1em !important;
}
.pad_r1em{
  padding-right:1em !important;
}
.pad_b1em{
  padding-bottom:1em !important;
}
.hide{
  display:none;
}
.fsmall{
  font-size:80%;
}


/* ------------------------
  Magnific Popup CSS
------------------------ */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


/* 
====== mfp Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------
	header
------------------------ */

.l-container {
	position: relative;
	z-index: 2;
}

.l-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-container::after {
	content: "";
  display: block;
  clear: both;
}

.is-fixed {
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  transition:.9s;
z-indexwebkit-transition:.9s;
}

.l-header_logo {
	display: block;
	overflow: hidden;
	height:60px;
	width:100px;
	margin:0 auto;
	text-align:center;
	border-bottom:3px solid #008ac8;
	padding-top:10px;
  z-index: 900;
  position:relative;
}
.l-header_logo a {
	display: block;
	width: 100px;
	height: 40px;
	background: url(../../images/logo.svg) no-repeat center center;
	background-size: contain; 
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
	padding-bottom:10px;
}

@media print, screen and (min-width: 1209px) and (max-width:1450px){
  .l-header_logo {
	 display: block;
	 overflow: hidden;
	 height:80px;
	 width:auto;
	 margin:0;
	 text-align:left;
	 border-bottom:3px solid #008ac8;
	 padding:0;
	 float:left;
    z-index: 900;
  }
  .l-header_logo a {
	 display: block;
	 width: 130px;
	 height:50px;
	 padding-bottom:20px;
	 margin:15px 0 0 15px;
  }
}

@media print, screen and (min-width: 1451px) {
  .l-header_logo {
	 display: block;
	 overflow: hidden;
	 height:90px;
	 width:auto;
	 margin:0;
	 text-align:left;
	 border-bottom:5px solid #008ac8;
	 padding:0;
	 float:left;
    z-index: 900;
  }
  .l-header_logo a {
	 display: block;
	 width: 160px;
	 height: 55px;
	 padding-bottom:20px;
	 margin:15px 0 0 15px;
  }
}

.aniv100{
  padding:0 0 0 1vw;
}

.aniv100 a{
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.aniv100 a:hover{
  opacity:.8;
}

@media print, screen and (min-width: 600px) and (max-width:767px){

  .aniv100{
    position:absolute;
    left:15%;
    top:14px;
  }
}

@media print, screen and (min-width: 768px) and (max-width:1208px){

  .aniv100{
    position:absolute;
    left:5%;
    top:11px;
  }
}

@media print, screen and (min-width: 1209px) and (max-width:1450px){

  .aniv100{
    position:absolute;
    left:0;
    top:90px;
  }
}

@media print, screen and (min-width: 1451px) {
  .aniv100{
    position:absolute;
    left:11%;
    top:30px;
  }

}


/* ------------------------
  navigation main
------------------------ */

.cd-main-content {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-content {
  background: #FFFFFF;
  z-index: 1;
  padding-top:90px;
}

.cd-main-header {
  height: 60px;
  background: #f9f9f9;
  border-bottom:3px solid #999;
  z-index: 3;
}

.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1209px) and (max-width:1450px) {
  .cd-main-header {
    height: 80px;
    border-bottom:3px solid #999;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-main-content {
  padding-top:80px;
  }
}

@media only screen and (min-width: 1451px) {
  .cd-main-header {
    height: 90px;
	 border-bottom:5px solid #999;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (max-width: 1219px) {
  .cd-main-content {
    padding-top:60px;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 2%;
right:0;
}
.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width:1219px) {
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 7px;
  left: auto;
right:5em;
}
}

@media only screen and (min-width: 1219px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
    left:auto;
  }
}

@media only screen and (min-width: 1451px) {
  .cd-header-buttons {
    top: 23px;
    right: 4em;
    left:auto;
  }
}


/* ------------------------
  navigation trigger
------------------------ */

.cd-nav-trigger {
  display: none;
}

.cd-search-trigger, .cd-lang-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger:hover, .cd-nav-trigger:hover {
  color:transparent;
}

.cd-lang-trigger:hover {
  color:transparent;
}

.cd-lang-trigger::before, .cd-lang-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-lang-trigger::before {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../../images/lang-ja.svg) no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
	top:9px;
	left:9px;
}

.cd-lang-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-lang-trigger span::before, .cd-lang-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-lang-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-lang-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-lang-trigger.lang-is-visible::before, .cd-lang-trigger.lang-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-lang-trigger.lang-is-visible span::before, .cd-lang-trigger.lang-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-lang-trigger.lang-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-lang-trigger.lang-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------------
  navigation primary
------------------------ */

@media only screen and (max-width: 1208px) {
  .cd-primary-nav, .cd-primary-nav ul {
    display:none;
  }
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    display:none;
  }
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  display:none;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  display:none;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
/*  text-overflow: ellipsis;*/
}

@media only screen and (max-width: 1330px){
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3,.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    font-size:0.8em;
  }
}




@media only screen and (min-width: 1209px){
  .cd-primary-nav {
    position: static;
    padding: 0 160px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    margin-left: 0.3em;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size:1.3rem;
    padding: 0 10px;
    color: #000000;
    font-weight:bold;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.8s;
    -moz-transition: color 0.3s, box-shadow 0.8s;
    transition: color 0.3s, box-shadow 0.8s;
  }
  .cd-primary-nav > li > a:hover {
    color: #008ac8;
    box-shadow: inset 0 -3px 0 #008ac8;
  }
  .cd-primary-nav > li > a.selected {
    color: #008ac8;
    box-shadow: inset 0 -3px 0 #008ac8;
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    left:5%;
    width: 90%;
    margin:0 auto;
    background: #ffffff;
    padding: 2% 8%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 5px 6px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    height: 80px;
    width: 100%;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    color:#000;
    display:block;
    width: 100%;
    position:relative;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #e2e3df;
    /* reset some inherited style */
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a::before, .cd-primary-nav .cd-nav-gallery > .see-all a::before, .cd-primary-nav .cd-nav-icons > .see-all a::before {
    content:'';
    position:absolute;
    background: #f6f6f5;
    border-radius:3px;
    display:block;
    width:0;
    top:0;
    left:0;
    bottom:0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    z-index: -1;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a::after, .cd-primary-nav .cd-nav-gallery > .see-all a::after, .cd-primary-nav .cd-nav-icons > .see-all a::after {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../images/right_arrow_bl.svg) ;
    background-repeat:no-repeat;
    background-position:80% 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding:0 15px;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    color: #008ac8;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover::before, .cd-primary-nav .cd-nav-gallery > .see-all a:hover::before, .cd-primary-nav .cd-nav-icons > .see-all a:hover::before {
    width:100%;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover::after, .cd-primary-nav .cd-nav-gallery > .see-all a:hover::after, .cd-primary-nav .cd-nav-icons > .see-all a:hover::after {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../images/right_arrow_bl.svg) ;
    background-repeat:no-repeat;
    background-position:90% 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding:0 15px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
    display:block;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
  /* items with picture (or icon) and title */
    display:block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    /* hide description on small devices */
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
    background-image: url("../../images/icm01.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
   background-image: url("../../images/icm02.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
    background-image: url("../../images/icm03.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
   background-image: url("../../images/icm04.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
    background-image: url("../../images/icm05.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
   background-image: url("../../images/icm06.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
   background-image: url("../../images/icm07.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
   background-image: url("../../images/icm08.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-9::before {
    background-image: url("../../images/icm09.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-10::before {
   background-image: url("../../images/icm10.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-11::before {
    background-image: url("../../images/icm11.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-12::before {
    background-image: url("../../images/icm12.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-13::before {
   background-image: url("../../images/icm13.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-14::before {
   background-image: url("../../images/icm14.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-15::before {
   background-image: url("../../images/icm15.svg");
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-16::before {
   background-image: url("../../images/icm16.svg");
  }
  .cd-primary-nav .cd-nav-gallery li.ecimg-list {
  /* set here number of columns - use width percentage */
    width: 22%;
    display:inline-block;
    margin: 15px 2% 15px 0;
    vertical-align:top;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #000000;
    font-weight: bold;
    padding: 0 .4em;
    text-align:center;
    line-height:1.4;
  }
  .cd-primary-nav .cd-nav-icons li {
  /* set here number of columns - use width percentage */
   width: 32%;
    float: left;
    margin: 10px 2% 10px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
  /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    line-height: 1.2;
    padding: 15px 0 15px 85px;
    position: relative;
    z-index:10;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover h3{
    color:#008ac8;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #000000;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

@media only screen and (min-width: 1209px) and (max-width: 1125px) {
.cd-primary-nav > li {
    float: left;
    margin-left:0;
  }
}

@media only screen and (min-width: 1401px) {
  .cd-primary-nav > li {
    float: left;
    margin-left: 0.5em;
  }
  .cd-primary-nav > li > a {
    height: 90px;
    line-height: 90px;
    font-size:1.6rem;
  }
  .cd-primary-nav > li > a:hover {
    color: #008ac8;
    box-shadow: inset 0 -5px 0 #008ac8;
  }
  .cd-primary-nav > li > a.selected {
    color: #008ac8;
    box-shadow: inset 0 -5px 0 #008ac8;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    top: 90px;
    left:5%;
    width: 90%;
    margin:0 auto;
    background: #ffffff;
    padding: 0 10% 20px 10%;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    height: 100px;
    width: 100%;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    display:block;
    width: 100%;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #e2e3df;
    /* reset some inherited style */
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
}

.has-children > a, .go-back a {
  display:none;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1032px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1032px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}

/* ------------------------
  navigation search
------------------------ */


.cd-search {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search .fessWrapper{
  background:none !important;
  width:90% !important;
  margin:0 auto !important;
  padding:40px 0 !important;
  text-align:center !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
}

.cd-search .fessWrapper div{
  padding:0 !important;
  margin:0 !important;
}

.cd-search .fessWrapper .form-control{
  border-radius: 5px !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  display:inline-block !important;
  width: 80% !important;
  padding: 0.8em 1em !important;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  vertical-align:top !important;
  font-size:1.2rem !important;
  line-height:1.8 !important;
}



.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}


.cd-search .fessWrapper .btn-primary{
  background-color:none !important;
  border-color:none !important;
}

.cd-search .fessWrapper .btn{
  width:44px !important;
  height:44px !important;
  margin-left:0.2em !important;
  background:#ccc !important;
  border-radius:10px !important;
  border:none !important;
  cursor:pointer !important;
  outline:none !important;
  -webkit-appearance: none !important;
  appearance:none !important;
  color: transparent !important;
  overflow: hidden !important;
  position:relative !important;
  display:inline-block !important;
  padding:0 !important;
  line-height:1 !important;

}
.cd-search .fessWrapper .btn::before, .cd-search .fessWrapper .btn::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search .fessWrapper .btn::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search .fessWrapper .btn::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 15px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1200px) {

  .cd-search .fessWrapper{
  width:1000px !important;
}

}

@media only screen and (min-width: 1032px) {
 .cd-search {
    height: 120px;
    top: 90px;
  }
  .cd-search .fessWrapper .form-control{
  padding: 0.3em 1em !important;
  font-size:2.4rem !important;
  line-height:2 !important;
}

.cd-search .fessWrapper .btn{
  width:65px !important;
  height:65px !important;

}
.cd-search .fessWrapper .btn::before {
  /* lens */
    width: 13px;
  height: 13px;
    top: 22px;
    left: 22px;
  }
  .cd-search .fessWrapper .btn::after {
    bottom: 23px;
    right: 21px;
  }

}


@media only screen and (min-width: 768px) {
  .cd-search .fessWrapper .form-control{

  width: 100% !important;

}
}

@media only screen and (min-width: 480px) {
  .cd-search .fessWrapper .form-control{

  width: 90% !important;

}
}

@media only screen and (max-width: 360px) {
.cd-search .fessWrapper .serchButton{
  padding-left:0 !important;
  padding-right:0 !important;
}
}


/* ------------------------
  navigation lang
------------------------ */

.cd-lang {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-lang ul{
  width:80%;
  margin:0 auto;
}

.cd-lang ul li{
  text-align:center;
  width:100%;
  display:inline-block;
  margin:5px 5px;
  border-radius:5px;
  position:relative;

}

.cd-lang ul li.lgselect{
  padding:10px 0;
  border:1px solid #336887;
  opacity:.5;
}

.cd-lang ul li a{
  color:#FFF;
  display:block;
  padding:10px 0;
  border:1px solid #FFF;
  background:rgba(8,56,84,.8);
  border-radius:5px;
  -webkit-transition: color 0.2s, background 0.2s, border 0.4s;
  -moz-transition: color 0.2s, background 0.2s, border 0.4s;
  transition: color 0.2s, background 0.2s, border 0.4s;

}

.cd-lang ul .lang-ja{
  background: url(../../images/lang_ja.png) no-repeat center center;
  background-size:cover;

}

.cd-lang ul .lang-en{
  background: url(../../images/lang_us3.png) no-repeat center center;
  background-size:cover;

}

.cd-lang ul .lang-cn{
  background: url(../../images/lang_cn.png) no-repeat center center;
  background-size:cover;
}

.cd-lang ul .lang-kr{
  background: url(../../images/lang_kr.png) no-repeat center center;
  background-size:cover;
}

.cd-lang ul .lang-eu{
  background: url(../../images/lang_eu.png) no-repeat center center;
  background-size:cover;
}


.cd-lang ul li a:hover{
  color:#ccc;
  background:rgba(8,56,84,0);
  border:1px solid #000000;
}

.cd-lang.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-lang {
  position: fixed;
}

@media only screen and (min-width: 1032px){
  .cd-lang {
    top: 150px;
  }
}

@media only screen and (min-width: 1032px) and (max-width:1419px) {
  .cd-lang ul li{
    text-align:center;
    width:31%;
    display:inline-block;
    margin:5px 5px;
  }
}

@media only screen and (min-width: 1420px) and (max-width:1699px)  {
  .cd-lang ul li{
    text-align:center;
    width:23%;
    display:inline-block;
    margin:5px 5px;
  }
}

@media only screen and (min-width: 1700px) {
  .cd-lang ul li{
    text-align:center;
    width:18%;
    display:inline-block;
    margin:5px 5px;
  }
}

/* ------------------------
  navigation overlay
------------------------ */

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(8, 56, 84, 0.98);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1032px) {
  .cd-overlay.is-visible.lang-is-visible, .nav-on-left .cd-overlay.is-visible.lang-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ------------------------
  support for no js
------------------------ */

.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1032px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* ------------------------
  navigation ALL
------------------------ */

.hamburger {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 7px;
  right: 1.5em;
  z-index: 10000;
  padding: 10px 11px 11px 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size:10px;
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  line-height:33px;
  text-align:center;
  background-color:#efefef;
  border-radius:50%;
  -webkit-transition: background-color .4s 0s, color .3s 0s;
  -moz-transition: background-color .4s 0s, color .3s 0s;
  transition: background-color .4s 0s, color .3s 0s;
  color:#000;
}

.hamburger:hover {
  color:#eee;
  background-color:#999;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -6px;
}
.hamburger__icon:after {
  top: 6px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #222;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

@media only screen and (min-width: 1209px) and (max-width:1400px) {
  .hamburger {
    top: 18px;
    right: 1.5em;
  }
}
@media only screen and (min-width: 1401px) {
  .hamburger {
    top: 22px;
    right: 1.5em;
  }
}

.m-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(8, 56, 84, 1);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.m-nav__wrapper {
  width: 80%;
  margin:0 auto;
  height: 100%;
  padding:50px 0 0 0;
}
.m-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m-nav .m_nav_container {
  margin: 0;
  padding: 1em 0;
  width:100%;
}
.m-nav .m_nav_container::after{
  content: "";
  display: block;
  clear: both;
}
.m-nav .m_nav_contact {
  font-size:1.3em;
  display:flex;
  flex-direction: column;
}
.m_nav_contact a{
  display:inline-block;
  vertical-align: middle;
  padding:10px 2em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border:3px solid #FFFFFF;
  border-radius:10px;
  color:#FFFFFF;

}
.m_nav_contact a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #22526e;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.m_nav_contact a:hover, .m_nav_contact a:focus, .m_nav_contact a:active {
  color: #083855;
}
.m_nav_contact a:hover:before, .m_nav_contact a:focus:before, .m_nav_contact a:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.m_nav_contact .anv100{
  color:#e6c45d;
  border-color:#e6c45d;
  margin-top:3vw;
}

.m_nav_contact .anv100:before{
  background:#000000;
}

.m-nav ul.m_nav_col{
  width:100%;
  margin: 0;
  padding: 0;
}
.m-nav li {
  color:#efefef;
  font-weight:bold;
  list-style-type: none;
  text-align: left;
  padding: 0.3em 0 0.3em 1em;
}
.m-nav .mnavoy{
  border-bottom:1px solid #22526e;
  padding:0.5em 0 0.5em 1em;
}
.m-nav .mnavoy .mnavoyb{
  font-size:1.6em;
  font-weight:bold;
}
.m-nav .mnavoy .mnavoyb > a{
  font-weight:bold;
}
.m-nav .mnavoy > a{
  color:#ffffff;
  font-weight:normal;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m-nav li a {
  font-weight:normal;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m-nav li a::after {
  content:'';
  display: inline-block;
  width:0.7em;
  height:0.7em;
  background-image: url(../../images/right_arrow_wh.svg) ;
  background-repeat:no-repeat;
  background-position:50% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin:0 0 0 0.5em;
}
.m-nav li a:hover{
  color:#33a3c5;
}
.m-nav li a:hover::after{
  background-position:100% 0;
}
@media only screen and (min-width: 650px) {
  .m-nav .m_nav_contact {
    font-size:1.3em;
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .m-nav ul.m_nav_col ul li{
    width:44%;
    min-width:15em;
    vertical-align:top;
    display:inline-block;
    margin-right:5%;
  }

  .m_nav_contact .anv100{
    margin-left:1em;
    margin-top:0;
    color:#e6c45d;
    border-color:#e6c45d;
  }

  .m_nav_contact .anv100:before{
    background:#000000;
  }

}
@media only screen and (min-width: 1000px) {
  .m-nav ul.m_nav_col ul li{
    width:30%;
    min-width:15em;
    vertical-align:top;
    display:inline-block;
    margin-right:2%;
  }
}
@media only screen and (min-width: 1400px) {
  .m-nav ul.m_nav_col ul li{
    width:22%;
    min-width:15em;
    vertical-align:top;
    display:inline-block;
    margin-right:2%;
  }
}

/* ------------------------
  footer
------------------------ */



#footer{
  color:#ffffff;
  padding:0;
  font-size:0.8em;
  position:relative;
  overflow: hidden;
  height:150px;
  background-color: #000000;
}

#footer .footer-in{
  background-image: url(../../images/ft_bg.jpg);
  background-repeat: no-repeat;
  background-size:100% auto;
  position:absolute;
  width:100%;
  height:130%;
  padding:40px 0 10px 0;
  top:0;
  z-index: 1;
}

#footer .footer-content{
  width:90%;
    margin:0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    background: url(../../images/logo_wh.svg) no-repeat left 0.5em;
    background-size:12% auto;
    padding-left:13%;
    text-align:left;
}

#footer .ftaddress{
    display:block;
    width:100%;
  }
#footer .ftaddress a{
  color:#FFFFFF;
}

#footer .ft-plcy a{
  color:#FFFFFF;
}
#footer .copyright{
  width:100%;
    text-align:right;
    font-size:0.9em;
    padding-top:-1em;
    display:block;
    padding-right:70px;
}

 /* back to top */
  #footer #go-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 900;
    display: none;
    width:100%; 
    text-align:center;
  }
  #footer #go-top .totop a {
    position:absolute;
    bottom:0;
    right:0;
    width:70px;
    display: block;
    padding: 0;
    letter-spacing: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer #go-top .totop a:hover {
    opacity:0.5;
  }

@media only screen and (min-width: 900px) {
  #footer #go-top .totop a {
    width:100px;
  }
}


@media only screen and (max-width: 600px) {

#footer{
  color:#ffffff;
  padding:0;
  font-size:0.9em;
  position:relative;
  overflow: hidden;
  height:100px;
}
#footer .ftaddress{
    display:none;
  }

  #footer .copyright{
    text-align:center;
    padding-right:0;
  }

  #footer .footer-content{
  width:80%;
    margin:0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    background: none;
    padding-left:0;
    text-align:center;
}
/* back to top */
#footer #go-top {
  display:none;
}
#footer #go-top .totop a {
  display:none;
}

}






/* ------------------------
  contents
------------------------ */

#contentsMain{
  text-align:center;
}

/* ------------------------
  common LINKS
------------------------ */

/* animbutton like index2.html not use*/
a.btn {
  display: inline-block;
  margin: 15px 15px 0;
  padding: .6em 1.1em;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #FE4365;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 -2px #CFF09E, 0 0 0 -1px #FE4365;
          box-shadow: 0 0 0 -2px #CFF09E, 0 0 0 -1px #FE4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
a.btn:hover, a.btn:focus {
  -webkit-box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #ff0464;
  box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #ff0464;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
          transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.btn-secondary {
  background: #C8C8A9;
  -webkit-box-shadow: 0 0 0 -2px #CFF09E, 0 0 0 -1px #C8C8A9;
          box-shadow: 0 0 0 -2px #CFF09E, 0 0 0 -1px #C8C8A9;
}
a.btn-secondary:hover {
  -webkit-box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #bebe99;
          box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #bebe99;
}

a.btn:active,
a.btn-secondary:active {
  background: #4ECDC4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #3ac7bd;
          box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #3ac7bd;
}

/**
 * $keyframes \ gelatine 
 **/
@keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}



/* mfp closewindow like light guide*/
.closebt{
  margin:1em 0;
  text-align:center;
}


/* link width over */

.link-bgw::after{
  content:'';
  position:absolute;
  background: #f6f6f5;
  border-radius:3px;
  display:block;
  width:0;
  top:0;
  left:0;
  bottom:0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
  z-index: -1;
}
.link-bgw:hover::after{
  width:100%;
}

/* link width img scale */

.link-imgsc{
  display:block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity:1;
}

.link-imgsc:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity:0.7;
}


/* link linke products list */
.link-product a{
position:relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items:center;
-webkit-transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out, color 0.5s ease-in-out;
transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out, color 0.5s ease-in-out;
}

.link-product a::after{
content:'';
position:absolute;
top:0;
bottom:0;
right:2%;
width:15px;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23808080%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
background-repeat:no-repeat;
background-position:0 center;
background-size:auto 15px;
-webkit-transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
}

.link-product a:hover::after{
content:'';
position:absolute;
top:0;
bottom:0;
right:2%;
width:15px;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23FFFFFF%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
background-repeat:no-repeat;
background-position:3px center;
background-size:auto 20px;
}

/* link list block */
.link-prlist a{
  padding:0.8em 2em;
  color:#1f8bc6;
  background:#CCCCCC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius:5px;
  display:block;
}
.link-prlist a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f138";
  padding-right:0.3em;
}
.link-prlist a:hover{
  color:#FFFFFF;
  background:#1f8bc6;
  text-shadow:0px 0px 3px #000000;
}
.link-prlist a:hover::before{
  content:'\f13a';
}

/* link normal arrow gray-blue */
.link-arrow a{
  padding:0.5em 1.5em;
  background:#CCCCCC;
  color:#1f8bc6;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:bold;
  border-radius:5px;
  display:inline-block;
}
.link-arrow a:hover{
  color:#FFFFFF;
  background:#1f8bc6;
}
.link-arrow.lar a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f138";
  padding-right:0.3em;
}
.link-arrow.cls a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f057";
  padding-right:0.3em;
}
.link-arrow.mpr a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f3c5";
  padding-right:0.3em;
}

.link-arrow.rrar a::after{
  font-family: 'Font Awesome 5 Free';
  content:"\f0a9";
  padding-right:0.3em;
}

.link-arrow.llar a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f0a8";
  padding-right:0.3em;
}

.link-arrow.lex a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f35d";
  padding-right:0.3em;
}

.link-arrow.lpdf a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f1c1";
  padding-right:0.3em;
}

/* link normal arrow blue-gray */
.link-arrowb a{
  padding:0.5em 1.5em;
  background:#1d8ac8;
  color:#FFFFFF;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:bold;
  border-radius:5px;
  display:inline-block;
}
.link-arrowb a:hover{
  background:#145176;
}
.link-arrowb.lar a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f138";
  padding-right:0.3em;
}
.link-arrowb.cls a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f057";
  padding-right:0.3em;
}
.link-arrowb.mpr a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f3c5";
  padding-right:0.3em;
}


/* ------------------------
  top,products h2 line-slide
------------------------ */

.lines-on-sides{
  display: table;
  text-align: center;
  white-space: nowrap;
  width: 10em;
  margin:20px auto;
  font-size:1.6em;
  line-height:1.2;
}
.lines-on-sides:after,
.lines-on-sides:before{
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after{
  border-left: 1em solid #FFFFFF;
}
.lines-on-sides:before{
  border-right: 1em solid #FFFFFF;
}
.lines-on-sides span{
  display:block;
  font-size:0.5em;
  font-weight:normal;
}

/* ------------------------
  top,products h3
------------------------ */
.bgw-sw{
  background:#093e5e;
  color:#ffffff;
  font-size:1.1em;
  font-weight:normal;
  position:relative;
  padding:5px 0;
}

.bgw-sw::after{
  content:' ';
  position:absolute;
  width:100px;
  bottom:-15px;
  left:50%;
  margin-left:-25px;
  height:15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20fill%3D%22%23093e5e%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-269.9%20401.4%2083.3%2026%22%20style%3D%22enable-background%3Anew%20-269.9%20401.4%2083.3%2026%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M-228.3%2C401.4h-41.6c23.9%2C0%2C41.6%2C26%2C41.6%2C26s17.8-26%2C41.6-26H-228.3z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:0 bottom;
  background-size:auto 15px;
}

/* ------------------------
  common H underline 
------------------------ */

.hublueblock{
  font-size:1.3em;
  border-bottom:3px solid #999999;
  position:relative;
  margin:2em 0 0.5em 0;
  line-height:1.4;
}

.hublueblock::after{
  content:'';
  border-bottom:3px solid #008ac8;
  width:8em;
  position:absolute;
  left:0;
  bottom:-3px;
}

/* ------------------------
  common H blueback
------------------------ */

.hblueblock{
  padding:0.8em 1.5em;
  color:#FFFFFF;
  background:#1f8bc6;
  letter-spacing:1px;
}

/* ------------------------
  common H grayback
------------------------ */

.hgrayblock{
  padding:0.5em 1em;
  color:#FFFFFF;
  background:#aaaaaa;
  letter-spacing:1px;
  margin:0.5em 0 0 0;
  line-height:1.4;
}


/* ------------------------
  TOP hero
------------------------ */

#hero{
  margin:0 auto;
  padding:0;
  position:relavie;
}
#hero a{
  display: block;
}
#hero .herointro{
  display:none;
}
#hero.hload .herointro{
  background-color:#FFFFFF;
  width:100%;
  display:block;
  padding:10% 0;
  position:absolute;
  top:80px;
  left:0;
  right:0;
  text-align:center;
}
#hero.hload .herointro img{
  width:30%;
  max-width:300px;
  margin:0 auto;
  opacity:0;
}
#hero.hload .herointro .intorotx{
  font-size:1.4em;
  padding-bottom:1em;
  opacity:0;
}
#hero #hero-in{
  margin:0 auto;
  width:100%;
  height:auto;
  background-size:100%;
  background-position:center center;
  background-repeat:no-repeat;
  position:relative;
  background-color:#000000;
  max-height:500px;
}
#hero #hero-in::before{
  display:block;
  content: '';
  padding-top:65%;
}

#hero #hero-in .ytchannel{
	position:absolute;
	top:20%;
	right:0;
  overflow:hidden;
}

#hero #hero-in .ytchannel a{
	transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  transform: translateX(75px);
  opacity:0.9;
}

#hero #hero-in .ytchannel a:hover{
	transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transform: translateX(0);
  opacity:1;
}

#hero #hero-in .banabbe{
  position:absolute;
  top:35%;
  right:0;
  overflow:hidden;
}

#hero #hero-in .banabbe a{
  transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  transform: translateX(95px);
  opacity:0.9;
}

#hero #hero-in .banabbe a:hover{
  transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transform: translateX(0);
  opacity:1;
}

#hero .herodate{
  position:absolute;
  bottom:1em;
  left:1em;
  font-size:3em;
  line-height:1;
  font-weight:bold;
  color:#ffffff;
}
#hero .herodate .year{
  font-size:150%;
  opacity:0.3;
}
#hero .herodate .month{
  text-shadow:0px 0px 5px #000000;
}
#hero .prephotobt{
  position:absolute;
  bottom:3em;
  left:0;
}

#hero .prephotobt a{
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transform: translateX(0);
  opacity:.6;
}

#hero .prephotobt a:hover{
  transform: translateX(10px);
  opacity:1;
}

#hero .mtlycom{
  position:absolute;
  bottom:0;
  left:0;
  color:#FFFFFF;
  font-size:90%;
  background:rgba(0,0,0,0.5);
  padding:0.5em 3em;
  display:block;
  width:100%;
  text-align:right;
  line-height:1.2;
}
/*#hero::after{
  content:'';
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: rgba(0, 0, 0, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}*/

.hero_scroll {
	position: absolute;
	z-index: 3;
	right: 2%;
	bottom: 25%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 1.4rem;
	line-height: 1;
  color:#FFFFFF;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero_scroll a{
  color:#FFFFFF;
}
.hero_scroll_label {
	display: block;
}
.hero_scroll_bar {
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: -1px;
	margin: auto;
	width: 30px;
	height: 1px;
	-webkit-animation: hero_scroll_bar 3s infinite cubic-bezier(0.23, 1, 0.58, 1);
	animation: hero_scroll_bar 3s infinite cubic-bezier(0.23, 1, 0.58, 1); 
	background: #fff;
}
@-webkit-keyframes hero_scroll_bar {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%);
	}
	20% {
		opacity: 1;
	}
	75%,
	100% {
		opacity: 0;
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
	}
}
@keyframes hero_scroll_bar {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%);
	}
	20% {
		opacity: 1;
	}
	75%,
	100% {
		opacity: 0;
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
	}
}
@media only screen and (max-width:900px) {
  #hero.hload .herointro .intorotx{
    font-size:1.2em;
    padding-bottom:1em;
    opacity:0;
  }
  #hero .herodate{
    position:absolute;
    bottom:1.5em;
    left:1em;
    font-size:3em;
    line-height:1;
    font-weight:bold;
    color:#ffffff;
  }
  #hero .prephotobt{
    position:absolute;
    bottom:4em;
    left:0;
  }

  #hero #hero-in .ytchannel{
	width:25%;
	height:auto;
}

  #hero #hero-in .ytchannel a{
  transform: translateX(0);

}


 #hero #hero-in .banabbe{
  width:25%;
  height:auto;
}

  #hero #hero-in .banabbe a{
  transform: translateX(0);

}

}
@media only screen and (max-width:700px) {
  .hero_scroll {
    position: absolute;
    z-index: 3;
    right: 2%;
    bottom: 30%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.4rem;
    line-height: 1;
    color:#FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #hero #hero-in .ytchannel{
	width:30%;
	height:auto;
	}
}
@media only screen and (max-width:480px) {
  #hero.hload .herointro .intorotx{
    font-size:1em;
    padding-bottom:1em;
    opacity:0;
  }
  #hero.hload .herointro img{
    width:40%;
    margin:0 auto;
    opacity:0;
  }
  .hero_scroll {
    position: absolute;
    z-index: 3;
    right: 2%;
    bottom: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.4rem;
    line-height: 1;
    color:#FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #hero .herodate{
    position:absolute;
    bottom:2.3em;
    left:0.5em;
    font-size:2em;
    line-height:1;
    font-weight:bold;
    color:#ffffff;
  }
  #hero .herodate .year{
    font-size:150%;
    opacity:0.5;
  }
  #hero .prephotobt{
    width:40%;
    position:absolute;
    bottom:4.5em;
    left:auto;
    right:3em;
  }
  #hero .prephotobt a{
    opacity:1;
  }
  #hero .prephotobt a:hover{
    translate:none;
  }
  
  #hero .mtlycom{
    position:absolute;
    bottom:0;
    left:0;
    color:#FFFFFF;
    font-size:80%;
    background:rgba(0,0,0,0.5);
    padding:0.5em 2em;
    display:block;
    width:100%;
    text-align:left;
    line-height:1.2;
  }
  #hero #hero-in .ytchannel{
  	top:5%;
	width:40%;
	height:auto;
	}

  #hero #hero-in .banabbe{
    top:23%;
  width:35%;
  height:auto;
  }
}

/* ------------------------
  TOP pickup news
------------------------ */

#pickupcont{
  color:#FFFFFF;
  background:#33a3c5;
  padding:0.5em 0 1em 0;
}
#pickupcont .lines-on-sides:after{
  border-left: 1em solid #33a3c5;
}
#pickupcont .lines-on-sides:before{
  border-right: 1em solid #33a3c5;
}
#pickupcont .topban{
  text-align:center;
  max-width:1500px;
  margin:0 auto;
}
#pickupcont .topban li{
  display:inline-block;
  margin:0.3em 0.1em;
  overflow:hidden;
  width:23%;
}

#pickupcont .topban li img{
  width:100%;
}

#topnews{
  padding:0.5em 0 3em 0;
}
#topnews h2{
  color:#000000;
}
#topnews .topnewslist{
  width:70%;
  margin:0 auto;
}
#topnews .topnewslist li{
  border-bottom:1px solid #eee;
  padding:0.5em 1em;
}
#topnews .topnewslist li:first-child{
  border-top:1px solid #eee;
}
#topnews .topnewslist li::after{
  content: "";
  display: block;
  clear: both;
}
#topnews .topnewslist li .newsdate{
  float:left;
  width:25%;
}
#topnews .topnewslist li .newsm{
  float:left;
  width:75%;
}

@media only screen and (min-width:800px) and (max-width:1030px) {
  #topnews .topnewslist{
    width:90%;
    margin:0 auto;
  }
}

@media only screen and (min-width:500px) and (max-width:799px) {
  #pickupcont .topban li{
    margin:0.2em 0.1em;
    width:45%;
  }
  #pickupcont .topban li a img{
     width:100%;
  }
  #topnews .topnewslist{
    width:90%;
    margin:0 auto;
  }
}

@media only screen and (max-width:499px) {
  #pickupcont .topban li{
    width:70%;
    margin:0.2em 0;
  }
  #pickupcont .topban li a img{
    width:100%;
  }
  #topnews .topnewslist{
    width:80%;
    margin:0 auto;
  }
  #topnews .topnewslist li .newsdate{
    float:none;
    width:100%;
    font-size:90%;
  }
  #topnews .topnewslist li .newsm{
    float:none;
    width:100%;
    font-size:90%;
  }
}

#topqualicon{
  padding:2em 0;
  background:#EEEEEE;
}

#topqualicon ul{
  width:80%;
  max-width:1500px;
  margin:0 auto;
  display:flex;
  align-items: center;
}

#topqualicon ul li{
  display:inline-block;
  width:calc(100% / 4);
  text-align:center;
}

#topqualicon ul li img{
  display:inline-block;
}


@media only screen and (max-width:480px) {
  #topqualicon{
    padding:1em 0;
  }
  #topqualicon ul{
    width:90%;
  }
}

#onlinemeeting{
  text-align:center;
  padding:2em 0;
}

#onlinemeeting .prapd{
  text-align:left;
}


.olnmbt a {
  font-size:1.2em;
  font-weight:bold;
  line-height:1.2;
  color: #000000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position:relative;
  padding:1em 0.5em 1em 5.5em;
  display:block;
  width:80%;
  max-width:17.5em;
  margin:0 auto;
  text-align:left;
  border:3px solid #008ac8;
  border-radius:10px;
}
.olnmbt a::before {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:0;
  width:4em;
  height:4em;
  background-image: url(../../images/meet.svg) ;
  background-repeat:no-repeat;
  background-position:50% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin:0 0 0 0.5em;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.olnmbt a:hover{
  color:#33a3c5;
}
.olnmbt a:hover::before{

}

@media only screen and (max-width:480px) {
  .olnmbt a {
    font-size:1em;
  }
}


/* ------------------------
  products search for products
------------------------ */

.lk_products{
  color:#000000;
}
/* only pc */
.stlpc{
  display:block;
}

#vt_product_menu{
  width: 80%;
  margin: 30px auto;
  letter-spacing: -.4em;
  text-align: center;
  max-width: 1200px;
}

#vt_product_menu::after{
  content: "";
  display: block;
  clear: both;
}


#vt_product_menu .cat_p_l1 {
  display:flex;
  align-items: center;
  justify-content: center;
  letter-spacing:normal;
  position: relative;
  overflow: hidden;
  margin:3px auto;
  height: 180px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align:left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius:5px;
  cursor:pointer;
}

#vt_product_menu .cat_p_l1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#vt_product_menu .cat_p_l1 img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
#vt_product_menu .cat_p_l1 .cat_caption {
}
#vt_product_menu .cat_p_l1 .heading h4{
  line-height:1.4;
  display:inline-block;
  text-shadow:1px 1px 3px rgba(0,0,0,.8),-1px -1px 3px rgba(0,0,0,.8);
  font-size:1.3em;
  position: absolute;
  top:15px;
  left:20px;
  font-weight:bold;
}
#vt_product_menu .cat_p_l1 .cat_cm{
  position: absolute;
  top:35px;
  left:0;
  width:100%;
  padding:10px 20px 5px 20px;
}
#vt_product_menu .cat_p_l1 .cat_cm .msub{
  font-size:1.6rem;
  line-height:1.3;
  font-weight:normal;
  padding:0 0 1em 1em;
  height:3.5em;
  visibility:hidden;
}


#vt_product_menu .cat_p_l1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

#vt_product_menu .cat_p_l1 a:hover{

}
#vt_product_menu .cat_p_l1:hover img{
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#vt_product_menu .cat_p_l1:hover .cat_cm .msub{
  visibility:visible;
}


@media only screen and (max-width:768px){
  #vt_product_menu .cat_p_l1 {
    height: 130px;
  }

  #vt_product_menu .cat_p_l1 .cat_cm .msub{
    font-size:2.3vw;
    line-height:1.3;
    font-weight:normal;
    padding:0 0 1em 1em;
    height:3.5em;
    visibility:hidden;
  }
}

@media only screen and (max-width:600px){
  #vt_product_menu .cat_p_l1 img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  #vt_product_menu .cat_p_l1:hover img{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #vt_product_menu .cat_p_l1 .cat_cm .msub{
    visibility:visible;
    background: rgba(0,0,0,.4);
    padding: 1em;
    height:auto;
    border-radius: 5px;
    text-shadow:1px 1px 3px rgba(0,0,0,.8),-1px -1px 3px rgba(0,0,0,.8);
  }

}



#cat_product_menu01{
  width:80%;
  margin:30px auto;
  letter-spacing:-.4em;
  text-align:left;
}
#cat_product_menu01::after {
  content: "";
  display: block;
  clear: both;
}
.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8{
  display:none !important;
}
#cat_product_menu01 .sct{
  background:#eee;
  color:red;
}
#cat_product_menu01 .cat_p_list {
  margin:0;
  padding:0;
  display:inline-block;
  width:100%;
  margin:0 0.5%;
}
#cat_product_menu01 .cat_p_on {
  margin:0;
  padding:0;
  display:block;
  width:100% !important;
  min-width:100%;
  margin:0;
}
#cat_product_menu01 .cat_p_on .cat_p_l1 {
  width:100%;
}
#cat_product_menu01 .cat_p_l1 {
  display:inline-block;
  letter-spacing:normal;
  position: relative;
  overflow: hidden;
  margin:3px 0.5%;
  height: 130px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align:left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius:5px;
  vertical-align:top;
  cursor:pointer;
}
#cat_product_menu01 .cat_p_l1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cat_product_menu01 .cat_p_l1 img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
#cat_product_menu01 .cat_p_l1 .cat_caption {
}
#cat_product_menu01 .cat_p_l1 .heading h4{
  line-height:1.4;
  display:inline-block;
  text-shadow:1px 1px 2px #000000;
  font-size:1.1em;
  position: absolute;
  top:15px;
  left:20px;
  font-weight:normal;
}
#cat_product_menu01 .cat_p_l1 .cat_cm{
  position: absolute;
  top:35px;
  left:0;
  width:100%;
  padding:10px 20px 5px 20px;
}
#cat_product_menu01 .cat_p_l1 .cat_cm .msub{
  font-size:1.1rem;
  line-height:1.3;
  font-weight:normal;
  padding:0 0 1em 0;
  height:3.5em;
  visibility:hidden;
}
#cat_product_menu01 .cat_p_l1 .cat_bt{
  position: absolute;
  bottom:0;
  left:0;
  background:rgba(4,31,48,0.8);
  width:100%;
  padding:5px 20px 5px 20px;
}
#cat_product_menu01 .cat_p_l1 .cat_bt .catbt {
  font-size: 0.8em;
  transform:translateX(0);
  -webkit-transform:translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position:relative;
}
#cat_product_menu01 .cat_p_l1 .cat_bt .catbt:before {
  content: 'カテゴリ内の製品を見る→';
  display: block;
}
#cat_product_menu01 .cat_p_l1 .cat_bt .catbt:after {
  content: '';
  position: absolute;
  display: block;
  width:10%;
  height:1px;
  background:#ccc;
  top:50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cat_product_menu01 .cat_p_l1 .cat_bt .catbt:before{
}
#cat_product_menu01 .cat_p_l1 .cat_bt .catbt:after{
  right:-1000%;
}
#cat_product_menu01 .cat_p_l1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

#cat_product_menu01 .cat_p_l1.sct{
  background-color:#1d8ac8;
}
#cat_product_menu01 .cat_p_l1.sct img{
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#cat_product_menu01 .cat_p_l1.sct .cat_cm .msub{
  visibility:visible;
}
#cat_product_menu01 .cat_p_l1.sct .cat_bt .catbt {
  transform:translateX(40%);
  -webkit-transform:translateX(40%);
}
#cat_product_menu01 .cat_p_l1.sct .cat_bt .catbt:before {
  content: 'カテゴリ内の製品を閉じる→';
  display: block;
}
#cat_product_menu01 .cat_p_l1.sct .cat_bt .catbt:after {
  content: '';
  position: absolute;
  display: block;
  width:1000%;
  height:1px;
  background:#ccc;
  top:50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cat_product_menu01 .cat_p_l1.sct .cat_bt .catbt:after{
  right:100%;
}
#cat_product_menu01 .cat_p_l1.sct p.catb {
  color:#FFFFFF;
}
#cat_product_menu01 .cat_e_o {
  margin:0;
  padding:0;
  display:inline-block;
  width:100%;
}
#cat_product_menu01 .cat_e {
  margin:0;
  padding:0 0 15px 0;
  display:block;
  width:100%;
}
#cat_product_menu01 .cat_p_col {
  letter-spacing:normal;
  width:100%;
  height:auto;
  max-height: 130px;
  margin:0 0.3%;
  vertical-align:top;
}
#cat_product_menu01 .cat_p_l2 {
  display:inline-block;
  letter-spacing:normal;
  position:relative;
  overflow:hidden;
  margin:3px 0.5%;
  height:50px;
  width:100%;
  background:#5a5a5a;
  text-align:left;
  vertical-align:top;
  border-radius:5px;
  color:#fff;
  background-image: url(../../images/bottom_arrow_wh.svg);
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:16px auto;
}
#cat_product_menu01 .cat_p_l2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cat_product_menu01 .cat_p_l2 .cat_caption {
  position: absolute;
  bottom:15px;
  left:20px;
}
#cat_product_menu01 .cat_p_l2 h5,
#cat_product_menu01 .cat_p_l2 p {
  line-height:1.4;
}
#cat_product_menu01 .cat_p_l2 h5 {
  font-size:1em;
  font-weight:normal;
}
#cat_product_menu01 .cat_p_l2 p {
  font-size: 0.8em;
  transform:translateX(0);
  -webkit-transform:translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cat_product_menu01 .cat_p_l2.sct {
  background:#eee;
  color:#000;
}
#cat_product_menu01 .cat_p_l2.sct p {
  transform:translateX(40%);
  -webkit-transform:translateX(40%);
}
#cat_product_menu01 .cat_p_l2.sct p:before{
  content: 'カテゴリ内の製品を閉じる→';
  display: block;
}
#cat_product_menu01 .cat_p_l2.sct p:after {
  content: '';
  position: absolute;
  display: block;
  width:1000%;
  height:1px;
  background:#000;
  top:50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cat_product_menu01 .cat_p_l2.sct p:after{
  right:100%;
}
#cat_product_menu01 .cat_p_l3{
  width:100%;
  color:#FFF;
  font-size:1.3rem;
  line-height:1.4;
}
#cat_product_menu01 .cat_p_l3 a{
  color:#fff;
  position:relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  padding:0 2em 0 1em ;
  height:50px;
  text-align:left;
  margin:3px 0;
  background-color:#222;
  border-radius:5px;
  -webkit-transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out;
}
#cat_product_menu01 .cat_p_l3 a::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:2%;
  width:15px;
  height:50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23808080%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:0 center;
  background-size:auto 15px;
  -webkit-transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
  transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
}
#cat_product_menu01 .cat_p_l3 a:hover{
  background-color:#008ac8;
}
#cat_product_menu01 .cat_p_l3 a:hover::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:2%;
  width:15px;
  height:50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23FFFFFF%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:3px center;
  background-size:auto 20px;
}


/* ------------------------
  products search for markets
------------------------ */

#mk_product_menu01{
  width:95%;
  margin:30px auto;
  letter-spacing:-.4em;
  text-align:center;
}
#mk_product_menu01::after {
  content: "";
  display: block;
  clear: both;
}
.mk1, .mk2, .mk3, .mk4, .mk5, .mk6, .mk7, .mk8, .mk9, .mk10{
  display:none !important;
}
.active{
  display:inline-block !important;
}
#mk_product_menu01 .sct{
  background:#eee;
  color:red;
}
#mk_product_menu01 .mk_p_list {
  margin:0;
  display:inline-block;
  width:46%;
  margin:0 2%;
}
#mk_product_menu01 .cat_p_onn {
  margin:0;
  padding:0;
  display:block;
  width:100% !important;
  min-width:100%;
  text-align:left;
}
#mk_product_menu01 .cat_p_onn .cat_p_l1 {
  width:50%;
}
#mk_product_menu01 .cat_p_l1 {
  display:inline-block;
  letter-spacing:normal;
  position: relative;
  margin:0 0.3% 3% 0.3%;
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  text-align:center;
  vertical-align:top;
  cursor:pointer;
}
#mk_product_menu01 .cat_p_l1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mk_product_menu01 .cat_p_l1 img {
  max-width: 50%;
  opacity: 1;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
#mk_product_menu01  .cat_p_l1 .cat_caption {
}
#mk_product_menu01 .cat_p_l1 .heading h4{
  line-height:1.4;
  font-size:1em;
  font-weight:normal;
  text-align:center;
  padding:5px 0 0 0;
}
#mk_product_menu01 .cat_p_l1 .cat_bt{
  width:100%;
  padding:0;
}
#mk_product_menu01 .cat_p_l1 .cat_bt .catbt {
  font-size: 0.8em;
  transform:translateX(-5%);
  -webkit-transform:translateX(-5%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position:relative;
  visibility:hidden;
}
#mk_product_menu01 .cat_p_l1 .cat_bt .catbt:before {
  content: 'カテゴリ内の製品を見る→';
  display: block;
}
#mk_product_menu01 .cat_p_l1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#mk_product_menu01 .cat_p_l1:hover img{
  opacity: 0.35;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#mk_product_menu01 .cat_p_l1:hover .cat_bt .catbt {
  transform:translateX(0%);
  -webkit-transform:translateX(0%);
  visibility:visible;
}
#mk_product_menu01 .cat_p_l1.sct{
  border:1px solid #efefef;
  margin:0 0.5% 3% 0.5%;
}
#mk_product_menu01 .cat_p_l1.sct img{
  opacity: 0.35;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#mk_product_menu01 .cat_p_l1.sct .cat_bt .catbt {
  transform:translateX(0%);
  -webkit-transform:translateX(0%);
  visibility:visible;
  background-color:#1d8ac8;
  color:#FFFFFF;
}
#mk_product_menu01 .cat_p_l1.sct .cat_bt .catbt:before {
  content: 'カテゴリ内の製品を閉じる→';
  display: block;
}
#mk_product_menu01 .cat_e_o {
  margin:0;
  padding:0;
  display:inline-block;
  width:100%;
}
#mk_product_menu01 .cat_e {
  margin:0 auto;
  padding:0 0 15px 0;
  display:block;
  width:80%;
}
#mk_product_menu01 .cat_p_col {
  letter-spacing:normal;
  width:100%;
  height:auto;
  max-height: 130px;
  margin:0 0.3%;
  vertical-align:top;
}
#mk_product_menu01 .cat_p_l2 {
  display:inline-block;
  letter-spacing:normal;
  position:relative;
  overflow:hidden;
  margin:3px 0.5%;
  height:50px;
  width:100%;
  background:#5a5a5a;
  text-align:left;
  vertical-align:top;
  border-radius:5px;
  color:#fff;
  background-image: url(../../images/bottom_arrow_wh.svg);
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:16px auto;
}
#mk_product_menu01 .cat_p_l2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mk_product_menu01 .cat_p_l2 .cat_caption {
  position: absolute;
  bottom:15px;
  left:20px;
}
#mk_product_menu01 .cat_p_l2 h5,
#mk_product_menu01 .cat_p_l2 p {
  line-height:1.4;
}
#mk_product_menu01 .cat_p_l2 h5 {
  font-size:1em;
  font-weight:normal;
}
#mk_product_menu01 .cat_p_l2 p {
  font-size: 0.8em;
  transform:translateX(0);
  -webkit-transform:translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mk_product_menu01 .cat_p_l2.sct {
  background:#eee;
  color:#000;
}
#mk_product_menu01 .cat_p_l2.sct p {
  transform:translateX(40%);
  -webkit-transform:translateX(40%);
}
#mk_product_menu01 .cat_p_l2.sct p:before{
  content: 'カテゴリ内の製品を閉じる→';
  display: block;
}
#mk_product_menu01 .cat_p_l2.sct p:after {
  content: '';
  position: absolute;
  display: block;
  width:1000%;
  height:1px;
  background:#000;
  top:50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mk_product_menu01 .cat_p_l2.sct p:after{
  right:100%;
}
#mk_product_menu01 .cat_p_l3{
  width:100%;
  color:#FFF;
  font-size:1.3rem;
  line-height:1.4;
}
#mk_product_menu01 .cat_p_l3 a{
  color:#fff;
  position:relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  padding:0 2em 0 1em ;
  height:50px;
  text-align:left;
  margin:3px 0;
  background-color:#222;
  border-radius:5px;
  -webkit-transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-size 0.2s ease-in-out, background-image 0.2s ease-in-out, background-position 0.4s ease-in-out;
}
#mk_product_menu01 .cat_p_l3 a::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:2%;
  width:15px;
  height:50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23808080%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:0 center;
  background-size:auto 15px;
  -webkit-transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
  transition: background-size 0.2s ease-in-out, background-position 0.4s ease-in-out;
}
#mk_product_menu01 .cat_p_l3 a:hover{
  background-color:#008ac8;
}
#mk_product_menu01 .cat_p_l3 a:hover::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:2%;
  width:15px;
  height:50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23FFFFFF%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%203.8%206.8%22%20style%3D%22enable-background%3Anew%200%200%203.8%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3.7%2C3.2L0.6%2C0.1C0.5%2C0%2C0.2%2C0%2C0.1%2C0.1C0%2C0.2%2C0%2C0.5%2C0.1%2C0.6l2.8%2C2.8L0.1%2C6.2C0%2C6.4%2C0%2C6.6%2C0.1%2C6.7c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l3.1-3.1C3.8%2C3.5%2C3.8%2C3.3%2C3.7%2C3.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:3px center;
  background-size:auto 20px;
}

@media only screen and (min-width:600px){
  #cat_product_menu01 .cat_p_l1:hover img{
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#cat_product_menu01 .cat_p_l1:hover .cat_cm .msub{
  visibility:visible;
}
#cat_product_menu01 .cat_p_l1:hover .cat_bt .catbt {
  transform:translateX(40%);
  -webkit-transform:translateX(40%);
}
#cat_product_menu01 .cat_p_l1:hover .cat_bt .catbt:after {
  content: '';
  position: absolute;
  display: block;
  width:1000%;
  height:1px;
  background:#ccc;
  top:50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cat_product_menu01 .cat_p_l1:hover .cat_bt .catbt:after{
  right:100%;
}
  #cat_product_menu01{
    width:90%;
  }
  #mk_product_menu01{
    width:90%;
  }
  #mk_product_menu01 .cat_e {
    width:100%;
  }
}

@media only screen and (min-width:600px) and (max-width:767px) {
  #cat_product_menu01 .cat_p_list {
    width:49%;
  }
  #cat_product_menu01 .cat_p_on .cat_p_l1 {
    width:49%;
  }
  #cat_product_menu01 .cat_e_o {
    width:49%;
  }
  #mk_product_menu01 .mk_p_list {
    width:28%;
  }
  #mk_product_menu01 .cat_p_onn .cat_p_l1 {
    width:28%;
  }
  #mk_product_menu01 .cat_e_o {
    width:60%;
  }
}

@media only screen and (min-width:768px){
  #cat_product_menu01 .cat_p_l1 {
    height: 150px;
  }
  #cat_product_menu01 .cat_p_l1 .cat_cm .msub{
    font-size:1.2rem;
  }
  #cat_product_menu01 .cat_p_l1:hover .cat_bt .catbt {
    transform:translateX(20%);
    -webkit-transform:translateX(20%);
  }
  #cat_product_menu01 .cat_p_l1.sct .cat_bt .catbt {
    transform:translateX(15%);
    -webkit-transform:translateX(15%);
  }
  #cat_product_menu01 .cat_p_col {
    display:inline-block;
    max-height: 150px;
  }
  #cat_product_menu01 .cat_p_l2 {
    margin:3px 0.5%;
    height:150px;
    background-image: url(../../images/right_arrow_wh.svg);
    background-repeat:no-repeat;
    background-position:97% center;
    background-size:12px auto;
  }
  #cat_product_menu01 .cat_p_l3 a, #cat_product_menu01 .cat_p_l3 a::after, #cat_product_menu01 .cat_p_l3 a:hover::after{
    height:72px;
  }
  #mk_product_menu01 .cat_p_col {
    max-height: 150px;
    display:inline-block;
  }
  #mk_product_menu01 .cat_p_l2 {
    height:150px;
    background-image: url(../../images/right_arrow_wh.svg);
    background-repeat:no-repeat;
    background-position:97% center;
    background-size:12px auto;
  }
  #mk_product_menu01 .cat_p_l3 a, #mk_product_menu01 .cat_p_l3 a::after, #mk_product_menu01 .cat_p_l3 a:hover::after{
    height:72px;
  }
}

@media only screen and (min-width:768px) and (max-width:1029px) {
  #cat_product_menu01 .cat_p_list {
    width:32%;
  }
  #cat_product_menu01 .cat_p_on .cat_p_l1 {
    width:32%;
  }
  #cat_product_menu01 .cat_e_o {
    width:65%;
  }
  #cat_product_menu01 .cat_p_col {
    width:48%;
  }
  #cat_product_menu01 .cat_p_l2 {
    width:48%;
  }
  #mk_product_menu01 .mk_p_list {
    width:28%;
  }
  #mk_product_menu01 .cat_p_onn .cat_p_l1 {
    width:28%;
  }
  #mk_product_menu01 .cat_e_o {
    width:70%;
  }
  #mk_product_menu01 .cat_p_col {
    width:48%;
  }
  #mk_product_menu01 .cat_p_l2 {
    width:48%;
  }
}

@media only screen and (min-width:1030px) and (max-width:2099px) {
  #cat_product_menu01 .cat_p_list {
    width:24%;
  }
  #cat_product_menu01 .cat_p_on .cat_p_l1 {
    width:24%;
  }
  #cat_product_menu01 .cat_e_o {
    width:75%;
  }
  #cat_product_menu01 .cat_p_col {
    width:32%;
  }
  #cat_product_menu01 .cat_p_l2 {
    width:32%;
  }
  #mk_product_menu01 .mk_p_list {
    width:21%;
  }
  #mk_product_menu01 .cat_p_onn .cat_p_l1 {
    width:21%;
  }
  #mk_product_menu01 .cat_e_o {
    width:78%;
  }
  #mk_product_menu01 .cat_p_col {
    width:32%;
  }
  #mk_product_menu01 .cat_p_l2 {
    width:32%;
  }
}

@media only screen and (min-width:1400px) {
  #cat_product_menu01 .cat_p_l1 .heading h4{
    font-size:1.2em;
    top:20px;
    left:20px;
  }
  #cat_product_menu01 .cat_p_l1 .cat_cm{
    top:45px;
  }
  #cat_product_menu01 .cat_p_l1 .cat_cm .msub{
    font-size:1.3rem;
  }
}



@media only screen and (min-width:2100px) and (max-width:2479px)  {
  #cat_product_menu01 .cat_p_list {
    width:15%;
  }
  #cat_product_menu01 .cat_p_on .cat_p_l1 {
    width:15%;
  }
  #cat_product_menu01 .cat_e_o {
    width:83%;
  }
  #cat_product_menu01 .cat_p_col {
    width:24%;
  }
  #cat_product_menu01 .cat_p_l2 {
    width:24%;
  }
  #mk_product_menu01 .mk_p_list {
    width:16%;
  }
  #mk_product_menu01 .cat_p_onn .cat_p_l1 {
    width:16%;
  }
  #mk_product_menu01 .cat_p_l1 {
    margin:20px 0.3%;
  }
  #mk_product_menu01 .cat_e_o {
    width:78%;
  }
  #mk_product_menu01 .cat_p_col {
    width:24%;
  }
  #mk_product_menu01 .cat_p_l2 {
    width:24%;
  }
}

@media only screen and (min-width:2480px){
  #cat_product_menu01 .cat_p_list {
    width:13%;
  }
  #cat_product_menu01 .cat_p_on .cat_p_l1 {
    width:13%;
  }
  #cat_product_menu01 .cat_e_o {
    width:86%;
  }
  #cat_product_menu01 .cat_p_col {
    width:24%;
  }
  #cat_product_menu01 .cat_p_l2 {
    width:24%;
  }
  #mk_product_menu01 .mk_p_list {
    width:16%;
  }
  #mk_product_menu01 .cat_p_onn .cat_p_l1 {
    width:16%;
  }
  #mk_product_menu01 .cat_p_l1 {
    margin:20px 0.3%;
  }
  #mk_product_menu01 .cat_e_o {
    width:78%;
  }
  #mk_product_menu01 .cat_p_col {
    width:24%;
  }
  #mk_product_menu01 .cat_p_l2 {
    width:24%;
  }
}

/* sp none*/
.stlmb{
  display:none;
}

/* ------------------------
  products search only sp
------------------------ */

#mbproduct{
  padding:0;
  margin:0;
}
#mbproduct li{
  padding:0;
  margin:0;
}
#mbproduct li a{
  margin:5px auto;
  display:inline-block;
  border:3px solid #000000;
  padding:13px 10px;
  width:75%;
  text-align:center;
}
#mbproduct li a.searpro::before{
  content:'';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/icm01.svg");
  background-repeat:no-repeat;
  background-position:0 0;
  margin-right:10px;
  vertical-align:middle;
}
#mbproduct li a.searmak::before{
  content:'';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/icm02.svg");
  background-repeat:no-repeat;
  background-position:0 center;
  margin-right:10px;
  vertical-align:middle;
}

@media only screen and (max-width:599px) {
  .stlpc{
    display:none;
  }
  .stlmb{
    display:block;
  }
}

/* ------------------------
  for print not yet
------------------------ */

@media print {
	body,
	.l-pageBody {
		background-color: #fff;
	}
	.l-footer_copyright {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* ------------------------
  categoly header no image
------------------------ */

#catheadsub{
  margin:0 auto;
  text-align:center;
  position:relative;
}
#catheadsub h1{
  display:inline-block;
  font-size:1.8em;
  font-weight:bold;
  padding:0.5em 0 0.5em 0;
  color:#000000;
}
#catheadsub h1::after{
  content:'';
  display:block;
  width:4em;
  margin:0 auto;
  height:15px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20272.8%2017.3%22%20style%3D%22enable-background%3Anew%200%200%20272.8%2017.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23008AC8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M204.3%2C4.3C182.8%2C1.6%2C171.8%2C0%2C136.4%2C0S90%2C1.6%2C68.5%2C4.3C46.9%2C6.9%2C0%2C8%2C0%2C8v1.4c0%2C0%2C46.9%2C1%2C68.5%2C3.7%20c21.5%2C2.6%2C32.5%2C4.3%2C67.9%2C4.3s46.4-1.6%2C67.9-4.3c21.5-2.6%2C68.5-3.7%2C68.5-3.7V8C272.8%2C8%2C225.8%2C6.9%2C204.3%2C4.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}

/* ------------------------
  categoly header
------------------------ */

#cathead{
  padding:200px 0;
  color:#FFFFFF;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;

}
#cathead .catheadbg{
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: center 10%;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  z-index: 1;
}

#cathead .catheadbg2{
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: center bottom;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  z-index: 1;
}


#cathead .catheadin{
  z-index: 2;
  position:relative;
  width:100%;
  height:100%;
}
#cathead .posimg .catheadin{
  background: rgba(0, 0, 0, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}

#cathead .catheadbg2.posimg .catheadin{
  background: rgba(0, 0, 0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}


#cathead span{
  display:inline-block;
  font-size:2em;
  font-weight:bold;
  padding:4em 0 0 0;
  color:#FFFFFF;
  z-index:3;
}
#cathead span::after{
  content:'';
  display:block;
  width:4em;
  margin:0 auto;
  height:15px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20272.8%2017.3%22%20style%3D%22enable-background%3Anew%200%200%20272.8%2017.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23008AC8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M204.3%2C4.3C182.8%2C1.6%2C171.8%2C0%2C136.4%2C0S90%2C1.6%2C68.5%2C4.3C46.9%2C6.9%2C0%2C8%2C0%2C8v1.4c0%2C0%2C46.9%2C1%2C68.5%2C3.7%20c21.5%2C2.6%2C32.5%2C4.3%2C67.9%2C4.3s46.4-1.6%2C67.9-4.3c21.5-2.6%2C68.5-3.7%2C68.5-3.7V8C272.8%2C8%2C225.8%2C6.9%2C204.3%2C4.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
#cathead h1{
  display:inline-block;
  font-size:2em;
  font-weight:bold;
  padding:4em 0 0 0;
  color:#FFFFFF;
}
#cathead h1::after{
  content:'';
  display:block;
  width:4em;
  margin:0 auto;
  height:15px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20272.8%2017.3%22%20style%3D%22enable-background%3Anew%200%200%20272.8%2017.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23008AC8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M204.3%2C4.3C182.8%2C1.6%2C171.8%2C0%2C136.4%2C0S90%2C1.6%2C68.5%2C4.3C46.9%2C6.9%2C0%2C8%2C0%2C8v1.4c0%2C0%2C46.9%2C1%2C68.5%2C3.7%20c21.5%2C2.6%2C32.5%2C4.3%2C67.9%2C4.3s46.4-1.6%2C67.9-4.3c21.5-2.6%2C68.5-3.7%2C68.5-3.7V8C272.8%2C8%2C225.8%2C6.9%2C204.3%2C4.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
#cathead p{
  color:#FFFFFF;
  padding-top:1em;
}

@media only screen and (max-width:1032px) {

#cathead{
  padding:150px 0;

}



}

@media only screen and (max-width:768px) {

  #cathead{
  padding:120px 0;
}
  #cathead span{
    font-size:1.6em;
    padding:1.5em 0 0 0;
  }
  #cathead h1{
    font-size:1.6em;
    padding:1.5em 0 0 0;
  }
  #cathead p{
    font-size:0.9em;
  }
}

@media only screen and (max-width:599px) {
  
  #cathead{
  padding:80px 0;
  }
#cathead .catheadbg{
  background-repeat: no-repeat;
  background-size:150% auto;
  background-position: center 10%;
  position:absolute;
  width:100%;
  height:140%;
  top:0;
  z-index: 1;
}

  #catheadsub h1{
    padding:0.5em 0 0.5em 0;
  }
  #catheadsub h1::after{
      width:5em;
  }
  #cathead{
    height:100px;
    overflow:hidden;
    background-attachment:scroll;
    background-size:150% auto;
    background-position:center -2em;
  }

  #cathead span{
    font-size:1.3em;
    padding:1.5em 0 0 0;
  }
  #cathead span::after{
    width:5em;
  }
  #cathead h1{
    font-size:1.3em;
    padding:1em 0 0 0;
  }
  #cathead h1::after{
    width:5em;
  }
  #cathead p{
    padding-top:1em;
    font-size:0.7em;
  }
}


/* ------------------------
  products
------------------------ */

#product{
  width:100%;
  margin:0 auto;
  padding:20px 0 2em 0;
  background-color:#FFFFFF;
}
#product::after{
  content: "";
  display: block;
  clear: both;
}

#product .rohst{
  background:#1f8b42;
  color:#FFFFFF;
  display:inline-block;
  padding:.5vw 2vw .5vw 6vw;
  border-radius:10rem;
  font-size:clamp(0.9rem, 1.2vw, 1.4rem);
  position:relative;
  font-weight:600;
}

#product .fbt-wrapper .rohst{
  position:absolute;
  top:3.5rem;
  left:45%;
}

#product .rohst:before{
  content:'';
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2025.1%2035.1%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20%7D%20.st1%20%7B%20fill%3A%20%238dc22d%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1.4%2C14.9s5.1%2C1.9%2C10.2%2C8.4c0%2C0%2C6.5-11.2%2C13.6-14.5%2C0%2C0-1.4-2.1-.4-8.8%2C0%2C0-8.4%2C4.6-13.5%2C17.3l-3.4-6.6L1.4%2C14.9Z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M.4%2C25h3.2c1.1%2C0%2C2.2.5%2C2.2%2C1.7s-.3%2C1.3-1%2C1.6h0c.7.2.9.9.9%2C1.5%2C0%2C.3%2C0%2C1.2.3%2C1.4h-1.6c-.1-.2-.2-.8-.2-1%2C0-.6-.1-1.3-.9-1.3h-1.2v2.3H.4v-6.2ZM2%2C27.7h1.4c.5%2C0%2C.7-.3.7-.7s-.4-.7-.8-.7h-1.3v1.4Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.8%2C26.6c1.4%2C0%2C2.4%2C1%2C2.4%2C2.4s-1%2C2.4-2.4%2C2.4-2.4-1-2.4-2.4%2C1-2.4%2C2.4-2.4ZM8.8%2C30.2c.7%2C0%2C.9-.7.9-1.3s-.2-1.3-.9-1.3-.9.7-.9%2C1.3.2%2C1.3.9%2C1.3Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C25h1.6v2.3h2.1v-2.3h1.6v6.2h-1.6v-2.6h-2.1v2.6h-1.6v-6.2Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.7%2C29.1c0%2C.7.5%2C1%2C1.2%2C1s1-.2%2C1-.6-.9-.7-1.8-.9c-.9-.3-1.8-.7-1.8-1.8s1.4-1.9%2C2.5-1.9%2C2.5.6%2C2.5%2C2h-1.6c0-.6-.5-.7-1-.7s-.8.1-.8.5.9.6%2C1.8.8c.9.3%2C1.8.7%2C1.8%2C1.8s-1.3%2C2.1-2.7%2C2.1-2.7-.6-2.7-2.2h1.6Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.9%2C33.3c0-.3-.3-.4-.6-.4-.5%2C0-.6.4-.6.8s.2.8.6.8.5-.2.6-.5h.7c0%2C.7-.6%2C1.1-1.3%2C1.1s-1.4-.6-1.4-1.4.5-1.4%2C1.4-1.4%2C1.2.4%2C1.3%2C1h-.7Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.3%2C32.2c.9%2C0%2C1.4.6%2C1.4%2C1.4s-.5%2C1.4-1.4%2C1.4-1.4-.6-1.4-1.4.5-1.4%2C1.4-1.4ZM4.3%2C34.5c.5%2C0%2C.6-.4.6-.8s-.2-.8-.6-.8-.6.4-.6.8.2.8.6.8Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.1%2C32.3h1.1l.5%2C1.8h0l.5-1.8h1.1v2.8h-.7v-2.1h0l-.6%2C2.1h-.6l-.6-2.1h0v2.1h-.7v-2.8Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.6%2C32.3h1.3c.5%2C0%2C1%2C.2%2C1%2C.9s-.4%2C1-1%2C1h-.6v.9h-.7v-2.8ZM10.4%2C33.6h.5c.2%2C0%2C.4%2C0%2C.4-.3s-.2-.4-.4-.4h-.5v.7Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.3%2C32.3h.7v2.1h1.3v.6h-2v-2.8Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.7%2C32.3h.7v2.8h-.7v-2.8Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.7%2C32.3h.7l1%2C2.8h-.8l-.2-.5h-1l-.2.5h-.7l1-2.8ZM16.7%2C34h.6l-.3-1h0l-.3%2C1Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.6%2C32.3h.7l1%2C1.7h0v-1.7h.7v2.8h-.7l-1-1.7h0v1.7h-.7v-2.8Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.7%2C32.9h-.8v2.1h-.7v-2.1h-.8v-.6h2.4v.6Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% auto;
  width:3vw;
  height:5vw;
  position:absolute;
  left:2vw;
  top:-2.2vw;
}

@media only screen and (min-width:1200px) {

  #product .rohst{
    padding:.5rem 2rem .5rem 7rem;
  }

  #product .fbt-wrapper .rohst{
    position:absolute;
    top:4rem;
    left:50%;
  }
  #product .rohst:before{
    width:4rem;
    height:6rem;
    position:absolute;
    left:2rem;
    top:-3rem;
  }
}

@media only screen and (max-width:1030px) {
  #product .rohst{
    margin-bottom:1vw;
  }
}

@media only screen and (max-width:730px) {
  #product .fbt-wrapper .rohst + *{
    padding-top:4rem;
  }

  #product .fbt-wrapper .rohst{
    position:absolute;
    top:3rem;
    right:auto;
    left:3vw;
    z-index:100;
  }

}


@media only screen and (max-width:599px) {
  #product .rohst{
    position:absolute;
    top:-8vw;
    right:1vw;
    z-index:100;
  }
  #product .rohst:before{
    width:4vw;
    height:6vw;
    position:absolute;
    left:1vw;
    top:-2.7vw;
  }
}


.pr-header{
  width:80%;
  margin:30px auto;
  position:relative;
}
.pr-header::after{
  content: "";
  display: block;
  clear: both;
}

.pr-header2{
  width:80%;
  margin:30px auto;
  position:relative;
  text-align:center;
}
#product .pr-img{
  float:left;
  width:45%;
  overflow:hidden;
  max-height:410px;
  max-width:800px;
}

#product .pr-img2{
  width:80%;
  margin:30px auto;
  position:relative;
}

#product .pr-img img{
  width:100%;
  position:relative;
}
#product .prw{
  width:100%;
  margin:0 auto;
}
#product .prleft{
  float:left;
  width:55%;
  padding:0 0 0 3em;
}
#product h1{
  font-size:1.7em;
  line-height:1.2;
  position:static;
  padding:0.8em 0 0 0;
  color:#000000;
}

#product .pr-header2 h1{
  font-size:clamp(1rem, 3vw, 3.5rem);
  line-height:1.2;
  position:static;
  padding:0.8em 0 0 0;
  color:#000000;
  font-weight:800;
}

#product .cemk{
display:inline-block;
padding-left:1em;
}



#product h1 span{
  font-size:70%
}

#product .pr-section{
padding:1em 0;
}

.rlypopct .pr-section{
margin-top:90px;
-webkit-overflow-scrolling: touch;
}


#product .pr-cap{
padding:20px 0 20px 1em;
font-size:1em;
}

#product .pr-cap .pc{
display:none;
}

#product .pr-subcap{
padding-bottom:0;
font-size:1em;
padding-left:1em;
}

#product .pr-subcap dt{
font-weight:bold;
font-size:1.2em;
}

#product .pr-subcap dd{
padding-bottom:0.5em;
}

#product .pr-list{
padding:20px 0 20px 0;
}

#product .pr-list li{
line-height:1.4;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
}

#product .pr-list li::before{
content:'';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../../images/products/list_bl.svg) ;
background-repeat:no-repeat;
background-position:0 0.2em;
background-size:0.8em 0.8em;
margin-right:0.3em;
}

#product .pr-main .pr-list{
padding-left:2em;
}

#product .pr-list.inline li{
display:inline-block;
}

#product .pr-ol-list{
  padding:20px 0 20px 0;
}

#product .pr-ol-list li{
line-height:1.4;
padding:0.3em 0 0.3em 0;
}

#product .pr-ol-list li .pr-subcap dt{
padding-bottom:.5em;
}

#product .pr-ol-list li .pr-subcap dd{
padding-left:1em;
line-height:1.8;
}


.pr-main{
width:75%;
margin:30px auto;
}

#product .announ{
  text-align:right;
}

#product .announ-p{
  display:inline-block;
  background:#116397;
  color:#FFFFFF;
  border-radius:5px;
  padding:0.5em 1em;
  font-weight:bold;
}

#product .announ-p i{
  font-size:120%;
}

#product .nmtxt{
padding:0.5em 1em;
}

#product .pr-c-wapper{
width:100%;
margin:1em auto;
text-align:center;
}

#product .pr-c-list{
width:100%;
margin:0 auto;
text-align:center;
}

#product .pr-c-list li{
display:inline-block;
margin:1% 2%;
vertical-align:top;
text-align:center;
}

#product .lightguide.pr-c-list li{
margin:1.5% 1%;
}

#product .pr-caption{
font-weight:bold;
font-size:130%;
}


#product .pr-at{
font-size:0.8em;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
line-height:1.2;
}



#product .eaproduct{
  font-size:120%;
  margin:30px auto !important;
}


#product .prheadbutton .eaproduct{
  margin:0 !important;
}

#product .prinnebt{
text-align:center;
margin:0.5em 0;
}




#product .prlistbt{
  letter-spacing:1px;
  margin:30px 0 0 0;
  font-weight:bold;
  cursor:pointer;
  color:#FFFFFF;
}



#product .prlistbt.sct a{
color:#FFFFFF;
background:#1f8bc6;
text-shadow:0px 0px 3px #000000;
border-radius:0;
}

#product .prlistbt.sct{

background:#1f8bc6;
text-shadow:0px 0px 3px #000000;
border-radius:0;
}

#product .prlistbt.sct a::before{
content:'\f13a';
}



#product .pr-button{
padding:20px 0;
font-size:1em;
line-height:1.4;
}

#product .pr-button li{
display:inline-block;
width:32.5%;
text-align:center;
}

#product .pr-button a{
  padding:0 2em 0 1.5em ;
height:80px;
text-align:left;
margin:3px 0;
background-color:#e2e2e2;
  color:#3f3f3f;
  border-radius:5px;
}

#product .pr-button a::after{
content:'';
height:80px;
}

#product .pr-button a:hover{
background-color:#008ac8;
color:#FFFFFF;
}

#product .pr-button a:hover::after{
content:'';
height:80px;
}



.pr-dl{
width:50%;
max-width:900px;
border:5px solid #4b4b4b;
text-align:center;
padding:0.5em 0;
margin:3em auto 0.8em auto;
position:relative;
display:block;
background:#FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pr-dl::before{
content:'';
display: block;
width: 40px;
height: 40px;
background-image: url(../../images/download_gry.svg) ;
background-repeat:no-repeat;
background-position:0 0;
margin:0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pr-dl .dl-tl{
font-size:1.6em;
font-weight:bold;
}

.pr-dl .dl-at{
font-size:0.8em;
background:#4b4b4b;
border-radius:5px;
display:inline-block;
color:#ffffff;
padding:0.3em 2em;
}

.pr-dl:hover{
background:#eee;
}

.pr-dl:hover .dl-at{
background:#145176;
color:#ffffff;
}

.pr-dl:hover::before{
background-position:0 5px;

}

.pr-cm{
  text-align:center;
  padding:0 0 1vw 0;
  font-size:clamp(1rem, 3vw, 2rem);
  font-weight:bold;
}


.ml-dl{
width:50%;
max-width:400px;
border:3px solid #4b4b4b;
text-align:center;
padding:0.8em 0 0.5em 0;
margin:0 auto 0.8em auto;
position:relative;
display:block;
background:#FFFFFF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size:1em;
  line-height:1;
}


.ml-dl::before{
content:'';
display: inline-block;
width: 30px;
height: 30px;
background-image: url(../../images/download_ml.svg);
background-size:90%;
vertical-align:middle;
background-repeat:no-repeat;
background-position:0 0;
padding:0;
margin:0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.ml-dl .dl-tl{
font-size:1.2em;
font-weight:bold;
line-height:1;
margin:0;
padding:0;
display:inline-block;
}


.ml-dl:hover{
background:#eee;
}

.ml-dl:hover::before{
background-position:3px 0;
}


.dl-mv{
width:100%;
margin:0 auto 10px auto;
padding:1em 0;
text-align:center;
background:#353a3f;
color:#fff;
}

.dl-mv dt{
  font-size:1.3em;
  font-weight:bold;
}

.dl-mv dd{

}

.dl-mv dd ul{

}

.dl-mv dd ul li{
display:inline-block;
padding:0 1em;
  line-height:1;
}

.dl-mv .mml-dl i.mvic{
  font-size:5em;

}

.dl-mv .mml-dl .dl-tl{
  font-size:80%;

}

.dl-mv dd ul li a{

color:#939597;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.dl-mv dd ul li a:hover{
color:#fff;
}


.pr-bt{
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
text-align:center;
}

.pr-bt .pr-contact{
display:inline-block;
padding:0.7em 0;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position:relative;
overflow: hidden;
background:#22526e;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
border:5px solid #1d8ac8;
font-size:1.6em;
color:#FFFFFF;
width:48%;
text-align:center;
margin:3px 3px;
z-index: 1;
}

.pr-bt .pr-contact::after{
content:'';
display: inline-block;
width: 18px;
height: 18px;
background-image: url(../../images/right_arrow_wh.svg) ;
background-repeat:no-repeat;
background-position:80% 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding:0 15px;
}

.pr-bt .pr-contact::before{
content:'';
position:absolute;
display:block;
 top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: #1d8ac8;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
z-index: -1;
}

.pr-bt .pr-contact:hover::before{
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pr-bt .pr-contact:hover::after{

background-position:99% 0;
}




.pr-bt .pr-product{
display:inline-block;
padding:0.7em 0;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position:relative;
overflow: hidden;
background:#22526e;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
border:5px solid #272828;
font-size:1.6em;
color:#FFFFFF;
width:48%;
text-align:center;
margin:3px 3px;
z-index: 1;
}

.pr-bt .pr-product::before{
content:'';
position:absolute;
display:block;
 top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: #272828;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
z-index: -1;
}

.pr-bt .pr-product::after{
content:'';
display: inline-block;
width: 18px;
height: 18px;
background-image: url(../../images/right_arrow_wh.svg) ;
background-repeat:no-repeat;
background-position:80% 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding:0 15px;
}

.pr-bt .pr-product:hover::before{
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pr-bt .pr-product:hover::after{
background-position:99% 0;
}

.pr-certif{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background:#eaeaea;
  width:100%;
  max-width:800px;
  margin:0 auto;
  opacity:1;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:1em 1em 1em 2em;
  font-weight:bold;

}

.pr-certif:hover{
  opacity:.7;
}

.pr-certif p{
  color:#000000;
  font-size:1.1em;
  line-height:1.4;
  padding-right:0.5em;
  width:70%;
}

.pr-certif-img{
  width:30%;
  text-align:right;
}

.abbewapper{
 width:80%;
margin:0 auto;
}


.iframewp{
position:relative;
width:100%;
padding:110% 0 0 0;
}

.iframewp iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}


.abbewapper .howabbe{
text-align:right;
padding:0;
}

.abbewapper .howabbe li{
font-size:0.9em;
display:inline-block;
padding:0 0.5em;
}


.abbewapper .howabbe li a{
position:relative;
z-index:2;
display:inline-block;
border-radius:3px;
background-color:#1d8ac8;
color:#FFFFFF;
padding:0.3em 1em;
text-decoration:none;
-webkit-transition: .4s ease 0s;
transition: .4s ease 0s;
}

.abbewapper .howabbe li a:hover{
color:#1d8ac8;
}

.abbewapper .howabbe li a::before{
display:block;
content:'';
position:absolute;
z-index:-1;
left:0;
top:0;
bottom:0;
width:0;
background-color: #1d8ac8;
border-radius:3px;
-webkit-transition: .4s ease 0s;
transition: .4s ease 0s;
}

.abbewapper .howabbe li a::after{
content:'\f2d2';
font-family: 'Font Awesome 5 Free';
padding-left:0.3em;
}


.abbewapper .howabbe li a:hover::before{
width:100%;
background-color:#f6f6f5;
}

.howtoa dt{
font-size:1.2em;
font-weight:bold;
}

.howtoa dd{
padding:0.5em 1em;
}




.nmtbl{
width:100%;
margin:0 0 0.2em 0;
border-top:1px solid #c6c6c6;
border-left:1px solid #c6c6c6;
border-spacing:0;
font-size:1em;
text-align:center;

}

.nmtbl tr th, .nmtbl tr td{
border-bottom:1px solid #c6c6c6;
border-right:1px solid #c6c6c6;
padding:0.5em 1em;
}

.nmtbl th sup, .nmtbl td sup{
font-size:80%;
}

.nmtbl tr th{
background:#222222;
color:#FFFFFF;
}

.nmtbl tr:nth-child(odd){
background-color:#f5f5f5;
}


.nmtbl tr th.left{
text-align:left;
}

.nmtbl .nowrap{
white-space:nowrap;
}

.nmtbl tr td.ctr{
text-align:center;
}

.nmtbl td.gltitle{
font-weight:bold;
}


.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:28%;}
.w30{width:30%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}
.gob{width:100%;}

.tblwapper{
display:block;
overflow:auto;
width:100%;
}



.mcent{
margin:0 auto;
}

.tspacep{
padding-top:2em;
}

.tspacem{
margin-top:2em;
}

.bspace{
margin-bottom:1em;
}

.mcent .hblueblock{
text-align:center !important;
text-shadow:0px 0px 3px #000000;
}

#product .pr-spoff{
border:5px solid #a2afb4;
margin:0 auto;
line-height:1.4;
}

#product .pr-spoff .pr-spoffm{
padding:1em 2em;
color:#91aab4;
font-size:1.5em;
font-weight:bold;
text-align:center;

}

#product .pr-spoff .pr-spofff{
padding:0 2em 0.5em 2em;
text-align:center;
color:#7b98a3;
}

#product .pr-spoff .pr-spoffs{
background:#f2f2f2;
padding:1em 2em;
color:#7b98a3;
}

#product .pr-cadd{
background:#e0e7ea;
padding:0.5em 1em;
font-size:90%;
}

#product .pr-meas{
background:#e0e7ea;
padding:0.5em 2em;
text-align:left;
line-height:1.6;
}

#product .pr-meas dt{
font-weight:bold;
}

#product .pr-meas dd{
font-size:90%;
}

#product .prheadbutton{
  display:flex;
  flex-wrap: wrap;
  justify-content: center
}

#product .prheadbutton li{
  padding:.5em;

}

.pr-main.exf{

}

.pr-main.exf h2{
  font-size:clamp(1rem, 3vw, 3rem);
  font-weight:bold;
}


/*tab change*/

.fbtbt a{
  display:inline-block;
  border-radius:5px;

  padding:0 0.5em 0 1.2em;
  font-weight:bold;
  position:relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fbtbt a:before{
  display:block;
  content:"\f105";
  font-family:'Font Awesome 5 Free';
  font-weight:bold;
  line-height:1;
  position:absolute;
  left:0.5em;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fbtbt a:hover{
  background:#127C84;
    color:#FFFFFF;
}

.fbtbt a:hover:before{
  content:"\f107";

}

.nmtbl.fbttop tr.ftnml:nth-child(odd){
background-color:#f5f5f5;
}

.nmtbl.fbttop tr th.ftnmw{
  background-color:#ffffff;
  color:#556063;
}

.nmtbl.fbttop tr th.ftnmg{
  background-color:#f5f5f5;
  color:#556063;
}

.nmtbl.fbttop tr th.fbtG{
  background:#6C963B;
}

.nmtbl.fbttop tr th.fbtR{
  background:#B84D46;
}

.nmtbl.fbttop tr th.fbtP{
  background:#7B5BA3;
}

.fbt-wrapper{
  padding:50px 0;
}

.fbt-wrapper　.fbt-wrap{
  position:relative;
}

.fbt-wrapper .fbt-wrap .slick-slider {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end !important;
  list-style:none;
  margin:0 auto;
}

.fbt-wrapper .fbt-wrap .slick-list {
  margin:0 auto;
}

.fbt-wrapper .fbtypenb-nav .slick-track {
  display: flex !important;
  flex-wrap: no-wrap !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  transform: set !important;
}

.fbt-wrapper .fbtypenb-nav.bottom .slick-track {
  align-items: flex-start !important;
}

.fbt-wrapper .fbtypenb-nav .slick-list{
  padding:0 !important;
}

.fbt-wrapper .fbtypenb-nav .slick-slide {
  width:10em;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav{
  border-bottom:1px solid #0086AB;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom{
  border-bottom:none;
  border-top:1px solid #0086AB;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list{
   display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:hover {
  background:#127C84 !important;
  text-decoration: none;
  color:#FFFFFF !important;
  cursor:pointer;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:hover a {
  color:#FFFFFF !important;
}

.fbt-wrapper .fbtypenb-nav .fbtype-list a{
  color:#000000;
  font-family:'Arvo', sans-serif;
  position:relative;
  padding:0 0 0 0.8em;
}

.fbt-wrapper .fbtypenb-nav .fbtype-list a:before{
  display:block;
  content:"\f105";
  font-family:'Font Awesome 5 Free';
  font-weight:bold;
  line-height:1;
  position:absolute;
  left:0;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);

}

.fbt-wrapper .fbtypenb-nav .fbtype-list a:hover:before{
  content:"\f107";
}

.fbt-wrapper .fbtypenb-nav .slick-current.fbtype-list a{
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  padding:0 0 0 1em;
}

.fbt-wrapper .fbtypenb-nav .slick-current.fbtype-list a:before{
  display:block;
  content:"\f107";
  font-family:'Font Awesome 5 Free';
  font-weight:bold;
  line-height:1;
  position:absolute;
  left:0;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fbt-wrapper .fbtypenb-nav.bottom .slick-current.fbtype-list a:before{
  display:block;
  content:"\f106";
  font-family:'Font Awesome 5 Free';
  font-weight:bold;
  line-height:1;
  position:absolute;
  left:0;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fbt-wrapper .fbtypenb-nav.bottom .fbtype-list a:hover:before{
  content:"\f106";
}


.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:first-child{
  border-radius:5px 0 0 0;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom .fbtype-list:first-child{
  border-radius:0 0 0 5px;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:last-child{
  border-radius:0 5px 0 0;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom .fbtype-list:last-child{
  border-radius:0 0 5px 0;
}


.fbt-wrapper .fbtypenb-nav .slick-current.fbtype-list {
  height:50px !important;
  border-radius:5px 5px 0 0 !important;
  background:#127C84 !important;
}

.fbt-wrapper .fbtypenb-nav.bottom .slick-current.fbtype-list {
  height:50px !important;
  border-radius:0 0 5px 5px !important;
  background:#127C84 !important;
  border-top:none !important;
}




/*.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:nth-child(3n+1){
  background-color: #DBF0F6;
}
.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:nth-child(3n+2) {
  background-color: #B8E1EC;
}
.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:nth-child(3n+3){
  background-color: #97D3E3;
}*/


.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:nth-child(2n+1){
  background-color: #f5f5f5;
  border-top:1px solid #eeeeee;

}

.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom .fbtype-list:nth-child(2n+1){
  border-top:none;
  background-color: #f5f5f5;
  border-bottom:1px solid #eeeeee;

}
.fbt-wrapper .fbt-wrap .fbtypenb-nav .fbtype-list:nth-child(2n) {
  background-color: #FFFFFF;
  border-top:1px solid #eeeeee;
}

.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom .fbtype-list:nth-child(2n) {
  background-color: #FFFFFF;
  border-bottom:1px solid #eeeeee;
  border-top:none;
}


.fbt-wrapper .fbt-wrap .fbtypenb-nav.bottom {
  align-items: flex-start;
}


.fbt-wrapper .fbtypenb-nav .tab_prev {
  display: none;
  width: 24px;
  height: 40px;
  background-color: rgba(126, 126, 126, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.fbt-wrapper .fbtypenb-nav.bottom .tab_prev {
  bottom: auto;
  top:0;
}
 
.fbt-wrapper .fbtypenb-nav .tab_prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #000 transparent transparent;
}
 
.fbt-wrapper .fbtypenb-nav .tab_next {
  display: block;
  width: 24px;
  height: 40px;
  background-color: rgba(126, 126, 126, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fbt-wrapper .fbtypenb-nav.bottom .tab_next {
  bottom: auto;
  top:0;
}
 
.fbt-wrapper .fbtypenb-nav .tab_next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: calc(50% - 5px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}



.fbt-wrapper .fbtypenb-nav .tab_prev:hover{
  background-color: rgba(126, 126, 126, 1);
}

.fbt-wrapper .fbtypenb-nav .tab_prev:hover::after {
  border-color: transparent #FFF transparent transparent;
}

.fbt-wrapper .fbtypenb-nav .tab_next:hover{
  background-color: rgba(126, 126, 126, 1);
}

.fbt-wrapper .fbtypenb-nav .tab_next:hover::after {
  border-color: transparent transparent transparent #FFFFFF;
}
 
.fbt-wrapper .slick-disabled {
  display: none !important;
}

.fbt-wrapper .fbtypenb .fbt-main {
  padding:1em 0;
  background:#F9F9F9;
  transition-duration: 0.3s;
}

.fbt-wrapper .fbtypenb .fbt-main .contents{
  width:90%;
  margin:0 auto;

}

.fbt-wrapper .fbtypenb .fbt-main .contents h2.fbttitle{
  font-family:'Arvo', serif;
  font-size:3em;
}



.pr-bsc{
  background:#f7fafb;
  padding:3em 0;
  color:#546063;
}

.pr-bsc .pr-bsc-in{
  width:75%;
  margin:0 auto;
  max-width:1200px;
}

.pr-bsc .pr-bsc-inn{
  width:95%;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;

}

.pr-bsc .lg-index{
  width:100%;
  margin:0 auto 1em auto;
  display:flex;
  text-align:center;
  justify-content: center;
  flex-wrap: wrap;
  background:#eeeeee;
  padding:1em;
}

.pr-bsc .lg-index li{
  padding:.5em .5em;
}

.pr-bsc .lg-index li a{
  background:#FFFFFF;
  border-radius:50px;
  padding:.5em 1em;
  font-size:90%;
  font-weight:bold;
}

.pr-bsc .lg-index li a:before{
  content:'→';
  padding-right:.1em;
}

.pr-bsc h1{
  color:#546063 !important;
  font-weight:900 !important;
  font-size:3em !important;
  text-align:center;
  padding-bottom:0.5em !important;
}

.pr-bsc h1 span{
  font-size:60% !important;
  display:block;
  font-weight:600;
  padding-left:12em;
}

.pr-bsc h2{
  color:#546063 !important;
  font-weight:900 !important;
  font-size:2.3em !important;
  text-align:center !important;
  position:relative !important;
  display:inline-block !important;
  padding:0 65px !important;
  margin:1em auto 0 auto;
}

.pr-bsc h2:before, .pr-bsc h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #546063;
}

.pr-bsc h2:before {
  left:0 !important;
}
.pr-bsc h2:after {
  right:0 !important;
}

.pr-bsc h3 {
  position: relative;
  line-height: 1.4;
  padding:0.1em 0.7em;
  display: inline-block;
  top:0;
  font-size:1.6em;
  font-weight:900;
  margin-top:1em;
}

.pr-bsc h3:before, .pr-bsc h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.pr-bsc h3:before {
  border-left: solid 1px #546063;
  border-top: solid 1px #546063;
  border-bottom: solid 1px #546063;
  left: 0;
}
.pr-bsc h3:after {
  content: '';
  border-top: solid 1px #546063;
  border-right: solid 1px #546063;
  border-bottom: solid 1px #546063;
  right: 0;
}

.pr-bsc .bsc-lead{
  padding:1em 0;
  text-align:left;
  width:100%;
}

.pr-bsc .bsc-lead a{
  font-weight:bold;
  text-decoration:underline;
}

.pr-bsc .bsc-atten{
  padding:0 0 1em 1.5em;
  text-indent:-1.5em;
  text-align:left;
  font-size:90%;
}

.pr-bsc .enp{
  padding-bottom:2em;
}

.pr-bsc .bsc-list{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  margin:0 auto;
  text-align:center;
}

.pr-bsc .bsc-list li{
  background:#546063;
  color:#FFFFFF;
  font-weight:bold;
  border-radius:30px;
  text-align:center;
  padding:0.5em 2em;
  margin:.5em .5em;
}

.pr-bsc .bsc-sentei{
  background:#e6e6e6;
  border-radius:20px;
  padding:1em 5em;
  margin:0 auto 0 5em;
  display:flex;
  flex-wrap:wrap;
  width:40em;
}

.pr-bsc .bsc-sentei dt{
  width:6em;
}

.pr-bsc .bsc-sentei dd{
  width:23em;
}

.pr-bsc .bsc-img{
  width:100%;
  text-align:center;
  padding:1em 0 2em 0;
}





@media screen and (min-width: 1500px) {
  .fbtypenb-nav .slick-track {
    transform: unset !important;
  }
}

@media screen and (min-width: 1500px) {
  .fbt-wrapper .fbt-wrap .slick-slider {
    width: 100% !important;
  }

  .fbt-wrapper .fbt-wrap .slick-list {
    width: 100% !important;
    margin:0 auto;
  }

  .fbt-wrapper .fbtypenb-nav .slick-track {
    width:100% !important;
    transform: unset !important;
  }


  .fbtypenb-nav .slick-slide {
    width:calc(100%/9) !important;
  }
}



/*tab change*/


@media only screen and (max-width: 1030px) {

.pr-certif{
  width:100%;
}

#product .pr-header{
width:100%;
margin:0 auto;
}

#product .prleft{
float:left;
width:55%;
}


#product .cemk img{
width:40%;
}



#product .prw{
width:80%;
margin:0 auto;
}

.nmtbl{
font-size:0.8em;
}

.tblwapper::-webkit-scrollbar{
 background: #fff;
    border-radius: 5px;
    height: 10px;
    border: 1px solid #92aab3;
}

.tblwapper::-webkit-scrollbar-thumb{
background:#92aab3;
  border-radius: 5px;
}

	

}

@media only screen and (max-width: 767px) {

#product{
margin:10px auto;
}



}




@media only screen and (min-width: 768px) and (max-width:1030px) {


#product{
margin:10px auto;
}


#product .prleft{
padding:0 4em 0 2em;
}


#product h1{
font-size:1.6em;
padding:0;
}

.lightguide h3{
font-size:90%;
}

#nmlg.pr-main{
width:90%;
}

.pr-main{
width:80%;
overflow:hidden;
margin:20px auto;
}

.w10{width:30%;}
.w20{width:30%;}
.w30{width:30%;}
.w40{width:60%;}
.w50{width:70%;}
.w60{width:70%;}
.w70{width:90%;}
.w80{width:90%;}
.w90{width:100%;}
.w100{width:100%;}

.pr-bsc .pr-bsc-in{
  width:90%;
  margin:0 auto;
}

.pr-bsc h1{
  font-size:clamp(2rem, 5.5vw, 4.8rem) !important;
}

}

@media only screen and (min-width: 600px) and (max-width:1030px) {

.pr-main h3:only-of-type{
margin:0 !important;
}

.abbewapper{
 width:100%;
margin:0 auto;
}

#product .hedbt.eaproduct{
	  font-size:100%;
	  margin:20px auto !important;
}



}

@media only screen and (min-width: 600px) and (max-width:767px) {


#product .prleft{
padding:0 2em 0 1em;
}

#product h1{
font-size:1.4em;
padding:0;
}

.pr-main{
width:85%;
overflow:hidden;
margin:20px auto;
}

.w10{width:40%;}
.w20{width:40%;}
.w25{width:40%;}
.w30{width:40%;}
.w40{width:80%;}
.w45{width:60%;}
.w50{width:80%;}
.w60{width:80%;}
.w70{width:100%;}
.w80{width:100%;}
.w90{width:100%;}

#product .pr-button{
padding:20px 0 0 0;
}

#product .pr-button li{
display:inline-block;
width:48%;
text-align:center;
}

.iframewp{
position:relative;
padding:140% 0 0 0;
height:0;
width:100%;

}

.pr-bsc .pr-bsc-in{
  width:90%;
  margin:0 auto;
}

.pr-bsc h1{
  font-size:clamp(2rem, 5.5vw, 4.8rem) !important;
}

.pr-bsc h2{

  font-size:clamp(2rem, 4.2vw, 4rem) !important;
  padding:0 65px !important;
  margin:1em auto 0 auto;
}

.pr-bsc h3 {
  padding:0.1em 0.7em;
  font-size:clamp(1.5rem, 3vw, 3rem) !important;
  margin-top:1em;
}

.pr-bsc .bsc-list li{
  background:#546063;
  color:#FFFFFF;
  font-weight:bold;
  border-radius:30px;
  text-align:center;
  padding:0.5em 2em;
  margin:.3em .2em;
}

.pr-bsc .bsc-sentei{
  background:#e6e6e6;
  border-radius:20px;
  padding:1em 3em;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  width:40em;
}

.pr-bsc .bsc-sentei dt{
  width:6em;
}

.pr-bsc .bsc-sentei dd{
  width:23em;
}

}

@media only screen and (max-width:599px) {

.pr-certif{
  padding:0.5em 0.5em 0.5em 1em;
  display:block;

}


.pr-certif p{
  font-size:0.8em;
  line-height:1.4;
  padding-right:0;
  width:100%;
}

.pr-certif-img{
  padding-top:1em;
  width:100%;
  text-align:center;
}


.hublueblock:first-of-type{
  margin-top:5%
}
#product{
width:100%;
margin:0 auto;
position:relative;
padding:0;
}

.rlypopct .pr-section{
margin-top:60px;
}

#product .pr-header{
padding:12% 0 0 0;
}

#product .pr-img{
float:none;
width:100%;
overflow:hidden;
max-height:40vmin;
}

#product .pr-img img{
margin-top:-5%;
}
#product .prleft{
float:none;
margin:0 auto;
padding-left:0;
width:100%;
}

#product h1{
font-size:3.84vw;
line-height:1.2;
position:absolute;
top:0;
left:0;
padding:1em 1em 0 1em;
color:#1d8ac8;
}

.pr-bsc h1 span{
  font-size:70% !important;
  display:block;
  font-weight:600;
  padding-left:8em;
}

#product h2.hblueblock, #factory h2.hblueblock{
font-size:1.2em;
line-height:1.3;
margin:5% 0 0 0;
}


.fbt-wrapper .fbtypenb .fbt-main .contents h2.fbttitle{
  font-size:6vw;
}

#product h2 span, #factory h2 span{
font-size:80%;
}

#product h3, , #factory h3{
font-size:0.9em;
padding:0.5em 1em;
}


#product h4, #factory h4{
font-size:0.9em;
padding:0.3em 0;
margin:0.5em 0 0 0;
}


#product .prw{
width:100%;
}

#product .prw .pr-cap{
padding-top:0;
}

#product .prw .pr-subcap{
padding-top:0;
}

#product .prw .pr-list{
padding-top:0;
}

#product .pr-cap{
padding:15px 0;
font-size:0.9em;
width:80%;
margin:0 auto;
}

#product .rohs{
width:80%;
margin:0 auto;
text-align:right;
}

#product .rohs img{
width:20%;
}




#product .iccm{
width:80%;
margin:0 auto;
text-align:right;
}

#product .cemk img{
width:8vw;
}


#product .pr-subcap{
padding:0;
font-size:0.9em;
width:80%;
margin:0 auto;
}

#product .pr-list{
padding:15px 0;
font-size:0.9em;

}

#product .pr-header .pr-list{
width:85%;
margin:0 auto;
}

.pr-main .pr-list{
padding-left:0;
}

#product .pr-main .pr-list{
padding-left:0;
}

.pr-main{
width:85%;
margin:15px auto;
overflow:hidden;
}

#product .announ{
  text-align:center;
}

#product .announ-p{
  font-size:3vw;
}

#product .nmtxt{
font-size:0.9em;
padding:0.5em 1em;
}

.w10{width:60%;}
.w20{width:100%;}
.w25{width:100%;}
.w30{width:100%;}
.w40{width:100%;}
.w45{width:100%;}
.w50{width:100%;}
.w60{width:100%;}
.w70{width:100%;}
.w80{width:100%;}
.w90{width:100%;}

#product .prlistbt{
font-size:0.9em;
padding:0.5em 2em;
}

.pr-dl{
width:80%;
margin:1em auto 0.5em auto;
}

.pr-dl .dl-tl{
font-size:1.4em;
}

.ml-dl{
width:80%;
margin:1em auto 0.5em auto;
}

.ml-dl .dl-tl{
font-size:1.2em;
}

.pr-bt .pr-contact{
font-size:1.3em;
width:80%;
padding:0.5em 0;
margin:2px 3px;
}

.pr-bt .pr-product{
font-size:1.3em;
width:80%;
padding:0.5em 0;
margin:2px 3px;
}

.abbewapper{
 width:100%;
margin:0 auto;
}

.iframewp{
position:relative;
padding:200% 0 0 0;
height:0;
width:100%;

}

.iframewp iframe,
.iframewp object,
.iframewp embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}




.howabbe{
text-align:center !important;
padding:0;
}

.abbewapper .howabbe li{
font-size:0.9em;
display:inline-block;
padding:0 0.5em;
margin:3px 0;
width:80%;
text-align:center;
}

.abbewapper .howabbe li a{
display:block;
}

#product .pr-button{
text-align:center;
padding-bottom:0;
}

#product .pr-button li{
width:80%;
}

#product .pr-button li a{
height:60px;
}

#product .pr-button li a::after{
height:60px;
}

#product .pr-button li a:hover::after{
height:60px;
}

.tspace{
margin-top:15px !important;
}

.bspace{
margin-bottom:0.5em !important;
}

#product .pr-c-wapper{
margin:0.5em auto;
}

#product .pr-spoff .pr-spoffm{
font-size:1.1em;
}



#product .hedbt.eaproduct{
	margin:20px auto !important;
}

#product .hedbt{
	text-align:center;
}

.pr-bsc h1{
  font-size:clamp(1.7rem, 5.2vw, 4.8rem) !important;
  display:block !important;
  position:static !important;
}

.pr-bsc h2{
  font-size:clamp(2rem, 3.6vw, 4rem) !important;
  padding:0 55px !important;
  margin:1em auto 0 auto;
  line-height:1.4;
}

.pr-bsc h2:before, .pr-bsc h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #546063;
}

.pr-bsc h3 {
  padding:0.1em 0.7em;
  font-size:clamp(1.5rem, 3vw, 3rem) !important;
  margin-top:1em;
}

.pr-bsc .pr-bsc-in{
  width:85%;
  margin:0 auto;
}

.pr-bsc .pr-bsc-inn{
  width:100%;

}

.pr-bsc .bsc-list li{
  background:#546063;
  color:#FFFFFF;
  font-weight:bold;
  border-radius:30px;
  text-align:center;
  padding:0.5em 2em;
  margin:.5em .5em;
  font-size:85%;
}

.pr-bsc .bsc-sentei{
  background:#e6e6e6;
  border-radius:20px;
  padding:1em 1em;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  width:100%;
}

.pr-bsc .bsc-sentei dt{
  width:6em;
}

.pr-bsc .bsc-sentei dd{
  padding-left:1em;
}

}






#valuechaign{
width:100%;
margin:0 auto;
text-align:center;
padding:2em 0;
background: url(../../images/about/valuechaign/bg.png) no-repeat center bottom;
  background-size:130% auto;
overflow:hidden;
}

#valuechaign #valueanim{

max-width:280px;
height:960px;
margin:0 auto;
position:relative;
}


#valuechaign #valuline img, #valuechaign #value1 img, #valuechaign #value2 img, #valuechaign #value3 img, #valuechaign #value4 img, #valuechaign #value5 img, #valuechaign #value6 img, #valuechaign #value7 img, #valuechaign #value8 img, #valuechaign #value9 img, #valuechaign #value10 img, #valuechaign #value11 img, #valuechaign #value12 img, #valuechaign #value13 img, #valuechaign #value14 img{
width:100%;
}

#valuechaign .valbt{
width:60px;
}

#valuechaign .valbt a{
opacity:1;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

#valuechaign .valbt a:hover{
opacity:0.5;
}


#valuechaign #value1{
position:absolute;
top:0;
left:54.3%;
right:5.3%;
width:40.4%;
}

#valuechaign #value1 #bt1{
position:absolute;
top:0;
right:-21%;
width:40px;
}


#valuechaign #value2{
position:absolute;
top:50px;
left:23.75%;
right:45.75%;
width:30.5%;
}

#valuechaign #value2 #bt2{
position:absolute;
top:0;
left:-24%;
width:40px;
}


#valuechaign #value3{
position:absolute;
top:130px;
left:35.4%;
right:34%;
width:28.6%;
}


#valuechaign #value4{
position:absolute;
top:215px;
left:-3%;
width:100%;
}

#valuechaign #value4 #bt3{
position:absolute;
top:0;
right:-3%;
width:40px;
}

#valuechaign #value4 #bt4{
position:absolute;
top:4%;
right:30%;
width:40px;
}

#valuechaign #value4 #bt5{
position:absolute;
top:38%;
left:40%;
width:40px;
}

#valuechaign #value4 #bt6{
position:absolute;
top:47%;
right:-5%;
width:40px;
}

#valuechaign #value4 #bt7{
position:absolute;
top:67%;
left:16%;
width:40px;
}

#valuechaign #value4 #bt8{
position:absolute;
top:67%;
right:12%;
width:40px;
}

#valuechaign #value4 #bt9{
position:absolute;
top:82%;
left:39%;
width:40px;
}


#valuechaign #value5{
position:absolute;
top:580px;
left:3%;
right:73.2%;
width:26.8%;
}

#valuechaign #value6{
position:absolute;
top:580px;
right:2%;
width:26.8%;
}

#valuechaign #value7{
position:absolute;
top:660px;
left:12%;
width:26.8%;
}

#valuechaign #value8{
position:absolute;
top:660px;
right:12%;
width:26.8%;
}

#valuechaign #value9{
position:absolute;
top:740px;
left:0;
width:26.8%;
}

#valuechaign #value10{
position:absolute;
top:740px;
right:0;
width:26.8%;
}

#valuechaign #value11{
position:absolute;
top:710px;
left:38%;
right:0;
width:26.8%;
}

#valuechaign #value12{
position:absolute;
top:810px;
left:18%;
width:26.8%;
}

#valuechaign #value13{
position:absolute;
top:810px;
right:18%;
width:26.8%;
}

#valuechaign #value14{
position:absolute;
top:870px;
left:-5%;
width:26.8%;
}

#valuechaign #value15{
position:absolute;
top:870px;
right:-5%;
width:26.8%;
}

.value-popcont{
position:relative;
margin:0 auto;
font-size:0.8em;
background:#efefef;
width:100%;
padding:1em 2em;
border-radius:5px;
}

.value-popcont h2{
font-size:1.2em;
padding-top:1em;
}

.value-popcont .vlpcont{

}

.value-popcont .vlpcont::before, .value-popcont .vlpcont::after {
content: "";
display: table;
}
.value-popcont .vlpcont::after {
clear: both;
}

.value-popcont p{
padding:0 0.5em;
}



.value-popcont .vimg{
width:80%;
text-align:center;
margin:0 auto;
}

.value-popcont img{
 width:100%;
 height:auto;
}

.value-popcont .vpop-dismiss{
text-align:center;
padding-top:1.5em;
}




@media only screen and (min-width:480px) {

#valuechaign #valueanim{
height:850px;
  background-size:110% auto;
}

#valuechaign #value5{
position:absolute;
top:570px;
left:-5%;
right:73.2%;
width:26.8%;
}

#valuechaign #value6{
position:absolute;
top:570px;
right:-10%;
width:26.8%;
}

#valuechaign #value7{
position:absolute;
top:640px;
left:12%;
width:26.8%;
}

#valuechaign #value8{
position:absolute;
top:640px;
right:12%;
width:26.8%;
}

#valuechaign #value9{
position:absolute;
top:670px;
left:-18%;
width:26.8%;
}

#valuechaign #value10{
position:absolute;
top:670px;
right:-18%;
width:26.8%;
}

#valuechaign #value11{
position:absolute;
top:700px;
left:38%;
right:0;
width:26.8%;
}

#valuechaign #value12{
position:absolute;
top:750px;
left:3%;
width:26.8%;
}

#valuechaign #value13{
position:absolute;
top:750px;
right:3%;
width:26.8%;
}

#valuechaign #value14{
position:absolute;
top:780px;
left:-30%;
width:26.8%;
}

#valuechaign #value15{
position:absolute;
top:780px;
right:-30%;
width:26.8%;
}

.value-popcont .hasimg p{
width:70%;
float:left;
}

.value-popcont .vimg{
width:30%;
float:left;
}

.value-popcont img{
 width:100%;
 height:auto;
}

}

@media only screen and (min-width:700px) {

#valuechaign{
padding:20px 0;
  background-size:110% auto;
}

#valuechaign #valueanim{
max-width:400px;
height:1180px;
}

#valuechaign #value1{
position:absolute;
top:0;
left:54.3%;
right:5.3%;
width:40.4%;
}

#valuechaign #value1 #bt1{
position:absolute;
top:0;
right:-5%;
width:40px;
}


#valuechaign #value2{
position:absolute;
top:72px;
left:23.75%;
right:45.75%;
width:30.5%;
}

#valuechaign #value2 #bt2{
position:absolute;
top:0;
left:-18%;
width:40px;
}


#valuechaign #value3{
position:absolute;
top:187px;
left:35.4%;
right:34%;
width:28.6%;
}


#valuechaign #value4{
position:absolute;
top:311px;
left:-3%;
width:100%;
}

#valuechaign #value4 #bt3{
position:absolute;
top:0;
right:-1%;
width:40px;
}

#valuechaign #value4 #bt4{
position:absolute;
top:6%;
right:30%;
width:40px;
}

#valuechaign #value4 #bt5{
position:absolute;
top:38%;
left:40%;
width:40px;
}

#valuechaign #value4 #bt6{
position:absolute;
top:47%;
right:-5%;
width:40px;
}

#valuechaign #value4 #bt7{
position:absolute;
top:67%;
left:16%;
width:40px;
}

#valuechaign #value4 #bt8{
position:absolute;
top:67%;
right:12%;
width:40px;
}

#valuechaign #value4 #bt9{
position:absolute;
top:82%;
left:40%;
width:40px;
}

#valuechaign #value5{
position:absolute;
top:790px;
left:-10%;
right:73.2%;
width:26.8%;
}

#valuechaign #value6{
position:absolute;
top:790px;
right:-15%;
width:26.8%;
}

#valuechaign #value7{
position:absolute;
top:890px;
left:12%;
width:26.8%;
}

#valuechaign #value8{
position:absolute;
top:890px;
right:6%;
width:26.8%;
}

#valuechaign #value9{
position:absolute;
top:940px;
left:-23%;
width:26.8%;
}

#valuechaign #value10{
position:absolute;
top:940px;
right:-28%;
width:26.8%;
}

#valuechaign #value11{
position:absolute;
top:980px;
left:39%;
right:0;
width:26.8%;
}

#valuechaign #value12{
position:absolute;
top:1040px;
left:3%;
width:26.8%;
}

#valuechaign #value13{
position:absolute;
top:1040px;
right:0;
width:26.8%;
}

#valuechaign #value14{
position:absolute;
top:1070px;
left:-35%;
width:26.8%;
}

#valuechaign #value15{
position:absolute;
top:1070px;
right:-35%;
width:26.8%;
}

.value-popcont{
position:relative;
margin:0 auto;
font-size:1em;
background:#efefef;
width:70%;
padding:2em 3em;
border-radius:5px;
}

}

@media only screen and (min-width:1032px) {

#valuechaign{
  background-size:110% auto;
}

#valuechaign #valueanim{
max-width:523px;
height:1560px;
margin:0 auto;
position:relative;
}


#valuechaign #value1{
position:absolute;
top:0;
left:54.1%;
right:5.5%;
width:40.4%;
}

#valuechaign #value1 #bt1{
position:absolute;
top:0;
right:-3%;
width:60px;
}


#valuechaign #value2{
position:absolute;
top:93px;
left:23.75%;
right:43.05%;
width:30.5%;
}

#valuechaign #value2 #bt2{
position:absolute;
top:10%;
left:-15%;
width:60px;
}


#valuechaign #value3{
position:absolute;
top:244px;
left:35.4%;
right:36%;
width:28.6%;
}


#valuechaign #value4{
position:absolute;
top:405px;
width:100%;
}

#valuechaign #value4 #bt3{
position:absolute;
top:0;
right:-3%;
width:60px;
}

#valuechaign #value4 #bt4{
position:absolute;
top:4%;
right:30%;
width:60px;
}

#valuechaign #value4 #bt5{
position:absolute;
top:38%;
left:40%;
width:60px;
}

#valuechaign #value4 #bt6{
position:absolute;
top:47%;
right:-5%;
width:60px;
}

#valuechaign #value4 #bt7{
position:absolute;
top:67%;
left:16%;
width:60px;
}

#valuechaign #value4 #bt8{
position:absolute;
top:67%;
right:12%;
width:60px;
}

#valuechaign #value4 #bt9{
position:absolute;
top:82%;
left:39%;
width:60px;
}


#valuechaign #value5{
position:absolute;
top:1010px;
left:-13%;
right:73.2%;
width:26.8%;
}

#valuechaign #value6{
position:absolute;
top:1010px;
right:-17%;
width:26.8%;
}

#valuechaign #value7{
position:absolute;
top:1130px;
left:13%;
width:26.8%;
}

#valuechaign #value8{
position:absolute;
top:1130px;
right:8%;
width:26.8%;
}

#valuechaign #value9{
position:absolute;
top:1170px;
left:-25%;
width:26.8%;
}

#valuechaign #value10{
position:absolute;
top:1170px;
right:-30%;
width:26.8%;
}

#valuechaign #value11{
position:absolute;
top:1250px;
left:39%;
right:0;
width:26.8%;
}

#valuechaign #value12{
position:absolute;
top:1300px;
left:2%;
width:26.8%;
}

#valuechaign #value13{
position:absolute;
top:1300px;
right:-2%;
width:26.8%;
}

#valuechaign #value14{
position:absolute;
top:1330px;
left:-40%;
width:26.8%;
}

#valuechaign #value15{
position:absolute;
top:1330px;
right:-45%;
width:26.8%;
}

.value-popcont{
position:relative;
margin:0 auto;
font-size:1em;
background:#efefef;
width:70%;
padding:2em 3em;
border-radius:5px;
}

.value-popcont h2{
font-size:1.2em;
padding-top:1em;
}

.value-popcont p{
padding:0 0.5em;
}

.value-popcont .vpop-dismiss{
text-align:center;
padding-top:1.5em;
}

.value-popcont .vpop-dismiss a{
display:inline-block;
background:#1d8ac8;
padding:0.3em 2em;
border-radius:5px;
color:#FFFFFF;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.value-popcont .vpop-dismiss a:hover{
background:#145176;
}

}


#download{
width:100%;
margin:0 auto;
text-align:center;
padding:1em 0;
overflow:hidden;
position:relative;
}

.contents-main{
width:75%;
margin:0 auto;
}

#download .dleach{
padding:0 0 2em 0;
}

#download .nmtxt{
padding:0.5em 1em;
text-align:center;
}

#download .dwbutton{
  padding:5em 0;
}

#download .dwmenu{
  padding:3em 0;
}

#download .dwout{
  padding:2em;
}

#download .dwout a{
  background:#CCC;
  padding:0.8em 2em;
  border-radius:5px
}

#download .dwout a i{
  padding-left:0.2em;
}

#download .wpmem_msg{
  padding:1em 0;
  background:#fdeeed;
  color:#da534f;
  border-top:1px solid #fcd8d7;
  border-bottom:1px solid #fcd8d7;
  font-size:90%;
  width:100% !important;
  border-left:none !important;
  border-right:none !important;
}

#download .pr-at a{
color:#2c8bc6;
position:relative;
z-index:2;
display:inline-block;
border-radius:3px;
background-color:#f2f2f2;
padding:0 1em;
text-decoration:none;
-webkit-transition: .4s ease 0s;
transition: .4s ease 0s;
font-size:90%;
}

#download .pr-at a::before{
display:block;
content:'';
position:absolute;
z-index:-1;
left:0;
top:0;
bottom:0;
width:0;
background-color: #f2f2f2;
border-radius:3px;
-webkit-transition: .4s ease 0s;
transition: .4s ease 0s;
}


#download .pr-at a:hover{
color:#FFFFFF;
}

#download .pr-at a:hover::before{
width:100%;
background-color:#2c8bc6;
}

#download .dlnmtxt{
padding:0.5em 1em;
text-align:center;
font-size:0.8em;
color:#727272;
}



#download .formsection{
background:#f2f2f2;
border-radius:10px;
padding:2em 0;
max-width:800px;
margin:3em auto;
}

#download .formsection:first-of-type{
margin-top:1em;
}

#download .formsection h4{
font-size:1.2em;
padding-bottom:1em;
}

#download .fmb{

}

#download .nmtbl td{
  vertical-align:top;
}

#download .nonlineL{
  border-left:none;

}

#download .nmtbl td .tbsub{
  font-size:90%;
  line-height:1.4;
}

#download .nonlineR{
  border-right:none;
  
}

#download .nonlineR.chek{
  width:1em;
  vertical-align:top;
}

#download .nmtbl .catll{
  padding:0.5em 0;
  width:20%;
}

#download .nmtbl .webctl{
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:1;
}

#download .nmtbl .webctl:hover{

opacity:.7;
}


#download .nmtbl .ctthumb img{
max-width:100px;
min-width:70px;
width:20%;
}


#download .nmtbl .catllbt{
  vertical-align:top;
  display:inline-block;
  line-height:1.4;
  background:#222;
  color:#fff;
  border-radius:5px;
  font-size:70%;
  padding:0.3em 1em;
  margin:0.3em 0 0 0;
  font-weight:bold;
  cursor:pointer;
}



#download .formsection .loginformBox{
width:50%;
margin:0 auto;
}

#download .formsection .loginformBox .prap{
padding:0.3em 0;
text-align:left;
}

.appformBox{
width:90%;
margin:0 auto;
text-align:left;
overflow:hidden;
}

.appformBox::before, .formBox::after {
content: "";
display: table;
}
.appformBox::after {
clear: both;
}

#download .appformBox .prap{
width:20%;
float:left;
clear:left;
color:#919191;
padding:1em 0 0 0;
text-align:right;
}

#download .appformbutton{
width:75%;
padding-left:25%;
}

#download .appformBox .prapd{
width:60%;
float:left;
vertical-align:middle;
padding:0.3em 1em;
color:#000000;
}

#contact.confirm .appformBox .prap2{
width:100%;
padding:0.5em 0;
text-align:center;
font-weight:bold;
}

#contact.confirm .appformBox .prapd2{
width:100%;
vertical-align:middle;
padding:0.5em 1em;
text-align:center;

}


#download .highlight{
background-color:#2c8bc6;
color:#FFFFFF;
}


.obbutton{
text-align:center;
color:#FFFFFF;
font-size:1.1em;
margin:0.5em 0;
}


.obbutton button{
text-decoration:none;
display:inline-block;
padding:1em 0;
width:100%;
max-width:650px;
background: #2c8bc6;
color:#FFFFFF;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:1;
border:none;
}

.obbutton button:hover{
background: #33a3c5;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
border:none;
}

.obbutton button[disabled]{
opacity:0.5;
}

.downloadbt{
text-align:center;
color:#FFFFFF;
font-size:1.1em;
margin:1em 0 0.5em 0;
}

.downloadbt button{
text-decoration:none;
display:inline-block;
padding:1em 0;
width:100%;
max-width:550px;
background: #2c8bc6;
color:#FFFFFF;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:1;
border:none;
}

.downloadbt button::before{
content:' ';
display:inline-block;
width:2em;
height:1em;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2241px%22%20height%3D%2231.5px%22%20viewBox%3D%220%200%2041%2031.5%22%20enable-background%3D%22new%200%200%2041%2031.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20id%3D%22XMLID_2_%22%20y%3D%2227.5%22%20fill%3D%22%23FFFFFF%22%20width%3D%2241%22%20height%3D%224%22%2F%3E%3Cpolygon%20id%3D%22XMLID_7_%22%20fill%3D%22%23FFFFFF%22%20points%3D%2226.4%2C14.5%2026.4%2C0%2014.4%2C0%2014.4%2C14.5%208.2%2C14.5%2020.7%2C24.5%2033.2%2C14.5%20%22%2F%3E%3Cg%20id%3D%22XMLID_60_%22%3E%3C%2Fg%3E%3C%2Fsvg%3E');
background-repeat:no-repeat;
background-size:auto 100%;
}

.downloadbt button:hover{
background: #33a3c5;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
border:none;
}


@media only screen and (max-width:900px) {

.contents-main{
width:90%;
margin:0 auto;
}

#download .formsection{
width:80%;
}

.formsection .loginformBox{
width:70%;
}

.appformBox .prap{
width:25%;
float:left;
clear:left;
color:#919191;
padding:1em 0 0 0;
text-align:right;
}

.appformBox .prapd{
width:70%;
float:left;
vertical-align:middle;
padding:0.3em 1em;
color:#000000;
}



.appformbutton{
width:88%;
padding-left:30%;
}

#download .nmtxt{
padding:0.5em 1em;
text-align:left;
}

}

@media only screen and (max-width:600px) {

#download .formsection{
width:100%;
border-radius:0;
}

#download .nmtxt{
padding:0.5em 1em;
font-size:0.9em;
}

.formsection .loginformBox{
width:80%;
}


.appformBox{
width:80%;
}

.appformBox .prap{
width:100%;
float:none;
padding:0.5em 0 0 0;
text-align:left;
}

.appformBox .prapd{
width:100%;
float:none;
padding:0.3em 0 0 0;
}

.appformbutton{
width:80%;
margin:1em auto 0 auto;
padding-left:0;
}


#download .fmb{

}

}

@media only screen and (max-width:480px) {
.downloadbt{
text-align:center;
color:#FFFFFF;
font-size:1.1em;
margin:1em 0 0 0;
}

.downloadbt button{
text-decoration:none;
display:inline-block;
padding:1em 1em 1em 4em;
line-height:1.2;
position:relative;
text-align:left;
}

.downloadbt button::before{
content:'';
position:absolute;
top:0.5em;
left:1em;
display:inline-block;
width:2em;
height:3em;
margin-right:1em;
background-repeat:no-repeat;
background-size:100% auto;
background-position:center center;
}

#download .fmb{

}

}


/* 
/* Access section
/* =================================================================== */

#access{
text-align:center;
}

#access .mapwap{
width:100%;
height:400px;	
}
#access #sumitamap{
height:100%;
position:relative;
}

#access .contents-main{
width:80%;
margin:0 auto;
max-width:1500px;
}

#access .contents-main::after{
content: "";
display: block;
clear: both;
}


#access .acleft, #access .acright{
width:48%;
float:left;
margin:0 1%;
}
	
#access #sumitamap .mpinfo {
padding:0.5em 0.2em 1em 0.2em;
text-align:left;
}
#access #sumitamap .mpinfo h4 {
background:none;
color:#000000;
padding:0;
margin: 0;
font-size: 1.3em;
}
#access #sumitamap .mpinfo p {
margin: 0;
font-size: 1em;
}

#access .access-list{
padding:1em 0 0.5em 0;
text-align:left;
width:90%;
margin:0 auto;
}

#access .access-list li{
padding:0.2em 0 0.2em 1em;
text-indent:-0.7em;
line-height:1.6;
}

#access .access-list li span{
font-size:90%;
}

#access .access-list li.train::before{
display:inline-block;
content:"\f238";
font-family:'Font Awesome 5 Free';
font-weight:bold;
padding-right:0.5em;
line-height:1;
color:#2b646e;
}

#access .access-list li.car::before{
display:inline-block;
content:"\f1b9";
font-family:'Font Awesome 5 Free';
font-weight:bold;
padding-right:0.5em;
line-height:1;
color:#2b646e;
}

#access .access-list li.map::before{
display:inline-block;
content:"\f041";
font-family:'Font Awesome 5 Free';
font-weight:bold;
padding-right:0.5em;
line-height:1;
color:#2b646e;
}

#access .access-list li.phone::before{
display:inline-block;
content:"\f098";
font-family:'Font Awesome 5 Free';
font-weight:bold;
padding-right:0.5em;
line-height:1;
color:#2b646e;
}

#access .access-list li.phone a{
font-size:160%;
font-weight:bold;
color:#2b646e;
}





#access #allmap{
margin:20px 0;
}

#access #urawa, #access #tajima, #access #eu, #access #china{
margin:0 0 40px 0;
}


@media only screen and (max-width:1200px) {

#access .contents-main{
width:90%;
}

}

@media only screen and (max-width:1000px) {

#access .acleft, #access .acright{
width:100%;
float:none;
margin:0%;
}

}

@media only screen and (max-width:599px) {
#access .mapwap{
height:200px;	
}


}


/* 
/* outline section
/* =================================================================== */

#outline{
padding:3em 0;

}

#outline .contents-main{
width:60%;
margin:0 auto;
}

.otdllist{
color:#4a5a5e;
width:100%;
}

.otdllist::after {
content: "";
display: block;
clear: both;
}

.otdllist dt{
float:left;
clear:left;
width:20%;
border-bottom:1px solid #ccd8db;
display:block;
padding:0.5em 1.5em;
}

.otdllist dd{
float:left;
width:80%;
border-bottom:1px solid #ccd8db;
display:block;
padding:0.5em 1.5em;
}

.otdllist dd .otlist{

}

.otdllist dd .otlist li{
padding:0.3em 0;
border-bottom:1px solid #e4ebed;
}

.otdllist dd .otlist li:last-child{
border-bottom:none;
}

.otdllist dd .otlist li span{
color:#798b91;
font-weight:bold;
}

@media only screen and (max-width:900px) {

#outline .contents-main{
width:80%;
}

}

@media only screen and (max-width:620px) {

.otdllist dt{
float:none;
width:100%;
border-top:1px solid #ccd8db;
border-bottom:none;
font-weight:bold;
padding:0.5em 1.5em 0 1.5em;
}

.otdllist dd{
float:none;
width:100%;
border-bottom:none;
display:block;
padding:0.5em 1.5em;
}



}

/* 
/* factory section
/* =================================================================== */

#factory{
width:80%;
margin:0 auto;

}

#factory .contents-main{
width:95%;
margin:0 auto;
padding:1em 0;
}


#factory .factol{
padding:1em 0 2em 0;
}

#factory .factol::after{
content: "";
display: block;
clear: both;
}

#factory .factoln{
padding:1em 0 2em 0;
width:90%;
margin:0 auto;
}

#factory .factoln::after{
content: "";
display: block;
clear: both;
}

#factory .factfl{
float:left;
width:46%;
margin:0 2%;
}

#factory .factfl img{
width:100%;

}

#factory .factfl .factimg{
display:inline-block;
position:relative;
overflow:hidden;
padding:6px;
}

#factory .factfl .factimg img{

}

#factory .factfl .factimg::before,
#factory .factfl .factimg::after{
content: "";
position: absolute;
z-index: 1;
width: 50px;
height: 50px;
background: #fff;
transform: rotate(-40deg);
}

#factory .factfl .factimg::before{
box-shadow: 0 10px 8px -10px rgba(0, 0, 0, 0.8);
	top: -30px;
	bottom: auto;
	right: auto;
	left: -25px;
}

#factory .factfl .factimg::after{
box-shadow: 0 -10px 12px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -30px;
	right: -25px;
	left: auto;
}



#factory .mel{
padding: 0.5em 1em;
}

#factory .sel{
padding: 1em 1em 0.5em 1em;
font-size:90%;
color:#798b91;
font-weight:bold;
}

#factory h4{
margin:0;
}

@media only screen and (max-width:900px) {

#factory{
width:90%;
margin:0 auto;
overflow:hidden;
}

}

@media only screen and (max-width:700px) {

#factory .factoln{
padding:1em 0 2em 0;
width:100%;
margin:0 auto;
}


}

@media only screen and (max-width:600px) {

#factory .factoln{
padding:0;
width:100%;
margin:0 auto;
}

#factory .factfl{
float:none;
width:90%;
margin:1em auto;
}

}

@media only screen and (max-width:480px) {

#factory .factol{
padding:0.5em 0 1em 0;
}

#factory .mel{
padding: 0.5em 0;
}

#factory .mel.infact{
font-size:90%;
}

#factory .sel{
padding: 0.5em 0 0.3em 0;
font-size:90%;
color:#798b91;
font-weight:bold;
}

}


/* 
/* history section
/* =================================================================== */


#history{
width:80%;
margin:3em auto;
}


.historybase{
position:relative;
}

.historybase .histimg1{
width:40%;
height:300px;
background:url(../../images/about/history/img01.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
position:absolute;
top:3%;
right:-10%;
z-index:-1;
}

.historybase .histimg2{
width:200px;
height:200px;
background:url(../../images/about/history/img02.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:5%;
left:-10%;
z-index:-1;
}

.historybase .histimg3{
width:100px;
height:100px;
background:url(../../images/about/history/img03.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:10%;
left:-5%;
z-index:-1;
}

.historybase .histimg4{
width:200px;
height:200px;
background:url(../../images/about/history/img04.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:13%;
right:20%;
z-index:-1;
}

.historybase .histimg5{
width:150px;
height:150px;
background:url(../../images/about/history/img05.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:23%;
right:3%;
z-index:-1;
}

.historybase .histimg6{
width:100px;
height:100px;
background:url(../../images/about/history/img06.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:25%;
left:-8%;
z-index:-1;
}

.historybase .histimg7{
width:150px;
height:150px;
background:url(../../images/about/history/img07.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:30%;
right:-10%;
z-index:-1;
}

.historybase .histimg8{
width:200px;
height:200px;
background:url(../../images/about/history/img08.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:40%;
left:0;
z-index:-1;
}

.historybase .histimg9{
width:200px;
height:200px;
background:url(../../images/about/history/img09.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:55%;
right:10%;
z-index:-1;
}

.historybase .histimg10{
width:150px;
height:150px;
background:url(../../images/about/history/img10.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:50%;
right:0;
z-index:-1;
}

.historybase .histimg11{
width:150px;
height:150px;
background:url(../../images/about/history/img11.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:63%;
right:20%;
z-index:-1;
}

.historybase .histimg12{
width:100px;
height:100px;
background:url(../../images/about/history/img12.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:68%;
left:20%;
z-index:-1;
}

.historybase .histimg13{
width:100px;
height:100px;
background:url(../../images/about/history/img13.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:68%;
right:0;
z-index:-1;
}

.historybase .histimg14{
width:200px;
height:200px;
background:url(../../images/about/history/img14.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:72%;
left:0;
z-index:-1;
}

.historybase .histimg15{
width:200px;
height:200px;
background:url(../../images/about/history/img15.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:73%;
right:-3%;
z-index:-1;
}

.historybase .histimg16{
width:200px;
height:200px;
background:url(../../images/about/history/img16.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:85%;
right:10%;
z-index:-1;
}

.historybase .histimg17{
width:150px;
height:150px;
background:url(../../images/about/history/img17.jpg) no-repeat 0 0;
background-size:100% auto;
opacity:.3;
border-radius:50%;
position:absolute;
top:92%;
right:20%;
z-index:-1;
}

.historybase #histline{
position:absolute;
left:0;
top:0;
overflow:hidden;
}

.historybase #histline #linesvg{

}

.historybase #histline #target_path{
fill:none;
}



.histories{
padding-bottom:120px;
}



.histories .histblock{
padding: 1em 0 1em 80px;
margin:0;
color:#556063;
position:relative;
}

.histories .histblock::after{
content: "";
display: block;
clear: both;
}

.histories .histball{
position:absolute;
top:10px;
left:0;

}


.histories .histball .circleflow{
background:#FFFFFF;
border:1px solid #556063;
border-radius:50%;
width:40px;
height:40px;
position:absolute;
top:10px;
left:10px;
}

.histories .histball.flow .circleflow{
animation-name: circlef;
animation-duration: 2s;
animation-timing-function: ease;
animation-iteration-count:infinite;
}

.histories .histball.flow .circlem{
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
background:#eee;
}

@keyframes circlef {
0% {
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
}
100%{
opacity:0;
transform:scale(1.5);
-webkit-transform:scale(1.5);
}
}


.histories .histball .circlem{
background:#FFFFFF;
border:1px solid #556063;
border-radius:50%;
width:40px;
height:40px;
position:absolute;
top:10px;
left:10px;
}


.histories .histblock .hiyear{
float:left;
width:140px;
text-align:right;
padding-right:2em;
margin:0;
}

.histories .histblock .hiyear .font-oswald{
font-size:2.7em;
font-weight:bold;
line-height:1;
}

.histories .histblock .histj{
display:block;
line-height:1;
}

.histories .histblock .histol{
float:left;
width:80%;
border:1px solid #ccd8db;
padding:0 1.5em;
position:relative;
margin:0;
background-color:rgba(255,255,255,.7);
}

.histories .histblock .histol::before{
content:'';
height:0;
width:0;
border:8px solid transparent;
border-right:12px solid #FFFFFF;
position:absolute;
left:-20px;
top:10px;
z-index:2;
}

.histories .histblock .histol::after{
content:'';
height:0;
width:0;
border:10px solid transparent;
border-right:14px solid #ccd8db;
position:absolute;
left:-24px;
top:8px;
z-index:1;
}

.histories .histblock .histol .histline{
border-bottom:1px solid #e4ebed;
padding:0.8em 0;
}

.histories .histblock .histol .histline:last-child{
border-bottom:none;
}

@media only screen and (max-width:982px) {

#history{
width:100%;
margin:3em 0 3em 0;
padding-left:1em;
overflow:hidden;
}

.histories{
padding-bottom:2em;
}

.histories .histblock .histol{
width:75%;
}

.historybase .histimg1{
width:50%;
right:0;
}

.historybase .histimg2{
width:150px;
height:150px;
left:0;
}

.historybase .histimg3{
top:10%;
left:10%;
}

.historybase .histimg4{
width:150px;
height:150px;
top:13%;
right:5%;
}

.historybase .histimg5{
top:23%;
right:0;
}

.historybase .histimg6{
top:25%;
left:-1%;
}

.historybase .histimg7{
top:30%;
right:10%;
}

.historybase .histimg8{
width:150px;
height:150px;
top:40%;
left:0;
}

.historybase .histimg9{
top:55%;
right:5%;
}

.historybase .histimg10{

top:50%;
right:0;
}

.historybase .histimg11{

top:63%;
right:10%;
}

.historybase .histimg12{

top:68%;
left:20%;
}

.historybase .histimg13{
top:68%;
right:0;
}

.historybase .histimg14{
width:150px;
height:150px;
top:72%;
left:0;
}

.historybase .histimg15{
top:73%;
right:5%;
}

.historybase .histimg16{
width:150px;
height:150px;
top:86%;
right:5%;
}

.historybase .histimg17{
top:92%;
right:10%;
}

}

@media only screen and (max-width:760px) {

.histories .histblock .hiyear{
float:left;
width:120px;
text-align:right;
padding-right:2em;
margin:0;
}

.histories .histblock{
padding: 1em 0 1em 50px;
margin:0;
color:#556063;
position:relative;
}

}

@media only screen and (max-width:660px) {

.histories .histblock .hiyear{
width:110px;
font-size:0.9em;
}

.histories .histblock .histol{
width:70%;
}

}

@media only screen and (max-width:480px) {

#history{
margin:2em 0 1em 0;
padding-left:0;
}

.historybase .histimg1,.historybase .histimg2,.historybase .histimg3,.historybase .histimg4,.historybase .histimg5,.historybase .histimg6,.historybase .histimg7,.historybase .histimg8,.historybase .histimg9,.historybase .histimg10,.historybase .histimg11,.historybase .histimg12,.historybase .histimg13,.historybase .histimg14,.historybase .histimg15,.historybase .histimg16,.historybase .histimg17{
background:none;
}

.historybase #histline{
left:-10px;
top:0;
}

.histories{
padding-bottom:1em;
}

.histories .histball .circleflow{
width:30px;
height:30px;
top:0;
left:5px;
}


.histories .histball .circlem{
width:30px;
height:30px;
top:0;
left:5px;
}

.histories .histblock .hiyear{
width:90%;
font-size:0.8em;
float:none;
padding-right:0;
padding-left:10px;
text-align:left;
}

.histories .histblock .histj{
display:inline-block;
}

.histories .histblock{
padding: 1em 0 1em 30px;
}

.histories .histblock .histol{
width:90%;
float:none;
font-size:0.9em;
margin-top:0.5em;
margin-left:1em;
}

}

/* 
/* about section
/* =================================================================== */

#about{
width:100%;
margin:3em auto;
overflow:hidden;
color:#556063;
position:relative;
}

#about::after{
content:'';
width:100%;
height:100%;
position:absolute;
bottom:0;
right:0;
background:url(../../images/about/about/bg.png) no-repeat right bottom;
background-size:auto 100%;
z-index:-1;
opacity:.3;
}



#about .aboutol{
width:80%;
margin:0 auto;
}

.about_nmt{
padding:1em 0;

}

.about_nmt .pc{
display:block;
}

.contens_video{
width:100%;
margin:1em auto;
max-width:800px;
}

.contens_video .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
overflow:hidden;
height:0;
}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media only screen and (max-width:670px) {

#about{
width:100%;
margin:1em auto;
}

#about::after{

background-position: right top;
background-size:auto 80%;
z-index:-1;
opacity:.3;
}

.about_nmt.center{
text-align:left;
}

.about_nmt .pc{
display:none;
}

}

/* 
/* raoughly section
/* =================================================================== */

#raoughly{
width:100%;
margin:3em auto;
overflow:hidden;
color:#556063;
position:relative;
}

#raoughly .rlyList{
width:80%;
margin:0 auto;
}

#raoughly .rlyList li{
width:45%;

position:relative;
display:inline-block;
margin:1em 2% 1em 2%;
overflow:hidden;
}

#raoughly .rlyList li a{
display:block;
padding-top:50%;

  transition:transform .5s ease-in-out, filter .3s ease-in-out;
  -webkit-transition:-webkit-transform .5s ease-in-out, filter .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1); 
}

#raoughly .rlyList li a.rlybg1{
background:url(../../images/about/raoughly/img01.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a.rlybg2{
background:url(../../images/about/raoughly/img02.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a.rlybg3{
background:url(../../images/about/raoughly/img03.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a.rlybg4{
background:url(../../images/about/raoughly/img04.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a.rlybg5{
background:url(../../images/about/raoughly/img05.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a.rlybg6{
background:url(../../images/about/raoughly/img06.jpg) no-repeat center top;
background-size:100% auto;
}

#raoughly .rlyList li a:hover{
    -webkit-transform: scale(1.02);
    transform: scale(1.02); 
-webkit-filter: contrast(180%);
     filter: contrast(180%);
}

#raoughly .rlyList li::after{
display:block;
position:absolute;
top:0;
left:0;
border-right:80px solid transparent;
border-top:80px solid #FFFFFF;
content:'';
}

#raoughly .rlyList li .rlybx{

background:#2c8bc6;
color:#FFFFFF;
padding:2em 1em 1em 1em;
position:relative;
font-size:2em;
line-height:1.2;
}

#raoughly .rlyList li .rlybx p{
padding-right:2em;
font-weight:bold;
}

#raoughly .rlyList li .rlybx span{
display:block;
font-size:40%;
font-weight:normal;
line-height:2;
}

#raoughly .rlyList li .rlybx .number{
position:absolute;
top:10px;
right:15px;
font-size:2.5em;
line-height:1;
font-weight:bold;
}


.rlypopct .mfp-wrap{
top:0 !important;

}

.rlypopct .mfp-bg{
background:#FFFFFF;
opacity:1 !important;

}


.rly-popcont{
position:relative;
margin:90px auto 0 auto;
background:#FFFFFF;
width:100%;
-webkit-overflow-scrolling: touch;

}

.rly-popcont .rlynavi{
background:#2c8bc6;
text-align:center;
padding:1em;
}

.rly-popcont .rlynavi li{
display:inline-block;
margin:0.2em 0.2em;
}

.rly-popcont .rlysection{
position:relative;
margin:2em auto;
}

.rly-popcont .rlysection h2{
padding-bottom:1em;
margin-bottom:1em;
text-align:center;
border-bottom:1px solid #92aab3;
}

.rly-popcont .rlysection .rly-reed{
font-weight:bold;
text-align:center;
padding:1em 0;
}

.rly-popcont .rlysection .rly-img{
text-align:center;
padding:1em 0;
}

.rly-popcont .rlysection .rly-at{
color:#556063;
font-size:80%;
}

.rly-popcont .rlysection .rly-nmt{
color:#556063;
padding:1em 0;
width:60%;
margin:0 auto;
}

.rly-popcont .rlysection .rly-listbx{
margin:1em auto;
background:#92aab3;
border-radius:5px;
padding:1em 2em;
font-size:90%;
}

.rly-popcont .rlysection .rly-listbx li{
color:#FFFFFF;
padding:0 0 0 1em;
text-indent:-1em;
}

.rly-popcont .rlysection .rly-dlbx{
margin:1em auto;
background:#92aab3;
border-radius:5px;
padding:1em 2em;
font-size:90%;
color:#FFFFFF;
}

.rly-popcont .rlysection .rly-dlbx2{
margin:1em auto;
background:#50acc9;
border-radius:5px;
padding:1em 2em;
font-size:90%;
color:#FFFFFF;
}

.rly-popcont .rlysection .rly-dlbx:after,.rly-popcont .rlysection .rly-dlbx2:after {
content: "";
display: block;
clear: both;
}

.rly-popcont .rlysection .rly-dlbx dt, .rly-popcont .rlysection .rly-dlbx2 dt{
float:left;
clear:left;
font-weight:bold;
width:20%;
padding:0.3em 0;
}

.rly-popcont .rlysection .rly-dlbx dd, .rly-popcont .rlysection .rly-dlbx2 dd{
float:left;
border-bottom:1px solid #FFF;
padding:0.3em 0 0.3em 1em;
width:80%;
}

.rly-popcont .rlysection .rly-dlbx dd:last-of-type, .rly-popcont .rlysection .rly-dlbx2 dd:last-of-type{
border-bottom:none;
}

.rly-popcont .rlymenu{
text-align:center;
background:#2c8bc6;
padding:1em 0;
font-size:1.2em;
}

.rly-popcont .rlymenu li{
display: inline-block;
padding:0 1em;
}

.rly-popcont .rlymenu li a{
 transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
color:#FFFFFF;
}

.rly-popcont .rlymenu a:hover{
color:#e2e2e2;
}



@media only screen and (max-width:1140px) {

#raoughly .rlyList{
width:90%;
}

}

@media only screen and (max-width:1130px) {

.rly-popcont{
margin:80px auto 0 auto;
}

}


@media only screen and (max-width:1030px) {

.rly-popcont{
margin:60px auto 0 auto;
}

}

@media only screen and (max-width:900px) {

.rlypopct .mfp-container{
padding:0;
}

.rly-popcont .rlysection .rly-nmt{
width:70%;
}

}

@media only screen and (max-width:768px) {

#raoughly .rlyList li .rlybx{
font-size:1.8em;
}


}

@media only screen and (max-width:700px) {

#raoughly .rlyList{
width:70%;
}

#raoughly .rlyList li{
width:100%;
margin:1em 0 1em 0;
}

#raoughly .rlyList li .rlybx{
font-size:2em;
}

.rly-popcont .rlysection .rly-reed{
width:80%;
margin:0 auto;
text-align:left;
}


.rly-popcont .rlysection h2 img{
max-width:90%;
width:auto;
height:auto;
}

}

@media only screen and (max-width:450px) {

#raoughly .rlyList{
width:80%;
}

#raoughly .rlyList li .rlybx{
font-size:1.6em;
padding:1em 1em 1em 1em;
}

#raoughly .rlyList li .rlybx span{
padding-right:6em;
}

.rly-popcont .rlysection .rly-reed{
font-size:90%;
}

.rly-popcont .rlysection .rly-nmt{
font-size:90%;
width:80%;
margin:0 auto;
}

.rly-popcont .rlysection .rly-dlbx dt{
float:none;
clear:none;
font-weight:bold;
width:100%;
padding:0.5em 0 0.2em 0;
}

.rly-popcont .rlysection .rly-dlbx dd{
float:none;
border-bottom:1px solid #FFF;
padding:0 0 0.3em 1em;
width:100%;
}

}


/* 
/* policy section
/* =================================================================== */

#policy{
width:100%;
margin:3em auto;
overflow:hidden;
color:#556063;
position:relative;
}

#policy .plnmt{
padding:1em 0;
}

#policy .policymain{
width:70%;
margin:0 auto;
}

#policy .policydl{

}

#policy .policydl > dt{
font-size:120%;
font-weight:bold;
}

#policy .policydl > dd{
padding:0.5em 1em 2em 1em;
}

#policy .policy-list .ploutline .policydlin dt{
font-weight:bold;
}

#policy .policy-list .ploutline .policydlin dd{
padding:0 0 1em 1em;
}

#policy .policy-list li.ploutline.nm{
padding-left:1em;
text-indent:-1.2em;
}

#policy .policy-list li.ploutline .policy-in{
padding:0.5em 0 0.5em 1.2em;
}

#policy .policy-list li.ploutline .policy-in li{
padding-left:1em;
text-indent:-1.2em;
}

#policy .policycert{
width:80%;
margin:0 auto;
border-top:1px solid #92aab3;
padding:1em 0;
}

#policy .policycert .certt{
font-size:1.4em;
text-align:center;
font-weight:bold;
padding:1em 0;
}

#policy .policycert .certt .sp{
display:none;
}

#policy .policycert .certbox{
text-align:center;
padding:1em 0;
}

#policy .policycert .certbox:after {
content: "";
display: block;
clear: both;
}

#policy .policycert .certbox .certLeft{
width:40%;
float:left;
}

#policy .policycert .certbox .certRight{
width:60%;
float:left;
padding-top:2em;
}

#policy .policycert .certbox .certdl{
text-align:left;
width:90%;
margin: 2em auto 0 auto;
}

#policy .policycert .certbox .certdl:after {
content: "";
display: block;
clear: both;
}

#policy .policycert .certbox .certdl dt{
float:left;
clear:left;
width:24%;
border-bottom:1px solid #eee;
padding-right:1%;
}

#policy .policycert .certbox .certdl dd{
float:left;
width:75%;
border-bottom:1px solid #eee;
}

#policy .policycert .certbox .epolicynm{
width:80%;
margin:0 auto;
}

#policy .mineral{
  width:75%;
  margin:0 auto;
  padding:2em 0;
}

#policy .mineral dt{
  font-size:1.6em;
  font-weight:bold;
  text-align:center;
  background:#666;
  color:#fff;
}

#policy .mineral dd{
  padding:1em 2em;
  border:1px solid #666;
}

@media only screen and (max-width:980px) {

#policy .policycert{
width:90%;
}

#policy .policycert .certt{
font-size:1.3em;
text-align:center;
font-weight:bold;
padding:1em 0;
}

#policy .policycert .certt .sp{
display:block;
}

#policy .policycert .certbox .certLeft{
width:30%;
float:left;
}

#policy .policycert .certbox .certRight{
width:70%;
float:left;
padding-top:2em;
}

#policy .policycert .certbox .certdl{
font-size:90%;
width:80%;
}

#policy .policycert .certbox .certdl dt{
width:27%;
}

#policy .policycert .certbox .certdl dd{
width:72%;
}

}

@media only screen and (max-width:768px) {

#policy .policymain{
width:80%;
margin:0 auto;
}

}

@media only screen and (max-width:600px) {

#policy{
margin:2em auto;
}

#policy .policymain{
width:90%;
font-size:90%;
}

#policy .policycert .certt{
font-size:1.1em;
}

#policy .policycert .certbox .certLeft{
width:60%;
margin: 0 auto;
float:none;
}

#policy .policycert .certbox .certRight{
width:90%;
margin:0 auto;
float:none;
padding-top:2em;
}

#policy .policycert .certbox .certRight img{
width:50%;
margin:0 auto;
}

#policy .policycert .certbox .certdl{
width:100%;
}

#policy .policycert .certbox .certdl dt{
width:32%;
}

#policy .policycert .certbox .certdl dd{
width:67%;
}

#policy .mineral{
  width:85%;
}

#policy .mineral dt{
  font-size:1.4em;
}

}

/* 
/* recruit section
/* =================================================================== */

#recruit{
width:80%;
margin:2em auto;
overflow:hidden;
color:#556063;
position:relative;
}

#recruit h2{
margin:1em auto;
}

#recruit .recnmt{
width:90%;
margin:0 auto;
padding:1em 0;
}

#recruit h4{
width:90%;
margin: 1em auto 0 auto;
}

#recruit .recruitbx{
border:5px solid #a2afb4;
margin:2em auto;
}

#recruit .recruitbx a{
font-weight:bold;
}

#recruit .tokubt {
  text-align:center;
  background:url(../../images/about/recruit/nazepiyo_bg.png) no-repeat center center;
  background-size:auto 100%;
}

#recruit .tokubt a{
  margin:2rem auto;
  width: 155px;
  height: 175px;
  border-radius : 80% 80% 70% 70% / 100% 100% 65% 65%;
  background: radial-gradient(circle farthest-corner at 30% 20%,rgba(255, 255, 255, 1) 0%, rgba(254, 247, 212, 1) 30%, rgba(253, 235, 149, 1) 100%);
  display:inline-block;
  text-align:center;
  padding:1rem 2rem;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
  border:1px solid #dddddd;
}

@media only screen and (max-width:480px) {
  #recruit .tokubt a{
    width: 125px;
    height: 145px;
  }
}

#recruit .tokubt a:before{
  content:'特設ページは\Aこちら';
  white-space: pre;
  font-size:clamp(1.6rem, 2vw, 2rem);
  line-height:1.2;
  font-weight:bold;
  color:#FFFFFF;
  text-shadow    : 
       2px  2px 1px #0091c6,
      -2px  2px 1px #0091c6,
       2px -2px 1px #0091c6,
      -2px -2px 1px #0091c6,
       2px  0px 1px #0091c6,
       0px  2px 1px #0091c6,
      -2px  0px 1px #0091c6,
       0px -2px 1px #0091c6;
}

#recruit .tokubt a:hover:before{
  content:'＼待ってるよー／';
  white-space: pre;
  font-size:95%;

}

#recruit .tokubt a:hover{
  background:;
}

#recruit .tokubt a{
  animation: korokoro 2.5s linear 0s infinite;
  opacity: 1;
}

#recruit .tokubt a:hover{
  animation: puyon 1.0s linear 0s 1;
  opacity: 1;
}

@keyframes korokoro {
  0%   { transform: translate(6%, 0%) rotate(6deg); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  95%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(2%, 0%) rotate(2deg); }
}

@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/*#recruit .tokubt a{
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}*/
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}


/* 
/* media section
/* =================================================================== */

#media{
width:80%;
margin:2em auto;
overflow:hidden;
position:relative;
}

#media .mediabx{
padding-bottom:4em;
}



.mediabx .mediablock{
padding: 1em 0 1em 0;
margin:0;
position:relative;
}

.mediabx .mediablock::after{
content: "";
display: block;
clear: both;
}

.mediabx .mediablocknone{
padding: 1em 0 1em 0;
margin:0;
position:relative;
}

.mediabx .mediablocknone .medistol{
width:80%;
padding:0 2em;
position:relative;
margin:0 0 0 160px;
background-color:#eaeaea;
}


.mediabx .mediablock .mediyear{
float:left;
width:160px;
text-align:center;
padding-right:1em;
margin:0;
}

.mediabx .mediablock .mediyear.font-oswald{
font-size:2.7em;
font-weight:bold;
line-height:1;
}

.mediabx .mediablock .medij{
display:block;
line-height:1;
font-size:75%;
}

.mediabx .mediablock .medistol{
float:left;
width:80%;
padding:0 2em;
position:relative;
margin:0;
background-color:#eaeaea;
}

.mediabx .medistol::before{
content:'';
height:0;
width:0;
border:8px solid transparent;
border-right:18px solid #eaeaea;
position:absolute;
left:-20px;
top:10px;
z-index:2;
}

.mediabx .medistol::after{
content:'';
height:0;
width:0;
border:15px solid transparent;
position:absolute;
left:-24px;
top:8px;
z-index:1;
}

.mediabx .medistol .mediline{
border-bottom:1px solid #e4ebed;
padding:0.8em 0;
}

.mediabx .medistol .mediline i{
padding-right:0.5em;
}

.mediabx .medistol .mediline:last-child{
border-bottom:none;
}

@media only screen and (max-width:1000px) {

#media{
width:90%;
}

}

@media only screen and (max-width:890px) {

.mediabx .mediablock .mediyear{
float:left;
width:130px;
text-align:center;
padding-right:0;
margin:0;
}

.mediabx .mediablocknone .medistol{
width:75%;
padding:0 2em;
position:relative;
margin:0 0 0 130px;
background-color:#eaeaea;
}

.mediabx .mediablock .medistol{
float:left;
width:75%;
padding:0 2em;
position:relative;
margin:0;
background-color:#eaeaea;
}

}

@media only screen and (max-width:580px) {

.mediabx .mediablock .mediyear{
float:left;
width:120px;
text-align:center;
padding-right:0;
margin:0;
}

.mediabx .mediablocknone .medistol{
width:70%;
padding:0 2em;
position:relative;
margin:0 0 0 120px;
background-color:#eaeaea;
}

.mediabx .mediablock .medistol{
float:left;
width:70%;
padding:0 2em;
position:relative;
margin:0;
background-color:#eaeaea;
}

.mediabx .medistol .mediline{
font-size:0.9em;
}

}

@media only screen and (max-width:460px) {

.mediabx .mediablock .mediyear{
float:none;
width:100%;
text-align:left;
padding-right:0;
padding-bottom:0.1em;
}

.mediabx .mediablock .medistol{
float:none;
width:100%;
padding:0 2em;
position:relative;
margin:0;
background-color:#eaeaea;
}

.mediabx .mediablock .mediyear.font-oswald{
font-size:2.7em;
font-weight:bold;
line-height:1;
}

.mediabx .mediablock .medij{
display:inline-block;
line-height:1;
font-size:75%;
}

.mediabx .mediablocknone .medistol{
width:100%;
padding:0 2em;
position:relative;
margin:0;
background-color:#eaeaea;
}

}

/* 
/* awards section
/* =================================================================== */

#awards{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
background:#333333;
padding:2em 0 4em 0;
}

.awardsbase{
position:relative;
}

.awardsbase .awdimg{
width:35%;
position:absolute;
top:22%;
left:0;
z-index:1;
}

.awardsbase .awdimg img{
margin:5% 0;
}


.awardbox .awdblock{
padding: 1em 0 1em 30%;
margin:0;
position:relative;
z-index:100;
}

.awardbox .awdblock::after{
content: "";
display: block;
clear: both;
}



.awardbox .awdblock .awdyear{
float:left;
width:130px;
text-align:left;
padding-right:0.5em;
padding-top:30px;
margin:0;
color:#FFFFFF;
font-weight:bold;
line-height:1;
font-size:2.7em;
}


.awardbox .awdol{
float:left;
width:70%;
padding:0 2.5em;
position:relative;
margin:0;
background-color:#eaeaea;
}

.awardbox .awdol::before{
content:'';
height:0;
width:0;
border:8px solid transparent;
border-right:20px solid #eaeaea;
position:absolute;
left:-26px;
top:40px;
z-index:2;
}

.awardbox .awdol::after{
content:'';
height:0;
width:0;
border:15px solid transparent;
position:absolute;
left:-24px;
top:8px;
z-index:1;
}

.awardbox .awdol .awdline{
padding:0 0 1em 0;
}

.awardbox .awdol .awdline a{
color:#0099ff;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.awardbox .awdol .awdline a:hover{
color:#000000;
}

.awardbox .awdol .awdline dt{
font-size:1.4em;
line-height:1.3;
padding-top:0.5em;
padding-bottom:0.5em;
margin-top:0.5em;
border-top:1px solid #ccc;
}

.awardbox .awdol .awdline dt .awtitlesub{
font-size:60%;
}

.awardbox .awdol .awdline dd{

}

.awardbox .awdol .awdline dt:first-child{
border-top:none;
}

.awardbox .awdblocknone{
padding: 1em 0 1em 30%;
margin:0;
position:relative;
}

.awardbox .awdblocknone .awdol{
width:70%;
position:relative;
margin:0 0 0 130px;
}

.awardbox .awdblocknone .awdol p{
padding:1em 0 0 0;
}

.awardbox .awdblocknone .awdol::before{
top:20px;
}

@media only screen and (max-width:700px) {

.awardbox .awdblock{
padding: 1em 0 1em 20%;
margin:0;
position:relative;
z-index:100;
}

.awardbox .awdblock .awdyear{
float:left;
width:110px;
text-align:left;
padding-right:0.5em;
padding-top:30px;
margin:0;
color:#FFFFFF;
font-weight:bold;
line-height:1;
font-size:2.7em;
}

.awardbox .awdblocknone{
padding: 1em 0 1em 20%;
margin:0;
position:relative;
}

.awardbox .awdblocknone .awdol{
width:70%;
position:relative;
margin:0 0 0 110px;
}

}

@media only screen and (max-width:600px) {

.awardbox .awdblock{
padding: 1em 0 1em 10%;
margin:0;
position:relative;
z-index:100;
}

.awardbox .awdblocknone{
padding: 1em 0 1em 10%;
margin:0;
position:relative;
}

}

@media only screen and (max-width:480px) {

#awards{
padding:1em 0 4em 0;
}

.awardsbase .awdimg{
width:100%;
position:absolute;
top:18%;
left:0;
z-index:1;
opacity:.5;
}

.awardbox .awdblock{
padding:0;
margin:0;
position:relative;
z-index:100;
}

.awardbox .awdblock .awdyear{
float:none;
width:80%;
text-align:left;
padding-right:0.5em;
padding-top:20px;
padding-bottom:10px;
margin:0 auto;
color:#FFFFFF;
font-weight:bold;
line-height:1;
font-size:2.7em;
}


.awardbox .awdol{
float:none;
width:80%;
padding:0 1em;
position:relative;
margin:0 auto;
background-color:rgba(234,234,234,.8);
}

.awardbox .awdol::before{
content:'';
height:0;
width:0;
border:8px solid transparent;
border-bottom:20px solid rgba(234,234,234,.8);
position:absolute;
left:10px;
top:-28px;
z-index:2;
}

.awardbox .awdol::after{
content:'';
height:0;
width:0;
border:15px solid transparent;
position:absolute;
left:-24px;
top:8px;
z-index:1;
}

.awardbox .awdol .awdline{
padding:0 0 1em 0;
}

.awardbox .awdol .awdline dt{
font-size:1.1em;
line-height:1.3;
padding-top:1em;
padding-bottom:0.5em;
margin-top:0.5em;
border-top:1px solid #ccc;
}

.awardbox .awdol .awdline dt .awtitlesub{
font-size:70%;
}

.awardbox .awdol .awdline dd{
font-size:90%;
}

.awardbox .awdblocknone{
padding: 1em 0;
margin:0;
position:relative;
}

.awardbox .awdblocknone .awdol{
width:80%;
padding:0 1em;
position:relative;
margin:0 auto;
}

.awardbox .awdblocknone .awdol::before{
border:none;
}

}

/* 
/* nazetaro section
/* =================================================================== */


#nazetaro{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
padding:2em 0 2em 0;

background:#000;
}

#nazetaro .nztop{
background: url(../../images/nazetaro/bg.png) no-repeat -5% bottom;
background-size:30% auto;
}

#nazetaro .nztop .aboutnaze{
background:#FFFFFF;
border-radius: 20px;
width:50%;
margin-left:40%;
margin-right:10%;
padding:2em 3em;
}

#nazetaro .nztop .aboutnaze h1{
  font-size:2em;
}

#nazetaro .nztop .aboutnaze p{
padding:1em 0;
}

#nazetaro .nazemenu{
padding:2em 0;
width:90%;
margin:0 auto;
text-align:center;

}

#nazetaro .nazemenu li{
  display:inline-block;
  padding:10px;
}

#nazetaro .nazemenu li a{
  height:102px;
  width:286px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  border:1px solid #333;
  border-radius:10px;
}

#nazetaro .nazemenu li a span{
  z-index:3;
  transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
}

#nazetaro .nazemenu li a:hover span{
  padding-left:10px;
}

#nazetaro .nazemenu a::after{
  content:'';
  position:absolute;
  top:25%;
  right:3%;
  background: url(../../images/right_arrow_wh.svg) no-repeat right center;
  background-size:30px 30px;
  width:30px;
  height:50px;
}


#nazetaro .nazemenu .naze1 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button01.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.7;
}

#nazetaro .nazemenu .naze2 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button02.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.7;
}

#nazetaro .nazemenu .naze3 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button03.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.3;
}


#nazetaro .nazemenu .naze4 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button04.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.2;
}

#nazetaro .nazemenu .naze5 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button05.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}

#nazetaro .nazemenu .naze6 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button06.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}

#nazetaro .nazemenu .naze6 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button06.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.2;
}

#nazetaro .nazemenu .naze7 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button07.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.2;
}

#nazetaro .nazemenu .naze8 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button10.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.2;
}

#nazetaro .nazemenu .naze9 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button08.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}

#nazetaro .nazemenu .naze10 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button11.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}

#nazetaro .nazemenu .naze11 a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button12.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}


#nazetaro .nazepromenu{
padding:0;
width:100%;
margin:0 auto;
text-align:center;

}

#nazetaro .nazepromenu li{
  display:inline-block;
  padding:5px;
}

#nazetaro h2{

  color:#FFFFFF;
  font-size:2em;
  padding:0 0 1em 2em;
}

#nazetaro h2.star span{
  font-size:60%;
  border:1px solid #FFFFFF;
  padding:0.1em 0.5em;
}

#nazetaro .nazeback{
margin:2em auto 0 auto;
padding-top:50px;
text-align:center;
background: url(../../images/nazetaro/back.png) no-repeat left top;
background-size:auto 150px;
height:150px;
width:450px;
}

#nazetaro .nazeback a{
color: #FFFFFF;
font-weight: bold;
background-color: #a81515;
opacity:.7;
padding: 0.5em 1em;
border-radius: 5px;
display:inline-block;
transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transform: rotate(-5deg);
-webkit-transform:rotate(-5deg);
}


#nazetaro .nazeback a:hover{
color: #FFFFFF;
background-color: #2a8cc4;
opacity:1;
}

@media screen and (min-width: 2000px) {

  #nazetaro .nztop{
    background-size:600px auto;
  }
  #nazetaro .nztop .aboutnaze{
    width:60%;
    margin-left:30%;
    text-align:center;
  }
}

@media screen and (max-width: 1600px) {
  #nazetaro .nztop{
    background-size:40% auto;
  }
}

@media screen and (max-width: 1300px) {
  #nazetaro .nztop{
    background-position:-5% top;
  }
}

@media screen and (max-width: 1000px) {
  #nazetaro .nztop{
    background-position:center top;
    padding-top:30%;
  }
  #nazetaro .nztop .aboutnaze{
    width:70%;
    margin:0 auto;
  }
}

@media screen and (max-width: 762px) {
  #nazetaro .nztop .aboutnaze{
    width:80%;
    margin:0 auto;
  }
}

@media screen and (max-width: 600px) {
  #nazetaro h2.star span{
    font-size:60%;
    border:1px solid #FFFFFF;
    padding:0.1em 0.5em;
    display:block;
    margin:0 5em 0 auto;
    width:8em;
    text-align:center;
  }

}


@media screen and (max-width: 486px) {
  #nazetaro .nztop .aboutnaze h1{
    font-size:1.6em;
    text-align:center;
  }
  #nazetaro .nztop .aboutnaze p{
    font-size:0.9em;
  }
  #nazetaro .nazemenu li{
    display:inline-block;
    padding:5px 0;
  }

  
}



/* nazetaro aspheric */

#nazetaro.nazeaspheric{
background:#000000 url(../../images/nazetaro/about-aspheric/bg.jpg) no-repeat right top;
background-size:50% auto;
}


#nazetaro .aspheric{
  width:80%;
  margin:0 auto;
  color:#FFFFFF;
}

#nazetaro .aspheric .nzlecbt{
padding:2em 0;
width:286px;
margin:0 auto 1em auto;
text-align:center;
}

#nazetaro .aspheric .nzlecbt a{
  height:102px;
  width:286px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  border:1px solid #333;
  border-radius:10px;
}

#nazetaro .aspheric .nzlecbt a::after{
  content:'';
  position:absolute;
  top:25%;
  right:3%;
  background: url(../../images/right_arrow_wh.svg) no-repeat right center;
  background-size:30px 30px;
  width:30px;
  height:50px;
}

#nazetaro .aspheric .nzlecbt a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url(../../images/nazetaro/button05.jpg) no-repeat center center;
  background-size:cover;
  width:100%;
  height:102px;
  border-radius:10px;
  opacity:0.4;
}

#nazetaro .aspheric .nzlecbt a span{
  z-index:3;
  transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
}

#nazetaro .aspheric .nzlecbt a:hover span{
  padding-left:10px;
}

#nazetaro .aspheric h3{
background:#798B91;
text-align:center;
padding:0.5em 0;
color:#FFFFFF;
font-size:160%;
}

#nazetaro .aspheric .nm{
color:#FFFFFF;
padding:0.5em 0.3em;
}

#nazetaro .aspheric .nzasct .nm:first-of-type{
  padding-top:0;
}

#nazetaro .aspheric .nzlecp{
color:#FFFFFF;
font-size:90%;
font-weight:bold;
padding-bottom:0.2em;
}

#nazetaro .aspheric .nzase{
  width:90%;
  margin:0 auto;
  padding:1em 0;
}

#nazetaro .aspheric .nzase .nzastl{
font-size:140%;
font-weight:bold;
color:#999;
padding:2em 0 0 0;
}

#nazetaro .aspheric .nzase .nzastl:first-of-type{
padding:0;
}

#nazetaro .aspheric .nzase .nzasct {
  padding:0.5em 0 2em 0;
  border-bottom:1px solid #333;
}


#nazetaro .aspheric .nzase .nzasct:last-of-type {
  border:none;
}

#nazetaro .aspheric .nzase .nzasct.nmbd {
  border:none;
}

#nazetaro .aspheric .nzase .nzasct::after {
  content: "";
  display: block;
  clear: both;
}

#nazetaro .aspheric .nzase .nzasct .leftbox{
  width:40%;
  float:left;
}

#nazetaro .aspheric .nzase .nzasct .rightbox{
  width:60%;
  float:left;
}

#nazetaro .aspheric .nzase .nzasct .leftbox li::after{
  content: "";
  display: block;
  clear: both;
}

#nazetaro .aspheric .nzase .nzasct .leftbox li{
  padding:0.8em 0;
}

#nazetaro .aspheric .nzase .nzasct .leftbox li dt{
  font-weight:bold;
}

#nazetaro .aspheric .nzase .nzasct .leftbox li dl{
  float:left;
  width:85%;
  padding-left:1%;
}

#nazetaro .aspheric .nzase .nzasct .leftbox li img{
  float:left;
  width:15%;
}


@media screen and (max-width: 1060px) {
  #nazetaro .aspheric{
   width:90%;
  }
  #nazetaro .aspheric .nzase .nzasct .rightbox .nm{
  padding-left:2em;
  }
}

@media screen and (max-width: 940px) {
  #nazetaro .aspheric .nzase .nztimg .leftbox{
  width:60%;
  }
  #nazetaro .aspheric .nzase .nztimg .rightbox{
  width:40%;
  }
}

@media screen and (max-width: 600px) {
  #nazetaro .aspheric{
   font-size:90%;
  }
  #nazetaro .aspheric .nzase .nzasct .leftbox{
   width:100%;
    float:none;
    padding:0;
  }

  #nazetaro .aspheric .nzase .nzasct .rightbox{
    width:100%;
    float:none;
    padding:1em 0 0 0;
  }
  #nazetaro .aspheric .nzase .nzasct .rightbox .nm{
    padding-left:0.3em;
  }

  #nazetaro .aspheric h3{
    padding:0.5em 0;
    color:#FFFFFF;
    font-size:130%;
  }
  #nazetaro .aspheric .nzase .nzastl{
  line-height:1.2;
  }
   #nazetaro .aspheric .nzase .nztimg .rightbox img{
  width:80%;
  }
}


/* nazetaro about fiber */

#nazetaro.aboutfiber{
background:#000000 url(../../images/nazetaro/about-fiber/bg.jpg) no-repeat right top;
background-size:80% auto;
}

#nazetaro .aboutfiber{
  width:80%;
  margin:0 auto;
  color:#FFFFFF;
}

#nazetaro .aboutfiber h3{
background:#798B91;
text-align:center;
padding:0.5em 0;
color:#FFFFFF;
font-size:clamp(1.5rem, 3vw, 3em);
margin:1em 0;
}

#nazetaro .aboutfiber .nm{
color:#FFFFFF;
padding:0.5em 0.3em;
}

#nazetaro .aboutfiber .tokusei{
margin:1em auto;
}

#nazetaro .aboutfiber h4{
color:#000000;
border-bottom:1px solid #eeeeee;
}

#nazetaro .nz-at{
font-size:0.8em;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
line-height:1.2;
}

#nazetaro .nz-c-wapper{
width:100%;
margin:2em auto 1em auto;
text-align:center;
background:#FFFFFF;
}

#nazetaro .nz-c-list{
width:100%;
margin:0 auto;
text-align:center;
}

#nazetaro .nz-c-list li{
display:inline-block;
margin:1% 2%;
vertical-align:top;
text-align:center;
}

/* nazetaro fiberway */

#nazetaro.fiberway{
background:#000000 url(../../images/nazetaro/fiberway/bg.jpg) no-repeat right top;
background-size:50% auto;
}

#nazetaro .fiberway{
 width:80%;
 max-width:700px;
 margin:0 auto;
 color:#fff;
}

#nazetaro .fiberway ul.fiberwaybx{

}

#nazetaro .fiberway ul.fiberwaybx li{
  padding:15px 0;
}

#nazetaro .fiberway ul.fiberwaybx li::after {
  content: "";
  display: block;
  clear: both;
}

#nazetaro .fiberway ul.fiberwaybx li .icimg{
  float:left;
  width:20%;
}

#nazetaro .fiberway ul li dl{
  float:left;
  width:80%;
  padding:0.8em 0 0 3%;
}



#nazetaro .fiberway ul li dl dt{
  font-weight:bold;
  font-size:120%;
}

#nazetaro .fiberway ul li dl dd{

}

#nazetaro .fiberway ul li dl dd .pc{
	display:block;
}

#nazetaro .fiberway ul li dl dd.timg{
  padding-top:1em;
}

#nazetaro .fiberway ul li .bgimg{
  background:url(../../images/nazetaro/fiberway/img10.jpg) no-repeat right top;
background-size:auto 100%;
}

#nazetaro .fiberway ul li .bgimg dd{
  min-height:100px;
  text-shadow:1px 1px 2px #000;
}

@media screen and (max-width: 600px) {

	#nazetaro .fiberway{
	 width:90%;
	 font-size:90%;
	 line-height:1.5;
	}
	#nazetaro .fiberway ul li .icimg{
	  width:15%;
	}

	#nazetaro .fiberway ul li dl{
	  width:85%;
	  padding:0 0 0 3%;
	}
	#nazetaro .fiberway ul li dl dd .pc{
		display:none;
	}
	#nazetaro .fiberway ul li .bgimg{
	  background:url(../../images/nazetaro/fiberway/img10.jpg) no-repeat right bottom;
	background-size:100% auto;
	}

	#nazetaro .fiberway ul li .bgimg dd{
	  min-height:200px;
	  text-shadow:1px 1px 2px #000;
	}

}

/* nazetaro odesign */

#nazetaro.odesign{
  position:relative;

}

#nazetaro.odesign h4{
  color:#FFFFFF !important;
  border:none;
  font-size:140%;
  padding-top:1em;
}

#nazetaro .odsn-s-box{
  background:#FFFFFF;
  padding:.3em 5em;
  width:80%;
  margin:1em auto;
}

#nazetaro .odsn-s-box li{
  background:#EAEAEA;
  color:#000000;
  margin:2em 0;
  text-align:center;
  position:relative;
  padding:.5em 0;
}

#nazetaro .odsn-s-box li:after{
  content:'';
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021.17%2018.33%22%20style%3D%22enable-background%3Anew%200%200%2021.17%2018.33%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B6B6B6%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2210.58%2C18.33%2021.17%2C0%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-size:100% auto;
  background-position:center center;
  background-repeat:no-repeat;
  width:0.7em;
  height:0.5em;
  display:block;
  position:absolute;
  bottom:-1.2em;
  left:0;
  right:0;
  margin:0 auto;
}

#nazetaro .odsn-s-box li:last-child:after{
  content:none;
}

#nazetaro.odesign .nazepromenu{
  font-size:120%;


}

#nazetaro.odesign .pr-spoff{
border:5px solid #a2afb4;
margin:0 auto;
line-height:1.4;
}

#nazetaro.odesign .pr-spoff .pr-spoffm{
padding:1em 2em;
color:#91aab4;
font-size:clamp(1rem, 1.5vw, 2.2rem);
font-weight:bold;
text-align:center;

}

#nazetaro.odesign .odsn-s-box2{
width:95%;
margin:0 auto;
}

#nazetaro.odesign .odsn-s-box2 li{
padding:1em 0;
}

#nazetaro.odesign .odsn-s-box2 li dl dt{
font-size:140%;
font-weight:bold;
}

#nazetaro.odesign .odsn-s-box2 li dl dd{
padding-left:1em;
}

#nazetaro.odesign ul.parts{
  width:80%;
  margin:0 auto;
}

#nazetaro.odesign ul.parts li{
  padding:15px 0;
  display:flex;
  align-items: flex-start;
}


#nazetaro.odesign ul.parts li .icimg{

  width:20%;
}

#nazetaro.odesign ul li dl{

  width:80%;
  padding:0 0 0 3%;
}



#nazetaro.odesign ul li dl dt{
  font-weight:bold;
  font-size:120%;
}

#nazetaro.odesign ul li dl dd{

}

#nazetaro.odesign .klens{
  width:80%;
  margin:0 auto;
  text-align:center;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#nazetaro.odesign .klens li{
  width:30%;
  padding:1em 0 0 0;
}

#nazetaro.odesign .nasp{
  width:90%;
  margin:0 auto;
  padding:1em 0;
}

#nazetaro.odesign .nasp dt{
  font-size:140%;
  font-weight:bold;
}

#nazetaro.odesign .nasp dd{
  padding:0 0 1em 0;
}


#nazetaro.odesign .pr-bt{
  margin:2em auto;
}

#nazetaro.odesign .mar-tb2a{
  margin:2em auto;
}

@media screen and (max-width: 600px) {

  #nazetaro .odsn-s-box{
    padding:1vw 5vw;
    width:100%;
  }

  #nazetaro .odsn-s-box li{
    background:#EAEAEA;
    color:#000000;
    margin:5vw 0;
    text-align:center;
    position:relative;
    padding:.5em .5em;
  }

  #nazetaro.odesign ul.parts li{
    padding:15px 0;
    display:block;
  }

  #nazetaro.odesign ul.parts{
    width:100%;
    margin:0 auto;
  }

  #nazetaro.odesign ul.parts li .icimg{
    width:70%;
    margin:0 auto;
  }

  #nazetaro.odesign ul li dl{
    width:100%;
    padding:0;
  }

  #nazetaro.odesign ul li dl dt{
    text-align:center;
    padding-top:1em;
  }

  #nazetaro.odesign ul li dl dd{
    padding-bottom:1em;
  }

  #nazetaro.odesign .klens{
    width:100%;
    margin:0 auto;
    text-align:center;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #nazetaro.odesign .klens li{
    width:50%;
    padding:1em 0 0 0;
  }

}






/* nazetaro make */

#nazetaro .nzmake{
position:relative;
height:100%;
}

.make-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  flex-direction: column;

}

.make-tl {
  width: 100%;
  background-color: #000000;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.make-tl .swiper-container {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.make-tl .swiper-wrapper {
  position: relative;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;

    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index:1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.make-tl .swiper-container-android .swiper-slide,
.make-tl .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.make-tl .swiper-container-wp8-vertical,
.make-tl .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.make-tl .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;

  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.make-tl .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0%;
  top: 10%;
  z-index: 2;
}

.make-tl .swiper-slide .timeline-year {
  display: block;
  font-size: 4em;
  text-shadow:0px 0px 5px #000000;
  margin-bottom: 40px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  font-weight: 700;
  opacity: 0;
  transition: .2s ease .4s;
  line-height:1;
}

.make-tl .swiper-slide .timeline-title {
  width:80%;
  font-weight: 800;
  font-size: 1.8em;
  line-height:1.2;
    text-shadow:0px 0px 5px #000000;
  margin: 0 auto 10px auto;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}

.make-tl .swiper-slide .timeline-text {
  width:80%;
  margin:0 auto;
  line-height: 1.5;
  opacity: 0;
  text-align:left;
  text-shadow:
  1px 1px 0px #000,
  1px 1px 1px #000,
  0px 0px 2px #000;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}

.make-tl .swiper-slide .timeline-text a{
  font-weight:600;
}
.make-tl .swiper-slide .timeline-text.mkad{
  padding-top:20px;
  text-align:center;
}

.make-tl .swiper-slide .timeline-text.mkad a{
  text-shadow:none;
}


.make-tl .swiper-slide .timeline-table {
  display:none;
  opacity:0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
  margin-top:10px;
  background-color:rgba(0,0,0,0.8);
  padding:0.5em 1em 1em 1em;
}
.make-tl .swiper-slide .timeline-text .pc{
  display:none;
}
.make-tl .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.make-tl .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.make-tl .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}

.make-tl .swiper-slide-active .timeline-table {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.make-tl .swiper-pagination {
  position: absolute;
  right: 5% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  z-index: 10;

  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.make-tl .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.make-tl .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.make-tl .swiper-pagination-bullet {

  width: auto;
  height:auto;
  line-height:1;
  text-align: left;
  opacity: 1;
  background: transparent;
  background-size:50px 50px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  margin: 10px 0 !important;
  position: relative;
  font-size:90%;
  font-weight:bold;
  padding-left:60px;
  padding-top:15px;
    text-shadow:
  0px 0px 1px #000,
  0px 0px 5px #000,
  0px 0px 10px #000;

  position: relative;
}


.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}



.make-tl .swiper-pagination-bullet .font-oswald{
  position:absolute;
  top:0;
  left:30px;
  font-weight:bold;
  font-size:2em;
  opacity:0.5;
}

.make-tl .swiper-pagination-bullet .dtext{
  opacity:0.5;
}

.make-tl .swiper-pagination-bullet img{
  width:50px;
  height:50px;
  margin:0 15px;
  transition: .2s;
  -webkit-filter: grayscale(100%) brightness(0.7);
  filter: grayscale(100%) brightness(0.7);

}

.make-tl .swiper-pagination-bullet img::after{
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000000;
  transition: .2s;
}

.make-tl .swiper-pagination-bullet-active {

}

.make-tl .swiper-pagination-bullet-active .font-oswald{
  opacity:1;
}

.make-tl .swiper-pagination-bullet-active img{
  -webkit-filter: grayscale(0%) brightness(1);
  filter: grayscale(0%) brightness(1);
}

.make-tl .swiper-pagination-bullet-active .dtext{
  opacity:1;
}

.make-tl .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
opacity:0;
}
.make-tl .swiper-button-next,
.make-tl .swiper-button-prev {
  position: absolute;
  background-size: auto 70px;
  background-position: center;
  background-repeat: no-repeat;
  top: 10%;
  width: 70px;
  height: 70px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
  cursor: pointer;
  z-index: 11;
}
.make-tl .swiper-button-prev.swiper-button-disabled,
.make-tl .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.make-tl .swiper-button-prev {
  left: 5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2275.1px%22%20height%3D%22145.4px%22%20viewBox%3D%220%200%2075.1%20145.4%22%20style%3D%22enable-background%3Anew%200%200%2075.1%20145.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20id%3D%22XMLID_51_%22%20class%3D%22st0%22%20points%3D%2272.4%2C144.7%201.4%2C73.7%2074.4%2C0.7%20%22%2F%3E%3C%2Fsvg%3E");
}
.make-tl .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.make-tl .swiper-button-next {
  right: 5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2275.1px%22%20height%3D%22145.4px%22%20viewBox%3D%220%200%2075.1%20145.4%22%20style%3D%22enable-background%3Anew%200%200%2075.1%20145.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20id%3D%22XMLID_51_%22%20class%3D%22st0%22%20points%3D%222.4%2C1.7%2073.4%2C72.7%200.4%2C145.7%20%22%2F%3E%3C%2Fsvg%3E");
}
.make-tl .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.mktable{
  width:100%;
margin:0;
border-top:1px solid #c6c6c6;
border-left:1px solid #c6c6c6;
border-spacing:0;
font-size:80%;
text-align:left;

}

.mktable tr th, .mktable tr td{
border-bottom:1px solid #c6c6c6;
border-right:1px solid #c6c6c6;
padding:0.2em 0.5em;
white-space:nowrap;
}

.mktable th sup, .nmtbl td sup{
font-size:80%;
}

.mktable tr th{
background:#222222;
color:#FFFFFF;
}


.mktable tr th.left{
text-align:left;
}

.mktable .nowrap{
white-space:nowrap;
}

.mktable tr td.ctr{
text-align:center;
}

.mktable td.gltitle{
font-weight:bold;
}

@media screen and (min-width: 768px) {
  .make-tl .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .make-tl .swiper-slide-content {
    width:60%;
    left: 10%;
    top: 10%;

    text-align: left;
  }
  .make-tl .swiper-slide .timeline-year {
    font-size:5em;
    margin-bottom: 20px;
  }
  .make-tl .swiper-slide .timeline-title {
    font-size: 2em;
    margin: 0 0 10px 0;
    width:auto;
  }
  .make-tl .swiper-slide .timeline-text {
    font-size:1em;
    width:auto;
  }

  .make-tl .swiper-slide .timeline-text .pc {
    display:block;
  }
  .make-tl .swiper-pagination {
    display: flex;
  }
  .make-tl .swiper-button-prev {
    top: 5%;
    left: auto;
    right: 5%;
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
  }
  .make-tl .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 0);
            transform: rotate(90deg) translate(-3px, 0);
  }
  .make-tl .swiper-button-next {
    top: auto;
    bottom: 5%;
    right: 5%;
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
  }
  .make-tl .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 0);
            transform: rotate(90deg) translate(3px, 0);
  }

}


@media screen and (min-width: 1024px) {
  .make-tl .swiper-slide-content {
    width:65%;
    left: 10%;
    top: 5%;
  }


  .make-tl .swiper-slide .timeline-year {
    font-size:5em;
    margin-bottom: 0;
    position:absolute;
    top:0;
    left:0;
  }
  .make-tl .swiper-slide .timeline-title {
    font-size: 1.8em;
    margin: 40px 0 10px 100px;
  }
  .make-tl .swiper-slide .timeline-text {
    font-size:1em;
    margin:0 0 0 100px;
  }
  .make-tl .swiper-slide .timeline-text.mkad {
    display: none;
  }

  .make-tl .swiper-slide .timeline-table {
    display:block;
  }
}

@media screen and (max-width: 1150px) {

.timeline-table .tblwapper::-webkit-scrollbar{
 background: #fff;
    border-radius: 5px;
    height: 10px;
    border: 1px solid #92aab3;
}

.timeline-table .tblwapper::-webkit-scrollbar-thumb{
background:#92aab3;
  border-radius: 5px;
}
}

@media screen and (max-width:480px){
  #nazetaro h2{
  color:#FFFFFF;
  font-size:1.4em;
  padding:0 0 1em 0;
  text-align:center;
  }

  #nazetaro .nazeback{
margin:1em auto 2em auto;
padding-top:20px;
text-align:center;
background:none;
background-size:auto 150px;
height:auto;
width:60%;
}

#nazetaro .nazeback a{
opacity:1;
}
}

/* nazetaro lecture MENU */

.lecture-Menu {
  background: url(../../images/nazetaro/lecture/mn_bg.jpg) repeat-y center top;
  background-size:100% auto;
  max-width:1600px;
  margin:0 auto;
}

.lecture-Menu::after {
  content:'';
  background: url(../../images/nazetaro/lecture/mn_bottom_bg.jpg) no-repeat center bottom;
  background-size:100% auto;
  height:80px;
  width:100%;
  display:block;
}

.lecture-mn-title {
  background: url(../../images/nazetaro/lecture/mn_bg_title.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top:22%;

}

.lecture-mn-title .mn-title{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.lecture-Menu .mn-menu{
  text-align:center;
  padding:1em 0 0 0;
}

.lecture-Menu .mn-menu-list{
  width:50%;
  max-width:600px;
  margin:0 auto;
  padding:2em 0 3em 0;
  font-size:1.6em;
  font-weight:bold;
}

.lecture-Menu .mn-menu-list li{
  line-height:1.4;
  position:relative;
  padding:0.3em 0 0.7em 60px;
}

.lecture-Menu .mn-menu-list li a{
  color:#999999;
  padding-bottom:10px;
  background: url(../../images/nazetaro/lecture/mn_select.png) no-repeat left bottom;
  background-size:0 6px;
  transition: color .3s ease-in,background-size .6s ease-in;
-webkit-transition: color .3s ease-in,background-size .6s ease-in;
display:block;
}

.lecture-Menu .mn-menu-list li a:hover{
  color:#FFFFFF;
  background-size:100% 6px;
  
}

.lecture-Menu .mn-menu-list li::before{
  content:'';
  height:43px;
  width:49px;
  position:absolute;
  top:0;
  left:0;
}

.lecture-Menu .mn-menu-list li.mn01::before{
  background: url(../../images/nazetaro/lecture/mn01.png) no-repeat center bottom;
  background-size:auto 100%;
}

.lecture-Menu .mn-menu-list li.mn02::before{
  background: url(../../images/nazetaro/lecture/mn02.png) no-repeat center bottom;
  background-size:auto 100%;
}

.lecture-Menu .mn-menu-list li.mn03::before{
  background: url(../../images/nazetaro/lecture/mn03.png) no-repeat center center;
  background-size:auto 100%;
}

.lecture-Menu .mn-menu-list li.mn04::before{
  background: url(../../images/nazetaro/lecture/mn04.png) no-repeat center center;
  background-size:auto 100%;
}
.lecture-Menu .mn-menu-list li.mn05::before{
  background: url(../../images/nazetaro/lecture/mn05.png) no-repeat center center;
  background-size:auto 100%;
}
.lecture-Menu .mn-menu-list li.mn06::before{
  background: url(../../images/nazetaro/lecture/mn06.png) no-repeat center center;
  background-size:auto 100%;
}
.lecture-Menu .mn-menu-list li.mn07::before{
  background: url(../../images/nazetaro/lecture/mn07.png) no-repeat center center;
  background-size:auto 100%;
}

@media screen and (max-width:1150px){
  .lecture-Menu .mn-menu-list{
    width:80%;
    padding:1em 0 2em 0;
  }
}

@media screen and (max-width:762px){
  
.lecture-Menu .mn-menu img{
  width:60%;
  margin:0 auto;
}
}

@media screen and (max-width:640px){
  .lecture-Menu .mn-menu-list li{
   font-size:90%;
   padding:0.2em 0 0.5em 45px;
  }
  .lecture-Menu .mn-menu-list li::before{
  content:'';
  height:33px;
  width:39px;
  position:absolute;
  top:0;
  left:0;
  }
  .lecture-Menu .mn-menu-list li a:hover{
  color:#FFFFFF;
  background:none;
  }
}

@media screen and (max-width:600px){
  .lecture-mn-title {
  background: url(../../images/nazetaro/lecture/mn_bg_title.jpg) no-repeat center top;
  background-size:130% auto;
  padding-top:30%;

  }
  .lecture-Menu .mn-menu-list li{
   font-size:60%;
   padding:0.2em 0 0.5em 35px;
  }
  .lecture-Menu .mn-menu-list li::before{
  content:'';
  height:23px;
  width:29px;
  position:absolute;
  top:0;
  left:0;
  }
}

/* nazetaro lecture */

.lecture {
  background: url(../../images/nazetaro/lecture/bg.jpg) repeat-y center top;
  background-size:cover;
  padding:1em 0;

}

.lecture .lcttitle{
  font-size:2.5em;
  text-align:center;
  padding:1em 0 0 0;
  font-weight:bold;
  color:#FFF;
  text-shadow: 0 0 15px #000;
  line-height:1.4;
}

.timeline {
  position: relative;
  list-style-type: none;
  padding: 30px 0 50px 0;
  width:80%;
  max-width:1500px;
  margin:0 auto;
}


.event {
  position: relative;
  padding:20px 0 30px 0;
}

.thumb{
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: scale(1) translateY(-10px);
  -moz-transform: scale(1) translateY(-10px);
  -o-transform: scale(1) translateY(-10px);
  -ms-transform: scale(1) translateY(-10px);
  transform: scale(1) translateY(-10px);
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.2s linear 0.2s;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.2s linear 0.2s;
  -o-transition: opacity 0.3s ease-in-out, transform 0.2s linear 0.2s;
  -ms-transition: opacity 0.3s ease-in-out, transform 0.2s linear 0.2s;
  transition: opacity 0.3s ease-in-out, transform 0.2s linear 0.2s;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  
  opacity:0;
}

.mato.anim .thumb {
  box-shadow: 
    0 0 0 6px rgba(65,131,142,1), 
    0 1px 1px rgba(255,255,255,0.5);
  opacity:1;
 -webkit-transform: scale(0.8) translateY(0);
  -moz-transform: scale(0.8) translateY(0);
  -o-transform: scale(0.8) translateY(0);
  -ms-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
}

.naze.anim .thumb {
  right:0;
  box-shadow: 
    0 0 0 6px rgba(170,34,24,1), 
    0 1px 1px rgba(255,255,255,0.5);
-webkit-transform: scale(0.8) translateY(0);
  -moz-transform: scale(0.8) translateY(0);
  -o-transform: scale(0.8) translateY(0);
  -ms-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
  opacity:1;
}


.user-1 {
  background-image: url(../../images/nazetaro/lecture/user01.png);
  background-size:cover;
}

.user-2 {
  background-image: url(../../images/nazetaro/lecture/user02.png);
  background-size:cover;
}

.user-3 {
  background-image: url(../../images/nazetaro/lecture/user03.png);
  background-size:cover;
}

.user-4 {
  background-image: url(../../images/nazetaro/lecture/user04.png);
  background-size:cover;
}

.user-5 {
  background-image: url(../../images/nazetaro/lecture/user05.png);
  background-size:cover;
}

.user-6 {
  background-image: url(../../images/nazetaro/lecture/user06.png);
  background-size:cover;
}

.user-7 {
  background-image: url(../../images/nazetaro/lecture/user07.png);
  background-size:cover;
}
/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */


.mato .content-perspective {
  margin-left:130px;
  position: relative;
  width:80%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.naze .content-perspective {
  margin-left:auto;
  position: relative;
width:80%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.event .lectimgw{
  text-align:center;
  opacity:0;
    -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear  0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  transition: all 0.4s linear 0.2s;
   -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.event.anim .lectimgw{
  opacity:1;
   -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.event .lectimg{
  margin:20px 0 0 0;
  border:1px solid #ecd729;
  padding:20px;
  display:inline-block;
  background:rgba(0,0,0,.5);
}

.content {
  -webkit-transform: rotateY(-10deg);
  -moz-transform: rotateY(-10deg);
  -o-transform: rotateY(-10deg);
  -ms-transform: rotateY(-10deg);
  transform: rotateY(-10deg);

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity:0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -o-transition: -o-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -ms-transition: -ms-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  transition: transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
}

.mato.anim .content {
  -webkit-transform: rotateY(10deg);
  -moz-transform: rotateY(10deg);
  -o-transform: rotateY(10deg);
  -ms-transform: rotateY(10deg);
  transform: rotateY(10deg);

  opacity:1;
}

.naze.anim .content {
  -webkit-transform: rotateY(10deg);
  -moz-transform: rotateY(10deg);
  -o-transform: rotateY(10deg);
  -ms-transform: rotateY(10deg);
  transform: rotateY(10deg);
opacity:1;
}


.content-inner {
  position: relative;
  padding: 20px;
  box-shadow: 10px 10px 10px -6px rgba(0,0,0,0);
  background: #fff;
  border: none;
  -webkit-transition: box-shadow 0.8s linear 0.2s;
  -moz-transition: box-shadow 0.8s linear 0.2s;
  -o-transition: box-shadow 0.8s linear  0.2s;
  -ms-transition: box-shadow 0.8s linear 0.2s;
  transition: box-shadow 0.8s linear 0.2s;
}

.mato.anim .content-inner {
  color: #333;
  border-left: 5px solid #41838e;
  box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.3);
}

.naze.anim .content-inner { 
  color: #F26328;
  border-right: 5px solid #F26328;
  box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.3);
}

.mato .content-inner .remark {

  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -moz-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -o-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -ms-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  opacity:0;
}

.naze .content-inner .remark {
  
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -moz-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -o-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  -ms-transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  transition: transform 0.2s linear 0.5s, opacity 0.3s linear 0.5s;
  opacity:0;
}

.content-inner .remark{
  font-size:1em;
  font-weight: bold;
}


.mato.anim .content-inner .remark{
  color: #41838e;
   -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
}

.naze.anim .content-inner .remark{
  color: #F26328;
   -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
}

.mato .content-inner:before {
  font-family: "Font Awesome 5 Free";
  content:"\f0d9";
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #41838e;
  left: -22px;
  top: 5px;
  z-index: -1;
}

.naze .content-inner::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #F26328;
  right: -40px;
  top: 5px;
  z-index: 1;

}
/* Transitions */

.lecture .lectnavi{
  text-align:center;
  padding:1em 0 2em 0;
}


.lecture .lectnavi li{
  display: inline-block;
  padding:0 1em;
}



@media screen and (max-width:1740px){

.naze .content-perspective {
  padding-right:80px;
}

}

@media screen and (max-width:1130px){

  .timeline {
    width:90%;
  }
  .naze .content-perspective {
    margin-left:10%;
    width:90%;
    padding-right:90px;
  }

}

@media screen and (max-width:780px){

  .mato .content-perspective {
    width:90%;
  }
  .naze .content-perspective {
    margin-left:0;
    width:100%;
    padding-right:100px;
  }

}

@media screen and (max-width:600px){

.lecture .lcttitle{
  font-size:5vmin;
  padding:0;
  width:90%;
  margin:0 auto;
}

.timeline {
  width:100%;
  padding:1em 0;
}

.event {
  position: relative;
  padding:10px 0 10px 0;
  margin:0 auto;
  width:90%;
}

.mato .thumb {
  left:-10px;
  width: 60px;
  height: 60px;
  box-shadow: 
    0 0 0 4px rgba(65,131,142,1), 
    0 1px 1px rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: scale(0.8) translateX(0);
  -moz-transform: scale(0.8) translateX(0);
  -o-transform: scale(0.8) translateX(0);
  -ms-transform: scale(0.8) translateX(0);
  transform: scale(0.8) translateX(0);
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.naze .thumb {
  right:-10px;
  width: 60px;
  height: 60px;
  box-shadow: 
    0 0 0 4px rgba(170,34,24,1), 
    0 1px 1px rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: scale(0.8) translateX(0);
  -moz-transform: scale(0.8) translateX(0);
  -o-transform: scale(0.8) translateX(0);
  -ms-transform: scale(0.8) translateX(0);
  transform: scale(0.8) translateX(0);
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.mato .content-perspective {
  margin-left:65px;
  position: relative;
  width:80%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}


.naze .content-perspective {
  margin-left:0;
  margin-right:50px;
  padding:0;
  position: relative;
width:80%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.event .lectimg{
  padding:10px;
}

.content-inner .remark{
  line-height:1.4;
  font-weight: normal;
}

.lecture .lectnavi{
  text-align:center;
  padding:1em 0 2em 0;
}

.lecture .lectnavi li{
  display: block;
  padding:0.5em 1em;
  width:80%;
  margin:0 auto;
}

.lecture .lectnavi li a{
  display: block;
}

}


/*.nazetaro .box {
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
  background: #333;
}*/

/* 
/* news section
/* =================================================================== */

#news{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
padding:0 0 2em 0;
background:#f0f0ee;
}

#news .newsnavi-wap{
  width:80%;
  margin:2em auto;
}

#news .newsnavi-wap li{
  display:inline-block;
  margin:0 0.2em;
}

#news .button {
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color:#000000;
  font-weight:bold;
}

#news .button:hover {
  background-color: #195275;
  color: #FFFFFF;
}

#news .button:active,
#news .button.is-checked {
  background-color: #195275;
}

#news .button.is-checked {
  color: #FFFFFF;
}

#news .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

#news .button-group:after {
  content: '';
  display: block;
  clear: both;
}



#news .newsyearnavi{

}




/* ---- isotope ---- */

#news .grid {
  width:80%;
  margin:0 auto;
}

/* clear fix */
#news .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

#news .element-item {
  position: relative;
  float: left;
  width: 31%;

  margin: 1%;

}
#news .element-item a{
  display:block;
  min-height: 12em;
  background: #FFFFFF;
  color: #262524;
  border-radius:10px;
  box-shadow: 0 0 5px #eee;
        -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

#news .element-item a:hover{
    -webkit-transform: scale(0.95);
  transform: scale(0.95);
}


#news .element-item > * {
  margin: 0;
  padding: 0;
}




#news .element-item .nkind{
text-align:center;
font-weight:bold;
font-size:90%;
padding:1em 0;
 border-radius:10px 10px 0 0;
}

#news .element-item.up .nkind{
background:#72aa22;
}

#news .element-item.ot .nkind{
background:#3da4c3;
}

#news .element-item.np .nkind{
background:#ea8808;
}

#news .element-item a{
color:#000000;
}

#news .element-item a .nkind{
color:#dddedc;
}

#news .element-item .ndate{
  text-align:right;
  padding:0.2em 1em;
}

#news .element-item .ntitle {
  padding:0.5em 2em;
  font-size:0.9em;
  line-height:1.4;
}

#news .newsheadwp{
  padding:2em 0;
  background:#FFFFFF;
}

.newsheadwp .newshead{
  width:80%;
  margin:0 auto;
  position:relative;
  padding-top:3em;
}

.newsheadwp .nkind{
  position:absolute;
  top:0;
  left:0;
  display:inline-block;
  background:#3da4c3;
  border-radius: 50px;
  padding:0.8em 2em;
  color:#FFFFFF;
  line-height:1;
  font-size:90%;
  font-weight:bold;
}

.newsheadwp .nkind.ot{
  position:absolute;
  top:0;
  left:0;
  display:inline-block;
  background:#3da4c3;
  border-radius: 50px;
  padding:0.6em 2em;
  color:#FFFFFF;
  line-height:1;
  font-size:90%;
  font-weight:bold;
}

.newsheadwp h1{
  font-size:2em;
  padding:0 0 0 30px;
  line-height:1.4;
}

.newsheadwp .ndate{
  padding:0 0 0 30px;
}

#news .newscontents{
  margin:2em auto;
  width:80%;
  background:#FFFFFF;
  border-radius: 30px;
  padding:3em 3em 2em 3em;
  box-shadow: 0 0 5px #eee;
}

.newscontents p{
  padding:1em 0;
}

.newscontents p:first-of-type{
  padding:0;
}

.newscontents h2{
  margin-top:1em;
}


.newscontents .nwimg{
  width:95%;
  margin:0 auto;
  padding:0.5em 0;
  text-align:center;
}

.newscontents .nwimglist{
  padding:3% 0;
}

.newscontents .nwimglist::after {
  content: "";
  display: block;
  clear: both;
}

.newscontents .nwimglist li{
  float:left;
  width:33%;
}


.newscontents .nw-list{
padding:20px 0 20px 0;
}

.newscontents .nw-list li{
line-height:1.4;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
}

.newscontents .nw-list li::before{
content:'';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../../images/products/list_bl.svg) ;
background-repeat:no-repeat;
background-position:0 0.2em;
background-size:0.8em 0.8em;
margin-right:0.3em;
}

.newscontents .downlink, .exhicontents .downlink{
background:#e2e2e2;
border-radius:5px;
width:90%;
margin:1em auto;
padding:0.5em 3em;
}

.newscontents .downlink.inline li, .exhicontents .downlink.inline li{
display:inline-block;
padding-right:0.5em;
}

.newscontents .downlink .nmlink::before, .exhicontents .downlink .nmlink::before{
  font-family: 'Font Awesome 5 Free';
  font-weight:bold;
  content:"\f192";
  padding-right:0.3em;
}

.newscontents .downlink .pdf a::before, .exhicontents .downlink .pdf a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f1c1";
  font-weight:bold;
  padding-right:0.3em;
}

.newscontents .downlink .ext a::before, .exhicontents .downlink .ext a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f35d";
  font-weight:bold;
  padding-right:0.3em;
}

.newscontents .downlink .ins a::before, .exhicontents .downlink .ins a::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f138";
  font-weight:bold;
  padding-right:0.3em;
}



.newscontents .nwb, .exhicontents .nwb{
  margin-top:1em;
}

.newscontents .bigtitle{
  font-size:1.8em;
  line-height:1.5;
}

.newscontents .hblueblock span{
  font-size:80%;
}

.newscontents .newsreport{
  width:90%;
  margin:0 auto;
  padding:1em 0;
}

.newscontents .newsreport .repoimgl{
  width:40%;
  float:left;
  padding:1em 0.5em 0.5em 0;
  text-align:center;
}

.newscontents .newsreport .repoimgl img, .newscontents .newsreport .repoimgr img{
  width:100%;
}


.newscontents .newsreport .repoimgr{
  width:40%;
  float:right;
  padding:1em 0 0.5em 0.5em;
  text-align:center;
}

.newscontents .newsreport::after {
  content: "";
  display: block;
  clear: both;
}

.newscontens .linkop a{
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:1;
}

.newscontens .linkop a:hover{
opacity: .7;
}

@media screen and (max-width:1200px){
  #news .element-item {
  position: relative;
  float: left;
  width: 48%;

  margin: 1%;

}
}

@media screen and (max-width:700px){
  .newsheadwp h1{
    font-size:1.6em;
  }
  .newscontents .bigtitle{
    font-size:1.4em;
    line-height:1.4;
  }

    .newscontents .newsreport .repoimgl{
      width:100%;
      float:none;
      padding:1em 0 0.5em 0;
    }


    .newscontents .newsreport .repoimgr{
      width:100%;
      float:none;
      padding:1em 0 0.5em 0;
    }
}

@media screen and (max-width:600px){
  #news .element-item {
  position: relative;
  float: left;
  width: 100%;

  margin: 2% 0;

}

#news .button {
  font-size:0.9em;
}

#news .element-item a{
  min-height: 11em;
}
}
@media screen and (max-width:480px){
.newsheadwp .newshead{
  width:90%;
}
.newsheadwp h1{
  font-size:1.4em;
}
#news .newscontents{
  margin:2em auto;
  width:100%;
  background:#FFFFFF;
  border-radius: 0;
  padding:3em 3em 2em 3em;
  box-shadow: 0 0 5px #eee;
}
.newscontents .downlink.inline li, .exhicontents .downlink.inline li{
display:block;
padding-right:0;
}
.newscontents .nwimg{
  width:100%;
  padding:0.2em 0;
}

.newscontents .nwimglist li{
  float:none;
  width:100%;
  padding:0.2em 0;
}
.newscontents .mcent{
  width:100%;
}
.newscontents .downlink, .exhicontents .downlink{
width:100%;
padding:0.5em 1.5em;
}
}

/* 
/* exhibition section
/* =================================================================== */

#exhibition{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
padding:0 0 2em 0;
background:#f0f0ee;
}

#exhibition .exhinavi-wap{
  width:90%;
  margin:2em auto;
}

#exhibition .exhinavi-wap li{
  display:inline-block;
  margin:0 0.2em;
}

#exhibition .button {
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color:#000000;
  font-weight:bold;
}

#exhibition .button:hover {
  background-color: #195275;
  color: #FFFFFF;
}

#exhibition .button:active,
#exhibition .button.is-checked {
  background-color: #195275;
}

#exhibition .button.is-checked {
  color: #FFFFFF;
}

#exhibition .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

#exhibition .button-group:after {
  content: '';
  display: block;
  clear: both;
}



#exhibition .exhiyearnavi{

}

#exhibition .cm{
  display:none;

}

#exhibition .cm.on{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:1.4em;
}



/* ---- isotope ---- */

#exhibition .grid {
  width:90%;
  margin:0 auto;
}

/* clear fix */
#exhibition .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

#exhibition .element-item {
  position: relative;
  float: left;
  width: 31%;

  margin: 1%;

  

}
#exhibition .element-item a{
  display:block;
  min-height: 200px;
  background: #FFFFFF;
  color: #556063;
  border-radius:10px;
  box-shadow: 0 0 5px #eee;
        -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  padding-bottom:1em;
  overflow: hidden;
}

#exhibition .element-item a:hover{
    -webkit-transform: scale(0.95);
  transform: scale(0.95);
}


#exhibition .element-item > * {
  margin: 0;
  padding: 0;
}

#exhibition .element-item .thum{
  position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


#exhibition .element-item .thum img{
width:100%;

/*box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.3);*/
  
}


#exhibition .element-item .thum:before, #exhibition .element-item .thum:after
{
  content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}



#exhibition .element-item .exdetail{
  padding:0.5em 3em;
  font-size:90%;
}

#exhibition .element-item .exdetail::after {
  content: "";
  display: block;
  clear: both;
}

#exhibition .element-item .exdetail dt{
  float:left;
  clear:left;
  width:15%;
  line-height:1.3;
  padding:0.2em 0;
  border-bottom:1px solid #e2e2e2;
  display:flex;
  align-items: center;
}

#exhibition .element-item .exdetail dt.term{
  
}



#exhibition .element-item .exdetail dt::after{
  content:':';
  display:inline-block;
  padding:0 0.2em;
}

#exhibition .element-item .exdetail dd{
  float:left;
  width:85%;
  line-height:1.4;
  padding:0.2em 0;
  border-bottom:1px solid #e2e2e2;
}

#exhibition .element-item .exdetail dd.font-oswald{
  font-weight:bold;
  font-size:150%;

}

#exhibition .element-item .exdetail dd .exyear{
  font-size:90%;
}

#exhibition .element-item .extitle {
  padding:1em 2em 0.5em 2em;
  font-size:1.2em;
  line-height:1.4;
  font-weight:bold;
  color:#000000;
}


#exhibition .element-item .nkind{
text-align:center;
font-weight:bold;
font-size:90%;
padding:1em 0;
 border-radius:10px 10px 0 0;
}

#exhibition .element-item.up .nkind{
background:#72aa22;
}

#exhibition .element-item.ot .nkind{
background:#3da4c3;
}

#exhibition .element-item.np .nkind{
background:#ea8808;
}


#exhibition .element-item a .nkind{
color:#dddedc;
}

#exhibition .element-item .ndate{
  text-align:right;
  padding:0.2em 1em;
}



#exhibition .exhiheadwp{
  padding:2em 0;
  background:#FFFFFF;
}

.exhiheadwp h1{
  width:60%;
  margin:0 auto;
  font-size:2em;
  line-height:1.4;
}

.exhiheadwp .exhihead{
  width:60%;
  margin:0 auto;
  position:relative;
  padding-top:2em;
  font-size:0.9em;
}

.exhiheadwp .exhihead::after {
  content: "";
  display: block;
  clear: both;
}

.exhiheadwp .exhihead dt{
  float:left;
  clear:left;
  width:15%;
  line-height:1.3;
  padding:0.5em 0;
  display:flex;
  align-items: center;
  display:inline-block;
  background:#3da4c3;
  border-radius: 50px;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  margin:5px 0;
}


.exhiheadwp .exhihead dd{
  float:left;
  width:75%;
  line-height:1.4;
  padding:0.2em;
  display:flex;
  align-items: center;
  margin:5px 0 0 20px;
  border-bottom:1px solid #e2e2e2;
}

.exhiheadwp .exhihead dd.ndate.font-oswald{
  font-weight:bold;
  font-size:150%;
  padding:0;
  line-height:1;
  border:none;
}

.exhiheadwp .exhihead dd .exyear{
  font-size:90%;
}


.exhiheadwp .ndate{
  padding:0 0 0 30px;
}

#exhibition .exhibanner{
  width:60%;
  max-width:400px;
  margin:2em auto 0 auto;
}

#exhibition .exhibanner img{
  border-radius: 10px;
  position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#exhibition .exhibanner img:before, #exhibition .exhibanner img:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
#exhibition .exhibanner img:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

#exhibition .exhibanner a{
  opacity:1;

    transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

#exhibition .exhibanner a:hover{
  opacity:.7;
}

#exhibition .exhicontents{
  margin:2em auto;
  width:80%;
  background:#FFFFFF;
  border-radius: 30px;
  padding:3em 5em 2em 5em;
  box-shadow: 0 0 5px #eee;
}

.exhicontents p{
  padding:1em 0;
}

.exhicontents p:first-of-type{
  padding:0;
}

.exhicontents h2{
  margin-top:1em;
}


.exhicontents .nwimg{
  width:95%;
  margin:0 auto;
  padding:0.5em 0;
  text-align:center;
}

.exhicontents .nwimglist{
  
}

.exhicontents .nwimglist::after {
  content: "";
  display: block;
  clear: both;
}

.exhicontents .nwimglist li{
  float:left;
  width:33%;
}


.exhicontents .nw-list{
padding:20px 0 20px 0;
}

.exhicontents .nw-list li{
line-height:1.4;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
}

.exhicontents .nw-list li::before{
content:'';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../../images/products/list_bl.svg) ;
background-repeat:no-repeat;
background-position:0 0.2em;
background-size:0.8em 0.8em;
margin-right:0.3em;
}


@media screen and (max-width:1200px){
  #exhibition .element-item {
  position: relative;
  float: left;
  width: 48%;

  margin: 1%;

}
}
@media screen and (max-width:1000px){
.exhiheadwp h1{
  width:80%;
}
.exhiheadwp .exhihead{
  width:80%;
}
}

@media screen and (max-width:700px){
.exhiheadwp h1{
  font-size:1.6em;
}
  }

@media screen and (max-width:600px){
  #exhibition .element-item {
  position: relative;
  float: left;
  width: 100%;

  margin: 2% 0;

}

#exhibition .button {
  font-size:0.9em;
}

#exhibition .element-item a{
  min-height: 11em;
}
.exhiheadwp .exhihead dt{
  width:25%;
}


.exhiheadwp .exhihead dd{
  width:65%;
}
#exhibition .exhicontents{
  padding:3em 3em 2em 3em;
}
}
@media screen and (max-width:480px){

#exhibition .exhicontents{
  width:100%;
  border-radius: 0;
}

.exhicontents .nwimg{
  width:100%;
  padding:0.2em 0;
}

.exhicontents .nwimglist li{
  float:none;
  width:100%;
  padding:0.2em 0;
}

}


/* 
/* prephoto section
/* =================================================================== */

#prephoto{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
padding:2em 0 3em 0;
background:#000000;
}

#prephoto .prenavi-wap{
  width:80%;
  margin:2em auto;
}

#prephoto .prenavi-wap li{
  display:inline-block;
  margin:0 0.2em;
}

#prephoto .button {
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color:#000000;
  font-weight:bold;
}

#prephoto .button:hover {
  background-color: #195275;
  color: #FFFFFF;
}

#prephoto .button:active,
#prephoto .button.is-checked {
  background-color: #195275;
}

#prephoto .button.is-checked {
  color: #FFFFFF;
}

#prephoto .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

#prephoto .button-group:after {
  content: '';
  display: block;
  clear: both;
}



/* ---- isotope ---- */

#prephoto .grid {
  width:80%;
  margin:0 auto;
}

/* clear fix */
#prephoto .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

#prephoto .element-item > * {
  margin: 0;
  padding: 0;
}

#prephoto .element-item {
  position: relative;
  float: left;
  width: 25%;
  overflow:hidden;
  margin: 0;
  padding:0;
}

#prephoto .element-item a{
  display:block;
  background: #020202;
  color: #999999;
  outline: none;
  overflow: hidden;
}


#prephoto .element-item .preimg{
  overflow:hidden;
  position:relative;  
}

#prephoto .element-item img{
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
          -webkit-transform: scale(1.3);
  transform: scale(1.3);
    -webkit-transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s;
       
  opacity:0.7;
  margin:0;
  padding:0;
}

#prephoto .element-item a:hover img{
    -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity:1;
}

#prephoto .element-item .outdate{
  position:absolute;
  right:10px;
  bottom:15px;
  font-size:2em;
  font-weight:bold;
  text-shadow:0 0 3px #000000;
  line-height: 1;
  color:#eeeeee;
}

#prephoto .element-item .outdate .dateyear{
  font-size:70%;
}


.prepopct .mfp-bg{
  background-color:#000000 !important;
  opacity:0.95 !important;
  z-index:10000;
}

.prepopct .mfp-wrap{
  z-index:10001;
}

.prepopct .mfp-close{
  display:none;
}

.prepopct .pre-popcont{
  width:70%;
  max-width:1000px;
  margin:0 auto;
  text-align: center;
  position:relative;
  padding:100px 0 50px 0;
}


.prepopct .pre-popcont .insdate{
  text-align:left;
  max-width:1000px;
  margin:0 auto;
}
.prepopct .pre-popcont .comment{
  text-align:left;
  max-width:1000px;
  margin:0 auto;
  font-size:0.9em;
}


.prepopct .pre-popcont .pre-dismiss{
  position:absolute;
  top:30px;
  right:0;
width:50px;
height:50px;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250.5px%22%20height%3D%2250.5px%22%20viewBox%3D%220%200%2050.5%2050.5%22%20style%3D%22enable-background%3Anew%200%200%2050.5%2050.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A0.7087%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cline%20id%3D%22XMLID_2_%22%20class%3D%22st0%22%20x1%3D%220.3%22%20y1%3D%220.3%22%20x2%3D%2250.3%22%20y2%3D%2250.3%22%2F%3E%3Cline%20id%3D%22XMLID_3_%22%20class%3D%22st0%22%20x1%3D%2250.3%22%20y1%3D%220.3%22%20x2%3D%220.3%22%20y2%3D%2250.3%22%2F%3E%3C%2Fsvg%3E');
cursor:pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  display:inline-block;
}

.prepopct .pre-popcont .pre-dismiss:hover{
opacity:0.5;

}

@media screen and (max-width:1600px){
#prephoto .element-item {
  width: 33.3%;
}
}

@media screen and (max-width:800px){
  #prephoto .prenavi-wap{
  width:90%;
}
#prephoto .grid {
  width:100%;
}

.prepopct .pre-popcont{
  width:80%;
}
.prepopct .pre-popcont .pre-dismiss{
  position:absolute;
  top:30px;
  right:0;
width:30px;
height:30px;
background-size:100% auto;
}
}

@media screen and (max-width:500px){
#prephoto .element-item {
  width: 50%;
}
.prepopct .pre-popcont{
  width:90%;
}
}

/* 
/* contact section
/* =================================================================== */

#contact{
width:100%;
margin:0 auto;
text-align:center;
padding:2em 0 3em 0;
overflow:hidden;
position:relative;
}

#contact .ctcnmtxt{
padding:1em 0;
text-align:center;
font-size:0.9em;
}

#contact .ctcimpact{
padding:1em 0 0 0;
text-align:center;
font-size:1.6em;
font-weight:bold;
}

#formtrans{
max-width:1000px;
width:90%;
margin:1em auto 2em auto;
list-style:none;
}

#formtrans li{
width:30%;
margin:0 8px;
display:inline-block;
font-size:1.1em;
font-weight:bold;
padding:1.5em 0 1.43em 1.5em;
background:#E2E2E2;
position:relative;
color:#92AAB3;
line-height:1;
}

#formtrans li.transnow{
background:#2A8CC4;
color:#FFFFFF;
font-size:1.3em;
padding:1.16em 0 1.16em 0.5em;
line-height:1;
}

#formtrans li.transnow:after{
border-left: 15px solid #2A8CC4 !important;
}

#formtrans li.transnm:after{
content:'';
display:block;
position:absolute;
box-sizing:border-box;
right:-15px;
top:0;
border-top: 34px solid transparent;
border-bottom:34px solid transparent;
border-left: 15px solid #E2E2E2;
}

#formtrans li.transst:before{
content:'';
display:block;
position:absolute;
box-sizing:border-box;
left:0;
top:0;
border-top: 34px solid transparent;
border-bottom:34px solid transparent;
border-left: 15px solid #FFFFFF;

}

#contact .formsection{
background:#f2f2f2;
border-radius:10px;
padding:2em 0;
max-width:800px;
margin:2em auto;
}

#contact .formsection:first-of-type{
margin-top:1em;
}

#contact .formsection h4{
font-size:1.2em;
padding-bottom:1em;
line-height:1.4;
}

#contact .formsection .atten{
width:90%;
margin:0 auto;
text-align:left;
text-indent:-1em;
padding-left:1em;
font-size:90%;
}

#contact .fmb{
padding-left:0.2em;
}

#contact .appformBox textarea{
	height:100px;
}

#contact .appformBox .prap{
width:30%;
float:left;
clear:left;
padding:0.5em 0;
text-align:right;
}

#contact.confirm .appformBox .prap{
width:30%;
float:left;
clear:left;
padding:0.5em 0;
text-align:right;

}

#contact .appformBox .prapd{
width:60%;
float:left;
vertical-align:middle;
padding:0.3em 1em;
}

#contact .formsection .onlm{
  margin-bottom:1em;
} 


#contact .appformBox.howknoww{
text-align:center;
}

#contact .appformBox .howknow li{
display:inline-block;
}

#contact .appformBox .howknow li .hkad{
font-size:80%;
}

#contact.confirm .appformBox .prapd{
width:60%;
float:left;
vertical-align:middle;
padding:0.5em 1em;

}


#contact .appformBox .prapd select{
color: #556063;
}

#contact .banchi{
  display:none;
  color: #b41418;
  font-size:0.9em;
}

#contact .privacy .appformBox{
	width:60%;
}

#contact.confirm .privacy .appformBox{
  text-align:center;
}

#contact .privacy .pri-tx{
  padding-bottom:0.5em;
}

#contact .privacy input{
}

#privacyp{
	background:#FFFFFF;
	width:80%;
	margin:0 auto;
	padding:2em 3em;
}

#privacyp h2{
	font-size:1.1em;
}

#privacyp p{
	padding:1em 0;
}

#privacyp ol{
	padding:0.3em 1em;
}

#privacyp ol dt{
	font-weight:bold;
}

#privacyp ol dd{
	padding:0 0 1em 1em;
}

.btbackcamp{
text-align:center;
color:#000000;
font-size:1em;
font-weight:bold;
margin:2em 0;
}

.btbackcamp input{
display:inline-block;
padding:1em 0;
width:30%;
max-width:400px;
background:#FFFFFF;
color:#000000;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:1;
border:3px solid #333333;
}

.btbackcamp input:hover{
background:#333333;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
color:#FFFFFF;
border:3px solid #333333;
}


@media only screen and (max-width:900px) {
#contact .appformbutton{
width:80%;
margin:0 auto;
padding:0;
}
}

@media only screen and (max-width:768px) {
#formtrans li{
padding:1.7em 0 1.7em 1.5em;
}
#formtrans li.transnow{
padding:1.39em 0 1.39em 0.5em;
}
}

@media only screen and (max-width:620px) {
#contact .appformBox .prap{
font-size:90%;
}
#contact .privacy .appformBox{
  width:80%;
  font-size:0.9em;
}

#contact .formsection h4{
font-size:1.1em;
padding-bottom:1em;
line-height:1.4;
}

#contact .howknow{
  text-align:left;
}

}

@media only screen and (max-width:535px) {
#contact .ctcnmtxt{
width:90%;
margin:0 auto;
}

#formtrans{
width:100%;
}

#formtrans li{
width:28%;
margin:0 8px;
font-size:0.9em;
padding:1.32em 0 1.32em 1.5em;
}

#formtrans li.transnow{
font-size:1em;
padding:1.1em 0 1.1em 0.5em;
}


#formtrans li.transnm:after{
border-top: 23px solid transparent;
border-bottom:23px solid transparent;
border-left: 15px solid #E2E2E2;
}

#formtrans li.transst:before{

border-top: 23px solid transparent;
border-bottom:23px solid transparent;
border-left: 15px solid #FFFFFF;

}

#contact .formsection{
background:#f2f2f2;
border-radius:0;
padding:2em 1em;
max-width:800px;
margin:1em auto;
}

#contact .appformBox .prap{
width:100%;
float:none;
clear:none;
padding:0.5em 0;
text-align:left;
}

#contact.confirm .appformBox .prap{
width:100%;
float:none;
clear:none;
padding:0.5em 0;
text-align:left;

}

#contact .appformBox .prapd{
width:100%;
float:none;
vertical-align:middle;
padding:0.3em 0;
}

#contact.confirm .appformBox .prapd{
width:100%;
float:none;
vertical-align:middle;
padding:0.3em 0;

}
.btbackcamp input{
width:50%;
}


}

/* 
/* result section
/* =================================================================== */

#results{
width:90%;
margin:0 auto;
padding:2em 0 3em 0;
overflow:hidden;
position:relative;
}

#results .fessWrapper{
font-family:inherit !important;
color:inherit !important;
}

#results .fessForm input{
border-radius: 5px !important;
border: 1px solid #888 !important;
width:90% !important;
padding: 0.8em 1em !important;
}

#results .fessForm button{
width:36px !important;
  height:36px !important;
  margin-left:0.2em !important;
  background:#ccc !important;
  border-radius:10px !important;
  border:none !important;
  cursor:pointer !important;
  outline:none !important;
  -webkit-appearance: none !important;
  appearance:none !important;
  color: transparent !important;
  overflow: hidden !important;
  position:relative !important;
  display:inline-block !important;
  padding:0 !important;
  line-height:1 !important;
}
#results .fessForm button::before, #results .fessForm button::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#results .fessForm button::before {
  /* lens */
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
#results .fessForm button::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 12px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#results .fessResult{
  padding:20px 0 !important;
}

#results .fessResult .result-header{

}

#error{
  padding:3em 0 5em 0;
  background:url(../../images/404/nazetaro.png) no-repeat -2em top;
  background-size:30% auto;
  text-align:center;
  color:#92aab3;
  font-family:'Barlow', sans-serif;
}

#error .code{
  font-weight:bold;
font-size:10em;
line-height:1;
}

#error .comment{
  font-weight:normal;
  font-size:1.3em;
  padding:1em 0 2em;
}

#error .fessWrapper{
font-family:inherit !important;
color:inherit !important;
}

#error .fessWrapper div{
  padding:0 !important;
  margin:0 !important;
}

#error .fessWrapper .form-control{
  border-radius: 5px !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  display:inline-block !important;
  width: 95% !important;
  padding: 0.6em 1em !important;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  vertical-align:top !important;
  font-size:1.4rem !important;
  line-height:1.8 !important;
}

#error .fessWrapper .btn-primary{
  background-color:none !important;
  border-color:none !important;
}

#error .fessWrapper table{
  width:70% !important;
  max-width:800px !important;
  margin:0 auto !important;
}

#error .fessWrapper .btn{
  width:44px !important;
  height:44px !important;
  margin-left:0.2em !important;
  background:#ccc !important;
  border-radius:5px !important;
  border:none !important;
  cursor:pointer !important;
  outline:none !important;
  -webkit-appearance: none !important;
  appearance:none !important;
  color: transparent !important;
  overflow: hidden !important;
  position:relative !important;
  display:inline-block !important;
  padding:0 !important;
  line-height:1 !important;

}
#error .fessWrapper .btn::before, #error .fessWrapper .btn::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#error .fessWrapper .btn::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
#error .fessWrapper .btn::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 15px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width:826px){

#error{
  padding:3em 0 5em 0;
  background-size:40% auto;
}

#error .fessWrapper .form-control{
  width: 90% !important;
}

}

@media screen and (max-width:600px){

#error{
  padding:3em 0 5em 0;
  background-size:50% auto;
}

#error .fessWrapper table{
  width:80% !important;
}

#error .fessWrapper .form-control{
  width: 80% !important;
}

}

@media screen and (max-width:420px){

#error{
  padding:3em 0 5em 0;
  background-size:auto 100%;
}

#error .code{
font-size:8em;
}

#error .comment{
  font-size:1em;
}

#error .fessWrapper table{
  width:90% !important;
}

#error .fessWrapper .form-control{
  width: 80% !important;
}

}


/* 
/* dstory section
/* =================================================================== */

#dstory{
width:100%;
margin:0 auto 3em auto;
padding-top: 3em;
overflow:hidden;
color:#556063;
position:relative;
}

#dstory .echstoryList{
width:80%;
max-width: 1000px;
margin:0 auto;
}

#dstory .echstoryList li{
width:100%;
position:relative;
display:inline-block;
margin:1em 2% 1em 2%;
overflow:hidden;
padding-bottom: 10px;
border-bottom: 1px solid #2C8BC6;
background: #FFFFFF;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#dstory .echstoryList li:hover{
background: #e6e6e6;
}

#dstory .echstoryList li a{
display: block;
}



#dstory .echstoryList li a::after{
  content: "";
  display: block;
  clear: both;
}

#dstory .echstoryList li .echsnumber{
  position: absolute;
  top: 0;
  left: 0;
  background: #2C8BC6;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3em;
  padding:0.2em 0 0.3em 33%;
  z-index: 1;
  width: 100%;
  margin-left: 10%;
  line-height: 1;
  -moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#dstory .echstoryList li a:hover .echsnumber{
  background: #5DAFD8;
}

#dstory .echstoryList li .echsnumber:after{
display:inline-block;
font-family: "Font Awesome 5 Free";
content:"\f054";
font-weight:bold;
line-height:1;
position: absolute;
right: 13%;
top:25%;
color: #FFFFFF;
font-size: 70%;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#dstory .echstoryList li a:hover .echsnumber:after{
  right: 12%;
}


#dstory .echstoryList li .echsnumber span{
  font-size: 80%;
}

#dstory .echstoryList li .echsimg{
  position: relative;
  z-index: 2;
  float: left;
  width: 40%;
}

#dstory .echstoryList li .echsimg img{
  -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0% 15%);
    clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0% 15%);
    -moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}

#dstory .echstoryList li a:hover .echsimg img{
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 0%);
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);

}

#dstory .echstoryList li .echsright{
  float: right;
  width: 60%;
  padding: 5em 0 0 1.5em;
  color: #556063;
  -moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


#dstory .echstoryList li a:hover .echsright{
  color: #2C8BC6;

}


#dstory .echstoryList li .echsdev{

}

#dstory .echstoryList li .echstitle{
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.1;
}

#dstory .echstoryList li .echstitle .ttlss{
  font-size: 40%;
}

#dstory .echstoryList li .echstitle .ttls{
  font-size: 60%;
}






@media screen and (max-width:800px){

  #dstory .echstoryList li .echsnumber{
    font-size: 2em;
  }

  #dstory .echstoryList li .echsright{
    padding: 3.5em 0 0 1.5em;
  }

  #dstory .echstoryList li .echstitle{
    font-size: 2em;
  }

}

@media screen and (max-width:550px){
  #dstory .echstoryList li .echsnumber{
    font-size: 5vw;
  }

  #dstory .echstoryList li .echsdev{
    font-size: 2.7vw;

  }

  #dstory .echstoryList li .echsright{
    padding: 10% 0 0 1.5em;
  }

  #dstory .echstoryList li .echstitle{
    font-size: 4.5vw;
  }



}



#dstory .addate{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}

#dstory .dstorywp{
  width: 100%;
  margin: 0 auto;
}

#dstory .dstorywp h2{
  width: 80%;
  max-width:1000px;
  margin: 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
}

#dstory .dstorywp h2 .echsnumber{

  background: #2C8BC6;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3em;
  padding:0.2em 1em 0.3em 1em;
  line-height: 1;
}

#dstory .dstorywp h2 .echsnumber span{
  font-size: 80%;
}

#dstory .dstorywp h2 .echstitle{
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.1;
  padding-left: 1em;
}


#dstory .dstorywp h2 .echstitle .ttls{
  font-size: 60%;
}

#dstory .dstorymainwp{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}



#dstory .dstorymainwp .dstomain{
  display:flex;
  align-items:center;
  text-align: center;
  padding: 1.5em 0;
  justify-content: center;
}

#dstory .dstorymainwp .dstomain .dstoimg{
  padding-right: 2em;
}

#dstory .dstorymainwp .dstomain .dstoimg img{
  -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0% 15%);
    clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0% 15%);
    
}

#dstory .dstorymainwp .dstomain .dstoname{
  font-size: 2em;
  line-height: 1.2;
  text-align:left;
}

#dstory .dstorymainwp .dstomain .dstoname span{
  font-size: 50%;
}

#dstory .dstorymainwp .dstoread{
  border-top:1px solid #2C8BC6;
  border-bottom:1px solid #2C8BC6;
  padding: 1em;
}

#dstory .dstorymainwp .inatten{
  font-size: 80%;
  font-weight: bold;
}

#dstory .dstorymainwp h3{
  font-size: 3vw;
  color: #ABD1E8;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  padding: 40px 0 30px 0;
}

#dstory .dstorymainwp h4{
  font-weight: 800;
  color: #000000;
  font-size: 110%;
  line-height: 1.2;
}

#dstory .dstorymainwp .fright{
  float: right;
  margin-left: 1em;
}

#dstory .dstorymainwp .fclear{
  clear: both;
}

#dstory .dstorymainwp .tspace{
  padding-top: 2em;
}

#dstory .dstorymainwp p{
  font-size:90%;
  padding: 1em 0;
}

#dstory .dstorymainwp .dstodetailwp{
  width: 80%;
  margin: 1em auto;
  padding: 1em;
  border:10px solid #2C8BC6;
  background: #F4F8FA;
}

#dstory .dstorymainwp .dstodetailwp dt{
  font-size: 120%;
  font-weight: 800;
  color: #2C8BC6;
}

#dstory .dstorymainwp .dstodetailwp dd{
  padding: 1em 3em;
  font-size: 90%;
}

#dstory .dstorymainwp .dstodetailwp dd.img{
  display:flex;
  align-items:center;
  justify-content: center;
}

#dstory .dstorymainwp .dstodetailwp dd.img img{
  margin: 0 1em;
}

#dstory .dstorymainwp .dstodetailwp dd ul{
  
}

#dstory .dstorymainwp .dstodetailwp dd ul li{
  
}

#dstory .dstorymainwp .pr-list{
padding:20px 0 20px 0;
}

#dstory .dstorymainwp .pr-list li{
line-height:1.4;
padding:0.3em 0 0.3em 2em;
text-indent:-1.2em;
}

#dstory .dstorymainwp .pr-list li::before{
content:'';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../../images/products/list_bl.svg) ;
background-repeat:no-repeat;
background-position:0 0.2em;
background-size:0.8em 0.8em;
margin-right:0.3em;
}

#dstory .dstofoot{
  box-sizing: border-box;
  margin:2em 0;
  clear: both;
  text-align: center;
  overflow: hidden;
  height: 100%;

}

#dstory .dstofoot .dstofootbg{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;

}

#dstory .dstofoot > *{

  position: relative;

}




#dstory .eaproduct{
  text-align:center;
  margin:30px auto !important;
  font-size: 120%;
}



#dstory .dstorymenu{
  display:flex;
  justify-content:center;
  align-items:center;
}

#dstory .dstorymenu a{
  height:80px;
  width:286px;
  color:#ffffff;
  font-weight:bold;
  position:relative;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: url(../../images/about/dstory/bt_bg.png) no-repeat center center;
  background-size:cover;
}


#dstory .dstorymenu a span{
  z-index:3;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#dstory .dstorymenu a:hover span{
  padding-left:10px;
}

#dstory .dstorymenu a::after{
  position:absolute;
  top:50%;
  left:10%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  font-family: 'Font Awesome 5 Free';
  content:"\f0a9";
  padding-right:0.3em;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#dstory .dstorymenu a:hover::after{
  transform: translate(10px,-50%);
  -webkit-transform: translate(10px,-50%);
}


#dstory .dstorymenu a::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(12,73,112);
background: linear-gradient(170deg, rgba(12,73,112,1) 59%, rgba(40,100,139,1) 63%, rgba(12,73,112,0.2) 100%);
  
  width:100%;
  height:80px;
  border-radius:10px;
  opacity:0.7;
}

@media screen and (max-width:920px){

  #dstory .addate{
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding-right: 1em;
    font-size: 90%;
  }

  #dstory .dstorywp h2{
    width: 100%;
  }

  #dstory .dstorymainwp h3{
    font-size: 4vw;
    line-height: 1.2;
  }

  #dstory .dstorymainwp .fright{
    width: 50%;
    padding-top: 1em;
  }

}

@media screen and (max-width:768px){
   #dstory .dstorywp h2 .echsnumber{
    font-size: 2.3em;
    padding:0.2em 0 0.3em 0;
    width: 4em;
    text-align: center;
  }

  #dstory .dstorywp h2 .echstitle{
    font-size: 2.2em;
    padding-left: 1em;
  }


  #dstory .dstorymainwp .dstomain .dstoimg{
    padding-right: 2em;
    width: 60%;
  }


  #dstory .dstorymainwp .dstomain .dstoimg img{
    width: 100%;
    height: auto;
      
  }

  #dstory .dstorymainwp .dstodetailwp{
    width: 100%;
  }


  #dstory .dstorymainwp .dstodetailwp dd.img img{
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width:600px){

  #dstory{
    padding-top:1em;
  }

  #dstory .dstorywp h2 .echsnumber{
    font-size: 5.5vw;
    padding:0.2em 0.5em 0.3em 0.5em;
    width: auto;
    text-align: center;
  }

  #dstory .dstorywp h2 .echstitle{
    font-size: 5.5vw;
    padding-left: 1em;
  }
}

@media screen and (max-width:480px){
  
  #dstory .dstorywp h2{
    display:flex;
    flex-flow:column;
    flex-direction:column;
    align-items:flex-start;
  }

  #dstory .dstorywp h2 .echstitle{
    font-size: 6.5vw;
    padding-left: 1em;
  }
  #dstory .dstorymainwp{
    width: 85%;
  }

  #dstory .dstorymainwp .dstomain{
    display:flex;
    align-items:center;
    text-align: center;
    padding: 1.5em 0;
    justify-content: center;
    flex-flow:column;
  }

  #dstory .dstorymainwp .dstomain .dstoimg{
    padding-right: 0;
    width: 100%;
  }

  #dstory .dstorymainwp .dstomain .dstoname{
    font-size: 8vw;

  }

  #dstory .dstorymainwp .fright{
    width: 80%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  #dstory .dstorymainwp .dstoread{
    font-size: 90%;
  }

  #dstory .dstorymainwp h3{
    font-size: 6vw;
    
  }

  #dstory .dstorymainwp h4{
    font-size: 100%;
  }

  #dstory .dstorymainwp .dstodetailwp{
    margin: 1em auto;
    padding: 1em;
    border:8px solid #2C8BC6;
  }
  #dstory .dstorymainwp .dstodetailwp dt{
    font-size:100%;
  }

  #dstory .dstorymainwp .dstodetailwp dd{
    padding: 1em 0;
    font-size: 85%;
  }

  #dstory .dstorymainwp .dstodetailwp dd.img img{
    margin: 0 0.3em;
  }

}



/* 
/* nrecruit section
/* =================================================================== */

#cathead.nrecruit{
  background-color:#edefef;
  padding:calc(100vw / 3) 0;
}

@media screen and (min-width:1000px){
  #cathead.nrecruit{
    background-color:#edefef;
    padding:300px 0;
  }
}

@media screen and (max-width:640px){
  #cathead.nrecruit{
    background-color:#edefef;
    padding:calc(100vw / 2) 0;
  }
}

@media screen and (max-width:599px){
  #cathead.nrecruit{
    padding:calc(100vw / 1.5) 0;
  }
}

#cathead.nrecruit .catheadbg{
  background-image:url(../../images/about/nrecruit/header_img01_pc.png),url(../../images/about/nrecruit/header_img02_pc.png);
  background-position:left top, right bottom;
  background-size:20% auto, 20% auto;
  background-repeat:no-repeat;
  max-width:1000px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width:640px){
  #cathead.nrecruit .catheadbg{
    background-image:url(../../images/about/nrecruit/header_img01_sp.png),url(../../images/about/nrecruit/header_img02_sp.png);
    background-position:left top, right bottom;
    background-size:25% auto, 25% auto;
    background-repeat:no-repeat;
    max-width:1000px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height:100%;
  }
}

@media screen and (max-width:599px){
  #cathead.nrecruit .catheadbg{
    background-position:left 8vw, right bottom;
    background-size:35% auto, 35% auto;
  }
}

#cathead.nrecruit .catheadin{
  
}

#cathead.nrecruit .reclg{
  width:30%;
  max-width:200px;
  margin:0 auto;
  padding:10vw 0 2vw 0;
}

@media screen and (min-width:1000px){
  #cathead.nrecruit .reclg{
    padding:10rem 0 2rem 0;
  }

}

@media screen and (max-width:640px){
  #cathead.nrecruit .reclg{
    padding:20vw 0 10vw 0;
  }
}

@media screen and (max-width:599px){
  #cathead.nrecruit .reclg{
    padding:30% 0 10vw 0;
  }
}

#cathead.nrecruit .reccp{
  width:50%;
  margin:0 auto;
  background:#FFFFFF;
  color:#000000;
  padding:3vw;
}

@media screen and (min-width:1000px){
  #cathead.nrecruit .reccp{
    padding:3rem;
  }
}

@media screen and (max-width:599px){
  #cathead.nrecruit .reccp{
    width:50%;
    margin:0 auto;
    padding:3vw;
  }
}

#cathead.nrecruit .reccp div.cp{
  display:block;
  color:#000000;
  padding:.5vw 0;
  font-size:clamp(2.3rem, 5vw, 3rem);
  font-weight:800;
}

@media screen and (min-width:1000px){
  #cathead.nrecruit .reccp div.cp{
    padding:0.5rem 0;
  }
}

#cathead.nrecruit .reccp div.cp01{
  animation: fadeInLeft .5s;
  animation-delay: .5s;
  animation-fill-mode: backwards;
  transition: .8s;
  -webkit-animation: fadeInLeft .5s;
  -webkit-animation-delay: .5s;
  -webkit-animation-fill-mode: backwards;
  -webkit-transition: .8s;
}

#cathead.nrecruit .reccp div.cp02{
  animation: fadeInLeft .5s;
  animation-delay: .7s;
  animation-fill-mode: backwards;
  transition: .8s;
  -webkit-animation: fadeInLeft .5s;
  -webkit-animation-delay: .7s;
  -webkit-animation-fill-mode: backwards;
  -webkit-transition: .8s;
}

#cathead.nrecruit .reccp div.cp03{

  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}

#cathead.nrecruit .reccp div.cp03 .an1{
  color:#000000;
  font-size:1em;
  letter-spacing:1rem;
  font-weight:800;
  padding:0;
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}

@media screen and (max-width:640px){

  #cathead.nrecruit .reccp div.cp03 .an1{
    letter-spacing:.3rem;
  }
}

/* 1文字目 */
#cathead.nrecruit .reccp div.cp03 .an1:nth-child(1) {
    animation-delay: 1.1s
}
/* 2文字目 */
#cathead.nrecruit .reccp div.cp03 .an1:nth-child(2) {
    animation-delay: 1.2s
}
/* 3文字目 */
#cathead.nrecruit .reccp div.cp03 .an1:nth-child(3) {
    animation-delay: 1.3s
}
/* 4文字目 */
#cathead.nrecruit .reccp div.cp03 .an1:nth-child(4) {
    animation-delay: 1.4s
}
/* 5文字目 */
#cathead.nrecruit .reccp div.cp03 .an1:nth-child(5) {
    animation-delay: 1.5s
}



@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}


#cathead.nrecruit .reccp div.cp .an1:after{
  content:none;
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#nrecruit{
  max-width:1000px;
  width:90%;
  margin:0 auto;
  padding:2vw 0 18vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit{
    padding:2rem 0 15rem 0;
  }
}

@media screen and (max-width:480px){
  #nrecruit{
    padding:2vw 0 23vw 0;
  }
}

#nrecruit h2{
  font-size:clamp(2.2rem, 3.5vw, 4.5rem);
  color:#FFFFFF;
  position:relative;
  width:12em;
  margin:3vw auto;
  padding:3vw 0;
  text-align:center;
  font-weight:800;
}

#nrecruit h2 span{
  background:#008ece;
  padding:0.3rem 1.5rem;
  display:inline-block;
}


#nrecruit h2 span.zure01{
 
}

#nrecruit h2 span.zure02{
  position:relative;
  
}

@media screen and (min-width:1000px){
  #nrecruit h2{
    padding:2rem 0;
    margin:2rem auto;
  }

}

@media screen and (max-width:640px){
  #nrecruit h2{
    width:14em;
  }

  #nrecruit h2 span.zure02{
    position:relative;
    top:2vw;
  }
}



#nrecruit .lead{
  text-align:center;
  font-size:clamp(1.2rem, 2.5vw, 2.5rem);
  padding:3vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit .lead{
    padding:2rem 0;
  }
}

#nrecruit .active .yell{
  background: linear-gradient(transparent 70%, #fff100 70%);
}

#nrecruit .yell2{
  background: linear-gradient(transparent 70%, #fff100 70%);
}

#nrecruit .mkk{
  position:relative;
  color:transparent;
}

#nrecruit .mkk:before{
  content:'';
  position:absolute;
  z-index:1;
  top:0;
  right:100%;
  bottom:0;
  left:0;
  background:#fff100;
}


#nrecruit .mkk.active{
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

#nrecruit .mkk.active:before{
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#nrecruit .category{
  width:100%;
  margin:3vw auto;
}

@media screen and (min-width:1000px){
  #nrecruit .category{
    width:100%;
    margin:1rem auto;
  }
}

@keyframes kf_c01a {
  100%{
    color: inherit;
  }
}
@keyframes kf_c01b {
  50%{
    left: 0%; right: 0%;
  }
  100%{
    left: 100%; right: 0%;
  }
}


#nrecruit .category .catbox{
  padding:1.5vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit .category .catbox{
    padding:1.5rem 0;
  }

}

#nrecruit .category .cattl{

}

#nrecruit .category .cattl .catpr{
  color:#008ece;
  line-height:1;
  font-size:clamp(1rem, 2.2vw, 2.2rem);
  font-weight:800;
}

#nrecruit .category .cattl .catpr span{
  font-size:160%;
}

#nrecruit #cat02.category .cattl .catpr{
  color:#008ece;
  font-size:clamp(3rem, 8vw, 8rem);
  font-weight:800;
  text-align:center;
}

#nrecruit .category .cattl .catbt{
  cursor:pointer;
  font-size:clamp(1rem, 3vw, 3rem);
  font-weight:bold;
  position:relative;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nrecruit .category .cattl .catbt:after{
  content:'';
  width:10vw;
  height:10vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FBFBFB%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%230090D3%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2255.96%2C67.83%2069.67%2C44.09%2042.25%2C44.09%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size:100% auto;
  backgroung-repeat:no-repeat;
  position:absolute;
  top:2vw;
  right:2vw;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nrecruit .category .cattl .catbt:hover:after{
  content:'';
  width:10vw;
  height:10vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230090D3%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2255.96%2C67.83%2069.67%2C44.09%2042.25%2C44.09%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size:100% auto;
  backgroung-repeat:no-repeat;
  position:absolute;
  top:2vw;
  right:2vw;
}

@media screen and (min-width:1000px){
  #nrecruit .category .cattl .catbt:after{
    content:'';
    width:10rem;
    height:10rem;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FBFBFB%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%230090D3%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2255.96%2C67.83%2069.67%2C44.09%2042.25%2C44.09%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size:100% auto;
    background-repeat:no-repeat;
    position:absolute;
    top:1rem;
    right:2rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #nrecruit .category .cattl .catbt:hover:after{
    content:'';
    width:10rem;
    height:10rem;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230090D3%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2255.96%2C67.83%2069.67%2C44.09%2042.25%2C44.09%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size:100% auto;
    background-repeat:no-repeat;
    position:absolute;
    top:1rem;
    right:2rem;
  }

}

#nrecruit .category .cattl .catbt .catbt01{
  background:#edefef;
  color:#008ece;
  padding:0.5rem 2rem;

}

#nrecruit .category .cattl .catbt .catbt02{
  background:#008ece;
  color:#FFFFFF;
  padding:0.5rem 2rem;
}

#nrecruit .category .catdet{

  display:none;
}

#nrecruit #cat01.category .catdet{
  background:#000000;
  color:#FFFFFF;
  padding:4vw;
  
}

@media screen and (min-width:1000px){

  #nrecruit #cat01.category .catdet{
    padding:4rem;
    
  }
}

#nrecruit #cat01.category .catdet p{
  padding:1rem 0;
  font-size:clamp(1rem, 2vw, 2rem);
  line-height:1.6;
}

#nrecruit #cat01.category .catdet.pr01{
  background:url(../../images/about/nrecruit/cat01_bg01_pc.jpg) no-repeat center bottom;
  background-size:100% auto;
  background-color:#000000;
}

#nrecruit #cat01.category .catdet.pr02{
  background:url(../../images/about/nrecruit/cat01_bg02_pc.jpg) no-repeat center center;
  background-size:100% auto;
  background-color:#3D4142;
}

#nrecruit #cat01.category .catdet.pr03{
  background:url(../../images/about/nrecruit/cat01_bg03_pc.jpg) no-repeat center center;
  background-size:100% auto;
  background-color:#23292B;
}

@media screen and (max-width:640px){
  #nrecruit #cat01.category .catdet.pr01{
    background:url(../../images/about/nrecruit/cat01_bg01_sp.jpg) no-repeat center bottom;
    background-size:100% auto;
    background-color:#000000;
    padding-bottom:20vw;
  }

  #nrecruit #cat01.category .catdet.pr02{
    background:url(../../images/about/nrecruit/cat01_bg02_sp.jpg) no-repeat center center;
    background-size:cover;
    background-color:#3D4142;
  }

  #nrecruit #cat01.category .catdet.pr03{
    background:url(../../images/about/nrecruit/cat01_bg03_sp.jpg) no-repeat center center;
    background-size:cover;
    background-color:#23292B;
  }

}

#nrecruit .category .cmmt{
  text-align:center;
  min-height:300px;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top:3vw;
  font-size:clamp(1rem, 2vw, 2rem);
  margin:10vw auto;
}

#nrecruit #cat01.category .cmmt{
  background:url(../../images/about/nrecruit/cat01_cmmt_bg_pc.png) no-repeat center center;
  background-size:auto 100%;
  margin-right:15%;
  padding-left:15%;
}

#nrecruit #cat02.category .cmmt{
  background:url(../../images/about/nrecruit/cat02_cmmt_bg_pc.png) no-repeat center center;
  background-size:auto 100%;
  margin-left:20%;
  padding-right:20%;
}

@media screen and (min-width:1000px){
  #nrecruit .category .cmmt{
    min-height:400px;
    padding-top:3rem;
    margin:3rem auto;
  }
}

@media screen and (max-width:640px){
  #nrecruit .category .cmmt{
    min-height:200px;
  }
  #nrecruit #cat01.category .cmmt{
    background:url(../../images/about/nrecruit/cat01_cmmt_bg_sp.png) no-repeat center center;
    background-size:auto 100%;
    margin-right:13%;
    padding-left:13%;
  }

  #nrecruit #cat02.category .cmmt{
    background:url(../../images/about/nrecruit/cat02_cmmt_bg_sp.png) no-repeat center center;
    background-size:auto 100%;
    margin-left:20%;
    padding-right:20%;
  }
}

@media screen and (max-width:480px){
  #nrecruit #cat01.category .cmmt{
    margin-right:13%;
    padding-left:23%;
  }

  #nrecruit #cat02.category .cmmt{
    margin-left:20%;
    padding-right:25%;
  }

}

#nrecruit #cat02.category .catdet{
  background:#F2F2F2;
  padding:2vw 4vw 4vw 4vw;
}

@media screen and (min-width:1000px){
  #nrecruit #cat02.category .catdet{
    padding:2rem 4rem 4rem 4rem;
  }
}

#nrecruit #cat02.category .catdet p{
  font-size:clamp(1rem, 2vw, 2rem);
  line-height:1.8;
  padding:1rem 0;
}

#nrecruit #cat02.category .catdet .center{
  text-align:center;
}

#nrecruit #cat02.category .catdet .right{
  text-align:right;
}

#nrecruit #cat02.category .catdet .cap{
  font-size:60%;
  padding-top:0.5rem;

}

#nrecruit #cat02.category .catdet .chg{
  display:flex;
  padding:3rem 0 0 0;
}

#nrecruit #cat02.category .catdet .psnl{
  width:30%;
}

#nrecruit #cat02.category .catdet .psnl .prf{
  font-size:clamp(1rem, 2vw, 2rem);
  line-height:1.4;
}


#nrecruit #cat02.category .catdet .cmm{
  padding:0 0 0 1rem;
  width:70%;
  font-size:clamp(1rem, 2vw, 2rem);
}

#nrecruit #cat03.category .psnl-list{
  padding:3vw 0 5vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit #cat03.category .psnl-list{
    padding:2rem 0 3rem 0;
  }
}

#nrecruit #cat03.category .psnl-list li{
  margin:5vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit #cat03.category .psnl-list li{
    margin:2rem 0;
  }
}

#nrecruit #cat03.category .psnl-list li a{
  display:flex;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#nrecruit #cat03.category .psnl-list li .pht{
  width:40%;
  overflow:hidden;
}

#nrecruit #cat03.category .psnl-list li .pht img{
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  transform:scale(1);
}

#nrecruit #cat03.category .psnl-list li a:hover .pht img{
  transform:scale(1.1);
}

#nrecruit #cat03.category .psnl-list li .int{
  width:60%;
  padding-left:5%;
  padding-top:2vw;
  position:relative;
  background:#F2F2F2;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#nrecruit #cat03.category .psnl-list li a:hover .int{
  background:#e9e9e9;
}

@media screen and (min-width:1000px){
  #nrecruit #cat03.category .psnl-list li .int{
    padding-top:2rem;
  }
}


#nrecruit #cat03.category .psnl-list li .int .psnl-busyo{
  font-size:clamp(1rem, 2vw, 1.8rem);
  line-height:1.4;
}

#nrecruit #cat03.category .psnl-list li .int .psnl-cmmt{
  font-size:clamp(1.2rem, 3vw, 3rem);
  line-height:1.5;
  font-weight:bold;
  padding-top:2vw;
}

@media screen and (min-width:1000px){
  #nrecruit #cat03.category .psnl-list li .int .psnl-cmmt{
    padding-top:2rem;
  }
}

#nrecruit #cat03.category .psnl-list li .int:after{
  content:'';
  width:8vw;
  height:8vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FBFBFB%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%230090D3%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2271.83%2C55.96%2048.09%2C42.25%2048.09%2C69.67%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size:100% auto;
  backgroung-repeat:no-repeat;
  display:block;
  position:absolute;
  bottom:1vw;
  right:2vw;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#nrecruit #cat03.category .psnl-list li a:hover .int:after{

  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20111.92%20111.92%22%20style%3D%22enable-background%3Anew%200%200%20111.92%20111.92%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230090D3%3Bstroke%3A%230090D3%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23FBFBFB%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2255.96%22%20cy%3D%2255.96%22%20r%3D%2253.96%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2271.83%2C55.96%2048.09%2C42.25%2048.09%2C69.67%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@media screen and (min-width:1000px){
  #nrecruit #cat03.category .psnl-list li .int:after{
    width:8rem;
    height:8rem;
    bottom:2rem;
    right:3rem;
  }
}

#nrecruit .openCNY{
  
}

#nrecruit .openCNY h3{
  background:#008ECE;
  color:#FFFFFF;
  text-align:center;
  font-size:clamp(1.5rem, 3vw, 3rem);
  margin-top:5vw;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY h3{
    margin-top:3rem;
  }
}

#nrecruit .openCNY .point{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:3vw 0 0 0;
  width:90%;
  margin:0 auto;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .point{
    padding:2rem 0 0 0;
  }
}

#nrecruit .openCNY .point li{
  font-size:clamp(1.5rem, 3vw, 3rem);
  font-weight:800;
  width:50%;
  text-align:center;
  padding:1rem 0;
}
#nrecruit .openCNY .point li .yell{
  padding:0 1rem;
}

#nrecruit .openCNY h4{
  border-bottom:5px solid #008ECE;
  color:#008ECE;
  font-size:clamp(1.4rem, 2.5vw, 2.5rem);
  padding:0 1vw;
  margin-top:5vw;
}

@media screen and (min-width:1000px){

  #nrecruit .openCNY h4{
    border-bottom:8px solid #008ECE;
    padding:0 2rem;
    margin-top:3rem;
  }
}

#nrecruit .openCNY .timetable{
  width:90%;
  margin:0 auto;
  padding:3vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .timetable{
    padding:2rem 0;
  }
}

#nrecruit .openCNY .timetable li{
  display:flex;
  font-size:clamp(1.2rem, 1.8vw, 1.8rem);
  padding:2vw 0;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .timetable li{
    padding:1rem 0;
  }
}

#nrecruit .openCNY .timetable li .time{
  width:20%;
}

#nrecruit .openCNY .timetable li .det{
  width:80%;
}

#nrecruit .openCNY .taikensya{
  display:flex;
  font-size:clamp(1.1rem, 1.8vw, 1.8rem);
  line-height:1.5;
}

#nrecruit .openCNY .taikensya .tkph .snm{

}

#nrecruit .openCNY .taikensya .tkph{
  width:30%;
}

#nrecruit .openCNY .taikensya .tkny{
  width:70%;
  padding-left:5%;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .taikensya .tkny{
    padding-left:2rem;
  }
}

#nrecruit .openCNY table{
  margin:3vw auto;
  font-size:clamp(1rem, 1.8vw, 1.8rem);
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY table{
    margin:3rem auto;
  }
}

#nrecruit .openCNY table th{
  padding:1vw 2vw;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
}

#nrecruit .openCNY table td{
  padding:1vw 2vw;
  text-align:center;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY table th{
    padding:1rem 2rem;
  }

  #nrecruit .openCNY table td{
    padding:1rem 2rem;
  }
}

#nrecruit .openCNY table .bd{
  border-bottom:1px solid #000000;
}

#nrecruit .openCNY table .gy{
  background:#F2F4F4;
}

#nrecruit .openCNY .gaiyou dl{
  padding:2vw 5%;
  background:#F2F2F2;
  display: flex;
  flex-wrap: wrap;
  font-size:clamp(1rem, 1.8vw, 1.8rem);
  line-height:1.4;
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .gaiyou dl{
    padding:2rem 5%;
  }
}

#nrecruit .openCNY .gaiyou dl dt{
  width:20%;
  padding:1rem 0;

}

#nrecruit .openCNY .gaiyou dl dd{
  width:80%;
  padding:1rem 0;
  
}

@media screen and (min-width:1000px){
  #nrecruit .openCNY .gaiyou dl dt{
    width:15%;
    padding:1rem 0;

  }

  #nrecruit .openCNY .gaiyou dl dd{
    width:85%;
    padding:1rem 0;
    
  }
}

#nrecruit .openbt{
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}


#nrecruit .openbt a{
  display: block;
  position: relative;
  width: 400px;
  height:103px;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:1;
}

#nrecruit .openbt a:before,#nrecruit .openbt a:after{
  content: "";
  position: absolute;
  z-index: -10;
  width: 400px;
  height: 103px;
  top: 0;
  left: 0;
  border-radius: 1rem;
  background: #a6f9ff;
  transform: translate3d(0,0,0);
}

#nrecruit .openbt a:before {
  animation: anime 1s ease-out infinite;
}

#nrecruit .openbt a:after {
  animation: anime 1s ease-out 1s infinite;
}

#nrecruit .openbt a:hover{
  opacity:.7;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

@media screen and (max-width:640px){

  #nrecruit .openbt a{
    width: 250px;
    height:65px;
  }

  #nrecruit .openbt a:before,#nrecruit .openbt a:after{
    width: 250px;
    height: 65px;
    border-radius: .5rem;
  }
}

.interview-sec{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding-top:5vw;
}

@media screen and (min-width:1000px){
  .interview-sec{
    padding-top:20rem;
  }
}

@media screen and (max-width:640px){
  .interview-sec{
    padding-top:25vw;
  }
}

.interview-sec .interview-hd{
  display:flex;
}

.interview-hd .pht{
  width:40%;
}

.interview-sec .interview-hd .int{
  width:60%;
  padding-left:5%;
  padding-top:2vw;
  position:relative;
  background:#F2F2F2;
}

@media screen and (min-width:1000px){
  .interview-sec .interview-hd .int{
    padding-top:2rem;
  }
}


.interview-sec .interview-hd .int .psnl-busyo{
  font-size:clamp(1.2rem, 2vw, 1.8rem);
  line-height:1.4;
}

.interview-sec .interview-hd .int .psnl-cmmt{
  font-size:clamp(1.4rem, 3vw, 3rem);
  line-height:1.5;
  font-weight:bold;
  padding-top:2vw;
}

@media screen and (min-width:1000px){
  .interview-sec .interview-hd .int .psnl-cmmt{
    padding-top:2rem;
  }
}

.interview-sec .interview{
  width:90%;
  margin:0 auto;
  padding-bottom:5vw;
}

.interview-sec .interview h3{
  background:#008ECE;
  color:#FFFFFF;
  font-size:clamp(1.4rem, 2.5vw, 2.5rem);
  padding:2vw;
  line-height:1.4;
  margin:2vw 0;
}

@media screen and (min-width:1000px){
  .interview-sec .interview h3{
    padding:2rem 2rem;
    margin:2rem 0;
  }
}

.interview-sec .interview p{
  font-size:clamp(1.2rem, 1.5vw, 1.5rem);
  padding:1rem 2rem;
}
