#fh5co-hero {
    background: url(../images/dtp/header02.webp) center top no-repeat;
    background-size: cover;
}
#fh5co-hero .container > div .fh5co-hero-wrap{
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 260px;
    padding-top: 22vw;
}
#fh5co-features{
    padding-top: 10em;
    padding: 7em 0;
}
#fh5co-features h1{
    text-align: center;
    color: #444;
    font-weight: 600;
    font-size: 190%;
    letter-spacing: .1em;
    margin-bottom: 140px;
}
#fh5co-features .fh5co-feature {
    margin-bottom: 60px;
}

.fh5co-section-heading .fh5co-lead {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #444 !important;
    letter-spacing: 3px;
    margin-bottom: 100px;
}
.fh5co-section-heading .fh5co-lead > .fh5co-line {
    height: 2px;
    display: block;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: rgba(0, 0, 0, 0.3);
}
.fh5co-section-heading .fh5co-sub {
    font-size: 16px;
}

.item_box{
    width: 130%;
    margin-left: -15%;
    margin-bottom: 180px;
}
.item_box:last-child{
    margin-bottom: 60px;
}
.item_box div{
    float: none;
}
.item_box > div{
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    padding-left: 12em;
    column-gap: 5%;
}
.item_box .leaflet{
    column-gap: 0;
}
.item_box > div > div{
    width: 30%;
}
.item_box .leaflet > div{
    width: 25%;
}
.item_box h3{
    position: relative;
    font-size: 23px;
    margin-bottom: 55px;
}
.item_box h3:after{
    content: "";
    position: absolute;
    width: calc(100% - 3em);
    height: 1px;
    background: #888;
    top: 0.8em;
    right: 0;
    z-index: -2;
}
.item_box h3:has(+ .meishi_other){
    margin-bottom: 30px;
}
.item_box h3 span{
    background: #fff;
    padding-right: 1em;
    position: relative;
}
.item_box h3 span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.kakaku{
    margin-bottom: 200px;
}

#fh5co-works .item_box .fh5co-work-item figure{
    margin-bottom: 10px !important;
}
.txt_stl01{
    margin-bottom: 80px;
}
.img_stl01{
    margin-left: 6.5%;
    margin-right: 6.5%;
}
/*.pamphlet{
    margin-top: 86px;
    float: inline-start;
}
.pamphlet > div{
    width: 29%;
}
.pamphlet > div.img_stl01{
    margin-left: 6.5%;
    margin-right: 6.5%;
}*/

.seisaku{
    padding-top: 150px;
    padding-bottom: 140px;
    margin-bottom: 80px;
    background: #F3F9F9;
}
.seisaku h2{
    font-size: 36px;
    font-weight: 700;
    color: #444 !important;
    margin-bottom: 170px;
    letter-spacing: 3px;
    text-align: center;
}
.seisaku .container{
    width: 1360px;
    max-width: 90%;
}
.seisaku dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.seisaku dl dt{
    width: 420px;
    border-right: solid 1px #888;
    padding: 40px 0;
    padding-right: 2em;
    font-size: 118%;
    text-align: right;
    position: relative;
}
.seisaku dl dd{
    width: calc(100% - 420px);
    max-width: 810px;
    padding: 40px 0;
    padding-left: 4em;
    font-size: 90%;
    line-height: 1.8;
    padding-bottom: 60px;
}
.seisaku dl dt p{
    position: relative;
    text-align: right;
}
.seisaku dl dt p:after{
    content: "";
    position: absolute;
    width: .7em;
    height: .7em;
    background: #333;
    border-radius: 1em;
    top: 0;
    bottom: 0;
    right: -2.4em;
    margin: auto;
}
.seisaku dl dt img{
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
}
.seisaku dl .contact_us{
    padding: 25px 0;
    display: inline-block;
    font-size: 100%;
}
.seisaku dl dt.flow01 img{
    top: 50px;
}
.seisaku dl dt.flow02 img{
    width: 240px;
    right: 50px;
}
.seisaku dl dt.flow05 img{
    right: 60px;
    width: 200px;
}
.seisaku dl dt.flow06 img{
    right: 50px;
    width: 215px;
    top: 70px;
}
.seisaku dl dt.flow07 img{
    padding-top: 5em;
}

.seisaku dl dt.flow02 + dd .detail{
    background: #666666;
    color: #fff;
    padding: 1em 1.7em;
    margin-top: 1.5em;
}
#fh5co-main .container{
    max-width: 90%;
}
#fh5co-main .btn{
    margin-bottom: 200px;
    width: 230px;
    border-radius: 10px;
    padding: 0.8em 0;
    font-size: 16px;
}



@media screen and (max-width: 1500px) {
    .item_box{
        width: 130%;
        margin-left: -15%;
    }
}
@media screen and (max-width: 1360px) {
    #fh5co-hero .container > div .fh5co-hero-wrap{
        margin-left: 80px;
        padding-top: 16vw;
    }
    .item_box{
        width: 100%;
        margin-left: 0;
    }
    .seisaku dl dt{
        width: 30%;
    }
    .seisaku dl dd{
        width: calc(100% - 30%);
        padding-left: 2em;
    }
    #fh5co-main .seisaku .container{
        max-width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .item_box > div{
        padding-left: 0;
    }
    .item_box .leaflet > div{
        width: 50%;
    }
    .seisaku dl dt img{
        position: static;
        padding-top: 20px;
        width: 90%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #fh5co-features{
        width: 100%;
    }
    #fh5co-main .container{
        padding-left: 0;
        padding-right: 0;
    }
    #fh5co-hero {
        background: url(../images/sp/header02_sp.webp) center top no-repeat;
        background-size: cover;
        height: 100vw!important;
        margin-top: 44px;
    }
    #fh5co-hero .fh5co-hero-intro{
        display: none;
    }
    .fh5co-section-heading .fh5co-lead{
        font-size: 28px;
        margin-bottom: 50px;
    }
    .item_box > div > div{
        width: 100%;
    }
    .seisaku dl{
        width: 90%;
        margin: 0 auto;
    }
    .seisaku dl dt{
        width: 100%;
        border: none;
        border-left: solid 1px #888;
        padding-left: 20px;
        text-align: left;
        font-size: 110%;
    }
    .seisaku dl dt p{
        text-align: left;
        margin-bottom: 0;
    }
    .seisaku dl dt img{
        width: 50%;
    }
    .seisaku dl dt p:after{
        right: auto;
        left: calc(-20px + -.4em);
    }
    .seisaku dl dt p:has(+ img){
        margin-bottom: 20px;
    }
    .seisaku dl dt.flow02 img{
        width: 60%;
    }
    .seisaku dl dt.flow05 img {
        width: 60%;
    }
    .seisaku dl dt.flow06 img{
        width: 60%;
    }
    .seisaku dl dt.flow07 img {
        padding-top: 25px;
    }
    .seisaku dl dd{
        width: 100%;
        border-left: solid 1px #888;
        padding-top: 0;
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }
}


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

}