@charset "UTF-8";

/*============================
	news 共通
============================*/

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {}


/*============================
page__mv
============================*/
.page__mv {
    background: url(../img/service/mv_service_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .page__mv {
        background: url(../img/service/mv_service_bg_sp.jpg) no-repeat center center/cover;
    }
    
}


/*============================
	contents
============================*/
.contents {
    padding: 40px 0 170px;
}

.cnt__lead{
    font-size: 1.8rem;
    letter-spacing: .32em;
    text-align: center;
    line-height: 2;
    max-width: 1100px;
    margin: 0 auto 130px;
}
.cnt__flex01,
.cnt__flex02{
    background: #eff6f9;
}
.cnt__img{
    width: 50%;
}
.cnt__txtwrap{
    width: 50%;
    padding: 0 5% 0;
}

.cnt__img img{
    object-fit: cover;
    width: 100%;
    height: 590px;
}
.cnt__h2{
    font-size: min(4rem,3vw);
    letter-spacing: .32em;
    line-height: 1;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
}
.cnt__txt{
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .32em;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width:1024px) {
    .contents {
        padding: 40px 0;
    }
    
    .cnt__lead{
        font-size: 1.6rem;
        padding: 0 3%;
        margin: 0 auto 80px;
    }
    .cnt__img{
        width: 50%;
    }
    .cnt__txtwrap{
        width: 50%;
        background: #eff6f9;
        padding: 0 2%;
    }
    .cnt__img img{
        object-fit: cover;
        width: 100%;
        height: 400px;
    }
    .cnt__h2{
        font-size: min(4rem,3vw);
        letter-spacing: .32em;
        line-height: 1;
        margin-bottom: 40px;

    }
    .cnt__txt{
        font-size: 1.2rem;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .contents {
        padding: 50px 0;
    }
    
    .cnt__lead{
        font-size: 1.2rem;
        padding: 0 3%;
        margin: 0 auto 50px;
    }
    .cnt__img{
        width: 100%;
    }
    .cnt__txtwrap{
        width: 100%;
        background: #eff6f9;
        padding: 50px 5%;
    }
    .cnt__img img{
        height: auto;
    }
    .cnt__h2{
        font-size: 2rem;
        margin-bottom: 20px;

    }
    .cnt__txt{
        font-size: 1.2rem;

    }
    .cnt__flex02{
        display: flex;
        flex-direction: column-reverse;
    }
}

/*============================
news__detail
============================*/
.news__detail {
    padding: 40px 0 120px;
}
.detail__date{
    font-size: 1.6rem;
    color: #424242;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0;
}
.detail__ttl{
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #222;
    margin-bottom: 30px;
}
.detail__img{
    margin-bottom: 50px;
}
.detail__h2{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 0 10px 10px;
    border-left: solid 5px #333;
    border-bottom: solid 1px #333;
    margin-bottom: 40px;
}
.detail__txt01{
    letter-spacing: 0;
    margin-bottom: 40px;
}
.detail__h3{
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-weight: bold;
}
.detail__txt02{
    letter-spacing: 0;
    margin-bottom: 80px;
}

@media screen and (max-width:1024px) {
    .news__detail {
        padding: 40px 0 80px;
    }
    .detail__date{
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .detail__ttl{
        font-size: 1.8rem;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .detail__img{
        margin-bottom: 40px;
    }
    .detail__h2{
        font-size: 1.6rem;
        padding: 0 0 10px 10px;
        margin-bottom: 30px;
    }
    .detail__txt01{
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    .detail__h3{
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .detail__txt02{
        margin-bottom: 60px;
        font-size: 1.4rem;
    }
    
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .news__detail {
        padding: 40px 0 60px;
    }
    .detail__date{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .detail__ttl{
        font-size: 1.6rem;
        line-height: 1.6;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .detail__img{
        margin-bottom: 30px;
    }
    .detail__h2{
        font-size: 1.4rem;
        padding: 0 0 5px 5px;
        margin-bottom: 20px;
    }
    .detail__txt01{
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .detail__h3{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .detail__txt02{
        margin-bottom: 40px;
        font-size: 1.2rem;
    }
}