@charset "UTF-8";

.gothic {
    font-weight: 700;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

figure {
    position: relative;
}

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

/* brand */
#main {
    background-image: url(../img/bra_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24% 0;
    position: relative;
}

#main .page_ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .page_ttl h2 {
    width: 30%;
    /* width: 60%; */
    margin: 0 auto 30px;
}

#main .page_ttl p {
    font-size: 20px;
    letter-spacing: 4.4px;
    text-align: center;
    color: #412514;
}

.bg01 {
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_ttl {
    font-size: 20px;
    letter-spacing: 2px;
}

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

/* developer */
#developer {
    padding-top: 60px;
    position: relative;
}

#developer::after {
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    background: #412514;
    position: absolute;
    top: 0;
    right: 0;
}

.white_box {
    width: 90%;
    max-width: 1000px;
    background: #fff;
    padding: 70px 0;
    margin: 0 auto;
}

.white_box .box_ttl {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.white_box .box_ttl img {
    width: 50%;
}

.white_box .box_ttl::after {
    display: block;
    content: "";
    width: 120%;
    height: 1px;
    background: #412514;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.white_box .sub_ttl {
    color: #412514;
    text-align: center;
    margin: 60px 0 20px 0;
}

.white_box .normal_txt {
    text-align: center;
}

.company_brand {
    margin-top: 40px;
}

.company_brand .flex {
    justify-content: center!important;
    flex-wrap: wrap;
}

.company_brand .flex li:nth-of-type(1) {
    width: 33%;
    margin-right: 5%;
}

.company_brand .flex li:nth-of-type(2) {
    width: 30%;
}

/* company_detail */
#company_detail {
    flex-direction: column;
}

#company_detail h3 {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin: 30px 0 30px 0;
}

#company_detail .description {
    font-size: 12px;
    /* margin-top: 10px; */
    margin-top: 5px;
}

.nitetsu {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 87%;
    /* max-width: 1220px; */
    padding-top: 80px;
    margin: 0 auto 0;
}

.nitetsu_border {
    width: 100%;
    position: relative;
}

.nitetsu_border::after {
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    background: #d1c8a4;
    position: absolute;
    top: 0;
    right: 0;
}

.nitetsu .left {
    /* width: 60%; */
    width: 56.6%;
    margin-right: 6%;
}

.nitetsu .right {
    /* width: 34%; */
    width: 37.4%;
}

.nitetsu .com_logo {
    /* width: 20%; */
    width: 28%;
}

.nitetsu .image {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.nitetsu .image li {
    width: calc((100% - 10px) / 2);
}

/* haseko */
.haseko {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 93.5%;
    /* max-width: 1324px; */
    padding: 80px 0 40px 0;
    /* margin: 80px 0 0 0; */
}

.haseko_border {
    width: 100%;
    position: relative;
}

.haseko_border::after {
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    background: #412514;
    position: absolute;
    top: 0;
    right: 0;
}

.haseko .left {
    /* width: 44%; */
    width: 34%;
    margin-right: 6%;
}

.haseko .left .description {
    margin-left: 20px;
}

.haseko .right {
    /* width: 50%; */
    width: 60%;
}

.haseko .com_logo {
    /* width: 20%; */
    width: 28%;
}

.haseko .image {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.haseko .image li {
    width: calc((100% - 10px) / 2);
}

.br_1250 {
    display: block;
}

.br_920 {
    display: block;
}

@media only screen and (max-width: 1250px) {
    .br_1250 {
        display: none;
    }
}

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

    .br_920 {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    #main {
        padding: 30% 0;
    }

    #main .page_ttl {
        width: 100%;
    }

    #main .page_ttl h2 {
        width: 80%;
    }

    #main .page_ttl p {
        font-size: 16px;
        /* text-shadow: 2px 3px 18px rgba(255, 255, 255, 1), 2px 3px 3px rgba(255, 255, 255, 1), 2px 3px 3px rgba(255, 255, 255, 1), 2px 3px 3px rgba(255, 255, 255, 1); */
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1);
    }

    .sub_ttl {
        font-size: 18px;
    }

    #developer::after {
        width: 4px;
    }

    .white_box {
        padding: 30px 20px;
    }

    .white_box .box_ttl {
        padding-bottom: 30px;
    }

    .white_box .box_ttl img {
        width: 80%;
    }

    .white_box .box_ttl::after {
        width: 96%;
    }

    .white_box .sub_ttl {
        margin: 30px 0 20px 0;
    }

    .company_brand {
        margin-top: 20px;
    }

    .company_brand .flex {
        justify-content: flex-start!important;
        margin-left: 8%;
    }

    .company_brand .flex li {
        margin-top: 20px;
    }

    .company_brand .flex li:nth-of-type(1) {
        width: 90%;
        margin-right: 0;
    }

    .company_brand .flex li:nth-of-type(2) {
        width: 80%;
    }

    #company_detail h3 {
        font-size: 18px;
        text-align: center;
        margin: 20px 0 20px 0;
    }

    .nitetsu {
        width: 90%;
        margin: 0 auto 0;
    }

    .nitetsu_border::after {
        width: 4px;
    }

    .nitetsu .left {
        width: 100%;
        margin-right: 0;
    }

    .nitetsu .right {
        width: 100%;
    }

    .nitetsu .com_logo {
        /* width: 50%; */
        width: 40%;
        margin: 0 auto;
    }

    .nitetsu .image li {
        width: 100%;
    }

    .nitetsu .image li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .nitetsu .right {
        margin-top: 40px;
    }

    .haseko {
        width: 90%;
        margin: 0 auto 0;
    }

    .haseko_border::after {
        width: 4px;
    }

    .haseko .left {
        width: 100%;
        order: 2;
        margin: 40px auto 0;
    }

    .haseko .com_logo {
        width: 50%;
        margin: 0 auto;
    }

    .haseko .right {
        width: 100%;
        order: 1;
    }

    .haseko .image li {
        width: 100%;
    }

    .haseko .image li:nth-of-type(n+2) {
        margin-top: 40px;
    }
}

/* 20230112_コンテンツ追加（リビオシティ南砂町ステーションサイトのソースコピー） */
.inner_1300 {
    max-width: 1300px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

#brandP .flex {
    justify-content: space-between;
}

.ai_fs {
    align-items: flex-start;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_rr {
    flex-direction: row-reverse;
}

.pos_r {
    position: relative;
}

.pos_a {
    position: absolute;
}

.lead {
    font-size: 16px;
}

.read {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

.cap_l {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
}

.t_cap {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 1;
    text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
    text-align: right;
}

.t_cap_l {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    z-index: 1;
    text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}

.brand_container {
    font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    font-feature-settings: "palt";
    font-weight: 500;
    background: #fff;
    padding-top: 135px;
}

.border_box {
    position: relative;
}

.border_box::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #3f865a;
}

.main {
    position: relative;
}

.main::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 47.15%;
}

.main .main_image,
.main .main_text_outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main .main_image {
    background: url("../img/new_brand_main.jpg") center left/cover no-repeat;
}

.main .main_text_outer {
    top: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.main .main_text_wrap {
    max-width: 390px;
    padding: 30px 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main .main_text_wrap .main_text_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    color: #3f865a;
}

.main .main_text_wrap .main_text_box .main_head {
    margin-bottom: 13.8%;
}

.main .main_text_wrap .main_text_box .lead {
    margin-bottom: 10.35%;
}

.main .main_text_wrap .main_text_box .read {
    margin-bottom: 17.25%;
}

.main .main_text_wrap .main_text_box .main_logo {
    max-width: 263px;
    margin: 0 auto;
}

.sec01 {
    padding: 50px 0 40px;
    color: #3f865a;
}

/* .sec02 {
    padding-bottom: 40px;
    color: #3f865a;
} */

.sec03 {
    padding-bottom: 80px;
    color: #3f865a;
}

.sec01_left {
    width: 30%;
}

.sec01_left .box_inner {
    padding-top: 12.83%;
    max-width: 290px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.sec01_left .box_inner .sec01_l_head {
    margin-bottom: 20.69%;
    line-height: 0;
}

.sec01_left .box_inner .text_box {
    width: 100%;
}

.sec01_left .box_inner .text_box .read:first-child {
    margin-bottom: 6.9%;
}

.sec01_left .box_inner .text_box .sec01_l_image_text {
    margin: 13.8% 0 10.35%;
}

.sec01_left .box_inner .text_box .sec01_l_image_text img {
    width: 137px;
}

.sec01_right {
    width: 69.24%;
}

.sec01_right .sec01_r_list {
    padding: 5.56% 0;
    max-width: 760px;
    width: calc(100% - 40px);
    margin: 0 auto -40px;
}

.sec01_right .sec01_r_list .item {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    width: 43.43%;
    margin-bottom: 40px;
}

.sec01_right .sec01_r_list .item:last-child {
    margin-top: -30px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    color: #000;
}

.sec01_right .sec01_r_list .item:last-child p {
    color: #000;
}

.sec01_right .sec01_r_list .item .text_box {
    padding-bottom: 15px;
    margin-bottom: auto;
}

.sec01_right .sec01_r_list .item .text_box .item_text {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 700;
}

.sec01_right .sec01_r_list .item .text_box .lead {
    margin-bottom: 5px;
}

.sec03_box_03 {
    width: 55.39%;
    padding: 10px 10px 25px;
}

.sec03_box_03 .box03_text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 3.58%;
}

.sec03_box_04,
.sec03_box_05 {
    width: 21.54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.sec03_box_04 .box_inner,
.sec03_box_05 .box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

body:not(.mobile) .sec03_box_04 .box_inner:hover,
body:not(.mobile) .sec03_box_05 .box_inner:hover {
    opacity: 0.7;
}

.sec03_box_04 .box_inner .box_logo,
.sec03_box_05 .box_inner .box_logo {
    margin-bottom: 10px;
}

.sec03_box_04 .box_inner .box_logo,
.sec03_box_05 .box_inner .box_logo {
    width: 182px;
}

.sec03_box_04 .box_inner .link_text,
.sec03_box_05 .box_inner .link_text {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 13px;
}

.sec03_box_04 .box_inner .link_text span {
    color: #3f865a;
}

.sec03_box_05 .box_inner .link_text span {
    color: #fff;
}

.sec03_box_04 .box_inner .link_text .icon,
.sec03_box_05 .box_inner .link_text .icon {
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.sec03_box_04 .box_inner .link_text .icon .icon_in,
.sec03_box_05 .box_inner .link_text .icon .icon_in {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 16px;
    height: 10px;
    line-height: 0;
    position: relative;
    border: 1px solid #3f865a;
}

.sec03_box_04 .box_inner .link_text .icon::before,
.sec03_box_04 .box_inner .link_text .icon::after,
.sec03_box_05 .box_inner .link_text .icon::before,
.sec03_box_05 .box_inner .link_text .icon::after {
    content: "";
    display: block;
    position: absolute;
}

.sec03_box_04 .box_inner .link_text .icon::before,
.sec03_box_05 .box_inner .link_text .icon::before {
    z-index: -1;
    top: 1px;
    left: -2px;
    right: 1px;
    bottom: -2px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.sec03_box_04 .box_inner .link_text .icon::after,
.sec03_box_05 .box_inner .link_text .icon::after {
    z-index: -2;
    width: 12px;
    height: 8px;
    top: 6px;
    right: 8px;
    border: 1px solid #3f865a;
}

.sec03_box_05 {
    background: #3f865a;
    color: #fff;
}

.sec03_box_05 .box_inner .link_text .icon .icon_in {
    background: #3f865a;
    border: 1px solid #fff;
}

.sec03_box_05 .box_inner .link_text .icon::before {
    border-left: 1px solid #3f865a;
    border-bottom: 1px solid #3f865a;
}

.sec03_box_05 .box_inner .link_text .icon::after {
    border: 1px solid #fff;
}


@media screen and (max-width: 1340px) {
    .main .main_text_wrap {
        max-width: none;
        width: 40%;
        padding: 20px;
    }

    .main .main_text_wrap .main_text_box .main_head {
        max-width: 228px;
        width: 48.52%;
        margin-bottom: 30px;
    }

    .main .main_text_wrap .main_text_box .lead {
        margin-bottom: 20px;
    }

    .main .main_text_wrap .main_text_box .read {
        margin-bottom: 30px;
    }

    .main .main_text_wrap .main_text_box .main_logo {
        max-width: 263px;
        width: 55.96%;
    }
}

@media screen and (max-width: 1100px) {
    .main .main_text_wrap {
        width: 50%;
    }

    .main .main_text_wrap .main_text_box .main_head {
        width: 36%;
        margin-bottom: 15px;
    }

    .main .main_text_wrap .main_text_box .lead {
        margin-bottom: 10px;
    }

    .main .main_text_wrap .main_text_box .read {
        margin-bottom: 15px;
    }

    .main .main_text_wrap .main_text_box .main_logo {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .lead {
        font-size: 13px;
    }

    .main::before {
        content: none;
    }

    .main .main_image,
    .main .main_text_outer {
        position: static;
    }

    .main .main_image {
        background: url("../img/new_brand_main_sp.jpg") center top/cover no-repeat;
    }

    .main .main_image::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.67%;
    }

    .main .main_text_outer {
        position: static;
        width: 100%;
    }

    .main .main_text_wrap {
        position: relative;
        width: calc(100% - 40px);
        padding: 40px 0;
        margin: 0 auto 30px;
    }

    .main .main_text_wrap::before {
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #3f865a;
        border-top: none;
    }

    .main .main_text_wrap .main_text_box {
        max-width: 540px;
        margin: 0 auto;
        height: auto;
    }

    .main .main_text_wrap .main_text_box .main_head {
        max-width: 410px;
        width: 100%;
        margin-bottom: 40px;
    }

    .main .main_text_wrap .main_text_box .lead {
        margin-bottom: 40px;
    }

    .main .main_text_wrap .main_text_box .read {
        margin-bottom: 30px;
    }

    .main .main_text_wrap .main_text_box .main_logo {
        max-width: 503px;
        width: 100%;
    }

    .sec01_right .sec01_r_list .item {
        width: 48%;
    }

    .sec01_right .sec01_r_list .item .text_box .item_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .brand_container {
        padding-top: 45px;
    }

    .main .main_text_wrap .main_text_box {
        padding: 0 30px;
    }

    .main .main_text_wrap .main_text_box .main_head {
        margin-bottom: 30px;
    }

    .main .main_text_wrap .main_text_box .lead {
        margin-bottom: 20px;
    }

    .main .main_text_wrap .main_text_box .read {
        margin-bottom: 20px;
    }

    .sec01 {
        padding-top: 10px;
        display: block;
    }

    /* .sec02 {
        padding-top: 10px;
        display: block;
    } */

    .sec03 {
        padding-top: 10px;
        display: block;
    }

    .sec01_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec01_left .box_inner {
        padding: 30px 0;
    }

    .sec01_left .box_inner .sec01_l_head {
        margin-bottom: 20px;
    }

    .sec01_left .box_inner .text_box .read:first-child {
        margin-bottom: 15px;
    }

    .sec01_left .box_inner .text_box .sec01_l_image_text {
        margin: 20px 0 15px;
    }

    .sec01_right {
        width: 100%;
    }

    .sec01_right::before {
        content: none;
    }

    .sec01_right .sec01_r_list {
        padding: 0;
        width: 100%;
        display: block;
        max-width: 330px;
        margin-bottom: -30px;
    }

    .sec01_right .sec01_r_list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec01_right .sec01_r_list .item:last-child {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .sec01_right .sec01_r_list .item .text_box .lead {
        font-size: 15px;
    }

    .sec03_box_01 {
        width: 100%;
        margin-bottom: 0;
    }

    .sec03_box_01::before {
        border-bottom: none;
    }

    .sec03_box_01 .sec03_head {
        padding: 30px 0 15px;
    }

    .sec03_box_02 {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec03_box_02::before {
        content: none;
    }

    .sec03_box_02 .sec03_image_list {
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .sec03_box_03 {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .sec03_box_03 .box03_text {
        padding: 35px 0 30px;
    }

    .sec03_box_03::before {
        content: none;
    }

    .sec03_box_03 .sp_button {
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 15px 10px;
        border-radius: 15px;
        background: #a38752;
    }

    .sec03_box_04,
    .sec03_box_05 {
        padding: 40px 20px;
        width: 100%;
        margin-bottom: 30px;
    }
}