@charset "UTF-8";

body {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    letter-spacing: 2px;
    background: #fffef8;
}

figure {
    position: relative;
}

figcaption {
    font-size: 12px !important;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    line-height: 1;
    z-index: 1;
}

.pos {
    position: relative;
}

.sun_Txt {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    transform: rotate(.028deg);
}

.highlight {
    /* display: inline; */
    display: block;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.6;
    /* background: rgba(255, 228, 0, 0.9); */
    padding: .25em .5em;
    /* color:#231815; */
    color: #FFF;
    font-size: min(1.1428571428571428vw, 16px);
    font-weight: 600;
    text-align: center;
}

.c01 .highlight {
    background: rgba(203, 161, 77, 0.9);
}

.c02 .highlight {
    background: rgba(165, 127, 51, 0.9);
}

.c03 .highlight {
    background: rgba(233, 156, 94, 0.9);
}

.c04 .highlight {
    background: rgba(199, 107, 30, 0.9);
}

.catch-ttl .highlight {
    color: inherit;
    line-height: 1.8;
    color: #FFF;
    /* background: rgba(255, 255, 255, 0.9); */
}

#ancher03 .highlight {
    background: rgba(203, 161, 77, 0.9);
}

#ancher04 .highlight {
    background: rgba(165, 127, 51, 0.9);
}

#ancher01 .highlight {
    background: rgba(233, 156, 94, 0.9);
}

#ancher02 .highlight {
    background: rgba(199, 107, 30, 0.9);
}

/* voice */
#voiceP .notes {
    padding-top: 80px;
}

.container {
    padding-top: 100px;
}

.normal_txt {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}

.attention {
    margin-top: 10px;
}

.attention li {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
}

.small {
    font-size: 12px;
}

sup {
    font-size: 10px;
}

/* kobetsu */
.copy {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    padding: 100px 0;
}

.tab-page {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.tab-page ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-page ul li {
    width: calc((100% - 6%) / 4);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5.88px 1.12px rgba(51, 51, 51, 0.35);
}

.tab-page ul li a {
    display: block;
    padding: 15px 15px 15px 15px;
    position: relative;
    transition: all .3s ease-in-out;
}

.tab-page ul li a figure {
    border-radius: 5px;
    overflow: hidden;
}

.tab-page ul li a figure img {
    border-radius: 5px;
}

.tab-page ul li a .interview-ttl {
    width: 104px;
    height: 104px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    z-index: 20;
}

.tab-page ul li a .interview-ttl span.normal {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 15px;
}

.tab-page ul li a .interview-ttl span {
    display: block;
    font-size: 1.4em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tab-page ul li a .catch {
    padding-top: 5px;
    /* padding-top: 30px; */
    position: relative;
    /* padding: 5px 10px 9px 10px;
    margin-top: 20px; */
}

.tab-page ul li a .catch-copy {
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    /* text-indent: -1em;
    padding-left: 1em; */
    /* padding-left: 4.0em; */
    margin-top: 4px;
    position: relative;
}


.tab-page ul li a .catch-copy:first-of-type:before {
    /* content:"POINT!";
    position: absolute;
    top:-20px;
    left:0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color:#9e0700; */

    content: none;
}

.tab-page ul li a .interview-name {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    margin-top: -80px;
    z-index: 30;
}

.tab-page ul li a .interview-family {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 6px;
    position: relative;
    z-index: 30;
}

.tab-page ul li a .interview-family span {
    font-size: 1.6em;
}

.tab-page ul li a .arrow {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 12px auto 0;
    position: relative;
}

.tab-page ul li a .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

/* here */
.tab-page ul li.here a {
    pointer-events: none;
}

/* .tab-page ul li.here a .catch {
    background: #fff!important;
} */

.tab-page ul li.here a .catch-copy {
    color: #231815;
}

/* Yさま */
.tab-page ul li.here.c01 {
    /* background: #DFC287; */
    background: #feeac3;
}

.tab-page ul li.c01 a .catch {
    /* background: #cba14d; */
}

/* 該当ページにいないときの挙動 */
.tab-page ul li.c01 a .interview-ttl {
    /* color: #a16c01; */
    color: #d5a034;
}

.tab-page ul li.c01 a .arrow {
    /* background: #dfc288; */
    background: #f6ddab;
}


/* 該当ページにいるときの挙動 */
.tab-page ul li.here.c01 a .interview-ttl {
    color: #000;
    /* background: #dfc288; */
    background: #feeac3;
}

.tab-page ul li.here.c01 a .arrow {
    background: #fff;
}

.tab-page ul li.here.c01 a .arrow::before {
    border-left: 8px solid #f2d9a8;
}


/* Nさま */
.tab-page ul li.here.c02 {
    background: #f7d899;
}

.tab-page ul li.c02 a .catch {
    /* background: #a57f33; */
}

/* 該当ページにいないときの挙動 */
.tab-page ul li.c02 a .interview-ttl {
    color: #926915;
}

.tab-page ul li.c02 a .arrow {
    background: #d7ae5c;
}

/* 該当ページにいるときの挙動 */
.tab-page ul li.here.c02 a .interview-ttl {
    color: #000;
    background: #f7d899;
}

.tab-page ul li.here.c02 a .arrow {
    background: #fff;
}

.tab-page ul li.here.c02 a .arrow::before {
    border-left: 8px solid #dfc288;
}


/* Mさま */
.tab-page ul li.here.c03 {
    background: #fdcfa9;
}

.tab-page ul li.c03 a .catch {
    /* background: #ecab76; */
}

/* 該当ページにいないときの挙動 */
.tab-page ul li.c03 a .interview-ttl {
    color: #f2a769;
}

.tab-page ul li.c03 a .arrow {
    background: #fcc190;
}

/* 該当ページにいるときの挙動 */
.tab-page ul li.here.c03 a .interview-ttl {
    color: #000;
    background: #fdcfa9;
}

.tab-page ul li.here.c03 a .arrow {
    background: #fff;
}

.tab-page ul li.here.c03 a .arrow::before {
    border-left: 8px solid #f8cdaa;
}


/* Kさま */
.tab-page ul li.here.c04 {
    background: #fabc88;
}

.tab-page ul li.c04 a .catch {
    /* background: #c76b1e; */
}

/* 該当ページにいないときの挙動 */
.tab-page ul li.c04 a .interview-ttl {
    color: #c76b1e;
}

.tab-page ul li.c04 a .arrow {
    background: #f99a4b;
}

/* 該当ページにいるときの挙動 */
.tab-page ul li.here.c04 a .interview-ttl {
    color: #000;
    background: #fabc88;
}

.tab-page ul li.here.c04 a .arrow {
    background: #fff;
}

.tab-page ul li.here.c04 a .arrow::before {
    border-left: 8px solid #fabc88;
}

/* hover処理 */
.tab-page ul li a:hover {
    opacity: 0.7;
}

.tab-page ul li a figure img {
    overflow: hidden;
    transition: 1s all;
}

.tab-page ul li a:hover figure img:hover {
    border-radius: 5px;
    transform: scale(1.2, 1.2);
    transition: 1s all;
}


/* interview */
.interview {
    width: 100%;
    margin: 100px auto 0;
}

.interview p {
    color: #000;
    letter-spacing: 3px;
}

.interview .main-lead {
    width: 100%;
    position: relative;
    z-index: 10;
}

.interview .main-lead::before {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    position: absolute;
    bottom: -28px;
    right: 0;
    z-index: -1;
}

.interview .main-lead::after {
    content: "";
    display: block;
    width: 73vw;
    max-width: 980px;
    /* height: 100%; */
    height: calc(100% - 5%);
    background: #f2d59a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.interview .main-lead .main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

.interview .text-Area {
    width: 37%;
    padding: 60px 0 0 0;
}

.interview .text-Area .inter-ttl {
    font-size: 32px;
    color: #2a210e;
    letter-spacing: 4px;
}

.interview .text-Area .inter-ttl .number {
    display: inline-block;
    font-size: 3em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #2a210e;
    margin-left: 10px;
}

.interview .text-Area .family {
    display: inline-block;
    font-size: 14px;
    color: #2a210e;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-top: 5px;
}

.interview .text-Area .family .name {
    display: inline-block;
    color: #2a210e;
    font-size: 1.4em;
}

.interview .text-Area .composition {
    display: block;
    font-size: 11px;
    color: #2a210e;
    letter-spacing: 1px;
    text-align: right;
    margin-top: 5px;
}

.interview .text-Area .catch-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.interview .text-Area .catch-ttl {
    width: 32%;
    font-size: min(1.2857142857142856vw, 26px);
    letter-spacing: 1px;
    line-height: 1.5;
    /* padding-left: 4.0em; */
    position: relative;
}

.interview .text-Area .catch-ttl:first-of-type:before {
    /* content:"POINT!";
    position: absolute;
    top:-28px;
    left:0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color:#9e0700; */

    content: none;
}

.interview .text-Area .intro-ttl {
    display: block;
    font-size: min(1.8571428571428572vw, 26px);
    font-weight: 600;
    color: #2a210e;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 20px 0;
    border-bottom: 1px solid;
}

.interview .text-Area .intro-text {
    font-size: 15px;
    color: #2a210e;
    line-height: 1.8;
    letter-spacing: 2px;
    padding-top: 20px;
}

.interview .image-Area {
    width: 60%;
    padding: 60px 0 0 0;
    position: relative;
    z-index: 30;
}

[class^="article"] {
    justify-content: space-between;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

[class^="article"]:first-of-type {
    margin-top: 90px;
}

[class^="article"]:nth-of-type(n+2) {
    margin-top: 60px;
}

[class^="article"]:last-of-type {
    padding-bottom: 100px;
}

[class^="article"] .image {
    width: 39.4%;
}

[class^="article"] .text {
    width: 51.7%;
}

[class^="article"] .text .art-ttl {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 15px;
}

[class^="article"] .text .art-text {
    font-size: 14px;
    line-height: 2;
    padding-top: 20px;
}

/* 入居者 */
/* .interview .main-lead.move-lead::before {
    background: #fae8c4;
}

.interview .main-lead.move-lead::after {
    background: #f2d59a;
} */

.interview .text-Area.move {
    background: transparent;
    position: relative;
    z-index: 10;
}

.move-content [class^="article"] .text .art-ttl {
    color: #a16c01;
    border-bottom: 1px solid #a16c01;
}

/* 契約者 */
/* .interview .main-lead.contract-lead::before {
    background: #f9e0cc;
}

.interview .main-lead.contract-lead::after {
    background: #e7be9c;
} */

.interview .text-Area.contract {
    background: transparent;
    position: relative;
    z-index: 10;
}

.contract-content [class^="article"] .text .art-ttl {
    color: #c76b1e;
    border-bottom: 1px solid #c76b1e;
}

/* Yさま */
.interview .main-lead.people-Y::before {
    background: #fdf4e2;
}

.interview .main-lead.people-Y::after {
    background: #feeac3;
}

/* Nさま */
.interview .main-lead.people-N::before {
    background: #ffe8ba;
}

.interview .main-lead.people-N::after {
    background: #f2d59a;
}

/* Mさま */
.interview .main-lead.people-M::before {
    background: #fee5d0;
}

.interview .main-lead.people-M::after {
    background: #fdcfa9;
}

/* Kさま */
.interview .main-lead.people-K::before {
    background: #facca5;
}

.interview .main-lead.people-K::after {
    background: #fbc08f;
}

/* reverse */
.interview.reverse .main-lead::after {
    left: initial;
    right: 0;
}

.interview.reverse .image-Area {
    padding: 60px 0 0 0;
}

.interview.reverse .text-Area {
    padding: 60px 0 60px 0;
    margin: 0 0 0 auto;
}

.interview.reverse .main-lead::before {
    right: initial;
    left: 0;
}

.interview.reverse .text-Area.move::after,
.interview.reverse .text-Area.contract::after {
    left: initial;
    right: 0;
}

/* アンカーリンク位置調整 */
#ancher01,
#ancher02,
#ancher03,
#ancher04 {
    margin-top: -50px;
    padding-top: 50px;
}

.tab-sp {
    display: none;
}

.pc-only {
    display: block;
}

/* 個別設定 */

@media only screen and (min-width: 1400px) {
    .interview .text-Area .catch-ttl {
        font-size: 18px;
    }
}


@media only screen and (max-width: 1690px) {
    .interview .main-lead.people-Y::after {
        height: calc(100% + 10%);
    }

    .interview .main-lead.people-M::after {
        height: calc(100% + 10%);
    }
}

@media only screen and (max-width: 1430px) {
    .interview .main-lead.move-lead.people-Y::after {
        height: calc(100% + 60px);
    }
}

@media only screen and (max-width: 1350px) {
    .interview .main-lead.contract-lead.people-M::after {
        height: calc(100% + 30px);
    }

    .interview .main-lead.contract-lead.people-M::before {
        bottom: -68px;
    }

    .tab-page ul li a .catch-copy {
        font-size: 13px;
    }

    .pc-only {
        display: none;
    }

}

@media only screen and (max-width: 1270px) {
    .tab-sp {
        display: block;
    }
}

@media (min-width: 1181px) and (max-width: 1260px) {
    .interview .main-lead::after {
        height: calc(100% + 30px);
    }

    .interview .main-lead::before {
        bottom: -67px;
    }

    [class^="article"]:first-of-type {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 1180px) {
    .interview .text-Area .intro-text {
        font-size: 14px;
    }
}

@media (min-width: 959px) and (max-width: 1179px) {

    .interview .main-lead::after {
        height: calc(100% + 30px);
    }

    .interview .main-lead::before {
        bottom: -68px;
    }

    .interview .text-Area .composition {
        text-align: left;
    }

    [class^="article"]:first-of-type {
        margin-top: 140px;
    }
}


/* レイアウト調整 */
@media only screen and (max-width: 960px) {

    .tab-sp {
        display: block;
    }

    .normal_txt {
        line-height: 1.6;
        letter-spacing: 1px;
    }

    /* kobetsu */
    #voiceP .notes {
        padding-top: 50px;
    }

    .container {
        padding-top: 70px;
    }

    .copy {
        font-size: 14px;
        padding: 50px 0;
    }

    .tab-page ul li {
        width: 48%;
    }

    .tab-page ul li:nth-of-type(n+3) {
        margin-top: 4%;
    }

    .tab-page ul li a {
        padding: 10px 10px 0 10px;
    }

    .tab-page ul li a p {
        font-feature-settings: "palt";
    }

    .tab-page ul li a .catch {
        padding: 5px 5px 9px 2px;
        margin-top: 20px;
    }


    .tab-page ul li a .catch-copy {
        font-size: 13px;
        /* padding-left: 3.5em; */
    }

    .tab-page ul li a .catch-copy::before {
        position: absolute;
        top: 3px;
        left: 0;

        font-size: 11px;
    }

    .tab-page ul li a .interview-ttl {
        top: -20px;
    }

    .tab-page ul li a .interview-ttl span.normal {
        font-size: 11px;
        line-height: 1.2;
        padding-top: 9px;
    }

    .tab-page ul li a .interview-ttl span {
        font-size: 1.3em;
    }

    .tab-page ul li a .interview-name {
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .tab-page ul li a .interview-family {
        font-size: 10px;
        letter-spacing: 0;
    }

    .tab-page ul li a .interview-family span {
        font-size: 1.8em;
    }

    .tab-page ul li a .arrow {
        width: calc(100% + 20px);
        height: 15px;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 10px 0 0 -10px;
    }

    .tab-page ul li a .arrow::before {
        border: 3px solid transparent;
        border-left: 8px solid #fff;
        left: 50%;
    }

    .interview .main-lead .main-inner {
        flex-wrap: wrap;
    }

    .highlight {
        /* font-size: 100%; */
        font-size: 13px;
        letter-spacing: 0;
    }

    .catch-ttl .highlight {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        line-height: 1.3;
    }

    /* 個別設定 */
    /* Yさま */
    .interview .main-lead.move-lead.people-Y::after {
        height: 100%;
    }

    /* Mさま */
    .interview .main-lead.move-lead.people-M::after {
        height: 100%;
    }

    .interview .main-lead.contract-lead.people-M::before {
        bottom: -20px;
    }

    .interview {
        margin: 60px auto 0;
    }

    .interview .text-Area {
        width: 100%;
        padding: 20px 0 0 0;
        /* padding: 30px 20px 30px 20px; */
    }

    .interview .image-Area {
        width: 100%;
        padding: 20px 0 0 0;
        position: static;
    }

    .interview .text-Area .catch-box {
        margin-top: 40px;
    }

    .interview .text-Area .catch-ttl {
        align-self: stretch;
        font-size: 14px;
    }

    .interview .text-Area .catch-ttl::before {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 14px;
    }

    .interview .text-Area .inter-ttl {
        font-size: 20px;
    }

    .interview .text-Area .family {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .interview .text-Area .composition {
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
        margin-top: 5px;
    }

    .interview .text-Area .intro-ttl {
        display: block;
        font-size: 18px;
        letter-spacing: 1.2px;
        padding: 20px 0 10px 0;
    }

    .interview .text-Area .intro-text {
        padding-top: 10px;
    }

    .interview .text-Area .intro-text {
        font-size: 14px;
    }

    .interview .main-lead {
        flex-wrap: wrap;
    }

    .interview .main-lead::before {
        width: 90%;
        bottom: -20px;
    }

    .interview .main-lead::after {
        width: 100%;
    }

    /* 入居者 */
    .interview .text-Area.move::after {
        width: 100vw;
    }

    /* 契約者 */
    .interview .text-Area.contract::after {
        width: 100vw;
    }

    /* reverse */
    .interview.reverse .text-Area {
        width: 100%;
        /* padding: 30px 20px 30px 20px; */
        padding: 20px 0 20px 0;
        order: 1;
    }

    .interview.reverse .image-Area {
        padding: 0;
        order: 2;
    }

    [class^="article"] {
        flex-wrap: wrap;
    }

    [class^="article"]:first-of-type {
        margin-top: 60px;
    }

    [class^="article"]:nth-of-type(n+2) {
        margin-top: 30px;
    }

    [class^="article"]:last-of-type {
        padding-bottom: 30px;
    }

    [class^="article"] .image {
        width: 100%;
    }

    [class^="article"] .text {
        width: 100%;
    }

    [class^="article"] .text .art-ttl {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    [class^="article"] .text .art-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .article01 .image {
        order: 2;
        margin-top: 20px;
    }

    .article01 .text {
        order: 1;
    }

    .article02 .image {
        margin-top: 20px;
    }

    .interview.reverse .article02 .text {
        order: 1;
    }

    .interview.reverse .article02 .image {
        order: 2;
    }


}