/* RECRUITMENTS */
.require__btn__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.require__btn {
    display: block;
    width: 48.6%;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #CEB75B;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}
.require__btn.active {
    background: #CEB75B;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.require__btn.active::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #CEB75B;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
.require {
    margin-top: 90px;
    display: none;
}
.require.active {
    display: block;
}
.require__about {
    padding: 15px 0 50px;
}
.require__about__container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
.require__about__container p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 40px;
}
.require__data {
    padding: 50px 0;
}
.require__data__container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
.require__data__cnt {
    width: 100%;
    margin-top: 50px;
}
.require__data__cnt th, .require__data__cnt td {
    padding: 10px 20px;
    border: 1px solid #DED1A6;
}
.require__data__cnt th {
    width: 130px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: #EFE8D2;
    vertical-align: top;
}
.require__data__cnt th .adjust {
    display: inline;
    padding-left: 1rem;
}
.require__data__cnt td {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
}
	.require__data__cnt td span {
		display: block;
		margin-top: 5px;
	}
.require__flow {
    width: 100%;
    padding: 50px 0 110px;
}
.require__flow__container {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
}
.require__flow__cnt {
    margin-top: 30px;
}
.require__flow__cnt li {
    width: 100%;
    margin-top: 45px;
    position: relative;
    display: flex;
}
.require__flow__cnt li:first-child {
    margin-top: 0;
}
.require__flow__cnt li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #CEB75B;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.require__flow__cnt li:last-child:before {
    display: none;
}
.require__flow__num {
    width: 60px;
    background: #CEB75B;
    position: relative;
}
.require__flow__num span {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.require__flow__cnt li p {
    width: calc(100% - 60px);
    background: #EFE8D2;
    padding: 20px 25px;
}
.require__flow__cnt--add {
    margin-top: 30px;
}
.require__flow__cnt--add p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-indent: -1rem;
    padding-left: 1rem;
}
@media screen and (max-width: 768px) {
    .require__btn {
        width: 49%;
        font-size: 16px;
        padding: 15px 0;
    }
    .require__btn.active::before {
        border-top: 10px solid #CEB75B;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -10px;
    }
    .require {
        margin-top: 50px;
    }
    .require__about {
        padding: 15px 0 50px;
    }
    .require__about__container p {
        margin-top: 30px;
    }
    .require__data {
        padding: 30px 0;
    }
    .require__data__cnt {
        margin-top: 30px;
    }
    .require__data__cnt th, .require__data__cnt td {
        display: block;
        width: 100%;
        padding: 15px 20px;
    }
    .require__data__cnt th {
        width: 100%;
    }
    .require__data__cnt th .adjust {
        padding-left: 0;
    }
    .require__flow {
        padding: 30px 0 60px;
    }
    .require__flow__cnt li {
        margin-top: 25px;
    }
    .require__flow__cnt li::before {
        border-top: 10px solid #CEB75B;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -18px;
    }
    .require__flow__num {
        width: 50px;
    }
    .require__flow__num span {
        font-size: 24px;
    }
    .require__flow__cnt li p {
        width: calc(100% - 50px);
        padding: 15px 20px;
    }
}





/* FAQ */
.faq-ttl__exp {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.faq {
    width: 100%;
    background: #EFE8D2;
    padding: 90px 0 100px;
}
.faq__container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
.faq__cnt {
    width: 100%;
}
.faq__cnt li {
    width: 100%;
    margin-top: 20px;
}
.faq__cnt li:first-child {
    margin-top: 0;
}
.faq__question {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #CEB75B;
    padding: 15px 60px 15px 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.faq__question span {
    color: #CEB75B;
    font-size: 25px;
    letter-spacing: 0.04em;
}
.faq__question p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-left: 25px;
}
.faq__question__item {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}
.faq__question__item.active {
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease;
}
.faq__question__item::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #2C2C2C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq__question__item::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #2C2C2C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq__answer {
    display: none;
    width: 100%;
    background: #FFF;
    padding: 30px 60px;
}
.faq__answer p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .faq-ttl__exp {
        text-align: left;
    }
    .faq {
        padding: 70px 0;
    }
    .faq__question {
        padding: 15px 50px 15px 20px;
    }
    .faq__question__item {
        width: 20px;
        height: 20px;
        right: 20px;
    }
    .faq__answer {
        padding: 15px 50px 15px 60px;
    }
}