@charset "utf-8";

.mizu_device div ul li:nth-child(1) {
    display: none;
}


/*採用ページ*/
@media (max-width: 999px) {
	.wp-block-table.resp th,
	.wp-block-table.resp td {
		display: block;
		width: 100%;
	}
	.wp-block-table.resp table {
		white-space: inherit;
	}
	.wp-block-table.resp colgroup {
		display: none;
	}
	.reverse.is-layout-flex {
		flex-direction: column-reverse;
	}
}

.job_wrap {
    max-width: 700px;
    margin: auto;
    position: relative;
}
.job_wrap .img img {
    border-radius: 10px;
}
.job_wrap .txt {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgb(131 206 129 / 80%);
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.2em;
}
.job_wrap .txt.mizo{
	background: rgb(175 199 87 / 80%);
}
@media (max-width: 999px) {
	.job_wrap .txt {
		padding: 10px;
		font-size: 1em;
		right: 10px;
		top: 10px;
	}
}

.recruit.sec_policy_wrap {
    max-width: 1000px;
    margin: auto;
}

.appeal_list {
    display: grid;
    justify-content: center;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
}
.appeal_item {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: linear-gradient(45deg, #83ce81, #afc757);
    border-radius: 50%;
}
.appeal_item span {
    color: #fff;
    position: relative;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    padding: 15px 0;
}
.appeal_item span:after {
    position: absolute;
    content: "";
    width: 5em;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
}
.appeal_item .ttl {
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 7em;
    justify-content: center;
}
@media (max-width: 999px) {
	.appeal_list {
		grid-template-columns: repeat(auto-fit, minmax(155px, 155px));
	}
	.appeal_item {
		width: 155px;
		height: 155px;
	}
	.appeal_item span {
        font-size: 1.3em;
        padding: 10px 0;
        margin-bottom: 10px;
    }
	.appeal_item .ttl {
		font-size: .8em;
		height: 6em;
	}
}