@charset "UTF-8";

/*-------------------------
__lineup_style
-------------------------*/

/* p-achitectureMenu
   ----------------------------------------------------------------- */
   .p-achitectureMenu {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu {
        padding: 20vw 0vw 20vw 0vw;
        background-color: #f8f1e3;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu {
        padding: 60px 0 60px;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu::after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background-color: #f8f1e3;
        z-index: -1;
    }
}

.p-achitectureMenu__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__title {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__title {
        margin-bottom: 20px;
    }
}

.p-achitectureMenu__en {
    position: relative;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__en {
        font-size: 70px;
        font-size: 9.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__en {
        font-size: 60px;
        font-size: 6rem;
    }
}

.p-achitectureMenu__jp {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__jp {
        margin-top: 2.67vw;
        font-size: 40px;
        font-size: 5.33vw;
        text-align: center;
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__jp {
        margin-top: 13px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__col {
        text-align: center;
        margin-top: 10.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__col:nth-child(1) {
        margin-top: 0;
    }
}

.p-achitectureMenu__col--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__col--btn {
        text-align: center;
        margin-top: 10.67vw;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__col--btn {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 600px;
        padding-right: 5vw;
    }
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__col--btn:nth-child(1) {
        margin-top: 0;
    }
}

.p-achitectureMenu__col--btn .pass {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.p-achitectureMenu__col--btn .pass a {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__col--btn .pass {
        margin-top: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__label {
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 4vw;
        margin-bottom: 4vw;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__label {
        text-align: center;
        margin-bottom: 24px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.p-achitectureMenu__label span {
    font-size: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__label span {
        font-size: 20px;
        font-size: 2.67vw;
    }
}

@media screen and (max-width: 767px) {
    .p-achitectureMenu__tel {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .p-achitectureMenu__text {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.amlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none !important;
    margin-top: 60px;
}

.amlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 20px;
    text-decoration: none !important;
    margin-bottom: 10px;
}

.amlist__item:hover {
    opacity: .6;
}

@media screen and (min-width: 768px) {
    .amlist__item {
        width: 24.5%;
    }
}

@media screen and (max-width: 767px) {
    .amlist__item {
        width: 100%;
    }
}

.amlist__en {
    width: 100%;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .amlist__en {
        margin-bottom: 1.33vw;
        padding-bottom: .67vw;
        font-size: 45px;
        font-size: 6vw;
    }
}

@media screen and (min-width: 768px) {
    .amlist__en {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}

.amlist__en::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    background: #5d330d;
}

@media screen and (max-width: 767px) {
    .amlist__en::after {
        width: 22.66667vw;
        height: .53333vw;
    }
}

@media screen and (min-width: 768px) {
    .amlist__en::after {
        width: 100px;
        height: 2px;
    }
}

.amlist__jp {
    width: 100%;
    line-height: 1.3;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .amlist__jp {
        font-size: 25px;
        font-size: 2.5rem;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .amlist__jp {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

/* p-lineupList
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .p-lineupList--inside .p-lineupList__item {
        margin-top: 0;
        padding-top: 20px;
        padding-left: 20px;
        max-width: 380px;
        width: 31.66%;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList--inside .p-lineupList__heading {
        width: 300px;
        padding: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList--inside .p-lineupList__en {
        font-size: 29px;
        font-size: 2.9rem;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList--inside .p-lineupList__jp {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList--inside .p-lineupList__caption {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

.p-lineupList__item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-lineupList__item {
        margin-top: 8vw;
        padding: 5.33vw 0vw 0vw 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__item {
        margin-top: 50px;
        padding-top: 50px;
        padding-left: 80px;
        width: 560px;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__item {
        max-width: 560px;
        width: 46.66%;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__item:first-child {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__item:nth-child(-n+2) {
        margin-top: 0;
    }
}

.p-lineupList__heading {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(93, 51, 13, .6);
}

@media screen and (max-width: 767px) {
    .p-lineupList__heading {
        width: 58.66667vw;
        padding: 4.67vw 5.33vw 4.67vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__heading {
        width: 410px;
        padding: 18px 20px 20px;
    }
}

.p-lineupList__title {
    font-weight: 400;
}

.p-lineupList__en {
    display: block;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .p-lineupList__en {
        padding-bottom: 1.33vw;
        margin-bottom: 3.33vw;
        font-size: 44px;
        font-size: 5.87vw;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__en {
        padding-bottom: 3px;
        margin-bottom: 20px;
        font-size: 38px;
        font-size: 3.8rem;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__en--realestate {
        border-bottom: .26667vw solid #90c618;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__en--realestate {
        border-bottom: 1px solid #90c618;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__en--rent {
        border-bottom: .26667vw solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__en--rent {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__en--architecture {
        border-bottom: .26667vw solid #22abf6;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__en--architecture {
        border-bottom: 1px solid #22abf6;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__en--management {
        border-bottom: .26667vw solid #e2c91f;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__en--management {
        border-bottom: 1px solid #e2c91f;
    }
}

.p-lineupList__jp {
    display: block;
    line-height: 1.3em;
}

@media screen and (max-width: 767px) {
    .p-lineupList__jp {
        margin-bottom: 4vw;
        font-size: 36px;
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__jp {
        margin-bottom: 30px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-lineupList__button {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .p-lineupList__visual {
        width: 100%;
    }
}

@media screen and (min-width: null) {
    .p-lineupList__visual {
        max-width: 480px;
    }
}

@media screen and (max-width: 767px) {
    .p-lineupList__caption {
        margin-top: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-lineupList__caption {
        margin-top: 12px;
    }
}
