@charset "UTF-8";
.gHeaderWrap {
  height: 80px;
}
.skiptranslate + .gHeaderWrap .gHeader {
  top: 40px;
}
.skiptranslate[style*="none"] + .gHeaderWrap .gHeader {
  top: 0;
}
.gHeader {
  background: #00254b;
  color: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
}
.gHeader_inner {
  max-width: none;
  padding: 0;
  padding-right: 50px;
  padding-left: 50px;
}
.gHeader_inner::after {
  display: none;
}
.gHeader_cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gHeader_title > a {
  display: block;
}
.gHeader_title > a::before {
  content: "";
}
.gHeader_title > a::after {
  content: "";
}
.gHeader_title > a > img {
  display: block;
}
.gNav_inner {
  display: flex;
  align-items: center;
}
.gNav_list {
  list-style: none;
  display: flex;
  flex-shrink: 0;
}
.gNav_list > li > a {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 80px;
  text-decoration: none;
  padding: 0 21px;
  background: #00254b;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.gNav_list > li > a.-hasChild::before {
  content: "";
  border: 8px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  right: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.gNav_list > li > a.isShow.-hasChild::before {
  opacity: 1;
}
.gNav_list > li > a::after {
  content: "";
}
.gNav_cList {
  list-style: none;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1, 0);
  transform: translateX(-50%) scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s, 0;
  transition-delay: 0, 0.5s;
}
.gNav_cList::after {
  content: "";
  display: block;
  clear: both;
}
.gNav_cList > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background: #00254b;
  padding: 0 50px;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.gNav_cList > li:last-child > a {
  border-bottom: 0;
}
.gNav_cList > li > a::before {
  content: "";
}
.gNav_cList > li > a::after {
  content: "";
}
.gNav_search {
  margin-left: 16px;
}
.gNav_lang {
  margin-left: 30px;
  min-width: 124px;
  flex-shrink: 0;
}
.gMenuBtn {
  display: none;
}
.gFooter {
  padding: 30px 0 30px;
}
.gFooter_cols {
  display: flex;
  align-items: center;
}
.gFooter_col-no1 {
  margin-right: 39px;
}
.gFooter_title > a {
  display: block;
}
.gFooter_title > a::before {
  content: "";
}
.gFooter_title > a::after {
  content: "";
}
.gFooter_title > a > img {
  display: block;
}
.gFooter_dList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gFooter_dList > dt {
  margin-right: 1.5em;
}
.gFooter_dList > dd {
  margin-right: 1.5em;
}
.gFooter_dList > dd:last-child {
  margin-right: 0;
}
.gFooter_copyright {
  text-align: center;
  margin-top: 40px;
}
.gFooter_copyright > small {
  display: block;
  font-size: 10px;
}
.gPageTop {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: none;
}
.gFootNav {
  background: #f2f2f2;
  padding: 44px 0 57px;
}
.gFootNav_cols {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}
.gFootNav_col {
  flex-grow: 1;
  margin-left: 40px;
}
.gFootNav_col-no1 {
  margin-left: 0;
}
.gFootNav_title {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #00254b;
  font-weight: normal;
  border-bottom: 2px solid #00254b;
  padding-left: 1px;
  padding-bottom: 9px;
  margin-bottom: 13px;
  font-weight: bold;
  text-decoration: none;
}
.gFootNav_list + .gFootNav_title {
  margin-top: 13px;
}
.gFootNav_list {
  list-style: none;
  margin-bottom: 25px;
}
.gFootNav_list:last-of-type {
  margin-bottom: 0;
}
.gFootNav_list::after {
  content: "";
  display: block;
  clear: both;
}
.gFootNav_list > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-left: 20px;
}
.gFootNav_list-side > li > a {
  color: #0032a0;
}
.gFootNav_list > li > a::before {
  content: "";
}
.gFootNav_list > li > a::after {
  content: "";
}
.gFootNav_list > li > a > .icon-arrowRight {
  color: #ddd;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.gFootNav_list > li a .icon-blank {
  top: -1px;
  margin-left: 8px;
}
.gFootNav_headline {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.gFootNav_iCols {
  display: flex;
}
.gFootNav_iCols::after {
  content: "";
  display: block;
  clear: both;
}
.gFootNav_dList {
  list-style: none;
  padding-left: 20px;
  margin-top: 2px;
}
.gFootNav_dList::after {
  content: "";
  display: block;
  clear: both;
}
.gFootNav_dList > dt {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}
.gFootNav_dList > dd > a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-left: 11px;
  text-decoration: none;
}
.gFootNav_dList > dd > a::before {
  content: "";
  display: block;
  border: 4px solid #ddd;
  width: 0;
  height: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gFootNav_dList > dd > a::after {
  content: "";
}
.gFootNav_list-pad > li > a::before {
  content: "";
}
.gFootNav_list-pad > li > a::after {
  content: "";
}
.gBody {
  overflow: hidden;
  margin-bottom: 70px;
}
.gBody-noMargin {
  margin-bottom: 0;
}
.gVisual {
  position: relative;
  z-index: 1;
  background-image: url(/common/img/pt-main-privacy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
}
.gVisual-drug {
  background-image: url(/common/img/pt-main-service-drug@2x.jpg);
}
.gVisual-dye {
  background-image: url(/common/img/pt-main-service-dye@2x.jpg);
}
.gVisual-materials {
  background-image: url(/common/img/pt-main-service-materials@2x.jpg);
}
.gVisual-synthetic-resins {
  background-image: url(/common/img/pt-main-service-synthetic-resins@2x.jpg);
}
.gVisual-paint {
  background-image: url(/common/img/pt-main-service-paint@2x.jpg);
}
.gVisual-company {
  background-image: url(/common/img/pt-main-company@2x.jpg);
}
.gVisual-career {
  background-image: url(/common/img/pt-main-career.jpg);
}
.gVisual-news {
  background-image: url(/common/img/pt-main-news.jpg);
}
.gVisual-products {
  background-image: url(/common/img/pt-main-products.jpg);
}
.gVisual-noMargin {
  margin-bottom: 0;
}
.gVisual::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00254b;
  opacity: 0.6;
}
.gVisual_inner {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.gVisual_title {
  font-size: 35px;
  line-height: 1.2;
  padding: 16px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0;
  min-width: 100px;
  text-align: center;
}
.gVisual_subTitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}
.gPageNav {
  background-color: #e7ebef;
  padding: 20px 0;
}
.gPageNav-top {
  margin-bottom: 100px;
}
.gPageNav_inner {
  max-width: 590px;
  margin: 0 auto;
  padding: 0 10px;
}
.gPageNav_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gPageNav_list::after {
  display: block;
}
.gPageNav_list > li {
  flex: 1;
  margin-left: 20px;
}
.gPageNav_list > li:first-child {
  margin-left: 0;
}
.gPageNav_list > li > a {
  text-decoration: none;
  color: #00254b;
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  transition-property: color, background-color;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 5px;
  word-break: break-all;
}
.p-outline .gPageNav_list > li > a.-outline,
.p-toyama .gPageNav_list > li > a.-outline,
.p-history .gPageNav_list > li > a.-history,
.p-organizer .gPageNav_list > li > a.-organizer,
.p-message .gPageNav_list > li > a.-message {
  background: #00254b;
  color: #fff;
  cursor: default;
}
.gPageNav_list > li > a::before {
  content: "";
}
.gPageNav_list > li > a::after {
  content: "";
}
.gPageNav-bottom {
  margin-top: 100px;
}
.gPankuzu {
  position: relative;
  z-index: 10;
  margin-top: -65px;
  padding: 20px 0;
  color: #fff;
  margin-bottom: 100px;
}
.gPankuzu_oList {
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
}
.gPankuzu_oList::after {
  content: "";
  display: block;
  clear: both;
}
.gPankuzu_oList > li {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.gPankuzu_oList > li::before {
  content: "»";
  margin: 0 4px;
  display: block;
}
.gPankuzu_oList > li:first-child::before {
  display: none;
}
.gPankuzu_oList > li > a {
  text-decoration: none;
  vertical-align: middle;
}
.gPankuzu_oList > li > a::before {
  content: "";
}
.gPankuzu_oList > li > a::after {
  content: "";
}
.gNewsList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gNewsList::after {
  content: "";
  display: block;
  clear: both;
}
.gNewsList-2col > li {
  width: 47.5%;
  margin-left: 5%;
}
.gNewsList-3col > li {
  width: 31.4%;
  margin-left: 2.9%;
}
.gNewsList-2col > li:nth-child(2n + 1) {
  margin-left: 0;
}
.gNewsList-3col > li:nth-child(3n + 1) {
  margin-left: 0;
}
.gNewsList-2col > li:nth-child(n + 3) {
  margin-top: 45px;
}
.gNewsList > li > a {
  display: block;
  text-decoration: none;
}
.gNewsList > li > a::before {
  content: "";
}
.gNewsList > li > a::after {
  content: "";
}
.gNewsList_img {
  padding-bottom: 52.7%;
  background-image: url(/common/img/img-dummy@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
  background-color: #e6ebef;
}
.gNewsList_update {
  margin-bottom: 5px;
  font-size: 13px;
}
.gNewsList_category {
  background: #00254b;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
  min-width: 61px;
  line-height: 25px;
}
.gNewsList_eTitle {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 73px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  background: #ddd;
  min-width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 7px;
  text-decoration: none;
  color: #00254b;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.wp-pagenavi > .current {
  color: #fff;
  background: #00254b;
}
.wp-pagenavi > .extend {
  background: 0;
}
.gMegaMenu {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 80px;
  left: 0;
  color: #333;
  padding: 40px 0 30px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s, 0;
  transition-delay: 0, 0.5s;
}
.-business + .gMegaMenu {
  padding: 30px 0;
}
.gMegaMenu_inner {
  max-width: 700px;
}
.gMegaMenu_cols {
  display: flex;
  justify-content: space-between;
}
.gMegaMenu_col {
  flex-grow: 1;
}
.gMegaMenu_col-no1 {
  margin-right: 40px;
}
.gMegaMenu_list {
  list-style: none;
  margin-bottom: 10px;
}
.gMegaMenu_list > li > a {
  display: block;
  text-decoration: none;
}
.gMegaMenu_list > li > a::before {
  content: "";
}
.gMegaMenu_list > li > a::after {
  content: "";
}
.gMegaMenu_list > li > a > .icon {
  color: #ddd;
  margin-right: 4px;
}
.gMegaMenu_list > li > a > .icon-blank {
  color: inherit;
  margin-left: 8px;
  margin-right: 0;
  top: -1px;
}
.gMegaMenu_iCols {
  display: flex;
  justify-content: space-between;
  padding-left: 1.4em;
}
.gMegaMenu_iCol {
  flex-grow: 1;
}
.gMegaMenu_iCol-no1 {
  margin-right: 40px;
}
.gMegaMenu_headline {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.gMegaMenu_cListWrap {
  display: flex;
}
.gMegaMenu_cList {
  list-style: none;
  min-width: 36%;
}
.gMegaMenu_cList > li > a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-left: 11px;
  text-decoration: none;
}
.gMegaMenu_cList > li > a::before {
  content: "";
  display: block;
  border: 4px solid #ddd;
  width: 0;
  height: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gMegaMenu_cList > li > a::after {
  content: "";
}
.gMegaMenu_cList > li > a .icon-blank {
  top: -1px;
  margin-left: 8px;
}
.gMegaMenu_col-no2 {
  flex-grow: 0.1;
}
.gMegaMenu_cBoxes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
.gMegaMenu_cBox {
  background-color: #fff;
  box-sizing: border-box;
  margin: 3px;
  padding: 5px 5px 2px;
  width: 174px;
}
.gMegaMenu_cBox a {
  display: block;
  text-decoration: none;
}
.gMegaMenu_cBox_image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gMegaMenu_cBox_image::before {
  content: "";
  display: block;
  padding-top: 52.7%;
}
.gMegaMenu_cBox_title {
  color: #00254b;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.sBox_image-no1 {
  background-image: url(/img/pt-service01@2x.jpg);
}
.sBox_image-no2 {
  background-image: url(/img/pt-service02@2x.jpg);
}
.sBox_image-no3 {
  background-image: url(/img/pt-service03@2x.jpg);
}
.sBox_image-no4 {
  background-image: url(/img/pt-service04@2x.jpg);
}
.sBox_image-no5 {
  background-image: url(/img/pt-service05@2x.jpg);
}
.sBox_image-no6 {
  background-image: url(/img/pt-service06@2x.jpg);
}
.sBox_image-no7 {
  background-image: url(/img/pt-service07@2x.jpg);
}
.sBox_image-no11 {
  background-image: url(/img/pt-service11@2x.jpg);
}
.-recruit + .gMegaMenu .gMegaMenu_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.gSearch {
  position: relative;
  width: 100%;
}
.gSearch > label {
  position: relative;
  width: 100%;
}
.gSearch > label > input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 13px 50px 13px 20px;
  background: #fff;
  border: none;
  border-radius: 26px;
  outline: none;
  width: 100%;
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gSearch > label > input:placeholder {
  color: #a3a3a3;
}
.gSearch > button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
}
.gSearch > button > .icon {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.gSearch-small {
  max-width: 150px;
}
.gSearch-small > label > input {
  height: 26px;
  border-radius: 13px;
  font-size: 12px;
  padding: 3px 28px 3px 15px;
}
.gSearch-small > button {
  width: 16px;
  height: 16px;
  right: 7px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
}
.gSearch-small > button > .icon {
  font-size: 16px;
}
.gFootNav_open {
  background: #00254b;
  width: auto;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.gFootNav_open::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  display: block;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  margin-left: 16px;
  position: relative;
  z-index: 1;
  top: -3px;
  transition-duration: 0.3s;
  transition-property: transform, top;
}
.gFootNav_open.isShow::after {
  transform: rotate(225deg);
  top: 3px;
}
.isShow + .gMegaMenu {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0, 0;
}
@media screen and (min-width: 1000px) {
  a:hover + .gMegaMenu {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gMegaMenu:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gMegaMenu_list > li > a:hover {
    text-decoration: underline;
  }
  .gMegaMenu_cList > li > a:hover {
    text-decoration: underline;
  }
  .gPankuzu_oList > li > a:hover {
    text-decoration: underline;
  }
  .wp-pagenavi > a:hover {
    color: #fff;
    background: #00254b;
    opacity: 1;
  }
  .gNav_list > li > a:hover {
    opacity: 1;
    background: #0d395b;
  }
  a:hover + .gNav_cList {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gNav_cList:hover {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gNav_cList > li > a:hover {
    opacity: 1;
    background: #0d395b;
  }
  .gFootNav_list > li > a:hover {
    text-decoration: underline;
  }
  .gFootNav_dList > dd > a:hover {
    text-decoration: underline;
  }
  .gPageNav_list > li > a:hover {
    background-color: #00254b;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  .gHeaderWrap {
    height: 60px;
  }
  .gHeader_inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gHeader_title {
    width: 140px;
  }
  .gNav_list > li > a {
    height: 60px;
    padding: 0 10px;
  }
  .gNav_search {
    display: none;
    margin-left: 0;
  }
  .gNav_lang {
    margin-left: 10px;
  }
  .gFooter_cols {
    display: block;
  }
  .gFooter_col {
    margin: 0;
  }
  .gFooter_title {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .gFooter_dList {
    justify-content: center;
  }
  .gFooter_dList > dt {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .gFooter_dList > dd {
    margin: 0 5px;
    font-size: 12px;
  }
  .gFooter_copyright {
    margin-top: 30px;
  }
  .gFootNav {
    font-size: 13px;
    padding: 35px 0;
  }
  .gFootNav_col {
    margin-left: 20px;
  }
  .gFootNav_col-no1 {
    margin-left: 0;
  }
  .gFootNav_title {
    font-size: 14px;
    border-bottom-width: 1px;
    padding-bottom: 4px;
  }
  .gFootNav_iCols {
    display: block;
  }
  .gBody {
    margin-bottom: 60px;
  }
  .gBody-noMargin {
    margin-bottom: 0;
  }
  .gVisual {
    margin-bottom: 70px;
  }
  .gVisual-noMargin {
    margin-bottom: 0;
  }
  .gVisual_inner {
    height: 300px;
  }
  .gVisual_title {
    font-size: 28px;
    padding: 10px 3px;
  }
  .gVisual_subTitle {
    font-size: 16px;
  }
  .gPageNav-top {
    margin-bottom: 40px;
  }
  .gPageNav-bottom {
    margin-top: 40px;
  }
  .gPankuzu {
    padding: 15px 0;
    margin-top: -55px;
    margin-bottom: 45px;
  }
  .gPankuzu_oList > li {
    font-size: 13px;
  }
  .gNewsList-2col > li {
    width: 49%;
    margin-left: 2%;
  }
  .gNewsList_update {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .gNewsList_category {
    font-size: 12px;
    line-height: 22px;
  }
  .gNewsList_eTitle {
    font-size: inherit;
  }
  .wp-pagenavi {
    margin-top: 50px;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    min-width: 36px;
    line-height: 36px;
    margin: 0 4px;
  }
  .gMegaMenu {
    top: 60px;
  }
  .isShow + .gMegaMenu {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gMegaMenu_cBoxes > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .gMegaMenu_cBoxes > li:nth-child(n + 5) {
    margin-top: 2%;
  }
  .gMegaMenu_cBox {
    width: 23.5%;
    margin: 0;
    margin-left: 2%;
  }
}
@media screen and (max-width: 699px) {
  .gHeaderWrap {
    height: 50px;
  }
  .gHeader_inner {
    padding: 0;
  }
  .gHeader_cols {
    display: block;
  }
  .gHeader_title {
    width: 120px;
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 15px;
  }
  .gNav {
    position: relative;
    z-index: 1;
  }
  .gNav_inner {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #00254b;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.5s, 0;
    transition-delay: 0, 0.5s;
  }
  .isShow .gNav_inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0, 0;
  }
  .gNav_list {
    display: block;
  }
  .gNav_list > li > a {
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 0 30px;
  }
  .gNav_list > li > a.-hasChild::before {
    display: none;
  }
  .gNav_list > li > a.-hasChild::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #fff;
    width: 10px;
    height: 9px;
    transform: rotate(135deg);
    border-bottom: 0;
    border-left: 0;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .gNav_list > li > a.isShow.-hasChild::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .gNav_search {
    display: flex;
    justify-content: center;
    height: 64px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .gNav_lang {
    margin: 0;
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
  }
  .goog-te-combo,
  .goog-te-banner *,
  .goog-te-ftab *,
  .goog-te-menu *,
  .goog-te-menu2 *,
  .goog-te-balloon * {
    font-size: 16px !important;
  }
  .goog-te-gadget {
    color: #fff !important;
  }
  .goog-logo-link,
  .goog-logo-link:link,
  .goog-logo-link:visited,
  .goog-logo-link:hover,
  .goog-logo-link:active {
    color: #fff !important;
  }
  .gMenuBtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
  }
  .gMenuBtn_bar {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition-duration: 0.3s;
    transition-property: transform, top;
    top: 0;
  }
  .gMenuBtn_bar-no2 {
    margin: 6px auto;
  }
  .isShow .gMenuBtn_bar-no1 {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .isShow .gMenuBtn_bar-no2 {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .isShow .gMenuBtn_bar-no3 {
    top: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gFooter {
    padding: 25px 0;
  }
  .gFooter_dList {
    font-size: 12px;
  }
  .gFooter_dList > dd {
    font-size: 11px;
  }
  .gFootNav {
    padding: 0;
  }
  .gFootNav_inner {
    padding: 0;
  }
  .gFootNav_cols {
    display: block;
    padding: 0 10px;
    margin-top: 20px;
    display: none;
    padding-bottom: 30px;
  }
  .isShow + .gFootNav_cols {
    display: block;
  }
  .gFootNav_col {
    margin: 0;
    margin-bottom: 15px;
  }
  .gFootNav_list {
    margin-bottom: 10px;
  }
  .gFootNav_col-no3 {
    margin-bottom: 0;
  }
  .gBody {
    margin-bottom: 45px;
  }
  .gBody-noMargin {
    margin-bottom: 0;
  }
  .gVisual {
    margin-bottom: 25px;
  }
  .gVisual-noMargin {
    margin-bottom: 0;
  }
  .gVisual_inner {
    height: 200px;
  }
  .gVisual_title {
    font-size: 20px;
    padding: 8px 5px;
    min-width: 60px;
  }
  .gVisual_subTitle {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .gPageNav-top {
    margin-bottom: 20px;
  }
  .gPageNav_list > li {
    margin-left: 10px;
  }
  .gPageNav_list > li > a {
    font-size: 13px;
  }
  .gPageNav-bottom {
    margin-top: 20px;
  }
  .gPankuzu {
    padding: 10px 0;
    margin-top: -38px;
    margin-bottom: 25px;
  }
  .gPankuzu_oList > li {
    font-size: 10px;
  }
  .gNewsList {
    display: block;
  }
  .gNewsList > li {
    margin: 10px 0 0;
  }
  .gNewsList-2col > li {
    width: auto;
  }
  .gNewsList-3col > li {
    width: auto;
  }
  .gNewsList-2col > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .gNewsList > li > a {
    position: relative;
    z-index: 1;
    min-height: 66px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .gNewsList_img {
    position: absolute;
    z-index: 1;
    width: 90px;
    top: 0;
    padding-bottom: 66px;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 0;
  }
  .gNewsList_update {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
  }
  .gNewsList_category_wrap,
  .entry_category_wrap {
    line-height: 1.6;
  }
  .gNewsList_category {
    font-size: 10px;
    line-height: 18px;
  }
  .gNewsList_eTitle {
    width: 100%;
    white-space: normal;
    line-height: 1.4;
    font-size: 12px;
  }
  .wp-pagenavi {
    margin-top: 25px;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    font-size: 12px;
    min-width: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .gSearch > label > input {
    height: 42px;
    padding: 10px 42px 10px 20px;
    font-size: 14px;
  }
  .gSearch-small > label > input {
    height: 26px;
    padding: 3px 28px 3px 15px;
    font-size: 12px;
  }
  .gFootNav_open {
    display: flex;
  }
  .gMegaMenu {
    transform: none;
    position: static;
    opacity: 1;
    display: none;
    padding: 0;
    background: #456180;
  }
  .isShow + .gMegaMenu {
    display: block;
  }
  .-business + .gMegaMenu {
    padding: 10px 0;
  }
  .gMegaMenu_cols {
    display: block;
  }
  .gMegaMenu_col {
    margin: 0;
  }
  .gMegaMenu_list {
    margin-bottom: 0;
    margin: 0 -10px;
  }
  .-recruit + .gMegaMenu .gMegaMenu_list {
    display: block;
    width: auto;
  }
  .gMegaMenu_list > li > a {
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
  }
  .gMegaMenu_list > li > a > .icon {
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin: 0;
  }
  .gMegaMenu_list > li > a.is_blank > .icon-arrowRight {
    display: none;
  }
  .gMegaMenu_iCols {
    display: none;
  }
  .gMegaMenu_cBox {
    width: 32%;
  }
  .gMegaMenu_cBoxes > li:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .gMegaMenu_cBoxes > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .gMegaMenu_cBoxes > li:nth-child(n + 4) {
    margin-top: 2%;
  }
  .gMegaMenu_cBox_title {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 5px;
  }
}
