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

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* letter-spacing: 1.5px; */
  /* font-size: 13px; */
}

.recruit-top-header {
  display: block;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative;
}

.recruit-top-header img {
  width: 100vw;
}

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

.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: 20px;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  align-items: center;
}

h1.first-part {
  color: white;
  font-size: 175px;
  margin: 0;
  font-family: rift, monospace;
  line-height: 0.8;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.typing {
  animation: typing 1s steps(var(--steps));
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
}

.fading {
  animation: fading 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.fading2 {
  animation: fading 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.top-ttl-parent {
  display: flex;
  width: 780px;
  justify-content: center;
  overflow: hidden;
}

@keyframes fading {
  from {
    opacity: 0;
    transform: translateX(270px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 250px;
  }
}

h1.second-part {
  color: #ac1821;
  font-family: rift, sans-serif;
  font-size: 175px;
  margin: 0;
  line-height: 0.8;
  transform: translateX(270px);
  opacity: 0;
  padding-left: 20px;
}

.ttl-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateX(270px);
  opacity: 0;
}

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

.ttl-container p {
  color: #ac1821;
  margin: 0;
  font-size: 15px;
  line-height: 3;
  font-weight: bold;
}

.top-header-ttl-parent {
  position: relative;
  width: 100%;
  height: 130px;
  background: black;
}

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

.media-slider-parent {
  background: url("../img/recruitment/carousel-example-pc-scaled.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: 12px;
  left: -0.2vw;
  top: 1vw;
}

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

@keyframes sliding {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1825px, 0, 0);
  }
}
.jpn-ttl {
  font-size: 65px;
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 1.5;
}
p.media-info-1 {
  font-size: 15px;
  margin: 0;
  line-height: 2;
  padding-bottom: 70px;
  padding-top: 20px;
}

p.media-info-2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 60px;
}

.interview-body-parent {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px;
  padding-top: 4px;
  width: 68%;
  margin: auto;
  grid-gap: 40px;
  /* background: blue; */
}

.interview-single {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 0px 40px; */
}

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

.profile-img-parent {
  width: 250px;
  height: 200px;
  display: flex;
}

p.interview-single-ttl {
  font-size: 13px;
  width: 100%;
  margin: 0px;
  font-weight: bold;
}

.interview-single-text-parent {
  text-align: left;
  font-size: 15px;
  width: 250px;
  min-height: 65px;
  max-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

p.interview-single-text {
  font-size: 10px;
  width: 100%;
  margin: 0;
  letter-spacing: 0.5px;
  color: #ac1821;
  margin: 6px 0px;
}

.video-yt {
  text-align: center;
  padding-top: 90px;
}

.modal-open {
  width: 68%;
  margin: 0 auto;
  cursor: pointer;
}

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

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

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

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

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 980px;
}

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

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

.interview-ttl-parent {
  width: 68%;
  margin: auto;
  /* overflow: hidden; */
}

.overlay-bg {
  background: url(../img/bg-pc.png);
  background-size: 90%;
  background-position: -230% 0vw;
  background-repeat: no-repeat;
}

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

.interview-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 24px;
}

.interview-top-section2 {
  display: flex;
  width: max-content;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 10px;
}

.interview-top-section h2 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
  /* padding-top: 80px; */
}

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

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

.interview-top-section2 p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 12px;
  margin-left: 4px;
  font-weight: bold;
}

p.interview-bot-section {
  margin: 0.5em 0px 2.5em 0px;
  font-size: 15px;
}

.recruit-section {
  width: 100%;
  height: max-content;
  position: relative;
  padding-bottom: 2.8vw;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

button.featured-button,
button.featured-button2,
button.featured-button3,
button.featured-button4 {
  position: absolute;
  background: #ac1821;
  color: white;
  border: none;
  width: 115px;
  height: 25px;
  font-size: 13px;
  font-family: "Noto Sans JP";
  letter-spacing: 1.5px;
  cursor: pointer;
}

button.featured-button {
  right: 0px;
  bottom: -190px;
}

button.featured-button2 {
  /* right: 0px; */
  /* bottom: -20px; */
}

button.featured-button3 {
  left: 0px;
  bottom: -36px;
}

button.featured-button4 {
  right: 0;
  bottom: -34px;
}

.recruit-single-parent {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  width: 68%;
  margin: auto;
  padding-top: 10px;
}

.recruit-single {
  width: 30%;
  max-width: 300px;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 20px;
  /* background: lightblue;*/
}

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

.recruit-text-parent {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-start;
  border-left: 1px solid #ac1821;
  margin-top: 15px;
}

.recruit-text-parent h3 {
  font-size: 22px;
  color: black;
  padding-left: 20px;
  margin: 0;
  text-align: left;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
}

.recruit-text-parent p {
  font-size: 13px;
  padding-left: 20px;
  letter-spacing: 0;
  height: 80px;
}

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

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

.recruit-charm p {
  color: white;
  /* letter-spacing: 2.5px; */
  padding: 16px 0px;
  font-size: 15px;
  margin: 0;
}

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

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

.charm-single-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.charm-single {
  padding-right: 1vw;
  width: 19vw;
}

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

.top-space {
  /* height: 475px; */
  padding-top: 3.8vw;
}

.ltw-parent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 20px;
}

.ltw-parent img {
  display: flex;
  float: right;
  width: 80%;
}

.ltw-ttl {
  position: relative;
  background: white;
  top: 22px;
  left: -4%;
  height: 130px;
  width: max-content;
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  justify-content: center;
}

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

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

.bac-parent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 20px;
}

.bac-parent img {
  display: flex;
  float: left;
  width: 80%;
}

.bac-ttl {
  position: absolute;
  background: white;
  top: 22px;
  right: -11%;
  height: 130px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.bac-ttl h3 {
  color: #ac1821;
  margin: 0;
  font-size: 67px;
  font-family: rift, sans-serif;
  line-height: 1;
}

.bac-ttl p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  width: max-content;
}

/* dropdown css */

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

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

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

.insta-feed {
  width: 80%;
  margin: auto;
}

/* 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 */

.home-more-info {
  display: flex;
  width: max-content;
  height: max-content;
  margin: auto;
  text-align: left;
  padding-bottom: 40px;
  padding-top: 85px;
}

.home-info-1 {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-info-2 {
  width: 250px;
  border-left: 0.1px solid #80808057;
  border-right: 0.1px solid #80808057;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-info-3 {
  width: 300px;
  display: flex;
  flex-direction: column;
}

a.navlink2 {
  height: max-content;
  color: inherit;
}

a.navlink-interview {
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: inherit;
}

a.navlink,
a.navlink2 {
  position: relative;
  text-decoration: none;
  /* height: inherit; */
  cursor: pointer;
}

a.navlink {
  display: block;
}

p.home-info-ttl,
p.home-info-ttl2,
p.home-info-ttl3 {
  color: #ac1821;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}

ul.home-info {
  padding-inline-start: 59px;
}

ul.home-info2 {
  padding-inline-start: 60px;
}

ul.home-info3 {
  padding-inline-start: 112px;
}

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: 450px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
  padding-top: 2%;
}

.reveal-holder {
  position: relative;
  width: auto;
  height: auto;
}

.reveal-holder2 {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
}

.reveal-holder3 {
  position: absolute;
  /* display: flex; */
  /* overflow: hidden; */
  /* align-items: flex-start; */
}

.reveal-holder.left {
  justify-content: flex-end;
}

.reveal-holder.right {
  justify-content: flex-start;
}

.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
}

.reveal-holder .reveal-charm {
  position: absolute;
  top: 0;
  width: 100%;
  height: 22.7vw;
  background: white;
  z-index: 9;
}

.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;
  z-index: 9;
}

.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: 9;
}

.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;
  z-index: 9;
  /* 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-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: max-content;
  margin: 40px auto;
  padding-top: 40px;
}

.recruit-banner img {
  width: 100%;
  box-shadow: 3px 4px 16px #191818a8;
}
