@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
  word-break: break-all;
}

a {
  color: var(--bs-body-color);
}

a:hover {
  color: #e60012;
}

a:hover img {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.h2-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.5;
  font-weight: bold;
}

h3.h3-borber-l-red {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  line-height: 1.25;
  font-weight: bold;
  padding-left: 12px;
  border-left: solid 6px #e60012;
}

.h4-title {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  padding: 0 8px;
  padding-bottom: 6px;
  margin-bottom: 0;
  background-image: radial-gradient(circle, #231815 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

/*テキストサイズ*/
.text-s {
  font-size: clamp(0.85rem, 2vw, 1rem);
}

.text-n {
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.text-n2 {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
}

.text-m {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}

.text-l {
  font-size: clamp(2.5rem, 4vw, 3rem);
}

.text-t {
  font-size: clamp(4rem, 6vw, 5.5rem);
}

.w7 {
  font-weight: 700;
}

.lh-05 {
  line-height: 0.5;
}

.lh-07 {
  line-height: 0.7;
}

@media (min-width: 992px) {
  .lh-lg-2half {
    line-height: 2.5;
  }

  .lh-lg-2 {
    line-height: 2;
  }

  .lh-lg-3 {
    line-height: 3;
  }
}

@media (max-width: 768px) {
  .p-sp-0 {
    padding: 0 !important;
  }

  .gx-sp-0 {
    --bs-gutter-x: 0;
  }

  .m-sp-0 {
    margin: 0;
  }
}

.rounded-10 {
  border-radius: 10px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .w-50-tab {
    width: 50%;
  }
}

/*矢印ボタン動き　デフォルト*/
.circle-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  /*border-radius: 50%;*/
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.35s ease;
}

.circle-arrow:hover {
  background: #e60012;
  border-color: #fff;
  transform: scale(1.18);
}

.arrow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.arrow1 {
  opacity: 1;
}

.arrow2 {
  transform: translate(-180%, -50%);
  opacity: 0;
}

.circle-arrow:hover .arrow1 {
  transform: translate(120%, -50%);
  opacity: 0;
}

.circle-arrow:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.circle-arrow:hover i {
  color: #e60012;
}

/*読み込みで色変化*/
.color-change {
  display: inline-block;
  background: linear-gradient(
    to right,
    #e60012 0%,
    #e60012 50%,
    #212529 50%,
    #212529 100%
  );
  background-size: 200% 100%;
  background-position: 100% 0;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: background-position 1.2s ease;
}

.color-change.is-visible {
  background-position: 0 0;
}

.gotham-bold {
  font-family: "mukta-mahee", sans-serif;
  font-weight: 700;
  font-style: normal;
  word-break: break-all;
}

.gotham-black {
  font-family: "mukta-mahee", sans-serif;
  font-weight: 800;
  font-style: normal;
  word-break: break-all;
}

.logoline-bold {
  font-family: "logo-line-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gotham-black.text-t {
  letter-spacing: 0;
}

.gotham-black.text-l {
  letter-spacing: 0;
}

.text-red {
  color: #e60012;
}

.bg-red {
  background-color: #e60012;
}

.text-gray {
  color: #727171;
}

.bg-gray {
  background-color: #f5f5f6;
}

.bg-blue {
  background-color: #dbe6ed;
}

.bg-red-img {
  background-image: url("./img/bg-red-img.jpg");
  background-position: center center;
  background-size: cover;
}

.border-bottom-gray {
  border-bottom: solid 1.5px #dbdcdc;
}

/*ボタン*/
.red-btn,
.white-btn {
  width: 250px;
  max-width: 100%;
  padding: 12px 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.footer-btn-pages .white-btn {
  width: 300px;
  max-width: 100%;
}

.red-btn {
  background: #e60012;
  border: 1px solid #e60012 !important;
}

.white-btn {
  background: #fff;
  border: 1px solid #e60012 !important;
}

.red-btn .btn-text {
  flex: 1;
  color: #fff;
  font-weight: bold;
}

.white-btn .btn-text {
  flex: 1;
  color: #e60012;
  font-weight: bold;
}

.arrow-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: 0.3s;
  overflow: hidden;
}

.red-btn:hover .arrow-box {
  background: #fff;
  border: solid 1px #fff !important;
}

.white-btn:hover .arrow-box {
  background: #e60012;
  border: solid 1px #e60012 !important;
}

.arrow-wrap {
  position: relative;
  width: 20px;
  height: 20px;
}

.arrow-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease, font-size 0.3s, color 0.3s;
}

.red-btn .arrow-wrap i {
  color: #fff;
}

.white-btn .arrow-wrap i {
  color: #e60012;
}

.arrow1 {
  opacity: 1;
}

.arrow2 {
  transform: translate(-180%, -50%);
  opacity: 0;
}

.red-btn:hover .arrow1,
.white-btn:hover .arrow1 {
  transform: translate(120%, -50%);
  opacity: 0;
}

.red-btn:hover .arrow2,
.white-btn:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.red-btn:hover .arrow-wrap i {
  color: #e60012;
}

.white-btn:hover .arrow-wrap i {
  color: #fff;
}

/*ロゴ*/
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 116px;
  z-index: 998;
  border-radius: 0 0 5px 0;
  background-image: url("./img/SVG/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999em;
}

@media (max-width: 576px) {
  .header-logo {
    width: 150px;
    height: 58px;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .header-logo {
    width: 200px;
    height: 77px;
  }
}

.fixed-button {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1000;
}

@media (max-width: 768px) and (min-width: 576px) {
  .fixed-button {
    position: fixed;
    top: 16px;
    right: 24px;
    z-index: 1000;
  }
}

@media (max-width: 568px) {
  .fixed-button {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 1000;
  }
}

.container-front {
  margin-left: clamp(24px, 5vw, 80px);
}

@media (min-width: 1200px) {
  .container-front {
    margin-left: clamp(24px, 10vw, 100px);
  }
}

@media (min-width: 1400px) {
  .container-front {
    margin-left: clamp(24px, 10vw, 100px);
  }
}

@media (min-width: 1600px) {
  .container-front {
    margin-left: clamp(24px, 15vw, 130px);
  }
}

@media (min-width: 1800px) {
  .container-front {
    margin-left: clamp(24px, 15vw, 240px);
  }
}

.top-text-1 {
  width: 100%;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.top-text-1-gray {
  margin-top: 2% !important;
}

.width-top-text-1 {
  width: 90%;
  margin: 0 auto;
}

.marquee-wrap {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 2%;
  width: max-content;
  will-change: transform;
}

.marquee-track img {
  width: 120vw;
  min-width: 1200px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .marquee-track img {
    width: 180vw;
    min-width: 1200px;
    height: auto;
    flex-shrink: 0;
  }
}

/* 120vw 用 */
.marquee-track.is-wide img {
  width: 180vw;
  min-width: 1200px;
}

.u-native-flow-wrap {
  width: 100%;
  overflow: hidden;
}

.u-native-flow-track {
  display: flex;
  align-items: center;
  gap: 0 1em;
  /*width: max-content;*/
  will-change: transform;
}

/*
.u-native-flow-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.u-native-flow-slide .img {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .u-native-flow-slide .img {
    height: 600px;
  }
}
*/

.u-native-flow-slide .img.type-1 {
  width: clamp(230px, 42vw, 520px);
  padding-top: calc(0.8% * 2);
}

.u-native-flow-slide .img.type-2 {
  width: clamp(170px, 30vw, 370px);
  margin-top: calc(0.8% * 10);
}

.u-native-flow-slide .img.type-3 {
  width: clamp(220px, 40vw, 500px);
}

.u-native-flow-slide .img.type-4 {
  width: clamp(180px, 32vw, 380px);
  padding-bottom: 3%;
}

.u-native-flow-slide .img.type-5 {
  width: clamp(270px, 48vw, 600px);
  margin-top: 12%;
}

.u-native-flow-slide .img.type-6 {
  width: clamp(200px, 40vw, 480px);
  margin-bottom: 10%;
}

.u-native-flow-slide .img.type-7 {
  width: clamp(180px, 32vw, 380px);
}

.u-native-flow-slide .img.type-8 {
  width: clamp(270px, 48vw, 600px);
  margin-top: 12%;
}

/*
@media (min-width: 768px) {
  .u-native-flow-slide .img {
    height: 600px;
  }
}

.u-native-flow-slide .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
*/

.rounded-gray-filed {
  border-radius: 60px 60px 0 0;
  overflow-x: hidden;
}

/*
@media (max-width: 768px) {
  .rounded-gray-filed {
    border-radius: 30px 30px 0 0;
  }
}
*/

/* =================================================
   右側のみ画面いっぱいにする
=================================================*/

.c-textimg-slider {
  position: relative;
}

/* =================================================
   スライド基本構造
=================================================*/

.c-textimg-slider__viewport {
  width: calc(100vw - ((100vw - 100%) / 2));
  overflow: hidden;
  padding-top: 20px;
}

.c-textimg-slider__track {
  display: flex;
  transition: transform 4s ease;
  will-change: transform;
}

.c-textimg-slider__slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  height: 480px;
}

@media (max-width: 992px) {
  .c-textimg-slider__viewport {
    width: 100%;
    overflow: visible;
    padding-top: 20px;
  }

  .c-textimg-slider__track {
    justify-content: flex-start;
  }

  .c-textimg-slider__slide {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .c-textimg-slider__slide {
    flex: 0 0 90%;
    height: auto;
  }
}

/* =================================================
   スライドデザイン
=================================================*/

.bussiness-slide {
  height: 100%;
  aspect-ratio: 294 / 353;
  background-color: #890d23;
  border-radius: 20px;
  position: relative;
  overflow: visible;
}

/* ===============================
   赤パネル（前面レイヤー）
=================================*/
.bussiness-slide .slide-area {
  position: absolute;
  inset: 0;
  background-color: #e60012;
  border-radius: 20px;
  padding: 8px;
  transform: translate(-12px, -12px);
  transition: transform 0.8s ease;
}

/* レイアウト */
.bussiness-slide .slide-rayout {
  position: relative;
  width: 100%;
  height: 100%;
}

.bussiness-slide .media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 画像 */
.bussiness-slide .media-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: solid 2px #e60012;
  box-sizing: border-box;
}

/* ===============================
   テキストエリア
=================================*/
.bussiness-slide .text-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  padding: 16px;
  background-color: #e60012;
  color: #fff;
  border-radius: 5px;
}

.bussiness-slide .text-area h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.bussiness-slide .text-area p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 576px) {
  .bussiness-slide .text-area p {
    font-size: 14px;
  }
}

/* ===============================
   矢印
=================================*/
.bussiness-slide .arrow-area {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bussiness-slide .arrow-area .arrow-box {
  background-color: #e60012;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: relative;
}

.bussiness-slide .arrow-area .arrow-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}

/* ===============================
   ホバー演出
=================================*/
.bussiness-slide:hover .slide-area {
  transform: translate(0, 0);
}

/* =================================================
   コントロールラッパー
=================================================*/

.c-textimg-slider__controls {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 480px;
}

/* PC時は縦並び */
@media (min-width: 992px) {
  .c-textimg-slider__controls {
    flex-direction: column;
  }
}

/* =================================================
   ボタン基本
=================================================*/

.c-textimg-slider__btn {
  flex: 1;
  background-color: #e60012;
  cursor: pointer;
  border: none;
  width: 100px;
  height: 100%;
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* =================================================
   スマホ時（横並び2分割）
=================================================*/

@media (max-width: 992px) {
  .c-textimg-slider__controls {
    flex-direction: row;
    width: 100%;
    height: 60px;
  }

  .c-textimg-slider__btn {
    width: 50%;
    max-width: none;
    height: 100%;
  }
}

/* =================================================
   テキスト
=================================================*/

.c-textimg-slider__btn p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.c-textimg-slider__btn p i {
  font-size: 20px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .c-textimg-slider__btn p {
    line-height: 1;
  }

  .c-textimg-slider__btn p i {
    line-height: 1;
  }
}

/* =================================================
   PREV
=================================================*/

.c-textimg-slider__btn--prev {
  border-radius: 5px 5px 0 0;
  border-bottom: solid 0.5px #fff;
}

@media (max-width: 992px) {
  .c-textimg-slider__btn--prev {
    border-radius: 5px 0 0 5px;
    border-bottom: none;
    border-right: solid 0.5px #fff;
  }
}

/* =================================================
   NEXT
=================================================*/

.c-textimg-slider__btn--next {
  border-radius: 0 0 5px 5px;
  border-top: solid 0.5px #fff;
}

@media (max-width: 992px) {
  .c-textimg-slider__btn--next {
    border-radius: 0 5px 5px 0;
    border-top: none;
    border-left: solid 0.5px #fff;
  }
}

/* =================================================
   Hover（白背景・赤文字）
=================================================*/

.c-textimg-slider__btn:hover {
  background-color: #fff;
  color: #e60012;
}

.c-textimg-slider__btn:hover p {
  color: #e60012;
}

.c-textimg-slider__btn:hover i {
  color: #e60012;
}

/*会社概要*/
.row-outline-btn {
  display: flex;
  flex-direction: column;
}

.outline-btn-group {
  margin-top: auto;
}

.btn-outline {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-outline .content-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.btn-outline .content-box img {
  width: 6%;
  min-width: 90px;
}

@media (max-width: 567px) {
  .btn-outline .content-box img {
    min-width: auto;
    width: auto;
    height: 90px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

.btn-outline .content-box .link-area {
  margin-left: 12px;
}

@media (min-width: 576px) {
  .btn-outline .content-box .link-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
    flex: 1;
  }
}

.btn-outline .content-box p {
  margin-bottom: 0;
  line-height: 1.8;
}

.btn-outline .link-box {
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .btn-outline .content-box p {
    line-height: 1.5;
  }

  .btn-outline .link-box {
    margin-top: 8px;
  }
}

.btn-outline .link-box p {
  margin-bottom: 0;
}

.btn-outline .link-box .circle-arrow {
  width: 50px;
  height: 50px;
  background-color: #e60012;
  position: relative;
  /*border-radius: 50%;*/
  border-radius: 5px;
  border: solid 1px #e60012;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
}

@media (max-width: 576px) {
  .btn-outline .link-box .circle-arrow {
    width: 40px;
    height: 40px;
  }
}

.btn-outline:hover .circle-arrow {
  background-color: #fff;
  border-color: #e60012;
  transform: scale(1.15);
}

.btn-outline .arrow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-outline .arrow-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  transition: transform 0.4s ease, opacity 0.4s ease, color 0.3s ease,
    font-size 0.3s ease;
}

.btn-outline .arrow1 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.btn-outline .arrow2 {
  transform: translate(-200%, -50%);
  opacity: 0;
}

.btn-outline:hover .arrow-wrap i {
  color: #e60012;
  font-size: 18px;
}

.btn-outline:hover .arrow1 {
  transform: translate(200%, -50%);
  opacity: 0;
}

.btn-outline:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.slide-img {
  width: 100%;
  background-color: #e60012;
  border-radius: 20px;
  overflow: hidden;
  padding: 8px;
}

.slide-img .slide-area {
  width: 100%;
}

.slide-img .slide-rayout {
  position: relative;
  width: 100%;
}

.slide-img .media-wrap {
  position: relative;
  width: 100%;
  /*transition: transform 0.4s ease;*/
  transform: translate(-7px, -7px);
}

.slide-img .media-wrap img {
  width: 100%;
  border-radius: 20px;
  border: solid 2px #e60012;
  box-sizing: border-box;
}

.outline-img {
  display: none;
  width: 100%;
  transition: opacity 0.3s ease;
}

.outline-img.is-active {
  display: block;
  opacity: 1;
}

.outline-img.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.outline-img.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/*
.slide-img:hover .media-wrap {
  transform: translate(-7px, -7px);
}
*/

.category-area {
  background-color: #fadce9;
  color: #e60012;
  padding: 4px 0;
  border-radius: 10px;
  text-align: center;
}

/*footerボタン*/
.footer-btn-1 {
  border-radius: 10px 10px 0 0;
}

.footer-btn-2 {
  border-radius: 0 0 10px 10px;
}

.footer-btn-1,
.footer-btn-2 {
  padding: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-btn-1 {
    border-radius: 10px 0 0 10px;
  }

  .footer-btn-2 {
    border-radius: 0 10px 10px 0;
  }

  .footer-btn-1,
  .footer-btn-2 {
    padding: 48px;
    width: 50%;
  }
}

.footer-btn-1 .circle-arrow,
.footer-btn-2 .circle-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
  /*border-radius: 50%;*/
  border-radius: 5px;
  border: solid 2px #fff;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.35s ease;
}

.footer-btn-1:hover .circle-arrow,
.footer-btn-2:hover .circle-arrow {
  background-color: #e60012;

  border-color: #fff;

  transform: scale(1.18);
}

.footer-btn-1 .arrow-wrap,
.footer-btn-2 .arrow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-btn-1 .arrow-wrap i,
.footer-btn-2 .arrow-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e60012;
  transition: transform 0.45s ease, opacity 0.45s ease, color 0.3s ease;
}
.arrow1 {
  opacity: 1;
}

.arrow2 {
  transform: translate(-200%, -50%);
  opacity: 0;
}

.footer-btn-1:hover .arrow-wrap i,
.footer-btn-2:hover .arrow-wrap i {
  color: #fff;
}

.footer-btn-1:hover .arrow1,
.footer-btn-2:hover .arrow1 {
  transform: translate(200%, -50%);
  opacity: 0;
}

.footer-btn-1:hover .arrow2,
.footer-btn-2:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 992px) {
  .footer-btn-1 .circle-arrow,
  .footer-btn-2 .circle-arrow {
    width: 60px;
    height: 60px;
  }
}

#menu-footer-nav-1 .sub-menu,
#menu-footer-nav-2 .sub-menu {
  padding-left: 0;
  margin-top: 16px;
  list-style: none;
}

#menu-footer-nav-1 .nav-link:hover,
#menu-footer-nav-2 .nav-link:hover {
  color: #e60012;
}

#menu-footer-nav-1 > .nav-item a.nav-link,
#menu-footer-nav-2 > .nav-item a.nav-link {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #menu-footer-nav-1 > .nav-item a.nav-link,
  #menu-footer-nav-2 > .nav-item a.nav-link {
    font-size: 16px;
  }
}

#menu-footer-nav-1 .sub-menu > .nav-item a.nav-link,
#menu-footer-nav-2 .sub-menu > .nav-item a.nav-link {
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

#menu-footer-nav-1 > #menu-item-490.nav-item > a.nav-link {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .menu-container {
    display: flex;
    justify-content: center;
  }
}

.footer-btn-pages {
  padding: 48px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .footer-btn-pages {
    padding: 48px 24px;
  }
}

.footer-btn-pages .btn-area {
  padding: 24px;
  min-width: 280px;
  border-radius: 50rem;
  position: relative;
  background-color: #fff;
}

.footer-btn-pages .btn-area p {
  color: #e60012;
  margin-right: 24px;
  line-height: 1;
  margin-bottom: 0;
}

.footer-btn-pages .btn-area i {
  position: absolute;
  color: #e60012;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.footer-btn-pages .btn-area:hover i {
  transform: translate(8px, -50%);
}

/* ===== ナビ ===== */
.nav {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 999;
  overflow: auto;
}

.nav.is-open {
  opacity: 1;
  visibility: visible;
}

.nav__inner {
  width: 100%;
}

.menu-area {
  padding: 72px 32px 0px;
}

@media (min-width: 992px) {
  .nav__inner {
    display: flex;
    justify-content: space-between;
  }

  .menu-area {
    width: 65%;
    min-width: 600px;
    padding: 100px 32px;
    order: 2;
  }

  .animation-area {
    width: 35%;
    flex: 1;
    padding: 0 32px;
    order: 1;
    height: 100%;
  }

  .animation-area .logo-anime {
    padding-top: 40vh;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .menu-area {
    padding: 100px 64px;
  }

  .animation-area {
    padding: 0 64px;
  }
}

.animation-area .logo-anime {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.animation-area {
  background-color: #e60012;
  padding: 48px 24px;
}

.animation-area .logo-svg {
  display: block;
  width: 100%;
  max-width: 300px;
}

.header-recruit .animation-area .corporate-svg {
  display: block;
  width: 80%;
  max-width: 180px;
}

.animation-area .corporate-svg {
  display: block;
  width: 90%;
  max-width: 220px;
}

@media (max-width: 768px) {
  .header-recruit .animation-area .logo-svg {
    max-width: 200px;
  }

  .header-recruit .animation-area .corporate-svg {
    max-width: 120px;
  }

  .animation-area .logo-svg {
    max-width: 220px;
  }

  .animation-area .corporate-svg {
    max-width: 140px;
  }
}

.animation-area .char {
  fill: #fff;
  opacity: 0;
  transform: translateY(16px);
  animation: none;
}

.nav.is-open .logo-svg .char {
  animation: charFadeUp 0.6s ease forwards;
}

.nav.is-open .logo-svg .char[data-order="1"] {
  animation-delay: 0s;
}
.nav.is-open .logo-svg .char[data-order="2"] {
  animation-delay: 0.15s;
}
.nav.is-open .logo-svg .char[data-order="3"] {
  animation-delay: 0.3s;
}
.nav.is-open .logo-svg .char[data-order="4"] {
  animation-delay: 0.45s;
}
.nav.is-open .logo-svg .char[data-order="5"] {
  animation-delay: 0.6s;
}
.nav.is-open .logo-svg .char[data-order="6"] {
  animation-delay: 0.75s;
}

.nav.is-open .corporate-svg .char {
  animation: charFadeUp 0.6s ease forwards;
}

.nav.is-open .corporate-svg .char[data-order="1"] {
  animation-delay: 0s;
}
.nav.is-open .corporate-svg .char[data-order="2"] {
  animation-delay: 0.1s;
}
.nav.is-open .corporate-svg .char[data-order="3"] {
  animation-delay: 0.2s;
}
.nav.is-open .corporate-svg .char[data-order="4"] {
  animation-delay: 0.3s;
}
.nav.is-open .corporate-svg .char[data-order="5"] {
  animation-delay: 0.4s;
}
.nav.is-open .corporate-svg .char[data-order="6"] {
  animation-delay: 0.5s;
}
.nav.is-open .corporate-svg .char[data-order="7"] {
  animation-delay: 0.6s;
}
.nav.is-open .corporate-svg .char[data-order="8"] {
  animation-delay: 0.7s;
}
.nav.is-open .corporate-svg .char[data-order="9"] {
  animation-delay: 0.8s;
}
.nav.is-open .corporate-svg .char[data-order="10"] {
  animation-delay: 0.9s;
}
.nav.is-open .corporate-svg .char[data-order="11"] {
  animation-delay: 1s;
}
.nav.is-open .corporate-svg .char[data-order="12"] {
  animation-delay: 1.1s;
}
.nav.is-open .corporate-svg .char[data-order="13"] {
  animation-delay: 1.2s;
}

@keyframes charFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav:not(.is-open) .char {
  opacity: 0;
  transform: translateY(16px);
  animation: none;
}

/* ===== ボタン ===== */
.navToggle {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #e60012;
  border: solid 1px #e60012;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1100;
  padding: 12px;
}

@media (max-width: 768px) {
  .navToggle {
    padding: 8px;
  }
}

.navToggle__label {
  width: 80px;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding-top: 4px;
}

.navToggle__bars {
  width: 28px;
  height: 28px;
  position: relative;
}

.navToggle__bars span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.35s;
  transform-origin: center;
}

/* 三本線 */
.navToggle__bars span:nth-child(1) {
  top: 6px;
}
.navToggle__bars span:nth-child(2) {
  top: 13px;
}
.navToggle__bars span:nth-child(3) {
  top: 20px;
}

/* ×（中央で回転するので斜めにならない） */
.navToggle.is-open .navToggle__bars span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.navToggle.is-open .navToggle__bars span:nth-child(2) {
  opacity: 0;
}
.navToggle.is-open .navToggle__bars span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .navToggle__label {
    display: block;
    font-size: 14px;
    width: 50px;
  }

  .navToggle.is-open .navToggle__bars {
    width: 28px;
  }
}

/* ===== メニュー ===== */
.menu.menu-header {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-grobal > .nav-item {
  width: 100%;
  padding-bottom: 24px;
}

#menu-grobal > .nav-item > .nav-link {
  border-left: solid 2.5px #e60012;
  padding: 0 0 0 12px;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .menu.menu-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #menu-grobal > .nav-item {
    grid-column: auto;
  }

  #menu-grobal > #menu-item-122.nav-item {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  #menu-grobal > #menu-item-123.nav-item {
    grid-row: 2;
  }

  #menu-grobal > #menu-item-94.nav-item {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  #menu-grobal > #menu-item-111.nav-item {
    grid-row: 3;
  }
}

.menu.menu-header a {
  display: block;
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: bold;
}

.menu.menu-header a:hover {
  color: #e60012 !important;
}

/* 子メニュー */
.menu.menu-header .sub-menu {
  max-height: none !important;
  overflow: visible !important;
  list-style: none;
  padding-top: 8px;
  padding-left: 12px;
  border-left: solid 2.5px #e60012;
}

.menu.menu-header .sub-menu .nav-item a {
  padding: 0;
  margin-top: 8px;
  color: #727171;
}

/*メインビジュアル*/
.mainvisual-slider {
  width: 100%;
  position: relative;
}

.mainvisual-slide {
  width: 100%;
  height: 100svh !important;
  overflow: hidden;
}

.mainvisual-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

@media screen and (max-width: 768px) {
  .mainvisual-slide img {
    object-position: center;
  }
}

.main-visual-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  min-width: 300px;
  max-width: 550px;
}

.main-visual-text2 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.main-visual-text3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  min-width: 250px;
  max-width: 500px;
}

@media (max-width: 768px) and (min-width: 576px) {
  .main-visual-text2 {
    font-size: clamp(3.6rem, 6vw, 5.5rem);
  }
}

@media (max-width: 768px) {
  .main-visual-text2 {
    bottom: 15%;
  }
}

/*ページタイトル*/
.page-title-img {
  width: 100%;
  height: 580px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 567px) {
  .page-title-img {
    height: 380px;
  }
}

.page-title-area {
  position: absolute;
  width: auto;
  bottom: -0.5px;
  right: 0;
}

.page-title-area .white-box {
  background-color: #fff;
  padding: 24px 36px 8px 36px;
  border-radius: 10px 0 0 0;
}

.page-title-jp {
  font-weight: bold;
}

/*ナビ内ボタン*/
.nav__extra-btn-1 {
  border-radius: 10px 10px 0 0;
}

.nav__extra-btn-2 {
  border-radius: 0 0 10px 10px;
}

.nav__extra-btn-1,
.nav__extra-btn-2 {
  padding: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .nav__extra-btn-1 {
    border-radius: 10px 0 0 10px;
  }
  .nav__extra-btn-2 {
    border-radius: 0 10px 10px 0;
  }
  .nav__extra-btn-1,
  .nav__extra-btn-2 {
    padding: 24px;
    width: 50%;
  }
}

.nav__extra-btn-1 .circle-arrow,
.nav__extra-btn-2 .circle-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  /*border-radius: 50%;*/
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.35s ease;
}

.nav__extra-btn-1:hover .circle-arrow,
.nav__extra-btn-2:hover .circle-arrow {
  background: #e60012;
  border-color: #fff;
  transform: scale(1.18);
}

.nav__extra-btn-1 .arrow-wrap,
.nav__extra-btn-2 .arrow-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.nav__extra-btn-1 .arrow-wrap i,
.nav__extra-btn-2 .arrow-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e60012;
  transition: transform 0.45s ease, opacity 0.45s ease, color 0.3s ease;
}

.nav__extra-btn-1 .arrow1,
.nav__extra-btn-2 .arrow1 {
  opacity: 1;
}

.nav__extra-btn-1 .arrow2,
.nav__extra-btn-2 .arrow2 {
  transform: translate(-200%, -50%);
  opacity: 0;
}

.nav__extra-btn-1:hover .arrow-wrap i,
.nav__extra-btn-2:hover .arrow-wrap i {
  color: #fff;
}

.nav__extra-btn-1:hover .arrow1,
.nav__extra-btn-2:hover .arrow1 {
  transform: translate(200%, -50%);
  opacity: 0;
}

.nav__extra-btn-1:hover .arrow2,
.nav__extra-btn-2:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 992px) {
  .nav__extra-btn-1 .circle-arrow,
  .nav__extra-btn-2 .circle-arrow {
    width: 40px;
    height: 40px;
  }
}

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

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

.fade-delay05 {
  transition-delay: 0.5s;
}

.fade-delay1 {
  transition-delay: 1s;
}

.fade-delay2 {
  transition-delay: 2s;
}

.fade-delay3 {
  transition-delay: 3s;
}

.top-text-wrap {
  position: relative;
}

.top-text {
  display: block;
  width: 90%;
  height: auto;
}

.top-text--white {
  position: relative;
  z-index: 1;
}

.top-text--gray {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: translateY(0%);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;

  will-change: transform;
}

/* JSで付与される状態 */
.top-text-wrap.is-active .top-text--gray {
  transform: translateY(calc(100% + 16px));
}

/*ローディング*/
#loading {
  position: fixed;
  inset: 0;
  background: #e60012;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#loading .logo-svg {
  width: 80%;
  min-width: 240px;
}

#loading .corporate-svg {
  width: 60%;
  min-width: 160px;
  opacity: 0;
  transform: translateY(16px);
  animation: corporateFade 0.8s ease forwards;
  animation-delay: 1.2s;
}

#loading .logo-svg .char {
  opacity: 0;
  transform: translateY(24px);
  animation: loadingFade 0.8s ease forwards;
  fill: #fff;
}

#loading .logo-svg .char[data-order="1"] {
  animation-delay: 0s;
}
#loading .logo-svg .char[data-order="2"] {
  animation-delay: 0.15s;
}
#loading .logo-svg .char[data-order="3"] {
  animation-delay: 0.3s;
}
#loading .logo-svg .char[data-order="4"] {
  animation-delay: 0.45s;
}
#loading .logo-svg .char[data-order="5"] {
  animation-delay: 0.6s;
}
#loading .logo-svg .char[data-order="6"] {
  animation-delay: 0.75s;
}

#loading .corporate-svg .char {
  opacity: 0;
  transform: translateY(16px);
  animation: corporateCharFade 0.6s ease forwards;
  fill: #fff;
}

#loading .corporate-svg .char[data-order="1"] {
  animation-delay: 0.9s;
}
#loading .corporate-svg .char[data-order="2"] {
  animation-delay: 0.95s;
}
#loading .corporate-svg .char[data-order="3"] {
  animation-delay: 1s;
}
#loading .corporate-svg .char[data-order="4"] {
  animation-delay: 1.05s;
}
#loading .corporate-svg .char[data-order="5"] {
  animation-delay: 1.1s;
}
#loading .corporate-svg .char[data-order="6"] {
  animation-delay: 1.15s;
}
#loading .corporate-svg .char[data-order="7"] {
  animation-delay: 1.2s;
}
#loading .corporate-svg .char[data-order="8"] {
  animation-delay: 1.25s;
}
#loading .corporate-svg .char[data-order="9"] {
  animation-delay: 1.3s;
}
#loading .corporate-svg .char[data-order="10"] {
  animation-delay: 1.35s;
}
#loading .corporate-svg .char[data-order="11"] {
  animation-delay: 1.4s;
}
#loading .corporate-svg .char[data-order="12"] {
  animation-delay: 1.45s;
}
#loading .corporate-svg .char[data-order="13"] {
  animation-delay: 1.5s;
}
#loading .corporate-svg .char[data-order="14"] {
  animation-delay: 1.55s;
}

@keyframes loadingFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes corporateFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes corporateCharFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

/*aboutus*/
.about-img-2-1 {
  width: 50%;
  margin: 0;
}

.about-img-2-2 {
  bottom: -50%;
  right: -40%;
  width: 80%;
}

.about-img-2-3 {
  width: 65%;
  margin: 0;
  z-index: 3;
}

.about-img-2-4 {
  width: 115%;
  bottom: -90%;
  right: -70%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .about-img-2-4 {
    right: -50%;
  }
}

@media (min-width: 1200px) {
  .about-img-2-2 {
    /*bottom: -20%;*/
    bottom: -30%;
  }
}

@media (max-width: 768px) {
  .about-img-2-1 {
    width: 50%;
    margin: 0;
  }

  .about-img-2-2 {
    bottom: -10px;
    right: -70%;
    width: 80%;
  }
}

.about-img-3 {
  width: 35%;
  min-width: 600px;
  max-width: 700px;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .about-img-3 {
    width: 35%;
    min-width: 450px;
    max-width: 90%;
  }
}

.text-shadow-blue {
  text-shadow: 1px 0 #dbe6ed, -1px 0 #dbe6ed, 0 1px #dbe6ed, 0 -1px #dbe6ed,
    1px 1px #dbe6ed, -1px -1px #dbe6ed, 1px -1px #dbe6ed, -1px 1px #dbe6ed;
}

.link-red-area {
  height: 120px;
  width: 100%;
  position: relative;
  border-bottom: solid 2px #e60012;
}

.border-red-top {
  border-top: solid 2px #e60012;
}

@media (min-width: 992px) {
  .border-red-top,
  .border-red-lg-top {
    border-top: solid 2px #e60012;
  }
}

.link-text {
  flex: 1;
}

.link-red-area .title-area {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-right: 62px;
}

@media (max-width: 576px) {
  .link-red-area .title-area {
    display: block;
  }
}

.link-red-area .title-area .link-title {
  padding-right: 12px;
  width: 150px;
}

.link-red-area .btn-area {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}

.btn-area .circle-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  /*border-radius: 50%;*/
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.35s ease;
  border: solid 1px #e60012;
}

.btn-area:hover .circle-arrow {
  background: #e60012;
  border-color: #fff;
  transform: scale(1.18);
}

.btn-area .arrow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-area .circle-arrow i {
  color: #e60012;
}

.btn-area:hover .circle-arrow i {
  color: #fff;
}

.btn-area .link-circle {
  width: 100%;
  height: 40px;
  border: solid 1px #e60012;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: background-color 0.3s ease;
}

.btn-area .link-circle i {
  line-height: 1;
  font-size: 12px;
  position: absolute;
  color: #e60012;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}

.btn-area .link-circle:hover {
  background-color: #e60012;
}

.btn-area .link-circle:hover i {
  color: #ffffff;
}

.p-bg-red-img {
  padding: 48px;
}

@media (min-width: 1200px) {
  .p-bg-red-img {
    padding: 64px;
  }
}

@media (max-width: 768px) {
  .p-bg-red-img {
    padding: 48px 24px;
  }
}

/*message*/
.bg-company-area {
  background-image: url("./img/bg-company-area.jpg");
  background-size: cover;
  background-position: center center;
  padding: 64px 48px;
}

@media (max-width: 992px) {
  .bg-company-area {
    padding: 48px;
  }
}

/*comapny*/
.table-1 {
  width: 100%;
}

.table-1 tr {
  display: flex;
}

@media (min-width: 992px) {
  .table-1 tr {
    gap: 10%;
  }
}

.table-1 th {
  width: 25%;
  min-width: 150px;
  border-bottom: solid 2px #e60012;
  padding: 16px 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.table-1 tr:first-child th {
  border-top: solid 2px #e60012;
}

.table-1 td {
  width: 75%;
  flex: 1;
  border-bottom: solid 2px #e6e6e6;
  padding: 16px 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.table-1 tr:first-child td {
  border-top: solid 2px #e6e6e6;
}

.table-1 ul li:not(:first-child) {
  padding-top: 4px;
}

/*history*/
.history-tabs .tab {
  border-radius: 50rem;
  border: none;
  width: auto;
  height: 40px;
  padding: 0 16px;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: bold;
  background-color: #f5f5f6;
  color: #e60012;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.history-tabs .tab.is-active {
  background-color: #e60012;
  color: #fff;
}

.history-box .history-table-box {
  background-color: #f5f5f6;
  padding: 24px;
  transition: background-color 0.3s ease;
}

.history-box.is-active .history-table-box {
  background-color: #fdeaec;
}

@media (min-width: 992px) {
  .history-tabs .tab {
    margin-bottom: 12px;
  }
}

@media (max-width: 1200px) {
  .history-tabs {
    display: flex;
    gap: 16px;
  }
}

.table-2 {
  width: 100%;
}

.table-2 tr:not(:first-child) {
  border-top: solid 1.5px #231815;
}

.table-2 tr:last-child {
  border-bottom: solid 1.5px #231815;
}

.table-2 tr {
  padding: 8px 0;
  box-sizing: border-box;
}

.table-2 th {
  padding: 16px 0 0 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
  width: 100%;
  display: block;
}

.table-2 td {
  padding: 8px 0 16px;
  font-size: clamp(1rem, 2vw, 1.15rem);
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .table-2 tr {
    display: flex;
    padding: 8px 0;
    box-sizing: border-box;
  }

  .table-2 th {
    width: 25%;
    min-width: 150px;
    border-right: solid 1.5px #231815;
    padding: 16px 0;
  }

  .table-2 td {
    width: 75%;
    flex: 1;
    padding: 16px 0;
    padding-left: 32px;
  }
}

/*group*/
.group-tabs .tab {
  border-radius: 50rem;
  border: none;
  width: auto;
  padding: 4px 16px;
  text-align: start;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: bold;
  background-color: #f5f5f6;
  color: #e60012;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.group-tabs .tab.is-active {
  background-color: #e60012;
  color: #fff;
}

.group-box-area .group-box {
  background-color: #f5f5f6;
  padding: 48px;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .group-box-area .group-box {
    padding: 24px;
  }
}

.group-box-area-1.is-active .group-box,
.group-box-area-2.is-active .group-box,
.group-box-area-3.is-active .group-box,
.group-box-area-4.is-active .group-box,
.group-box-area-5.is-active .group-box,
.group-box-area-6.is-active .group-box,
.group-box-area-7.is-active .group-box,
.group-box-area-8.is-active .group-box {
  background-color: #fdeaec !important;
}

@media (min-width: 992px) {
  .group-tabs .tab {
    margin-bottom: 16px;
  }
}

@media (max-width: 1200px) {
  .group-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.group-box h4 {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #e60012 5%, #dbdcdc 5%) 1;
  padding-bottom: 16px;
}

.group-box .white-btn {
  background: #fff;
  border: none !important;
  transition: background-color 0.3s ease;
}

.group-box .red-btn {
  background: #e60012;
  border: none !important;
  transition: background-color 0.3s ease;
}

.group-box .white-btn:hover {
  background-color: #e60012;
}

.group-box .red-btn:hover {
  background-color: #fff;
}

.group-box .white-btn .btn-text,
.group-box .red-btn .btn-text {
  font-size: 19px;
  text-align: center;
  line-height: 0.5;
  padding-top: 4px;
  font-weight: 600 !important;
}

.group-box .white-btn:hover .btn-text {
  color: #fff;
}

.group-box .red-btn:hover .btn-text {
  color: #e60012;
}

.group-box .white-btn .arrow-box {
  background-color: #e60012;
  border: none !important;
}

.group-box .red-btn .arrow-box {
  background-color: #fff;
  border: none !important;
}

.group-box .white-btn:hover .arrow-box,
.group-box .red-btn:hover .arrow-box {
  border: none !important;
  transform: scale(1.18);
}

.group-box .white-btn:hover .arrow-box {
  background: #fff;
}

.group-box .red-btn:hover .arrow-box {
  background: #e60012;
}

.group-box .white-btn .arrow-wrap i,
.group-box .red-btn .arrow-wrap i {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.group-box .white-btn .arrow-wrap i {
  color: #fff;
}

.group-box .red-btn .arrow-wrap i {
  color: #e60012;
}

.group-box .white-btn:hover .arrow1,
.group-box .red-btn:hover .arrow1 {
  transform: translate(120%, -50%) rotate(-45deg);
  opacity: 0;
}

.group-box .white-btn:hover .arrow2,
.group-box .red-btn:hover .arrow2 {
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}

.group-box .white-btn:hover .arrow-wrap i {
  color: #e60012;
}

.group-box .red-btn:hover .arrow-wrap i {
  color: #fff;
}

/*sdgs*/
.sdgs-content-box .sdgs-content-title {
  display: flex;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: solid 2px #dbdcdc;
}

.sdgs-content-box .sdgs-content-title .num {
  line-height: 0.9ex;
  margin-left: 16px;
  margin-bottom: 6px;
}

.sdgs-content-box .sdgs-content-title h3 {
  line-height: 0.5;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.sdgs-content-box h4.text-red {
  display: inline-block;
  border: solid 2px #e60012;
  padding: 8px 12px;
}

.sdgs-content-box ul li {
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.sdgs-content-box ul li:not(:first-child) {
  padding-top: 12px;
}

.sdgs-content-box ul li::marker {
  color: #e60012;
}

/*
*リクルート
*/
.bg-gradation {
  background-image: linear-gradient(
    45deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 200% 200%;
  background-position: 0% 100%;
}

.text-gradation {
  background-image: linear-gradient(
    45deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 200% 200%;
  background-position: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.is-animate {
  animation: gradMove 3s ease forwards;
}

@keyframes gradMove {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 85% 15%;
  }
}

/*
.bg-gradation {
  background-image: linear-gradient(
    90deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 400% 100%;
  animation-name: gradationTextAnimation;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.text-gradation {
  background-image: linear-gradient(
    90deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradationTextAnimation 4s linear infinite;
}

@keyframes gradationTextAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
*/

/*ヘッダー*/
.header-recruit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.header-recruit .header-logo {
  position: static;
  width: 329px;
  height: 46px;
  z-index: 998;
  background-image: url("./img/SVG/logo-recruit.svg");
}

.page-recruit .header-recruit .header-logo {
  background-image: url("./img/SVG/logo-recruit-white.svg");
}

@media (max-width: 768px) {
  .header-recruit .header-logo {
    width: 210px;
    height: 70px;
    background-image: url("./img/SVG/logo-recruit-sp.svg");
  }

  .page-recruit .header-recruit .header-logo {
    background-image: url("./img/SVG/logo-recruit-white-sp.svg");
  }
}

@media (max-width: 576px) {
  .header-recruit .header-logo {
    width: 135px;
    height: 45px;
  }
}

.header-recruit .right-area {
  display: flex;
  align-items: center;
}

.header-recruit .right-area .btn-area {
  margin-right: 12px;
}

@media (min-width: 992px) {
  .header-recruit .right-area .btn-area {
    margin-right: 36px;
  }
}

@media (max-width: 576px) {
  .header-recruit .right-area .btn-area {
    margin-right: 8px;
  }
}

.recruit-header-link {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  margin: 0 12px;
  color: #e60012 !important;
}

.page-recruit .recruit-header-link {
  color: #fff !important;
}

@media (max-width: 576px) {
  .recruit-header-link {
    margin: 0 8px;
  }
}

.recruit-header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e60012;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.page-recruit .recruit-header-link::after {
  background: #fff;
}

.recruit-header-link:hover::after {
  transform: translateY(4px);
}

/*
.header-recruit .right-area .btn-area .btn-gradation {
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 24px;
  margin: 0 12px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .header-recruit .right-area .btn-area .btn-gradation {
    width: 120px;
    padding: 0 16px;
    margin: 0 8px;
  }
}

@media (max-width: 768px) {
  .header-recruit .right-area .btn-area {
    margin-right: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    z-index: 800;
  }

  .header-recruit .right-area .btn-area .btn-gradation {
    width: 48%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    margin: 0;
    border-radius: 10px 10px 0 0;
  }
}

.header-recruit .right-area .btn-area .btn-gradation p {
  padding-top: 2px;
}

.header-recruit .right-area .btn-area .btn-gradation:hover i {
  transform: scale(1.18);
}
*/

.header-recruit .right-area .nav-area {
  width: 60px;
  height: 60px;
}

.header-recruit .right-area .nav-area .fix-nav {
  position: fixed;
  z-index: 1100;
}

.header-recruit .navToggle {
  display: flex;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  position: relative;
  z-index: 1100;
  width: 60px;
  height: 60px;
}

@media (max-width: 576px) {
  .header-recruit .right-area .nav-area {
    width: 50px;
    height: 50px;
  }

  .header-recruit .navToggle {
    width: 50px;
    height: 50px;
  }
}

.page-recruit .navToggle {
  background-color: transparent;
  border: solid 2px #fff;
  background-image: linear-gradient(
    45deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 1000% 1000%;
  background-position: 100% 0%;
}

.page-recruit .navToggle.is-open {
  border: solid 2px #e60012;
  background-image: none;
}

.page-recruit .navToggle.is-open .navToggle__bars span {
  background: #e60012;
}

/*
.header-recruit .navToggle::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 50%;
  background-image: linear-gradient(
    90deg,
    #890d23 0%,
    #e60012 50%,
    #c40080 100%
  );
  background-size: 400% 100%;
  animation: gradationBorderAnimation 4s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes gradationBorderAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.header-recruit .navToggle__bars span {
  background: #e60012;
}
*/

#menu-recruit_menu.menu.menu-header,
#menu-recruit_menu2.menu.menu-header {
  display: block;
}

@media (min-width: 768px) {
  .flex-header-recruit {
    display: flex;
  }

  #menu-recruit_menu,
  #menu-recruit_menu2 {
    width: 50%;
  }
}

#menu-recruit_menu {
  padding-bottom: 24px;
}

#menu-recruit_menu2 > .nav-item {
  padding-bottom: 24px;
}

#menu-recruit_menu > .nav-item > .nav-link {
  border-left: solid 2.5px #e60012;
  padding: 4px 0 4px 12px;
  line-height: 1.25;
}

#menu-recruit_menu2 > .nav-item > .nav-link {
  border-left: solid 2.5px #e60012;
  padding: 0 0 0 12px;
  line-height: 1.25;
}

.recruit-mainvisual {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;
}

.recruit-mainvisual .img-area {
  width: 85%;
  height: 100%;
  margin-right: 0;
  position: relative;
  aspect-ratio: 1135 / 642;
}

.recruit-mainvisual .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.recruit-mainvisual .slick-track {
  display: flex;
}

.recruit-mainvisual .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.recruit-mainvisual .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 10s linear;
  will-change: transform;
}

.recruit-mainvisual .slick-current img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .recruit-mainvisual .img-area {
    width: 100%;
    margin-bottom: 15%;
  }

  .recruit-mainvisual .slick-list {
    border-radius: 0;
  }
}

/*
.recruit-mainvisual .img-area {
  width: 85%;
  margin-right: 0;
  aspect-ratio: 1135 / 642;
  border-radius: 10px;
  position: relative;
}

.recruit-mainvisual .img-area img {
  position: absolute;
  width: 100%;
  inset: 0;
  border-radius: 10px;
}
*/

.recruit-mainvisual h2 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

@media (max-width: 768px) and (min-width: 576px) {
  .recruit-mainvisual h2 {
    font-size: clamp(3.6rem, 6vw, 5.5rem);
    bottom: 5%;
  }
}

@media (max-width: 576px) {
  .recruit-mainvisual h2 {
    bottom: 0%;
  }
}

.recruit-mainvisual-text {
  position: absolute;
  width: 40%;
  right: 5%;
  bottom: 10%;
}

.recruit-mainvisual-text img {
  width: 100%;
  margin-bottom: 1.5%;
}

/*トップ　メッセージ*/
.top-recruit-text {
  position: relative;
  overflow: visible;
}

.img-animation {
  position: relative;
  aspect-ratio: 1/2;
  width: 55%;
  max-width: 320px;
  margin: 0 auto;
}

.img-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.img-animation .img {
  position: absolute;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease,
    filter 0.6s ease;
}

@media (max-width: 768px) {
  .img-animation {
    position: relative;
    max-width: 280px;
  }
}

.img1 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.img2 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(8deg);
}

.img3 {
  top: 50%;
  right: 0;
  transform: translate(10%, -50%);
}

.img-animation.active .img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-animation.active .img1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.img-animation.active .img2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(8deg);
}

.img-animation.pattern1 .img1 {
  z-index: 3;
}
.img-animation.pattern1 .img2 {
  z-index: 1;
}
.img-animation.pattern1 .img3 {
  z-index: 2;
}

.img-animation.pattern2 .img1 {
  z-index: 2;
}
.img-animation.pattern2 .img2 {
  z-index: 3;
}
.img-animation.pattern2 .img3 {
  z-index: 1;
}

.img-animation.pattern3 .img1 {
  z-index: 1;
}
.img-animation.pattern3 .img2 {
  z-index: 2;
}
.img-animation.pattern3 .img3 {
  z-index: 3;
}

.img-animation.pattern1 .img1,
.img-animation.pattern2 .img2,
.img-animation.pattern3 .img3 {
  opacity: 1;
}

.img-animation .img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease,
    filter 0s ease;
}

.img-animation .img {
  opacity: 0.6;
  filter: blur(2px) brightness(0.9);
}

.img-animation.pattern1 .img1,
.img-animation.pattern2 .img2,
.img-animation.pattern3 .img3 {
  opacity: 1;
  filter: blur(0px) brightness(1);
}

.img-animation.pattern1 .img3,
.img-animation.pattern2 .img1,
.img-animation.pattern3 .img2 {
  opacity: 0.8;
  filter: blur(1px) brightness(0.95);
}

/* 合体中はフィルター無効 */
.img-animation.merging .img {
  filter: none !important;
  opacity: 1 !important;
}

/* パフォーマンス改善 */
.img-animation .img {
  will-change: transform, opacity;
}

/*data*/
@media (min-width: 768px) {
  .flex-area-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mb-area-data {
    margin-bottom: 25%;
  }

  .flex-area-data .box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .type2.trans-1 {
    transform: translateY(50%);
  }

  .type2.trans-2 {
    transform: translateY(-70%);
  }

  .flex-area-data .type1 {
    width: 55%;
    aspect-ratio: 681 / 381;
    background: #fff;
    border-radius: 10px;
    padding: 3%;
  }

  .flex-area-data .type2 {
    width: 38%;
    aspect-ratio: 480 / 480;
    background: #fff;
    border-radius: 10px;
    padding: 3%;
  }
}

.flex-area-data .box .content-area {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.flex-area-data .num-area .mt-auto {
  margin-top: auto;
}

.flex-area-data .type2 .num-area {
  width: 100%;
}

.number-fututa {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 100px;
}

@media (min-width: 1200px) {
  .number-fututa {
    font-size: 120px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .number-fututa {
    font-size: 86px;
  }
}

@media (max-width: 576px) {
  .number-fututa {
    font-size: 72px;
  }
}

.shuffule-numeber {
  font-size: clamp(4rem, 7vw, 7.5rem);
  letter-spacing: -0.05px;
}

.data-img-1 {
  width: 23%;
}

.data-img-2 {
  width: 53%;
}

.data-img-3 {
  width: 41%;
}

.data-img-4 {
  width: 32%;
}

@media (max-width: 768px) {
  .flex-area-data .type1 {
    aspect-ratio: 16 / 7;
    padding: 4%;
    background: #fff;
    border-radius: 10px;
  }

  .flex-area-data .type2 {
    aspect-ratio: 16 / 7;
    padding: 4%;
    background: #fff;
    border-radius: 10px;
  }

  .flex-area-data .type2 .num-area img {
    margin-bottom: auto !important;
  }

  .flex-area-data .type2 .num-area p {
    margin-top: auto !important;
  }

  .flex-area-data .box .content-area {
    height: 100%;
    margin-top: 12px;
  }

  .flex-area-data .type2 .num-area {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }

  .data-img-2 {
    width: 33%;
  }

  .data-img-3 {
    width: 30%;
  }
}

/*interview*/
.interview-slide-area {
  overflow: hidden;
}

.interview-slider-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.interview-slide {
  flex: 0 0 360px;
}

@media (max-width: 576px) {
  .interview-slide {
    flex: 0 0 330px;
  }
}

.interview-slide img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  /*
  .interview-slide-area {
    overflow: visible;
  }

  .interview-slider-track {
    padding: 0 calc((100% - 330px) / 2);
  }

  .interview-slide {
    flex: 0 0 330px;
  }
  */
}

@media (max-width: 768px) {
  .interview-slide-area {
    overflow: hidden;
  }

  .interview-slider-track {
    padding: 0;
  }

  .interview-slide {
    flex: 0 0 80%;
    max-width: 330px;
  }
}

.interview-slide {
  position: relative;
  padding: 0;
}

.interview-slide .name-area {
  position: absolute;
  min-width: 260px;
  bottom: 10%;
  right: 0;
  padding: 24px 12px;
}

.interview-slide .name-area .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
}

.interview-slide .name-area .btn-area p {
  flex: 1;
  color: #e60012;
  font-weight: bold;
  text-align: end;
}

.interview-slide .name-area .btn-area .arrow-box {
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 10px;
}

.interview-slide .name-area:hover .btn-area .arrow-box {
  background-color: #fff;
}

.interview-slide .name-area .btn-area .arrow-box i {
  color: #fff;
}

.interview-slide .name-area:hover .btn-area .arrow-box i {
  color: #e60012;
}

.interview-slide .name-area:hover .arrow1 {
  transform: translate(120%, -50%);
  opacity: 0;
}

.interview-slide .name-area:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.marquee-wrap {
  overflow: hidden;
  width: 100%;
}

.js-marquee {
  display: flex;
  flex-wrap: nowrap;
  gap: 1%;
}

.marquee-item {
  display: flex;
  flex-shrink: 0;
  width: 40vw;
}

.marquee-item img {
  width: 50%;
  height: auto;
  display: block;
}

/*top-recruit*/
.top-recruit-btn {
  background-color: #fff;
  padding: 48px;
}

@media (max-width: 768px) {
  .top-recruit-btn {
    padding: 48px 24px;
  }
}

@media (min-width: 576px) {
  .top-recruit-btn .btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .top-recruit-btn .btn-area .btn-text {
    flex: 1;
    margin-right: 12px;
  }
}

.top-recruit-btn .btn-area .arrow-box {
  width: 50px;
  height: 50px;
  border: solid 1px #e60012;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .top-recruit-btn .btn-area .arrow-box {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 8px;
  }
}

.top-recruit-btn .btn-area .arrow-box {
  background-color: #e60012;
}

.top-recruit-btn:hover .btn-area .arrow-box {
  background-color: #fff;
}

.top-recruit-btn .btn-area .arrow-box i {
  color: #fff;
}

.top-recruit-btn:hover .btn-area .arrow-box i {
  color: #e60012;
}

.top-recruit-btn:hover .arrow1 {
  transform: translate(120%, -50%);
  opacity: 0;
}

.top-recruit-btn:hover .arrow2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/*リクルートフッター*/
#menu-recruit_footer {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

#menu-recruit_footer .nav-link:hover {
  color: #e60012;
}

#menu-recruit_footer .nav-item {
  width: 50%;
}

#menu-recruit_footer .nav-item a.nav-link {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

/*ページタイトル*/
.recruit-page-title.page-title-img {
  width: 100%;
  height: 420px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 567px) {
  .recruit-page-title.page-title-img {
    height: 340px;
  }
}

.recruit-page-title .page-title-area {
  position: absolute;
  width: auto;
  bottom: 10%;
  left: 0;
}

@media (max-width: 576px) {
  .recruit-page-title .page-title-en {
    font-size: 60px;
    letter-spacing: -0.05px;
  }
}

/*土佐屋でできる*/
.interview-circle {
  right: 5%;
  bottom: 5%;
}

.interview-circle .circle-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #e60012;
  border: solid 1px #e60012;
  margin-left: 0;
}

.interview-circle .circle-arrow i {
  color: #fff;
}

.interview-circle:hover .circle-arrow {
  background-color: #fff;
}

.interview-circle:hover .circle-arrow i {
  color: #e60012;
}

.interview-circle .arrow-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/*インタビュー個別ページ*/
.interview-child-page h1 {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 1;
  line-height: 1;
}

.interview-child-page h1 span.red-area {
  background-color: #e60012;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 50rem;
  color: #fff;
}

.interview-child-page .img-right-mask {
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.interview-child-page .img-right {
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .interview-child-page .img-right {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
}

.interview-child-page .img-left-mask {
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.interview-child-page .img-left {
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .interview-child-page .img-left-mask {
    margin-right: 64px;
  }

  .interview-child-page .img-left {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1200px) {
  .interview-child-page .img-left-mask {
    margin-right: 100px;
  }
}

.interview-child-page .schedule-area {
  padding: 72px 48px 64px;
  position: relative;
  background-color: #fff;
}

@media (max-width: 768px) {
  .interview-child-page .schedule-area {
    padding: 72px 24px 64px;
  }
}

.interview-child-page .schedule-area .clock {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

.interview-child-page .schedule-area .schedule {
  display: flex;
  width: 100%;
}

.interview-child-page .schedule-area .schedule .time {
  width: 60px;
  margin-right: 16px;
}

.interview-child-page .schedule-area .schedule .time p {
  color: #00a9e5;
  padding-bottom: 4px;
  border-bottom: solid 1.5px #00a9e5;
}

@media (max-width: 768px) {
  .interview-child-page .schedule-area .schedule {
    display: block;
  }

  .interview-child-page .schedule-area .schedule .content {
    padding-left: 6px;
    margin-top: 12px;
  }
}

.interview-child-page .block-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview-child-page .block-area img {
  width: 100px;
  margin: 0;
}

.interview-child-page .block-area .next-text {
  margin-left: 12px;
  width: 150px;
}

/*work*/
.work-content {
  background-color: #fff;
  height: 10%;
  border-radius: 20px;
}

.work-content .text-area {
  flex: 1;
  padding: 48px;
}

@media (min-width: 992px) {
  .work-content {
    display: flex;
  }

  .work-content .img-area {
    width: 30%;
    min-width: 230px;
  }

  .work-content .img-area img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
}

@media (max-width: 992px) {
  .work-content {
    display: flex;
    flex-wrap: wrap;
  }

  .work-content .img-area {
    width: 100%;
    padding: 48px 24px 0px;
    order: 1;
  }

  .work-content .text-area {
    width: 100%;
    padding: 24px 24px 48px;
    order: 2;
  }
}

.data-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data-area .tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.data-area .type1 {
  aspect-ratio: 6/1;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
}

.data-area .type2 {
  aspect-ratio: 3/2;
  width: 48%;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
}

.data-area .type3 {
  aspect-ratio: 18/19;
  width: 31%;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .data-area .type1 {
    aspect-ratio: 2/1;
    width: 100%;
  }

  .data-area .type2 {
    aspect-ratio: 2/1;
    width: 100%;
  }

  .data-area .type3 {
    aspect-ratio: 2/1;
    width: 100%;
  }
}

.data-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  height: 100%;
  width: 95%;
  margin: 0 0 0 auto;
}

@media (max-width: 992px) {
  .data-area .flex-area {
    height: auto;
  }

  .data-area .type1 .flex-area {
    display: block;
  }

  .data-area .type1 .flex-area p {
    margin-top: 2%;
  }

  .data-area .type3 .flex-area p {
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .data-area .type3 .flex-area {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .data-area .flex-area {
    padding: 0;
  }
}

.data-area .type2 .flex-area {
  height: 65%;
}

@media (max-width: 576px) {
  .data-area .type2 .flex-area {
    height: 60%;
  }

  .data-area .type2 .flex-area.flex-area-type2-sp-2 {
    height: 50%;
  }
}

.data-area .flex-area .data-list-img-1 {
  width: 40%;
}

.data-area .flex-area .data-list-img-3 {
  width: 25%;
  margin-left: 0;
}

.data-area .flex-area .data-list-img-4 {
  width: 30%;
  margin-left: 0;
}

.data-area .flex-area .data-list-img-5 {
  width: 40%;
  margin-left: 0;
}

.data-area .flex-area .data-list-img-6 {
  width: 40%;
  margin-left: 0;
}

.data-area .flex-area .data-list-img-7 {
  height: 50%;
  margin: 0 auto;
}

.data-area .flex-area .data-list-img-8 {
  height: 50%;
  width: 40%;
  margin: 0 auto;
}

.data-area .flex-area .data-list-img-9 {
  height: 50%;
  width: 70%;
  margin: 0 auto;
  padding-left: 2%;
}

.data-area .flex-area .data-list-img-10 {
  width: 10%;
}

@media (max-width: 992px) {
  .data-area .flex-area .data-list-img-1 {
    width: 80%;
  }

  .data-area .flex-area .data-list-img-3 {
    width: 20%;
  }

  .data-area .flex-area .data-list-img-4 {
    width: 30%;
  }

  .data-area .flex-area .data-list-img-6 {
    width: 30%;
  }

  .data-area .flex-area .data-list-img-7 {
    height: auto;
    width: 30%;
    margin: 0;
  }

  .data-area .flex-area .data-list-img-8 {
    height: auto;
    width: 30%;
    margin: 0;
  }

  .data-area .flex-area .data-list-img-9 {
    height: auto;
    width: 40%;
    margin: 0;
    padding-left: 0;
  }
}

/*働く環境*/
.border-red-area {
  border: solid 1.5px #e50012;
}

.border-red-area .right-area {
  margin-left: 16px;
  flex: 1;
}

/*エントリー*/
.entry-flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.entry-flex-area .flex-box {
  width: 15%;
  margin-right: 2%;
}

@media (max-width: 992px) and (min-width: 576px) {
  .entry-flex-area .flex-box {
    width: 30.66%;
    margin-right: 4%;
  }

  .entry-flex-area .flex-box:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .entry-flex-area .flex-box {
    width: 48%;
    margin-right: 4%;
  }

  .entry-flex-area .flex-box:nth-child(2) {
    margin-right: 0;
  }

  .entry-flex-area .flex-box:nth-child(4) {
    margin-right: 0;
  }
}

.entry-flex-area .flex-box:nth-child(6) {
  margin-right: 0;
}

.entry-flex-area .flex-box .num {
  height: 30px;
}

.entry-flex-area .flex-box .text {
  height: 50px;
  margin-top: 12px;
}

.entry-flex-area .flex-box .img-area {
  position: relative;
  display: inline-block;
}

.entry-flex-area .flex-box .img-area img {
  position: relative;
  z-index: 2;
}

.entry-flex-area .flex-box .img-area::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  background: #e60012;
  pointer-events: none;
}

@media (max-width: 992px) and (min-width: 576px) {
  .entry-flex-area .flex-box:nth-child(3) .img-area::after {
    content: none;
  }
}

@media (max-width: 576px) {
  .entry-flex-area .flex-box:nth-child(2) .img-area::after {
    content: none;
  }

  .entry-flex-area .flex-box:nth-child(4) .img-area::after {
    content: none;
  }
}

.entry-flex-area.entry-flex-1 .flex-box:nth-child(6) .img-area::after {
  content: none;
}

.entry-flex-area.entry-flex-2 .flex-box:nth-child(5) .img-area::after {
  content: none;
}

.red-btn.entry-btn {
  width: 320px;
}

/*新規・中途*/
.accordion.type1 .accordion-item {
  border: none;
}

.accordion.type1 .accordion-item .accordion-header {
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}

.accordion.type1 .accordion-item .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 10px 10px;
  width: 100%;
}

.accordion.type1 .accordion-item.is-open .header-inner {
  border-radius: 10px 10px 0 0;
}

.accordion.type1 .accordion-item .header-inner .text-area {
  flex: 1;
  margin-right: 24px;
}

.accordion.type1 .accordion-item .icon {
  width: 50px;
  height: 50px;
  background-color: #5c1905;
  border-radius: 50%;
  position: relative;
}

.accordion.type1 .accordion-item .icon i {
  transform: translate(-50%, -50%) rotate(0deg);
  font-size: 25px;
  color: #fff;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion.type1 .accordion-item.is-open .icon i {
  transform: translate(-50%, -50%) rotate(180deg);
}

.accordion.type1 .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
}

.accordion.type1 .content-inner {
  padding: 48px;
}

@media (max-width: 768px) and (min-width:576px) {
  .accordion.type1 .content-inner {
    padding: 36px;
  }
}

@media (max-width:576px){
  .accordion.type1 .content-inner {
    padding: 24px 12px;
  }
}

.accordion.type2 {
  background-color: #f5f5f6;
}

.accordion.type2 .accordion-item {
  border: none;
  background-color: #f5f5f6;
}

.accordion.type2 .accordion-item:not(:last-child) {
  border-bottom: solid 1px #333;
}

.accordion.type2 .accordion-item .accordion-header {
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}

.accordion.type2 .accordion-item .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}

.accordion.type2 .accordion-item .qa {
  margin-right: 24px;
}

@media (max-width:576px){
  .accordion.type2 .accordion-item .qa {
    margin-right: 12px;
  }
}

.accordion.type2 .accordion-item .header-inner .text-area {
  flex: 1;
}

.accordion.type2 .accordion-item .icon {
  position: relative;
  width: 40px;
  height: 40px;
}

.accordion.type2 .accordion-item .icon i {
  transform: translate(-50%, -50%) rotate(0deg);
  font-size: 25px;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion.type2 .accordion-item.is-open .icon i {
  transform: translate(-50%, -50%) rotate(180deg);
}

.accordion.type2 .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
