@charset "utf-8";
/* secCmntitle */
.secCmntitle {
    background-image: url(../img/reason/imgTitle.jpg);
}
.secCmntitle .titleinner {
    color: #fff;
}
@media only screen and (max-width:1215px){
    .secCmntitle {
        background-image: url(../img/reason/imgTitle_sp.jpg);
    }
    .secCmntitle .titleEng {
        width: 12.2rem;
        margin: 0 auto;
    }
}
/* secContactBnr */
.secContactBnr{
    margin-top: 15rem;
}
.secContactBnr .bnrlink{
    display: block;
    border-radius:0.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .secContactBnr{
        margin-top: 3rem;
    }
    .secContactBnr .bnrlink{
        border-radius:1rem;
        max-width: 67rem;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
    secTelBox
-----------------------------------------------*/
.secTelBox{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--linkColor);
    border-radius: 0.5rem;
    margin-top: 10rem;
    font-weight: bold;
}
.secTelBox .boxInner{
    display: flex;
    flex-direction: column;
    padding: 4.8rem;
    align-items: center;
}
.secTelBox .txtTop{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_100);
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.secTelBox .txtTop:before{
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.3rem;
    background: var(--keyColor);
    bottom: 0;
    left: calc(50% - 2.5rem);
}
.secTelBox .telNum{
    font-size: var(--pcFontSize35);
    letter-spacing: var(--pcLetterSpacing35_30);
    margin-bottom: 1.7rem;
}
.secTelBox .txtDay{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_100);
    margin-bottom: 1.7rem;
}
.secTelBox .txtAddress{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_100);
}

@media only screen and (max-width:1215px){
    .secTelBox{
        margin-top: 3rem;
    }
    .secTelBox .boxInner{
        padding: 4rem 0 2.8rem;
    }
}
@media only screen and (max-width:360px){
    .secTelBox .txtDay {
        font-size: var(--pcFontSize12);
    }
}

/* secReason */
.secReason{
    padding-top: 8.5rem;
}
.secList{
    width: 100%;
}
.secList .title{
    font-size: var(--pcFontSize45);
    line-height: var(--pcLineHeight45_70);
    text-align: center;
    color: var(--linkColor);
}
.secList .title .colorOrange{
    color: var(--keyColor);
}
/* secList */
.secList .list{
    width: 100%;
    display: flex;
    margin-top: 6.5rem;
}
.secList .Item{
    width: calc((100% - 12rem) / 4);
    position: relative;
}
@media only screen and (min-width:1216px){
    .secList .Item + .Item{
        margin-left: 4rem;
    }
}
.secList .numImgbox{
    position: absolute;
    width: 7rem;
    height: auto;
    background-color: var(--ColorWhite);
    top: calc(0% - 1.2rem);
    left: calc(50% - 3.5rem);
    z-index: 2;
    text-align: center;
}
.secList .numImg{
    display: inline-block;
}
.secList .numImg img{
    width: auto;
    height: 2.4rem;
}
.secList .Item:nth-child(3) .numImg img,
.secList .Item:nth-child(4) .numImg img{
    height: 2.6rem;
}
.secList .ItemInner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    border: 1px solid;
    border-color: var(--linkColor);
}
.secList .ItemIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secList .ItemIn .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_40);
    font-weight: bold;
    color: var(--keyColor);
    letter-spacing: var(--pcLetterSpacing28_50);
}
.secList .ItemIn .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_32);
    font-weight: bold;
}
@media only screen and (min-width:1216px){
    .secList .ItemIn .txt{
        letter-spacing: var(--pcLetterSpacing15_100);
    }
}
.secList .ItemIn .tit + .txt{
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .secReason{
        padding-top: 3rem;
    }
    .secList .title{
        font-size: var(--spFontSize23);
        line-height: var(--spLineHeight23_40);
    }
    /* secList */
    .secList .list{
        flex-wrap: wrap;
        margin-top: 2.6rem;
    }
    .secList .Item{
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secList .Item:nth-child(2n){
        margin-right: 0;
    }
    .secList .Item:nth-child(n+3){
        margin-top: 2.2rem;
    }
    .secList .numImgbox{
        width: 5rem;
        top: calc(0% - 0.7rem);
        left: calc(50% - 2.5rem);
    }
    .secList .numImg img{
        width: auto;
        height: 1.5rem;
    }
    .secList .Item:nth-child(3) .numImg img,
    .secList .Item:nth-child(4) .numImg img{
        height: 1.6rem;
    }
    .secList .ItemInner{
        padding: 2.4rem 0.5rem 1.8rem;
    }
    .secList .ItemIn .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_25);
    }
    .secList .ItemIn .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    .secList .ItemIn .tit + .txt{
        margin-top: 0.6rem;
    }
}
/* secCategory */
.secCategory{
    width: 100%;
    margin-top: 12rem;
}
.secCategory .categorylist{
    width: 100%;
}
.secCategory .categoryitem{
    width: 100%;
}
.secCategory .itemInner{
    position: relative;
    width: 100%;
}
.secCategory .imgBox{
    width: 100%;
}
.secCategory .txtArea{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 4;
}
.secCategory .txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secCategory .titEng{
    display: block;
}
.secCategory .titEng img{
    width: auto;
    height: 1.9rem;
}
.secCategory .categoryitem:nth-child(3) .titEng img,
.secCategory .categoryitem:nth-child(4) .titEng img{
    height: 2rem;
}
.secCategory .titjpn{
    font-size: var(--pcFontSize50);
    line-height: var(--pcLineHeight50_70);
    font-weight: bold;
    color: var(--keyColor);
    margin-top: 2.4rem;
    letter-spacing: var(--pcLetterSpacing50_150);
}
.secCategory .subtit{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_45);
    font-weight: bold;
    margin-top: 1.9rem;
    letter-spacing: var(--pcLetterSpacing25_150);
}
.secCategory .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_45);
    margin-top: 2.4rem;
}
.secCategory .imgSub{
    width: 100%;
    max-width: 63rem;
    margin-top: 3.2rem;
}
@media only screen and (min-width:1216px){
    .secCategory .itemInner{
        height: 95rem;
    }
    .secCategory .ImgArea{
        position: absolute;
        width: 192rem;
        height: 100%;
        top: 0;
        left: calc(50% - 96rem);
    }
    .secCategory .categoryitem:nth-child(2n + 1) .txtArea{
        padding-left:73rem;
    }
    .secCategory .categoryitem:nth-child(2n) .txtArea{
        padding-right: 73rem;
    }
}
@media only screen and (max-width: 1215px){
    .secCategory{
        margin-top: 5rem;
    }
    .secCategory .imgBox{
        width: 100%;
    }
    .secCategory .txtArea{
        display: block;
        height: auto;
        padding-top: 3rem;
    }
    .secCategory .txtIn{
        display:block;
    }
    .secCategory .titEng{
        display: block;
    }
    .secCategory .titEng img{
        width: auto;
        height: 1.5rem;
    }
    .secCategory .categoryitem:nth-child(3) .titEng img,
    .secCategory .categoryitem:nth-child(4) .titEng img{
        height: 1.6rem;
    }
    .secCategory .titjpn{
        font-size: var(--spFontSize25);
        line-height: var(--spLineHeight25_35);
        margin-top: 1.1rem;
        letter-spacing: var(--spLetterSpacing25_50);
    }
    .secCategory .subtit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        margin-top: 0.7rem;
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secCategory .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.4rem;
    }
    .secCategory .categoryitem + .categoryitem{
        margin-top: 5.1rem;
    }
    .secCategory .imgSub{
        max-width: 60.4rem;
        width: calc(302 / 335 * 100%);
        margin: 0 auto;
        margin-top: 2.2rem;
    }
}
/* secHalfBnr */
.secHalfBnr{
    margin-top: 15rem;
}
.secHalfBnr .list{
    width: 100%;
    display: flex;
}
.secHalfBnr .Item{
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
}
.secHalfBnr .Item + .Item{
    margin-right: 0;
}
.secHalfBnr .ItemLink{
    display: block;
    width: 100%;
}
@media only screen and (max-width:767px){
    .secHalfBnr{
        margin-top: 9.8rem;
    }
    .secHalfBnr .Item{
        width: calc((100% - 0.5rem) / 2);
        margin-right: 0.5rem;
    }
}