@charset "utf-8";
/* CSS Document */

.mainv {
    position: relative;
    padding: 30px 15px;
    text-align: center;
}

.mainv h1 {
    max-width: 1100px;
    margin: 0 auto;
}

.mainv:before {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/bg_mainv_01.svg");
    background-size: 100% 100%;
    z-index: -9999;
}

.mainv:after {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/top/bg_mainv_02.svg");
    background-size: 100% 100%;
    z-index: -9999;
}

@media only screen and (min-width:758px) {
    
    .mainv {
        padding: 70px 25px;
    }
    
    .mainv:before,
    .mainv:after {
        height: 144px;
    }
}


/* 事業一覧*/

.top-services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.top-services-list li {
    width: calc(50% - 5px);
    padding-top: 10px;
}

.top-services-list li a {
    height: 115px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
}

.top-services-list li a span {
    width: 100%;
    font-weight: 500;
}


.top-services-list li a span:nth-child(1) {
    font-size: 130%;
    letter-spacing: 0.1em;
}
.top-services-list li a span:nth-child(2) {
    font-size: 85%;
    margin-top: 0.5em;
}

@media only screen and (min-width:758px) {
    
    .top-services {
        padding-top: 100px !important;
    }
    
    .top-services-list {
        margin-top: 25px;
    }
    
    .top-services-list li {
        width: calc(50% - 10px);
        padding-top: 20px;
    }
}

/*.top-message*/


.top-message-ttl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.top-message-ttl .c-ttl-01 {
    width: 60%;
    text-align: left;
}

.top-message-ttl-img {
    width: 40%;
    max-width: 240px;
}

.top-message-ttl-img img {
    border-radius: 200px;
}

.top-message .c-ttl-03 {
    text-align: left;
}

@media only screen and (min-width:758px) {

    .top-message .c-container inview-fadein01 {
        max-width: 740px;
    }
    
    .top-message-ttl .c-ttl-01 {
        padding-bottom: 0;
    }
    

}

.top-message,
.top-message-inner {
    position: relative;
    padding-top: 3vw;
}

.top-message:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 15vw;
    top: -1px;
    left: 0;
    background: url("../img/common/bg-yellow-02.svg") no-repeat center top #FFF;
    background-size: 100% 101%;
}

/*.top-access*/

.top-access .c-container inview-fadein01 {
    max-width: 840px !important;
}


