@charset "UTF-8";

:root {
    --primary-white: #FFFFFF;
    --primary-gray: #F2F2F2;
    --primary-blue: #016FD7;
    --primary-orange: #FE9028;
    --primary-black: #222222;
    --section-padding: 72px 5.3%;
}

@media screen and (min-width: 768px) {
    :root {
        --section-padding: 108px 3em;
    }
}

/* recruit message*/

.recruit-charm .inner {}

.secTxtWrapper.recruitMessage {
    grid-template-columns: auto 4em 1fr;
    column-gap: 0px;
}

.secTxt.recruitMessage {
    margin-top: 0px;
    grid-area: 4/1/5/4;
}

.secWrapper.recruitMessage {
    margin-top: 0px;
}

/* recruit charm */

.item.charm {
    /* background-color: var(--primary-gray, #F2F2F2); */
    padding: 40px 1.5em;
    max-width: 640px;
}

.itemTitleWrapper.charm {
    padding: 0;
    flex-direction: column;
    gap: 0.5em;
}

.itemSubTitle.charm {
    font-weight: 700;
    border-left: none;
    border-bottom: 1px solid var(--primary-black, #222222);
}

.charm .itemTitle {
    width: 100%;
    background-color: #016FD7;
    padding: 1em;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}


/* recruit charm  レスポンシブ*/

@media screen and (min-width:768px) {

    .itemList.charm {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .item.charm {
        padding: 60px 2.25em;
        width: 100%;
    }
}

@media screen and (min-width:1024px) {

    .item.charm {
        width: 32%;
    }

    .itemList.charm {
        flex-direction: row;
        align-items: stretch;
        gap: 2%;
    }

    .recruit-charm .inner {
        background-color: var(--primary-gray, #F2F2F2);

    }

}

@media screen and (min-width:1224px) {
    .recruit-charm .inner {
        padding: 10em 8em;
    }
}

/* recruit description */

.recruit-description .inner {
    background-color: var(--primary-gray, #F2F2F2);
}

.secImg.description {
    margin-top: 40px;
}

/* recruit description レスポンシブ */

@media screen and (min-width:768px) {

    .secImg.description {
        width: 100%;
        height: 360px;
        margin-top: 64px;
    }

}

@media screen and (min-width:1024px) {

    .secWrapper.description {
        flex-direction: column;
        align-items: center;
    }

}


/* ----------------------------------------------
会社情報
----------------------------------------------*/

.company-information {
    background-color: var(--primary-gray, #F2F2F2);
}

.secImg.information {
    margin-top: 40px;
}

.company-message .inner {
    padding: 10em 2em;
}

/* table */
.company-information .inner {
    /* padding: 10em 1em; */
}

.table {
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
}

.table:nth-child(2) {
    margin-top: 3em;
}

.table__content {
    display: flex;
    flex-direction: column;
}

.tableTitle {
    color: #016FD7;
    padding: 1em 1em 0;
    text-align: left;
    font-weight: 700;
}

.tableTxt {
    /* background-color: var(--primary-white, #FFFFFF); */
    padding: 0 1em 1em;
    text-align: left;
    border-bottom: solid 1px #d8d8d8;
}


@media screen and (min-width:768px) {

    .company-information .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1em;
    }

    .company-information .inner .titleWrapper {
        width: 30%;
        display: block;
    }

    .company-information .inner .titleWrapper .mainTitle {
        margin-bottom: 0.5em;
    }

    .company-information .inner .secWrapper {
        width: 70%;
        margin-top: 0;
    }

    .table {
        max-width: 100%;
    }

    .table__content {
        flex-direction: row;
        border-bottom: solid 1px #d8d8d8;
    }


    .tableTitleList,
    .tableList {
        display: flex;
    }

    .tableTitle {
        text-align: left;
        padding: 1.5em;
        width: 25%;
    }


    .tableTxt {
        padding: 1.5em;
        width: 70%;
        text-align: left;
        border-bottom: none;
    }
}

@media screen and (min-width:1024px) {


    .secWrapper {
        justify-content: center;
        gap: 3em;
    }

    .secWrapper.information {
        flex-direction: column;
        align-items: center;
    }

    .secImg.information {
        width: 100%;
        height: 360px;
        margin-top: 64px;
    }

    .secImg {
        width: 50%;
        margin: 0;
        height: 560px;
    }

    .secImg img {
        width: 100%;
        height: 560px;
    }
}


@media screen and (min-width:1224px) {

    .company-message .inner {
        padding: 10em 8em;
    }

    .company-information .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1em;
        padding: 10em 0em 10em 8em;
    }

    .tableTitle {
        width: 20%;
    }
}

/* ----------------------------------------------
よくある質問
----------------------------------------------*/


.company-faq .inner {
    display: block;
}


.txt-info {
    width: 100%;
}

.faq-list {
    width: 100%;
    margin-top: 48px;
}


.section--about {
    padding: var(--section-padding);
}


.about__item {
    background-color: var(--primary-blue, #016FD7);
    /* display: flex;
  align-items: center;
  justify-content: center; */
}

.about__question {
    color: var(--primary-white, #fff);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    padding: 1em 3em 1em 1em;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
}

.icon {
    width: 40px;
    height: 40px;
    padding: 1em;
    font-size: 2.0rem;
    font-weight: 700;
    border-radius: 50%;
    background-color: #fff;
    color: #016FD7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon.answer {
    width: 40px;
    height: 40px;
    padding: 1em;
    font-size: 2.0rem;
    font-weight: 700;
    border-radius: 50%;
    background-color: #d70101;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__answer {
    display: none;
}

.about__txt {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5em;
    padding: 1em 1em;
}


/* アコーディオンメニュー */

.about__item .about__question:hover {
    opacity: 0.8;
}

.i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25%;
    right: 1.5%;
    transform: translate(-25%, -5%);
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.about__question.open .i_box {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.one_i:before,
.one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.about__question.open .one_i:before {
    content: none;
}

.about__question.open .one_i:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(180deg);
}

.about__answer {
    background-color: var(--primary-gray, #F2F2F2);
}

@media screen and (min-width: 1024px) {
    .page-title__txt {
        padding: 22.5px;
        bottom: 0px;
    }

    .page-title__subTxt {
        padding: 15px;
        position: absolute;
        bottom: 0;
    }

    .company-faq .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.5em;
    }

    .mainTitle {
        margin-bottom: 0.5em;
    }

    .txt-info {
        width: auto;
    }

    .faq-list {
        width: 58%;
        margin-top: 0;
    }

    .about__content {
        display: block;
    }

    .about__item {
        /* width: 30%; */
        /* margin-top: 75px; */
    }

    .about__item:first-of-type {}

    .about__question {
        color: var(--primary-white, #fff);
        font-size: 1.6rem;
        text-align: left;
        background-color: var(--primary-blue, #016FD7);
        width: 100%;
        padding: 1em 3em;
        position: relative;
        cursor: pointer;
        transition-duration: 0.2s;
    }

    .about__txt {
        text-align: left;
        align-items: center;
        font-size: 1.6rem;
        padding: 1em 3em;
    }
}

@media screen and (min-width:1224px) {
    .company-message .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 3em;
        padding: 10em 8em;
    }

    .company-faq .inner {
        padding: 10em 8em;
    }
}

