@charset "UTF-8";
/*--- Global CSS---*/
/*---------- Media Query ----------*/
/*---------- Move Style ----------*/
/* INDEX------------------------------------------------
 - Reset
 - Site Setting
 - List
 - Image
 - Layout
 - Button
 - Google Map
 - Table
 - Form
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Reset
-----------------------------------------------------------*/
* {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

ul, ul li,
ol, ol li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}

/* ----------------------------------------------------------
 Site Setting
-----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  scroll-padding-top: 80px;
}

body, table {
  color: #333;
}

* {
  max-height: 999999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, dl, table {
  margin: 0 0 1rem 0;
}

address {
  font-style: normal;
}

sup {
  font-size: 0.75rem;
  line-height: 0px;
}

sub {
  font-size: 0.75rem;
  line-height: 0px;
  vertical-align: baseline;
}

img, a {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* Anchor */
a {
  color: rgb(0, 108, 255);
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

/* Clear */
.clear {
  clear: both;
}

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

/* ----------------------------------------------------------
 Text
-----------------------------------------------------------*/
/*---------- Size ----------*/
.txtSmall {
  font-size: 0.875rem;
}

/*---------- Color ----------*/
.txtRed {
  color: red;
}

/*---------- Style ----------*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

/*---------- Text Style ----------*/
.txtMinLead {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

/* ----------------------------------------------------------
 List
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Icon
-----------------------------------------------------------*/
/*---------- News Icon ----------*/
.icoNews:after,
.icoTopi:after,
.icoEven:after,
.icoRecr:after,
.icoRecr:after {
  width: 5.5rem;
  height: 25px;
  margin: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  visibility: visible;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
}

.icoNews:after {
  content: "NEWS";
  background: #333;
}

.icoTopi:after {
  content: "TOPICS";
  background: #da9c2f;
}

.icoEven:after {
  content: "EVENT";
  background: #1861ae;
}

.icoProd:after {
  content: "PRODUCTS";
  background: #f00;
}

.icoRecr:after {
  content: "RECRUIT";
  background: #28a776;
}

/*---------- Arrow Icon ----------*/
/*---------- Link Icon ----------*/
a {
  /*---------- Blank Icon ----------*/
  /*---------- PDF Icon ----------*/
  /*---------- Mail Icon ----------*/
}
a[target=_blank]:after {
  width: 13px;
  height: 13px;
  margin: 0 10px 0 6px;
  display: inline-block;
  content: "";
  visibility: visible;
  vertical-align: middle;
  background: transparent url("/common/images/icoBlank.png") no-repeat left center;
  background-size: contain;
}
a.ibWhite[target=_blank]:after {
  background-image: url("/common/images/icoBlank-white.png");
}
a.notBlankIcon[target=_blank]:after, a.fileSize[target=_blank]:after {
  display: none;
}
a[href*=".pdf"]:after {
  position: relative;
  top: 0.3rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  visibility: visible;
  background: transparent url("/common/images/icoPdf.png") no-repeat left center !important;
  background-size: contain;
}
a.icoMail:before {
  position: relative;
  top: 0.3rem;
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin: 0 5px 0 0;
  background: transparent url("/common/images/icoMail.png") no-repeat left center;
  background-size: contain;
}

/*---------- Line Icon ----------*/
ul.icoLine li,
dl.icoLine dd {
  position: relative;
  padding: 0 0 0 1.5rem;
}

ul.icoLine li:before,
dl.icoLine dd:before {
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  width: 8px;
  height: 1px;
  display: block;
  content: "";
  background: rgb(235, 30, 10);
}

ul.icoSquare li,
dl.icoSquare dd {
  position: relative;
  padding: 0 0 0 1.5rem;
}

ul.icoSquare li:before,
dl.icoSquare dd:before {
  position: absolute;
  left: 0.3rem;
  top: 0.9rem;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  background: rgb(235, 30, 10);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------- Asterisk Icon ----------*/
span.icoAsterisk,
p.icoAsterisk,
ul.icoAsterisk > li {
  padding-left: 1.5rem;
}

span.icoAsterisk:before,
p.icoAsterisk:before,
ul.icoAsterisk > li:before {
  width: 1.5rem;
  margin: 0 0 0 -1.5rem;
  display: inline-block;
  content: "※";
}

/*---------- Number Icon ----------*/
ol.icoAlpha > li {
  margin: 0 0 0 2rem;
  list-style: lower-alpha;
}

ol.icoDecimal {
  counter-reset: number;
}
ol.icoDecimal > li {
  position: relative;
  padding: 0 0 0 2rem;
}
ol.icoDecimal > li:before {
  position: absolute;
  left: 0;
  width: 1.75rem;
  counter-increment: number;
  content: counter(number) ".";
  text-align: right;
}
ol.icoDecimal > li ol.icoDecimal-sub {
  counter-reset: number;
}
ol.icoDecimal > li ol.icoDecimal-sub > li {
  position: relative;
  padding: 0 0 0 2rem;
}
ol.icoDecimal > li ol.icoDecimal-sub > li:before {
  position: absolute;
  left: 0;
  width: 1.75rem;
  counter-increment: number;
  content: counter(number) ")";
  text-align: right;
}

/*-----------------------------------------------------------
 Layout
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Button
-----------------------------------------------------------*/
/*---------- btnTxt ----------*/
.btnTxt,
a.btnTxt {
  position: relative;
  min-width: 280px;
  min-height: 80px;
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  line-height: 1.2;
  background: rgb(0, 198, 244);
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 198, 244)), to(rgb(0, 62, 150)));
  background: linear-gradient(-90deg, rgb(0, 198, 244) 0%, rgb(0, 62, 150) 100%);
  -webkit-transition: all ease-out 0.3s 0.15s;
  transition: all ease-out 0.3s 0.15s;
}
.btnTxt:hover,
a.btnTxt:hover {
  text-decoration: none;
  /*opacity: 0.6;*/
}
.btnTxt:after,
a.btnTxt:after {
  width: 50px;
  height: 15px;
  display: block;
  content: "";
  background: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-animation: icoArrow-out ease-out 0.35s 0.15s both;
          animation: icoArrow-out ease-out 0.35s 0.15s both;
}
.btnTxt:hover:after,
a.btnTxt:hover:after {
  -webkit-animation: icoArrow-in ease-out 0.35s both;
          animation: icoArrow-in ease-out 0.35s both;
}

/*---------- btnLine ----------*/
.btnLine {
  position: relative;
  min-width: 300px;
  height: 60px;
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  color: #333;
  border: 3px solid #333;
  -webkit-transition: all ease-out 0.3s 0.15s;
  transition: all ease-out 0.3s 0.15s;
}
.btnLine:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}

/*---------- Button > Option ----------*/
.efSlide {
  position: relative;
}
.efSlide:before {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  background: #333;
  z-index: -1;
  -webkit-animation: efSlide-out 0.5s ease 0s both;
          animation: efSlide-out 0.5s ease 0s both;
}
.efSlide:hover {
  color: #fff;
}
.efSlide:hover:before {
  -webkit-animation: efSlide 0.2s ease 0s both;
          animation: efSlide 0.2s ease 0s both;
}

/* ----------------------------------------------------------
 Google Map
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Table (share.css <==> common.css)
-----------------------------------------------------------*/
/*---------- Base ----------*/
table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
  /*tr:nth-of-type(1) th:nth-of-type(1) { width: 15rem; }*/
  /*---------- tableLayout ----------*/
  /*---------- Separate Type ----------*/
}
table caption {
  text-align: right;
}
table thead th {
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  background: #666;
}
table tbody th {
  padding: 10px 15px;
  text-align: left;
  background: #eee;
  border: 1px solid #ccc;
}
table tbody td {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ccc;
}
table tbody td p, table tbody td ul, table tbody td ol, table tbody td dl {
  margin: 0;
}
table.tableLayout {
  table-layout: auto;
}
table.tableLayout tr:nth-of-type(1) th:nth-of-type(1) {
  width: auto;
}
table.sepStyle {
  width: auto;
  border: none;
}
table.sepStyle tr:nth-of-type(1) th:nth-of-type(1) {
  width: auto;
}
table.sepStyle thead, table.sepStyle tbody, table.sepStyle tr, table.sepStyle th, table.sepStyle td {
  padding: 0;
  vertical-align: top;
  background: none;
  border: none;
}
table.sepStyle th {
  position: relative;
  padding: 0 1rem 0 0;
}
table.sepStyle th:after {
  position: absolute;
  right: 0;
  content: ":";
}
table.sepStyle td {
  padding: 0 0 0 0.8rem;
}

/* ----------------------------------------------------------
 Form (share.css <==> common.css)
-----------------------------------------------------------*/
#contents form {
  margin: 50px auto 0;
  /*---------- Form Style ----------*/
  /*---------- Form Class ----------*/
  /* Text Input */
  /* Check Box & Radio Button */
  /* Label */
  /* Select Box */
  /* Button */
}
#contents form section {
  margin: 0 0 10px;
  padding: 15px 0;
}
#contents form section h3 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
#contents form section h3 .icoRequired {
  margin: 0 0 0 5px;
  padding: 0 8px;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: text-bottom;
  background: red;
  border-radius: 3px;
}
#contents form h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  background: none;
}
#contents form p,
#contents form ul,
#contents form ol,
#contents form dl {
  margin: 0;
}
#contents form ul.formColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents form ul.formColumnList li {
  margin: 0 20px 0 0;
}
#contents form #formPostCode {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents form #formPostCode input {
  margin-left: 5px;
}
#contents form .formColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents form .formColumnBox {
  width: 49%;
  margin: 0 0 10px;
}
#contents form input::-webkit-input-placeholder {
  color: #999;
}
#contents form input:-ms-input-placeholder {
  color: #999;
}
#contents form input::-moz-placeholder {
  color: #999;
}
#contents form input::-placeholder {
  color: #999;
}
#contents form input[type=text],
#contents form input[type=tel],
#contents form input[type=email],
#contents form textarea {
  width: 100%;
  min-height: 2rem;
  margin: 0;
  padding: 15px 15px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: vertical;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#contents form input[type=text]:focus,
#contents form input[type=tel]:focus,
#contents form input[type=email]:focus,
#contents form textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #eeffee;
  border: 1px solid #999;
  outline: none;
}
#contents form input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
#contents form input[type=radio] {
  display: none;
}
#contents form input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents form input[type=radio] + label:before {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 5px 0 0;
  content: "";
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
form input[type=radio]:checked + label:before {
  border: 6px solid red;
}

#contents form label {
  padding: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
#contents form select {
  position: relative;
  top: -1px;
  min-height: 2rem;
  padding: 0 5px;
  border-radius: 3px;
}
#contents form button {
  margin: 0 10px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ----------------------------------------------------------
 Animation
-----------------------------------------------------------*/
/*---------- Load Motion ----------*/
body::after {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  visibility: hidden;
  background: #fff;
  -webkit-animation: pageLoad 0.4s ease 0.6s 1 backwards;
          animation: pageLoad 0.4s ease 0.6s 1 backwards;
  z-index: 99998;
}

@-webkit-keyframes pageLoad {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pageLoad {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*---------- Feed ----------*/
@-webkit-keyframes feedIn {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes feedIn {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes feedOut {
  from {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes feedOut {
  from {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
/*---------- Left => Right ----------*/
@-webkit-keyframes efSlide {
  from {
    left: 0;
    width: 0;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@keyframes efSlide {
  from {
    left: 0;
    width: 0;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes efSlide-out {
  from {
    right: 0;
    width: 100%;
  }
  to {
    right: 0;
    width: 0;
  }
}
@keyframes efSlide-out {
  from {
    right: 0;
    width: 100%;
  }
  to {
    right: 0;
    width: 0;
  }
}
/*---------- Wipe ----------*/
@-webkit-keyframes wipe {
  from {
    -webkit-box-shadow: inset 0 0 0 100vh #fff;
            box-shadow: inset 0 0 0 100vh #fff;
    visibility: visible;
  }
  to {
    -webkit-box-shadow: inset 0 0 0 0 #fff;
            box-shadow: inset 0 0 0 0 #fff;
  }
}
@keyframes wipe {
  from {
    -webkit-box-shadow: inset 0 0 0 100vh #fff;
            box-shadow: inset 0 0 0 100vh #fff;
    visibility: visible;
  }
  to {
    -webkit-box-shadow: inset 0 0 0 0 #fff;
            box-shadow: inset 0 0 0 0 #fff;
  }
}
/*---------- hover feed ----------*/
@-webkit-keyframes icoArrow-in {
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(5px) skew(45deg);
            transform: translateX(5px) skew(45deg);
  }
}
@keyframes icoArrow-in {
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(5px) skew(45deg);
            transform: translateX(5px) skew(45deg);
  }
}
@-webkit-keyframes icoArrow-out {
  from {
    -webkit-transform: translateX(5px) skew(45deg);
            transform: translateX(5px) skew(45deg);
  }
  to {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(10px) skew(45deg);
            transform: translateX(10px) skew(45deg);
  }
}
@keyframes icoArrow-out {
  from {
    -webkit-transform: translateX(5px) skew(45deg);
            transform: translateX(5px) skew(45deg);
  }
  to {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(10px) skew(45deg);
            transform: translateX(10px) skew(45deg);
  }
}
/*--- Category ---*/
/* ----------------------------------------------------------
 Drawer Setting
-----------------------------------------------------------*/
#btnDrawer {
  display: none;
}

#headDrawer {
  display: none;
}

/* ----------------------------------------------------------
 Drawer Button ==> Layout.css
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Drawer Background <==> Layout.css
-----------------------------------------------------------*/
#bgClose {
  position: fixed;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 80001;
  cursor: pointer;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
#bgClose:before, #bgClose:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 1px;
  display: block;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}

/* Checked */
#btnDrawer:checked ~ #bgClose {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all linear 0.4s 0.5s;
  transition: all linear 0.4s 0.5s;
}

#btnDrawer:checked ~ #bgClose:before,
#btnDrawer:checked ~ #bgClose:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-out 0.3s 0.55s;
  transition: all ease-out 0.3s 0.55s;
}

#btnDrawer:checked ~ #bgClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#btnDrawer:checked ~ #bgClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ----------------------------------------------------------
 Drawer Setting
-----------------------------------------------------------*/
#drawerNav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  opacity: 0;
  z-index: 80000;
  /*box-shadow: 0 0 7px 0 rgba(0,0,0,.8);*/
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all ease-out 0.6s 0.4s;
  transition: all ease-out 0.6s 0.4s;
  /* #drawerCnt */
}
#drawerNav #drawerCnt {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  /*> ul#drGlobal {
  	width: 100%;
  	margin: 0 0 30px;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: space-evenly;

  	> li {
  		width: 40%;
  		margin: 0 0 10px;
  		opacity: 0;
  		visibility: hidden;
  		transform: translateY(30px);
  		transition: all ease-out .3s;

  		a {
  			height: 100px;
  			padding: 0 30px;
  			display: flex;
  			align-items: center;
  			justify-content: flex-start;
  			font-size: 1.5rem;
  			text-decoration: none;
  			background: #f3f3f3;
  			}
  		}

  	&:after {
  		width: 40%;
  		display: block;
  		content: "";
  		}
  	}*/
}
#drawerNav #drawerCnt a {
  color: #333;
}
#drawerNav #drawerCnt p#drSearch {
  display: none;
}
#drawerNav #drawerCnt h2 {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#drawerNav #drawerCnt h2 img {
  width: 120px;
  margin: 0 0 5px;
}
#drawerNav #drawerCnt h2 span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
#drawerNav #drawerCnt #drGlobal {
  width: 100%;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#drawerNav #drawerCnt #drGlobal > dl {
  width: 30%;
  margin: 0 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#drawerNav #drawerCnt #drGlobal > dl dt {
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
#drawerNav #drawerCnt #drGlobal > dl dt a {
  padding: 5px 0;
  font-size: 1.25rem;
}
#drawerNav #drawerCnt #drGlobal > dl dt:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  display: block;
  content: "";
  background: #253648;
}
#drawerNav #drawerCnt #drGlobal > dl dd {
  position: relative;
  padding: 0 0 0 22px;
}
#drawerNav #drawerCnt #drGlobal > dl dd a {
  padding: 3px 0;
  display: block;
}
#drawerNav #drawerCnt #drGlobal > dl dd:before {
  position: absolute;
  left: 5px;
  top: 0.9rem;
  width: 10px;
  height: 1px;
  display: block;
  content: "";
  background: #253648;
}
#drawerNav #drawerCnt #drGlobal > dl dd + dt {
  margin-top: 10px;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork {
  width: 100%;
  margin-top: 5px;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl {
  position: relative;
  width: auto;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: -17px;
  display: block;
  width: calc(100% + 17px);
  height: 100%;
  border: 1px dotted #ccc;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dt {
  border: none;
  color: #888;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dt:before {
  display: none;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dd {
  display: inline;
  padding: 0;
  width: auto;
  margin-right: 20px;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dd:before {
  content: "・";
  position: static;
  top: auto;
  left: auto;
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dd a {
  display: inline;
}
#drawerNav #drawerCnt #drGlobal > dl dd#drWork dl dd a:before {
  margin-right: 10px;
}
#drawerNav #drawerCnt > ul#drLocal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}
#drawerNav #drawerCnt > ul#drLocal li {
  margin: 0 2px;
}
#drawerNav #drawerCnt > ul#drLocal li a {
  padding: 2px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: 2px solid #1e66a7;
  border-radius: 50px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#drawerNav #drawerCnt > ul#drLocal li a:hover {
  color: #FFFFFF;
  background: #1e66a7;
}

/* Checked */
#btnDrawer:checked ~ #drawerNav {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0, 0.72, 0.18, 1.01) 0.6s 0.4s;
  transition: all cubic-bezier(0, 0.72, 0.18, 1.01) 0.6s 0.4s;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > #drGlobal > dl:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 0.8S;
  transition: all ease-out 0.8s 0.8S;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > #drGlobal > dl:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 0.95S;
  transition: all ease-out 0.8s 0.95S;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > #drGlobal > dl:nth-of-type(3) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 1.1S;
  transition: all ease-out 0.8s 1.1S;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > #drGlobal > dl:nth-of-type(4) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 1.25S;
  transition: all ease-out 0.8s 1.25S;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > #drGlobal > dl:nth-of-type(5) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 1.4S;
  transition: all ease-out 0.8s 1.4S;
}

#btnDrawer:checked ~ #drawerNav #drawerCnt > ul#drLocal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.8s 1.5s;
  transition: all ease-out 0.8s 1.5s;
}

/* INDEX------------------------------------------------
 - Default Setting
 - Text
 - List
 - Image
 - Layout
 - Button
 - Google Map
 - Table
 - Form
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Default Setting
-----------------------------------------------------------*/
html {
  font-size: 16px;
}

/*------ Site Set (default) ------*/
body, table {
  font-size: 1rem;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, meiryo, "メイリオ", verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", osaka, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
}

/* PC Safari > Hack */
_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

_::-webkit-full-page-media, _:future, :root table {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

/* Anchor */
a:hover, a:active {
  text-decoration: underline;
}
a[href*="tel:"] {
  color: #333;
  pointer-events: none;
}

.spOnly {
  display: none;
}

/* ----------------------------------------------------------
 Text
-----------------------------------------------------------*/
/*---------- Text Style ----------*/
.txtMin,
.txtMinLead {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* ----------------------------------------------------------
 List
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Image
-----------------------------------------------------------*/
.plImage {
  float: left;
}

.prImage {
  float: right;
}

/* ----------------------------------------------------------
 Icon
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 Layout
-----------------------------------------------------------*/
/*---------- Column Layout > Description List ----------*/
dl.flatDef dt {
  float: left;
  margin: 0 7px 0 0;
  padding: 0 10px 0 0;
}
dl.flatDef dt:after {
  content: " :";
}
dl.flatDef dd {
  margin: 0;
}
dl.flatDef dd:after {
  display: block;
  content: "";
  clear: both;
}

dl.flatInDef dt {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 10px 0 0;
}
dl.flatInDef dd {
  display: inline-block;
  margin: 0 25px 0 0;
}

/*---------- Column Layout > Flex List ----------*/
.flexBetween {
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.flexBetween:after {
  display: none;
}
.flexBetween > * {
  margin: 0 0 20px;
}

.flexEvenly {
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  white-space: nowrap;
}
.flexEvenly:after {
  display: none;
}
.flexEvenly > * {
  margin: 0 0 20px;
}

.flexStart {
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
}
.flexStart:after {
  display: none;
}
.flexStart > * {
  margin: 0 0 20px 15px;
}

.flexCenter {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.flexCenter:after {
  display: none;
}
.flexCenter > * {
  margin: 0 10px;
}

/* ----------------------------------------------------------
 Button
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Google Map
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Scroll Contents
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Table
-----------------------------------------------------------*/
/*---------- Description List Type ----------*/
/* ----------------------------------------------------------
 Form
-----------------------------------------------------------*/
form {
  width: 900px;
  padding: 30px 40px;
  border: 5px solid #f3f3f3;
}

/*---------- Form Table ----------*/
form table th {
  width: 15rem;
  background: #fff;
  border-color: #333;
}
form table td {
  background: #fff;
  border-color: #333;
}
form table td dl dt {
  min-width: 3rem;
}

/*---------- Form Class ----------*/
form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, meiryo, "メイリオ", verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", osaka, sans-serif;
}

textarea {
  width: 60%;
  min-width: 350px;
}

#contents form input.inXshort {
  width: 10%;
  min-width: 80px;
}

#contents form input.inShort {
  width: 25%;
  min-width: 220px;
}

#contents form input.inMiddle {
  width: 50%;
  min-width: 350px;
}

#contents form input.inLong {
  width: 100%;
  min-width: 500px;
}

/* ----------------------------------------------------------
 Frameworks
-----------------------------------------------------------*/
html {
  scroll-padding-top: 100px;
}

.bp1 {
  display: none;
}

.bp2 {
  display: none;
}

#wrapper {
  position: relative;
  min-width: 1200px;
  padding: 0 101px 0 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /* } globalNav */
}
@media screen and (max-width: 1199px) {
  #wrapper {
    min-width: 1050px;
    padding: 0;
  }
}
#wrapper header {
  position: sticky;
  top: 0;
  width: calc(100% - 101px);
  min-width: 1050px;
  max-width: 1100px;
  height: 100px;
  padding: 0;
  background: white;
  border-right: 1px solid rgb(50, 187, 217);
  border-bottom: 1px solid rgb(50, 187, 217);
  border-image-source: linear-gradient(0deg, rgb(1, 78, 137), rgb(50, 187, 217));
  border-image-slice: 1;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  #wrapper header {
    position: static;
    top: auto;
  }
}
#wrapper header #headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*---------- Global Nav ----------*/
}
@media screen and (max-width: 1199px) {
  #wrapper header #headWrap {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    min-width: 1050px;
    height: 100px;
    border-bottom: 1px solid rgb(50, 187, 217);
    border-image-source: linear-gradient(90deg, rgb(1, 78, 137), rgb(50, 187, 217));
    border-image-slice: 1;
    background: white;
  }
}
#wrapper header #headWrap h1 {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
}
#wrapper header #headWrap h1 img {
  width: 140px;
  margin: 10px;
}
#wrapper header #headWrap h1 span {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.3;
  white-space: nowrap;
}
#wrapper header #headWrap #globalNav {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper header #headWrap #globalNav > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper header #headWrap #globalNav > ul > li {
  position: relative;
  margin: 0;
  text-align: center;
  height: 100%;
}
#wrapper header #headWrap #globalNav > ul > li:before {
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 15px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 5px solid rgba(255, 255, 255, 0.8);
  border-left: 5px solid rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  -webkit-box-shadow: -3px 3px 2px 0 rgba(1, 78, 137, 0.5);
          box-shadow: -3px 3px 2px 0 rgba(1, 78, 137, 0.5);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#wrapper header #headWrap #globalNav > ul > li:hover:before {
  opacity: 1;
  bottom: 0;
}
#wrapper header #headWrap #globalNav > ul > li > a {
  z-index: 10;
  position: relative;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper header #headWrap #globalNav > ul > li > a:before, #wrapper header #headWrap #globalNav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#wrapper header #headWrap #globalNav > ul > li > a:before {
  z-index: -1;
  background: white;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper header #headWrap #globalNav > ul > li > a:after {
  z-index: -2;
  padding: 10px 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0);
  visibility: visible;
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 78, 137)), to(rgb(50, 187, 217)));
  background: linear-gradient(90deg, rgb(1, 78, 137), rgb(50, 187, 217));
  background: -webkit-linear-gradient(90deg, rgb(1, 78, 137), rgb(50, 187, 217));
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper header #headWrap #globalNav > ul > li > a:hover {
  text-decoration: none;
  padding: 0 10px 20px;
  color: white;
}
#wrapper header #headWrap #globalNav > ul > li > a:hover:before {
  top: -100%;
}
#wrapper header #headWrap #globalNav > ul > li > a:hover:after {
  color: rgba(255, 255, 255, 0.5);
  padding: 30px 0 0;
}
#gnMessage a:hover:after {
  content: "Message" !important;
}

#gnFresh a:hover:after {
  content: "Fresh" !important;
}

#gnBase a:hover:after {
  content: "Base" !important;
}

#gnSystem a:hover:after {
  content: "System" !important;
}

#gnMovie a:hover:after {
  content: "Movie" !important;
}

#wrapper header #headWrap #globalNav > ul > li#gnInquiry {
  margin-left: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #ccc), color-stop(0%, rgba(255, 255, 255, 0))) repeat-y left top;
  background: linear-gradient(to bottom, #ccc 33.3%, rgba(255, 255, 255, 0) 0%) repeat-y left top;
  background-size: 1px 3px;
}
#wrapper header #headWrap #globalNav > ul > li#gnInquiry > a {
  width: 80px;
  height: 70px;
}
#wrapper header #headWrap #globalNav > ul > li#gnInquiry > a img {
  width: 33px;
}
#wrapper nav#rightNav {
  background: white;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  #wrapper nav#rightNav {
    position: fixed;
    right: 0;
    top: 0;
    width: 101px;
    height: 100%;
    min-height: 700px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    border-left: 1px solid rgb(50, 187, 217);
    border-image-source: linear-gradient(0deg, rgb(1, 78, 137), rgb(50, 187, 217));
    border-image-slice: 1;
  }
}
@media screen and (max-width: 1199px) {
  #wrapper nav#rightNav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrapper nav#rightNav ul, #wrapper nav#rightNav p {
  margin: 0;
}
#wrapper nav#rightNav #rnSite {
  width: 100px;
  height: 200px;
}
#wrapper nav#rightNav #rnSite li {
  width: 100%;
  height: 100px;
}
#wrapper nav#rightNav #rnSite li#rsCompany {
  background: rgb(1, 78, 137) url(/hr/images/icoCorp.svg) no-repeat top 15px center;
  background-size: auto 50px;
}
#wrapper nav#rightNav #rnSite li#rsProducts {
  background: rgb(50, 187, 217) url(/hr/images/icoProd.svg) no-repeat top 15px center;
  background-size: auto 50px;
}
#wrapper nav#rightNav #rnSite li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper nav#rightNav #rnSite li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper nav#rightNav #rnSite li a:hover {
  text-decoration: none;
  padding-bottom: 5px;
}
#wrapper nav#rightNav #rnSite li a:hover:before {
  border: 5px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1199px) {
  #wrapper nav#rightNav #rnSite {
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper nav#rightNav #rnSite li {
    width: 100px;
    height: 50px;
    background-image: none !important;
  }
  #wrapper nav#rightNav #rnSite li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wrapper nav#rightNav #rnSite li a:hover {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper nav#rightNav #copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: calc(100vh - 200px - 120px);
    min-height: 380px;
  }
  #wrapper nav#rightNav #copyright span {
    display: block;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1199px) {
  #wrapper nav#rightNav #copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
  }
}
@media screen and (max-height: 700px) and (min-width: 1200px) {
  #wrapper nav#rightNav #copyright {
    min-height: calc(100vh - 200px - 120px);
  }
  #wrapper nav#rightNav #copyright .bp1 {
    display: block;
  }
}
@media screen and (max-height: 700px) and (min-width: 1200px) and (max-height: 560px) and (min-width: 1200px) {
  #wrapper nav#rightNav #copyright {
    min-height: 150px;
  }
  #wrapper nav#rightNav #copyright .bp2 {
    display: block;
  }
}
#wrapper nav#rightNav #copyright span {
  font-size: 0.875rem;
}
#wrapper nav#rightNav #rnSns {
  width: 100px;
  height: 120px;
}
#wrapper nav#rightNav #rnSns li {
  width: 100%;
  height: 60px;
}
#wrapper nav#rightNav #rnSns li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wrapper nav#rightNav #rnSns li a:after {
  display: none;
}
#wrapper nav#rightNav #rnSns li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background: #32bbd9;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
#wrapper nav#rightNav #rnSns li a:hover:before {
  opacity: 0;
  -webkit-animation: snsAnim ease-out 1s forwards;
          animation: snsAnim ease-out 1s forwards;
  /*
  width: 100%;
  left: 0;
  background: rgba($blue-Light-color,0);
  */
}
@-webkit-keyframes snsAnim {
  0% {
    opacity: 1;
  }
  1% {
    width: 1px;
    left: 0;
    background: #32bbd9;
  }
  100% {
    width: 100%;
    left: 0;
    background: rgba(50, 187, 217, 0);
  }
}
@keyframes snsAnim {
  0% {
    opacity: 1;
  }
  1% {
    width: 1px;
    left: 0;
    background: #32bbd9;
  }
  100% {
    width: 100%;
    left: 0;
    background: rgba(50, 187, 217, 0);
  }
}
#wrapper nav#rightNav #rnSns img {
  width: 34px;
}
@media screen and (max-width: 1199px) {
  #wrapper nav#rightNav #rnSns {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  #wrapper nav#rightNav #rnSns li {
    height: 50px;
  }
}
#wrapper #container {
  position: relative;
  margin-top: -100px;
}

/* ----------------------------------------------------------
 Contents
-----------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  #contents {
    padding-top: 100px;
  }
}
#contents #mainVisual {
  width: 100%;
  height: 100vh;
  min-height: 1150px;
  margin: 0 0 1px;
  background: transparent url(/hr/images/mv1.webp) no-repeat center top;
  background-size: cover;
}
#contents #mainVisual ul {
  margin: 0;
  height: 100%;
}
#contents #mainVisual ul#mvScrn li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents #mainVisual ul#mvScrn li div.blobAnim {
  position: absolute;
  bottom: 0;
  right: 0;
  /*
  width: 100%; height: calc(100vh - 100px);
  max-width: 1200px;
  max-height: 800px;
  */
  width: 800px;
  height: 800px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contents #mainVisual ul#mvScrn li div.blobAnim p {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 4.375rem;
  font-weight: bold;
  font-style: italic;
}
#contents section {
  position: relative;
  padding-bottom: 70px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1515px) {
  #contents section:before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(50, 187, 217);
  }
  #contents section:after {
    visibility: visible;
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    display: block;
    width: 90px;
  }
  #contents section#messageSec:after {
    height: 150px;
    background: white url(/hr/images/tit-Message.webp) no-repeat center top 20px;
  }
  #contents section#freshSec:after {
    z-index: 10;
    height: 101px;
    background: transparent url(/hr/images/tit-Fresh.webp) no-repeat center top 20px;
    top: -35px;
    left: calc(50% - 600px - 90px);
  }
  #contents section#freshSec:before {
    z-index: 10;
    height: 320px;
    top: 80px;
    left: calc(50% - 600px - 45px);
    background: white;
  }
  #contents section#baseSec:after {
    height: 85px;
    background: transparent url(/hr/images/tit-Base.webp) no-repeat center top;
    top: 160px;
    left: calc(50% - 600px - 90px);
  }
  #contents section#baseSec:before {
    z-index: 10;
    left: calc(50% - 600px - 45px);
    top: 245px;
    height: 350px;
  }
  #contents section#systemSec:after {
    top: -50px;
    left: calc(50% - 600px - 90px);
    height: 118px;
    background: transparent url(/hr/images/tit-Welfare.webp) no-repeat center top;
  }
  #contents section#systemSec:before {
    z-index: 10;
    left: calc(50% - 600px - 45px);
    top: 68px;
    height: 350px;
  }
  #contents section#movieSec:after {
    height: 118px;
    background: white url(/hr/images/tit-Movie.webp) no-repeat center top 20px;
  }
}
#contents section#messageSec {
  max-width: 1200px;
  margin: 0 auto 70px;
}
#contents section#messageSec p {
  line-height: 3rem;
  padding-left: 15px;
  /*
  @include mq(bp-footNav) {
  	padding-left: 15px;
  }
  */
}
#contents section#messageSec p.leadTxt {
  display: inline-block;
  padding: 15px 30px;
  background: rgb(50, 187, 217);
  color: white;
  line-height: 1rem;
}
#contents section#messageSec p.mainCopy {
  font-size: 3.125rem;
  background: linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  background: -webkit-linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 4rem;
}
#contents section#messageSec p.mainCopy strong {
  display: block;
}
#contents section#freshSec {
  padding-bottom: 0;
}
#contents section#freshSec h2 {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 30px;
  color: white;
}
@media screen and (min-width: 1515px) {
  #contents section#freshSec h2 {
    left: calc(50% - 600px);
  }
}
@media screen and (min-width: 1515px) {
  #contents section#freshSec h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -290px;
    display: block;
    width: 200px;
    height: 145px;
    background: transparent url("/hr/images/imgPlane.webp") no-repeat center top;
    -webkit-animation: planeAnime 3s ease-in 0s infinite alternate;
            animation: planeAnime 3s ease-in 0s infinite alternate;
  }
  @-webkit-keyframes planeAnime {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center bottom;
    }
  }
  @keyframes planeAnime {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center bottom;
    }
  }
}
#contents section#freshSec > div {
  position: relative;
  width: 100%;
  height: 650px;
}
#contents section#freshSec > div:before {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 200px);
  height: 100%;
  max-width: 1500px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(68, 207, 132)), to(rgb(71, 167, 255)));
  background: linear-gradient(0deg, rgb(68, 207, 132), rgb(71, 167, 255));
}
#contents section#freshSec > div:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  display: block;
  height: 460px;
  width: calc(100% - 200px);
  background: transparent url("/hr/images/bg-Message.webp") no-repeat center center;
  background-size: cover;
}
#contents section#freshSec > div > p {
  position: relative;
  width: 100%;
  height: 100%;
}
#contents section#freshSec > div > p:before {
  z-index: 30;
  content: "";
  position: absolute;
  top: -60px;
  left: calc(50% - 242px);
  display: block;
  width: 485px;
  height: 620px;
  background: transparent url("/hr/images/phHuman.webp") no-repeat center top;
}
#contents section#freshSec > div > p:after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 65px;
  right: 100px;
  width: 450px;
  height: 35px;
  background: transparent url("/hr/images/imgTrain.webp") no-repeat left center;
  -webkit-animation: trainAnime 5s linear 0s infinite alternate;
          animation: trainAnime 5s linear 0s infinite alternate;
}
@-webkit-keyframes trainAnime {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes trainAnime {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
#contents section#freshSec > div > p a {
  z-index: 31;
  position: absolute;
  bottom: 120px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 420px;
  height: 120px;
  background: rgba(22, 131, 176, 0.9);
  -webkit-box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  color: white;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#freshSec > div > p a:hover {
  text-decoration: none;
  width: 480px;
  right: 90px;
  background: rgba(50, 187, 217, 0.9);
}
#contents section#freshSec > div > p a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  margin: 0;
  visibility: visible;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  width: 100px;
  height: 20px;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#contents section#freshSec > div > p a:hover:before {
  border-bottom: 1px solid rgb(1, 78, 137);
  border-right: 1px solid rgb(1, 78, 137);
  right: -20px;
}
#contents section#freshSec > div > p a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background-image: url("/common/images/icoBlank-white.png");
}
#contents section#freshSec > div > p a span {
  font-size: 0.875rem;
}
#contents section#baseSec {
  width: 100%;
  height: 1185px;
  margin-bottom: 20px;
  padding: 0;
}
#contents section#baseSec > div {
  position: relative;
  padding-top: 160px;
  margin-top: -90px;
  width: 100%;
  height: 100%;
  background: transparent url("/hr/images/bgMap.webp") no-repeat center top;
}
#contents section#baseSec > div h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 30px;
}
#contents section#baseSec > div h2:before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  display: block;
  width: 105px;
  height: 140px;
  background: transparent url("/hr/images/imgTablet.webp") no-repeat left top;
}
#contents section#baseSec > div:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(50% - 160px - 15px);
  height: 1020px;
  background: rgb(233, 247, 255);
}
#contents section#baseSec > div:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 160px - 15px);
  display: block;
  width: 15px;
  height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
#contents section#baseSec > div div {
  width: calc(50% + 160px + 15px);
  padding-left: calc(50% - 600px);
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#contents section#baseSec > div div > * {
  padding-left: 15px;
}
#contents section#baseSec > div div dl dt {
  padding: 5px 0 5px 30px;
  background: transparent url("/hr/images/icoMarker.webp") no-repeat left center;
}
#contents section#baseSec > div div dl dd {
  margin: 0 20px 20px 30px;
  border-bottom: 1px solid rgb(1, 78, 137);
}
#contents section#baseSec > div div dl dd a {
  position: relative;
  padding: 10px 0 10px 40px;
  color: rgb(1, 78, 137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#baseSec > div div dl dd a:hover {
  color: white;
  text-decoration: none;
  background: linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  background: -webkit-linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  -webkit-box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
#contents section#baseSec > div div dl dd a:before {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  left: 0;
  margin: 0;
  visibility: visible;
  border-bottom: 1px solid rgb(1, 78, 137);
  border-right: 1px solid rgb(1, 78, 137);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  width: 20px;
  height: 8px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#baseSec > div div dl dd a:hover:before {
  left: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#contents section#baseSec > div div dl dd a span {
  display: block;
  width: 200px;
}
#contents section#systemSec {
  position: relative;
  height: 560px;
  margin-bottom: 90px;
}
#contents section#systemSec > div {
  position: absolute;
  top: 0;
  left: 100px;
  width: calc(100% - 200px);
  padding-left: calc(50% - 600px - 100px);
  height: 100%;
  background: rgb(233, 247, 255);
}
#contents section#systemSec > div:before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: transparent url("/hr/images/bg-Welfare.webp") no-repeat right center;
  background-size: cover;
}
#contents section#systemSec > div h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 30px;
}
#contents section#systemSec > div p {
  position: relative;
  font-size: 1.5rem;
  padding-top: 50px;
}
#contents section#systemSec > div p strong {
  font-size: 1.875rem;
}
#contents section#systemSec > div p a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 420px;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  color: #333333;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#systemSec > div p a:hover {
  text-decoration: none;
  width: 450px;
  color: white;
  background: rgba(50, 187, 217, 0.9);
}
#contents section#systemSec > div p a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  margin: 0;
  visibility: visible;
  border-bottom: 1px solid rgb(50, 187, 217);
  border-right: 1px solid rgb(50, 187, 217);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  width: 100px;
  height: 20px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
#contents section#systemSec > div p a:hover:before {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  right: 20px;
}
#contents section#movieSec {
  max-width: 1200px;
  margin: 0 auto 70px;
}
#contents section#movieSec h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  font-size: 30px;
}
#contents section#movieSec div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contents section#movieSec div iframe {
  width: 800px;
  height: 488px;
}
#contents section#movieSec div #chemChannel {
  text-align: right;
  width: 100%;
  max-width: 800px;
  padding-top: 10px;
}
#contents section#movieSec div #bnrChannel {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 440px;
  height: 140px;
  background: rgb(46, 180, 212);
}
#contents section#movieSec div #bnrChannel a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  background: transparent url("/hr/images/bnrChannel.webp") no-repeat left -30px center;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#movieSec div #bnrChannel a:hover {
  text-decoration: none;
  background: transparent url("/hr/images/bnrChannel.webp") no-repeat left 0 center;
}
#contents section#movieSec div #bnrChannel a:after {
  position: absolute;
  top: 10px;
  right: 1px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#contents section#movieSec div #bnrChannel a span {
  font-size: 0.875rem;
}

/*-----------------------------------------------------------
 Footer
-----------------------------------------------------------*/
footer {
  background: linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  background: -webkit-linear-gradient(85deg, rgb(1, 78, 137), rgb(50, 187, 217));
  height: 150px;
}
@media screen and (max-width: 1199px) {
  footer {
    height: 200px;
    padding-bottom: 50px;
  }
}
footer .pageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 85px;
  /*
  a {
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	transform-origin:center center;

  	width: 30px;
  	height: 30px;
  	display: block;
  	text-indent: 100%;
  	overflow: hidden;
  	white-space: nowrap;
  	border-top: 10px solid rgba(white,1);
  	border-right: 10px solid rgba(white,1);
  	margin: 0 auto;
  	transition: all ease-out .2s;

  	&:hover {
  		width: 30px; height: 30px;
  		margin-bottom: 10px;
  		border-top: 12px solid rgba(white,.8);
  		border-right: 12px solid rgba(white,.8);
  	}
  }
  */
}
footer .pageTop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
}
footer .pageTop a:before {
  position: absolute;
  top: 18px;
  left: calc(50% - 15px);
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  border-top: 10px solid white;
  border-right: 10px solid white;
  margin: 0 auto;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
footer .pageTop a:hover:before {
  top: 8px;
}
footer .fnOther {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .fnOther li {
  margin: 0 10px;
}
footer .fnOther li a {
  color: white;
}

/* ----------------------------------------------------------
 Drawer
-----------------------------------------------------------*/
/*---------- Drawer Button ----------*/
#icoDrawer {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: transparent url("/company/miyagi/assets/images/icoDrawer.svg") no-repeat center center;
  background-size: 31px 31px;
  z-index: 10;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

/* Checked */
#btnDrawer:checked ~ #wrapper #icoDrawer {
  opacity: 0;
  visibility: hidden;
  /*transform: scale(0);*/
}

/*#icoDrawer-path {
	fill-rule: evenodd;
	clip-rule: evenodd;

	fill:url(#icoDrawer-grad);
	stroke: #000;
	stroke-width: 0.1;
	stroke-linecap: round;
	stroke-linecap: square;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	animation: icoDrawer-anim cubic-bezier(.03,.56,.37,.97) 3s 0.5s both;
	}
	@keyframes icoDrawer-anim {
		0%   { stroke-dasharray: 250; stroke-dashoffset: 250; }
		100% { stroke-dasharray: 250; stroke-dashoffset:  0; }
	}*/
/*# sourceMappingURL=main-pc.css.map */