@charset "utf-8";
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnTit.sub {
    margin-top: 15rem;
    margin-bottom: 6rem;
}
.secCmnTit .titJpn::after{
    width: 3.5rem;
    height: 1.8rem;
}
@media only screen and (max-width:1215px){
    .secCmnTit .titEng{
        width: 32.8rem;
        /* margin-top: 2rem; */
    }
    .secCmnTit {
        margin-bottom: 3.8rem;
        margin-top: 4.6rem;
    }
    .secCmnTit.sub {
        margin: 0 auto;
        margin-top: 6rem;
        margin-bottom: 3.4rem;
        /* margin: 0 auto; */
    }
    .secCmnTit.sub .titEng{
        width: 18.4rem;
    }
}
.secCmnTit .titEng {
    margin-bottom: 3.1rem;
}
.secCmnTit .titJpn {
    padding-left: 4.6rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
}
.secCmnTit .txtjan {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_45);
    margin-top: 6.8rem;
}
.secCmnTit .systemBox{
    margin-top: 9rem;
}
.secCmnTit .curriculumBox{
    margin-top: 10rem;
    background: var(--Colorwhite);
    width: 100%;
    padding: 9.8rem 6.5rem;
}
.secCmnTit .curriculumBox .titEng {
    margin-bottom: 0;
}
.secCmnTit .curriculumBox .txtflex{
    display: flex;
    align-items: center;
}
.secCmnTit .curriculumBox .titJpn {
    padding-left: 4.3rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
    margin-left: 4rem;
}
.secCmnTit .curriculumBox .titJpn::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background-color: var(--keysubColor);
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.secCmnTit .curriculumBox01{
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secCmnTit .titEng {
        margin-bottom: 3.1rem;
    }
    .secCmnTit .titJpn {
        padding-left: 4.6rem;
        font-size: var(--pcFontSize20);
        letter-spacing: var(--pcLetterSpacing30_50);
        font-weight: bold;
        position: relative;
    }
    .secCmnTit .txtjan {
        font-size: var(--pcFontSize20);
        line-height: var(--pcLineHeight20_45);
        margin-top: 6.8rem;
    }
    .secCmnTit .systemBox{
        margin-top: 2.4rem;
    }
    .secCmnTit .curriculumBox{
        margin-top: 6rem;
    }
    .curriculumBox{
        margin-top: 6rem;
        background: var(--Colorwhite);
        width: 100%;
        padding: 3.9rem 2rem;
    }
    .curriculumBox .titEng {
        margin-bottom: 0;
        max-width: 26rem;
        width: 100%;
    }
    .curriculumBox .txtflex{
        display: block;
        align-items: center;
    }
    .curriculumBox .titJpn {
        padding-left: 2.9rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--pcLetterSpacing30_50);
        font-weight: bold;
        position: relative;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .curriculumBox .titJpn::after {
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2rem;
        height: 1rem;
        background-color: var(--keysubColor);
        clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
    }
    .curriculumBox01{
        margin-top: 2.8rem;
    }
    }
/* secSearch */
.secSearch{
    margin-top: 9rem;
    padding-bottom: 15rem;
}
.secSearch .tit{
    font-size: var(--pcFontSize100);
    line-height: var(--pcLineHeight100_140);
    background: linear-gradient(90deg, var(--bgColor07), var(--bgColor08), var( --bgColor09));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
}
.secSearch .txt{
    font-size: var( --pcFontSize36);
    font-weight: bold;
    margin-top: 7.9rem;
}

@media only screen and (max-width:1215px){
    .secCmnTit .titJpn {
        padding-left: 3rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLineHeight13_26);
        font-weight: bold;
        position: relative;
    }
    .secCmnTit .titJpn::after {
        background-color: var(--bgColor01);
        width: 2rem;
        height: 1rem;
    }
    /* secSearch */
    .secSearch{
        margin-top: 1.3rem;
        padding-bottom: 4.5rem;
    }
    .secSearch .tit{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_45);
        color: var(--newsBorder);
        padding: 0 1.2rem;
    }
    .secCmnTit .titEng {
        margin-bottom: 1.5rem;
        max-width: 32.8rem;
        width: 98%;
    }
    .secSearch .txt {
        font-size: var(--spFontSize16);
        font-weight: bold;
        margin-top: 1.4rem;
        padding: 0 1.4rem;
        line-height: var(--pcLineHeight16_30);
    }
    .secCmnTit .txtjan {
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_30);
        margin-top: 3rem;
    }
}
.bg_Box{
    height: 95rem;
    background: radial-gradient(
        circle at center,
        #ffec1e 0%,      /* 明るい黄 */
        #ffa81e 100%     /* 外周で再び黄 */
    );
    position: relative;
    padding-top: 19.5rem;
}
.bg_Box .img{
    text-align: center;
    position: relative;
}
.bg_Box .img img{
    width: 172rem;
    height: 56.8rem;
    text-align: center;
    margin: 0 auto;
}
.bg_Box .titHero{
    font-size: var(--pcFontSize35);
    line-height: var(--pcLineHeight35_70);
    letter-spacing: var(--pcLetterSpacing40_50);
    color: var(--Colorwhite);
    margin-top: 0;
    position: absolute;
    content: "";
    text-align: center;
    top: calc(50% - 18rem);
    left: 0;
    right: 0;
}
.secCmnTit .BasicsList{
    display: flex;
    margin-top: 7rem;
}
.secCmnTit .BasicsList .BasicsItem{
    width: calc((100% - 12rem) / 5);
    margin-right: 3rem;
}
.secCmnTit .BasicsList .BasicsItem:last-child{
    margin-right: 0;
}
.secCmnTit .BasicsList .Boxbg{
    background: var(--Colorwhite);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6.6rem;
    padding-bottom: 6rem;
}
.secCmnTit .BasicsList .BasicsItem:nth-child(4) .Boxbg{
    padding-top: 5.3rem;
    padding-bottom: 6rem;
}
.secCmnTit .BasicsList .BasicsItem .img{
    text-align: center;
}
.secCmnTit .Listtit{
    font-size: var(--pcFontSize20);
    color: var(--bgColor04);
    padding-top: 3rem;
    letter-spacing: var( --pcLetterSpacing20_80);
    font-weight: bold;
}
.secCmnTit .BasicsList .BasicsItem:nth-child(3) .Listtit{
    padding-top: 3.7rem;
}
.secCmnTit .Listtxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    text-align: center;
    padding-top: 1.2rem;
}
@media only screen and (max-width:1215px){
    .bg_Box .img{
        text-align: center;
        position: relative;
    }
    .bg_Box .img img{
        width: 172rem;
        height: 56.8rem;
        text-align: center;
        margin: 0 auto;
    }
    .bg_Box .titHero{
        font-size: var(--pcFontSize35);
        line-height: var(--pcLineHeight35_70);
        letter-spacing: var(--pcLetterSpacing40_50);
        color: var(--Colorwhite);
        margin-top: 0;
        position: absolute;
        content: "";
        text-align: center;
        top: calc(50% - 18rem);
        left: 0;
        right: 0;
    }
    .secCmnTit .BasicsList{
        display: flex;
        margin-top: 2.4rem;
        flex-wrap: wrap;
    }
    .secCmnTit .BasicsList .BasicsItem {
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(2n){
        margin-right: 0;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(n+3){
        margin-top: 1.5rem;
    }
    .secCmnTit .BasicsList .BasicsItem:last-child{
        margin-right: 0;
        margin-top: -3.3rem;
    }
    .secCmnTit .BasicsList .Boxbg{
        background: var(--Colorwhite);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2.1rem;
        padding-bottom: 3rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(4) .Boxbg{
        padding-top: 2.3rem;
        padding-bottom: 2.5rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(5) .Boxbg{
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    .secCmnTit .BasicsList .BasicsItem .img{
        text-align: center;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(1) .img  img{
        width: 3.4rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(2) .img  img{
        width: 2.8rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(3) .img  img{
        width: 3.7rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(4) .img  img{
        width: 2.1rem;
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(5) .img  img{
        width: 3.3rem;
    }
    .secCmnTit .Listtit{
        font-size: var(--spFontSize14);
        padding-top: 1rem;
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .secCmnTit .BasicsList .BasicsItem:nth-child(3) .Listtit{
        padding-top: 1.9rem;
    }
    .secCmnTit .Listtxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        text-align: left;
        padding-top: 1.2rem;
    }
}
.secSystem.lazyload{
    background: url(../img/environment/welfare/bg_welffare.png) center top no-repeat;
}
.secSystem{
    height:auto;
    padding-top: 9.4rem;
    padding-bottom: 20rem;
}
.secSystem .titJpn {
    padding-left: 4.6rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
}
.secSystem .titEng {
    margin-bottom: 3.3rem;
}
.secSystem .titJpn::after{
    background-color: var(--bgColor01);
    width: 3.5rem;
    height: 1.8rem;
}
.secSystem .titJpn::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.secSystem .wrlfareList{
    display: block;
    margin-top: 8rem;
}
.secSystem .wrlfareList .wrlfareItem{
    width: 100%;
    background: var(--Colorwhite);
    height:auto;
    padding: 10.1rem 17.1rem;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(n+2){
    margin-top: 8rem;
}
.secSystem .wrlfareList .wrlfareItem .txtBox{
    border-bottom: 0.1rem solid var( --Colorgray);
    padding-bottom: 5.7rem;
}
.secSystem .wrlfareList .wrlfareItem .txtflex{
    display: flex;
    align-items: center;
}
.secSystem .wrlfareList .wrlfareItem .tit_1{
    font-size: var( --pcFontSize40);
    font-weight: bold;
    padding-left: 1.1rem;
    letter-spacing: var(--pcLetterSpacing40_500);
}
.secSystem .wrlfareList .wrlfareItem .flexBox{
    display: flex;
    margin-top: 5.7rem;
}
.secSystem .wrlfareList .wrlfareItem .tit_2{
    font-size: var(--pcFontSize45);
    line-height: var( --pcLineHeight45_75);
    color: var(--Colororane);
    font-weight: bold;
    background: linear-gradient(50deg, var(--bgColor07), var(--bgColor08), var(--bgColor09));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secSystem .wrlfareList .wrlfareItem  .txt_1{
    font-size: var( --pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    margin-top: 3.6rem;
}
.secSystem .wrlfareList .wrlfareItem .imgBox_1{
    padding-left: 15.6rem;
    padding-top: 2.3rem;
    flex: 1;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(2) .imgBox_1{
    padding-left: 16.3rem;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(3) .imgBox_1{
    padding-left: 12.7rem;
}
.secSystem  .academyBox.lazyloaded{
    background: url(../img/environment/training/akademy.jpg);
}
.secSystem  .academyBox{
    margin-top: 12rem;
    padding: 8rem 8rem 7rem;
}
.secSystem .txtBox_2{
    border-bottom:0.1rem solid var(--bgColor11);
    padding-bottom: 3.8rem;
}
.secSystem .academyflex{
    display: flex;
    align-items: center;
}
.secSystem .titJpn_1 {
    padding-left: 7.6rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var( --pcLetterSpacing16_50);
    font-weight: bold;
    position: relative;
}
.secSystem .academyflex .titJpn_1::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 3.2rem;
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.secSystem .academyflex .titJpn_1::after {
    background-color: var(--bgColor01);
    width: 3rem;
    height: 1.5rem;
}
.secSystem .academytxt{
    font-size: var(--pcFontSize20);
    color: var(--ColorOrange);
    margin-top: 3.3rem;
    letter-spacing: var(--pcLetterSpacing20_200);
    font-weight: bold;
}
.secSystem .academytxt span{
    background: var(--Colorblack);
    display: inline-block;
    padding: 0.5rem 0.5rem 0.7rem;
}
.secSystem .academytxt .spBox{
    margin-top: 1rem;
}
.secSystem .bgwhiteBox{
    padding: 2.8rem 4rem 3rem;
    width: 100%;
    margin-top: 3rem;
    background: var(--Colorwhite);
}
.secSystem .bgwhiteBox .boxtxt{
    font-size: var(--pcFontSize18);
    position: relative;
    padding-left: 2.4rem;
    letter-spacing: var(--pcLetterSpacing18_300);
    font-weight: bold;
    line-height: var(--pcLineHeight18_40);
}
.secSystem .bgwhiteBox .boxtxt::after{
    position: absolute;
    content: "";
    background: var( --ColorOrange);
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 1.5rem;
}
.secSystem .bgwhiteBox .ColorOrange{
    color: var(--ColorOrange2);
}
.secSystem .bgwhiteBox .boxtxt + .boxtxt{
    margin-top: 0;
}
@media only screen and (max-width:1816px){
    .secSystem .academytxt .spBox {
        line-height:var(--pcLineHeight20_30);
    }
}
@media only screen and (max-width:1580px){
    .secSystem .wrlfareList .wrlfareItem .imgBox_1 {
        padding-left: 9.6rem;
    }
    .secSystem .wrlfareList .wrlfareItem:nth-child(2) .imgBox_1 {
        padding-left: 9.3rem;
    }
    .secSystem .wrlfareList .wrlfareItem:nth-child(3) .imgBox_1 {
        padding-left: 4.7rem;
    }
}
@media only screen and (max-width:1215px){
    .secSystem.lazyload{
    background: url(../img/environment/welfare/bg_welffare_sp.png) center top no-repeat;
}
.secSystem{
    height:auto;
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.secSystem .titJpn {
    padding-left: 2.6rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
    font-size: var(--spFontSize13);
    letter-spacing: var(--spLineHeight13_26);
}
.secSystem .titEng {
    margin-bottom: 1.3rem;
    width: 18.9rem;
    /* padding: 0 1.2rem; */
    /* padding-left: 0.1rem; */
}
.secSystem .titJpn::after{
    background-color: var(--bgColor01);
    width: 2rem;
    height: 1rem;
}
.secSystem .titJpn::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.secSystem .wrlfareList{
    display: block;
    margin-top: 3.2rem;
}
.secSystem .wrlfareList .wrlfareItem{
    width: 100%;
    padding: 5rem 2rem 4.5rem;
}
.secSystem .wrlfareList .wrlfareItem + .wrlfareItem{
    margin-left: 0;
    margin-top: 1.5rem;
}
.secSystem .wrlfareList_1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.3rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1{
    width: calc((100% - 1.5rem) / 2);
    margin-right:1.5rem;
    background: var(--Colorwhite);
    padding: 3rem 0 2.7rem;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(2),
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(4){
    padding: 3rem 0 3rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(2n){
    margin-right: 0;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(4n){
    margin-right: 0;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(n+3){
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(n+5){
    margin-top: 1.5rem;
    padding-bottom: 1.7rem;
    padding-top: 2.5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(n+11){
    margin-top: 1.5rem;
    padding-bottom: 2.6rem;
    padding-top: 2.5rem;
}
.secSystem .icon_Img{
    text-align: center;
}
.secSystem .wrlfareItem_1 .wlfaretit{
    font-size: var(--spFontSize14);
    padding-top: 0;
    margin-top: 0.8rem;
    line-height: var(--spLineHeight14_20);
}
.secSystem .wrlfareItem_1:nth-child(n+7) .wlfaretit{
    margin-top: 1.5rem;
}
.secSystem .wrlfareItem_1:nth-child(n+9) .wlfaretit{
    margin-top: 1.1rem;
}
.secSystem  .wrlfareList_1 .wrlfareItem_1 .wlfaretxt{
    font-size: var(--spFontSize11);
    line-height: var( --spLineHeight11_20);
    margin-top: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(n+2){
    margin-top: 5rem;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(3){
    padding: 5rem 0rem 0;
}
.secSystem .wrlfareList .wrlfareItem .txtBox{
    border-bottom: 0.1rem solid var( --Colorgray);
    padding-bottom: 1.8rem;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(3) .txtBox{
    border-bottom: 0.1rem solid var( --Colorgray);
    padding-bottom: 2.1rem;
    /* padding: 2.1rem 2rem; */
    width: 89.335%;
    margin: 0 auto;
}
.secSystem .wrlfareList .wrlfareItem .txtflex{
    display: flex;
    align-items: center;
}
.secSystem .wrlfareList .wrlfareItem .icon_img{
    width: 3.5rem;
    height:1.8rem;
}
.secSystem .wrlfareList .wrlfareItem .tit_1{
    font-size: var(--spFontSize20);
    font-weight: bold;
    padding-left: 0.4rem;
    letter-spacing: var(--spLetterSpacing20_150);
}
.secSystem .wrlfareList .wrlfareItem .flexBox{
    display: flex;
    margin-top: 0.7rem;
    flex-direction: column-reverse;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(3) .flexBox{
    margin: 0 auto;
    width: 89.335%;
}
.secSystem .wrlfareList .wrlfareItem .tit_2{
    font-size: var( --spFontSize20);
    line-height: var(--spLineHeight20_36);
    color: var(--Colororane);
    font-weight: bold;
    margin-top: 2rem;
    /* display: inline-block; */
}
.secSystem .wrlfareList .wrlfareItem  .txt_1{
    font-size: var(--spFontSize13);
    line-height: var(--spLineHeight13_24);
    margin-top: 1.6rem;
}
.secSystem .wrlfareList .wrlfareItem .imgBox_1{
    padding-left: 0;
    padding-top: 2.3rem;
    flex: 1;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(2) .imgBox_1{
    padding-left: 0;
}
.secSystem .wrlfareList .wrlfareItem:nth-child(3) .imgBox_1{
    padding-left: 0;
    padding-top: 3rem;
}
.secSystem  .academyBox.lazyloaded{
    background: url(../img/environment/training/akademy_sp.jpg);
    background-size: cover;
    /* width: 37.5rem; */
    /* margin: 0 auto; */
}
.secSystem  .academyBox{
    margin-top: 3.8rem;
    padding: 4.1rem 1.8rem;
}
.secSystem .txtBox_2{
    border-bottom: none;
    padding-bottom: 0rem;
}
.secSystem .academyflex{
    display: block;
    align-items: center;
}
.secSystem .academyflex .titEng_1{
    
width: 94%;
    
max-width: 31.8rem;
}
.secSystem .titJpn_1 {
    padding-left: 2.6rem;
    font-size: var(--spFontSize13);
    letter-spacing: var(--spLineHeight13_26);
    font-weight: bold;
    position: relative;
    margin-top: 1.2rem;
    letter-spacing: var(--spLetterSpacing13_50);
}
.secSystem .academyflex .titJpn_1::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0.2rem;
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.secSystem .academyflex .titJpn_1::after {
    background-color: var(--bgColor01);
    width: 2rem;
    height: 1rem;
    top: 0rem;
}
.secSystem .academytxt{
    font-size: var( --spFontSize13);
    color: var(--ColorOrange);
    margin-top: 3.3rem;
    letter-spacing: var(--spLetterSpacing13_100);
}
.secSystem .academytxt span{
    background: var(--Colorblack);
    display: inline-block;
    padding: 0.5rem 1.1rem 0.9rem;
}
.secSystem .academytxt .spBox{
    margin-top: 0.8rem;
    padding: 0.5rem 0.8rem 0.4rem;
}
.secSystem .bgwhiteBox{
    padding: 1.3rem 1.8rem 1.5rem;
    width: 100%;
    margin-top: 2rem;
    background: var(--Colorwhite);
}
.secSystem .bgwhiteBox .boxtxt{
    font-size: var(--spFontSize12);
    position: relative;
    padding-left: 2.2rem;
    letter-spacing: var(--pcLetterSpacing18_300);
    font-weight: bold;
    line-height: var(--spLineHeight12_24);
}
.secSystem .bgwhiteBox .boxtxt::after{
    position: absolute;
    content: "";
    background: var( --ColorOrange);
    width: 1rem;
    height: 1rem;
    left: 0.4rem;
    top: 0.8rem;
}
.secSystem .bgwhiteBox .ColorOrange{
    color: var(--ColorOrange2);
}
.secSystem .bgwhiteBox .boxtxt + .boxtxt{
    margin-top: 0rem;
}
}