@charset "utf-8";

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
body {
    font-size: 12px;
    line-height: 1.5;
    min-width: 1000px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mb35 { margin-bottom: 35px;}
.mb90 { margin-bottom: 90px;}
.text-center{text-align: center;}

.block-01,
.block-01 * {
    box-sizing: border-box;
}
.block-01 {
    padding-top: 46px;
    height: 830px;
    background: url(../images/kv-img-pc.jpg) no-repeat right 20%;
    background-size: cover;
    position:relative;
}
.block-01.block-01--b {
    background-image: url(../images/kv02-pc.jpg);
}

.block-01-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 240px 32px 32px;
    height: calc( 100% - 100px);
}

.block-01-text *{
    display: block;
}

.logo {
    width: 12%;
    max-width: 180px;
    margin: 0 auto 0 0;
}

.logo *{
    width: 100%;
}

.top-svg1 {
    width: 60%;
    max-width: 700px;
    margin: 60px auto 0 0;
}

.top-svg2 {
    width: 60%;
    max-width: 420px;
    margin: 20px auto 0 28px;
}

.block-01-text-cv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-01-btnarea {
    font-weight: bold;
    color: #fff;
    max-width: 500px;
    width: calc(50% - 28px);
    margin: 30px 0 0 28px;
}

.block-01-btnarea > p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}

.block-01-btnarea a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    width: 100%;
    border-radius: 90px;
    background: #E73462;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
    box-shadow: 2px 3px 16px #0000005c;
    transition: all 0.3s ease-out;
}

.block-01-btnarea a > img {
    position: absolute;
    top: 34%;
    right: 65px;
}


.block-01-btnarea a:focus{
    outline: none;
}

.block-01-btnarea a:hover {
    transform: scale(0.95);
    background-color: #B22549;
}

.block-01-btnarea > p > span {
    font-size: 26px;
    display: inline;
}

.top-svg3 {
    width: 50%;
    max-width: 500px;
}

.block-02 {
    background: url(../images/bg_dot.png) repeat;
    padding: 78px 0 94px 0;
    overflow: hidden;
}

.block-02 h2 {
    margin-bottom: 25px;
    text-align: center;
}

.block-02 p {
    width: 650px;
    margin: 0 auto 45px auto;
}

.b02-left {
    width: 414px;
    float: left;
    margin-left:93px;
}

.b02-right {
    width: 423px;
    float: right;
    margin-right: 12px;
}

.join {
    background: #000;
    height: 150px;
    text-align: center;
}

.btn-join {
    padding-top: 29px;
}
.btn-join a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    width: 100%;
    border-radius: 15px;
    background: #E73462;
    padding: 20px 50px;
    line-height: 90px;
    text-align: center;
    position: relative;
    box-shadow: 2px 3px 16px #0000005c;
    transition: all 0.3s ease-out;
}

.block-client_slide{
    padding: 45px 0;
    width: 100%;
    overflow-x: hidden;
}
.client_slide{
    width: 100%;
}
.client_slide img{
    max-width: 140px;
    max-height: 100px;
    margin: 0 10px;
}

.client-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.block-problem{
    background: url(../images/bg_dot.png) repeat;
    padding: 50px 0 0 0;
}
.block-problem_container{
    margin-top: 48px;
    display: flex;
    gap:30px;
    justify-content: center;
    flex-wrap: wrap;
}
.block-problem_container *:nth-child(2){
    margin-top: 30px;
}
.block-problem_container *:nth-child(3){
    margin: 0 20px 0 120px;
}

.block-solution{
    background: #b7d342;
    padding: 30px 0;
}
.block-solution_title{
    margin: 40px auto 60px;
}

.block-solution_container{
    display: flex;
    gap:20px;
    width: 100%;
}
.block-solution_item{
    position: relative;
    width: calc(calc(100% - 40px) / 3);
    background-color:#EDEDED;
    border-radius: 12px;
    margin-top: 72px;
}
.block-solution_item figure{
    position: absolute;
    left: calc(50% - 36px);
    top: -72px;
}
.block-solution_item h4{
    background-color:#fff;
    border-radius: 12px 12px 0 0;
    font-size: 22px;
    font-weight: bold;
    padding: 16px;
    text-align: center;
}
.block-solution_item p{
    padding: 16px;
    font-size: 18px;
    text-align: center;
}
.block-solution_item p span{
    display: inline;
    color: #E73462;
    font-size: 24px;
    background:linear-gradient(transparent 70%, rgba(183, 211, 66, .6) 70%);
}

.block-03 {
    background: #b7d342;
    padding: 45px 0 90px 0;
    overflow: hidden;
    text-align: center;
}

.block-03 h2 {
    margin-bottom: 35px;
}

.block-03 h3 {
    margin-bottom: 25px;
}

.block-03 h4 {
    margin-bottom: 30px;
}
.lead {
    width: 500px;
    text-align:left;
    margin: 0 auto 45px auto;
}
.points {
    font-size: 0;
    text-align: center;
}
.points figure {
    font-size: 12px;
    display: inline-block;
    margin: 25px 9px 0;
}
.voice1 {
    width: 315px;
    float: left;
    margin-right: 20px;
    text-align: left;
}
.voice2 {
    width: 315px;
    float: left;
    margin-right: 20px;
    text-align: left;
}
.voice3 {
    width: 315px;
    float: left;
    text-align: left;
}

.block-04 {
    background: url(../images/bg_dot.png) repeat;
    padding: 50px 0 90px 0;
    overflow: hidden;
}

.block-04 h2 {
    text-align: center;
    margin-bottom: 60px;
}

.block-04 h3 {
    margin-bottom: 15px;
}
.flow1 {
    width:292px;
    float: left;
    margin-left: 12px;
}

.flow2 {
    width:294px;
    float: left;
    margin-left: 47px;
}

.flow3 {
    width:289px;
    float: left;
    margin-left: 47px;
}

.flow4 {
    width:351px;
    float: left;
    margin: 40px 0 0 140px;
}

.flow5 {
    width: 298px;
    float: left;
    margin: 40px 0 0 47px;
}

.block-05 {
    padding: 50px 0 77px 0;
    overflow: hidden;
}

.block-05 h2 {
    text-align: center;
    margin-bottom: 45px;
}

.service {
    background: url(../images/bg_block_05.gif) no-repeat;
    width: 152px;
    height: 122px;
    text-align: center;
    padding: 50px 35px;
    margin: 0 14px;
    float: left;
    font-size: 13px;
}

.block-06 {
    background: url(../images/bg_dot.png) repeat;
    padding: 65px 0 100px 0;
    text-align: center;
}

.block-06 h2 {
    margin-bottom: 40px;
}

.area-contents {
    width: 785px;
    margin: 0 auto;
    overflow: hidden;
}
.area {
    width: 148px;
    float: left;
    font-size: 11px;
    margin: 0 24px;
}

.area h3 {
    margin-bottom: 15px;
}

.area ul li {
    margin-bottom: 3px;
}

footer {
    padding: 15px 0 20px 0;
}

footer p {
    margin-top: 20px;
    float: left;
}

footer img {
    float:right;
}

.pc-none {
    display:none;
}


@media (max-width: 640px){
    .mb35 { margin-bottom: 20px;}
    .mb90 { margin-bottom: 45px;}
    .wrapper {
        width: 80%;
    }
    .sp-none { display: none;}
    .pc-none { display: block; }

    body {
        min-width: 0 ;
        font-size: 14px;
    }

    .block-01 {
        height: 154vw;
        background-image: url(../images/kv-img-sp.jpg);
        display: block;
        margin-top: 81px;
        background-position: right 35% bottom;
    }

    .block-01-text{
        position:relative;
        margin:0;
        padding: 16px;
        height:100%;
    }

    .logo {
        width: 70%;
    }

    .top-svg1 {
        margin-top: 10px;
        width: 85%;
    }
    .top-svg2 {
        width: 65%;
        margin: 10px auto 0 0;
    }

    .block-01-btnarea {
        max-width: 230px;
        width: 100%;
        margin: 40px 0 0 0;
    }

    .block-01-btnarea > p > span {
        font-size: 24px;
    }

    .block-01-btnarea > p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .block-01-btnarea a {
        font-size:16px;
        height: 60px;
        line-height: 60px;
    }

    .block-01-btnarea a > p {
        padding-right: 20px;
    }

    .block-01-btnarea a > img {
        width: 46px;
        right: 18px;
    }

    .top-svg3 {
        width: 86%;
        margin-top: 50px;
    }


    /* .block-01.block-01--b {
        background-image: url(../images/kv02-sp.jpg);
    }
    .block-01 div {
        width: auto;
        padding: 0;
    }
    .block-01 h2 {
        width: 80%;
        padding: 20px;
    }
    .block-01 p {
        margin: 0;
        width: 100%;
        padding: 5px;
        position: absolute;
        left: 0;
        bottom: 5px;
    } */

    .block-02 {
        padding: 40px 0 45px 0;
    }

    .block-02 p {
        width: 100%;
        margin-bottom: 20px;
    }

    .b02-left {
        width: 76%;
        float: none;
        margin:0 auto 18px auto;
    }
    .b02-right {
        width: 76%;
        float: none;
        margin: 0 auto;
    }

    .join {
        line-height: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .btn-join {
        padding-top: 10px;
        width: 88%;
        margin: 0 auto;
    }
    .btn-join a {
        display: inline-block;
        width: auto;
        font-size: 16px;
        border-radius: 15px;
        padding: 15px 30px;
        line-height: 1.5;
    }

    .block-problem_container{
        gap:20px 0;
    }
    .block-problem_container > *{
        width: 64.2%;
        margin-right: auto;
    }
    .block-problem_container > *:nth-child(2n){
        margin-right: 0;
        margin-left: auto;
    }
    .block-problem_container *:nth-child(2) {
        margin-top: 0;
    }
    .block-problem_container *:nth-child(3){
        margin: 0 auto 0 0;
        width: 75%;
    }
    .block-problem_container *:nth-child(4){
        width: 40%;
        margin: -60px 20px 0 auto;
    }

    .block-solution_arrow img{
        width: 12.9%;
    }
    .block-solution_container{
        display: block;
    }
    .block-solution_item{
        width: 100%;
        margin-top: calc(19.2vw + 25px);
    }
    .block-solution_item figure{
        width: 18.7vw;
        left: calc(50% - 9.35vw);
        top: -19vw;
    }
    .block-solution_item:first-child figure{
        width: 16.6vw;
        left: calc(50% - 8.8vw);
    }

    .block-03 {
        padding: 30px 0 50px 0;
    }

    .block-03 h2 {
        margin-bottom: 17px;
    }

    .block-03 h3 {
        margin-bottom: 12px;
        width: 100%;
        height: auto;
    }

    .block-03 h4 {
        margin-bottom: 15px;
    }
    .lead {
        width: 100%;
        width: 100%;
        text-align:left;
        margin: 0 auto 20px auto;
    }
    .points {
        margin: 15px 0;
    }
    .points figure {
        width: 90%;
        margin: 0 10px 15px;
    }
    .voice1 {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: left;
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .voice1 h4,
    .voice2 h4,
    .voice3 h4 {
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .voice2 {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: left;
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .voice3 {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: left;
        margin-bottom: 0;
    }

    .block-04 {
        background: url(../images/bg_dot.png) repeat;
        padding: 25px 0 45px 0;
        overflow: hidden;
    }

    .block-04 h2 {
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }

    .block-04 h3 {
        margin-bottom: 15px;
        width :100%;
    }
    .flow1 {
        width:100%;
        float: none;
        margin: 0 0 15px 0;
    }

    .flow1 h3 {
        width: 80%;
    }
    .flow2 {
        width:100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .flow2 h3 {
        width: 80%;
    }
    .flow3 {
        width:100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .flow3 h3 {
        width: 80%;
    }
    .flow4 {
        width:100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .flow4 h3 {
        width: 80%;
    }
    .flow5 {
        width:100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .flow5 h3 {
        width: 80%;
    }
    .block-05 {
        padding: 25px 0 35px 0;
        overflow: hidden;
    }

    .block-05 h2 {
        text-align: center;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 22px;
        width: 100%;
        height: auto;
    }

    .service01 {
        width: 48%;
        float: left;
        margin-bottom: 15px;
    }
    .service02 {
        width: 48%;
        float: right;
        margin-bottom: 15px;
    }
    .service03 {
        clear: both;
        width: 48%;
        float: left;
    }
    .service04 {
        width: 48%;
        float: right;
    }

    .block-06 {
        background: url(../images/bg_dot.png) repeat;
        padding: 30px 0 50px 0;
        text-align: center;
    }

    .block-06 h2 {
        width: 100%;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        height: auto;
    }

    .area-contents {
        width: 100%;;
        margin: 0 auto;

    }
    .area {
        width: 50%;
        float: none;
        font-size: 11px;
        margin: 0;
    }

    .letter-small {
        letter-spacing: -0.12em;
    }
    .area h3 {
        width: 77%;
        margin: 0 auto;
    }
    .area01 {
        float: left;
        margin-bottom: 25px;
    }
    .area02 {
        float: right;
        margin-bottom: 25px;
    }

    .area03 {
        clear: both;
        float: left;
    }
    .area04 {
        float: right;
    }
    .area h3 {
        margin-bottom: 15px;
    }

    .area ul li {
        margin-bottom: 3px;
    }

    footer {
        padding: 10px 0 10px 0;
    }

    footer p {
        float: left;
        font-size: 8px;
    }

    footer img {
        margin-top: 10px;
        float:right;
        width: 15%;
    }
}

@media (min-width: 1920px){
    .block-01 {
        background: #b7d342;
    }
    .block-01_inner{
        width: 1920px;
        height: 100%;
        margin: 0 auto;
        background: url(../images/kv-img-pc.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .block-01-text{
        position: relative;
        top: auto;
        left: auto;
    }

}

/* ==========================================================================
 * #gHeader
 * ========================================================================== */
#gHeader {
    width: 100%;
    height: 46px;
    background: #000;
    position: fixed;
    z-index: 999;
}

.gHTitle {
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: -0.03em;
    position: absolute;
    top: 13px;
    left: 30px;
}

.gHNav01_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 0;
}

.gHNav01_link {
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: -0.03em;
    margin: 0 25px 0 0;
    padding: 0 0 0 12px;
    position: relative;
}


.gHNav01_link:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 640px) {
    #gHeader {
        height: auto;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .gHTitle {
        font-size: calc(16/620 * 100vw);
        letter-spacing: -0.1em;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #383838;
        position: relative;
        top: 0;
        left: 0;
    }

    .gHNav01_list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        top: 0;
        right: 0;
    }

    .gHNav01_item {
        width: 50%;
        padding: 12px 0;
        text-align: center;
    }
    .gHNav01_item:first-child {
        border-right: 1px solid #383838;
    }

    .gHNav01_link {
        font-size: calc(20/620 * 100vw);
        letter-spacing: -0.05em;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
    }

    .gHNav01_link:before {
        width: 3px;
        height: 3px;
    }
}


.cmnBtn-C:before {
    background: #f75f59;
}

.cmnBtn_text {
    position: relative;
    z-index: 1;
}

.cmnBtn2 {
    font-size: 0.85rem;
    font-weight: bold;
    color: #fff;
    background: #f75f59;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 18px;
    position: relative;
    margin: 0 25px 0 0;
    padding: 0 20px;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .cmnBtn2 {
        margin: 0 5px;
        padding: 0 10px;
        font-size: calc(20/620 * 100vw);
        letter-spacing: -0.05em;
        display: block;
        height: auto;
    }

}
