@charset "utf-8";


/*-----------------------------------------------
    ヘッダー
-----------------------------------------------*/

#header .linkList .list .item.index a::before{
    content:"";
    display:inline-block;
    width:1px;
    height:30px;
    background-color:rgba(40, 47, 56, 0.25);
    position:absolute;
    margin: auto;
    top:0;
    bottom: 0;
    right:0;
}
#header .linkList .list .item.index a::before{
    width: 120px;
    height: 5px;
    background-color: #f3db11;
    top: auto;
    left: 0;
}
/*-----------------------------------------------
    index
-----------------------------------------------*/

.secHero{
    position: relative;
}
.secHero .wrapperTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-top: calc(860 / 1920 * 100%);
}
.secHero .topImgTxt{
    position: absolute;
    top: 17.5%;
    left: 0;
    z-index: 2;
}
.secHero .topImgIcon{
    top: auto;
    bottom: -25px;
}
.secHero .boxSlider{
    overflow: hidden;
    position: relative;
}
.secHero .img {
    width: 100%;
    height: 0;
    padding-top: calc(1000 / 1920 * 100%);
}
.secHero .boxPager{
    position: absolute;
    bottom: 40px;
    right: 18.75%;
    display: flex;
    display: -webkit-flex;
    margin-top: 71px;
    z-index: 2;
}
.secHero .boxPager.disabled{
    display: none;
}
.secHero .boxPager li{
    position: relative;
    margin-right: 10px;
}
.secHero .boxPager li::before{
    position: absolute;
    content: '';
    margin: auto;
    top: -1px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}
.secHero .boxPager li:last-child{
    margin-right: 0;
}
.secHero .boxPager .txtNum{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secHero .wrapperTop{
        padding-top: calc(700 / 750 * 100%);
        position: relative;
    }
    .secHero .topImgTxt{
        width: 270px;
        height: auto;
        top: 50px;
        left: 4%;
    }
    .secHero .img {
        padding-top: calc(700 / 750 * 100%);
    }
    .secHero .boxPager{
        display: none;
    }
    .secHero .boxSlider{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/*----- pickup -----*/
.secPickup{
    border-top: 1px solid #9c9c9c;
    min-height: 200px;
    overflow: hidden;
}
.secPickup .bgBox{
    position: relative;
    background-color: #000;
    width: 100%;
}
.secPickup .bgBox::before,
.secPickup .bgBox::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block; 
    top: 0;
    bottom: 0;
    left: 0;
    width: 720px;
    height: 422px;
    background-image: url(../img/pickupDeco01.png);
}
.secPickup .bgBox::after{
    left: auto;
    right: 0;
    background-image: url(../img/pickupDeco02.png);
    background-position: right;
}
.secPickup .bgBox .wrapper{
    z-index: 10;
    text-align: center;
    height: 100%;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}
.secPickup .bgBox .pickupTxtBox{
    margin-top: 13px;
}
.secPickup .bgBox .pickupTxtBox .txt{
    font-size: 24px;
    color: #FFFFBF;
    line-height: 1.4;
    letter-spacing: 4.5px;
}
@media only screen and (max-width:767px){
    .secPickup{
        min-height: 100px;
    }
    .secPickup .bgBox .wrapper{
        min-height: 100px;
        padding: 15px 0;
    }
    .secPickup .bgBox .titBox{
        width: 107px;
        height: auto;
    }
    .secPickup .bgBox .pickupTxtBox{
        margin-top: 5px;
    }
    .secPickup .bgBox .pickupTxtBox .txt{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secPickup .bgBox::before,
    .secPickup .bgBox::after{
        width: 180px;
        height: 106px;
    }
}

/*----- secInfo -----*/
.secInfo{
    border-top: 1px solid #9c9c9c;
    display: flex;
}
.secInfo .item{
    position: relative;
    width: 50%;
}
.secInfo .item.item02::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #9c9c9c;
}
.secInfo .item .bgBox{
    height: 320px;
}
.secInfo .item .bgBox.lazyloaded{
    background: url(../img/bgInfo01_new.jpg) no-repeat center / cover;
}
.secInfo .item.item02 .bgBox.lazyloaded{
    background: url(../img/bgInfo02.jpg) no-repeat center / cover;
}
.secInfo .item .titBox{
    width: 62.5%;
    margin: 0 0 0 auto;
    color: #fff;
}
.secInfo .item.item02 .titBox{
    margin: 0 auto 0 0;
    padding-left: 100px;
}
.secInfo .item .tit{
    display: flex;
    align-items: flex-end;
    height: 70px;
}
.secInfo .item .tit .txt{
    font-size: 18px;
    margin-left: 18px;
}
.secInfo .item .tit .txt .num{
    font-size: 30px;
}
.secInfo .item .txtBox{
    margin-top: 25px;
    padding-top: 10px;
    background-clip: padding-box;
    border-top: 1px solid rgba(255,255,255,0.35);
}
.secInfo .item .txtBox .txt{
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.secInfo .item.item02 .txtBox .txt{
    letter-spacing: 0;
}
@media only screen and (max-width:767px){
    .secInfo{
        flex-direction: column;
    }
    .secInfo .item{
        width: 100%;
    }
    .secInfo .item.item02::before{
        width: 100%;
        height: 1px;
    }
    .secInfo .item .bgBox{
        height: 245px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .secInfo .item.item02 .bgBox{
        height: 225px;
    }
    .secInfo .item .bgBox.lazyloaded{
        background: url(../img/bgInfo01Sp_new.jpg) no-repeat center / cover;
    }
    .secInfo .item.item02 .bgBox.lazyloaded{
        background: url(../img/bgInfo02Sp.jpg) no-repeat center / cover;
    }
    .secInfo .item .titBox{
        width: 70.67%;
        margin: 0 auto;
    }
    .secInfo .item.item02 .titBox{
        margin: 0 auto;
        padding-left: 0;
    }
    .secInfo .item .tit{
        align-items: center;
        flex-direction: column;
        height: auto;
    }
    .secInfo .item .tit .titEng{
        width: 98px;
        height: auto;
    }
    .secInfo .item .tit .txt{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .secInfo .item .tit .txt .num{
        font-size: 30px;
    }
    .secInfo .item .txtBox{
        margin-top: 15px;
        padding-top: 13px;
    }
    .secInfo .item.item02 .txtBox{
        margin-top: 15px;
        padding-top: 5px;
    }
    .secInfo .item .txtBox .txt{
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 1.5px;
    }
    .secInfo .item.item02 .txtBox .txt{
        letter-spacing: 0;
    }
    .secInfo .item .txtBox .txt.spOnly{
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
}

/*----- secNews -----*/
.secNews{
    margin: 120px auto;
}
.secNews .newsTit{
    display: flex;
    align-items: flex-end;
}
.secNews .newsTit .jpTit{
    font-size: 18px;
    color: #232533;
    margin-left: 18px;
}
.secNews .newsList{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(35,37,51,0.15);
    background-clip: padding-box;
}
.secNews .newsList .item{
    width: 100%;
    border-top: 1px solid rgba(35,37,51,0.15);
    background-clip: padding-box;
}
.secNews .newsList .item .aLink{
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 27px 0;
}
.secNews .newsList .item a.aLink.icon_External::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 27px;
    background-image: url(../img/iconLink.gif);
}
.secNews .newsList .item .txtBox{
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.secNews .newsList .item .dateTxt{
    font-size: 12px;
    width: 90px;
    letter-spacing: .5px;
}
.secNews .newsList .item .newsTit{
    font-size: 15px;
    line-height: 1.5;
    width: calc(100% - 90px);
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .secNews{
        margin: 40px auto;
    }
    .secNews .newsTit .engTit{
        width: 64px;
        height: auto;
    }
    .secNews .newsTit .jpTit{
        font-size: 14px;
        margin-left: 15px;
    }
    .secNews .newsList{
        margin-top: 25px;
    }
    .secNews .newsList .item .aLink{
        padding: 15px 0;
    }
    .secNews .newsList .item .txtBox{
        align-items: flex-start;
        flex-direction: column;
    }
    .secNews .newsList .item .dateTxt{
        width: auto;
    }
    .secNews .newsList .item .newsTit{
        font-size: 14px;
        line-height: 24px;
        width: auto;
        padding-right: 0;
        margin-top: 14px;
        display: block;
    }
}

/*----- secLinkList -----*/
.secLinkList{
    margin: 143px auto 0;
}
.secLinkList .linkList{
    display: flex;
    flex-direction: column;
}
.secLinkList .linkList .category_item{
    width: 100%;
}
.secLinkList .linkList .category_item + .category_item{
    margin-top: 1px;
}
.secBgBox{
    color: #fff;
    text-decoration: none;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 70px;
}
.secBgBox .tit{
    font-size: 36px;
    line-height: 60px;
    margin-top: 30px;
    letter-spacing: 1.5px;
}
.secBgBox .tit.shadow{
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.88);
}
.secBgBox .tit.shadow02{
    text-shadow: 0 6px 10px rgba(0, 0, 0, 1);
}
.secBgBox .titMin + .tit{
    margin-top: 4px;
}
.secBgBox .titMin{
    font-size: 22px;
    margin-top: 48px;
}
.secBgBox .moreBtn{
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    display: inline-block;
}
.secBgBox .moreBtn::before,
.secBgBox .moreBtn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: -165px;
    width: 150px;
    height: 1px;
    background: #fff;
}
.secBgBox .moreBtn::after{
    top: 50%;
    bottom: auto;
    right: -180px;
    width: 8px;
    height: 8px;
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}
@media only screen and (max-width:767px){
    .secLinkList{
        margin: 1px auto 0;
    }
    .secLinkList .linkList .category_item + .category_item{
        margin-top: 1px;
    }
    /* .secLinkList .linkList .item .txtBox{
        padding: 0 10px;
    } */
    .secBgBox{
        height: 450px;
        /* align-items: flex-start; */
        padding-top: 30%;
    }
    .secBgBox .engTit{
        width: 270px;
        height: auto;
    }
    .secBgBox .tit{
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 30px;
        margin-top: 14px;
    }
    .secBgBox .titMin{
        font-size: 12px;
        margin-top: 23px;
    }
    .secBgBox .moreBtn{
        margin-top: 18px;
        font-size: 11px;
    }
    .secBgBox .moreBtn::before,
    .secBgBox .moreBtn::after{
        right: -160px;
    }
    .secBgBox .moreBtn::after{
        right: -172px;
    }
}

/*----- secOutLine -----*/
.secOutLine{
    margin: 0px auto 120px;
    padding-top:120px ;
}
.secOutLine .outTit {
    display: flex;
    align-items: flex-end;
}
.secOutLine .outTit .jpTit {
    font-size: 18px;
    color: #232533;
    margin-left: 18px;
}
.secOutLine table {
    width: 100%;
    margin-top: 30px;
}
.secOutLine table tbody{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secOutLine tr{
    border-top: 1px solid #dedfe1;
    font-size: 15px;
    color: #232533;
    width: 48.334%;
    display: flex;
    align-items: center;
}
.secOutLine tr:nth-last-child(2),
.secOutLine tr:last-child{
    border-bottom: 1px solid #dedfe1;
}
.secOutLine tr.w100{
    width: 100%;
}
.secOutLine th {
    vertical-align: middle;
    line-height: 140%;
    padding: 27px 0;
    font-weight: 500;
    width: 145px;
    letter-spacing: 1px;
}
.secOutLine td {
    vertical-align: middle;
    line-height: 26px;
    letter-spacing: 2.2px;
    width: calc(100% - 145px);
    padding: 15px 0;
}
@media only screen and (max-width:767px){
    .secOutLine{
        margin: 0px auto 70px;
        padding-top: 70px;
    }
    .secOutLine .outTit .engTit {
        width: 102px;
        height: auto;
    }
    .secOutLine .outTit .jpTit {
        font-size: 14px;
        margin-left: 20px;
    }
    .secOutLine table {
        margin-top: 31px;
    }
    .secOutLine table tbody{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .secOutLine tr{
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 16px 0;
    }
    .secOutLine tr:nth-last-child(2),
    .secOutLine tr:last-child{
        border-bottom: none;
    }
    .secOutLine th {
        font-size: 12px;
        vertical-align: middle;
        line-height: 140%;
        padding: 0;
        font-weight: 500;
        width: 100%;
        letter-spacing: 0;
    }
    .secOutLine th span::after{
        content: '：';
    }
    .secOutLine td {
        vertical-align: middle;
        line-height: 22px;
        letter-spacing: .5px;
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
}

/*----- secCompany -----*/
.secCompany{
    margin: 1px auto 0px;
    height: auto;
}
.secCompany .bgBox{
    height: 100%;
    min-height: 750px;
}
.secCompany .bgBox.lazyloaded{
    background: url(../img/bgCompany.jpg) no-repeat center / cover;
}
.secCompany .bgBox .companyTit {
    padding-top: 159px;
    text-align: center;
    color: #fff;
}
.secCompany .bgBox .jpTitMin{
    font-size: 22px;
    margin: 45px 0 20px;
}
.secCompany .bgBox .jpTit{
    font-size: 36px;
    margin-bottom: 22px;
}
.secCompany .bgBox .txtWrapper{
    width: 860px;
    margin: 0 auto;
    text-align: left;
}
.secCompany .bgBox .txt{
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .8px;
    text-align: center;
}
.secCompany .companyList{
    margin-top: 60px;
    display: flex;
}
.secCompany .companyList .item{
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.33);
}
.secCompany .companyList .item:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secCompany{
        margin-bottom: 0;
        height: auto;
        background: #000;
        padding-bottom: 50px;
    }
    .secCompany.lazyloaded{
        background: url(../img/bgCompanySp.jpg) no-repeat center top #000;
        background-size: 100% auto;
    }
    .secCompany .bgBox{
        position: relative;
        height: 485px;
        height: auto;
        padding-bottom: 0;
        min-height: 0;
    }
    .secCompany .bgBox.lazyloaded{
        background:none;
    }
    .secCompany .bgBox .companyTit {
        padding-top: 65px;
    }
    .secCompany .bgBox .engTit{
        width: 118px;
        height: auto;
        margin: 0 auto;
    }
    .secCompany .bgBox .jpTitMin{
        font-size: 14px;
        margin: 26px 0 11px;
    }
    .secCompany .bgBox .jpTit{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .secCompany .bgBox .txtWrapper{
        width: 100%;
    }
    .secCompany .bgBox .txt{
        font-size: 11px;
        line-height: calc(25 / 11);
        letter-spacing: 0;
    }
    .secCompany .companyList{
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .secCompany .companyList .item{
        width: calc((100% - 9px) / 2);
        margin-right: 9px;
    }
    .secCompany .companyList .item:nth-child(2n){
        margin-right: 0;
    }
    .secCompany .companyList .item:nth-child(n + 3){
        margin-top: 10px;
    }
}
/* ▼251120 */
.secCompany .companymiddle{
    width: 100%;
    margin-top: 53px;
}
.secCompany .middle_titbox{
    text-align: center;
}
.secCompany .middle_tit{
    font-size: 26px;
    line-height: calc(35 / 26);
    letter-spacing: 0.05em;
}
.secCompany .middle_subtit{
    font-size: 16px;
    line-height: calc(40 / 16);
    margin-top: 15px;
    letter-spacing: 0.05em;
}
.secCompany .middlelist{
    margin-top: 37px;
}
.secCompany .middlelist .m_list{
    display: flex;
}
.secCompany .middlelist .m_Item{
    width: calc((100% - 20px) / 2);
}
.secCompany .middlelist .m_Item + .m_Item{
    margin-left: 20px;
}
.secCompany .middlelist .middleLink{
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.33);
    padding: 20px;
    color: #000;
    text-decoration: none;
}
.secCompany .middlelist .linkIn{
    display: flex;
    align-items: center;
}
.secCompany .middlelist .imgArea{
    width:277px;
}
.secCompany .middlelist .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(500 / 750 * 100%);
    overflow: hidden;
}
.secCompany .middlelist .txtArea{
    flex: 1;
    width: calc(100% - 277px);
    padding-left: 35px;
}
.secCompany .middlelist .linktxt{
    font-size: 14px;
    line-height: calc(32 / 14);
    text-align: left;
}
@media only screen and (max-width:767px){
    .secCompany .bgBox .wrapper{
        width: 100%;
    }
    .secCompany .companymiddle{
        margin-top: 35px;
    }
    .secCompany .middle_titbox{
        color: #fff;
    }
    .secCompany .middle_tit{
        font-size: 18px;
        line-height: calc(32 / 18);
        letter-spacing: 0.05em;
    }
    .secCompany .middle_subtit{
        font-size: 13px;
        line-height: calc(24 / 12);
        margin-top: 17px;
    }
    .secCompany .middlelist{
        width: 100%;
        margin-top: 23px;
    }
    .secCompany .middlelist .m_list{
        display: block;
    }
    .secCompany .middlelist .m_Item{
        width: 100%;
    }
    .secCompany .middlelist .m_Item + .m_Item{
        margin-top: 10px;
        margin-left: 0;
    }
    .secCompany .middlelist .middleLink{
        padding: 10px;
    }
    .secCompany .middlelist .imgArea{
        width:142px;
    }
    .secCompany .middlelist .txtArea{
        width: calc(100% - 142px);
        padding-left: 10px;
    }
    .secCompany .middlelist .linktxt{
        font-size: 11px;
        line-height: calc(24 / 11);
    }
}
@media only screen and (max-width:374px){
    .secCompany .bgBox .wrapper{
        padding: 0 10px;
    }
    .secCompany .bgBox .txt{
        font-size: 10px;
        line-height: calc(22 / 10);
    }
}

/* ▼index_plan.css */
/*----- secTitBox -----*/
.secTitBox  {
    text-align: center;
    color: #fff;
    position: relative;
}
.secTitBox .engTit{
}
.secTitBox .jpTit{
    font-size: 22px;
    margin-top: 35px;
}
.secTitBox .minTit{
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secTitBox .engTit{
        width: 77px;
        height: auto;
        margin: 0 auto;
    }
    .secTitBox .jpTit{
        font-size: 16px;
        margin-top: 18px;
    }
    .secTitBox .minTit{
        font-size: 13px;
        line-height: 26px;
        margin-top: 18px;
        text-align: center;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/*----- secTopCont -----*/
.secTopCont{
    max-width: 0 auto;
    position: relative;
    height: 705px;
}
.secTopCont .wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.secTopCont .txtBox{
    position: relative;
    z-index: 2;
    background-color: #000;
    width: 55.834%;
    padding: 45px 30px 45px 0;
}
.secTopCont .txtBox .txt{
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    letter-spacing: 2px;
}
.secTopCont .imgBox{
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width:767px){
    .secTopCont{
        height: 214px;
    }
    .secTopCont .txtBox{
        width: 73.916%;
        padding: 18px 10px 18px 0;
    }
    .secTopCont .txtBox .txt{
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: .5px;
    }
    .secTopCont .imgBox{
        width: 225px;
        height: 214px;
    }
    .secTopCont .imgBox img{
        height: 100%;
    }
}
/*----- secSection -----*/
.secSection{
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.secSection.lazyloaded::before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 1920px;
    height: 880px;
    background-image: url(../img/bgSection.png);
    z-index: -1;
}
.secSection .wrapper{
    margin-top: 40px;
    padding: 40px 40px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media only screen and (min-width:768px){
    .secSection .wrapper .txtBox{
        flex: 1;
        padding-right: 30px;
    }
    .secSection .wrapper .img{
        width: 580px;
    }
}
.secSection .wrapper .txt{
    font-size: 16px;
    line-height:calc(32 / 16);
    text-align: left;
}
.secSection .wrapper .iconScale{
}
@media only screen and (max-width:767px){
    .secSection{
        margin-top: 50px;
        padding: 30px 0 0 0;
        width: 92%;
        background-color: #000;
    }
    .secSection .secTitBox{
        text-align: center;
    }
    .secSection .secTitBox .jpTit{
        color: #fff;
    }
    .secSection .secTitBox .engTit{
        width: 126px;
        height: auto;
        margin: 0 auto;
    }
    .secSection.lazyloaded::before {
        display: none;
    }
    .secSection .wrapper{
        margin-top: 0;
        padding: 0 10px 0 15px;
        flex-direction: column;
        margin-top: 40px;
    }
    .secSection .wrapper .txtBox{
        width: 100%;
        margin: 30px 0;
    }
    .secSection .wrapper .txt{
        font-size: 14px;
        line-height: 30px;
        text-align: left;
    }
    .secSection .wrapper .img{
        padding-bottom: 20px;
    }
    .secSection .wrapper .iconScale::after{
        bottom: 0;
        right: 0;
    }
}

/*----- secPlan -----*/
.secPlan{
    margin: 120px auto 0;
}
.secPlan .planList{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.secPlan .planList .item{
    width: 100%;
    background-color: #fff;
    padding: 60px 40px;
}
.secPlan .planList .item .itemBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secPlan .planList .item .imgBox{
    width: 41.667%;
}
#PlanCategory .iconScale{
    position: relative;
    display: inline-block;
}
#PlanCategory .iconScale::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    bottom:  14px;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-image: url(../img/iconScale_plan.gif);    
}
.secPlan .planList .item .txtBox{
    width: 51.667%;
}
.secPlan .planList .item .txtBox .txt{
    font-size: 30px;
}
.secPlan .planList .item .planName{
    font-size: 18px;
    margin: 11px 0 10px;
}
.secPlan .planList .item .planInfo{
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    padding-bottom: 15px;
    margin-bottom: 13px;
    margin-top: 10px;
}
.secPlan .planList .item .planInfo .tit{
    display: inline-block;
    width: 125px;
}
.secPlan .planList .item .planInfo .tit + .tit{
    width: auto;
}
.secPlan .planList .item .minTxt{
    font-size: 14px;
    line-height: 28px;
}
@media only screen and (max-width:767px){
    .secPlan{
        margin: 50px auto 0;
    }
    .secPlan .planList{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .secPlan .planList .item{
        position: relative;
        width: 100%;
        padding: 0 18px;
    }
    .secPlan .planList .item + .item{
        margin-top: 10px;
    }
    .secPlan .planList .item::before{
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
        display: block;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background-color: #000;
    }
    .secPlan .planList .item .itemBox{
        display: none;
        flex-direction: column;
        padding-bottom: 18px;
    }
    .secPlan .planList .item:first-child .itemBox{
        display: flex;
    }
    .secPlan .planList .item .planTitBox{
        position: relative;
        padding: 18px 0;
    }
    .secPlan .planList .item .planTitBox:before,
    .secPlan .planList .item .planTitBox:after {
        content: "";
        background: #fff;
        width: 14px;
        height: 2px;
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        display: block;
        transition: all 0.4s ease;
    }
    .secPlan .planList .item .planTitBox:after  {
        transform: rotate(90deg);
    }
    .secPlan .planList .item .planTitBox.on:after {
        transform: rotate(360deg);
    }
    .secPlan .planList .item .planTitBox .tit{
        width: 100px;
        height: auto;
    }
    .secPlan .planList .item .imgBox{
        width: 100%;
    }
    #PlanCategory .planList .item .imgBox .iconScale{
        position: relative;
        display: inline-block;
    }
    #PlanCategory .planList .item .imgBox .iconScale::after{
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
        display: block;
        bottom:  14px;
        right: 14px;
        width: 26px;
        height: 26px;
        border-radius: 100%;
    }
    .secPlan .planList .item .txtBox{
        width: 100%;
    }
    .secPlan .planList .item .planTitBox .txt{
        font-size: 20px;
    }
    .secPlan .planList .item .planName{
        font-size: 13px;
        margin: 11px 0 15px;
    }
    .secPlan .planList .item .planInfo{
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .secPlan .planList .item .planInfo .tit{
        width: 100px;
    }
    .secPlan .planList .item .planInfo .tit + .tit{
        width: auto;
    }
    .secPlan .planList .item .minTxt{
        font-size: 11px;
        line-height: 20px;
    }
}

/*----- secGallery -----*/
.secGallery{
    margin: 120px auto 0;
}
@media only screen and (max-width:767px){
    .secGallery .secTitBox .engTit{
        width: 130px;
        height: auto;
    }
}
/* secPhotoSlider */
#PlanCategory .secPhotoSlider{
    position: relative;
    margin-top: 40px;
    padding-bottom: 70px;
    overflow: hidden;
}
#PlanCategory .secPhotoSlider::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
}
#PlanCategory .secPhotoSlider .imgSlider{
    height: 0;
    padding-top: 66.668%;
}
#PlanCategory .secPhotoSlider .boxSlider{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#PlanCategory .secPhotoSlider .boxSlider .swiper-container{
    width: 900px;
    overflow: visible;
}
#PlanCategory .secPhotoSlider .boxThumb{
    width: 1160px;
    background-color: #fff;
    margin: 50px auto 0;
    padding-top: 20px;
    position: relative;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-container{
    overflow: hidden;
}
/* .secPhotoSlider .boxThumb .swiper-wrapper{
    justify-content: flex-start;
} */
#PlanCategory .secPhotoSlider .boxThumb .swiper-slide,
#PlanCategory .secPhotoSlider .boxThumb .swiper-slide-active{
    width: 100%;
    overflow: hidden;
    position: relative;
    /* transition: transform 0.4s ease-out;
    transform-origin: center center;
    transform: scale(0.82); */
    cursor: pointer;
}
/* .secPhotoSlider .boxThumb .swiper-slide::after{
    content: "";
    border: #FFF solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
} */
#PlanCategory .secPhotoSlider .boxThumb .swiper-container{
    width: 990px;
}
#PlanCategory .secPhotoSlider .boxThumb.center .swiper-wrapper{
    justify-content: center;
}
/* .secPhotoSlider .boxThumb .swiper-slide-active{
    transform: scale(0.82);
} */
#PlanCategory .secPhotoSlider .boxThumb .swiper-slide{
    width: 90px!important;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-slide-thumb-active{
    position: relative;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-slide-thumb-active::after{
    content: "";
    width: 100%;
    height: 100%;
    border: #418da7 solid 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
#PlanCategory .secPhotoSlider .imgThumb{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
#PlanCategory .secPhotoSlider .swiper-button-prev,
#PlanCategory .secPhotoSlider .swiper-button-next{
	width: 80px;
	height: 80px;
	border-radius: 80px;
    margin-top: -30px;
	z-index: 100;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#PlanCategory .secPhotoSlider .swiper-button-prev{
	left: -70px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#PlanCategory .secPhotoSlider .swiper-button-next{
	right: -70px;
}
#PlanCategory .secPhotoSlider .swiper-button-prev::before,
#PlanCategory .secPhotoSlider .swiper-button-next::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43%;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
#PlanCategory .secPhotoSlider .swiper-button-prev::before{
    right: auto;
    left: 30%;
}
#PlanCategory .secPhotoSlider .swiper-button-prev::after,
#PlanCategory .secPhotoSlider .swiper-button-next::after{
	display: none;
}


#PlanCategory .secPhotoSlider .boxThumb .swiper-button-disabled{
    display: none;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-prev,
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 80px;
    top: 20px;
    bottom: 0;
    margin-top: 0;
    margin: auto;
	z-index: 100;
    background-color: #000;
    box-shadow: none;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-prev{
	left: 25px;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-next{
	right: 25px;
}
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-prev::before,
#PlanCategory .secPhotoSlider .boxThumb .swiper-button-next::before{
    right: 43%;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media only screen and (max-width:767px){
    #PlanCategory .secPhotoSlider{
        position: relative;
        padding-bottom: 0;
    }
    #PlanCategory .secPhotoSlider .boxSlider{
        width: 100%;
        position: relative;
    }
    #PlanCategory .secPhotoSlider .boxSlider .swiper-container{
        width: 84%;
    }
    #PlanCategory .secPhotoSlider .imgSlider{
        padding-top: 66.67%;
    }
    /* .secPhotoSlider .swiper-button-prev,
    .secPhotoSlider .swiper-button-next{
        display: none;
    } */
    #PlanCategory .secPhotoSlider .swiper-button-prev,
    #PlanCategory .secPhotoSlider .swiper-button-next{
        width: 40px;
        height: 40px;
        margin-top: -15px;
    }
    #PlanCategory .secPhotoSlider .swiper-button-prev::before,
    #PlanCategory .secPhotoSlider .swiper-button-next::before {
        width: 12px;
        height: 12px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    #PlanCategory .secPhotoSlider .swiper-button-next{
        right: -25px;
    }
    #PlanCategory .secPhotoSlider .swiper-button-prev{
        left: -25px;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-button-prev,
    #PlanCategory .secPhotoSlider .boxThumb .swiper-button-next{
        top: 0;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-button-next {
        right: 5px;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-button-prev {
        left: 5px;
    }
    #PlanCategory .secPhotoSlider .swiper-pagination{
        position: static;
        padding-top: 15px;
    }
    #PlanCategory .secPhotoSlider .swiper-pagination-bullet{
        background: #e7e7e7;
        margin: 5px !important;
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    #PlanCategory .secPhotoSlider .swiper-pagination-bullet-active{
        background: #af0c14;
    }
    #PlanCategory .secPhotoSlider .boxThumb {
        width: 100%;
        background-color: #262626;
        margin: 30px auto 0;
        padding: 20px 0;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-container {
        width: 84%;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-wrapper {
        justify-content: flex-start;
    }
    #PlanCategory .secPhotoSlider .boxThumb .swiper-slide {
        width: 72px!important;
    }
    #PlanCategory .secPhotoSlider::after{display: none;}
}
/* ▲index_plan.css */

/* ▼index_access.css */
/*----- secDevelop -----*/
#AccessCategory .secDevelop{
    margin: 0 auto;
}
#AccessCategory .secDevelop .devBox{
    position: relative;
    margin-top: 0px;
}
#AccessCategory .secDevelop .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 705px;
}
#AccessCategory .secDevelop .txtBox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 490px;
    height: 440px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    padding-left: 70px;
}
#AccessCategory .secDevelop .txtBox .tit{
    font-size: 24px;
    letter-spacing:3.5px;
}
#AccessCategory .secDevelop .txtBox .txt{
    font-size: 18px;
    line-height: 50px;
    margin-top: 25px;
    letter-spacing: 1.5px;
}
#AccessCategory .secDevelop .imgBox {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0 0;
    position: relative;
}
@media only screen and (max-width:767px){
    #AccessCategory .secDevelop .secTitBox .engTit {
        width: 254px;
    }
    #AccessCategory .secDevelop .devBox{
        position: relative;
    }
    #AccessCategory .secDevelop .wrapper{
        position: static;
        height: auto;
    }
    #AccessCategory .secDevelop .txtBox{
        right: auto;
        left: 15px;
        width: 68%;
        height: 190px;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        z-index: 2;
        padding-left: 0;
    }
    #AccessCategory .secDevelop .txtBox .tit{
        font-size: 18px;
        letter-spacing:1.5px;
    }
    #AccessCategory .secDevelop .txtBox .txt{
        font-size: 12px;
        line-height: 1.7;
        margin-top: 15px;
        letter-spacing: .5px;
    }
    #AccessCategory .secDevelop .imgBox {
        width: calc(225 / 375 * 100%);
        height: auto;
        margin: 0 0 0 auto;
    }
    #AccessCategory .secDevelop .imgBox img{
        height: 100%;
    }
}

/*----- secStation -----*/
.secStation{
    margin: 100px auto 0;
}
.secStation .stationList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.secStation .stationList::after {
    display: block;
    content:"";
    width: 22.5%;
}
.secStation .stationList li{
    width: 22.5%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 31px;
    margin-bottom: 40px;
}
.secStation .stationList li .txtBox{
    padding: 10px 15px 0;
    text-align: left;
    width: 100%;
}
.secStation .stationList li .txtBox .top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.secStation .stationList li .txtBox .tit + .tit{
    font-size: 18px;
    margin-bottom: 0;
}
.secStation .stationList li .txtBox .num{
    font-size: 40px;
}
.secStation .stationList li .txtBox .tit{
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.secStation .stationList li .txtBox .txt{
    font-size: 13px;
    margin-top: 15px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secStation{
        margin: 50px auto 0;
    }
    .secStation .secTitBox .engTit {
        width: 124px;
    }
    .secStation .stationList{
        margin: 20px auto 0;
    }
    .secStation .stationList li{
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        flex-direction: row;
    }
    .secStation .stationList li .img{
        width: 61.24%;
    }
    .secStation .stationList li .txtBox{
        padding: 0 0 0 15px;
        text-align: left;
    }
    .secStation .stationList li .txtBox .top{
        display: block;
    }
    .secStation .stationList li .txtBox .tit + .tit{
        margin: 13px 0 0;
    }
    .secStation .stationList li .txtBox .tit + .tit,
    .secStation .stationList li .txtBox .num{
        font-size: 19px;
    }
    .secStation .stationList li .txtBox .tit{
        font-size: 14px;
        letter-spacing: .5px;
    }
    .secStation .stationList li .txtBox .txt{
        font-size: 12px;
        margin-top: 0;
        letter-spacing: 1px;
    }
}

/*----- secMap -----*/
.secMap{
    margin: 100px auto 0;
}
.secMap .imgBox{
    position: relative;
    margin: 37px auto 0;
}
.secMap .imgBox .imgTit{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.secMap .iconScale{
    display: block;
    pointer-events: none;
}
@media only screen and (max-width:767px){
    .secMap{
        margin: 70px auto 0;
    }
    .secMap .secTitBox .engTit{
        width: 180px;
    }
    .secMap .imgBox{
        margin: 19px auto 0;
    }
    .secMap .iconScale{
        pointer-events: auto;
        position: relative;
    }
    .secMap .iconScale::after {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
        display: block;
        bottom: 14px;
        right: 14px;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        background-image: url(../img/iconScale_plan.gif);
    }
    .secMap .imgBox .imgTit{
        position: static;
        color: #fff;
        text-align: right;
        margin-top: 10px;
        line-height: 1.3;
    }
}

/* ▲index_access.css */
/* ▼index_location.css */
/*----- secHero -----*/
.secHero{
    position: relative;
}
.secHero .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 0; */
    height: 760px;
    /* padding-top: 40.99%; */
}
.secHero .txtBox{
    position: absolute;
    top: -80px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 440px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
}
.secHero .txtBox .tit{
    font-size: 35px;
    letter-spacing:3.5px;
}
.secHero .txtBox .txt{
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    letter-spacing: 1.5px;
}
/* secPhotoSlider */
#LocationCategory .secPhotoSlider{
    overflow: hidden;
}
#LocationCategory .secPhotoSlider .imgSlider{
    height: 0;
    padding-top: 58.75%;
}
#LocationCategory .secPhotoSlider .boxSlider{
    max-width: 1200px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
#LocationCategory .secPhotoSlider .boxSlider .swiper-container{
    width: 1200px;
    overflow: visible;
}
#LocationCategory .secPhotoSlider .boxThumb{
    width: 1200px;
    margin: -55px auto 0;
    position: relative;
}
#LocationCategory .secPhotoSlider .boxThumb .swiper-container{
    overflow: hidden;
}
#LocationCategory .secPhotoSlider .boxThumb .swiper-slide,
#LocationCategory .secPhotoSlider .boxThumb .swiper-slide-active{
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease-out;
    cursor: pointer;
}
#LocationCategory .secPhotoSlider .boxThumb .swiper-container{
    width: 590px;
    margin: 0 0 0 auto;
}
#LocationCategory .secPhotoSlider .boxThumb.center .swiper-wrapper{
    justify-content: flex-start;
}
#LocationCategory .secPhotoSlider .boxThumb .swiper-slide{
    border: #fff solid 5px;
}
#LocationCategory .secPhotoSlider .boxThumb .swiper-slide-thumb-active{
    border: #f7c000 solid 5px;
}
#LocationCategory .secPhotoSlider .imgThumb{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
#LocationCategory .secPhotoSlider .swiper-button-prev,
#LocationCategory .secPhotoSlider .swiper-button-next,
#LocationCategory .secPhotoSlider .swiper-button-prev::after,
#LocationCategory .secPhotoSlider .swiper-button-next::after{
	display: none;
}
@media only screen and (max-width:767px){
    .secHero{
        position: relative;
    }
    .secHero .wrapper{
        position: static;
        height: auto;
        padding-top: 0;
        margin-bottom: -30px;
        z-index: 2;
        position: relative;
        width: 84%;
    }
    .secHero .txtBox{
        position: static;
        padding-bottom: 15px;
        margin: auto;
        width: 100%;
        height: auto;
        align-items: center;
        text-align: center;
    }
    .secHero .txtBox .tit{
        font-size: 30px;
        line-height: calc(45 / 30);
        letter-spacing: 1.5px;
    }
    .secHero .txtBox .txt{
        font-size: 13px;
        line-height: 30px;
        margin-top: 20px;
        letter-spacing: 0;
    }
    #LocationCategory .secPhotoSlider{
        position: relative;
    }
    #LocationCategory .secPhotoSlider .boxSlider{
        width: 100%;
        position: relative;
    }
    #LocationCategory .secPhotoSlider .boxSlider .swiper-container{
        width: 92%;
    }
    #LocationCategory .secPhotoSlider .imgSlider{
        padding-top: calc(600 / 690 * 100%);
    }
    #LocationCategory .secPhotoSlider .boxThumb{
        width: 92%;
        margin: 10px auto 0;
    }
    #LocationCategory .secPhotoSlider .boxThumb .swiper-slide{
        width: 60px!important;
    }
}


/*----- secLiving -----*/
.secLiving{
    margin: 120px auto 0;
}
.secLiving .livingList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.secLiving .livingList li{
    width: 22.5%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 31px;
    margin-bottom: 40px;
}
.secLiving .livingList li .txtBox{
    padding: 25px 15px 0;
    text-align: left;
    width: 100%;
}
.secLiving .livingList li .txtBox .tit{
    font-size: 18px;
    line-height: calc(25 / 18);
    letter-spacing: .5px;
}
.secLiving .livingList li .txtBox .txt{
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secLiving{
        margin: 50px auto 0;
    }
    .secLiving .secTitBox .engTit {
        width: 264px;
    }
    .secLiving .livingList{
        margin: 20px auto 0;
    }
    .secLiving .livingList li{
        width: 49.276%;
        padding: 5px 5px 15px;
        margin-bottom: 5px;
    }
    .secLiving .livingList li .txtBox{
        padding: 12px 0px 0;
        text-align: center;
    }
    .secLiving .livingList li .txtBox .tit{
        font-size: 12px;
        letter-spacing: .5px;
    }
    .secLiving .livingList li .txtBox .txt{
        font-size: 13px;
        margin-top: 9px;
        letter-spacing: 1px;
    }
}

/*----- secPark -----*/
.secPark{
    margin: 80px auto 0;
}
.secPark .secTitBox .jpTitMin {
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    text-align: center;
}
.secPark .parkList {
    color: #fff;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.secPark .parkList .item{
    width: 48.959%;
}
.secPark .parkList .item .txt{
    font-size: 16px;
    margin-top: 26px;
}
.secPark .parkList .item:nth-child(odd){
    text-align: right;
}
@media only screen and (max-width:767px){
    .secPark{
        margin: 66px auto 0;
    }
    .secPark .secTitBox .engTit{
        width: 78px;
    }
    .secPark .secTitBox .jpTitMin {
        font-size: 13px;
        line-height: 24px;
        margin-top: 18px;
    }
    .secPark .parkList {
        margin-top: 20px;
        flex-direction: column;
    }
    .secPark .parkList .item{
        width: 100%;
    }
    .secPark .parkList .item .txt{
        margin-top: 20px;
        text-align: center;
    }
    .secPark .parkList .item:nth-child(odd){
        text-align: center;
        margin-bottom: 18px;
    }
}


/*----- secDevelop -----*/
#LocationCategory .secDevelop{
    margin: 120px auto 0px;
}
#LocationCategory .secDevelop .devBox{
    position: relative;
    margin-top: 40px;
}
#LocationCategory .secDevelop .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 705px;
}
#LocationCategory .secDevelop .txtBox{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 520px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
}
#LocationCategory .secDevelop .txtBox .tit{
    font-size: 40px;
    line-height: 70px;
    letter-spacing:3.5px;
}
#LocationCategory .secDevelop .txtBox .txt{
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    letter-spacing: 1.5px;
}
#LocationCategory .secDevelop .imgBox {
    max-width: 1200px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
@media only screen and (max-width:767px){
    #LocationCategory .secDevelop{
        margin: 66px auto 0px;
    }
    #LocationCategory .secDevelop .secTitBox .engTit {
        width: 186px;
    }
    #LocationCategory .secDevelop .devBox{
        position: relative;
        margin-top: 40px;
    }
    #LocationCategory .secDevelop .wrapper{
        position: static;
        height: auto;
    }
    #LocationCategory .secDevelop .txtBox{
        left: 15px;
        width: 66.67%;
        height: 340px;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        z-index: 2;
    }
    #LocationCategory .secDevelop .txtBox .tit{
        font-size: 18px;
        line-height: 35px;
        letter-spacing:1.5px;
    }
    #LocationCategory .secDevelop .txtBox .txt{
        font-size: 11px;
        line-height: 20px;
        margin-top: 5px;
        letter-spacing: .5px;
    }
    #LocationCategory .secDevelop .imgBox {
        width: 60%;
    }
}
@media only screen and (max-width:360px){
    #LocationCategory .secTitBox .jpTit{
        font-size: 14px;
    }
    #LocationCategory .secDevelop .txtBox .tit{
        font-size: 15px;
        line-height: calc(35 / 18);
    }
}
/* ▲index_location.css */

/* ▼index_equipment.css */
/*----- secDevelop -----*/
#EquipmentCategory .secDevelop{
    margin: 0 auto;
}
#EquipmentCategory .secDevelop .devBox{
    position: relative;
    margin-top: 40px;
}
#EquipmentCategory .secDevelop .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 705px;
}
#EquipmentCategory .secDevelop .txtBox{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 440px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
}
#EquipmentCategory .secDevelop .txtBox .tit{
    font-size: 40px;
    letter-spacing:.5px;
}
#EquipmentCategory .secDevelop .txtBox .txt{
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    letter-spacing: 1.5px;
}
#EquipmentCategory .secDevelop .imgBox {
    max-width: 1200px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
@media only screen and (max-width:767px){
    #EquipmentCategory .secDevelop{
        margin: 0 auto;
    }
    #EquipmentCategory .secDevelop .secTitBox .engTit {
        width: 254px;
    }
    #EquipmentCategory .secDevelop .devBox{
        position: relative;
        margin-top: 40px;
    }
    #EquipmentCategory .secDevelop .wrapper{
        position: static;
        height: auto;
    }
    #EquipmentCategory .secDevelop .txtBox{
        right: auto;
        left: 15px;
        width: 68%;
        height: 190px;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        z-index: 2;
        padding-left: 0;
    }
    #EquipmentCategory .secDevelop .txtBox .tit{
        font-size: 18px;
        letter-spacing:1.8px;
    }
    #EquipmentCategory .secDevelop .txtBox .txt{
        font-size: 12px;
        line-height: 1.7;
        margin-top: 15px;
        letter-spacing: .5px;
    }
    #EquipmentCategory .secDevelop .imgBox {
        width: 60%;
        height: 214px;
        margin: 0 0 0 auto;
    }
    #EquipmentCategory .secDevelop .imgBox img{
        height: 100%;
    }
}

/*----- secStation -----*/
.secStation{
    margin: 100px auto;
}
.secStation .stationList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.secStation .stationList::after {
    display: block;
    content:"";
    width: 22.5%;
}
.secStation .stationList li{
    width: 22.5%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 31px;
    margin-bottom: 40px;
}
.secStation .stationList li .txtBox{
    padding: 10px 15px 0;
    text-align: left;
    width: 100%;
}
.secStation .stationList li .txtBox .top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.secStation .stationList li .txtBox .tit + .tit{
    font-size: 18px;
    margin-bottom: 0;
}
.secStation .stationList li .txtBox .num{
    font-size: 40px;
}
.secStation .stationList li .txtBox .tit{
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.secStation .stationList li .txtBox .txt{
    font-size: 13px;
    margin-top: 15px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secStation{
        margin: 50px auto 30px;
    }
    .secStation .secTitBox .engTit {
        width: 124px;
    }
    .secStation .stationList{
        margin: 20px auto 0;
    }
    .secStation .stationList li{
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        flex-direction: row;
    }
    .secStation .stationList li .img{
        width: 61.24%;
    }
    .secStation .stationList li .txtBox{
        padding: 0 0 0 15px;
        text-align: left;
    }
    .secStation .stationList li .txtBox .top{
        display: block;
    }
    .secStation .stationList li .txtBox .tit + .tit{
        margin: 13px 0;
    }
    .secStation .stationList li .txtBox .tit + .tit,
    .secStation .stationList li .txtBox .num{
        font-size: 19px;
    }
    .secStation .stationList li .txtBox .tit{
        font-size: 14px;
        letter-spacing: .5px;
    }
    .secStation .stationList li .txtBox .txt{
        font-size: 12px;
        margin-top: 0;
        letter-spacing: 1px;
    }
}

/*----- secZeh -----*/
.secZeh{
    margin: 120px auto 0;
}
.secZeh .inner{
    margin-top: 40px;
    padding: 75px 80px;
    background-color: #fff;
}
.secZeh .inner .w530{
    width: 530px;
}
.secZeh .inner .w490{
    width: 490px;
}
.secZeh .inner .box{
    display: flex;
    justify-content: space-between;
}
.secZeh .inner .box .txtBox.w490{
    margin-top: 10px;
}
.secZeh .inner .box .txtBox .tit{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2.5px;
}
.secZeh .inner .box .txt{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
.secZeh .inner .box .txtBox .txt{
    font-size: 22px;
    line-height: 43px;
    margin-top: 6px;
    letter-spacing: 1px;
}
.secZeh .inner .box  .note{
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}
.secZeh .inner .box.systemBox{
    margin-top: 55px;
}
.secZeh .inner .box.systemBox .imgBox{
    position: relative;
    width: 500px;
}
.secZeh .inner .box.systemBox .imgTit{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a2924;
    width: 100%;
    height: 50px;
}
.secZeh .inner .box.zehBox{
    margin-top: 10px;
    flex-direction: column;
}
.secZeh .inner .box.zehBox .imgBox{
    margin-top: 50px;
}
.secZeh .inner .box.zehBox .box{
    margin-top: 50px;
    border: 1px solid #dbdbdb;
    padding: 0 60px;
    align-items: center;
    height: 260px;
}
.secZeh .inner .box.zehBox .box .imgBox{
    width: 300px;
    margin: 0;
}
.secZeh .inner .box.zehBox .box .txtBox{
    width: 580px;
}
.secZeh .inner .box.zehBox .txtBox .tit{
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 1px;
}
.secZeh .inner .box.zehBox .txtBox .txt{
    font-size: 20px;
    line-height: 36px;
    letter-spacing: .5px;
    margin-top: 14px;
}
@media only screen and (max-width:767px){
    .secZeh{
        margin: 70px auto 0;
    }
    .secZeh .secTitBox .engTit{
        width: 57px;
    }
    .secZeh .inner{
        margin-top: 15px;
        padding: 20px 0;
    }
    .secZeh .inner .w530,
    .secZeh .inner .w490{
        width: 100%;
    }
    .secZeh .inner .w530{
        padding: 0 4px;
    }
    .secZeh .inner .w490{
        width: 100%;
        padding: 0 4%;
    }
    .secZeh .inner .box{
        flex-direction: column;
    }
    .secZeh .inner .box .txtBox.w490{
        margin-top: 10px;
    }
    .secZeh .inner .box .txtBox .tit{
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 2.5px;
    }
    .secZeh .inner .box .txt{
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .secZeh .inner .box .txtBox .txt{
        font-size: 13px;
        line-height: 26px;
        margin-top: 6px;
        letter-spacing: 2px;
    }
    .secZeh .inner .box  .note{
        margin: 5px auto 0;
        font-size: 10px;
        line-height: 15px;
        width: 94.206%;
    }
    .secZeh .inner .box.systemBox{
        margin: 16px auto 0;
        flex-direction: row;
        width: 94.206%;
    }
    .secZeh .inner .box.systemBox .imgBox{
        width: 49.235%;
    }
    .secZeh .inner .box.systemBox .imgTit{
        position: static;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
    }
    .secZeh .inner .box.zehBox{
        width: 94.206%;
        margin: 5px auto 0;
        flex-direction: column;
    }
    .secZeh .inner .box.zehBox .imgBox{
        margin-top: 15px;
    }
    .secZeh .inner .box.zehBox .box{
        margin-top: 30px;
        padding: 25px 20px;
        align-items: center;
        height: auto;
    }
    .secZeh .inner .box.zehBox .box .imgBox{
        width: 150px;
        height: auto;
        margin: 0;
    }
    .secZeh .inner .box.zehBox .box .txtBox{
        width: 100%;
    }
    .secZeh .inner .box.zehBox .txtBox .tit{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #232533;
        margin-top: 15px;
    }
    .secZeh .inner .box.zehBox .txtBox .txt{
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .5px;
        margin-top: 11px;
    }
}
@media only screen and (max-width:360px){
    .secZeh .inner .box.systemBox .imgTit{
        white-space: nowrap;
    }
    .secZeh .inner .box.zehBox .box {
        padding: 25px 17px;
    }
    .secZeh .inner .box.zehBox .txtBox .tit {
        font-size: 18px;
    }
}


/*----- secSW -----*/
.secSW{
    margin-top: 120px;
}
.secSW .inner{
    margin-top: 40px;
    padding: 100px 80px;
    background-color: #fff;
}
.secSW .inner .fBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secSW .inner .top.fBox{
    align-items: flex-start;
}
.secSW .inner .top .imgBox{
    width: 368px;
}
.secSW .inner .top .txtBox{
    width: 60%;
}
.secSW .inner .top .txtBox .tit{
    font-size: 30px;
    line-height: 50px;
}
.secSW .inner .top .txtBox .txt{
    font-size: 22px;
    line-height: 50px;
    margin-top: 15px;
}
.secSW .inner .swList{
    margin-top: 50px;
}
.secSW .inner .swList .item{
    border: 1px solid #dbdbdb;
    padding: 35px 30px;
}
.secSW .inner .swList .item.imgItem{
    padding: 19px 30px;
}
.secSW .inner .swList .item + .item{
    margin-top: 40px;
}

.secSW .inner .swList .item .txtBox{
    width: 634px;
}
@media only screen and (min-width:768px){
    .secSW .inner .swList .item.imgItem{
        justify-content: center;
    }
    .secSW .inner .swList .item.imgItem .txtBox{
        flex: 1;
        padding-left: 50px;
    }
    .secSW .inner .swList .item.imgItem .txtBox .img{
        max-width: 525px;
    }
}
.secSW .inner .swList .item .txtBox .tit{
    font-size: 22px;
    letter-spacing: 1px;
}
.secSW .inner .swList .item .txtBox .txt{
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
    letter-spacing: .5px;
}
.secSW .inner .swList .item .txtBox .min{
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    letter-spacing: .7px;
}
.secSW .inner .swList .item .imgBox{
    width: 320px;
}
.secSW .inner .swList .item .imgBox.w100p{
    width: 100%;
}
#EquipmentCategory .iconScale{
    position: relative;
}
#EquipmentCategory .iconScale::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    bottom: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-image: url(../img/iconScale_plan.gif);
}
@media only screen and (max-width:767px){
    .secSW{
        margin-top: 70px;
    }
    .secSW .secTitBox .engTit {
        width: 178px;
    }
    .secSW .inner{
        margin-top: 20px;
        padding: 18px 2.9%;
    }
    .secSW .inner .fBox{
        flex-direction: column;
    }
    .secSW .inner .top.fBox{
        flex-direction: column-reverse;
    }
    .secSW .inner .top .imgBox{
        width: 170px;
        height: auto;
        margin: 10px auto 0;
    }
    .secSW .inner .top .txtBox{
        width: 100%;
    }
    .secSW .inner .top .txtBox .tit{
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .secSW .inner .top .txtBox .txt{
        font-size: 13px;
        line-height: 26px;
        margin-top: 10px;
    }
    .secSW .inner .swList{
        margin-top: 50px;
    }
    .secSW .inner .swList .item{
        padding: 11px 8px;
    }
    .secSW .inner .swList .item + .item{
        margin-top: 10px;
    }
    .secSW .inner .swList .item .imgBox{
        width: 100%;
        order: 1;
    }
    .secSW .inner .swList .item .txtBox{
        width: 100%;
        order: 2;
        margin: 15px 0 0 0;
    }
    .secSW .inner .swList .item .txtBox .tit{
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }
    .secSW .inner .swList .item .txtBox .txt{
        font-size: 13px;
        line-height: 26px;
        margin-top: 5px;
        letter-spacing: 1px;
    }
    .secSW .inner .swList .item .txtBox .min {
        font-size: 11px;
        line-height: 20px;
        margin-top: 9px;
        letter-spacing: 0;
    }
    .secSW .inner .swList .item.imgItem {
        padding: 29px 8px 38px;
    }
    .secSW .inner .swList .item.imgItem .imgBox{
        width: 160px;
    }
    .secSW .inner .swList .item.imgItem .txtBox{
        margin-top: 18px;
    }
}


/*----- secOther  -----*/
.secOther {
    margin: 120px 0 100px;
}
.secOther .secTitBox .minTit{
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
}
.secOther .otherList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.secOther .otherList li{
    width: 31.667%;
    min-height: 380px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.secOther .otherList li .img{
    margin: 10px auto 14px;
}
.secOther .otherList li  .tit{
    font-size: 16px;
    letter-spacing: .5px;
}
.secOther .otherList li  .txt{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
}
@media only screen and (max-width:767px){
    .secOther{
        margin: 50px auto 40px;
    }
    .secOther .secTitBox .engTit {
        width: 281px;
    }
    .secOther .secTitBox .minTit{
        font-size: 13px;
        line-height: 26px;
        margin-top: 18px;
        text-align: center;
    }
    .secOther .otherList{
        margin: 15px auto 0;
    }
    .secOther .otherList li{
        width: 100%;
        padding: 15px 10px;
        margin-bottom: 10px;
        text-align: left;
        min-height: auto;
    }
    .secOther .otherList li .img{
        margin: 10px auto;
    }
    .secOther .otherList li .tit{
        font-size: 14px;
        letter-spacing: .5px;
    }
    .secOther .otherList li .txt{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .4px;
    }
}

/* ▲index_equipment.css */
/* ▲index_renewal.css */
@media only screen and (max-width:767px){
    #header .logo{
        width: 152px;
    }
    .secInfo .item .tit .titEng.type_location{
        width: 120px;
    }
    .secLinkList .linkList .item .bgBox{
        align-items: flex-end;
        padding-top: 0;
    }
    footer .top .tit{
        width: 242px;
    }
    #header{
        padding-right: 50px;
    }
    #menu .imgLogo{
        width: 152px;
    }
}
#gNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 100;
    transition: 0.5s;
}
#gNav.active{
    transform: translateY(0);
}
#gNav .linkList{
    background-color: #fff;
    border-radius: 2px;
    height: 100px;
    box-shadow: 0 3px 6px rgba(79, 75, 70, 0.33);
}
#gNav .list{
    display: flex;
    height: 100%;
}
#gNav .item{
    width: calc(100% / 6);
}
#gNav .item a,
#gNav .item .aBox{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
#gNav .item a::after,
#gNav .item .aBox::after{
    content:"";
    display:inline-block;
    width:1px;
    height:30px;
    background-color:rgba(40, 47, 56, 0.25);
    position:absolute;
    margin: auto;
    top:0;
    bottom: 0;
    right:0;
}
#gNav .item:last-child a::after,
#gNav .item:last-child .aBox::after{
    display: none;
}
#gNav .linkBox{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#gNav .jpTit{
    font-size: 12px;
    margin-top: 13px;
}
@media only screen and (max-width:767px){
    #gNav{
        display: none;
    }
}

/*----- secCategory -----*/
.secCategory{
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-color: #000;
}
@media only screen and (max-width:767px){
    .secCategory{
        padding: 50px 0;
    }
}
/*----- secIndexTitlebox -----*/
.secLinkList .linkList .category_item{
    background-color: #000;
}
.secIndexTitlebox{
    width: 100%;
    color: #fff;
    padding-top: 132px;
}
.secIndexTitlebox .titEngbox{
    text-align: left;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.secIndexTitlebox .imgtitEng{
    display: inline-block;
}
.secIndexTitlebox .imgtitEng img{
    width: auto;
    height: 50px;
}
.secIndexTitlebox .eng_linearea{
    flex: 1;
    padding-left:50px;
}
@media only screen and (min-width:768px){
    #EquipmentCategory .secIndexTitlebox .imgtitEng img{
        height: 57px;
    }
    #EquipmentCategory .secIndexTitlebox .eng_linearea{
        padding-bottom: 7px;
    }
}
.secIndexTitlebox .eng_linearea .lineIn{
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}
.secIndexTitlebox .eng_linearea .lineIn::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color:#f7c000;
    right: 0;
    top: 0;
}
.secIndexTitlebox .jptit{
    font-size: 25px;
    line-height: calc(60 / 25);
    margin-top: 31px;
    letter-spacing: 0.2em;
}
@media only screen and (max-width:767px){
    .secIndexTitlebox{
        padding-top: 50px;
        text-align: center;
    }
    .secIndexTitlebox .titEngbox{
        display: block;
        text-align: center;
        position: relative;
        padding-bottom: 22px;
    }
    .secIndexTitlebox .titEngbox::after{
        content: "";
        position: absolute;
        width: 35px;
        height: 1px;
        background-color:#f7c000;
        bottom: 0;
        left: calc(50% - 17.5px);
    }
    .secIndexTitlebox .imgtitEng{
        display: inline-block;
    }
    .secIndexTitlebox .imgtitEng img{
        height: 24px;
    }
    #EquipmentCategory .secIndexTitlebox .imgtitEng img{
        height: 29px;
    }
    .secIndexTitlebox .eng_linearea{
        display: none;
    }
    .secIndexTitlebox .jptit{
        font-size: 16px;
        line-height: calc(36 / 16);
        margin-top: 11px;
        letter-spacing: 0.1em;
    }
}