@charset "utf-8";
.proCnt_ttl {
    padding-top: 50px;
}
.proCnt_ttl .ttl {
    font-size: 18px;
}
.proCnt_ttl .ttl span {
    font-size: 30px;
}
.topInfo_wrap {
    padding: 50px 0 84px;
}
.topInfo_wrap.is-past {
    padding-top: 0;
    padding-bottom: 100px;
}
.topInfo_ttl {
    font-size: 30px;
    line-height: 1;
    border-bottom: 1px solid #8C8C8C;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.topInfo_ttl.ver2 {
    margin-bottom: 0;
}
.topInfo_box .add {
    background: #FB0020;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    border-radius: 40px;
    width: 210px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.topInfo_box .add span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}
.topInfo_box .add span:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_info.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.topInfo_box .cnt {
    border: 3px solid #FB0020;
    padding: 30px;
}
.topInfo_box .cnt .box {
    border-bottom: 3px solid #FB0020;
    padding: 0 14px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.topInfo_box .cnt .box.is-ver2 {
    border-bottom: 2px solid #e5e5e5;
}
.topInfo_box .cnt .box.is-ver2:last-child {
    border-bottom: none;
}
.topInfo_box .cnt .box:last-child {
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.topInfo_box .cnt .box .mds {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.topInfo_box .cnt .box .mds.is-ver2 {
    margin: 0;
}
.topInfo_box .cnt .box .txt {
    font-size: 17px;
}
.topInfo_box .cnt .box .lst li{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
.topInfo_lst.is-scroll {
    height: 140px;
    overflow-y: scroll;
    padding-top: 0;
    margin-top: 30px;
}
.topInfo_lst li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 6.5em;
    position: relative;
}
.topInfo_lst li::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../svg/icn_arwright_02.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.topInfo_lst li span {
    position: absolute;
    left: 1em;
}
.topInfo_box .cnt .box .lst li:last-child,
.topInfo_lst li:last-child {
    margin-bottom: 0;
}
.topInfo_box .cnt .box .lst li a {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.topInfo_box .cnt .box .lst li a:before,
.topInfo_lst li a span:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arwright_02.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.topInfo_lst li a {
    padding-right: 24px;
    background: url(../svg/icn_pdf.svg) no-repeat top 5px right;
    background-size: 14px auto;
}
.topInfo_lst li.ver2 a.ver2 {
    background: none;
    color: #01906D;
    padding-right: 0;
}
.topInfo_lst {
    padding-top: 30px;
}
.topInfo_lst li.ver2 {
    padding-left: 1em;
}
.topCnt_wrap {
    padding-bottom: 90px;
}
#page1n.topCnt_wrap {
    background: url(../img/top_cnt_page1_bg.png) no-repeat center center / cover;
    padding: 71px 0 73px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.top_page1_in {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 35px 30px 50px;
    background-image: linear-gradient(to right, #006D53, #00D7A3);
    background-position: 0 0%;
    background-size: 100% 8px;
    background-repeat: repeat-x;
    text-decoration: none;
}
.topPage1_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #01906D;
    margin-bottom: 5px;
}
.topPage1_txt {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.topPage1_txt span {
    display: block;
    font-size: 16px;
}
.topGuid_wrap .scl {
    color: #fff;
    text-align: center;
    background: #01906D;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0;
}
.topCnt_ttl {
    font-size: 30px;
    line-height: 1;
}
.topCnt_txt {
    font-size: 18px;
    padding-top: 10px;
}
.topCnt_wrap.guid {
    padding: 70px 0;
    background: #F6F6F6;
    margin-bottom: 90px;
}
.topCnt_wrap.is-ni {
    padding-bottom: 100px;
}
.topCnt_ttl.guid {
    font-size: 28px;
    background: #333;
    color: #fff;
    padding: 16px 30px;
}
.topCnt_txt.guid {
    padding-top: 30px;
}
.topCnt_bnr {
    padding: 50px 0;
    background: #F6F6F6;
}
.topCnt_bnr .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topCnt_bnr .lst li {
    background: #fff;
}
.topGuid_wrap {
    padding-top: 20px;
}
.topGuid_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topGuid_lst li {
    width: 360px;
    height: 286px;
    border: 1px solid #01906D;
}
.top_page1_in .topGuid_lst li {
    width: 340px;
    height: 284px;
    border: 2px solid #01906D;
    box-sizing: border-box;
}
.topGuid_lst.ver2 li {
    height: 330px;
}
.topGuid_lst li a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    background:#fff url(../svg/icn_arwright_01.svg) no-repeat right bottom;
    background-size: 32px auto;
    padding: 30px 24px;
}
.top_page1_in .topGuid_lst li a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    background:#fff url(../svg/icn_arwright_01.svg) no-repeat right bottom;
    background-size: 32px auto;
    padding: 0;
}
.topGuid_lst li .txt {
    font-size: 18px;
}
.top_page1_in .topGuid_lst li .txt {
    font-size: 18px;
    padding: 16px 17px 30px;
}
.topGuid_lst li .day {
    background: #E8F2EA;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    border-radius: 40px;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
}
.topGuid_lst li .img {
    margin-bottom: 20px;
}
.top_page1_in .topGuid_lst li .img {
    margin-bottom: 0;
}
.topCause_wrap {
    padding-top: 20px;
}
.topCause_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topCause_lst li {
    width: 360px;
    border: 1px solid #B8B8B8;
    display: block;
    background:#fff;
    padding: 30px 24px;
    padding-top: 120px;
    position: relative;
    box-sizing: border-box;
}
.topCause_lst li:before {
    content: '';
    display: block;
    width: 80px;
    height: 62px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
}
.topCause_lst li:nth-child(1):before {
    background: url(../svg/icn_money.svg) no-repeat center;
    background-size: 62px auto;
}
.topCause_lst li:nth-child(2):before {
    background: url(../svg/icn_building.svg) no-repeat center;
    background-size: 60px auto;
}
.topCause_lst li:nth-child(3):before {
    background: url(../svg/icn_heart.svg) no-repeat center;
    background-size: 74px auto;
}
.topCause_lst li .ttl {
    font-size: 24px;
    line-height: 1;
    color: #01906D;
    text-align: center;
}
.topCause_lst li .txt {
    font-size: 18px;
    margin-top: 16px;
}
.topProc_box {
    border: 1px solid #B8B8B8;
    margin-top: 36px;
    padding: 30px;
}
.topProc_box .ttl {
    font-size: 26px;
    line-height: 1;
}
.topProc_box .txt {
    font-size: 18px;
    padding-top: 10px;
}
.topProc_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 30px;
}
.topProc_lst > li {
    width: 50%;
    border-right: 1px solid #B8B8B8;
    padding-right: 40px;
    margin-right: 40px;
}
.topProc_lst > li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.topProc_lst li .img {
    margin-bottom: 20px;
}
.topProc_lst li .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    width: 220px;
    height: 48px;
    font-size: 18px;
    line-height: 1;
    background: #01916D;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    background: #01916D url(../svg/icn_window.svg) no-repeat center right 15px;
    background-size: 12px auto;
}
.topProc_lst li .guide {
    padding-top: 18px;
}
.topProc_lst li .guide li {
    font-size: 14px;
    margin-bottom: 5px;
}
.topProc_lst li .guide li a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
}
.topProc_lst li .guide li a:before {
    content: '';
    display: block;
    width: 14px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 3px;
    background: url(../svg/icn_pdf.svg) no-repeat center;
    background-size: 100% auto;
}
.topProc_lst li .add {
    padding-top: 18px;
}
.topProc_lst li .add.red {
    color: #FB0020;
}
.topProc_lst li .add li {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    font-size: 14px;
}
.topProc_lst li .add li span {
    position: absolute;
    top: 0;
    left: 0;
}
/*20230201*/
.topInfo_box li a.pdf {
    padding-right: 24px;
    background: url(../svg/icn_pdf.svg) no-repeat top right;
    background-size: 14px auto;
}
#recruitment.topCnt_wrap.ver2 {
    background: #FFF4CD;
    padding: 79px 0 80px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.topPage1_ttl.ver2 {
    color: #333;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    text-align: center;
}
.recruitment_wrap .topGuid_wrap {
    padding-top: 17px;
}
.top_page1_in.recruitment_wrap .topGuid_lst li {
    border: none;
    height: auto;
}
.topGuid_wrap .scl {
    font-size: 18px;
    padding: 4px 0 3px;
}
.topGuid_wrap .is-fb .scl{
    background: #D11931;
}
.topGuid_wrap .is-ob .scl{
    background: #D55D00;
}
.recruitment-txt {
    font-size: 18px;
    padding: 16px 22px;
    min-height: 110px;
    box-sizing: border-box;
    border-top: none;
}
.is-ff .recruitment-txt {
    border: 2px solid #01906D;
    border-top: none;
}
.is-fb .recruitment-txt {
    border: 2px solid #D11931;
    border-top: none;
}
.is-ob .recruitment-txt {
    border: 2px solid #D55D00;
    border-top: none;
}
.top_page1_in .topGuid_lst li.is-fb a {
    background: #fff url(../svg/icn_arwright_01_fb.svg) no-repeat right bottom;
}
.top_page1_in .topGuid_lst li.is-ob a {
    background: #fff url(../svg/icn_arwright_01_ob.svg) no-repeat right bottom;
}
.footer_popup.is-recruitment {
    display: none;
}
.footer_popup.is-recruitment.anklnkjs {
    display: block;
}
.topInfo_box a.lnk {
    color: #01906D;
}
.topInfo_box a.lnk:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1366px) {}
@media (min-width: 896px) {
    .topInfo_box .cnt .box .lst li a:hover,
    .topInfo_lst li a:hover,
    .topProc_lst li .guide li a:hover {
        text-decoration: underline;
    }
    .topCnt_bnr .lst li a:hover,
    .topProc_lst li .btn a:hover {
        opacity: .8;
    }
    .topGuid_lst li .img {
        position: relative;
        width: 312px;
        height: 118px;
        overflow: hidden;
    }
    .top_page1_in .topGuid_lst li .img {
        position: relative;
        width: 336px;
        height: 136px;
        overflow: hidden;
    }
    .topGuid_lst li .img source,
    .topGuid_lst li .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        transition: opacity 0.2s ease-out,all 0.2s ease-out;
    }
    .topGuid_lst li a:hover .img source,
    .topGuid_lst li a:hover .img img {
        width: 110%;
        height: 110%;
    }
    .top_page1_in.recruitment_wrap .topGuid_lst li .img {
        width: 340px;
        height: 85px;
    }
    .top_page1_in.recruitment_wrap {
        padding-bottom: 65px;
    }
}
@media only screen and (max-width: 896px) {
    .proCnt_ttl {
        padding: 0 15px;
        padding-top: 25px;
    }
    .proCnt_ttl .ttl {
        font-size: 13px;
    }
    .proCnt_ttl .ttl span {
        font-size: 20px;
    }
    .topInfo_wrap {
        padding: 25px 15px 40px;
    }
    .topInfo_wrap.is-past {
        padding-bottom: 45px;
    }
    .topInfo_ttl {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .topInfo_box .add {
        font-size: 14px;
        width: 160px;
        padding: 8px 0;
        margin-bottom: 15px;
    }
    .topInfo_box .add span {
        padding-left: 30px;
    }
    .topInfo_box .add span:before {
        width: 20px;
        height: 20px;
    }
    .topInfo_box .cnt {
        border: 2px solid #FB0020;
        padding: 20px 15px;
    }
    .topInfo_box .cnt .box {
        border-bottom: 2px solid #FB0020;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .topInfo_box .cnt .box.is-ver2 {
        border-bottom: 1px solid #e5e5e5;
    }
    .topInfo_box .cnt .box.is-ver2:last-child {
        border-bottom: none;
    }
    .topInfo_box .cnt .box .mds {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .topInfo_box .cnt .box .txt {
        font-size: 13px;
        line-height: 1.4;
    }
    .topInfo_lst.is-scroll {
        height: 90px;
        margin-top: 20px;
    }
    .topInfo_box .cnt .box .lst li,
    .topInfo_lst li {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .topInfo_box .cnt .box .lst li a {
        padding-left: 15px;
    }
    .topInfo_box .cnt .box .lst li a:before,
    .topInfo_lst li a span:before {
        width: 6px;
        height: 10px;
        top: 4px;
        transform: none;
    }
    .topInfo_lst {
        padding-top: 20px;
    }
    .topInfo_lst li {
        padding-left: 1em;
    }
    .topInfo_lst li::before {
        width: 6px;
        height: 10px;
        top: 4px;
    }
    .topInfo_lst li span {
        display: block;
        position: inherit;
        padding-left: 0;
        left: 0;
        margin-bottom: 5px;
    }
    .topInfo_lst li a {
        padding-right: 20px;
        background: url(../svg/icn_pdf.svg) no-repeat top 2px right;
        background-size: 14px auto;
    }
    .topCnt_wrap {
        padding: 0 15px;
        padding-bottom: 50px;
    }
    .topCnt_ttl {
        font-size: 20px;
        line-height: 1.4;
    }
    .topCnt_txt {
        font-size: 13px;
        padding-top: 6px;
    }
    .topCnt_wrap.is-ni {
        padding-bottom: 35px;
    }
    .topCnt_wrap.guid {
        padding: 25px 15px;
        margin-bottom: 50px;
    }
    .topCnt_ttl.guid {
        font-size: 20px;
        padding: 8px 15px;
    }
    .topCnt_txt.guid {
        padding-top: 15px;
    }
    .topCnt_bnr {
        padding: 20px 15px;
    }
    .topCnt_bnr .lst {
        display: block;
    }
    .topCnt_bnr .lst li {
        background: #fff;
        margin-bottom: 20px;
    }
    .topCnt_bnr .lst li:last-child {
        margin-bottom: 0;
    }
    .topCnt_bnr .lst li img,
    .topCnt_bnr .lst li source {
        width: 100%;
        height: auto;
    }
    .topGuid_wrap {
        padding-top: 18px;
    }
    .topGuid_lst {
        display: block;
    }
    .topGuid_lst li {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .top_page1_in .topGuid_lst li {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .topGuid_lst li:last-child {
        margin-bottom: 0;
    }
    .topGuid_lst.ver2 li {
        height: auto;
    }
    .topGuid_lst li {
        border-width: 1px;
    }
    .topGuid_lst li a {
        background:#fff url(../svg/icn_arwright_01.svg) no-repeat right bottom;
        background-size: 26px auto;
        padding: 25px 15px;
    }
    .top_page1_in .topGuid_lst li a {
        background:#fff url(../svg/icn_arwright_01.svg) no-repeat right bottom;
        background-size: 26px auto;
        padding: 0;
    }
    .topGuid_lst li .img {
        margin-bottom: 15px;
    }
    .top_page1_in .topGuid_lst li .img {
        margin-bottom: 0;
    }
    .topPage1_txt {
        font-size: 13px;
        text-align: left;
        margin-bottom: 0;
    }
    .topPage1_txt span {
        font-size: 12px;
        margin-top: 5px;
    }
    .top_page1_in {
        padding: 25px 15px 20px;
        background-size: 100% 10px;
    }
    .topPage1_ttl {
        text-align: left;
        font-size: 20px;
    }
    .topGuid_wrap .scl {
        font-size: 15px;
        padding: 9px 0;
    }
    #page1n.topCnt_wrap {
        padding: 30px 15px;
        margin-bottom: 33px;
    }
    .topGuid_lst.ver2 li a {
        padding-bottom: 30px;
    }
    .topGuid_lst li .img img,
    .topGuid_lst li .img source {
        width: 100%;
        height: auto;
    }
    .topGuid_lst li .txt {
        font-size: 16px;
    }
    .top_page1_in .topGuid_lst li .txt {
        font-size: 17px;
        padding: 12px 14px 30px;
        line-height: 1.5;
    }
    .topGuid_lst li .day {
        font-size: 15px;
        padding: 10px 0;
        margin-top: 5px;
    }
    .topCause_wrap {
        padding-top: 20px;
    }
    .topCause_lst {
        display: block;
    }
    .topCause_lst li {
        width: 100%;
        padding: 20px 15px;
        padding-top: 100px;
        margin-bottom: 20px;
    }
    .topCause_lst li:last-child {
        margin-bottom: 0;
    }
    .topCause_lst li:before {
        width: 74px;
        height: 74px;
        top: 20px;
    }
    .topCause_lst li:nth-child(1):before {
        background: url(../svg/icn_money.svg) no-repeat center;
        background-size: 68px auto;
    }
    .topCause_lst li:nth-child(2):before {
        background: url(../svg/icn_building.svg) no-repeat center;
        background-size: 60px auto;
    }
    .topCause_lst li:nth-child(3):before {
        background: url(../svg/icn_heart.svg) no-repeat center;
        background-size: 74px auto;
    }
    .topCause_lst li .ttl {
        font-size: 18px;
    }
    .topCause_lst li .txt {
        font-size: 14px;
        margin-top: 8px;
    }
    .topProc_box {
        border: 1px solid #B8B8B8;
        margin-top: 25px;
        padding: 20px 15px;
    }
    .topProc_box .ttl {
        font-size: 18px;
        line-height: 1;
    }
    .topProc_box .txt {
        font-size: 13px;
        padding-top: 10px;
    }
    .topProc_lst {
        display: block;
        padding-top: 15px;
    }
    .topProc_lst > li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #B8B8B8;
        padding: 0 0 25px;
        margin: 0 0 25px;
    }
    .topProc_lst li .img {
        margin-bottom: 20px;
    }
    .topProc_lst li .img img,
    .topProc_lst li .img source {
        width: 100%;
        height: auto;
    }
    .topProc_lst li .btn a {
        width: 190px;
        height: 40px;
        font-size: 15px;
        background: #01916D url(../svg/icn_window.svg) no-repeat center right 8px;
        background-size: 10px auto;
    }
    .topProc_lst li .guide {
        padding-top: 18px;
    }
    .topProc_lst li .guide li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .topProc_lst li .guide li a {
        padding-right: 20px;
    }
    .topProc_lst li .add {
        padding-top: 10px;
    }
    .topProc_lst li .add li {
        font-size: 12px;
    }
    /*20230201*/
    .topInfo_box li a.pdf {
        padding-right: 20px;
        background: url(../svg/icn_pdf.svg) no-repeat top 2px right;
        background-size: 14px auto;
    }
    #recruitment.topCnt_wrap.ver2 {
        padding: 22px 15px 35px;
        margin-bottom: 33px;
    }
    .top_page1_in.recruitment_wrap {
        padding-bottom: 23px;
    }
    .top_page1_in.recruitment_wrap .topGuid_lst li {
        margin-bottom: 23px;
    }
    .top_page1_in.recruitment_wrap .topGuid_lst li:last-of-type {
        margin-bottom: 0;
    }
    .recruitment_wrap .topGuid_wrap {
        padding-top: 15px;
    }
    .topGuid_wrap .scl {
        font-size: 17px;
        padding: 7px 0;
    }
    .recruitment-txt {
        font-size: 17px;
        padding: 10px 15px;
        min-height: 95px;
    }
}
@media (max-width: 374px) {

}

/*print css*/
@media only print {
    
}