@charset "UTF-8";
/* #mainImg 下層ページ
================================================ */
/*  02_base
================================================ */
/* 02_base
================================================ */
html {
  overflow: auto;
}

body {
  min-width: 320px;
  overflow: hidden;
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 600px) {
  body {
    min-width: 1200px;
    font-size: 1.6rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }

  a.opacity:hover {
    opacity: 0.8;
  }

  a[href^=tel] {
    pointer-events: none;
  }
}
.alpha {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .alpha {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .alpha:hover {
    opacity: 0.7;
  }
}
em,
strong,
span {
  font-weight: inherit;
}

/* pc <--> sp切り替え
-------------------------------------- */
#mediaQuery {
  display: none;
  font-family: "sp";
}

@media screen and (min-width: 600px) {
  #mediaQuery {
    font-family: "pc";
  }
}
@media screen and (max-width: 599px) {
  .viewPc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .viewSp {
    display: none;
  }
}
/* font
-------------------------------------- */
.is_txt_center {
  text-align: center !important;
}

.is_txt_right {
  text-align: right !important;
}

.is_font_oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

/* clearfix
-------------------------------------- */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* layout
-------------------------------------- */
@media screen and (min-width: 600px) {
  #contents {
    position: relative;
  }

  #contents:after {
    content: "";
    display: block;
    clear: both;
  }
}
/*  03_layout
================================================ */
/* #breadcrumb
================================================ */
#breadcrumb {
  position: absolute;
  top: -172px;
  letter-spacing: -0.5em;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  padding: 15px 0;
}

#breadcrumb li {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6);
}

#breadcrumb li + li:before {
  margin-right: 8px;
  content: "/";
}

/*  #cvContact
================================================ */
#cvContact {
  position: relative;
  background: url(../img/home/bg_contact01_sp.png) no-repeat center/cover;
  z-index: 5;
}
#cvContact .inner {
  padding-top: 43px;
  padding-bottom: 50px;
}
#cvContact .head {
  margin-bottom: 23px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
#cvContact .box {
  padding: 35px 15px;
  background: #fff;
}
#cvContact .btn {
  max-width: 310px;
}
#cvContact .btn + .btn {
  margin-top: 15px;
}
#cvContact .btn a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  #cvContact {
    background-image: url(../img/home/bg_contact01_pc.png);
  }
  #cvContact .inner {
    padding-top: 55px;
    padding-bottom: 61px;
  }
  #cvContact .head {
    margin-bottom: 17px;
    font-size: 3.6rem;
  }
  #cvContact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		justify-content: center;
    padding: 60px 70px;
  }
  #cvContact .btn {
    width: calc(50% - 60px);
		margin: 0 30px;
    max-width: 100%;
  }
  #cvContact .btn + .btn {
    margin-top: 0;
  }
	#cvContact .btn:nth-of-type(n+3){
		margin-top: 30px;
	}
  #cvContact .btn a {
    width: 100%;
    padding: 25px 76px 25px 38px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #cvContact .btn a:after {
    right: 39px;
  }
	#cvContact .btn.is-wide {
		width: 48%;
	}
}

/* #pagetop
================================================ */
#pagetop {
  text-align: center;
}

#pagetop a {
  position: relative;
  display: block;
  border-bottom: 2px solid #262626;
  padding: 11px 0;
}

#pagetop a span {
  margin: auto;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}

#pagetop a span:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -6px;
  width: 30px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url(../img/common/ico_arrow01_black.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 600px) {
  #pagetop {
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 110px;
  }

  #pagetop a {
    width: 31px;
    padding: 10px;
    border-bottom: 0;
  }

  #pagetop a span {
    display: none;
  }

  #pagetop a:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* #gFooter
================================================ */
#gFooter {
  position: relative;
  background-color: #fff;
}

#gFooter .inner {
  padding: 30px 20px 25px;
}

#gFooter .areaBnr {
  margin: 0 0 30px;
}

#gFooter .areaBnr .bnr + .bnr {
  margin-top: 15px;
}

#gFooter .linkList {
  margin: 0 -20px;
  border-top: 1px solid #c5c5c5;
}

#gFooter .linkList + .linkList {
  border-top: 0;
}

#gFooter .linkList .itemWrap {
  border-bottom: 1px solid #c5c5c5;
}

#gFooter .linkList .item {
  border-bottom: 1px solid #c5c5c5;
}

#gFooter .linkList .item a {
  position: relative;
  display: block;
  padding: 10px 20px;
}

#gFooter .linkList .item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 10px;
  background: url(../img/common/ico_arrow01_gray02.png) no-repeat center/contain;
}

#gFooter .linkList .item.is_no_border {
  border-bottom: 0;
}

#gFooter .subFtNav {
  position: relative;
  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;
  background: #e4e4e4;
}

#gFooter .subFtNav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 50%;
  -webkit-transform: transalteX(-50%);
  transform: transalteX(-50%);
  background: #c5c5c5;
}

#gFooter .subFtNav.viewPc {
  display: none;
}

#gFooter .subFtNav .subFtItem {
  width: 50%;
  border-bottom: 1px solid #c5c5c5;
}

#gFooter .subFtNav .subFtItem.is_no_border {
  border-bottom: 0;
}

#gFooter .subFtNav .subFtItem a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 15px;
}

#gFooter .subFtNav .subFtItem a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 10px;
  background: url(../img/common/ico_arrow01_gray02.png) no-repeat center/contain;
}

#gFooter .ftLogo {
  margin: 25px auto 0;
  width: 39px;
}

#gFooter .copyright {
  color: #a7a7a7;
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) {
  #gFooter {
    background-color: #f0f0f0;
    position: relative;
  }

  #gFooter .inner {
    padding: 60px 0;
    overflow: hidden;
  }

  #gFooter .areaFtInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #gFooter .areaBnr {
    margin: 0;
  }

  #gFooter .areaBnr .listBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #gFooter .areaBnr .bnr {
    width: 276px;
    margin: 0;
  }

  #gFooter .areaBnr .bnr + .bnr {
    margin: 0 0 0 15px;
  }

  #gFooter .ftLogo {
    margin: 0 20px 0 0;
    width: 170px;
  }

  #gFooter .areaFtMenu {
    float: left;
    padding-left: 60px;
  }

  #gFooter #ftMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #gFooter .linkList {
    min-width: 100px;
    margin: 0;
    padding-right: 40px;
    border: 0;
    font-size: 1.4rem;
    color: #727272;
  }

  #gFooter .linkList:last-of-type {
    padding-right: 0;
  }

  #gFooter .linkList .itemWrap {
    border-bottom: 0;
  }

  #gFooter .linkList .item {
    border-bottom: 0;
  }

  #gFooter .linkList .item a {
    padding: 5px 0;
  }

  #gFooter .linkList .item a:before {
    content: none;
  }

  #gFooter .linkList .item.is_no_border {
    border-bottom: 0;
  }

  #gFooter .subFtNav {
    position: relative;
    display: block;
    background: none;
  }

  #gFooter .subFtNav:before {
    content: none;
  }

  #gFooter .subFtNav.viewPc {
    display: block;
  }

  #gFooter .subFtNav .subFtItem {
    width: 100%;
    border-bottom: 0;
  }

  #gFooter .subFtNav .subFtItem a {
    position: relative;
    display: block;
    padding: 7px 0 5px 10px;
  }

  #gFooter .subFtNav .subFtItem a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: auto;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 4px;
    height: 1px;
    background: #727272;
  }

  #gFooter .copyright {
    clear: both;
    width: 100vw;
    border-top: 1px solid #c5c5c5;
    text-align: center;
    font-size: 1.2rem;
    padding: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) {
  #gFooter .areaBnr {
    margin-right: 65px;
  }
}
/* #gHeader
================================================ */
#gHeader {
  position: relative;
}

#gHeader .hdInfo {
  position: absolute;
  width: 100%;
  padding: 12px 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gHeader .hdInfo .logo {
  width: 124px;
  z-index: 100;
  position: relative;
}

#gHeader .btnGnav {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #262626;
  cursor: pointer;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gHeader .btnGnav span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 19px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gHeader .btnGnav span:nth-child(1) {
  top: 23px;
}

#gHeader .btnGnav span:nth-child(2) {
  top: 29px;
}

#gHeader .btnGnav span:nth-child(3) {
  top: 35px;
}

#gHeader .btnGnav:hover {
  background: #343434;
}

#gHeader .btnGnav.is_active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0px, 10px);
  transform: rotate(45deg) translate(0px, 10px);
}

#gHeader .btnGnav.is_active span:nth-child(2) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

#gHeader .btnGnav.is_active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-1px, -9px);
  transform: rotate(-45deg) translate(-1px, -9px);
}

@media screen and (min-width: 600px) {
  #gHeader {
    background: #262626;
    z-index: 10;
  }

  #gHeader .hdInfo {
    position: absolute;
    top: 10px;
    width: 200px;
    height: 100%;
    padding-top: 0;
  }

  #gHeader .hdInfo .logo {
    padding: 0px 0 0 8px;
    width: 175px;
  }

  #gHeader .btnGnav {
    display: none;
  }
}
/*  #gNav
================================================ */
#gNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  min-height: 600px;
}

#gNav.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#gNav .gNavContent {
  background: #262626;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 599px) {
  #gNav .gNavContent {
    overflow-y: scroll;
  }
}
#gNav .navInner {
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gNav .listLink {
  margin-top: 60px;
  background: #f0f0f0;
  color: #727272;
}

#gNav .listLink .item {
  position: relative;
  border-top: 1px solid #c5c5c5;
}

#gNav .listLink .item a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 35px 15px 20px;
  display: block;
}

#gNav .listLink .item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 10px;
  background: url(../img/common/ico_arrow01_gray02.png) no-repeat center/contain;
}

#gNav .gnavSub {
  position: relative;
  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;
  background: #e4e4e4;
  border-top: 1px solid #c5c5c5;
}

#gNav .gnavSub:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #c5c5c5;
}

#gNav .gnavSub.viewPc {
  display: none;
}

#gNav .gnavSub.viewPc .gnavSubItem a {
  display: none;
}

#gNav .gnavSub .gnavSubItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #c5c5c5;
}

#gNav .gnavSub .gnavSubItem:last-child,
#gNav .gnavSub .gnavSubItem:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

#gNav .gnavSub .gnavSubItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gNav .language {
  margin: 25px auto 0;
  overflow: hidden;
  width: 80px;
}

#gNav .language .switch {
  float: left;
  border: 1px solid #fff;
  color: #fff;
}

#gNav .language .switch a {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 1.3rem;
}

#gNav .language .switch.is_lang_active {
  position: relative;
  background-color: #fff;
  color: #9ecb3a;
}

#gNav .close {
  position: relative;
  width: 255px;
  margin: 30px auto 0;
  padding: 15px 30px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

#gNav .close:before,
#gNav .close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #fff;
}

#gNav .close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#gNav .close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 600px) {
  #gNav {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    height: 100%;
    z-index: 10;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    min-height: auto;
  }

  #gNav .gNavContent {
    background: none;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }

  #gNav .navInner {
    position: static;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #gNav .listLink {
    margin-top: 0;
    margin-right: 15px;
    background: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #gNav .listLink .item {
    position: static;
    border-top: 0;
  }

  #gNav .listLink .item a {
    padding: 0;
  }

  #gNav .listLink .item a span {
    display: inline-block;
    padding: 30px 20px 25px;
  }

  #gNav .listLink .item a:before {
    content: none;
  }

  #gNav .listLink .navTxt:hover {
    color: #9ecb3a;
  }

  #gNav .listLink .navTxt.is_current {
    color: #9ecb3a;
  }

  #gNav .listLink .navTxt.is_current span {
    position: relative;
    display: inline-block;
  }

  #gNav .listLink .navTxt.is_current span:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: #9ecb3a;
  }

  #gNav .listLink .navTxt.is_active span {
    position: relative;
  }

  #gNav .listLink .navTxt.is_active span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #9ecb3a transparent;
  }

  #gNav .listLink .navTxt.is_active + .subContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #gNav .subContent {
    display: none;
    position: absolute;
    top: 100%;
    width: 200vw;
    min-width: 1100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0;
    background: #9ecb3a url(../img/common/header/bg_gnav02.png) no-repeat center/1920px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
  }

  #gNav .subContent:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #gNav .subTit {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 250px;
    padding-right: 50px;
    border-right: 1px solid #fff;
    color: #fff;
    z-index: 1;
  }

  #gNav .subTit .en {
    font-size: 3.6rem;
    font-weight: 700;
  }

  #gNav .subTit .ja {
    font-size: 1.6rem;
  }

  #gNav .gnavSub {
    float: right;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(1100px - 250px);
    padding-left: 50px;
    border-top: 0;
    background: none;
    overflow: hidden;
  }

  #gNav .gnavSub:after {
    content: none;
  }

  #gNav .gnavSub .gnavSubItem {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: auto;
    border-bottom: 0;
    z-index: 1;
  }

  #gNav .gnavSub .gnavSubItem:last-child,
#gNav .gnavSub .gnavSubItem:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }

  #gNav .gnavSub .gnavSubItem:nth-child(3n+1) {
    clear: left;
  }

  #gNav .gnavSub .gnavSubItem:nth-child(n+4) {
    margin-top: 20px;
  }

  #gNav .gnavSub .gnavSubItem a {
    display: block;
    position: relative;
    padding-left: 20px;
  }

  #gNav .gnavSub .gnavSubItem a:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 1px;
    background: #fff;
  }

  #gNav .gnavSub.is_img .gnavSubItem {
    width: calc(33.333% - 20px);
    height: 140px;
    float: left;
  }

  #gNav .gnavSub.is_img .gnavSubItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  #gNav .gnavSub.is_img .gnavSubItem:nth-child(3n+2),
#gNav .gnavSub.is_img .gnavSubItem:nth-child(3n+3) {
    margin-left: 20px;
  }

  #gNav .gnavSub.is_img .gnavSubItem a {
    width: 100%;
    height: 100% !important;
    padding-left: 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;
    z-index: 1;
    text-align: center;
  }

  #gNav .gnavSub.is_img .gnavSubItem a:before {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 31px;
    height: 11px;
    background: url(../img/common/ico_arrow01_white.png) no-repeat center/contain;
  }

  #gNav .gnavSub.is_img .gnavSubItem.is_window a:before {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 11px;
    height: 11px;
    background: url(../img/common/ico_window02.png) no-repeat center/contain;
  }

  #gNav .gnavSub.is_img .gnavSubItem.service01 a {
    background: url(../img/common/header/gnav_service01.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.service02 a {
    background: url(../img/common/header/gnav_service02.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.service03 a {
    background: url(../img/common/header/gnav_service03.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.service04 a {
    background: url(../img/common/header/gnav_service04.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.group01 a {
    background: url(../img/common/header/gnav_group01.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.group02 a {
    background: url(../img/common/header/gnav_group02.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.group03 a {
    background: url(../img/common/header/gnav_group03.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.group04 a {
    background: url(../img/common/header/gnav_group04.jpg) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.group05 a {
    background: url(../img/common/header/gnav_group05.jpg) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.recruit01 a {
    background: url(../img/common/header/gnav_recruit01.png) no-repeat center/cover;
  }

  #gNav .gnavSub.is_img .gnavSubItem.recruit02 a {
    background: url(../img/common/header/gnav_recruit02.png) no-repeat center/cover;
  }

  #gNav .language {
    margin: 0;
    overflow: hidden;
    width: 80px;
    padding: 22px 40px 0 0;
  }

  #gNav .language .switch {
    float: left;
    border: 1px solid #fff;
    color: #fff;
  }

  #gNav .language .switch a {
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 1.3rem;
  }

  #gNav .language .switch.is_lang_active {
    position: relative;
    background-color: #fff;
    color: #9ecb3a;
  }
}
/* #mainVisual TOPページ
================================================ */
@-webkit-keyframes mvTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mvTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#mainVisual {
  position: relative;
}

#mainVisual .mv {
  position: relative;
  z-index: -1;
}

#mainVisual .inner {
  position: absolute;
  top: 37.5%;
}

#mainVisual .inner .subTxt {
  color: #fff;
  letter-spacing: 0.4em;
  line-height: 1.2;
}

#mainVisual .inner .subTxt span {
  position: relative;
  opacity: 0;
  top: -30px;
}

#mainVisual .inner .mainEn {
  font-size: 6rem;
  font-weight: bold;
  color: #9ecb3a;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#mainVisual .inner .mainEn span {
  position: relative;
  opacity: 0;
  top: -30px;
}

#mainVisual .inner .mainTit {
  font-size: 1.4rem;
  letter-spacing: 0.23em;
  color: #fff;
}

#mainVisual .inner .mainTit span {
  position: relative;
  opacity: 0;
  top: -30px;
}

#mainVisual .inner .subTxtJp {
  position: relative;
  opacity: 0;
}

@media (max-width: 374px) {
  #mainVisual .inner .subTxt {
    font-size: 1.2rem;
  }

  #mainVisual .inner .mainEn {
    font-size: 5.4rem;
  }

  #mainVisual .inner .mainTit {
    font-size: 1.2rem;
  }
}
#mainVisual.is_active .inner .subTxt span {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mainVisual.is_active .inner .subTxt span:nth-child(1) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(2) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(3) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(5) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(7) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(9) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(11) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(12) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(13) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(14) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

#mainVisual.is_active .inner .subTxt span:nth-child(15) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

#mainVisual.is_active .inner .mainEn span {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mainVisual.is_active .inner .mainEn span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#mainVisual.is_active .inner .mainEn span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

#mainVisual.is_active .inner .mainTit span {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mainVisual.is_active .inner .mainTit span:nth-child(1) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(2) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(3) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(5) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(7) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(9) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(11) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(12) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(13) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(14) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(15) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(16) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(17) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(18) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(19) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(20) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(21) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(23) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(24) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(25) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(26) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(27) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(28) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(29) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(30) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(31) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(32) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(33) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(34) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(35) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(36) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(37) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(38) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(39) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(40) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(41) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(42) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(43) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(44) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(45) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(46) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(47) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(48) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(49) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(50) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(51) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(52) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

#mainVisual.is_active .inner .mainTit span:nth-child(53) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

@media screen and (max-width: 599px) {
  #mainVisual.is-new .inner {
    top: 22%;
  }

  #mainVisual.is-new .inner .mainEn {
    line-height: 1.05;
    margin: 5px 0;
  }
}
#mainVisual.is-new .inner .subTxtJp {
  color: #fff;
  margin-top: 5px;
  line-height: 1.8;
  font-size: 1.2rem;
}

#mainVisual.is-new.is_active .inner .subTxtJp {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

@media screen and (min-width: 600px) {
  #mainVisual {
    padding-top: 610px;
  }

  #mainVisual .inner {
    left: 0;
    right: 0;
    margin: auto;
    top: 160px;
  }

  #mainVisual .inner .subTxt {
    font-size: 2.2rem;
  }

  #mainVisual .inner .mainEn {
    font-size: 15rem;
    line-height: 1.28;
  }

  #mainVisual .inner .mainTit {
    font-size: 2.2rem;
    letter-spacing: 0.4em;
  }

  #mainVisual .logo {
    position: absolute;
    width: 1320px;
    height: 236px;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
  }

  #mainVisual .logo img {
    display: block;
  }

  #mainVisual .movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 710px;
    background: #262626;
  }

  #mainVisual .movie video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 710px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #mainVisual.is-new + #contents .contentsBg {
    z-index: 2;
  }

  _:-ms-lang(x)::-ms-backdrop,
#mainVisual.is-new::before {
    opacity: 0.8;
  }

  #mainVisual.is-new .inner {
    z-index: 2;
  }

  #mainVisual.is-new .inner .subTxtJp {
    margin-top: 12px;
    line-height: 2;
    font-size: 1.6rem;
  }

  #mainVisual.is-new .logo {
    opacity: 0.7;
  }

  #mainVisual.is-new .movie img {
    max-width: none;
    width: 100%;
  }
}
/* #mainImg 下層ページ
================================================ */
#mainImg {
  min-height: 275px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#mainImg .inner {
  padding: 98px 32px 60px;
}

#mainImg .inner .mainEn {
  color: #9ecb3a;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

#mainImg .inner .mainTit {
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.06em;
  font-size: 1.7rem;
}

@media screen and (min-width: 600px) {
  #mainImg {
    max-height: 600px;
  }

  #mainImg .inner {
    padding: 183px 0 300px;
  }

  #mainImg .inner .mainEn {
    font-size: 7rem;
    letter-spacing: 0.02em;
  }

  #mainImg .inner .mainTit {
    padding: 14px 0 0 5px;
    font-size: 2rem;
  }
}
#ir:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #262626 url(../img/ir/mainimg01_sp.png) no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  #ir:before {
    background-image: url(../img/ir/mainimg01_pc.png);
    background-size: 1920px;
    background-position: top center;
  }
}
#inquiry:after,
#contact:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 376px;
  content: "";
}

#inquiry:after {
  background: url(../img/inquiry/mainimg01_sp.png) no-repeat center/cover;
}

#contact:after {
  background: url(../img/contact/mainimg01_sp.png) no-repeat center/cover;
}

@media screen and (min-width: 600px) {
  #inquiry:before,
#contact:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 2768px;
    content: "";
    background: url(../img/inquiry/bg_deco01.png) no-repeat top right/100%;
    z-index: -1;
  }

  #inquiry:after,
#contact:after {
    height: 100%;
    /* background-image: url(../img/inquiry/mainimg01_pc.png);
      background-size: 1920px;
      background-position: top center; */
  }

  #inquiry:after {
    background: url(../img/inquiry/mainimg01_pc.png) no-repeat top center/1920px;
  }

  #contact:after {
    background: url(../img/contact/mainimg01_pc.png) no-repeat top center/1920px;
  }
}
#link #mainImg {
  display: none;
}

/* 文字小 */
#policy #mainImg,
#privacy #mainImg,
#payslip #mainImg,
#contact #mainImg,
#news #mainImg {
  min-height: 233px;
}

#policy #mainImg .inner,
#privacy #mainImg .inner,
#payslip #mainImg .inner,
#contact #mainImg .inner,
#news #mainImg .inner {
  padding-top: 92px;
}

#policy #mainImg .inner .mainEn,
#privacy #mainImg .inner .mainEn,
#payslip #mainImg .inner .mainEn,
#contact #mainImg .inner .mainEn,
#inquiry #mainImg .inner .mainEn,
#news #mainImg .inner .mainEn {
  font-size: 4rem;
  letter-spacing: 0.02em;
}

#policy #mainImg .inner .mainTit,
#privacy #mainImg .inner .mainTit,
#payslip #mainImg .inner .mainTit,
#contact #mainImg .inner .mainTit,
#news #mainImg .inner .mainTit {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 600px) {
  #policy #mainImg .inner,
  #privacy #mainImg .inner,
#payslip #mainImg .inner,
#contact #mainImg .inner,
#news #mainImg .inner {
    padding: 147px 0 292px;
  }

  #inquiry #mainImg {
    position: relative;
  }

  #inquiry #mainImg .inner {
    padding: 87px 0 300px;
  }

  #policy #mainImg .inner .mainEn,
  #privacy #mainImg .inner .mainEn,
#payslip #mainImg .inner .mainEn,
#contact #mainImg .inner .mainEn,
#news #mainImg .inner .mainEn {
    font-size: 6rem;
    letter-spacing: 0.02em;
  }

  #inquiry #mainImg .inner .mainEn {
    font-size: 7rem;
    letter-spacing: 0.02em;
  }

  #policy #mainImg .inner .mainTit,
  #privacy #mainImg .inner .mainTit,
#payslip #mainImg .inner .mainTit,
#contact #mainImg .inner .mainTit,
#news #mainImg .inner .mainTit {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }

  #inquiry #mainImg .inner .mainTit {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.grecaptcha-badge {
  z-index: 999;
}
