@charset "utf-8";

#toppage{
    border-top: 1px solid #e5e5e5;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-feature-settings:"palt";
}

/*トップ共通*/
#toppage a img:hover{
    opacity: 0.5;
    transition:all 0.5s ease 0s;
}
#toppage section{
    padding: 80px 0;
    border: none;
}
@media only screen and (max-width: 750px) {
    #toppage section{
        padding: 8vw 0;
    }
}
#toppage h2{
    border:none;
}
#toppage .title1{
    color: #ffae00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}
@media only screen and (max-width: 750px) {
    #toppage .title1{
        font-size: 5.5vw;
        margin: 0 0 3vw 0;
    }
}
#toppage .sp_only{display: none;}
@media only screen and (max-width: 750px) {
    #toppage .sp_only{display: inherit;}
    #toppage .pc_only{display: none;}
}


/*MV*/
#toppage #mv{
    background: url(../images/top/mv_bg.jpg) no-repeat center center;
    background-size: cover;
}
#toppage #mv .inner{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
}
#toppage #mv .inner .left,
#toppage #mv .inner .right{
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    #toppage #mv{
        margin: 60px 0 0 0;
    }
}
@media only screen and (max-width: 750px) {
    #toppage #mv{
        background: url(../images/top/mv_bg@sp.jpg) no-repeat center center;
        background-size: cover;
    }
    #toppage #mv .inner{
        display: block;
        padding: 6vw 0 6vw 0;
    }
    #toppage #mv .inner .left{
        margin: 0 auto 5vw auto;
    }
}

/*バナーエリア*/
#toppage .banner_Area{
    text-align: center;
    padding: 50px 0;
}
@media only screen and (max-width: 750px) {
    #toppage .banner_Area{
        text-align: center;
        padding: 5vw 0;
    }
}

/*特徴*/
#toppage #feature{
    background: #ffae00;
}
#toppage #feature .title{
    text-align: center;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 40px 0;
}
#toppage #feature .title span.ballon{
    color: #ff4e00;
    display: block;
    font-size: 30px;
}
#toppage #feature .title span.ballon::before,
#toppage #feature .title span.ballon::after{
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background: #ff4e00;
    display: inline-block;
    border-radius: 10px;
    vertical-align: middle;
}
#toppage #feature .title span.ballon::before{
    transform: rotate(60deg);
}
#toppage #feature .title span.ballon::after{
    transform: rotate(-60deg);
}
#toppage #feature .title span.ballon .l{
    font-size: 133%;
}
#toppage #feature .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#toppage #feature .flex .box{
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 30px;
    width: calc(50% - 20px);
    margin: 0 0 40px 0;
}
#toppage #feature .flex .box dt{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 90px;
    line-height: 1.5;
}
#toppage #feature .flex .box dt span{
    font-size: 150%;
}
#toppage #feature .flex .box dt.feature1{
    background: url(../images/top/icn_feature01.png) no-repeat left center;
    background-size: 80px;
}
#toppage #feature .flex .box dt.feature2{
    background: url(../images/top/icn_feature02.png) no-repeat left center;
    background-size: 80px;
}
#toppage #feature .flex .box dt.feature3{
    background: url(../images/top/icn_feature03.png) no-repeat left center;
    background-size: 60px;
}
#toppage #feature .flex .box dt.feature4{
    background: url(../images/top/icn_feature04.png) no-repeat left center;
    background-size: 80px;
}
#toppage #feature .flex .box dd{
    font-size: 16px;
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 1000px) {
    #toppage #feature .title{
        font-size: 4.4vw;
    }
    #toppage #feature .flex .box dt span{
        display: block;
    }
}
@media only screen and (max-width: 750px) {
    #toppage #feature .title{
        margin: 0 0 4vw 0;
        line-height: 1.6;
    }
    #toppage #feature .title span.ballon{
        font-size: 4.5vw;
    }
    #toppage #feature .title span.ballon::before,
    #toppage #feature .title span.ballon::after{
        width: 3.5vw;
        height: 0.4vw;
    }
    #toppage #feature .flex{
        display:block;
    }
    #toppage #feature .flex .box{
        margin: 0 0 10px 0;
        padding: 2vw 3vw;
        width:100%;
    }
    #toppage #feature .flex .box dt{
        font-size: 4.2vw;
        padding: 2vw 0 2vw 26vw;
    }
    #toppage #feature .flex .box dt.feature1{
        background: url(../images/top/icn_feature01.png) no-repeat left 20px center;
        background-size: 16vw;
    }
    #toppage #feature .flex .box dt.feature2{
        background: url(../images/top/icn_feature02.png) no-repeat left 20px center;
        background-size: 16vw;
    }
    #toppage #feature .flex .box dt.feature3{
        background: url(../images/top/icn_feature03.png) no-repeat left 20px center;
        background-size: 12vw;
    }
    #toppage #feature .flex .box dt.feature4{
        background: url(../images/top/icn_feature04.png) no-repeat left 20px center;
        background-size: 16vw;
    }
    #toppage #feature .flex .box dd{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
}

/*googlepartners*/
#toppage #gp{
    background: #fefdf9;
}
#toppage #gp .wrap{
    max-width: 880px;
    margin: 0 auto;
    padding: 0 10px;
}
#toppage #gp .title{
    color: #ffae00;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center;
    line-height: 1.3;
}
#toppage #gp .flex{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
#toppage #gp .logo{
    width: 200px;
}
#toppage #gp .logo img{
    width:100%;
}
#toppage #gp .txt{
    width: calc(100% - 240px);
}
#toppage #gp .award{
    width:calc(50% - 20px);
}
#toppage #gp .award dt{
    text-align: center;
    color: #8d6b10;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding: 15px 0;
}
#toppage #gp .award dt::before,
#toppage #gp .award dt::after{
    content: "";
    width:60px;
    height: 108px;
    vertical-align: middle;
    display: block;
    position: absolute;
    top: calc(50% - 55px);
}
#toppage #gp .award dt::before{
    left:0;
    background: url(../images/top/img_emblem_left.svg) no-repeat left top;
}
#toppage #gp .award dt::after{
    right:0;
    background: url(../images/top/img_emblem_right.svg) no-repeat left top;
}
#toppage #gp .award dt span{
    font-size: 146%;
}
#toppage #gp .award dd{
    margin: 20px 0 0 0;
}
#toppage #gp .award_photo{
    width:calc(50% - 20px);
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    #toppage #gp .title{
        font-size: 4.4vw;
    }
}
@media only screen and (max-width: 750px) {
    #toppage #gp .title{
        margin: 0 0 4vw 0;
        font-size: 5.5vw;
    }
    #toppage #gp .flex{
        display: block;
        margin: 0 0 2vw 0;
    }
    #toppage #gp .logo{
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }
    #toppage #gp .txt{
        width:100%;
        font-size: 14px;
    }
    #toppage #gp .award{
        width:100%;
    }
    #toppage #gp .award dt{
        font-size: 6vw;
        padding: 4.5vw 0;
        margin: 30px 0 0 0;
    }
    #toppage #gp .award dd{
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    #toppage #gp .award_photo{
        width:100%;
    }
}

/*yahoo*/
#toppage #yahoo{
    background: #f7f5ee;
}
#toppage #yahoo .wrap{
    max-width: 880px;
    margin: 0 auto;
    padding: 0 10px;
}
#toppage #yahoo .title{
    color: #ffae00;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center;
    line-height: 1.3;
}
#toppage #yahoo .flex{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
#toppage #yahoo .logo{
    width: 270px;
}
#toppage #yahoo .logo img{
    width:100%;
}
#toppage #yahoo .txt{
    width: calc(100% - 310px);
}
@media only screen and (max-width: 1000px) {
    #toppage #yahoo .title{
        font-size: 4.4vw;
    }
}
@media only screen and (max-width: 750px) {
    #toppage #yahoo .title{
        margin: 0 0 4vw 0;
        font-size: 5.5vw;
    }
    #toppage #yahoo .flex{
        display: block;
        margin: 0 0 2vw 0;
    }
    #toppage #yahoo .logo{
        width: 100%;
        max-width: 240px;
        margin: 0 auto 20px;
    }
    #toppage #yahoo .txt{
        width:100%;
        font-size: 14px;
    }
}

/*最近の投稿*/
#toppage #blog{
    padding-bottom: 0;
}
#toppage .front-loop-cont{
    display: flex;
    flex-wrap: wrap;
}
#toppage .front-loop-cont article.post{
    width: 20%;
    padding: 0 15px;
    position: relative;
    margin: 0;
}
#toppage .front-loop-cont .post-thumbnail {
    _height: 158px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 5px;
    aspect-ratio:1/0.75;
}
#toppage .front-loop-cont .post-thumbnail img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
#toppage .front-loop-cont .popular_post_box .p_category {
    background: #cb7d00;
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px 0;
}
#toppage .front-loop-cont .popular_post_box h3 {
    color: #241913;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
}
#toppage .front-loop-cont .popular_post_box .p_date {
    position: absolute;
    top: 0;
    left: 15px;
    background: #3B4552;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: .7;
}
#toppage .front-loop-cont .popular_post_box .p_date span {
    display: block;
    line-height: 18px;
}
#toppage .front-loop-cont .popular_post_box .p_date .date-y {
    font-size: 12px;
    padding-top: 6px;
}
#toppage .front-loop-cont .popular_post_box .p_date .date-mj {
    font-size: 14px;
    padding-bottom: 6px;
}
@media only screen and (max-width: 1000px) {
    #toppage .front-loop-cont article.post{
        width: 33%;
    }
    #toppage .front-loop-cont article.post:nth-child(4),
    #toppage .front-loop-cont article.post:nth-child(5){
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    #toppage .front-loop-cont{
        display: block;
    }
    #toppage .front-loop-cont article.post{
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        border: 1px solid #ccc;
    }
    #toppage .front-loop-cont .post-thumbnail {
        margin-bottom: 0px;
        aspect-ratio:1/0.45;
        border:none;
    }
    #toppage .front-loop-cont .popular_post_box .p_category {
        padding: 5px 15px;
        margin: 0;
    }
    #toppage .front-loop-cont .popular_post_box h3 {
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px;
    }
    #toppage .front-loop-cont .popular_post_box .p_date {
        left: 0;
        width: 52px;
        height: 52px;
    }
}

/*システム*/
#toppage #system{
    padding-bottom: 0;
}

/*サービス一覧（システム・サービス共通）*/
#toppage .service_list{
    display: flex;
    flex-wrap: wrap;
}
#toppage .service_list .box{
    margin: 0 10px 20px 10px;
    border:solid 1px #cccccc; 
    line-height: 1.5;
}
#toppage .service_list.service .box{
    width: calc(33% - 20px);
}
#toppage .service_list.system .box{
    width: calc(50% - 20px);
}
#toppage .service_list .box .service_name{
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}
#toppage .service_list .box p{
    padding: 10px 0 0 0;
    margin: 0 10px 0 10px;
    border-top:solid 1px #cccccc;
    font-size: 14px;
}
#toppage .service_list .box .btn{
    text-align: center;
    margin: 10px 10px 10px 10px;
}
#toppage .service_list .box .btn a{
    display: block;
    border-radius: 5px;
    border:none;
    background: url(../images/top/arrow01.png) no-repeat center right 20px #666666;
    background-size: 8px;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    max-width: 360px;
    margin: 0 auto;
}
#toppage .service_list .box .btn a:hover{
    text-decoration: none;
    transition:all 0.5s ease 0s;
    opacity: 0.5;
}
@media only screen and (max-width: 850px) {
    #toppage .service_list.service .box{
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 750px) {
    #toppage .service_list{
        display: block;
    }
    #toppage .service_list .box{
        margin: 0 0 20px 0;
    }
    #toppage .service_list.service .box{
        width: 100%;
    }
    #toppage .service_list.system .box{
        width: 100%;
    }
    #toppage .service_list .box .service_name{
        font-size: 16px;
        padding: 10px;
        margin: 0;
    }
    #toppage .service_list .box p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    #toppage .service_list .box .btn a{
        background: url(../images/top/arrow01.png) no-repeat center right 20px #666666;
        background-size: 8px;
        padding: 8px 0;
        font-size: 14px;
    }
}

/*youtube*/
#toppage #youtube{
    padding-bottom: 0;
}
#toppage #youtube .flex{
    display: flex;
    justify-content: space-between;
}
#toppage #youtube .new{
    width: calc(50% - 20px);
}
#toppage #youtube h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#toppage #youtube iframe{
    aspect-ratio:16/9;
}
#toppage #youtube .pickup{
    width: calc(50% - 20px);
}
#toppage #youtube .pickup .flex div{
    width:calc(50% - 10px);
}
#toppage #youtube .pickup p{
    margin: 10px 0 20px 0;
    line-height: 1.5;
}
#toppage #youtube .pickup .btn a{
    border-radius: 5px;
    border: solid 2px #ffae00;
    background: url(../images/top/icn_youtube.svg) no-repeat center left 30px;
    text-align: center;
    padding: 12px 10px 12px 80px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
#toppage #youtube .pickup .btn a:hover{
     text-decoration: none;
    transition:all 0.5s ease 0s;
    opacity: 0.5;
}
@media only screen and (max-width: 750px) {
    #toppage #youtube .flex{
        display: block;
    }
    #toppage #youtube .new{
        width: 100%;
        margin: 0 0 30px 0;
    }
    #toppage #youtube h3{
        font-size: 18px;
    }
    #toppage #youtube .pickup{
        width: 100%;
    }
    #toppage #youtube .pickup .flex div{
        width:100%;
        margin: 0 0 20px 0;
    }
    #toppage #youtube .pickup p{
        font-size: 14px;
    }
    #toppage #youtube .pickup .btn a{
        background: url(../images/top/icn_youtube.svg) no-repeat center left 20px;
        padding: 10px 10px 10px 80px;
        font-size: 16px;
        text-align: left;
        line-height: 1.3;
    }
}



