@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secHero */
.secHero{
    width: 100%;
    background: url(../img/index/bgHero.jpg) center bottom no-repeat;
    background-size: 192rem auto;
}
.secHero .heroInner{
    min-height: 108rem;
    height: auto;
    padding-top: calc(13rem + 4.6rem);
    padding-bottom: 8rem;
}
.secHero .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
}
@media only screen and (min-width:1216px){
    .secHero .titbox{
        position: relative;
        width: 48rem;
        height: 67.4rem;
    }
    .secHero .titbox .imgtit{
        width: 53.8rem;
        position: relative;
        left: calc(0% - ((53.8rem - 48rem) / 2));
        top: calc(0% - ((73.2rem - 67.4rem) / 2));
        z-index: 5;
    }
}
.secHero .txtbox{
    margin-top: 2.2rem;
    padding-left: 34px;
}
.secHero .txtbox .txt{
    font-size: var(--pcFontSize23);
    line-height: calc(54 / 23);
    font-weight: bold;
    letter-spacing: 0.5em;
    color: var(--whiteColor);
}
@media only screen and (min-width:1921px){
    .secHero{
        background-size: 100% auto;
    }
}
@media only screen and (max-width:1215px){
    .secHero{
        background-position: center center;
        background-size: cover;
    }
    .secHero .heroInner{
        min-height: 0;
        padding-top: calc(8rem + 0.2rem);
        padding-bottom: 18.6rem;
    }
    .secHero .txtInner{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .secHero .titbox{
        position: relative;
        margin: 0 auto;
        width:calc(300 / 335 * 100%);
        max-width: 30rem;
    }
    .secHero .txtbox{
        text-align: center;
        margin-top: calc(0% - 1.8rem);
        padding-left: 0;
    }
    .secHero .txtbox .txt{
        font-size: var(--spFontSize12);
        line-height: calc(27 / 12);
        letter-spacing: 0.4em;
        text-align: center;
    }
}
@media only screen and (max-width:767px){
    .secHero {
        background-image: url(../img/index/bgHero_sp.jpg);
        background-position: center bottom;
    }
}

/* secFormArea */
.secFormArea{
    width: 100%;
    margin-top: 7.4rem;
}
.secFormArea .areatitbox{
    text-align: center;
}
.secFormArea .areatit{
    display: inline-block;
    position: relative;
    font-size: var(--pcFontSize44);
    line-height: calc(60 / 44);
    font-weight: bold;
    padding: 0 6rem;
    padding-bottom: 2.6rem;
}
.secFormArea .areatit::before,
.secFormArea .areatit::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 6rem;
    bottom: 0;
    background-color: #000;
}
.secFormArea .areatit::before{
    left: 0;
    transform: rotate(-15deg);
}
.secFormArea .areatit::after{
    right: 0;
    transform: rotate(15deg);
}
.secFormArea .areatitIn{
    background: linear-gradient(transparent 73%, var(--yellowColor) 0%);
}
@media only screen and (max-width:1215px){
    .secFormArea{
        margin-top: 0;
    }
    .secFormArea .areatit{
        font-size: var(--spFontSize16);
        line-height: calc(28 / 16);
        padding: 0 2.6rem;
        padding-bottom: 0.4rem;
    }
    .secFormArea .areatit::before,
    .secFormArea .areatit::after{
        height: 30px;
    }
    .secFormArea .areatit::before{
        transform: rotate(-15deg);
    }
    .secFormArea .areatit::after{
        transform: rotate(15deg);
    }
    .secFormArea .areatitIn{
        background: none;
    }
    .secFormArea .areatitIn .splabel{
        background: linear-gradient(transparent 73%, var(--yellowColor) 90%);
    }
}
/* secFormtabs */
.secFormtabs{
    margin-top: 4rem;
    position: relative;
    padding-bottom: 5px;
}
.secFormtabs::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: var(--redColor);
}
.secFormtabs .tabList{
    display: flex;
}
.secFormtabs .tabItem{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
.secFormtabs .tabItem:last-child{
    margin-right: 0;
}
.secFormtabs .tabLinks{
    width: 100%;
    height: 100%;
    min-height: 15rem;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-bottom: none;
    border-color: var(--textColor);
    background-color: var(--whiteColor);
    color: var(--textColor);
    font-size: var(--pcFontSize25);
    line-height: calc(45 / 25);
    font-weight: bold;
    cursor: pointer;
    pointer-events: all;
}
.secFormtabs .tabLinks.active{
    border-color: var(--redColor);
    color: var(--whiteColor);
    background-color: var(--redColor);
}
.secFormtabs .tabLinks .linkIn{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2rem 2rem;
}
@media only screen and (max-width:1215px){
    .secFormtabs{
        margin-top: 2rem;
        padding-bottom: 5px;
    }
    .secFormtabs .tabItem{
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secFormtabs .tabItem:last-child{
        margin-right: 0;
    }
    .secFormtabs .tabLinks{
        min-height: 10rem;
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
    }
    .secFormtabs .tabLinks .linkIn{
        padding: 1rem 0.5rem;
    }
}
/* secFormContentbox */
.secFormContentbox{
    width: 100%;
}
.secFormContentbox .contentbox{
    display: none;
    padding-bottom: 15rem;
}
.secFormContentbox .contentbox.active{
    display: block;
}
.secFormContentbox .secForm{
    margin-top: 9.8rem;
}
.secFormContentbox .serReservecontent + .secForm{
    margin-top: 5.9rem;
}
@media only screen and (max-width:1215px){
    .secFormContentbox .secForm{
        margin-top: 3.7rem;
    }
    .secFormContentbox .contentbox{
        padding-bottom: 3rem;
    }
}

/* serReservecontent */
.serReservecontent{
    margin-top: 9.4rem;
}
.serReservecontent .onBnr .linkbnr{
    display: block;
}
.serReservecontent .imgtitbox{
    width: 100%;
    height: 8rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    background-color: var(--reserveCpColor);
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.serReservecontent .imgtitbox .titin{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.serReservecontent .imgtitbox .imgtit{
    width: 60rem;
    margin: 0 auto;
}
.serReservecontent .cpBox{
    margin-top: 3.5rem;
    width: 100%;
    background-color: var(--textColor);
    padding:5rem;
}
.serReservecontent .cpBox .cpInner{
    width: 100%;
}
.serReservecontent .cpBox .cpImg{
    width: 100%;
}
.serReservecontent .cpBox .cptitbox{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    background-color: var(--reserveCpColor);
    color: var(--whiteColor);
    font-size: var(--pcFontSize16);
    line-height: calc(30 / 16);
    width: 100%;
    height: 8rem;
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing20);
    padding: 0 5rem;
}
.serReservecontent .cpBox .cptitbox .cptitIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .serReservecontent{
        margin-top: 2.1rem;
    }
    .serReservecontent .imgtitbox{
        height: 6rem;
        margin-top: 2rem;
    }
    .serReservecontent .imgtitbox .imgtit{
        max-width: 37.5rem;
        width: 100%;
    }
    .serReservecontent .cpBox{
        margin-top: 2rem;
        padding: 2rem;
    }
    .serReservecontent .cpBox .cptitbox{
        display: none;
    }
    .secFormContentbox .serReservecontent + .secForm{
        margin-top: 3.8rem;
    }
}

/* secCmnhero */
.secCmnhero{
    width: 100%;
    height: 36rem;
    background-color: var(--footerbgColor);
    display: flex;
    align-items: center;
    color: var(--whiteColor);
}
.secCmnhero .heroInner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secCmnhero .titEng{
    font-size: var(--pcFontSize40);
    line-height: calc(60 / 40);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing100);
}
.secCmnhero .titJpn{
    font-size: var(--pcFontSize20);
    line-height: calc(30 / 20);
    font-weight: bold;
}
.secCmnhero + .secForm{
    margin-top: 8rem;
}
.secForm.co{
    padding-bottom: 10rem;
}
@media only screen and (max-width:1215px){
    .secCmnhero{
        height: 22rem;
    }
    .secCmnhero .titEng{
        font-size: var(--spFontSize24);
        line-height: calc(36 / 24);
    }
    .secCmnhero .titJpn{
        font-size: var(--spFontSize16);
        line-height: calc(24 / 16);
    }
    .secCmnhero + .secForm{
        margin-top: 4rem;
    }
    .secForm.co{
        padding-bottom: 5rem;
    }
}
/* secTop */
.secTop{
    width: 100%;
    background-color: var(--bgTop);
    color: var(--whiteColor);
    position: relative;
    padding-top: 11.6rem;
    padding-bottom: calc(55px + 0.5rem);
}
.secTop .bgImgArea{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 6.9rem;
}
.secTop .bgImgbox{
    width: calc(100% - 10rem);
    margin: 0 auto;
    max-width: 175.4rem;
    opacity: 0.25;
}
.secTop .inner{
    position: relative;
    z-index: 5;
}
.secTop .onbox{
    width: 100%;
    position: relative;
    padding-right: 60rem;
}
.secTop .ontitbox{
    width: 100%;
    text-align: left;
    padding-top: 1.6rem;
}
.secTop .ontitbox .q_titbox{
    width: 100%;
}
.secTop .ontitbox .q_tit{
    font-size: var(--pcFontSize50);
    line-height: calc(84 / 50);
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}
.secTop .ontitbox .q_titin{
    background-color: rgba(40,44,46,0.8);
    padding: 0 0.5rem;
}
.secTop .ontitbox .a_titbox{
    margin-top: 1.2rem;
}
.secTop .ontitbox .a_tit{
    font-size: var(--pcFontSize50);
    line-height: calc(100 / 50);
    font-weight: bold;
    color: var(--whiteColor);
}
.secTop .onImgArea{
    width: 100%;
    margin-top: 5.4rem;
}
.secTop .onImgArea .onImgbox{
    width: 60rem;
    border-radius: 5rem;
    overflow: hidden;
}
.secTop .ontxtItem{
    width: 100%;
}
.secTop .itemList{
    display: flex;
}
.secTop .itemList .item{
    display: inline-block;
}
.secTop .itemList .item + .item{
    margin-left: 2rem;
}
.secTop .itemtxt{
    position: relative;
    padding-left: calc(2rem + 1rem);
    font-size: var(--pcFontSize14);
    line-height: calc(30 / 14);
}
.secTop .itemtxt::before{
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: calc(50% - 1rem);
    border-radius: 50%;
}
.secTop .itemtxt.type_07::before{
    background-color: var(--level7Color);
}
.secTop .itemtxt.type_06::before{
    background-color: var(--level6Color);
}
.secTop .itemtxt.type_05::before{
    background-color: var(--level5Color);
}
.secTop .itemtxt.type_04::before{
    background-color: var(--level4Color);
}
.secTop .onimgu_txtbox{
    margin-top: 2.7rem;
}
.secTop .onimgu_txt{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
}
.secTop .onsubtitbox{
    width: 100%;
    position: relative;
    padding-bottom: 4.2rem;
    margin-top: 94px;
}
.secTop .onsubtitbox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--whiteColor);
    z-index: 1;
}
.secTop .onsubtitbox::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 55px;
    left: calc(50% - 35px);
    bottom: calc(0% - 48px);
    z-index: 5;
}
.secTop.lazyloaded .onsubtitbox::before{
    background: url(../img/index/imgOnsubtit_before.png) no-repeat center center;
    background-size: 100% auto;
}
.secTop .onsubtitbox .subtitIn{
    text-align: center;
}
.secTop .onsubtitbox .subtit{
    font-size: var(--pcFontSize36);
    line-height: calc(50 / 36);
    font-weight: bold;
}
.secTop .onsubtitbox .subtit .l_subtit{
    font-size: var(--pcFontSize60);
    line-height: calc(80 / 60);
    color: var(--level5Color);
    vertical-align: sub;
}
@media only screen and (min-width:1216px){
    .secTop .onImgbox{
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width:1215px){
    .secTop{
        padding-top: 3.8rem;
        padding-bottom: calc(19px + 0.5rem);
    }
    .secTop .bgImgArea{
        display: none;
    }
    .secTop .onbox{
        padding: 0 1.3rem;
    }
    .secTop .ontitbox{
        padding-top: 0;
    }
    .secTop .ontitbox .q_tit{
        font-size: var(--spFontSize14);
        line-height: calc(20 / 14);
    }
    .secTop .ontitbox .q_titin{
        padding: 0;
        background: no-repeat;
    }
    .secTop .ontitbox .a_titbox{
        margin-top: 0.3rem;
    }
    .secTop .ontitbox .a_tit{
        font-size: var(--spFontSize15);
        line-height: calc(26 / 15);
    }
    .secTop .onImgArea{
        margin-top: 1.5rem;
    }
    .secTop .onImgArea .onImgflex{
        display: flex;
        align-items: center;
    }
    .secTop .onImgArea .bgImgArea{
        flex: 1;
    }
    .secTop .onImgArea .onImgbox{
        width:100%;
        flex: 1;
        border-radius: 2rem;
    }
    .secTop .onImgArea .ontxtItem{
        display: inline-block;
        padding-left:2rem;
    }
    .secTop .ontxtItem .itemInbox{
        display: inline-block;
    }
    .secTop .itemList{
        display: block;
    }
    .secTop .ontxtItem{
        width:auto;
    }
    .secTop .itemList .item{
        display: block;
    }
    .secTop .itemList .item + .item{
        margin-left: 0;
        margin-top: 0.6rem;
    }
    .secTop .itemtxt{
        position: relative;
        padding-left: calc(1.6rem + 0.8rem);
        font-size: var(--spFontSize12);
        line-height: calc(20 / 12);
    }
    .secTop .itemtxt::before{
        width: 1.6rem;
        height: 1.6rem;
        top: calc(50% - 0.8rem);
    }
    .secTop .onimgu_txtbox{
        margin-top: 1.7rem;
    }
    .secTop .onimgu_txt{
        font-size: var(--spFontSize10);
        line-height: calc(16 / 10);
    }
    .secTop .onsubtitbox{
        padding-bottom: 1.1rem;
        margin-top: 2.4rem;
    }
    .secTop .onsubtitbox::after{
        height: 3px;
    }
    .secTop .onsubtitbox::before{
        width: 35px;
        height: 25px;
        left: calc(50% - 17.5px);
        bottom: calc(0% - 17px);
    }
    .secTop.lazyloaded .onsubtitbox::before{
        background-image: url(../img/index/imgOnsubtit_before_sp.png);
        background-size: 100% auto;
    }
    .secTop .onsubtitbox .subtit{
        font-size: var(--spFontSize22);
        line-height: calc(36 / 22);
    }
    .secTop .onsubtitbox .subtit .l_subtit{
        font-size: var(--spFontSize22);
        line-height: calc(36 / 22);
        vertical-align: baseline;
    }
}
/* secNeeds */
.secNeeds{
    background-color: var(--bgTop);
}
.secNeeds .Inner{
    position: relative;
    padding-top: 4.7rem;
    padding-bottom: 10rem;
}
.secNeeds .leftBox{
    width: 100%;
    position: relative;
}
.secNeeds .leftBox::after{
    content: "";
    position: absolute;
    width: 78rem;
    height: 37rem;
    top: calc(0% - 0.7rem);
    left: 73.6rem;
}
.secNeeds.lazyloaded .leftBox::after{
    background: url(../img/index/imgNeeds_left.png) no-repeat center center;
    background-size: 100% auto;
}
.secNeeds .subtit{
    color: var(--whiteColor);
    font-size: var(--pcFontSize36);
    line-height: calc(50 / 36);
    font-weight: bold;
}
.secNeeds .tit{
    font-size: var(--pcFontSize70);
    line-height: calc(80 / 70);
    font-weight: bold;
    color: var(--whiteColor);
    margin-top: 1.1rem;
    letter-spacing: var(--pcLetterSpacing20);
}
.secNeeds .tit .color_red{
    color: var(--infoColor);
}
.secNeeds .boxContent{
    width: 100%;
    padding-right: calc(54rem + 6rem);
    margin-top: 5.4rem;
    padding-bottom: 5rem;
    position: relative;
}
.secNeeds .c_titbox{
    position: relative;
    width: 100%;
    height: 9rem;
    background-color: var(--infoColor);
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    border-radius: 9rem;
    font-size: var(--pcFontSize24);
    line-height: calc(30 / 24);
    font-weight: bold;
}
.secNeeds .c_titbox::after{
    content: "";
    position: absolute;
    width: 3rem;
    height: 2.6rem;
    background-color: var(--infoColor);
    left: calc(50% - 1.5rem);
    bottom: calc(0% - 2.5rem);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.secNeeds .c_titbox .c_titIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secNeeds .boxlist{
    width: 100%;
    margin-top: 7rem;
}
.secNeeds .boxItem{
    width: 100%;
}
.secNeeds .boxItem + .boxItem{
    margin-top: 7rem;
}
.secNeeds .itemQbox{
    max-width: 50rem;
    position: relative;
    width: 100%;
    height: 12rem;
    border-radius: 3rem;
    margin: 0 auto;
    background-color: var(--questionColor);
    display: flex;
    align-items: center;
    color: var(--textColor);
}
.secNeeds .itemQbox .iconbox{
    position: absolute;
    width:4rem;
    height: 4rem;
    top: calc(0% - 2rem);
    left: 4rem;
    z-index: 5;
}
.secNeeds.lazyloaded .itemQbox .iconbox{
    background: url(../img/index/iconQ.png) no-repeat center center;
    background-size: 100% auto;
}
.secNeeds .itemQbox .q_txtIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secNeeds .itemQbox .q_txt{
    font-size: var(--pcFontSize20);
    line-height: calc(34 / 20);
    font-weight: bold;
}
.secNeeds .itemImgBox{
    width: 100%;
    position: relative;
    margin-top: 5rem;
}
.secNeeds .itemImgBox::after{
    content: "";
    position: absolute;
    width: 7.3rem;
    height: 19.1rem;
    top: calc(0% - 12.9rem);
    right: 7.8rem;
    z-index: 3;
}
.secNeeds.lazyloaded .itemImgBox::after{
    background: url(../img/index/imgNeeds_item.png) no-repeat center top;
    background-size: 100% auto;
}
.secNeeds .itemImgBox .imgInner{
    background-color: var(--whiteColor);
    color: var(--textColor);
    border-radius: 5rem;
    position: relative;
    z-index: 5;
    padding: 5.5rem 6rem 6rem;
}
.secNeeds .itemImgBox .txtArea{
    width: 100%;
    text-align: center;
}
.secNeeds .itemImgBox .subtxt{
    font-size: var(--pcFontSize26);
    line-height: calc(30 / 26);
    font-weight: bold;
    color: var(--infoColor);
}
.secNeeds .txtFlex{
    width: 100%;
    margin-top: 2.9rem;
    display: flex;
}
.secNeeds .txtFlex.type_04 .txtItem{
    width: calc((100% - 3rem) / 4);
    margin-right: 1rem;
}
.secNeeds .txtFlex.type_02 .txtItem{
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
}
.secNeeds .txtFlex.type_04 .txtItem:last-child,
.secNeeds .txtFlex.type_02 .txtItem:last-child{
    margin-right: 0;
}
.secNeeds .txtFlex .flexItembox{
    width: 100%;
    height: 8rem;
    background-color: var(--infoColor);
    color: var(--whiteColor);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize26);
    line-height: calc(30 / 26);
    font-weight: bold;
}
.secNeeds .txtFlex .txtitemIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secNeeds .imgBox{
    width: 100%;
    margin-top: 3.9rem;
}
.secNeeds .itemImgBox:has(.type_04) .imgBox{
    margin-top: 4.7rem;
}
.secNeeds .rightimgArea{
    position: absolute;
    top: 11rem;
    left: calc(68rem + 6rem);
    width: calc((100% - (68rem + 6rem)) + ((100vw - 100%) / 2));
    height: calc(100% - 11rem);
    border-radius: 2rem 0 0 2rem;
    z-index: 10;
}
.secNeeds.lazyloaded .rightimgArea{
    background: url(../img/index/bgNeeds_right.jpg) no-repeat center center;
    background-size: cover;
}
@media only screen and (max-width:1215px){
    .secNeeds .Inner{
        padding-top: 0.9rem;
        padding-bottom: 4.9rem;
    }
    .secNeeds .leftBox::after{
        display: none;
    }
    .secNeeds .titBox{
        text-align: center;
    }
    .secNeeds .subtit{
        font-size: var(--spFontSize16);
        line-height: calc(26 / 16);
    }
    .secNeeds .tit{
        font-size: var(--spFontSize34);
        line-height: calc(40 / 34);
        margin-top: 0.6rem;
    }
    .secNeeds .boxContent{
        position: relative;
        padding: 0;
        margin-top: 1.8rem;
        padding-top: 12.4rem;
    }
    .secNeeds .boxContent::before{
        content: "";
        position: absolute;
        width: 31.2rem;
        height: 14.9rem;
        left: calc(50% - 15.6rem);
        top: 0;
    }
    .secNeeds.lazyloaded .boxContent::before{
        background: url(../img/index/imgNeeds_box_before.png) no-repeat center center;
        background-size: 100% auto;
    }
    .secNeeds .c_titbox{
        z-index: 5;
        height: 5rem;
        font-size: var(--spFontSize14);
        line-height: calc(20 / 14);
    }
    .secNeeds .c_titbox::after{
        width: 1.6rem;
        height: 1.2rem;
        left: calc(50% - 0.6rem);
        bottom: calc(0% - 1rem);
    }
    .secNeeds .boxlist{
        margin-top: 30px;
    }
    .secNeeds .boxItem + .boxItem{
        margin-top: 4rem;
    }
    .secNeeds .itemQbox{
        max-width: 100%;
        height: 8rem;
        border-radius: 1rem 1rem 0 1rem;
    }
    .secNeeds .itemQbox .iconbox{
        width:3rem;
        height: 3rem;
        top: calc(0% - 1.5rem);
        left: 2rem;
    }
    .secNeeds.lazyloaded .itemQbox .iconbox{
        background-image: url(../img/index/iconQ_sp.png);
    }
    .secNeeds .itemQbox .q_txt{
        font-size: var(--spFontSize14);
        line-height: calc(22 / 14);
    }
    .secNeeds .itemImgBox{
        margin-top: 2rem;
    }
    .secNeeds .itemImgBox::after{
        width: 4.5rem;
        height: 12.7rem;
        top: calc(0% - 6rem);
        right: 0.6rem;
    }
    .secNeeds .itemImgBox .imgInner{
        border-radius: 1rem;
        padding: 3.2rem 2rem 2.1rem;
    }
    .secNeeds .itemImgBox .subtxt{
        font-size: var(--spFontSize18);
        line-height: calc(18 / 24);
    }
    .secNeeds .txtFlex{
        margin-top: 2.2rem;
    }
    .secNeeds .txtFlex.type_04 .txtItem{
        width: calc((100% - 1.5rem) / 4);
        margin-right: 0.5rem;
    }
    .secNeeds .txtFlex.type_02 .txtItem{
        width: calc((100% - 0.5rem) / 2);
        margin-right: 0.5rem;
    }
    .secNeeds .txtFlex.type_04 .txtItem:last-child,
    .secNeeds .txtFlex.type_02 .txtItem:last-child{
        margin-right: 0;
    }
    .secNeeds .txtFlex .flexItembox{
        height: 4rem;
        border-radius: 0.5rem;
        font-size: var(--spFontSize14);
        line-height: calc(20 / 14);
    }
    .secNeeds .imgBox{
        margin-top: 2rem;
    }
    .secNeeds .itemImgBox:has(.type_04) .imgBox{
        margin-top: 2rem;
    }
    .secNeeds .rightimgArea{
        display: none;
    }
}
/* secMethod */
.secMethod{
    width: 100%;
    margin-top: 5rem;
    color: var(--methodtxtColor);
}
.secMethod .titArea{
    position: relative;
    padding-top: calc(10rem + 4.6rem);
}
.secMethod.lazyloaded .titArea{
    background: url(../img/index/imgMethod_bg.png) no-repeat center top;
    background-size: 2rem auto;
}
.secMethod .subtitbox{
    width: 100%;
    text-align: center;
}
.secMethod .subtit{
    font-size: var(--pcFontSize32);
    line-height: calc(40 / 32);
    font-weight: bold;
}
.secMethod .subtit .subtitIn{
    background: linear-gradient(transparent 73%, var(--yellowColor) 0%);
}
.secMethod .subtit .redColor{
    color: var(--infoColor);
}
.secMethod .tit{
    font-size: var(--pcFontSize90);
    line-height: calc(130 / 90);
    text-align: center;
    margin-top: 1.9rem;
}
.secMethod .tit .f900{
    font-weight: 900;
}
.secMethod .tit .minitit{
    font-size: var(--pcFontSize32);
    line-height: calc(40 / 32);
    padding-left: 1rem;
}
.secMethod .tit .redColor{
    color: var(--infoColor);
    font-weight: bold;
}
.secMethod .subtxtbox{
    text-align: center;
    margin-top: 1.5rem;
}
.secMethod .subtxt{
    font-size: var(--pcFontSize32);
    line-height: calc(40 / 32);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secMethod{
        margin-top: 4rem;
    }
    .secMethod .titArea{
        padding-top: calc(3.7rem + 1.7rem);
    }
    .secMethod.lazyloaded .titArea{
        background-image: url(../img/index/imgMethod_bg_sp.png);
        background-size: 1rem auto;
    }
    .secMethod .subtit{
        font-size: var(--spFontSize16);
        line-height: calc(28 / 16);
    }
    .secMethod .subtit .subtitIn{
        background: none;
    }
    .secMethod .subtit .sp_ycolor{
        background: linear-gradient(transparent 73%, var(--yellowColor) 0%);
    }
    .secMethod .tit{
        font-size: var(--spFontSize30);
        line-height: calc(44 / 30);
        margin-top: 0.8rem;
    }
    .secMethod .tit .minitit{
        font-size: var(--spFontSize16);
        line-height: calc(24 / 16);
        padding-left:0.5rem;
    }
    .secMethod .subtxtbox{
        margin-top: 1.1rem;
    }
    .secMethod .subtxt{
        font-size: var(--spFontSize16);
        line-height: calc(28 / 16);
    }
}
.secMethod .middlebox{
    width: 100%;
    border-radius: 5rem;
    background-color: var(--middlebgColor);
    padding: 7rem 6rem;
    margin-top: 5.8rem;
}
.secMethod .middlebox .m_inner{
    display: flex;
    align-items: center;
}
.secMethod .middlebox .m_txtArea{
    flex: 1;
    padding-right: 5rem;
}
.secMethod .middlebox .m_txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secMethod .middlebox .m_tit{
    font-size: var(--pcFontSize22);
    line-height: calc(44 / 22);
    font-weight: bold;
}
.secMethod .middlebox .m_tit .redColor{
    color: var(--infoColor);
}
.secMethod .middlebox .m_txt{
    font-size: var(--pcFontSize14);
    line-height: calc(32 / 14);
    margin-top: 1.3rem;
}
.secMethod .middlebox .m_imgArea{
    width: 43.4rem;
}
.secMethod .imgGraph{
    margin-top: 6.6rem;
}
@media only screen and (min-width:1216px){
    .secMethod .middlesubtxtbox{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secMethod .middlebox{
        border-radius: 1rem;
        background-color: var(--middlebgColor);
        padding: 2.3rem 2rem 3rem;
        margin-top: 2.5rem;
    }
    .secMethod .middlebox .m_inner{
        display: block;
    }
    .secMethod .middlebox .m_txtArea{
        width: 100%;
        padding: 0;
    }
    .secMethod .middlebox .m_txtIn{
        display: block;
    }
    .secMethod .middlebox .m_tit{
        font-size: var(--spFontSize12);
        line-height: calc(22 / 12);
    }
    .secMethod .middlebox .m_txt{
        display: none;
    }
    .secMethod .middlebox .m_imgArea{
        width:100%;
        max-width: 20.6rem;
        margin: 0 auto;
        margin-top: 1.6rem;
    }
    .secMethod .middlesubtxtbox{
        width: 100%;
        margin-top: 1.6rem;
    }
    .secMethod .middlesubtxt{
        font-size: var(--spFontSize10);
        line-height: calc(16 / 10);
    }
    .secMethod .imgGraph{
        margin-top: 3.7rem;
    }
}
/* secVoice */
.secVoice{
    width: 100%;
    overflow: hidden;
    color: var(--methodtxtColor);
    margin-top: 14.2rem;
}
.secVoice .titbox{
    width: 100%;
    text-align: center;
}
.secVoice .tit{
    font-size: var(--pcFontSize50);
    line-height: calc(60 / 50);
    font-weight: 900;
}
.secVoice .subtit{
    font-size: var(--pcFontSize18);
    line-height: calc(30 / 18);
    margin-top: 2rem;
}
.secVoice .sliderbox{
    width: 100%;
    position: relative;
    margin-top: 6.3rem;
}
.secVoice .sliderbox .swiper{
    width: 100%;
}
.secVoice .swiper-slide{
    height: auto;
}
.secVoice .slideItem{
    width: 100%;
}
.secVoice .itemIn{
    display: flex;
}
.secVoice .imgArea{
    width: 61.9rem;
}
.secVoice .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(398 / 619 * 100%);
    overflow: hidden;
}
.secVoice .txtArea{
    width: calc(100% - 61.9rem);
    padding-left: 5.2rem;
    padding-right: 3rem;
}
.secVoice .txtinbox{
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.secVoice .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secVoice .imgengtit{
    display: block;
}
.secVoice .imgengtit img{
    width: auto;
    height: 2.2rem;
}
.secVoice .slidertitbox{
    width: 100%;
    margin-top: 0.8rem;
}
.secVoice .slidertit{
    font-size: var(--pcFontSize22);
    line-height: calc(44 / 22);
    font-weight: bold;
}
.secVoice .slidertxt{
    font-size: var(--pcFontSize14);
    line-height: calc(32 / 14);
    margin-top: 0.9rem;
}
.secVoice .swiper-button-next,
.secVoice .swiper-button-prev{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 0;
    background-color: var(--textColor);
    top: calc(50% - 3rem);
}
.secVoice.lazyloaded .swiper-button-next,
.secVoice.lazyloaded .swiper-button-prev{
    background: url(../img/index/icon_arrow_white.png) no-repeat center center var(--textColor);
    background-size:1.2rem auto;
}
.secVoice .swiper-button-next::after,
.secVoice .swiper-button-prev::after{
    display: none;
}
.secVoice .swiper-button-next{
    right: calc(0% - 3rem);
}
.secVoice .swiper-button-prev{
    left: calc(0% - 3rem);
    transform: rotate(180deg);
}
@media only screen and (max-width:1215px){
    .secVoice{
        margin-top: 5.9rem;
    }
    .secVoice .tit{
        font-size: var(--spFontSize30);
        line-height: calc(44 / 30);
    }
    .secVoice .subtit{
        font-size: var(--spFontSize14);
        line-height: calc(22 / 14);
        margin-top: 0.3rem;
    }
    .secVoice .sliderbox{
        padding: 0 2rem;
        margin-top: 2.6rem;
    }
    .secVoice .itemIn{
        display: block;
    }
    .secVoice .imgArea{
        width: 100%;
    }
    .secVoice .imgBox{
        padding-top: calc(190 / 295 * 100%);
    }
    .secVoice .txtArea{
        width: 100%;
        padding: 0;
        margin-top: 2.7rem;
    }
    .secVoice .txtinbox{
        display: block;
        height: auto;
    }
    .secVoice .txtInner{
        display: block;
    }
    .secVoice .imgengtit img{
        height: 1rem;
    }
    .secVoice .slidertitbox{
        margin-top: 0.4rem;
    }
    .secVoice .slidertit{
        font-size: var(--spFontSize15);
        line-height: calc(25 / 15);
    }
    .secVoice .slidertxt{
        font-size: var(--spFontSize14);
        line-height: calc(25 / 14);
        margin-top: 0.9rem;
    }
    .secVoice .swiper-button-next,
    .secVoice .swiper-button-prev{
        width: 4rem;
        height: 4rem;
        top: calc(0% + ((23rem - 4rem) / 2));
    }
    .secVoice .swiper-button-next{
        right:0;
    }
    .secVoice .swiper-button-prev{
        left:0;
    }
}
@media only screen and (max-width:450px){
    .secVoice .swiper-button-next,
    .secVoice .swiper-button-prev{
        top: calc(((0% + (149 / 295 * 100vw) - 4rem) / 2));
    }
}
/* secCheck */
.secCheck{
    width: 100%;
    margin-top: 15rem;
}
.secCheck.lazyloaded{
    background: url(../img/index/imgBg_check.jpg) no-repeat center top;
    background-size: cover;
}
.secCheck .Inner{
    padding-top: 14.7rem;
    padding-bottom: 15rem;
}
.secCheck .titArea{
    text-align: left;
}
.secCheck .imgtitbox{
    width: 52.2rem;
    opacity: 0.3;
}
.secCheck .titsub{
    font-size: var(--pcFontSize36);
    line-height: calc(44 / 36);
    font-weight: bold;
    color: var(--whiteColor);
    margin-top: 3rem;
}
.secCheck .tit{
    font-size: var(--pcFontSize70);
    line-height: calc(80 / 70);
    font-weight: bold;
    color: var(--yellowColor);
    margin-top: 2.4rem;
}
.secCheck .contentbox{
    width: 100%;
    background-color: var(--checkbgColor);
    border-radius: 5rem;
    padding: 0 7rem;
    margin-top: 5.4rem;
}
.secCheck .boxInner{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.secCheck .onbox{
    display: flex;
}
.secCheck .txtArea{
    width: calc(100% - 62rem);
    padding-right: 2rem;
}
.secCheck .txtInbox{
    width: 100%;
    text-align: left;
}
.secCheck .maintxt{
    width: 100%;
    margin-top: 3.5rem;
    font-size: var(--pcFontSize16);
    line-height: calc(36 / 16);
    color: var(--whiteColor);
}
.secCheck .movieArea{
    width: 62rem;
}
.secCheck .iflamebox{
    width: 100%;
    height: 0;
    padding-top: calc(348 / 620 * 100%);
    overflow: hidden;
    position: relative;
}
.secCheck .iflamebox iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.secCheck .underbox{
    width: 100%;
    background-color: var(--whiteColor);
    display: flex;
    margin-top: 5rem;
}
.secCheck .u_titArea{
    background-color: var(--methodtxtColor);
    width: 40rem;
    color: var(--whiteColor);
}
.secCheck .u_titbox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secCheck .u_titIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secCheck .u_tit{
    font-size: var(--pcFontSize24);
    line-height: calc(46 / 24);
    font-weight: bold;
}
.secCheck .u_tit .y_color{
    color: var(--yellowColor);
}
.secCheck .u_txtArea{
    flex: calc(100% - 40rem);
    padding: 0 5rem;
}
.secCheck .u_txtInbox{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.secCheck .u_txtImg{
    max-width: 67.4rem;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width:1216px){
    .secCheck .maintit{
        width: 58.5rem;
        height: 14.3rem;
    }
    .secCheck .maintit img{
        position: relative;
        width: 64.4rem;
        height: 20.2rem;
        top: calc(0% - ((20.2rem - 14.3rem) / 2));
        left: calc(0% - ((64.4rem - 58.5rem) / 2));
    }
}
@media only screen and (max-width:1215px){
    .secCheck{
        margin-top: 4.4rem;
    }
    .secCheck.lazyloaded{
        background-size: cover;
    }
    .secCheck .Inner{
        padding-top: 3.2rem;
        padding-bottom: 6rem;
    }
    .secCheck .imgtitbox{
        width: 14.2rem;
    }
    .secCheck .titsub{
        font-size: var(--spFontSize16);
        line-height: calc(24 / 16);
        margin-top: 1.1rem;
    }
    .secCheck .tit{
        font-size: var(--spFontSize24);
        line-height: calc(32 / 24);
        margin-top: 0.2rem;
    }
    .secCheck .contentbox{
        border-radius: 1rem;
        padding: 0 1rem;
        margin-top: 2.6rem;
    }
    .secCheck .boxInner{
        padding-top: 2.3rem;
        padding-bottom: 1rem;
    }
    .secCheck .onbox{
        display:block;
        padding: 0 1rem;
    }
    .secCheck .txtArea{
        padding-right: 0;
        width: 100%;
    }
    .secCheck .maintit{
        width: 27.6rem;
        height: 6.4rem;
    }
    .secCheck .maintit img{
        position: relative;
        width: 33.5rem;
        height: 12.3rem;
        top: calc(0% - ((12.3rem - 6.4rem) / 2));
        left: calc(0% - ((33.5rem - 27.6rem) / 2));
    }
    .secCheck .maintxt{
        margin-top: 1.5rem;
        font-size: var(--spFontSize12);
        line-height: calc(21 / 12);
    }
    .secCheck .movieArea{
        width: 100%;
        margin-top: 1.3rem;
    }
    .secCheck .iflamebox{
        padding-top: calc(166 / 295 * 100%);
    }
    .secCheck .underbox{
        display: block;
        margin-top: 1.7rem;
        border-radius: 1rem;
        overflow: hidden;
    }
    .secCheck .u_titArea{
        width:100%;
    }
    .secCheck .u_titbox{
        height: 5rem;
    }
    .secCheck .u_tit{
        font-size: var(--spFontSize14);
        line-height: calc(30 / 14);
    }
    .secCheck .u_txtArea{
        width: 100%;
        padding: 0 1rem;
    }
    .secCheck .u_txtInbox{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width:767px){
    .secCheck.lazyloaded{
        background-image: url(../img/index/imgBg_check_sp.jpg);
    }
}
.secCheck .meritArea{
    width: 100%;
    margin-top: 9.5rem;
}
.secCheck .m_tit{
    text-align: center;
    color: var(--whiteColor);
    font-size: var(--pcFontSize36);
    line-height: calc(40 / 36);
    font-weight: bold;
}
.secCheck .m_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.7rem;
}
.secCheck .m_item{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
.secCheck .m_item:nth-child(2n){
    margin-right: 0;
}
.secCheck .m_item:nth-child(n + 3){
    margin-top: 4rem;
}
.secCheck .m_iteminner{
    width: 100%;
    height: 100%;
    min-height: 25rem;
    border-radius: 5rem;
    background-color: var(--whiteColor);
    padding: 5rem 5rem;
    display: flex;
}
.secCheck .m_logoArea{
    width: 15rem;
    position: relative;
}
.secCheck .m_numbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem 2rem 0 2rem;
    background-color: var(--yellowColor);
    color: var(--textColor);
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize18);
    line-height: calc(30 / 18);
    font-weight: bold;
    z-index: 3;
}
.secCheck .m_numIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secCheck .m_logobox{
    width: 15rem;
    height: 15rem;
    background-color: var(--middlebgColor);
    border-radius: 50%;
    position: relative;
}
.secCheck.lazyloaded .m_logobox{
    background: url(../img/common/tp.gif) center center no-repeat var(--middlebgColor);
}
.secCheck.lazyloaded .m_logobox.type01{
    background-image: url(../img/index/imgCheck_m_logo01.png);
    background-size: 6.9rem auto;
}
.secCheck.lazyloaded .m_logobox.type02{
    background-image: url(../img/index/imgCheck_m_logo02.png);
    background-size: 5.3rem auto;
}
.secCheck.lazyloaded .m_logobox.type03{
    background-image: url(../img/index/imgCheck_m_logo03.png);
    background-size: 6.4rem auto;
}
.secCheck.lazyloaded .m_logobox.type04{
    background-image: url(../img/index/imgCheck_m_logo04.png);
    background-size: 6.6rem auto;
}
.secCheck .m_txtArea{
    width: calc(100% - 15rem);
    padding-left: 4rem;
}
.secCheck .m_txtbox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secCheck .m_txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secCheck .m_subtit{
    font-size: var(--pcFontSize20);
    line-height: calc(34 / 20);
    font-weight: bold;
}
.secCheck .m_txt{
    font-size: var(--pcFontSize16);
    line-height: calc(28 / 16);
    margin-top: 0.7rem;
}
@media only screen and (max-width:1215px){
    .secCheck .meritArea{
        margin-top: 3.4rem;
    }
    .secCheck .m_tit{
        font-size: var(--spFontSize16);
        line-height: calc(24 / 16);
    }
    .secCheck .m_list{
        margin-top: 3.7rem;
    }
    .secCheck .m_item{
        width: calc((100% - 0.5rem) / 2);
        margin-right: 0.5rem;
    }
    .secCheck .m_item:nth-child(2n){
        margin-right: 0;
    }
    .secCheck .m_item:nth-child(n + 3){
        margin-top: 4rem;
    }
    .secCheck .m_iteminner{
        min-height: 18rem;
        border-radius: 1rem;
        background-color: var(--whiteColor);
        padding: 0 0.5rem;
        display: block;
        position: relative;
        padding-top: 5.2rem;
        padding-bottom: 1.6rem;
    }
    .secCheck .m_logoArea{
        width: 6.4rem;
        position: absolute;
        left: calc(50% - 3.2rem);
        top: calc(0% - 2rem);
    }
    .secCheck .m_numbox{
        width: 3rem;
        height: 3rem;
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
        left: calc(0% - (3rem + 6px));
        top: 5px;
    }
    .secCheck .m_logobox{
        width: 6.4rem;
        height: 6.4rem;
    }
    .secCheck.lazyloaded .m_logobox.type01{
        background-size: 2.9rem auto;
    }
    .secCheck.lazyloaded .m_logobox.type02{
        background-size: 2.2rem auto;
    }
    .secCheck.lazyloaded .m_logobox.type03{
        background-size: 2.4rem auto;
    }
    .secCheck.lazyloaded .m_logobox.type04{
        background-size: 2.6rem auto;
    }
    .secCheck .m_txtArea{
        width: 100%;
        padding: 0;
    }
    .secCheck .m_txtbox{
        height: auto;
        display: block;
    }
    .secCheck .m_subtit{
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
        text-align: center;
    }
    .secCheck .m_txt{
        font-size: var(--spFontSize11);
        line-height: calc(17 / 11);
        margin-top: 0.6rem;
        text-align: center;
    }
}
@media only screen and (max-width:374px){
    .secCheck.lazyloaded{
        background-size: cover;
    }
    .secCheck .maintit{
        width: 21.4rem;
        height: 5rem;
    }
    .secCheck .maintit img{
        width: 25.9rem;
        height: auto;
        top: calc(0% - (2.2rem));
        left: calc(0% - (2.2rem));
    }
}
.secAward{
    width: 100%;
    padding: 6rem 0;
    position: relative;
}
.secAward.lazyloaded{
    background: url(../img/index/award-bg.jpg) center top no-repeat;
    background-size: cover;
}
.secAward::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--whiteColor));
}
.secAward .Inner{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.secAward .txtArea{
    flex: 1;
    padding-right: 3rem;
}
.secAward .tit{
    font-size: var(--pcFontSize25);
    line-height: calc(40 / 25);
    font-weight: bold;
}
.secAward .txt{
    font-size: var(--pcFontSize18);
    line-height: calc(30 / 18);
    font-weight: bold;
    margin-top: 1.5rem;
}
.secAward .imgArea{
    display: inline-block;
}
.secAward .imgFlex{
    display: flex;
    align-items: center;
}
.secAward .imgBox{
    display: inline-block;
}
.secAward .imgBox + .imgBox{
    margin-left: 3rem;
}
.secAward .imgBox img{
    width: auto;
    height: 13.5rem;
}
@media only screen and (max-width:1215px){
    .secAward{
        padding: 4rem 0;
    }
    .secAward.lazyloaded{
        background-image: url(../img/index/award-bg_sp.jpg);
    }
    .secAward .Inner{
        display: block;
        text-align: center;
    }
    .secAward .txtArea{
        width: auto;
        display: inline-block;
        text-align: left;
        padding: 0;
        margin-top: 3rem;
    }
    .secAward .tit{
        font-size: var(--spFontSize17);
    }
    .secAward .txt{
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
        margin-top: 1.3rem;
    }
    .secAward .imgArea{
        display: block;
        width: 100%;
    }
    .secAward .imgFlex{
        justify-content: center;
    }
    .secAward .imgBox + .imgBox{
        margin-left: 1.5rem;
    }
    .secAward .imgBox img{
        height: 9rem;
    }
}
@media only screen and (max-width:374px){
    .secAward .imgBox img{
        height: 7rem;
    }
}