@charset "utf-8";

/* ==================================================================
    recruit.css

=================================================================== */

/* --------------------------------
□ 共通
-------------------------------- */

/*
□ sub-visual
-------------------------------- */
.sub-visual--ceramic-list {
    background-image: url("../../images/recruit/accent.jpg");
}

/*
□ side-nav
-------------------------------- */
#recruit .side-nav .apply-btn {
    max-width: 100%;
    border-width: 1px;
    margin-bottom: 0;
}

#recruit .side-nav .apply-btn a {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-position: right 8px top 8px;
    padding: 20px 10px;
}

/*
□ main-contents
-------------------------------- */
.recruit p.mainVisual{
    max-width: 100%;
    margin: 60px auto 0 auto;
}

.recruit p.mainVisual img{
    width: 100%;
}

#recruit{
    margin-bottom: 100px;
}

#recruit h2.title{
    position: relative;
    text-align: center;
    font-size: 320%;
    padding-bottom: 25px;
    margin-bottom: 45px;
}

    #recruit h2.title span{
        display: block;
        background-color: #345fae;
        border-radius: 20px;
        padding: 5px 15px;
        color: #FFF;
        font-size: 60%;
        margin: 0 auto 17px;
        width: fit-content;
    }

    #recruit h2.title:after{
        content: "";
        width: 58px;
        height: 2px;
        background-color: #0a3d9a;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

#recruit h3.title{
    color: #333333;
    font-size: 250%;
    padding-left: 30px;
    border-left: 2px solid #0a3d9a;
    padding: 15px 0 15px 25px;
    margin-bottom: 35px;
}

#recruit h4.title{
    color: #0a3d9a;
    font-size: 190%;
    margin-bottom: 25px;
}

#recruit * + h3.title{
    margin-top: 40px;
}

#recruit .bold {
    font-weight: 700;
}

#recruit .underline {
    text-decoration: underline;
}

#recruit .small {
    font-size: 1.4rem;
}


@media screen and (max-width : 767px) {

    /*
    □ side-nav
    -------------------------------- */
    #recruit .side-nav .apply-btn a {
        flex-direction: row;
        gap: 10px;
        font-size: 1.3rem;
    }

    /*
    □ main-contents
    -------------------------------- */
    #recruit h2.title{
        font-size: 220%;
    }

    #recruit h3.title{
        font-size: 200%;
        margin-bottom: 20px;
    }

    #recruit h4.title {
        margin-bottom: 16px;
    }

    .recruit p.mainVisual{
        width: 100%;
    }

    #recruit p a {
        font-size: 1.4rem;
    }

    .recruit img {
        height: auto;
    }
}

/* ==================================
□ index
================================== */
main.recruit .section-1 + .section-1 {
    border-top: 3px solid #e5e5e5;
    margin-top: 70px;
}

#recruitBox {
    padding-top: 40px;
}

#recruit table.tableStyle {
    font-size: 1.6rem;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
}

#recruit table.tableStyle tr {
    border-bottom: 1px solid #d6d6d6;
}

    #recruit table.tableStyle tr.first {
        border-top: 1px solid #d6d6d6;
    }

#recruit table.tableStyle tr th {
    width: 24%;
    vertical-align: middle;
    text-align: center;
    background-color: #f7f7f7;
}

#recruit table.tableStyle tr td {
    padding: 22px 30px 22px 50px;
    line-height: 1.8125;
}

.intern-list {
    margin-bottom: 60px;
}

.intern-list__container {
    margin-top: 40px;
}
    .intern-list__container:first-child {
        margin-top: 0;
    }

#recruit * + p.note-text {
    margin-top: 40px;
}

#recruit .apply-btn {
    font-weight: 700;
    text-align: center;
    border:solid #e4e4e4 2px;
    max-width: 540px;
    margin: 20px auto 30px;
    border-radius: 6px;
}

#recruit .apply-btn a {
    color: #333;
    font-size: 1.8rem;
    background: url("../../images/recruit/blank.jpg") no-repeat right 20px center;
    background-size: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 40px 25px;
}

#recruit .note-box {
    text-align: center;
    padding: 25px;
    background-color: #ededed;
    margin: 65px auto 30px;
}

@media screen and (max-width : 767px) {

    main.recruit .section-1 + .section-1 {
        border-top: 2px solid #e5e5e5;
        margin-top: 14%;
    }

    #recruitBox {
        padding-top: 7%;
    }

    #recruit table.tableStyle {
        font-size: 1.4rem;
    }

    #recruit table.tableStyle tr th {
        width: 7em;
    }

    #recruit table.tableStyle tr td {
        padding: 22px 20px 22px 20px;
    }

    .intern-list {
        margin-bottom: 40px;
    }

    .intern-list__container {
        margin-top: 30px;
    }

    #recruit .apply-btn a {
        background-position: right 4% center;
        padding: 25px 25px 25px 15px;
        font-size: 1.5rem;
        gap: 5px;
    }

    #recruit .apply-btn a img {
        zoom: 0.6;
    }

    #recruit .note-box {
        margin: 30px auto 0;
    }
}

/* ==================================
□ benefits
================================== */
#recruit .benefits h4.title {
    padding-bottom: 15px;
    border-bottom: 1px solid #CED8EB;
    margin-bottom: 40px;
}

.benefits-list__container {
    display: flex;
    gap: 30px;
    margin-top: 32px;
}

    .benefits-list__container:first-child {
        margin-top: 0;
    }

.benefits-list__container__img {
    flex-shrink: 0;
    width: 156px;
}

.benefits-list__container__txt {
    width: calc( 100% - 156px - 30px);
    padding-top: 10px;
}

.benefits-list h5 {
    font-size: 1.8rem;
}

.benefits-list__container__txt p {
    margin-bottom: 0;
}

.events-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 38px 20px;
}

.events-list__container {
    width: calc(( 100% - 20px) / 2);
    border-left: 1px solid #0a3d9a;
    padding-left: 20px;
}

.events-list__container__ttl h5 {
    font-size: 1.8rem;
}

.events-list__container__txt p {
    margin-bottom: 6px;
    letter-spacing: 0;
}

.mediaArea{
    margin-top: 70px; 
}
.mediaArea > ul {
    display: flex;
}

@media screen and (max-width : 767px) {

    #recruit .benefits p.mainVisual {
        margin-top: 30px;
    }

    #recruit .benefits h4.title {
        margin-bottom: 25px;
    }

    .benefits-list__container {
        gap: 16px;
    }

    .benefits-list__container__img {
        width: 90px;
    }

    .benefits-list__container__img img {
        max-width: 100%;
        height: auto;
    }

    .benefits-list__container__txt {
        width: calc( 100% - 90px - 16px);
        padding-top: 0;
    }

    .events-list {
        flex-direction: column;
        gap: 30px;
    }

    .events-list__container {
        width: 100%;
    }
}

/* ==================================
□ flow
================================== */
.flow-list__container {
    display: flex;
    gap: 30px;
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 25px 50px 30px 30px;
    margin-top: 46px;
    position: relative;
}

    .flow-list__container:first-child {
        margin-top: 0;
    }

.flow-list__container__img {
    flex-shrink: 0;
    width: 57px;
    position: relative;
}

    .flow-list__container__img::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: calc(100% - 20px);
        background-color: #0a3d9a;
    }

    .flow-list__container__img::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 12px solid #0a3d9a;
        border-bottom: 0;
    }

.flow-list__container__txt {
    width: calc( 100% - 57px - 30px);
    padding-top: 15px;
}

.flow-list__container__txt p + p {
    margin-top: 20px;
}

.flow-list__container__txt.flex {
    display: flex;
    gap: 30px;
}

.flow-list__container__txt.flex .image {
    flex-shrink: 0;
    margin-bottom: 0;
}

    .flow-list__container:last-child::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 140px;
        height: 92px;
        right: -20px;
        top: -20px;
        background: url("../../images/recruit/flow/list-last.png") no-repeat;
        background-size: contain;
    }

    .flow-list__container:last-child .flow-list__container__img::before,
    .flow-list__container:last-child .flow-list__container__img::after {
        content: none;
    }

.voice-list__container {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    margin-top: 50px;
}

    .voice-list__container:first-child {
        margin-top: 0;
    }

.voice-list__container__img {
    flex-shrink: 0;
    width: 201px;
}

.voice-list__container__txt {
    color: #fff;
    width: calc( 100% - 201px - 45px);
    background: rgb(0,114,188);
    background: linear-gradient(-45deg, rgba(0,114,188,1) 50%, rgba(1,66,165,1) 100%);
    border-radius: 38px;
    padding: 30px;
    position: relative;
}

    .voice-list__container__txt::before {
        content: "”";
        position: absolute;
        top: -15px;
        right: 0;
        font-size: 28.2rem;
        line-height: 1;
        color:rgba(255,255,255,0.1);
    }

    .voice-list__container__txt::after {
        content: "";
        position: absolute;
        top: 60px;
        left: -20px;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 20px 18px 0px;
        border-color: transparent #2871fa transparent transparent;
    }

.voice-list__container__txt p.big {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 0;
}

    .voice-list__container__txt p.big span {
        font-size: 2.6rem;
        padding-left: 8px;
    }

.voice-list__container:nth-child(2n) {
    flex-direction: row-reverse;
}

    .voice-list__container:nth-child(2n) .voice-list__container__txt::after {
        left: auto;
        right: -20px;
        border-width: 18px 20px 0px 0px;
        border-color: #2871fa transparent transparent transparent;
    }

.instagram__container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 62px;
    padding: 35px 30px 35px 35px;
    background: url("../../images/recruit/flow/instagram.jpg") center no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.instagram__container__img {
    flex-shrink: 0;
    width: 234px;
}

.instagram__container__txt {
    width: calc( 100% - 234px - 20px);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.instagram__container__txt p {
    margin-bottom: 0;
}

.instagram__container__txt .com-btn--blue {
    width: 244px;
}

    .instagram__container__txt .com-btn--blue a {
        border-radius: 30px;
        padding: 18px 0px;
        background-color: #171717;
    }

@media screen and (max-width: 1029px) {

    .flow-list__container:last-child::before {
        right: 20px;
        top: -30px;
    }
}

@media screen and (max-width : 767px) {

    .flow-list__container {
        gap: 15px;
        padding: 25px 10px;
        margin-top: 40px;
    }

    .flow-list__container__txt {
        width: calc(100% - 57px - 15px);
    }

    .flow-list__container__txt.flex {
        flex-direction: column;
        gap: 5px
    }

    .flow-list__container__img::before {
        height: calc(100% - 30px);
    }

    .flow-list__container__img::after {
        bottom: -50px;
    }

    #voiceBox {
        margin-top: 7%;
    }

    .voice-list__container {
        gap: 20px;
        margin-top: 30px;
    }

    .voice-list__container__img {
        width: 90px;
    }

    .voice-list__container__txt {
        width: calc( 100% - 90px - 20px);
        padding: 30px 10px;
    }

    .voice-list__container__txt p.big {
        font-size: 1.6rem;
    }

    .instagram__container {
        flex-direction: column;
        gap: 10px;
        margin-top: 14%;
        padding: 20px 10px;
    }

    .instagram__container__txt {
        width: 100%;
        gap: 10px;
    }

    .instagram__container__txt p {
        font-size: 1.5rem;
    }
}