@charset "UTF-8";
.visual h1 img {
  object-position: left;
}
.merit_sec2 {
  background-image: url(../img/merit_1_bg.jpg);
}
.contact_sec {
  background-image: url(../img/contact_bg.jpg);
}
.contact_sec--bg-orange {
  background-image: url(../img/contact_bg_orange.jpg);
}
.interview_sec ul li {
  height: 760px;
}
.interview_sec ul li .interview_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.merit_sec3 .ttl2 {
  line-height: 1.2;
}
.interview_sec ul li .interview_bg img {
  object-position: 80% 50%;
}
.interview_sec ul li .bg_k {
  position: relative;
  z-index: 1;
}
.merit_sec4 ul li:nth-child(1)::after,
.merit_sec4 ul li:nth-child(2)::after {
  content: "";
  width: 20px;
  position: absolute;
  background-image: url(../img/triangle_w.png);
  height: 100%;
  top: 0;
  right: -27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qa_sec {
  background-image: url(../img/qa_bg.jpg);
}
.accordion {
  margin: 5% auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 3%;
  border: solid 1px #fff;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding: 20px;
  display: block;
  font-weight: 700;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0 20px 20px;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
}
table {
  width: 80%;
  margin: auto;
}
table tr {
  border-bottom: solid 1px #fff;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  vertical-align: middle;
  width: 160px;
}
.recruit_sec .b_g::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.high-brand-logo_sec {
  background-image: url(../img/contact_bg.jpg);
  padding: 5% 0;
}
.high-brand-logo {
  display: block;
  max-width: 320px;
  aspect-ratio: 320 / 209.79;
  position: relative;
  margin: 0 auto;

  & .high-brand-logo__img,
  & .high-brand-logo__shadow {
    width: 100%;
    height: auto;
  }

  & .high-brand-logo__img {
    position: relative;
  }

  & .high-brand-logo__shadow {
    opacity: 0.5;
    mix-blend-mode: multiply;
    filter: blur(2px);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .visual h1 img {
    object-fit: cover;
  }
  .interview_sec ul li {
    background-position: 80% 80%;
    height: 700px;
  }
  .interview_sec ul li p {
    width: 50%;
  }
  .merit_sec4 ul li:nth-child(1)::after,
  .merit_sec4 ul li:nth-child(2)::after {
    bottom: -52%;
    left: 50%;
    right: unset;
    top: unset;
    transform: rotateZ(90deg);
  }
  table {
    width: 100%;
  }
  .high-brand-logo_sec {
    padding: 10% 0;
  }
  .high-brand-logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .interview_sec ul li p,
  .merit_sec3 .w30 {
    width: 100%;
  }
  .interview_sec ul li .interview_bg {
    height: 380px;
  }
  table th {
    width: 100px;
  }
  .merit_sec3 li figure {
    width: 70%;
  }
  .interview_sec ul li .interview_bg img {
    object-position: 90% 50%;
  }
  .contact_sec {
    padding: 5% 0 8%;
  }
  .title {
    padding: 10px;
  }
  .title,
  .content p {
    font-size: 14px;
  }
  .content p {
    padding: 0 10px 10px;
  }
  .title::after,
  .title::before {
    right: 10px;
    top: 20px;
    width: 2px;
    height: 10px;
  }
  .interview_sec h3 {
    margin-top: 340px;
  }
  .merit_sec3 .f36 {
    font-size: 24px;
    line-height: 1.2;
  }
}
