@charset "UTF-8";
.gHeader {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
}
.gHeader_inner {
    max-width: none;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 38px;
    position: static;
}
.gHeader_cols {
    display: flex;
    justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {}
.gHeader_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
}
.gHeader_col-no2 {}
.gMenuBtn {
    display: block;
    color: #fff;
    height: 90px;
    width: 100%;
    line-height: 1;
    position: relative;
    z-index: 1000;
    transition-duration: .3s;
    transition-property: transform, -webkit-transform, color;
    top: 0;
    left: 0;
    padding-top: 10px;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn > b {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
}
.gMenuBtn > b:nth-of-type(2) {
    display: none;
}
.gMenuBtn.isShow > b:nth-of-type(1) {
    display: none;
}
.gMenuBtn.isShow > b:nth-of-type(2) {
    display: block;
}
.gMenuBtn_barWrap {
    display: block;
    width: 48px;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.isShow .gMenuBtn_barWrap {
    -webkit-transform: rotate(0deg) translateY(4px);
    transform: rotate(0deg) translateY(4px);
}
.gMenuBtn_bar {
    display: block;
    height: 2px;
    background-color: currentColor;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 0;
    transition-duration: .3s;
    transition-property: top, width, -webkit-transform;
    transition-property: transform, top, width;
    transition-property: transform, top, width, -webkit-transform;
    width: 100%;
}
.gMenuBtn_bar-no1 {
    width: 28px;
}
.gMenuBtn_bar-no2 {
    margin: 9px auto;
}
.gMenuBtn_bar-no3 {
    width: 28px;
}
.isShow .gMenuBtn_bar-no1 {
    width: 48px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.isShow .gMenuBtn_bar-no2 {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.isShow .gMenuBtn_bar-no3 {
    width: 48px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gBody {
    background-image: url(/assets/img/common/bg-main@2x.png);
    background-size: 784px 998px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 87px;
    background: none;
}
.gBody-home {
    padding-bottom: 0;
}
.gBody::before {
    background-image: url(/assets/img/common/bg-main@2x.png);
    content: "";
    width: 784px;
    height: 998px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    background-size: 100% 100%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -568px;
}
.gBody-home::before {
    opacity: 0;
}
.gVisual {
    padding: 50px 50px 0;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}
.gVisual-mbL {
    margin-bottom: 72px;
}
.gVisual_bg {
    background-image: url(/assets/img/common/pt-main-blog.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    background-color: #9e9c6f;
}
.gVisual_bg-home {
    background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual_bg-news {
    background-image: url(/assets/img/common/pt-main-news.jpg?date=211020);
    background-color: #aeb083;
}
.gVisual_bg-blog {
    background-image: url(/assets/img/common/pt-main-blog.jpg);
}
.gVisual_bg-gallery {
    background-image: url(/assets/img/common/pt-main-gallery.jpg);
}
.gVisual_bg-about {
    background-image: url(/assets/img/common/pt-main-about.jpg?date=211020);
    background-color: #b2ba8b;
}
.gVisual_bg-recruit {
    background-image: url(/assets/img/common/pt-main-recruit.jpg);
}
.gVisual_bg-entry {
    background-image: url(/assets/img/common/pt-main-entry.jpg);
}
.gVisual_bg-security {
    background-image: url(/assets/img/common/pt-main-security.jpg);
    background-color: #b0bd8f;
}
.gVisual_bg-contact {
    background-image: url(/assets/img/common/pt-main-contact.jpg);
    background-color: #becaa4;
}
.gVisual_bg-company {
    background-image: url(/assets/img/common/pt-main-company.jpg?date=211020);
    background-color: #9bbb7b;
}
.gVisual_bg-privacy {
    background-image: url(/assets/img/common/pt-main-privacy.jpg);
    background-color: #b8c49e;
}
.gVisual_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gVisual_inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 298px;
}
.gVisual_title {
    text-align: center;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 1;
    top: -5px;
}
.gVisual_title > b {
    display: block;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.gVisual_title > small {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.gBody_inner {}
.gNav {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    background-color: #005b3d;
    top: 0;
    left: 0;
    box-sizing: border-box;
    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;
    height: 100%;
    display: flex;
    overflow: auto;
}
.gNav.isShow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
}
.gNav_inner {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.gNav_cols {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.gNav_col {}
.gNav_col-no1 {
    width: 613px;
    display: flex;
    justify-content: space-between;
}
.gNav_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    padding: 29px 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_list > li > a > b {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 9px;
}
.gNav_list > li > a > small {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.gNav_cList {
    list-style: none;
    font-size: 15px;
    margin-top: -11px;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 1.4;
    padding: 6px 0;
    transition-duration: .3s;
    transition-property: opacity, padding-left;
}
.gNav_cList > li > a::before {
    content: "";
}
.gNav_cList > li > a::after {
    content: "";
}
.gNav_col-no2 {
    padding-bottom: 29px;
}
.gNav_logo {
    margin-bottom: 13px;
    max-width: 293px;
}
.gNav_logo > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
}
.gNav_logo > a::before {
    content: "";
}
.gNav_logo > a::after {
    content: "";
}
.gNav_logo > a > img {
    display: block;
}
.gNav_addr {
    font-size: 15px;
}
.gTelLink {
    margin: 10px 0 10px;
}
.gTelLink-footer {}
.gTelLink > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 37px;
    line-height: 1;
}
.gTelLink > a > b {
    display: block;
    font-size: 35px;
    font-weight: bold;
}
.gTelLink > a > small {
    display: block;
    font-size: 12px;
    padding-left: 4px;
    margin-top: 0px;
}
.gTelLink > a::before {
    content: "";
}
.gTelLink > a::after {
    content: "";
}
.gTelLink > a > .icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
}
.gSnsList {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 20px;
}
.gSnsList-footer {}
.gSnsList > dt {
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.1em;
    margin-right: 15px;
}
.gSnsList > dd {}
.gSnsList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 25px;
    padding: 0 7px;
    transition-duration: .3s;
    transition-property: opacity, color;
}
.gSnsList > dd > a::before {
    content: "";
}
.gSnsList > dd > a::after {
    content: "";
}
.gSnsList > dd > a > .icon {
    display: block;
}
.gSnsList > dd > a > .icon-youtube {
    font-size: 130%;
    top: 0.05em;
}
.gSnsList > dd > a > .icon-twitter {
    font-size: 120%;
}
.gPankuzu {
    font-size: 13px;
    border-top: 1px solid #eeeeee;
}
.gPankuzu_inner {}
.gPankuzu_oList {
    list-style: none;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    align-items: center;
    font-weight: 300;
}
.gPankuzu_oList > li {
    display: flex;
    align-items: center;
}
.gPankuzu_oList > li::after {
    content: ">";
    display: block;
    margin: 0 10px;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gPankuzu_oList > li:last-child::after {
    display: none;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 45px;
    align-items: center;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gFooter {
    background-color: #f5f5f5;
    box-shadow: 0 100vh 0 100vh #005d3d;
    position: relative;
    z-index: 0;
}
.gFooter_inner {
    padding-top: 90px;
    padding-bottom: 83px;
    max-width: 1080px;
}
.gFooter_cols {
    display: flex;
    justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {
    width: 320px;
    padding-top: 3px;
}
.gFooter_logo {
    margin-bottom: 9px;
}
.gFooter_logo > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
}
.gFooter_logo > a::before {
    content: "";
}
.gFooter_logo > a::after {
    content: "";
}
.gFooter_logo > a > img {}
.gFooter_catch {
    font-size: 14px;
    line-height: 1.62;
    margin-bottom: 31px;
}
.gFooter_addr {
    font-size: 15px;
    letter-spacing: 0.12em;
}
.gFooter_link {
    margin-top: 24px;
    max-width: 308px;
}
.gFooter_link > a {}
.gFooter_link > a::before {
    content: "";
}
.gFooter_link > a::after {
    content: "";
}
.gFooter_col-no2 {
    width: calc(100% - 382px);
}
.gFooter_inCols {
    display: flex;
    border-right: 1px solid #005d3d;
    margin-bottom: 41px;
}
.gFooter_inCol {
    border-left: 1px solid #005d3d;
    box-sizing: border-box;
    padding: 5px 40px;
    width: 50%;
    box-sizing: border-box;
}
.gFooter_inCol-no1 {}
.gFooter_list {
    list-style: none;
    line-height: 1.6;
    font-size: 15px;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding: 8px 0;
    padding-left: 20px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_list > li > a::before {
    content: "";
    border: 4px solid rgba(255, 255, 255, 0);
    border-left-color: #4c4c4c;
    border-right-width: 0;
    border-left-width: 8px;
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(0.8em + 8px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_inCol-no2 {}
.gFooter_copyright {
    background-color: #005d3d;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
}
.gFooter_copyright > small {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
}
.gContact {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 90px;
    background-color: #fff;
}
.gContact-home {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 87px;
}
.gContact_inner {}
.gContact_cols {
    display: flex;
    position: relative;
    z-index: 2;
}
.gContact_box {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    padding-left: 65px;
}
.gContact_box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #005d3d;
}
.gContact_col {}
.gContact_col-no1 {
    min-width: 350px;
    align-self: center;
}
.gContact_title {
    align-items: flex-start;
}
.gContact_text {
    font-size: 14px;
    line-height: 2;
}
.gContact_hr {
    width: 1px;
    height: auto;
    background-color: #f5f5f5;
    border: none;
    margin: 0 65px;
}
.gContact_col-no2 {
    flex-grow: 1;
}
.gContact_headline {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
}
.gContact_telLink {
    display: flex;
    justify-content: center;
}
.gContact_telLink > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 51px;
    line-height: 1;
}
.gContact_telLink > a::before {
    content: "";
}
.gContact_telLink > a::after {
    content: "";
}
.gContact_telLink > a > b > .icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 49px;
    margin-top: 0.1em;
}
.gContact_telLink > a > b {
    display: block;
    font-size: 48px;
    font-weight: bold;
}
.gContact_telLink > a > small {
    display: block;
    font-size: 13px;
    padding-left: 4px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
.gContact_hrHor {
    width: auto;
    height: 1px;
    background-color: #f5f5f5;
    border: none;
    margin: 40px 0 35px;
}
.gContact_link {
    max-width: 405px;
    margin: 23px auto 0;
}
.gContact_link > a {}
.gContact_link > a::before {
    content: "";
}
.gContact_link > a::after {
    content: "";
}
.gContact_areaText {}
.gPager {
    border: 1px solid #005d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 90px;
    margin-top: 85px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.gPager::before {
    content: "";
    width: 1px;
    height: 60px;
    display: block;
}
.gPager > a,
.gPager > span {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 9px;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gPager > .previouspostslink {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005d3d;
    transition-duration: .3s;
    transition-property: left;
    font-size: 16px;
}
.gPager > .previouspostslink > .icon {
    display: block;
}
.gPager > .current {
    color: #005d3d;
}
.gPager > .extend {}
.gPager > .nextpostslink {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005d3d;
    transition-duration: .3s;
    transition-property: right;
    font-size: 16px;
}
.gPager > .nextpostslink > .icon {
    display: block;
}
.gMenuBtn-fix {
    position: fixed;
    z-index: 1001;
    top: 88px;
    right: 88px;
    left: auto;
}
.gMenuBtn-fix.isFixed {
    color: #000;
}
.gMenuBtn-fix.isShow {
    color: #fff;
}
.gFooter_subsidy {
    font-size: 13px;
    margin-top: 20px;
}
.gHead {
    height: 90px;
    background-color: #005b3d;
}
.gHead_contents {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #005d3d;
    color: #fff;
}
.gHead_inner {
    max-width: none;
    padding-right: 0;
    position: static;
}
.gHead_cols {
    display: flex;
    align-items: center;
}
.gHead_col {}
.gHead_col-no1 {
    width: 239px;
    margin-right: 14px;
}
.gHead_logo {}
.gHead_logo > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 90px;
    align-items: center;
    transition-duration: .3s;
    transition-property: opacity;
}
.gHead_logo > a::before {
    content: "";
}
.gHead_logo > a::after {
    content: "";
}
.gHead_logo > a > img {
    display: block;
}
.gHead_col-no2 {
    margin-right: 10px;
    max-width: 420px;
    width: calc(100% - 1390px);
}
.gHead_subList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 500;
    font-feature-settings: "palt";
}
.gHead_subList > li {}
.gHead_subList > li::after {
    content: "・";
    margin: 0 0.08em;
}
.gHead_subList > li:last-child::after {
    display: none;
}
.gHead_col-no3 {
    flex-grow: 1;
    margin-left: auto;
    margin-right: 20px;
    max-width: 746px;
}
.gHead_list {
    list-style: none;
    display: flex;
}
.gHead_list > li {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.gHead_list > li:first-child {}
.gHead_list > li:last-child {}
.gHead_list > li:nth-child(2n+1) {}
.gHead_list > li:nth-child(n+3) {}
.gHead_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 10px 5px 20px;
    line-height: 1.2;
    align-items: center;
    font-size: 17px;
    justify-content: center;
    white-space: nowrap;
}
.gHead_list > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    margin-right: -1px;
}
.gHead_list > li > a::after {
    content: "";
}
.gHead_list > li > a > b {
    display: block;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    transition-duration: .3s;
    transition-property: transform;
}
.gHead_list > li > a.-hasChild > b::before {
    content: "";
    border: 6px solid rgba(255, 255, 255, 0);
    border-top-color: currentColor;
    border-bottom-width: 0;
    border-top-width: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 7px;
}
.gHead_col-no4 {
    width: 221px;
}
.gHead_link {}
.gHead_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
}
.gHead_link > a::before {
    content: "";
}
.gHead_link > a::after {
    content: "";
}
.gHead_link > a > img {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}
.gHead_col-no5 {
    width: 140px;
    margin-left: 0px;
}
.gHead_list > li > a > b > br {
    display: none;
}
.gSideFix {
    position: fixed;
    z-index: 998;
    top: 50%;
    right: 0;
    width: 58px;
    transform: translateY(-50%);
    margin-top: 45px;
}
.gSideFix_list {
    list-style: none;
}
.gSideFix_list > li {
    margin-top: 19px;
}
.gSideFix_list > li:first-child {
    margin-top: 0;
}
.gSideFix_list > li:last-child {}
.gSideFix_list > li:nth-child(2n+1) {}
.gSideFix_list > li:nth-child(n+3) {}
.gSideFix_wLinks {}
.gSideFix_wLinks > a {
    display: flex;
    text-decoration: none;
    height: 195px;
    border: 1px solid currentColor;
    background-color: #005d3d;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
    border-right: none;
}
.gSideFix_wLinks > a > b {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.gSideFix_wLinks > a::before {
    content: "";
}
.gSideFix_wLinks > a::after {
    content: "";
}
.gSideFix_tel {}
.gSideFix_tel > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    border: 1px solid #fff;
    background-color: #005d3d;
    color: #fff;
    height: 228px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: none;
}
.gSideFix_tel > a::before {
    content: "";
}
.gSideFix_tel > a::after {
    content: "";
}
.gSideFix_tel > a > .icon {
    font-size: 20px;
    transform: scale(1.3) rotate(123deg);
}
.gSideFix_tel_textWrap {
    display: flex;
    flex-direction: row-reverse;
}
.gSideFix_tel_text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
}
.gSideFix_tel_number {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: bold;
}
.gSideFix_bnr {}
.gSideFix_bnr > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
}
.gSideFix_bnr > a::before {
    content: "";
}
.gSideFix_bnr > a::after {
    content: "";
}
.gSideFix_bnr > a > img {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}
.gContact_bnr {}
.gContact_bnr > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
}
.gContact_bnr > a::before {
    content: "";
}
.gContact_bnr > a::after {
    content: "";
}
.gContact_bnr > a > img {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
    max-width: 100%;
    height: auto;
}
.gVisual-noMb {
    margin-bottom: 0;
}
.gHead_cList {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) 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;
}
.gHead_cList.isShow {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
}
.gHead_cList > li {}
.gHead_cList > li:first-child {}
.gHead_cList > li:last-child {}
.gHead_cList > li:nth-child(2n+1) {}
.gHead_cList > li:nth-child(n+3) {}
.gHead_cList > li > a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #005d3d;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    line-height: 1.2;
    color: #005d3d;
    font-size: 15px;
    white-space: nowrap;
    padding: 6px 20px;
    padding-right: 36px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gHead_cList > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    margin-right: -1px;
}
.gHead_cList > li > a::after {
    content: "";
    border: 4px solid rgba(255, 255, 255, 0);
    border-right-width: 0;
    border-left-color: currentColor;
    border-left-width: 7px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
@media screen and (min-width:1920px) {
    .gBody::before {
        left: 0;
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
    }
}
@media screen and (max-width: 1699px) {
    .gHead_inner {
        padding-left: 20px;
    }
    .gHead_list > li > a {
        font-size: 15px;
    }
    .gHead_col-no3 {
        max-width: 620px;
        margin-right: 10px;
    }
    .gHead_col-no5 {
        width: 110px;
    }
    .gHead_col-no2 {
        width: calc(100% - 1230px);
    }
    .gHead_cList > li > a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1499px) {
    .gHead_subList {
        font-size: 11px;
    }
    .gHead_col-no1 {
        width: 190px;
    }
    .gHead_logo > a > img {
        max-width: 100%;
        height: auto;
    }
    .gHead_link > a > img {
        max-width: 100%;
        height: auto;
    }
    .gHead_col-no4 {
        width: 190px;
    }
    .gHead_col-no5 {
        width: 90px;
    }
    .gHead_list > li > a {
        font-size: 14px;
    }
    .gHead_col-no3 {
        max-width: 550px;
    }
    .gHead_col-no2 {
        width: calc(100% - 1060px);
    }
    .gHead_list > li > a.-hasChild > b::before {
        border-left-width: 5px;
        border-right-width: 5px;
        border-top-width: 8px;
    }
}
@media screen and (max-width:1299px) {
    .gHead_subList {
        font-size: 10px;
    }
    .gHead_list > li > a > b > br {
        display: inline;
    }
    .gHead_col-no3 {
        max-width: 420px;
    }
    .gHead_col-no2 {
        width: calc(100% - 940px);
    }
}
@media screen and (max-width:1249px) {
    .gNav_col-no1 {
        width: 54%;
        max-width: 613px;
    }
}
@media screen and (max-width:1149px) {
    .gHead_col-no1 {
        width: 160px;
    }
    .gHead_col-no4 {
        width: 130px;
    }
    .gHead_list > li > a {
        font-size: 13px;
    }
    .gHead_col-no3 {
        max-width: 372px;
    }
    .gHead_col-no2 {
        width: calc(100% - 783px);
    }
    .gHead_cList > li > a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 26px;
    }
    .gHead_cList > li > a::after {
        right: 8px;
    }
}
@media screen and (max-width:1099px) {
    .gContact_hr {
        margin: 0 35px;
    }
    .gFooter_inCol {
        padding: 5px 30px;
    }
    .gContact_telLink > a > b {
        font-size: 44px;
    }
    .gContact_telLink > a {
        padding-left: 40px;
    }
    .gContact_telLink > a > b > .icon {
        font-size: 40px;
    }
    .gContact_telLink > a > small {
        font-size: 12px;
    }
    .gContact_text {
        font-size: 13px;
    }
}
@media screen and (max-height:899px) {
    .gNav_list > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .gNav_cList {
        margin-top: -5px;
    }
    .gNav_col-no2 {
        padding-bottom: 20px;
    }
}
@media screen and (max-height:799px) {
    .gNav_inner {
        align-items: flex-end;
        min-height: 600px;
    }
    .gNav_cols {
        padding-bottom: 30px;
    }
}
@media screen and (min-width:1000px) and (max-height:799px) {
    .gSideFix {
        width: 44px;
    }
    .gSideFix_bnr > a > img {
        max-width: 100%;
        height: auto;
    }
    .gSideFix_list > li {
        margin-top: 10px;
    }
    .gSideFix_wLinks > a {
        font-size: 15px;
        height: 160px;
    }
    .gSideFix_tel_number {
        font-size: 20px;
    }
    .gSideFix_tel_text {
        font-size: 10px;
    }
    .gSideFix_tel > a {
        height: 200px;
    }
}
@media screen and (min-width:1000px) {
    .gHead_cList > li > a:hover {
        background-color: #005d3d;
        color: #fff;
    }
    .gContact_bnr > a:hover > img {
        opacity: 0.8;
    }
    .gSideFix_wLinks > a:hover {
        background-color: #fff;
        color: #005d3d;
    }
    .gSideFix_tel > a:hover {}
    .gSideFix_bnr > a:hover > img {
        opacity: .8;
    }
    .gHead_list > li > a:hover > b {
        transform: translateY(5px);
    }
    button:not(.isShow):hover .gMenuBtn_bar-no1 {
        width: 38px;
    }
    button:not(.isShow):hover .gMenuBtn_bar-no3 {
        width: 38px;
    }
    .gHead_logo > a:hover {
        opacity: .8;
    }
    .gHead_list > li > a:hover {}
    .gHead_link > a:hover > img {
        opacity: .7;
    }
    .gPager > a:hover {
        color: #005d3d;
        text-decoration: underline;
    }
    .gPager > .previouspostslink:hover {
        left: -5px;
        text-decoration: none;
    }
    .gPager > .nextpostslink:hover {
        right: -5px;
        text-decoration: none;
    }
    .gContact_telLink > a:hover {}
    .gContact_link > a:hover {}
    .gHeader_title > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .gMenuBtn:hover {}
    .gNav_list > li > a:hover {
        opacity: .7;
    }
    .gNav_cList > li > a:hover {
        opacity: .7;
        padding-left: 6px;
    }
    .gNav_logo > a:hover {
        opacity: .7;
    }
    .gTelLink > a:hover {}
    .gSnsList > dd > a:hover {
        opacity: .7;
    }
    .gSnsList-footer > dd > a:hover {
        color: #3e9a7a;
        opacity: 1;
    }
    .gPankuzu_oList > li > a:hover {
        color: #3e9a7a;
    }
    .gFooter_logo > a:hover {
        opacity: .7;
    }
    .gFooter_link > a:hover {}
    .gFooter_list > li > a:hover {
        color: #3e9a7a;
    }
    .gFooter_list > li > a:hover::before {
        border-left-color: #3e9a7a;
    }
}
@media screen and (max-width: 999px) {
    .gHeader {
        top: 25px;
        width: calc(100% - 50px);
        left: 25px;
    }
    .gHeader_inner {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {}
    .gHeader_title {}
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gHeader_col-no2 {}
    .gMenuBtn {}
    .gMenuBtn-fix {
        top: 45px;
        right: 45px;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn > b {
        font-size: 13px;
        margin-top: 15px;
    }
    .gMenuBtn > b:nth-of-type(2) {}
    .gMenuBtn.isShow > b:nth-of-type(1) {}
    .gMenuBtn.isShow > b:nth-of-type(2) {}
    .gMenuBtn_barWrap {}
    .isShow .gMenuBtn_barWrap {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {}
    .isShow .gMenuBtn_bar-no2 {}
    .isShow .gMenuBtn_bar-no3 {}
    .gBody {
        padding-bottom: 65px;
        background-size: 627px 799px;
    }
    .gBody-home {
        padding-bottom: 0;
    }
    .gVisual {
        padding: 25px 25px 0;
        margin-bottom: 35px;
    }
    .gVisual-mbL {
        margin-bottom: 55px;
    }
    .gVisual_bg {}
    .gVisual_inner {}
    .gVisual_inner::before {
        height: 230px;
    }
    .gVisual_title {
        top: 0;
    }
    .gVisual_title > b {
        font-size: 32px;
        margin-bottom: 9px;
    }
    .gVisual_title > small {
        font-size: 14px;
    }
    .gBody_inner {}
    .gNav {}
    .gNav.isShow {}
    .gNav_inner {
        padding-left: 25px;
        padding-right: 25px;
        min-height: calc(100vh - 52px);
    }
    .gNav_cols {}
    .gNav_col {}
    .gNav_col-no1 {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding: 15px 0;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        font-size: 23px;
        margin-bottom: 4px;
    }
    .gNav_list > li > a > small {
        font-size: 14px;
    }
    .gNav_cList {
        font-size: 13px;
        margin-top: -6px;
    }
    .gNav_cList > li {}
    .gNav_cList > li:first-child {}
    .gNav_cList > li:last-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {
        padding: 4px 0;
    }
    .gNav_cList > li > a::before {}
    .gNav_cList > li > a::after {}
    .gNav_col-no2 {}
    .gNav_logo {
        max-width: 252px;
    }
    .gNav_logo > a {}
    .gNav_logo > a::before {}
    .gNav_logo > a::after {}
    .gNav_logo > a > img {}
    .gNav_addr {}
    .gTelLink {}
    .gTelLink-footer {}
    .gTelLink > a {
        padding-left: 30px;
    }
    .gTelLink > a > b {
        font-size: 30px;
    }
    .gTelLink > a > small {
        font-size: 10px;
    }
    .gTelLink > a::before {}
    .gTelLink > a::after {}
    .gTelLink > a > .icon {
        font-size: 28px;
    }
    .gSnsList {}
    .gSnsList-footer {}
    .gSnsList > dt {}
    .gSnsList > dd {}
    .gSnsList > dd > a {}
    .gSnsList > dd > a::before {}
    .gSnsList > dd > a::after {}
    .gSnsList > dd > a > .icon {}
    .gSnsList > dd > a > .icon-youtube {}
    .gSnsList > dd > a > .icon-twitter {}
    .gPankuzu {
        font-size: 12px;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li::after {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:last-child::after {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {
        height: 40px;
    }
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gFooter {}
    .gFooter_inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gFooter_cols {}
    .gFooter_col {}
    .gFooter_col-no1 {
        width: 270px;
    }
    .gFooter_logo {}
    .gFooter_logo > a {}
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > img {}
    .gFooter_catch {
        font-size: 13px;
    }
    .gFooter_addr {
        font-size: 13px;
    }
    .gFooter_link {}
    .gFooter_link > a {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_col-no2 {
        width: calc(100% - 310px);
    }
    .gFooter_inCols {
        margin-bottom: 26px;
    }
    .gFooter_inCol {
        padding: 0px 20px;
    }
    .gFooter_inCol-no1 {}
    .gFooter_list {
        font-size: 13px;
    }
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        padding: 6px 0;
        padding-left: 13px;
    }
    .gFooter_list > li > a::before {
        top: calc(0.8em + 6px);
    }
    .gFooter_list > li > a::after {}
    .gFooter_inCol-no2 {}
    .gFooter_copyright {
        height: 50px;
    }
    .gFooter_copyright > small {
        font-size: 11px;
    }
    .gContact {
        margin-top: 65px;
    }
    .gContact-home {
        padding-top: 65px;
        padding-bottom: 65px;
        margin-top: 0;
    }
    .gContact_inner {}
    .gContact_cols {}
    .gContact_box {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 45px;
    }
    .gContact_box::before {}
    .gContact_col {}
    .gContact_col-no1 {
        min-width: 210px;
    }
    .gContact_title {}
    .gContact_text {
        font-size: 13px;
    }
    .gContact_hr {
        margin: 0 35px;
    }
    .gContact_col-no2 {}
    .gContact_headline {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gContact_telLink {}
    .gContact_telLink > a {
        padding-left: 41px;
    }
    .gContact_telLink > a::before {}
    .gContact_telLink > a::after {}
    .gContact_telLink > a > b > .icon {
        font-size: 40px;
    }
    .gContact_telLink > a > b {
        font-size: 38px;
    }
    .gContact_telLink > a > small {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
    .gContact_hrHor {
        margin: 24px 0 24px;
    }
    .gContact_link {
        margin-top: 16px;
        max-width: 340px;
    }
    .gContact_link > a {}
    .gContact_link > a::before {}
    .gContact_link > a::after {}
    .gContact_areaText {}
    .gPager {
        font-size: 18px;
        margin-top: 45px;
    }
    .gPager::before {
        height: 50px;
    }
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {}
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gFooter_subsidy {}
    .gHead {}
    .gHead_contents {}
    .gHead_inner {}
    .gHead_cols {}
    .gHead_col {}
    .gHead_col-no1 {
        width: 200px;
    }
    .gHead_logo {}
    .gHead_logo > a {}
    .gHead_logo > a::before {}
    .gHead_logo > a::after {}
    .gHead_logo > a > img {}
    .gHead_col-no2 {
        width: auto;
        flex-grow: 1;
    }
    .gHead_subList {
        max-width: 220px;
    }
    .gHead_subList > li {}
    .gHead_subList > li::after {}
    .gHead_subList > li:last-child::after {}
    .gHead_col-no3 {
        display: none;
    }
    .gHead_list {}
    .gHead_list > li {}
    .gHead_list > li:first-child {}
    .gHead_list > li:last-child {}
    .gHead_list > li:nth-child(2n+1) {}
    .gHead_list > li:nth-child(n+3) {}
    .gHead_list > li > a {}
    .gHead_list > li > a::before {}
    .gHead_list > li > a::after {}
    .gHead_list > li > a > b {}
    .gHead_list > li > a.-hasChild > b::before {}
    .gHead_col-no4 {
        margin-left: auto;
        width: 170px;
    }
    .gHead_link {}
    .gHead_link > a {}
    .gHead_link > a::before {}
    .gHead_link > a::after {}
    .gHead_link > a > img {}
    .gHead_col-no5 {}
    .gHead_list > li > a > b > br {}
    .gSideFix {
        display: none;
    }
    .gSideFix_list {}
    .gSideFix_list > li {}
    .gSideFix_list > li:first-child {}
    .gSideFix_list > li:last-child {}
    .gSideFix_list > li:nth-child(2n+1) {}
    .gSideFix_list > li:nth-child(n+3) {}
    .gSideFix_wLinks {}
    .gSideFix_wLinks > a {}
    .gSideFix_wLinks > a > b {}
    .gSideFix_wLinks > a::before {}
    .gSideFix_wLinks > a::after {}
    .gSideFix_tel {}
    .gSideFix_tel > a {}
    .gSideFix_tel > a::before {}
    .gSideFix_tel > a::after {}
    .gSideFix_tel > a > .icon {}
    .gSideFix_tel_textWrap {}
    .gSideFix_tel_text {}
    .gSideFix_tel_number {}
    .gSideFix_bnr {}
    .gSideFix_bnr > a {}
    .gSideFix_bnr > a::before {}
    .gSideFix_bnr > a::after {}
    .gSideFix_bnr > a > img {}
    .gContact_bnr {}
    .gContact_bnr > a {}
    .gContact_bnr > a::before {}
    .gContact_bnr > a::after {}
    .gContact_bnr > a > img {}
    .gVisual-noMb {
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px) {
    .gHeader {
        width: calc(100% - 30px);
        top: 15px;
        left: 15px;
    }
    .gHeader_inner {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {}
    .gHeader_title {
        width: 39px;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gHeader_col-no2 {}
    .gMenuBtn {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        margin: 0;
        height: 100%;
        width: 65px;
        padding-top: 3px;
    }
    .gMenuBtn-fix {
        left: auto;
        right: 21px;
        top: 27px;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn > b {
        font-size: 10px;
        margin-top: 10px;
    }
    .gMenuBtn > b:nth-of-type(2) {}
    .gMenuBtn.isShow > b:nth-of-type(1) {}
    .gMenuBtn.isShow > b:nth-of-type(2) {}
    .gMenuBtn_barWrap {
        width: 34px;
    }
    .isShow .gMenuBtn_barWrap {
        -webkit-transform: rotate( 0deg) translateY(2px);
        transform: rotate( 0deg) translateY(2px);
    }
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {
        width: 20px;
    }
    .gMenuBtn_bar-no2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .gMenuBtn_bar-no3 {
        width: 20px;
    }
    .isShow .gMenuBtn_bar-no1 {
        width: 30px;
        top: 8px;
    }
    .isShow .gMenuBtn_bar-no2 {}
    .isShow .gMenuBtn_bar-no3 {
        width: 30px;
        top: -8px;
    }
    .gBody {
        background-size: 392px 499px;
        padding-bottom: 40px;
    }
    .gBody-home {
        padding-bottom: 0;
    }
    .gVisual {
        padding: 15px 15px 0;
        margin-bottom: 20px;
    }
    .gVisual_bg {}
    .gVisual_inner {}
    .gVisual_inner::before {
        height: 200px;
    }
    .gVisual_title {}
    .gVisual_title > b {
        font-size: 26px;
    }
    .gVisual_title > small {
        font-size: 13px;
    }
    .gBody_inner {}
    .gNav {
        display: block;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .gNav.isShow {}
    .gNav_inner {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 0;
        max-width: none;
        width: auto;
        height: auto;
    }
    .gNav_cols {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .gNav_col {
        width: auto;
        max-width: none;
    }
    .gNav_col-no1 {
        margin-bottom: 15px;
    }
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {}
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        font-size: 20px;
    }
    .gNav_list > li > a > small {
        font-size: 11px;
    }
    .gNav_cList {}
    .gNav_cList > li {}
    .gNav_cList > li:first-child {}
    .gNav_cList > li:last-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {}
    .gNav_cList > li > a::before {}
    .gNav_cList > li > a::after {}
    .gNav_col-no2 {
        padding-bottom: 0;
    }
    .gNav_logo {
        max-width: 273px;
    }
    .gNav_logo > a {}
    .gNav_logo > a::before {}
    .gNav_logo > a::after {}
    .gNav_logo > a > img {}
    .gNav_addr {
        font-size: 14px;
        letter-spacing: .12em;
    }
    .gTelLink {}
    .gTelLink-footer {}
    .gTelLink > a {}
    .gTelLink > a > b {
        font-size: 33px;
    }
    .gTelLink > a > small {
        font-size: 11px;
    }
    .gTelLink > a::before {}
    .gTelLink > a::after {}
    .gTelLink > a > .icon {
        font-size: 30px;
        margin-top: 4px;
    }
    .gSnsList {}
    .gSnsList-footer {
        margin-top: 11px;
    }
    .gSnsList > dt {}
    .gSnsList > dd {}
    .gSnsList > dd > a {}
    .gSnsList > dd > a::before {}
    .gSnsList > dd > a::after {}
    .gSnsList > dd > a > .icon {}
    .gSnsList > dd > a > .icon-youtube {}
    .gSnsList > dd > a > .icon-twitter {}
    .gPankuzu {}
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li::after {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:last-child::after {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gFooter {}
    .gFooter_inner {
        padding-top: 27px;
        padding-bottom: 43px;
    }
    .gFooter_cols {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .gFooter_col {
        width: auto;
        padding: 0;
    }
    .gFooter_col-no1 {}
    .gFooter_logo {}
    .gFooter_logo > a {}
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > img {}
    .gFooter_catch {
        margin-bottom: 13px;
    }
    .gFooter_addr {
        font-size: 14px;
    }
    .gFooter_link {
        margin-top: 17px;
    }
    .gFooter_link > a {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_col-no2 {
        margin-top: 12px;
    }
    .gFooter_inCols {
        display: block;
        border: none;
        margin-bottom: 0;
    }
    .gFooter_inCol {
        width: auto;
        border: none;
        padding: 0;
    }
    .gFooter_inCol-no1 {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        padding: 5px 0;
        padding-left: 21px;
    }
    .gFooter_list > li > a::before {
        top: calc(0.8em + 5px);
    }
    .gFooter_list > li > a::after {}
    .gFooter_inCol-no2 {}
    .gFooter_copyright {}
    .gFooter_copyright > small {
        font-size: 10px;
    }
    .gContact {
        background-color: #005d3d;
        color: #fff;
        padding: 34px 0 40px;
        margin-top: 45px;
    }
    .gContact-home {
        margin-top: 0;
    }
    .gContact_inner {}
    .gContact_cols {
        display: block;
    }
    .gContact_box {
        color: inherit;
        padding: 0;
    }
    .gContact_box::before {
        display: none;
    }
    .gContact_col {
        min-width: 0;
    }
    .gContact_col-no1 {}
    .gContact_title {
        align-items: center;
        margin-bottom: 17px;
    }
    .gContact_text {
        text-align: center;
        font-size: 12px;
        line-height: 1.42;
        margin-bottom: 22px;
    }
    .gContact_hr {
        width: auto;
        height: 1px;
        margin: 18px 0;
    }
    .gContact_col-no2 {}
    .gContact_headline {
        font-size: 13px;
        line-height: 1.38;
        margin-bottom: 11px;
    }
    .gContact_telLink {}
    .gContact_telLink > a {
        padding-left: 0;
    }
    .gContact_telLink > a::before {}
    .gContact_telLink > a::after {}
    .gContact_telLink > a > b > .icon {
        font-size: 17px;
        -webkit-transform: none;
        transform: none;
        margin: 0;
        top: 0;
        position: static;
        margin-right: 0px;
    }
    .gContact_telLink > a > b {
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .gContact_telLink > a > small {
        line-height: 1.45;
        font-weight: 500;
        text-align: center;
        padding: 0;
        margin-top: 7px;
    }
    .gContact_hrHor {
        width: 1px;
        margin: 0 13px;
        height: auto;
        display: none;
    }
    .gContact_link {
        margin-top: 14px;
    }
    .gContact_link > a {
        font-size: 13px;
    }
    .gContact_link > a::before {
        height: 28px;
    }
    .gContact_link > a::after {}
    .gContact_areaText {
        box-sizing: border-box;
    }
    .gPager {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1;
        padding: 10px 50px;
    }
    .gPager::before {
        height: 38px;
    }
    .gPager > a,
    .gPager > span {}
    .gPager > .previouspostslink {
        width: 40px;
        font-size: 14px;
    }
    .gPager > .current {}
    .gPager > .extend {}
    .gPager > .nextpostslink {
        width: 40px;
        font-size: 14px;
    }
    .gFooter_subsidy {
        text-align: center;
        font-size: 12px;
        margin-top: 25px;
    }
    .gHead {
        height: 80px;
    }
    .gHead_contents {}
    .gHead_inner {
        padding-left: 15px;
        padding-right: 60px;
    }
    .gHead_cols {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 80px;
        transition-duration: .3s;
        transition-property: height;
    }
    .isFixed .gHead_cols {
        height: 60px;
    }
    .gHead_col {
        width: auto;
        margin: 0;
        flex-grow: 0;
    }
    .gHead_col-no1 {
        width: 170px;
        order: 1;
        margin-top: 7px;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: top;
    }
    .isFixed .gHead_col-no1 {
        top: -14px;
    }
    .gHead_logo {}
    .gHead_logo > a {
        height: auto;
    }
    .gHead_logo > a::before {}
    .gHead_logo > a::after {}
    .gHead_logo > a > img {}
    .gHead_col-no2 {
        order: 0;
        transition-duration: .3s;
        transition-property: opacity;
        pointer-events: auto;
        margin-right: -20px;
    }
    .isFixed .gHead_col-no2 {
        opacity: 0;
        pointer-events: none;
    }
    .gHead_subList {
        max-width: none;
        line-height: 1;
        transform: scale(0.9);
        transform-origin: left center;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .gHead_subList > li {}
    .gHead_subList > li::after {}
    .gHead_subList > li:last-child::after {}
    .gHead_col-no3 {}
    .gHead_list {}
    .gHead_list > li {}
    .gHead_list > li:first-child {}
    .gHead_list > li:last-child {}
    .gHead_list > li:nth-child(2n+1) {}
    .gHead_list > li:nth-child(n+3) {}
    .gHead_list > li > a {}
    .gHead_list > li > a::before {}
    .gHead_list > li > a::after {}
    .gHead_list > li > a > b {}
    .gHead_list > li > a.-hasChild > b::before {}
    .gHead_col-no4 {
        display: none;
    }
    .gHead_link {}
    .gHead_link > a {}
    .gHead_link > a::before {}
    .gHead_link > a::after {}
    .gHead_link > a > img {}
    .gHead_col-no5 {
        order: 2;
    }
    .gHead_list > li > a > b > br {}
    .gSideFix {}
    .gSideFix_list {}
    .gSideFix_list > li {}
    .gSideFix_list > li:first-child {}
    .gSideFix_list > li:last-child {}
    .gSideFix_list > li:nth-child(2n+1) {}
    .gSideFix_list > li:nth-child(n+3) {}
    .gSideFix_wLinks {}
    .gSideFix_wLinks > a {}
    .gSideFix_wLinks > a > b {}
    .gSideFix_wLinks > a::before {}
    .gSideFix_wLinks > a::after {}
    .gSideFix_tel {}
    .gSideFix_tel > a {}
    .gSideFix_tel > a::before {}
    .gSideFix_tel > a::after {}
    .gSideFix_tel > a > .icon {}
    .gSideFix_tel_textWrap {}
    .gSideFix_tel_text {}
    .gSideFix_tel_number {}
    .gSideFix_bnr {}
    .gSideFix_bnr > a {}
    .gSideFix_bnr > a::before {}
    .gSideFix_bnr > a::after {}
    .gSideFix_bnr > a > img {}
    .gContact_bnr {
        max-width: 400px;
        margin: 20px auto 0;
    }
    .gContact_bnr > a {}
    .gContact_bnr > a::before {}
    .gContact_bnr > a::after {}
    .gContact_bnr > a > img {}
    .gVisual-noMb {
        margin-bottom: 0;
    }
}
@media screen and (max-width:374px) {
    .gNav_list > li > a > b {
        font-size: 18px;
    }
    .gNav_addr {
        font-size: 13px;
    }
    .gTelLink > a > b {
        font-size: 29px;
    }
    .gTelLink > a > small {
        font-size: 10px;
    }
    .gNav_cList {
        font-size: 12px;
    }
    .gContact_text {
        font-size: 11px;
    }
    .gContact_telLink > a > small {
        font-size: 10px;
    }
    .gContact_col-no2 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .gContact_telLink {
        margin-left: -5px;
        margin-right: -5px;
    }
    .gContact_telLink > a > b {
        font-size: 16px;
    }
    .gHead_subList {
        transform: scale(0.75);
    }
}
