@charset "utf-8";
/*
Theme Name:A-netnavi
Theme URI:
Description:A-netnavi
Author:
Author URI:
*/

/* 共通スタイル */
:root {
    --usu_beige-color: #F7F7F2;
    --orange-color: #AB3B13;
    --red-color: #771D1D;
    --brown-color: #B2AB84;
    --white-color: #FFFFFF;
    --navy-color: #282836;
    }

.housing-concierge h1 {
    text-transform:capitalize;
}
.housing-concierge article li:first-child::after{
    content:'>';
    color: #ccc;
    margin: 0 30px;
}

.bg-image{
    background-image: url(../images/common/background.jpg);
    background-size: cover;
}
.btn01 {
    color: var(--navy-color);
    font-weight: bold;
    background: transparent;
    width: 400px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid var(--navy-color);
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    margin: 0 auto;
    font-family: 'Noto Serif JP';
    font-size: 1.4rem;
    letter-spacing: .1rem;
}
.btn01::before {
    content: "";
    width: 120%;
    height: 250%;
    position: absolute;
    top: -70%;
    right: 0;
    z-index: -1;
    background: var(--navy-color);
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease .3s;
} 
.btn01:hover {
    color: #fff;
}
.btn01:hover::before {
    transform: translateX(10%);
}
.blog_top article li:first-child::after {
    content: '>';
    color: #ccc;
    margin: 0 30px;
}
.blog_wrap{
    background: var(--usu_beige-color);
}
.blog_wrap02{
    background: var(--usu_beige-color);
}
.blog_wrap .box01 figure {
    width: 30px;
    margin-right: 20px;
}
.blog_wrap02 .box01 figure {
    width: 30px;
    margin-right: 20px;
}
.post_data{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.3em;
    margin-top: 2rem;
}
.post_data02{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6em;
    margin-top: 2rem;
}
.post02{
    width: 30%;
}
.post03{
    width: 70%;
}
.post02 figure{
    width: 100%;
}
.post02 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.blog_wrap .thumb {
    width: 100%;
    height: 250px;
    margin-right: 1rem;
}
.blog_wrap .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*pager*/
.pagination{
    margin:0;
 }
 .nav-links{
    display:flex;
 }
 .pagination .page-numbers{
    display:inline-block;
    margin-right:20px;
    padding:20px 25px;
    color:var(--navy-color);
    background:#fff;
    border: var(--navy-color) solid 1px;
 }
 .pagination .current{
    padding:20px 25px;
    background:var(--navy-color);
    color:#fff;
 }
 .pagination .prev,
 .pagination .next{
    background:transparent;
    box-shadow:none;
    color:var(--navy-color);
 }
 .pagination .dots{
    background:transparent;
    box-shadow:none;
 }

 /*sidebar*/
.widget_archive{
    display: flex;
    justify-content: center;
}
.screen-reader-text{
    display: none;
}

/*single*/
.single_post {
    border-color: var(--navy-color);
}
.single_post p{
    margin-bottom: 1rem;
}
.article-img{
    width: 50%;
    margin: 0 auto;
}
.article-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin-top: 1rem;
}
.wp-image-336{
    margin: 3rem auto 0;
}


/*stepmail*/
.mail01{
    background-image:url(../images/housing-concierge/img_mv_pc.jpg);
    background-size: cover;
    background-position:center center;
}
.text-orange{
    color: #E4861F;
}
.bg-orange{
    background-color: #E4861F;
}
.bg-beige{
    background: var(--usu_beige-color);
}
.mail02 .box01::before {
    content: '▲';
    color: #E4861F;
    position: absolute;
    transform: rotate(-90deg);
    left: -20px;
    top: 30%;
    font-size: 2rem;
}
.mail03 li {
    width: 100%;
    height: 40px;
    position: relative;
}
.mail03 li::before {
    content: '';
    background-image: url(../images/housing-concierge/img_mail_11.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
}

.mail08 {
    background-color: var(--usu_beige-color);
    padding: 10rem 0    ;
}
.mail08 .wrap{
    width: 80vw;
    margin: 0 auto;
}
.mail08 h2 {
    border: 1px solid var(--navy-color);
    font-size: 1.5vw;
    display: block;
    width: 15vw;
    padding: 1vw;
    margin: -40px auto 70px;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 60px;
    position: relative;
}
.mail08 .review {
    width: 70vw;
    margin: 0 auto 150px;
    position: relative;
}
.mail08 .review::after {
    content: '';
    background: url(../images/btoc/img_btoc_17.png);
    width: 100%;
    height: 1px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.mail08 .box01 {
    display: flex;
    width: 70vw;
    justify-content: space-between;
    margin: 0 auto 150px;
    align-items: flex-start;
    position: relative;
}
.mail08 .box01::after {
    content: '';
    background: url(../images/housing-concierge/border_bottom.svg);
    position: absolute;
    width: 100%;
    height: 2.5vw;
    background-size: cover;
    bottom: -5vw;
}
.mail08 .box01 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    font-size: 1.2vw;
    padding: 5px 50px;
    width: 21rem;
    margin: 10px auto;
}
.mail08 .box01 figure {
    width: 10vw;
}
.mail08 .box02 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mail08 .box02 p{
    font-size: 1vw;
}
.mail08 .box02 p::before{
    content: '＼';
    font-size: 1.5vw;
    margin-right: 20px;
}
.mail08 .box02 p::after{
    content: '／';
    font-size: 1.5vw;
    margin-left: 20px;
}
.mail08 .box03 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mail08 .box03 p {
    font-size: 1vw;
    position: relative;
    display: block;
    text-align: center;
}
.mail08 .box03 p::before {
    content: '';
    background-image: url(../images/housing-concierge/top_line.svg);
    width: 100%;
    height: 5px;
    position: absolute;
    background-size: contain;
    top: -10px;
    left: 0;
}
.mail08 .box03 p::after {
    content: '';
    background-image: url(../images/housing-concierge/bottom_line.svg);
    width: 100%;
    height: 5px;
    position: absolute;
    background-size: contain;
    bottom: 30px;
    left: 0;
}
.mail08 .box03 ul{
    display: flex;
}
.mail08 .box04{
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 1rem auto;
}
.mail08 .box04 figure{
    width: 47%;
}
.mail08 .box05 {
    background: rgba(36,35,47,.5);
    width: 70vw;
    margin: 100px auto;
    padding: 20px;
    color: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 2px;
    outline-offset: 10px;
}
.mail08 .box05 h3 {
    font-size: 2vw;
}
.mail08 .box05 p {
    font-size: 1vw;
    letter-spacing: .1vw;
    font-weight: 100;
}
.mail08 .box05 ul {
    display: flex;
    margin: 50px auto;
    justify-content: space-around;
}
.mail08 .box05 .line{
    background: var(--white-color);
    width: 1px;
    height: auto;
}
.mail08 .box06 {
    width: 100%;
    background: #fff;
    height: 16vw;
    margin-top: -30px;
    padding-top: 2vw;
    position: relative;
}
.mail08 .box06 p::before{
    content: '';
    background: none;
}
.mail08 .box06 p::after{
    content: '';
    background: none;
}
.mail08 .box07{
     width: 47%;
}
.mail08 .box07 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    display: block;
    width: 50%;
    padding: 5px;
    letter-spacing: .1vw;
}
.mail08 .box07 h4 {
    display: flex;
    justify-content: space-between;
    font-size: 1.2vw;
    border-bottom: 1px solid var(--navy-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.mail08 .box07 h4 span{
    font-size: 1.1vw;
    font-weight: 100;
}
.mail08 .box07 h5 {
    text-align: left;
    font-size: 1.1vw;
    margin: 0;
}
.mail08 .box07 p {
    font-size: 14px;
    text-align: left;
}
.mail08 .interviewer{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mail08 .interviewer p{
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-left: -3px;
    padding: 2rem;
    background-color: #fff;
}
.mail08 .interviewer::before{
    content: '';
    background: url(../images/housing-concierge/img_mail_tani.png);
    width: 200px;
    height: 150px;
    background-size: cover;
    position: relative;
}
.mail08 .groom{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mail08 .groom p {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-right: -3px;
    padding: 2rem;
    background-color: #fff;
}
.mail08 .groom::after{
    content: '';
    background: url(../images/housing-concierge/img_mail_husband.png);
    width: 200px;
    height: 150px;
    background-size: cover;
}
.mail08 .bride{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mail08 .bride p{
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-right: -3px;
    padding: 2rem;
    background-color: #fff;
}
.mail08 .bride::after{
    content: '';
    background: url(../images/housing-concierge/img_mail_wife.png);
    width: 200px;
    height: 150px;
    background-size: cover;
}
.mail08 li{
    text-align: left;
}




 @media screen and (max-width: 767px){
    .blog_wrap li:first-child h3::before {
        content: 'New!';
        border: solid 2px var(--brown-color);
        color: var(--brown-color);
        letter-spacing: .5em;
        padding: 0 1rem;
        margin-right: 1rem;
        display: block;
        width: 8rem;
    }

    .pagination .page-numbers {
        display: inline-flex;
        margin-right: 5px;
        padding: 7px;
        color: var(--navy-color);
        background: #fff;
        border: var(--navy-color) solid 1px;
        align-items: center;
        height: 2rem;
    }
    .pagination .current {
        padding: 7px;
        background: var(--navy-color);
        color: #fff;
    }
    .post02 {
        width: 100%;
    }
    .post03 {
        width: 100%;
    }
    .btn01{
        width: 100%;
    }

    .article-img{
        width: 100%;
    }
    .article-img img{
        width: 100%;
        height: 100%;
        object-fit:cover;
        margin-top: 1rem;
    }


    /*stepmail*/
    .mail01{
        background-image: url(../images/housing-concierge/img_mv_sp.jpg);
    }
    .mail03 li {
        width: calc(100% - 35px);
        height: auto;
        position: relative;
        margin-bottom: 1rem;
        margin-left: 35px;
        margin-top: 1rem;
    }
    .mail08 .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .mail08 h2 {
        border: 1px solid var(--navy-color);
        font-size: 1rem;
        display: block;
        width: 50%;
        padding: 1rem;
        margin: -40px auto 40px;
        background: var(--white-color);
        outline-style: solid;
        outline-color: var(--white-color);
        outline-width: 60px;
        position: relative;
    }
    .mail08 .box01 {
        display: flex;
        width: 95%;
        justify-content: center;
        margin: 0 auto 60px;
        align-items: center;
        position: relative;
        flex-direction: column;
    }
    .mail08 .box01 figure {
        width: 130px;
        height: 160px;
        margin: 0 10px;
    }
    .mail08 .box02 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mail08 .box02 p {
        font-size: .9rem;
    }
    .mail08 .box03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .mail08 .box01 h3 {
        background: var(--navy-color);
        color: var(--white-color);
        font-size: 1rem;
        padding: 15px 50px;
        width: 100%;
        margin: 10px auto;
    }
    .mail08 .box03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3rem;
    }
    .mail08 .box03 p {
        font-size: 1rem;
        position: relative;
        display: block;
        text-align: center;
    }
    .mail08 .box01::after {
        content: '';
        background: url(../images/housing-concierge/border_bottom.svg);
        position: absolute;
        width: 100%;
        height: .65rem;
        background-size: cover;
        bottom: -30px;
    }
    .mail08 .box06 {
        width: 100%;
        background: var(--usu_beige-color);
        height: 200px;
        margin-top: -30px;
        padding-top: 2vw;
        position: relative;
    }
    .mail08 .review {
        width: 90%;
        margin: 0 auto 150px;
        position: relative;
    }
    .mail08 .interviewer::before {
        content: '';
        background: url(../images/housing-concierge/img_mail_tani.png);
        width: 70px;
        height: 53px;
        background-size: cover;
        position: relative;
    }
    .mail08 .interviewer p {
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 2rem;
        letter-spacing: 0;
        display: flex;
        border: solid 1px var(--navy-color);
        border-radius: 10px;
        margin-left: -1px;
        padding: 1rem;
    }
    .mail08 .groom::after {
        content: '';
        background: url(../images/housing-concierge/img_mail_husband.png);
        width: 70px;
        height: 53px;
        background-size: cover;
        position: relative;
    }
    .mail08 .groom p {
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 2rem;
        letter-spacing:0;
        display: flex;
        border: solid 1px var(--navy-color);
        border-radius: 10px;
        margin-right: -1px;
        padding: 1rem;
    }
    .mail08 .bride::after {
        content: '';
        background: url(../images/housing-concierge/img_mail_wife.png);
        width: 70px;
        height: 53px;
        background-size: cover;
        position: relative;
    }
    .mail08 .bride p {
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 2rem;
        letter-spacing:0;
        display: flex;
        border: solid 1px var(--navy-color);
        border-radius: 10px;
        margin-right: -1px;
        padding: 1rem;
    }
    .mail08 .box04 {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 1rem auto;
        flex-direction: column-reverse;
    }
    .mail08 .box04 figure {
        width: 100%;
    }
    .mail08 .box07 {
        width: 100%;
    }
    .mail08 .box07 h3 {
        background: var(--navy-color);
        color: var(--white-color);
        display: block;
        width: 100%;
        padding: 5px;
        letter-spacing: .1vw;
    }
    .mail08 .box07 h4 {
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
        border-bottom: 1px solid var(--navy-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .mail08 .box07 h4 span {
        font-size: 1rem;
        font-weight: 100;
    }
    .mail08 .box07 h5 {
        text-align: left;
        font-size: 1rem;
        margin: 0;
    }
    .mail08 .box05 {
        background: rgba(36,35,47,.5);
        width: 90%;
        margin: 50px auto;
        padding: 20px;
        color: var(--white-color);
        outline-style: solid;
        outline-color: var(--white-color);
        outline-width: 1px;
        outline-offset: 5px;
    }
    .mail08 .box05 h3 {
        font-size: 1.7rem;
    }
    .mail08 .box05 p {
        font-size: 1rem;
        letter-spacing: .1vw;
        font-weight: 100;
    }
    .mail08 .box05 ul {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        width: 70%;
        margin: 50px auto;
    }
    .mail08 li {
        text-align: left;
        margin-bottom: 1rem;
    }
    .mail08 li a{
        width: 100%;
    }
 }