@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secFirstview */
.secFirstview{
    position: relative;
    overflow: hidden;
    height: 520px;
}
.secFirstview .titImg{
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}
@media only screen and (max-width:767px){
    .secFirstview{
        height: auto;
    }
    .secFirstview .titImg{
        position: static;
    }
}

/* secTop */
.secTop{
    margin-top: 66px;
}
.secTop .txtTop{
    text-align: center;
    font-size: 25px;
    letter-spacing: 2.4px;
    margin-top: 43px;
    font-weight: 700;
}
.secTop .txt51{
    font-weight: bold;
    font-size: 51px;
    color: #ff4200;
    vertical-align: -2px;
}
.secTop .itemBox{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.secTop .item{
    width: 30%;
}
.secTop .imgBox{
    position: relative;
}
.secTop .numBox{
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4200;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 25px);
}
.secTop .txt{
    font-size: 15px;
    text-align: center;
    line-height: 1.73;
    margin-top: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
@media only screen and (max-width:767px){
    .secTop{
        margin-top: 36px;
    }
    .secTop .txtTop{
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.5;
        margin-top: 34px;
    }
    .secTop .txt51{
        font-size: 30px;
        vertical-align: -1px;
        line-height: 1.2;
    }
    .secTop .itemBox{
        display: block;
        margin-top: 16px;
    }
    .secTop .item{
        width: 100%;
        margin-right: 0;
    }
    .secTop .itemBox .item:nth-child(n+4){
        margin-top: auto;
    }
    .secTop .itemBox .item:nth-child(n+2){
        margin-top: 33px;
    }
    .secTop .imgNum{
        width: 19px;
    }
    .secTop .itemBox .item:first-child .imgNum{
        width: 18px;
    }
    .secTop .txt{
        margin-top: 32px;
        letter-spacing: 0.4px;
    }
}
@media only screen and (max-width:359px){
    .secTop .txt{
        letter-spacing: 0px;
        font-size: 13px;
    }
}
/* secStore */
.secStore{
    position: relative;
    margin-top: 83px;
    padding: 73px 0 70px;
    background: #ebecea;
}
.secStore .titBox{
    position: absolute;
    top: -17px;
    left: calc(50% - 47px);
}
.secStore .titEng{
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}
.secStore .titJpn{
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
    color: #2b8bbd;
}
.secStore .bgBox{
    background: #fff;
    padding: 29px 40px;
    display: flex;
    align-items: center;
}
.secStore .tableBox{
    margin-left: 69px;
    padding-bottom: 20px;
    width: 100%;
}
.secStore table{
    width: 100%;
}
.secStore tr{
    border-bottom: 1px solid #dcdcdc;
}
.secStore th{
    width: 95px;
    font-size: 15px;
    letter-spacing: 1px;
}
.secStore td{
    width: calc(100% - 95px);
    font-size: 15px;
    line-height: 1.46;
    padding: 17px 0 14px;
    letter-spacing: 0.5px;
}
.secStore .mapTxt{
    color: #0070d8;
}
@media only screen and (max-width:767px){
    .secStore{
        margin-top: 65px;
        padding: 56px 0 40px;
    }
    .secStore .titBox{
        top: -13px;
        left: calc(50% - 38px);
    }
    .secStore .titEng{
        font-size: 26px;
        letter-spacing: 2px;
    }
    .secStore .titJpn{
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 12px;
    }
    .secStore .bgBox{
        padding: 15px 4.35%;
        display: block;
    }
    .secStore .tableBox{
        margin-left: 0;
        padding-bottom: 0;
        margin-top: 6px;
    }
    .secStore table{
        display: block;
    }
    .secStore tbody{
        display: block;
    }
    .secStore tr{
        display: block;
    }
    .secStore th{
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-top: 15px;
    }
    .secStore td{
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 1.38;
        padding: 8px 0 10px;
    }
    .secStore table tr:last-child{
        border-bottom: none;
    }
}
@media only screen and (max-width:359px){
    .secStore td{
        font-size: 12px;
    }
}
/* secFlow */
.secFlow{
    margin-top: 80px;
}
.secFlow .topTit{
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 1000px;
    height: 50px;
    background: #212329;
    border-radius: 25px;
    margin: 0 auto;
}
.secFlow .img{
    margin-top: 51px;
    text-align: center;
}
.secFlow .link{
    display: block;
    text-decoration: none;
    margin: 58px auto 0;
    width: 776px;
    border: 1px solid #212329;
    padding-bottom: 26px;
}
.secFlow .topBox{
    height: 45px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: #212329;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secFlow .flexBox{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 21px;
    padding-left: 11px;
}
.secFlow .telNum{
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-left: 15px;
    color: #212329;
}
.secFlow .subTxt{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.7px;
    margin-top: 11px;
    color: #212329;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin-top: 39px;
    }
    .secFlow .topTit{
        font-size: 16px;
        letter-spacing: 2px;
        width: 100%;
        padding-top: 0;
    }
    .secFlow .img{
        margin: 12px auto 0;
        width: 90.4vw;
    }
    .secFlow .link{
        margin: 38px auto 0;
        width: 100%;
        max-width: 380px;
        padding-bottom: 19px;
    }
    .secFlow .topBox{
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .secFlow .flexBox{
        margin-top: 14px;
        padding-left: 3px;
    }
    .secFlow .icon{
        width: 26px;
        flex-shrink: 0;
    }
    .secFlow .telNum{
        font-size: 36px;
        letter-spacing: 4px;
        margin-left: 7px;
    }
    .secFlow .subTxt{
        font-size: 12px;
        letter-spacing: 1.4px;
        margin-top: 9px;
    }
}
@media only screen and (max-width:359px){
    .secFlow .topBox{
        font-size: 11px;
    }
}
/* secContact */
.secFormTable table tr:first-child td{
    padding-top: 52px;
}
.secFormTable .caleTop{
    font-size: 15px;
    margin-bottom: 10px;
}
.secFormTable .caleTop.bot{
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secFormTable table tr:first-child td{
        padding-top: 9px;
    }
    .secFormTable .caleTop.bot{
        margin-top: 14px;
    }
}