@charset "utf-8";

.secCmnTopBox{
    background: url(../img/company/bgCmnTopBox.jpg) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnTopBox{
        background: url(../img/company/bgCmnTopBox_sp.jpg) center top / cover;
    }
}
/* mainWrapper */.mainWrapper {
    padding-bottom: 0;
}
/* secTit */
.secTit .tit{
    color: var(--textColor);
    font-size: var(--pcFontSize90);
    letter-spacing: var(--pcLetterSpacing90_30);
}
.secTit .subtit{
    color: var(--textColor);
    font-size: var(--pcFontSize28);
    margin-top: 2.4rem;
}
@media only screen and (max-width:1215px){
    .secTit{
        text-align: center;
    }
    .secTit .tit{
        font-size: var(--spFontSize36);
        letter-spacing: var(--spLetterSpacing36_30);
    }
    .secTit .subtit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        margin-top: 1.6rem;
    }
}
/* secValue */
.secValue{
    background-color: var(--pnkzColor);
    padding-top: 8.9rem;
    padding-bottom: 10rem;
}
.secValue .listValue{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.8rem;
}
.secValue .listValue .item{
    width: 53rem;
    height: 53rem;
    border: 1px solid var(--tag01Color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.secValue .listValue .item:nth-child(n+2){
    margin-left: -4.5rem;
}
.listValue .item .inner {
    text-align: center;
}
.listValue .item:nth-child(1) .inner { 
    margin-top: -0.8rem;
}
.listValue .item:nth-child(2) .inner {
    margin-top: -4.3rem;
}
.listValue .item:nth-child(3) .inner {
    margin-top: -4.7rem;
}
.secValue .listValue .tit{
    color: var(--tag01Color);
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_30);
    margin-top: 2.2rem;
}
.listValue .item:nth-child(2) .tit{
    margin-top: 2.3rem;
}
.listValue .item:nth-child(3) .tit{
    margin-top: 2.6rem;
}
.secValue .listValue .subtit{
    color: var(--tag01Color);
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_40);
    letter-spacing: var(--pcLetterSpacing25_80);
    margin-top: 1.6rem;
}
.secValue .listValue .txt{
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    letter-spacing: var(--pcLetterSpacing16_60);
    margin-top: 2.2rem;
    text-align: center;
}
@media only screen and (max-width:1215px){
.secValue{
    padding-top: 2.7rem;
    padding-bottom: 8rem;
}
.secValue .listValue{
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 3rem;
}
.secValue .listValue .item{
    width: 100%;
    height: auto;
    border-radius: 0 3rem 0 0;
    flex-direction: column;
    background-color: var(--white);
}
.secValue .listValue .item:nth-child(n+2){
    border-radius: 0;
    border-top: unset;
    margin-left: 0;
}
.secValue .listValue .item:last-child{
    border-radius: 0 0 3rem 3rem;
}
.listValue .item:nth-child(n) .inner { 
    margin-top: 0;
    padding: 3rem 1rem 2.5rem;
}
.listValue .item .img{
    margin: 0 auto;
}
.listValue .item:first-child .img{
    width: 15.33%;
}
.listValue .item:nth-child(2) .img{
    width: 7.865%;
}
.listValue .item:nth-child(3) .img{
    width: 8.63%;
}
.secValue .listValue .tit{
    font-size: var(--spFontSize20);
    letter-spacing: var(--spLetterSpacing20_30);
    margin-top: 1.6rem;
}
.listValue .item:nth-child(2) .tit{
    margin-top: 1.7rem;
}
.listValue .item:nth-child(3) .tit{
    margin-top: 1.9rem;
}
.secValue .listValue .subtit{
    font-size: var(--spFontSize14);
    line-height: var(--spLineHeight14_25);
    letter-spacing: var(--spLetterSpacing14_100);
    margin-top: 1.2rem;
}
.secValue .listValue .txt{
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_22);
    letter-spacing: var(--spLetterSpacing12_40);
    margin-top: 0.8rem;
}
}
@media only screen and (max-width:375px){
.secValue .listValue .txt {
    font-size: var(--spFontSize11);
    line-height: var(--spLineHeight11_20);
    letter-spacing: var(--spLetterSpacing11_40);
    margin-top: 0.8rem;
}
}
/* secAction */
.secAction{
    padding: 20rem 0;
}
.secAction .listAction{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6.9rem;
    gap: 2rem;
}
.secAction .listAction .item{
    display: flex;
    width: calc((100% - 6rem) /4);
    max-height: 46.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: -moz-linear-gradient( 48deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    background-image: -webkit-linear-gradient( 48deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    background-image: -ms-linear-gradient( 48deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    padding: 5.3rem 1rem 5.2rem;
}
.secAction .item .num{
    color: var(--white);
    font-size: var(--pcFontSize70);
    letter-spacing: var(--pcLetterSpacing70_30);
}
.secAction .item .tit{
    color: var(--white_30);
    font-size: var(--pcFontSize25);
    letter-spacing: var(--pcLetterSpacing25_30);
    margin-top: 1.6rem;
}
.secAction .item .subtit{
    color: var(--white);
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_40);
    letter-spacing: var(--pcLetterSpacing28_80);
    margin-top: 2.8rem;
}
.secAction .item:nth-child(2) .subtit,
.secAction .item:nth-child(6) .subtit{
    margin-top: 0.8rem;
}
.secAction .item:nth-child(3) .subtit{
    margin-top: 0.7rem;
}
.secAction .item:nth-child(5) .subtit{
    margin-top: 0.6rem;
}
.secAction .item:nth-child(7) .subtit{
    margin-top: 0.4rem;
}
.secAction .item .txt{
    color: var(--white);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 4.4rem;
}
.secAction .item:nth-child(2) .txt,
.secAction .item:nth-child(6) .txt{
    margin-top: 2.4rem;
}
.secAction .item:nth-child(3) .txt{
    margin-top: 2.5rem;
}
.secAction .item:nth-child(5) .txt{
    margin-top: 2.6rem;
}
.secAction .item:nth-child(7) .txt{
    margin-top: 2.9rem;
}
@media only screen and (max-width:1215px){
.secAction{
    padding: 7.6rem 0 8rem;
}
.secAction .listAction{
    margin-top: 3rem;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}
.secAction .listAction .item{
    width: 100%;
    max-height: 21.4rem;
    align-items: flex-start;
    text-align: left;
    padding: 2.7rem 1.5rem 2.5rem 3rem;
}
.secAction  .item .titBox{
    display: flex;
    align-items: center;
}
.secAction .item .num{
    font-size: var(--spFontSize24);
    letter-spacing: 0;
}
.secAction .item .tit{
    font-size: var(--spFontSize14);
    letter-spacing: var(--spLetterSpacing14_30);
    margin-top: 0.1rem;
    margin-left: 0.8rem;
}
.secAction .item:nth-child(5) .tit,
.secAction .item:nth-child(6) .tit,
.secAction .item:nth-child(7) .tit,
.secAction .item:nth-child(8) .tit{
    margin-left: 1rem;
}
.secAction .item:nth-child(3) .tit,
.secAction .item:nth-child(4) .tit{
    margin-left: 1.2rem;
}

.secAction .item:nth-child(n+1) .subtit{
    font-size: var(--spFontSize20);
    line-height: var(--spLineHeight20_30);
    letter-spacing: var(--spLetterSpacing20_100);
    margin-top: 1.6rem;
}
.secAction .item:nth-child(3) .subtit,
.secAction .item:nth-child(4) .subtit,
.secAction .item:nth-child(5) .subtit,
.secAction .item:nth-child(6) .subtit,
.secAction .item:nth-child(7) .subtit,
.secAction .item:nth-child(8) .subtit{
    margin-top: 1.5rem;
}

.secAction .item:nth-child(n+1) .txt{
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_22);
    margin-top: 1.4rem;
}
.secAction .item:nth-child(3) .txt,
.secAction .item:nth-child(4) .txt,
.secAction .item:nth-child(5) .txt,
.secAction .item:nth-child(6) .txt,
.secAction .item:nth-child(7) .txt,
.secAction .item:nth-child(8) .txt{
    margin-top: 1.5rem;
}
}
@media only screen and (max-width:375px){
    .secAction .item:nth-child(n+1) .txt{
    font-size: var(--spFontSize11);
    line-height: var(--spLineHeight11_20);
    margin-top: 1.2rem;
}
}
/* secNumbers */
.secNumbers{
    background-color: var(--tag01Color);
    padding: 18.8rem 0 19.9rem;
}
.secNumbers .secTit .tit,
.secNumbers .secTit .subtit{
    color: var(--white);
}
.secNumbers .listNumbers{
    margin-top: 6.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.secNumbers .listNumbers .item{
    width: 100%;
    background-color: var(--white);
    padding: 4.9rem 5rem 8.6rem;
    border-radius: 0 3rem 3rem 3rem;
}
.secNumbers .listInner .item{
    padding-bottom: 8.3rem;
}
.secNumbers .item:nth-child(8) .listInner .item{
    padding-bottom: 8.1rem;
}
.secNumbers .item:nth-child(8) .listInner .item:nth-child(2){
    padding-top: 5.1rem;
    padding-bottom: 9.5rem;
}
.secNumbers .listNumbers .item.itemBox{
    background-color: unset;
    padding:0;
    border-radius: 0;
}
.secNumbers .listNumbers .item:nth-child(n+2){
    width: calc((100% - 2rem)/2);
}
.secNumbers .listNumbers .item:nth-child(4){
    padding-bottom: 6.4rem;
}
.secNumbers .listNumbers .item:nth-child(6),
.secNumbers .listNumbers .item:nth-child(7){
    padding-bottom: 8.4rem;
}
.secNumbers .listNumbers .item:nth-child(9){
    padding-bottom: 10.2rem;
}
.secNumbers .listInner .item:nth-child(2){
    width: 100%;
}
.secNumbers .item .secTit{
    color: var(--tag01Color);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_80);
}
.secNumbers .item:nth-child(6) .secTit{
    margin-top: 0.2rem;
}
.secNumbers .item:nth-child(7) .secTit{
    margin-top: -0.5rem;
}
.secNumbers .item .dataBox{
    display: flex;
    align-items: center;
    padding: 0 9.2rem;
}
.secNumbers .item:nth-child(n+2) .dataBox{
    flex-direction: column;
    text-align: center;
    padding: 0;
}
.secNumbers .item .img{
    margin-top: 5.4rem;
}
.secNumbers .item:nth-child(4) .img{
    margin-top: 4.9rem;
    margin-right: 3.1rem;
}
.secNumbers .item .txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 8.3rem;
    margin-top: 2rem;
}
.secNumbers .item:nth-child(4) .txtBox{
    margin-left: 0;
}
.secNumbers .item .box{
    display: flex;
    gap: 4.1rem;
}
.secNumbers .item .box{
    display: flex;
    gap: 4.1rem;
}
.secNumbers .listInner .item .box{
    gap: 4rem;
}
.secNumbers .item .listInner{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.secNumbers .item .subtxt{
    color: var(--tag01Color);
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_100);
}
.secNumbers .item .datatxt{
    color: var(--tag01Color);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_100);
    margin-top: 3.6rem;
}
.secNumbers .item:nth-child(7) .datatxt{
    margin-top: 4.3rem;
}
.secNumbers .item:first-child .datatxt{
    margin-top: 0;
}
.secNumbers .listInner .item:first-child .datatxt{
    margin-top: 3.7rem;
}
.secNumbers .item:nth-child(9) .datatxt{
    margin-top: 8.4rem;
}
.secNumbers .item:first-child .datatxt{
    font-size: var(--pcFontSize48);
    letter-spacing: var(--pcLetterSpacing48_50);
    position: relative;
    z-index: 1;
    margin-top: 0.1rem;
}
.secNumbers .listInner .item .datatxt{
    color: var(--tag01Color);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_100);
}
.secNumbers .item:first-child .datatxt::after{
    position: absolute;
    content: "";
    display: block;
    width: 105%;
    height: 1.7rem;
    background-color: var(--formBtnColor);
    bottom: 0.4rem;
    left: -0.5rem;
    z-index: -1;
}
.secNumbers .listInner .item .datatxt::after{
    content: none;
}
.secNumbers .item:nth-child(4) .datatxt{
    font-size: var(--pcFontSize25);
    letter-spacing: var(--pcLetterSpacing25_100);
    margin-top: 2.1rem;
}
.secNumbers .item:nth-child(4) .innerBox{
    display: flex;
    align-items: baseline;
}
.secNumbers .item:nth-child(4) .top .datatxt{
    margin-top: 1.3rem;
}
.secNumbers .item .datatxt .num{
    font-size: var(--pcFontSize105);
}
.secNumbers .listInner .item .num{
    margin-left: 0.6rem;
}
.secNumbers .listInner .item .symbol{
    margin-left: 0;
}
.secNumbers .item:nth-child(4) .datatxt .num{
    font-size: var(--pcFontSize80);
    margin-left: 0.9rem;
}
.secNumbers .item:nth-child(4) .datatxt .symbol{
    margin-left: 0.7rem;
}
.secNumbers .item .txt{
    color: var(--textColor);
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    letter-spacing: var(--pcLetterSpacing18_80);
    margin-top: 2.7rem;
}
.secNumbers .item:nth-child(n+2) .txt{
    margin-top: 2.3rem;
}
.secNumbers .item:nth-child(6) .txt{
    margin-top: 2.4rem;
}
.secNumbers .item:nth-child(7) .txt{
    margin-top: 3.9rem;
}
.secNumbers .item .subdata{
    color: var(--tag01Color);
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_100);
    margin-top: 0.5rem;
}
.secNumbers .point{
    color: var(--white);
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 2rem;
    text-align: right;
}
@media only screen and (max-width:1215px){
.secNumbers{
    background-color: var(--tag01Color);
    padding: 7.7rem 0 5.9rem;
}
.secNumbers .secTit .tit,
.secNumbers .secTit .subtit{
    color: var(--white);
}
.secNumbers .listNumbers{
    margin-top: 3.1rem;
    flex-wrap: nowrap;
    flex-direction: column;
}
.secNumbers .listNumbers .item{
    width: 100%;
    background-color: var(--white);
    padding: 1.8rem 1.5rem 3.9rem 2rem;
}
.secNumbers .listInner .item{
    padding-bottom: 3rem;
}
.secNumbers .item:nth-child(8) .listInner .item{
    padding-bottom: 2.9rem;
}
.secNumbers .item:nth-child(8) .listInner .item:nth-child(2){
    padding-top: 1.8rem;
    padding-bottom: 3.9rem;
}
.secNumbers .listNumbers .item.itemBox{
    background-color: unset;
    padding:0;
    border-radius: 0;
}
.secNumbers .listNumbers .item:nth-child(n+2){
    width: 100%;
    padding-bottom: 0;
}
.secNumbers .listNumbers .item:nth-child(2),
.secNumbers .listNumbers .item:nth-child(3){
    padding-bottom: 3.7rem;
}
.secNumbers .listNumbers .item:nth-child(4){
    padding-bottom: 3.2rem;
}
.secNumbers .listNumbers .listInner .item:nth-child(2){
    padding-bottom: 3.1rem;
}
.secNumbers .listNumbers .item:nth-child(6){
    padding-top: 1.6rem;
    padding-bottom: 3.5rem;
}

.secNumbers .listNumbers .item:nth-child(7){
    padding-top: 2.3rem;
    padding-bottom: 3.3rem;
}
.secNumbers .listNumbers .item:nth-child(9){
    padding-bottom: 3.3rem;
}
.secNumbers .listInner .item:nth-child(2){
    width: 100%;
}
.secNumbers .item .secTit{
    font-size: var(--spFontSize18);
    letter-spacing: var(--pcLetterSpacing18_80);
    text-align: left;
}
.secNumbers .item:nth-child(6) .secTit{
    margin-top: 0.2rem;
}
.secNumbers .item:nth-child(7) .secTit{
    margin-top: -0.5rem;
}
.secNumbers .item .dataBox{
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column-reverse;
}
.secNumbers .item:nth-child(n+2) .dataBox{
    flex-direction: column;
    text-align: center;
    padding: 0;
}
.secNumbers .item .img{
    margin-top: 1.4rem;
    width: 98.71%;
    max-width: 30.6rem;
}
.secNumbers .item:nth-child(4) .img{
    margin-top: 2.4rem;
    margin-right: 2.2rem;
    width: 86.454%;
    max-width: 26.8rem;
}
.secNumbers .item .txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0;
    margin-top: 2.3rem;
}
.secNumbers .item:nth-child(4) .txtBox{
    margin-left: 0;
}
.secNumbers .item:nth-child(4) .innerBox{
    align-items: center;
}
.secNumbers .innerBox .innertxt{
    margin-top: 1.4rem;
}
.secNumbers .innerBox .jptxt{
    font-size: var(--spFontSize14);

}
.secNumbers .item .box{
    display: flex;
    gap: 2rem;
}
.secNumbers .listInner .item .box{
    gap: 1.4rem;
}
.secNumbers .item .listInner{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.secNumbers .item .subtxt{
    font-size: var(--spFontSize15);
    letter-spacing: var(--spLetterSpacing15_100);
}
.secNumbers .item .datatxt{
    font-size: var(--spFontSize25);
    letter-spacing: var(--spLetterSpacing25_100);
    margin-top: 1.1rem;
}
.secNumbers .item:first-child .datatxt{
    font-size: var(--spFontSize40);
    letter-spacing: var(--spLetterSpacing40_50);
    position: relative;
    z-index: 1;
    margin-top: 0.1rem;
}
.secNumbers .item:first-child .datatxt{
    margin-top: -0.5rem;
}
.secNumbers .listInner .item:first-child .datatxt{
    margin-top: 1.2rem;
}
.secNumbers .item:nth-child(6) .datatxt{
    margin-top: 1.2rem;
}
.secNumbers .item:nth-child(7) .datatxt{
    margin-top: 1.4rem;
}
.secNumbers .item:nth-child(9) .datatxt{
    margin-top: 1.1rem;
}
.secNumbers .listInner .item .datatxt{
    font-size: var(--spFontSize20);
    letter-spacing: var(--spLetterSpacing20_30);
}
.secNumbers .item:nth-child(8) .listInner .datatxt{
    font-size: var(--spFontSize25);
    letter-spacing: var(--spLetterSpacing25_100);
    margin-top: 2rem;
}
.secNumbers .item:first-child .datatxt::after{
    position: absolute;
    content: "";
    display: block;
    width: 105%;
    height: 1.7rem;
    background-color: var(--formBtnColor);
    bottom: 0.2rem;
    left: -0.5rem;
    z-index: -1;
}
.secNumbers .listInner .item .datatxt::after{
    content: none;
}
.secNumbers .item:nth-child(4) .datatxt{
    font-size: var(--spFontSize20);
    letter-spacing: var(--spLetterSpacing20_50);
    margin-top: 0.4rem;
}
.secNumbers .item:nth-child(4) .top .datatxt{
    margin-top: -0.6rem;
}
.secNumbers .item .datatxt .num{
    font-size: var(--spFontSize80);
}
.secNumbers .item:nth-child(7) .datatxt .num{
    font-size: var(--spFontSize70);
}
.secNumbers .listInner .item .num{
    margin-left: 0.2rem;
    letter-spacing: 0;
    font-size: var(--spFontSize70);
}
.secNumbers .listInner .item .symbol{
    margin-left: 0;
    letter-spacing: 0;
    font-size: var(--spFontSize25);
}
.secNumbers .item:nth-child(4) .datatxt .num{
    font-size: var(--spFontSize60);
    margin-left: 0.6rem;
    letter-spacing: 0;
}
.secNumbers .item:nth-child(4) .datatxt .symbol{
    margin-left: 0.2rem;
}
.secNumbers .item .txt{
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_25);
    letter-spacing: var(--spLetterSpacing12_80);
    margin-top: 1rem;
}
.secNumbers .item:nth-child(n+2) .txt{
    margin-top: 0.3rem;
}
.secNumbers .item:nth-child(6) .txt{
    margin-top: 0.2rem;
}
.secNumbers .item:nth-child(7) .txt{
    margin-top: 1.3rem;
}
.secNumbers .item .subdata{
    font-size: var(--spFontSize12);
    letter-spacing: var(--spLetterSpacing12_100);
    margin-top: 0.2rem;
}
.secNumbers .point{
    font-size: var(--spFontSize12);
    letter-spacing: var(--spLetterSpacing12_50);
    margin-top: 0.9rem;
    text-align: right;
}
}
@media only screen and (max-width:385px){
.secNumbers .item:nth-child(4) .datatxt .num {
    font-size: var(--spFontSize50);
    margin-left: 0.4rem;
    letter-spacing: 0;
}
.secNumbers .listInner .item .num {
    font-size: var(--spFontSize55);
}
}
/* secWelfare */
.secWelfare{
    padding: 18.8rem 0 0;
    background-color: var(--pnkzColor);
}
.secWelfare .listWelfare{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6.8rem;
}
.secWelfare .listWelfare .item{
    width: calc((100% - 6rem) /4);
    max-height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--white);
    border-radius: 0 2rem 2rem 2rem;
    padding:4rem 0 5.1rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.secWelfare .listWelfare .item:nth-child(n+9){
    padding-bottom: 5.8rem;
}
.secWelfare .listWelfare .item:nth-child(10){
    padding-top: 5.4rem;
}
.secWelfare .item .tit{
    color: var(--tag01Color);
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 1.9rem;
}
.secWelfare .item.item:nth-child(3) .tit,
.secWelfare .item.item:nth-child(8) .tit
{
    margin-top: 2.3rem;
}
.secWelfare .item.item:nth-child(7) .tit{
    margin-top: 2.6rem;
}
.secWelfare .item.item:nth-child(9) .tit{
    margin-top: 2.7rem;
}
.secWelfare .item.item:nth-child(10) .tit{
    margin-top: 2.9rem;
}
.secWelfare .secChild{
    background-color: var(--formBtnColor);
    margin-top: 7rem;
    padding: 8.8rem 0 8.5rem;
    position: relative;
    overflow: visible;
}
.secWelfare .secChild::after{
    position: absolute;
    content: "";
    width: 28.33%;
    aspect-ratio: 544 / 680; 
    top: 44%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.secWelfare .secChild.lazyloaded::after{
    background: url(../img/company/imgSecChild.png) center center /cover no-repeat;
}
.secWelfare .secChild .listWelfare{
    margin-top: 0;
    gap: 5.4rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.secWelfare .secChild .item{
    margin-bottom: 0.3rem;
    padding-top: 4.4rem;
}
.secChild .itemTxt .tit{
    color: var(--textColor);
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_40);
    margin-left: -0.3rem;
}
.secChild .itemTxt .listChild{
    margin-top: 2.8rem;
}
.secChild .listChild .itemTxt{
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_38);
    letter-spacing: var(--pcLetterSpacing16_40);
}
.secChild .listChild .itemTxt:nth-child(5){
    line-height: var(--pcLineHeight16_28);
    margin-top: 0.4rem; 
}
.secChild .listChild .itemTxt::before{
    content: "";
    flex: 0 0 auto;
    background-color: var(--dotColor);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-top: 1.4rem;
}
.secChild .listChild .itemTxt:last-child:before{
    margin-top: 1rem;
}
.secChild .listChild .txt{
    padding-left: 0;
}
@media only screen and (max-width:1535px){
.secChild .itemTxt .listChild {
    width: 98%;
}
}
@media only screen and (max-width:1215px){
.secWelfare{
    padding: 7.6rem 0 0;
}
.secWelfare .listWelfare{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3.1rem;
}
.secWelfare .listWelfare .item{
    width: calc((100% - 2rem) /3);
    max-height: 14rem;
    padding:3rem 0 4rem;
}
.secWelfare .listWelfare .item:nth-child(n+9){
    padding-bottom: 5.8rem;
}
.secWelfare .listWelfare .item:nth-child(10){
    padding-top: 3.8rem;
}
.secWelfare .item:nth-child(1) .img,
.secWelfare .item:nth-child(2) .img{
    width: 33.65%;
    max-width: 3.7rem;
}
.secWelfare .item:nth-child(3) .img{
    width: 43.65%;
    max-width: 4.8rem;
    margin-top: 0.2rem;
}
.secWelfare .item:nth-child(4) .img{
    width: 32.74%;
    max-width: 3.6rem;
    margin-top: -0.5rem;
}
.secWelfare .item:nth-child(5) .img,
.secWelfare .item:nth-child(6) .img,
.secWelfare .item:nth-child(8) .img{
    width: 41.83%;
    max-width: 4.6rem;
    margin-top: -0.5rem;
}
.secWelfare .item:nth-child(7) .img{
    width: 40.01%;
    max-width: 4.4rem;
    margin-top: -0.4rem;
}
.secWelfare .item:nth-child(9) .img{
    width: 39.1%;
    max-width: 4.3rem;
    margin-top: -0.5rem;
}
.secWelfare .item:nth-child(10) .img{
    width: 61.83%;
    max-width: 6.8rem;
}
.secWelfare .item .tit{
    color: var(--tag01Color);
    font-size: var(--spFontSize13);
    line-height: var(--spLineHeight13_20);
    letter-spacing: var(--spLetterSpacing13_50);
    margin-top: 0.9rem;
}
.secWelfare .item.item:nth-child(3) .tit{
    margin-top: 1rem;
}
.secWelfare .item:nth-child(4) .tit{
    margin-top: 1.9rem;
}
.secWelfare .item.item:nth-child(8) .tit
{
    margin-top: 2.2rem;
}
.secWelfare .item.item:nth-child(7) .tit{
    margin-top: 1.2rem;
}
.secWelfare .item.item:nth-child(9) .tit{
    margin-top: 1.4rem;
}
.secWelfare .item.item:nth-child(10) .tit{
    margin-top: 2rem;
}
.secWelfare .secChild{
    background-color: var(--formBtnColor);
    margin-top: 5rem;
    padding: 3.8rem 0 4.5rem;
    position: relative;
    overflow: visible;
}
.secWelfare .secChild::after{
    position: absolute;
    content: "";
    width: 52.31%;
    max-width: 24rem;
    aspect-ratio: 204 / 255; 
    top: 11%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.secWelfare .secChild.lazyloaded::after{
    background: url(../img/company/imgSecChild_sp.png) center center /cover no-repeat;
}
.secWelfare .secChild .listWelfare{
    margin-top: 0;
    gap: 2.6rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.secWelfare .secChild .item{
    margin-bottom: 0.3rem;
    margin-left: 1.8rem;
    padding-top: 3rem;
}
.secChild .item:first-child .img{
    width: 49.1%;
    max-width: 5.4rem;
}
.secChild .itemTxt .tit{
    color: var(--textColor);
    font-size: var(--spFontSize18);
    letter-spacing: var(--spLetterSpacing18_40);
    margin-left: 0.3rem;
}
.secChild .itemTxt .listChild{
    margin-top: 1.2rem;
    margin-left: 0.4rem;
    width: 100%;
}
.secChild .listChild .itemTxt{
    gap: 0.8rem;
    color: var(--textColor);
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_22);
    letter-spacing: var(--spLetterSpacing12_40);
}
.secChild .listChild .itemTxt:nth-child(5){
    line-height: var(--spLineHeight12_22);
    margin-top: 0; 
}
.secChild .listChild .itemTxt::before{
    content: "";
    background-color: var(--dotColor);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-top: 0.8rem;
}
.secChild .listChild .itemTxt:last-child:before{
    margin-top: 0.8rem;
}
}
@media only screen and (min-width:780px){
.secWelfare .secChild::after {
    max-width: 34rem;
    top: 8%;
}
}
@media only screen and (min-width:1215px){
.secWelfare .secChild::after {
    max-width: none;
    top: 44%;
}
}
@media only screen and (max-width:385px){
.secChild .listChild .itemTxt::before {
    margin-top: 0.6rem;
}
.secChild .listChild .itemTxt:last-child:before {
    margin-top: 0.6rem;
}
}
/* secCompany */
.secCompany{
    padding: 28.2rem 0 18rem;
    background: var(--pnkzColor);
}
.secCompany .boxTable {
    margin-top: 6.8rem;
}
.secCompany .thtxt,
.secCompany .tdtxt {
    padding: 2.4rem 3.1rem;
    border-top: 1px solid var(--ColorBlack_20);
    border-bottom: 1px solid var(--ColorBlack_20);
    background: var(--pnkzColor);
    color: var(--textColor);
    line-height: 1.9;
    letter-spacing: 0.3rem;
    vertical-align: middle;
}
.secCompany .thtxt {
    width: 16.667%;
    text-align: center;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secCompany .tdtxt {
    font-size: var(--pcFontSize17);
    line-height: var(--pcLineHeight17_24);
    letter-spacing: var(--pcLetterSpacing17_60);
    padding-right: 18rem;
}
@media only screen and (max-width:1215px){
.secCompany{
    padding: 7.6rem 0 7.9rem;
    background: var(--white);
}
.secCompany .boxTable {
    margin-top: 3.1rem;
}
.secCompany .boxTable tr, .secCompany .boxTable th, .secCompany .boxTable td {
    display: block;
    width: 100%;
}
.secCompany .thtxt,
.secCompany .tdtxt {
    border-top: 1px solid var(--ColorBlack_20);
    border-bottom: 1px solid var(--ColorBlack_20);
    color: var(--textColor);
    background-color: var(--white);
    line-height: 1.9;
    letter-spacing: 0.3rem;
    vertical-align: middle;
}
.secCompany .thtxt{
    padding: 0.8rem 0.9rem;
    background: var(--pnkzColor);
}
.secCompany tr:nth-child(n+2) .thtxt{
    border-top: none;
}
.secCompany .tdtxt{
    padding: 1rem 0.9rem 1.2rem;
    border-top: none;
}
.secCompany tr:last-child .tdtxt{
    border-bottom: none;
}
.secCompany .thtxt {
    width: 100%;
    text-align: left;
    font-size: var(--spFontSize13);
    letter-spacing: var(--spLetterSpacing13_50);
}
.secCompany .tdtxt {
    font-size: var(--spFontSize13);
    line-height: var(--spLineHeight13_21);
    letter-spacing: var(--spLetterSpacing13_60);
    padding-right: 0.9rem;
}
}