@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* contactBox */
.contactBox{
    margin-top: 1px;
}
.contactBox + .contactBox{
    display: none;
}
.contactBox.lazyloaded{
    background: url(../img/index/bgContact.jpg) center top / cover no-repeat;
}
.contactBox .contactLinkBox{
    text-align: center;
    padding: 103px 0;
}
.contactBox .jpTxt{
    font-size: var(--pcFontSize34);
}
.contactBox .btnList{
    max-width: 580px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactBox .btnItem {
    width: 100%;
}
.contactBox .btnItem + .btnItem{
    margin-top: 20px;
}
.contactBox a {
    width: 100%;
    height: 100px;
    border-radius: 50px;
    font-size: var(--pcFontSize28);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.contactBox .btnItem01 a {
    background-color: #1b536d;
}
.contactBox .btnItem02 a {
    background-color: #95884a;
}
.contactBox  a span{
    position: relative;
    display: inline-block;
    padding-left: 39px;
}
.contactBox  a span::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 22px;
}
.contactBox .btnItem01.lazyloaded a span::before{
    background: url(../img/index/iconBtn01.gif) center top / cover no-repeat;
}
.contactBox .btnItem02.lazyloaded a span::before{
    background: url(../img/index/iconBtn02.gif) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .contactBox .contactLinkBox{
        padding: 52px 0;
    }
    .contactBox .jpTxt{
        font-size: var(--spFontSize16);
    }
    .contactBox .btnList{
        margin-top: 20px;
        width: 86.57%;
    }
    .contactBox .btnItem + .btnItem{
        margin-top: 10px;
    }
    .contactBox a {
        height: 50px;
        border-radius: 25px;
        font-size: var(--spFontSize14);
    }
    .contactBox  a span{
        padding-left: 20px;
    }
    .contactBox  a span::before{
        width: 15px;
        height: 11px;
    }
}

/* editBox */
.editBox{
    background-color: #fff;
}
.bgEditTitBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 370px;
}
.editTitBox{
    text-align: center;
}
.editTitBox .engTit{
    font-size: var(--pcFontSize60);
}
.editTitBox .engTit .minTit{
    font-size: var(--pcFontSize40);
}
.editTitBox .jpTit{
    font-size: var(--pcFontSize30);
    margin-top: 10px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .bgEditTitBox{
        height: 185px;
    }
    .editTitBox .engTit{
        font-size: var(--spFontSize29);
        letter-spacing: var(--spLetterSpacing29_0);
    }
    .editTitBox .engTit .minTit{
        font-size: var(--spFontSize19);
    }
    .editTitBox .jpTit{
        font-size: var(--spFontSize14);
        margin-top: 8px;
    }
}

/* conceptBox */
.conceptBox{
    margin-top: 1px;
    position: relative;
}
.conceptBox .editTitBox{
    padding-top: 129px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width:767px){
    .conceptBox .editTitBox{
        padding-top: 65px;
    }
}

/* locationBox */
.locationBox{
    margin-top: 1px;
    padding-bottom: 130px;
    background-color: var(--lightSubColor);
}
.locationBox .bgEditTitBox.lazyloaded{
    background: url(../img/index/bgLocation.jpg) center top / cover no-repeat;
}
.locationBox .secMap{
    text-align: center;
    margin-top: 70px;
}
.locationBox .secMap iframe{
    max-width: 100%;
    width: 100%;
    height: 470px;
}
.locationBox .mapBox .mapTit{
    margin: 40px auto;
    text-align: center;
    font-size: var(--pcFontSize22);
}
.locationBox .mapBox a{
    margin: 0 auto;
    width: 450px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize21);
    color: #fff;
    background-color: var(--lightKeyColor);
    border-radius: 45px;
    text-decoration: none;
}
.locationBox .mapBox span{
    position: relative;
    display: inline-block;
    padding-left: 34px;
}
.locationBox .mapBox span::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 20px;
}
.locationBox .mapBox.lazyloaded span::before{
    background: url(../img/index/iconMap.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .locationBox{
        padding-bottom: 65px;
    }
    .locationBox .secMap{
        width: 100%;
        height: 0;
        padding-top: 70.15%;
        position: relative;
        margin-top: 33px;
    }
    .locationBox .secMap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .locationBox .mapBox .mapTit{
        margin: 20px auto;
        font-size: var(--spFontSize11);
    }
    .locationBox .mapBox a{
        width: 225px;
        height: 45px;
        font-size: var(--spFontSize11);
        border-radius: 23px;
    }
    .locationBox .mapBox span{
        padding-left: 15px;
    }
    .locationBox .mapBox span::before{
        width: 8px;
        height: 10px;
    }
}

/* designBox */
.designBox{
    margin-top: 1px;
    background-color: var(--lightKeyColor);
}
.designBox .bgEditTitBox.lazyloaded{
    background: url(../img/index/bgDesign.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
}

/* equipmentBox */
.equipmentBox{
    margin-top: 1px;
    background-color: var(--lightKeyColor);
}
.equipmentBox .bgEditTitBox.lazyloaded{
    background: url(../img/index/bgEquipment.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
}

/* planBox */
.planBox{
    margin-top: 1px;
    background-color: var(--lightSubColor);
}
.planBox .bgEditTitBox.lazyloaded{
    background: url(../img/index/bgPlan.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
}

/* galleryBox */
.galleryBox{
    margin-top: 1px;
    padding: 130px 0 140px;
    background-color: var(--lightKeyColor);
}
.galleryBox .editTitBox{
    margin-bottom: 80px;
}
@media only screen and (max-width:767px){
    .galleryBox{
        padding: 65px 0 70px;
    }
    .galleryBox .editTitBox{
        margin-bottom: 40px;
    }
}

/* afterBox */
.afterBox{
    margin-top: 1px;
    background-color: var(--lightSubColor);
}
.afterBox .bgEditTitBox.lazyloaded{
    background: url(../img/index/bgAfter.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
}
/* overBox */
.overBox{
    background-color: var(--lightKeyColor);
    padding-bottom: 120px;
}
.overBox .editTitBox{
    padding: 128px 0 70px;
}
@media only screen and (max-width:767px){
    .overBox{
        padding-bottom: 60px;
    }
    .overBox .editTitBox{
        padding: 64px 0 35px;
    }
}