@charset 'UTF-8';
/*--------------------------------------------------
common
--------------------------------------------------*/
.lp-sp-element {
    display: none;
}

.content {
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
}

/*--------------------------------------------------
lp-hero
--------------------------------------------------*/
.lp-hero {
    box-sizing: border-box;
    height: 550px;
    padding: 88px 0 0;
    background: url(/images/cs/bg_lp_hero_01_pc.png) no-repeat 50% 100%;
    background-size: cover;
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, 'Noto Sans Japanese', sans-serif;
    text-align: center;
}

.lp-hero-heading {
    margin: 0 0 30px;
}

.lp-hero-heading span {
    display: block;
    margin: 0 0 37px;
    color: #ff7500;
    font-size: 24px;
}

.lp-hero-heading strong {
    font-size: 56px;
}

.lp-hero-text {
    font-size: 16px;
    line-height: 1.75;
}

/*--------------------------------------------------
lp-section
--------------------------------------------------*/
.lp-section {
    position: relative;
    margin: 100px 0 0;
    padding: 80px 0 0;
    border-top: 1px solid #ccc;
    line-height: 1.6;
}

.lp-section strong {
    color: #ff7500;
    font-weight: bold;
}

.lp-section-heading {
    margin: 0 0 34px;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}

.lp-section-heading:before {
    content: '';
    position: absolute;
    top: -41px;
    left: 50%;
    width: 140px;
    height: 90px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lp-section-heading strong {
    font-size: 48px;
}

.lp-section-heading strong span {
    font-size: 36px;
}

.lp-section-number {
    display: block;
    position: absolute;
    top: -41px;
    left: 50%;
    overflow: hidden;
    width: 80px;
    height: 0;
    padding-top: 90px;
    background: no-repeat 50% 50%;
    line-height: 1.5;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lp-section-inner:after {
    content: '';
    display: block;
    clear: both;
}

.lp-section-text {
    width: 430px;
    margin: -5px 0 0;
    font-size: 16px;
}

.lp-section-text p:not(:first-child) {
    margin: 1.6em 0 0;
}

.lp-section-text ul {
    margin: 56px 0 0;
    padding: 11px 1px 16px;
    background: #faf3ec;
    letter-spacing: -0.4em;
}

.lp-section-text ul > * {
    letter-spacing: normal;
}

.lp-section-text ul li {
    display: inline-block;
    margin: 5px 0 0 21px;
    font-weight: bold;
}

.lp-section-text ul li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 6px;
    height: 6px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background: #ff7500;
    vertical-align: middle;
}

.lp-section01 {
    margin: 101px 0 0;
}

.lp-section01 .lp-section-number {
    background-image: url(/images/cs/ico_lp_section_01.png);
}

.lp-section01 .lp-section-text {
    width: auto;
    margin: 0;
}

.lp-section01 .lp-section-photo {
    margin: 30px 0 0;
}

.lp-section01 .lp-section-photo-group:after {
    content: '';
    display: block;
    clear: both;
}

.lp-section01 .lp-section-photo-group .lp-section-photo {
    float: left;
    margin: 54px 0 0;
}

.lp-section01 .lp-section-photo-group .lp-section-photo + .lp-section-photo {
    float: right;
}

.lp-section01 .lp-section-text ~ .lp-section-text {
    margin: 32px 0 0;
}

.lp-section02 .lp-section-number {
    background-image: url(/images/cs/ico_lp_section_02.png);
}

.lp-section02 .lp-section-text {
    float: right;
}

.lp-section02 .lp-section-photo {
    float: left;
}

.lp-section03 .lp-section-number {
    background-image: url(/images/cs/ico_lp_section_03.png);
}

.lp-section03 .lp-section-text {
    float: left;
}

.lp-section03 .lp-section-photo {
    float: right;
}

/*--------------------------------------------------
lp-thanks
--------------------------------------------------*/
.lp-thanks {
    position: relative;
    margin: 48px 0 85px;
    padding: 24px 31px 21px 40px;
    background: #faf3ec;
}

.lp-thanks:after {
    content: '';
    display: block;
    clear: both;
}

.lp-thanks-heading {
    clear: both;
    width: 450px;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
}

.lp-thanks-photo {
    float: left;
    width: 450px;
}

.lp-thanks-photo img {
    width: 100%;
    height: auto;
}

.lp-thanks-text {
    float: right;
    width: 420px;
    font-size: 16px;
    line-height: 1.65;
}

.lp-thanks-text p:not(:first-child) {
    margin: 1.6em 0 0;
}

.lp-thanks-text strong {
    color: #ff7500;
    font-weight: bold;
}

/* responsive */
@media only screen and (max-width: 768px) {
    /*--------------------------------------------------
	common
	--------------------------------------------------*/
    .lp-sp-element {
        display: block;
    }
    /*--------------------------------------------------
	lp-hero
	--------------------------------------------------*/
    .lp-hero {
        height: 305px;
        padding: 22px 0 0;
        background-image: url(/images/cs/bg_lp_hero_01_sp.png);
    }

    .lp-hero-heading {
        margin: 0 0 8px;
    }

    .lp-hero-heading span {
        margin: 0 0 14px;
        font-size: 16px;
    }

    .lp-hero-heading strong {
        font-size: 30px;
    }

    .lp-hero-text {
        font-size: 11px;
        line-height: 1.75;
    }
    /*--------------------------------------------------
	lp-section
	--------------------------------------------------*/
    .lp-section {
        margin: 55px 0 0;
        padding: 40px 0 0;
    }

    .lp-section-heading {
        margin: 0 0 21px;
        font-size: 22px;
    }

    .lp-section-heading:before {
        top: -21px;
        width: 71px;
        height: 45px;
    }

    .lp-section-heading strong {
        font-size: 30px;
    }

    .lp-section-heading strong span {
        font-size: 24px;
    }

    .lp-section-number {
        top: -21px;
        width: 40px;
        padding-top: 45px;
        background-size: contain;
    }

    .lp-section-text {
        width: auto;
        margin: 0;
        padding: 0 10px;
        font-size: 12px;
    }

    .lp-section-photo {
        margin: 20px 0 0;
        text-align: center;
    }

    .lp-section ul {
        margin: 26px 0 0;
        padding: 8px 7px 13px;
    }

    .lp-section ul li {
        margin: 5px 0 0 11px;
    }

    .lp-section ul li:before {
        top: -1px;
        width: 5px;
        height: 5px;
        margin: 0 5px 0 0;
    }

    .lp-section01 {
        margin: 60px 0 0;
    }

    .lp-section01 .lp-section-photo {
        margin: 12px 0 0;
        padding: 0 10px;
    }

    .lp-section01 .lp-section-photo img {
        width: 100%;
        max-width: 335px;
        height: auto;
    }

    .lp-section01 .lp-section-photo img.lp-sp-element {
        display: inline-block;
    }

    .lp-section01 .lp-section-photo-group .lp-section-photo {
        float: none;
        margin: 18px 0 0;
    }

    .lp-section01 .lp-section-photo-group .lp-section-photo + .lp-section-photo {
        float: none;
        margin: 26px 0 0;
    }

    .lp-section01 .lp-section-text ~ .lp-section-text {
        margin: 18px 0 0;
    }

    .lp-section02 .lp-section-text,
    .lp-section03 .lp-section-text {
        float: none;
        margin: 27px 0 0;
    }

    .lp-section02 .lp-section-photo,
    .lp-section03 .lp-section-photo {
        float: none;
        margin: 0;
    }

    .lp-section02 .lp-section-photo img,
    .lp-section03 .lp-section-photo img {
        width: 245px;
        height: auto;
    }
    /*--------------------------------------------------
	lp-thanks
	--------------------------------------------------*/
    .lp-thanks {
        margin: 16px 0 0;
        padding: 23px 20px 31px;
    }

    .lp-thanks-heading {
        width: auto;
        margin: 0 0 19px;
        font-size: 14px;
        line-height: 1.65;
        text-align: center;
    }

    .lp-thanks-photo {
        float: none;
        width: 315px;
        max-width: 100%;
        margin: 0 auto;
    }

    .lp-thanks-text {
        float: none;
        width: auto;
        margin: 22px 0 0;
        font-size: 12px;
    }
}
