@charset "UTF-8";
div {
    --pic-l-width: 820px;
    --pic-l-height: 823px;
    --pic-l-radius: 428px;
}

img {
    --img-p-w-l: 920px;
    --img-p-h-l: 920px;
}

.box__picl__radius {
    position: relative;
    width: var(--pic-l-width);
    height: var(--pic-l-height);
    border-radius: var(--pic-l-radius);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__picl__radius > img {
    width: var(--img-p-w-l);
    height: var(--img-p-h-l);
}

.footer_include {
    margin-top: 0px;
}
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* intro3 */
.box__intro3 {
    margin-top: calc(250px - 250px - 100px);
    padding-top: calc(250px - 100px);
    padding-bottom: 250px;
    overflow: hidden;
}

.box__intro3 .box__container .box__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box__intro3 .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__intro3 .box__container .box__body > li:nth-child(1) {
    width: 55%;
    max-width: 410px;
}

.box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
    position: absolute;
    width: 600px;
    height: 611px;
    top: -400px;
    left: -410px;
}

.box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
    position: absolute;
    width: 150px;
    height: 153px;
    top: 340px;
    left: 100%;
}

.box__intro3 .box__container .box__body > li:nth-child(1) > div {
    position: relative;
}

.box__intro3 .box__container .box__body > li:nth-child(1) > div:nth-child(3) {
    margin-bottom: 40px;
}

.box__intro3 .box__container .box__body > li:nth-child(1) > div:nth-child(4) {
    margin-bottom: 20px;
}

.box__intro3 .box__container .box__body > li:nth-child(2) {
    width: 35%;
    max-width: 400px;
}
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* box__tcon */
.box__tcon {
    overflow: hidden;
    --text-con-width: 540px;
    --pic-con-width: 810px;
    --pic-con-center-space: -165px;
    --pic-con-padding-bottom: 180px;
    --pic-bg-img-width: 901px;
    --pic-bg-img-height: 915px;

    --padding-top: 50px;
    padding-top: var(--padding-top);

    --sub-title-margin-bottom: 40px;
    --sub-title-en-margin-bottom: 20px;
}

.box__tcon .box__container {
    width: 100%;
    max-width: initial;
}

.box__tcon .box__container .box__body {
    margin-top: calc(-1 * var(--padding-top));
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    /* rate: 40 / (1280-1024) */
    padding: 0 var(--main-padding-side);

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box__tcon .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__tcon1 {
    margin-top: -150px;
}

.box__tcon4,
.box__tcon2 {
    --padding-bottom: 240px;
    margin-top: calc(-1 * var( --padding-top));
}

.box__tcon2 {
    padding-bottom: calc(var(--padding-bottom) - 100px);
    margin-bottom: calc(0px - var(--padding-bottom));
}

.box__tcon4 {
    padding-bottom: calc(var(--padding-bottom) - 100px);
    margin-bottom: calc(100px - var(--padding-bottom));
}

.box__tcon .box__container {
    --padding-bottom-odd: 170px;
    --padding-bottom-even: 150px;
    /* --bg-color-yellow: #FFD800; */
    /* --bg-color-gray: rgba(240, 240, 240, 0.5); */
    /* --bg-color-gray: #f7f7f7; */
}
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* box__tcon1 */
.box__tcon1 .box__container {
    background-color: var(--bg-color-yellow);
    padding: 0 0 var(--padding-bottom-odd) 0;
}

.box__tcon1 .box__container .box__body > li:nth-child(1) {
    width: var(--text-con-width);
}

.box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
    position: absolute;
    width: 100px;
    height: 102px;
    top: -340px;
    left: 185px;
}

.box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
    position: absolute;
    width: 50px;
    height: 51px;
    top: 300px;
    left: 100px
}

.box__tcon1 .box__container .box__body > li:nth-child(1) > h2 {
    margin-bottom: var(--sub-title-margin-bottom);
}

.box__tcon1 .box__container .box__body > li:nth-child(1) .text-sub-title-large-en {
    margin-bottom: var(--sub-title-en-margin-bottom);
    text-transform: uppercase;
    font-weight: 500;
}

.box__tcon1 .box__container .box__body > li:nth-child(2) {
    width: var(--pic-con-width);
    margin-left: var(--pic-con-center-space);
    padding-bottom: var(--pic-con-padding-bottom);
}


/* box__tcon2 */
.box__tcon2 .box__container {
    background-color: var(--bg-color-gray);
    padding: 0 0 var(--padding-bottom-even) 0;
}

.box__tcon2 .box__container .box__body {
    justify-content: flex-end;
}

.box__tcon2 .box__container .box__body > li:nth-child(1) {
    width: var(--pic-con-width);
    margin-right: var(--pic-con-center-space);
    padding-bottom: var(--pic-con-padding-bottom);
}

.box__tcon2 .box__container .box__body > li:nth-child(1) > img {
    position: absolute;
    width: var(--pic-bg-img-width);
    height: var(--pic-bg-img-height);
    top: 248px;
    left: -380px;
}

.box__tcon2 .box__container .box__body > li:nth-child(2) {
    width: var(--text-con-width);
    top: -120px;
}

.box__tcon2 .box__container .box__body > li:nth-child(2) > img {
    position: absolute;
    width: 150px;
    height: 152px;
    top: -360px;
    right: 0px;
}

.box__tcon2 .box__container .box__body > li:nth-child(2) > h2 {
    margin-bottom: var(--sub-title-margin-bottom);
    text-align: right;
}

.box__tcon2 .box__container .box__body > li:nth-child(2) .text-sub-title-large-en {
    margin-bottom: var(--sub-title-en-margin-bottom);
    text-align: right;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--color-orange);
    color: transparent;
    font-weight: 500;
}

.box__tcon2 .box__container .box__body > li:nth-child(2) .text-text-normal-max {
    text-align: right;
}

/* box__tcon3 */
.box__tcon3 {
    padding-top: 100px;
}

.box__tcon3 .box__container {
    background-color: var(--bg-color-yellow);
    padding: 0 0 0px 0;
}

.box__tcon3 .box__container .box__body > li:nth-child(1) {
    width: var(--text-con-width);
    top: -200px;
    z-index: 1;
}

.box__tcon3 .box__container .box__body > li:nth-child(1) > img {
    position: absolute;
    width: 100px;
    height: 102px;
    top: 400px;
    left: 560px;
}

.box__tcon3 .box__container .box__body > li:nth-child(1) > h2 {
    margin-bottom: var(--sub-title-margin-bottom);
}

.box__tcon3 .box__container .box__body > li:nth-child(1) .text-sub-title-large-en {
    margin-bottom: var(--sub-title-en-margin-bottom);
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
}

.box__tcon3 .box__container .box__body > li:nth-child(2) {
    width: var(--pic-con-width);
    margin-left: var(--pic-con-center-space);
    padding-bottom: var(--pic-con-padding-bottom);
}

.box__tcon3 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
    position: absolute;
    width: var(--pic-bg-img-width);
    height: var(--pic-bg-img-height);
    top: 210px;
    left: 585px;
}

/* box__tcon4 */
.box__tcon4 .box__container {
    background-color: var(--bg-color-gray);
    padding: 0 0 var(--padding-bottom-even) 0;
}

.box__tcon4 .box__container .box__body {
    justify-content: flex-end;
}

.box__tcon4 .box__container .box__body > li:nth-child(1) {
    width: var(--pic-con-width);
    margin-right: var(--pic-con-center-space);
    padding-bottom: var(--pic-con-padding-bottom);
    z-index: 1;
}

.box__tcon4 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
    position: absolute;
    width: var(--pic-bg-img-width);
    height: var(--pic-bg-img-height);
    top: 400px;
    left: -380px;
}


.box__tcon4 .box__container .box__body > li:nth-child(2) {
    width: var(--text-con-width);
    top: -120px;
}

.box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
    position: absolute;
    width: 100px;
    height: 102px;
    top: -220px;
    right: 0px;
}

.box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(2) {
    position: absolute;
    display: block;
    width: var(--pic-bg-img-width);
    height: var(--pic-bg-img-height);
    top: -250px;
    right: -940px;
}

.box__tcon4 .box__container .box__body > li:nth-child(2) > h2 {
    margin-bottom: var(--sub-title-margin-bottom);
    text-align: right;
}

.box__tcon4 .box__container .box__body > li:nth-child(2) .text-sub-title-large-en {
    margin-bottom: var(--sub-title-en-margin-bottom);
    position: relative;
    margin-left: calc(546px - 700px);
    width: 700px;
    text-align: right;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--color-orange);
    color: transparent;
    white-space: nowrap;

    font-weight: 500;
}

.box__tcon4 .box__container .box__body > li:nth-child(2) .text-text-normal-max {
    text-align: right;
}


@media only screen and (min-width:360px) {
    div {
        --pic-l-width: 400px;
        --pic-l-height: 407px;
        --pic-l-radius: 195px;
    }
    
    img {
        --img-p-w-l: 415px;
        --img-p-h-l: 415px;
    }

    .box__banner .box__container .box__pic {
        background-image: url('../images/development/development-banner-pic-1-s.jpg');
    }

    .box__intro3 {
        margin-top: -285px;
        padding-top: 250px;
        padding-bottom: 200px;
    }

    .box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        display: none;
    }
    
    .box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
        display: none;
    }

    .box__intro3 .box__container .box__body {
        flex-direction: column-reverse;
    }

    .box__intro3 .box__container .box__body > li:nth-child(1) {
        width: 100%;
        max-width: initial;
        margin-top: 30px;
    }

    .box__intro3 .box__container .box__body > li:nth-child(2) {
        width: 200px;
        max-width: initial;
        align-self: flex-end;
    }

    /* ------------------------------------------------------------------ */
    /* ------------------------------------------------------------------ */
    /* box__tcon */
    .box__tcon {
        --text-con-width: 100%;
        --pic-con-width: auto;
        --pic-con-center-space: 40px;
        --pic-con-padding-bottom: 0px;
        --pic-bg-img-width: 450px;
        --pic-bg-img-height: 457px;
    
        --padding-top: 45px;

        --sub-title-margin-bottom: 20px;
    }

    .box__tcon .box__container {
        --padding-bottom-odd: 220px;
        --padding-bottom-even: 150px;
    }

    .box__tcon .box__container .box__body {
        flex-direction: column;
        align-items: flex-start;
    }

    .box__tcon1 {
        padding-top: calc(var(--padding-top) + 50px);
    }

    .box__tcon1 .box__container .box__body,
    .box__tcon3 .box__container .box__body {
        flex-direction: column-reverse;
    }

    .box__tcon2 .box__container .box__body,
    .box__tcon4 .box__container .box__body {
        align-items: flex-end;
    }

    .box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        display: none;
    }

    .box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
        display: block;
    }
    

    .box__tcon2 .box__container .box__body > li:nth-child(2) > img {
        width: 78px;
        height: 79px;
        top: -195px;
        right: -60px;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(1) > img {
        top: 300px;
        left: -205px;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(2) {
        top: -20px;
    }

    .box__tcon3 {
        padding-top: 50px;
    }

    .box__tcon3 .box__container {
        padding: 0 0 180px 0;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(1) {
        top: -30px;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(1) > img {
        width: 70px;
        height: 71px;
        top: 300px;
        left: 0px;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
        top: 0px;
        left: 85px;
    }

    .box__tcon4 .box__container {
        padding: 0 0 calc(var(--padding-bottom-even) + 60px) 0;
    } 

    .box__tcon4 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        width: 301px;
        height: 306px;
        top: 690px;
        left: -20px;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) {
        top: -20px;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
        display: none;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) .text-sub-title-large-en {
        margin-left: 0px;
        width: auto;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(2) {
        width: 301px;
        height: 306px;
        top: -365px;
        right: -175px;
    }
}

@media only screen and (min-width:501px) {
    .box__tcon3 {
        padding-top: 80px;
    }

}
@media only screen and (min-width:768px) {
    div {
        --pic-l-width: 630px;
        --pic-l-height: 640px;
        --pic-l-radius: 325px;
    }
    
    img {
        --img-p-w-l: 645px;
        --img-p-h-l: 645px;
    }

    .box__intro3 {
        margin-top: calc(250px - 250px - 30px);
        padding-top: calc(250px - 100px + 50px);
        padding-bottom: 200px;
    }

    .box__intro3 .box__container .box__body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .box__intro3 .box__container .box__body > li:nth-child(1) {
        width: 55%;
        max-width: 410px;
        margin-top: 0px;
    }

    .box__intro3 .box__container .box__body > li:nth-child(2) {
        width: 45%;
        max-width: 400px;
        align-self: normal;
        margin-top: -200px;
    }

    /* ------------------------------------------------------------------ */
    /* ------------------------------------------------------------------ */
    /* box__tcon */
    .box__tcon {
        --text-con-width: 540px;
        --pic-con-width: 630px;
        --pic-con-center-space: -340px;
        --pic-con-padding-bottom: 150px;
        --pic-bg-img-width: 615px;
        --pic-bg-img-height: 630px;
    
        --padding-top: 50px;

        --sub-title-margin-bottom: 40px;
    }

    .box__tcon .box__container {
        --padding-bottom-odd: 170px;
        --padding-bottom-even: 150px;
    }

    .box__tcon .box__container .box__body {
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .box__tcon1 .box__container .box__body,
    .box__tcon3 .box__container .box__body {
        flex-direction: row;
        justify-content: flex-start;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(2) > img {
        top: -260px;
        right: -60px;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(1) > img {
        top: 248px;
        left: -380px;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(2) {
        top: -120px;
    }

    .box__tcon3 {
        padding-top: 100px;
    }

    .box__tcon3 .box__container {
        padding: 0 0 0px 0;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(1) {
        top: -200px;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(1) > img {
        top: 300px;
        left: 0px;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
        top: 90px;
        left: 200px;
    }

    .box__tcon4 .box__container {
        padding: 0 0 calc(var(--padding-bottom-even) + 0px) 0;
    } 

    .box__tcon4 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        width: var(--pic-bg-img-width);
        height: var(--pic-bg-img-height);
        top: 400px;
        left: -380px;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) {
        top: -120px;
    }
    
    .box__tcon4 .box__container .box__body > li:nth-child(2) .text-sub-title-large-en {
        margin-left: calc(546px - 700px);
        width: 700px;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(2) {
        top: -320px;
        right: -150px
    }
}

@media only screen and (min-width:1024px) {
    div {
        --pic-l-width: 820px;
        --pic-l-height: 823px;
        --pic-l-radius: 428px;
    }
    
    img {
        --img-p-w-l: 920px;
        --img-p-h-l: 920px;
    }

    .box__banner .box__container .box__pic {
        background-image: url('../images/development/development-banner-pic-1-l.jpg');
    }

    .box__intro3 {
        margin-top: calc(250px - 250px);
        padding-top: calc(250px - 100px);
        padding-bottom: 250px;
    }

    .box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        display: block;
    }

    .box__intro3 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
        display: block;
    }

    .box__intro3 .box__container .box__body > li:nth-child(2) {
        width: 35%;
        margin-top: 0px;
    }

    /* box__tcon */
    .box__tcon {
        --text-con-width: 540px;
        --pic-con-width: 810px;
        --pic-con-center-space: -165px;
        --pic-con-padding-bottom: 180px;
        --pic-bg-img-width: 901px;
        --pic-bg-img-height: 915px;
    
        --padding-top: 50px;

        --sub-title-margin-bottom: 40px;
    }
    
    .box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(1) {
        display: block
    }

    .box__tcon1 .box__container .box__body > li:nth-child(1) > img:nth-child(2) {
        display: none;
    }

    .box__tcon2 .box__container .box__body > li:nth-child(2) > img {
        width: 150px;
        height: 152px;
        top: -360px;
        right: 0px;
    }
    
    .box__tcon3 .box__container .box__body > li:nth-child(1) > img {
        width: 100px;
        height: 102px;
        top: 400px;
        left: 560px;
    }

    .box__tcon3 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
        top: 210px;
        left: 585px;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(1) {
        display: block;
    }

    .box__tcon4 .box__container .box__body > li:nth-child(2) > img:nth-child(2) {
        width: var(--pic-bg-img-width);
        height: var(--pic-bg-img-height);
        top: -250px;
        right: -940px;
    }
}

@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 1680px) {

}

@media only screen and (min-width: 1920px) {

}
