@charset "UTF-8";
.requirement_wrap {
    padding: 180px 0 168px;
}
.singleMv_ttl {
    margin-bottom: 60px;
}
.career_btn.c-btn {
    max-width: 320px;
    height: 64px;
}
.career_btn.c-btn a {
    letter-spacing: 0.04em;
}
.requRead_wrap {
    margin-top: 112px;
    margin-bottom: 88px;
}
.requRead_in {
    position: relative;
    padding-top: 48px;
}
.requRead_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.requRead_txt {
    position: relative;
    z-index: 2;
    width: 630px;
    box-sizing: border-box;
    background: #1C4A40;
    padding: 56px 52px 60px 52px;
    margin-left: auto;
    min-height: 422px;
}
.requRead_ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 700;
    color: #fff;
}
.requRead_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}
.requRead_ttl span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.requRead_box {
    margin-bottom: 48px;
}
.requRead_box:last-child {
    margin-bottom: 0;
}
.requRead_box .ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding-left: 16px;
}
.requRead_box .ttl:before {
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #E2B700;
    z-index: 1;
}
.requRead_box .lst {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    color: #fff;
    padding-left: 16px;
}
.requRead_box li {
    position: relative;
    padding-left: 1em;
}
.requRead_box li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
    z-index: 1;
}
.requRead_box .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    color: #fff;
    padding-left: 16px;
}
.requCnt_ttl {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 700;
    color: #1C4A40;
}
.requCnt_ttl span.is-ttl {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}
.requCnt_ttl span.is-ttl:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.requCnt_ttl span.is-add {
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
    font-weight: 400;
    color: #383838;
    letter-spacing: 0;
}
.requDtl_wrap {
    margin-bottom: 48px;
}
.requDtl_wrap:last-of-type {
    margin-bottom: 80px;
}
.requDtl_ttl {
    width: 100%;
    height: auto;
    position: relative;
}
.requDtl_ttl a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    color: #1C4A40;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    padding-left: 28px;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
.requDtl_ttl:before,
.requDtl_ttl:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.requDtl_ttl:after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
}
.requDtl_ttl a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    background:#1C4A40;
    z-index: 1;
    transition: .4s all;
}
.requDtl_ttl.is-on a {
    background: #1C4A40;
    color: #fff;
}
.requDtl_ttl.is-on:before,
.requDtl_ttl.is-on:after {
    background: #1C4A40;
}
.requDtl_ttl.is-on:after {
    transform: rotate(0);
}
.requDtl_ttl.is-on a:before {
    background:#fff;
}
.requDtl_in {
    background: #fff;
    padding: 24px 46px;
    border-radius: 8px;
    margin-top: 14px;
}
.requDtl_in{
    display: none;
}
.requDtl_in.is-open{
    display: block;
}
.requDtl_in:only-child {
    margin-top: 0;
}
.requDtl_box {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #F0F0F0;
    padding: 32px 0;
}
.requDtl_box:first-child {
    border-top: none;
}
.requDtl_box .ttl {
    width: 136px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 2.2;
}
.requDtl_box .box {
    width: -webkit-calc(100% - 136px);
    width: calc(100% - 136px);
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
}
.requDtl_box .box span {
    display: block;
    font-size: 14px;
}
.requDtl_box .box a {
    color: #26766A;
    text-decoration: underline;
}
.requDtl_box .box .txt {
    font-size: 16px;
    margin-bottom: 8px;
}
.requDtl_box .box .txt:last-child {
    margin-bottom: 0;
}
.requDtl_box .box .lst1 li {
    position: relative;
    font-size: 16px;
    padding-left: 1em;
}
.requDtl_box .box .lst1 li:before {
    content: '・';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.requDtl_box .box .lst1 li span {
    margin-top: -.4em;
}
.requDtl_box .box .lst2 {
    font-size: 16px;
    overflow: hidden;
}
.requDtl_box .box .lst2 dt {
    float: left;
}
.requDtl_box .box .lst2 dd {
    float: left;
}
.requDtl_box .box .lst2 dd span {
    margin-top: -.4em;
}
.entryBtn_wrap {
    background: #FFF;
    border-radius: 8px;
    padding: 48px 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.entryBtn_wrap .ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    padding-right: 43px;
}
.entryBtn_wrap .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: -webkit-calc(100% - 338px);
    width: calc(100% - 338px);
    box-sizing: border-box;
}
.entryBtn_wrap .lst li {
    width: 272px;
    margin-top: 20px;
}
.entryBtn_wrap .c-btn {
    margin: 0;
    height: 52px;
}
.entryBtn_wrap .c-btn.ver2 a {
    background: #26766A;
}
.entryBtn_wrap .c-btn.ver2 a:before {
    background: #26766A;
}
.entryBtn_wrap .c-btn.is-window a span:before {
    background: url(../svg/icn_window.svg) no-repeat center / auto 14px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(54%) saturate(496%) hue-rotate(117deg) brightness(95%) contrast(87%);
}
.entryBtn_wrap.is-ver2 {
    margin-bottom: 24px;
}
.entryBtn_wrap.is-ver2 .lst li,
.entryBtn_wrap.is-ver2 .c-btn {
    width: 100%;
    max-width: 100%;
}
@media(min-width:768px) {
    .requDtl_box .box a:hover {
        color: #1C4A40;
        text-decoration: none;
    }
    .requDtl_ttl a:hover:before {
        transform: scale(1.2, 1.2);
    }
    .txt.ver2 {
        padding-left: 70px;
    }
    .entryBtn_wrap .lst li:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media screen and (min-width:1024px) and ( max-width:1280px) {
    .requRead_img {
        width: 40%;
    }
    .requRead_img source,
    .requRead_img img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        object-position: top center;
    }
    .requRead_txt {
        width: 62%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .entryBtn_wrap {
        justify-content: space-between;
        padding: 48px 30px;
    }
    .entryBtn_wrap .ttl {
        font-size: 20px;
        padding-right: 0;
    }
    .entryBtn_wrap .lst {
        width: 560px;
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .requRead_in {
        position: relative;
        padding-top: 0;
    }
    .requRead_img {
        position: static;
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        max-width: 660px;
        margin-left: -5.4685vw;
    }
    .requRead_img source,
    .requRead_img img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: top right;
    }
    .requRead_txt {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        margin-top: -20px;
        margin-left: auto;
    }
    .entryBtn_wrap {
        display: block;
        padding: 48px 48px;
    }
    .entryBtn_wrap .ttl {
        text-align: center;
        font-size: 20px;
        padding: 0 0 40px;
    }
    .entryBtn_wrap .lst {
        width: 580px;
        margin: 0 auto;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .requirement_wrap {
        padding: 108px 0 104px;
    }
    .singleMv_ttl {
        margin-bottom: 48px;
    }
    .career_btn.c-btn {
        max-width: 320px;
    }
    .requRead_wrap {
        margin-top: 104px;
        margin-bottom: 88px;
    }
    .requRead_in {
        position: relative;
        padding-top: 0;
    }
    .requRead_img {
        position: static;
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        max-width: 660px;
        box-sizing: border-box;
    }
    .requRead_img source,
    .requRead_img img {
        width: 100%;
        height: auto;
    }
    .requRead_txt {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        margin-left: auto;
        padding: 42px 30px 48px;
        margin-top: -20px;
    }
    .requRead_ttl {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .requRead_ttl span {
        padding-left: 33px;
    }
    .requRead_ttl span:before {
        width: 18px;
        height: 18px;
        top: 1px;
    }
    .requRead_box {
        margin-bottom: 40px;
    }
    .requRead_box .ttl {
        font-size: 16px;
        letter-spacing: .01em;
        margin-bottom: 12px;
        padding-left: 16px;
    }
    .requRead_box .ttl:before {
        width: 6px;
        height: 90%;
        top: 1px;
    }
    .requRead_box .lst {
        font-size: 16px;
        padding-left: 0;
    }
    .requRead_box li:before {
        top: 13px;
    }
    .requCnt_wrap {
        padding: 0 24px;
    }
    .requCnt_ttl {
        margin-bottom: 30px;
        font-size: 16px;
        letter-spacing: .05em;
    }
    .requCnt_ttl span.is-ttl {
        padding-left: 34px;
    }
    .requCnt_ttl span.is-ttl:before {
        width: 18px;
        height: 18px;
        top: -1px;
    }
    .requCnt_ttl span.is-add {
        font-size: 11px;
        padding-left: 8px;
    }
    .requDtl_wrap {
        margin-bottom: 32px;
    }
    .requDtl_ttl a {
        font-size: 14px;
        letter-spacing: .01em;
        padding: 25px 0;
        padding-left: 18px;
    }
    .requDtl_ttl:before,
    .requDtl_ttl:after {
        width: 8px;
        right: 18px;
    }
    .requDtl_ttl a:before {
        width: 20px;
        height: 20px;
        right: 12px;
        margin-top: -10px;
    }
    .requDtl_in {
        padding: 10px 20px;
        margin-top: 20px;
    }
    .requDtl_box {
        display: block;
        padding: 24px 0;
    }
    .requDtl_box .ttl {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .requDtl_box .box {
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }
    .requDtl_box .box .txt {
        font-size: 14px;
    }
    .requDtl_box .box span {
        font-size: 12px;
    }
    .requDtl_box .box .lst1 li {
        font-size: 14px;
    }
    .requDtl_box .box .lst1 li span {
        margin-top:0;
    }
    .requDtl_box .box .lst2 {
        font-size: 14px;
    }
    .requDtl_box .box .lst2 dd span {
        margin-top:0;
    }
    .entryBtn_wrap {
        padding: 40px 24px;
        display: block;
    }
    .entryBtn_wrap.is-top {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        padding: 40px 24px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .entryBtn_wrap .ttl {
        font-size: 18px;
        text-align: center;
        padding-right: 0;
        margin-bottom: 21px;
    }
    .entryBtn_wrap .lst {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .entryBtn_wrap .lst li {
        width: 100%;
        margin-top: 24px;
    }
    .entryBtn_wrap .lst li:first-child {
        margin-top: 0;
    }
    .entryBtn_wrap .c-btn {
        margin: 0 auto;
        max-width: 100%;
    }
    .entryBtn_wrap.is-top.is-ver2 {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 374px) {
    .entryBtn_wrap.is-ver2 .c-btn a {
        font-size: clamp(12px, 3.8vw, 16px);
    }
}
@media only screen and (max-width: 340px) {
    .career_btn.c-btn {
        max-width: 300px;
    }
}
