@charset "utf-8";
/* ===============
article header
================= */
.main {
    padding: 50px 0 0;
    /* background-color: var(--primary-orange); */
}

.article {
    background-color: #ffffff;
    border-radius: 100px;
}
.article__header {
    margin-top: 0px;
    position: relative;
}

/* article header */
@media screen and  (min-width: 900PX) {
    .main {
        padding: 80px 0 0;
        /* background-color: var(--primary-orange); */

    }

    .article {
        background-color: #ffffff;
        border-radius: 100px;
    }
    .article__header {
        margin-top: 0px;
        position: relative;
    }
}/* pc 900px */

/* ===============
work
================= */
.work {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 0;
}

.work::after {
    background-image: url(../images/company_dots.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 8px;
    margin: 0 auto;
}

.work__btn:first-of-type .btn--Sabout {
    display: block;
    content: '';
    max-width: 299px;
    width: 100%;
    padding: 5px;
    border-radius: 50px;
    background: #D6FAD2;
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.1rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 40px auto 0;
    position: relative;
}

.work__btn:nth-of-type(2) .btn--Sabout {
    display: block;
    content: '';
    max-width: 299px;
    width: 100%;
    padding: 5px;
    border-radius: 50px;
    background: #B8DBFF;
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.1rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 20px auto 0;
    position: relative;
}

.work__btn:last-of-type .btn--Sabout {
    display: block;
    content: '';
    max-width: 299px;
    width: 100%;
    padding: 5px;
    border-radius: 50px;
    background: #FFB8DB;
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.1rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 20px auto 50px;
    position: relative;
}

.btn--Sabout::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 7%;
    top: 54%;
    transform: translateY(-50%);
}

@media screen and  (min-width: 900PX) {
    .work {
        font-size: 2.5em;
        padding-bottom: 67px;
    }

    .work::after {
        background-image: url(../images/listPC_orange_dots.svg);
        content: '';
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        width: 275px;
        height: 8px;
        margin: 0 auto;
    }

    .work__btn {
        display: none;
    }
 }  /* pc 900px */

/* ===============
work--1
================= */
.section--work1 {
    padding: 50px 4%;
    background-color: #F5FAF5;
}

.work__name {
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    text-align: center;
}

.work__name::after {
    background-image: url(../images/work1_dots.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 236px;
    height: 8px;
    margin: 0 auto;
}

.recruit__txt {
    font-size: 1rem;
    line-height: 2; 
    margin: 25px auto 50px;
    padding: 0 4% 50px;
}

.work__img {
    margin: 28px auto 0;
    width: 100%;
    max-width: 345px;
    border-radius: 20px;
    display: block;
    
}

.work__work {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 20px;
    padding-left: 11%;
}

.section--work1 .work__work:nth-of-type(2){
    margin-top: 32px;
    padding-left: 11%;
}

.section--work1 .work__work:last-of-type{
    margin-top: 14px;
}

.work__list {
    margin-top: 14px;
    padding-left: 11%;
}

.work__item {
    font-size: 0.87rem;
    margin-top: 11px;
}

.work__item:first-of-type {
    margin-top: 0;
}

.work__text {
    font-size: 1rem;
    margin-top: 28px;
    padding-left: 23%;
}

@media screen and  (min-width: 900PX) {
    .section--work1 {
        padding-top: 80px;
    }

    .work__biggroup {
        display: flex;
        gap: 5%;
    }

    .work__title {
        width: 30%;
    }
    .work__name {
        font-size: 1.62rem;
        text-align: centelr;
        font-weight: 700;
    }

    .work__img {
        margin: 21px auto 0;
        width: 100%;
        max-width: 403px;
        border-radius: 20px;
        display: block;
    }

    .work__group_1 {
        width: 30%;
    }

    .work__group_2 {
        width: 30%;
    }

    .work__work {
        margin-top: 0;
    }

    .work__item {
        font-size: 1rem;
        margin-top: 16px;
    }

} /* pc 900px */

/* ===============
work--2
================= */
.section--work2 {
    padding: 50px 4%;
    background-color: #EDF6FF;
}

.section--work2 .work__name::after {
    background-image: url(../images/work2_dots.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 236px;
    height: 8px;
    margin: 0 auto;
}

.section--work2 .btn--worklist {
    font-size: 1rem;
    text-align: center;
    background-color: #B8DBFF;
    max-width: 295px;
    width: 100%;
    padding: 10px ;
    border-radius: 50px;
    margin: 16px auto 0;
    display: block;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--primary-black);
}

.btn--worklist::after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 14%;
    top: 49%;
    transform: translateY(-50%);
}

@media screen and  (min-width: 900PX) {
    .section--work2 .work__work:last-of-type{
        margin-top: 24px;
    }
} /* pc 900px */

/* ===============
work--3
================= */
.section--work3 {
    padding: 50px 4%;
    background-color: #FFF0F7;
}

.section--work3 .work__name::after {
    background-image: url(../images/work3_list_dots.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 293px;
    height: 8px;
    margin: 0 auto;
}

.section--work3 .btn--worklist {
    font-size: 1rem;
    text-align: center;
    background-color: #FFB8DB;
    max-width: 295px;
    width: 100%;
    padding: 10px ;
    border-radius: 50px;
    margin: 16px auto 0;
    display: block;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--primary-black);
}

.btn--worklist::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/gaibu_link.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and  (min-width: 900PX) {
    .section--work3 .work__work:last-of-type{
        margin-top: 24px;
    }
} /* pc 900px */




























.btn--recruit {
    display: block;
    content: '';
    width: 80%;
    /* height: 69px; */
    padding: 5px;
    border-radius: 50px;
    background: var(--primary-orange);
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.1rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 50px auto;
    position: relative;
} 


.interview {
    background-color: #FFFCEB;
}

.interview__box {
    padding: 50px 4%;
}

.interview__title {
    color: #4F4844;
    font-family: "Zen Maru Gothic";
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.interview__title::before {
    content: "";
    display: block;
    background-image: url(../images/recu_asiraiL.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 60px;
    position: absolute;
    left: 4.2%;
    bottom: 13px;
}

.interview__title::after {
    content: "";
    display: block;
    background-image: url(../images/recu_asiraiR.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 60px;
    position: absolute;
    right: 4.2%;
    bottom: 13px;
}
  
.interview__text {
    font-size: 1rem;
    line-height: 2; /* 200% */
    margin-top: 16px;
}

.interview__baner {
    margin-top: 25px;
}

.interview__name {
    font-size: 1rem;
    
}

.interview__img img{
    margin: 0 auto;
    display: block;
}

.interview__cyap {
    margin: 25px 0 0;
}

.sp_cyap {
    margin: 25px 0 0;
}