@charset "UTF-8";
*{font-family: 'Noto Sans JP', sans-serif;}
.wrap{
    width: 100%;
    min-width: 1200px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.gnav{
    padding: 20px 0;
    position: fixed;
    background-color: #fff;
    z-index: 20;
}
.gnav .flex-row{
    justify-content: space-between;
    align-items: center;
}
.gnav .flex-row figure{
    width: 166px;
}
.gnav .flex-row figure a{
    width: 100%;
    display: block;
}
.gnav .flex-row figure a img{
    width: 100%;
}
.gnav .flex-row ul{
    display: flex;
    flex-wrap: wrap;
}
.gnav .flex-row ul li{
    margin: 0 20px;
}
.gnav .flex-row ul li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.gnav .flex-row ul li.cta{
}
.gnav .flex-row ul li.cta a{
    background-color: #1fab4e;
    padding: 10px 35px;
    color: #fff;
    border-radius: 40px;
}
.flex-row .menu-btn{
    display: none;
}
.flex-row .menu-btn span{}
.flex-row .menu-btn span:nth-of-type(1){}
.flex-row .menu-btn span:nth-of-type(2){}
.flex-row .menu-btn span:nth-of-type(3){}


.fv{
    padding: 160px 0 80px;
    background-image: url(../img/fv-back.png);
    background-size: cover;
    background-position: center center;
}
.fv h2{
    font-size: 70px;
    font-weight: 900;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98da79+0,27ab4e+29,006b29+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006b29+0,27ab4e+21,98da79+36,27ab4e+56,006b29+100 */
    background: linear-gradient(to right,  #006b29 0%,#27ab4e 21%,#98da79 36%,#27ab4e 56%,#006b29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006b29+0,27ab4e+21,98da79+36,27ab4e+56,006b29+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: inline-block;
    margin-bottom: 20px;
}
.fv h2 img{}
.fv h3{
    font-size: 22px;
    color: #555;
    font-weight: 300;
}

.main-ttl{}
.main-ttl h2{font-size: 50px;font-weight: bold;color: #555;}
.main-ttl h2::first-letter{
    color: #1fab4e;
}
.main-ttl h3{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}
.main-ttl.center{
    text-align: center;
    margin-bottom: 50px;
}
.main-ttl.right{
    text-align: right;
    margin-bottom: 50px;
}
.main-ttl.left{
    text-align: left;
    margin-bottom: 50px;
}

.content01{
    padding: 100px 0;
}
.content01 .content{}
.content01 .content h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content01 .content p{
    text-align: left;
    line-height: 2em;
    font-weight: 500;
    color: #555;
}
.content01 .content p span{
    text-align: right;
    display: block;
}


.content02{
    padding: 100px 0;
    background-image: url(../img/content-back.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.content02 .photo{
    width: 45%;
}
.content02 .photo figure{}
.content02 .photo figure img{
    width: 100%;
}
.content02 .text{
    width: 50%;
}

.white-box{
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.white-box h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.white-box h5{
    color: #27ab4e;
    font-size: 14px;
    margin-bottom: 30px;
}
.white-box p{
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.content03{
    padding: 100px 0;
    background-image: url(../img/content-back.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.content03 .inner{}
.content03 .photo{
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 60%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 15px;
}
.content03 .photo figure{}
.content03 .photo figure img{
    width: 100%;
}
.content03 .text{
    width: 70%;
    z-index: 1;
}
.content03 .text .white-box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content03 .text .white-box dl dt{
    width: 20%;
    border-bottom: dashed 1px #555;
    padding: 15px 0;
    color: #27ab4e;
}
.content03 .text .white-box dl dd{
    width: 80%;
    border-bottom: dashed 1px #555;
    padding: 15px 0;
    color: #555;
}
.content03 .text .white-box dl dd iframe{
    width: 100%;
    margin-top: 10px;
}
.content-cta{
    padding: 100px 0 100px;
    background-image: url(../img/content-back.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.content-cta .main-ttl {
    background-image: url(../img/cta-content-back.png);
    background-size: cover;
    padding: 77px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 15px;
    background-position: center center;
}
.content-cta .main-ttl h2{color: #fff;}
.content-cta .main-ttl h2::first-letter{
}
.content-cta .main-ttl h3{
}

footer{}
footer .foot01{
    background-color: #27ab4e;
    padding: 20px 0;
}
footer .foot01 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .foot01 ul li{
    border-right: solid 1px #ccc;
}
footer .foot01 ul li:last-of-type{
    border-right: none;
}
footer .foot01 ul li a{
    color: #fff;
    margin: 0 20px;
    font-weight: 300;
}

footer .foot02{
    background-color: #000;
    padding: 10px 0;
    text-align: center;
}
footer .foot02 p{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}


/*下層ページ*/
.sub-fv{}
.sub-fv h2{
    font-size: 70px;
    font-weight: 900;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98da79+0,27ab4e+29,006b29+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006b29+0,27ab4e+21,98da79+36,27ab4e+56,006b29+100 */
    background: linear-gradient(to right,  #006b29 0%,#27ab4e 21%,#98da79 36%,#27ab4e 56%,#006b29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006b29+0,27ab4e+21,98da79+36,27ab4e+56,006b29+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: inline-block;
    margin-bottom: 0;
}
.sub-fv h2 img{}
.sub-fv h3{}


.service-content01{
    padding: 100px 0;
}
.service-content01 .content{
    margin-top: 100px;
}
.service-content01 .content h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-content01 .content p{
    text-align: center;
    line-height: 1.7em;
    color: #555;
    font-size: 18px;
}
.service-content01 .content .point{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}
.service-content01 .content .point .col3{
    width: 27%;
    margin: 0 1%;
}
.service-content01 .content .point .col3 figure{
    text-align: center;
}
.service-content01 .content .point .col3 figure img{
    width: 70%;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 200px;
}
.service-content01 .content .point .col3 h3{
    text-align: center;
    font-size: 20px;
    color: #27ab4e;
    font-weight: 700;
    margin-top: 30px;
}
.service-content01 .content .point .col3 p{
    margin-top: 10px;
    font-size: 14px;
}

.company-content01{
    padding: 100px 0;
}
.company-content01 .content{
    margin-top: 100px;
}
.company-content01 .content h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.company-content01 .content p{
    text-align: left;
    line-height: 2em;
    color: #555;
    font-size: 16px;
}

.company-content02{
    padding: 100px 0 100px;
    background-image: url(../img/content-back.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.company-content02 .text{
    width: 70%;
    z-index: 1;
}
.company-content02 .text .white-box{}
.company-content02 .text .white-box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company-content02 .text .white-box dl dt{
    width: 20%;
    border-bottom: dashed 1px #555;
    padding: 15px 0;
    color: #27ab4e;
}
.company-content02 .text .white-box dl dd{
    width: 80%;
    border-bottom: dashed 1px #555;
    padding: 15px 0;
    color: #555;
}
.company-content02 .text .white-box dl dd iframe{
    width: 100%;
    margin-top: 10px;
}
.company-content02 .photo{
    position: absolute;
    z-index: 0;
    width: 60%;
    right: 0;
    top: 0;
}
.company-content02 .photo figure{}
.company-content02 .photo figure img{
    width: 100%;
}

.contact-content01{
    padding: 100px 0;
}
.contact-content01 .content{
    margin-top: 100px;
}
.contact-content01 .content h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-content01 .content p{
    text-align: center;
    line-height: 1.7em;
    color: #555;
    font-size: 18px;
}
.contact-content01 .content p span{
    text-align: right;
    display: block;
}

.privacy-content01{
    padding: 100px 0;
}
.privacy-content01 .content{
    margin-top: 100px;
}
.privacy-content01 .content h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.7em;
    color:#27ab4e;
}
.privacy-content01 .content p{
    line-height: 1.7em;
    color: #555;
    font-size: 16px;
    margin-bottom: 2em;
}

.text-right{
    display: none !important;
}