@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
.pc-none {
    display: none !important;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    /* letter-spacing: 1px; */
}

.recruit-top-header {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 380px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.recruit-top-header img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    filter: brightness(0.5);
    transform: scale(1.5);
}

.overlay-bg,
.overlay-bg2 {
    background: url(../img/bg-pc.png);
    background-size: 200%;
    background-position: 0% 8vw;
    background-repeat: no-repeat;
}

.header-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 1;
    background: url(../img/kv_dot.png) repeat 0 0;
    background-size: 4px 4px;
}

.header-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.top-header-ttl {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 2;
    bottom: 0vw;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid black;
}

h2.first-part {
    color: white;
    font-size: 20vw;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 0.8;
    /* animation  */
    overflow: hidden;
    white-space: nowrap;
    /* width: var(--ch); */
    animation: typing 1s steps(var(--steps));
}

.top-ttl-parent {
    display: flex;
}

@keyframes typing {
    0% {
        width: 0
    }
    50% {
        width: 190.5px;
    }
    100% {
        width: 381px;
    }
}

h2.second-part {
    color: #ac1821;
    /* font-style: italic; */
    font-family: rift, sans-serif;
    font-size: 20vw;
    margin: 0;
    padding-left: 10px;
    line-height: 0.8;
}

.ttl-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 110px; */
    /* margin: 47px 0px 0px 27px; */
}

.ttl-container h2 {
    color: white;
    margin: 0;
    font-family: rift, sans-serif;
    font-size: 5.5vw;
    line-height: 1;
}

.ttl-container p {
    color: #ac1821;
    margin: 0;
    font-size: 3vw;
    line-height: 3;
    text-align: center;
    font-weight: bold;
}

.top-header-ttl-parent {
    position: relative;
    width: 100%;
    height: 50px;
    background: black;
    border-bottom: 1px solid black;
    /* background: #8080804f; */
    /* background-image: linear-gradient(#808080, transparent);*/
}

.recruit-media {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: hidden;
}


/* .media-slider-parent {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
} */


/* .media-slider-parent img {
    width: 346%;
    transform: translateX(-36px);
} */

.media-slider-parent {
    background: url(../img/recruitment/carousel-example3.jpg);
    height: 192px;
    width: 5475px;
    animation: sliding 30s linear infinite;
    background-repeat: repeat;
    background-size: 31%;
}

.media-slider-parent img {
    width: 20%;
}

.slider-holder {
    overflow: hidden;
}

p.bookmark-txt {
    position: absolute;
    transform: rotate( -45deg);
    font-size: 2.5vw;
    left: -1.5vw;
    top: 2vw;
    color: white;
}

p.bookmark-txt2 {
    position: absolute;
    transform: rotate( -45deg);
    font-size: 3vw;
    left: 0.8vw;
    top: 0.5vw;
    color: white;
}

@keyframes sliding {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1825px, 0, 0);
    }
}
.jpn-ttl {
    font-size: 50px;
    font-family: yu-mincho-pr6n, sans-serif;
    line-height: 1.5;
  }
.media-info {
    background: black;
    color: white;
    width: 100%;
    margin: 0 !important;
}

p.media-info-1 {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
    padding: 30px 0px;
    width: 90%;
    margin: auto;
    /* letter-spacing: 1px; */
}

img.bookmark {
    position: absolute;
    width: 20% !important;
    top: 0;
    left: 0;
}

p.media-info-2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.interview-body-parent {
    position: relative;
    display: flex;
    /* grid-template-columns: auto auto; */
    /* padding-bottom: 1vw; */
    /* padding-top: 5vw; */
    flex-direction: column;
    align-items: center;
}

.interview-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background: blue; */
    padding: 0px 10px;
    padding-bottom: 20px;
}

.profile-img-parent {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
}

.interview-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-single-text-parent {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 10px auto;
}

p.interview-single-ttl {
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

p.interview-single-text {
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #ac1821;
}

.interview-ttl-parent {
    width: 90%;
    margin: auto;
}

.interview-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 10px; */
    justify-content: center;
}

.interview-top-section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    justify-content: center;
}

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

.interview-top-section2 h2 {
    color: #ac1821;
    font-size: 16vw;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
    /* padding-top: 14px; */
    letter-spacing: 0;
}

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

.interview-top-section2 p {
    color: #ac1821;
    font-size: 15px;
    margin: 0;
}

p.interview-bot-section {
    margin: 1em 0px 1em 0px;
    font-size: 12px;
    text-align: center;
    /* line-height: 2.2; */
}

.recruit-section {
    width: 100%;
    height: max-content;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

button.featured-button,
button.featured-button2,
button.featured-button3,
button.featured-button4 {
    position: absolute;
    background: #ac1821;
    color: white;
    border: none;
    /* padding: 8px; */
    width: 110px;
    height: 29px;
}

button.featured-button {
    transform: translateX(-50%);
    bottom: -37px;
}

button.featured-button2 {
    right: 0px;
    bottom: -22px;
    display: none;
}

button.featured-button3 {
    left: 33%;
    bottom: -9vw;
}

button.featured-button4 {
    left: 33%;
    bottom: -9vw;
}

.recruit-single-parent {
    display: grid;
    margin: auto;
    grid-template-columns: auto;
    /* grid-column-gap: 50px; */
    grid-row-gap: 32px;
    /* width: max-content; */
    padding-top: 20px;
}

.recruit-single {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}

.recruit-single img {
    width: 90%;
}

.recruit-text-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: 1px solid #ac1821;
    margin-top: 10px;
    width: 90%;
    margin: 10px auto;
}

.recruit-text-parent h3 {
    font-size: 16px;
    color: #ac1821;
    padding-left: 4vw;
    /* border-right: 1px solid #ac1821; */
    /* letter-spacing: 4px; */
    margin: 0;
    line-height: 1;
    /* padding-bottom: 10px; */
}

.recruit-text-parent p {
    font-size: 12px;
    /* padding-left: 20px; */
    margin: 0;
    padding-left: 4vw !important;
    padding: 10px 0px;
}

.FG-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: max-content;
    align-items: center;
}

button.VM-btn {
    background: #ac1821;
    color: white;
    border: none;
    width: 115px;
    height: 25px;
    font-size: 13px;
    font-family: 'Noto Sans JP';
    letter-spacing: 1.5px;
    float: right;
    cursor: pointer;
}

img.aligning.left {
    float: left;
    margin-bottom: 20px;
}

img.aligning.right {
    float: right;
    margin-bottom: 20px;
}

.video-yt {
    padding-bottom: 50px;
    padding-top: 90px;
}

.youtube {
    width: 100%;
}

.youtube iframe {
    width: 100%;
    height: 53vw;
    aspect-ratio: 16 / 9;
}

.modal-open img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/*モーダルを開くボタン*/

.modal-open {}


/*モーダル本体の指定 + モーダル外側の背景の指定*/

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1;
}


/*モーダル本体の擬似要素の指定*/

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/*モーダル本体に「active」クラス付与した時のスタイル*/

.modal-container.active {
    opacity: 1;
    visibility: visible;
}


/*モーダル枠の指定*/

.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 92%;
    padding-right: 5px;
}


/*モーダルを閉じるボタンの指定*/

.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/*モーダル内のコンテンツの指定*/

.modal-content {}

.recruit-charm {
    width: 100%;
    height: max-content;
    background-image: url(../img/recruit-bg-100.jpg);
    background-repeat: no-repeat;
    background-size: 280%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding-top: 32px;
    padding-bottom: 30px;
}

img.charm-img {
    width: 80%;
}

.recruit-charm p {
    color: white;
    /* letter-spacing: 2px; */
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    width:90%;
}

.charm-single p {
    color: #ac1821;
    text-align: center;
    margin: 0px auto;
    /* letter-spacing: 2px; */
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.charm-single img {
    width: 100%;
}

.charm-single-parent {
    display: flex;
    height: max-content;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.charm-single {
    /* padding: 0px 10px; */
    padding-bottom: 6.5vw;
    width: 85vw;
}

.top-space {
    height: 281vw;
    /* padding-top: 90px; */
}

.ltw-parent {
    position: relative;
    width: 100%;
    height: 87vw;
    /* margin-top: -39px; */
}

.ltw-parent img {
    display: flex;
    /* float: right; */
    width: 100%;
}

.ltw-ttl {
    position: absolute;
    background: white;
    bottom: 20%;
    height: 143px;
    width: 80%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 6%;
}

.ltw-ttl h3 {
    color: #ac1821;
    margin: 0;
    font-size: 11.9vw;
    font-family: rift, sans-serif;
    line-height: 1;
    letter-spacing: 0;
}

.ltw-ttl p {
    font-size: 12px;
    margin: 0;
    /* line-height: 1.5; */
}

.bac-parent {
    position: relative;
    width: 100%;
    height: 353px;
    /* margin-top: -51px; */
}

.bac-parent img {
    display: flex;
    /* float: right; */
    width: 100%;
}

.bac-ttl {
    position: absolute;
    background: white;
    bottom: 17%;
    left: 6%;
    height: 140px;
    width: 80%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bac-ttl h3 {
    color: #ac1821;
    margin: 0;
    font-size: 11vw;
    font-family: rift, sans-serif;
    line-height: 1;
    text-align: center;
}

.bac-ttl p {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}


/* 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: auto;
    padding-top: 2.3vw;
}


/* 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 */
.home-more-info {
    display: none;
    width: max-content;
    height: max-content;
    margin: auto;
    text-align: left;
    padding-bottom: 40px;
    padding-top: 32px;
    flex-direction: column;
}
.home-info-1 {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.home-info-2 {
    width: 280px;
    border-left: 0.1px solid gray;
    border-right: 0.1px solid gray;
}
.home-info-3 {
    width: 270px;
    display: flex;
    flex-direction: column;
}
a.navlink2 {
    height: max-content;
    color: inherit;
}
a.navlink,
a.navlink2 {
    /* position: relative; */
    
    text-decoration: none;
    /* overflow: hidden; */
}
p.home-info-ttl,
p.home-info-ttl2,
p.home-info-ttl3 {
    color: #ac1821;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: center;
}
ul.home-info {
    padding-inline-start: 99px;
}
ul.home-info2 {
    padding-inline-start: 70px;
}
li.home-info,
li.home-info2,
li.home-info3 {
    text-align: left;
    line-height: 2.4;
    list-style-type: none;
    display: flex;
    font-size: 13px;
    text-align: left;
    letter-spacing: 1px;
}
li.home-info::before {
    content: "-";
    text-indent: -11px;
}
li.home-info2::before {
    content: "-";
    text-indent: -11px;
}
li.home-info3::before {
    content: "-";
    text-indent: -11px;
}
.home-map {
    width: 100%;
    height: 310px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
    padding-top: 10%;
}
.reveal-holder {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.reveal-holder3 {
    /* position: relative; */
    
    display: flex;
    /* overflow: hidden; */
    
    align-items: flex-start;
}
.reveal-holder.right {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
}
.reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25%;
    background: white;
    z-index: 9;
}
.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 5.5s;
}
.reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    /* transition-duration: 5.5s; */
}
.reveal-holder .reveal-charm::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
}
.reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 4;
}
.reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
}
.reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
}
.reveal-block.extra {
    background: #1b9edf;
}
.reveal-block.extra::before {
    background: #af74c3;
}
.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

/* AOS animate */
[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
}
[data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
[data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
[data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
[data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
[data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
[data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
[data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
[data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}
[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}

/* end aos animation */
.recruit-banner {
    width: 90%;
    margin: 12vw auto;
}
.recruit-banner img {
    width: 100%;
    box-shadow: 3px 4px 16px #191818a8;
}