@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* Header */
.lp2_header {
    height: 80px;
    padding: 14px 0;
}
.inner {
    max-width: 1306px;
}
@media screen and (max-width:999px) {
    .lp2_header {
        height: 60px;
        padding: 10px 0;
        text-align: left;
    }
    .lp2_header .logo img {
        max-height: 40px;
        width: auto;
    }
}
@media screen and (max-width:1326px) and (min-width:1000px) {
    .inner {
        padding: 0 70px;
    }
}

/* Bg */
.bg-lightblue {
    background-color: #D4EBFF;
}
.bg-lightgreen {
    background-color: #C2E3EA;
}

/* Subject */
.subject-lp2 {
    font-size: 40px;
    font-weight: 700;
    color: #373737;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}
.lp2_lead {
    font-size: 24px;
    color: #373737;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.subject-lp2_sub {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}
@media screen and (max-width:999px) {
    .subject-lp2 {
        font-size: 5.2vw;
        margin-bottom: 30px;
    }
    .lp2_lead {
        font-size: 4.4vw;
    }
    .subject-lp2_sub {
        font-size: 14px;
    }
}

/* Btn */
.btn-lp2_white {
    display: block;
    font-size: 24px;
    color: #936816;
    line-height: 1.4;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #936816;
    border-radius: 10px;
}
.btn-lp2_white:hover {
    color: #936816;
    opacity: 0.8;
}
.btn-lp2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    padding: 30px;
    background-color: #EEA619;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0,0,0,25%);
}
.btn-lp2:hover {
    opacity: 0.8;
    color: #fff;
}
@media screen and (min-width:1000px) {
    .btn-lp2_white {
        display: inline-block;
        width: 314px;
    }
    .btn-lp2 {
        display: inline-block;
        width: 570px;
    }
}
@media screen and (max-width:999px) {
    .btn-lp2_white {
        font-size: 15px;
        width: 80%;
        margin: 0 auto;
    }
    .btn-lp2 {
        display: inline-block;
        font-size: 16px;
        padding: 24px;
        width: 90%;
    }
}

/* Key */
.key_lp2 {
    background: url(../img/key_bg.png) center center / cover no-repeat;
}
.key_lp2_inner {
    text-align: left;
    position: relative;
}
.key_lp2_ttl {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 60px;
}
.key_lp2_lead {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 70px;
}
.key_lp2_img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.notice_text {
    font-size: 12px;
    color: #BCBCBC;
    line-height: 1.4;
    margin-top: 24px;
}
@media screen and (min-width:1000px) {
    .key_lp2_inner {
        max-width: 1306px;
        min-height: 625px;
        margin: 0 auto;
        padding: 112px 0 0;
    }
    .key_lp2_point {
        display: flex;
    }
    .key_lp2_point_item:not(:last-child) {
        margin-right: 14px;
    }
}
@media screen and (max-width:999px) {
    .key_lp2 {
        background: url(../img/key_bg_sp.png) right top no-repeat;
    }
    .key_lp2_inner {
        padding: 18px 15px 2px;
        overflow: hidden;
    }
    .key_lp2_ttl {
        font-size: 7.2vw;
        margin-bottom: 23px;
    }
    .key_lp2_lead {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .key_lp2_img {
        max-width: 50%;
        right: -5%;
    }
    .key_lp2_point {
        width: 50%;
    }
    .key_lp2_point_item:not(:last-child) {
        margin-bottom: 10px;
    }
    .notice_text {
        font-size: 10px;
    }
}
@media screen and (min-width:999px) and (max-width:1326px) {
    .key_lp2_inner {
        padding-left: 50px;
    }
    .key_lp2_ttl {
        font-size: 4.0vw;
    }
    .key_lp2_point_item {
        width: 170px;
    }
}

/* CTA */
.subject_fuki {
    font-size: 24px;
    font-weight: 700;
    color: #388DBC;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
.lp2_suggestion {
    background-color: #fff;
    border-radius: 30px;
    padding: 0 20px 55px;
    text-align: center;
    margin-top: 80px;
}
.lp2_suggestion_ttl {
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    background-color: #388DBC;
    padding: 18px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    top: -40px;
    margin: 0 auto;
}
.lp2_suggestion_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.lp2_suggestion_item {
    display: block;
    background-color: #fff;
    padding: 30px;
    border: 2px solid #51AFC3;
    border-radius: 13px;
    box-shadow: 0px 4px 4px rgba(0,0,0,25%);
}
.lp2_suggestion_img {
    margin-bottom: 20px;
}
.lp2_suggestion_item p {
    font-size: 24px;
    color: #51AFC3;
    line-height: 1.4;
}
.lp2_suggestion_item:hover {
    opacity: 0.9;
    background-color: #EBFBFF;
}
@media screen and (min-width:1000px) {
    .lp2_suggestion_ttl {
        width: 866px;
    }
    .lp2_suggestion_item {
        width: 400px;
    }
    .lp2_suggestion_item:nth-child(odd) {
        margin-right: 70px;
    }
}
@media screen and (max-width:999px) {
    .subject_fuki {
        font-size: 5.2vw;
    }
    .lp2_suggestion {
        margin-top: 33px;
        padding-bottom: 25px;
    }
    .lp2_suggestion_ttl {
        font-size: 14px;
        width: 70%;
        padding: 10px;
        top: -20px;
    }
    .lp2_suggestion_flex {
        justify-content: space-between;
    }
    .lp2_suggestion_item {
        width: calc(50% - 12px);
        padding: 15px 10px;
    }
    .lp2_suggestion_item p {
        font-size: 4.0vw;
    }
    .lp2_suggestion_img img {
        max-height: 100px;
        width: auto;
    }
}

/* 選ばれる理由 */
.lp2_reason_item {
    background-color: #fff;
    border-radius: 30px;
    padding: 90px 50px 30px;
    position: relative;
}
.lp2_reason_item:not(:last-child) {
    margin-bottom: 80px;
}
.lp2_reason_no {
    position: absolute;
    top: -45px;
    left: 37px;
    font-family: 'Patua One', serif;
    font-size: 96px;
    color: #84CAD9;
    line-height: 1;
}
.lp2_reason_img {
    text-align: center;
}
.lp2_reason_ttl {
    font-size: 32px;
    font-weight: 700;
    color: #51AFC3;
    line-height: 1.4;
    margin-bottom: 50px;
}
.lp2_reason_body p {
    font-size: 24px;
    line-height: 1.7;
}
@media screen and (min-width:1000px) {
    .lp2_reason_item {
        display: flex;
        justify-content: space-between;
    }
    .lp2_reason_img {
        width: 300px;
    }
    .lp2_reason_body {
        width: 780px;
    }
}
@media screen and (max-width:999px) {
    .lp2_reason_no {
        font-size: 40px;
        top: -20px;
    }
    .lp2_reason_item {
        padding: 25px;
    }
    .lp2_reason_ttl {
        position: absolute;
        top: 36px;
        left: 0px;
        right: 0px;
        font-size: 20px;
        text-align: center;
    }
    .lp2_reason_img {
        padding-top: 55px;
        margin-bottom: 25px;
    }
    .lp2_reason_img img {
        max-height: 145px;
        width: auto;
    }
    .lp2_reason_body p {
        font-size: 16px;
    }
    .lp2_reason_item:not(:last-child) {
        margin-bottom: 40px;
    }
}

/* 事例 */
.case_study_item {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 15px;
}
.case_study_body {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}
.case_study_befor {
    position: relative;
    margin-right: 50px;
}
.case_study_befor::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -11px;
    background: #D9D9D9;
    height: 23px;
    width: 25px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.case_study_img {
    text-align: center;
}
.case_study_img p {
    font-size: 20px;
    line-height: 1.4;
}
.case_study_label,
.case_study_income span {
    font-size: 16px;
    color: #6D6D6D;
    line-height: 1.4;
}
.case_study_income {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #6D6D6D;
}
.case_study_after .case_study_income {
    color: #EEA619;
}
.case_study_income.sm {
    font-size: 55px;
}
.case_study_position {
    background-color: #eee;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
@media screen and (min-width:1000px) {
    .case_study {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 60px auto 0;
    }
    .case_study_item {
        width: 570px;
    }
    .case_study_item:nth-child(n+3) {
        margin-top: 65px;
    }
    .case_study_img {
        width: 120px;
    }
    .case_study_befor,
    .case_study_after {
        width: 170px;
    }
    .case_study_income {
        line-height: 64px;
    }
}
@media screen and (max-width:999px) {
    .case_study_item {
        padding: 15px 8px;
    }
    .case_study_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .case_study_img {
        width: 20%;
    }
    .case_study_img p {
        font-size: 13px;
    }
    .case_study_income {
        font-size: 9.4vw;
        line-height: 9.4vw;
    }
    .case_study_income.sm {
        font-size: 8.4vw;
    }
    .case_study_position {
        font-size: 12px;
        line-height: 26px;
    }
    .case_study_befor {
        margin-right: 29px;
    }
    .case_study_befor::after {
        width: 13px;
        height: 13px;
        margin-top: -6px;
        right: -24px;
    }
}
@media screen and (max-width:1326px) and (min-width:1000px) {
    .case_study_item {
        width: 48%;
    }
}

/* Form */
.lp2_zoho_header {
    background-color: #EEA619;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 35px 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    position: relative;
}
.lp2_zoho_header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -102px;
    background: #EEA619;
    height: 34px;
    width: 204px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.lp2_zoho_body {
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 20px;
}
@media screen and (min-width:1000px) {
    .lp2_zoho {
        max-width: 814px;
        margin: 0 auto 80px;
    }
}
@media screen and (max-width:999px) {
    .lp2_zoho_header {
        font-size: 15px;
        padding: 15px;
    }
    .lp2_zoho_header::after {
        width: 130px;
        margin-left: -65px;
        height: 20px;
        bottom: -19px;
    }
    .lp2_zoho {
        margin-bottom: 20px;
    }
}

/* Footer */
.footer {
    background-color: #231815;
    padding: 30px 0;
}
.footer_inner {
    max-width: 1280px;
    margin: 0 auto;
}
.footer_navi_lp2 {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.footer_navi_lp2 li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.footer_navi_lp2 li a {
    color: #fff;
}
.footer_navi_lp2 li a:hover {
    color: #ddd;
}
.copyright {
    font-size: 24px;
}
@media screen and (min-width:1000px) {
    .footer_flex {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .footer_logo img {
        width: 280px;
    }
    .footer_navi_lp2 {
        width: 750px;
    }
    .footer_navi_lp2 li {
        width: 50%;
    }
}
@media screen and (max-width:999px) {
    .footer_inner {
        padding: 20px 35px 10px;
    }
    .footer_flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer_logo img {
        width: 100px;
    }
    .footer_navi_lp2 li {
        font-size: 10px;
        width: 50%;
    }
    .footer_navi_lp2 {
        margin-bottom: 10px;
    }
    .copyright {
        font-size: 10px;
        margin-top: 20px;
    }
}
@media screen and (max-width:1326px) and (min-width:1000px) {
    .footer_inner {
        padding: 0 50px;
    }
    .footer_logo {
        width: 25%;
    }
    .footer_logo img {
        width: auto;
    }
    .footer_navi_lp2 {
        width: 60%;
    }
}
