@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
a {
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  color: inherit;
}

@keyframes BtntoRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes BtntoLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes ArrowSlide {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ArrowSlidereverse {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 16px;
}

.-en {
  font-family: YakuHanJP, "Barlow Semi Condensed", sans-serif;
}

img {
  vertical-align: bottom;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------------------------------------------------------
  ▼▼▼ PC version ▼▼▼
------------------------------------------------------------------------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .wcont {
    max-width: 1080px;
    margin: 0 auto;
    width: 96%;
  }
  .glo_pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .glo_pagination:has(> .-next):not(:has(> .-previous)) {
    justify-content: flex-end;
  }
  .glo_pagination_link {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 10px;
  }
  .glo_pagination_link .-btn_icon {
    background-color: #00b11f;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glo_pagination_link .-btn_icon .-icon_arrow {
    font-size: 14px;
  }
  .glo_pagination_link.-previous:hover .-btn_icon > .-icon_arrow {
    animation: ArrowSlidereverse 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .glo_pagination_link:hover {
    color: #0F833A;
  }
  .glo_pagination_link:hover .-btn_icon > .-icon_arrow {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .glo-contact {
    padding: 60px 0;
    position: relative;
    background: #f2f9f2;
  }
  .glo-contact_wrap {
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    border: 2px solid #00b11f;
    padding: 45px 60px;
  }
  .glo-contact_head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
  }
  .glo-contact_head_txt .-link {
    color: #0F833A;
    font-weight: 600;
    padding: 0 5px;
    border-bottom: 1px solid;
  }
  .glo-contact_head_txt .-link > i {
    margin-right: 5px;
  }
  .glo-contact_head_txt .-link:hover {
    color: #00b11f;
  }
  .glo-contact_title {
    width: 25%;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }
  .glo-contact_title > .-main {
    font-size: 36px;
    font-weight: 700;
  }
  .glo-contact_title > .-sub {
    color: #00b11f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .glo-contact_title > .-sub::before, .glo-contact_title > .-sub::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .glo-contact_title > .-sub::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .glo-contact_title > .-sub::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .glo-contact_cont {
    display: flex;
  }
  .glo-contact_cont_item {
    border-right: 1px solid #00b11f;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .glo-contact_cont_item:last-of-type {
    border-right: none;
  }
  .glo-contact_cont_item.-tel {
    gap: 5px;
    flex-direction: column;
  }
  .glo-contact_cont_item.-tel .-link {
    line-height: 1.4;
    font-size: 50px;
    font-weight: 600;
    color: #0F833A;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.05em;
  }
  .glo-contact_cont_item.-tel .-link > i {
    font-size: 40px;
  }
  .glo-contact_cont_item.-tel .-tel_sub {
    display: flex;
    gap: 2px;
    width: 75%;
  }
  .glo-contact_cont_item.-tel .-tel_sub p {
    background-color: #F2F9F2;
    color: #0F833A;
    text-align: center;
    padding: 2px;
    font-size: 14px;
  }
  .glo-contact_cont_item.-tel .-tel_sub p:first-of-type {
    width: 40%;
    font-weight: 600;
  }
  .glo-contact_cont_item.-tel .-tel_sub p:last-of-type {
    width: calc(60% - 2px);
  }
  .glo-contact_cont_item.-inquiry .-link {
    background: linear-gradient(120deg, #FF6F00 0%, #fab44c 50%, #FF6F00 100%);
    background-size: 200% 100%;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: block;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    min-width: 300px;
    gap: 10px;
    box-shadow: 0 3px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .glo-contact_cont_item.-inquiry .-link:hover {
    background-position: 100% 0;
    box-shadow: none;
    transform: translateY(3px);
  }
  .glo_gotop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 555;
  }
  .glo_gotop_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #999;
    border-radius: 5px;
  }
  .glo_gotop_link > i {
    color: #cdcdcd;
  }
  
  
  br.br_sp {
    display: none !important;
  }
  .vw_s {
    display: none !important;
  }
  /*header*/
  /* ============================================ */
  .gheader {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 555;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px -2px #cdcdcd;
  }
  .gheader_head {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(70 * 1px);
  }
  .gheader_logo {
    padding-left: max(5%, 70px);
  }
  .gheader_logo h1 {
    height: 58px;
  }
  .gheader_logo h1 > img {
    height: 100%;
  }
  .gheader_contact {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
  }
  .gheader_contact_tel {
    font-size: 26px;
    font-weight: 600;
  }
  .gheader_contact_inquiry {
    background: linear-gradient(120deg, #FF6F00 0%, #fab44c 50%, #FF6F00 100%);
    background-size: 200% 100%;
    color: #ffffff;
    padding: 0 30px;
    font-weight: 600;
    height: 100%;
    line-height: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .gheader_contact_inquiry:hover {
    background-position: 100% 0;
  }
  .gheader .gnav {
    background-color: #f5f5f5;
    background-color: #00b11f;
  }
  .gheader .gnavToggle {
    display: none;
  }
  .gheader .gnav_list {
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    background-color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
  .gheader .gnav_item {
    background-color: #f5f5f5;
    background-color: #00b11f;
    color: #fff;
    width: 100%;
  }
  .gheader .gnav_item.is-open {
    background-color: #00b11f;
    background-color: #0F833A;
    color: #FFFFFF;
  }
  .gheader .gnav_link {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .gheader .gnav_link:hover {
    background-color: #00b11f;
    background-color: #0F833A;
    color: #FFFFFF;
  }
  .gheader .gnav_sub {
    overflow: hidden;
    position: absolute;
    top: calc(130 * 1px);
    left: 0;
    width: 100%;
    background-color: #677e6c;
    background-color: #f2f9f2;
    font-weight: 500;
    color: #fff;
    color: #0F833A;
    z-index: -1;
    max-height: 0;
  }
  .gheader .gnav_sub_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    gap: 50px;
  }
  .gheader .gnav_sub_link {
    border-bottom: 1px solid transparent;
  }
  .gheader .gnav_sub_link:hover {
    border-bottom: 1px solid;
  }
  .gheader .gnav_sub.is-open {
    max-height: 500px;
    z-index: 10;
    transition: max-height 0.5s ease-in-out;
    box-shadow: 0px 0px 12px -2px #cdcdcd;
  }
  /*footer*/
  /* ============================================ */
  .gfooter {
    background-color: #f5f5f5;
    padding: 60px 0 0;
  }
  .gfooter_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .gfooter_corp {
    width: 25%;
  }
  .gfooter_corp_logo {
    margin-bottom: 30px;
  }
  .gfooter_corp_logo img {
    width: 100%;
  }
  .gfooter_corp_access p {
    margin-bottom: 1em;
  }
  .gfooter_nav {
    display: flex;
    width: 65%;
    font-size: 15px;
    column-gap: 20px;
  }
  .gfooter_nav_block {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 220px;
  }
  .gfooter_nav_block:last-of-type {
    padding-left: 20px;
  }
  .gfooter_nav_block_list {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 13px;
  }
  .gfooter_nav_block_list .-item {
    padding-left: 1.5em;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .gfooter_nav_block_list .-item::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 1px;
    background-color: #0F833A;
    top: 0.75em;
    left: 4px;
  }
  .gfooter_nav_block .-link:has(.-ttl) {
    margin-bottom: 0.8em;
    width: fit-content;
  }
  .gfooter_nav_block .-link .-ttl {
    font-weight: 600;
  }
  .gfooter_nav_block .-link:hover {
    color: #0F833A;
  }
  .gfooter_bottom .-copyright {
    font-size: 10px;
    padding: 1.5em 0;
    text-align: center;
  }
}





/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------------------------------------------------------
  ▼▼▼ SP version ▼▼▼
------------------------------------------------------------------------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 767.98px) {
  html body {
    font-size: 14px;
  }
  .wcont {
    width: 92%;
    margin: 0 auto;
  }
  body.no-scroll {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
  }
  img {
    max-width: 100%;
  }
  .glo_pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .glo_pagination:has(> .-next):not(:has(> .-previous)) {
    justify-content: flex-end;
  }
  .glo_pagination_link {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 10px;
  }
  .glo_pagination_link .-btn_icon {
    background-color: #00b11f;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glo_pagination_link .-btn_icon .-icon_arrow {
    font-size: 14px;
  }
  .glo_pagination_link.-previous:hover .-btn_icon > .-icon_arrow {
    animation: ArrowSlidereverse 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .glo_pagination_link:hover {
    color: #0F833A;
  }
  .glo_pagination_link:hover .-btn_icon > .-icon_arrow {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .glo-contact {
    padding: 60px 0;
    position: relative;
    background: #f2f9f2;
  }
  .glo-contact_wrap {
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    border: 2px solid #00b11f;
    padding: 45px 20px 30px;
  }
  .glo-contact_head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .glo-contact_head_txt .-link {
    color: #0F833A;
    font-weight: 600;
    padding: 0 5px;
    border-bottom: 1px solid;
  }
  .glo-contact_head_txt .-link > i {
    margin-right: 5px;
  }
  .glo-contact_head_txt .-link:hover {
    color: #00b11f;
  }
  .glo-contact_title {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }
  .glo-contact_title > .-main {
    font-size: 26px;
    font-weight: 700;
  }
  .glo-contact_title > .-sub {
    color: #00b11f;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .glo-contact_title > .-sub::before, .glo-contact_title > .-sub::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .glo-contact_title > .-sub::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .glo-contact_title > .-sub::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .glo-contact_cont {
    display: flex;
    flex-direction: column;
  }
  .glo-contact_cont_item {
    border-bottom: 1px solid #00b11f;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
  }
  .glo-contact_cont_item:last-of-type {
    border-bottom: none;
  }
  .glo-contact_cont_item.-tel {
    gap: 5px;
    flex-direction: column;
  }
  .glo-contact_cont_item.-tel .-link {
    line-height: 1.4;
    font-size: 36px;
    font-weight: 600;
    color: #0F833A;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.05em;
  }
  .glo-contact_cont_item.-tel .-link > i {
    font-size: 30px;
  }
  .glo-contact_cont_item.-tel .-tel_sub {
    display: flex;
    gap: 2px;
    width: 90%;
  }
  .glo-contact_cont_item.-tel .-tel_sub p {
    background-color: #F2F9F2;
    color: #0F833A;
    text-align: center;
    padding: 2px;
    font-size: 12px;
  }
  .glo-contact_cont_item.-tel .-tel_sub p:first-of-type {
    width: 40%;
    font-weight: 600;
  }
  .glo-contact_cont_item.-tel .-tel_sub p:last-of-type {
    width: calc(60% - 2px);
  }
  .glo-contact_cont_item.-inquiry {
    padding: 20px 0px;
  }
  .glo-contact_cont_item.-inquiry .-link {
    background: linear-gradient(120deg, #FF6F00 0%, #fab44c 50%, #FF6F00 100%);
    background-size: 200% 100%;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: block;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    gap: 10px;
    box-shadow: 0 3px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .glo-contact_cont_item.-inquiry .-link:hover {
    background-position: 100% 0;
    box-shadow: none;
    transform: translateY(3px);
  }
  .glo_gotop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 36px;
    height: 36px;
    z-index: 333;
  }
  .glo_gotop_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #999;
    border-radius: 5px;
  }
  .glo_gotop_link > i {
    color: #cdcdcd;
  }
  
  
  br.br_pc {
    display: none !important;
  }
  .vw_l {
    display: none !important;
  }
  /*header*/
  /* ============================================ */
  .gheader {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 555;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 8px -2px #cdcdcd;
  }
  .gheader_head {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .gheader_logo {
    padding-left: 3%;
  }
  .gheader_logo h1 {
    height: 44px;
  }
  .gheader_logo h1 > img {
    height: 100%;
  }
  .gheader .gnav {
    height: calc(100% - 60px);
    left: 0;
    position: fixed;
    top: 60px;
    left: 100vw;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    overflow-y: auto;
    padding: 0 0 8vw;
  }
  .gheader .gnavToggle {
    z-index: 1000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #00b11f;
  }
  .gheader .gnavToggle_in {
    position: relative;
  }
  .gheader .gnavToggle_in span {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 15px;
    background-color: #fff;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
  }
  .gheader .gnavToggle_in span:nth-child(1) {
    top: 20px;
  }
  .gheader .gnavToggle_in span:nth-child(2) {
    top: 29px;
  }
  .gheader .gnavToggle_in span:nth-child(3) {
    top: 38px;
  }
  .gheader .gnav_list {
    margin-bottom: 8vw;
  }
  .gheader .gnav_item {
    padding: 0.5em 0;
    border-bottom: 1px dashed #00b11f;
  }
  .gheader .gnav_item.is-open .gnav_link_btn::before {
    opacity: 0;
  }
  .gheader .gnav_item.is-open .gnav_link_btn::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .gheader .gnav_link {
    position: relative;
    width: 100%;
    display: flex;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 16px;
    font-weight: 500;
  }
  .gheader .gnav_link_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 100%;
    display: flex;
    cursor: pointer;
    right: 5.3333333333vw;
  }
  .gheader .gnav_link_btn::before, .gheader .gnav_link_btn::after {
    content: "";
    display: flex;
    width: 40%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .gheader .gnav_link_btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s;
  }
  .gheader .gnav_sub {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .gheader .gnav_sub.is-open {
    max-height: max-content;
  }
  .gheader .gnav_sub_link {
    display: inline-block;
    width: 100%;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .gheader .gnav_contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .gheader .gnav_contact_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: #0F833A;
  }
  .gheader .gnav_contact_tel .-sub_txt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .gheader .gnav_contact_tel .-sub_txt p {
    background-color: #F2F9F2;
    text-align: center;
    padding: 2px;
    font-size: 12px;
  }
  .gheader .gnav_contact_tel .-sub_txt p:first-of-type {
    font-weight: 600;
    width: 40%;
  }
  .gheader .gnav_contact_tel .-sub_txt p:last-of-type {
    width: calc(60% - 2px);
  }
  .gheader .gnav_contact_inquiry {
    background: linear-gradient(120deg, #FF6F00 0%, #fab44c 50%, #FF6F00 100%);
    background-size: 200% 100%;
    color: #ffffff;
    padding: 20px 0;
    font-weight: 600;
    width: 90%;
    border-radius: 30px;
    line-height: 1;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gheader .gnav_contact_inquiry:hover {
    background-position: 100% 0;
  }
  .gheader.openNav .gnav {
    left: 0;
  }
  .gheader.openNav .gnavToggle_in span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .gheader.openNav .gnavToggle_in span:nth-child(2) {
    opacity: 0;
  }
  .gheader.openNav .gnavToggle_in span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
  /*footer*/
  /* ============================================ */
  .gfooter {
    background-color: #f5f5f5;
    padding: 5.3333333333vw 0 0;
  }
  .gfooter_body {
    display: flex;
    flex-direction: column-reverse;
  }
  .gfooter_corp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-bottom: 8vw;
  }
  .gfooter_corp_logo {
    width: 60%;
    max-width: 300px;
  }
  .gfooter_corp_logo img {
    width: 100%;
  }
  .gfooter_corp_access p {
    font-size: 14px;
    text-align: center;
  }
  .gfooter_nav {
    font-size: 14px;
    padding: 8vw 5.3333333333vw;
  }
  .gfooter_nav_block {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .gfooter_nav_block .-link {
    width: 48%;
    margin-bottom: 0.8em;
  }
  .gfooter_nav_block .-link .-ttl {
    font-weight: 500;
  }
  .gfooter_nav_block .-link:hover {
    color: #0F833A;
  }
  .gfooter_bottom .-copyright {
    font-size: 10px;
    padding-bottom: 1.5em;
    text-align: center;
  }
}