@charset "UTF-8";
/* CSS Document */
html {
    height: 100%;
    background: #fff;
    font-size: 62.5%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    line-height: 140%;
    color: #000;
    min-width: 1220px;
    margin: auto;
    height: 100%;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;

    text-align: justify;
    text-justify: inter-ideograph;
}

.SP {
    display: none;
}

a {
    text-decoration: none;
    color: #444;
}

a img {
    transition: all 0.3s;
}

a.btn {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background: #45b1e3;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    width: 280px;
    display: block;
    color: #FFF;
    margin: 40px auto 0;
    text-align: center;
    transition: opacity 0.3s;
    position: relative;
}

a.btn.blank::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/common/icon_blank2.png) right center no-repeat;
    width: 16px;
    height: 17px;
}
@media screen and (min-width:641px) {
    a:hover {
        text-decoration: underline;
    }

    a:hover img {
        opacity: 0.7;
    }

    a.btn:hover {
        text-decoration: none;
        opacity: 0.7;
    }

}

#container {
    max-width: 1980px;
    height: auto;
    margin: auto;
}

header {
    position: fixed;
    width: 100%;
    height: 106px;
    max-height: 106px;
    z-index: 10000;
    top: 0;
    left: 0;
    transition: height 0.3s;
}

header>.wrapper {
    max-width: 1280px;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 16px 50px 0 265px;
    transition: height 0.3s, padding-top 0.3s;

}

header h2.brand-logo {
    position: absolute;
    left: 20px;
    bottom: 26px;
    transition: bottom 0.3s;
    width: 16%;
}

header h2.brand-logo img {
    max-width: 100%;
}

header h2.header-description {
    font-size: 12px;
    width:calc(100% - 200px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header ul {
    margin-top: 16px;
    transition: margin-top 0.3s, height 0.3s;
    height: 45px;
    width: calc(100% - 220px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header ul::after {
    content: '';
    display: block;
    clear: both;
}

header ul li {
    font-size: 20px;
    line-height: 100%;
    height: 100%;
    font-weight: bold;
    display: inline-block;
    position: relative;
    float: left;
}

header ul li:first-child {
    padding-left: 0;
}

header ul li.devider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #000;
}

header ul li:first-child::before {
    background: none;
}

header ul li a {
    position: relative;
    display: block;
    height: 100%;
    color: #000;
}

header ul li a:hover {
    text-decoration: none;
}

header ul li a::before {
    content: '';
    background: #45b1e3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
    display: block;
    transition: height 0.2s;
}

header ul li a:hover::before {
    height: 7px;
}

header ul li a.current::before {
    transition: none;
    height: 7px;
}

header .contact {
    background: #6aa421 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    transition: all 0.3s ;
    height: 100%; 
    display: flex ;
    flex-direction: column; 
    justify-content: center ; 
    align-items: center;
    gap: 8px; 
}


header .contact img {
    margin: auto;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 8px;
    gap: 8px;
}

header .contact a {
    width: 105px ;
    height: 32px ;
    line-height: 32px ;
    box-sizing: border-box ;
    padding: 0px ; 
    margin: auto ;
    border: 1px solid transparent !important;
    border-radius: 8px;
    font-size: 16px !important; 
    font-weight: bold !important;
    letter-spacing: normal !important; 
    outline: none !important;
    background-color: white !important;
    display: inline-block !important; 
    position: static !important; 
    transform: none !important; 
    vertical-align: middle !important; 
    white-space: nowrap !important; 

}


header .contact a:hover {
    text-decoration: none;
    opacity: 0.8;
}

header.smaller {
    background: rgba(255, 255, 255, 0.94);
    height: 85px;
}

header.smaller>.wrapper {
    padding-top: 10px;
}

header.smaller h2.brand-logo {
    bottom: 15px;
}

header.smaller ul {
    margin-top: 12px;
    height: 41px;
}

header.smaller .contact {
    padding: 6px 0 0;
}

header.smaller .contact a {
    line-height: 26px;
    height: 26px;
}



section#contact {
    margin: 60px auto 70px;
    background: url(/images/common/contact_bg.jpg) center top no-repeat;
    height: 446px;
    width: 1200px;
    text-align: center;
    padding: 110px 0 0;
}

section#contact h2 {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.5px;
    padding: 0;
}

section#contact ul {
    display: table;
    width: 1060px;
    margin: 35px auto 0;
    border-collapse: separate;
    border-spacing: 40px 0;
}

section#contact li {
    display: table-cell;
    width: 50%;
    background: #fff;
    padding: 30px 10px;
}

section#contact li h3 {
    font-size: 15px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 22px;
}

section#contact li .tel {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    color: #65a427;
    padding-left: 45px;
    background: url(/images/common/contact_icon_tel.png) left center no-repeat;
}

section#contact li p {
    font-size: 15px;
    line-height: 100%;
    margin-top: 28px;
}

section#contact li a.contact_btn {
    background: #65a427 url(/images/common/contact_icon_mail.png) left 20px center no-repeat;
    color: #fff;
    font-size: 20px;
    line-height: 65px;
    font-weight: bold;
    height: 65px;
    width: 343px;
    display: inline-block;
    transition: all 0.3s;
}

section#contact li a.contact_btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer {
    background: #3b3b3a;
    padding: 30px 0 100px;
    color: #fff;
    min-height: 400px;
}

footer a {
    color: #fff;
}
footer li a.blank {
    height:1em;
    display: block;
}
footer .wrapper {
    max-width: 1200px;
    margin: auto;
}

footer .wrapper::after {
    content: '';
    display: block;
    clear: both;
}

footer .logoWrap {
    width: 390px;
    float: left;
    margin-top: 25px;
}

footer .logoWrap h3 {
    font-size: 14px;
    line-height: 120%;
    margin: 18px 0 0 48px;
}

footer .logoWrap p {
    font-size: 10px;
    line-height: 170%;
    width: 290px;
    margin: 12px 0 0 48px;
}

footer nav {
    display: table;
    /*width: 500px;*/
    float: left;
    margin-top: 30px;
}

footer nav ul {
    display: table-cell;
    border-left: #000000 solid 1px;
    width: 50%;
}

footer nav ul li {
    font-size: 14px;
    line-height: 120%;
    padding: 5px 0 20px 40px;
    border-left: #696969 solid 1px;
}

footer .companyWrap {
    width: 300px;
    float: right;
    text-align: right;
}

footer .companyWrap .is {
    font-size: 10px;
    line-height: 120%;
    width: 120px;
    text-align: center;
    display: inline-block;
}

footer .companyWrap .is img {
    margin-bottom: 5px;
}

footer .companyWrap .uzen {
    font-size: 12px;
    line-height: 180%;
}

footer .companyWrap .uzen img {
    display: block;
    margin: 15px 0 15px auto;
}

footer .companyWrap .copyright {
    font-size: 10px;
    line-height: 120%;
    margin-top: 8px;
    transform-origin: right top;
    transform: scale(0.8);
}

#pagetopBtn {
    position: fixed;
    right: 20px;
    bottom: -100px;
    width: 80px;
    height: 80px;
    background: #FFF url(/images/common/pagetop.png) center center no-repeat;
    z-index: 10;
    transition: all 0.4s;
    cursor: pointer;
}

#pagetopBtn.show {
    bottom: 0;
}







#fadeAll {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    top: 0;
    pointer-events: none;
}

_:-ms-input-placeholder, :root #fadeAll {
    z-index: 19999;
}

#progress {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 20002;
}

#progressBar {
    width: 0;
    height: 3px;
    background: #4343c8;
    position: relative;
    top: 0;
}

#preload {
    display: none;
}

section {
    position: relative;
    max-width: 1980px;
    margin: auto;
}

.jumpTarget {
    position: relative;
    top: -50px;
}

/*フォントサイズ*/
section h1 {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
}
section h2 {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-left: 44px;
}

.btn-l {
    font-size: 20px !important;
    padding: 8px 15px;
    height: auto !important;
    width: auto !important;
    max-width: 440px;
}
@media screen and (max-width:900px) {
    header .contact {
        width:80px;
        height:80px;
        padding:8px;
    }
    header .contact img{
        display:none;
    }
    header .contact a {
        width:auto;
        height:auto;
        font-size:14px;
        display: block;
        background: none;
        color:#fff;
        line-height: 1.3;
        margin:0;
        padding:13px 0;

    }
    header ul {
        width:calc(100% - 80px);
    }
    header h2.header-description {
        width:calc(100% - 80px);
    }

}
@media screen and (max-width:900px) {
    header ul li {
        font-size:16px;
    }
    header h2.brand-logo {
       top:42px;
    }
}
@media screen and (min-width:641px) {
    #pagetopBtn.show:hover {
        opacity: 0.8;
    }
}