/**
 * Recruit2 Page Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
.interview-marquee-section {
  overflow: hidden;
  padding: 0;
  background: #fff;
  height: 144px;
}
@media (max-width: 768px) {
  .interview-marquee-section {
    height: auto;
    padding: 20px 0 0;
  }
}

.interview-marquee {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.interview-marquee-track {
  display: flex;
  animation: marquee-scroll 35s linear infinite;
  width: fit-content;
}

.interview-marquee-text {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: #0370b0;
  white-space: nowrap;
  padding: 0 40px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .interview-marquee-text {
    font-size: clamp(50px, 23vw, 120px);
    padding: 0 20px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.interview-hero {
  position: relative;
  z-index: 2;
  margin-top: -144px;
  padding: 0 0 90px;
  background: transparent;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .interview-hero {
    margin-top: -50px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .interview-hero {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .interview-hero {
    margin-top: 0;
    padding: 0 0 30px;
    background: #fff;
  }
}

.interview-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 485fr 860fr;
  gap: clamp(25px, 10px + 2.3vw, 55px);
  align-items: end;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .interview-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .interview-hero-inner {
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .interview-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    padding: 0;
  }
}

.interview-hero-content {
  order: 1;
}
@media (max-width: 768px) {
  .interview-hero-content {
    order: 2;
    padding: 0 20px;
  }
}

.interview-catchphrase {
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 600;
  color: #0370b0;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
@media (max-width: 991px) {
  .interview-catchphrase br {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .interview-catchphrase {
    margin: 0 0 6px 0;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .interview-catchphrase {
    margin: 0 0 4px 0;
  }
}
@media (max-width: 768px) {
  .interview-catchphrase {
    font-size: clamp(20px, 5vw, 24px);
    margin: 0 0 8px 0;
  }
}

.interview-profile {
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .interview-profile {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .interview-profile {
    margin-bottom: 2px;
  }
}
.interview-profile .interview-department {
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .interview-profile .interview-department {
    margin: 0 0 4px 0;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .interview-profile .interview-department {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 768px) {
  .interview-profile .interview-department {
    font-size: 18px;
  }
}
.interview-profile .interview-name {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  color: #222;
  margin: 0;
}
@media (max-width: 768px) {
  .interview-profile .interview-name {
    font-size: 16px;
  }
}

.interview-hero-content .interview-introduction p {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  margin: 0;
}
@media (max-width: 768px) {
  .interview-hero-content .interview-introduction p {
    font-size: 16px;
  }
}

.interview-hero-photo {
  order: 2;
}
@media (max-width: 768px) {
  .interview-hero-photo {
    order: 1;
    padding-left: 20px;
  }
}
.interview-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 860/671;
}
@media (max-width: 768px) {
  .interview-hero-photo img {
    aspect-ratio: 6/5;
  }
}

.interview-gallery-section {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
}

.interview-gallery-slider {
  width: 100%;
  overflow: hidden;
}

.interview-gallery-track {
  display: flex;
  gap: 20px;
  animation: gallery-scroll 30s linear infinite;
  width: fit-content;
}
@media (max-width: 768px) {
  .interview-gallery-track {
    animation-duration: 20s;
  }
}

.interview-gallery-slide {
  flex: 0 0 25vw;
  width: 25vw;
}
@media (max-width: 768px) {
  .interview-gallery-slide {
    flex: 0 0 70vw;
    width: 70vw;
  }
}
.interview-gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
}
@media (max-width: 768px) {
  .interview-gallery-slide img {
    aspect-ratio: 3/2;
  }
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.interview-qa-section {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .interview-qa-section {
    padding: 40px 0;
  }
}

.interview-qa-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 65px;
}
@media (max-width: 992px) {
  .interview-qa-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.interview-qa-nav {
  position: sticky;
  top: 120px;
  height: fit-content;
  align-self: start;
}
@media (max-width: 992px) {
  .interview-qa-nav {
    position: static;
    display: block;
    margin-bottom: 0;
    align-self: auto;
  }
}
.interview-qa-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.interview-qa-nav li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .interview-qa-nav li {
    margin-bottom: 15px;
  }
}
.interview-qa-nav li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 120%;
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 35px;
  position: relative;
}
.interview-qa-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 25px;
  height: 2px;
  background-color: currentColor;
}
.interview-qa-nav li a:hover {
  color: #0370b0;
}
@media (max-width: 768px) {
  .interview-qa-nav li a {
    font-size: 16px;
  }
  .interview-qa-nav li a br {
    display: none;
  }
}

.interview-qa-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .interview-qa-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
.interview-qa-row:last-child {
  margin-bottom: 0;
}

.interview-qa-row--1 {
  align-items: stretch;
}
.interview-qa-row--1 .interview-qa-text-block {
  order: 1;
}
.interview-qa-row--1 .interview-qa-photo--pc {
  order: 2;
}

.interview-qa-row--2 {
  align-items: stretch;
}
.interview-qa-row--2 .interview-qa-photo--2 {
  order: 1;
}
@media (max-width: 768px) {
  .interview-qa-row--2 .interview-qa-photo--2 {
    order: 0;
  }
}
.interview-qa-row--2 .interview-qa-text-block {
  order: 2;
}
@media (max-width: 768px) {
  .interview-qa-row--2 .interview-qa-text-block {
    order: 1;
  }
}

.interview-qa-text-block {
  display: flex;
  flex-direction: column;
}
.interview-qa-text-block .interview-qa-item:last-child {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .interview-qa-text-block .interview-qa-item:last-child {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.interview-qa-item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .interview-qa-item {
    margin-bottom: 25px;
  }
}
.interview-qa-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .interview-qa-item:last-child {
    margin-bottom: 25px;
  }
}

.interview-qa-question {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #0370b0;
  line-height: 140%;
}
@media (max-width: 768px) {
  .interview-qa-question {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.interview-qa-answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000;
}
@media (max-width: 768px) {
  .interview-qa-answer {
    font-size: 16px;
  }
}

.interview-qa-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 50/69;
  object-fit: cover;
}
@media (max-width: 768px) {
  .interview-qa-photo img {
    aspect-ratio: 33/20;
  }
}

.interview-qa-photo--pc {
  display: block;
}
@media (max-width: 768px) {
  .interview-qa-photo--pc {
    display: none;
  }
}

.interview-qa-photo--sp {
  display: none;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .interview-qa-photo--sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .interview-qa-photo--2 {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 768px) {
  .interview-qa-row--2 .interview-qa-text-block .interview-qa-item:last-child {
    margin-bottom: 0;
  }
}

.interview-qa-nav a.is-active {
  color: #0370b0;
  font-weight: 600;
}

.interview-message-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0370b0;
}
@media (max-width: 768px) {
  .interview-message-section {
    height: 100svh;
    min-height: 600px;
  }
}

.interview-message-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image-pc);
  background-size: cover;
  background-position: center 70px;
  background-attachment: fixed;
  z-index: 1;
}
@media (max-width: 992px) and (min-width: 769px) {
  .interview-message-bg {
    background-position: center 56px;
  }
}
@media (max-width: 768px) {
  .interview-message-bg {
    background-image: var(--bg-image-sp);
    background-position: top center;
    background-attachment: scroll;
  }
}
.interview-message-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.4);
}

.interview-message-content {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px clamp(20px, 10vw, 180px) 100px calc(20px + 40px);
  text-align: left;
  color: #fff;
}
@media (max-width: 1280px) {
  .interview-message-content {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .interview-message-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .interview-message-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 40px 20px 60px;
    text-align: left;
  }
}

.interview-message-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(90px, 8vw, 120px);
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid #fff;
}
.interview-message-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 2px;
  background: #fff;
}
.interview-message-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 2px;
  background: #fff;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .interview-message-title {
    font-size: clamp(60px, 8vw, 90px);
  }
}
@media (max-width: 768px) {
  .interview-message-title {
    font-size: 60px;
  }
}

.interview-message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .interview-message-text {
    font-size: 16px;
  }
}

.interview-message-section + section {
  position: relative;
  z-index: 10;
}

/**
 * Mixins
 *
 * @package TouwaNew
 */
.recruit-entry-section {
  position: relative;
  overflow: hidden;
  background: #0370b0;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .recruit-entry-section {
    padding: 50px 0;
  }
}

.recruit-entry-bg {
  display: none;
}

.recruit-entry-container {
  position: relative;
  display: grid;
  grid-template-columns: 50vw 1fr;
}
@media (max-width: 768px) {
  .recruit-entry-container {
    display: block;
    min-height: auto;
  }
}

.recruit-entry-content {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: 0 40px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  min-height: 31.6960190379vw;
}
@media (max-width: 768px) {
  .recruit-entry-content {
    max-width: none;
    margin-left: 0;
    padding: 0 20px;
    min-height: auto;
  }
}

.recruit-entry-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(120px, 9vw, 170px);
  font-weight: 900;
  line-height: 100%;
  color: #0370b0;
  width: 45vw;
  padding: 10px 40px;
  margin-top: 0;
  margin-left: calc(-50vw + 100%);
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  text-align: right;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recruit-entry-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.recruit-entry-title.is-visible::before {
  transform: scaleX(1);
}
@media (max-width: 1200px) and (min-width: 769px) {
  .recruit-entry-title {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) and (orientation: portrait) {
  .recruit-entry-title {
    width: 49vw;
    font-size: clamp(80px, 10vw, 120px);
  }
}
@media (max-width: 768px) {
  .recruit-entry-title {
    width: auto;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 60px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.recruit-entry-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .recruit-entry-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.recruit-entry-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .recruit-entry-buttons {
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }
}

.recruit-entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  height: 70px;
  padding: 0;
  text-decoration: none;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-entry-btn {
    width: 270px;
    height: 50px;
  }
}
.recruit-entry-btn .arrow,
.recruit-entry-btn .btn-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit-entry-btn .arrow,
  .recruit-entry-btn .btn-arrow {
    right: 15px;
  }
}
.recruit-entry-btn--primary {
  background-color: #0BBBBE;
  color: #fff;
  border: 2px solid #fff;
}
.recruit-entry-btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.recruit-entry-btn--primary:hover {
  color: #0BBBBE;
  border-color: #0BBBBE;
  text-decoration: none;
}
.recruit-entry-btn--primary:hover::before {
  transform: scaleX(1);
}
.recruit-entry-btn--outline {
  background-color: #fff;
  color: #0BBBBE;
  border: 2px solid #0BBBBE;
}
.recruit-entry-btn--outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0BBBBE;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.recruit-entry-btn--outline:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.recruit-entry-btn--outline:hover::before {
  transform: scaleX(1);
}

.recruit-entry-images {
  position: relative;
}
@media (max-width: 768px) {
  .recruit-entry-images--pc {
    display: none;
  }
}
.recruit-entry-images--sp {
  display: none;
}
@media (max-width: 768px) {
  .recruit-entry-images--sp {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
}

.recruit-entry-image {
  position: absolute;
}
.recruit-entry-image img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit-entry-image--staff {
  right: 0;
  top: 0;
  width: 50vw;
  z-index: 1;
}
.recruit-entry-image--staff img {
  aspect-ratio: 973/488;
  object-fit: cover;
}
.recruit-entry-images--sp .recruit-entry-image--staff {
  position: relative;
  left: 0;
  right: auto;
  width: 92vw;
  margin-left: -20px;
}
.recruit-entry-images--sp .recruit-entry-image--staff img {
  aspect-ratio: 9/5;
}
.recruit-entry-image--building {
  left: 2vw;
  transform: translateX(-50%);
  top: 13.7923946557vw;
  width: 31.5vw;
  z-index: 2;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .recruit-entry-image--building {
    left: 10vw;
    width: 35vw;
    top: 20.5632065776vw;
  }
}
.recruit-entry-image--building img {
  aspect-ratio: 607/345;
  object-fit: cover;
}
.recruit-entry-images--sp .recruit-entry-image--building {
  position: relative;
  left: auto;
  right: 0;
  top: -30px;
  transform: none;
  width: 72.5vw;
  margin-left: auto;
  margin-right: -20px;
}
.recruit-entry-images--sp .recruit-entry-image--building img {
  aspect-ratio: 283/155;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.recruit-entry-image.animate-on-scroll {
  opacity: 0;
  transform: none;
  transition: opacity 0.8s ease;
}
.recruit-entry-image.animate-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.recruit-entry-image--building.animate-on-scroll {
  transform: translateX(-50%);
}
.recruit-entry-image--building.animate-on-scroll.is-visible {
  transform: translateX(-50%);
}

.recruit-entry-title.animate-on-scroll {
  transition-delay: 0s;
}

.recruit-entry-text.animate-on-scroll {
  transition-delay: 0.15s;
}

.recruit-entry-buttons.animate-on-scroll {
  transition-delay: 0.3s;
}

.recruit-entry-image--staff.animate-on-scroll {
  transition-delay: 0.2s;
}

.recruit-entry-image--building.animate-on-scroll {
  transition-delay: 0.4s;
}

/**
 * Partner Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
.partner-section {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #fff;
  border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .partner-section {
    padding: 40px 0;
  }
}
.partner-section .partner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .partner-section .partner-container {
    padding: 0 20px;
  }
}
.partner-section .partner-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .partner-section .partner-banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .partner-section .partner-banners {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.partner-section .partner-banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.partner-section .partner-banner-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.partner-section .partner-banner-item img {
  max-width: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/*# sourceMappingURL=style.css.map */
