@charset "utf-8";
.p-message__cont{
    background: #fcfaf7;
    padding: 1rem 0 2rem;
    position: relative;
}
.p-message__cont-txtBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .6rem;
    width: min(100%, 11rem);
    margin: auto;
    padding: 0 2.5rem;
}
.p-message__cont-pic{
    width: 2.4rem;
}
.p-message__cont-pic02{
    width: 2.4rem;
}
.p-message__cont-pic--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
}
.p-message__cont-pic--deco02{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: auto;
}
.p-message__cont-pic--deco03{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: auto;
}
.p-message__cont-pic{
    position: absolute;
    top: 0;
    left: 0
}
.p-message__cont-pic02{
    position: absolute;
    bottom: 0;
    right: 0;
}
.p-message__cont-txtBox--wrap{
    width: min(100% - 1rem, 13rem);
    margin: 0 auto 1rem;
    padding: 2rem 0;
    position: relative;
    z-index: 1;
}
.p-message__cont-request > li{
    background: url(../img/recruit/bg_grad.png) no-repeat top center / cover;
    position: relative;
    padding: 1rem .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-message__cont-request-txt{
    position: absolute;
    top: .2rem;
    left: .2rem;
    font-size: clamp(12px, 1.3vw, 16px);
}
.p-message__cont-request-txt02{
    text-align: center;
    line-height: 1.4;
    font-size: clamp(16px, 1.6vw, 28px);
}
.p-message__cont-request--wrap{
    position: relative;
    z-index: 1;
}
.p-charm__cont{
    background: #fcfaf7;
    padding: 0 0 4rem;
    position: relative;
}
.p-charm__cont--inner{
    position: relative;
    z-index: 1;
    display: grid;
    gap: .5rem;
}
.p-charm__cont-pic--deco{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.p-charm__cont-pic--deco img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-charm__cont-txtBox{
    display: grid;
    gap: .3rem;
    grid-template-columns: 1fr 1fr;
    padding: .6rem 0;
    border-bottom: 1px solid #86ba00;
}
.p-charm__cont-txtBox:last-child{
    border: none;
    padding-bottom: 0;
}
.p-skills__cont{
    background: #fcfaf7;
    position: relative;
}
.p-skills__cont--inner{
    display: grid;
    gap: .4rem;
    margin-bottom: 1rem;
}
.p-skills__cont-txtBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: .2rem;
}
.p-skills__cont-txtBox > li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2rem;
    background: #f3f3f3;
    text-align: center;
    line-height: 1.4;
    padding: .5rem .2rem .2rem;
    min-height: 2.5rem;
    position: relative;
}
.p-skills__cont-txtBox-subttl{
    position: absolute;
    top: .4rem;
    right: 0;
    left: 0;
    margin: auto;
}
.p-career__cont{
    padding: 1rem 0 4rem;
    position: relative;
}
.p-career__cont--inner{
    position: relative;
    z-index: 1;
    display: grid;
    gap: .4rem;
}
.p-career__cont-pic--deco{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.p-career__cont-pic--deco img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-career__cont-desc{
    overflow: hidden;
}
.p-career__cont-tab-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .6rem;
}
.p-career__cont-tab-item{
    width: calc(100% / 4);
    padding: .3rem;
    cursor: pointer;
    border-left: 1px solid #c9caca;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-career__cont-tab-item:last-child{
    border-right: 1px solid #c9caca;
}
.p-career__cont-tab-item:hover, .p-career__cont-tab-item.is-active{
    color: #86ba00;
}
.p-career__cont-panel-list{
    overflow-x: scroll;
    padding-bottom: .3rem;
}
.p-career__cont-panel-item{
    display: none;
}
.p-career__cont-panel-item.is-active{
    display: block;
    animation: panel-show .9s ease-in-out forwards;
}
.p-career__cont-panel-item-fig--wrap{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.p-career__cont-panel-item-fig-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 270px;
    position: relative
}
.p-career__cont-panel-item-fig-list .career-deco{
    position: absolute;
    top: 260px;
    right: -60px;
    width: 115px;
}
.p-career__cont-panel-item-fig-list-item:nth-child(1){
    width: 230px;
    margin: 0 auto 20px;
    text-align: center;
    display: grid;
    gap: 10px;
}
.p-career__cont-panel-item-fig-list-item:nth-child(2){
    background: url(../img/recruit/bg_grad.png) no-repeat top center / cover;
    aspect-ratio: 2 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    text-align: center;
}
.p-career__cont-panel-item-fig-list-item:nth-child(3){
    width: 100%;
    height: 70px;
}
.p-career__cont-panel-item-fig-list-item:nth-child(4){
/*     background: #dae5b7; */
	background: #d6d6d6;
    aspect-ratio: 4 / 3;
    padding: 40px 20px;
    height: 230px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.p-career__cont-panel-item-fig-list-item .line{
    width: 100%;
    height: 1px;
    background: #86ba00;
    margin: auto;
    position: relative;
}
.p-career__cont-panel-item-fig-list-item .line::before{
    content: '';
    width: 1px;
    height: 35px;
    background: #86ba00;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.p-career__cont-panel-item-fig-list-item .line::after{
    content: '';
    width: 1px;
    height: 35px;
    background: #86ba00;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.p-career__cont-panel-item-fig-list:nth-child(1)
.p-career__cont-panel-item-fig-list-item:nth-child(2){
    height: 180px;
    width: 100%;
    position: relative;
    right: auto;
}
.p-career__cont-panel-item-fig-list:nth-child(2)
.p-career__cont-panel-item-fig-list-item:nth-child(2){
    height: 210px;
    width: 100%;
    position: relative;
    right: auto;
}
.p-career__cont-panel-item-fig-list:nth-child(3)
.p-career__cont-panel-item-fig-list-item:nth-child(2){
    height: 245px;
    width: 100%;
    position: relative;
    right: auto;
}
.p-career__cont-panel-item-fig-list:nth-child(4)
.p-career__cont-panel-item-fig-list-item:nth-child(2){
    height: 275px;
    width: 100%;
    position: relative;
    right: auto;
}
.p-career__cont-panel-item-fig-list:nth-child(1)
.p-career__cont-panel-item-fig-list-item:nth-child(3){
    background: url(../img/recruit/career_squ.png) no-repeat top center / cover;
    width: 290px;
    position: relative;
    right: 60px;
}
.p-career__cont-panel-item-fig-list:nth-child(2)
.p-career__cont-panel-item-fig-list-item:nth-child(3){
    background: url(../img/recruit/career_squ02.png) no-repeat top center / cover;
    width: 310px;
    position: relative;
    right: 40px;
}
.p-career__cont-panel-item-fig-list:nth-child(3)
.p-career__cont-panel-item-fig-list-item:nth-child(3){
    background: url(../img/recruit/career_squ03.png) no-repeat top center / cover;
    width: 310px;
    position: relative;
}
.p-career__cont-panel-item-fig-list:nth-child(4)
.p-career__cont-panel-item-fig-list-item:nth-child(3){
    background: url(../img/recruit/career_squ04.png) no-repeat top center / cover;
    width: 290px;
    position: relative;
    right: -40px;
}
.p-career__cont-panel-item-fig-list:nth-child(1)
.p-career__cont-panel-item-fig-list-item:nth-child(4){
    width: 290px;
    position: relative;
    right: 60px;
}
.p-career__cont-panel-item-fig-list:nth-child(2)
.p-career__cont-panel-item-fig-list-item:nth-child(4){
/*     background: #d6e2a6; */
	background: #cccccc;
    width: 310px;
    position: relative;
    right: 40px;
}
.p-career__cont-panel-item-fig-list:nth-child(3)
.p-career__cont-panel-item-fig-list-item:nth-child(4){
/*     background: #d3dd97; */
	background: #c1c1c1;
    width: 310px;
    position: relative;
}
.p-career__cont-panel-item-fig-list:nth-child(4)
.p-career__cont-panel-item-fig-list-item:nth-child(4){
/*     background: #d0d884; */
	background: #afafaf;
    width: 290px;
    position: relative;
    right: -40px;
}
@keyframes panel-show {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.p-welfare__cont{
    padding: 0 0 1rem;
}
.p-welfare__cont--inner{
    display: grid;
    gap: .4rem;
}
.p-welfare__cont-descBox--wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
}
.p-welfare__cont-descBox:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.p-welfare__cont-descBox:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.p-welfare__cont-descBox:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.p-welfare__cont-descBox:nth-child(4){ grid-area: 2 / 1 / 3 / 4; }
.p-welfare__cont-descBox:nth-child(5) { grid-area: 3 / 1 / 4 / 2; }
.p-welfare__cont-descBox:nth-child(6){ grid-area: 3 / 2 / 4 / 3; }
.p-welfare__cont-descBox:nth-child(7) { grid-area: 3 / 3 / 4 / 4; }
.p-welfare__cont-descBox:nth-child(8) { grid-area: 4 / 1 / 5 / 2; }
.p-welfare__cont-descBox:nth-child(9) { grid-area: 4 / 2 / 5 / 3; }
.p-welfare__cont-descBox:nth-child(10){ grid-area: 4 / 3 / 5 / 4; }

.p-welfare__cont-descBox{
/*     background-image: url(../img/recruit/welfare_deco.png),linear-gradient(to top, #538302, #86ba00); */
	background-image: url(../img/recruit/welfare_deco.png),linear-gradient(to top, #d6d6d6, #7f7f7f);
    background-repeat: repeat-y;
    background-position: right bottom;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    position: relative;
    color: #fff;
    padding: .5rem;
}
.p-welfare__cont-descBox:nth-child(4){
/*     background-image: url(../img/recruit/welfare_deco02.png),linear-gradient(to top, #538302, #86ba00); */
	background-image: url(../img/recruit/welfare_deco02.png),linear-gradient(to right, #d6d6d6, #7f7f7f);
    background-size: 100% auto;
}
.p-welfare__cont-descBox .c-btn__arwWrap{
    justify-content: flex-end;
}
.p-welfare__cont-descBox-num{
    position: absolute;
    top: .2rem;
    left: .2rem;
}
.p-welfare__cont-descBox-ttl{
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #fff;
}
.p-welfare__cont-descBox-txtBox{
    display: flex;
    gap: .4rem;
}
.p-welfare__cont-descBox-txtBox > div{
    width: calc(100% /3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-voice__cont{
    padding: 1rem 0;
    position: relative;
}
.p-voice__cont--inner{
    position: relative;
    z-index: 1;
}
.p-voice__cont-pic--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
}
.p-voice__cont-introBox{
    display: flex;
    gap: .6rem;
    padding-bottom: 1rem;
}
.p-voice__cont-introBox > div:first-child{
    display: grid;
    gap: .4rem;
}
.p-voice__cont-introBox > div:last-child{
    flex: 0 0 4rem;
}
.p-voice__cont-descBox{
    margin: 0 calc(50% - 50vw);
    background: #fcfaf7;
}
.p-voice__cont-descBox--inner{
    padding: 1rem 0;
    border-bottom: 1px solid #86ba00;
}
.p-voice__cont-descBox-ttl--wrap:not(:last-child){
    margin-bottom: .5rem;
}
.p-voice__cont-descBox-ttl--wrap{
    padding-left: .7rem;
}
.p-voice__cont-descBox-pic--wrap:not(:last-child){
    margin-bottom: .5rem;
}
.p-voice__cont-descBox-ttl{
    position: relative;
}
.p-voice__cont-descBox-ttl::before{
    content: '';
    width: .6rem;
    height: 2px;
    background: #86ba00;
    position: absolute;
    top: 50%;
    left: -.7rem;
}
.p-voice__cont-tab-list--wrap{
    margin: 0 calc(50% - 50vw);
    background: #fcfaf7;
    padding: 1rem 0 0.5rem;
}
/*.p-voice__cont-tab-list::-webkit-scrollbar{
    background-color: #d9dada;
    border-radius: 10px;
    height: 14px;
}
.p-voice__cont-tab-list::-webkit-scrollbar-thumb{
    background: #86ba00;
    border-radius: 10px;
    height: 14px;
}*/
.p-voice__cont-tab-list{
    display: flex;
    gap: .5rem;
    /*overflow-x: scroll;
    padding-bottom: 1rem;*/
}
.p-voice__cont-tab-item{
    width: 32%;
    cursor: pointer;
    display: block;
    gap: .2rem;
}
.p-voice__cont-tab-item > div:first-child{
    flex: 0 0 4rem;
}
.p-voice__cont-tab-item > div:last-child{
    flex: 1;
    display: grid;
    gap: .2rem;
    width: 100%;
}
.p-voice__cont-tab-item > div:last-child .c-btn__arw{
    width: 100px;
    justify-content: center;
}
.p-voice__cont-tab-item > div:last-child .c-btn__arw::before,
.p-voice__cont-tab-item > div:last-child .c-btn__arw::after{
    display: none;
}
.p-voice__cont-panel-item{
    display: none;
}
.p-voice__cont-panel-item.is-active {
    display: block;
    animation: panel-show .9s ease-in-out forwards;
}
.p-voice__cont-tab-item:hover{
    opacity: .7;
}
.p-voice__cont-tab-item-arw--wrap{
    /*padding-top: .2rem;*/
    /*border-top: 1px solid #3e3a39;*/
    display: flex;
    justify-content: flex-end;
}
.p-recruitment__cont{
    padding: 1rem 0;
}
.p-crecruitment__cont--inner{
    display: grid;
    gap: .4rem;
}
.p-recruitment-tab-list{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    line-height: 1.4;
}
.p-recruitment__cont-tab-item{
    width: calc(100% / 3);
    padding: .3rem;
    cursor: pointer;
}
.p-recruitment__cont-tab-item:not(:last-child){
    border-right: 1px solid #c9caca;
}
.p-recruitment__cont-tab-item .c-btn__arwWrap{
    justify-content: space-between;
    column-gap: .1rem;
}
.p-recruitment__cont-panel-item{
    display: none;
}
.p-recruitment__cont-panel-item.is-active {
    display: block;
    animation: panel-show .9s ease-in-out forwards;
}
.p-recruitment__cont-tab-item:hover, .p-recruitment__cont-tab-item.is-active{
    background: #f3f3f3;
}
.p-recruitment__cont-tab-item:hover .c-btn__arw.gray, .p-recruitment__cont-tab-item.is-active .c-btn__arw.gray{
    background: #fff;
}
.p-recruitment__cont-panel-item-pic{
    width: 100%;
    margin: 0 auto .2rem;
}
.p-recruitment__cont-panel-item-table{
    width: 100%;
}
.p-recruitment__cont-panel-item-table th{
    border-bottom: 1px solid #d9dada;
    padding: .3rem .2rem;
    text-align: left;
}
.p-recruitment__cont-panel-item-table td{
    border-bottom: 1px solid #d9dada;
    padding: .3rem .2rem;
}
@media only screen and (max-width: 1024px) {
    .p-message__cont-txtBox--wrap{
        padding: 0 0 7rem;
        margin-bottom: 2rem;
    }
    .p-message__cont-txtBox{
        width: 100%;
        padding: 0;
    }
    .p-message__cont-pic{
        width: 3rem;
        bottom: 0;
        top: auto;
    }
    .p-message__cont-pic02{
        width: 3rem;
    }
    .p-message__cont-txt{
        line-height: 2.3;
    }
    .p-charm__cont-txtBox{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        padding: .6rem 0;
    }
    .p-skills__cont-txtBox{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .p-skills__cont-txtBox > li{
        padding: .8rem .2rem;
        gap: .4rem;
    }
    .p-skills__cont-txtBox-subttl{
        position: relative;
        top: auto;
    }
    .p-career__cont-tab-list{
        border-top: 1px solid #c9caca;
        border-left: 1px solid #c9caca;
    }
    .p-career__cont-tab-item:not(:last-child){
        border-bottom: 1px solid #c9caca;
    }
    .p-career__cont-tab-item{
        width: 50%;
        border-right: 1px solid #c9caca;
        border-bottom: 1px solid #c9caca;
        border-left: none;
    }
    .p-welfare__cont-descBox--wrap{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(10, auto);
    }
    .p-welfare__cont-descBox{
        padding: .4rem .4rem .6rem;
        gap: .3rem;
    }
    .p-welfare__cont-descBox:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .p-welfare__cont-descBox:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .p-welfare__cont-descBox:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
    .p-welfare__cont-descBox:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
    .p-welfare__cont-descBox:nth-child(5) { grid-area: 5 / 1 / 6 / 2; }
    .p-welfare__cont-descBox:nth-child(6) { grid-area: 6 / 1 / 7 / 2; }
    .p-welfare__cont-descBox:nth-child(7) { grid-area: 7 / 1 / 8 / 2; }
    .p-welfare__cont-descBox:nth-child(8) { grid-area: 8 / 1 / 9 / 2; }
    .p-welfare__cont-descBox:nth-child(9) { grid-area: 9 / 1 / 10 / 2; }
    .p-welfare__cont-descBox:nth-child(10) { grid-area: 10 / 1 / 11 / 2; }
    .p-welfare__cont-descBox-txtBox{
        flex-direction: column;
    }
    .p-welfare__cont-descBox-num{
        position: relative;
        top: auto;
        left: auto;
    }
    .p-welfare__cont-descBox-txtBox > div{
        width: 100%;
    }
    .p-welfare__cont-descBox:nth-child(4){
/*         background-image: url(../img/recruit/welfare_deco.png),linear-gradient(to top, #538302, #86ba00); */
		background-image: url(../img/recruit/welfare_deco.png),linear-gradient(to top, #d6d6d6, #7f7f7f);
        background-size: auto 100%;
    }
    .p-voice__cont-pic--deco{
        width: 100%;
        top: 50vh;
    }
    .p-voice__cont-tab-item{
        flex-direction: column;
        flex: 0 0 5rem;
    }
    .p-voice__cont-introBox{
        flex-direction: column;
    }
	.p-voice__cont-tab-list{
		overflow: scroll clip;
		 -webkit-overflow-scrolling: touch;
	}
    .p-recruitment-tab-list{
        flex-direction: column;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #c9caca;
        border-left: 1px solid #c9caca;
    }
    .p-recruitment__cont-tab-item{
        width: 100%;
    }
    .p-recruitment__cont-tab-item:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #c9caca;
    }
    .p-recruitment__cont-panel-item-table th{
        border-bottom: 0;
        display: block;
        width: 100%;
        padding: .3rem 0 .1rem;
    }
    .p-recruitment__cont-panel-item-table td{
        display: block;
        width: 100%;
        padding: 0 0 .3rem;
    }
    .c-sub__head-menu-list-en{
        width: 2.1rem;
    }
    .p-voice__cont-descBox-ttl--wrap{
        padding-left: 0;
    }
    .p-voice__cont-descBox-ttl{
        padding-top: .2rem;
    }
    .p-voice__cont-descBox-ttl::before{
        content: '';
        width: .6rem;
        height: 2px;
        background: #86ba00;
        position: absolute;
        top: 0;
        left: 0;
    }
}