@charset "utf-8";
/* CSS Document */

a:hover img {
    transition: .5s;
}
/*----------------------------------------------------------------------------------------------------
    共通Gナビ for PC(1040px超)
-----------------------------------------------------------------------------------------------------*/
header li {
    list-style: none;
}
header #nav_PC {
    display: block;
}
header #nav_SP {
    display: none;
}
img.icn_new_window {
    width: 16px;
    margin-top: -3px;
    margin-left: 2px;
}
header {
    background: #fff;
    font-size: 1.4rem;
}
header a,
header a:hover,
header nav a,
header nav a:hover {
    text-decoration: none;
    color: #333;
}
header ul {
    margin: 0;
    padding: 0;
}
header #Gnav {
    width: 100%;
    height: 75px;
    position: relative;
    background: #fff;
}
header #Gnav div.nav_item {
    width: 100%;
    max-width: 1200px;
    margin: 57px auto 0;
    display: flex;
    justify-content: space-between;
}
header #Gnav div.nav_item > ul:first-child > li {
    padding: 27px 20px 26px;
}
header #Gnav div.nav_item > ul:first-child > li > span {
    position: relative;
}
header #Gnav div.nav_item > ul:first-child > li > span:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: -40px;
    margin: auto;
    transform: translateX(-50%) rotateZ(90deg);
}
header #Gnav div.nav_item > ul:first-child > li.active {
    background: #fff;
    color: #73af17;
    transition: .5s;
}

header #Gnav div.nav_item > ul:first-child > li.active > span:after {
    background: #73af17;
    bottom: -73px;
    width: 100%;
    height: 2px;
    opacity: 1;
    transform: translateX(-50%) rotateZ(0);
    -webkit-transition: width .4s ease-in-out, opacity 0s;
    transition: width .4s ease-in-out, opacity 0s;
}
header #Gnav div.nav_item > ul:first-child > li.link {
    padding: 0;
}
header #Gnav div.nav_item > ul:first-child > li.link.active,
header #Gnav div.nav_item > ul:first-child > li.nav_item_logo.active {
    background: none;
}
header #Gnav div.nav_item > ul:first-child > li.link a {
    padding: 27px 20px 26px;
    position: relative;
}
header #Gnav div.nav_item > ul:first-child > li.link a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 0;
    left: 50%;
    bottom: -40px;
    margin: auto;
    transform: translateX(-50%) rotateZ(90deg);
    opacity: 0;
}
header #Gnav div.nav_item > ul:first-child > li.link a:hover:after {
    width: 50px;
    height: 2px;
    opacity: 1;
    transform: translateX(-50%) rotateZ(0);
    -webkit-transition: width .4s ease-in-out, opacity 0s;
    transition: width .4s ease-in-out, opacity 0s;
}
header #Gnav div.nav_item a {
    color: #fff;
    position: relative;
}
header #Gnav div.nav_item > ul:first-child li#nav_company {
    padding: 0;
}
header #Gnav div.nav_item > ul:first-child li#nav_company a {
    padding: 27px 20px 26px;
}
header #Gnav div.nav_item .current_category a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    width: 100%;
    transition: none;
}
header #Gnav div.nav_item ul:last-child a:after {
    content: none;
}
header #Gnav.scroll-follow {
    position: fixed;
    top: 0;
    animation-name: slide-down;
    animation-duration: 300ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    z-index: 9999;
    box-shadow: 1px 4px 7px -2px rgba(0,0,0,0.1);
}
header #Gnav.scroll-follow div.nav_item > ul:first-child > li.active > span:after {
    bottom: -70px;
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translate3d(0, -80px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
header #Gnav div.nav_item li.nav_item_logo {
    display: none;
    width: 136px;
    margin-top: -4px;
    padding-left: 0;
}
header #Gnav.scroll-follow  div.nav_item li.nav_item_logo {
    display: block;
    border-left: none;
    padding-left: 0;
    cursor: auto;
}
header #Gnav.scroll-follow  div.nav_item li.nav_item_logo a {
    padding: 0;
    margin-top: 1px;
}
header #Gnav.scroll-follow  div.nav_item li.nav_item_logo a:after {
    content: none;
}
header #Gnav.scroll-follow  div.nav_item li.nav_item_logo img {
    margin-top: 2px;
}
header #Gnav div.nav_item > ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
header #Gnav div.nav_item > ul:first-child li {
    text-align: center;
    color: #333;
    cursor: pointer;
}

/* ドロップダウンメニュー */
header #Gnav .nav_content {
    position: absolute;
    background: #FFFEEE;
    width: 100%;
    height: auto;
    display: none;
    top: 75px;
    left: 0;
    cursor: auto;
    text-align: left;
    z-index: 100;
    box-shadow: 0 20px 27px -14px rgba(0, 0, 0, 0.1);
}
header #Gnav .nav_content .nav_wrap {
    color: #333;
    width: 100%;
    max-width: 1040px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header #Gnav .nav_content .nav_wrap .info {
    width: 25%;
    text-align: center;
}
header #Gnav .nav_content .nav_wrap .info figure {
    width: 80px;
}
header #Gnav .nav_content .nav_wrap .info span {
    color: #73af17;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
header #Gnav .nav_content .nav_wrap .info a:hover {
    text-decoration: underline;
}
header #Gnav .nav_content .nav_wrap .menu {
    width: 70%;
    padding: 70px 0;
}
header #Gnav .nav_content .nav_wrap .menu ul,
header #Gnav .nav_content .nav_wrap .menu > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: stretch;
    align-items: baseline;
}
header #Gnav .nav_content .nav_wrap .menu ul.nav_4col li,
header #Gnav .nav_content .nav_wrap .menu div.nav_4col > div {
    width: 25%;
}
header #Gnav .nav_content .nav_wrap .menu ul.nav_3col li,
header #Gnav .nav_content .nav_wrap .menu div.nav_3col > div {
    width: 33.3%;
}
header #Gnav .nav_content .nav_wrap .menu div.nav_3col > div {
    width: 32.3%;
    margin-right: 10px;
}
header #Gnav .nav_content .nav_wrap .menu div.nav_3col > div:last-child {
    margin-right: 0;
}
header #Gnav .nav_content .nav_wrap .menu ul.nav_2col li,
header #Gnav .nav_content .nav_wrap .menu div.nav_2col > div {
    width: 50%;
}
header #Gnav .nav_content .nav_wrap .menu a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 5px;
    position: relative;
    color: #A09895;
    font-size: 1.3rem;
}
header #Gnav .nav_content .nav_wrap .menu li span {
    position: relative;
}
header #Gnav .ul_wrap > li > span:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
header #Gnav .ul_wrap > li > span > span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    top: -57px;
    right: -59px;
    background: #777;
}
header #Gnav .ul_wrap > li:last-child > span > span:before {
    content: none;
}
header #Gnav .ul_wrap > li.nav_01 > span:before {
    background: url("../svg/icn_nav01.svg") no-repeat 0 0 / 75px;
}
header #Gnav .ul_wrap > li.nav_02 > span:before {
    background: url("../svg/icn_nav02.svg") no-repeat 0 0 / 75px;
}
header #Gnav .ul_wrap > li.nav_03 > span:before {
    background: url("../svg/icn_nav03.svg") no-repeat 0 0 / 75px;
}
header #Gnav .ul_wrap > li.nav_04 > span:before {
    background: url("../svg/icn_nav04.svg") no-repeat 0 0 / 75px;
}
header #Gnav .ul_wrap > li.nav_05 > span:before {
    background: url("../svg/icn_nav05.svg") no-repeat 0 0 / 75px;
}
/*header #Gnav .ul_wrap > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #333;
    top: 0;
    right: 0;
}*/
header #Gnav.scroll-follow .ul_wrap > li.nav_01 > span:before,
header #Gnav.scroll-follow .ul_wrap > li.nav_02 > span:before,
header #Gnav.scroll-follow .ul_wrap > li.nav_03 > span:before,
header #Gnav.scroll-follow .ul_wrap > li.nav_04 > span:before,
header #Gnav.scroll-follow .ul_wrap > li.nav_05 > span:before {
    content: none;
}
header #Gnav.scroll-follow div.nav_item {
    margin-top: 0;
}
header #Gnav.scroll-follow .ul_wrap > li > span > span:before {
    content: none;
}
header #Gnav .nav_content .nav_wrap .menu span.title {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #73af17;
    color: #73af17;
    padding: 10px;
    margin-bottom: 20px;
}
header #Gnav .nav_content .nav_wrap .menu a {
    border-bottom: 1px solid #FFFEEE;
}
header #Gnav .nav_content .nav_wrap .menu a:hover {
    font-weight: bold;
    transition: .5s;
    border-bottom: 1px solid #A09895;
}
header #Gnav .nav_content .nav_wrap .menu a:hover:before {
    background: #73af17;
    transition: .5s;
}


/*----------------------------------------------------------------------------------------------------
    共通Gナビ for SP(1199px以下)
-----------------------------------------------------------------------------------------------------*/
header .sp-menu {
    display: none;
}
header .sp-menu .navbtn {
    display: none;
}
header .sp-menu .dropmenu.close {
    display: none;
}
img.icn_new_window {
    width: 13px;
    margin-top: -3px;
    margin-left: 5px;
}
@media (max-width: 1199px) {
header #nav_PC,
header .navbar {
    display: none;
}
header #nav_SP {
    display: block;
}


/* sp-menu
-----------------------------------------*/

    body.fix{
        position: fixed;
        width: 100%;
    }
    header .sp-menu {
        display: block;
        background: #FFF;
        width: 100%;
        height: 60px;
        position: relative;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        box-shadow: 1px 4px 7px -2px rgba(0,0,0,0.1);
    }
    header .sp-menu .g_logo {
        width: 45.5vw;
        max-width: 200px;
        min-width: 165px;
        margin: 0;
        position: absolute;
        bottom: 13px;
        left: 20px;
    }
    
 /* ナビ追従 */
    header .sp-menu.showDown {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
 /* ハンバーガーメニュー */
    header .sp-menu .navbtn {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    header .sp-menu .navbtn a,
    header .sp-menu .navbtn a.close {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
    }
    header .sp-menu .navbtn a::before,
    header .sp-menu .navbtn a.close::before {
        position: absolute;
        top:12px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #4A4A4A;
       transition: .2s;
    }
    header .sp-menu .navbtn a.open::before {
        top:19px;
        transform: rotate(-45deg);
    }
    header .sp-menu .navbtn a::after,
    header .sp-menu .navbtn a.close::after {
        position: absolute;
        bottom:12px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #4A4A4A;
        transition: .2s;
    }
    header .sp-menu .navbtn a.open::after {
        bottom:19px;
        transform: rotate(-135deg);
    }

    header .sp-menu .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    header .sp-menu .navbtn a span::after,
    header .sp-menu .navbtn a.close span::after {
        position: absolute;
        top:19px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #4A4A4A;
    }
    header .sp-menu .navbtn a.open span::after {
        display: none;
    }

 /* ドロップメニュー */
    header .sp-menu > ul {
        display: none;
        background: #fffeee;
        height: 100%;
        width: 100%;
        max-height: calc(100vh - 60px);
        min-height: 100vh;
        max-width: 100vw;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index:999;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* SPで慣性スクロールを有効にする */
        padding-top: 2.5vh;
        padding-bottom: 50vh;
    }
    header .sp-menu > ul.parent_ul {
        position: relative;
        padding-top: 0;
    }
    header .sp-menu > ul.parent_ul > li {
        border-top: 2px solid #ddd;
    }
    header .sp-menu > ul.parent_ul > li:first-child {
        border-top: 2px solid #ddd;
    }
    header .sp-menu > ul.parent_ul > li:last-child {
        border-bottom: 2px solid #ddd;
    }
    header .sp-menu > ul li a {
        display: block;
        position: relative;
        padding: 20px 0 20px 20px;
        line-height: 1.8;
        font-size: 14px;
        font-size: 3.5vw;
        color: #333;
        text-decoration: none;
    }
    header .sp-menu > ul li:last-of-type a {
        border-bottom: none;
    }
    header .sp-menu > ul li a.open {
        font-weight: bold;
    }
    header .sp-menu > ul li.parent > a:before {
        display: block;
        content: "＋";
        float: right;
        height: 100%;
        margin-right: 20px;
        font-size: 12px;
        font-size: 3.2vw;
        transition: .2s;
        opacity: 0.6;
    }
    header .sp-menu > ul li.parent > a.open:before {
        content: "－";
        margin-top: 3px;
        transform: rotate(180deg);
        
        opacity: 0.6;
    }

    header .sp-menu > ul li.parent.open > a::after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    header .sp-menu > ul li a::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }
    header .sp-menu > ul li a,
    header .sp-menu > ul li a::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    header .sp-menu > ul li a::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    
    /* 第2階層の指定 */
    header .sp-menu ul.first_ul {
        background: #fff;
        border-top: solid 2px #ddd;
        display: flex;
        flex-wrap: wrap;
        margin: 0 10px 10px;
    }
    header .sp-menu ul.first_ul li {
        border-bottom: 1px dashed #ddd;
        box-sizing: border-box;
        width: 100%;
    }
    header .sp-menu ul.first_ul li:last-child {
        border-bottom: none;
    }
    header .sp-menu ul.first_ul.nav_2col li {
        width: 50%;
        border-right: 1px dashed #ddd;
    }
    header .sp-menu ul.first_ul.nav_2col li:nth-child(2n) {
        border-right: none;
    }
    header .sp-menu ul.first_ul li a {
        padding: 20px 20px 20px 70px;
    }
    header .sp-menu li.parent a {
        padding-left: 75px;
        position: relative;
    }
    header .sp-menu li.parent a:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        background: #999;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
    }
    header .sp-menu li.parent.nav_01 a:after {
        background: url("../svg/icn_nav01.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_02 a:after {
        background: url("../svg/icn_nav02.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_03 a:after {
        background: url("../svg/icn_nav03.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_04 a:after {
        background: url("../svg/icn_nav04.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_05 a:after {
        background: url("../svg/icn_nav05.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_06 a:after {
        background: url("../svg/icn_nav06.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu li.parent.nav_07 a:after {
        background: url("../svg/icn_nav07.svg") no-repeat 0 0 / 50px;
    }
    header .sp-menu ul.first_ul li a:before {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    header .sp-menu ul.first_ul li a {
        padding: 20px 20px 20px 40px;
        position: relative;
        color: #A09895;
    }
    header .sp-menu ul.first_ul li a:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 10px;
        background: #A09895;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .sp-menu ul.first_ul li.icn_navSP_top a:before {
        background: none;
    }
    header .sp-menu ul.first_ul li a:before {
        background-size: 40px!important;
    }
    header .sp-menu ul.first_ul li.title {
        background: #eee;
    }
    header .sp-menu ul.first_ul li.title span {
        padding: 17px;
        font-weight: bold;
        color: #73af17;
        display: block;
        text-align: center;
    }
    
 /* 検索ボックス */
    
    
    .scroll-prevent {
        overflow: hidden;
    }
}



/*----------------------------------------------------------------------------------------------------
    共通フッター for PC(1040px超)
-----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------
footer
------------------------------------------------ */
footer {
    background: #FFFEEE;
}
footer a {
    color: #A09895;
}
footer .logo {
    display: block;
    width: 130px;
    margin: 0 auto 20px;
}
footer .footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer dl {
    width: 32%;
    margin: 0 6px;
}
footer dl > dt {
    margin-top: 25px;
    margin-bottom: 10px;
}
footer dt,
footer dt a {
    font-size: 1.3rem;
    color: #8FC31F;
    font-weight: bold;
}
footer dt.child {
    margin-top: 55px;
}
footer dd {
    position: relative;
    padding-left: 12px;
}
footer dd:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 6px;
    background: #A09895;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer a {
    font-size: 1.3rem;
    text-decoration: none;
}
footer a:hover {
    transition: .8s;
    text-decoration: underline;
    color: #A09895;
}
footer dt a:hover {
    color: #8FC31F;
}

/* ------------------------------------------------
copyright
------------------------------------------------ */
.copyright .content {
    padding-top: 30px;
    padding-bottom: 25px;
}
.copyright figure {
    max-width: 250px;
    margin-bottom: 15px;
}
.copyright p {
    font-size: 1.3rem;
}
/*----------------------------------------------------------------------------------------------------
    共通フッター for SP(1199px以下)
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    footer {
        display: none;
    }
}