@charset "UTF-8";
/*--- Global CSS---*/
/*!
  "OpenSans" is lisenced under the SIL Open Font License 1.1
  by https://github.com/googlefonts/opensans
*/
/*
$font-14px: 0.7rem;
$font-16px: 0.8rem;
$font-18px: 0.9rem;
$font-20px: 1rem;
$font-24px: 1.2rem;
$font-30px: 1.5rem;
$font-36px: 1.8rem;
$font-50px: 2.5rem;
$font-70px: 3.5rem;
*/
/*---------- 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');
  */
  font-family: "Arial", "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, meiryo, "メイリオ", verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", osaka, sans-serif;
}
html {
  scroll-behavior: smooth;
}

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

body, table {
  color: #666666;
}

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

.txtCaution {
  position: relative;
  color: #ff5500;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}
.txtCaution:before {
  content: "※";
}

/*---------- 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 ----------*/
  /*---------- XLSX 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 !important;
}
a[href*=".xlsx"]:after {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  visibility: visible;
  background: transparent url("/assets/images/icoXlsx.png") no-repeat left center !important;
  background-size: contain !important;
}
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: right;
}
ol.icoDecimal > li ol.icoDecimal-sub {
  counter-reset: number;
}
ol.icoDecimal > li ol.icoDecimal-sub > li {
  position: relative;
  padding: 0 0 0 2rem;
}
ol.icoDecimal > li ol.icoDecimal-sub > li:before {
  position: absolute;
  left: 0;
  width: 1.75rem;
  counter-increment: number;
  content: counter(number) ")";
  text-align: right;
}

/*-----------------------------------------------------------
 Layout
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Button
-----------------------------------------------------------*/
/*---------- btnTxt ----------*/
.btnTxt,
a.btnTxt {
  position: relative;
  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: #fff;
  line-height: 1.2;
  text-decoration: none !important;
  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;
  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: #666666;
  -webkit-box-shadow: inset 0 0 0 2px #ddd;
          box-shadow: inset 0 0 0 2px #ddd;
  background: #fff;
}

/*---------- 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;
  /*&: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;
  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;
}
#contents #primary form h5 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  background: 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
-----------------------------------------------------------*/
/*----------  ----------*/
/* ----------------------------------------------------------
 About > Our Manipulators
-----------------------------------------------------------*/
#manipulators #infoSpec table {
  width: auto;
  font-size: 1rem;
  border: none;
}
#manipulators #infoSpec table caption {
  margin: 0 0 5px;
  padding: 1px 20px;
  display: inline-block;
  color: #fff;
  text-align: left;
  background: #000;
}
#manipulators #infoSpec table tr th {
  padding: 2px 14px 2px 4px;
  vertical-align: top;
  white-space: nowrap;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
#manipulators #infoSpec table tr td {
  padding: 2px 4px 2px 14px;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
#manipulators #infoFeature table {
  width: auto;
  border: none;
}
#manipulators #infoFeature table tr th {
  padding: 8px 14px;
  vertical-align: top;
  white-space: nowrap;
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #ddd;
}
#manipulators #infoFeature table tr td {
  padding: 8px 8px 8px 14px;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* ----------------------------------------------------------
 About > Our Manipulators
-----------------------------------------------------------*/
.products#detail #specSec table {
  line-height: 1.3;
  table-layout: auto;
}
.products#detail #specSec table thead th {
  padding: 10px 10px;
  font-size: 1.125rem;
  background: #333;
  border: 1px solid #fff;
}
.products#detail #specSec table tbody td {
  padding: 8px 10px;
  text-align: center;
}
.products#detail #specSec table tbody td:nth-last-of-type(1) {
  text-align: left;
}

/* ----------------------------------------------------------
 Case Studies > Our Manipulators
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Fonts
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Animation
-----------------------------------------------------------*/
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;
  }
}
@-webkit-keyframes feedVis-1st {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes feedVis-1st {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes feedVis {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes feedVis {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--- Common CSS---*/
body > input#checkDrawer {
  display: none;
}
body > label#btnDrawer span, body > label#btnDrawer:after, body > label#btnDrawer:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  right: 10px;
  background: white;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body > label#btnDrawer {
  z-index: 3300;
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(224, 249, 242, 0);
  cursor: pointer;
}
body > label#btnDrawer:before {
  top: 36%;
  width: 40px;
}
body > label#btnDrawer:after {
  bottom: 36%;
  width: 20px;
}
body > label#btnDrawer span {
  width: 30px;
}
body > label#bgDrawer {
  z-index: 3100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 162, 203, 0.8)), color-stop(33%, rgba(197, 231, 241, 0.8)), color-stop(66%, rgba(250, 251, 237, 0.8)), to(rgba(251, 204, 222, 0.8)));
  background: linear-gradient(180deg, rgba(194, 162, 203, 0.8), rgba(197, 231, 241, 0.8) 33%, rgba(250, 251, 237, 0.8) 66%, rgba(251, 204, 222, 0.8));
}
body #checkDrawer:checked ~ #btnDrawer {
  background-color: rgb(224, 249, 242);
}
body #checkDrawer:checked ~ #btnDrawer:before {
  top: calc(50% - 1px);
  width: 40px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #666;
}
body #checkDrawer:checked ~ #btnDrawer:after {
  bottom: calc(50% - 1px);
  width: 40px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #666;
}
body #checkDrawer:checked ~ #btnDrawer span {
  display: none;
}
body #drawerNav {
  z-index: 3200;
  position: fixed;
  top: 0;
  left: 100%;
  width: 80%;
  height: 100%;
  background: white;
  -webkit-transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  overscroll-behavior-y: none;
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  body #drawerNav {
    width: 90%;
    min-width: 360px;
    display: block;
  }
}
body #drawerNav .drawerCnt {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  body #drawerNav .drawerCnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
body #drawerNav .drawerCnt a {
  color: #000;
}
body #drawerNav .drawerCnt p#cName {
  position: sticky;
  top: 10px;
  width: calc(45% - 80px);
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent url("/images/phDrawer.webp") no-repeat center center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  margin: 0 1px 0 0;
  color: white;
}
@media screen and (max-width: 1200px) {
  body #drawerNav .drawerCnt p#cName {
    width: 100%;
    height: 300px;
    margin: 0;
    border-radius: 10px 0 0 0;
    position: relative;
  }
}
body #drawerNav .drawerCnt p#cName:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(90deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(90deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  mix-blend-mode: soft-light;
}
body #drawerNav .drawerCnt #drawerList {
  width: 50%;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  body #drawerNav .drawerCnt #drawerList {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  body #drawerNav .drawerCnt #drawerList {
    padding: 0;
  }
}
body #drawerNav .drawerCnt #drawerList ul {
  border-right: 1px solid white;
  background: -webkit-gradient(linear, left top, right top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(90deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(90deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
}
body #drawerNav .drawerCnt #drawerList ul li {
  border-bottom: 1px solid #ddd;
}
body #drawerNav .drawerCnt #drawerList 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;
  background: white;
}
body #drawerNav .drawerCnt #drawerList ul li a:hover {
  background: rgba(255, 255, 255, 0);
}
body #checkDrawer:checked ~ #drawerNav {
  left: 30%;
}
@media screen and (max-width: 1200px) {
  body #checkDrawer:checked ~ #drawerNav {
    left: 10%;
  }
}
body #checkDrawer:checked ~ #bgDrawer {
  display: block;
}

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

/*------ Site Set (default) ------*/
body, table {
  font-family: "Arial", "Open Sans", "游ゴシック 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: #666666;
  pointer-events: none;
}

.spOnly {
  display: none;
}

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

/* ----------------------------------------------------------
 List
-----------------------------------------------------------*/
.listDef li a {
  position: relative;
  padding: 10px 10px 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(242, 242, 242, 0);
  border-radius: 5px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.listDef li a:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 5px solid #ccc;
  border-right: 5px solid #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.listDef li a:hover {
  background: #f2f2f2;
  text-decoration: none;
}

/* ----------------------------------------------------------
 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;
}
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
-----------------------------------------------------------*/
a.btnDef, a.btnDef-sub1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 80px;
  border-radius: 30px 5px 30px 5px;
  background: rgb(224, 249, 242);
  font-size: 1.25rem;
  color: #666666;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
a.btnDef:before, a.btnDef-sub1:before {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #666;
  border-right: 5px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
a.btnDef:hover, a.btnDef-sub1:hover {
  width: 300px;
  padding-right: 50px;
  text-decoration: none;
  background: #cbfaed;
}
a.btnDef:hover:before, a.btnDef-sub1:hover:before {
  right: 30px;
  opacity: 1;
}

a.btnDef-sub1 {
  display: inline-block;
  padding: 0 50px 0 30px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: #eee;
  text-align: center;
}
a.btnDef-sub1:before {
  border-color: white;
  right: 30px;
  opacity: 1;
  width: 15px;
  height: 15px;
}
a.btnDef-sub1:hover {
  width: auto;
  padding: 0 60px 0 30px;
  text-decoration: none;
  background: #ddd;
}
a.btnDef-sub1:hover:before {
  right: 20px;
}

/* ----------------------------------------------------------
 Google Map
-----------------------------------------------------------*/
/* ----------------------------------------------------------
 Scroll Contents
-----------------------------------------------------------*/
.btnZoom {
  display: none;
}

/* ----------------------------------------------------------
 Table
-----------------------------------------------------------*/
/*---------- Description List Type ----------*/
table.defStyle {
  line-height: 1.3;
  white-space: normal;
  border: none;
  border: 10px solid #eee;
  border-collapse: separate;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
}
table.defStyle > tbody > tr > th, table.defStyle > tbody > tr > td {
  background: transparent;
  border: none;
  padding: 20px 10px;
}
table.defStyle > tbody > tr > th {
  color: #666;
  background: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  white-space: nowrap;
}
table.defStyle > tbody > tr > td {
  background: white;
}
table.defStyle > tbody > tr > td ol {
  margin: 10px 0 10px 1.5em;
}
table.defStyle > tbody > tr > td ol li {
  list-style-type: decimal;
  padding: 5px 0;
}
table.defStyle > tbody > tr > td ul li {
  padding: 10px 0;
}
table.defStyle > tbody > tr > td ul li:before {
  content: "-";
  margin-right: 10px;
}

/* ----------------------------------------------------------
 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
-----------------------------------------------------------*/
/* footer Set */
html, body, #wrapper {
  height: 100%;
}

#container {
  height: calc(100% - 80px);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* footer Set */
#wrapper {
  position: relative;
  min-width: 1260px;
  padding: 0 60px 0 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /* } header */
}
#wrapper header {
  position: sticky;
  top: 0;
  height: 80px;
  padding: 0 0 0 20px;
  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;
  background: #fff;
  z-index: 1000;
}
#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.25rem;
  color: #666666;
  text-decoration: none;
}
#wrapper header h1 a img {
  width: 220px;
}
#wrapper header #globalNav {
  margin: 0 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;
}
#wrapper header #globalNav > ul > li > a {
  font-size: 1rem;
  color: #333;
}
#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: #666666;
}
#wrapper header p a img {
  width: 170px;
}
#wrapper #container .cntFrame {
  width: 1200px;
  margin: 0 auto;
}

/* ----------------------------------------------------------
 Contents
-----------------------------------------------------------*/
#contents {
  min-width: 1200px;
  margin: 0;
  /*---------- Category Title ----------*/
  /*---------- Topic Path ----------*/
  /*---------- Article ----------*/
}
#contents.lnSide {
  width: 1200px;
  margin: 0 auto;
}
#contents .section, #contents section {
  padding: 0 0 60px;
}
#contents #categoryTitle {
  background: white;
  height: 200px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: -2;
}
#contents #categoryTitle h2 {
  position: relative;
  font-size: 4.375rem;
  line-height: 3.75rem;
  background: white;
  padding: 30px;
  width: 95%;
  background: -webkit-gradient(linear, left bottom, left top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  color: white;
  border-radius: 5px;
  /*
  display: inline-block;
  background: linear-gradient(0deg,#c2a2cb,#c5e7f1 33%,#fafbed 66%,#fbccde);
  background: -webkit-linear-gradient(0deg,#c2a2cb,#c5e7f1 33%,#fafbed 66%,#fbccde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  /*
  	&:before {
  		top: -5px; left: -5px;
  		border-top: 15px solid rgba(white,.8);
  		border-left: 15px solid rgba(white,.8);
  		border-bottom: 1px solid white;
  		border-right: 1px solid white;
  	}

  	&:after {
  		bottom: -5px; right: -5px;
  		border-bottom: 15px solid rgba(white,.8);
  		border-right: 15px solid rgba(white,.8);
  		border-top: 1px solid white;
  		border-left: 1px solid white;

  	}*/
}
#contents #categoryTitle h2:before, #contents #categoryTitle h2:after {
  /*
  content: "";
  position: absolute;
  display: block;
  width: 100%; height: 100%;
  */
  /*
  border-image: linear-gradient(90deg,#c2a2cb,#c5e7f1 33%,#fafbed 66%,#fbccde);
  border-image-slice: 1;
  */
}
#contents #categoryTitle h2 small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.125rem;
  border: none;
  margin-top: 15px;
}
#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 35px;
  	font-size: 2rem;
  	color: #0d64bc;
  	color: #000;
  	text-align: center;

  	&:first-child ,
  	&.pageTitle   {
  		}

  	}*/
  /* Section Title */
}
#contents #primary.titleUp {
  padding-top: 30px;
}
#contents #primary:cntFrame {
  margin-bottom: 40px;
}
#contents #primary h3, #contents #primary.titleUp h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #666;
  background: #fbdfe4;
  border-radius: 5px;
  /*
  &:before {
  	position: absolute;
  	left: 0; bottom: 5px;
  	width: 100%; height: 1px;
  	display: block;
  	content: "";
  	background: rgba(255,255,255,0.2);
  }*/
}
#contents #primary h4, #contents #primary.titleUp h3 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-bottom: 20px;
  color: #666;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	bottom: 0; left: 0;
  	display: block;
  	width: 100%;
  	height: 10px;
  	background: rgb(255, 252, 200);
  	border-radius: 10px;
  }*/
}
#contents #primary h5, #contents #primary.titleUp h4 {
  font-size: 1.25rem;
  margin: 0 0 15px;
}
#contents #primary h6, #contents #primary.titleUp h5 {
  margin: 0 0 15px;
}
/* ----------------------------------------------------------
 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: #666666;
}
#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: 50px 0;
  font-size: 1rem;
  background: white url("/images/footer-2.webp") no-repeat right bottom;
  /*p#copyright {
  	padding: 15px 0 0;
  	text-align: center;
  	border-top: 1px solid #eee;
  	}*/
}
footer a {
  color: #666666;
}
footer #footCnt {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer #footCnt dl {
  width: 100%;
  margin: 100px 0 100px;
}
footer #footCnt dl dt {
  margin: 0 0 15px;
  font-size: 1.5rem;
}
footer #footCnt dl dd {
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 1.125rem;
}
footer #footCnt dl dd.telNum {
  padding: 0 0 0 20px;
}
footer #footCnt dl dd.telNum:before {
  content: "TEL :";
  margin-right: 10px;
}
footer #footCnt ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer #footCnt ul li {
  margin: 0;
}
footer #footCnt ul li a {
  padding: 0 20px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
}
footer #footCnt ul li.footSub {
  position: relative;
  padding: 0;
}
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 {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100vh;
  min-height: 570px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(#c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer #footNav #copyright {
  position: absolute;
  top: 80px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: calc(100vh - 80px - 60px);
  min-height: 430px;
}
footer #footNav #copyright span {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
}
footer #footNav #pageTop {
  position: absolute;
  bottom: 0;
  margin: 0;
}
footer #footNav #pageTop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60px;
  height: 60px;
  font-size: 0.75rem;
  text-decoration: none;
  /*
  &:before {
  	content: "";
  	display: block;
  	width: 50px; height: 5px;
  	background: blue;
  	transform:  translate(calc(50% + 15px), -50%) rotate(45deg);
  }

  &:after {
  	content: "";
  	display: block;
  	width: 50px; height: 5px;
  	background: green;
  	transform:  translate(calc(-50% - 15px), -50%) rotate(-45deg);
  }
  */
}
footer #footNav #pageTop a:before {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 15px);
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 5px solid white;
  border-right: 5px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
footer #footNav #pageTop a:hover:before {
  top: calc(50% - 20px);
}

/* ----------------------------------------------------------
 Drawer
-----------------------------------------------------------*/
/*---------- Drawer Button ----------*/
#headDrawer {
  position: relative;
  margin: 0;
  display: block;
  width: 60px;
  height: 80px;
}
#headDrawer:before {
  position: absolute;
  left: 50%;
  top: 50%;
  top: calc(50% + 10px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  background: white;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#icoDrawer {
  position: relative;
  width: 60px;
  height: 80px;
  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%;
  height: 2px;
  display: block;
  content: "";
  background: white;
  -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% - 10px);
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  width: 40px;
}
#icoDrawer:after {
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  width: 30px;
}
#headDrawer:hover:before {
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  width: 40px;
}
#headDrawer:hover #icoDrawer:after {
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  width: 40px;
}

/*#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;
					}
				}
			}
		}
}*/
/*--- Category ---*/
/* ----------------------------------------------------------
 Home
-----------------------------------------------------------*/
#home #contents {
  /* ----------------------------------------------------------
   mainVisual
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   aboutSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   businessSec
  -----------------------------------------------------------*/
  /* ----------------------------------------------------------
   faqSec
  -----------------------------------------------------------*/
}
#home #contents section {
  padding: 80px 0;
}
#home #contents section p.txtDesc {
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
#home #contents #mainVisual {
  position: relative;
  width: calc(100% - 130px);
  min-width: 1200px;
  height: 1000px;
  margin: 0 0 0 130px;
  padding: 830px 0 0 30px;
}
#home #contents #mainVisual ul {
  margin: 0;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  display: block;
  height: 800px;
  border-radius: 10px 0 0 10px;
  width: calc(100% - 230px);
  background: white;
}
#home #contents #mainVisual ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  opacity: 0;
  -webkit-animation: feedVis 24s infinite;
          animation: feedVis 24s infinite;
}
#home #contents #mainVisual ul li#mv-1 {
  -webkit-animation: feedVis-1st 24s infinite;
          animation: feedVis-1st 24s infinite;
  background: transparent url("/images/mainVisual-1.webp") no-repeat right bottom;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#home #contents #mainVisual ul li#mv-2 {
  background: transparent url("/images/mainVisual-2.webp") no-repeat right bottom;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
#home #contents #mainVisual ul li#mv-3 {
  background: transparent url("/images/mainVisual-3.webp") no-repeat right bottom;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
#home #contents #mainVisual:after {
  content: "";
  position: absolute;
  display: block;
  height: 800px;
  border-radius: 5px 0 0 5px;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(242, 242, 242);
}
#home #contents #mainVisual p#txtCopy {
  z-index: 30;
  position: absolute;
  top: 250px;
  left: -60px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: rgb(50, 50, 50);
  font-size: 3.5vw;
}
@media screen and (max-width: 1425px) {
  #home #contents #mainVisual p#txtCopy {
    font-size: 3.125rem;
  }
}
#home #contents #mainVisual p#newsList {
  z-index: 20;
  position: relative;
}
#home #contents #mainVisual p#newsList a.btnDef-sub1 {
  height: 50px;
  line-height: 50px;
  background: white;
}
#home #contents #mainVisual p#newsList a.btnDef-sub1:before {
  border-color: #aaa;
}
#home #contents #mainVisual dl {
  z-index: 40;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home #contents #mainVisual dl dt, #home #contents #mainVisual dl dd {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
#home #contents #mainVisual dl dt {
  display: block;
  width: 120px;
}
#home #contents #mainVisual dl dd {
  display: block;
  width: calc(100% - 120px);
}
#home #contents #aboutSec h2 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 6.25rem;
  margin-bottom: 50px;
}
#home #contents #aboutSec h2 small {
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  color: #666666;
  -webkit-text-fill-color: #666666;
  line-height: 1.25rem;
}
#home #contents #aboutSec .txtDesc {
  font-size: 1.125rem !important;
}
#home #contents #businessWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 80px;
  padding: 80px 0;
  background: repeating-linear-gradient(135deg, #f8f8f8, #f8f8f8 20px, #fff 20px, #fff 40px);
}
#home #contents #businessWrap > section {
  position: relative;
  width: calc(50% - 30px);
  max-width: 580px;
  padding: 220px 0 30px 0;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 12px 12px 2px 1px rgba(102, 102, 102, 0.2);
          box-shadow: 12px 12px 2px 1px rgba(102, 102, 102, 0.2);
}
#home #contents #businessWrap > section h2 {
  z-index: 100;
  position: relative;
  width: 415px;
  padding: 50px 0 10px 20px;
  border-radius: 0 10px 0 0;
  background: white;
  font-size: 1.875rem;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.16em;
}
#home #contents #businessWrap > section p {
  margin: 0;
}
#home #contents #businessWrap > section p.txtDesc {
  padding-left: 20px;
  font-size: 1.125rem !important;
  margin-bottom: 30px;
}
#home #contents #businessWrap > section p a.btnDef {
  margin: 0 auto;
}
#home #contents #businessWrap > section:before, #home #contents #businessWrap > section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 290px;
  border-radius: 10px 10px 0 0;
}
#home #contents #businessWrap > section:after {
  font-weight: bold;
  font-size: 3.125rem;
  color: white;
  /*
  			color: chocolate;
  background: linear-gradient(0deg,#c2a2cb,#c5e7f1 33%,#fafbed 66%,#fbccde);
  background: -webkit-linear-gradient(0deg,#c2a2cb,#c5e7f1 33%,#fafbed 66%,#fbccde);
  mix-blend-mode: hard-light;
  opacity: .8;
  */
}
#home #contents #businessWrap > section#scholarshipSec {
  margin-right: 40px;
}
#home #contents #businessWrap > section#scholarshipSec:before {
  background: transparent url("/images/bgScholarship.webp") no-repeat center top;
  background-size: cover;
}
#home #contents #businessWrap > section#scholarshipSec:after {
  content: "SCHOLARSHIP";
}
#home #contents #businessWrap > section#subsidySec:before {
  background: transparent url("/images/bgSubsidy.webp") no-repeat center top;
  background-size: cover;
}
#home #contents #businessWrap > section#subsidySec:after {
  content: "RESEARCH GRANT";
}
#home #contents #faqSec {
  margin: 0 auto;
  padding: 1px 0 80px;
}
#home #contents #faqSec h2 {
  position: relative;
  background: #fffcc8;
  padding: 0 0 50px calc(50% - 600px);
  font-size: 6.25rem;
  line-height: 6.25rem;
  color: #666;
  margin-bottom: 60px;
}
#home #contents #faqSec h2 small {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: white;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: normal;
  padding: 0 0 0 calc(50% - 600px);
  color: #333;
}
#home #contents #faqSec dl {
  margin-bottom: 60px;
}
#home #contents #faqSec dl dt {
  font-size: 1.25rem;
  line-height: 3.75rem;
}
#home #contents #faqSec dl dt:before {
  content: "Q";
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #666;
  font-weight: bold;
}
#home #contents #faqSec dl dd {
  position: relative;
  width: 100%;
  padding: 30px 30px 30px 100px;
  background: #fbdfe4;
  border-radius: 10px;
  font-size: 1.125rem;
}
#home #contents #faqSec dl dd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: white;
  font-weight: bold;
  font-size: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100%;
}
#home #contents #faqSec dl dd p {
  padding: 5px 0;
}
#home #contents #faqSec dl dd ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
  padding: 5px 0;
}
#home #contents #faqSec a.btnDef {
  margin: 0 auto;
}

/* ----------------------------------------------------------
 Sitemap
-----------------------------------------------------------*/
#faq #primary dl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	bottom: 0; left: 0;
  	display: block;
  	width: 100%;
  	height: 10px;
  	background: rgb(255, 252, 200);
  	border-radius: 10px;
  }
  */
}
#faq #primary dl:last-of-type {
  margin-bottom: 0;
  /*
  &:before {
  	display: none;
  }
  */
}
#faq #primary dl dt {
  font-size: 1.25rem;
  line-height: 3.75rem;
}
#faq #primary dl dt:before {
  content: "Q";
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #666;
  font-weight: bold;
}
#faq #primary dl dd {
  position: relative;
  width: 100%;
  padding: 30px 30px 30px 100px;
  background: #fbdfe4;
  border-radius: 10px;
}
#faq #primary dl dd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: white;
  font-weight: bold;
  font-size: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100%;
}
#faq #primary dl dd p {
  padding: 5px 0;
}
#faq #primary dl dd ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
  padding: 5px 0;
}

/* ----------------------------------------------------------
 News
-----------------------------------------------------------*/
.news #primary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news #primary dl dt, .news #primary dl dd {
  padding: 20px 15px;
}
.news #primary dl dt {
  width: 150px;
}
.news #primary dl dd {
  position: relative;
  width: calc(100% - 150px);
}
.news #primary dl dd:before {
  content: "";
  display: block;
  width: calc(100% + 150px);
  height: 5px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: -150px;
}
.news.newsDetail #primary .newsDate {
  text-align: right;
  color: #666;
}
.news.newsDetail #primary a.btnDef {
  margin: 0 auto;
}
.news.newsDetail #primary .cntBox {
  margin: 0 0 50px 50px;
  line-height: 2.25rem;
  /*
  a.btnDef {
  	margin: 30px 0;
  	display: inline-block;
  	padding: 0 50px 0 30px;
  	width: auto;
  	height: 60px;
  	line-height: 60px;
  	background: #eee;
  	text-align: center;

  	&:before {
  		border-color: white;
  			right: 30px;
  			opacity: 1;
  			width: 15px; height: 15px;
  	}

  	&:hover {
  		padding: 0 60px 0 30px;
  		text-decoration: none;
  		background: #ddd;

  		&:before {
  			right: 20px;
  		}
  	}
  }
  */
}
.news.newsDetail #primary .cntBox a.btnDef-sub1 {
  margin: 30px 0;
}

/* ----------------------------------------------------------
 About
-----------------------------------------------------------*/
#about #primary div > dl#outlineBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about #primary div > dl#outlineBox > dt, #about #primary div > dl#outlineBox > dd {
  margin-bottom: 10px;
  padding: 20px;
}
#about #primary div > dl#outlineBox > dt {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
}
#about #primary div > dl#outlineBox > dd {
  width: calc(100% - 150px);
}
#about #primary div > dl#outlineBox > dd ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
  padding: 5px 0;
}
#about #primary div > dl#outlineBox > dd p {
  line-height: 2.25rem;
}
#about #primary div > dl#outlineBox > dd dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about #primary div > dl#outlineBox > dd dl:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7em;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #c2a2cb;
}
#about #primary div > dl#outlineBox > dd dl dt {
  position: relative;
  width: calc(150px + 8em);
  padding: 10px 0 10px 8em;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	bottom: 0; left: calc(7em + 5px);
  	display: block;
  	width: calc(100% - 7em - 5px);
  	height: 1px;
  	background: #ccc;
  }
  &:last-of-type:before {
  	display: none;
  }*/
}
#about #primary div > dl#outlineBox > dd dl dd {
  position: relative;
  width: calc(100% - 150px - 8em);
  padding: 10px 0;
}
#about #primary div > dl#outlineBox > dd dl dd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -150px;
  display: block;
  width: calc(100% + 150px);
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
}
#about #primary div > dl#outlineBox > dd dl dd:last-of-type:before {
  display: none;
}

/* ----------------------------------------------------------
 Scholarship
-----------------------------------------------------------*/
#scholarship #primary > section {
  padding: 60px 0;
}
#scholarship #primary > section .cntFrame > table > tbody > tr > th {
  width: 180px;
}
#scholarship #primary > section:nth-of-type(even) {
  background: #f2f2f2;
}
#scholarship #primary > section:nth-of-type(even) table {
  border: 10px solid white;
}
#scholarship #primary > section#overviewSec table td h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
#scholarship #primary > section#overviewSec table td ol {
  margin-top: 5px;
}
#scholarship #primary > section#overviewSec table td ol + h4 {
  margin-top: 15px;
}
#scholarship #primary > section#overviewSec table td ol.noIcon {
  margin: 0;
}
#scholarship #primary > section#overviewSec table td ol.noIcon li {
  list-style: none;
}
#scholarship #primary > section#overviewSec table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#scholarship #primary > section#overviewSec table td dl dt, #scholarship #primary > section#overviewSec table td dl dd {
  padding: 5px 0;
}
#scholarship #primary > section#overviewSec table td dl dt {
  width: 350px;
}
#scholarship #primary > section#overviewSec table td dl dd {
  width: calc(100% - 350px);
}
#scholarship #primary > section#guidelineSec table td h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
#scholarship #primary > section#guidelineSec table td table.sepStyle {
  border: none;
}
#scholarship #primary > section#guidelineSec table td ol {
  margin-top: 5px;
}
#scholarship #primary > section#guidelineSec table td ol + h4 {
  margin-top: 15px;
}
#scholarship #primary > section#guidelineSec table td ol.noIcon {
  margin: 0;
}
#scholarship #primary > section#guidelineSec table td ol.noIcon li {
  list-style: none;
}
#scholarship #primary > section#guidelineSec table td dl {
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
  background: rgb(255, 252, 200);
}
#scholarship #primary > section#selectionSec dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#c2a2cb), color-stop(33%, #c5e7f1), color-stop(66%, #fafbed), to(#fbccde));
  background: linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  background: -webkit-linear-gradient(0deg, #c2a2cb, #c5e7f1 33%, #fafbed 66%, #fbccde);
  border-radius: 5px;
  margin-top: 130px;
}
#scholarship #primary > section#selectionSec dl:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 30px solid rgba(255, 165, 0, 0.5);
  border-bottom: 30px solid rgba(255, 165, 0, 0.8);
  border-radius: 5px;
}
#scholarship #primary > section#selectionSec dl:last-of-type:before {
  display: none;
}
#scholarship #primary > section#selectionSec dl:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  background-image: radial-gradient(#7bded9 20%, transparent 20%), radial-gradient(#7bded9 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
#scholarship #primary > section#selectionSec dl dt {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
#scholarship #primary > section#selectionSec dl dd {
  z-index: 10;
  position: relative;
  width: calc(100% - 300px);
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 0 5px 5px 0;
}
#scholarship #primary > section#selectionSec dl dd:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 165, 0, 0.8);
  border-radius: 0 5px 5px 0;
  background: white;
}
#scholarship #primary > section#selectionSec dl dd h4 {
  padding-bottom: 0;
  margin-bottom: 5px;
}
#scholarship #primary > section#selectionSec dl dd h4:before {
  display: none;
}
#scholarship #primary > section#selectionSec dl:first-of-type {
  margin-top: 50px;
}
#scholarship #primary > section#selectionSec dl:first-of-type dt {
  border-radius: 5px 0 0 0;
}
#scholarship #primary > section#selectionSec dl:last-of-type dt {
  border-radius: 0 0 0 5px;
}

/* ----------------------------------------------------------
 Subsidy
-----------------------------------------------------------*/
#subsidy #primary > section {
  padding: 60px 0;
}
#subsidy #primary > section h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
#subsidy #primary > section p + h4 {
  margin-top: 20px;
}
#subsidy #primary > section ol {
  margin-top: 5px;
}
#subsidy #primary > section ol + h4 {
  margin-top: 20px;
}
#subsidy #primary > section table th {
  width: 140px;
}
#subsidy #primary > section:nth-of-type(even) {
  background: #f2f2f2;
}
#subsidy #primary > section:nth-of-type(even) table {
  border: 10px solid white;
}
#subsidy #primary > section#guidelineSec table td ul.sepLine {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#subsidy #primary > section#guidelineSec table td dl dt {
  margin: 20px 0 10px;
}
#subsidy #primary > section#guidelineSec table td dl dd:before {
  content: "-";
  margin-right: 10px;
}

/* ----------------------------------------------------------
 Privacy
-----------------------------------------------------------*/
/* ----------------------------------------------------------
	 Privacy
-----------------------------------------------------------*/
#privacy #primary ol {
  margin-top: 30px;
}
#privacy #primary ol li {
  list-style: decimal;
  list-style-type: outside;
  margin-left: 1em;
  margin-bottom: 30px;
}
#privacy #primary ol li h3 {
  background: transparent;
  padding: 0;
}

/* ----------------------------------------------------------
 Error
-----------------------------------------------------------*/
#error #primary {
  font-size: 1.5rem;
}
#error #primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  border-top: 1px solid #ccc;
  padding: 70px 0 50px;
}
#error #primary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
}
#error #primary ul li a {
  width: 450px;
}
#error #primary ul li a:hover {
  width: 500px;
}
/*# sourceMappingURL=main-pc.css.map */