@charset "utf-8";
/* CSS Document */
/*コンテンツ*/

.green_cnt {
    background-color: #F9FFE8;
}
h2 img {
    max-width: 320px;
}
footer {
    background-color: #F9FFE8;
    padding-bottom: 140px;
}
#top_cnt {
    width: 1280px;
    margin: 0 auto 30px;
    padding: 50px 0 0;
    display: flex;
    justify-content: space-between;
    h2 {
        margin: 0 auto;
    }
}
.youtube_box {
    width: 578px;
    height: 325px;
    left: auto;
    transform: translateX(0);
    background-color: #E5E5E5;
    margin: 0;
    iframe {
        width: 578px;
        height: 325px;
    }
}
#format_top #news_cnt h2 {
    font-size: 1.875rem;
    margin: 0;
    padding: 0;
    span {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.875rem;
        margin-left: 20px;
        margin-bottom: 6px;
    }
}
#news_cnt {
    display: flex;
    gap: 20px;
    width: 1280px;
    margin: 0 auto 30px;
    & .cnt_box {
        width: 630px;
        background-color: #FFFFFF;
        padding: 18px 0 10px 30px;
    }
    & .cnt_ttl {
        display: flex;
        flex-wrap: wrap;
    }
    h2 {
        height: 48px;
    }
    p {
        height: 48px;
        margin: 4px 21px 0 auto;
    }
    ul {
        width: 100%;
        border-top: none;
        padding-top: 0;
        & li:last-child {
            border-bottom: none;
        }
        & li:first-child {
            border-bottom: 1px solid #BCC819;
        }
        & .date {
            min-width: 94px;
        }
        & a {
            padding: 19px 10px 18px 19px;
        }
        & a::before,
        & a::after {
            display: none;
        }
    }
    .list_link {
        width: 188px;
        height: 40px;
        margin: 0;
    }
}
.job_search {
    text-align: center;
    margin-bottom: 49px;
    a {
        display: inline-block;
        border-radius: 100px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 3.125rem;
        background: #0BBB2E url("../images/search_bg.png") calc(100% - 126px) 0 no-repeat;
        width: 1208px;
        box-shadow: 20px 20px 0 #BCC819;
        text-align: left;
        padding: 22px 430px 26px 144px;
    }
}
#matching_link {
    background: transparent;
    padding: 0;
    border-bottom: 3px solid #BCC819;
    min-height: 132px;
    & .wrap_box {
        margin-top: 0;
    }
    & .link_box {
        border-radius: 50px 50px 0 0;
        a {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0;
            height: 100%;
        }
        h3 {
            order: 1;
            align-self: center;
            font-size: 1.875rem;
            font-weight: 500;
            color: inherit;
            background: none;
            padding: 12px 5px 10px 158px;
            margin: 0;
        }
        p {
            order: 2;
            clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 0% 100%);
            background-color: #FFF709;
            font-size: 1.25rem;
            line-height: 1.2;
            padding: 10px 41px 8px 65px;
            border-radius: 0 48px 0 0;
            margin-left: auto;
            text-align: left;
        }
        .box_line {
            order: 3;
            margin: 0;
            padding: 14px 10px 11px 153px;
            border-radius: 0;
            font-size: 1.25rem;
            clip-path: none;
            background-color: #FF8800;
            min-height: initial;
            text-align: center;
        }
        .box_line::after {
            width: 108px;
            height: 108px;
            background-size: contain;
            top: -60px;
            left: 25px;
        }
    }
    & .link_box.box2 {
        border-radius: 50px 50px 0 0;
        h3 {
            padding: 17px 5px 8px 182px;
        }
        .box_line {
            padding: 9px 10px 15px 153px;
            justify-content: center;
        }
        .box_line::after {
            width: 129px;
            height: 104px;
            background-size: contain;
            top: -60px;
            left: 18px;
        }
    }
}
#matching_link.scroll .wrap_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8000;
    min-width: 1280px;
}

#about_cnt {
    padding: 92px 0 42px;
    p {
        line-height: 2.5;
    }
    .float_r {
        margin: 0 12px !important;
        min-height: initial !important;
    }
}
#format_top #flow_cnt h2 {
    margin-bottom: 34px;
}
#flow_cnt {
    padding: 93px 0 125px;
}
#flow_box {
    display: flex;
    gap: 25px;
    max-width: 1280px;
    margin: 0 auto;
    .box_cnt {
        width: 410px;
        border-radius: 25px;
        background-color: #FFFFFF;
        position: relative;
        h3 {
            font-size: 1.5rem;
            padding: 4px 10px 9px;
            text-align: center;
            border-radius: 20px 20px 25px 25px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }
        ul {
            list-style: none;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 48px;
            height: 100%;
            padding: 74px 10px 28px;
        }
        li {
            position: relative;
            font-size: 1.125rem;
            line-height: 1.44;
        }
        li::after {
            content: "";
            display: block;
            width: 20px;
            height: 18px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
        }
        li:last-child::after {
            display: none;
        }
    }
    .orange {
        border: 2px solid #FF8800;
        h3 {
            background: #FF8800;
        }
        li::after {
            background-color: #FF8800;
            bottom: -49px;
        }
    }
    .blue {
        border: 2px solid #0069E2;
        h3 {
            background: #0069E2;
        }
        li::after {
            background-color: #0069E2;
            bottom: -53px;
        }
    }
    .green {
        border: 2px solid #0BBB2E;
        h3 {
            background: #0BBB2E;
        }
        li::after {
            background-color: #0BBB2E;
            bottom: -32px;
        }
    }
}
#qa_cnt {
    padding: 88px 0 92px;
    position: relative;
    h2 {
        margin-bottom: 12px;
    }
}
#qa_cnt::before {
    content: "";
    display: block;
    background: url("../images/matching_img03.png") left top no-repeat;
    width: 429px;
    height: 219px;
    position: absolute;
    top: -56px;
    left: calc(50% - 666px);
}
details {
    width: 900px;
    margin: 0 auto;
}
/*印刷設定*/
@media print {
}
