@charset "UTF-8";

/*-------------------------------------------------------------------------
							/dori-con/
-------------------------------------------------------------------------*/

.lp-hero {
    margin-top: 97px;
    background-color: #fff;
    width: 100%;
    background-image: url("../img/page/dori-con/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-hero__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0 126px;
    background-color: rgba(255, 255, 255, 0.88);
}
.lp-hero__img {
    width: 44%;
    min-width: 640px;
    height: auto;
    display: block;
}
.lp-body {
    background-color: #f5f7fa;
}
.lp-body__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 120px 0;
}
.lp-intro {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.lp-intro__text {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.lp-intro__text--large {
    font-size: 48px;
    margin-top: 20px;
}
.lp-intro__text--large .blue {
    color: #38a8ff;
}
.lp-intro__img {
    width: 360px;
    height: auto;
    display: block;
    position: absolute;
    right: -100px;
    bottom: -56px;
}
.lp-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lp-desc__text {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    text-indent: 1em;
}
.lp-notice {
    background-color: #38a8ff;
    color: #fff;
    text-align: center;
    padding: 88px 0;
}
.lp-notice__inner {
    max-width: 880px;
    margin: 0 auto;
}
.lp-notice__heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.lp-notice__text {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    margin-top: 32px;
}
@media screen and (max-width: 1024px) {
    .lp-hero {
        margin-top: 87px;
    }
    .lp-hero__inner {
        padding: 48px 0 88px;
    }
    .lp-hero__img {
        width: 80%;
        max-width: 560px;
        min-width: unset;
    }
    .lp-body__inner {
        padding: 80px 20px;
        max-width: 680px;
    }
    .lp-intro {
        margin-bottom: 40px;
    }
    .lp-intro__text {
        font-size: 24px;
    }
    .lp-intro__text--large {
        font-size: 36px;
        line-height: 1.4;
        margin-top: 14px;
    }
    .lp-intro__text--large .sp_wrap {
        display: inline-block;
    }
    .lp-intro__img {
        width: 200px;
        right: -40px;
        top: -120px;
    }
    .lp-desc {
        gap: 16px;
    }
    .lp-desc__text {
        font-size: 16px;
        line-height: 2;
    }
    .lp-notice {
        padding: 64px 20px 58px;
    }
    .lp-notice__heading {
        font-size: 36px;
    }
    .lp-notice__text {
        font-size: 16px;
        margin-top: 24px;
    }
}
@media screen and (max-width: 767px) {
    .lp-hero__img {
        width: 92%;
        max-width: 560px;
        min-width: unset;
    }
    .lp-intro__img {
        width: 160px;
        right: -16px;
        top: -128px;
    }
}
