@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
@font-face {
    font-family: "ds-digitalnormal";
    src:
        url("../assets/fonts/ds-digi1-webfont.woff2") format("woff2"),
        url("../assets/fonts/ds-digi1-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.pc-none {
    display: none;
}

body {
    margin: 0;
}

.recruit-single-top-parent {
    margin-top: 23vw;
    margin-top: 23vw;
    background: url(../assets/images/general/bg-pc.png);
    background-repeat: no-repeat;
    background-size: 230vw;
    background-position: -158vw 0vw;
}

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

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

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

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

img.profile-img {
    width: 100%;
}

p.sub1-ttl {
    width: 90%;
    margin: 15px auto;
    font-weight: bold;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    word-break: break-word;
}

h3.archive-single-ttl {
    margin: auto;
    font-weight: bold;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    word-break: break-word;
}

p.archive-single-text_ {
    width: 100%;
    margin: 0px;
    font-size: 10px;
    text-align: left;
}

p.archive-single-text {
    width: 90%;
    font-size: 10px;
    text-align: left;
    margin: auto;
}

p.sub1-ttl-txt {
    width: 90%;
    margin: auto;
    font-size: 2.6vw;
    font-family: "Noto Sans JP", sans-serif;
}

span.sub1-ttl-span {
    color: #ac1821;
}

h1.sub-ttl {
    font-size: 3vw;
    background: #ac1821;
    text-align: center;
    padding: 1vw 0vw;
    width: 100%;
    margin: auto;
    color: white;
}

.recruit-single-sub2 {
    background: url(../assets/images/general/bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw 0vw;
    width: 90%;
    margin: auto;
}

p.sub-text {
    width: 90%;
    margin: 3vw auto;
    font-size: 2.6vw;
    font-family: "Noto Sans JP", sans-serif;
}

img.featured-img {
    width: 100%;
    margin: auto;
}

.recruit-single-sub1 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.flex-top {
    flex-direction: column-reverse;
}

.interview-body-parent {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    padding-bottom: 1vw;
    padding-top: 5vw;
}

.interview-single {
    width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    padding-bottom: 7vw;
}

a.navlink {
    text-decoration: none;
}

.interview-single img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

p.interview-single-ttl {
    font-size: 2.5vw;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

p.interview-single-text {
    font-size: 2vw;
    width: 100%;
    margin: 0;
}

button.featured-button {
    position: absolute;
    background: #ac1821;
    color: white;
    border: none;
    width: 110px;
    height: 29px;
    transform: translateX(9vw);
}

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

.recruit-parent {
    margin: 10vw 0vw;
}

.sub1-text-parent {
    margin-top: 5vw;
    padding: 2vw 0vw;
    border-left: 1px solid #ac1821;
}

p.interview-bot-section {
    margin: 1em 0px 1em 0px;
    font-size: 2.6vw;
    text-align: center;
}

/* dropdown css */

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

p.remarks,
a {
    text-align: center;
    color: inherit;
}

.faq-parent {
    width: 90%;
    margin: auto;
    padding-top: 2.3vw;
}

/* accordion-1 */

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

.qna_ttl h3 {
    font-size: 3vw;
    text-align: left;
    color: #ac1821;
    letter-spacing: 0;
    margin-top: 3vw;
}

.qna_text p {
    font-size: 2.5vw;
    text-align: left;
    color: black;
    line-height: normal;
    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 */

.sub3-content {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    align-items: center;
    align-content: center;
}

.morning-schedule,
.evening-schedule {
    display: flex;
    flex-direction: column;
    width: max-content;
    background: url(../assets/images/general/schedule-bg.png);
    background-size: cover;
    padding: 20px;
}

.schedule-single {
    display: flex;
    flex-direction: row;
    /* padding: 4% 0%; */
    align-items: center;
}

.text-saparator {
    width: 1px;
    background: grey;
    height: 11vw;
}

.schedule-time {
    display: flex;
    width: 80px;
    justify-content: center;
    font-family: "ds-digitalnormal";
    padding: 10px 0;
    font-size: 5.6vw;
    font-weight: bold;
}

.schedule-entry {
    display: flex;
    padding-left: 20px;
    padding: 10px 0 10px 10px;
    width: 60vw;
    font-size: 2.6vw;
    font-family: "Noto Sans JP", sans-serif;
}

/* shortcut */

.home-more-info {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 12% 0% 7% 0%;
    border-bottom: 1px solid gray;
}

.home-info-1,
.home-info-2,
.home-info-3 {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 1% 0% 6% 5%;
    overflow: hidden;
    align-items: center;
}

p.home-info-ttl,
p.home-info-ttl2,
p.home-info-ttl3 {
    color: #bd1821;
    width: 30vw;
    height: 96%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    /* border-right: 0.5px solid gray; */
    font-size: 13px;
    font-weight: bold;
    padding-right: 22px;
}

p.home-info-ttl a,
p.home-info-ttl2 a,
p.home-info-ttl3 a {
    color: #bd1821;
    text-decoration: none;
}

ul.home-info,
ul.home-info2,
ul.home-info3 {
    width: 50%;
    /* height: max-content; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    border-left: 0.5px solid gray;
    /* margin: 28px 0px; */
}

li.home-info,
li.home-info2,
li.home-info3 {
    text-align: left;
    line-height: 2;
    font-size: 10px;
    text-align: left;
    line-height: 3;
    list-style-type: none;
    display: flex;
}

li.home-info::before,
li.home-info2::before,
li.home-info3::before {
    content: "-";
    text-indent: -22px;
}
