@charset "UTF-8";
.icon-blank {
    color: #008cd6;
    margin-left: 5px;
    top: -2px;
}
.gHeaderWrap {
    height: 60px;
}
.gHeader {
    box-shadow: 0 1px 0 #008cd6;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
}
.gHeader_inner {
    max-width: none;
    padding: 0;
    position: static;
}
.gHeader_cols {
    display: flex;
    justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
    background: #fff;
    flex-grow: 1;
    padding-left: 67px;
}
.gHeader_title {}
.gHeader_title > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title > a > img {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}
.gHeader_title > a > b {
    display: block;
    font-size: 15px;
    margin-left: 23px;
    transition-duration: .3s;
    transition-property: background-color, color;
    position: relative;
    z-index: 1;
}
.isIE11 .gHeader_title > a > b {
    top: 2px;
}
.gHeader_col-no2 {}
.gNav {}
.gNav_inner {}
.gNav_list {
    list-style: none;
    display: flex;
}
.gNav_list > li {}
.gNav_list > li.-none {
    display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    line-height: 60px;
    text-decoration: none;
    display: block;
    padding: 0px 39px;
    transition-duration: .3s;
    transition-property: background-color, color;
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 14px;
    background: rgba(228, 244, 253, 1);
}
.gNav_list > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    height: 1px;
    background: #004ea2;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    width: 0;
    transition-duration: .3s;
    transition-property: width;
}
.gNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #004ea2;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    transition-duration: .3s;
    transition-property: border-color, color, transform;
}
.gNav_list > li > a.-hasSpChild::after,
.gNav_list > li > a.-hasChild::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.gNav_list > li > a.-hasSpChild.isShow::after,
.gNav_list > li > a.-hasChild.isShow::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.p-recruit .gNav_list > li > a.-recruit,
.p-company .gNav_list > li > a.-company,
.p-business .gNav_list > li > a.-business {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    color: #004ea2;
}
.p-recruit .gNav_list > li > a.-recruit::before,
.p-company .gNav_list > li > a.-company::before,
.p-business .gNav_list > li > a.-business::before {
    width: 80px;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 1001;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gPageTop.isFixed {
    opacity: 1;
}
.gPageTop_button {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 1;
    background: #008cd6;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition-duration: .3s;
    transition-property: transform;
    margin: 0;
    padding: 0;
    box-shadow: none;
    line-height: 1;
    color: inherit;
}
.gPageTop_button::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
    border-bottom: none;
    border-left: none;
    left: 0;
}
.gFooter {
    background: #004ea2;
    color: #fff;
    padding-top: 30px;
}
.gFooter_inner {
    max-width: 950px;
}
.gFooter_title {
    max-width: 190px;
    margin: 0 auto 0;
}
.gFooter_title > a {
    display: block;
    transition-duration: .3s;
    transition-property: transform;
}
.gFooter_title > a > img {
    display: block;
}
.gFooter_hr {
    display: block;
    margin: 35px 0;
    width: 100%;
    height: 1px;
    border: none;
    background: #00438b;
}
.gFootNav {
    font-size: 14px;
}
.gFootNav_cols {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.gFootNav_col {}
.gFootNav_col-no1 {}
.gFootNav_title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.gFootNav_list {
    list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 16px;
    color: #fff;
}
.gFootNav_list > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    background: #fff;
    transform: translateY(-50%);
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gFootNav_cList {
    list-style: none;
    padding-left: 15px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding: 8px 0;
    padding-left: 15px;
    color: #fff;
}
.gFootNav_cList > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 1px;
    top: 50%;
    left: 5px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gFootNav_cList > li > a::after {
    content: "";
}
.gFootNav_sect {
    margin-bottom: 25px;
}
.gFootNav_sect:last-child {
    margin-bottom: 0;
}
.gFootNav_headline {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.gFootNav_headline::before {
    content: "〈";
    margin-right: 7px;
}
.gFootNav_headline::after {
    content: "〉";
    margin-left: 7px;
}
.gFootNav_hList {
    list-style: none;
}
.gFootNav_hList-block {
    display: block;
}
.gFootNav_hList > li {
    display: flex;
    align-items: center;
}
.gFootNav_hList > li::before {}
.gFootNav_hList > li:first-child::before {
    display: none;
}
.gFootNav_hList-block > li::before {
    display: none;
}
.gFootNav_hList > li:first-child {}
.gFootNav_hList > li:nth-child(2n+1) {}
.gFootNav_hList > li:nth-child(n+3) {}
.gFootNav_hList > li > a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 16px;
}
.gFootNav_hList-block > li > a {
    padding-left: 0;
}
.gFootNav_hList > li > a > .icon {
    color: inherit;
}
.gFootNav_hList > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    background: #fff;
    transform: translateY(-50%);
}
.gFootNav_hList-block > li > a::before {
    display: none;
}
.gFootNav_hList > li > a::after {
    content: "";
}
.gFooter_copyright {
    background: #00438b;
    text-align: center;
    line-height: 1;
    padding: 24px 0;
    margin-top: 29px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 12px;
}
.gPankuzu {
    padding: 24px 0;
}
.gPankuzu_inner {
    padding: 0 12px;
}
.gPankuzu_oList {
    list-style: none;
    display: flex;
    white-space: nowrap;
    font-size: 12px;
}
.gPankuzu_oList > li {
    display: flex;
    align-items: center;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
    text-decoration: none;
    color: #008cd6;
    display: block;
    align-items: center;
    position: relative;
    z-index: 1;
}
.gPankuzu_oList > li:first-child > a {
    padding-left: 23px
}
.gPankuzu_oList > li::before {
    content: ">";
    margin: 0 7px;
}
.gPankuzu_oList > li:first-child::before {
    display: none;
}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gPankuzu_oList > li > a > .icon {
    font-size: 18px;
    top: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    margin-top: -2px;
}
.gBody {
    margin-bottom: 29px;
    overflow: hidden;
}
.gBody_inner {}
.gBody_cols {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.gBody_col {}
.gBody_col-main {
    width: 715px;
}
.gBody_col-sub {
    width: 220px;
}
.gSideNav {}
.gSideNav_bnrHistory {
    margin-bottom: 9px;
}
.gSideNav_bnrxmas > a {
    /*background: url(/common/img/bg-bnr-history@2x.jpg) center center no-repeat;*/
    background: url(/common/img/bg-bnr-xmas.jpg) center center no-repeat;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
    padding: 0 11px;
    line-height: 1;
    background-size: cover;
}
.gSideNav_bnrosechi > a {
    /*background: url(/common/img/bg-bnr-history@2x.jpg) center center no-repeat;*/
    background: url(/common/img/bg-bnr-osechi.jpg) center center no-repeat;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
    padding: 0 11px;
    line-height: 1;
    background-size: cover;
}
.gSideNav_bnrHistory > a::before {
    content: "";
}
.gSideNav_bnrHistory > a::after {
    content: "";
}
.gSideNav_bnrHistory > a > b {
    display: block;
    font-size: 20px;
}
.gSideNav_bnrHistory > a > small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
}
.gSideNav_bnrPress {
    margin-bottom: 9px;
}
.gSideNav_bnrPress > a {
    display: flex;
    border: 1px solid #d2efff;
    position: relative;
    z-index: 1;
    height: 90px;
    justify-content: center;
    text-decoration: none;
    padding-left: 74px;
    line-height: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
    color: inherit;
    flex-wrap: wrap;
    align-content: center;
}
.gSideNav_bnrPress > a::before {
    content: "";
}
.gSideNav_bnrPress > a::after {
    content: "";
}
.gSideNav_bnrPress > a > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gSideNav_bnrPress > a > small {
    display: block;
    font-size: 10px;
    font-weight: bold;
    width: 100%;
}
.gSideNav_bnrPress > a > small > br {
    display: none;
}
.gSideNav_bnrPress > a > b {
    display: block;
    color: #008cd6;
    font-size: 18px;
    margin-top: 5px;
    width: 100%;
}
.gSideNav_list {
    list-style: none;
}
.gSideNav_list > li {
    margin-top: 9px;
}
.gSideNav_list > li:first-child {
    margin-top: 0;
}
.gSideNav_list > li:nth-child(2n+1) {}
.gSideNav_list > li:nth-child(n+3) {}
.gSideNav_list > li > a {
    display: flex;
    border: 1px solid #f1f1f1;
    position: relative;
    z-index: 1;
    height: 70px;
    justify-content: center;
    text-decoration: none;
    padding-left: 66px;
    line-height: 1;
    font-weight: bold;
    transition-duration: .3s;
    transition-property: background-color, color;
    color: inherit;
    flex-wrap: wrap;
    align-content: center;
    background-color: #fff;
}
.gSideNav_list > li > a::before {
    content: "";
}
.gSideNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #008cd6;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.gSideNav_list > li > a > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gSideNav_list > li > a > small {
    display: block;
    font-size: 12px;
    width: 100%;
}
.gSideNav_list > li > a > b {
    display: block;
    font-size: 15px;
    margin-top: 6px;
    width: 100%;
}
.gNav_cList {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 60px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, 0s;
    transition-delay: 0s, .5s;
    padding-right: 45px;
}
.gNav_cList > li {
    flex-grow: 1;
}
.gNav_cList > li.-close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.gNav_cList > li.-close > button {
    width: 45px;
    height: 45px;
    display: block;
    background: #999;
    transition-duration: .3s;
    transition-property: background-color;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    line-height: 1;
    color: inherit;
}
.gNav_cList > li.-close > button::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.gNav_cList > li.-close > button::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.gNav_cList > li:first-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
    text-decoration: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    color: inherit;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #ddd;
    transition-duration: .3s;
    transition-property: background-color, color;
    padding: 0 15px;
}
.gNav_cList > li:first-child > a {
    border-left: none;
}
.gNav_cList > li > a::before {
    content: "";
}
.gNav_cList > li > a::after {
    content: "";
}
.gNav_cList > li > a > .icon {
    font-size: 12px;
    color: #008cd6;
    margin-left: 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSabNab {
    margin-bottom: 30px;
}
.gSabNab_list {}
.gSabNab_list > li {
    list-style: none;
}
.gSabNab_list > li:first-child {
    border-top: 1px #eeeeee solid;
}
.gSabNab_list > li:nth-child(2n+1) {}
.gSabNab_list > li:nth-child(n+3) {}
.gSabNab_list > li > a {
    text-decoration: none;
    display: flex;
    height: 55px;
    align-items: center;
    color: #000;
    border-bottom: 1px #eeeeee solid;
    padding-left: 20px;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 15px;
    position: relative;
}
.gSabNab_list > li > a::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #008cd6;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 6px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gSabNab_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #008cd6;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.p-outline .gSabNab_list > li > a.-outline,
.p-philosophy .gSabNab_list > li > a.-philosophy,
.p-history .gSabNab_list > li > a.-history,
.p-organization .gSabNab_list > li > a.-organization,
.p-group .gSabNab_list > li > a.-group {
    color: #008cd6;
}
.isShow + .gNav_cList {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s;
}
.gSideNav_inner {}
.gSideNav_list-bottom {
    display: flex;
    flex-wrap: wrap;
}
.gSideNav_list-bottom > li {
    width: 23.5%;
    margin-left: 2%;
    margin-top: 0;
}
.gSideNav_list-bottom > li > a {
    border-color: transparent;
}
.gSideNav_list-bottom > li:first-child {
    margin-left: 0;
}
.gSideNav_listWrap {
    background: #f4fbff;
    padding: 60px 0;
}
.gSideNav_listWrap_in {}
.gSideNav_bnrHistory-large {
    margin-bottom: 40px;
}
.gSideNav_bnrxmas-large > a {
    /*background-image: url(/common/img/bg-bnr-history-large@2x.jpg);*/
    background-image: url(/common/img/bg-bnr-xmas-large.jpg);
    height: 139px;
    padding: 0 25px;
}
.gSideNav_bnrosechi-large > a {
    /*background-image: url(/common/img/bg-bnr-history-large@2x.jpg);*/
    background-image: url(/common/img/bg-bnr-osechi-large.jpg);
    height: 139px;
    padding: 0 25px;
}
.gSideNav_bnrHistory-large > a > b {
    font-size: 30px;
}
.gSideNav_bnrHistory-large > a > small {
    font-size: 20px;
}
.gSideNav_bnrPress-large {
    margin-bottom: 50px;
}
.gSideNav_bnrPress-large > a {
    text-align: center;
    height: 140px;
    padding: 0;
}
.gSideNav_bnrPress-large > a > img {}
.gSideNav_bnrPress-large > a > img:nth-of-type(2) {
    left: auto;
    right: 0;
}
.gSideNav_bnrPress-large > a > b {
    font-size: 30px;
    margin-top: 13px;
}
.gSideNav_bnrPress-large > a > small {
    font-size: 20px;
}
.gSideNav-bottom {
    margin-top: 60px;
}
.gBottomNav {
    margin-top: 59px;
}
.gBottomNav_inner {}
.gBottomNav_list {
    list-style: none;
    display: flex;
}
.gBottomNav_list > li {
    width: 30%;
    margin-left: 5%;
}
.gBottomNav_list > li:first-child {
    margin-left: 0;
}
.gBottomNav_list > li:nth-child(2n+1) {}
.gBottomNav_list > li:nth-child(n+3) {}
.gBottomNav_list > li > a {
    border: 1px solid #d2efff;
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gBottomNav_list > li > a::before {
    content: "";
}
.gBottomNav_list > li > a::after {
    content: "";
}
.gBottomNav_image {
    padding-bottom: 36.7%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gBottomNav_image-no1 {
    background-image: url(/common/img/pt-bottom01@2x.jpg);
}
.gBottomNav_text {
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    height: 69px;
    align-items: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}
.gBottomNav_text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 18px;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #008cd6;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.gBottomNav_image-no2 {
    background-image: url(/common/img/pt-bottom02@2x.jpg);
}
.gBottomNav_image-no3 {
    background-image: url(/common/img/pt-bottom03@2x.jpg);
}
[data-slug="press"] {
    background-color: #777;
}
[data-slug="topics"] {
    background-color: #777;
}
[data-slug="yamano"] {
    background-color: #6d5652;
}
[data-slug="rosage"] {
    background-color: #6d5652;
}
[data-slug="highland"] {
    background-color: #538fa4;
}
[data-slug="hatsuhana"] {
    background-color: #d08193;
}
[data-slug="century-ono"] {
    background-color: #19436f;
}
[data-slug="atsugi"] {
    background-color: #58c2e1;
}
[data-slug="hotel"] {
    background-color: #63a7e4;
}
[data-slug="restaurant"] {
    background-color: #f19859;
}
[data-slug="resorts"] {
    background-color: #204ba8;
}
[data-slug="yuryo"] {
    background-color: #b94529;
}
[data-slug="yutowa"] {
    background-color: #e4605b;
}
[data-slug="clad"] {
    background-color: #93764c;
}
[data-slug="konohana"] {
    background-color: #ee859a;
}
.gNewsList {}
.gNewsList > li {
    list-style: none;
    background-color: #ffffff;
    margin-top: 19px;
}
.gNewsList-list > li {
    padding-bottom: 19px;
    border-bottom: 1px solid #eee;
}
.gNewsList-list > li[data-type] {}
.gNewsList-list[data-type="press"] > li[data-type="topics"] {
    display: none;
}
.gNewsList-list[data-type="topics"] > li[data-type="press"] {
    display: none;
}
.gNewsList > li:first-child {
    margin-top: 0;
}
.gNewsList > li:nth-child(2n+1) {}
.gNewsList > li:nth-child(n+3) {}
.gCard {}
.gCard > a {
    display: block;
    position: relative;
    z-index: 1;
    min-height: 150px;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
    color: inherit;
    padding: 19px 10px 19px 240px;
    box-sizing: border-box;
}
.gCard-list > a {}
.gCard > a::before {
    content: "";
}
.gCard > a::after {}
.gCard_image {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transition-duration: .3s;
    transition-property: opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 215px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gCard_image > img {}
.gCard_update {
    color: #008cd6;
}
.gCard_update > time {}
.gCard_title {
    margin-top: 7px;
    margin-bottom: 12px;
}
.gCard_catList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gCard_catList > li {
    padding: 4px 7px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 3px;
}
.gCard_catList > li:last-child {
    margin-right: 0;
}
.gCard_catList > li:nth-child(2n+1) {}
.gCard_catList > li:nth-child(n+3) {}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.wp-pagenavi:first-child {
    margin-bottom: 0;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    background: #efefef;
    display: block;
    min-width: 42px;
    box-sizing: border-box;
    padding: 0 2px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.wp-pagenavi > a:hover {
    background: #008cd6;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi > .previouspostslink {}
.wp-pagenavi > .current {
    background: #008cd6;
    color: #fff;
}
.wp-pagenavi > .extend {
    background: none;
}
.wp-pagenavi > .nextpostslink {}
.gFootNav_sectOuter {
    display: flex;
    justify-content: space-between;
}
.gFootNav_sectWrap {
    margin-left: 15px;
}
.gFootNav_sectWrap-no1 {
    margin-left: 0;
}
.gFootNav_sectWrap-no2 {}
.gFootNav_sectWrap-no3 {}
@media screen and (min-width:1000px) {
    .gCard > a:hover {
        opacity: 1;
    }
    a:hover .gCard_image {
        opacity: .7;
    }
    .gNav_cList > li.-close > button:hover {
        background: #666;
    }
    .gSabNab_list > li > a:hover {
        color: #008cd6;
        opacity: 1;
    }
    .gSabNab_list > li > a:hover::before {
        opacity: 0.7
    }
    .gBottomNav_list > li > a:hover {
        opacity: 1;
        background: rgba(192, 237, 255, 0.4);
    }
    .gNav_cList > li > a:hover {
        background: #008cd6;
        opacity: 1;
        color: #fff;
    }
    .gNav_cList > li > a:hover > .icon {
        color: #fff;
    }
    .gHeader_title > a:hover {
        opacity: 1;
    }
    .gHeader_title > a:hover > img {
        opacity: .7;
    }
    .gHeader_title > a:hover > b {
        color: #004ea2;
    }
    .gNav_list > li > a:hover {
        background: rgba(255, 255, 255, 1);
        opacity: 1;
        color: #004ea2;
    }
    .gNav_list > li > a:hover::before {
        width: 80px;
    }
    .gMenuBtn:hover {}
    .gPageTop_button:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .gFooter_title > a:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .gFootNav_list > li > a:hover {
        opacity: 1;
        text-decoration: underline;
    }
    .gFootNav_cList > li > a:hover {
        opacity: 1;
        text-decoration: underline;
    }
    .gFootNav_hList > li > a:hover {
        opacity: 1;
    }
    .gFootNav_hList > li > a[href]:hover {
        text-decoration: underline;
    }
    .gPankuzu_oList > li > a:hover {
        text-decoration: underline;
    }
    .gPankuzu_oList > li > a:hover {
        text-decoration: underline;
    }
    .gSideNav_bnrHistory > a:hover {}
    .gSideNav_bnrPress > a:hover {
        opacity: 1;
        background: rgba(192, 237, 255, 0.4);
    }
    .gSideNav_list > li > a:hover {
        opacity: 1;
        background: rgba(192, 237, 255, 0.4);
    }
}
@media screen and (max-width:999px) {
    .gHeaderWrap {}
    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {
        padding-left: 20px;
    }
    .gHeader_title {}
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title > a > img {}
    .gHeader_title > a > b {
        margin-left: 15px;
    }
    .gHeader_col-no2 {
        padding-right: 0;
    }
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding: 0 24px;
        padding-right: 34px;
    }
    .gNav_list > li > a::before {}
    .p-recruit .gNav_list > li > a.-recruit::before,
    .p-company .gNav_list > li > a.-company::before,
    .p-business .gNav_list > li > a.-business::before {
        width: 40px;
    }
    .gNav_list > li > a::after {}
    .gMenuBtn {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gPageTop {
        position: fixed;
        z-index: 1000;
        right: 20px;
        bottom: 20px;
        opacity: 0;
        transition-duration: .3s;
        transition-property: opacity;
    }
    .gPageTop.isFixed {
        opacity: 1;
    }
    .gPageTop_button {
        background: rgba(0, 140, 214, 0.9);
    }
    .gPageTop_button::after {}
    .gFooter {
        padding-top: 35px;
    }
    .gFooter_inner {}
    .gFooter_title {
        margin-bottom: 0;
    }
    .gFooter_title > a {}
    .gFooter_title > a > img {}
    .gFooter_hr {
        margin: 25px 0;
    }
    .gFootNav {
        font-size: 13px;
    }
    .gFootNav_cols {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .gFootNav_col {
        margin-left: 15px;
    }
    .gFootNav_col-no1 {
        margin-left: 0;
    }
    .gFootNav_title {
        font-size: 14px;
    }
    .gFootNav_list {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_col-no2 {}
    .gFootNav_col-no3 {}
    .gFootNav_cList {}
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gFootNav_sect {}
    .gFootNav_headline {
        font-size: 14px;
    }
    .gFootNav_hList {}
    .gFootNav_hList > li {}
    .gFootNav_hList > li::before {
        margin: 0 15px;
    }
    .gFootNav_hList > li:first-child::before {}
    .gFootNav_hList > li:first-child {}
    .gFootNav_hList > li:nth-child(2n+1) {}
    .gFootNav_hList > li:nth-child(n+3) {}
    .gFootNav_hList > li > a {}
    .gFootNav_hList > li > a::before {}
    .gFootNav_hList > li > a::after {}
    .gFooter_copyright {
        padding: 20px 0;
        margin-top: 20px;
    }
    .gFooter_copyright > small {}
    .gPankuzu {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {
        overflow: auto;
    }
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li::before {}
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {}
    .gBody {}
    .gBody_inner {}
    .gBody_cols {}
    .gBody_col {}
    .gBody_col-main {
        width: 70%;
        flex-grow: 1;
    }
    .gBody_col-sub {
        width: 180px;
        min-width: 180px;
        margin-right: 20px;
    }
    .gSideNav {}
    .gSideNav_bnrHistory {}
    .gSideNav_bnrHistory > a {
        padding: 0 5px;
        text-align: center;
    }
    .gSideNav_bnrHistory > a::before {}
    .gSideNav_bnrHistory > a::after {}
    .gSideNav_bnrHistory > a > b {
        font-size: 17px;
    }
    .gSideNav_bnrHistory > a > small {
        font-size: 10px;
    }
    .gSideNav_bnrPress {}
    .gSideNav_bnrPress > a {
        height: 70px;
        padding-left: 61px;
    }
    .gSideNav_bnrPress > a::before {}
    .gSideNav_bnrPress > a::after {}
    .gSideNav_bnrPress > a > img {
        width: auto;
        height: 70px;
    }
    .gSideNav_bnrPress > a > small {}
    .gSideNav_bnrPress > a > small > br {
        display: inline;
    }
    .gSideNav_bnrPress > a > b {
        font-size: 15px;
    }
    .gSideNav_list {}
    .gSideNav_list > li {}
    .gSideNav_list > li:first-child {}
    .gSideNav_list > li:nth-child(2n+1) {}
    .gSideNav_list > li:nth-child(n+3) {}
    .gSideNav_list > li > a {
        height: 50px;
        padding-left: 50px;
    }
    .gSideNav_list > li > a::before {}
    .gSideNav_list > li > a::after {
        right: 9px;
    }
    .gSideNav_list > li > a > img {
        width: auto;
        height: 50px;
    }
    .gSideNav_list > li > a > small {
        font-size: 10px;
    }
    .gSideNav_list > li > a > b {
        font-size: 13px;
    }
    .gNav_cList {}
    .gNav_cList > li {}
    .gNav_cList > li:first-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {
        padding: 0 10px;
    }
    .gNav_cList > li:first-child > a {}
    .gNav_cList > li > a::before {}
    .gNav_cList > li > a::after {}
    .gNav_cList > li > a > .icon {}
    .gSideNav_inner {}
    .gSideNav_list-bottom {}
    .gSideNav_list-bottom > li {}
    .gSideNav_list-bottom > li > a {}
    .gSideNav_list-bottom > li:first-child {}
    .gSideNav_listWrap {
        padding: 25px 0;
    }
    .gSideNav_listWrap_in {}
    .gSideNav_bnrHistory-large {
        margin-bottom: 25px;
    }
    .gSideNav_bnrHistory-large > a {
        height: 100px;
    }
    .gSideNav_bnrHistory-large > a > b {
        font-size: 25px;
    }
    .gSideNav_bnrHistory-large > a > small {
        font-size: 16px;
        margin-top: 10px;
    }
    .gSideNav_bnrPress-large {
        margin-bottom: 25px;
    }
    .gSideNav_bnrPress-large > a {
        height: 100px;
        padding: 0;
    }
    .gSideNav_bnrPress-large > a > img {
        height: 100px;
    }
    .gSideNav_bnrPress-large > a > img:nth-of-type(2) {}
    .gSideNav_bnrPress-large > a > b {}
    .gSideNav_bnrPress-large > a > small {}
    .gSideNav-bottom {
        margin-top: 45px;
    }
    .gBottomNav {
        margin-top: 25px;
    }
    .gBottomNav_inner {}
    .gBottomNav_list {}
    .gBottomNav_list > li {}
    .gBottomNav_list > li:first-child {}
    .gBottomNav_list > li:nth-child(2n+1) {}
    .gBottomNav_list > li:nth-child(n+3) {}
    .gBottomNav_list > li > a {}
    .gBottomNav_list > li > a::before {}
    .gBottomNav_list > li > a::after {}
    .gBottomNav_image {}
    .gBottomNav_image-no1 {}
    .gBottomNav_text {
        font-size: 13px;
        padding: 0 10px;
    }
    .gBottomNav_text::after {
        right: 11px;
    }
    .gBottomNav_image-no2 {}
    .gBottomNav_image-no3 {}
    .gNewsList {}
    .gNewsList > li {}
    .gNewsList > li:first-child {}
    .gNewsList > li:nth-child(2n+1) {}
    .gNewsList > li:nth-child(n+3) {}
    .gCard {}
    .gCard > a {}
    .gCard > a::before {}
    .gCard > a::after {}
    .gCard_image {}
    .gCard_image > img {}
    .gCard_update {}
    .gCard_update > time {}
    .gCard_title {}
    .gCard_catList {}
    .gCard_catList > li {}
    .gCard_catList > li:first-child {}
    .gCard_catList > li:nth-child(2n+1) {}
    .gCard_catList > li:nth-child(n+3) {}
    .gFootNav_sectOuter {}
    .gFootNav_sectWrap {}
    .gFootNav_sectWrap-no1 {}
    .gFootNav_sectWrap-no2 {}
    .gFootNav_sectWrap-no3 {}
}
@media screen and (max-width:767px) {
    .gHeaderWrap {
        height: 50px;
    }
    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {
        display: block;
    }
    .gHeader_col {
        padding: 0;
    }
    .gHeader_col-no1 {}
    .gHeader_title {
        display: flex;
        height: 50px;
        align-items: center;
    }
    .gHeader_title > a {
        padding-left: 10px;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title > a > img {
        width: 90px;
    }
    .gHeader_title > a > b {
        font-size: 13px;
        margin-left: 7px;
    }
    .gHeader_col-no2 {}
    .gNav {
        position: relative;
        z-index: 1;
    }
    .gNav_inner {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: .5s, 0s;
        transition-delay: 0s, .5s;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        height: calc(100vh - 50px);
        overflow: auto;
        background: rgba(255, 255, 255, 0.7);
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .isShow .gNav_inner {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .gNav_list {
        display: block;
        border-bottom: 2px solid #004ea2;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
    .gNav_list > li {}
    .gNav_list > li.-none {
        display: block;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        line-height: 45px;
        border-top: 1px solid #a4d6f4;
        background: rgba(255, 255, 255, 1);
        padding: 0 15px;
        border-top-width: 2px;
    }
    .gNav_list > li:nth-child(n+9) > a {
        border-top-style: dashed;
        border-top-width: 1px;
    }
    .gNav_list > li:nth-child(1) > a {
        border-top-color: #004ea2;
    }
    .gNav_list > li:nth-child(4) > a {
        border-top-color: #004ea2;
    }
    .gNav_list > li:nth-child(8) > a {
        border-top-color: #004ea2;
    }
    .gNav_list > li > a::before {}
    .p-recruit .gNav_list > li > a.-recruit::before,
    .p-company .gNav_list > li > a.-company::before,
    .p-business .gNav_list > li > a.-business::before {
        width: 0;
    }
    .gNav_list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #008cd6;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
        transition-duration: .3s;
        transition-property: transform;
    }
    .gNav_list > li > a.-hasChild::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .gNav_list > li > a.isShow.-hasChild::after {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .gMenuBtn {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        display: block;
        margin: 0;
        padding: 0;
        box-shadow: none;
        background: none;
        color: inherit;
    }
    .gMenuBtn_bar {
        display: block;
        width: 25px;
        height: 2px;
        background: #004ea2;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: transform, top;
        margin: 0 auto;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 5px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gPageTop {
        bottom: 10px;
        right: 10px;
    }
    .gPageTop_button {
        width: 45px;
        height: 45px;
    }
    .gPageTop_button::after {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }
    .gFooter {
        padding-top: 25px;
    }
    .gFooter_inner {
        padding: 0 10px;
    }
    .gFooter_title {
        max-width: 130px;
        margin-bottom: 20px;
    }
    .gFooter_title > a {}
    .gFooter_title > a > img {}
    .gFooter_hr {
        display: none;
    }
    .gFootNav {
        font-size: inherit;
    }
    .gFootNav_cols {
        display: block;
        margin: 0;
    }
    .gFootNav_col {
        margin-left: 0;
    }
    .gFootNav_col-no1 {
        display: none;
    }
    .gFootNav_title {
        font-size: 13px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        border-top: 1px solid #004ea2;
        position: relative;
        z-index: 1;
        padding-right: 30px;
        margin-bottom: 0;
        overflow: hidden;
        background: #fff;
        color: #000;
    }
    .gFootNav_title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 15px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #004ea2;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-bottom: none;
        border-left: none;
        transition-duration: .3s;
        transition-property: transform;
    }
    .gFootNav_title.isShow::after {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .gFootNav_list {
        display: none;
    }
    .isShow + .gFootNav_list {
        display: block;
    }
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {
        font-size: 13px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        border-top: 1px dashed rgba(223, 243, 255, 0.5);
        position: relative;
        z-index: 1;
        padding-right: 30px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .gFootNav_list > li > a::before {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 1px;
        margin-right: 8px;
        background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%);
        background-size: 4px auto;
        background-color: transparent;
        border-radius: 0;
        position: static;
    }
    .gFootNav_list > li > a::after {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 15px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #fff;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gFootNav_col-no2 {
        display: none;
    }
    .gFootNav_col-no3 {
        display: none;
    }
    .gFootNav_cList {
        display: none;
    }
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-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_sect {
        margin-bottom: 0;
    }
    .gFootNav_headline {
        font-size: 13px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        border-top: 1px solid #dff3ff;
        position: relative;
        z-index: 1;
        padding-right: 30px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .gFootNav_headline::before {
        display: none;
    }
    .gFootNav_headline::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 15px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #fff;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-bottom: none;
        border-left: none;
        margin-left: 0;
        transition-duration: .3s;
        transition-property: transform;
    }
    .gFootNav_headline.isShow::after {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .gFootNav_hList {
        display: none;
    }
    .gFootNav_hList-block {
        display: block;
    }
    .isShow + .gFootNav_hList {
        display: block;
    }
    .gFootNav_hList > li {
        display: block;
    }
    .gFootNav_hList-block > li:not(:last-child) {
        display: none;
    }
    .gFootNav_hList > li::before {
        display: none;
    }
    .gFootNav_hList > li:first-child::before {}
    .gFootNav_hList > li:first-child {}
    .gFootNav_hList > li:nth-child(2n+1) {}
    .gFootNav_hList > li:nth-child(n+3) {}
    .gFootNav_hList > li > a {
        font-size: 13px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        border-top: 1px dashed rgba(223, 243, 255, 0.5);
        position: relative;
        z-index: 1;
        padding-right: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        padding-left: 24px;
    }
    .gFootNav_hList-block > li > a {
        border-top: 1px solid rgba(223, 243, 255, 1);
        background: none;
        padding-left: 10px;
    }
    .gFootNav_hList > li > a::before {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 1px;
        margin-right: 8px;
        background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%);
        background-size: 4px auto;
    }
    .gFootNav_hList-block > li > a::before {
        display: none;
    }
    .gFootNav_hList > li > a[href]::after {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 15px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #fff;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gFooter_copyright {
        margin: 0;
        padding: 15px 0;
    }
    .gFooter_copyright > small {
        font-size: 10px;
    }
    .gPankuzu {
        padding: 10px 0;
        margin-bottom: 12px;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {
        font-size: 10px;
    }
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li:first-child > a {
        padding-left: 18px;
    }
    .gPankuzu_oList > li::before {}
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {
        font-size: 14px;
        margin: 0;
    }
    .gBody {
        margin-bottom: 25px;
    }
    .gBody_inner {}
    .gBody_cols {
        display: block;
    }
    .gBody_col {
        width: auto;
    }
    .gBody_col-main {}
    .gBody_col-sub {
        margin: 0;
        margin-top: 35px;
    }
    .gSideNav {}
    .gSideNav_bnrHistory {}
    .gSideNav_bnrHistory > a {}
    .gSideNav_bnrHistory > a::before {}
    .gSideNav_bnrHistory > a::after {}
    .gSideNav_bnrHistory > a > b {
        font-size: 16px;
    }
    .gSideNav_bnrHistory > a > small {
        font-size: 13px;
    }
    .gSideNav_bnrPress {}
    .gSideNav_bnrPress > a {
        height: 70px;
    }
    .gSideNav_bnrPress > a::before {}
    .gSideNav_bnrPress > a::after {}
    .gSideNav_bnrPress > a > img {}
    .gSideNav_bnrPress > a > small {
        font-size: 12px;
    }
    .gSideNav_bnrPress > a > small > br {
        display: none;
    }
    .gSideNav_bnrPress > a > b {}
    .gSideNav_bnrPress > a > b > br {
        display: none;
    }
    .gSideNav_list {}
    .gSideNav_list > li {}
    .gSideNav_list > li:first-child {}
    .gSideNav_list > li:nth-child(2n+1) {}
    .gSideNav_list > li:nth-child(n+3) {}
    .gSideNav_list > li > a {}
    .gSideNav_list > li > a::before {}
    .gSideNav_list > li > a::after {}
    .gSideNav_list > li > a > img {}
    .gSideNav_list > li > a > small {
        font-size: 12px;
    }
    .gSideNav_list > li > a > b {
        font-size: 15px;
        margin-top: 5px;
    }
    .gNav_cList {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        position: static;
        display: none;
        padding: 0;
    }
    .isShow + .gNav_cList {
        display: block;
    }
    .gNav_cList > li {}
    .gNav_cList > li.-close {
        display: none;
    }
    .gNav_cList > li:first-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {
        background: #fff;
        border-top: 1px dashed #ccc;
        position: relative;
        z-index: 1;
        padding: 0 15px;
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px;
        background-color: #f2f2f2;
    }
    .gNav_cList > li > a > br {
        display: none;
    }
    .gNav_cList > li:first-child > a {}
    .gNav_cList > li > a::before {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 1px;
        margin-right: 8px;
        background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0.5) 50%);
        background-size: 4px auto;
    }
    .gNav_cList > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #008cd6;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gNav_cList > li > a > .icon {}
    .gSideNav_inner {}
    .gSideNav_list-bottom {
        display: block;
    }
    .gSideNav_list-bottom > li {
        width: auto;
        margin-top: 9px;
        margin-left: 0;
    }
    .gSideNav_list-bottom > li > a {}
    .gSideNav_list-bottom > li:first-child {}
    .gSideNav_listWrap {}
    .gSideNav_listWrap_in {}
    .gSideNav_bnrHistory-large {
        margin-bottom: 10px;
    }
    .gSideNav_bnrHistory-large > a {
        height: 90px;
    }
    .gSideNav_bnrHistory-large > a > b {
        font-size: 18px;
    }
    .gSideNav_bnrHistory-large > a > small {}
    .gSideNav_bnrPress-large {
        margin-bottom: 10px;
    }
    .gSideNav_bnrPress-large > a {
        height: 90px;
        overflow: hidden;
    }
    .gSideNav_bnrPress-large > a > img {
        height: 90px;
        left: -110px;
    }
    .gSideNav_bnrPress-large > a > img:nth-of-type(2) {
        right: -110px;
    }
    .gSideNav_bnrPress-large > a > b {
        margin-top: 5px;
    }
    .gSideNav_bnrPress-large > a > small {
        font-size: 10px;
    }
    .gSideNav-bottom {}
    .gBottomNav {
        margin-top: 10px;
    }
    .gBottomNav_inner {
        max-width: 400px;
    }
    .gBottomNav_list {
        display: block;
    }
    .gBottomNav_list > li {
        width: auto;
        margin: 10px 0 0;
    }
    .gBottomNav_list > li:first-child {}
    .gBottomNav_list > li:nth-child(2n+1) {}
    .gBottomNav_list > li:nth-child(n+3) {}
    .gBottomNav_list > li > a {}
    .gBottomNav_list > li > a::before {}
    .gBottomNav_list > li > a::after {}
    .gBottomNav_image {}
    .gBottomNav_image-no1 {}
    .gBottomNav_text {
        font-size: 14px;
        height: 50px;
    }
    .gBottomNav_text::after {}
    .gBottomNav_image-no2 {}
    .gBottomNav_image-no3 {}
    .gNewsList {}
    .gNewsList > li {
        margin-top: 10px;
    }
    .gNewsList > li:first-child {}
    .gNewsList > li:nth-child(2n+1) {}
    .gNewsList > li:nth-child(n+3) {}
    .gCard {}
    .gCard > a {
        padding-left: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 56px;
    }
    .gCard > a::before {}
    .gCard > a::after {}
    .gCard_image {
        width: 80px;
        height: 56px;
    }
    .gCard_image > img {}
    .gCard_update {
        font-size: 10px;
    }
    .gCard_update > time {}
    .gCard_title {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .gCard_catList {}
    .gCard_catList > li {
        font-size: 10px;
        line-height: 1;
    }
    .gCard_catList > li:first-child {}
    .gCard_catList > li:nth-child(2n+1) {}
    .gCard_catList > li:nth-child(n+3) {}
    .gFootNav_sectOuter {
        display: block;
    }
    .gFootNav_sectWrap {
        margin-left: 0;
    }
    .gFootNav_sectWrap-no1 {}
    .gFootNav_sectWrap-no2 {}
    .gFootNav_sectWrap-no3 {}
    .gSabNab {
        display: none;
    }
    .wp-pagenavi > a,
    .wp-pagenavi > span {
        min-width: 30px;
        line-height: 30px;
        margin: 2px 2px;
    }
}
