html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    letter-spacing: var(--unnamed-character-spacing-1-28);
    color: #444444;
    background-color: #FFFFFF;
    line-height: 150%;
}
main {
    overflow: hidden;
}

section {
    width: 100%;
}
.section-content {
    width: 800px;
    margin: auto;
    padding: 80px 0;
}


h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 40px;
    line-height: 1.5;
    width: fit-content;
}
h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: #FE6B2B;
    border-radius: 2px;
}

a:hover {
    text-decoration: none;
}
.sp {
    display: none;
}

.color_orange {
    color: #FE6B2B;
}

img {
    width: 100%;
    height: auto;
}


/* header */
header {
    display: block;
}
.header-content {
    width: 800px;
    margin: auto;
    height: fit-content;
}
.logo {
    width: 100px;
}
/* header */


/* CTAボタン */
.btn {
    display: block;
    width: 700px;
    margin: auto;
    text-align: center;
    padding: 8px;
    background: #2CD31E;
    box-shadow: 0px 4px 0px #0C9900;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
}
.btn:hover {
    opacity: .9;
    cursor: pointer;
}
/* CTAボタン */


/* fv */
.top-b {
    margin: 30px 0;
    width: 500px;
}
.fv {
    width: 100%;
    height: 60vh;
    min-height: 540px;
    background-image: url(../images/fv.jpg);
    background-size: cover;
    background-position: 50%  50%;
    position: relative;
}
.maintext {
    margin-bottom: 40px;
}
.fv-content {
    position: absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* left: calc(50% + 105px); */
}
.fv-checkbox {
    width: 75%;
}
.subcopy {
    font-weight: 700;
    font-size: 24px;
    margin: 30px 0;
    text-shadow: 0px 0px 4px #FFFFFF;
    position: relative;
    width: fit-content;
}
.subcopy::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: rgba(254, 107, 43, 0.75);
    border-radius: 2px;
}
.maincopy {
    margin-top: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    text-shadow: 0px 0px 4px #FFFFFF;
    position: relative;
    width: fit-content;
    -webkit-text-stroke: 1px #FFF;
}
.maincopy::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: rgba(254, 107, 43, 0.75);
    border-radius: 2px;
}
/* fv */


/* なぜ不動産賃貸を副業にするのか */
.checklist {
    padding: 30px;
    background: #F7F7F7;
}
.checklist li {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    margin: 24px auto;
}
.checklist li img {
    margin-right: 8px;
    width: 24px;
    height: auto;
}
.orange_box {
    width: 700px;
    margin: 30px auto;
    padding: 24px;
    background: #FFFFFF;
    border: 3px solid #FE6B2B;
    border-radius: 12px;
    text-align: center;
}
.orange_box p {
    font-weight: 700;
    font-size: 20px;
}
.orange_box p:last-of-type {
    margin-top: 15px;
    font-size: 24px;
}

.arrow {
    width: 80px;
    margin: auto;
}
/* なぜ不動産賃貸を副業にするのか */



/* 当社で賃貸を借りる側のメリット */
.gray_box {
    width: 800px;
    background: #FFFFFF;
    border: 3px solid #AAAAAA;
    text-align: center;
    padding: 30px 0;
    color: #FE6B2B;
    font-size: 40px;
    font-weight: 700;
    box-sizing: border-box;
}
.zero {
    font-size: 60px;
}
.merit_text {
    margin: 40px auto;
    width: 650px;
    font-size: 18px;
}
/* 当社で賃貸を借りる側のメリット */


/* 賃貸集客スタッフの仕事 */
.work_top {
    font-weight: 700;
    font-size: 24px;
}
.worklist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.worklist li {
    width: 250px;
    padding: 24px 0;
    background: #FFFFFF;
    border: 1px solid #444444;
    border-radius: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.workimage {
    width: 150px;
    margin: 0 auto 24px;
}
/* 賃貸集客スタッフの仕事 */




.arrow2 {
    width: 150px;
    margin: 30px auto;
}

/* 本部スタッフの人件費が必要、、、 */
h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.expenses_text {
    width: fit-content;
    font-size: 20px;
    line-height: 150%;
    margin: 0 auto 24px;
}
.table {
    margin: 16px auto;
}
.close_text {
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 60px;
}
/* 本部スタッフの人件費が必要、、、 */

/* 会社概要 */
.kaisha {
    text-align: left;
    margin: auto;
}
.kaisha th, .kaisha td {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #2A4995;
}
.kaisha td:first-of-type {
    background-color: #fff;
    padding: 16px;
    font-weight: bold;
}
/* 会社概要 */



/* footer */
footer {
    text-align: center;
}
.footer-content {
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
}
/* footer */



@media screen and (max-width: 1200px) {
    body {
        font-size: 1.4rem;
    }
    .section-content {
        width: 87%;
        margin: auto;
    }
}

@media screen and (max-width: 760px) {
    header {
        display: block;
    }
    .header-content {
        width: 87%;
    }
    .logo {
        width: 100px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .fv {
        width: 100%;
        height: 60vh;
        min-height: 540px;
        background-image: url(../images/fv-sp.jpg);
    }
    .fv-content {
        width: 90%;
    }
    .fv-checkbox {
        width: 210px;
    }
    .maintext {
        margin-bottom: 20px;
    }
    .subcopy {
        font-size: 16px;
        margin: 10px 0;
    }
    .maincopy {
        margin-top: 10px;
        font-weight: 700;
        font-size: 30px;
        line-height: 46px;
        color: #000000;
        text-shadow: 0px 0px 2px #FFFFFF;
        position: relative;
        width: fit-content;
        -webkit-text-stroke: .5px #FFF;
    }
    .maincopy::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        height: 5px;
        background: rgba(254, 107, 43, 0.75);
        border-radius: 2px;
    }



    h2 {
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 10px;
    }

    /* CTAボタン */
    .btn {
        width: 100%;
        box-sizing: border-box;
    }
    /* CTAボタン */

    /* なぜ不動産賃貸を副業にするのか */
    .checklist li {
        font-size: 16px;
    }
    .orange_box {
        width: 100%;
        padding: 24px 0;
    }
    .orange_box p {
        font-size: 14px;
    }
    .orange_box p:last-of-type {
        font-size: 20px;
    }
    /* なぜ不動産賃貸を副業にするのか */

    /* 当社で賃貸を借りる側のメリット */
    .gray_box {
        width: 100%;
        font-size: 30px;
        line-height: 150%;
    }
    .zero {
        font-size: 40px;
    }
    .merit_text {
        width: 100%;
    }
    /* 当社で賃貸を借りる側のメリット */


    /* 賃貸集客スタッフの仕事 */
    .work_top {
        font-size: 20px;
    }
    .worklist {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .worklist li {
        text-align: center;
        margin-bottom: 20px;
    }
    /* 賃貸集客スタッフの仕事 */


    /* 本部スタッフの人件費が必要、、、 */
    h3 {
        font-size: 20px;
    }
    .expenses_text {
        font-size: 14px;
    }
    .table {
        margin: 16px auto;
    }
    .close_text {
        font-size: 20px;
        text-align: center;
        line-height: 150%;
        margin-bottom: 60px;
    }
    /* 本部スタッフの人件費が必要、、、 */
}