@charset "utf-8";

/*-----------------------------------------------
    secReform
-----------------------------------------------*/
.secReform{
    padding: 0 0 20rem 0;
}
.secReform.co{
    padding-top: 9.7rem;
}
@media only screen and (max-width:1215px){
    .secReform{
        padding: 0 0 9.4rem 0;
    }
    .secReform.co{
        padding-top: 2.8rem;
    }
}

/*-----------------------------------------------
    secReformTop
-----------------------------------------------*/
.secReformTop{
    position: relative;
    height: 52rem;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/reform/bgHero.jpg);
}
.secReformTop::after,
.secReformTop::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ColorBlack_30);
}
.secReformTop::after {
    background: url(../img/common/bgHeroNoise.png);
}
.secReformTop .wrapperTop {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.secReformTop .boxHeroTit {
    margin-top: 3.4rem;
}
@media only screen and (max-width:1215px){
    .secReformTop{
        height: 28rem;
    }
    .secReformTop::before {
        background-color: var(--ColorBlack_50);
    }
    .secReformTop::after {
        background: url(../img/common/bgHeroNoise.png);
        opacity: .3;
    }
    .secReformTop .boxHeroImg,
    .secReformTop .boxHeroTit {
        width: 100%;
    }
    .secReformTop .boxHeroImg {
        max-width: 20.9rem;
    }
    .secReformTop .boxHeroTit {
        max-width: 29.5rem;
        margin: 2rem auto 1.5rem;
    }
}
@media only screen and (max-width:767px){
    .secReformTop{
        background-image: url(../img/reform/bgHero_sp.jpg);
    }
}

/*-----------------------------------------------
    secCmnTit
-----------------------------------------------*/
.secCmnTit{
    text-align: center;
}
.secCmnTit .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_50);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
}
.secCmnTit .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 2rem;
}
.secCmnTit .txtEng{
    position: relative;
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_150);
    margin-top: 2.2rem;
    font-weight: bold;
    padding-bottom: 4rem;
}
.secCmnTit .txtEng:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 5rem;
    height: 1px;
    background-color: var(--ColorBlack);
}
@media only screen and (max-width:1215px){
    .secCmnTit.spRev{
        display: flex;
        flex-direction: column-reverse;
    }
    .secCmnTit .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_0);
    }
    .secCmnTit.spRev .tit,
    .secCmnTit .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 0.5rem;
    }
    .secCmnTit .txtEng{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_50);
        margin-top: 2.2rem;
        padding-bottom: 0;
    }
    .secCmnTit.spRev .txtEng{
        margin-top: 0;
    }
    .secCmnTit .txtEng:after{
        display: none;
    }
}

/*-----------------------------------------------
    secReason
-----------------------------------------------*/
.secReason{
    margin-top: 9rem;
}
.secReason .txt01{
    margin-top: 6rem;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secReason{
        margin-top: 3.5rem;
    }
    .secReason .txt01{
        margin-top: 1rem;
    }
}

/*-----------------------------------------------
    secSupport
-----------------------------------------------*/
.secSupport{
    position: relative;
    margin-top: 6rem;
    padding: 13rem 0;
    background-color: var(--ColorBeige);
}
.secSupport:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width:0;
    height:0;
    border-style:solid;
    border-width: 8rem 20rem 0 20rem;
    border-color: var(--ColorWhite) transparent transparent transparent;
}
/* boxMerit */
.secSupport .boxMerit{
    margin-top: 5.2rem;
}
.secSupport .boxMerit .boxMeritTit{
    position: relative;
    width: 100%;
    padding: 3.8rem 0;
    margin: 0 auto;
    background-color: var(--keyColor);
    border-radius: 5rem;
    text-align: center;
}
.secSupport .boxMerit .titMerit{
    color: var(--ColorWhite);
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    font-weight: bold;
}
.secSupport .boxMerit .boxIcon{
    position: absolute;
    bottom: -1rem;
    right: 8.2rem;
}
/* boxList */
.secSupport .boxMerit .boxList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5.5rem 0;
    margin-top: 6rem;
}
.secSupport .boxMerit .item{
    width: calc((100% - 3.999rem) / 2);
}
.secSupport .boxMerit .boxImg{
    border-radius: 3rem;
    overflow: hidden;
}
.secSupport .boxMerit .boxTxt{
    margin-top: 2.5rem;
}
.secSupport .boxMerit .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_26);
    font-weight: bold;
}
.secSupport .boxMerit .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    margin-top: 1.8rem;
}
@media only screen and (max-width:1215px){
    .secSupport{
        margin-top: 0;
        padding: 5.5rem 0;
    }
    .secSupport:after{
        border-width: 3rem 6.8rem 0 6.8rem;
    }
    /* boxMerit */
    .secSupport .boxMerit{
        margin-top: 2.5rem;
    }
    .secSupport .boxMerit .boxMeritTit{
        padding: 1.3rem 0;
        border-radius: 3.5rem;
    }
    .secSupport .boxMerit .titMerit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .secSupport .boxMerit .boxIcon{
        bottom: -0.5rem;
        right: -6%;
        width: 9.7rem;
    }
    /* boxList */
    .secSupport .boxMerit .boxList{
        gap: 3.5rem 0;
        margin-top: 3rem;
    }
    .secSupport .boxMerit .item{
        width: 100%;
    }
    .secSupport .boxMerit .boxImg{
        border-radius: 1.5rem;
    }
    .secSupport .boxMerit .boxTxt{
        margin-top: 1.8rem;
    }
    .secSupport .boxMerit .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
    }
    .secSupport .boxMerit .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 1rem;
    }
}

/*-----------------------------------------------
    secChange
-----------------------------------------------*/
.secChange{
    margin-top: 9rem;
}
.secChange .boxList{
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5rem 0;
}
.secChange .boxList .item{
    width: 100%;
}
.secChange .boxList .titChange{
    position: relative;
    width: 100%;
    background-color: var(--ColorWhite);
    border: 1px solid var(--ColorGray2);
    box-shadow: inset 0 -0.3rem 0 0 var(--ColorBlack_5);
    padding: 2.6rem 2rem;
    text-align: left;
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_26);
    font-weight: bold;
}
.secChange .boxList .titChange:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 0.5rem;
    height: calc(100% + 2px);
    background-color: var(--keyColor);
}
/* boxBody */
.secChange .boxList .boxBody{
    margin-top: 4rem;
}
.secChange .boxChangeList{
    display: flex;
    justify-content: space-between;
}
.secChange .boxChangeList .item{
    width: calc((100% - 8rem) / 2);
}
.secChange .boxChangeList .tit{
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_150);
    font-weight: bold;
    background-color: var(--ColorBeige);
}
.secChange .itemAfter .tit{
    background-color: var(--keyColor);
    color: var(--ColorWhite);
}
.secChange .boxChange .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 3rem;
    text-align: justify;
    text-align-last: left;
}
.secChange .boxChange .boxImg{
    position: relative;
    margin-top: 2rem;
}
.secChange .itemAfter .boxImg::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -6rem;
    width: 4rem;
    height: 2.5rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secChange .boxChangeList.lazyloaded .itemAfter .boxImg::before{
    background-image: url(../img/reform/iconChange.png);
}
.secChange .boxChange img{
    border-radius: 3rem;
}
@media only screen and (max-width:1215px){
    .secChange{
        margin-top: 3.8rem;
    }
    .secChange .boxList{
        margin-top: 2.5rem;
        gap: 5.5rem 0;
    }
    .secChange .boxList .titChange{
        background-color: var(--keyColor);
        color: var(--ColorWhite);
        border: none;
        box-shadow: none;
        padding: 1.5rem 1.5rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secChange .boxList .titChange:before{
        display: none;
    }
    /* boxBody */
    .secChange .boxList .boxBody{
        margin-top: 1.5rem;
    }
    .secChange .boxChangeList{
        flex-wrap: wrap;
        gap:4.4rem 0;
    }
    .secChange .boxChangeList .item{
        width: 100%;
    }
    .secChange .boxChangeList .tit{
        height: 4.5rem;
        border-radius: 2.25rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .secChange .boxChange .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 1.5rem;
    }
    .secChange .boxChange .boxImg{
        margin-top: 1rem;
    }
    .secChange .itemAfter .boxImg::before{
        top: -9.2rem;
        bottom: auto;
        left: 0;
        right: 0;
        width: 1.5rem;
        height: 2.4rem;
    }
    .secChange .boxChangeList.lazyloaded .itemAfter .boxImg::before{
        background-image: url(../img/reform/iconChange_sp.png);
    }
    .secChange .boxChange img{
        border-radius: 1.5rem;
    }
}