
/*# sourceMappingURL=line.min.css.map */
main{
    font-family: "Noto Sans JP", serif;
    width: 100%;
    color: #282828;
    font-weight: 400;
    margin: auto;
    line-height: 1.5;
}

img, picture {
    max-width: 100%;
    display: block;
    height: auto;
    vertical-align: bottom;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

.line__lead{
    background-image: url(/common/img/line/fv_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    height: 518px;
}

.line__lead-wrapper{
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 80px;
}

.line__lead-wrapper p{
    margin: 22px 0 50px;
    font-size: 1.125rem;
    line-height: 1.9;
}

.line__lead-heading{
    display: flex;
    align-items: center;
    gap: 10px;
}

.line__lead-heading h3{
    font-size: 2rem;
    margin: 0;
}

.sp-only{
    display: none;
}

.pc-only{
    display: block;
}


.line-button{
    width: 288px;
    height: 80px;
}

@media screen and (max-width: 768px){
    .line__lead{
        background-image: url(/common/img/line/fv_sp.png);
        height: 652px;
    }

    .line__lead-wrapper{
        width: 335px;
        padding-left: 0;
        padding-top: 40px;
        text-align: center;
    }

    .line__lead-wrapper p{
        margin: 20px 0 30px;
        font-size: 1rem;
    }

    .line__lead-wrapper img{
        margin: 0 auto;
    }

    .line__lead-heading{
        flex-direction: column;
    }

    .line__lead-heading h3{
        font-size: 1.375rem;
    }

    .sp-only {
        display: block;
    }

    .pc-only{
    display: none;
}

    .line-button{
        width: 252px;
        height: 70px;
    }

}

.wrapper{
    padding: 100px 20px 80px;
}

@media screen and (max-width: 768px){
.wrapper{
    padding: 61px 20px 40px;
}
}

.bg-color{
    background-color: #F8EDEF;
}

.border01{
    border: 2px solid #4E70B7;
}

.border02{
    border: 2px solid #6DB145;
}

.border03{
    border: 2px solid #F57288;
}

.border04{
    border: 2px solid #8663AA;
}

.color01{
    color: #4E70B7;
}

.color02{
    color: #6DB145;
}

.color03{
    color: #F57288;
}

.color04{
    color: #8663AA;
}

.line__benefits-heading{
    position: relative;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.line__benefits-heading span{
    font-size: 1.125rem;
}

.line__benefits-heading::before {
    background: url(/common/img/line/sakura01.png)no-repeat center center / contain;
    content: "";
    width: 17px;
    height: 22px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.line__benefits-heading::after{
    background: url(/common/img/line/sakura02.png)no-repeat  right / contain;
    content: "";
    width: 406px;
    height: 148px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px){
    .line__benefits-heading{
        font-size: 1.5rem;
    }

    .line__benefits-heading span{
    font-size: 1rem;
}

.line__benefits-heading::before {
    width: 14px;
    height: 18px;
    top: -15px;
}

.line__benefits-heading::after{
    width: 140px;
    height: 51px;
    top: -50px;
    margin: 0 -20px;
}
}

.line__benefits-wrapper{
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 6px;
}

.line__benefits-number{
    text-align: center;
    margin: 50px 0 -39px;
}

.line__benefits-number img{
    width: 294px;
    height: 61px;
    margin: 0 auto;
}

.line__benefits-box{
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.line__benefits-about{
    padding: 48px 0;
    margin-right: 50px;
}

.line__benefits-point{
    background: url(/common/img/line/point01.png) no-repeat;
    background-size: contain;
    width: 234px;
    height: 42px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}

.line__benefits-title{
    font-weight: 600;
    font-size: 1.5rem;
    margin: 10px 0 20px;
}

.line__benefits-title span{
font-size: 2rem;
font-weight: 600;
}

.line__benefits-text{
    font-size: 1.0625rem;
    line-height: 1.9;
    margin: 0;
}

/* .line__benefits01-item img{
    width: 317px;
    height: 256px;
} */

/* .line__benefits02-item img{
    width: 317px;
    height: 150px;
}

.line__benefits03-item img{
    width: 317px;
    height: 201px;
} */

@media screen and (max-width: 768px){
.line__benefits-number{
    margin: 30px 0 -32px;
}

.line__benefits-number img{
    width: 237px;
    height: 49px;
}

.line__benefits-box{
    flex-direction: column;
    padding: 0 15px 20px;
}

.line__benefits-about{
    padding: 53px 0 20px;
    margin: 0 auto;
    align-items: center;
}

.line__benefits-point{
        margin:0 auto;
}

.line__benefits-title{
    font-size: 1.25rem;
    margin: 10px 0 15px;
    text-align: center;
}

.line__benefits-title span{
    font-size: 1.5rem;
}

.line__benefits-text{
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

.line__benefits01-item img{
    width: 233px;
    height: 188px;
}

.line__benefits02-item img{
    width: 244px;
    height: 115px;
}

.line__benefits03-item img{
    width: 247px;
    height: 157px;
}
}

.line__user{
    padding-bottom: 0;
}

.line__heading{
    position: relative;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
    letter-spacing: 0.08em;
}

.line__heading::before {
    background: url(/common/img/line/sakura01.png)no-repeat center center / contain;
    content: "";
    width: 17px;
    height: 22px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.line__heading span{
    color: #06C755;
}

.line__user-text{
    display: flex;
    justify-content: center;
    gap: 100px;
}

.line__user-text ul{
    margin: 0;
}

.line__user-text li{
    font-size: 1.25rem;
    font-weight: 600;
    background: url(/common/img/line/checkbox.png)no-repeat 0 0;
    background-size: auto 45px;
    padding: 8px 65px;
}

.line__user-text li:nth-child(n+2){
    margin-top: 30px;
}

@media screen and (max-width: 768px){
    .line__user{
    padding-bottom: 40px;
}

.line__heading{
    font-size: 1.5rem;
    margin: 0 0 30px;
}

.line__heading::before {
    width: 14px;
    height: 18px;
    top: -22px;
}

.line__user-text li{
    font-size: 1rem;
    background-size: auto 38px;
    padding: 8px  0  8px 48px;
    background-position: center left;
}

.line__user-text li:nth-child(n+2){
    margin-top: 10px;
}
}

.line__regist-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.line__regist-box{
    background-color: #fff;
    max-width: 570px;
    padding: 30px 37px;
    border-radius: 6px;
    position: relative;
    text-align: center;
}

.line__regist-box:first-child::after{
    background: url(/common/img/line/arrow.png)no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 27px;
    height: 72px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.line__regist-number{
    background-color: #FB5588;
    width: 180px;
    height: 35px;
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
}

.line__regist-number p{
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: -7px;
    padding: 0 51px;
}

.line__regist-number span{
    font-size: 1.9375rem;
}

.line__regist-title{
    font-size: 1.6875rem;
    font-weight: 600;
    color: #FB5588;
    margin-top: 10px;
}

.line__regist-about{
    background-color: #F5F5F5;
    padding: 20px 0 30px;
    width: 496px;
    border-radius: 6px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
}

.line__regist-lead{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 20px;
}

.line__regist-text{
    font-size: 1.0625rem;
    margin: 10px 0 20px;
    line-height: 1.9;
}

.line__regist .line-button{
    margin: 0 auto;
}

.line-code{
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.line-image{
    width: 310px;
    height: 424px;
    margin-left: 50px;
    margin-top: 7px;
}

@media screen and (max-width: 768px){
    .line__regist-wrapper{
    flex-direction: column;
    gap: 67px;
}

.line__regist-box{
    padding: 30px 15px 10px;
}

.line__regist-box:first-child::after{
    top: 100%;
    right: 46%;
    transform: rotate(90deg);
}

.line__regist-number{
    width: 129px;
    height: 25px;
}

.line__regist-number p{
    font-size: 1.0625rem;
    padding: 0 37px;
       margin-top: -6px;
}

.line__regist-number span{
    font-size: 1.375rem;
}

.line__regist-title{
    font-size: 1.25rem;
    margin-bottom: 0;
}

.line__regist-about{
    padding: 10px 0 20px;
    width: 100%;
    margin: 10px 0 20px;
}

.line__regist-lead{
    font-size: 1rem;
    margin-top: 10px;
}

.line__regist-text{
    font-size: 0.875rem;
    margin: 10px 0;
    line-height: 1.6;
}

.line-code{
    width: 160px;
    height: 160px;
}

.line-image{
    width: 221px;
    height: 301px;
    margin-left: 12px;
    margin-top: 10px;
}
}

.line__stream-lead{
    position: relative;
    margin: 70px auto 40px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 1200px;
    background: #FCCA0D;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 6px;
}

.line__stream-lead::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 26px solid transparent;
    border-top: 14px solid #FCCA0D;
}


.line__stream-wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.line__stream-box{
    background-color: #fff;
    font-weight: 600;
    padding: 20px 20px 10px;
    border-radius: 6px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.16);
}

.line__stream-box img{
margin: 0 auto;
}

.line__stream-category{
    text-align: center;
}

.line__stream-box p {
    font-size: 1.625rem;
    margin: 10px auto 10px;
}

.line__stream-box li{
    padding: 10px 0;
}

.line__stream-box li:nth-child(-n+2){
    border-bottom: 2px dotted #C7C7C7;
    width: 100%;
}

@media screen and (max-width: 768px){
    .line__stream-lead{
    margin: 30px auto 32px;
    font-size: 1.125rem;
}

.line__stream-wrapper{
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}

.line__stream-box{
    padding: 20px 35px 10px;
}

.line__stream-box .color01 img{
    width: 16.1%;
}

.line__stream-box .color02 img{
    width: 9.2%;
}

.line__stream-box .color03 img{
    width: 10.5%;
}

.line__stream-box .color04 img{
    width: 12%;
}

.line__stream-box p {
    font-size: 1.375rem;
    margin: 10px auto 5px;
}

.line__stream-box li{
    font-size: 0.9375rem;
}
}

.line__media{
    background-color: #FDF9F9;
    padding: 70px 20px;
}

.line__media-heading{
    color: #FB5588;
    text-align: center;
}

.line__media-point{
    background: url(/common/img/line/point02.png)no-repeat;
    background-size: contain;
    width: 400px;
    height: 58px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 4px;
    margin: 0 auto;
}

.line__media-point p{
    margin: 0;
    padding: 0;
}

.line__media-title{
     display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.375rem;
    font-weight: 700;
    position: relative;
    margin: 10px 0 0;
}

.line__media-title::before,
.line__media-title::after{
    content: "";
    width: 58px;
    height: 3px;
    background-color: #FB5588;
    margin: 0px 5px 0px;
}

.line__media-title::before{
    transform: rotate(60deg);
}

.line__media-title::after{
    transform: rotate(-60deg);
}

.line__media-title span{
    font-size: 4rem;
    font-family: "Oswald";
    margin-top: -20px;
    font-weight: 600;
}

.line__media-notice{
    color: #4E4E4E;
    font-size: 0.625rem;
    margin: 0;
}

.line__media-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.line__media-box{
    background-color: #F5F5F5;
    border-radius: 6px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
    width: 360px;
}

.line__media-box img{
    /* width: 320px;
    height: 142px; */
    margin: 20px auto 0;
    padding: 0 20px;
}

.line__media-catch{
    color: #fff;
    background-color: #42A5B5;
    margin: 0;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 9px 0 8px;
    width: 100%;
}

.line__media-text{
    text-align: start;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.9;
    padding: 20px;
}

.line__media-text span{
    color: #42A5B5;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    .line__media{
    padding: 40px 0;
}

.line__media-point{
    width: 305px;
    height: 53px;
    font-size: 1rem;
}

.line__media-title{
    font-size: 1.625rem;
    margin-top: -10px;
}

.line__media-title::before,
.line__media-title::after{
    width: 33px; 
    margin-top: 40px;
}

.line__media-title span{
    font-size: 2.375rem;
    margin-top: 30px;
}

.line__media-notice{
    margin: 0 35px;
    text-align: start;
    margin-bottom: 30px;
}

.line__media-container{
    flex-direction: column;
    margin: 0 auto;
    gap: 30px;
    padding: 0 20px;
}

.line__media-box{
    margin-top: 0;
    width: auto;
}

.line__media-box img{
    /* width: 305px;
    height: 136px; */
    padding: 0 15px;
}

.line__media-catch{
    font-size: 1.125rem;
}

.line__media-text{
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 20px 15px;
}
}

.line__faq{
    max-width: 1200px;
    margin: 0 auto;
}

.line__faq dl{
    margin: 0;
}

.line__faq-q{
    color: #FB5588;
    font-size: 1.0625rem;
    font-weight: 600;
    background-color: #F8EDEF;
    padding: 7px 0 13px 43px;
    border-radius: 6px;
    margin-top: 50px;
}

.line__faq-q span{
    font-size: 1.75rem;
}

.line__faq-a{
    margin: 10px 0 0 43px;
}

@media screen and (max-width: 768px){
.line__faq-q{
    padding: 7px 0 13px 15px;
    margin-top: 30px;
}

.line__faq-a{
    margin: 10px 15px 0;
    font-size: 0.9375rem;
}
}

.line__cta{
    text-align: center;
}

.line__cta-heading{
    position: relative;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 50px 0 30px;
    letter-spacing: 0.08em;
}

.line__cta-heading::before {
    background: url(/common/img/line/icon_line.png)no-repeat center center / contain;
    content: "";
    width: 59px;
    height: 59px;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
}

.line__cta ul{
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #FB5588;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 30px 0 75px;
}

.line__cta li{
    background-color: #fff;
    border: 2px solid #FB5588;
    border-radius: 6px;
    width: 180px;
    padding: 9px 0;
}

.line__cta-benefits{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.line__cta-benefits-box{
background-color: #fff;
border-radius: 6px;
/* width: 288px; */
padding: 20px 36px;
margin-bottom: 50px;
}

.line__cta-benefits-point{
    margin: 0 auto;
}


.line__cta-benefits01-item img{
    width: 233px;
    height: 188px;
    margin: 0 auto;
}

.line__cta-benefits02-item img{
    width: 244px;
    height: 115px;
    margin: 54px auto 0;
}

.line__cta-benefits03-item img{
    width: 247px;
    height: 157px;
    margin: 39px auto 0;
}

.line__cta-benefits-number{
    margin: -50px 0 20px;
}

.line__cta .line-button{
margin: 0 auto;
}

@media screen and (max-width: 768px){
.line__cta-heading{
    font-size: 1.5rem;
    margin: 32px 0 20px;
    letter-spacing: 0;
}

.line__cta-heading::before {
    width: 43px;
    height: 43px;
    top: -55px;
}

.line__cta ul{
    gap: 10px;
    font-size: 0.9375rem;
    margin: 20px 0 46px;
}

.line__cta li{
    padding: 12px 0;
}

.line__cta-benefits{
    flex-direction: column;
    gap: 16px;
}

.line__cta-benefits-box{
    width: auto;
    padding: 20px;
    margin-bottom: 30px;
}

.line__cta-benefits01-item img{
    margin-top: 10px;
}

.line__cta-benefits02-item img{
    margin-top: 10px;
}

.line__cta-benefits03-item img{
    margin-top: 10px;
}

.line__cta-benefits-number{
    margin: -40px 0 20px;
}
}