body{
    width: 100%;
    line-height: 1.4;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
.sp_tgl_opn{
    position: fixed;
}
/* 共通 */
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}
.for_sp{display: block;}
.for_pc{display: none;}
.minchou-til{
    font-family: 'Zen Old Mincho', "游明朝", serif, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
}
.minchou-til.-pageminchou{
    margin-bottom: 30px;
    text-align: center;
}
.minchou-til > span{
    display: inline-block;
}
.page-exp{
    margin-bottom: 60px;
    line-height: 2;
    text-align: center;
}
.fadein{
    opacity: 0;
    transform: translate(0, 40px);
}
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity .3s, transform .4s;
}
.ico-blank{
    position: relative;
}
.ico-blank:after{
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    right: -6px;
    width: 12px;
    height: 12px;
    background: url(/shared/images/ico_blank.svg) center / contain no-repeat;
}
.ico-mail{
    position: relative;
    padding-left: 30px;
}
.ico-mail:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(/shared/images/ico_mail_w.svg) center / contain no-repeat;
}
.ico-mail.-bkcol:before{
    background-image: url(/shared/images/ico_mail.svg);
}
.bread-thumb{
    display: none;
}

.content-inner{
    position: relative;
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    padding: 1px 0;
    z-index: 1;
}
.mdl_active .content-inner{
    z-index: 0;
}
.border-link{
    display: block;
    position: relative;
    padding: 17px 5px;
    max-width: 360px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.border-link.-bkcol{
    border-color: #333;
    color: #333;
}
.border-link:after,
.border-link:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 2px;
    margin: auto;
    border-top: 2px solid #fff;
}
.border-link.-bkcol:after,
.border-link.-bkcol:before{
    border-color: #333;
}
.border-link:after{
    bottom: 6px;
    transform: rotate(60deg);
}
.border-link:before{
    top: 9px;
    transform: rotate(-60deg);
}
.page-til{
    margin-bottom: 40px;
}
.page-til > img{
    display: block;
    height: 30px;
    width: auto;
    margin: 0 auto 15px;
}
.page-til > .sub-ja{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    color: #6E7F7B;
    text-align: center;
}
.btmarrow-btn{
    display: block;
    position: relative;
    padding: 15px;
    max-width: 440px;
    margin: 0 auto;
    background: #333;
    color: #fff;
    text-align: center;
}
.btmarrow-btn:after,
.btmarrow-btn:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.btmarrow-btn:before{
    border-right: 2px solid #fff;
    transform: rotate(115deg);
}
.btmarrow-btn:after{
    border-bottom: 2px solid #fff;
    transform: rotate(-30deg);
    right: 20px;
}
.black-arrowbtn{
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    padding: 18px 0;
    margin: 20px auto 0;
    font-weight: bold;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 16px;
}
.black-arrowbtn:hover{
    opacity: 0.8;
}
.black-arrowbtn:after,
.black-arrowbtn:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.black-arrowbtn:before{
    top: -9px;
    right: 10px;
    border-right: 2px solid #fff;
    transform: rotate(155deg);
}
.black-arrowbtn:after{
    border-bottom: 2px solid #fff;
    transform: rotate(-65deg);
    right: 17px;
    top: 9px;
}
/* header */
#header-area{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.mdl_active #header-area{
    z-index: 0;
}
.header-flxbox{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.header-flxbox > .lft{
    position: relative;
    flex: 0 0 calc( 100% - 70px );
    padding: 18px 0;
    background: #fff;
}
.header-logolink{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px 0;
    z-index: 10;
}
.header-logo{
    display: block;
    flex: 0 0 30%;
    margin: 0 15px 0 0;
    max-width: 50px;
}
.header-type{
    display: block;
    flex: 0 0 70%;
    margin: 0 auto 0 0;
    max-width: 170px;
    width: 100%;
}

.header-flxbox > .rgt{
    display: none;
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    background: #6E7F7B;
    height: calc(100vh - 70px);
    overflow: auto;
    padding: 23px 15px;
}

.header-flxbox > .rgt > .nav{
    margin: 0 auto;
}
.header-menulist{
    margin-bottom: 30px;
}
.header-menulist > .list{
    flex: 0 0 24%;
    text-align: center;
}
.header-menulist > .list > .link{
    position: relative;
    display: block;
    padding: 25px 9px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #8D9D9A;
    font-size: 12px;
}
.header-menulist > .list > .link:before,
.header-menulist > .list > .link:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.header-menulist > .list > .link:before{
    top: 6px;
    border-bottom: 2px solid #fff;
    transform: rotate(-65deg);
}
.header-menulist > .list > .link:after{
    bottom: 6px;
    border-top: 2px solid #fff;
    transform: rotate(65deg);
}
.header-menulist > .list > .link > .en{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.header-menulist > .list > .link > .en > img{
    height: 20px;
    width: auto;
}
.header-addressbox{
    flex: 0 0 200px;
}
.header-addressbox > .tel{
    font-size: 24px;
    margin-bottom: 6px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
.header-addressbox > .tel > .tel_link,
.header-addressbox > .tel > a > .tel_link{
    display: inline-block;
    margin-left: 10px;
    font-size: 40px;
    font-weight: bold;
}
.header-addressbox > .tel a{
    color: #fff;
}
.header-addressbox > .time{
    font-size: 14px;
    text-align: center;
    color: #fff;
}
#header-toggle{
    display: flex;
    align-items: center;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    cursor: pointer;
}
#header-toggle > .line{
    display: block;
    position: relative;
    width: 100%;
    height: 15px;
}
#header-toggle > .line:before,
#header-toggle > .line:after{
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: top .3s, bottom .3s, transform .3s;
}
#header-toggle > .line:before{
    top: 0;
    background: #009544;
}
#header-toggle > .line:after{
    bottom: 0;
    background: #F04A97;
}
.sp_tgl_opn #header-toggle > .line:before{
    top: 6px;
    transform: rotate(-30deg);
}
.sp_tgl_opn #header-toggle > .line:after{
    bottom: 7px;
    transform: rotate(30deg);
}

/* main-contents */
.mdl_active .main-contents{
    position: relative;
    z-index: -1;
}
.main-contents{
    min-height: calc( 100vh - 320px);
}
/* footer */
#footer-area{
    background: #6E7F7B;
    color: #fff;
}
#footer-area > .footer-inner{
    padding: 60px 20px;
    margin: 0 auto;
    text-align: center;
}
#footer-area > .footer-inner > .logo-box{
    max-width: 256px;
    margin: 0 auto 20px;
}
#footer-area > .footer-inner > .logo-box > .link{
    display: block;
}
#footer-area > .footer-inner > .address{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
}
#footer-area > .footer-inner > .address > span{
    display: inline-block;
}
#footer-area > .footer-inner > .tel{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
#footer-area > .footer-inner > .tel a{
    color: #fff;
}
#footer-area > .footer-inner > .tel > span{
    display: inline-block;
    padding: 0 8px;
}
#footer-area > .footer-inner > .tel > span.tel_link{
    padding-left: 0;
}
#footer-area > .footer-inner > .privacy-popup{
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
#footer-area > .footer-inner > .copy{
    font-size: 14px;
    color: #B7BFBD;
}

/* モーダル */
.mdl_active {
    overflow: hidden;
}
.mdl_active #privacy-modalarea > .modal-inner{
    display: none;
    position: fixed;
    top: -8%;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 940px;
    width: 90%;
    height: 78%;
    margin: auto;
    z-index: 1010;
}
.modal-inner > .pri-til{
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.modal-inner .close {
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
}
.modal-inner .close:before,
.modal-inner .close:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 5px;
    width: 30px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.modal-inner .close:after{
    transform: rotate(-45deg);
}
.modal-inbox{
    padding: 30px 5%;
    overflow: auto;
    height: 100%;
    background: #fff;
}
.modal-inbox > .block{
    margin-bottom: 60px;
    color: #333;
}
.modal-inbox > .block.-nobtm{
    margin-bottom: 0;
}
.modal-inbox > .block > .modal-til{
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}
.modal-inbox > .block > .modal-exp{
    padding: 0 5px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.modal-inbox > .block > .modal-exp.-nobtm{
    margin-bottom: 20px;
}
.modal-inbox > .block > .modal-subtil{
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 20px;
}
.mdl_active #privacy-modalarea .bk {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.modal-detailbox{
    background: #F1F3F3;
}
.modal-inbox > .block > .modal-detailbox{
    margin: 0 5px 30px;
    padding: 20px 30px;
}
.modal-inbox > .block > .modal-detailbox.-nobtm{
    margin-bottom: 0;
}
.modal-detailbox > .detail-til{
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.modal-detailbox > .detail-til:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: -10px;
    top: 9px;
    background: #333;
    border-radius: 100%;
}
.modal-detailbox > .dl-box{
    margin-bottom: 10px;
}
.modal-detailbox > .dl-box > dl{
    margin-bottom: 8px;
    font-size: 14px;
}

.modal-detailbox > .kome{
    position: relative;
    font-size: 14px;
    padding-left: 15px;
}
.modal-detailbox > .kome:before{
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.modal-detailbox > .detail-conttil{
    font-weight: bold;
}
.modal-detailbox > .detail-conttil.-morebtm{
    margin-bottom: 5px;
}
.modal-detailbox > .detail-link{
    display: inline-block;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    word-break: break-all;
    text-decoration: underline;
}
.modal-detailbox > .detail-exp a{
    color: #333;
}
.modal-detailbox > .detail-exp > a.contact-link{
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

/* bkgraycontent-block */
.bkgraycontent-block{
    position: relative;
    padding: 80px 0;
    background-color: #F1F3F3;
}
.bkgraycontent-block > .content-inner > .minchou-til{
    margin-bottom: 15px;
    text-align: center;
}
.bkgraycontent-exp{
    margin-bottom: 60px;
    text-align: center;
    line-height: 2;
}
/* contact-area */
.contact-area{
    position: relative;
    padding: 60px 5%;
    text-align: center;
    background: linear-gradient(90deg, #ECBED5, #D1D6D6, #A8D4BD);
}
.contact-area > .cb-til{
    margin-bottom: 20px;
}
.contact-area > .cb-til > img{
    display: block;
    height: 34px;
    margin: 0 auto;
}
.contact-area > .cb-exp{
    margin-bottom: 10px;
}
.contact-area > .cb-tel {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.contact-area > .cb-tel > .tel_link,
.contact-area > .cb-tel a {
    margin-left: 10px;
    font-size: 40px;
    font-weight: bold;
}
.contact-area > .cb-tel a{
    color: #333;
}
.contact-area > .cb-time {
    margin-bottom: 20px;
    text-align: center;
}
.contact-area > .border-link{
    margin: 0 auto;
}

@media screen and (min-width: 960px){
    /* 共通 */
    .for_sp{display: none;}
    .for_pc{display: block;}
    .minchou-til{
        font-size: 48px;
    }
    .page-til > img{
        height: 46px;
    }
    .page-til{
        margin-bottom: 60px;
    }
    .page-exp{
        margin-bottom: 120px;
    }
    .page-bk{
        position: relative;
    }
    .page-bk:before{
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center top 210px;
        background-size: 1240px auto;
        background-repeat: no-repeat;
        opacity: 0.5;
        z-index: 0;
    }
    /* bread-thumb */
    .bread-thumb{
        display: flex;
        justify-content: flex-end;
        margin: 0 auto 60px;
        padding: 0 15px;
        width: 100%;
    }
    .bread-thumb > .list{
        margin: 0 10px;
    }
    .bread-thumb > .list,
    .bread-thumb > .list > .link{
        color: #8D9D9A;
        font-size: 14px;
    }
    .bread-thumb > .list > .link{
        position: relative;
        padding-right: 15px;
        text-decoration: underline;
    }
    .bread-thumb > .list > .link:after{
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 4px;
        right: -3px;
        border-bottom: 1px solid #8D9D9A;
        border-right: 1px solid #8D9D9A;
        transform: rotate(-45deg);
    }
    /* header */
    .header-flxbox > .lft{
        padding: 15px 0;
        flex: 0 0 25%;
        width: 100%;
    }
    .header-flxbox > .rgt{
        position: relative;
        display: block;
        flex: 0 0 69%;
        height: auto;
        top: 0;
        background: #fff;
    }
    .header-flxbox > .rgt > .nav{
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 auto;
        max-width: 655px;
    }
    .header-menulist > .list > .link:before,
    .header-menulist > .list > .link:after{
        content: none;
    }
    .header-menulist {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1 1 auto;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .header-menulist > .list > .link{
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: center;
        border: 0;
    }
    .header-menulist > .list > .link > .en{
        display: none;
    }
    .header-addressbox > .tel{
        font-size: 15px;
        margin-bottom: 2px;
        color: #333;
    }
    .header-addressbox > .tel > .tel_link,
    .header-addressbox > .tel > a > .tel_link {
        margin-left: 5px;
        font-size: 24px;
    }
    .header-addressbox > .time{
        font-size: 13px;
        color: #333;
    }
    #header-toggle{
        display: none;
    }
    /* モーダル */
    .modal-inner > .pri-til{
        font-size: 36px;
    }
    .modal-inner .close {
        top: 22px;
        right: 20px;
    }
    .modal-inner .close:before,
    .modal-inner .close:after{
        width: 51px;
        height: 4px;
    }
    .modal-inbox{
        padding: 60px 5%;
    }
    .modal-inbox > .block > .modal-til{
        font-size: 36px;
    }
    .modal-inbox > .block > .modal-subtil{
        padding: 0 15px;
        font-size: 26px;
    }
    .modal-inbox > .block > .modal-exp{
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .modal-inbox > .block > .modal-detailbox{
        margin: 0 15px 30px;
        padding: 30px 50px;
    }
    .modal-detailbox > .dl-box > dl{
        display: flex;
        margin-bottom: 0;
    }
    .modal-detailbox > .dl-box > dl > dt{
        flex: 0 0 150px;
    }
    .modal-detailbox > .dl-box > dl > dd{
        flex: 1 1 auto;
    }
    .modal-detailbox > .detail-conttil.-morebtm{
        margin-bottom: 10px;
    }
    /* bkgraycontent-block */
    .bkgraycontent-block{
        padding: 190px 0;
    }
    .bkgraycontent-block > .content-inner > .minchou-til{
        margin-bottom: 30px;
    }
    /* business */
    .bkgraycontent-block.-business:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/shared/images/text_business_w.svg) center top 150px / auto 210px no-repeat;
        opacity: 0.6;
    }
    .bkgraycontent-exp{
        margin-bottom: 80px;
    }
    /* contact-area */
    .contact-area{
        padding: 60px 2.5%;
    }
    .contact-area > .cb-til{
        margin-bottom: 40px;
    }
    .contact-area > .cb-til > img{
        height: 45px;
    }
    .contact-area > .cb-exp{
        margin-bottom: 30px;
    }
    .contact-area > .cb-tel > .tel_link,
    .contact-area > .cb-tel a {
        font-size: 48px;
    }
    .contact-area > .cb-time {
        margin-bottom: 30px;
    }
    .main-contents{
    position: relative;
    padding-top: 125px;
    background: #F1F3F3;
}
.content-inner{
    position: relative;
    max-width: 1240px;
    z-index: 1;
}

}
@media screen and (min-width: 1200px){
    /* header */
    .header-flxbox{
        align-items: flex-start;
        margin-left: 50px;
        background-color: rgba(0,0,0,0);
    }
    .header-flxbox:before{
        content: "";
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 146px;
        top: 0;
        left: -50px;
        background: url(/shared/images/logo_arrow.png) center / 103% 100% no-repeat;
    }
    .header-flxbox > .lft{
        position: absolute;
        flex: 0 0 15%;
        max-width: 230px;
    }
    .header-flxbox > .lft:after{
        content: "";
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        right: -25px;
        background: url(/shared/images/logo_arrow.png) center / 103% 100% no-repeat;
        transform: rotate(180deg);
    }
    .header-logo{
        max-width: 85px;
        width: 100%;
        margin: 0 auto 15px;
    }
    .header-type{
        max-width: 170px;
    }
    .header-logolink{
        display: block;
        padding: 10px 15px 15px;
    }
    .header-flxbox > .rgt{
        flex: 1 1 auto;
    }
}
@media screen and (min-width: 1900px){
    /* header */
    .header-flxbox{
        margin-left: 100px;
    }
    .header-flxbox:before{
        width: 100px;
        left: -100px;
    }
    .header-flxbox > .lft:after{
        width: 100px;
        right: -50px;
    }
}