@charset "UTF-8";
.gHeaderWrap {
    height: 80px;
}
.gHeaderWrap-home {
    height: auto;
}
.gHeader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.gHeader_inner {
    max-width: none;
    padding-right: 0;
    padding-left: 60px;
    position: static;
}
.gHeader_cols {
    display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {
    width: 276px;
}
.gHeader_title {}
.gHeader_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    height: 80px;
    align-items: center;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
    fill: currentColor;
    width: 276px;
    height: 40px;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
    width: calc(100% - 300px);
    margin-left: auto;
}
.gNav {}
.gNav_inner {
    display: flex;
    max-width: 1165px;
    margin-left: auto;
}
.gNav_list {
    list-style: none;
    display: flex;
    align-items: center;
    width: calc(100% - 260px);
    margin-right: auto;
}
.gNav_list > li {
    flex-grow: 1;
}
.gNav_list > li.-sp {
    display: none;
}
.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: inherit;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    padding: 0 5px;
    font-size: 16px;
}
.gNav_list > li > a > b {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
    position: relative;
    z-index: 1;
}
.gNav_list > li > a > b > br {
    display: none;
}
.gNav_list > li > a > b::before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #26498C;
    width: 0;
    transition-duration: .3s;
    transition-property: width;
}
.p-recruit .gNav_list > li > a.-recruit > b::before,
.p-sustainability .gNav_list > li > a.-sustainability > b::before,
.p-handling .gNav_list > li > a.-handling > b::before,
.p-technology .gNav_list > li > a.-technology > b::before,
.p-business .gNav_list > li > a.-business > b::before,
.p-about .gNav_list > li > a.-about > b::before {
    width: 100%;
}
.gNav_list > li > a.isShow > b::before {
    width: 100%;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_link {
    width: 240px;
}
.gNav_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 80px;
    align-items: center;
    background-color: #26498C;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 16px;
}
.gNav_link > a::before {
    content: "";
}
.gNav_link > a::after {
    content: "";
}
.gNav_link > a > .icon {
    display: block;
    font-size: 25px;
    margin-right: 6px;
    top: 1px;
}
.gPageTop {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    transition-duration: .3s;
    transition-property: opacity;
    opacity: 0;
    pointer-events: none;
}
.gPageTop_button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(14, 53, 127, 0.90);
    transition-duration: .3s;
    transition-property: background-color, color;
    color: #fff;
}
.gPageTop.isFixed {
    opacity: 1;
    pointer-events: auto;
}
.gPageTop_button::before {
    content: "";
}
.gPageTop_button::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translateY(50%) translate(-50%, -50%) rotate(45deg);
    border-right: none;
    border-bottom: none;
    margin-top: -2px;
}
.gContact {
    background-color: #26498C;
    color: #fff;
    padding: 72px 0 80px;
    position: relative;
    z-index: 2;
}
.gContact_inner {
    max-width: 1400px;
}
.gContact_cols {
    display: flex;
}
.gContact_col {}
.gContact_col-no1 {
    width: calc(100% - 700px);
}
.gContact_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 26px;
}
.gContact_text {}
.gContact_text > br {
    display: none;
}
.gContact_col-no2 {
    width: 680px;
    margin-left: auto;
}
.gContact_telWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 17px;
}
.gContact_telWrap-form {
    justify-content: center;
}
.gContact_telWrap:last-child {
    margin-bottom: 0;
}
.gContact_telWrap-nav {
    display: none;
}
.gContact_telLink {
    margin-right: 12px;
    line-height: 1.2;
}
.gContact_telLink-form {
    color: #0e357f;
}
.gContact_telLink > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 51px;
    letter-spacing: 0.04em;
}
.gContact_telLink > a::before {
    content: "";
}
.gContact_telLink > a::after {
    content: "";
}
.gContact_telLink > a > small {
    font-size: 52.94%;
    vertical-align: baseline;
    position: relative;
    z-index: 1;
    top: -2px;
}
.gContact_telLink > a > b {
    vertical-align: baseline;
    font-weight: inherit;
}
.gContact_open {
    font-weight: 500;
}
.gContact_link {}
.gContact_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    padding: 10px 10px;
    background-color: #fff;
    color: #0E357F;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gContact_link-rct > a {
    color: #3667c4;
}
.gContact_link > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    margin-right: -1px;
}
.gContact_link > a::after {
    content: "";
}
.gContact_link > a > .icon {
    display: block;
    font-size: 31px;
    margin-right: 9px;
    top: 0.05em;
}
.gFootNav {
    background-color: #EEF1F6;
    padding: 67px 0 54px;
    position: relative;
    z-index: 2;
}
.gFootNav_inner {
    max-width: 1400px;
}
.gFootNav_cols {
    display: flex;
    justify-content: space-between;
}
.gFootNav_col {
    margin-right: 15px;
}
.gFootNav_col:last-child {
    margin-right: 0;
}
.gFootNav_col-no1 {}
.gFootNav_list {
    list-style: none;
    line-height: 1.2;
    font-size: 16px;
}
.gFootNav_list > li {
    margin-top: 16px;
}
.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: flex;
    text-decoration: none;
    color: inherit;
    justify-content: flex-start;
    align-items: center;
}
.gFootNav_list > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    margin-right: 1px;
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_list > li > a > b {
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding: 5px 0;
}
.gFootNav_list > li > a > b::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition-duration: .3s;
    transition-property: width;
}
.gFootNav_cList {
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-top: 4px;
}
.gFootNav_cList::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 15px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #CFD7E5;
    position: absolute;
}
.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: flex;
    text-decoration: none;
    color: inherit;
    justify-content: flex-start;
    align-items: center;
}
.gFootNav_cList > li > a::before {
    content: "";
    display: block;
    width: 1px;
    margin-right: -1px;
    height: 30px;
}
.gFootNav_cList > li > a::after {
    content: "";
}
.gFootNav_cList > li > a > b {
    display: block;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    padding: 5px 0;
}
.gFootNav_cList > li > a > b::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition-duration: .3s;
    transition-property: width;
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gFootNav_col-no5 {}
.gFootNav_col-no6 {}
.gFooter {
    padding: 59px 0 60px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.gFooter_inner {
    max-width: 1400px;
}
.gFooter_dList {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
    font-size: 88.9%;
    flex-wrap: wrap;
}
.gFooter_dList > dt {
    width: 100%;
    margin-bottom: 17px;
}
.gFooter_dList > dt > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_dList > dt > a::before {
    content: "";
}
.gFooter_dList > dt > a::after {
    content: "";
}
.gFooter_dList > dd {
    margin-right: 1em;
}
.gFooter_dList > dd:last-child {
    margin-right: 0;
}
.gFooter_dList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gFooter_dList > dd > a::before {
    content: "";
}
.gFooter_dList > dd > a::after {
    content: "";
}
.gFooter_svg {
    display: block;
    width: 248px;
    height: 36px;
    fill: currentColor;
}
.gFooter_svg > title {}
.gFooter_svg > use {}
.gFooter_cols {
    display: flex;
    justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_list {
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gFooter_list-nav {
    display: none;
}
.gFooter_list > li {
    display: flex;
    align-items: center;
}
.gFooter_list > li::after {
    content: "｜";
    display: block;
    color: #CFD7E5;
}
.gFooter_list > li:last-child::after {
    display: none;
}
.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;
    text-decoration: none;
    color: inherit;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_col-no2 {}
.gFooter_copyright {
    font-size: 12px;
    font-weight: 500;
}
.gFooter_copyright > small {
    display: block;
    font-size: inherit;
}
.gBody {
    position: relative;
    z-index: 0;
    padding-bottom: 90px;
    overflow: hidden;
}
.gBody-noPb {
    padding-bottom: 0;
}
.gBody-pbL {
    padding-bottom: 150px;
}
.gPankuzu {
    background-color: #EEF1F6;
    position: relative;
    z-index: 10;
}
.gPankuzu_inner {
    max-width: 1400px;
}
.gPankuzu_oList {
    list-style: none;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
}
.gPankuzu_oList > li {
    display: flex;
    align-items: center;
}
.gPankuzu_oList > li::after {
    content: ">";
    display: block;
    margin: 0 7px;
}
.gPankuzu_oList > li:last-child::after {
    display: none;
}
.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 {
    display: flex;
    color: inherit;
    height: 54px;
    align-items: center;
}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gVisual {
    margin-bottom: 65px;
}
.gVisual_inner {}
.gVisual_title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: #0E357F;
}
.gVisual_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CFD7E5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.gVisual_title > b {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-weight: inherit;
    position: relative;
    z-index: 2;
}
.gVisual_title > b::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #0E357F;
}
.gVisual_title > b::before {
    content: "";
    display: block;
    width: 1px;
    height: 160px;
    margin-right: -1px;
}
.gVisual_title-white {
    color: #fff;
}
.gBody_inner {}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMega {
    background-color: #3E5D99;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 80px;
    left: 0;
    color: #fff;
    line-height: 1.2;
    padding: 70px 0 75px;
    -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_inner {}
.gMega_contents {
    position: relative;
    z-index: 1;
}
.gMega_closeBtn {
    display: block;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
    width: 28px;
    height: 28px;
    transition-duration: .3s;
    transition-property: transform;
}
.gMega_closeBtn::before {
    content: "";
    display: block;
    width: 141%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.gMega_closeBtn::after {
    content: "";
    display: block;
    width: 141%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.gMega_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 27px;
    display: flex;
}
.gMega_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.gMega_title > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    margin-right: -1px;
}
.gMega_title > a::after {
    content: "";
}
.gMega_title > a > b {
    display: block;
    font-weight: inherit;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}
.gMega_title > a > b::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: currentColor;
    height: 1px;
}
.gMega_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}
.gMega_list > li {
    width: 33.3%;
}
.gMega_list > li:first-child {}
.gMega_list > li:last-child {}
.gMega_list > li:nth-child(2n+1) {}
.gMega_list > li:nth-child(n+4) {
    margin-top: 28px;
}
.gMega_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.gMega_list > li > a::before {
    content: "";
}
.gMega_list > li > a::after {
    content: "";
}
.gMega_list > li > a > b {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: inherit;
    padding: 10px 0;
}
.gMega_list > li > a > b::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
.gMega_cList {
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 21px;
    margin-top: 24px;
}
.gMega_cList::before {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #6E86B2;
    display: block;
    position: absolute;
}
.gMega_cList > li {}
.gMega_cList > li.-sp {
    display: none;
}
.gMega_cList > li:first-child {}
.gMega_cList > li:last-child {}
.gMega_cList > li:nth-child(2n+1) {}
.gMega_cList > li:nth-child(n+3) {}
.gMega_cList > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    font-weight: 500;
}
.gMega_cList > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    margin-right: -1px;
}
.gMega_cList > li > a::after {
    content: "";
}
.gMega_cList > li > a > b {
    display: block;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    padding: 4px 0;
}
.gMega_cList > li > a > b::before {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: width;
    width: 0;
}
.gMega_link {}
.gMega_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 10px 20px;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #4A76CA;
    transition-duration: .3s;
    transition-property: background-color, color;
    justify-content: center;
    text-align: center;
}
.gMega_link > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    margin-right: -1px;
}
.gMega_link > a::after {
    content: "";
}
.gFixNav {
    display: none;
}
.gFixNav_list {
    list-style: none;
}
.gFixNav_list > li {}
.gFixNav_list > li:first-child {}
.gFixNav_list > li:last-child {}
.gFixNav_list > li:nth-child(2n+1) {}
.gFixNav_list > li:nth-child(n+3) {}
.gFixNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gFixNav_list > li > a::before {
    content: "";
}
.gFixNav_list > li > a::after {
    content: "";
}
.gFixNav_list > li > a > .icon {}
.gPager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 55px;
}
.gPager > a,
.gPager > span {
    color: inherit;
    min-width: 40px;
    height: 40px;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border: 1px solid #cfd7e5;
    box-sizing: border-box;
    font-size: 14px;
    transition-duration: .3s;
    transition-property: color, background-color;
    padding: 0 10px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}
.gPager > .previouspostslink {
    font-size: 0;
}
.gPager > a::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #333;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    width: 0;
    transition-duration: .3s;
    transition-property: width;
}
.gPager > .current {
    background-color: #0e357f;
    color: #fff;
    border-color: #0e357f;
    font-weight: bold;
}
.gPager > .extend {
    border: none;
}
.gPager > .nextpostslink {
    font-size: 0;
}
.gPager > .previouspostslink::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(-135deg);
    position: relative;
    z-index: 1;
    left: 1px;
}
.gPager > .nextpostslink::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
    right: 1px;
}
.gContact_text-rct {
    line-height: 1;
    margin-bottom: -18px;
}
.gContact_col-no3 {
    width: calc(100% - 720px);
    max-width: 680px;
    margin-left: auto;
}
.gContact_col-no4 {
    width: 715px;
    padding-top: 35px;
    padding-bottom: 25px;
}
.gContact_cols-rct {
    align-items: center;
    flex-direction: row-reverse;
}
.gContact-rct {
    background-color: #3667c4;
}
.gContact_title-rct {
    text-align: center;
    font-size: 40px;
}
.gFooter_headCols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gFooter_headCol {}
.gFooter_headCol-no1 {
    width: calc(100% - 300px);
}
.gFooter_headCol-no2 {
    display: flex;
    align-items: center;
    width: 280px;
    justify-content: flex-end;
    margin-left: auto;
}
.gFooter_certification {
    margin-left: 25px;
}
.gFooter_certification > img {
    display: block;
}
.gFooter_certification:first-child {
    margin-left: 0;
}
@media screen and (max-width:1499px) {
    .gHeader_inner {
        padding-left: 20px;
    }
    .gNav_link {
        width: 200px;
    }
    .gNav_list {
        width: calc(100% - 210px);
    }
    .gNav_inner {
        max-width: 1040px;
    }
}
@media screen and (max-width: 1399px) {
    .gContact_col-no1 {
        width: calc(100% - 510px);
    }
    .gContact_col-no2 {
        width: 500px;
    }
    .gContact_col-no3 {
        width: 440px;
        max-width: none;
    }
    .gContact_col-no4 {
        width: calc(100% - 460px);
    }
}
@media screen and (max-width:1299px) {
    .gNav_list > li > a > b > br:not(.-tablet) {
        display: inline;
    }
    .gFooter_dList > dt {
        margin-right: 30px;
    }
}
@media screen and (max-width:1199px) {
    .gFooter_dList > dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gNav_link {
        width: 160px;
    }
    .gNav_link > a > .icon {
        font-size: 22px;
    }
    .gNav_list {
        width: calc(100% - 175px);
    }
    .gNav_list > li > a {
        font-size: 15px;
    }
    .gContact_telLink > a {
        font-size: 40px;
    }
    .gContact_col-no1 {
        width: calc(100% - 440px);
    }
    .gContact_col-no2 {
        width: 400px;
    }
    .gContact_text {
        font-size: 16px;
    }
    .gHeader_col-no1 {
        width: 200px;
    }
    .gHeader_col-no2 {
        width: calc(100% - 220px);
    }
    .gHeader_title_img {
        width: 200px;
        height: 29px;
    }
    .gFootNav_list {
        font-size: 15px;
    }
    .gFootNav_cList {
        font-size: 13px;
        padding-left: 14px;
    }
    .gMega_link > a {
        font-size: 16px;
    }
}
@media screen and (min-width:1000px) {
    .gPager > a:hover::after {
        width: 16px;
    }
    .gPager > a:hover {}
    .gFixNav_list > li > a:hover {}
    .gMega_link > a:hover {
        background-color: #4A76CA;
        color: #fff;
    }
    .gHeader_title > a:hover {
        color: #0E357F;
    }
    .gNav_list > li > a:hover > b::before {
        width: 100%;
    }
    .gNav_list > li > a:hover {}
    .gNav_link > a:hover {
        background-color: #1170C2;
    }
    .gPageTop_button:hover {
        background-color: rgba(17, 112, 194, 0.90);
    }
    .gContact_telLink > a:hover {}
    .gContact_link > a:hover {
        background-color: #1170C2;
        color: #fff;
    }
    .gFootNav_list > li > a:hover {}
    .gFootNav_list > li > a:hover > b::before {
        width: 100%;
    }
    .gFootNav_cList > li > a:hover {}
    .gFootNav_cList > li > a:hover > b::before {
        width: 100%;
    }
    .gFooter_dList > dt > a:hover {
        color: #0E357F;
    }
    .gFooter_dList > dd > a:hover {}
    .gFooter_list > li > a:hover {
        text-decoration: underline;
    }
    .gPankuzu_oList > li > a:hover {}
    .gMenuBtn:hover {}
    .gMega_closeBtn:hover {
        transform: scale(1.2);
    }
    .gMega_title > a:hover {}
    .gMega_title > a:hover > b::before {
        animation-name: scrollBar;
        animation-duration: .7s;
        animation-fill-mode: backwards;
        animation-iteration-count: 1;
    }
    .isIE11 .gMega_title > a:hover > b::before {
        animation-name: scrollBarIE;
        animation-duration: .3s;
        width: 0;
    }
    .gMega_list > li > a:hover {}
    .gMega_list > li > a:hover > b::before {
        animation-name: scrollBar;
        animation-duration: .7s;
        animation-fill-mode: backwards;
        animation-iteration-count: 1;
    }
    .isIE11 .gMega_list > li > a:hover > b::before {
        animation-name: scrollBarIE;
        animation-duration: .3s;
        width: 0;
    }
    .gMega_cList > li > a:hover {}
    .gMega_cList > li > a:hover > b::before {
        width: 100%;
    }
    .gContact_link-rct > a:hover {
        background-color: #56A9E8;
        color: #ffffff;
    }
}
@media screen and (max-width: 999px) {
    .gHeaderWrap {
        height: 70px;
    }
    .gHeaderWrap-home {
        height: auto;
    }
    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {
        width: 160px;
    }
    .gHeader_title {}
    .gHeader_title > a {
        height: 70px;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        width: 160px;
        height: 24px;
    }
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {
        width: calc(100% - 170px);
    }
    .gNav {}
    .gNav_inner {
        max-width: 580px;
    }
    .gNav_list {
        width: calc(100% - 100px);
    }
    .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 {
        font-size: 13px;
    }
    .gNav_list > li > a > b {
        height: 70px;
    }
    .gNav_list > li > a > b > br {
        display: inline;
    }
    .gNav_list > li > a > b::before {}
    .gNav_list > li > a.isShow > b::before {}
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_link {
        width: 90px;
    }
    .gNav_link > a {
        flex-direction: column;
        font-size: 11px;
        height: 70px;
    }
    .gNav_link > a::before {}
    .gNav_link > a::after {}
    .gNav_link > a > .icon {
        margin-right: 0;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gContact {
        padding: 60px 0;
    }
    .gContact_inner {}
    .gContact_cols {}
    .gContact_col {}
    .gContact_col-no1 {
        width: calc(100% - 380px);
    }
    .gContact_title {}
    .gContact_text {}
    .gContact_text > br {
        display: inline;
    }
    .gContact_col-no2 {
        width: 360px;
    }
    .gContact_telWrap {}
    .gContact_telLink {}
    .gContact_telLink > a {}
    .gContact_telLink > a::before {}
    .gContact_telLink > a::after {}
    .gContact_telLink > a > small {}
    .gContact_telLink > a > b {}
    .gContact_open {}
    .gContact_link {}
    .gContact_link > a {
        font-size: 20px;
    }
    .gContact_link > a::before {
        height: 60px;
    }
    .gContact_link > a::after {}
    .gContact_link > a > .icon {}
    .gFootNav {
        padding: 45px 0;
    }
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_col {
        margin-right: 11px;
    }
    .gFootNav_col:last-child {}
    .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 > b {}
    .gFootNav_list > li > a > b::before {}
    .gFootNav_cList {
        padding-left: 10px;
    }
    .gFootNav_cList::before {}
    .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 > b {}
    .gFootNav_cList > li > a > b::before {}
    .gFootNav_col-no2 {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no4 {}
    .gFootNav_col-no5 {}
    .gFootNav_col-no6 {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dt > a {}
    .gFooter_dList > dt > a::before {}
    .gFooter_dList > dt > a::after {}
    .gFooter_dList > dd {}
    .gFooter_dList > dd:last-child {}
    .gFooter_dList > dd > a {}
    .gFooter_dList > dd > a::before {}
    .gFooter_dList > dd > a::after {}
    .gFooter_svg {}
    .gFooter_svg > title {}
    .gFooter_svg > use {}
    .gFooter_cols {}
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li::after {}
    .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_col-no2 {}
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gBody {
        padding-bottom: 75px;
    }
    .gBody-noPb {
        padding-bottom: 0;
    }
    .gPankuzu {}
    .gPankuzu_inner {}
    .gPankuzu_oList {
        font-size: 13px;
    }
    .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 {}
    .gVisual {
        margin-bottom: 55px;
    }
    .gVisual_inner {}
    .gVisual_title {
        font-size: 32px;
    }
    .gVisual_title::before {}
    .gVisual_title > b {}
    .gVisual_title > b::after {}
    .gVisual_title > b::before {
        height: 120px;
    }
    .gBody_inner {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMega {
        top: 70px;
    }
    .gMega.isShow {}
    .gMega_inner {}
    .gMega_contents {}
    .gMega_closeBtn {}
    .gMega_closeBtn::before {}
    .gMega_closeBtn::after {}
    .gMega_title {}
    .gMega_title > a {}
    .gMega_title > a::before {}
    .gMega_title > a::after {}
    .gMega_title > a > b {}
    .gMega_title > a > b::before {}
    .gMega_list {}
    .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+4) {}
    .gMega_list > li > a {}
    .gMega_list > li > a::before {}
    .gMega_list > li > a::after {}
    .gMega_list > li > a > b {}
    .gMega_list > li > a > b::before {}
    .gMega_cList {}
    .gMega_cList::before {}
    .gMega_cList > li {}
    .gMega_cList > li:first-child {}
    .gMega_cList > li:last-child {}
    .gMega_cList > li:nth-child(2n+1) {}
    .gMega_cList > li:nth-child(n+3) {}
    .gMega_cList > li > a {}
    .gMega_cList > li > a::before {}
    .gMega_cList > li > a::after {}
    .gMega_cList > li > a > b {}
    .gMega_cList > li > a > b::before {}
    .gMega_link {}
    .gMega_link > a {}
    .gMega_link > a::before {}
    .gMega_link > a::after {}
    .gFixNav {}
    .gFixNav_list {}
    .gFixNav_list > li {}
    .gFixNav_list > li:first-child {}
    .gFixNav_list > li:last-child {}
    .gFixNav_list > li:nth-child(2n+1) {}
    .gFixNav_list > li:nth-child(n+3) {}
    .gFixNav_list > li > a {}
    .gFixNav_list > li > a::before {}
    .gFixNav_list > li > a::after {}
    .gFixNav_list > li > a > .icon {}
    .gPager {}
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {}
    .gPager > a::after {}
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gPager > .previouspostslink::before {}
    .gPager > .nextpostslink::before {}
    .gContact_text-rct {}
    .gContact_col-no3 {
        width: 340px;
    }
    .gContact_col-no4 {
        width: calc(100% - 360px);
    }
    .gContact_cols-rct {}
    .gContact-rct {}
    .gContact_title-rct {
        font-size: 32px;
    }
    .gFooter_headCols {}
    .gFooter_headCol {}
    .gFooter_headCol-no1 {}
    .gFooter_headCol-no2 {}
    .gFooter_certification {}
    .gFooter_certification > img {}
    .gFooter_certification:first-child {}
}
@media screen and (max-width: 767px) {
    .gHeaderWrap {
        height: 50px;
    }
    .gHeaderWrap-home {}
    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {
        display: block;
    }
    .gHeader_col {
        width: auto;
    }
    .gHeader_col-no1 {}
    .gHeader_title {
        display: flex;
    }
    .gHeader_title > a {
        height: 50px;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        width: 193px;
        height: 28px;
    }
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {}
    .gNav {
        position: fixed;
        z-index: 1001;
        top: 50px;
        right: 0;
        width: calc(100% - 40px);
        height: calc(100% - 50px);
        background-color: rgba(14, 53, 127, 0.90);
        color: #fff;
        -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;
        box-shadow: -40px 0 0 rgba(0, 0, 0, 0.50);
        overflow: auto;
        padding-bottom: 40px;
        box-sizing: border-box;
        min-width: 320px;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        pointer-events: auto;
    }
    .gNav_inner {
        max-width: none;
        display: block;
    }
    .gNav_list {
        width: auto;
        display: block;
    }
    .gNav_list > li {}
    .gNav_list > li.-sp {
        display: block;
    }
    .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 {
        font-size: 16px;
        padding: 0 20px;
        border-bottom: 1px solid #6E86B2;
        position: relative;
        z-index: 1;
        padding-right: 40px;
    }
    .gNav_list > li > a > b {
        height: 59px;
        justify-content: flex-start;
    }
    .gNav_list > li > a > b > br {
        display: none;
    }
    .gNav_list > li > a > b > br:not(.-tablet) {
        display: none;
    }
    .gNav_list > li > a > b::before {}
    .gNav_list > li > a.isShow > b::before {}
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid currentColor;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 22px;
        transform: translateY(-50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
    .gNav_list > li > a.-hasChild::after {
        transform: translateY(-50%) rotate(135deg);
        transition-duration: .3s;
        transition-property: transform;
    }
    .gNav_list > li > a.-hasChild.isShow::after {
        transform: translateY(-50%) rotate(315deg);
    }
    .gNav_link {
        width: auto;
        padding: 20px 18px;
    }
    .gNav_link > a {
        flex-direction: row;
        background-color: #fff;
        font-size: 16px;
        font-weight: 500;
        color: #0E357F;
    }
    .gNav_link > a::before {}
    .gNav_link > a::after {}
    .gNav_link > a > .icon {
        margin-right: 6px;
        margin-bottom: 0;
        font-size: 24px;
    }
    .gPageTop {
        bottom: 80px;
        right: 10px;
    }
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gContact {
        padding-top: 33px;
        padding-bottom: 18px;
    }
    .gContact_inner {}
    .gContact_cols {
        display: block;
    }
    .gContact_col {
        width: auto;
    }
    .gContact_col-no1 {}
    .gContact_title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .gContact_text {
        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 17px;
    }
    .gContact_col-no2 {
        display: flex;
        flex-direction: column-reverse;
    }
    .gContact_telWrap {
        display: block;
        width: 100%;
    }
    .gContact_telWrap-nav {
        box-sizing: border-box;
        padding: 0 18px;
        margin-bottom: 21px;
    }
    .gContact_telLink {
        margin-right: 0;
    }
    .gContact_telLink-form {
        color: #fff;
        background-color: #0e357f;
    }
    .gContact_telLink > a {
        font-size: 30px;
        border: 1px solid currentColor;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 5px;
        line-height: 1;
    }
    .gContact_telLink > a::before {}
    .gContact_telLink > a::after {
        content: "タップをすると電話がかかります";
        display: block;
        width: 100%;
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }
    .gContact_telLink > a > small {
        top: 3px;
    }
    .gContact_telLink > a > b {}
    .gContact_open {
        text-align: center;
        margin-top: 4px;
    }
    .gContact_link {
        width: 100%;
        margin-bottom: 20px;
    }
    .gContact_link > a {
        font-size: 16px;
    }
    .gContact_link > a::before {
        height: 49px;
    }
    .gContact_link > a::after {}
    .gContact_link > a > .icon {
        font-size: 26px;
    }
    .gFootNav {
        display: none;
    }
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_col {}
    .gFootNav_col:last-child {}
    .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 > b {}
    .gFootNav_list > li > a > b::before {}
    .gFootNav_cList {}
    .gFootNav_cList::before {}
    .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 > b {}
    .gFootNav_cList > li > a > b::before {}
    .gFootNav_col-no2 {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no4 {}
    .gFootNav_col-no5 {}
    .gFootNav_col-no6 {}
    .gFooter {
        padding-top: 33px;
        padding-bottom: 90px;
    }
    .gFooter_inner {}
    .gFooter_dList {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .gFooter_dList > dt {
        margin-bottom: 15px;
    }
    .gFooter_dList > dt > a {}
    .gFooter_dList > dt > a::before {}
    .gFooter_dList > dt > a::after {}
    .gFooter_dList > dd {}
    .gFooter_dList > dd:last-child {}
    .gFooter_dList > dd > a {}
    .gFooter_dList > dd > a::before {}
    .gFooter_dList > dd > a::after {}
    .gFooter_svg {
        width: 247px;
        height: 36px;
    }
    .gFooter_svg > title {}
    .gFooter_svg > use {}
    .gFooter_cols {
        display: block;
    }
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_list {}
    .gFooter_list-nav {
        display: flex;
        justify-content: center;
    }
    .gFooter_list > li {}
    .gFooter_list > li::after {}
    .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_col-no2 {
        margin-top: 14px;
    }
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gBody {
        padding-bottom: 50px;
    }
    .gBody-noPb {
        padding-bottom: 0;
    }
    .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 {}
    .gVisual {
        margin-bottom: 30px;
    }
    .gVisual_inner {}
    .gVisual_title {
        font-size: 24px;
        line-height: 1.3;
    }
    .gVisual_title::before {
        width: calc(100% + 40px);
        left: -20px;
    }
    .gVisual_title > b {}
    .gVisual_title > b::after {
        width: 40px;
        left: -20px;
    }
    .gVisual_title > b::before {
        height: 44px;
    }
    .gBody_inner {}
    .gMenuBtn {
        display: block;
        position: fixed;
        z-index: 1002;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        transition-duration: .3s;
        transition-property: background-color, color;
    }
    .gMenuBtn.isShow {
        background-color: #26498C;
        color: #fff;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        display: block;
        width: 20px;
        height: 2px;
        background-color: currentColor;
        margin: 0 auto;
        border-radius: 2px;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: transform, top;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 4px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 6px;
        transform: rotate(-45deg) scale(1.41, 1);
    }
    .isShow .gMenuBtn_bar-no2 {
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -6px;
        transform: rotate(45deg) scale(1.41, 1);
    }
    .gMega {
        position: static;
        color: inherit;
        width: auto;
        line-height: inherit;
        padding: 0;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background: no-repeat;
        font-size: 14px;
        display: none;
    }
    .gMega.isShow {
        display: block;
    }
    .gMega_inner {
        padding: 0;
    }
    .gMega_contents {}
    .gMega_closeBtn {
        display: none;
    }
    .gMega_closeBtn::before {}
    .gMega_closeBtn::after {}
    .gMega_title {
        margin-bottom: 0;
        font-size: 14px;
        display: block;
    }
    .gMega_title > a {
        border-bottom: 1px solid #6E86B2;
        padding-left: 20px;
        padding-right: 40px;
        position: relative;
        z-index: 1;
    }
    .gMega_title > a::before {
        height: 59px;
    }
    .gMega_title > a::after {
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid currentColor;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 22px;
        transform: translateY(-50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
    .gMega_title > a > b {
        padding: 0;
    }
    .gMega_title > a > b::before {
        display: none;
    }
    .gMega_list {
        display: block;
    }
    .gMega_list > li {
        width: auto;
    }
    .gMega_list > li:first-child {}
    .gMega_list > li:last-child {}
    .gMega_list > li:nth-child(2n+1) {}
    .gMega_list > li:nth-child(n+4) {
        margin-top: 0;
    }
    .gMega_list > li > a {
        border-bottom: 1px solid #6E86B2;
        padding-left: 37px;
        padding-right: 40px;
        position: relative;
        z-index: 1;
    }
    .gMega_list > li > a::before {
        display: block;
        width: 1px;
        height: 59px;
        margin-right: -1px;
    }
    .gMega_list > li > a::after {
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid currentColor;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 22px;
        transform: translateY(-50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
    .gMega_list > li > a.-hasChild::after {
        transform: translateY(-50%) rotate(135deg);
        transition-duration: .3s;
        transition-property: transform;
    }
    .gMega_list > li > a.-hasChild.isShow::after {
        transform: translateY(-50%) rotate(315deg);
    }
    .gMega_list > li > a > b {
        padding: 0;
    }
    .gMega_list > li > a > b::before {
        display: none;
    }
    .gMega_cList {
        padding-left: 0;
        margin-top: 0;
        display: none;
    }
    .gMega_cList.isShow {
        display: block;
    }
    .gMega_cList::before {
        display: none;
    }
    .gMega_cList > li {}
    .gMega_cList > li.-sp {
        display: block;
    }
    .gMega_cList > li:first-child {}
    .gMega_cList > li:last-child {}
    .gMega_cList > li:nth-child(2n+1) {}
    .gMega_cList > li:nth-child(n+3) {}
    .gMega_cList > li > a {
        padding-left: 51px;
        padding-right: 40px;
        border-bottom: 1px solid #6E86B2;
        position: relative;
        z-index: 1;
    }
    .gMega_cList > li > a::before {
        height: 59px;
    }
    .gMega_cList > li > a::after {
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid currentColor;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 22px;
        transform: translateY(-50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
    .gMega_cList > li > a > b {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .gMega_cList > li > a > b::before {
        content: "-";
        position: static;
        width: auto;
        height: auto;
        background: no-repeat;
        margin-right: 6px;
    }
    .gMega_link {
        display: none;
    }
    .gMega_link > a {}
    .gMega_link > a::before {}
    .gMega_link > a::after {}
    .gFixNav {
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .gFixNav_list {
        display: flex;
    }
    .gFixNav_list > li {
        width: 50%;
    }
    .gFixNav_list > li:first-child {}
    .gFixNav_list > li:last-child {}
    .gFixNav_list > li:nth-child(2n+1) {}
    .gFixNav_list > li:nth-child(n+3) {}
    .gFixNav_list > li > a {
        background-color: rgba(38, 73, 140, 0.90);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        height: 70px;
        font-size: 14px;
        line-height: 1;
    }
    .gFixNav_list > li > a[href^="tel:"] {
        background-color: rgba(207, 215, 229, 0.90);
        color: #0E357F;
    }
    .gFixNav_list > li > a::before {}
    .gFixNav_list > li > a::after {}
    .gFixNav_list > li > a > .icon {
        display: block;
        font-size: 25px;
        margin-bottom: 5px;
    }
    .gFixNav_list > li > a > .icon-tel {
        transform: scale(0.88);
    }
    .gFixNav_list > li > a > b {
        display: block;
        font-weight: 500;
    }
    .gPager {
        margin-top: 15px;
    }
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {}
    .gPager > a::after {}
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gPager > .previouspostslink::before {}
    .gPager > .nextpostslink::before {}
    .gContact_text-rct {}
    .gContact_col-no3 {
        padding: 0;
    }
    .gContact_col-no4 {
        padding: 0;
    }
    .gContact_cols-rct {}
    .gContact-rct {}
    .gContact_title-rct {
        font-size: 22px;
    }
    .gFooter_headCols {
        display: block;
        margin-bottom: 16px;
    }
    .gFooter_headCol {
        width: auto;
    }
    .gFooter_headCol-no1 {}
    .gFooter_headCol-no2 {
        justify-content: flex-start;
    }
    .gFooter_certification {}
    .gFooter_certification-no1 {
        width: 125px;
    }
    .gFooter_certification-no2 {
        width: 70px;
    }
    .gFooter_certification > img {}
    .gFooter_certification:first-child {}
}
@media screen and (max-width:374px) {
    .gFooter_list {
        font-size: 13px;
    }
    .gFooter {
        padding-bottom: 120px;
    }
    .gContact_title-rct {
        font-size: 19px;
    }
}
