/*----------------
  メインビジュアル
----------------*/
.mv-img__container {
    position: relative;
    height: 120vh;
    bottom: 50px;
}
.mv__bg {
    position: absolute;
    bottom: 4%;
    left: 0;
    z-index: 10;
    width: 280px;
    height: 80%;
    display: inline-block;
}
.mv__img {
    height: 100%;
    object-fit: cover;
}
.mv__catch {
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    top: 36%;
    right: 7.8%;
    z-index: 10;
}
/* レスポンシブ */
@media (max-width:959px) {
    .mv__bg {
        right: 46%;
        bottom: 0;
        width: 180px;
        height: 50%;
    }
    .mv-img__container {
        height: 110vh;
    }
    .mv__img {
        position: absolute;
        left: -40%;
        max-width: none;
        height: auto;
        width: 156%;
    }
    .mv__catch {
        font-size: 28px;
        right: 5%;
        top: auto;
        bottom: 26%;
    }
}


/*----------------
  アバウト
----------------*/
.about {
    padding-top: 160px;
}
.title__decoration__about {
    width: 64px;
    left: -9%;
}
.about__bg {
    width: 48%;
    height: 76%;
    left: 12%;
}
.about__cover {
    width: 12%;
    height: 70%;
    z-index: -1;
    bottom: 0;
    left: 50%;
}
.about__container {
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 240px;
}
.about__content {
    width: 50%;
    margin-left: 9.6%;
    max-width: 420px;
}
.message__text__area {
    text-align: justify;
    width: 96%;
}
.message__text {
    margin-bottom: 24px;
}
.message__text:last-child {
    margin-bottom: 0;
}
.about__img {
    width: 37%;
    display: flex;
    flex-direction: column;
}
.about__img__area {
    width: 68%;
    height: 80%;
    display: inline-block;
    transform: skewX(-26deg);
    overflow: hidden;
}
.about__img__item {
    max-width: 190%;
    transform: skewX(26deg);
    position: absolute;
    left: -30%;
}
.about__img__top {
    margin-bottom: 24px;
    margin-left: 8%;
}
/* レスポンシブ */
@media (max-width:1200px) {
    .about__content {
        margin-left: 6.6%;
    }
}
@media (max-width:959px) {
    .about {
        padding-top: 80px;
    }
    .title__decoration__about {
        left: -7%;
    }
    .about__bg {
        width: 90%;
        left: -10%;
    }
    .about__cover {
        width: 240px;
        top: 40%;
        left: 26%;
        height: 50%;
    }    
    .about__container {
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 0;
    }
    .about__img {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .about__img__area {
        width: 40%;
        min-width: 260px;
        height: 264px;
    }
    .about__img__top {
        margin-bottom: 0;
        margin-left: 0;
    }
    .about__img__bottom {
        margin-top: 80px;
    }
    .about__content {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 64px;
    }
}
@media (max-width:480px) {
    .title__decoration__about  {
        left: -14%;
    }
}

/*----------------
  事業紹介
----------------*/
.service {
    padding-top: 144px;
}
.title__decoration__service {
    width: 72px;
    left: -5%;
}
.service__bg {
    width: 98%;
    height: 140%;
    left: 2%;
}
.service__container {
    padding: 80px 0 144px 0;
}
.service__title {
    margin-bottom: 72px;
    text-align: center;
}
.service__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.service__img {
    width: 40%;
}
.service__info {
    width: 48%;
}
.service__sub-title {
    margin-bottom: 24px;
}
.service__lead {
    margin-bottom: 16px;
}
.service__text {
    margin-bottom: 32px;
    text-align: justify;
}
.btn__sdc {
    margin-right: 40px;
    margin-bottom: 16px;
}
/* レスポンシブ */
@media (max-width:959px) {
    .service__container {
        padding: 64px 5% 104px 5%;
    }
    .title__decoration__service {
        left: -4%;
    }    
    .service__bg {
        width: 160%;
        height: 100%;
        left: -30%;
    }
    .service__title {
        margin-bottom: 64px;
    }
    .service__item {
        flex-direction: column;
        margin-bottom: 64px;
    }
    .service__img {
        max-width: 420px;
        width: 100%;
        margin-bottom: 16px;
    }
    .service__info {
        max-width: 420px;
        width: 100%;
    }
    .service__sub-title {
        margin-bottom: 16px;
    }
    .service__lead {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .service__text {
        margin-bottom: 24px;
    }
}
@media (max-width:480px) {
    .service__bg {
        width: 300%;
        left: -104%;
    }
}

/*----------------
  メッセージ
----------------*/
.message {
    padding-top: 80px;
    margin-bottom: 240px;
}
.title__decoration__message {
    width: 72px;
    left: -9%;
}
.message__bg {
    width: 56%;
    height: 100%;
    left: 0;
}
.message__cover {
    width: 10%;
    height: 60%;
    z-index: 1;
    bottom: 11%;
    right: 18%;
}
.message__container {
    padding: 144px 3.7% 240px 3.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message__info {
    width: 46%;
}
.message__img {
    width: 41%;
}
/* レスポンシブ */
@media (max-width:959px) {
    .message {
        margin-bottom: 160px;
    }
    .title__decoration__message {
        left: -6%;
    }
    .message__bg {
        width: 110%;
        height: 100%;
        left: -30%;
    }
    .message__cover {
        width: 170px;
        height: 40%;
        bottom: 2%;
        right: 23%;
    }
    .message__container {
        padding: 120px 5% 180px 5%;
        flex-direction: column;
    }
    .message__info {
        width: 100%;
        max-width: 420px;
        margin-bottom: 48px;
    }
    .message__img {
        width: 100%;
        max-width: 420px;
    }
}
@media (max-width:480px) {
    .title__decoration__message {
        left: -10%;
    }
    .message__bg {
        width: 130%;
        left: -56%;
    }
    .message__cover {
        bottom: 6%;
        right: -18%;
    }
}

/*----------------
  行動基準
----------------*/
.standard {
    background: url(../img/standard__bg.png) no-repeat center / cover;
    padding: 104px 0 104px 0;
}
.standard__title {
    color: #fff;
    text-align: center;
}
.standard__list {
    width: 52%;
    margin: auto;
}
.standard__item {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    padding: 24px 16px 24px 48px;
    margin-bottom: 40px;
}
.standard__item:last-child {
    margin-bottom: 0;
}
.standard__word {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 72px;
    color: var(--green);
    margin-right: 10%;
}
/* レスポンシブ */
@media (max-width:959px) {
    .standard {
        padding: 80px 5%;
    }
    .standard__list {
        width: 100%;
        max-width: 420px;
    }
    .standard__item {
        flex-direction: column;
        padding: 32px 16px 48px 16px;
        margin-bottom: 24px;
    }
    .standard__word {
        font-size: 56px;
        margin-right: 0;
    }
    .standard__text {
        text-align: center;
    }
}

/*----------------
  マインドセット
----------------*/
.mindset {
    padding-top: 200px;
    margin-bottom: 80px;
}
.title__decoration__mindset {
    width: 72px;
    right: -11%;
}
.mindset__bg--big {
    width: 12%;
    height: 50%;
    right: 35%;
    top: 20%;
}
.mindset__bg {
    width: 38%;
    height: 50%;
    left: 16%;
}
.mindset__cover {
    width: 20%;
    height: 80%;
    top: 36%;
    right: 56%;
}
.number__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 144px;
}
.mindset__container {
    align-items: flex-end;
    padding-top: 64px;
}
.number__list {
    width: 80%;
    border-top: 1px solid var(--line);
}
.number__item {
    border-bottom: 1px solid var(--line);
    padding: 24px 16px;
    display: flex;
    align-items: center;
}
.list__no {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 72px;
    letter-spacing: -0.02em;
    margin-right: 24px;
    color: var(--line);
}
.number__lead {
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 16px;
}
.number__text {
    text-align: justify;
}
@media (max-width:959px) {
    .title__decoration__mindset {
        right: -7%;
    }
    .mindset__bg {
        width: 88%;
        left: -60%;
    }
    .mindset__bg--big {
        width: 20%;
        min-width: 160px;
        height: 70%;
        right: 68%;
    }
    .mindset__cover {
        min-width: 160px;
        height: 60%;
        right: 90%;
    }
    .number__container {
        padding-bottom: 120px;
    }
    .mindset__container {
        align-items: center;
    }
    .number__list {
        width: 100%;
        max-width: 560px;
    }
    .number__item {
        padding: 16px 0 32px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .list__no {
        font-size: 40px;
    }
    .number__lead {
        font-size: 16px;
    }
}
@media (max-width:480px) {
    .title__decoration__mindset {
        right: -12%;
    }
    .mindset__cover {
        left: -60%;
    }
}

/*----------------
  募集職種
----------------*/
.job {
    padding-top: 64px;
}
.title__decoration__jobposition {
    width: 72px;
    right: -15%;
}
.job__cover {
    width: 30%;
    height: 100%;
    top: 0;
    left: -18%;
    z-index: 0;
}
.job__content {
    padding: 120px 0;
    background-color: var(--gray);
}
.job__container {
    position: relative;
    z-index: 1;
}
.job__list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.4em;
}
.job__item {
    width: 100%;
    height: 400px;
    margin-bottom: 56px;
}
.job__item:nth-child(4), 
.job__item:nth-child(5), 
.job__item:nth-child(6) {
    margin-bottom: 0;
}
.job__item__lead {
    background-color: #203F0C;
    color: #fff;
    padding: 56px 32px;
}
.job__title {
    text-align: center;
}
.job__item__link {
    display: block;
    position: relative;
    height: 100%;
}
.job__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job__position__link {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 8px;
    display: flex;
    align-items: center;
}
.job__position {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
}
.job__item__link:hover {
    opacity: 0.8;
}
@media (max-width:959px) {
    .title__decoration__jobposition {
        right: -21%;
    }
    .job__cover {
        min-width: 220px;
        height: 40%;
        left: -34%;
    }
    .job__content {
        padding: 80px 0;
    }
    .job__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .job__item {
        width: 100%;
        max-width: 280px;
        margin-bottom: 40px;
        height: 320px;
    }
    .job__item:nth-child(4), 
    .job__item:nth-child(5) {
        margin-bottom: 40px;
    }
}
@media (max-width:480px) {
    .job__cover {
        height: 30%;
    }
    .job__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*----------------
  求める人材
----------------*/
.profile {
    padding-top: 200px;
}
.profile__title {
    text-align: center;
}
.profile__item {
    padding: 40px;
}
@media (max-width:1200px) {
    .profile__item {
        padding: 3%;
    }
}

/*----------------
  求める人材・福利厚生共通
----------------*/
.title__decoration__diagonal {
    width: 88px;
    left: -6%;
}
.diagonal__bg {
    width: 100%;
    height: 120%;
    right: -10%;
    min-width: 1200px;
}
.diagonal__bg--bottom {
    height: 100%;
    width: 100%;
    right: 6%;
    min-width: 1200px;
}
.diagonal__list {
    display: flex;
    justify-content: flex-end;
    margin-right: 2.6%;
}
.diagonal__list--bottom {
    margin-right: 7.6%;
}
.diagonal__item {
    width: 360px;
    position:relative;
}
.diagonal__item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80%;
    background-color: var(--line);
    position:absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.diagonal__item:last-child::after {
    display: none;
}
.diagonal__item__title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.diagonal__no {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-right: 8px;
    color: var(--green);
}
.diagonal__text {
    text-align: justify;
}
.diagonal--top {
    position: relative;
}
.diagonal--bottom {
    position: relative;
}
/* レスポンシブ */
@media (max-width:1200px) {
    .diagonal__item {
        width: 30%;
    }
    .diagonal__list {
        justify-content: center;
    }
}
@media (max-width:959px) {
    .title__decoration__diagonal {
        left: -2%;
    }
    .sp-diagonal__bg {
        width: 400%;
        height: 100%;
        left: -360px;
    }
    .diagonal__list {
        flex-direction: column;
        align-items: center;
        margin-right: 5%;
        margin-left: 5%;
    }
    .diagonal__item {
        width: 100%;
        max-width: 420px;
        padding: 40px;
        border-bottom: 1px solid var(--line);
    }
    .diagonal__list--bottom .diagonal__item:last-child {
        border-bottom: none;
    }
    .diagonal__item::after {
        display: none;
    }
    .diagonal__bg,
    .diagonal__bg--bottom {
        display: none;
    }
}
@media (max-width:480px) {
    .title__decoration__diagonal {
        left: -3.5%;
    }
    .sp-diagonal__bg {
        left: -400px;
    }
}

/*----------------
  働く人の声
----------------*/
.voice {
    padding-top: 200px;
}
.title__decoration__voice {
    width: 56px;
    left: -8%;
}
.voice__bg {
    width: 60%;
    height: 100%;
    right: 8%;
}
.voice__cover {
    width: 26%;
    height: 65%;
    right: 55%;
    top: 28%;
}
.voice__container {
    padding-top: 80px;
    padding-bottom: 104px;
}
.voice__title {
    text-align: right;
}
.voice__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.voice__item {
    width: 28%;
}
.voice__info {
    margin: 12px 0;
}
.voice__message {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.voice__profile {
    margin-bottom: 4px;
}
.voice__description {
    font-size: 14px;
}
@media (max-width:959px) {
    .voice {
        padding-top: 160px;
    }
    .title__decoration__voice {
        left: -1.5%;
    }
    .voice__bg {
        width: 400%;
        height: 100%;
        right: 0;
        left: -440px;
    }
    .voice__cover {
        top: 10%;
        left: -380px;
    }
    .voice__container {
        padding-bottom: 80px;
    }
    .voice__title {
        text-align: center;
    }
    .voice__list {
        flex-direction: column;
    }
    .voice__item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
    }
    .voice__item:last-child {
        margin-bottom: 0;
    }
    .voice__message {
        font-size: 18px;
    }
    .voice__description {
        font-size: 12px;
    }
}
@media (max-width:480px) {
    .title__decoration__voice {
        left: -3%;
    }
    .voice__bg {
        left: -520px;
    }
}

/*----------------
  福利厚生
----------------*/
.benefit {
    padding-top: 200px;
    margin-bottom: 200px;
}
.benefit__item {
    padding: 56px 40px;
}
@media (max-width:1200px) {
    .benefit__item {
        padding: 4.8% 3%;
    }
}
@media (max-width:959px) {
    .benefit {
        padding-top: 160px;
        margin-bottom: 160px;
    }
    .sp-benefit__bg {
        left: -220px;
    }
    .benefit__item {
        padding: 40px;
    }
    .diagonal__list--top .benefit__item:first-child {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
@media (max-width:480px) {
    .sp-benefit__bg {
        left: -240px;
    }
}

/*----------------
  数字で見る
----------------*/
.number {
    background-color: var(--gray);
    padding-top: 80px;
    padding-bottom: 120px;
}
.number__title {
    text-align: center;
}
.number__img {
    margin: auto;
}
@media (max-width:959px) {
    .number {
        padding-bottom: 80px;
    }
}

/*----------------
  選考フロー
----------------*/
.flow {
    padding-top: 200px;
}
.title__decoration__flow {
    width: 88px;
    left: -12%;
}
.flow__bg {
    width: 50%;
    height: 90%;
    left: 5%;
}
.flow__cover {
    width: 30%;
    height: 80%;
    top: 20%;
    left: 40%;
}
.flow__container {
    align-items: center;
    padding-top: 64px;
}
.flow__list {
    width: 70%;
}
.entry__mail {
    font-weight: 400;
    border-bottom: 1px solid #333;
    margin-right: 4px;
}
.entry__mail:hover {
    opacity: .8;
}
@media (max-width:959px) {
    .flow {
        padding-top: 160px;
    }
    .title__decoration__flow {
        left: -21%;
    }
    .flow__bg {
        height: 86%;
    }
    .flow__list {
        width: 100%;
    }
}
@media (max-width:480px) {
    .flow__container {
        padding-bottom: 0;
    }
    .title__decoration__flow {
        left: -19%;
    }
    .flow__bg {
        width: 80%;
        left: -50%;
    }
    .flow__cover {
        left: 9%;
        top: 36%;
        height: 40%;
        min-width: 200px;
    }
}
/*----------------
  よくある質問
----------------*/
.qa {
    background-color: var(--green);
    padding: 104px 0;
    margin: 200px 0 240px 0;
}
.qa__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qa__content {
    color: #fff;
}
.qa-category__list {
    display: flex;
    flex-direction: column;
}
.qa-category__item {
    margin-bottom: 16px;
    text-align: left;
    color: #fff;
    font-weight: 400;
}
.qa__list {
    width: 56%;
}
.qa__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 24px 24px 32px;
    margin-bottom: 16px;
    width: 100%;
}
.qa__item:last-child {
    margin-bottom: 0;
}
.qa__item:hover {
    opacity: 0.8;
}
.qa__label {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 40px;
}
.qa__detail {
    border-top: solid 1px var(--line);
    display: none;
    padding-top: 24px;
    margin-top: 24px;
    text-align: justify;
}
.answer__list {
    list-style-type: disc;
    margin-left: 24px;
}
.salary__table {
    width: 100%;
}
.salary__title {
    background-color: var(--green);
    color: #fff;
    padding: 8px;
}
.salary__content {
    background-color: var(--gray);
    padding: 8px;
}
.font--small {
    font-size: 12px;
}
/* タブ */
.tab-contents {
    display: none;
}
.is-contents-active{
  display: block;
}
.is-btn-active {
    font-weight: 700;
    position: relative;
    padding-left: 40px;
}
.is-btn-active::before {
    content: '';
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* ラベル右側のアイコン「＋」を設定(beforeが横棒、afterが縦棒) */
.qa__label::before,
.qa__label::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.qa__label::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}
/* アコーディオンメニューが開いている場合の指定 */
.qa__label.open::before {
    /* ラベルアイコンの横棒を非表示 */
    opacity: 0;
}
.qa__label.open::after {
    /* ラベルアイコンの縦棒を横向きに回転 */
    transform: rotate(180deg);
}
@media (max-width:959px) {
    .qa {
        margin: 160px 0;
        padding: 88px 0;
    }
    .qa__container {
        flex-direction: column;
        align-items: center;
    }
    .qa__content {
        margin-bottom: 40px;
    }
    .qa__title {
        text-align: center;
    }
    .qa-category__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        width: 94%;
        margin: auto;
    }
    .qa-category__item {
        width: 44%;
    }
    .qa__list {
        width: 100%;
        max-width: 560px;
    }
}

/*----------------
  エントリー
----------------*/
.entry {
    margin-bottom: 160px;
    padding-bottom: 80px;
}
.entry__bg {
    position: absolute;
    bottom: -40px;
    z-index: 10;
    width: 300px;
    height: 70%;
    right: 22%;
    display: inline-block;
    transform: skewX(-26deg);
}
.entry__img {
    width: 92%;
}
.entry__content {
    position: absolute;
    top: 20%;
    left: 14%;
}
.entry__text {
    margin-bottom: 40px;
}
.btn__entry {
    height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--green);
    border-radius: 24px;
    background-color: #fff;
    color: var(--green);
}
.btn__entry::after {
    background: var(--green);
}
.btn__entry:hover {
    color: #fff;
}
.btn__entry:hover .icon--green {
    fill: #fff;
}
@media (max-width:959px) {
    .entry {
        margin-bottom: 120px;
    }
    .entry-img__container {
        display: flex;
        justify-content: center;
    }
    .entry__bg {
        max-width: 260px;
        width: 30%;
    }
    .entry__img {
        max-width: 130%;
        width: 130%;
    }
    .entry__content {
        left: 5%;
    }
}
