/* 共通 */
.for_sp{display: block;}
.for_pc{display: none;}
.for_sp02{display: block;}
.for_pc02{display: none;}
body{
    position: relative;
    width: 100%;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body.h_active{
    position: fixed;
}
.inner{
    width: 95%;
    margin: 0 auto;
}

.ico_blank,
.ico_pdf{
    position: relative;
    padding-right: 20px;
}
.ico_blank:after,
.ico_pdf:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    vertical-align: -2px;
}
.ico_blank:after{
    background: url(/shared/images/ico_blank.png) center / contain no-repeat;
}
.ico_pdf:after{
    background: url(/shared/images/ico_pdf.png) center / contain no-repeat;
}
input,
select,
textarea{
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input,
textarea{
    padding: 10px;
}
select{
    cursor: pointer;
}
::placeholder{
    color: #CCCCCC;
}

:-ms-input-placeholder {
    color: #CCCCCC;
}

select::-ms-expand {
    display: none;
}
.gr_tpicon{
    padding-left: 20px;
}
.gr_tpicon:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-right: 3px solid #31AE4B;
    border-bottom: 3px solid #31AE4B;
    transform: rotate(-45deg);
}
.gr_bkicon{
    display: inline-block;
    position: relative;
    color: #31AE4B;
    font-weight: bold;
    padding-left: 30px;
}
.gr_bkicon:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #31AE4B;
}
.gr_bkicon:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(135deg);
}


/* header */
#header{
    background: #fff;
}
#header .h_content{
    width: 100%;
    background: #fff;
    z-index: 20;
}
#header .h_content .h_logo{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 20;
}
#header .h_content .h_logo a{
    display: flex;
    align-items: center;
    max-width: 228px;
    padding: 14px;
}
#header .h_content .h_logo .logo{
    max-width: 35px;
    margin-right: 15px;
}
#header .h_content .h_logo .logo_txt{
    max-width: 150px;
    height: 25px;
}
#header .h_content .h_menu{
    display: none;
}
#header .h_content .h_menu{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: #fff;
    z-index: 9;
}
#header .h_content .h_menu ul{
    padding: 0 14px;
    margin-bottom: 15px;
}
#header .h_content .h_menu ul li{
    flex: 1 1 130px;
}
#header .h_content .h_menu ul li a{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 0 15px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
}
#header .h_content .h_menu ul li a.hm_active{
    color: #31AE4B;
}
#header .h_content .h_menu ul li a:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 9px;
    width: 9px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    z-index: 1;
}
#header .h_content .h_menu ul li a:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #31AE4B;
}

#header .h_content .h_menu ul li a:hover{
    opacity: 0.8;
}
#header .h_content .h_menu .sns_link{
    flex: 0 0 85px;
    margin: 0 14px 20px;
}
#header .h_content .h_menu .sns_link a{
    display: inline-block;
}
#header .h_content .h_menu .sns_link a.ico_fb{
    margin-right: 15px;
}
#header .h_content .h_menu .sns_link svg{
    width: 32px;
    height: 32px;
    fill: #CCCCCC;
}
#header .h_content .h_menu .sns_link .ico_fb:hover svg{
    fill: #1877f2;
}
#header .h_content .h_menu .sns_link .ico_tw:hover svg{
    fill: #1da1f2;
}
#header .h_content .burger_icon{
    position: fixed;
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
    z-index: 20;
    cursor: pointer;
}
#header .h_content .burger_icon span{
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    margin: 15px 0;
    background: #31AE4B;
    transition: background .1s;
}
#header .h_content .burger_icon span:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 2px;
    background: #31AE4B;
    transition: transform .3s, top .3s;
}
#header .h_content .burger_icon span:after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #31AE4B;
    transition: transform .3s, bottom .3s;
}
.h_active #header .h_content .burger_icon span{
    background: transparent;
    transition: background .1s;
}
.h_active #header .h_content .burger_icon span:before{
    top: 0;
    transform: rotate(45deg);
    transition: transform .3s, top .3s;
}
.h_active #header .h_content .burger_icon span:after{
    bottom: 0;
    transform: rotate(-45deg);
    transition: transform .3s, bottom .3s;
}

#header .accsess_txt{
    position: relative;
    padding: 0 14px 20px;
    font-size: 12px;
    line-height: 1.8;
    color: #999999;
    z-index: 15;
}
#header .accsess_txt span{
    display: inline-block;
    color: #999999;
}
#header .accsess_txt .tel{
    display: block;
    font-family: Arial;
}
#header .accsess_txt .tel b{
    margin: 0 20px 0 8px;
    font-size: 22px;
    font-weight: bold;
    color: #31AE4B;
    vertical-align: -2px;
}

/* main */
#main{
    padding-top: 61px;
}
/* h2_area */
#h2_area{
    position: relative;
    padding: 30px 0;
    background: #F1F1EE;
    text-align: center;
}
#h2_area .bread{
    display: none;
    position: absolute;
    left: 30px;
    top: 15px;
}
#h2_area .bread li{
    position: relative;
    padding-right: 30px;
    font-size: 12px;
    color: #999;
}
#h2_area .bread li:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
}
#h2_area .bread li:last-child:after{
    content: none;
}
#h2_area .bread li a{
    color: #31AE4B;
    text-decoration: underline;
}
#h2_area h2{
    margin: 0 auto 15px;
}
#h2_area h2 img{
    height: 25px;
}
#h2_area .sub_en{
    font-size: 14px;
}


.top_til{
    font-size: 32px;
    color: #005C3F;
    text-align: center;
    line-height: 1.4;
}
.com_til{
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    color: #005C3F;
}
.com_til:before{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: -1px;
    width: 8px;
    height: 100%;
    background: #005C3F;
}
.com_txt{
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 14px;
}
/* footer */
#footer{
    position: relative;
    background-color: #222222;
    color: #fff;
}
#footer .inner{
    max-width: 960px;
    padding: 25px 0 30px;
    text-align: center;
}
#footer .logo{
    display: block;
    max-width: 80px;
    width: 100%;
    margin: 0 auto 12px;
}
#footer svg{
    max-width: 190px;
    width: 100%;
    height: 43px;
    fill: #fff;
    margin-bottom: 15px;
}
#footer .address{
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
#footer .address a{
    color: #fff;
}
#footer .privacy{
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
#footer .privacy:hover{
    opacity: 0.8;
}
#footer .copy{
    font-size: 12px;
    color: #858585;
}
#footer .pagetop{
    display: none;
    position: fixed;
    bottom: 366px;
    right: 10px;
    z-index: 100;
}
#footer .pagetop span{
    display: inline-block;
    position: relative;
    border: 33px solid transparent;
    border-bottom: 26px solid #31AE4B;
}
#footer .pagetop span:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -85px;
    right: -33px;
    border: 33px solid transparent;
    border-top: 26px solid #31AE4B;
}
#footer .pagetop span:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 20px;
    right: -9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(1%, -2%) rotate(-45deg) skew(6deg, 6deg);
}
#footer .pagetop:hover span{
    border-bottom: 26px solid #5ABE6E;
}
#footer .pagetop:hover span:before{
    border-top: 26px solid #5ABE6E;
}
/* modal */
.modal{
    display: none;
    position: relative;
    z-index: 1000;
}
.modal .mdl_bg{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.modal .mdl_bdy{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 960px;
    width: 90%;
    height: 80%;
    background: #fff;
}
.modal .mdl_bdy .mdl_close{
    position: absolute;
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.modal .mdl_bdy .mdl_close:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.modal .mdl_bdy .mdl_close:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.modal .mdl_bdy .mdl_bdy_in{
    position: relative;
    height: 100%;
    padding: 45px 0 0;
    overflow: auto;
}
.modal .mdl_bdy .mdl_bdy_in .com_area{
    width: 90%;
    margin: 0 auto;
}
.modal .mdl_bdy .mdl_bdy_in .com_area .com_txt a{
    position: relative;
    display: inline-block;
    color: #31AE4B;
    text-decoration: underline;
}
.modal .mdl_bdy .mdl_bdy_in .com_area .top_til{
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

@media screen and (min-width:560px){
    .for_sp02{display: none;}
    .for_pc02{display: block;}
    #h2_area .bread{
        display: flex;
    }
    /* header */
    #header .h_content .h_logo a{
        max-width: 330px;
        padding: 25px 0px 25px 30px;
    }
    #header.hd_tras .h_content .h_logo a{
        transition: padding .3s;
    }
    #header.hd_scrl .h_content .h_logo a{
        padding: 10px 0px 10px 30px;
    }
    #header .h_content .h_logo .logo{
        margin-right: 30px;
        max-width: 72px;
    }
    #header.hd_tras .h_content .h_logo .logo{
        transition: margin .3s, max-width .3s;
    }
    #header.hd_scrl .h_content .h_logo .logo{
        max-width: 50px;
        margin-right: 0;
    }
    #header .h_content .h_logo .logo_txt{
        max-width: 100%;
        height: 30px;
    }
    #header .h_content .h_menu{
        padding-top: 120px;
    }
    #header.hd_scrl .h_content .h_menu{
        padding-top: 70px;
    }
    #header .h_content .h_menu ul{
        padding: 0 30px;
        margin-bottom: 0;
    }
    #header .h_content .h_menu .sns_link{
        margin: 0 30px 20px;
    }
    #header .h_content .burger_icon{
        top: 45px;
        right: 32px;
    }
    #header.hd_scrl .h_content .burger_icon{
        top: 20px;
    }
    #header.hd_tras .h_content .burger_icon{
        transition: top .3s;
    }
    #header .accsess_txt{
        padding: 14px 30px 20px;
    }
    /* main */
    #main{
        padding-top: 120px;
    }
    /* h2_area */
    #h2_area{
        padding: 45px 0;
    }
    #h2_area h2{
        margin-bottom: 22px;
    }
    #h2_area h2 img{
        height: 35px;
    }
    .com_til{
        padding-left: 28px;
        font-size: 20px;
    }
    /* footer */
    #footer .pagetop{
        right: 30px;
        bottom: 60px;
    }
    #footer .pagetop span{
        border: 47px solid transparent;
        border-bottom: 38px solid #31AE4B;
    }
    #footer .pagetop span:before{
        bottom: -123px;
        right: -47px;
        border: 47px solid transparent;
        border-top: 38px solid #31AE4B;
    }
    #footer .pagetop span:after{
        width: 19px;
        height: 19px;
        top: 33px;
    }
    #footer .pagetop:hover span{
        border-bottom: 38px solid #5ABE6E;
    }
    #footer .pagetop:hover span:before{
        border-top: 38px solid #5ABE6E;
    }
    /* modal */
    .modal .mdl_bdy .mdl_bdy_in{
        padding: 45px 0;
    }
}/* @media screen and (min-width:560px) */

@media screen and (min-width:960px){
    /* 共通 */
    .for_sp{display: none;}
    .for_pc{display: block;}
    /* header */
    #header .h_content{
        position: fixed;
        display: flex;
        justify-content: space-between;
        z-index: 20;
    }
    #header .h_content .h_logo{
        position: relative;
        flex: 0 0 330px;
        width: auto;
    }
    #header .h_content .h_menu,
    .h_active #header .h_content .h_menu,
    #header.hd_scrl .h_content .h_menu{
        flex: 0 1 650px;
        position: relative;
        display: flex !important;
        align-items: flex-end;
        width: auto;
        height: auto;
        padding-top: 0;
    }
    #header .h_content .h_menu ul{
        max-width: 525px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #header .h_content .h_menu ul li a{
        padding: 0 0 20px;
        text-align: center;
        border: 0;
    }
    #header .h_content .h_menu ul li a.hm_active{
        border-bottom: 4px solid #31AE4B;
    }
    #header .h_content .h_menu ul li a:before,
    #header .h_content .h_menu ul li a:after{
        content: none;
    }
    #header .h_content .h_menu .sns_link{
        margin: 0 30px 20px 2%;
    }
    #header .h_content .burger_icon{
        display: none;
    }
    #header .accsess_txt{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        padding: 14px 30px;
        opacity: 1;
    }
    #header.hd_tras .accsess_txt{
        transition: opacity .3s, top .3s;
    }
    #header.hd_scrl .accsess_txt {
        opacity: 0;
        top: -70px;
    }
    #header .accsess_txt .tel{
        display: inline-block;
        margin-bottom: 0;
    }
}/* @media screen and (min-width:960px) */
