/* about ---------------------------------------------------*/

.about_section_title{
    color: var(--black);
    font-family: var(--fontJa);
    font-size: 3.2rem;
    gap: 1rem;
    margin-bottom: 3rem;
}

.about_section_title span{
    color: var(--mainColor);
    font-family: var(--fontEn);
    font-size: 1.4rem;
}

.about_section_title span::before{
    background: linear-gradient(to top right, #5BB5F6, #5bb5f600);
}

.pace_content{
    display: flex;
    justify-content: space-between;
}

.pace_img{
    width: 50rem;
}

.pace_img img{
    border-radius: 1rem;
}

.why{
    background: var(--mainBg);
}

.why_reason{
    display: flex;
    gap: 4rem;
    margin: 6rem 0;
}

.why_item{
    background: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border: solid 0.15rem var(--mainColor);
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
    flex: 1;
}

.why_img{
    width: 7rem;
}

.why_text{
    font-size: 1.8rem;
    line-height: 1.4;
}

.why_text span{
    color: var(--mainColor);
    font-size: 3.2rem;
    font-weight: 700;
    display: block;
}

.why_content{
    display: flex;
    gap: 4rem;
}

.why_inner{
    background: #fff;
    padding: 3rem;
    border-radius: 0.5rem;
    filter: drop-shadow(0.4rem 0.4rem 2rem rgba(49, 124, 210, 0.1));
    flex: 1;
}

.why_inner h3{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.why_inner span{
    color: var(--mainColor);
    background: #ECF5FF;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0 1rem;
    margin-top: 2rem;
}

.work_content{
    display: flex;
    align-items: center;
    gap: 7rem;
    margin: 6rem auto 8rem;
}

.work_img{
    width: 36rem;
    flex-shrink: 0;
}

.work_inner{
    padding-right: 4.5rem;
}

.work_list{
    display: flex;
    flex-flow: column;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.work_item{
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.work_item::before{
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/about/check.svg) center / cover no-repeat;
    flex-shrink: 0;
}

.work_item span{
    color: var(--mainColor);
    font-size: 2.4rem;
}

.work_point{
    background: var(--grad);
    display: flex;
    gap: 2rem;
    padding: 1.5rem;
}

.work_point img{
    width: 5rem;
}

.work_point p{
    line-height: 1.4;
}

.work_salary h3{
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 4rem;
}

.grid_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 0.105rem solid #E4E4E4;
    border-radius: 1rem;
    overflow: hidden;
    gap: 0.105rem;
    background-color: #E4E4E4;
    width: 100%;
}

.grid_th {
    color: #fff;
    background: var(--mainColor);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: start;
    padding: 1.5rem 2.5rem;
    border-right: 0.105rem solid #fff;
}

.grid_th:nth-child(3) {
    border-right: none;
}

.grid_td {
    background: var(--mainBg);
    padding: 2rem 2.5rem;
    letter-spacing: 0;
}

.table_image{
    line-height: 1.4;
}

.table_image span {
    color: var(--mainColor);
    font-size: 1.8rem;
    font-weight: 700;
}

.table_salary .blue {
    color: var(--mainColor);
    font-weight: 700;
}

.table_salary .big {
    font-size: 2.8rem;
}

.table_person{
    display: flex;
    align-items: center;
}

.work_attention{
    background: var(--grad);
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 4rem;
}

section.other{
    padding: 0 0 10rem;
}

.other_header{
    margin-bottom: 6rem;
}

.other_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.other_inner{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 2.5rem 3rem;
    border: solid 0.15rem var(--mainColor);
    border-radius: 1rem;
}

.other_item h3{
    color: var(--mainColor);
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.other_salary{
    background: var(--grad);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

.other_salary img{
    width: 4rem;
}

.other_salary p{
    font-weight: 700;
    margin-top: -0.5rem;
}

.other_salary p span{
    font-size: 2.4rem;
}

.voice{
    background: var(--grad);
}

.voice_header{
    margin-bottom: 6rem;
}

.voice_content{
    display: flex;
    flex-flow: column;
    gap: 3rem;
}

.voice_inner{
    background: #fff;
    display: flex;
    gap: 3rem;
    border-radius: 1rem;
    padding: 3rem;
}

.voice_inner img{
    width: 7rem;
    flex-shrink: 0;
}

.voice_item h3 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.voice_item{
    width: 100%;
}

.voice_item h3 span{
    color: var(--mainColor);
    font-weight: 700;
}

.voice_item p{
    text-align: right;
}

@media (max-width: 1024px) {
    .pace_content{
        gap: 8rem;
    }

    .pace_inner{
        flex: 1;
    }

    .pace_img{
        flex: 1.15;
    }

    .why_reason{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .why_content{
        gap: 2rem;
    }

    .why_inner{
        padding: 3rem 2rem;
    }

    .why_inner h3{
        font-size: 2rem;
    }

    .work_inner{
        padding: 0;
    }

    .grid_table{
        grid-template-columns: 1fr 0.8fr 1fr;
    }

    .table_image span{
        font-size: 1.6rem;
    }
}


@media (max-width: 767px) {
    .pace_content{
        flex-flow: column;
        gap: 4rem;
    }

    .about_section_title{
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .pace_img{
        width: 100%;
    }

    .pace_img img{
        border-radius: 0.5rem;
        height: 28rem;
        object-fit: cover;
    }

    .why_reason{
        margin: 4rem 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .why_item{
        padding: 1.5rem;
    }

    .why_text span{
        font-size: 2rem;
    }

    .why_content{
        flex-flow: column;
        gap: 1.5rem;
    }

    .why_inner{
        padding: 3rem;
    }

    .why_inner p{
        text-align: justify;
    }

    .work_header p{
        text-align: justify;
    }

    .work_content{
        margin: 4rem auto 6rem;
        flex-flow: column;
        gap: 4rem;
    }

    .work_item{
        font-size: 1.6rem;
        gap: 1rem;
    }

    .work_item span{
        font-size: 1.6rem;
    }

    .work_point{
        border-radius: 0.5rem;
    }

    .work_point p{
        letter-spacing: 0;
    }

    .work_salary.wrapper110{
        max-width: 100%;
    }

    .work_salary h3{
        font-size: 2.2rem;
        margin-left: 2rem;
    }

    .work_table{
        overflow-x: scroll;
        margin-left: 2rem;
        padding-right: 2rem;
    }

    .grid_table{
        width: 78rem;
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_th{
        font-size: 2rem;
    }

    .work_attention{
        font-size: 1.6rem;
        text-align: left;
        margin-right: 2rem;
        margin-left: 2rem;
    }

    .other_header{
        margin-bottom: 4rem;
    }

    .other_content{
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .other_inner{
        padding: 2.5rem;
    }

    .other_item h3{
        font-size: 2rem;
    }

    .other_item p{
        text-align: justify;
    }

    .voice_header{
        margin-bottom: 4rem;
    }

    .voice_content{
        gap: 1.5rem;
    }

    .voice_inner{
        flex-flow: column;
        align-items: center;
        gap: 2.5rem;
        padding: 3rem 2rem;
    }

    .voice_item h3{
        font-size: 1.8rem;
    }

    .voice_item p{
        font-size: 1.4rem;
    }
}