@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;
}

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

.faq-archive-parent2 {
    background: url(../img/bg-pc.png);
    background-size: 90%;
    background-position: -320% 0vw;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.recruit-single-ttl-parent {
    width: 55%;
    margin: auto;
    margin: 55px auto;
}

.faq-archive-parent {
    background: url(../img/bg-pc.png), url(../img/bg-pc.png);
    background-size: 910px;
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 100%, 100% 50%;
    padding-top: 10px;
}

.faq-top-section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.faq-top-section h1 {
    color: #ac1821;
    font-size: 90px;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
}

.faq-top-section p {
    color: #ac1821;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-weight: bold;
}


/* dropdown css */

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

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

.faq-parent {
    width: 60%;
    margin: -20px auto 100px;
}


/* accordion-1 */

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

.qna_ttl h3 {
    font-size: 15px;
    text-align: left;
    color: #ac1821;
    font-family: 'Noto Sans JP';
    margin: 18px 0px;
}

.qna_text p {
    font-size: 13px;
    text-align: left;
    color: black;
    /* font-family: 'Shippori Mincho', serif; */
    line-height: normal;
    margin-left: 10%;
    line-height: 2;
}

#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: #ac1821;
    font-size: 20px;
    transition: 0.25s ease;
    opacity: 1;
    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 30px 20px 30px;
    color: #333333;
}

.fa-angle-up:before {
    content: "\f107";
}

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 700 !important;
    -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) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s !important;
}

.fas {
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    color: #ac1821;
}


/* dropdown css */