@media print,
screen and (min-width: 960px) {
  #SiteWrap.-fixed #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51, 51, 51, 0.7);
  }
}

@media print,
screen and (min-width: 960px) {
  #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    /* background-color: #fff; */
    -webkit-transition: -webkit-transform .5s ease .2s;
    transition: -webkit-transform .5s ease .2s;
    transition: transform .5s ease .2s;
    transition: transform .5s ease .2s, -webkit-transform .5s ease .2s;
  }
}

@media print,
screen and (min-width: 960px) {
  #SiteWrap__header.-scrollDown {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#SiteWrap__header.-verSimple {
  position: inherit;
  z-index: 100;
}

/* ===== Icon ===== */
.IconBlank,
.IconPdf,
.IconZip,
.IconExcel,
.IconModal,
.IconCorporationLogo,
.IconCorporationLogoCOJP,
.IconGnetwork,
.IconBackArrow,
.IconFooterFacebook,
.IconFooterYouTube,
.IconFooterLinkedIn,
.IconLogoFacebook,
.IconLogoTwitter,
.IconLogoInstagram,
.IconLogoYoutube,
.IconLogoLinkedIn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

.IconCorporationLogo {
  width: 190px;
  height: 42px;
  background: url(../images/logo_kubota.svg) 0 0 no-repeat;
}
@media only screen and (max-width: 959px) {
  .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
}
@media only screen and (max-width: 959px) {
  .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
}
		@media only screen and (max-width: 559px) {
  .IconCorporationLogo {
    width: 50px;
    height: 11px;
  }
		}

/* ===== Header ===== */
#Recruit_Header {
  width: 100%;
  /* border-top: 3px solid #00a8a9; */
  /* border-bottom: 1px solid #dedede; */
  /* background:#eaeaef; */
  background-color:rgba(234,234,239,0.9);
  position: relative;
}

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

/*@media only screen and (max-width: 959px) {
  .Header__inner {
    padding: 22px 15px 23px;
  }
}*/

.HeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 19px 28px 17px;
}

.HeaderLogo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderLogo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 18px;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.company-name {
  width: 265px;
}
.company-name img {
  width: 100%;
}
		@media only screen and (max-width: 559px) {
.HeaderLogo__img {
  display: none;
}
.company-name {
  width: 230px;
}
		}

@media only screen and (max-width: 959px) {
.HeaderLogo {
  padding: 15px;
}
}

@media only screen and (max-width: 559px) {
  .HeaderLogo__text {
    /*margin-left: 12px;*/
    margin-left: 0px;
    /*padding-left: 12px;*/
    padding-left: 0px;
    font-size: 1.2rem;
  }
}

.HeaderLogo__text::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 959px) {
  .HeaderLogo__text::after {
height: 36px;
  }
}
@media only screen and (max-width: 559px) {
  .HeaderLogo__text::after {
content: none;
  }
}
/*
@media only screen and (max-width: 959px) {
  .HeaderUtility.-viewPC {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility.-viewSP {
    display: none;
  }
}
*/


/* ===== Header__Mainmenu ===== */
#Header__Mainmenu {
  position: relative;
  padding-right: 28px;
}

@media only screen and (max-width: 959px) {
  #Header__Mainmenu.-viewPC {
    display: none;
  }
}

#Header__Mainmenu .Header__Mainmenu__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#Header__Mainmenu .Mainmenu__List {
  display: flex;
  gap: 1rem;
  list-style-type: none;
}

#Header__Mainmenu .Mainmenu__item {
  margin: 0;

}

#Header__Mainmenu .Mainmenu__item a {
  padding: 1.5rem 3rem;

  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  background: var(--kblue);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}


#Header__Mainmenu .Mainmenu__item a a:focus,
#Header__Mainmenu .Mainmenu__item a:hover,
#Header__Mainmenu .Mainmenu__item a:focus {
  opacity: .8;
}








/* ===== GNav ===== */
#GNav {
  position: relative;
  background-color: #dedee3;
}

@media only screen and (max-width: 959px) {
  #GNav {
    display: none;
  }
}
.GNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
}

@media print,
screen and (min-width: 960px) {
  .GNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
  }
}

.GNavList__item{
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
}
.GNavList__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-21deg);

}
.GNavList__item.-gnavCurrent:before {
  background: #00a8a9;
}
.GNavList__item.-about.-gnavCurrent:before {
  width: calc(100% + 50px);
  background: #00a8a9;
  left: -50px;

}
.GNavList__item:after {
  content: "";
  width:1px;
  height: 20px;
  background:#FFF;

  position: absolute;
  right:4px;
  bottom:0;
  transform: skewX(-21deg);

}
.GNavList__item.-gnavCurrent:after {
  display: none;
}


/* .GNavList__head {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
} */

@media print,
screen and (min-width: 960px) {
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.GNavList__head:hover,
.GNavList__head:focus {
  cursor: pointer;
  /* opacity: .8; */
}

.GNavList__head.-opened .GNavList__headText {
  color: #008486;
}

.GNavList__head.-opened .GNavLower__headingIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.GNavList__item a .GNavList__headText {
  color: #333;
}
.GNavList__item a .GNavList__headText:hover {
  color: #00a8a9;
}
.GNavList__item.-gnavCurrent a .GNavList__headText,
.GNavList__item.-gnavCurrent a .GNavList__head.-opened .GNavList__headText {
  color: #FFF;
}

.GNavList__item.-gnavCurrent .GNavLower__headingIcon {
  background: url(../images/arrow_gnav_white.svg) 0 0 no-repeat;
}


.GNavList__headText {
  display: block;
  position: relative;
  padding: 14px 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .03em;
  color: #333;
}

.GNavLower__headingIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(../images/arrow_gnav.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease .15s;
  transition: -webkit-transform .2s ease .15s;
  transition: transform .2s ease .15s;
  transition: transform .2s ease .15s, -webkit-transform .2s ease .15s;
}

.GNavList__body {
  display: none;
  position: fixed;
  top: calc(80px + 45px);
  left: 0;
  width: 100%;
  background: #FFF;
  border-top: 5px solid #00a8a9;
  
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.-opened.GNavList__body {
  display: block;
}

.GNavList__body a.-gnavCurrent span {
  color: #999;
}


.GNavList__bodyInner {
  max-width: 1600px;
  margin: 0 auto;
}

.GNavLower a {
  color: #333;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.GNavLower a:hover {
  color: #00a8a9;
}

.GNavLower a.-gnavCurrent a:hover {
  color: #999;
}

.GNavLower__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .03em;
  padding: 3rem 3rem 2rem;
  border-bottom: 1px solid #ccc;
}

.GNavLower__heading a {
  position: relative;
}

.GNavLower__heading a span {
  padding-left: 2rem;
}

.GNavLower__heading a span {
  position: relative;
  display: inline-block;
}

.GNavLower__heading a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #00a8a9;
  border-right: 2px solid #00a8a9;
  transform: rotate(45deg);
}


.GNavLower__body {
  padding: 3rem;
}

/* .GNavLower__bodyItem a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
} */

/* .GNavLower__bodyItem a:hover {
  cursor: pointer;
  opacity: .8;
} */

.GNavLower__item a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
  .GNavLower__item a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    margin: auto 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #398285;
    border-right: 1px solid #398285;
    transform: rotate(45deg);
  }

/* .GNavLower__item a.-gnavCurrent {
  color: #999;
} */

.GNavLower__item a span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}





/*
@media print,
screen and (min-width: 960px) {
  .GNavLower__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
*/

.GNavLower__body ul {
  list-style-type: none;
}

.GNavLower__body.-bottom {
  margin: 28px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.GNavLower__body.-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print,
screen and (min-width: 960px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* @media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print,
screen and (min-width: 960px) {
  .GNavLower__body.-bottom .GNavLower__item {
    margin: 0 40px 0 0;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom .GNavLower__item:first-child {
    margin: 0;
  }
} */

/* @media print,
screen and (min-width: 960px) {
  .GNavLower__body.-products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
} */

@media print,
screen and (min-width: 960px) {
  .GNavLower__body .GNavLower__item {
    margin: 6px 0 0 0;
  }
  .GNavLower__body .GNavLower__item:first-of-type {
    margin: 0;
  }
}

/*
.GNavLower__body .IconBlank {
  margin-left: 8px;
  width: 15px;
  height: 11px;
  background: url(/assets/images/icons/link_blank_green.svg) 0 0 no-repeat;
  background-size: 15px 11px;
}
*/
/* @media print,
screen and (min-width: 960px) {
  .GNavLower__bodyItem {
    width: calc((100% - 24px * 4) / 4);
    margin-left: 24px;
  }

  .-products .GNavLower__bodyItem {
    width: calc((100% - 24px * 6) / 6);
  }
} */

@media only screen and (max-width: 959px) {
  .GNavLower__bodyItem:not(:first-child) {
    margin-top: 20px;
  }
}

@media print,
screen and (min-width: 960px) {
  .GNavLower__bodyItem .GNavLower__item {
    margin-top: 13px;
  }
}



/* ===== Footer ===== */
#Footer {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #008486;
  padding-bottom: 88px;
}

.Footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__inner {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__inner {
    padding: 0 15px;
  }
}

.Footer__upper {
  padding: 46px 0 54px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__upper {
    padding: 19px 0 34px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__upper {
    display: none;
  }
}

.FooterNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

@media only screen and (max-width: 559px) {
  .FooterNav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.FooterNav__item li {
  margin: 10px 20px 0;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .FooterNav__item li {
    margin: 16px 20px 0;
  }
}

.FooterNav__item a {
  display: block;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterNav__item a:hover,
.FooterNav__item a:focus {
  cursor: pointer;
  opacity: .8;
}

.FooterNav__item span {
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: .03em;
}

.Footer__bottom {
  padding: 10px 0 21px;
  border-top: 1px solid #fff;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__bottom {
    padding: 5px 0 21px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__bottom {
    padding: 24px 0 21px;
    border-top: none;
  }
}

#Footer.-verSimple .Footer__bottom {
  border-top: none;
}

.FooterUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

@media only screen and (max-width: 559px) {
  .FooterUtility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.FooterUtility li {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterUtility li:hover,
.FooterUtility li:focus {
  cursor: pointer;
  opacity: .8;
}

@media print,
screen and (min-width: 560px) {
  .FooterUtility li {
    margin: 21px 20px 0;
  }
}

@media only screen and (max-width: 559px) {
  .FooterUtility li:not(:first-child) {
    margin-top: 11px;
  }
}

.FooterUtility span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .03em;
}

.FooterSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-top: 28px;
}

@media only screen and (max-width: 559px) {
  .FooterSns {
    margin-top: 18px;
  }
}

.FooterSns li {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterSns li:not(:first-child) {
  margin-left: 15px;
}

.FooterSns li:not(:last-child) {
  margin-right: 15px;
}

.FooterSns li:hover,
.FooterSns li:focus {
  cursor: pointer;
  opacity: .8;
}

.FooterSitebrand {
  padding-top: 44px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .FooterSitebrand {
    padding-top: 46px;
  }
}

@media only screen and (max-width: 559px) {
  .FooterSitebrand {
    padding-top: 28px;
  }
}

.FooterSitebrand__logo {
  margin: 0;
  /* font-size: 2.2rem; */
  line-height: 1;
}

.FooterSitebrand__copylight {
  margin-top: 18px;
}

.FooterSitebrand__copylight .FooterSitebrand__copylightText {
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.FooterSitebrand__copylight .Js-CopylightYear {
  display: inline-block;
  min-width: 25px;
}


/* ===== SP Gnavi ===== */
html.-hmenuOpened {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#Header.-hmenuFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
}

@media only screen and (max-width: 559px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility.-viewPC {
    display: none;
  }
}

@media print,
screen and (min-width: 960px) {
  .HeaderUtility.-viewSP {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility {
    margin-right: 12px;
  }
}

/* ===== HumburgerMenuButton ===== */

.HumburgerMenuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #666;
  z-index: 100;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.HumburgerMenuButton:hover {
  opacity: .8;
}

.HumburgerMenuButton__icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  margin-left: 12px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.HumburgerMenuButton__icon::before,
.HumburgerMenuButton__icon::after {
  content: "";
}

.HumburgerMenuButton__icon::before {
  top: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.HumburgerMenuButton__icon::after {
  bottom: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.HumburgerMenuButton__iconMiddle {
  top: 8px;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__iconMiddle {
  opacity: 0;
}

.HumburgerMenuButton__icon::before,
.HumburgerMenuButton__icon::after,
.HumburgerMenuButton__iconMiddle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  -webkit-transition: all .4s;
  transition: all .4s;
}



/* ===== HumburgerMenu ===== */
@media print,
screen and (min-width: 960px) {
  #GNavHumburgerMenu {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu {
    display: none;
    position: fixed;
    top: 68px;
    width: 100%;
    height: calc(100vh - 68px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 98;


    padding:30px;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu.-opend {
    position: relative;
    display: block;
  }
}

.GNavHumburgerMenu__inner {
  min-height: 100%;
  background-color: #fff;
}

/*----------------------------*/

.HumburgerMenu_List {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}

.HumburgerMenu_toggle {
  display: none;
}

.HumburgerMenu__item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.HumburgerMenu_title,
.HumburgerMenu__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  position: relative;
}

.HumburgerMenu_title {
  padding: 15px 10px 15px 30px;
  display: block;
  color: #333;
  font-weight: bold;
}


.HumburgerMenu_title::after,
.HumburgerMenu_title::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom:0;
  margin: auto 0;
  width: 2px;
  height: 20px;
  background-color: #00a8a9;
  transition: all 0.3s;
}

.HumburgerMenu_title::after {
  transform: rotate(90deg);
}

.HumburgerMenu__content {
  max-height: 0;
  overflow: hidden;
}

.HumburgerMenu__content p {
  margin: 0;
  padding: 0 128px 32px 128px;
  font-size: 0.9em;
  line-height: 1.5;
}


.HumburgerMenu_toggle:checked+.HumburgerMenu_title+.HumburgerMenu__content {
  max-height: 500px;
  transition: all 1.5s;
}

.HumburgerMenu_toggle:checked+.HumburgerMenu_title::before {
  transform: rotate(90deg) !important;
}

.HumburgerMenu__bodyItem {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; */
  width: 100%;
  vertical-align: bottom;
  padding: 1.2rem 0 1.2rem 3rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .03em;
  border-top: 1px solid #ccc;
  background:#f0f0f0;
  position: relative;
}

.HumburgerMenu__bodyItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #00a8a9;
  border-right: 1px solid #00a8a9;
  transform: rotate(45deg);
}
.HumburgerMenu__bodyItem a {
  width:100%;
  height: 100%;
  
}
.HumburgerMenu__bodyItem span {
  color: #333;
  -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.HumburgerMenu__bodyItem a:hover span {
  color: #00a8a9;
}


.HeaderUtility__list {
  width: 100%;
  margin-top: 3rem;
}
.HeaderUtility__listItem {
  width: 100%;
  margin-top: 1rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  position: relative;
}
.HeaderUtility__listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #00a8a9;
  border-right: 1px solid #00a8a9;
  transform: rotate(45deg);
}
/*-----------------------------*/

