@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 */

/* ===============
recruit
================= */
.recruit {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 0;
}

.recruit::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;
}

.messege {
    background-image: url(../images/recruit_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -17px bottom -5px;
}

.messege {
    position: relative;
}

.recruit__title {
    font-family: "Zen Maru Gothic";
    font-size: 1.25rem;
    text-align: center;
    margin-top: 45px;
}

.recruit__txt {
    font-size: 1rem;
    line-height: 2; 
    margin: 25px auto 50px;
    padding: 0 4% 50px;
}


.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;
} 

.btn--recruit::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 6%;
    top: 51%;
    transform: translateY(-50%);
}

.btn--recruit:hover {
    background: #FFCF9E;
    color: var(--primary-black);
}

.staff__topics {
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    text-align: center;
    margin-top: 45px;
    font-weight: 700;
    }

.staff__white,
.staff__whiteSP,
.staff__white {
    background-color: #ffffff;
    border-radius: 50px 50px 0 0;
    padding: 0 4%;
    margin-top: 35px;
}

.staff__whitePC {
    display: none;
}

.staff__whiteSP {
    display: block;
}

.staff__whiteTA {
    display: none;
}

.staff__sheet {
    background-color: #FFFCEB;
    border-radius: 50px;
    margin-top: 35px;
}

.staff__sheetPC {
    display: none;
}

.staff__sheet img {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.staff__list {
      /* border-radius: 20px; */
    background-color: #FFFCEB;
    margin: 16px auto;
    padding: 0 5.9%;
}

.workTopics {
    margin-top: 46px;
    text-align: right;
    position: relative;
}

.staff__name {
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    line-height: 1.3;
    background-color: #D6FAD2;
    border-radius: 50px;
    text-align: center;
    padding: 8px 45px;
}

.staff__item {
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 16px;
}

.staff__txt {
    font-size: 1rem;
    line-height: 2; 
    background-color: #FFFCEB;
    border-radius: 0 0 50px 50px;
    padding: 0 4% 38px;
}

.staff__nameB {
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    line-height: 1.3;
    background-color: #B8DBFF;
    border-radius: 50px;
    text-align: center;
    padding: 8px 45px;
}

.staff__nameP {
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    line-height: 1.3;
    background-color: #FFB8DB;
    border-radius: 50px;
    text-align: center;
    padding: 8px 23px;
}

.recruit__ouenn {
    margin-top: 50px;
    font-size: 1rem;
    line-height: 2;
    padding: 0 19% 97px;
    background-image: url(../images/recu_ouenn.png);
    background-repeat: no-repeat;
    background-position: center bottom 5px;
    display: block;
}

.ouenn__title {
    position: relative;
}

.ouenn__title::after {
    content: "";
    display: block;
    background-image: url(../images/recu_ouenn_asirai2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 115px;
    position: absolute;
    right: 9px;
    bottom: 60px;
}

.ouenn__title::before {
    content: "";
    display: block;
    width: 65px;
    height: 115px;
    background-image: url(../images/recu_ouenn_asirai1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    bottom: 60px;
}

.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;
}

/* recruit */
@media screen and  (min-width: 768PX) {
    .recruit {
        color: var(--primary-black);
        font-family: "Zen Maru Gothic";
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin: 80px auto 0;
    }
    
    .recruit::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;
    }
    
    .messege {
        background-image: url(../images/recruit_1.png),url(../images/recu_hanataba.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left 111px top -50px,right 32px bottom 6px;
    }
    
    .messege {
        position: relative;
    }
    
    .recruit__title {
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        text-align: center;
        margin-top: 80px;
    }
    
    .recruit__txt {
        font-size: 1.1rem;
        line-height: 2;
        margin: 28px auto 0px;
        padding: 0 12%;
        text-align: left;
        justify-content: center;
    }
    
    
    .btn--recruit {
        display: block;
        content: '';
        width: 40%;
        /* 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.25rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 50px auto;
        position: relative;
    } 
    
    .btn--recruit::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 5%;
        top: 51%;
        transform: translateY(-50%);
    }
    
    .staff__topics {
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        text-align: center;
        margin-top: 80px;
        font-weight: 700;
        }
    
    .staff__white,
    .staff__whitePC,
    .staff__whiteSP,
    .staff__whiteTA  {
        background-color: #ffffff;
        padding: 0 9.7%;
        margin-top: 50px;
    }

    .staff__whitePC {
        display: block;
    }

    .staff__whiteSP {
        display: none;
    }

    .staff__whiteTA {
        display: block;
    }

    .staff__sheet {
        background-color: #FFFCEB;
        border-radius: 50px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .staff__sheetPC {
        display: none;
    }

    .staff__sheet2 {
        background-color: #FFFCEB;
        border-radius: 50px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    .staff__sheet2PC {
       display: none;
    }

    .staff__box {
        display: flex;
    }

    .recrut_box2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .recrut_box {
        display: flex;
    }

    .staff__sheet img {
        border-radius: 50px;
        overflow: hidden;
        width: 40%;
        margin: 30px auto 0;
    }
    
    .staff__sheet2 img {
        border-radius: 50px;
        overflow: hidden;
        width: 40%;
        margin: 30px auto 0;
    }

    .staff__list {
        background-color: #FFFCEB;
        /* margin: 33px 0 0 0px; */
        /* padding: 0; */
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        /* flex-wrap: nowrap; */
    }
    
    .workTopics {
        margin-top: 46px;
        text-align: right;
        position: relative;
    }
    
    .staff__name {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        line-height: 1.3;
        background-color: #D6FAD2;
        border-radius: 50px;
        text-align: center;
        padding: 8px 45px;
    }
    
    .staff__item {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        line-height: 1.3;
        text-align: center;
        margin-top: 16px;
    }
    
    .staff__txt {
        font-size: 1rem;
        line-height: 2;
        background-color: #FFFCEB;
        border-radius: 0 0 50px 50px;
        padding: 30px 30px 40px;
    }
    
    .staff__nameB {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        line-height: 1.3;
        background-color: #B8DBFF;
        border-radius: 50px;
        text-align: center;
        padding: 8px 45px;
    }
    
    .staff__nameP {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        line-height: 1.3;
        background-color: #FFB8DB;
        border-radius: 50px;
        text-align: center;
        padding: 8px 23px;
    }
    
    .recruit__ouenn {
        width: 70%;
        font-size: 1.1rem;
        line-height: 2;
        padding: 0 19% 97px;
        background-image: url(../images/recu_ouenn.png);
        background-repeat: no-repeat;
        background-position: right 33px bottom 97px;
        display: block;
        /* align-items: center; */
        margin: 40px auto;
    }
    
    .ouenn__title {
        position: relative;
    }
    
    .ouenn__title::after {
        content: "";
        display: block;
        background-image: url(../images/recu_ouenn_asirai2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 65px;
        height: 115px;
        position: absolute;
        right: 7%;
        bottom: 60px;
    }
    
    .ouenn__title::before {
        content: "";
        display: block;
        width: 65px;
        height: 115px;
        background-image: url(../images/recu_ouenn_asirai1.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 10%;
        bottom: 60px;
    }

    .interview__title::before {
        left: 25.2%;
        bottom: 13px;
    }

    .interview__title::after {
        right: 25.2%;
        bottom: 13px;
    }

    .interview__name {
        padding-left: 0;
        text-align: center;
    }
    
    .sp_cyap {
        margin: 25px auto 0;
        display: block;
    }
}


/* recruit */
@media screen and  (min-width: 1025px) {
        .recruit {
            color: var(--primary-black);
            font-family: "Zen Maru Gothic";
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin: 80px auto 0;
        }
        
        .recruit::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;
        }
        
        .messege {
            background-image: url(../images/recruit_1.png),url(../images/recu_hanataba.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left 111px top -50px,right 32px bottom 6px;
        }
        
        .messege {
            position: relative;
        }
        
        .recruit__title {
            font-family: "Zen Maru Gothic";
            font-size: 2rem;
            text-align: center;
            margin-top: 80px;
        }
        
        .recruit__txt {
            font-size: 1.1rem;
            line-height: 2;
            margin: 28px auto 0px;
            padding: 0 31%;
            text-align: left;
            justify-content: center;
        }
        
        .btn--recruit {
            display: block;
            content: '';
            width: 24%;
            /* 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.25rem;
            font-family: "Zen Maru Gothic";
            text-align: center;
            margin: 50px auto;
            position: relative;
        } 
        
        .btn--recruit::after {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            background-image: url(../images/about2_arrow.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            right: 5%;
            top: 51%;
            transform: translateY(-50%);
        }
        
        .staff__topics {
            font-family: "Zen Maru Gothic";
            font-size: 2rem;
            text-align: center;
            margin-top: 80px;
            font-weight: 700;
            }
        
        .staff__white,
        .staff__whitePC,
        .staff__whiteSP {
            background-color: #ffffff;
            padding: 0 9.7%;
            margin-top: 50px;
        }

        .staff__whitePC {
            display: block;
        }

        .staff__whiteSP {
            display: none;
        }

        .staff__whiteTA {
            display: none;
        }

        .staff__sheet {
            /* background-color: #FFFCEB;
            border-radius: 50px;
            margin-top: 0px;
            display: flex;
            flex-direction: row; */
            display: none;
        } 

        .staff__sheetPC {
            display: block;
            background-color: #FFFCEB;
            border-radius: 50px;
            margin-top: 50px;
            display: flex;
            flex-direction: row;
        }

        .staff__sheet2PC {
            display: block;
            background-color: #FFFCEB;
            border-radius: 50px;
            margin-top: 50px;
            display: flex;
            flex-direction: row;
        }

        .recrut_box2 {
            display: flex;
            flex-direction: column;
        }

        .recrut_box {
            display: block;
        }
        
        .staff__sheet2 {
            display: none;
        }

        .staff__sheetPC img {
            border-radius: 50px 0 0 50px;
            overflow: hidden;
            width: auto;
            padding-top: 0px;
        }

        .staff__sheet2PC img {
            border-radius: 0px 50px 50px 0;
            overflow: hidden;
            padding-top: 0px;
            width: auto;
        }

        .staff__list {
            background-color: #FFFCEB;
            margin: 33px 0 0 0px;
            padding: 0;
            display: flex;
            justify-content: space-evenly;
            flex-direction: row;
        }
        
        .workTopics {
            margin-top: 46px;
            text-align: right;
            position: relative;
        }
        
        .staff__name {
            font-family: "Noto Sans JP";
            font-size: 1.62rem;
            line-height: 1.3;
            background-color: #D6FAD2;
            border-radius: 50px;
            text-align: center;
            padding: 8px 45px;
        }
        
        .staff__item {
            font-family: "Noto Sans JP";
            font-size: 1.62rem;
            line-height: 1.3;
            text-align: center;
            margin-top: 16px;
        }
        
        .staff__txt {
            font-size: 1rem;
            line-height: 2;
            background-color: #FFFCEB;
            border-radius: 0 0 50px 50px;
            padding: 25px 152px 0px 117px;
        }
        
        .staff__nameB {
            font-family: "Noto Sans JP";
            font-size: 1.62rem;
            line-height: 1.3;
            background-color: #B8DBFF;
            border-radius: 50px;
            text-align: center;
            padding: 8px 45px;
        }
        
        .staff__nameP {
            font-family: "Noto Sans JP";
            font-size: 1.62rem;
            line-height: 1.3;
            background-color: #FFB8DB;
            border-radius: 50px;
            text-align: center;
            padding: 8px 23px;
        }
        
        .recruit__ouenn {
            font-size: 1.1rem;
            line-height: 2;
            padding: 0 19% 97px;
            background-image: url(../images/recu_ouenn.png);
            background-repeat: no-repeat;
            background-position: right 110px bottom 77px;
            display: block;
            /* align-items: center; */
            margin: 40px auto;
        }
        
        .ouenn__title {
            position: relative;
        }
        
        .ouenn__title::after {
            content: "";
            display: block;
            background-image: url(../images/recu_ouenn_asirai2.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 65px;
            height: 115px;
            position: absolute;
            right: 157px;
            bottom: 60px;
        }
        
        .ouenn__title::before {
            content: "";
            display: block;
            width: 65px;
            height: 115px;
            background-image: url(../images/recu_ouenn_asirai1.png);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 206px;
            bottom: 60px;
        }
        .interview__box {
            padding: 75px 16%;
        }

        .interview__title {
            color: #4F4844;
            font-family: "Zen Maru Gothic";
            font-size: 1.2rem;
            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: 30.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: 30.2%;
            bottom: 13px;
        }
        
        .interview__text {
            font-size: 1rem;
            line-height: 2.2; /* 200% */
            margin-top: 20px;
            text-align: center;
        }

        .interview__content {
            display: flex;
            gap: 76px;
            flex-direction: column;
        }


        .nterview__banerGrop {
            display: flex;
        }

        .interview__baner {
            margin-top: 25px;
        }

        .interview__name {
            font-size: 1rem;
            padding-top: 32px;
        }

        .interview__baner:last-of-type .interview__name {
            font-size: 1rem;
            padding-top: 0;
        }

        .interview__img img{
            margin: 0 auto;
            display: block;
        }

        .interview__cyap {
            margin: 25px 0 0;
        }

        .sp_cyap {
            margin: 25px 0 0;
        }   
        .interview__box {
            padding: 75px 16%;
        }
    
}













