@charset "utf-8";
@media only screen and (max-width:1215px){
    body{
        background: var(--bgColor);
    }
}
@media only screen and (max-width:767px){
    body{
        background: var(--colorWhite);
    }
}

/* secTop */
.secTop{
    height: 75rem;
    background:url(../img/index/bgTop.jpg) center top / cover;
    margin-top: 8.7rem;
    padding-top: 11rem;
}
.secTop .boxTop{
    width: 75rem;
    background: var(--keyColor2);
    padding: 4.1rem 4.5rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secTop .boxTop .txt{
    width: 54.5rem;
    height: 10rem;
    border-radius: 5rem;
    border: 0.1rem solid var(--keyColor);
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--keyColor);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secTop .boxTop .txt2{
    font-size: var(--pcFontSize35);
    line-height: var(--pcLineHeight35_55);
    text-align: center;
    margin-top: 2rem;
}
.secTop .boxTop .txt3{
    width: 100%;
    height: 7.5rem;
    background: var(--colorWhite);
    font-size: var(--pcFontSize48);
    color: var(--keyColor);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.secTop .boxTop .txt4{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    letter-spacing: var(--pcLetterSpacing22_50);
    text-align: center;
    margin-top: 2.2rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        height: auto;
        background: unset;
        margin-top: 4.5rem;
        padding-top: 0;
    }
    .secTop .boxTop{
        width: 100%;
        padding: 1.7rem 3rem 1.8rem;
    }
    .secTop .boxTop .txt{
        width: auto;
        height: 5.6rem;
        border-radius: 2.8rem;
        padding: 0 2.4rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secTop .boxTop .txt2{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_25);
        margin-top: 0.4rem;
    }
    .secTop .boxTop .txt3{
        height: 4.5rem;
        font-size: var(--spFontSize23);
        margin-top: 0.9rem;
    }
    .secTop .boxTop .txt4{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 1rem;
    }
}
/* secBoxTopimg */
.secBoxTopimg{
    display: flex;
}
@media only screen and (max-width:1215px){
    .secBoxTopimg{
        flex-wrap: wrap;
    }
    .secBoxTopimg li{
        width: calc(100% / 3);
    }
}

/* boxTxtTit */
.boxTxtTit{
    padding-top: 8rem;
    margin-bottom: 7.6rem;
    text-align: center;
}
.boxTxtTit .txtTitEng{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--keyColor);
}
.boxTxtTit .txtTitJp{
    font-size: var(--pcFontSize34);
    letter-spacing: var(--pcLetterSpacing34_50);
    margin-top: 2.2rem;
}
@media only screen and (max-width:1215px){
    .boxTxtTit{
        padding-top: 3.3rem;
        margin-bottom: 2.3rem;
    }
    .boxTxtTit .txtTitEng{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .boxTxtTit .txtTitJp{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_30);
        letter-spacing: var(--spLetterSpacing20_50);
        margin-top: 0.8rem;
    }
}

/* secReserveBtn */
.secReserveBtn{
    height: 30.6rem;
    background: url(../img/index/bgSecReserveBtn.jpg) center top / cover;
    padding-top: 8rem;
}
.secReserveBtn .btnReserve{
    width: 70rem;
    height: 11.4rem;
    background: var(--btnColor2);
    border-radius: 5.7rem;
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_50);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 2rem;
}
.secReserveBtn .btnReserve::after{
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    border-top: 0.3rem solid var(--textColor);
    border-right: 0.3rem solid var(--textColor);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4.5rem;
}
.secReserveBtn .txtNote{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secReserveBtn{
        height: auto;
        background: url(../img/index/bgSecReserveBtn_sp.jpg) center top / cover;
        padding: 3.5rem 0;
    }
    .secReserveBtn .btnReserve{
        width: 100%;
        height: 7.5rem;
        border-radius: 3.75rem;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        margin: 0 auto 1.1rem;
    }
    .secReserveBtn .btnReserve::after{
        width: 0.8rem;
        height: 0.8rem;
        border-top: 0.2rem solid var(--textColor);
        border-right: 0.2rem solid var(--textColor);
        top: calc(50% - 0.2rem);
        right: 3.9rem;
    }
    .secReserveBtn .txtNote{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
}

/* secTroubles */
#secTroubles{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secTroubles{
    height: 67.4rem;
}
.secTroubles.lazyloaded{
    background: url(../img/index/bgTroubles.jpg) center top / cover;
}
.secTroubles .boxTroubles{
    width: 80rem;
    padding: 5rem 0 4.8rem 7.3rem;
    background: var(--colorWhite);
    margin: 0 auto;
}
.secTroubles .item{
    padding-left: 4.5rem;
    margin-bottom: 3.4rem;
}
.secTroubles .item.lazyloaded{
    background: url(../img/index/iconCheck.png) left center / cover no-repeat;
    background-size: 2.4rem 2rem;
}
.secTroubles .item:last-child{
    margin-bottom: 0;
}
.secTroubles .item .txt{
    font-size: var(--pcFontSize23);
    letter-spacing: var(--pcLetterSpacing23_50);
}
.secTroubles .item .txtBig{
    font-size: var(--pcFontSize26);
    letter-spacing: var(--pcLetterSpacing26_50);
}
.secTroubles .item .txtKeyColor{
    color: var(--keyColor);
}
@media only screen and (max-width:1215px){
    #secTroubles{
        padding-top: 5rem;
        margin-top: -5rem;
    }
    .secTroubles{
        height: auto;
        padding: 0 0 3.5rem;
    }
    .secTroubles.lazyloaded{
        background: var(--btnColor);
    }
    .secTroubles .boxTroubles{
        width: 87.2%;
        padding: 1.6rem 0.5rem 2rem 1.7rem;
    }
    .secTroubles .item{
        padding-left: 4rem;
        margin-bottom: 1.5rem;
    }
    .secTroubles .item.lazyloaded{
        background: url(../img/index/iconCheck.png) left center / cover no-repeat;
        background-size: 2rem 1.7rem;
    }
    .secTroubles .item .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secTroubles .item .txtBig{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
    }
}

/* secReason */
#secReason{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secReason{
    padding-bottom: 8rem;
}
.secReason .boxReason .item{
    display: flex;
    align-items: center;
}
.secReason .boxReason .item:nth-child(n+2){
    margin-top: 7rem;
}
.secReason .boxReason .item:nth-child(2n){
    flex-direction: row-reverse;
}
.secReason .boxReason .boxImg{
    width: 52.084%;
}
.secReason .boxReason .boxTxt{
    width: 50.5rem;
    margin-left: 8.7rem;
}
.secReason .item:nth-child(2n) .boxTxt{
    margin-left: 0;
    margin-right: 8.7rem;
}
.secReason .boxReason .boxTit{
    display: flex;
    align-items: center;
    margin-bottom: 3.6rem;
}
.secReason .boxReason .txtNum{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_50);
    color: transparent;
    -webkit-text-stroke: 0.1rem var(--keyColor);
}
.secReason .boxReason .txtTit{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    color: var(--keyColor);
    display: flex;
    flex-direction: column;
    margin-left: 2.3rem;
}
.secReason .boxReason .txtBig{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
}
.secReason .boxReason .txtBottom{
    margin-top: 1.2rem;
}
.secReason .boxReason .txtAboutTop{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_33);
    letter-spacing: var(--pcLetterSpacing20_50);
    background: var(--btnColor);
    display: inline;
}
.secReason .boxReason .txtAboutBottom{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 1.4rem;
}
@media only screen and (max-width:1215px){
    #secReason{
        padding-top: 5rem;
        margin-top: -5rem;
    }
    .secReason{
        padding-bottom: 3rem;
        background: var(--colorWhite);
    }
    .secReason .boxReason .item{
        flex-direction: column;
    }
    .secReason .boxReason .item:nth-child(n+2){
        margin-top: 4.4rem;
    }
    .secReason .boxReason .item:nth-child(2n){
        flex-direction: column;
    }
    .secReason .boxReason .boxImg{
        width: 100%;
    }
    .secReason .boxReason .boxTxt{
        width: 100%;
        margin-left: 0;
        margin-top: 1.8rem;
    }
    .secReason .item:nth-child(2n) .boxTxt{
        margin-left: 0;
        margin-right: 0;
    }
    .secReason .boxReason .boxTit{
        margin-bottom: 1.1rem;
    }
    .secReason .boxReason .txtNum{
        font-size: var(--spFontSize50);
        letter-spacing: var(--spLetterSpacing50_50);
    }
    .secReason .boxReason .txtTit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_22);
        letter-spacing: var(--spLetterSpacing18_50);
        margin-left: 1rem;
    }
    .secReason .boxReason .txtBig{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_50);
    }
    .secReason .boxReason .txtBottom{
        margin-top: 0.5rem;
        display: flex;
    }
    .secReason .boxReason .txtAboutTop{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secReason .boxReason .txtAboutBottom{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 0.6rem;
    }
}

/* secHospitalDirector */
#secHospitalDirector{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secHospitalDirector{
    background: var(--colorGray);
    padding-bottom: 8rem;
}
.secHospitalDirector .boxDirector{
    display: flex;
}
.secHospitalDirector .boxDirector2{
    align-items: center;
    margin-top: 5rem;
}
.secHospitalDirector .boxLeft .txtName{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    text-align: center;
    margin-top: 3rem;
}
.secHospitalDirector .boxRight{
    margin-left: 8rem;
}
.secHospitalDirector .boxRight .boxtxt2{
    margin-top: 4rem;
}
.secHospitalDirector .boxRight .txtTit{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
    color: var(--keyColor);
    padding-left: 2rem;
    position: relative;
}
.secHospitalDirector .boxRight .txtTit::after{
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: var(--keyColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.secHospitalDirector .boxRight .txtAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 2.2rem;
}
.secHospitalDirector .boxRight .txtBig{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_33);
    letter-spacing: var(--pcLetterSpacing20_50);
    background: var(--btnColor);
    display: inline;
}
.secHospitalDirector .boxRight .txtBottom{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    display: block;
}
@media only screen and (max-width:1215px){
    #secHospitalDirector{
        padding-top: 5rem;
        margin-top: -5rem;
    }
    .secHospitalDirector{
        background: unset;
        padding-bottom: 3rem;
        background: var(--colorWhite);
    }
    .secHospitalDirector .boxDirector{
        flex-direction: column;
    }
    .secHospitalDirector .boxDirector2{
        margin-top: 4.5rem;
    }
    .secHospitalDirector .boxLeft .boxImg{
        width: 15.7rem;
        margin: 0 auto;
    }
    .secHospitalDirector .boxLeft .txtName{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        margin-top: 2.1rem;
    }
    .secHospitalDirector .boxRight{
        margin-left: 0;
        margin-top: 1.9rem;
    }
    .secHospitalDirector .boxRight .boxtxt2{
        margin-top: 2.5rem;
    }
    .secHospitalDirector .boxRight .txtTit{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        padding-left: 1.2rem;
    }
    .secHospitalDirector .boxRight .txtTit::after{
        width: 0.2rem;
        height: 1.4rem;
    }
    .secHospitalDirector .boxRight .txtAbout{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 1.3rem;
    }
    .secHospitalDirector .boxRight .txtBig{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .secHospitalDirector .boxRight .txtBottom{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 0.4rem;
    }
}

/* secCase */
#secCase{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secCase{
    background: var(--btnColor);
    padding-bottom: 6.7rem;
}
.secCase .boxTxtTit{
    margin-bottom: 2.4rem;
}
.secCase .txtTopSub{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_22);
    letter-spacing: var(--pcLetterSpacing12_50);
    text-align: center;
}
.secCase .boxList{
    margin-top: 6.9rem;
}
.secCase .boxList .boxCase{
    margin-bottom: 8rem;
}
.secCase .boxList .boxCase:last-child{
    margin-bottom: 0;
}
.secCase .boxTop{
    height: 7rem;
    padding: 0 2rem 0 3.6rem;
    background: var(--colorWhite);
    display: flex;
    align-items: center;
}
.secCase .boxTop .txtLeft{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--keyColor);
}
.secCase .boxTop .boxTit{
    display: flex;
    align-items: center;
    margin-left: 3rem;
    padding-left: 2.5rem;
    position: relative;
}
.secCase .boxTop .boxTit::after{
    content: "";
    width: 0.1rem;
    height: 4rem;
    background: var(--keyColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.secCase .boxTop .txtTit{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
}
.secCase .boxTop .txtCase{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-left: 2rem;
}
.secCase .boxCaseImg{
    display: flex;
    margin-top: 3rem;
}
.secCase .boxCaseImg .itemCaseImg{
    width: calc((100% - 4rem) / 3);
    position: relative;
    margin-right: 2rem;
}
.secCase .boxCaseImg .itemCaseImg:last-child{
    margin-right: 0;
}
.secCase .boxCaseImg .itemCaseImg:nth-child(n+2)::after{
    content: "";
    width: 4.2rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2.9rem;
}
.secCase .boxCaseImg .itemCaseImg.lazyloaded:nth-child(n+2)::after{
    background: url(../img/index/iconTriangle.png) center top / cover;
}
.secCase .boxCaseImg .txtIcon{
    width: 9.2rem;
    height: 4.2rem;
    background: var(--keyColor);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.secCase .boxCaseImg .txtExplanation{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    text-align: center;
    margin-top: 1rem;
}
.secCase .boxCaseAbout{
    margin-top: 3rem;
}
.secCase .boxCaseAbout .itemCaseAbout{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1.9rem;
}
.secCase .boxCaseAbout .itemCaseAbout:last-child{
    margin-bottom: 0;
}
.secCase .boxCaseAbout .itemCaseAbout::after{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: var(--keyColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.secCase .boxBottomTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 4.9rem;
    padding-top: 3.4rem;
    border-top: 0.1rem solid var(--keyColor);
}
@media only screen and (max-width:1215px){
    #secCase{
        padding-top: 5rem;
        margin-top: -5rem;
    }
    .secCase{
        padding-bottom: 3rem;
    }
    .secCase .boxTxtTit{
        margin-bottom: 1.1rem;
    }
    .secCase .txtTopSub{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_20);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secCase .boxList{
        margin-top: 2.5rem;
    }
    .secCase .boxList .boxCase{
        margin-bottom: 3.3rem;
    }
    .secCase .boxTop{
        height: auto;
        padding: 1rem 0;
        flex-direction: column;
    }
    .secCase .boxTop .txtLeft{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secCase .boxTop .boxTit{
        flex-direction: column;
        margin-left: 0;
        margin-top: 0.7rem;
        padding-left: 0;
    }
    .secCase .boxTop .boxTit::after{
        display: none;
    }
    .secCase .boxTop .txtTit{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secCase .boxTop .txtCase{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .secCase .boxCaseImg{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .secCase .boxCaseImg .itemCaseImg{
        width: calc((100% - 1.9rem) / 2);
        margin-right: 1.9rem;
    }
    .secCase .boxCaseImg .itemCaseImg:last-child{
        margin-right: 0;
    }
    .secCase .boxCase:nth-child(2) .boxCaseImg .itemCaseImg:nth-child(2){
        margin-right: 0;
    }
    .secCase .boxCase:nth-child(2) .boxCaseImg .itemCaseImg:nth-child(3){
        margin-top: 0.7rem;
    }
    .secCase .boxCaseImg .itemCaseImg:nth-child(n+2)::after{
        width: 2.8rem;
        height: 4rem;
        top: 7.2rem;
        left: -2.2rem;
    }
    .secCase .boxCaseImg .itemCaseImg.lazyloaded:nth-child(n+2)::after{
        background: url(../img/index/iconTriangle.png) center top / cover;
    }
    .secCase .boxCaseImg .txtIcon{
        width: 100%;
        height: 2.4rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
    }
    .secCase .boxCaseImg .txtExplanation{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 0.3rem;
    }
    .secCase .boxCaseAbout{
        margin-top: 1.4rem;
    }
    .secCase .boxCaseAbout .itemCaseAbout{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing0);
        padding-left: 1.8rem;
        margin-bottom: 0;
    }
    .secCase .boxCaseAbout .itemCaseAbout:last-child{
        margin-bottom: 0;
    }
    .secCase .boxCaseAbout .itemCaseAbout::after {
        top: 0.6rem;
        transform: unset;
    }
    .secCase .boxBottomTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        margin-top: 2.3rem;
        padding-top: 1.4rem;
    }
}

/* secFlow */
.secFlow .boxFlow{
    display: flex;
    padding-bottom: 8rem;
}
.secFlow .item{
    width: calc((100% - 23.5rem) / 6);
    position: relative;
    text-align: center;
}
.secFlow .item:nth-child(n+2){
    margin-left: 4.7rem;
}
.secFlow .item:nth-child(n+2):before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid var(--keyColor);
    border-right: 0;
    position: absolute;
    top: 4.8rem;
    left: -3rem;
}
.secFlow .item .txtStep{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--keyColor);
    margin-top: 2rem;
}
.secFlow .item .txtAbout{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    margin-top: 1.4rem;
}
.secFlow .item .txtBottom{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
}
@media only screen and (max-width:1215px){
    .secFlow{
        background: var(--colorWhite);
    }
    .secFlow .boxFlow{
        flex-direction: column;
        padding-bottom: 3.5rem;
    }
    .secFlow .item{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .secFlow .item:nth-child(n+2){
        margin-left: 0;
        margin-top: 2rem;
    }
    .secFlow .item:nth-child(n+2):before{
        border-bottom: 0;
        border-right: 0.7rem solid transparent;
        border-left: 0.7rem solid transparent;
        border-top: 0.7rem solid var(--keyColor);
        top: -1.3rem;
        left: 3.4rem;
    }
    .secFlow .item .boxImg{
        width: 8.3rem;
    }
    .secFlow .item .boxTxt{
        text-align: left;
        margin-left: 2rem;
    }
    .secFlow .item .txtStep{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-top: 0;
    }
    .secFlow .item .txtAbout{
        font-size: var(--spFontSize16);
        line-height: unset;
        margin-top: 0.5rem;
    }
    .secFlow .item .txtBottom{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight12_18);
    }
}

/* secPricingStructure */
#secPricingStructure{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secPricingStructure{
    padding-bottom: 8rem;
}
.secPricingStructure.lazyloaded{
    background:url(../img/index/bgPricingStructure.png) center top / cover;
}
.secPricingStructure .boxTxtTit{
    margin-bottom: 6.5rem;
}
.secPricingStructure .txtTopSub{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secPricingStructure .listPricingStructure{
    display: flex;
}
.secPricingStructure .listPricingStructure .boxLeft,
.secPricingStructure .listPricingStructure .boxRight{
    width: calc((100% - 4rem) / 2);
}
.secPricingStructure .listPricingStructure .boxRight{
    margin-left: 4rem;
}
.secPricingStructure .listPricingStructure .boxPricingStructure{
    margin-top: 4.3rem;
}
.secPricingStructure .listPricingStructure .txtTit{
    width: 100%;
    height: 5.5rem;
    border-radius: 2.75rem;
    border: 0.1rem solid var(--keyColor);
    background: var(--colorWhite);
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--keyColor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPricingStructure .listPricingStructure .txtAbout{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_30);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 1.4rem;
}
.secPricingStructure .listPricingStructure .txtAbout2{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    padding-left: 5rem;
}
.secPricingStructure .listPricingStructure .txtAbout3{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1.4rem;
}
.secPricingStructure .listPricingStructure .txtKeyColor{
    color: var(--keyColor);
}
.secPricingStructure .boxList{
    width: 48rem;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin: 0.5rem auto 0;
}
.secPricingStructure .boxList .boxTr{
    display: flex;
}
.secPricingStructure .boxList .thLeft,
.secPricingStructure .boxList .tdLeft{
    width: 18.3rem;
    height: 5.2rem;
    background: var(--boxColor);
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid var(--colorWhite);
}
.secPricingStructure .boxList .thRight,
.secPricingStructure .boxList .tdRight{
    width: 29.5rem;
    height: 5.2rem;
    background: var(--keyColor);
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid var(--colorWhite);
}
.secPricingStructure .boxList .tdLeft{
    height: 6.9rem;
    background: var(--colorWhite);
    color: var(--textColor);
}
.secPricingStructure .boxList .tdRight{
    height: 6.9rem;
    background: var(--keyColor2);
    color: var(--textColor);
}
.secPricingStructure .boxList .txtNum,
.secPricingStructure .boxList .txtPrice{
    font-size: var(--pcFontSize25);
}
.secPricingStructure .boxList .txtUnit,
.secPricingStructure .boxList .txtApprox,
.secPricingStructure .boxList .txtYen{
    padding-top: 0.5rem;
}
@media only screen and (max-width:1215px){
    #secPricingStructure{
        padding-top: 5rem;
        margin-top: -5rem;
    }
    .secPricingStructure{
        padding-bottom: 3rem;
    }
    .secPricingStructure.lazyloaded{
        background:url(../img/index/bgPricingStructure_sp.png) center top / cover;
    }
    .secPricingStructure .boxTxtTit{
        margin-bottom: 1.7rem;
    }
    .secPricingStructure .txtTopSub{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secPricingStructure .listPricingStructure{
        flex-direction: column;
    }
    .secPricingStructure .listPricingStructure .boxLeft,
    .secPricingStructure .listPricingStructure .boxRight{
        width: 100%;
    }
    .secPricingStructure .listPricingStructure .boxRight{
        margin-left: 0;
    }
    .secPricingStructure .listPricingStructure .boxPricingStructure{
        margin-top: 3.6rem;
    }
    .secPricingStructure .listPricingStructure .txtTit{
        width: 100%;
        height: 3.5rem;
        border-radius: 1.75rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .secPricingStructure .listPricingStructure .txtAbout{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 1rem;
    }
    .secPricingStructure .listPricingStructure .txtAbout2{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        padding-left: 0;
        margin-top: 1.2rem;
    }
    .secPricingStructure .listPricingStructure .txtAbout3{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 0.9rem;
    }
    .secPricingStructure .boxList{
        width: 100%;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        margin: 0.2rem auto 0;
    }
    .secPricingStructure .boxList .thLeft,
    .secPricingStructure .boxList .tdLeft{
        width: 12.5rem;
        height: 3.6rem;
    }
    .secPricingStructure .boxList .thRight,
    .secPricingStructure .boxList .tdRight{
        width: calc(100% - 12.5rem - 0.1rem);
        height: 3.6rem;
    }
    .secPricingStructure .boxList .tdLeft,
    .secPricingStructure .boxList .tdRight{
        height: 4.5rem;
    }
    .secPricingStructure .boxList .txtNum,
    .secPricingStructure .boxList .txtPrice{
        font-size: var(--spFontSize20);
    }
    .secPricingStructure .boxList .txtUnit,
    .secPricingStructure .boxList .txtApprox,
    .secPricingStructure .boxList .txtYen{
        padding-top: 0.2rem;
    }
}

/* secQa */
#secQa{
    padding-top: 8.7rem;
    margin-top: -8.7rem;
}
.secQa{
    padding-bottom: 8rem;
}
.secQa .itemMain{
    position: relative;
    background: var(--colorGray);
    margin-bottom: 3rem;
}
.secQa .itemMain:last-child{
    margin-bottom: 0;
}
.secQa .linkMain{
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    letter-spacing: var(--pcLetterSpacing22_50);
    text-decoration: none;
    padding: 2.6rem 4.6rem 2.4rem;
    background: var(--btnColor);
}
.secQa .linkMain:before,
.secQa .linkMain:after{
    content: "";
    background: var(--keyColor);
    width: 1.3rem;
    height: 0.3rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - 0.15rem);
    display: block;
    transition: all 0.4s ease;
}
.secQa .linkMain:after {
    transform: rotate(90deg);
}
.secQa .linkMain.on:after {
    transform: rotate(360deg);
}
.secQa .txtQ{
    display: block;
    position: relative;
    padding-right: 2rem;
    padding-left: 3.7rem;
}
.secQa .txtQ.lazyloaded::after{
    content: "";
    width: 3.4rem;
    height: 3.4rem;
    background: url(../img/index/txtQ.png) center top / cover;
    position: absolute;
    top: -0.2rem;
    left: -1.7rem;
}
.secQa .boxSubList{
    display: none;
    padding: 0 4.6rem;
}
.secQa .itemSub{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    position: relative;
    padding: 2.3rem 0 2.1rem 3.8rem;
}
.secQa .itemSub.lazyloaded::after{
    content: "";
    width: 1.2rem;
    height: 1.3rem;
    background: url(../img/index/txtA.png) center top / cover;
    position: absolute;
    top: 3rem;
    left: -0.6rem;
}
@media only screen and (max-width:1215px){
    .secQa{
        padding-bottom: 3rem;
        background: var(--colorWhite);
    }
    .secQa .itemMain{
        margin-bottom: 2rem;
    }
    .secQa .itemMain:last-child{
        margin-bottom: 0;
    }
    .secQa .linkMain{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        letter-spacing: var(--spLetterSpacing0);
        height: 8rem;
        padding: 0 4rem 0 1rem;
    }
    .secQa .linkMain:before,
    .secQa .linkMain:after {
        width: 1.3rem;
        height: 0.3rem;
        top: 50%;
        right: 2rem;
    }
    .secQa .txtQ{
        padding-right: 0;
        padding-left: 3.8rem;
    }
    .secQa .txtQ.lazyloaded::after{
        width: 2.8rem;
        height: 2.8rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0rem;
    }
    .secQa .boxSubList{
        display: none;
        padding: 1.3rem 1.4rem 0;
    }
    .secQa .itemSub{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        padding: 0 1rem 1.3rem 3.5rem;
    }
    .secQa .itemSub.lazyloaded::after{
        width: 1rem;
        height: 1.1rem;
        top: 0.6rem;
        left: 0.4rem;
    }
}

/* secBottom */
.secBottom{
    height: 73.6rem;
    padding: 7.3rem 0 8rem;
    text-align: center;
}
.secBottom.lazyloaded{
    background: url(../img/index/bgBottom.png) center top / cover;
}
.secBottom .txtTop{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    letter-spacing: var(--pcLetterSpacing34_50);
    color: var(--keyColor);
}
.secBottom .txtAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 3.1rem;
}
.secBottom .boxDirector{
    display: flex;
    flex-direction: column;
    margin-top: 4.1rem;
}
.secBottom .txtName{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 4.2rem;
}
@media only screen and (max-width:1215px){
    .secBottom{
        height: auto;
        padding: 0 0 3rem;
        background: var(--colorWhite);
    }
    .secBottom.lazyloaded{
        background: #fff url(../img/index/bgBottom_sp.png) center top / cover no-repeat;
    }
    .secBottom .txtTop{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_30);
        letter-spacing: var(--spLetterSpacing20_50);
    }
    .secBottom .txtAbout{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 0.6rem;
    }
    .secBottom .boxDirector{
        margin-top: 2.3rem;
    }
    .secBottom .boxImg{
        width: 15.3rem;
        margin: 0 auto;
    }
    .secBottom .txtName{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        margin-top: 1.9rem;
    }
}

/* secContact */
.secContact{
    padding: 8rem 0 7.5rem;
}
.secContact .btnReserve{
    width: 70rem;
    height: 11.4rem;
    background: var(--btnColor2);
    border-radius: 5.7rem;
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_50);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 2rem;
}
.secContact .btnReserve::after{
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    border-top: 0.3rem solid var(--textColor);
    border-right: 0.3rem solid var(--textColor);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4.5rem;
}
.secContact .iconFree{
    width: 8.2rem;
    height: 8.2rem;
    border-radius: 50%;
    background: var(--colorWhite);
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
    color: var(--keyColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
.secContact .boxContact{
    text-align: center;
    margin-top: 4.7rem;
}
.secContact .txtTel{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    color: var(--keyColor);
}
.secContact .txtTelNum{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_50);
    color: var(--keyColor);
    position: relative;
    display: inline-block;
    margin-top: 0.9rem;
    padding-left: 4rem;
}
.secContact .txtTelNum::after{
    content: "";
    width: 3.2rem;
    height: 3.3rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
}
.secContact .txtTelNum.lazyloaded::after{
    background: url(../img/common/iconTel.png) center top / cover;
}
.secContact .txtDate{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .secContact{
        padding: 0 0 4.7rem;
        background: var(--colorWhite);
    }
    .secContact .btnReserve{
        width: 100%;
        height: 7.5rem;
        border-radius: 3.75rem;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        margin: 0 auto 1.1rem;
        padding-left: 1.5rem;
    }
    .secContact .btnReserve::after{
        width: 0.8rem;
        height: 0.8rem;
        border-top: 0.2rem solid var(--textColor);
        border-right: 0.2rem solid var(--textColor);
        top: calc(50% - 0.2rem);
        right: 3.9rem;
    }
    .secContact .iconFree{
        width: 5.9rem;
        height: 5.9rem;
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        left: 0.9rem;
    }
    .secContact .boxContact{
        width: 100%;
        border-radius: 5.45rem;
        padding: 1.5rem 0 1.3rem;
        box-shadow: 0 0 1rem rgba(217, 217, 217, 0.8);
        margin-top: 1.5rem;
    }
    .secContact .txtTel{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
    .secContact .txtTelNum{
        font-size: var(--spFontSize25);
        letter-spacing: var(--spLetterSpacing25_50);
        margin-top: 0.5rem;
        padding-left: 2.5rem;
    }
    .secContact .txtTelNum::after{
        width: 1.9rem;
        height: 2rem;
        top: 0.3rem;
    }
    .secContact .txtDate{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight11_16);
        letter-spacing: var(--pcLetterSpacing16_50);
        margin-top: 0.7rem;
    }
    .secContact .txtBottom{
        font-size: var(--spFontSize12);
        letter-spacing: var(--pcLetterSpacing12_50);
        text-align: center;
        margin-top: 1.2rem;
    }
}