@charset "utf-8";
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnTit.sub {
    margin-top: 15rem;
    margin-bottom: 6rem;
}
@media only screen and (max-width:1215px){
    .secCmnTit .titEng{
        width: 18.8rem;
        /* margin-top: 2rem; */
    }
    .secCmnTit {
        margin-bottom: 3.8rem;
        margin-top: 4.8rem;
    }
    .secCmnTit.sub {
        margin: 0 auto;
        margin-top: 6rem;
        margin-bottom: 3.4rem;
        /* margin: 0 auto; */
    }
}
.secCmnTit .titEng {
    margin-bottom: 3.1rem;
}
.secCmnTit .titJpn {
    padding-left: 5rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
}
.secCmnTit .titJpn::after{
    width: 3.5rem;
    height: 1.8rem;
}
.secCmnTit .txtjan {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_45);
    margin-top: 6.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: 5rem;
    }
    .secSearch .tit{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_45);
        color: var(--newsBorder);
        padding: 0;
    }
    .secCmnTit .titEng {
        margin-bottom: 1.5rem;
    }
    .secSearch .txt {
        font-size: var(--spFontSize16);
        font-weight: bold;
        margin-top: 2.3rem;
        padding: 0;
    }
    .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(3) .Boxbg{
        padding-top: 2.1rem;
        padding-bottom: 2.5rem;
    }
    .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;
        height: auto;
        padding-top: 0.5rem;
    }
    .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.4rem;
    }
    .secCmnTit .Listtxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        text-align: left;
        padding-top: 1rem;
    }
}
.secSystem.lazyloaded{
    background: url(../img/environment/welfare/bg_welffare.png) center top no-repeat;
}
.secSystem{
    height:auto;
    padding-top: 13.4rem;
    padding-bottom: 15rem;
}
.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: flex;
    margin-top: 8rem;
}
.secSystem .wrlfareList .wrlfareItem{
    width: calc((100% - 5rem) / 2);
    background: var(--Colorwhite);
    padding: 9.8rem 8.1rem 9.5rem 10.1rem;
    display: flex;
    justify-content: flex-start;
}
.secSystem .wrlfareList .wrlfareItem + .wrlfareItem{
    margin-left: 5rem;
    padding-left: 7rem;
}
.secSystem .leftBox_1{
    text-align: center;
}
.secSystem .wlfaretit_1{
    font-size: var(--pcFontSize22);
    font-weight: bold;
    color: var(--bgColor04);
    margin-top: 2.7rem;
    letter-spacing: var(--pcLetterSpacing22_200);
}
.secSystem .wlfaretxt_1{
    font-size: var(--pcFontSize16);
    line-height: var( --pcLineHeight16_30);
    margin-top: 2rem;
}
.secSystem .rightbox{
    padding-left: 11rem;
    /* flex: 1; */
}
.secSystem .wrlfareList .wrlfareItem + .wrlfareItem .rightbox{
    padding-left: 9.2rem;
    padding-top: 4rem;
}
.secSystem .wrlfareList_1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1{
    width: calc((100% - 15.3rem) / 4);
    margin-right: 5.1rem;
    background: var(--Colorwhite);
    padding: 9.7rem 0 9.2rem;
    display: flex;
    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: 10.1rem 0 9.2rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(4n){
    margin-right: 0;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(n+5){
    margin-top: 5rem;
}
.secSystem .icon_Img{
    text-align: center;
}
.secSystem  .wlfaretit{
    font-size: var(--pcFontSize22);
    color: var(--bgColor04);
    font-weight: bold;
    margin-top: 2.8rem;
    text-align: center;
}
.secSystem  .wrlfareList_1 .wrlfareItem_1 .wlfaretxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 1.9rem;
    font-weight: bold;
    text-align: center;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(10) .wlfaretxt{
    margin-top: 2.5rem;
}
@media only screen and (max-width:1810px){
    .secSystem .rightbox {
        padding-left: 9rem;
        flex: 1;
    }
    .secSystem .wrlfareList .wrlfareItem + .wrlfareItem .rightbox {
        padding-left: 7.2rem;
        padding-top: 4rem;
    }
}
@media only screen and (max-width:1670px){
    .secSystem .rightbox {
        padding-left: 7rem;
        flex: 1;
    }
    .secSystem .wrlfareList .wrlfareItem + .wrlfareItem .rightbox {
        padding-left: 4.2rem;
        padding-top: 4rem;
    }
}
@media only screen and (max-width:1215px){
    .secSystem.lazyloaded{
    background: url(../img/environment/welfare/bg_welffare_sp.png) center top no-repeat;
    background-size: cover;
}
.secSystem{
    height:auto;
    padding-top: 0.4rem;
    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: 22.7rem;
    /* 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: 4.4rem;
}
.secSystem .wrlfareList .wrlfareItem{
    width: 100%;
    background: var(--Colorwhite);
    padding: 2rem 1.5rem 2.6rem 2rem;
    display: flex;
    justify-content: flex-start;
}
.secSystem .wrlfareList .wrlfareItem + .wrlfareItem{
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 2.6rem;
    padding-bottom: 1rem;
}
.secSystem .leftBox_1{
    text-align: center;
    padding-top: 1.5rem;
}
.secSystem .wrlfareItem + .wrlfareItem  .leftBox_1{
    text-align: center;
    padding-top: 0;
}
.secSystem .icon_img_1{
    width: 3.3rem;
    height: 3.6rem;
    margin: 0 auto;
}
.secSystem .wrlfareItem + .wrlfareItem .icon_img_1{
    width: 2.9rem;
    height: 3.8rem;
}
.secSystem .wlfaretit_1{
    font-size: var(--spFontSize14);
    margin-top: 1.5rem;
    letter-spacing: var(--spLetterSpacing14_100);
}
.secSystem .wlfaretxt_1{
    font-size: var(--spFontSize11);
    line-height: var( --spLineHeight11_20);
    margin-top: 0.8rem;
}
.secSystem .rightbox{
    padding-left: 2rem;
    max-width: 18rem;
}
.secSystem .wrlfareList .wrlfareItem + .wrlfareItem .rightbox{
    padding-left: 2.4rem;
    padding-top: 2rem;
    max-width: 18.9rem;
}
.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_1 .wrlfareItem_1:nth-child(6) .wlfaretxt{
    margin-top: 0.4rem;
}
.secSystem  .wrlfareList_1 .wrlfareItem_1:nth-child(8) .wlfaretxt{
    margin-top: 0.2rem;
}
.secSystem  .wrlfareList_1 .wrlfareItem_1:nth-child(9) .wlfaretxt{
    margin-top: 0.2rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(10) .wlfaretxt{
    margin-top: 0.5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(1) img{
    width: 3.9rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(2) img{
    width: 3.8rem;
    height: 3.6rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(3) img{
    width: 3.2rem;
    height: 3.9rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(4) img{
    width: 3.8rem;
    height: auto;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(5) img{
    width: 3.7rem;
    height: 3.8rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(6) img{
    width: 4.3rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(7) img{
    width: 3rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(8) img{
    width: 3.5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(9) img{
    width: 4.1rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(10) img{
    width: 4.7rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(11) img{
    width: 3.5rem;
}
.secSystem .wrlfareList_1 .wrlfareItem_1:nth-child(12) img{
    width: 3.9rem;
}
}