@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.05em;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.enTxt {
  font-family: "Work Sans", sans-serif;
}

.enTxt2 {
  font-family: "EB Garamond", serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans Arabic", sans-serif;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.section__ttl {
  font-size: clamp(47px, 6vw, 96px);
  font-family: "Red Hat Text", sans-serif;
  color: #db0818;
  margin-bottom: 30px;
}
.section__ttl::after {
  content: "";
  display: block;
  color: #000;
  font-size: clamp(10px, 1vw, 14px);
  font-family: "Noto Sans Arabic", sans-serif;
  margin-top: 5px;
}

.cta {
  margin-bottom: 400px;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-bottom: 700px;
  }
}
.cta .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .cta .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.cta .entryBtn {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #db0818;
  color: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  position: relative;
  font-size: clamp(12px, 1.3vw, 18px);
  font-weight: 500;
  transition: 0.3s;
}
.cta .entryBtn:hover {
  background-color: #000;
}
.cta .entryBtn:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.cta .entryBtn img {
  position: absolute;
  right: 1%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta .entryBtn {
    width: 100%;
  }
}

.swiper {
  position: relative;
}
.swiper-slide2 {
  background: url(../../img/top/interview-bg.webp) no-repeat bottom right/60%;
}
.swiper .number {
  position: absolute;
  right: 10px;
  top: -20px;
}
.swiper h3 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.swiper p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.swiper .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(14px, 2vw, 18px);
  color: #db0818;
}
.swiper .link:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.swiper .link:hover img {
  transition: 0.3s;
}

.data__description {
  background: url(../../img/page/data--disc-bg.webp) no-repeat center right/40%;
  font-family: "Noto Sans JP", sans-serif;
}
.data__description h2 {
  font-size: clamp(18px, 2vw, 26px);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.data__description .card {
  border: 1px solid #db0818;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
}
.data__description .card h3 {
  font-size: clamp(12px, 1.5vw, 18px);
  margin-bottom: 20px;
  text-align: left;
}
.data__description .card p {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
.data__description .card p span {
  color: #db0818;
}
.data__description .card p .big {
  font-size: clamp(60px, 8vw, 90px);
  font-weight: 1000;
}
.data__description .card p .big2 {
  font-size: clamp(40px, 4vw, 70px);
  font-weight: 1000;
}
@media screen and (max-width: 768px) {
  .data__description .card p .big2 {
    font-size: clamp(60px, 8vw, 90px);
  }
}
.data__description .card p .mini {
  font-size: clamp(16px, 2vw, 20px);
}
.data__description .card .number {
  text-align: center;
}
.data__description .card .sub {
  color: #db0818;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.data__description .box1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .data__description .box1 {
    flex-direction: column;
  }
}
.data__description .box1 .card1 {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .data__description .box1 .card1 {
    width: 100%;
  }
}
.data__description .box1 .card1 .flex1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .data__description .box1 .card1 .flex1 {
    flex-direction: column;
    gap: 20px;
  }
}
.data__description .box1 .card1 .flex1 .col {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .data__description .box1 .card1 .flex1 .col {
    width: 100%;
  }
}
.data__description .box1 .card1 .flex1 .col .number {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .data__description .box1 .card1 .flex1 .col .number {
    margin-bottom: 10px;
  }
}
.data__description .box1 .card1 .flex1 .col p {
  font-size: clamp(12px, 1.5vw, 16px);
}
.data__description .box1 .card2 {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .data__description .box1 .card2 {
    width: 100%;
  }
}
.data__description .box2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .data__description .box2 {
    flex-direction: column;
  }
}
.data__description .box2 .card {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .data__description .box2 .card {
    width: 100%;
  }
}
.data__description .box2 .card .flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.data__description .box2 .card .flex1 .col {
  width: 60%;
}
.data__description .box2 .card p {
  font-size: clamp(12px, 1.5vw, 16px);
}
.data__description .box3 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .data__description .box3 {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.data__description .box3 .card {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .data__description .box3 .card {
    width: 100%;
  }
}
.data__description .box3 .card h3 {
  margin-bottom: 20px;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.benefits {
  margin-bottom: 400px;
}
@media screen and (max-width: 768px) {
  .benefits {
    margin-bottom: 700px;
  }
}
.benefits h3 {
  padding: 30px;
  background: #fff0f0;
  border-radius: 16px;
  margin-bottom: 70px;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.5;
}
.benefits__box {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .benefits__box {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
}
.benefits__card {
  border: 1px solid #DB0818;
  border-radius: 16px;
  width: 32%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .benefits__card {
    width: 90%;
    margin: 0 auto;
  }
}
.benefits__card h4 {
  font-size: clamp(16px, 1.5vw, 20px);
  border-bottom: 1px solid #DB0818;
  padding: 25px;
  background-color: #FFF0F0;
}
.benefits__card .cm {
  font-size: clamp(14px, 1.5vw, 18px);
  white-space: nowrap;
}
.benefits__card p {
  font-size: clamp(18px, 2vw, 26px);
  padding: 25px;
  font-weight: 600;
  line-height: 1.5;
}
.benefits__card p .red1 {
  color: #DB0818;
  font-size: clamp(22px, 3vw, 36px);
}
.benefits__card p .red2 {
  color: #DB0818;
  font-size: clamp(18px, 3vw, 32px);
}
.benefits__card p .red3 {
  color: #DB0818;
  font-size: clamp(16px, 2.5vw, 30px);
}
.benefits__card p .mini {
  font-size: clamp(14px, 1.5vw, 20px);
}
.benefits__card .mini2 {
  font-size: clamp(12px, 1.5vw, 18px);
}
.benefits__card .p10 {
  padding: 25px 10px;
  font-size: clamp(14px, 1.5vw, 18px) !important;
}
.benefits__card .red-mini {
  font-size: clamp(14px, 1.5vw, 20px);
  color: #DB0818;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .benefits__card .red-mini {
    height: auto;
  }
}
.benefits__card .red-mini .bk {
  color: #000;
}

.header {
  font-family: "Red Hat Text", sans-serif;
  position: fixed;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.header__inner {
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 10px 20px 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 460px) {
  .header__logo img {
    width: 85px;
  }
}
.header__logo::after {
  content: "Recruit Site";
  display: block;
  margin-left: 20px;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .header__logo::after {
    margin-left: 10px;
  }
}
.header__logo.is-open::after {
  opacity: 0;
  visibility: hidden;
}
.header__nav {
  margin-left: auto;
}
.header__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    gap: 10px;
  }
}
.header__nav ul .entry {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
  width: 50%;
  width: 120px;
  height: 120px;
  background-color: #db0818;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s;
  pointer-events: auto;
  box-shadow: 0 1px 4px #555;
  cursor: pointer;
  position: relative;
  z-index: 100000;
}
@media screen and (max-width: 768px) {
  .header__nav ul .entry {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .header__nav ul .entry {
    width: 70px;
    height: 70px;
    font-size: 11px;
  }
}
.header__nav ul .menu {
  font-weight: bold;
  font-size: clamp(12px, 2vw, 18px);
  color: #db0818;
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  pointer-events: auto;
  box-shadow: 0 1px 4px #555;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 460px) {
  .header__nav ul .menu {
    width: 70px;
    height: 70px;
    font-size: 11px;
  }
}
.header__nav ul .menu span {
  display: block;
  border-radius: 10px;
  background-color: #db0818;
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu span {
    height: 1px;
  }
}
.header__nav ul .menu span:nth-child(1) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu span:nth-child(1) {
    margin-bottom: 10px;
  }
}
.header__nav ul .menu span:nth-child(3) {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu span:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.header__nav ul .menu.is-active span:nth-child(1) {
  transform: translateY(17px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
}
.header__nav ul .menu.is-active span:nth-child(2) {
  opacity: 0;
}
.header__nav ul .menu.is-active span:nth-child(3) {
  transform: translateY(-17px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__nav ul .menu.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.header__nav ul .description {
  font-weight: bold;
  font-size: clamp(12px, 2vw, 16px);
  color: #fff;
  grid-column: span 2;
  width: 255px;
  background-color: #db0818;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  pointer-events: auto;
  box-shadow: 0 1px 4px #555;
  transition: 0.3s;
}
.header__nav ul .description:hover {
  color: #db0818;
  background-color: #000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header__nav ul .description {
    display: none;
  }
}

.hmb-menu {
  transform: translateX(100%);
  opacity: 0;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
  position: fixed;
  z-index: 999;
  background: url(../../img/top/navmenu-bg.webp) no-repeat top center/cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .hmb-menu {
    background: url(../../img/top/navmenu-bg-sp.webp) no-repeat top center/cover;
  }
}
.hmb-menu.drawer {
  transform: translateX(0);
  opacity: 1;
}
.hmb-menu .hmb-inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.hmb-menu .hmb__nav {
  width: 50%;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .hmb-menu .hmb__nav {
    width: 80%;
  }
}
.hmb-menu .hmb__nav li {
  margin-bottom: 30px;
  width: 100%;
}
.hmb-menu .hmb__nav li a {
  font-weight: bold;
  font-size: clamp(14px, 3vw, 18px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.hmb-menu .hmb__nav li a:hover img {
  transform: translateX(10px);
}
.hmb-menu .hmb__nav li a img {
  margin-left: auto;
  width: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .hmb-menu .hmb__nav li a img {
    width: 30px;
  }
}
.hmb-menu .hmb-entry {
  width: 100%;
}
.hmb-menu .hmb-entry h3 {
  font-size: clamp(18px, 3vw, 22px);
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hmb-menu .hmb-entry h3 {
    display: none;
  }
}
.hmb-menu .hmb-entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #db0818;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
  font-size: clamp(12px, 1vw, 20px);
  font-weight: bold;
}
.hmb-menu .hmb-entry a:last-child {
  margin-bottom: 0;
}
.hmb-menu .hmb-entry a img {
  position: absolute;
  right: 1%;
}
.hmb-menu .hmb-entry a:hover {
  background: #000;
}
.hmb-menu .hmb-entry a:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.hmb-menu .hmb-entry a:hover img {
  transition: 0.3s;
}

.entry-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.entry-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.entry-modal__close {
  position: absolute;
  top: -100px;
  right: 0;
  cursor: pointer;
  width: 60px;
}
@media screen and (max-width: 500px) {
  .entry-modal__close {
    top: -70px;
    width: 40px;
  }
}
.entry-modal__close img {
  width: 100%;
}
.entry-modal__inner {
  width: min(90%, 700px);
  background: #fff;
  border-radius: 10px;
  padding: 80px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .entry-modal__inner {
    padding: 40px 20px;
  }
}
.entry-modal .hmb-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.entry-modal .hmb-entry .entryBtn {
  width: min(100%, 400px);
  min-height: 60px;
  background-color: #db0818;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 13px 10px;
  line-height: 2;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  position: relative;
  margin: 0 auto;
}
.entry-modal .hmb-entry .entryBtn:hover {
  background-color: #000;
}
.entry-modal .hmb-entry .entryBtn:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.entry-modal .hmb-entry .entryBtn img {
  position: absolute;
  right: 5%;
  transition: 0.3s;
}

.marquee-sp {
  overflow: hidden;
  margin-bottom: 400px;
  display: none;
}
@media screen and (max-width: 768px) {
  .marquee-sp {
    margin-bottom: 650px;
    display: block;
  }
}

.marquee__row {
  overflow: hidden;
  margin-bottom: 20px;
}

.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.marquee__row--top .marquee__inner {
  animation: scroll-right 20s linear infinite;
}

.marquee__row--bottom .marquee__inner {
  animation: scroll-left 18s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee__inner img {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .marquee__inner img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
  }
}

.footer {
  font-family: "Inter", sans-serif;
  position: relative;
  background: url(../../img/top/footer-bg.webp) no-repeat center center/cover;
  color: #fff;
  padding-top: 400px;
}
.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__cta {
  position: absolute;
  top: -40%;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__cta {
    flex-direction: column;
    top: -58%;
    gap: 20px;
  }
}
.footer__card {
  width: 40%;
  background: url(../../img/top/footer-card-bg1.webp) no-repeat center center/cover #db0818;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.footer__card:last-child {
  background: url(../../img/top/footer-card-bg2.webp) no-repeat center center/cover #db0818;
}
@media screen and (max-width: 768px) {
  .footer__card {
    width: 60%;
    margin: 0 auto;
    padding: 20px 40px;
    min-height: 440px;
  }
}
@media screen and (max-width: 600px) {
  .footer__card {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .footer__card {
    width: 90%;
    padding: 20px;
  }
}
.footer__card h3 {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 15px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .footer__card h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 4vw, 30px);
  }
}
.footer__card p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .footer__card p {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .footer__card p {
    margin-bottom: 0;
  }
}
.footer__card a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(12px, 2vw, 16px);
  color: #fff;
}
.footer__card a:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.footer__card a img {
  transition: 0.3s;
}
.footer__card .entryBtn {
  justify-content: center;
  background-color: #fff;
  color: #db0818;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 10px;
  position: relative;
  font-size: clamp(12px, 1.3vw, 18px);
  font-weight: 500;
  transition: 0.3s;
}
.footer__card .entryBtn:hover {
  background-color: #000;
}
.footer__card .entryBtn:last-child {
  margin-bottom: 0;
}
.footer__card .entryBtn img {
  position: absolute;
  right: 1%;
}
@media screen and (max-width: 768px) {
  .footer__card .entryBtn {
    margin-bottom: 10px;
  }
}
.footer__card .join {
  font-size: clamp(70px, 8vw, 100px);
  font-family: "Red Hat Text", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__card .join {
    margin-bottom: 25px;
  }
}
.footer__card .footer-card1 {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .footer__card .footer-card1 {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .footer__card .footer-card1 {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .footer__card .footer-card1 {
    width: 250px;
  }
}
.footer__card .footer-card2 {
  position: absolute;
  right: 20px;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  .footer__card .footer-card2 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__card .footer-card2 {
    width: 180px;
    top: 20px;
  }
}
.footer__box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__box {
    flex-direction: column;
    gap: 0;
  }
}
.footer__logo .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo .logo {
    margin-bottom: 15px;
  }
}
.footer__logo .logo::after {
  content: "Recruit Site";
  font-family: "Red Hat Text", sans-serif;
  display: block;
  margin-left: 20px;
  font-size: clamp(10px, 1vw, 14px);
}
@media screen and (max-width: 900px) {
  .footer__logo .logo img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo .logo img {
    width: 230px;
  }
}
.footer__logo .adress {
  font-size: clamp(10px, 1vw, 14px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__logo .adress {
    margin-bottom: 30px;
  }
}
.footer__logo .site {
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  align-items: center;
  color: #fff;
}
.footer__logo .site:hover img {
  transform: translateX(10px);
  content: url(../../img/top/allow-hover.svg);
}
.footer__logo .site img {
  width: 40px;
  margin-left: 5px;
  transition: 0.3s;
}
.footer__nav {
  margin-left: auto;
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 100px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    width: 100%;
  }
}
.footer__nav li a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(10px, 1vw, 14px);
  color: #fff;
}
.footer__nav li a:hover img {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    font-size: clamp(14px, 2vw, 18px);
    justify-content: space-between;
    width: 100%;
  }
}
.footer__nav li a img {
  margin-left: 5px;
  width: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__nav li a img {
    width: 30px;
    margin-left: 50px;
  }
}
.footer .copy {
  border-top: 1px solid #515151;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    justify-content: center;
  }
}
.footer .copy small {
  display: block;
  font-size: clamp(10px, 1vw, 12px);
  margin-right: 40px;
  padding: 40px 0;
  color: #7f7f7f;
  font-family: "Red Hat Text", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .copy small {
    margin-right: 0;
  }
}
.footer .copy .top {
  background-color: #515151;
  display: block;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer .copy .top {
    display: none;
  }
}

.footer2 .copy {
  text-align: center;
  padding: 50px 20px;
  font-size: 12px;
}

.contact {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 100px;
  }
}
.contact__ttl {
  font-size: clamp(36px, 3vw, 56px);
  margin-bottom: 30px;
}
.contact__ttl::after {
  content: "Entry";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
.contact__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 30px;
  }
}
.contact__form {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-bottom: 40px;
  }
}
.contact__form .smf-form .smf-radio-button-control__control:before {
  background: #000;
}
.contact__form .smf-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item {
    flex-direction: column;
  }
}
.contact__form .smf-item .smf-item__col--label {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item .smf-item__col--label {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
}
.contact__form .smf-item .smf-item__col--label .required {
  background-color: #db0818;
  color: #fff;
  font-size: clamp(10px, 1vw, 14px);
  border-radius: 3px;
  padding: 5px;
}
.contact__form .smf-item.require .smf-item__col--label {
  position: relative;
}
.contact__form .smf-item.require .smf-item__label__text {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item.require .smf-item__label__text {
    position: relative;
  }
}
.contact__form .smf-item.require .smf-item__label__text::after {
  content: "必須";
  background-color: #db0818;
  color: #fff;
  font-size: clamp(10px, 1vw, 14px);
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item.require .smf-item__label__text::after {
    right: -40px;
  }
}
.contact__form .smf-item .smf-item__col--controls {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item .smf-item__col--controls {
    width: 100%;
  }
}
.contact__form .smf-item .smf-item__col--controls input,
.contact__form .smf-item .smf-item__col--controls textarea,
.contact__form .smf-item .smf-item__col--controls select {
  width: 100%;
  padding: 20px 30px;
  background-color: #f4f4f4;
  border: none;
  box-sizing: border-box;
}
.contact__form .smf-item .smf-item__col--controls .smf-radio-button-control {
  margin-bottom: 10px;
}
.contact__form .smf-item .smf-item__col--controls .smf-radio-buttons-control__control {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact__form .smf-item .smf-item__col--controls input[type=radio] {
  margin: 0;
  width: auto;
  width: 20px;
  height: 20px;
  padding: 0;
}
.contact__form .smf-item .smf-item__col--controls.file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item .smf-item__col--controls.file {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.contact__form .smf-item .smf-item__col--controls.file .file-label {
  display: inline-block;
  padding: 25px 60px 25px 30px;
  background: #f4f4f4;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item .smf-item__col--controls.file .file-label {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
}
.contact__form .smf-item .smf-item__col--controls.file .file-label::after {
  content: "※3MB以内のファイル";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 12px;
}
.contact__form .smf-item .smf-item__col--controls.file .file-label input {
  display: none;
}
.contact__form .smf-item .smf-item__col--controls.file .file-label:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-item .smf-item__col--controls.file .file-name {
    width: 100%;
  }
}
.contact__form .row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form .row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact__form .row .label {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact__form .row .label {
    width: 100%;
  }
}
.contact__form .row input,
.contact__form .row select {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__form .row input,
  .contact__form .row select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .smf-button-control {
    width: 100%;
    margin: 0 auto;
  }
}
.contact__form .smf-button-control button {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  border: none;
  background-color: #db0818 !important;
  background-image: none !important;
  color: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  position: relative;
  font-size: clamp(12px, 1.3vw, 18px);
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.contact__form .smf-button-control button::after {
  content: "";
  position: absolute;
  right: 1%;
  transition: 0.3s;
  pointer-events: none !important;
  width: 50px;
  height: 50px;
  display: block;
  top: 55%;
  transform: translateY(-50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-image: url(../../img/top/arrow-right-white.svg);
}
.contact__form .smf-button-control button:hover {
  background-color: #000;
}
.contact__form .smf-button-control button:hover::after {
  transform: translate(10px, -50%);
  background-image: url(../../img/top/arrow-hover2.svg);
}
@media screen and (max-width: 768px) {
  .contact__form .smf-button-control button {
    width: 100%;
  }
}
.contact__form .smf-button-control__control[data-action=back] {
  width: 240px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  height: 50px !important;
  border: 1px solid #333 !important;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .contact__form .smf-button-control__control[data-action=back] {
    width: 100% !important;
    height: 60px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}
form[data-screen=confirm] .smf-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  form[data-screen=confirm] .smf-action {
    gap: 10px;
    margin-top: 30px;
    flex-direction: column;
  }
}
form[data-screen=confirm] .smf-action button {
  margin: 0;
}

.smf-placeholder + .smf-placeholder {
  margin: 20px 0;
}

.thanks__title {
  text-align: center;
  margin: 120px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.environment {
  margin-bottom: 100px;
  position: relative;
}
.environment .inner {
  position: relative;
  z-index: 3;
}
.environment .ashirai01 {
  position: absolute;
  bottom: 10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .environment .ashirai01 {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .environment {
    background: none;
  }
}
.environment .section__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .environment .section__ttl {
    font-size: 40px;
  }
}
.environment .section__ttl::after {
  content: "働く環境";
}
@media screen and (max-width: 768px) {
  .environment .section__ttl {
    margin-bottom: 20px;
  }
}
.environment__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .environment__box {
    display: none;
  }
}
.environment__img {
  width: 48%;
}
.environment__img img {
  width: 100%;
  display: none;
}
.environment__img .env-img.on {
  display: block;
}
.environment__col {
  width: 48%;
}
.environment__col .container {
  padding: 10px;
  border-bottom: 1px dotted #e4a2a7;
}
.environment__col .container:last-child {
  border-bottom: none;
}
.environment__col .card {
  display: block;
  padding: 25px;
  border-radius: 10px;
  color: #000;
  transition: 0.3s;
}
.environment__col .card:hover {
  background-color: #fff0f0;
}
.environment__col .card .ttl {
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 5px;
}
.environment__col .card .sub {
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 16px);
  font-family: "Red Hat Text", sans-serif;
  color: #e4a2a7;
  margin-bottom: 15px;
}
.environment__col .card .text {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.environment__col .card .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(14px, 2vw, 18px);
  color: #db0818;
}
.environment__col .card .btn:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.environment__col .card .btn img {
  transition: 0.3s;
}
.environment__box--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .environment__box--sp {
    display: block;
  }
}
.environment__box--sp .card {
  border-bottom: 1px dotted #e4a2a7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.environment__box--sp .card .img {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.environment__box--sp .card .ttl {
  font-size: clamp(22px, 2vw, 36px);
  margin-bottom: 5px;
}
.environment__box--sp .card .sub {
  font-weight: bold;
  font-size: clamp(12px, 2vw, 24px);
  font-family: "Red Hat Text", sans-serif;
  color: #e4a2a7;
  margin-bottom: 15px;
}
.environment__box--sp .card .text {
  font-size: clamp(14px, 2vw, 26px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.environment__box--sp .card .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(14px, 2vw, 26px);
  color: #db0818;
}
.environment__box--sp .card .btn:hover img {
  transform: translateX(10px);
}
.environment__box--sp .card .btn:hover img {
  transition: 0.3s;
}

.fv {
  position: relative;
}
.fv .ashirai01 {
  position: absolute;
  z-index: 3;
  left: 24%;
  top: 8%;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .fv .ashirai01 {
    width: 18vw;
    left: 31%;
    top: 7%;
  }
}
.fv .ashirai02 {
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 15%;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .fv .ashirai02 {
    width: 26vw;
    bottom: 30%;
  }
}
.fv .fv-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
}
.fv .fv-bg2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.fv__box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__box {
    top: 90%;
  }
}
.fv__ttl {
  font-size: clamp(80px, 10vw, 120px);
  font-family: "Red Hat Text", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    font-size: clamp(60px, 13vw, 136px);
  }
}
.fv__text {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: clamp(12px, 3vw, 26px);
  }
}

.swiper1 {
  position: relative;
  padding-bottom: 50px;
}

.swiper-pagination {
  position: absolute;
  bottom: -15% !important;
  left: -35% !important;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    left: -35% !important;
  }
}

.swiper-pagination-bullet {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
}
@media screen and (max-width: 550px) {
  .swiper-pagination-bullet {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 450px) {
  .swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
  }
}

.swiper-pagination-bullet img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

.normal {
  opacity: 1;
}

.active {
  opacity: 0;
}

.swiper-pagination-bullet-active .normal {
  opacity: 0;
}
.swiper-pagination-bullet-active .active {
  opacity: 1;
}

.interview__page {
  position: relative;
}
.interview__page .ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
}
.interview__page .ttl::after {
  content: "interview";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .interview__page .ttl {
    font-size: clamp(32px, 3.8vw, 56px);
    top: 65%;
  }
}

.interview__archive {
  margin-bottom: -80px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interview__archive {
    margin-bottom: 0;
  }
}
.interview__archive .ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
  width: 40%;
  line-height: 1.2;
}
.interview__archive .ttl p {
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  margin-top: 40px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .interview__archive .ttl p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview__archive .ttl {
    font-size: clamp(22px, 4vw, 56px);
    width: 90%;
    line-height: 1.5;
    padding-top: 420px;
  }
}

.know__page {
  position: relative;
  margin-bottom: 30px;
}
.know__page .ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
}
.know__page .ttl::after {
  content: "Data";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .know__page .ttl {
    font-size: clamp(32px, 4vw, 56px);
    top: 65%;
  }
}

.job__page {
  position: relative;
  margin-bottom: 30px;
}
.job__page .ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
}
.job__page .ttl::after {
  content: "Data";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .job__page .ttl {
    font-size: clamp(32px, 3.8vw, 56px);
    top: 65%;
  }
}

.data__page {
  position: relative;
  margin-bottom: 30px;
}
.data__page .ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
}
.data__page .ttl::after {
  content: "Data";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .data__page .ttl {
    font-size: clamp(26px, 3.8vw, 56px);
    top: 65%;
  }
}

.recruit__page {
  position: relative;
}
.recruit__page .ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  font-size: clamp(36px, 4vw, 56px);
}
.recruit__page .ttl::after {
  content: "Job description";
  font-size: clamp(12px, 1.5vw, 16px);
  color: #e4a2a7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .recruit__page .ttl {
    font-size: clamp(26px, 3.8vw, 56px);
    top: 65%;
  }
}

.interview {
  margin-bottom: 100px;
  overflow: hidden;
}
.interview .section__ttl::after {
  content: "インタビュー";
}
.interview .swiper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.interview .swiper .swiper-wrapper {
  transition-timing-function: linear; /* 速度を一定に保つ */
}
.interview .swiper-slide {
  background: url(../../img/top/interview-bg.webp) no-repeat bottom right/60%;
}
.interview .swiper .swiper-slide {
  padding-bottom: 40px;
  height: auto;
}
.interview .swiper .swiper-wrap {
  height: 100%;
}
.interview .swiper .number {
  position: absolute;
  right: 10px;
  top: -20px;
}
.interview .swiper h3 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.interview .swiper p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
}
.interview .swiper .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(14px, 2vw, 18px);
  color: #db0818;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview .swiper .link:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.interview .swiper .link:hover img {
  transition: 0.3s;
}

.interview__list {
  margin-bottom: 100px;
}
.interview__list .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .interview__list .inner {
    flex-direction: column;
  }
}
.interview__list .interview__card {
  width: 40%;
  background: url(../../img/top/interview-bg.webp) no-repeat bottom right/60%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview__list .interview__card {
    width: 100%;
  }
}
.interview__list .number {
  position: absolute;
  right: 30px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .interview__list .number {
    right: 40px;
  }
}
.interview__list .main-img {
  margin-bottom: 10px;
}
.interview__list h2 {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.interview__list p {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.interview__list .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: clamp(14px, 2vw, 18px);
  color: #db0818;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview__list .link:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.interview__list .link:hover img {
  transition: 0.3s;
}

.interview__article .interview__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex {
    flex-direction: column;
  }
}
.interview__article .interview__flex:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex:nth-child(2) {
    flex-direction: column;
  }
}
.interview__article .interview__flex .img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interview__article .interview__flex .col {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex .col {
    width: 100%;
  }
}
.interview__article .interview__flex .col h3 {
  font-size: clamp(18px, 2vw, 36px);
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex .col h3 {
    font-size: clamp(18px, 3vw, 36px);
  }
}
.interview__article .interview__flex .col p {
  line-height: 2;
  font-size: clamp(12px, 1.2vw, 18px);
}
@media screen and (max-width: 768px) {
  .interview__article .interview__flex .col p {
    font-size: clamp(12px, 2vw, 18px);
  }
}

.interview__message {
  background-color: #FFF0F0;
}
.interview__message .inner {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .interview__message .inner {
    padding: 50px 20px;
  }
}
.interview__message .inner .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .interview__message .inner .flex {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.interview__message .inner .flex img {
  border-radius: 38px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .interview__message .inner .flex img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interview__message .inner .flex .col {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .interview__message .inner .flex .col {
    width: 100%;
  }
}
.interview__message .inner .flex .col h2 {
  font-size: clamp(50px, 2vw, 96px);
  color: #DB0818;
  font-family: "Red Hat Text", sans-serif;
}
.interview__message .inner .flex .col h2::after {
  content: "求職者へのメッセージ";
  font-size: clamp(10px, 1vw, 12px);
  margin-top: 5px;
  margin-bottom: 20px;
  display: block;
  color: #000;
}
.interview__message .inner .flex .col p {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.5;
}
.interview__message .inner .cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .interview__message .inner .cta {
    flex-direction: column;
    gap: 20px;
  }
}

.fv.interview__archive {
  margin-bottom: -150px;
}
@media screen and (max-width: 768px) {
  .fv.interview__archive {
    padding-top: 120px;
    margin-bottom: 80px;
  }
}
.fv.interview__archive img {
  width: 80%;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv.interview__archive img {
    width: 150%;
    transform: scale(1.4);
    margin-left: -55px;
    margin-right: auto;
  }
}

.wrap {
  overflow: hidden;
}

.message {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 250px;
  }
}
@media screen and (max-width: 500px) {
  .message {
    margin-top: 200px;
  }
}
.message .ashirai01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -5%;
}
@media screen and (max-width: 500px) {
  .message .ashirai01 {
    top: 10%;
    width: 55%;
  }
}
.message .ashirai02 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 5%;
}
@media screen and (max-width: 500px) {
  .message .ashirai02 {
    width: 55%;
  }
}
.message .inner {
  position: relative;
  z-index: 2;
}
.message .section__ttl::after {
  content: "メッセージ";
}
.message__sub {
  font-size: clamp(28px, 2vw, 46px);
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .message__sub {
    margin-bottom: 20px;
  }
}
.message__text {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 500;
}
.message__btn {
  display: inline-block;
  background-color: #db0818;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 13px 10px;
  line-height: 2;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.message__btn:hover {
  background-color: #000;
}
.message__btn:hover img {
  transform: translateX(10px);
  content: url(../../img/top/arrow-hover2.svg);
}
.message__btn img {
  position: absolute;
  right: 5%;
  transition: 0.3s;
}

.know__description {
  background: url(../../img/page/data--disc-bg.webp) no-repeat center right/50%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .know__description {
    background: none;
  }
}
.know__description .ttl {
  padding: 30px;
  background: #fff0f0;
  border-radius: 16px;
  margin-bottom: 30px;
}
.know__description .ttl h3 {
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.2;
  margin-bottom: 20px;
}
.know__description .ttl p {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
}
.know__description .box {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .know__description .box {
    margin-bottom: 50px;
  }
}
.know__description .box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .know__description .box .flex {
    flex-direction: column;
  }
}
.know__description .box .flex img {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .know__description .box .flex img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.know__description .box .flex .col {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .know__description .box .flex .col {
    width: 100%;
  }
}
.know__description .box .flex .col h3 {
  font-size: clamp(16px, 3vw, 22px);
  margin-bottom: 20px;
}
.know__description .box .flex .col p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
}
.know__description .events {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .know__description .events {
    margin-bottom: 50px;
  }
}
.know__description .events h3 {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  margin-bottom: 10px;
}
.know__description .events p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.know__description .events .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.know__description .events .flex .card {
  width: 23%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .know__description .events .flex .card {
    width: 48%;
  }
}
.know__description .events .flex .card img {
  margin-bottom: 10px;
}
.know__description .events .flex .card h4 {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
}

.job__description {
  background: url(../../img/page/data--disc-bg.webp) no-repeat center right/50%;
}
.job__description .box {
  margin-bottom: 50px;
}
.job__description .box li {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #db0818;
  color: #000;
  border-radius: 10px;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .job__description .box li {
    padding: 20px;
  }
}
.job__description .box li h3 {
  font-size: clamp(16px, 3vw, 22px);
  margin-bottom: 10px;
}
.job__description .box li {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
}
.job__description .box li img {
  transition: 0.3s;
}
.job__description .bottom__ttl {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.job__description .bottom__text {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.job__description .swiper {
  margin-bottom: 100px;
  overflow: visible;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.job__description .swiper .swiper-wrapper {
  transition-timing-function: linear;
  /* 速度を一定に保つ */
}
@media screen and (max-width: 768px) {
  .job__description .swiper {
    left: 0;
  }
}

.job__message {
  background-color: #fff0f0;
  padding: 100px 0 450px;
}
@media screen and (max-width: 768px) {
  .job__message {
    padding-bottom: 700px;
  }
}
.job__message h2 {
  font-size: clamp(50px, 7vw, 96px);
  color: #db0818;
  margin-bottom: 10px;
  font-family: "Red Hat Text", sans-serif;
}
.job__message p {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.5;
}

.qa {
  position: relative;
}
.qa .inner {
  position: relative;
  z-index: 3;
}
.qa .ashirai01 {
  position: absolute;
  top: -10%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .qa .ashirai01 {
    width: 40vw;
  }
}
.qa .ashirai02 {
  position: absolute;
  bottom: 20%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .qa .ashirai02 {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .qa {
    display: none;
  }
}
.qa {
  margin-bottom: 100px;
}
.qa .section__ttl::after {
  content: "よくある質問";
}
.qa__box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #db0818;
}
.qa__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.qa__ttl .q {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 22px);
  color: #fff;
  background-color: #db0818;
  font-family: "Red Hat Text", sans-serif;
  border-radius: 50%;
  padding: 5px 7px;
  margin-right: 20px;
}
.qa__ttl .question {
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Noto Sans", sans-serif;
}
.qa__ttl .open {
  margin-left: auto;
  display: block;
  height: 26px;
  width: 26px;
  position: relative;
  cursor: pointer;
}
.qa__ttl .open span {
  width: 100%;
  height: 2px;
  background-color: #db0818;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.qa__ttl .open span:nth-child(2) {
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.qa .qa__box.oc .open span:nth-child(2) {
  transform: translateX(-50%) scaleY(0);
}
.qa__text {
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  padding: 0 50px;
  opacity: 0;
  transition: all 0.3s;
}

.qa__box.oc .qa__text {
  max-height: 1000px;
  padding: 40px 50px;
  opacity: 1;
}

.marquee {
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 400px;
  display: block;
}
@media screen and (max-width: 768px) {
  .marquee {
    margin-bottom: 650px;
    display: none;
  }
}

.marquee__row {
  overflow: hidden;
  margin-bottom: 20px;
}

.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.marquee__row--top .marquee__inner {
  animation: scroll-right 20s linear infinite;
}

.marquee__row--bottom .marquee__inner {
  animation: scroll-left 18s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee__inner img {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .marquee__inner img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
  }
}

.page-recruit {
  font-family: "Noto Sans JP", sans-serif;
  background: url(../../img/page/data--disc-bg.webp) no-repeat center right/50%;
  margin-bottom: 100px;
}
.page-recruit .cta {
  margin-bottom: 50px;
  padding: 0;
}
.page-recruit .cta .inner {
  padding: 0;
  gap: 20px;
}
.page-recruit .cta .entryBtn {
  border: none;
  cursor: pointer;
  border: 1px solid #db0818;
}
.page-recruit .cta .entryBtn:hover {
  border: 1px solid #db0818;
  background-color: #fff;
  color: #db0818;
}
.page-recruit .cta .entryBtn:hover img {
  transform: none;
  content: url("../../img/page/arrow-bottom2.svg");
}
.page-recruit .cta .entryBtn.select {
  border: 1px solid #db0818;
  background-color: #fff;
  color: #db0818;
}
.page-recruit__list {
  margin-bottom: 30px;
}
.page-recruit__list h3 {
  font-size: clamp(14px, 2vw, 18px);
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.page-recruit__list li {
  margin-bottom: 20px;
}
.page-recruit__list li h4 {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.3;
}
.page-recruit__list li p {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
}
.page-recruit__list .big {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}

.tab__item img {
  content: url("../../img/page/arrow-bottom1.svg");
}

.tab__item.select img {
  content: url("../../img/page/arrow-bottom2.svg");
}

.tab__contents {
  display: none;
}

.tab__contents.is_show {
  display: block;
}/*# sourceMappingURL=style.css.map */