@charset "utf-8";
/* ===========================================================

	Title: feature.css
	Created: 2020-9-29

=========================================================== */
/*

	feature01
    feature02
    feature


=========================================================== */
.contents-style.feature02 h2.feature__title {
    border: none;
    padding: 0;
    text-align: center;
    background-color: #00abcc;
}

.contents-style.feature02 h2.feature__title.networkcenters{background-color: #62cad9;}
.contents-style.feature02 h2.feature__title.nursinghomes{background-color: #01b9cc    ;}
.contents-style.feature02 h2.feature__title.hotel{background-color: #94d7e2;}

.contents-style.feature02 h2.feature__title img{
    width: 100%;
    max-width: 900px;
}

/* ===========================================================

	feature01

=========================================================== */
em.feature01 {
    color: #0165ad;
}
.type-area{
    width:100%;
    margin: 0;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .type-area{
        padding: 32px;
    }
}
.type-area.tokyo{
    background-color: #0165AD;
}
.type-area.nextplus{
    background-color: #00AACB;
}
/* ===========================================================

	feature02

=========================================================== */
em.feature02 {
    color: #00aacb;
}
.feature02 h2 {
    border-left: solid 5px #00aacb;
}
.feature02 h3 {
    color: #00aacb;
    border-bottom: solid 1px #00aacb;
}
.feature02 .indent-list > li::before,
.indent-list.feature02 > li::before {
    color: #00aacb;
}

/* tab-row */
.feature02 .tab-row {
    margin: 0;
}
.feature02 .tab-row + h2 {
    margin-top: 20px;
}
.feature02 .tab-row > li > a {
	background-color: #00aacb;
}
.feature02 .tab-row > li > a:hover {
	color: #00aacb;
	background-color: #fff;
}
.feature02 .tab-row > li > a:hover::after {
    border-right: 1px solid #00aacb;
    border-bottom: 1px solid #00aacb;
}
.feature02 .tab-row > li > a.current,
.feature02 .tab-row > li > a.active,
.feature02 .tab-row > li > a.current:hover,
.feature02 .tab-row > li > a.active:hover {
	color: #00aacb;
	background-color: #fff;
}
.feature02 .tab-row > li > a.current::after,
.feature02 .tab-row > li > a.active::after {
    border-right: 1px solid #00aacb;
    border-bottom: 1px solid #00aacb;
	background-color: #fff;
}

/* ===========================================================

	feature__point

=========================================================== */
.feature__point {
    display: flex;
    margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
    .feature__point {
        display: block;
    }
}
.feature__point li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}
.feature__point em {
    color: #aaa;
    font-size: 6.0rem;
    padding-right: 30px;
    font-weight: bold;
}
.feature__point dl {
    padding: 0 30px;
    border-left: solid 1px #ddd;
}
.feature__point dt {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 10px;
}
/* ===========================================================

	feature__read

=========================================================== */
.feature__read {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}
.feature__read_office {
    color: #0065ac !important;
}
.feature__read_retail {
    color: #8eadd7 !important;
}
.feature__read_hotel {
    color: #00aacb !important;
}
.feature__read_other {
    color: #bfbfbf !important;
}
/* ===========================================================

	feature__door

=========================================================== */
.feature__door {
    display: flex;
    color: #fff;
}
.feature__door > div {
    width: 100%;
    padding: 40px 40px 140px;
    position: relative;
}
.feature__door p {
    position: absolute;
    left: 0;
    bottom: 60px;
    margin: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .feature__door {
        display: block;
    }
    .feature__door > div {
        padding: 32px;
    }
    .feature__door p {
        position: relative;
        left: inherit;
        bottom: inherit;
        padding-top: 32px;
    }
    .feature__door p a {
        min-width: auto;
        width: 100%;
    }
}
.feature__door dt {
    text-align: center;
}
.feature__door > div:first-child {
    background-color: #0165ad;
}
.feature__door > div:last-child {
    background-color: #00aacb;
}
.feature__door .link-button a {
    background-image: none;
    background-color: #fff;
}
.feature__door > div:first-child .link-button a {
    color: #0165ad !important;
}
.feature__door > div:last-child .link-button a {
    color: #00aacb !important;
}
/* ===========================================================

	feature-hub

=========================================================== */
.feature-hub {
    display: flex;
    flex-wrap:wrap;
    margin: 0;
}
.feature-hub > li {
    width: 50%;
    margin: 0;
    background-color: #00aacb;
    cursor: pointer;
    border:1px solid #fff;
}
.feature-hub li.type01 {
    background-color: #F0F0F0;
}

.feature-hub li.type02 {
    background-color: #F0F0F0;
}

.feature-hub li.type03 {
    background-color: #F0F0F0;
}

.feature-hub li.type04 {
    background-color: #F0F0F0;
}
.feature-hub li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    font-size: 1.6rem;
}
.feature-hub li:hover {
    transition: all 0.5s;
    opacity: 0.6;
}
.feature-hub li a:hover {
    text-decoration: none;
}
.feature-hub li.type01 a {
    color:#6E6E6E;
}

.feature-hub li.type02 a {
    color:#6E6E6E;
}

.feature-hub li.type03 a {
    color:#6E6E6E;
}

.feature-hub li.type04 a {
    color:#6E6E6E;
}

.feature-hub li a span {
    text-align: left;
    display: flex;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 20px;
    font-weight: bold;
}
.feature-hub li a .text{
    padding-right: 2rem;
    flex:1;
}
.feature-hub li a .indent-list{
    margin-bottom: 0;
}
.feature-hub li a::before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 10px 10px 0 0;
    border-top: solid 1px #0165ad;
    border-right: solid 1px #0165ad;
    transform: rotate(45deg);
    display: inline-block;
}
.feature-hub li a img {
    width: 160px;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .feature-hub > li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .feature-hub li a {
        flex-wrap: wrap;
    }
    .feature-hub li a img {
        margin-top: 16px;
        width: 100%;
    }
}
/*current*/
.feature-hub li.current {
    background-color: #fff;
}
.feature-hub li.current a {
    color: #00aacb;
    font-weight: bold;
}
.feature-hub li.current a::before {
    border-top: solid 1px #00aacb;
    border-right: solid 1px #00aacb;
    transform: rotate(135deg);
    margin: -8px 10px 0 0;
}
.feature-hub li.current:hover {
    opacity: 1;
}

/* ===========================================================

	feature__detail-box

=========================================================== */
.feature__detail-box {
    background:#0065ac;
    padding: 45px 15px 30px 15px;
    margin: 2em 0;
}
.feature__detail-box h3 {
    font-size: 4rem;
    border:none;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    letter-spacing: 0.05em;
}
.feature__detail-box h3 span {
    font-size: 2rem;
    display: block;
    font-weight: normal;
}
.feature__detail_en h3 {
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .feature__detail-box h3 {
        font-size: 3rem;
    }
}

.feature__detail-box figure {
    text-align: center;
    margin: 40px 0 30px 0;
}
.feature__detail-box figure img {
    max-width: 500px;
    vertical-align: middle;
}

.feature__detail-img_co2 {
    display: flex;
    justify-content: center;
    margin: 40px 0 30px 0 !important;
}
.feature__detail-img_co2 li {
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
    .feature__detail-img_co2 {
        display: block;
        margin-bottom: 0 !important;
    }
    .feature__detail-img_co2 li {
        margin: 10px 0;
        text-align: center
    }
}

.feature__detail-list {    
    max-width: 800px;
    margin: 0 auto !important;
}
.feature__detail-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 1.8rem;
    color: #fff;
}
.feature__detail-list li::before {
    content:"";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 9px;
    left: 0;
}
@media screen and (max-width: 1280px) {
    .feature__detail-list {    
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
   .feature__detail-list {
        width: auto;
    }
   .feature__detail-box figure img {
        width: 100%;
        max-width: none;
    }
}

.feature__detail-retail {/*商業施設*/
    background: #8eadd7;
}
/*
.feature__detail-retail h3 {
    color: #8eadd7;
}
.feature__detail-retail li::before {
    background: #8eadd7;
}
*/
.feature__detail-hotel {/*ホテル*/
    background: #00aacb;
}
/*
.feature__detail-hotel h3 {
    color: #00aacb;
}
.feature__detail-hotel li::before {
    background: #00aacb;
}
*/
.feature__detail-other {/*その他*/
    background: #bfbfbf;
}
/*
.feature__detail-other h3 {
    color: #bfbfbf;
}
.feature__detail-other li::before {
    background: #bfbfbf;
}
*/

.feature__detail-col2 {
    display: flex;
}
.feature__detail-col2 > .feature__detail-box {
    width: 50%;
}
@media screen and (max-width: 1450px) {
   .feature__detail-col2 .feature__detail-list {
        width: auto;
    }
   .feature__detail-col2 .feature__detail-box figure img {
        width: 100%;
        max-width: none;
    }
}
@media screen and (max-width: 1023px) {
    .feature__detail-col2 {
        display: block;
    }
    .feature__detail-col2 > .feature__detail-box {
        width: 100%;
    }
}


/* ===========================================================

	feature__networkcenters-box

=========================================================== */
.feature__networkcenters-box {
    margin:0 auto 2em auto;
    max-width:900px;    
}


/* ===========================================================

	feature__index_list

=========================================================== */
.feature__index_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.feature__index_list dl:nth-child(1) {
    width: 48%
}
.feature__index_list dl:nth-child(2) {
    width: 28%;
}
.feature__index_list dl:nth-child(3) {
    width: 22%;
}
.feature__index_list dl {
    background: #b8e2fe;
    color: #fff;
    align-items: center;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    position: relative;
    padding: 40px 0 70px 0 !important;
}
.feature__index_list-img {
    width: 30%;
    text-align: center;
    padding: 0 15px;
}
.feature__index_list .feature__index_list-img {
    width: 100%;
    text-align: center;
    padding: 0 5px 15px 5px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature__index_list .feature__index_list-text {
    flex:1;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    padding:0 10px; 
}
.feature__index_list .feature__index_list-text p {
    letter-spacing: 0.2em;
    margin: 0 !important;
}
.feature__index_list-other .feature__index_list-text p {
    font-size: 2rem;
}
.feature__index_list_en .feature__index_list-text p,
.feature__index_list_en .feature__index_list-other .feature__index_list-text p{
    letter-spacing: 0;
}
.feature__index_list-text span {
    font-size: 1.4rem;
}
.feature__index_list-text_br {
    display: none;
}
.feature__index_list .feature__index_list-text .feature__index_list-list {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.feature__index_list .feature__index_list-text .feature__index_list-list ul {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
}
.feature__index_list .feature__index_list-text .feature__index_list-list ul li {
    list-style: disc;
    margin-left: 2em;
    text-align: left;
}
.feature__index_list .feature__index_list-link {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.feature__index_list .feature__index_list-link a {
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none !important;
    display: inline-block;
    background: #fff;
    min-width: auto;
    height: 60px;
    line-height: 60px;
    color: #fff !important;
    width: 100%;
}
.feature__index_list-link a:hover {
    opacity: 0.5;
}
.feature__index_list dl.feature__index_list-office {
    color: #000;
    padding: 30px 0;
}
.feature__index_list dl.feature__index_list-hotel {
    background: #00aacb;
}
.feature__index_list dl.feature__index_list-other {
    background: #bfbfbf;
}
.feature__index_list dl.feature__index_list-office .feature__index_list-link a {
    background: #61b9f2;
}
.feature__index_list dl.feature__index_list-hotel .feature__index_list-link a {
    background: #007b93;
}
.feature__index_list dl.feature__index_list-other .feature__index_list-link a {
    background: #949494;
}
@media (min-width: 1281px) and (max-width: 1400px) {
    .feature__index_list dl:nth-child(1) {
        width: 44%
    }
    .feature__index_list dl:nth-child(2) {
        width: 30%;
    }
    .feature__index_list dl:nth-child(3) {
        width: 24%;
    }
}
@media screen and (max-width:1280px) {
    .feature__index_list {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .feature__index_list dl:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }
    .feature__index_list dl:nth-child(2) {
        width: 60%;
    }
    .feature__index_list dl:nth-child(3) {
        width: 39%;
    }
}
@media screen and (min-width:1025px) and ( max-width:1200px) {
    .feature__index_list-text_br {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .feature__index_list {
        display: block;
    }
    .feature__index_list .feature__index_list-img {
        height: auto;
        padding: 0 0 10px 0;
    }
    .feature__index_list dl{
        flex-direction: column;
        width: 100% !important;
        margin-bottom: 20px;
      }
      .feature__index_list-img {
        order: 2;
        margin: 5px 0 20px 0;
        width: 100%;
      }
      .feature__index_list-text {
        order: 1;
        width: 100%;
      }
      .feature__index_list-link {
        order: 2;
        width: 100%;
      }
}