@charset "utf-8";

/* 共通使用
---------------------------------------------------------------------------------*/

.line-contBox h2,
.line-contBox h3,
.line-contBox p,
.line-contBox ul,
.line-contBox li {
    margin: 0;
    padding: 0;
}

.line-contBox li {
    list-style-type: none;
}

.line-contBox {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1070px) {
    .line-contBox {
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }
}

.line-pc-display {
    display: block;
}

@media screen and (max-width: 1070px) {
    .line-pc-display {
        display: none;
    }
}

.line-tab-display {
    display: none;
}

@media screen and (max-width: 1070px) {
    .line-tab-display {
        display: block;
    }
}


/* コンテンツ
---------------------------------------------------------------------------------*/
.line-mv {
    background: #3db156;
    padding: 40px 90px;
    margin: 0 0 90px;
    max-width: 100%;
}

@media screen and (max-width: 1070px) {
    .line-mv {
        padding: 45px 60px;
    }
}

.line-mv h1 {
    max-width: 1010px;
    margin: 0 auto;
}

.line-mv img {
    width: 100%;
    height: auto;
}

#leadtxt {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.line-slide {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto 120px;
    max-width: 1130px;
}

@media screen and (max-width: 1070px) {
    .line-slide {
        display: block;
        margin: 0 0 120px 0;
    }
}

.line-slide-contents {
    position: relative;
}

.line-slide-contents li img {
    width: 304px;
}

@media screen and (max-width: 1070px) {
    .line-slide-contents li img {
        width: 430px;
    }
}

.line-slide-contents-phoneImage {
    position: relative;
    width: 399px;
}

@media screen and (max-width: 1070px) {
    .line-slide-contents-phoneImage {
        width: 550px;
    }
}

.line-slide-contents-phoneImage::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 110px;
    right: -80px;
    border: 18px solid transparent;
    border-right: 52px solid #c7103e;
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
    z-index: -1;
}

@media screen and (max-width: 1070px) {
    .line-slide-contents-phoneImage::after {
        top: 240px;
        left: -78px;
        border: 48px solid transparent;
        border-right: 30px solid #c7103e;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.line-slide-contents-phoneImage img {
    width: 386px;
}

@media screen and (max-width: 1070px) {
    .line-slide-contents-phoneImage img {
        width: 550px;
    }
}
.line-slide-heading {
    width: 100%;
    margin: 0 0 60px 0px;
}

.line-slide-heading h2 {
    position: relative;
    background: #c7103e;
    color: #fff;
    font-size: 3.6rem;
    max-width: 100%;
    padding: 25px 10px;
    margin: 0 60px;
    border-radius: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 1070px) {
    .line-slide-heading h2 {
        max-width: 90%;
        margin: 0 auto;
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 750px) {
    .line-slide-heading h2 {
        max-width: 100%;
    }
}

.line-feature ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1070px) {
    .line-feature ul {
        display: block;
    }
}


.line-feature li {
    width: 25%;
    border: #47b35f 8px solid;
    padding: 50px 25px 35px 25px;
    position: relative;
}

@media screen and (max-width: 1070px) {
    .line-feature li {
        min-width: 70%;
        margin: 0 auto 90px;
        padding: 70px 40px 45px 40px;
    }
}

@media screen and (max-width: 750px) {
    .line-feature li {
        min-width: 80%;
    }
}

@media screen and (max-width: 1070px) {
    .line-feature li:last-child {
        margin-bottom: 0;
    }
}

.line-feature li:nth-child(3) img {
    margin-left: 30px;
}

.line-feature li::before {
    content: "01";
    color: #47b35f;
    font-size: 6rem;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 30px;
}

@media screen and (max-width: 1070px) {
    .line-feature li::before {
        font-size: 9.2rem;
        top: -66px;
    }
}

.line-feature li:nth-child(2)::before {
    content: "02";
}

.line-feature li:nth-child(3)::before {
    content: "03";
}

.line-feature li img {
    margin-bottom: 30px;
    max-width: 100%;
    height: 120px;
}

@media screen and (max-width: 1070px) {
    .line-feature li img {
        height: 190px;
    }
}

.line-feature {
    margin-bottom: 120px;
}

.line-feature h2 {
    margin: 0 auto;
    font-size: 3.6rem;
    margin-bottom: 70px;
    line-height: 1.5;
}

@media screen and (max-width: 1070px) {
    .line-feature h2 {
        font-size: 4.4rem;
    }
}

.line-feature h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 1070px) {
    .line-feature h3 {
        font-size: 4rem;
    }
}

.line-feature li p {
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1070px) {
    .line-feature li p {
        font-size: 2.8rem;
    }
}

.line-btn {
    margin-bottom: 20px;
}

.line-btn a {
    display: block;
    margin: 0 auto;
    padding: 1em 1.5em;
    max-width: 700px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    background-color: #3db156;
    box-shadow: 0 8px 0 #2e8b42;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 15px;
    text-align: center !important;
}


.line-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #2e8b42;
}

.hosoku {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 80px;
}

.bnr {
    margin: 90px auto 80px;
    /* padding: 100px; */
    line-height: 0;
    /* background:  #f7f7f7; */
    border-radius: 5px;
}

.bnr img {
    max-width: 80%;
    height: auto;
    border: 3px solid #e7e7e7;
}

@media screen and (max-width: 1070px) {
    .bnr img {
        max-width: 90%;
    }
}
.bnr a {
    text-decoration: none;
    font-weight: bold;
}

.bnr p {
    margin-top: 30px;
    background: #FFF263;
    border: solid 3px #333;
    color: #333;
    padding: 30px 40px;
    font-size: 2.4rem;
    border-radius: 5px ;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 1070px) {
    .bnr p {
        font-size: 3.6rem;
        padding: 60px;
    }
}

.bnr p::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
}

@media screen and (max-width: 1070px) {
    .bnr p::after {
        width: 20px;
        height: 20px;
        border-top: solid 5px #333;
        border-right: solid 5px #333;
        right: 28px;
        margin-top: -10px;
    }
}

.bnr a:hover {
    opacity: 0.7;
    height: auto;
}

@media screen and (max-width: 1070px) {
    #leadtxt {
        font-size: 3.6rem;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 1.8;
    }

    .line-feature ul {
        margin-left: 30px;
        margin-right: 30px;
        flex-wrap: wrap;
    }

    .line-btn {
        margin: 0 auto 20px;
    }

    .line-btn a {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        padding: 1em;
        max-width: 100%;
        color: #fff;
        font-size: 4.8rem;
        font-weight: 700;
        background-color: #3db156;
        box-shadow: 0 8px 0 #2e8b42;
        transition: 0.3s;
        text-decoration: none;
        border-radius: 15px;
    }


    .line-btn a:hover {
        transform: translateY(3px);
        text-decoration: none;
        box-shadow: 0 2px 0 #2e8b42;
    }

    .hosoku {
        text-align: center;
        font-size: 2.8rem;
        margin: 0 0 80px;
    }
/* 
    .bnr {
        max-width: 90%;
    } */
}

/* 上部バナー */
.line_cp_banner {
    margin-bottom: 120px;
}
.line_cp_banner a {
    display: block;
}
.line_cp_banner img {
    width: 100%;
}
/* スライド */
.line-slide-contents-slider {
    position: absolute;
    top: 260px;
    left: 33px;
    width: 1110px;
    margin-inline: auto;
}
.line_splide .splide__slide {
    margin-right: 54px;
    width: 300px !important;
}
.line_splide .splide__slide img {
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-left: 15px;
}
.line_splide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c0d3f0;
    top: -30px;
    left: 0;
    z-index: -1;
    padding: 30px 0;
    border-radius: 14px;
}
@media screen and (max-width: 1070px) {
    .line-slide-contents-slider {
        position: absolute;
        top: 375px;
        left: 80px;
        width: 1060px;
    }
    .line_splide .splide__slide {
        width: 400px !important;
    }
    .line_splide .splide__slide img {
        margin-left: 0;
    }
}
