@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");


/* contents.css */

/* title section */
section.contents-title {
    background-image: url("../images/common/bg_stripe.png");
    margin-bottom: 115px;
    padding: 40px 0;
}
section.contents-title h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.0;
    font-family: "Oswald", sans-serif;
    font-size: 84px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
    section.contents-title {
        margin-bottom: 16vw;
    }
    section.contents-title h1 {
        font-size: 11.2vw;
    }
}

/* common */
section.contents .inner {
    padding-left: 100px;
    font-size: 14px;
}
@media only screen and (max-width: 1000px) {
    section.contents .inner {
        padding-left: 5%;
    }
}
@media only screen and (max-width: 750px) {
    section.contents .inner {
        width: 90%;
        padding-left: 0;
    }
    section.contents .inner {
        font-size: 3.4vw;
    }
}

.contents-gray {
    background-color: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
    .contents-gray {
        padding-top: 16vw;
        padding-bottom: 6vw;
    }
}

.contents-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/common/bg_contents_pc.png");
}
@media only screen and (max-width: 750px) {
    .contents-bg {
        background-repeat: repeat-y;
        background-image: url("../images/common/bg_contents_sp.png");
        background-size: contain;
    }
    .contents-bg:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 28vw;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1)100%);
        content: ""
    }
}


.bottom-contact {
    padding-top: 120px;
}
@media only screen and (max-width: 750px) {
    .bottom-contact {
        padding-top: 16vw;
    }
}

section.contents h2.line {
    position: relative;
    margin-bottom: 1em;
    padding-right: 50px;
    padding-bottom: 0.5em;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 500;
}
section.contents h2.line strong {
    color: #f16122;
}
section.contents h2.line:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 400%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #f16122, #f16122 2px, transparent 2px, transparent 5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    transform: translateX(20px);
    content: "";
}
section.contents.contents-lead h2.line:after {
    right: -10px;
    transform: none;
}
@media only screen and (max-width: 750px) {
    section.contents h2.line {
        font-size: 6.4vw;
    }
    section.contents h2.line:after {
        right: 5%;
    }
    section.contents.contents-lead h2.line:after {
        right: 5%;
    }
}

section.contents a {
    color: #0000f9;
    text-decoration: underline;
}
section.contents a:hover {
    color: #0000f9;
    text-decoration: none;
}

section.contents a.btn-contact {
    display: inline-block;
    background-color: #eb5c02;
    padding: 0 1.75em;
    border-radius: 9999px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
    transition: all .5s ease;
}
section.contents a.btn-contact:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}
@media only screen and (max-width: 750px) {
    section.contents a.btn-contact {
        font-size: 4.6vw;
    }
}


/* lead contents */
section.contents-lead {
    z-index: 2;
}
section.contents-lead .inner {
    width: 100%;
}
section.contents-lead figure {
    width: 440px;
}
section.contents-lead .text {
    position: relative;
    width: calc(100% - 440px);
    z-index: 1;
}
section.contents-lead .text.wide {
    width: 100%;
}
section.contents-lead .text h3,
section.contents-lead .text p {
    padding-right: 50px;
}
section.contents-lead .text h3 {
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 700;
    color: #464646;
}
section.contents-lead .text h3 span {
    font-size: 42px;
    color: #464646;
}
section.contents-lead .text h3 strong {
    color: #f16122;
}
section.contents-lead .text p {
    margin-bottom: 1em;
    color: #464646;
}
section.contents-lead  .text p.lead {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}
@media only screen and (max-width: 1000px) {
    section.contents-lead figure {
        width: 45%;
    }
    section.contents-lead .text {
        width: 55%;
        padding-bottom: 2em;
    }
    section.contents-lead .text.wide {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    section.contents.contents-lead .text.wide h2.line:after {
        right: 5%;
    }
}
@media only screen and (max-width: 750px) {
    section.contents-lead figure {
        width: 111%;
        margin-left: -5.5%;
    }
    section.contents-lead .text,
    section.contents-lead .text.wide {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    section.contents-lead .text h3,
    section.contents-lead .text p {
        padding-right: 0;
    }
    section.contents-lead .text h3 {
        font-size: 4.2vw;
    }
    section.contents-lead .text h3 span {
        font-size: 5.8vw;
    }
    section.contents-lead  .text p.lead {
        font-size: 4.2vw;
    }
}


/* renting */
/********************************************/
section.contents-renting {
    padding-top: 80px;
}
section.contents-renting.renting-first {
    background-image: url("../images/common/bg_contents_b_pc.png");
    padding-bottom: 40px;
}
section.contents-renting.renting-second {
    background-image: url("../images/common/bg_contents_c_pc.png");
}
section.contents-renting.renting-second article:last-of-type {
    margin-bottom: 0;
}
section.contents-renting.renting-second:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1)100%);
    content: ""
}
@media only screen and (max-width: 750px) {
    section.contents-renting {
        margin-top: -4vw;
        padding-top: 16vw;
    }
    section.contents-renting.renting-first {
        background-image: url("../images/common/bg_contents_b_sp.png");
        padding-bottom: 12vw;
    }
    section.contents-renting.renting-second {
        background-image: url("../images/common/bg_contents_c_sp.png");
    }
}

section.contents-renting .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 800px;
    padding-left: 0;
    z-index: 1;
}
section.contents-renting article {
    position: relative;
    width: 47.5%;
    margin-bottom: 140px;
}
section.contents-renting article:nth-of-type(even) {
    padding-top: 200px;
}
section.contents-renting article:not(:first-of-type):nth-of-type(n+3) {
    margin-top: -200px;
}
@media only screen and (max-width: 750px) {
    section.contents-renting .inner {
        display: block;
        width: 100%;
    }
    section.contents-renting article {
        width: 100%;
        margin-bottom: 12vw;
    }
    section.contents-renting article:nth-of-type(even) {
        padding-top: 0;
    }
    section.contents-renting article:not(:first-of-type):nth-of-type(n+3) {
        margin-top: 0;
    }
}

section.contents-renting article h3 {
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 500;
}
section.contents-renting article p {
    margin-bottom: 1em;
    color: #464646;
}
section.contents-renting article ul.note {
    position: absolute;
    left: 300px;
    width: 300px;
    padding-left: 1.5em;
    list-style: disc;
    color: #464646;
}
@media only screen and (max-width: 750px) {
    section.contents-renting article h3,
    section.contents-renting article p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    section.contents-renting article h3 {
        font-size: 4.6vw;
    }
    section.contents-renting article p {
        margin-bottom: 1.5em;
    }
    section.contents-renting article ul.note {
        position: static;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
}



/* 6steps */
/********************************************/
#six-steps section.contents-gray {
    margin-top: -28px;
    z-index: 1;
}

.wrap-6steps {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.wrap-6steps article {
    width: 29%;
    margin-bottom: 40px;
}
.wrap-6steps article:not(:first-of-type) {
    margin-left: 2%;
}
.wrap-6steps article:nth-child(4) {
    margin-left: 8%;
}
.wrap-6steps article h4 {
    margin-top: -0.25em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
}
.wrap-6steps article p {
    line-height: 1.4;
    font-size: 16px;
    color: #464646;
}
@media only screen and (max-width: 750px) {
    .wrap-6steps {
        justify-content: space-between;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .wrap-6steps.wrap-6steps-bottom {
        margin-left: auto;
    }
    .wrap-6steps article {
        width: 47.5%;
        margin-bottom: 6vw;
    }
    .wrap-6steps article:not(:first-of-type) {
        margin-left: 0;
    }
    .wrap-6steps article:nth-child(4) {
        margin-left: 0;
    }
    .wrap-6steps article h4 {
        margin-top: 0;
        font-size: 3.8vw;
    }
    .wrap-6steps article p {
        font-size: 3.2vw;
    }
}

.contents-6steps {
    margin-top: -90px;
    padding-top: 150px;
}
@media only screen and (max-width: 750px) {
    .contents-6steps {
        margin-top: -4vw;
        padding-top: 12vw;
    }
}
section.contents.contents-6steps .inner {
    padding-left: 0;
    z-index: 1;
}
.contents-6steps article {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin-bottom: 90px;
}
.contents-6steps article:last-of-type {
    margin-bottom: 0;
}
.contents-6steps article .lead {
    width: calc(100% - 470px);
}
.contents-6steps article .block {
    display: flex;
    flex-direction: column;
    width: 430px;
}

.contents-6steps article .lead h3 {
    margin-bottom: 0.5em;
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    font-weight: 500;
}
.contents-6steps article .lead h3 span {
    display: block;
    font-size: 40px;
    color: #f16122;
}
.contents-6steps article .lead h3 span strong {
    font-size: 120px;
}
.contents-6steps article .lead p {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
}
.contents-6steps article .lead figure.id {
    text-align: center;
}

.contents-6steps article .block figure {
    margin-bottom: 1.5em;
}

.contents-6steps article .block h4 {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.contents-6steps article .block .text {
    width: 74%;
    order: 1;
}
.contents-6steps article .block .text p {
    margin-bottom: 1em;
    line-height: 1.6;
    color: #464646;
}
.contents-6steps article .block .text ul {
    margin-bottom: 1em;
    padding-left: 1.5em;
    list-style: disc;
    color: #464646;
}

.contents-6steps article:nth-of-type(odd) {
    margin-left: auto;
    margin-right: 0;
}
.contents-6steps article:nth-of-type(even) {
    margin-left: 0;
    margin-right: auto;
}
.contents-6steps article:nth-of-type(even) .lead {
    order: 1;
}
.contents-6steps article:nth-of-type(even) .block .text {
    margin-left: auto;
}


.contents-6steps article:nth-of-type(1) .block {
    padding-top: 140px;
}
.contents-6steps article:nth-of-type(5) .lead {
    padding-top: 100px;
}


@media only screen and (max-width: 1000px) {
    section.contents.contents-6steps .inner {
        width: 100%;
        max-width: 1000px;
        padding-left: 0;
    }
    .contents-6steps article {
        width: 95%;
        max-width: inherit;
    }
    .contents-6steps article .lead {
        width: 50%;
    }
    .contents-6steps article .block {
        width: 47%;
    }
}
@media only screen and (max-width: 750px) {
    .contents-6steps article {
        display: block;
        width: 100%;
        margin-bottom: 4vw;
    }
    .contents-6steps article .lead {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6vw;
    }
    .contents-6steps article .block {
        width: 100%;
    }
    .contents-6steps article .block .text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4vw;
        order: 0;
    }
    .contents-6steps article .lead h3 {
        font-size: 6.4vw;
    }
    .contents-6steps article .lead h3 span {
        font-size: 5.6vw;
    }
    .contents-6steps article .lead h3 span strong {
        font-size: 14vw;
    }
    .contents-6steps article .lead p {
        font-size: 4.2vw;
    }
    .contents-6steps article .block h4 {
        font-size: 4.2vw;
    }
    .contents-6steps article:nth-of-type(1) .block {
        padding-top: 0;
    }
    .contents-6steps article:nth-of-type(5) .lead {
        padding-top: 0;
    }
}



/* about */
/********************************************/
section.contents-about {
    padding-top: 130px;
    padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
    section.contents-about {
        padding-top: 18vw;
    }
}

section.contents.contents-lead.contents-mission h2.line:after {
    right: 440px;
}
@media only screen and (max-width: 1000px) {
    section.contents.contents-lead.contents-mission h2.line:after {
        right: 45%;
    }
}
@media only screen and (max-width: 750px) {
    section.contents.contents-lead.contents-mission h2.line:after {
        right: 5%;
    }
}

section.contents-lead.contents-mission figure.pc {
    float: right;
    width: 440px;
    margin-left: 50px;
}
section.contents-lead.contents-mission figure.sp {
    display: none;
}
section.contents-lead.contents-mission .text {
    width: 100%;
}
section.contents-lead.contents-mission .text h3,
section.contents-lead.contents-mission .text p {
    padding-right: 0;
}
@media only screen and (max-width: 1000px) {
    section.contents-lead.contents-mission figure.pc {
        width: 45%;
    }
    section.contents-lead.contents-mission .text {
        width: auto;
    }
}
@media only screen and (max-width: 750px) {
    section.contents-lead.contents-mission figure.sp {
        display: block;
    }
    section.contents-lead.contents-mission .text {
        width: 90%;
    }

}

section.contents-about dl.company {
    max-width: 800px;
}
section.contents-about dl.company div {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
}
section.contents-about dl.company div:nth-of-type(even) {
    background-color: #ffffff;
}
section.contents-about dl.company dt {
    width: 13em;
    padding: 0.25em 2em;
}
section.contents-about dl.company dd {
    width: calc(100% - 13em);
    padding: 0.25em 0;
}
section.contents-about dl.company dd .map {
    margin-left: 1em;
}
@media only screen and (max-width: 750px) {
    section.contents-about dl.company div {
        display: block;
        padding: 0.5em 0;
    }
    section.contents-about dl.company dt {
        width: 100%;
        padding: 0 1em;
    }
    section.contents-about dl.company dd {
        width: 100%;
        padding: 0 1em;
    }
}

section.contents-staff article {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}
/*section.contents-staff article figure img {
    border-radius: 100%;
}*/
section.contents-staff article figure {
    width: 230px;
}
section.contents-staff article.big figure {
    width: 273px;
    height: 250px;
    float: left;
    margin-right: 20px;
    position: relative;
}
section.contents-staff article.big figure img {
    position: absolute;
    top: -43px;
}
section.contents-staff article .text {
    /* width: calc(100% - 250px); */
    width: 100%;
    padding-top: 3em;
}
section.contents-staff article.big .text {
    /* width: calc(100% - 293px); */
    width: 100%;
}
section.contents-staff article .text p.lead {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}

section.contents-staff article:nth-of-type(even) {
    margin-top: -2em;
}
section.contents-staff article:nth-of-type(even) figure {
    order: 1;
    width: 230px;
    height: 207px;
    float: right;
    margin-left: 20px;
    position: relative;
}
section.contents-staff article:nth-of-type(even) figure img {
    position: absolute;
    top: -43px;
}
section.contents-staff article:nth-of-type(even) .text {
    /* width: calc(100% - 450px); */
    width: 100%;
    margin-left: 200px;
}
section.contents-staff article:nth-of-type(odd) {
    /* margin-top: -3em; */
}
section.contents-staff article:nth-of-type(3) figure {
    order: 1;
    width: 230px;
    height: 207px;
    float: left;
    margin-right: 20px;
    position: relative;
}
section.contents-staff article:nth-of-type(3) figure img {
    position: absolute;
    top: -43px;
}
section.contents-staff article:nth-of-type(3) .text {
    /* width: calc(100% - 450px); */
    width: 100%;
}

section.contents-staff article.big {
    margin-top: 0;
    margin-left: 20px;
}

section.contents-staff article h3 {
    position: relative;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    font-weight: 500;
}
section.contents-staff article.big h3 {
    font-size: 55px;
}
section.contents-staff article h3:after {
    position: absolute;
    left: 293px;
    bottom: 0;
    width: 1000%;
    height: 18px;
    background-color: #e2e2e2;
    z-index: -1;
    content: "";
}
section.contents-staff article:nth-of-type(even) h3:after {
    left: inherit;
    right: 250px;
}
section.contents-staff article:nth-of-type(3) h3:after {
    left: 250px;
}

section.contents-staff article h3 strong {
    color: #f16122;
}
section.contents-staff article span {
    font-family: "Oswald", sans-serif;
}
section.contents-staff article span strong {
    font-weight: 500;
}
section.contents-staff article p {
    /* width: 350px; */
    width: 100%;
    color: #464646;
    margin-bottom: 1em;
}
section.contents-staff article.big p {
    /* width: 430px; */
    width: 100%;
}

@media only screen and (max-width: 930px) {
    section.contents-staff article:nth-of-type(even) {
        margin-top: -1em;
    }
    section.contents-staff article:nth-of-type(odd) {
        margin-top: -1em;
    }
    section.contents-staff article:nth-of-type(even) .text {
        /* width: calc(80% - 250px); */
        width: 80%;
        margin-left: 20%;
    }
    section.contents-staff article:nth-of-type(even) p {
        width: 100%;
    }
    section.contents-staff article.big {
        margin-top: 0;
    }
    section.contents-staff article.big p {
        width: 95%;
    }
}

@media only screen and (max-width: 750px) {
    section.contents-staff article {
        flex-wrap: wrap;
        margin-bottom: 8vw;
    }
    section.contents-staff article:nth-of-type(even) figure {
        order: 0;
        width: 100%;
        margin: 0 auto 4vw;
        max-width: 230px;
        float: none;
        height: auto;
    }
    section.contents-staff article:nth-of-type(even) figure img {
        position: static;
    }
    section.contents-staff article:nth-of-type(3) figure {
        width: 100%;
        margin: 0 auto 4vw;
        max-width: 230px;
        float: none;
        height: auto;
    }
    section.contents-staff article:nth-of-type(3) figure img {
        position: static;
    }
    section.contents-staff article:last-of-type {
        margin-bottom: 0;
    }
    section.contents-staff article h3 {
        width: 100%;
        margin-bottom: 4vw;
        font-size: 5.4vw;
    }
    section.contents-staff article.big h3 {
        font-size: 6.8vw;
    }
    section.contents-staff article h3:after {
        left: 0;
        height: 2.8vw;
    }
    section.contents-staff article:nth-of-type(even) h3:after {
        right: 0;
    }
    section.contents-staff article:nth-of-type(3) h3:after {
        left: 0;
    }
    section.contents-staff article figure {
        /* width: 30%; */
        margin: 0 auto 4vw;
        float: none;
        height: auto;
    }
    section.contents-staff article figure img {
        position: static;
    }
    section.contents-staff article.big figure {
        /* width: 40%; */
        width: 100%;
        max-width: 273px;
        margin: 0 auto 4vw;
        float: none;
        height: auto;
    }
    section.contents-staff article.big figure img {
        position: static;
    }
    section.contents-staff article .text {
        /* width: 67%; */
        width: 100%;
        padding-top: 0;
    }
    section.contents-staff article .text p.lead {
        font-size: 4.2vw;
    }
    section.contents-staff article.big .text {
        /* width: 57%; */
        width: 100%;
    }
    section.contents-staff article.big {
        margin-left: 0;
    }
    section.contents-staff article:nth-of-type(2) {
        margin-top: 0;
    }
    section.contents-staff article:nth-of-type(2) .text {
        /* width: 67%; */
        width: 100%;        
        margin-left: 0;
    }
    section.contents-staff article p {
        width: 100%;
    }
    section.contents-staff article.big p {
        width: 100%;
    }
    section.contents-staff article:nth-of-type(3) {
        margin-top: 0;
    }
}



/* living */
/********************************************/
section.contents-lead.living-top .text {
    width: 100%;
    max-width: 800px;
    padding-top: 20px;
}
section.contents-lead.living-top .text:before {
    position: absolute;
    top: 0;
    right: 50%;
    width: 400%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #f16122, #f16122 2px, transparent 2px, transparent 5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    transform: translateX(20px);
    content: "";
}
@media only screen and (max-width: 750px) {
    section.contents-lead.living-top .text {
        padding-top: 4vw;
        width: 90%;
    }
    section.contents-lead.living-top .text:before {
        right: 5%;
        transform: none;
    }
}

section.contents-living-top {
    padding-top: 2em;
}
section.contents-living-top .select-category {
    display: flex;
    margin-bottom: 2em;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
section.contents-living-top .select-category p {
    width: 4.75em;
    font-size: 21px;
}
section.contents-living-top .select-category ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 5em);
    padding-top: 0.5em;
    font-size: 15px;
}
section.contents-living-top .select-category ul li:not(:last-child) {
    margin-right: 1.5em;
}
section.contents-living-top .select-category ul input {
    display: none;
}
section.contents-living-top .select-category ul label {
    display: block;
    position: relative;
    padding-left: 1.5em;
    color: #eb5c02;
    transition: all .3s ease;
    cursor: pointer;
}
section.contents-living-top .select-category ul label:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.9em;
    height: 0.9em;
    margin: auto;
    border: 2px solid #eb5c02;
    transition: all .3s ease;
    content: "";
}
section.contents-living-top .select-category ul label:after {
    position: absolute;
    top: 0.7em;
    left: 0.3em;
    width: 0.475em;
    height: 0.35em;
    margin: auto;
    border-left: 2px solid #eb5c02;
    border-bottom: 2px solid #eb5c02;
    transform:translateY(-2px) rotate(-45deg);
    opacity: 0;
    transition: all .3s ease;
    content: "";
}
section.contents-living-top .select-category ul input:checked + label:after {
    opacity: 1;
}

section.contents-living-top .select-category ul label:hover {
    color: #f5ad80;
}
section.contents-living-top .select-category ul label:hover:before {
    border: 2px solid #f5ad80;
}
section.contents-living-top .select-category ul label:hover:after {
    border-left: 2px solid #f5ad80;
    border-bottom: 2px solid #f5ad80;
}
@media only screen and (max-width: 750px) {
    section.contents-living-top .select-category p {
        font-size: 4.4vw;
    }
    section.contents-living-top .select-category ul {
        padding-top: 0.35em;
        font-size: 3.6vw;
    }
    section.contents-living-top .select-category ul li:not(:last-child) {
        margin-right: 1em;
    }
    section.contents-living-top .select-category ul label:after {
        top: 0.675em;
        left: 0.275em;
    }
}

section.contents-living-top .flex-wrap {
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}
section.contents-living-top .flex-wrap:before,
section.contents-living-top .flex-wrap:after {
    display: block;
    width: 32%;
    content: "";
}
section.contents-living-top .flex-wrap:before {
    order: 1;
}
section.contents-living-top article {
    overflow: hidden;
    position: relative;
    width: 32%;
    margin-bottom: 30px;
    border-radius: 14px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
}
section.contents-living-top article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section.contents-living-top article a:hover {
    background-color: rgba(255,255,255,0.3);
}
section.contents-living-top article figure {
    overflow: hidden;
    width: 100%;
    height: 140px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
section.contents-living-top article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    transition: all .3s ease;
}
section.contents-living-top article a:hover ~ figure img {
    transform: scale(1.2);
}
section.contents-living-top article .text {
    padding: 3% 5% 5%;
}
section.contents-living-top article time {
    display: block;
    margin-bottom: 0.25em;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    color: #7b7b7b;
}
section.contents-living-top article h2 {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 700;
}
section.contents-living-top article p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.4;
    font-size: 12px;
}

section.contents-lead.living figure {
    width: 140px;
}
section.contents-lead.living .text {
    width: calc(100% - 140px);
}
section.contents-lead.living .text.wide {
    width: 100%;
}
section.contents-lead.living .text p {
    padding-left: 30px;
    padding-right: 0;
}
section.contents-lead.living .text.wide p {
    padding-left: 0;
}
@media only screen and (max-width: 1000px) {
    section.contents-lead.living figure {
        padding-bottom: 2em;
    }
    section.contents-lead.living .text {
        padding-bottom: 0;
    }
    section.contents-lead.living .text.wide {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    section.contents-lead.living .inner {
        width: 90%;
    }
    section.contents-lead.living .flex-wrap {
        flex-wrap: wrap;
    }
    section.contents-lead.living figure {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    section.contents-lead.living .text {
        width: 100%;
    }
    section.contents-lead.living .text p {
        padding-left: 0;
    }
    section.contents-lead.living .text.wide {
        width: 100%;
    }
}

section.contents-living {
    padding-top: 2em;
}

section.contents-living ul {
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
}
section.contents-living img {
    display: inline-block;
    margin: 5px;
}


@media only screen and (max-width: 750px) {
    section.contents-living-top .flex-wrap {
        display: flex;
    }
    section.contents-living-top .flex-wrap:before,
    section.contents-living-top .flex-wrap:after {
        display: none;
    }
    section.contents-living-top article {
        width: 47.5%;
        margin-bottom: 5%;
    }
    section.contents-living-top article a:hover {
        background-color: transparent;
    }
    section.contents-living-top article figure {
        height: 28vw;
    }
    section.contents-living-top article a:hover ~ figure img {
        transform: none;
    }
    section.contents-living-top article time {
        margin-bottom: 0;
        font-size: 2.4vw;
    }
    section.contents-living-top article h2 {
        margin-bottom: 0.25em;
        font-size: 3.4vw;
    }
    section.contents-living-top article p {
        font-size: 3.0vw;
    }
}

/* pager */
.pager {
    max-width: 800px;
    padding-top: 1.5em;
}
.pager ul {
    display: flex;
    justify-content: center;
}
.pager ul li {
    margin: 0 0.5em;
    line-height: 1.0;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.pager ul li a,
.pager ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    color: #eb5c02;
}
.pager ul li a {
    background-color: #eb5c02;
    color: #ffffff;
    text-decoration: none;
}
.pager ul li.current span {
    border: 2px solid #eb5c02;
}
.pager ul li a:hover {
    color: #ffffff;
    opacity: 0.7;
}
.pager ul li.prev,
.pager ul li.next {
    position: relative;
    text-indent: -9999px;
}
.pager ul li.prev:after,
.pager ul li.next:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.55em;
    height: 0.75em;
    background-color: #ffffff;
    margin: auto;
    pointer-events: none;
    content: "";
}
.pager ul li.prev:after {
    left: 0.65em;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.pager ul li.next:after {
    right: 0.65em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media only screen and (max-width: 750px) {
    .pager ul li {
        margin: 0 0.25em;
        font-size: 3.8vw;
    }
}



/* sitemap */

section.contents-sitemap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
section.contents-sitemap:before {
    position: absolute;
    top: 0;
    right: 50%;
    width: 400%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #f16122, #f16122 2px, transparent 2px, transparent 5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    transform: translateX(20px);
    content: "";
}

ul.sitemap-list {
    list-style-type: disc;
}
ul.sitemap-list > li {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}
ul.sitemap-list ul.child {
    padding-left: 20px;
    margin-top: 10px;
}
ul.sitemap-list ul.child li {
    margin-bottom: 10px;
}
#wrapper .sitemap-list a {
    color: inherit;
    text-decoration: none;
    position: relative;
}
#wrapper .sitemap-list a:hover {
    color: #999999;
}

ul.sitemap-list li a[target=_blank]:before {
    position: absolute;
    top: 0;
    right: -1.3em;
    bottom: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/common/icon_external_orange.png);
    margin: auto;
    content: "";
}

@media only screen and (max-width: 750px) {
    section.contents-sitemap {
        padding-top: 4vw;
        padding-bottom: 4vw;
        width: 90%;
    }
    section.contents-sitemap:before {
        right: 5%;
        transform: none;
    }
    ul.sitemap-list > li {
        margin-left: 4.2vw;
        margin-bottom: 4.2vw;
        font-size: 3.2vw;
    }
    ul.sitemap-list ul.child {
        padding-left: 4.2vw;
        margin-top: 3.0vw;
    }
    ul.sitemap-list ul.child li {
        margin-bottom: 3.0vw;
    }
}

