@charset "UTF-8";

.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    font-style: normal;
}

/* アニメーション *****************************************************************/
@keyframes yurayura {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes svgAnime {
    0% {
        stroke-dashoffset: 1000px;
        fill: transparent;
    }

    70% {
        stroke-dashoffset: 0px;
        fill: transparent;
    }

    100% {
        stroke-dashoffset: 0px;
        stroke: transparent;
        fill: #0871b9;
    }
}


/* メッセージ部分 **************************************************************************/
.message {
    text-align: center;
    font-size: 50px;
}

.message span {
    font-size: 55px;
    font-weight: bold;
    margin: 0px 10px;
}


/* 研修制度について ************************************************************************/
.svg_phone {
    display: none;
}

svg text {
    font-family: "M PLUS Rounded 1c";
}

.training_graph {
    width: 100%;
}

.training_graph svg {
    margin: 15%;
    margin-top: 0;
}

@keyframes draw {
    from {
        stroke-dasharray: 0, 180;
        /* 少し調整 */
    }

    to {
        stroke-dasharray: 180, 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.training_graph svg line,
.training_graph svg path,
.training_graph svg circle,
.training_graph svg text,
.training_graph svg polyline {
    opacity: 0;
}

.svg_blue {
    fill: rgb(8, 113, 185);
}

.svg_white {
    fill: rgb(255, 255, 255);
}



/* 先輩社員インタビュー ******************************************************************/
.interview_phone {
    display: none;
}

.interview_block {
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
    display: flex;
}

.interview_txt {
    margin-top: 30px;
    width: 60%;
}

.interview_txt ul {
    list-style: none;
}

.interview_txt ul li {
    margin-top: 15px;
    font-size: 110%;
    cursor: pointer;
}

.question {
    font-size: 150%;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    text-align: center;
    padding-right: 1%;
    color: #3ab0ff;
}

.open-a {
    font-size: 150%;
}

.answer {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0vw;
    background: #eaeaea;
    border-radius: 1vw;
    transition: opacity 0.1s;
}

.answer p {
    margin: 0;
    padding: 1vw;
    line-height: 160%;
}

.interview_pic {
    width: 40%;
    padding-left: 3%;
}

.interview_pic2 {
    width: 40%;
    padding-right: 3%;
}

.rink_we {
    text-decoration: none;
}

.others {
    width: 60%;
    margin-left: 20%;
    padding: 2%;
    background-color: #000000;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.picture {
    width: 100%;
    height: auto;
    margin: auto;
}

.picture2 {
    transform: scale(-1, 1);
}

.status {
    font-size: 120%;
    text-align: center;
}

/* 募集要項 ****************************************************************************************/
.item_1 {
    margin-top: 5%;
    width: 66%;
    margin-left: 17%;
}

.youkou {
    color: rgb(8, 113, 185);
    margin: auto;
    margin-top: 5%;
    padding: 3%;
    width: 88%;
    border-radius: 20px;
    line-height: 38px;
    font-size: 90%;
}

hr {
    height: 2px;
    background-color: #b6b6b6;
    border: none;
    margin-left: 10px;
}

.youkou_v {
    padding: 1%;
    display: flex;
    align-items: center;
}

.koumoku {
    width: 12%;
}

.naiyou {
    width: 88%;
}

.recruit_link {
    margin-top: 5%;
    text-align: center;
}

.recruit_link #links a {
    text-decoration: none;
    color: #fff;
    background-color: #3ab0ff;
    padding: 2%;
    border-radius: 1vw;
    display: inline-block;
    margin: 0.5em;
}

@media (max-width: 1345px) {

    .interview_txt {
        font-size: 100%;
        width: 70%;
    }

    .interview_pic,
    .interview_pic2 {
        width: 30%;
    }

}

@media (max-width: 768px) {

    /* グラフ部分 */
    .svg_pc {
        display: none;
    }

    .svg_phone {
        display: block;
    }

    /* メッセージ部分 **************************************************************************/
    .message {
        text-align: center;
        font-size: 25px;
    }

    .message span {
        font-size: 30px;
        font-weight: bold;
        margin: 0px 10px;
    }

    .item_1 {
        margin-top: 5%;
        width: 90%;
        margin-left: 5%;
    }

    .koumoku {
        width: 25%;
    }

    .youkou {
        width: 75%;
        line-height: 5vw;
    }

    hr {
        margin-left: 0px;
    }

    .training_graph svg {
        margin: 5%;
        width: 90%;
        height: 90%;
    }

    /* インタビュー欄 **************************************************************************/
    .interview_phone {
        display: block;
    }

    .interview_block_phone {
        margin-top: 20%;
    }

    .interview_txt {
        width: 100%;
    }

    .interview_txt ul {
        padding: 5px;
    }

    .interview_txt ul li {
        font-size: 16px;
    }

    .interview_pc {
        display: none;
    }

    .picture {
        width: 60%;
        height: auto;
        margin: auto;
    }

    .answer p {
        padding: 15px;
        line-height: 160%;
    }

    /* 募集要項 **************************************************************************/
    .item_1 {
        margin-top: 5%;
        width: 100%;
        margin: 5% 0%;
    }

    .youkou {
        width: 95%;
        line-height: 5vw;
    }
}