@charset "UTF-8";

/* .mv_area
----------------------------------------------- */
.mv_area {
    margin: auto;
    background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(179,231,166,1) 100%);
}
.mv_area h1 {
    text-align: center;
}
.mv_area img {
    max-width: 100%;
}
/* .cv_btn
----------------------------------------------- */
.container .cv_btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #e0332e;
    border: 5px solid #ce231e;
    margin: 0 auto 40px;
    max-width: 455px;
    height: 95px;
    border-radius: 50px;
    box-shadow: 0px 12px 10px 5px rgba(112, 203, 90, 1);
    color: #FFF;
    font-weight: bold;
    font-size: min(4.5vw, 23px);
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 1pt;
}
.container .cv_btn:hover {
    background: #ffe451;
    border-color: #fbd400;
}
.container .cv_btn span {
    font-size: min(4vw, 17px);
    font-weight: initial;
    margin: 0 0 5px;
}
.container .cv_btn::after {
    position: absolute;
    right: 20px;
    top: 40%;
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #fff;
}
/* .contents
----------------------------------------------- */
.container .contents {
    background: #b3e7a6;
    padding: 15px 20px 30px;
}
.contents .point {
    max-width: 760px;
    margin: 0 auto;
}
.contents .point {
    position: relative;
    border: 5px solid #54bf3b;
    border-radius: 18px;
    background: #fff;
    padding: 15px;
    margin: 0 auto 30px;
    letter-spacing: 1pt;
}
.contents .point h2 {
    position: relative;
    font-size: min(5.8vw, 30px);
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(to right, #54bf3b, #54bf3b 4px, transparent 1px) repeat-x left bottom;
    background-size: 8px 1px;
    padding: 15px 0 20px 90px;
}
.contents .point h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../20240603/images/kitty.webp) no-repeat left top / contain;
    width: 78px;
    height: 90px;
}
.contents .point h2 em {
    font-size: min(7vw, 35px);
    font-weight: bold;
    margin: 0 0 0 5px;
    color: #54bf3b;
}
.contents .point h2 em span {
    font-size: min(12vw, 64px);
}
.contents .point li {
    background-image: url(../20240603/images/coin_icon.webp), linear-gradient(to right, #54bf3b, #54bf3b 4px, transparent 1px);
    background-size: 50px, 8px 1px;
    background-position: center left, left bottom;
    background-repeat: no-repeat, repeat-x;
    font-size: min(4vw, 17px);
    padding: 15px 15px 15px 60px;
}
.contents .point li mark {
    background: linear-gradient(transparent 30%, #ffe451 30%);
    font-weight: bold;
}
.contents .point .summary {
    color: #54bf3b;
    font-weight: bold;
    text-align: center;
    font-size: min(5vw, 28px);
    padding: 23px 0 15px;
    line-height: 1.7;
}
.contents .supplement {
    max-width: 650px;
    margin: 0 auto;
    font-size: min(3vw, 11px);
}
.contents .supplement li {
    display: flex;
    gap: 5px;
}
/* 会社情報
----------------------------------------------- */
.company_info_inner {
    font-size: 14px;
}
.company_info_inner div p {
    padding: 5px 15px;
}
.company_info_inner div .ttl {
    background: #eee;
}
/* 募文番号
----------------------------------------------- */
.document-box {
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.document-box .document-number {
    margin: 10px 15px;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .container {
        margin: 0 auto 30px;
    }
    .container .contents {
        margin: 0 0 30px;
    }
    .container .cv_btn::after {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 13px solid #fff;
    }
    .contents .point {
        padding: 40px 70px;
        border-width: 8px;
    }
    .contents .point h2 {
        text-align: center;
        padding: 0 0 30px;
    }
    .contents .point h2::before {
        display: none;
    }
    .contents .point .sp_only {
        display: none;
    }
    .contents .point .summary {
        text-align: left;
        padding: 33px 0 0 40px;
    }
    .contents .point .summary::after {
        content: '';
        position: absolute;
        right: 70px;
        bottom: 40px;
        display: inline-block;
        background: url(../20240603/images/kitty.webp) no-repeat right top / contain;
        width: 120px;
        height: 138px;
    }
    .contents .point li {
        height: 80px;
        background-size: 62px, 8px 1px;
        background-position: center left 20px, left bottom;
        padding: 20px 15px 15px 90px;
    }
    .contents .point li:last-child {
        width: 480px;
    }
    /* 会社情報
    ----------------------------------------------- */
    .company_info_wrap {
        border-top: 1px solid #eee;
    }
    .company_info_inner {
        display: flex;
        max-width: 1040px;
        margin: 10px auto;
    }
    .company_info_inner > div {
        width: 50%;
    }
    .company_info_inner div .ttl {
        background: none;
        position: relative;
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 0 15px;
    }
    .company_info_inner div .ttl::before,
    .company_info_inner div .ttl::after {
        height: 18px;
        position: absolute;
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
    }
    .company_info_inner div .ttl::before {
        content: "[";
        left: 0;
    }
    .company_info_inner div .ttl::after {
        content: "]";
        right: 0;
    }
}