@charset "UTF-8";
.gHeaderWrap {
    height: 121px;
}
.gHeaderWrap-home {
    height: 0;
}
.gHeader {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.gHeader-home {
    opacity: 0;
    pointer-events: none;
    transition-duration: .3s;
    transition-property: opacity;
}
.isFixed .gHeader-home {
    opacity: 1;
    pointer-events: auto;
}
.gHeader_inner {
    max-width: 1287px;
    position: static;
}
.gHeader_cols {
    display: flex;
    justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.gHeader_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    height: 80px;
    flex-direction: column;
    justify-content: flex-end;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
    line-height: 1;
}
.gHeader_title > a > b {
    display: block;
    font-weight: inherit;
    font-size: 12px;
    margin-top: 7px;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
    width: 150px;
    height: 31px;
    fill: currentColor;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
    display: flex;
    align-items: center;
}
.gHeader_linkList {
    list-style: none;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-right: 1.8em;
}
.gHeader_linkList > li {}
.gHeader_linkList > li:first-child {}
.gHeader_linkList > li:last-child {}
.gHeader_linkList > li:nth-child(2n+1) {}
.gHeader_linkList > li:nth-child(n+3) {}
.gHeader_linkList > li > a {
    display: block;
    color: inherit;
}
.gHeader_linkList > li > a::before {
    content: "";
}
.gHeader_linkList > li > a::after {
    content: "";
}
.gHeader_dList {
    list-style: none;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}
.gHeader_dList > dt {
    margin-right: 5px;
}
.gHeader_dList > dd {
    width: 50px;
}
.gHeader_dList > dd > button {
    display: block;
    width: 100%;
    height: 21px;
    background-color: #EBE1D5;
    text-decoration: underline;
    font-size: 1.2rem;
    transition-duration: .3s;
    transition-property: background-color, color;
    line-height: 1;
}
.gHeader_dList > dd > button[disabled] {
    background-color: #BF9058;
    color: #fff;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
.gHeader_dList > dd > button::before {
    content: "";
}
.gHeader_dList > dd > button::after {
    content: "";
}
.gHeader_search {
    margin-right: -12px;
    display: flex;
    align-items: center;
}
.gHeader_search_showBtn {
    display: block;
    color: #BF9058;
    height: 21px;
    width: 42px;
}
.gHeader_search_showBtn::before {
    content: "";
}
.gHeader_search_showBtn::after {
    content: "";
}
.gHeader_search_showBtn > .icon {
    display: block;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    font-size: 1.4rem;
}
.gNav {}
.gNav_inner {}
.gNav_list {
    list-style: none;
    display: flex;
    justify-content: center;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: block;
    text-decoration: none;
    color: #653E00;
    font-size: 1.6rem;
    padding: 0 19px;
    line-height: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_list > li > a > b {
    display: flex;
    font-weight: bold;
    height: 41px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 6px;
    border-bottom: 6px solid rgba(255, 255, 255, 0);
    transition-duration: .3s;
    transition-property: color, border-color;
}
.gNav_list > li > a > b > .icon-blank {
    display: none;
}
.gNav_list > li > a > b::after {
    content: "";
    display: block;
    height: 6px;
    background-color: currentColor;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.p-home .gNav_list > li > a.-home,
.p-company .gNav_list > li > a.-company,
.p-service .gNav_list > li > a.-service,
.p-ir .gNav_list > li > a.-ir,
.p-esg .gNav_list > li > a.-esg,
.p-news .gNav_list > li > a.-news,
.p-recruit .gNav_list > li > a.-recruit,
.p-sustainability .gPageNav_list > li > a.-sustainability {
    color: #BF9058;
}
.p-home .gNav_list > li > a.-home > b,
.p-company .gNav_list > li > a.-company > b,
.p-service .gNav_list > li > a.-service > b,
.p-ir .gNav_list > li > a.-ir > b,
.p-esg .gNav_list > li > a.-esg > b,
.p-news .gNav_list > li > a.-news > b,
.p-recruit .gNav_list > li > a.-recruit > b,
.p-sustainability .gNav_list > li > a.-sustainability > b {
    border-color: #BF9058;
}
.gBody {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.gPageNav {
    background-color: #D8AC78;
}
.gPageNav:first-child {
    margin-top: 0;
}
.gPageNav_inner {
    display: flex;
    justify-content: center;
}
.gPageNav_list {
    list-style: none;
    display: flex;
    justify-content: center;
}
.gPageNav_list > li {}
.gPageNav_list > li:first-child {}
.gPageNav_list > li:last-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 10px 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
    text-align: center;
}
.p-company .gPageNav_list > li > a.-company,
.p-outline .gPageNav_list > li > a.-outline,
.p-history .gPageNav_list > li > a.-history {
    color: #653E00;
}
.p-service .gPageNav_list > li > a.-service,
.p-paperboard .gPageNav_list > li > a.-paperboard,
.p-cardboard .gPageNav_list > li > a.-cardboard,
.p-digital .gPageNav_list > li > a.-digital {
    color: #653E00;
}
.p-esg .gPageNav_list > li > a.-esg,
.p-social .gPageNav_list > li > a.-social,
.p-environment .gPageNav_list > li > a.-environment,
.p-governance .gPageNav_list > li > a.-governance {
    color: #653E00;
}
.p-sustainability .gPageNav_list > li > a.-sustainability,
.p-materiality .gPageNav_list > li > a.-materiality,
.p-human_capital .gPageNav_list > li > a.-human,
.p-reduction .gPageNav_list > li > a.-reduction {
    color: #653E00;
}
.gPageNav_list > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
}
.gPageNav_list > li > a::after {
    content: "";
}
.gPageNav_list > li > a.-current {
    color: #653E00;
}
.gPageNav_list-sm > li > a {
    padding: 10px 15px;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gTitle {
    background-image: url(../img/common/bg-title.png);
    color: #fff;
    position: relative;
    z-index: 2;
    background-repeat: repeat;
    background-color: #c6975e;
}
.gTitle_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.gTitle_inner::before {
    content: "";
    height: 70px;
    display: block;
    width: 1px;
}
.gTitle_title {
    font-size: 4.0rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    line-height: 1.2;
    flex-wrap: wrap;
}
.gTitle_title > b {
    display: block;
    font-weight: inherit;
    margin-right: 0.6em;
    text-transform: uppercase;
}
.gTitle_title > small {
    font-size: 62.5%;
    font-weight: bold;
}
.gTitle_title-sustain {
    font-weight: bold;
}
.gTitle_title-sustain::before {}
.gPankuzu {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}
.gVisual + .gPankuzu {
    margin-top: 0;
    color: #555555;
}
.gPankuzu_inner {}
.gPankuzu_oList {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    max-width: calc(100% - 320px);
    margin-left: auto;
}
.gPankuzu_oList > li {
    display: flex;
    align-items: center;
}
.gPankuzu_oList > li::after {
    content: "/";
    display: block;
    margin: 0 4px;
}
.gPankuzu_oList > li:last-child::after {
    display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 40px;
    align-items: center;
}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gFooter {
    padding: 52px 0 60px;
}
.gFooter_inner {}
.gFooter_logo {
    max-width: 120px;
    margin: 0 auto 20px;
}
.gFooter_logo > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_logo > a::before {
    content: "";
}
.gFooter_logo > a::after {
    content: "";
}
.gFooter_logo > a > svg {
    display: block;
    width: 120px;
    height: 25px;
    fill: currentColor;
}
.gFooter_logo > a > svg > title {}
.gFooter_dList {
    list-style: none;
    text-align: center;
}
.gFooter_dList > dt {
    font-weight: bold;
    font-size: 1.6rem;
}
.gFooter_dList > dd {
    font-size: 1.4rem;
}
.gFooter_link {
    max-width: 200px;
    margin: 6px auto 0;
}
.gFooter_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 40px;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
}
.gFooter_link > a::before {
    content: "";
}
.gFooter_link > a::after {
    content: "";
}
.gFooter_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 47px;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    display: block;
    color: inherit;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 10px 10px;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_copyright {
    text-align: center;
    margin-top: 42px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 1.2rem;
    color: #BEBEBE;
}
.gFootNav {
    position: relative;
    z-index: 1;
    padding: 40px 0 42px;
}
.gFootNav::before {
    content: "";
    background-image: url(../img/common/bg-title.png);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-color: #c2935a;
    background-repeat: repeat;
    opacity: 0.1;
}
.gFootNav_inner {
    max-width: 830px;
}
.gFootNav_cols {
    display: flex;
    justify-content: space-between;
}
.gFootNav_col {
    margin-left: 20px;
}
.gFootNav_col-no1 {
    margin-left: 0;
}
.gFootNav_list {
    list-style: none;
}
.gFootNav_list > li {
    margin-top: 7px;
}
.gFootNav_list > li:first-child {
    margin-top: 0;
}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
    content: "";
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_list > li > a > .icon {
    color: #A3A3A3;
    margin-left: 0.3em;
    top: -.1em;
    font-size: 1.4rem;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_col-no2 {}
.gFootNav_cList {
    list-style: none;
    font-size: 1.4rem;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_cList > li > a::before {
    content: "";
}
.gFootNav_cList > li > a::after {
    content: "";
}
.gFootNav_cList > li > a > .icon {
    color: #A3A3A3;
    margin-left: 0.3em;
    top: -.1em;
    font-size: 1.4rem;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gBody_contents {
    margin-top: 85px;
    padding-bottom: 110px;
}
.gBody_contents-noMt {
    margin-top: 0;
}
.gBody_contents-noPb {
    padding-bottom: 0;
}
.gVisual {
    background-image: url(../img/common/pt-main-service@2x.jpg);
    padding: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #d9d0c5;
}
.gVisual-service {
    background-image: url(../img/common/pt-main-service@2x.jpg);
}
.gVisual-paperboard {
    background-image: url(../img/common/pt-main-paperboard@2x.jpg);
    background-color: #c0bbaf;
}
.gVisual-cardboard {
    background-image: url(../img/common/pt-main-cardboard@2x.jpg);
    background-color: #ffb9d1;
}
.gVisual_inner {
    display: flex;
    align-items: center;
}
.gVisual_inner::before {
    content: "";
    height: 260px;
    width: 1px;
    display: block;
}
.gVisual_title {
    font-size: 4rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 157, 12, 0.80);
    color: #fff;
    padding: 10px 50px;
    line-height: 1;
}
.gVisual_title::before {
    content: "";
    height: 110px;
}
.gVisual_title > b {
    font-weight: normal;
    display: block;
    margin-right: 0.3em;
}
.gVisual_title > small {
    font-size: 62.5%;
    display: block;
    font-weight: 500;
}
.gVisEsg {
    background-image: url(../img/common/pt-main-esg@2x.jpg);
    padding: 20px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #afc8dc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gVisEsg::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    top: 0;
    left: 0;
}
.gVisEsg-governance {
    background-image: url(../img/common/pt-main-governance@2x.jpg);
    background-color: #8b8172;
}
.gVisEsg-social {
    background-image: url(../img/common/pt-main-social@2x.jpg);
    background-color: #c4c4c3;
}
.gVisEsg-environment {
    background-image: url(../img/common/pt-main-environment@2x.jpg);
    background-color: #bac0c4;
}
.gVisEsg_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gVisEsg_inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 350px;
}
.gVisEsg_inner-low::before {
    height: 260px;
}
.gVisEsg_title {
    font-size: 4rem;
    line-height: 1.75;
    text-align: center;
}
.gVisSustain {
    background-image: url(../img/common/pt-main-sustainability@2x.jpg);
    padding: 20px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    /* background-color: #afc8dc; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gVisSustain::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    top: 0;
    left: 0;
}
.gVisSustain-materiality {
    background-image: url(../img/common/pt-main-materiality@2x.jpg);
    /* background-color: #8b8172; */
}
.gVisSustain-human {
    background-image: url(../img/common/pt-main-human@2x.jpg);
    /* background-color: #c4c4c3; */
}
.gVisSustain-reduction {
    background-image: url(../img/common/pt-main-reduction@2x.jpg);
    /* background-color: #bac0c4; */
}
.gVisSustain_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gVisSustain_inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 335px;
}
.gVisSustain_inner-low::before {
    height: 260px;
}
.gVisSustain_title {
    font-size: 4rem;
    line-height: 1.75;
    text-align: center;
}
.gMega {
    position: absolute;
    z-index: 1;
    top: 121px;
    width: 100%;
    left: 0;
    background-color: #f9f5ef;
    padding: 26px 0 29px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.13);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
    pointer-events: none;
}
.gMega.isShow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
}
.gMega::before {
    content: "";
    background-image: url(../img/common/bg-title.png);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-color: #c2935a;
    background-repeat: repeat;
    opacity: 0.1;
    display: none;
}
.gMega_inner {}
.gMega_cols {
    display: flex;
    justify-content: center;
}
.gMega_col {}
.gMega_col-no1 {
    margin-right: 30px;
}
.gMega_image {}
.gMega_image > img {}
.gMega_col-no2 {
    display: flex;
}
.gMega_list {
    list-style: none;
    margin-right: 25px;
}
.gMega_list:last-child {
    margin-right: 0;
}
.gMega_list > li {}
.gMega_list > li:first-child {}
.gMega_list > li:last-child {}
.gMega_list > li:nth-child(2n+1) {}
.gMega_list > li:nth-child(n+3) {}
.gMega_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gMega_list > li > a::before {
    content: "";
}
.gMega_list > li > a::after {
    content: "";
}
.gMega_list > li > a > .icon {
    color: #BF9058;
    margin-right: 4px;
    top: -.05em;
}
.gMega_list > li > a > .icon-blank {
    color: #A3A3A3;
    font-size: 1.4rem;
    margin-right: 0;
    margin-left: 4px;
    top: -.1em;
}
.gNav_link {
    display: none;
}
.gNav_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_link > a::before {
    content: "";
}
.gNav_link > a::after {
    content: "";
}
.gNav_link > a > .icon {}
.gNav_linkList {
    display: none;
    list-style: none;
}
.gNav_linkList > li {}
.gNav_linkList > li:first-child {}
.gNav_linkList > li:last-child {}
.gNav_linkList > li:nth-child(2n+1) {}
.gNav_linkList > li:nth-child(n+3) {}
.gNav_linkList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_linkList > li > a::before {
    content: "";
}
.gNav_linkList > li > a::after {
    content: "";
}
.gPager {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2rem;
    color: #555555;
    margin-top: 39px;
}
.gPager > a,
.gPager > span {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    line-height: 1;
}
.gPager > .previouspostslink {}
.gPager > .current {
    color: #BF9058;
}
.gPager > .extend {}
.gPager > .nextpostslink {}
.gSearch_form {
    max-width: 240px;
    overflow: hidden;
    max-width: 0;
    transition-duration: .4s;
    transition-property: max-width, opacity;
    opacity: 0;
}
.gSearch_form.isShow {
    max-width: 240px;
    opacity: 1;
}
.gSearch_form_row {
    display: flex;
    justify-content: space-between;
    width: 240px;
}
.gSearch_form_input {
    width: calc(100% - 55px);
}
.gSearch_form_input > input {
    padding: 2px 10px;
    outline: none;
}
.gSearch_form_btnWrap {
    width: 50px;
}
.gSearch_form_btn {
    display: block;
    height: 100%;
    background-color: #BF9058;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    width: 100%;
    border: 1px solid #BF9058;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSearch_form_btn::before {
    content: "";
}
.gSearch_form_btn::after {
    content: "";
}
@media screen and (min-width:1000px) {
    .gSearch_form_btn:hover {
        color: #BF9058;
        background-color: #fff;
    }
    .gPager > a:hover {
        color: #BF9058;
    }
    .gNav_link > a:hover {}
    .gNav_linkList > li > a:hover {}
    .gHeader_title > a:hover {
        color: #BF9058;
    }
    .gHeader_linkList > li > a:hover {}
    .gHeader_dList > dd > button:hover {
        background-color: #BF9058;
        text-decoration: none;
        color: #fff;
    }
    .gHeader_search_showBtn:hover {}
    .gHeader_search_showBtn:hover > .icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .gNav_list > li > a:hover {
        color: #BF9058;
    }
    .gPageNav_list > li > a:hover {
        color: #653E00;
    }
    .gMenuBtn:hover {}
    .gPankuzu_oList > li > a:hover {
        text-decoration: underline;
    }
    .gFooter_logo > a:hover {
        color: #BF9058;
    }
    .gFooter_link > a:hover {
        background-color: #BF9058;
        border-color: #BF9058;
        color: #fff;
    }
    .gFooter_list > li > a:hover {}
    .gFootNav_list > li > a:hover {
        color: #BF9058;
    }
    .gFootNav_list > li > a:hover > .icon {
        color: #BF9058;
    }
    .gFootNav_cList > li > a:hover {
        color: #BF9058;
    }
    .gFootNav_cList > li > a:hover > .icon {
        color: #BF9058;
    }
    .gMega_list > li > a:hover {
        color: #BF9058;
    }
}
@media screen and (max-width: 999px) {
    .gHeaderWrap {}
    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {}
    .gHeader_title {}
    .gHeader_title > a {
        justify-content: center;
    }
    .gHeader_title > a > b {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {}
    .gHeader_linkList {}
    .gHeader_linkList > li {}
    .gHeader_linkList > li:first-child {}
    .gHeader_linkList > li:last-child {}
    .gHeader_linkList > li:nth-child(2n+1) {}
    .gHeader_linkList > li:nth-child(n+3) {}
    .gHeader_linkList > li > a {}
    .gHeader_linkList > li > a::before {}
    .gHeader_linkList > li > a::after {}
    .gHeader_dList {}
    .gHeader_dList > dt {}
    .gHeader_dList > dd {}
    .gHeader_dList > dd > button {}
    .gHeader_dList > dd > button[disabled] {}
    .gHeader_dList > dd > button::before {}
    .gHeader_dList > dd > button::after {}
    .gHeader_search {}
    .gHeader_search_showBtn {}
    .gHeader_search_showBtn::before {}
    .gHeader_search_showBtn::after {}
    .gHeader_search_showBtn > .icon {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding: 0 10px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {}
    .gNav_list > li > a > b::after {}
    .gBody {}
    .gPageNav {}
    .gPageNav:first-child {}
    .gPageNav_inner {}
    .gPageNav_list {}
    .gPageNav_list > li {}
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:last-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {}
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gPageNav_list-sm > li > a {
        padding: 10px 8px;
    }
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gTitle {}
    .gTitle_inner {}
    .gTitle_inner::before {}
    .gTitle_inner-esg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .gTitle_inner-sustain::before {}
    .gTitle_title {
        font-size: 3.6rem;
    }
    .gTitle_title > b {}
    .gTitle_title > small {}
    .gTitle_title-esg {
        font-size: 3.2rem;
    }
    .gTitle_title-sustain {
        font-size: 3.2rem;
    }
    .gPankuzu {
        font-size: 1.3rem;
    }
    .gVisual + .gPankuzu {}
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li::after {}
    .gPankuzu_oList > li:last-child::after {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_logo {}
    .gFooter_logo > a {}
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > svg {}
    .gFooter_logo > a > svg > title {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_link {}
    .gFooter_link > a {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gFootNav {}
    .gFootNav::before {}
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_col {
        margin-left: 15px;
    }
    .gFootNav_col-no1 {
        margin-left: 0;
    }
    .gFootNav_list {}
    .gFootNav_list > li {
        margin-top: 3px;
    }
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {}
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_list > li > a > .icon {
        font-size: 1.2rem;
    }
    .gFootNav_col-no2 {}
    .gFootNav_cList {
        font-size: 1.3rem;
    }
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {}
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gFootNav_cList > li > a > .icon {
        font-size: 1.2rem;
    }
    .gFootNav_col-no3 {}
    .gFootNav_col-no4 {}
    .gBody_contents {
        padding-bottom: 80px;
        margin-top: 60px;
    }
    .gBody_contents-noMt {
        margin-top: 0;
    }
    .gBody_contents-noPb {
        padding-bottom: 0;
    }
    .gVisual {}
    .gVisual_inner {}
    .gVisual_inner::before {
        height: 200px;
    }
    .gVisual_title {
        padding: 8px 40px;
    }
    .gVisual_title::before {}
    .gVisual_title > b {}
    .gVisual_title > small {}
    .gVisEsg {}
    .gVisEsg::before {}
    .gVisEsg_inner {}
    .gVisEsg_inner::before {
        height: 245px;
    }
    .gVisEsg_inner-low::before {
        height: 182px;
    }
    .gVisEsg_title {
        font-size: 3rem;
    }
    .gVisSustain {}
    .gVisSustain::before {}
    .gVisSustain-materiality {}
    .gVisSustain-human {}
    .gVisSustain-reduction {}
    .gVisSustain_inner {}
    .gVisSustain_inner::before {
        height: 245px;
    }
    .gVisSustain_inner-low::before {
        height: 182px;
    }
    .gVisSustain_title {
        font-size: 3rem;
    }
    .gMega {}
    .gMega.isShow {}
    .gMega::before {}
    .gMega_inner {}
    .gMega_cols {}
    .gMega_col {}
    .gMega_col-no1 {}
    .gMega_image {}
    .gMega_image > img {}
    .gMega_col-no2 {}
    .gMega_list {}
    .gMega_list:last-child {}
    .gMega_list > li {}
    .gMega_list > li:first-child {}
    .gMega_list > li:last-child {}
    .gMega_list > li:nth-child(2n+1) {}
    .gMega_list > li:nth-child(n+3) {}
    .gMega_list > li > a {}
    .gMega_list > li > a::before {}
    .gMega_list > li > a::after {}
    .gMega_list > li > a > .icon {}
    .gMega_list > li > a > .icon-blank {}
    .gNav_link {}
    .gNav_link > a {}
    .gNav_link > a::before {}
    .gNav_link > a::after {}
    .gNav_link > a > .icon {}
    .gNav_linkList {}
    .gNav_linkList > li {}
    .gNav_linkList > li:first-child {}
    .gNav_linkList > li:last-child {}
    .gNav_linkList > li:nth-child(2n+1) {}
    .gNav_linkList > li:nth-child(n+3) {}
    .gNav_linkList > li > a {}
    .gNav_linkList > li > a::before {}
    .gNav_linkList > li > a::after {}
    .gPager {
        font-size: 1.8rem;
    }
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {}
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gSearch_form {}
    .gSearch_form.isShow {}
    .gSearch_form_row {}
    .gSearch_form_input {}
    .gSearch_form_input > input {}
    .gSearch_form_btnWrap {}
    .gSearch_form_btn {}
    .gSearch_form_btn::before {}
    .gSearch_form_btn::after {}
}
@media screen and (max-width: 767px) {
    .gHeaderWrap {
        height: 50px;
    }
    .gHeaderWrap-home {
        height: 0;
    }
    .gHeader {
        background-color: #A07024;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
    }
    .gHeader-home {
        pointer-events: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.0);
        transition-duration: .3s;
        transition-property: background-color, box-shadow;
    }
    .isShow .gHeader-home {
        background-color: #A07024;
    }
    .isFixed .gHeader-home {
        background-color: #A07024;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
    }
    .gHeader_inner {
        padding-left: 20px;
    }
    .gHeader_cols {
        display: block;
    }
    .gHeader_col {
        width: auto;
    }
    .gHeader_col-no1 {}
    .gHeader_title {
        width: 122px;
    }
    .gHeader_title > a {
        height: 50px;
        color: #fff;
    }
    .gHeader_title > a > b {
        display: none;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        width: 122px;
        height: 26px;
    }
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {
        display: none;
    }
    .gHeader_linkList {}
    .gHeader_linkList > li {}
    .gHeader_linkList > li:first-child {}
    .gHeader_linkList > li:last-child {}
    .gHeader_linkList > li:nth-child(2n+1) {}
    .gHeader_linkList > li:nth-child(n+3) {}
    .gHeader_linkList > li > a {}
    .gHeader_linkList > li > a::before {}
    .gHeader_linkList > li > a::after {}
    .gHeader_dList {}
    .gHeader_dList > dt {}
    .gHeader_dList > dd {}
    .gHeader_dList > dd > button {}
    .gHeader_dList > dd > button[disabled] {}
    .gHeader_dList > dd > button::before {}
    .gHeader_dList > dd > button::after {}
    .gHeader_search {}
    .gHeader_search_showBtn {}
    .gHeader_search_showBtn::before {}
    .gHeader_search_showBtn::after {}
    .gHeader_search_showBtn > .icon {}
    .gNav {
        position: fixed;
        z-index: 1001;
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        background-image: url(../img/common/bg-title.png);
        color: #fff;
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.13);
        padding-bottom: 50px;
        overflow: auto;
        background-color: #c3945b;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        pointer-events: none;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        pointer-events: auto;
    }
    .gNav_inner {}
    .gNav_list {
        display: flex;
        flex-wrap: wrap;
    }
    .gNav_list > li {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .gNav_list > li:nth-child(1) {
        order: 1;
        width: 50%;
    }
    .gNav_list > li:nth-child(2) {
        order: 4;
    }
    .gNav_list > li:nth-child(3) {
        order: 5;
    }
    .gNav_list > li:nth-child(4) {
        order: 6;
    }
    .gNav_list > li:nth-child(5) {
        order: 7;
    }
    .gNav_list > li:nth-child(6) {
        order: 2;
        width: 50%;
    }
    .gNav_list > li:nth-child(7) {
        order: 3;
    }
    .gNav_list > li > a {
        color: #fff;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    .gNav_list > li > a.-hasChild {
        position: relative;
        z-index: 1;
    }
    .p-home .gNav_list > li > a.-home,
    .p-company .gNav_list > li > a.-company,
    .p-service .gNav_list > li > a.-service,
    .p-ir .gNav_list > li > a.-ir,
    .p-esg .gNav_list > li > a.-esg,
    .p-news .gNav_list > li > a.-news,
    .p-recruit .gNav_list > li > a.-recruit,
    .p-sustainability .gNav_list > li > a.-sustainability {
        color: #fff;
    }
    .gNav_list > li > a.-hasChild::before {
        content: "";
        width: 15px;
        height: 3px;
        background-color: currentColor;
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .gNav_list > li > a.-hasChild::after {
        content: "";
        width: 15px;
        height: 3px;
        background-color: currentColor;
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        transition-duration: .3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
    .gNav_list > li > a.-hasChild.isShow::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .gNav_list > li > a.-hasChild > b {
        height: 78px;
        justify-content: flex-start;
        padding-left: 111px;
    }
    .gNav_list > li:first-child > a {
        border-right: 1px solid #fff;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        padding: 0;
        height: 51px;
    }
    .gNav_list > li > a > b > .icon-blank {
        display: block;
        font-size: 1.4rem;
        margin-left: 5px;
    }
    .gNav .gNav_list > li > a > b::after {}
    .gBody {}
    .gPageNav {}
    .gPageNav:first-child {}
    .gPageNav_inner {
        flex-direction: column;
        align-items: center;
    }
    .gPageNav_list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .gPageNav_list > li {}
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:last-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        padding: 10px 8px;
        line-height: 1.5;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gPageNav_list-sm > li > a {
        padding: 10px 8px;
    }
    .gMenuBtn {
        position: fixed;
        z-index: 1002;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background-color: #BF9058;
        display: block;
        color: #fff;
        transition-duration: .3s;
        transition-property: opacity;
    }
    .gMenuBtn-home {}
    .isFixed ~ .gMenuBtn-home {
        opacity: 1;
        pointer-events: auto;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        display: block;
        width: 28px;
        height: 1px;
        background-color: currentColor;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin-top: 8px;
    }
    .gMenuBtn_bar-no3 {
        display: none;
    }
    .isShow .gMenuBtn_bar-no1 {
        top: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        top: -5px;
        -webkit-transform: rotate( -45deg);
        transform: rotate( -45deg);
    }
    .isShow .gMenuBtn_bar-no3 {}
    .gTitle {}
    .gTitle_inner {
        padding-bottom: 25px;
    }
    .gTitle_inner::before {
        height: 50px;
    }
    .gTitle_inner-esg::before {
        height: 40px;
    }
    .gTitle_inner-sustain::before {
        height: 40px;
    }
    .gTitle_title {
        font-size: 2.4rem;
    }
    .gTitle_title > b {
        margin-right: 10px;
    }
    .gTitle_title > small {
        font-size: 1.3rem;
    }
    .gTitle_title-esg {
        font-size: 2.2rem;
    }
    .gTitle_title-sustain {
        font-size: 2.2rem;
    }
    .gPankuzu {
        font-size: 1.2rem;
        margin-top: -30px;
    }
    .gVisual + .gPankuzu {}
    .gPankuzu_inner {}
    .gPankuzu_oList {
        max-width: none;
    }
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li::after {}
    .gPankuzu_oList > li:last-child::after {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {
        height: 30px;
    }
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gFooter {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .gFooter_inner {}
    .gFooter_logo {}
    .gFooter_logo > a {}
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > svg {}
    .gFooter_logo > a > svg > title {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_link {
        margin-top: 11px;
    }
    .gFooter_link > a {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_list {
        max-width: 310px;
        margin: 25px auto 0;
    }
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        padding: 2px 10px;
    }
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_copyright {
        margin-top: 34px;
    }
    .gFooter_copyright > small {}
    .gFootNav {
        display: none;
    }
    .gFootNav::before {}
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_col {}
    .gFootNav_col-no1 {}
    .gFootNav_list {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {}
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_list > li > a > .icon {}
    .gFootNav_col-no2 {}
    .gFootNav_cList {}
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {}
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gFootNav_cList > li > a > .icon {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no4 {}
    .gBody_contents {
        margin-top: 35px;
        padding-bottom: 45px;
    }
    .gBody_contents-noMt {
        margin-top: 0;
    }
    .gBody_contents-noPb {
        padding-bottom: 0;
    }
    .gVisual {}
    .gVisual_inner {}
    .gVisual_inner::before {
        height: 120px;
    }
    .gVisual_title {
        font-size: 2.4rem;
        padding: 10px 20px;
    }
    .gVisual_title::before {
        height: 33px;
    }
    .gVisual_title > b {}
    .gVisual_title > small {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .gVisEsg {}
    .gVisEsg::before {}
    .gVisEsg-governance {}
    .gVisEsg_inner {}
    .gVisEsg_inner::before {
        height: 140px;
    }
    .gVisEsg_inner-low::before {
        height: 104px;
    }
    .gVisEsg_title {
        font-size: 2.2rem;
    }
    .gVisSustain {}
    .gVisSustain::before {}
    .gVisSustain-materiality {}
    .gVisSustain-human {}
    .gVisSustain-reduction {}
    .gVisSustain_inner {}
    .gVisSustain_inner::before {
        height: 140px;
    }
    .gVisSustain_inner-low::before {
        height: 104px;
    }
    .gVisSustain_title {
        font-size: 2.2rem;
    }
    .gMega {
        position: static;
        pointer-events: auto;
        opacity: 1;
        top: 0;
        width: auto;
        left: 0;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        background: no-repeat;
    }
    .gMega.isShow {
        -webkit-transform: none;
        transform: none;
    }
    .gMega::before {}
    .gMega_inner {}
    .gMega_cols {
        display: block;
    }
    .gMega_col {}
    .gMega_col-no1 {
        margin-right: 0;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .gMega_image {
        width: 77px;
        top: 39px;
        position: absolute;
        z-index: 1;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }
    .gMega_image > img {}
    .gMega_col-no2 {
        display: none;
    }
    .gMega.isShow .gMega_col-no2 {
        display: block;
    }
    .gMega_list {
        width: 100%;
        margin: 0;
    }
    .gMega_list-2c {
        display: flex;
        flex-wrap: wrap;
    }
    .gMega_list:last-child {}
    .gMega_list > li {}
    .gMega_list-2c > li {
        width: 50%;
    }
    .gMega_list-2c > li.-wide {
        width: 100%;
    }
    .gMega_list > li:first-child {}
    .gMega_list > li:last-child {}
    .gMega_list > li:nth-child(2n+1) {}
    .gMega_list > li:nth-child(n+3) {}
    .gMega_list > li > a {
        background-color: #fff;
        color: #653E00;
        font-size: 1.5rem;
        border-bottom: 1px solid #BF9058;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        line-height: 1.2;
        box-sizing: border-box;
        height: 100%;
        padding-right: 5px;
    }
    .gMega_list > li > a::before {
        display: block;
        width: 1px;
        height: 20px;
    }
    .gMega_list > li > a::after {}
    .gMega_list > li > a > .icon {
        top: 0;
    }
    .gMega_list > li > a > .icon-blank {
        font-size: 1.3rem;
    }
    .gNav_link {
        display: block;
        width: calc(100% - 40px);
        margin: 20px auto 0;
    }
    .gNav_link > a {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        background-color: #653E00;
        border-radius: 25px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .gNav_link > a::before {}
    .gNav_link > a::after {}
    .gNav_link > a > .icon {
        font-size: 2rem;
        display: block;
        margin-right: 6px;
    }
    .gNav_linkList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 1.4rem;
        max-width: 350px;
        margin: 10px auto 0;
    }
    .gNav_linkList > li {}
    .gNav_linkList > li:first-child {}
    .gNav_linkList > li:last-child {}
    .gNav_linkList > li:nth-child(2n+1) {}
    .gNav_linkList > li:nth-child(n+3) {}
    .gNav_linkList > li > a {
        font-weight: normal;
        padding: 0 10px;
        text-decoration: underline;
    }
    .gNav_linkList > li > a::before {}
    .gNav_linkList > li > a::after {}
    .gPager {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {}
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gSearch_form {}
    .gSearch_form.isShow {}
    .gSearch_form_row {}
    .gSearch_form_input {}
    .gSearch_form_input > input {}
    .gSearch_form_btnWrap {}
    .gSearch_form_btn {}
    .gSearch_form_btn::before {}
    .gSearch_form_btn::after {}
}
@media screen and (max-width: 374px) {
    .gMega_list > li > a {
        font-size: 1.4rem;
    }
    .gVisEsg_title {
        font-size: 2.1rem;
    }
    .gPageNav_list-sm > li > a {
        padding: 10px 6px;
        font-size: 1.3rem;
    }
}
