@charset "UTF-8";
/*--- Global CSS---*/
/*!
  "OpenSans" is lisenced under the SIL Open Font License 1.1
  by https://github.com/googlefonts/opensans
*/
/*---------- Media Query ----------*/
/*---------- Browser ----------*/
/*---------- Gradation ----------*/
/*---------- Move Style ----------*/
/* INDEX------------------------------------------------
 - Reset
 - Site Setting
 - List
 - Image
 - Layout
 - Button
 - Google Map
 - Table
 - Form
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Reset
-----------------------------------------------------------*/
* {
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

img, iframe {
  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
-----------------------------------------------------------*/
@font-face {
  font-family: "yokowofs";
  src: url("/assets/fonts/yokowofs.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

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

body, table {
  color: rgb(0, 0, 0);
}

* {
  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;
}

/* ----------------------------------------------------------
 Image
-----------------------------------------------------------*/
figure img {
  margin: 0 0 10px;
  /*border-radius: 10px;*/
}
figure figcaption {
  text-align: center;
}

/* ----------------------------------------------------------
 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("/assets/images/icoBlank.png") no-repeat left center;
  background-size: contain;
}
a.ibWhite[target=_blank]:after {
  background-image: url("/assets/images/icoBlank-white.png");
}
a.notBlankIcon[target=_blank]:after, a.fileSize[target=_blank]:after {
  display: none;
}
a[href*=".pdf"]:after {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  visibility: visible;
  background: transparent url("/assets/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("/assets/images/icoMail.png") no-repeat left center;
  background-size: contain;
}

/*---------- Line Icon ----------*/
ul.icoCircle li,
dl.icoCircle dd {
  position: relative;
  padding: 3px 0 3px 1.5rem;
  line-height: 1.3;
}

ul.icoCircle li:before,
dl.icoCircle dd:before {
  position: absolute;
  left: 0.5rem;
  top: 0.875rem;
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  background: #0d64bc;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.icoLine li,
dl.icoLine dd {
  position: relative;
  padding: 3px 0 3px 1.5rem;
  line-height: 1.3;
}

ul.icoLine li:before,
dl.icoLine dd:before {
  position: absolute;
  left: 0.3rem;
  top: 0.875rem;
  width: 8px;
  height: 2px;
  display: block;
  content: "";
  background: #0d64bc;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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: 1.125rem;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  -webkit-box-shadow: inset 0 0 0 1px #051dd0;
          box-shadow: inset 0 0 0 1px #051dd0;
  /*background: #051dd0;
  background: linear-gradient(to right, #3777b3 0%,#051dd0 100%);*/
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

span.icoAsterisk:before,
p.icoAsterisk:before,
ul.icoAsterisk > li:before {
  width: 1rem;
  margin: 0 0 0 -1rem;
  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: left;
}
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: left;
}

/*-----------------------------------------------------------
 Layout
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Button
-----------------------------------------------------------*/
/*---------- btnTxt ----------*/
.btnTxt,
a.btnTxt {
  position: relative;
  padding: 15px 40px;
  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;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-box-shadow: inset 0 0 0 2px #ddd;
          box-shadow: inset 0 0 0 2px #ddd;
  background: #fff;
  /*border-radius: 50px;*/
  -webkit-transition: all ease-out 0.3s 0.15s;
  transition: all ease-out 0.3s 0.15s;
  /*&:after {
  	position: absolute;
  	right: 23px; top: 50%;
  	width: 8px; height: 8px;
  	display: block;
  	content: "";
  	opacity: 0;
  	visibility: hidden;
  	background: none;
  	border-top:   2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: translateY(-50%) rotate(45deg);
  	transition: all ease-out .3s .15s;
  	}
  	&:hover:after {
  		right: 18px;
  		opacity: 1;
  		visibility: visible;
  		}*/
}
.btnTxt:hover,
a.btnTxt:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #003264;
          box-shadow: inset 0 0 0 2px #003264;
  background: #0b8cdd;
  background: -webkit-gradient(linear, left top, right top, from(#0b8cdd), to(#051dd0));
  background: linear-gradient(to right, #0b8cdd 0%, #051dd0 100%);
  background: #003264;
}

/*---------- 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: 4px solid #d2dae2;
  border-collapse: collapse;
  /*table-layout: fixed;*/
  /*---------- tableLayout ----------*/
  /*---------- Separate Type ----------*/
}
table caption {
  text-align: right;
}
table > thead th {
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  background: #40566d;
  border: 1px solid #d2dae2;
}
table > tbody > tr > th {
  padding: 12px 15px;
  text-align: left;
  background: #f4f8fa;
  border: 1px solid #d2dae2;
}
table > tbody > tr > td {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #d2dae2;
}
table > tbody > tr > td p, table > tbody > tr > td ul, table > tbody > tr > td ol, table > tbody > tr > td dl, table > tbody > tr > td table {
  margin: 0;
}
table.tableLayout {
  table-layout: auto;
}
table.sepStyle {
  width: auto;
  border: none;
}
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;
  font-weight: normal;
}
table.sepStyle th:after {
  position: absolute;
  right: 0;
  content: ":";
}
table.sepStyle td {
  padding: 0 0 0 0.8rem;
}
td table.sepStyle {
  margin: 0;
}

/* ----------------------------------------------------------
 Form (share.css <==> common.css)
-----------------------------------------------------------*/
#contents #primary form {
  margin: 50px auto 0;
  /*---------- Form Style ----------*/
  /*---------- Form Class ----------*/
  /* Text Input */
  /* Check Box & Radio Button */
  /* Label */
  /* Select Box */
  /* Button */
}
#contents #primary form section {
  margin: 0 0 10px;
  padding: 15px 0;
}
#contents #primary form section h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
#contents #primary form section h4:before, #contents #primary form section h4:after {
  display: none;
}
#contents #primary form section h4 .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;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
#contents #primary form h5 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  background: none;
}
#contents #primary form h5:before {
  display: none;
}
#contents #primary form p,
#contents #primary form ul,
#contents #primary form ol,
#contents #primary form dl {
  margin: 0;
}
#contents #primary form ul.formColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents #primary form ul.formColumnList li {
  margin: 0 20px 0 0;
}
#contents #primary 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 #primary form #formPostCode input {
  margin-left: 5px;
}
#contents #primary form .formColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents #primary form .formColumnBox {
  width: 49%;
  margin: 0 0 10px;
}
#contents #primary form input::-webkit-input-placeholder {
  color: #999;
}
#contents #primary form input:-ms-input-placeholder {
  color: #999;
}
#contents #primary form input::-moz-placeholder {
  color: #999;
}
#contents #primary form input::-placeholder {
  color: #999;
}
#contents #primary form input[type=text],
#contents #primary form input[type=tel],
#contents #primary form input[type=email],
#contents #primary 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 #primary form input[type=text]:focus,
#contents #primary form input[type=tel]:focus,
#contents #primary form input[type=email]:focus,
#contents #primary 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 #primary form input[type=text].inShort,
#contents #primary form input[type=tel].inShort,
#contents #primary form input[type=email].inShort,
#contents #primary form textarea.inShort {
  width: 10%;
}
#contents #primary form input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
#contents #primary form input[type=radio] {
  display: none;
}
#contents #primary 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 #primary 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 !important;
}

#contents #primary form label {
  padding: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
#contents #primary form select {
  position: relative;
  top: -1px;
  min-height: 2rem;
  padding: 0 5px;
  border-radius: 3px;
}
#contents #primary form button {
  min-width: 250px;
  margin: 0 10px;
  padding: 15px 30px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  /*border-radius: 50px;*/
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#contents #primary form button[value*=confirm], #contents #primary form button[value*=send] {
  color: #fff;
  background: #003264;
}
#contents #primary form button[value*=confirm]:hover, #contents #primary form button[value*=send]:hover {
  background: #000;
}
#contents #primary form button[value*=back] {
  background: #ddd;
}
#contents #primary form button[value*=back]:hover {
  -webkit-box-shadow: inset 0 0 0 2px #ddd;
          box-shadow: inset 0 0 0 2px #ddd;
  background: #fff;
}

/* ----------------------------------------------------------
 Table
-----------------------------------------------------------*/
/*----------  ----------*/
/* ----------------------------------------------------------
 Animation
-----------------------------------------------------------*/
/*---------- Load Motion ----------*/
body::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  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;
}

/*#btnDrawer:checked ~ #wrapper { overscroll-behavior-y: none; }*/
/* ----------------------------------------------------------
 Drawer Button ==> Layout.css
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Drawer Background <==> Layout.css
-----------------------------------------------------------*/
#bgClose {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 60px;
  height: 60px;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: none;
  z-index: 80001;
  cursor: pointer;
  -webkit-transition: all linear 0.4s 0.5s;
  transition: all linear 0.4s 0.5s;
}
#bgClose:before, #bgClose:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  display: block;
  content: "";
  background: #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all ease-out 0.3s 0.15s;
  transition: all ease-out 0.3s 0.15s;
}
#bgClose:before {
  top: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#bgClose:after {
  top: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Checked */
#btnDrawer:checked ~ #bgClose {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

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

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

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

/* ----------------------------------------------------------
 Drawer Setting
-----------------------------------------------------------*/
#drawerNav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: calc(100% + 1px);
  min-height: 740px;
  padding: 20px 100px 20px 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;
  overscroll-behavior-y: none;
  /*box-shadow: inset 0 0 0 10px #003264;*/
  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 cubic-bezier(0.45, 0, 1, 0.75) 0.5s 0.15s;
  transition: all cubic-bezier(0.45, 0, 1, 0.75) 0.5s 0.15s;
  /* #drawerCnt */
}
#drawerNav .drawerCnt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 calc(50% + 60px);
  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;
  overscroll-behavior-y: none;
  overflow: auto;
}
#drawerNav .drawerCnt a {
  color: #000;
}
#drawerNav .drawerCnt h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 40px;
  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;
  opacity: 0;
  -webkit-transition: all ease-out 0.7s 0.3s;
  transition: all ease-out 0.7s 0.3s;
}
#drawerNav .drawerCnt h2 img {
  margin: 0;
}
#drawerNav .drawerCnt dl {
  margin: 0 0 15px;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#drawerNav .drawerCnt dl dt {
  border-bottom: 1px solid #ddd;
}
#drawerNav .drawerCnt dl dt a {
  position: relative;
  padding: 12px 10px;
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*&:before {
  	position: absolute;
  	right: 20px; top: 50%;
  	width: 10px; height: 10px;
  	display: block;
  	content: "";
  	border-top:   2px solid #bbc3cc;
  	border-right: 2px solid #bbc3cc;
  	transform: translateY(-50%) rotate(45deg);
  	}*/
}
#drawerNav .drawerCnt dl dt a:hover {
  background: #f3f3f3;
}
#drawerNav .drawerCnt dl dd {
  float: left;
  width: 33.33%;
}
#drawerNav .drawerCnt dl dd a {
  position: relative;
  padding: 10px 10px 10px 25px;
  display: inline-block;
  font-size: 1rem;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#drawerNav .drawerCnt dl dd a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #bbc3cc;
  border-right: 2px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#drawerNav .drawerCnt ul {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#drawerNav .drawerCnt ul li {
  border-bottom: 1px solid #ddd;
}
#drawerNav .drawerCnt ul li a {
  position: relative;
  padding: 12px 10px;
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*&:before {
  	position: absolute;
  	right: 20px; top: 50%;
  	width: 10px; height: 10px;
  	display: block;
  	content: "";
  	border-top:   2px solid #bbc3cc;
  	border-right: 2px solid #bbc3cc;
  	transform: translateY(-50%) rotate(45deg);
  	}*/
}
#drawerNav .drawerCnt ul li a:hover {
  background: #f3f3f3;
}
#drawerNav .drawerCnt p {
  margin: 15px 0 0;
  padding: 0 0 15px;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
#drawerNav .drawerCnt p a {
  display: block;
  padding: 20px 45px 20px 15px;
  font-size: 1.25rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#drawerNav .drawerCnt p a:hover {
  background: #f3f3f3;
}

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

#btnDrawer:checked ~ #drawerNav .drawerCnt h2 {
  opacity: 1;
}

#btnDrawer:checked ~ #drawerNav .drawerCnt dl {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.5s 0.4s;
  transition: all ease-out 0.5s 0.4s;
}

#btnDrawer:checked ~ #drawerNav .drawerCnt ul {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.5s 0.6s;
  transition: all ease-out 0.5s 0.6s;
}

#btnDrawer:checked ~ #drawerNav .drawerCnt p {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease-out 0.5s 0.8s;
  transition: all ease-out 0.5s 0.8s;
}

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

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

/* Anchor */
a:hover, a:active {
  text-decoration: underline;
}
a[href*="tel:"] {
  color: rgb(0, 0, 0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.flexBetween:after {
  display: none;
}
.flexBetween > * {
  margin: 0 0 20px;
  white-space: normal;
}

.flexEvenly {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-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
-----------------------------------------------------------*/
.btnZoom {
  display: none;
}

/* ----------------------------------------------------------
 Table
-----------------------------------------------------------*/
/*---------- Description List Type ----------*/
table.defStyle {
  line-height: 1.3;
  white-space: normal;
  border: none;
}
table.defStyle > tbody > tr > th {
  padding: 15px 15px;
  background: #f5f5f5;
  font-weight: normal;
  border-color: #ddd;
  border-right: none;
  border-left: none;
}
table.defStyle > tbody > tr > td {
  padding: 15px 15px;
  border-color: #ddd;
  border-right: none;
  border-left: none;
}

/* ----------------------------------------------------------
 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: "Manrope", "游ゴシック 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
-----------------------------------------------------------*/
#wrapper {
  position: relative;
  min-width: 1200px;
  padding: 0 20px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /* } header */
}
#wrapper:before, #wrapper:after {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 20px;
  height: auto;
  display: block;
  content: "";
  visibility: visible;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
#wrapper:before {
  left: 0;
}
#wrapper:after {
  right: 0;
}
@media screen and (max-width: 1280px) {
  #wrapper {
    /* Background-White */
  }
  #wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  #wrapper:before {
    left: -20px;
  }
  #wrapper:after {
    right: -20px;
  }
}
#wrapper header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 calc((100% - 1200px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 9999;
}
#wrapper header h1 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: normal;
}
#wrapper header h1 a {
  /*font-size: 1.5rem;*/
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#wrapper header h1 a img {
  width: 220px;
}
#wrapper header p#skipLink {
  position: relative;
  margin: 5px 0 0 10px;
  opacity: 0;
  pointer-events: none;
}
#wrapper header p#skipLink:focus-within {
  opacity: 1;
  pointer-events: auto;
}
#wrapper header p#skipLink a {
  padding: 4px 15px;
  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;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background: #eee;
  border-radius: 3px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#wrapper header #globalNav {
  margin: 30px 30px 0 auto;
}
#wrapper header #globalNav > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#wrapper header #globalNav > ul > li {
  position: relative;
  margin: 0 0 0 25px;
  /* Sub Menu */
  /* } gnSubmenu */
}
#wrapper header #globalNav > ul > li > a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
#wrapper header #globalNav > ul > li > .gnSubmenu {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  -webkit-transition: all ease-out 0.2s 0.1s;
  transition: all ease-out 0.2s 0.1s;
}
#wrapper header #globalNav > ul > li > .gnSubmenu > .gnsCnt {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
#wrapper header #globalNav > ul > li > .gnSubmenu > .gnsCnt ul {
  width: 220px;
  margin: 0;
  text-align: left;
}
#wrapper header #globalNav > ul > li > .gnSubmenu > .gnsCnt ul > li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  /*&:before {
  	position: absolute;
  	right: 0; top: 0;
  	width: 0; height: 100%;
  	content: "";
  	display: block;
  	background: rgba(0,0,0,.03);
  	z-index: 1;
  	transition: all cubic-bezier(0,.5,.5,1) .3s;
  	}
  	&:hover:before {
  		left: 0; right: auto;
  		width: 100%;
  		background: rgba(0,0,0,.03);
  		}*/
}
#wrapper header #globalNav > ul > li > .gnSubmenu > .gnsCnt ul > li > a {
  position: relative;
  padding: 12px 10px;
  display: block;
  font-size: 0.875rem;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#wrapper header #globalNav > ul > li > .gnSubmenu > .gnsCnt ul > li > a:hover {
  color: #fff;
  background: #003264;
}
#wrapper header #globalNav > ul > li:hover > .gnSubmenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
#wrapper header p {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
#wrapper header p a {
  color: rgb(0, 0, 0);
}
#wrapper header p a img {
  width: 170px;
}
#wrapper header p#headDrawer {
  display: none;
  margin: 0 0 0 10px;
}
#wrapper #container .cntFrame {
  width: 1200px;
  margin: 0 auto;
}

/* ----------------------------------------------------------
 Contents
-----------------------------------------------------------*/
#contents {
  min-width: 1200px;
  margin: 0;
  /*display: flex;
  flex-wrap: wrap;*/
  /*overflow: hidden;*/
  /*---------- Category Title ----------*/
  /*---------- Topic Path ----------*/
  /*---------- Article ----------*/
}
#contents.lnSide {
  width: 1200px;
  margin: 0 auto;
}
#contents .section, #contents section {
  padding: 0 0 60px;
}
#contents #categoryTitle {
  width: 100%;
  margin: 0;
}
#contents #categoryTitle h2 {
  margin: 0;
  padding: 25px calc((100% - 1200px) / 2) 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #003264;
  line-height: 1.3;
}
#contents #categoryTitle nav {
  margin: 0;
  padding: 0 calc((100% - 1200px) / 2);
  background: #eee;
}
#contents #categoryTitle nav ul {
  margin: 0 0 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents #categoryTitle nav ul li {
  position: relative;
  background: none;
}
#contents #categoryTitle nav ul li:after {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 1px;
  height: 30px;
  display: block;
  content: "";
  background: #fff;
  background: rgb(0, 0, 0);
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 2;
}
#contents #categoryTitle nav ul li:nth-last-of-type(1):after {
  display: none;
}
#contents #categoryTitle nav ul li a {
  width: 100%;
  padding: 10px 30px;
  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;
  font-size: 0.8rem;
  color: #fff;
  color: rgb(0, 0, 0);
  text-decoration: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#contents #categoryTitle nav ul li a:after {
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0;
  height: 0px;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#beebaa), to(#f1e141));
  background: linear-gradient(to right, #beebaa 0%, #f1e141 100%);
  background: #003264;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#contents #categoryTitle nav ul li a:hover:after {
  height: 4px;
}
#contents #topicPath {
  width: 100%;
  margin: 0;
  font-size: 1rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#contents #topicPath ol {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contents #topicPath ol li {
  position: relative;
}
#contents #topicPath ol li:after {
  height: auto;
  margin: 0 1rem;
  display: inline-block;
  content: "/";
  font-size: 1rem;
  visibility: visible;
}
#contents #topicPath ol li:nth-last-of-type(1):after {
  display: none;
}
#contents #topicPath ol li a {
  color: #333;
}
#contents #primary {
  width: 100%;
  margin: 0 0 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  /* Page Title */
  /*h3, &.titleUp h2 {
  	margin: 0 0 55px;
  	font-size: 2.5rem;
  	font-weight: 700;
  	color: $text-color;
  	line-height: 1.4;
  	text-align: center;

  	&:first-letter { color: #00adbb; color: #ffa200; }

  	small {
  		display: block;
  		font-size: 1.1rem;
  		font-weight: bold;
  		color: $text-color;
  		}
  }*/
  /*h3, &.titleUp h2 {
  	position: relative;
  	margin: 0 0 35px; padding: 10px;
  	font-size: 1.5rem;
  	color: #fff;
  	text-align: center;
  	background: #003264;
  	border-radius: 5px;

  	&:before {
  		position: absolute;
  		left: 0; bottom: 5px;
  		width: 100%; height: 1px;
  		display: block;
  		content: "";
  		background: rgba(255,255,255,0.2);
  	}
  }*/
  /*h3, &.titleUp h2 {
  	margin: 0 0 35px;
  	font-size: 2rem;
  	color: #0d64bc;
  	color: #000;
  	text-align: center;

  	&:first-child ,
  	&.pageTitle   {
  		}

  	}*/
  /* Section Title */
  /*h4, &.titleUp h3 {
  	margin: 0 0 25px; padding: 14px 15px;
  	font-size: 1.2rem;
  	font-weight: normal;
  	color: #fff;
  	line-height: 1.3;
  	text-align: left;
  	background: #0d64bc;
  	background: #003264;
  	border-radius: 5px;

  	span {
  		margin: 0;
  		font-size: 0.9rem;
  		font-weight: 400;
  		}
  	}*/
  /*h5:before ,
  &.titleUp h4:before {
  	position: absolute;
  	left: 0; bottom: -5px;
  	width: 20px; height: 5px;
  	display: block;
  	content: "";
  	background: #0d64bc;
  	background: #ffa200;
  	border-radius: 3px;
  	}
  h5:after ,
  &.titleUp h4:after {
  	position: absolute;
  	left: 22px; bottom: -5px;
  	width: 5px; height: 5px;
  	display: block;
  	content: "";
  	background: #0d64bc;
  	background: #ffa200;
  	border-radius: 3px;
  	}*/
  /*h4, &.titleUp h3 {
  	position: relative;
  	margin: 0 0 25px; padding: 0 0 6px;
  	font-size: 1.5rem;
  	color: $text-color;
  	text-align: left;

  	span {
  		margin: 0 0 0 10px;
  		font-size: 1rem;
  		font-weight: 400;
  		color: $text-color;
  		}
  	}
  	h4:before ,
  	&.titleUp h3:before {
  		position: absolute;
  		left: 0; bottom: 0;
  		width: 20px; height: 5px;
  		display: block;
  		content: "";
  		background: #0d64bc;
  		background: #ffa200;
  		border-radius: 3px;
  		}
  	h4:after ,
  	&.titleUp h3:after {
  		position: absolute;
  		left: 22px; bottom: 0;
  		width: 5px; height: 5px;
  		display: block;
  		content: "";
  		background: #0d64bc;
  		background: #ffa200;
  		border-radius: 3px;
  		}

  h5, &.titleUp h4 {
  	font-size: 1.25rem;
  	margin: 0 0 15px;
  	}

  h6, &.titleUp h5 {
  	margin: 0 0 15px;
  	}*/
}
#contents #primary.titleUp {
  padding-top: 30px;
}
#contents #primary:cntFrame {
  margin-bottom: 40px;
}
#contents #primary h3, #contents #primary.titleUp h2 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 30px 20px;
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  color: #003264;
  line-height: 1.35;
  text-align: left;
}
#contents #primary h3:before, #contents #primary.titleUp h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 4px;
  display: block;
  content: "";
  background: #b8d887;
  background: -webkit-gradient(linear, left top, right top, from(#beebaa), to(#f1e141));
  background: linear-gradient(to right, #beebaa 0%, #f1e141 100%);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
#contents #primary h3:after, #contents #primary.titleUp h2:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 84.8%;
  height: 4px;
  display: block;
  content: "";
  background: #003264;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
#contents #primary h4, #contents #primary.titleUp h3 {
  position: relative;
  margin: 10px 0 45px;
  padding: 20px 10px 20px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  text-align: left;
  border-radius: 5px;
  /*&:before {
  	position: absolute;
  	left: 0; bottom: 0;
  	width: 100%; height: 6px;
  	display: block;
  	content: "";
  	background: #003264;
  	border-radius: 5px;
  	}

  &:after {
  	position: absolute;
  	left: -1px; bottom: 0;
  	width: 50px; height: 6px;
  	display: block;
  	content: "";
  	background: #ffa200;
  	border-radius: 5px;
  	}*/
}
#contents #primary h4:before, #contents #primary.titleUp h3:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background: #ddd;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
#contents #primary h5, #contents #primary.titleUp h4 {
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-align: left;
}
#contents #primary h5:before, #contents #primary.titleUp h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  display: block;
  content: "";
  background: #0d64bc;
  background: #ffa200;
  background: #003264;
  border-radius: 3px;
}
#contents #primary h6, #contents #primary.titleUp h5 {
  margin: 0 0 15px;
  font-size: 1rem;
}
/* ----------------------------------------------------------
 Library
-----------------------------------------------------------*/
/*---------- Index Nav ----------*/
#indexNav {
  padding: 40px 0;
}
#indexNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
#indexNav ul li {
  width: 580px;
  margin: 0 0 20px;
}
.company #indexNav ul li:nth-of-type(3), .company #indexNav ul li:nth-of-type(4), .company #indexNav ul li:nth-of-type(5) {
  width: 373px;
}

#indexNav ul li a {
  position: relative;
  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;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#indexNav ul li a:before {
  width: 100%;
  height: 320px;
  margin: 0 0 10px;
  display: block;
  content: "";
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#indexNav ul li a[href*=greeting]:before {
  background: transparent url("/company/images/bnrGreeting.webp") no-repeat center center;
}
#indexNav ul li a[href*=philosophy]:before {
  background: transparent url("/company/images/bnrPhilosophy.webp") no-repeat center center;
}
#indexNav ul li a[href*=profile]:before {
  background: transparent url("/company/images/bnrProfile.webp") no-repeat center center;
}
#indexNav ul li a[href*=access]:before {
  background: transparent url("/company/images/bnrAccess.webp") no-repeat center center;
}
#indexNav ul li a[href*=subsidiary]:before {
  background: transparent url("/company/images/bnrSubsidiary.webp") no-repeat center center;
}
#indexNav ul li a[href*=employment]:before {
  background: transparent url("/recruit/images/bnrEmployment.webp") no-repeat center center;
}
#indexNav ul li a[href*=welfare]:before {
  background: transparent url("/recruit/images/bnrWelfare.webp") no-repeat center center;
}
#indexNav ul li a[href*=support]:before {
  background: transparent url("/recruit/images/bnrSupport.webp") no-repeat center center;
}
#indexNav ul li a[href*=training]:before {
  background: transparent url("/recruit/images/bnrTraining.webp") no-repeat center center;
}
#indexNav ul li a:hover:before {
  -webkit-filter: brightness(87%) blur(1px);
          filter: brightness(87%) blur(1px);
}
#indexNav ul li a[href*=greeting]:after {
  position: absolute;
  left: 50%;
  top: -26px;
  width: 246px;
  height: 346px;
  display: block;
  content: "";
  pointer-events: none;
  background: transparent url("/company/images/phGreeting.webp") no-repeat;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

/*---------- News List ----------*/
dl.newsList dt {
  position: relative;
  float: left;
  padding: 10px 0 0 10px;
  z-index: 2;
}
dl.newsList dd {
  position: relative;
  padding: 10px 0 10px 215px;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
dl.newsList dd a {
  color: #333;
}
dl.newsList dd:before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  border-top: 3px solid #bbc3cc;
  border-right: 3px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
dl.newsList dd:nth-of-type(2n) {
  background: #fbfbfb;
}

/* ----------------------------------------------------------
 pageNav
-----------------------------------------------------------*/
#pageNav {
  text-align: center;
  background: #f3f3f3;
}
#pageNav ul {
  margin: 0;
  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;
  gap: 0 10px;
}
#pageNav ul li a {
  height: 60px;
  padding: 0 60px;
  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;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#pageNav ul li.btnList a {
  color: rgb(0, 0, 0);
}
#pageNav ul li.btnList a:hover {
  -webkit-box-shadow: inset 0 0 0 4px #000;
          box-shadow: inset 0 0 0 4px #000;
}
#pageNav ul li.btnQuote a {
  color: #fff;
  background: #0b8cdd;
  background: -webkit-gradient(linear, left top, right top, from(#0b8cdd), to(#051dd0));
  background: linear-gradient(to right, #0b8cdd 0%, #051dd0 100%);
}
#pageNav ul li.btnQuote a:hover {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

/* ----------------------------------------------------------
 LocalNav
-----------------------------------------------------------*/
/*---------- LocalNav ----------*/
/*#localNav {

	ul {
		display: flex;
		justify-content: space-between;
		flex-shrink: 1;
		background: #f3f3f3;

		li {
			width: 100%;

			a {
				height: 60px;
				display: flex;
				align-items: center;
				justify-content: center;
				color: $text-color;
				}
			}
		}
	}*/
/*-----------------------------------------------------------
 Footer
-----------------------------------------------------------*/
footer {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border-top: 1px solid #eee;
  /*p#copyright {
  	padding: 15px 0 0;
  	text-align: center;
  	border-top: 1px solid #eee;
  	}*/
}
footer a {
  color: rgb(0, 0, 0);
}
footer #footCnt {
  width: 1200px;
  margin: 0 auto 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
footer #footCnt dl {
  width: 100%;
  margin: 0;
}
footer #footCnt dl dt {
  margin: 0 0 15px;
}
footer #footCnt dl dt a {
  padding: 15px 20px;
  display: block;
  background: #f3f3f3;
  border-radius: 5px;
}
footer #footCnt dl dd {
  position: relative;
  padding: 5px 0 5px 20px;
}
footer #footCnt dl dd:before {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #bbc3cc;
  border-right: 2px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
footer #footCnt ul {
  width: 100%;
  margin: 0;
}
footer #footCnt ul li {
  margin: 0 0 15px;
}
footer #footCnt ul li a {
  padding: 15px 20px;
  display: block;
  background: #f3f3f3;
  border-radius: 5px;
}
footer #footCnt ul li.footSub {
  position: relative;
  padding: 0 0 0 20px;
}
footer #footCnt ul li.footSub:before {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #bbc3cc;
  border-right: 2px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
footer #footCnt ul li.footSub a {
  padding: 0;
  display: inline;
  background: none;
}
footer #footNav {
  padding: 25px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*background: #f3f3f3;*/
}
footer #footNav .cntFrame {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8rem;
}
footer #footNav .cntFrame ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footNav .cntFrame ul li {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 0 0 20px;
}
footer #footNav .cntFrame ul li:before {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #bbc3cc;
  border-right: 2px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
footer #footNav .cntFrame p {
  margin: 0;
}
footer #footNav .cntFrame p#btnPagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4000;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media screen and (max-width: 1280px) {
  footer #footNav .cntFrame p#btnPagetop {
    right: auto;
    left: 1200px;
  }
}
footer #footNav .cntFrame p#btnPagetop a {
  width: 80px;
  height: 80px;
  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;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(0, 50, 100);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
footer #footNav .cntFrame p#btnPagetop a:hover {
  background: rgba(0, 50, 100, 0.8);
}
footer #footNav .cntFrame p#btnPagetop a:before {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 1px;
  height: 35px;
  display: block;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
footer #footNav .cntFrame p#btnPagetop a:hover:before {
  height: 45px;
}
footer #footNav .cntFrame p#btnPagetop a:after {
  position: absolute;
  left: 40px;
  top: 22px;
  width: 1px;
  height: 16px;
  display: block;
  content: "";
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
footer #footNav .cntFrame p#btnPagetop a:hover:after {
  top: 17px;
  height: 23px;
}

/* ----------------------------------------------------------
 Drawer
-----------------------------------------------------------*/
/*---------- Drawer Button ----------*/
#icoDrawer {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background-size: 31px 31px;
  z-index: 1998;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#icoDrawer:before, #icoDrawer:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  display: block;
  content: "";
  background: #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#icoDrawer:before {
  top: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#icoDrawer:after {
  top: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*#icoDrawer {
	position: relative;
	width: 60px; height: 60px;
    display: block;
	margin: 0 auto;

	cursor: pointer;
	background: transparent url("/company/fukushima/assets/images/icoDrawer.svg") no-repeat center center;
	background-size: 31px 31px;
	z-index: 1998;
	transition: all linear .5s;

	}
	#btnDrawer:checked ~ #wrapper #icoDrawer {
		opacity: 0;
		visibility: hidden;
		}*/
/* ----------------------------------------------------------
 CookieBox
-----------------------------------------------------------*/
/*#cookieBox {
	position: fixed;
	left: 0; bottom: 0;
	width: 100%;
	background: #7c88a8;
	z-index: 999;

	.cntFrame {
		width: 1200px;
		margin: 0 auto; padding: 15px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;

		p {
			margin: 0 30px 0 0;
			font-size: 1.125rem;
			color: #fff;
			line-height: 1.3;
			}

		ul {
			margin: 0;
			display: flex;
			justify-content: space-between;

			li {
				width: 200px;
				margin: 0 0 0 5px;

				a {
					height: 50px;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 1.125rem;
					color: $text-color;
					background: #fff;
					border-radius: 5px;
					}

				&#btnAccept a {
					color: #fff;
					background: #0b8cdd;
					background: linear-gradient(to right, #0b8cdd 0%, #051dd0 100%);
					border: 1px solid rgba(255,255,255,0.6);
					}
				&#btnRefuse a {
					font-size: 1rem;
					}
				}
			}
		}
}*/
/* ----------------------------------------------------------
 Home
-----------------------------------------------------------*/
#home {
  /* ----------------------------------------------------------
   mainVisual
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   topGlobal
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   newsSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   messageSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   contentsSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   companySec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   businessSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   recruitSec
  -----------------------------------------------------------*/
}
#home #contents section {
  padding: 80px 0;
  /*h2 {
  	margin: 0 0 40px;
  	font-size: 3rem;
  	font-weight: 700;
  	color: $text-color;
  	line-height: 1.35;
  	text-align: center;

  	&:first-letter { color: #00adbb; color: #ffa200; color: #b8d887; }

  	small {
  		display: block;
  		font-size: 1rem;
  		font-weight: normal;
  		color: $text-color;
  		}
  	}*/
}
#home #contents section h2 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.35;
  text-align: left;
}
#home #contents section h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 4px;
  display: block;
  content: "";
  background: #b8d887;
  background: -webkit-gradient(linear, left top, right top, from(#beebaa), to(#f1e141));
  background: linear-gradient(to right, #beebaa 0%, #f1e141 100%);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
#home #contents section h2:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 84.8%;
  height: 4px;
  display: block;
  content: "";
  background: #003264;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
#home #mainVisual {
  width: 100%;
  height: 580px;
  margin: 0 auto;
  padding: 0 0 65px;
  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;
  background: transparent url("/images/mainVisual.webp") no-repeat center center;
  background-size: 1398px 580px;
  /*width: 100%; min-width: 1400px;
  aspect-ratio: 1880 / 780;
  margin: 0; padding: 0 0 85px 11%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent url("/images/mainVisual.webp") no-repeat center center;
  background-size: cover;*/
}
#home #mainVisual p {
  width: 750px;
  height: 142px;
  display: block;
  content: "";
  overflow: hidden;
  text-indent: 100%;
  -webkit-filter: drop-shadow(9px 4px 0px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(9px 4px 0px rgba(0, 0, 0, 0.3));
  white-space: nowrap;
  background: transparent url("/images/txtMainVisual.webp") no-repeat center center;
  background-size: cover;
  -webkit-transform: translateX(-225px);
          transform: translateX(-225px);
  /*width: 892px; height: 170px;
  display: block;
  content: "";
  overflow: hidden;
  text-indent: 100%;
  filter: drop-shadow(11px 6px 0px rgba(0,0,0,0.15));
  white-space: nowrap;
  background: transparent url("/images/txtMainVisual.webp") no-repeat center center;*/
}
#home #mainVisual p.style-2 {
  width: 911px;
  height: 200px;
  background: transparent url("/images/txtMainVisual2.webp") no-repeat center center;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(-145px);
          transform: translateX(-145px);
}
#home #topGlobal {
  position: relative;
  margin: -150px 0 50px;
}
#home #topGlobal ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
}
#home #topGlobal ul li {
  position: relative;
  width: 25%;
  /*background: linear-gradient(to bottom, #ccc 33.3%, rgba(255,255,255,0) 0%) repeat-y right top;
  background-size: 1px 3px;

  &:nth-last-of-type(1) { background: none; }*/
}
#home #topGlobal ul li:after {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 2px;
  height: 45px;
  display: block;
  content: "";
  background: #666;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 2;
}
#home #topGlobal ul li:nth-last-of-type(1):after {
  display: none;
}
#home #topGlobal ul li a {
  height: 95px;
  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;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-decoration: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*&:hover { color: #fff;background-color: #197edc; }*/
  /*&:hover:before {
  	 filter: brightness(5);
  	}*/
}
#home #topGlobal ul li a:before {
  width: 66px;
  height: 54px;
  margin: 0 10px 0 0;
  display: block;
  content: "";
  background-size: cover !important;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*width: 98px; height: 80px;
  margin: 0 8px 0 0;
  display: block;
  content: "";
  transition: all ease-out .3s;*/
}
#home #topGlobal ul li a[href*="/company/"]:before {
  background: transparent url("/assets/images/icoComapany.webp") no-repeat;
}
#home #topGlobal ul li a[href*="/recruit/"]:before {
  background: transparent url("/assets/images/icoRecruit.webp") no-repeat;
}
#home #topGlobal ul li a[href*="/business/"]:before {
  background: transparent url("/assets/images/icoBusiness.webp") no-repeat;
}
#home #topGlobal ul li a[href*="/inquiry/"]:before {
  background: transparent url("/assets/images/icoInquiry.webp") no-repeat;
}
#home #topGlobal ul li a:after {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 0;
  height: 0px;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#beebaa), to(#f1e141));
  background: linear-gradient(to right, #beebaa 0%, #f1e141 100%);
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#home #topGlobal ul li a:hover:after {
  height: 8px;
}
#home #contents #newsSec {
  position: relative;
  width: 1200px;
  margin: 120px auto 80px;
  padding: 50px;
  border: 2px solid #003263;
}
#home #contents #newsSec h2 {
  position: absolute;
  left: 35px;
  top: 0;
  padding: 5px 15px;
  font-size: 1.125rem;
  /*font-style: italic;*/
  color: #003263;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home #contents #newsSec h2:before, #home #contents #newsSec h2:after {
  display: none;
}
#home #contents #newsSec dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home #contents #newsSec dl dt {
  width: 14%;
  padding: 5px 0;
}
#home #contents #newsSec dl dd {
  width: 86%;
  padding: 5px 0;
}
#home #messageSec h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
}
#home .contentsSec:nth-of-type(2n) {
  background: #f4f8fa;
  background: #f8f8f8;
}
#home .contentsSec:nth-of-type(2n+1) ul li a span:before {
  border: 7px solid #f4f8fa;
  border: 7px solid #f8f8f8;
}
#home .contentsSec ul {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
}
#home .contentsSec ul li {
  width: 285px;
  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;
}
#home .contentsSec ul li a {
  color: rgb(0, 0, 0);
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
#home .contentsSec ul li a span {
  position: relative;
  width: 100%;
  height: 230px;
  display: inline-block;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
#home .contentsSec ul li a span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 7px solid #fff;
  border-radius: 0;
  z-index: 1000;
}
#home .contentsSec ul li a span img {
  border-radius: 10px;
  -webkit-transition: all cubic-bezier(0, 0.45, 0.53, 1) 0.3s;
  transition: all cubic-bezier(0, 0.45, 0.53, 1) 0.3s;
}
#home .contentsSec ul li a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* ----------------------------------------------------------
 Company
-----------------------------------------------------------*/
.company {
  /* ----------------------------------------------------------
   Index All
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Greeting
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Philosophy
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Profile
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Access
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Subsidiary
  -----------------------------------------------------------*/
}
.company#comIndex {
  /*---------- philosophySec ----------*/
  /*---------- greetingSec ----------*/
  /*---------- profileSec ----------*/
  /*---------- orgnizationSec ----------*/
  /*---------- accessSec ----------*/
}
.company#comIndex #categoryTitle {
  margin-bottom: 0;
}
.company#comIndex #primary > section {
  padding: 80px 0;
}
.company#comIndex #philosophySec .cntFrame {
  /*display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;*/
}
.company#comIndex #philosophySec #philosophyBox {
  margin: 0 0 40px;
}
.company#comIndex #philosophySec #philosophyBox .phiGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#comIndex #philosophySec #philosophyBox .phiGroup figure {
  width: 250px;
}
.company#comIndex #philosophySec #philosophyBox .phiGroup p#txtPhilosophy {
  width: 900px;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
}
.company#comIndex #philosophySec #systemBox {
  margin: 0 0 0 120px;
}
.company#comIndex #philosophySec #systemBox h4 {
  margin: 0 0 20px;
  padding-left: 10px;
}
.company#comIndex #philosophySec #systemBox .sysGroup {
  margin: 0 0 30px;
  padding: 0 0 0 10px;
}
.company#comIndex #philosophySec #systemBox .sysGroup h5 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
  border: none;
}
.company#comIndex #philosophySec #systemBox .sysGroup h5:before, .company#comIndex #philosophySec #systemBox .sysGroup h5:after {
  display: none;
}
.company#comIndex #philosophySec #systemBox .sysGroup > p {
  margin: 0 0 0 50px;
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul {
  margin: 0 0 0 50px;
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul li:before {
  margin: 0 15px 0 0;
  content: "-";
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul li h6 {
  width: 280px;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul li h6 span {
  margin: 0 15px 0 0;
}
.company#comIndex #philosophySec #systemBox .sysGroup > ul li p {
  margin: 0;
}
.company#comIndex #philosophySec #sloganBox p {
  width: 450px;
  margin: 0 auto;
  padding: 45px 60px;
  background: #fff;
  border: 7px solid #d2dbdf;
  border-radius: 10px;
}
.company#comIndex #greetingSec {
  background: #f8f8f8;
}
.company#comIndex #greetingSec .cntFrame {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#comIndex #greetingSec .cntFrame h3 {
  width: 100%;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting {
  width: calc(70% - 30px);
  margin: 0 0 0 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting h4 {
  padding: 0;
  font-weight: bold;
  color: rgb(0, 0, 0);
  background: none;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting h4:before, .company#comIndex #greetingSec .cntFrame #infoGreeting h4:after {
  display: none;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting p {
  line-height: 2;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting ul li {
  line-height: 1.75;
}
.company#comIndex #greetingSec .cntFrame #infoGreeting ul li:before {
  top: 1rem;
}
.company#comIndex #greetingSec .cntFrame > figure {
  position: relative;
  width: 27%;
  padding: 74px 0 0 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.company#comIndex #greetingSec .cntFrame > figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 414px;
  display: block;
  content: "";
  background: transparent url("/company/images/bgCEO.webp") no-repeat 60% center;
  border: 10px solid #fff;
  border-radius: 10px;
  z-index: 1;
}
.company#comIndex #greetingSec .cntFrame > figure img {
  position: relative;
  height: 330px;
  margin: 0 0 10px;
  border-radius: 0;
  z-index: 2;
}
.company#comIndex #greetingSec .cntFrame > figure figcaption {
  margin: 10px 0 0;
  font-size: 0.875rem;
}
.company#comIndex #greetingSec .cntFrame > figure figcaption span {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
.company#comIndex #profileSec #profileBox {
  margin: 0 0 40px;
}
.company#comIndex #profileSec #profileBox table.defStyle {
  margin-left: 30px;
}
.company#comIndex #profileSec #profileBox table.defStyle > tbody > tr > th {
  width: 13rem;
}
.company#comIndex #profileSec #profileBox table.defStyle h5 {
  margin: 0;
  font-size: 1rem;
}
.company#comIndex #profileSec #profileBox table.defStyle h5:nth-of-type(2) {
  margin-top: 10px;
}
.company#comIndex #profileSec #profileBox table.defStyle h5:before, .company#comIndex #profileSec #profileBox table.defStyle h5:after {
  display: none;
}
.company#comIndex #primary #orgnizationSec {
  /*padding-top: 0;*/
  background: #f8f8f8;
}
.company#comIndex #accessSec {
  margin: 0 0 40px;
}
.company#comIndex #accessSec .accessMap {
  margin: 0 0 60px;
}
.company#comIndex #accessSec .accessMap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.company#comIndex #accessSec .accessMap h4 {
  margin-bottom: 30px;
}
.company#comIndex #accessSec .accessMap .accessBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#comIndex #accessSec .accessMap .accessBox .infoAccess {
  width: 450px;
  margin: 0 0 0 30px;
}
.company#comIndex #accessSec .accessMap .accessBox .infoAccess dl.flatDef {
  margin: 15px 0;
}
.company#comIndex #accessSec .accessMap .accessBox .infoAccess dl.flatDef dd {
  padding-left: 3rem;
}
.company#comIndex #accessSec .accessMap .accessBox iframe {
  width: 700px;
  height: 500px;
  margin: 0 0 20px;
  border: 10px solid #f8f8f8;
}
.company#comIndex #accessSec .accessMap .accessBox iframe#tomiokaMap {
  height: 450px;
}
.company#comIndex #accessSec .accessMap p {
  margin: 0 0 5px;
}
.company#comIndex #accessSec .accessMap dl {
  margin: 0;
}
.company#comIndex #accessSec .accessMap h5 {
  margin-top: 30px;
  border-color: #e7edf0;
}
.company#comIndex #accessSec .accessMap table th {
  width: 13rem;
  background: #e7edf0;
}
.company#comIndex #accessSec .accessMap .rootInfo {
  margin: 0 0 0 30px;
}
.company#comIndex #accessSec .accessMap .rootInfo picture {
  margin: 40px 0;
  display: block;
  text-align: center;
}
.company#comIndex #accessSec .accessMap .rootInfo figure#shuttleBus {
  margin: 0 0 30px;
  text-align: center;
}
.company#comIndex #accessSec .accessMap .rootInfo figure#shuttleBus img {
  width: 850px;
  background: #fafafa;
}
.company#comIndex #accessSec .accessMap .rootBox {
  margin: 30px 0 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#comIndex #accessSec .accessMap .rootBox h5 {
  width: 100%;
}
.company#comIndex #accessSec .accessMap .rootBox > figure {
  width: 600px;
  padding: 10px;
  background: #fff;
}
.company#comIndex #accessSec .accessMap .rootBox > figure img {
  margin: 0;
  border-radius: 5px;
}
.company#comIndex #accessSec .accessMap .rootBox .rootInfo {
  width: 560px;
}
.company#comIndex #accessSec .accessMap .rootBox .rootInfo figure {
  margin: 20px 0 30px;
  text-align: center;
}
.company#comIndex #accessSec .accessMap .rootBox .rootInfo table th {
  white-space: nowrap;
  background: #e7edf0;
}
.company#comIndex #accessSec .accessMap .rootBox > ul {
  width: 85%;
}
.company#comIndex #accessSec .accessMap #tokyoRoot {
  width: 1200px;
}
.company#greeting {
  /*#greetingSec {
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;

  	#infoGreeting {
  		width: 800px;
  		order: 1;
  		}

  	> figure {
  		order: 2;

  		img { border-radius: 10px; }
  		}
  	}*/
}
.company#greeting #greetingSec {
  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;
}
.company#greeting #greetingSec #infoGreeting {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.company#greeting #greetingSec #infoGreeting h4 {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
.company#greeting #greetingSec #infoGreeting h4:before, .company#greeting #greetingSec #infoGreeting h4:after {
  display: none;
}
.company#greeting #greetingSec #infoGreeting p {
  line-height: 2.125;
}
.company#greeting #greetingSec #infoGreeting p#txtAuthor {
  margin: 40px 0 0;
  line-height: 1.625;
  text-align: right;
}
.company#greeting #greetingSec #infoGreeting p#txtAuthor span {
  font-size: 1.5rem;
}
.company#greeting #greetingSec > figure {
  position: relative;
  width: 100%;
  height: 465px;
  padding: 0 0 0 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent url("/company/images/bgCEO.webp") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.company#greeting #greetingSec > figure:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1300px;
  height: 50px;
  display: block;
  content: "";
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
.company#greeting #greetingSec > figure img {
  margin: 0;
  border-radius: 0;
}
.company#philosophy #philosophySec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#philosophy #philosophySec > figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.company#philosophy #philosophySec > figure img {
  border-radius: 10px;
}
.company#philosophy #philosophySec #txtPhilosophy {
  width: 780px;
  line-height: 1.875;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.company#profile #primary table h5 {
  margin: 0;
  font-size: 1rem;
}
.company#profile #primary table h5:nth-of-type(2) {
  margin-top: 10px;
}
.company#access #primary h4 {
  margin-bottom: 30px;
}
.company#access .accessSec {
  margin: 0 0 40px;
}
.company#access .accessSec iframe {
  width: 100%;
  height: 500px;
  margin: 0 0 20px;
  border: none;
}
.company#access .accessSec p {
  margin: 0 0 5px;
}
.company#access .rootBox {
  padding: 20px 0;
}
.company#access .rootBox h5 {
  margin-bottom: 20px;
}
.company#access .rootBox section {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#access .rootBox section h6 {
  position: relative;
  width: 14%;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 1rem;
  font-weight: normal;
  /*&:after {
  	position: absolute;
  	right: 0; top: 50%;
  	width: 30px; height: 1px;
  	display: block;
  	content: "";
  	background: #ccc;
  	}*/
}
.company#access .rootBox section p, .company#access .rootBox section ul {
  width: 84%;
  margin: 0;
}
.company#subsidiary #subsidiarySec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company#subsidiary #subsidiarySec h4 {
  width: 100%;
}
.company#subsidiary #subsidiarySec figure {
  width: 460px;
}
.company#subsidiary #subsidiarySec #achievementBox {
  width: 700px;
}
.company#subsidiary #subsidiarySec #achievementBox table {
  table-layout: fixed;
}
.company#subsidiary #subsidiarySec #achievementBox table tr#yfsDetail th {
  padding: 9px 15px;
}
.company#subsidiary #subsidiarySec #achievementBox table td {
  text-align: center;
}

/* ----------------------------------------------------------
 Recruit
-----------------------------------------------------------*/
.recruit {
  /* ----------------------------------------------------------
   Index All
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Employment
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Welfare
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Support
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   Training
  -----------------------------------------------------------*/
}
.recruit#recIndex #primary section {
  padding: 80px 0;
}
.recruit#recIndex #primary #employmentSec table td a {
  margin: 0 0 0 5px;
  padding: 4px 20px;
  display: inline-block;
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  vertical-align: text-bottom;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #ddd;
          box-shadow: inset 0 0 0 2px #ddd;
  border-radius: 50px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.recruit#recIndex #primary #employmentSec table td a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #003264;
}
.recruit#recIndex #primary #employmentSec h4 {
  margin-top: 30px;
}
.recruit#recIndex #primary #employmentSec figure {
  margin: 30px 0;
  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;
}
.recruit#recIndex #primary #employmentSec figure img {
  width: 1050px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #employmentSec figure figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #welfareSec {
  background: #f4f8fa;
  /*#welfareList {
  	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	justify-content: flex-start;

  	.welfareBox {
  		width: 370px;
  		margin: 0 0 45px 45px;
  		display: flex;
  		flex-direction: column;

  		&:nth-of-type(3n+1) { margin-left: 0; }

  		h4 {
  			font-size: 1.1875rem;
  			order: 2;

  			&:before ,
  			&:after  { background: #dd3a68; }
  			}

  		figure {
  			margin: 0 0 15px;
  			order: 1;

  			img {
  				border: 10px solid #fff;
  				border-radius: 10px;
  				}
  			}

  		p {
  			order: 3;

  			}
  		}
  	}*/
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox {
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox .welInfo {
  width: 570px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox .welInfo h4 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  background: none;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox .welInfo h4:before, .recruit#recIndex #primary #welfareSec #welfareList .welfareBox .welInfo h4:after {
  display: none;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox:nth-of-type(2n) .welInfo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox figure {
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox figure img {
  -webkit-box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
          box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
}
.recruit#recIndex #primary #welfareSec #welfareList .welfareBox:nth-of-type(2n) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #supportSec {
  /*#supportList {
  	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	justify-content: flex-start;

  	.supportBox {
  		width: 580px;
  		margin: 0 0 45px 40px;
  		display: flex;
  		flex-direction: column;

  		&:nth-of-type(2n+1) { margin-left: 0; }

  		h4 {
  			font-size: 1.1875rem;
  			order: 2;

  			span {
  				padding: 0 0 5px;
  				display: block;
  				line-height: 1.3;
  				}

  			&:before ,
  			&:after  { background: #dd3a68; }
  			}

  		figure {
  			margin: 0 0 15px;
  			order: 1;

  			img {}
  			}

  		p {
  			order: 3;

  			}
  		}
  	}*/
}
.recruit#recIndex #primary #supportSec #supportList .supportBox {
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox .supInfo {
  width: 570px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox .supInfo h4 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  background: none;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox .supInfo h4:before, .recruit#recIndex #primary #supportSec #supportList .supportBox .supInfo h4:after {
  display: none;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox:nth-of-type(2n) .welInfo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox figure {
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #supportSec #supportList .supportBox figure img {
  -webkit-box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
          box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
}
.recruit#recIndex #primary #supportSec #supportList .supportBox:nth-of-type(2n) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #trainingSec {
  background: #f4f8fa;
  /*ul {

  	li {

  		figure {
  			position: relative;
  			overflow: hidden;

  			img {
  				margin: 0;
  				border-radius: 0px;
  				}

  			figcaption {
  				position: absolute;
  				left: 0; bottom: 0;
  				padding: 0 15px 0 0;
  				display: flex;
  				align-items: center;
  				font-size: 0.875rem;
  				color: #fff;
  				background: #003264;

  				span {
  					margin: 0 10px 0 0; padding: 8px 10px 8px 10px;
  					background: #225a92;
  					}
  			}

  			}
  		&:nth-of-type(1) figure { border-radius: 10px 0 0 10px; }
  		&:nth-of-type(2) figure { border-radius: 0; }
  		&:nth-of-type(3) figure { border-radius: 0 10px 10px 0; }
  		}
  	}*/
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox {
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox .traInfo {
  width: 570px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox .traInfo h4 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  background: none;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox .traInfo h4:before, .recruit#recIndex #primary #trainingSec #trainingList .trainingBox .traInfo h4:after {
  display: none;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox:nth-of-type(2n) .welInfo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox figure {
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox figure img {
  -webkit-box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
          box-shadow: 24px 28px 0 0 rgba(0, 0, 0, 0.03);
}
.recruit#recIndex #primary #trainingSec #trainingList .trainingBox:nth-of-type(2n) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit#employment table.defStyle > tbody > tr > th {
  width: 20%;
}
.recruit#employment table.defStyle table {
  border: none;
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: fixed;
}
.recruit#employment table.defStyle table > thead > tr > th {
  padding: 7px 15px;
  background: #3468a1;
}
.recruit#employment table.defStyle table > thead > tr > th:nth-of-type(1) {
  width: 25%;
}
.recruit#employment table.defStyle table > thead > tr > th span {
  font-size: 0.875rem;
  font-weight: normal;
}
.recruit#employment table.defStyle table > tbody > tr > th {
  font-weight: normal;
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #ddd;
}
.recruit#employment table.defStyle table > tbody > tr > td {
  padding-right: 20px;
  text-align: right;
  border: none;
  border-bottom: 1px solid #ddd;
}
.recruit#employment #inquirySec {
  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;
}
.recruit#employment #inquirySec h4 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
}
.recruit#employment #inquirySec h4:before, .recruit#employment #inquirySec h4:after {
  display: none;
}
.recruit#employment #inquirySec #inquiryBox {
  padding: 30px 160px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
  border: 4px solid #f8f8f8;
}
.recruit#employment #inquirySec #inquiryBox h5 {
  margin: 0;
  font-size: 1.25rem;
}
.recruit#employment #inquirySec #inquiryBox p {
  margin: 0;
  font-size: 1.125rem;
}
.recruit#employment #inquirySec #inquiryBox p:nth-of-type(1) {
  margin: 0 0 2px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}
.recruit#welfare #phWelfare {
  margin: 0 0 40px;
}
.recruit#welfare #phWelfare figure {
  position: relative;
  float: left;
  margin: 0 0 10px 10px;
  overflow: hidden;
  border-radius: 10px 10px 10px 0;
}
.recruit#welfare #phWelfare figure:nth-of-type(1) {
  margin: 0;
}
.recruit#welfare #phWelfare figure img {
  margin: 0;
  border-radius: 0;
}
.recruit#welfare #phWelfare figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 20px 8px 20px;
  color: #fff;
  color: #000;
  background: #003264;
  background: #fff;
  border-radius: 0 10px 0 0;
}
.recruit#welfare #welfareSec table.defStyle {
  margin: 0 0 60px;
}
.recruit#training #courseSec ul li figure {
  position: relative;
  overflow: hidden;
}
.recruit#training #courseSec ul li figure img {
  margin: 0;
  border-radius: 0px;
}
.recruit#training #courseSec ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #003264;
}
.recruit#training #courseSec ul li figure figcaption span {
  margin: 0 10px 0 0;
  padding: 8px 10px 8px 10px;
  background: #225a92;
}
.recruit#training #courseSec ul li:nth-of-type(1) figure {
  border-radius: 10px 0 0 10px;
}
.recruit#training #courseSec ul li:nth-of-type(2) figure {
  border-radius: 0;
}
.recruit#training #courseSec ul li:nth-of-type(3) figure {
  border-radius: 0 10px 10px 0;
}

/* ----------------------------------------------------------
 Business
-----------------------------------------------------------*/
.business {
  /* ----------------------------------------------------------
   Index
  -----------------------------------------------------------*/
}
.business#busIndex #primary {
  /*#businessNav {
  	position: sticky;
  	top: 0;
  	margin: 0 0 35px; padding: 8px 0;
  	overflow: hidden;
  	z-index: 10;

  	&:before {
  		position: absolute;
  		left: -10px; top: -10px;
  		width: calc(100% + 20px); height: calc(100% + 20px);
  		display: block;
  		content: "";
  		filter: blur(10px);
  		background: rgba(0,0,0,0.05);
  		}

  	ul {
  		position: relative;
  		margin: 0 auto;
  		display: flex;
  		justify-content: space-between;
  		gap: 5px;
  		z-index: 11;

  		li {
  			width: 20%;
  			padding: 0;

  			a {
  				width: 100%;
  				padding: 15px 10px;
  				display: flex;
  				align-items: center;
  				justify-content: center;
  				font-weight: bold;
  				color: $text-color;
  				text-align: center;
  				text-decoration: none;
  				box-shadow: 0 0 2px 0 rgba(0,0,0,0.05);
  				background: rgba(255,255,255,0.95);
  				border-radius: 3px;
  				transition: all ease-out .3s;

  				&:hover {
  					color: #fff;
  					background: #003264;
  					}
  				}
  			}
  		}
  	}*/
}
.business#busIndex #primary section {
  padding: 80px 0;
}
.business#busIndex #primary #businessNav {
  position: relative;
  height: 300px;
  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;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
}
.business#busIndex #primary #businessNav:before, .business#busIndex #primary #businessNav:after {
  position: absolute;
  right: calc(50% - 420px);
  top: 0;
  width: 602px;
  height: 1566px;
  display: block;
  content: "";
  background-size: cover !important;
}
.business#busIndex #primary #businessNav:before {
  background: transparent url("/business/images/businessNav-before.webp") no-repeat;
  -webkit-animation: mainVisual1 50s linear infinite;
          animation: mainVisual1 50s linear infinite;
}
@-webkit-keyframes mainVisual1 {
  0% {
    -webkit-transform: rotate(30deg) translateY(-20%);
            transform: rotate(30deg) translateY(-20%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-70%);
            transform: rotate(30deg) translateY(-70%);
  }
}
@keyframes mainVisual1 {
  0% {
    -webkit-transform: rotate(30deg) translateY(-20%);
            transform: rotate(30deg) translateY(-20%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-70%);
            transform: rotate(30deg) translateY(-70%);
  }
}
.business#busIndex #primary #businessNav:after {
  background: transparent url("/business/images/businessNav-after.webp") no-repeat;
  -webkit-animation: mainVisual2 50s linear infinite;
          animation: mainVisual2 50s linear infinite;
}
@-webkit-keyframes mainVisual2 {
  0% {
    -webkit-transform: rotate(30deg) translateY(-70%);
            transform: rotate(30deg) translateY(-70%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-20%);
            transform: rotate(30deg) translateY(-20%);
  }
}
@keyframes mainVisual2 {
  0% {
    -webkit-transform: rotate(30deg) translateY(-70%);
            transform: rotate(30deg) translateY(-70%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-20%);
            transform: rotate(30deg) translateY(-20%);
  }
}
.business#busIndex #primary #businessNav ul li {
  width: 450px;
  margin: 0 0 5px;
}
.business#busIndex #primary #businessNav ul li a {
  padding: 10px 15px;
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.business#busIndex #primary #businessNav ul li a:hover {
  background: #eee;
}
.business#busIndex #primary .businessFlex {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business#busIndex #primary .businessFlex .businessBox {
  width: 390px;
  margin: 30px 0 0 15px;
  /*img { border-radius: 10px; }*/
}
.business#busIndex #primary .businessFlex .businessBox:first-child, .business#busIndex #primary .businessFlex .businessBox:nth-of-type(3n+1) {
  margin-left: 0;
}
.business#busIndex #primary .businessFlex .businessBox h4 {
  margin: 0 0 20px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  text-align: center;
}
.business#busIndex #primary .businessFlex .businessBox h4:before {
  display: none;
}
.business#busIndex #primary .businessFlex .businessBox h4:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business#busIndex #primary .businessFlex .businessBox ul li {
  margin: 0 0 15px;
}
.business#busIndex #primary .businessFlex .businessBox dl dt {
  margin: 0 0 10px;
}
.business#busIndex #primary #lineSec {
  background: #f4f8fa;
}
.business#busIndex #primary #lineSec .businessBox:nth-of-type(4) {
  width: 795px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business#busIndex #primary #lineSec .businessBox:nth-of-type(4) h4 {
  width: 100%;
}
.business#busIndex #primary #lineSec .businessBox:nth-of-type(4) dl {
  width: 390px;
}
.business#busIndex #primary #lineSec .businessBox:nth-of-type(4) dl:nth-of-type(1) {
  margin-right: 15px;
}
/* ----------------------------------------------------------
 Inquiry
-----------------------------------------------------------*/
.inquiry #contents {
  /*
  #telSec {

  	h4 {
  		margin: 0; padding: 0 0 0 30px;
  		font-size: 1.4rem;

  		&:before ,
  		&:after  { display: none; }
  		}

  	p#txtTel {
  		margin: 0; padding: 0 0 0 30px;

  		a {
  			position: relative;
  			display: flex;
  			align-items: center;
  			font-size: 3rem;
  			font-weight: 700;
  			color: $text-color;
  			color: #003264;
  			color: #197edc;
  			line-height: 1.7;

  			&:before {
  				width: 80px; height: 80px;
  				margin: 0 15px 0 0;
  				display: block;
  				content: "";
  				background: transparent url("/assets/images/icoTel.webp") no-repeat;
  				background-size: cover;
  				}
  			}
  		}

  	dl {
  		padding: 0 0 0 30px;
  		display: flex;
  		align-items: center;

  		dt {

  			&:after {
  				margin: 0 10px;
  				content: ":";
  				}
  			}

  		dd {

  			}
  		}

  	}// telSec*/
}
.inquiry #contents #categoryTitle {
  margin-bottom: 80px;
}
.inquiry #contents #privacySec p {
  padding: 0 0 0 30px;
}
.inquiry #contents ol#stepForm {
  max-width: 1000px;
  margin: 40px auto 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.inquiry #contents ol#stepForm li {
  position: relative;
  width: 33.33%;
  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;
  /*&[aria-current]:after {
  	position: absolute;
  	left: 50%; top: 17px;
  	width: 11%; height: 6px;
  	display: block;
  	content: "";
  	background: $main-color;
  	border-radius: 3px;
  	z-index: 2;

  	@include state("li",":nth-last-of-type(1)") {
  		display: none;
  	}
  }*/
}
.inquiry #contents ol#stepForm li:before {
  position: absolute;
  left: 50%;
  top: 17px;
  width: 100%;
  height: 6px;
  display: block;
  content: "";
  background: rgba(43, 160, 206, 0.2);
  z-index: 1;
}
.inquiry #contents ol#stepForm li:nth-last-of-type(1):before {
  display: none;
}

.inquiry #contents ol#stepForm li[aria-current] {
  color: #2ba0ce;
  font-weight: 700;
}
.inquiry #contents ol#stepForm li span {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0 8px;
  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;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2ba0ce;
  background: rgba(43, 160, 206, 0.2);
  border-radius: 30px;
  z-index: 3;
}
.inquiry #contents ol#stepForm li[aria-current] span {
  color: #fff;
  background: #2ba0ce;
}

.inquiry #contents ol#stepForm li:not([aria-current] ~ li):not([aria-current]):before {
  background: #2ba0ce;
}
.inquiry #contents ol#stepForm li:not([aria-current] ~ li):not([aria-current]) span {
  color: #fff;
  background: #2ba0ce;
}
.inquiry #contents ol#stepForm + .cntWrap {
  padding-top: 0;
}
.inquiry #contents #js-invalids {
  -webkit-box-shadow: inset 0 0 0 1px #e8c5c5;
          box-shadow: inset 0 0 0 1px #e8c5c5;
  border: 6px solid #f9e7e7;
}
.inquiry #contents #js-invalids h4 {
  color: #ee0000;
  border-bottom: 1px solid #ee0000;
}
.inquiry #contents #js-invalids p {
  margin: 0 0 3px;
  color: #ee0000;
}
.inquiry #contents form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0;
  padding: 30px 40px;
  border: 7px solid #2ba0ce;
}
.inquiry #contents form > p {
  margin: 40px 0 20px;
}
.inquiry #contents form > ul {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquiry #contents form > ul li {
  width: 30%;
}
.inquiry #contents form div.formBox,
.inquiry #contents form section {
  margin: 0 0 10px;
  padding: 25px 0;
  border-bottom: 1px dotted #ccc;
}
.inquiry #contents form div.formBox h4, .inquiry #contents form div.formBox fieldset legend, .inquiry #contents form div.formBox label,
.inquiry #contents form section h4,
.inquiry #contents form section fieldset legend,
.inquiry #contents form section label {
  margin: 0 0 15px;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  background: transparent;
  color: rgb(0, 0, 0);
}
.inquiry #contents form div.formBox h4:before, .inquiry #contents form div.formBox h4:after, .inquiry #contents form div.formBox fieldset legend:before, .inquiry #contents form div.formBox fieldset legend:after, .inquiry #contents form div.formBox label:before, .inquiry #contents form div.formBox label:after,
.inquiry #contents form section h4:before,
.inquiry #contents form section h4:after,
.inquiry #contents form section fieldset legend:before,
.inquiry #contents form section fieldset legend:after,
.inquiry #contents form section label:before,
.inquiry #contents form section label:after {
  display: none;
}
.inquiry #contents form div.formBox h5,
.inquiry #contents form section h5 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  background: none;
}
.inquiry #contents form div.formBox .icoRequired,
.inquiry #contents form section .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;
}
.inquiry #contents form div.formBox .alert,
.inquiry #contents form section .alert {
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px;
  background: rgba(255, 0, 0, 0.1);
  color: red;
  font-weight: bold;
}
.inquiry #contents form div.formBox .alert:before,
.inquiry #contents form section .alert:before {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
  content: "\e002";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  font-size: 200%;
}
.inquiry #contents form div.formBox .formColumn,
.inquiry #contents form section .formColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inquiry #contents form div.formBox .formColumn .formColumnBox,
.inquiry #contents form section .formColumn .formColumnBox {
  width: 49%;
}
.inquiry #contents form div.formBox .example,
.inquiry #contents form section .example {
  display: block;
  margin: 0;
}
.inquiry #contents form div.formBox input::-webkit-input-placeholder,
.inquiry #contents form div.formBox textarea::-webkit-input-placeholder,
.inquiry #contents form section input::-webkit-input-placeholder,
.inquiry #contents form section textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.inquiry #contents form div.formBox input:-ms-input-placeholder,
.inquiry #contents form div.formBox textarea:-ms-input-placeholder,
.inquiry #contents form section input:-ms-input-placeholder,
.inquiry #contents form section textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.inquiry #contents form div.formBox input::-moz-placeholder,
.inquiry #contents form div.formBox textarea::-moz-placeholder,
.inquiry #contents form section input::-moz-placeholder,
.inquiry #contents form section textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inquiry #contents form div.formBox input::-placeholder,
.inquiry #contents form div.formBox textarea::-placeholder,
.inquiry #contents form section input::-placeholder,
.inquiry #contents form section textarea::-placeholder {
  color: #666;
  opacity: 1;
}
.inquiry #contents form div.formBox input[type=text],
.inquiry #contents form div.formBox input[type=tel],
.inquiry #contents form div.formBox input[type=email],
.inquiry #contents form div.formBox textarea,
.inquiry #contents form div.formBox select,
.inquiry #contents form section input[type=text],
.inquiry #contents form section input[type=tel],
.inquiry #contents form section input[type=email],
.inquiry #contents form section textarea,
.inquiry #contents form section select {
  display: block;
  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;
}
.inquiry #contents form div.formBox input[type=text]:focus,
.inquiry #contents form div.formBox input[type=tel]:focus,
.inquiry #contents form div.formBox input[type=email]:focus,
.inquiry #contents form div.formBox textarea:focus,
.inquiry #contents form div.formBox select:focus,
.inquiry #contents form section input[type=text]:focus,
.inquiry #contents form section input[type=tel]:focus,
.inquiry #contents form section input[type=email]:focus,
.inquiry #contents form section textarea:focus,
.inquiry #contents form section select: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: rgba(43, 160, 206, 0.1);
  border: 1px solid #999;
  outline: none;
}
.inquiry #contents form div.formBox input[type=text].inShort,
.inquiry #contents form div.formBox input[type=tel].inShort,
.inquiry #contents form div.formBox input[type=email].inShort,
.inquiry #contents form div.formBox textarea.inShort,
.inquiry #contents form div.formBox select.inShort,
.inquiry #contents form section input[type=text].inShort,
.inquiry #contents form section input[type=tel].inShort,
.inquiry #contents form section input[type=email].inShort,
.inquiry #contents form section textarea.inShort,
.inquiry #contents form section select.inShort {
  width: 35%;
}
.inquiry #contents form div.formBox li:has(input[type=radio]),
.inquiry #contents form section li:has(input[type=radio]) {
  position: relative;
}
.inquiry #contents form div.formBox input[type=checkbox],
.inquiry #contents form section input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.inquiry #contents form div.formBox input[type=radio],
.inquiry #contents form section input[type=radio] {
  z-index: -2;
  position: absolute;
  left: 6px;
  top: 6px;
}
.inquiry #contents form div.formBox input[type=radio] + label,
.inquiry #contents form section 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;
}
.inquiry #contents form div.formBox input[type=radio] + label:before,
.inquiry #contents form section 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 !important;
}

.inquiry #contents form div.formBox fieldset,
.inquiry #contents form section fieldset {
  border: none;
}
.inquiry #contents form div.formBox fieldset label,
.inquiry #contents form section fieldset label {
  font-size: 1rem;
}
.inquiry #contents form div.formBox fieldset p, .inquiry #contents form div.formBox fieldset ul, .inquiry #contents form div.formBox fieldset ol,
.inquiry #contents form section fieldset p,
.inquiry #contents form section fieldset ul,
.inquiry #contents form section fieldset ol {
  margin: 0;
}
.inquiry #contents form div.formBox fieldset p li, .inquiry #contents form div.formBox fieldset ul li, .inquiry #contents form div.formBox fieldset ol li,
.inquiry #contents form section fieldset p li,
.inquiry #contents form section fieldset ul li,
.inquiry #contents form section fieldset ol li {
  margin: 0 0 20px;
}
.inquiry #contents form div.formBox fieldset + fieldset,
.inquiry #contents form section fieldset + fieldset {
  margin-top: 30px;
}
.inquiry #contents form div.formBox label,
.inquiry #contents form section label {
  padding: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
.inquiry #contents form div.formBox body#confirm label, body#confirm .inquiry #contents form div.formBox label, .inquiry #contents form section body#confirm label, body#confirm .inquiry #contents form section label {
  margin: 0;
}

.inquiry #contents form div.formBox label span.txtNotes,
.inquiry #contents form section label span.txtNotes {
  margin: 0 0 0 5px;
  font-size: 0.875rem;
  font-weight: 400;
}
.inquiry #contents form #toEntry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.inquiry #contents form #toEntry button[value*=confirm], .inquiry #contents form #toEntry button[value*=send] {
  width: 100%;
}
.inquiry #contents form #toEntry li {
  margin: 0;
  width: 100%;
}
.inquiry #contents form #toEntry li:has(button[value*=back]) {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.inquiry #contents form #toEntry li:has(button[value*=back]) button {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: auto;
}
.inquiry #contents form #toEntry li:has(button[value*=back]) button:after {
  display: none;
}
.inquiry #contents form #toEntry li button {
  margin: 0 auto;
}
.inquiry #contents form #toEntry li button[value*=back] {
  margin-top: 20px;
  background: rgba(238, 238, 238, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  background: none;
  padding: 0 0 0 20px;
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.inquiry #contents form #toEntry li button[value*=back]:hover {
  text-decoration: none;
}
.inquiry #contents form #toEntry li button[value*=back]:before {
  right: auto;
  left: 5px;
}

/* ----------------------------------------------------------
 Privacy
-----------------------------------------------------------*/
.privacy {
  /* ----------------------------------------------------------
   Privacy Index
  -----------------------------------------------------------*/
}
.privacy #contents #categoryTitle {
  margin-bottom: 50px;
}
.privacy#priIndex #primary {
  padding-left: 30px;
}
.privacy#priIndex #primary h3 {
  margin-left: -30px;
}
.privacy#priIndex #primary ol {
  margin-top: 2rem;
}
.privacy#priIndex #primary ol li {
  margin-bottom: 0.65rem;
}
.privacy#priIndex #primary ol li ol {
  margin-top: 0.75rem;
}
.privacy#priIndex #primary section {
  margin-top: 60px;
}
.privacy#priIndex #primary section h4 {
  margin: 0 0 15px -30px;
}
.privacy#priIndex #primary section p.txtCenter {
  margin-top: 50px;
}

/* ----------------------------------------------------------
 Privacy
-----------------------------------------------------------*/
.cookie {
  /* ----------------------------------------------------------
   Privacy Index
  -----------------------------------------------------------*/
}
.cookie #contents #categoryTitle {
  margin-bottom: 50px;
}
.cookie#priIndex #primary h4 {
  margin: 0 0 15px;
}

/* ----------------------------------------------------------
 Sitemap
-----------------------------------------------------------*/
.sitemap {
  /* ----------------------------------------------------------
   Sitemap Index
  -----------------------------------------------------------*/
}
.sitemap #contents #categoryTitle {
  margin-bottom: 50px;
}
.sitemap#sitIndex #primary {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap#sitIndex #primary dl {
  width: 580px;
  margin: 0;
}
.sitemap#sitIndex #primary dl dt {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.sitemap#sitIndex #primary dl dt a {
  padding: 10px 5px;
  display: inline-block;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
}
.sitemap#sitIndex #primary dl dt + dd {
  margin-top: 15px;
}
.sitemap#sitIndex #primary dl dd {
  position: relative;
  padding: 5px 0 5px 20px;
}
.sitemap#sitIndex #primary dl dd:before {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #bbc3cc;
  border-right: 2px solid #bbc3cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sitemap#sitIndex #primary dl dd + dt {
  margin-top: 20px;
}
.sitemap#sitIndex #primary dl dd a {
  color: rgb(0, 0, 0);
}

/* ----------------------------------------------------------
 Error
-----------------------------------------------------------*/
.error {
  /* ----------------------------------------------------------
   Error Index
  -----------------------------------------------------------*/
}
.error #contents #categoryTitle {
  margin-bottom: 50px;
}
.error#errIndex #primary {
  padding-bottom: 60px;
}
.error#errIndex #primary h3 {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.error#errIndex #primary h4 {
  margin: 0 0 50px;
  text-align: center;
}
.error#errIndex #primary h4:before, .error#errIndex #primary h4:after {
  display: none;
}

/* ----------------------------------------------------------
 About
-----------------------------------------------------------*/
.about {
  /* ----------------------------------------------------------
   Privacy Index
  -----------------------------------------------------------*/
}
.about#aboIndex #primary h4 {
  margin: 0 0 30px;
  font-size: 1.75rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  line-height: 1.7;
}
.about#aboIndex #primary h4:before, .about#aboIndex #primary h4:after {
  display: none;
}
.about#aboIndex #primary figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 0;
}
.about#aboIndex #primary figure img {
  margin: 0;
  border-radius: 0;
}
.about#aboIndex #primary figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 20px 8px 20px;
  color: #fff;
  color: #000;
  text-align: left;
  background: #003264;
  background: #fff;
  border-radius: 0 10px 0 0;
}
.about#aboIndex #primary #establishedSec {
  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;
}
.about#aboIndex #primary #establishedSec #infoEstablished {
  width: 600px;
  margin: 0 0 0 auto;
  padding: 0 75px 50px 0;
}
.about#aboIndex #primary #establishedSec #infoEstablished p {
  margin: 0;
  line-height: 2;
}
.about#aboIndex #primary #establishedSec > figure {
  width: 50%;
}
.about#aboIndex #primary #establishedSec > figure figcaption {
  background: #f4f8fa;
}
.about#aboIndex #primary #subsidiarySec {
  margin: -120px 0 0;
  padding: 130px 0 100px;
  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: #f4f8fa;
}
.about#aboIndex #primary #subsidiarySec #infoSubsidiary {
  width: 490px;
  margin: 0 auto 0 0;
  padding: 0 0 0 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about#aboIndex #primary #subsidiarySec #infoSubsidiary h4 {
  font-size: 1.5rem;
}
.about#aboIndex #primary #subsidiarySec #infoSubsidiary p {
  padding: 20px;
  line-height: 1.7;
  background: #fff;
  border: 1px dotted #ccc;
  border-radius: 5px;
}
.about#aboIndex #primary #subsidiarySec > figure {
  width: calc(50% + 110px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about#aboIndex #primary #subsidiarySec > figure figcaption {
  background: #f4f8fa;
}
.about#aboIndex #primary #supportSec {
  padding: 80px 0;
}
.about#aboIndex #primary #supportSec h4 {
  text-align: center;
}
.about#aboIndex #primary #supportSec p {
  line-height: 2;
}
.about#aboIndex #primary #supportSec figure {
  margin: 0 0 25px;
}
/*# sourceMappingURL=main-pc.css.map */