/* concept
***************************************************************/


/* page title
***************************************************************/
.w_pageTitle {
    background-image: none;
}

.w_pageTitle.pageTitle_bk h1 {
    color: #4c4948;
}

.w_pageTitle.pageTitle_bk .h1 .t1::after {
    background-color: #4c4948;
}
.img01_wrap{
    max-width: 1000px;
    /*margin-top: 130px;*/
    margin-left:auto;
    margin-right: auto;
    position: relative;
}
.img01_wrap h3{
    font-size: 33px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: 40px;
    left: 35px;
    color: #fff;
}
.img01_wrap h3 p{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.18em;
}
.img01_wrap img{
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}
.text01_wrap{
    /*margin-top: 170px;*/
}

.text01_wrap h2{
    font-size:24px;
    letter-spacing: 0.12em;
    text-align: center;
}
.text01_wrap p{
    margin-top: 50px;
    font-size: 17px;
    line-height: 2.57;
    letter-spacing: 0.05em;
    text-align: justify;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.img01_wrap + .text01_wrap{
    margin-top: 130px;
}
 .text01_wrap +  .text01_wrap{
    margin-top: 110px;
 }

.img02_wrap{
    min-width: 1000px;
    display: flex;
    position: relative;
    margin-top: 150px;
    overflow: hidden;
}
.img02_wrap .l_box{
    width: 50%;
    height: 350px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.img02_wrap .r_box{
    width: 50%;
    height: 350px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.img02_wrap .l_box.lazyloaded{
    background-image: url(../img/message/img02.jpg);
}
.img02_wrap .r_box.lazyloaded{
    background-image: url(../img/message/img03.jpg);
}

.root_label{
    background: #4c4948;
    color: #fff;
    position: absolute;
    width: 250px;
    height: 83px;
    padding: 5px;
    left: calc(50% - 125px);
    top: calc(50% - 41.5px);
}
.root_label p{
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 0.25em;
    line-height: 1.5;
}
.root_label p span{
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
}

.img02_wrap::after {
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background-color: #c9c8c8;
    position: absolute;
    bottom: -110px;
    left: 50%;
}


.text02_wrap{
    /*margin-top: 170px;*/
    position: relative;
}

.text02_wrap h2{
    font-size:24px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.83;
}
.text02_wrap p{
    margin-top: 50px;
    font-size: 17px;
    line-height: 2.57;
    letter-spacing: 0.05em;
    text-align: justify;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.img02_wrap + .text02_wrap{
    margin-top: 150px;
}
.text02_wrap + .text02_wrap{
    margin-top: 260px;
}
.text02_wrap + .text02_wrap::before {
    content: '';
    width: 1px;
    height: 143px;
    background: #c9c8c8;
    position: absolute;
    left: 50%;
    top: -200px;
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {
    .img01_wrap {
        /*margin-top: 40px;*/
        width: 100%;
    }

.img01_wrap h3 {
    font-size: 18px;
    line-height: 1.5;
    /* position: initial; */
    /* bottom: auto; */
    /* left: auto; */
    /* color: #4c4948; */
    /* text-align: center; */
    /* margin-top: 15px; */
    bottom: 15px;
    left: 15px;
}
.img01_wrap h3 p {
    font-size: 11px;
    line-height: 1.5;
}
    /*.img01_wrap h3 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.19em;
        top: 0;
        padding: 0 5% 20px;
        position: relative;
    }*/

    .img01_wrap img {
        width: 100%;
        height: auto;
    }
    .img02_wrap::after {
        height: 50px;
        bottom: -50px;
    }
    .text01_wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .text01_wrap h2 {
        font-size: 18px;
    }
    .text01_wrap p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: justify;
        width: 100%;
    }
    .img01_wrap + .text01_wrap {
        margin-top: 50px;
    }
    .text01_wrap + .text01_wrap {
        margin-top: 40px;
    }
    .img02_wrap {
        min-width: 100%;
        margin-top: 60px;
        /*flex-direction: column;*/
    }
    .img02_wrap .l_box {
    min-height: 78px;
    height: 78px;
    }
    .img02_wrap .r_box {
        min-height: 78px;
        height: 78px;
    }
    .img02_wrap .l_box.lazyloaded {
    background-image: url(../img/message/img02_sp.jpg);
    }
    .img02_wrap .r_box.lazyloaded {
    background-image: url(../img/message/img03_sp.jpg);
    }
    .root_label {
        width: 127px;
        height: 42px;
        padding: 3px;
        left: calc(50% - 63.5px);
        top: calc(50% - 21px);
    }
    .root_label p {
        font-size: 14px;
        line-height: 1.25;
        padding-left: 0.4em;
    }
    .root_label p span {
        font-size: 10px;
    }
    .text02_wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .text02_wrap h2 {
        font-size: 18px;
    }
    .text02_wrap p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: justify;
        width: 100%;
    }
    .img02_wrap + .text02_wrap {
        margin-top: 70px;
    }
    .text02_wrap + .text02_wrap {
        margin-top: 120px;
    }
    .text02_wrap + .text02_wrap::before {
        height: 70px;
        top: -95px;
    }
}

@media all and (max-width:370px) {}



/*link_wrap小文字*/
@media all and (min-width: 681px) {
    .link_wrap ul li a .tit span {
        font-size: 10px;
        letter-spacing: 0.19em;
        margin-left: 15px;
    }
}
