@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.pc-none {
    display: none !important;
}

.faq-archive-parent2 {
    background: url(../img/bg-pc.png);
    background-repeat: no-repeat;
    margin-top: 22vw;
    background-size: 270vw;
    background-position: -198vw 0vw;
}

.recruit-single-ttl-parent {
    width: 90%;
    margin: auto;
    margin: auto;
    padding: 2vw 0px 15vw;
}

.faq-archive-parent {
    padding-top: 20px;
    margin-top: 0vw;
}

.faq-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-top-section h1 {
    color: #ac1821;
    font-size: 15vw;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
    padding-top: 1vw;
    letter-spacing: 0;
}

p.recuit-single-text {
    margin: 1em 0px 1em 0px;
    font-size: 2.6vw;
    text-align: center;
}

.faq-top-section p {
    color: #ac1821;
    font-size: 4vw;
    font-weight: bold;
    margin: 0;
}


/* dropdown css */

b {
    color: #FFFFFF;
    font-size: 55px;
}

p.remarks,
a {
    text-align: center;
    color: inherit;
    /* margin-top: 100px; */
    /* color: #FFFFFF; */
}

.faq-parent {
    width: 90%;
    margin: -40px auto 50px;
}


/* accordion-1 */

#accordion-1 {
    position: relative;
    border-top: 1px solid #ac1821;
    /* border-bottom: 1px solid #ac1821; */
}

.qna_ttl h3 {
    font-size: 3vw;
    text-align: left;
    color: #ac1821;
    /* font-family: 'Shippori Mincho', serif; */
    letter-spacing: 0;
    margin-top: 3vw;
    /* font-weight: normal; */
}

.qna_text p {
    font-size: 2.5vw;
    text-align: left;
    color: black;
    /* font-family: 'Shippori Mincho', serif; */
    line-height: normal;
    /* margin-left: 20%; */
    letter-spacing: 1px;
    margin-top: 0;
}

#accordion-1 .head {
    color: black;
    padding: 0px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


}
#accordion-1 .arrow {
    color: black;
    font-size: 60px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
}
#accordion-1 .head:hover .arrow {
    opacity: 1;
}

/* #accordion-1 .head:hover,
#accordion-1 .active {
    background-color: #FFE77AFF;
} */
#accordion-1 .arrow-animate {
    transform: rotate(0deg);
    opacity: 1;
}
#accordion-1 .content {
    display: none;
    padding: 0px 0px 10px 0px;
    color: #333333;
}
.fa-angle-up:before {
    content: "\f107";
}
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
hr.border_qna {
    border-top: 1px solid #ac1821;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
}
.fas {
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    color: #ac1821;
}

/* dropdown css */