.page.recruit * {
    box-sizing: border-box;
}

.page.recruit {
    background: none;
}

.page.recruit #page {
    padding-top: 66px;
    text-align: center;
}

.page.recruit h3 {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 10vw, 2.72rem);
    margin-bottom: 4rem;
    line-height: 1.3em;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .page.recruit #page {
        padding-top: 5px;
    }
}

.page.recruit .box {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.page.recruit #pagenav h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 10vw, 2.72rem);
    font-weight: normal;
}

.page.recruit #pagenav h2 span {
    font-size: 0.875rem;
    font-size: clamp(0.625rem , 3.5vw, 1.75rem);
    letter-spacing: 0;
}

.btmBorder.long:after {
    width: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.anchor_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    max-width: 1710px;
    margin: 0 auto;
}

.anchor_lists li {
    width: calc(20% - 20px);
    min-width: 170px;
    margin: 0 10px 20px;
}

.anchor_lists li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 6px 0;
}

@media(max-width: 500px) {
    .anchor_lists {
        width: 100%;
    }

    .anchor_lists::after {
        content: "";
        width: calc(20% - 20px);
        min-width: 140px;
        margin: 0 5px 20px;
    }

    .anchor_lists li {
        width: calc(20% - 20px);
        min-width: 140px;
        margin: 0 5px 20px;
    }
}

.page.recruit #thoughts .thoughts1 {
    background: url(../img/kawarasoba/bg1.jpg) no-repeat top left, url(../img/kawarasoba/bg1.jpg) no-repeat center center, #000;
    text-align: center;
    padding: 120px 0px 180px;
    color: #FFF;
}

.page.recruit #thoughts {
    background-color: #000;
    color: #FFF;
    position: relative;
}

.page.recruit #thoughts h3 {
    font-size: clamp(1.25rem, 10vw, 2.4rem);
    line-height: 2em;
    font-weight: normal;
}

.thoughts_bg {
    width: 100%;
    height: auto;
}

.thoughts_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.thoughts_inner h3 {
    margin-bottom: 2rem;
}

.thoughts_text {
    font-size: 0.8rem;
    font-size: clamp(0.8rem, 2vw, 1.12rem);
    line-height: 2em;
    line-height: clamp(2em, 3vw, 3em);
}

.space {
    margin-right: 1em;
}

@media screen and (max-width: 1200px) {
    .page.recruit #thoughts h3 {
        line-height: 1.5em;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .thoughts_bg {
        display: none;
    }

    .thoughts_inner {
        position: static;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
}

#looking_for {
    background: url(../img/recruit/looking_for_bg.svg) repeat left top;
    padding-left: 10px;
    padding-right: 10px;
}

#looking_for ul {
    margin-bottom: 2rem;
    margin-bottom: clamp(2rem, 4vw, 8rem);
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 3vw, 1.4375rem);
}

#looking_for li {
    /* list-style: disc;
    list-style-position: inside; */
    text-align: center;
    margin-bottom: 1.4rem;
    /* margin-left: 1.4em;
    text-indent: -1.4em; */
    padding-left: 20px;
}

#looking_for li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -8px;
	top: -5px;
}

#looking_for .seek {
    text-align: center;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 4vw, 2.71875rem);
    line-height: 1.3em;
}

@media screen and (max-width: 500px) {
    #looking_for li {
        text-align: left;
    }
}

#charm {
    /* padding-bottom: 2rem; */
    border-bottom: 0.64px solid #000;
}

.charm_voices {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1380px;
    margin: 0 auto;
}

.charm_voice {
    width: 360px;
    margin: 0 1rem;
    border: 1px solid #000;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.charm_voice_inner {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.charm_title {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.216rem;
}

.charm_text {
    font-size: 1.2rem;
    line-height: 2em;
    margin-bottom: 1rem;
}

.charm_from {
    margin-top: auto;
    text-align: right;
    font-size: 1.088rem;
}

#requirements {
    padding-bottom: 0;
}

.requirements_box {
    display: flex;
    justify-content: space-between;
    width: 71.5%;
    max-width: 1370px;
    margin: 0 auto 4.5rem;
}

.requirement_link {
    display: block;
    width: 48%;
    max-width: 658px;
    margin: 0 auto;
    position: relative;
}

.requirement_link_text {
    width: 80%;
    max-width: 320px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    color: #FFF;
    padding: 10px;
    border: 1px solid #FFF;
    font-size: 1.28rem;
    font-weight: bold;
}

.company_link {
    text-align: center;
    display: block;
    background-color: #222222;
    color: #FFF;
    width: 68%;
    min-width: 340px;
    max-width: 1083px;
    margin: 0 auto;
}

.company_link_text {
    position: relative;
    display: inline-block;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 4vw, 2.176rem);
    line-height: 3.4em;
}

.company_link_text::before,
.company_link_text::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.company_link_text::before {
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.company_link_text::after {
    right: -21px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1200px) {
    .charm_voices {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .requirements_box {
        width: auto;
        padding: 0 10px;
        flex-direction: column;
    }

    .requirement_link {
        width: 100%;
        font-size: 1.2rem;
    }

    .requirement_link:not(:last-child) {
        margin-bottom: 2rem;
    }
}