@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
  z-index: 6;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.c-en {
  font-family: "Michroma", sans-serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.ib {
  display: inline-block;
  white-space: nowrap;
}

.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 30px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.is-scrolled {
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .sp-menu-header, .c-header .sp-menu-footer, .c-header .hamburger-btn {
  display: none;
}
.c-header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo-area .logo {
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo-area .logo-img {
  width: auto;
  max-width: 100%;
  max-height: 73px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-header .logo-area .logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 31px;
  background-color: #ffffff;
  margin: 0 20px;
}
.c-header .logo-area .site-type {
  font-family: "Michroma", sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
.c-header .nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .nav-area .nav {
  margin-right: 40px;
}
.c-header .nav-area .nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.c-header .nav-area .nav .nav-item {
  position: relative;
}
.c-header .nav-area .nav .nav-item.top .nav-link::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.c-header .nav-area .nav .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-header .nav-area .nav .nav-link .en {
  font-family: "Michroma", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.c-header .nav-area .nav .nav-link .ja {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 8px;
  letter-spacing: 0.05em;
}
.c-header .nav-area .recruit-btn {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-header .nav-area .recruit-btn .recruit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
  padding-top: 5px;
}
.c-header .nav-area .recruit-btn .recruit-link .text {
  font-family: "Michroma", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.c-header .nav-area .recruit-btn .recruit-link .text-jp {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.c-header .nav-area .recruit-btn .recruit-link::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
          transform: rotate(-45deg) skew(20deg, 20deg);
}
.c-header .nav-area .recruit-btn:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-footer {
  background: #000;
  position: relative;
  z-index: 4;
}
.c-footer .inner-block {
  padding-block: 59px 41px;
}
.c-footer .logo {
  margin: auto;
  max-width: 94px;
}
.c-footer .link {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.c-footer .link.center {
  text-align: center;
  margin-top: 36px;
}
.c-footer .l-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin: 82px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer .l-grid .link {
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .l-grid .link:first-child {
  padding-right: 17px;
}
.c-footer .l-grid .link:last-child {
  border-left: 1px solid #fff;
  padding-left: 17px;
}
.c-footer .copylight {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 82px;
}

:root {
  --inner-left: max(40px, calc((100vw - 1080px) / 2 + 40px));
  --inner-left_sp: max(20px, calc((100vw - 335px) / 2 + 20px));
}

.c-title01 {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title01::before {
  background: #fff;
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: var(--inner-left);
  height: 100%;
  max-height: 107px;
  position: absolute;
  top: 0;
  left: calc(var(--inner-left) * -1);
  opacity: 0;
}
.c-title01.reverse::before {
  background: #000;
}
.c-title01.reverse .en .highlight {
  background: #fff;
  color: #000;
}
.c-title01.white::before {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.c-title01.white .en {
  color: #fff;
}
.c-title01.white .en .highlight {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.c-title01.white .ja {
  color: #fff;
}
.c-title01.white.reverse::before {
  background: #fff;
}
.c-title01.white.reverse .en .highlight {
  background: #000;
  color: #fff;
}
.c-title01.line-nobg::before {
  background: transparent;
}
.c-title01.is-animated::before {
  -webkit-animation: fadeSlide 0.7s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeSlide 0.7s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.c-title01 .inn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title01 .inn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #000;
  display: inline-block;
  -webkit-transition: all 0.9s cubic-bezier(0.97, 0.6, 0, 1);
  transition: all 0.9s cubic-bezier(0.97, 0.6, 0, 1);
}
.c-title01 .inn.white::after {
  background-color: #fff;
}
.c-title01 .inn.is-animated::after {
  width: 100%;
  left: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-title01 .en {
  font-family: "Michroma", sans-serif;
  font-size: 94.02px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
}
.c-title01 .en .highlight {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  border: 1px solid #000;
  color: #ffffff;
  width: 114px;
  height: 107px;
  position: relative;
  padding-bottom: 10px;
  margin-right: 10px;
}
.c-title01 .en .highlight::before {
  top: 0;
}
.c-title01 .en .highlight::after {
  bottom: 0;
}
.c-title01 .ja {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-aco-wrap .c-aco-head {
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 6px 15px 5px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-aco-wrap .c-aco-head::before {
  background: #000;
  -webkit-mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 19px;
  width: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-aco-wrap .c-aco-head.is-open {
  background: #000;
  color: #fff;
}
.c-aco-wrap .c-aco-head.is-open::before {
  background: #fff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-aco-wrap .c-aco-body {
  background: #fff;
  display: none;
  padding: 32px 0;
}

.anim-fade {
  opacity: 0;
}
.anim-fade.is-animated {
  -webkit-animation: fadeSlide 0.7s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeSlide 0.7s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  overflow-x: clip;
  width: 100%;
}
.home .pc {
  display: block;
}
.home .fixed-movie {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 590px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .fixed-movie .mv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .fixed-movie.is-invert {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 8;
}
.home .mv .mv-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home .mv .mv-bg .mv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv .mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.home .mv .mv-content .mv-ttl {
  margin: 0;
  color: #ffffff;
  font-family: "TT_NPNNewCezanne", sans-serif;
  font-size: 48.35px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.25em;
}
.home .mv .mv-content .mv-ttl br.pc {
  display: inline;
}
.home .mv .mv-content .mv-ttl br.sp {
  display: none;
}
.home .mv .mv-content .mv-ttl span.pc {
  display: inline;
}
.home .mv .mv-content .mv-ttl span.sp {
  display: none;
}
.home .mv .mv-footer-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  white-space: nowrap;
}
.home .mv .mv-footer-text .en {
  font-family: "Michroma", sans-serif;
  font-size: 97.3px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
  padding-right: 100px;
  display: inline-block;
  will-change: transform;
  -webkit-animation: scssMarquee 25s linear infinite;
          animation: scssMarquee 25s linear infinite;
}
@-webkit-keyframes scssMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes scssMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.home .message {
  position: relative;
  z-index: 4;
}
.home .message .inner-block {
  -webkit-padding-before: 150px;
          padding-block-start: 150px;
  text-align: left;
}
.home .message .message-ttl {
  display: block;
  margin: 0 0 60px 0;
  color: #000000;
  font-family: "A-OTF PMidashiGoMB31 Pr6N", "PMidashiGoMB31Pr6N", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  max-width: 507px;
  margin: auto;
  width: 100%;
  padding-bottom: 60px;
}
.home .message .message-body {
  max-width: 507px;
  margin: auto;
}
.home .message .message-text {
  margin: 0;
  color: #000000;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
}
.home .about {
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.home .about .inner-block {
  padding-block: 150px 115px;
}
.home .about .about-header {
  margin-bottom: 80px;
  text-align: left;
}
.home .about .about-swiper {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.home .about .about-swiper .swiper-slide {
  width: 100%;
  max-width: 56.25vw;
  cursor: pointer;
}
.home .about .about-swiper .slide-img-box {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home .about .about-swiper .slide-img-box .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .about .about-swiper .slide-img-box .slide-overlay-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 43px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Michroma", "Noto Sans CJK JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}
.home .about .about-pagination {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.home .about .about-pagination .swiper-pagination-bullet {
  all: unset;
  position: relative;
  width: 15.87px;
  height: 43.73px;
  border: 1px solid #000000;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home .about .about-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.home .about .about-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15.87px;
  height: 15.87px;
  background-color: #000000;
}
.home .about .about-pagination .swiper-pagination-bullet:hover:not(.active) {
  background-color: #f0f0f0;
}
.home .flow-section {
  position: relative;
  z-index: 4;
}
.home .flow-section .inner-block {
  padding-block: 115px 80px;
}
.home .flow-section .c-aco-wrap {
  margin-top: 74px;
}
.home .flow-section .c-aco-wrap + .c-aco-wrap {
  margin-top: 42px;
}
.home .flow-section .img {
  margin: auto;
  max-width: 70%;
  text-align: center;
}
.home .flow-section .img.mw-90 {
  max-width: 90%;
}
.home .flow-section .img img {
  max-height: 400px;
}
.home .flow-section .txt-wrap {
  padding: 0 60px;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .flow-section .txt-wrap.center {
  margin-inline: auto;
}
.home .flow-section .txt-wrap .txt {
  font-size: 16px;
  font-weight: 400;
}
.home .flow-section .txt-wrap .txt + .txt {
  margin-top: 1rem;
}
.home .flow-section .txt-wrap .medium {
  font-weight: 500;
}
.home .flow-section .txt-wrap .border {
  border: 1px solid #000;
  padding: 0px 10px;
}
.home .flow-section .swiper-button-next, .home .flow-section .swiper-button-prev {
  top: 37%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .swiper-button-next::after, .home .flow-section .swiper-button-prev::after {
  background: #000;
  -webkit-mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
  font-size: 0;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .flow-section .swiper-button-next.swiper-button-disabled, .home .flow-section .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.home .flow-section .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .flow-section .thumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 36px;
}
.home .flow-section .thumb-wrapper img {
  max-height: 63px;
}
.home .flow-section .thumb-wrapper .thumb-media {
  cursor: pointer;
}
.home .flow-section .thumb-wrapper .thumb-media:not(.thumb-media-active) .on {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .thumb-wrapper .thumb-media:not(.thumb-media-active) .off {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .thumb-wrapper .thumb-media.thumb-media-active .on {
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .thumb-wrapper .thumb-media.thumb-media-active .off {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .thumb-wrapper .l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home .flow-section .thumb-wrapper .l-grid img {
  max-height: 40px;
}
.home .jobs-section {
  position: relative;
  z-index: 4;
}
.home .jobs-section .inner-block {
  padding-block: 150px 143px;
}
.home .jobs-section .border-ttl {
  background: #fff;
  border: 1px solid #000;
  font-size: 21px;
  padding: 6px 68px;
  margin: 59px auto 73px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .jobs-section .l-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 897px;
  margin: auto;
}
.home .jobs-section .img-wrap {
  position: relative;
  margin-bottom: 47px;
}
.home .jobs-section .txt-wrap {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: calc(100% - 116px);
  text-align: center;
}
.home .jobs-section .ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.home .jobs-section .txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.home .jobs-section .txt.max-590 {
  max-width: 590px;
  margin: 63px auto 0;
}
.home .interview-section {
  background: #000;
  position: relative;
  z-index: 4;
}
.home .interview-section .inner-block {
  padding-block: 180px 71px;
}
.home .interview-section .interview-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px;
  position: relative;
  margin-top: 76px;
}
.home .interview-section .interview-list::before {
  border: 1px solid #fff;
  content: "";
  height: 64px;
  width: auto;
  position: absolute;
  top: -150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto calc(50% - 50vw);
}
.home .interview-section .interview-list + .interview-list {
  margin-top: 96px;
}
.home .interview-section .interview {
  cursor: pointer;
}
.home .interview-section .img-wrap {
  position: relative;
}
.home .interview-section .img-wrap .img {
  border: 1px solid #fff;
  overflow: hidden;
}
.home .interview-section .img-wrap .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.home .interview-section .num-txt {
  font-size: 18px;
  top: 0;
  left: 17px;
  position: absolute;
}
.home .interview-section .num-txt .num {
  font-size: 24px;
  margin-left: 10px;
}
.home .interview-section .name-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 0 29px;
  position: absolute;
  bottom: 47px;
  left: 0;
  padding: 10px 22px 8px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .interview-section .name-wrap::before, .home .interview-section .name-wrap::after {
  background: #fff;
  -webkit-mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../images/home/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 13px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .interview-section .name-wrap::before {
  right: 34px;
}
.home .interview-section .name-wrap:after {
  right: 22px;
}
.home .interview-section .name-wrap .ja {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .interview-section .name-wrap .en {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .interview-section .txt-wrap {
  padding: 34px 100px 37px;
}
.home .interview-section .txt-wrap .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}
.home .interview-section .txt-wrap .wrap + .wrap {
  margin-top: 20px;
}
.home .interview-section .txt-wrap .ttl {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 1px 16px;
  position: relative;
  line-height: 1.4;
}
.home .interview-section .txt-wrap .ttl::before {
  background: #fff;
  content: "";
  height: 1px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
}
.home .interview-section .txt-wrap .txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.home .number-section {
  background: #000;
  position: relative;
  z-index: 4;
}
.home .number-section .inner-block {
  padding-block: 117px 102px;
}
.home .number-section .numbers-box-wrap {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 57px;
}
.home .number-section .numbers-box-wrap .box {
  width: 33.3333333333%;
  padding: 42px 15px 20px;
}
.home .number-section .ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.home .number-section .ttl .small {
  display: block;
  font-size: 16px;
}
.home .number-section .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .number-section .number {
  color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  letter-spacing: 0.009em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.home .number-section .number.fz-23 {
  font-size: 23px;
}
.home .number-section .number.fz-24 {
  font-size: 24px;
}
.home .number-section .number .num {
  font-size: 60px;
  letter-spacing: -0.007em;
  line-height: 1;
}
.home .number-section .number .num.fz-35 {
  font-size: 35px;
}
.home .number-section .number .num.fz-49 {
  font-size: 49px;
}
.home .number-section .number .inn {
  margin-top: 5px;
}
.home .number-section .l-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .number-section .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .number-section .l-flex + .small {
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.home .number-section .inn-txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-right: 42px;
}
.home .number-section .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 15px;
  padding: 0 15px;
  opacity: 0.6;
}
.home .number-section .wrap.mt-10 {
  margin-top: 10px;
}
.home .recruit-section {
  position: relative;
  z-index: 3;
}
.home .recruit-section .inner-block {
  padding-block: 192px 112px;
}
.home .recruit-section .recruit-link-box {
  background: #fff;
  border: 1px solid #000;
  display: block;
  padding: 86px 20px 91px;
  max-width: 494px;
  margin: 22px auto 0;
}
.home .recruit-section .txt {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 25px;
}
.home .recruit-section .txt.white {
  color: #fff;
}
.home .recruit-section .img {
  display: block;
  text-align: center;
}
.home .recruit-section .img img {
  max-width: 325px;
}
.home .recruit-section .l-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  margin-top: 33px;
}
.home .recruit-section .box {
  background: #000;
  padding: 83px 20px 90px;
}
.home .recruit-section .btn {
  background: #fff;
  border: 1px solid #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 10px;
  max-width: 321px;
  margin: 28px auto 0;
  width: 100%;
}
.home .faq-section {
  position: relative;
  z-index: 3;
}
.home .faq-section .inner-block {
  padding-block: 112px 74px;
}
.home .faq-section .c-aco-wrap {
  margin-top: 65px;
}
.home .faq-section .c-aco-wrap + .c-aco-wrap {
  margin-top: 16px;
}
.home .faq-section .c-aco-wrap .ico {
  border-right: 1px solid #000;
  font-size: 30px;
  font-weight: 400;
  padding: 16px 15px;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 63px;
  height: 100%;
}
.home .faq-section .c-aco-wrap .inn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
}
.home .faq-section .c-aco-head {
  padding: 0 60px 0 0;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .c-aco-head::before {
  right: 23px;
}
.home .faq-section .c-aco-head.is-open .ico {
  border-right-color: #fff;
}
.home .faq-section .c-aco-head .aco-ttl {
  padding-left: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .c-aco-body {
  border: 1px solid #000;
  border-top: 0;
  padding: 0;
}
.home .faq-section .c-aco-body .ico {
  height: 100%;
}
.home .faq-section .c-aco-body .inn {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .faq-section .c-aco-body .txt-wrap {
  padding: 30px 30px;
}
.home .faq-section .btn {
  background: #000;
  border: 1px solid #000;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px 25px;
  text-align: center;
  margin-top: 207px;
}
.home {
  /* モーダル */
}
.home .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 999;
}
.home .c-modal::-webkit-scrollbar {
  display: none;
}
.home .c-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.home .c-modal .modal-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .c-modal .modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.home .c-modal .modal__cont {
  background: #fff;
  position: relative;
  overflow-y: scroll;
  position: relative;
  max-width: 800px;
  margin: auto;
  height: 100%;
  width: 100%;
  max-height: 90vh;
}
.home .c-modal .modal__cont::before {
  background: #000;
  content: "";
  height: 19px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.home .c-modal .modal__cont::-webkit-scrollbar {
  width: 2px;
}
.home .c-modal .modal__cont::-webkit-scrollbar-track {
  background-color: transparent;
}
.home .c-modal .modal__cont::-webkit-scrollbar-thumb {
  background-color: #000;
}
.home .c-modal .modal__close {
  background: #000;
  height: 39px;
  width: 39px;
  position: fixed;
  top: 80px;
  left: 0;
  right: -730px;
  margin: auto;
  z-index: 5;
}
.home .c-modal .modal__close::before {
  background: #fff;
  -webkit-mask: url(../images/home/ico-cross.svg) no-repeat center center/contain;
          mask: url(../images/home/ico-cross.svg) no-repeat center center/contain;
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .c-modal .kv-area {
  position: relative;
}
.home .c-modal .kv-area .modal-ttl {
  color: #fff;
  font-size: 74px;
  position: absolute;
  bottom: 13px;
  left: -5px;
  line-height: 1;
  z-index: 5;
}
.home .c-modal .kv-area .name-wrap {
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 29px;
}
.home .c-modal .kv-area .name-wrap .inn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 29px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .c-modal .kv-area .name-wrap .ja {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.home .c-modal .kv-area .name-wrap .en {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.home .c-modal .kv-area .info-txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 84px;
  left: 143px;
}
.home .c-modal .kv-area img {
  width: 100%;
}
.home .c-modal .contents-area {
  background: #fff;
}
.home .c-modal .contents-area.pd-20 {
  padding: 57px 20px 134px;
}
.home .c-modal .contents-area .main-ttl {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.3;
}
.home .c-modal .contents-area .chapter-wrap {
  padding: 40px 15px;
}
.home .c-modal .contents-area .chapter-wrap:last-child {
  padding-bottom: 0;
}
.home .c-modal .contents-area .chapter-ttl {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.home .c-modal .contents-area .chapter-ttl .en {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.home .c-modal .contents-area .chapter-ttl .ja {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.home .c-modal .contents-area .txt {
  font-size: 16px;
  font-weight: 400;
  max-width: 514px;
  margin: auto;
  line-height: 1.875;
}
.home .c-modal .contents-area .txt + .txt {
  margin-top: 1rem;
}
.home .c-modal .contents-area .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .c-modal .contents-area .img.left {
  margin-top: 48px;
}
.home .c-modal .contents-area .img.left img, .home .c-modal .contents-area .img.left source {
  max-height: 203px;
}
.home .c-modal .contents-area .img.right img {
  max-height: 357px;
}
.home .c-modal .contents-area .img.full {
  margin: 57px 0 0 -15px;
  width: calc(100% + 30px);
}
.home .c-modal .contents-area .img.full img {
  max-height: 301px;
}
.home .c-modal .contents-area .recruit-ttl {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 42px;
}
.home .c-modal .contents-area .wrap {
  max-width: 567px;
  margin: auto;
}
.home .c-modal .contents-area .wrap:nth-child(2), .home .c-modal .contents-area .wrap:nth-child(3) {
  margin-top: 58px;
}
.home .c-modal .contents-area .wrap:not(:nth-child(-n+3)) {
  margin-top: 41px;
}
.home .c-modal .contents-area .wrap .txt {
  max-width: 100%;
}
.home .c-modal .contents-area .wrap .txt.pd {
  padding: 0 17px 0 27px;
}
.home .c-modal .contents-area .bg-ttl {
  background: #282828;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 25px;
  margin-bottom: 30px;
}
.home .c-modal .contents-area .border-ttl {
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
  max-width: 160px;
  margin-bottom: 24px;
  text-align: center;
}
.home .c-modal .contents-area .list.pd {
  padding: 0 17px 0 27px;
}
.home .c-modal .contents-area .list + .list, .home .c-modal .contents-area .list + .txt {
  margin-top: 20px;
}
.home .c-modal .contents-area .list li {
  position: relative;
  padding-left: 5px;
}
.home .c-modal .contents-area .list li::before {
  background: #000;
  border-radius: 100px;
  content: "";
  height: 3px;
  width: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}
.home .c-modal .contents-area .entry-btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  max-width: 460px;
  margin: 45px auto 0;
  padding: 27px 20px;
  text-align: center;
  width: 100%;
}
.home .c-modal .schedule-area {
  background: #000;
  padding: 53px 15px 100px;
}
.home .c-modal .schedule-area .schedule-ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 13px 15px;
  margin: 0 0 53px -15px;
  text-align: center;
  width: calc(100% + 30px);
}
.home .c-modal .schedule-area .schedule-wrap {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.home .c-modal .schedule-area .schedule-wrap .schedule {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  position: relative;
}
.home .c-modal .schedule-area .schedule-wrap .schedule:not(:last-child) {
  padding-bottom: 40px;
}
.home .c-modal .schedule-area .schedule-wrap .schedule:not(:last-child)::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 10px;
  left: 6px;
  margin: auto;
  width: 1px;
}
.home .c-modal .schedule-area .schedule-wrap .time {
  color: #fff;
  font-size: 18px;
  min-width: 115px;
  padding-left: 24px;
  position: relative;
}
.home .c-modal .schedule-area .schedule-wrap .time::before {
  background: #fff;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 10px;
  left: 0;
}
.home .c-modal .schedule-area .schedule-wrap .ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home .c-modal .schedule-area .schedule-wrap .txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.home .about-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.home .about-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.home .about-popup .popup-window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 953px;
  max-height: 100%;
  max-height: 90vh; /* 画面に収まる最大縦幅を制限 */
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.home .about-popup .popup-window::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #000000;
  z-index: 5;
}
.home .about-popup .popup-window .popup-close-btn {
  all: unset;
  position: absolute;
  top: 40px;
  right: 18px;
  width: 39px;
  height: 39px;
  background-color: #000000;
  background-image: url(../images/common/icon-close.png.webp);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .about-popup .popup-window .popup-close-btn:hover {
  opacity: 0.8;
}
.home .about-popup .popup-scroll-content {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 80px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  will-change: transform;
}
.home .about-popup .popup-scroll-content.is-bottom {
  -webkit-animation: popupBounceUp 0.3s ease-out !important;
          animation: popupBounceUp 0.3s ease-out !important; /* 他のスタイルに負けないよう !important を付与 */
}
.home .about-popup .popup-scroll-content::-webkit-scrollbar {
  width: 2px;
}
.home .about-popup .popup-scroll-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.home .about-popup .popup-scroll-content::-webkit-scrollbar-thumb {
  background-color: #000;
}
.home .about-popup .popup-inner-content {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  text-align: center;
}
.home .about-popup .popup-inner-content .popup-header {
  margin-bottom: 60px;
}
.home .about-popup .popup-inner-content .popup-header .en-sub {
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 30.54px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.home .about-popup .popup-inner-content .popup-header .en-sub:first-of-type {
  font-family: "Michroma", sans-serif;
}
.home .about-popup .popup-inner-content .popup-section {
  margin-bottom: 80px;
}
.home .about-popup .popup-inner-content .popup-section:last-child {
  margin-bottom: 0;
}
.home .about-popup .popup-inner-content .popup-main-ttl {
  margin: 0 0 40px 0;
  text-align: left;
  margin-left: -70px;
}
.home .about-popup .popup-inner-content .popup-main-ttl .en {
  display: block;
  font-family: "Michroma", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-left: -200px;
  padding-left: 200px;
}
.home .about-popup .popup-inner-content .ja-lead {
  display: block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.home .about-popup .popup-inner-content .popup-body-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  text-align: center;
}
.home .about-popup .popup-inner-content .popup-body-text p:last-child {
  margin-bottom: 0;
}
.home .about-popup .type-mission .popup-section {
  position: relative;
}
.home .about-popup .type-mission .popup-section + .popup-section {
  margin-top: 64px;
}
.home .about-popup .type-what-is-t2c .popup-body-text {
  text-align: start;
  max-width: 720px;
  margin: 0 auto;
}
.home .about-popup .type-what-is-t2c .tow-group-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.home .about-popup .type-what-is-t2c .tow-group-info .link-box-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .about-popup .type-what-is-t2c .tow-group-info .tow-link-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  border: 1px solid #000000;
  padding: 15px 30px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .about-popup .type-what-is-t2c .tow-group-info .tow-link-box .text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.home .about-popup .type-what-is-t2c .tow-group-info .tow-link-box:hover {
  background-color: #000000;
  color: #ffffff;
}
.home .about-popup .type-what-is-t2c .tow-group-info .link-note {
  margin: 15px 0 0 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  color: #ff0000;
  line-height: 1.5;
}
.home .about-popup .type-what-is-t2c .tow-group-info .tow-logo-box {
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  width: auto;
  max-width: 126px;
  padding: 10px;
}
.home .about-popup .type-what-is-t2c .tow-group-info .tow-logo-box img {
  width: 100%;
  height: auto;
}
.home .about-popup .type-strengths .strengths-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 0 auto;
  max-width: 720px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .about-popup .type-strengths .strengths-list .strength-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
.home .about-popup .type-strengths .strengths-list .strength-item:last-child {
  margin-bottom: 0;
}
.home .about-popup .type-strengths .strengths-list .strength-item .num {
  font-family: "Michroma", sans-serif;
  font-size: 24px;
  color: #ffffff;
  background-color: #000000;
  padding: 18px 10px;
  margin-right: 24px;
  line-height: 1;
}
.home .about-popup .type-strengths .strengths-list .strength-item .txt-group p {
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
}
.home .about-popup .type-strengths .strengths-list .strength-item .txt-group p:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.home .about-popup .type-strengths .strengths-list .strength-item .txt-group p:not(:first-child) {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
.home .about-popup .type-strengths .comparison-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.home .about-popup .type-strengths .comparison-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
}
.home .about-popup .type-strengths .comparison-container .comparison-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .about-popup .type-strengths .comparison-container .comparison-column .column-title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding: 4px 20px;
  border: 1px solid #000000;
  display: inline-block;
}
.home .about-popup .type-strengths .comparison-container .comparison-column:last-child .column-title {
  background-color: #000000;
  color: #ffffff;
}
.home .about-popup .type-strengths .comparison-container .comparison-column .column-note {
  margin: 16px 0 0 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.home .about-popup .type-strengths .comparison-container .flow-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.home .about-popup .type-strengths .comparison-container .flow-steps .step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.home .about-popup .type-strengths .comparison-container .flow-steps .step-box .label {
  font-size: 14px;
  background-color: #888888;
  color: #ffffff;
  padding: 2px 6px;
  margin-right: 10px;
}
.home .about-popup .type-strengths .comparison-container .flow-steps .step-box img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.home .about-popup .type-strengths .comparison-container .flow-steps .step-box .step-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.home .about-popup .type-strengths .comparison-container .flow-steps .arrow img {
  width: 12px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home .about-popup .type-strengths .comparison-container .unified-box {
  position: relative;
  width: 78%;
  margin-left: auto;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 20px 20px 20px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #f5f5f5;
}
.home .about-popup .type-strengths .comparison-container .unified-box .step-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group .icon-users {
  width: 28px;
  height: auto;
  margin-right: 0;
  margin-bottom: 6px;
}
.home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group .badge-t2c {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background-color: #000000;
  padding: 3px 10px;
}
.home .about-popup .type-events .fields-funnel {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  margin-top: 36px;
}
.home .about-popup .type-events .fields-funnel .event-img {
  width: 100%;
  height: auto;
  display: block;
}
@-webkit-keyframes popupBounceUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 4pxだと気づきにくい場合があるため、一旦8pxにして動きを確認します */
  }
}
@keyframes popupBounceUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 4pxだと気づきにくい場合があるため、一旦8pxにして動きを確認します */
  }
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-footer .inner-block {
    padding-block: 27px 43px;
  }
  .c-footer .link.center {
    margin-top: 17px;
  }
  .c-footer .l-grid {
    margin: 27px auto 0;
  }
  .c-footer .copylight {
    margin-top: 44px;
  }
  .c-title01::before {
    width: var(--inner-left_sp);
    left: calc(var(--inner-left_sp) * -1);
    max-height: 39px;
  }
  .c-title01 {
    gap: 0;
  }
  .c-title01 .en {
    font-size: 34px;
    padding-bottom: 12px;
  }
  .c-title01 .en .highlight {
    width: 40px;
    height: 39px;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .c-title01 .ja {
    font-size: 16px;
  }
  .c-aco-wrap .c-aco-head {
    font-size: 18px;
    padding: 8px 15px 8px;
  }
  .c-aco-wrap .c-aco-head::before {
    height: 13px;
    width: 20px;
    right: 21px;
  }
  .c-aco-wrap .c-aco-body {
    padding: 20px 0;
  }
  .home .pc {
    display: none !important;
  }
  .home .pc {
    display: none !important;
  }
  .home .sp {
    display: block !important;
  }
  .home .mv {
    height: 100svh;
  }
  .home .mv .mv-content {
    padding: 0 20px;
    width: 100%;
  }
  .home .mv .mv-content .mv-ttl {
    font-size: 7vw;
  }
  .home .mv .mv-content .mv-ttl br.pc {
    display: none;
  }
  .home .mv .mv-content .mv-ttl br.sp {
    display: inline;
  }
  .home .mv .mv-content .mv-ttl span.pc {
    display: none !important;
  }
  .home .mv .mv-content .mv-ttl span.sp {
    display: inline;
  }
  .home .mv .mv-footer-text .en {
    font-size: 84px;
  }
  .home .message .inner-block {
    -webkit-padding-before: 72px;
            padding-block-start: 72px;
  }
  .home .message .message-ttl {
    font-size: 28px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
  .home .message .message-text {
    font-size: 16px;
    letter-spacing: 0.1em;
    max-width: 287px;
    margin: auto;
  }
  .home .about .inner-block {
    padding-block: 72px 19px;
    padding-inline: 28px;
  }
  .home .about .about-header {
    margin-bottom: 40px;
  }
  .home .about .about-swiper .swiper-wrapper {
    width: 100%;
  }
  .home .about .about-swiper .swiper-slide {
    width: 100%;
    max-width: 319px;
  }
  .home .about .about-swiper .slide-img-box .slide-overlay-text {
    height: 34px;
    font-size: 16px;
  }
  .home .about .about-pagination {
    margin-top: 12px;
  }
  .home .about .about-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 33px;
  }
  .home .about .about-pagination .swiper-pagination-bullet-active::before {
    width: 12px;
    height: 12px;
  }
  .home .flow-section .inner-block {
    padding-block: 53px 36px;
    padding-inline: 28px;
  }
  .home .flow-section .c-aco-wrap {
    margin: 40px calc(50% - 50vw) 0;
  }
  .home .flow-section .c-aco-wrap .c-aco-head {
    border-left: none;
    border-right: none;
  }
  .home .flow-section .c-aco-wrap + .c-aco-wrap {
    margin-top: 12px;
  }
  .home .flow-section .c-title01 .en {
    font-size: min(30px, 8vw);
  }
  .home .flow-section .img img {
    max-height: 250px;
  }
  .home .flow-section .img {
    max-width: calc(100% - 48px);
  }
  .home .flow-section .txt-wrap {
    padding: 0 28px;
  }
  .home .flow-section .txt-wrap .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
  .home .flow-section .thumb-wrapper {
    gap: 5px;
    margin: 0 auto 17px;
  }
  .home .flow-section .thumb-wrapper.sp-39 img {
    max-height: 10.4vw;
  }
  .home .flow-section .thumb-wrapper img {
    max-height: 11.7333333333vw;
  }
  .home .flow-section .thumb-wrapper .l-grid {
    gap: 5px;
  }
  .home .flow-section .thumb-wrapper .l-grid img {
    max-height: 6.6666666667vw;
  }
  .home .jobs-section .inner-block {
    padding-block: 36px 72px;
    padding-inline: 28px;
  }
  .home .jobs-section .border-ttl {
    font-size: 16px;
    padding: 5px 10px 3px;
    margin: 39px auto 31px;
    max-width: 158px;
    text-align: center;
    width: 100%;
  }
  .home .jobs-section .l-grid {
    grid-template-columns: 100%;
  }
  .home .jobs-section .l-grid .wrap:nth-child(1) {
    padding-bottom: 40px;
  }
  .home .jobs-section .l-grid .wrap:nth-child(2) {
    border-top: 1px solid #000;
    padding-top: 40px;
  }
  .home .jobs-section .img-wrap {
    margin-bottom: 40px;
  }
  .home .jobs-section .txt-wrap {
    width: calc(100% - 97px);
    padding-top: 17px;
  }
  .home .jobs-section .ttl {
    font-size: 14px;
    margin-top: 13px;
  }
  .home .jobs-section .txt.max-590 {
    margin: 40px auto 0;
    max-width: 100%;
  }
  .home .jobs-section .txt {
    font-size: 16px;
  }
  .home .jobs-section .ico {
    max-width: 46px;
  }
  .home .interview-section .inner-block {
    padding-block: 72px 36px;
    padding-inline: 28px;
  }
  .home .interview-section .interview-list {
    grid-template-columns: 100%;
    gap: 50px;
    margin-top: 40px;
  }
  .home .interview-section .interview-list::before {
    display: none;
  }
  .home .interview-section .interview-list + .interview-list {
    margin-top: 50px;
  }
  .home .interview-section .num-txt {
    font-size: 12px;
    top: -1px;
    left: 12px;
  }
  .home .interview-section .num-txt .num {
    font-size: 18px;
    margin-left: 5px;
  }
  .home .interview-section .name-wrap {
    gap: 9px;
    bottom: 29px;
    padding: 4px 10px;
  }
  .home .interview-section .name-wrap::before, .home .interview-section .name-wrap::after {
    height: 8px;
    width: 14px;
  }
  .home .interview-section .name-wrap::before {
    right: 20px;
  }
  .home .interview-section .name-wrap:after {
    right: 11px;
  }
  .home .interview-section .name-wrap .ja {
    font-size: 16px;
  }
  .home .interview-section .name-wrap .en {
    font-size: 10px;
  }
  .home .interview-section .txt-wrap {
    padding: 32px 22px 20px;
  }
  .home .interview-section .txt-wrap .wrap {
    gap: 25px;
  }
  .home .number-section .inner-block {
    padding-block: 36px 72px;
    padding-inline: 28px;
  }
  .home .number-section .numbers-box-wrap {
    margin-top: 40px;
  }
  .home .number-section .ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 34px;
  }
  .home .number-section .ttl .small {
    font-size: 4vw;
  }
  .home .number-section .number.fz-23 {
    font-size: 5.8666666667vw;
  }
  .home .number-section .number.fz-24 {
    font-size: 6.1333333333vw;
  }
  .home .number-section .number .num {
    font-size: 15.2vw;
  }
  .home .number-section .number .num.fz-35 {
    font-size: 8.8vw;
  }
  .home .number-section .number .num.fz-49 {
    font-size: 12.2666666667vw;
  }
  .home .number-section .inn-txt {
    font-size: 4.5333333333vw;
  }
  .home .number-section .txt {
    font-size: 15px;
    margin-top: 62px;
  }
  .home .recruit-section .inner-block {
    padding-block: 72px 36px;
    padding-inline: 28px;
  }
  .home .recruit-section .recruit-link-box {
    max-width: 216px;
    padding: 19px 19px 25px;
    margin: 40px auto 0;
  }
  .home .recruit-section .txt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home .recruit-section .img img {
    max-width: 179px;
  }
  .home .recruit-section .l-grid {
    gap: 15px;
    margin-top: 42px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .home .recruit-section .box {
    padding: 13px 15px 16px;
  }
  .home .recruit-section .box .txt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .home .recruit-section .btn {
    font-size: 12px;
    padding: 4px 5px 5px;
    max-width: 115px;
    margin: 5px auto 0;
  }
  .home .faq-section .inner-block {
    padding-block: 36px 72px;
    padding-inline: 28px;
  }
  .home .faq-section .c-aco-wrap {
    margin-top: 40px;
  }
  .home .faq-section .c-aco-wrap + .c-aco-wrap {
    margin-top: 19px;
  }
  .home .faq-section .c-aco-wrap .ico {
    font-size: 3.4666666667vw;
    padding: 7px 6px;
    min-width: 28px;
  }
  .home .faq-section .c-aco-head {
    padding-right: 21px;
  }
  .home .faq-section .c-aco-head::before {
    right: 7px;
    height: 9px;
    width: 15px;
  }
  .home .faq-section .c-aco-head .aco-ttl {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 5px 7px;
  }
  .home .faq-section .c-aco-body .txt-wrap {
    padding: 9px;
  }
  .home .faq-section .c-aco-body .txt {
    font-size: 14px;
  }
  .home .faq-section .btn {
    font-size: 14px;
    padding: 13px 19px;
    margin-top: 73px;
  }
  .home .c-modal {
    padding: 0;
  }
  .home .c-modal .modal__cont {
    max-height: 100%;
  }
  .home .c-modal .modal__close {
    left: inherit;
    position: fixed;
    right: 14px;
    top: 37px;
  }
  .home .c-modal .kv-area .modal-ttl {
    font-size: 66px;
    bottom: 36px;
  }
  .home .c-modal .kv-area .name-wrap {
    padding: 13.8666666667vw 7.4666666667vw 3px;
  }
  .home .c-modal .kv-area .name-wrap .inn {
    gap: 7.7333333333vw;
  }
  .home .c-modal .kv-area .name-wrap .ja {
    font-size: 20px;
  }
  .home .c-modal .kv-area .name-wrap .en {
    font-size: 16px;
  }
  .home .c-modal .kv-area .info-txt {
    font-size: 14px;
    bottom: 27.2vw;
    left: inherit;
    right: 8vw;
  }
  .home .c-modal .contents-area .main-ttl {
    font-size: 20px;
  }
  .home .c-modal .contents-area .chapter-wrap {
    padding: 24px 18px 0;
  }
  .home .c-modal .contents-area .chapter-wrap + .chapter-wrap {
    padding-top: 30px;
  }
  .home .c-modal .contents-area .chapter-ttl {
    margin-bottom: 24px;
  }
  .home .c-modal .contents-area .chapter-ttl .en {
    font-size: 16px;
  }
  .home .c-modal .contents-area .chapter-ttl .ja {
    font-size: 20px;
  }
  .home .c-modal .contents-area .txt {
    font-size: 16px;
    max-width: 100%;
  }
  .home .c-modal .contents-area .img.left {
    margin: 30px 0 0 -18px;
    width: calc(100% + 36px);
  }
  .home .c-modal .contents-area .img.right {
    margin: 30px 0 0 -18px;
    width: calc(100% + 36px);
  }
  .home .c-modal .contents-area .img.full {
    margin: 47px 0 0 -18px;
    width: calc(100% + 36px);
  }
  .home .c-modal .contents-area .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .c-modal .contents-area .wrap .txt {
    font-size: 14px;
  }
  .home .c-modal .contents-area .border-ttl {
    padding: 2px 10px;
  }
  .home .c-modal .schedule-area {
    padding: 39px 9px 50px;
  }
  .home .c-modal .schedule-area .schedule-ttl {
    font-size: 16px;
    margin: 0 0 56px -9px;
    width: calc(100% + 18px);
  }
  .home .c-modal .schedule-area .schedule-wrap .schedule {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .home .c-modal .schedule-area .schedule-wrap .schedule:not(:last-child) {
    padding-bottom: 33px;
  }
  .home .c-modal .schedule-area .schedule-wrap .time {
    font-size: 18px;
    line-height: 1.2;
  }
  .home .c-modal .schedule-area .schedule-wrap .time::before {
    top: 5px;
  }
  .home .c-modal .schedule-area .schedule-wrap .ttl {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .home .c-modal .schedule-area .schedule-wrap .txt {
    font-size: 14px;
  }
  .home .c-modal .schedule-area .schedule-wrap .txt-wrap {
    padding-left: 24px;
  }
  .home .about-popup .popup-window {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .home .about-popup .popup-window .popup-close-btn {
    top: 37;
    right: 14px;
    background-size: 26px;
  }
  .home .about-popup .popup-scroll-content {
    padding: 100px 30px 40px 30px;
  }
  .home .about-popup .popup-inner-content .popup-header {
    margin-bottom: 40px;
  }
  .home .about-popup .popup-inner-content .popup-header .en-sub {
    font-size: 20px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .home .about-popup .popup-inner-content .popup-section {
    margin-bottom: 50px;
  }
  .home .about-popup .popup-inner-content .popup-main-ttl {
    margin: 0 0 24px 0;
    margin-left: -30px;
  }
  .home .about-popup .popup-inner-content .popup-main-ttl .en {
    font-size: 38px;
    margin-left: 0;
    padding-left: 0;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .home .about-popup .popup-inner-content .ja-lead {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .home .about-popup .popup-inner-content .popup-body-text {
    font-size: 14px;
    text-align: left;
  }
  .home .about-popup .popup-inner-content .popup-body-text br {
    display: none;
  }
  .home .about-popup .popup-inner-content .popup-body-text p {
    margin-bottom: 1.2em;
  }
  .home .about-popup .type-mission .popup-section + .popup-section {
    margin-top: 40px;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .link-box-wrapper {
    width: 100%;
    text-align: center;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .tow-link-box {
    grid-template-columns: 100%;
    padding: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .tow-link-box .text {
    font-size: 14px;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .link-note {
    font-size: 12px;
    margin-top: 10px;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .link-note .url {
    display: block;
    word-break: break-all;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .tow-logo-box {
    max-width: 33.6vw;
    margin: auto;
  }
  .home .about-popup .type-what-is-t2c .tow-group-info .tow-logo-box img {
    max-width: 33.6vw;
  }
  .home .about-popup .type-strengths .strengths-list {
    margin-bottom: 40px;
  }
  .home .about-popup .type-strengths .strengths-list .strength-item {
    margin-bottom: 30px;
  }
  .home .about-popup .type-strengths .strengths-list .strength-item .num {
    font-size: 16px;
    padding: 10px 4px;
    margin-right: 16px;
  }
  .home .about-popup .type-strengths .strengths-list .strength-item .txt-group p:first-child {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .home .about-popup .type-strengths .strengths-list .strength-item .txt-group p:not(:first-child) {
    font-size: 14px;
  }
  .home .about-popup .type-strengths .comparison-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .home .about-popup .type-strengths .comparison-container::after {
    display: none;
  }
  .home .about-popup .type-strengths .comparison-container .comparison-column {
    width: 100%;
    text-align: center;
  }
  .home .about-popup .type-strengths .comparison-container .comparison-column .column-title {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 4px 15px;
  }
  .home .about-popup .type-strengths .comparison-container .comparison-column .column-note {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps {
    gap: 8px;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps .step-box {
    padding: 8px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps .step-box .label {
    font-size: 11px;
    padding: 1px 4px;
    margin-right: 8px;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps .step-box img {
    width: 14px;
    margin-right: 6px;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps .step-box .step-txt {
    font-size: 14px;
  }
  .home .about-popup .type-strengths .comparison-container .flow-steps .arrow img {
    width: 10px;
  }
  .home .about-popup .type-strengths .comparison-container .unified-box {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px 30px 15px;
    gap: 8px;
  }
  .home .about-popup .type-strengths .comparison-container .unified-box .step-txt {
    font-size: 13px;
  }
  .home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
  .home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group .icon-users {
    width: 20px;
    margin-bottom: 0;
  }
  .home .about-popup .type-strengths .comparison-container .unified-box .t2c-badge-group .badge-t2c {
    font-size: 12px;
    padding: 2px 6px;
  }
  .home .about-popup .type-events .fields-funnel {
    margin-top: 24px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1080px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-aco-wrap .c-aco-head:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-aco-wrap .c-aco-head:hover::before {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .sp {
    display: none !important;
  }
  .home .flow-section .swiper-button-next:hover, .home .flow-section .swiper-button-prev:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .flow-section .thumb-wrapper .thumb-media:not(.thumb-media-active):hover .on {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .flow-section .thumb-wrapper .thumb-media:not(.thumb-media-active):hover .off {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .jobs-section .l-grid .wrap {
    padding-bottom: 30px;
  }
  .home .jobs-section .l-grid .wrap:nth-child(1) {
    padding-right: 54px;
  }
  .home .jobs-section .l-grid .wrap:nth-child(2) {
    border-left: 1px solid #000;
    padding-left: 47px;
  }
  .home .number-section .number-wrap {
    min-height: 100px;
  }
  .home .c-modal .contents-area .img.left {
    margin-left: -15px;
  }
  .home .c-modal .contents-area .img.right {
    margin: 65px -15px 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .c-header .nav-area .nav .nav-list {
    gap: 10px;
  }
  .c-header .nav-area .nav .nav-link .en {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .c-header .nav-area .nav .nav-link:hover {
    opacity: 0.8;
  }
  .c-footer .link:hover {
    opacity: 0.6;
  }
  .home .interview-section .interview:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .interview-section .interview:hover .name-wrap {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .interview-section .interview:hover .name-wrap::before, .home .interview-section .interview:hover .name-wrap::after {
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .interview-section .interview:hover .name-wrap .ja, .home .interview-section .interview:hover .name-wrap .en {
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .recruit-section .recruit-link-box:hover {
    opacity: 0.6;
  }
  .home .recruit-section .btn:hover {
    background: #000;
    color: #fff;
  }
  .home .faq-section .c-aco-head:hover {
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .faq-section .c-aco-head:hover::before {
    background: #fff;
  }
  .home .faq-section .c-aco-head:hover .ico {
    color: #fff;
    border-right-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .faq-section .c-aco-head:hover .aco-ttl {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .faq-section .btn:hover {
    background: #fff;
    color: #000;
  }
  .home .c-modal .modal__close:hover {
    background: #fff;
  }
  .home .c-modal .modal__close:hover::before {
    background: #000;
  }
  .home .c-modal .contents-area .entry-btn:hover {
    background: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  .c-header {
    padding: 15px 20px;
  }
  .c-header .logo-area .logo-img {
    height: 30px;
  }
  .c-header .logo-area .logo::after {
    height: 20px;
    margin: 0 12px;
  }
  .c-header .logo-area .site-type {
    font-size: 16px;
  }
  .c-header .nav-area {
    gap: 15px;
  }
  .c-header .nav-area .pc-only-recruit {
    display: block;
    width: 90px;
    height: 38px;
  }
  .c-header .nav-area .pc-only-recruit .recruit-link {
    padding-top: 0;
    position: relative;
    padding-top: 0;
    padding-left: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-header .nav-area .pc-only-recruit .recruit-link .text {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .c-header .nav-area .pc-only-recruit .recruit-link .text-jp {
    font-size: 10px;
    margin-bottom: 0;
  }
  .c-header .nav-area .pc-only-recruit .recruit-link::after {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
            transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  }
  .c-header .nav-area .hamburger-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0;
  }
  .c-header .nav-area .hamburger-btn span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-header .nav-area .nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: #2c2b30;
    margin-right: 0;
    z-index: 1000;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
  }
  .c-header .nav-area .nav.is-open {
    right: 0;
  }
  .c-header .nav-area .nav .sp-menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .c-header .nav-area .nav .sp-menu-header .sp-menu-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    font-family: "Michroma", sans-serif;
    gap: 4px;
  }
  .c-header .nav-area .nav .sp-menu-header .sp-menu-ttl .en {
    font-size: 16px;
  }
  .c-header .nav-area .nav .sp-menu-header .sp-menu-ttl .site {
    font-size: 14px;
  }
  .c-header .nav-area .nav .sp-menu-header .menu-close-btn {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
  }
  .c-header .nav-area .nav .sp-menu-header .menu-close-btn span {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
  }
  .c-header .nav-area .nav .sp-menu-header .menu-close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-header .nav-area .nav .sp-menu-header .menu-close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-header .nav-area .nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .c-header .nav-area .nav .nav-list .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .c-header .nav-area .nav .nav-list .nav-item.top .nav-link::before {
    display: none;
  }
  .c-header .nav-area .nav .nav-list .nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 20px;
    position: relative;
  }
  .c-header .nav-area .nav .nav-list .nav-link .en {
    font-size: 14px;
  }
  .c-header .nav-area .nav .nav-list .nav-link .ja {
    font-size: 12px;
    margin-top: 6px;
  }
  .c-header .nav-area .nav .nav-list .nav-link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .c-header .nav-area .nav .sp-menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px;
  }
  .c-header .nav-area .nav .sp-menu-footer .recruit-btn {
    width: 200px;
    height: 32px;
  }
  .c-header .nav-area .nav .sp-menu-footer .recruit-btn .recruit-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-top: 0;
  }
  .c-header .nav-area .nav .sp-menu-footer .recruit-btn .recruit-link .text {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
  }
}
@media screen and (768px <= width) and (width < 1030px) {
  .home .interview-section .name-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (768px <= width) and (width < 810px) {
  .home .interview-section .name-wrap {
    padding-left: 10px;
  }
}
@media screen and (768px <= width) and (width < 850px) {
  .home .interview-section .name-wrap::before, .home .interview-section .name-wrap::after {
    height: 10px;
    width: 19px;
  }
  .home .interview-section .name-wrap::before {
    right: 15px;
  }
  .home .interview-section .name-wrap:after {
    right: 5px;
  }
}
@media screen and (768px <= width) and (width < 950px) {
  .home .interview-section .name-wrap .ja {
    font-size: 16px;
  }
  .home .interview-section .name-wrap .en {
    font-size: 14px;
  }
}
@media screen and (768px <= width) and (width < 1100px) {
  .home .interview-section .txt-wrap {
    padding: 34px 50px 37px;
  }
}
@media screen and (768px <= width) and (width < 1100px) and (width < 920px) {
  .home .interview-section .txt-wrap {
    padding: 34px 10px 37px;
  }
}
@media screen and (1001px <= width) {
  .home .number-section .numbers-box-wrap .box:nth-child(n+4) {
    border-top: 1px solid #fff;
  }
  .home .number-section .numbers-box-wrap .box:not(:nth-child(3n+1)) {
    border-left: 1px solid #fff;
  }
}
@media screen and (width < 1000px) {
  .home .number-section .numbers-box-wrap .box {
    padding: 38px 15px 18px;
    width: 100%;
  }
  .home .number-section .numbers-box-wrap .box + .box {
    border-top: 1px solid #fff;
  }
}
@media screen and (1000px <= width) and (width < 1040px) {
  .home .number-section .l-grid {
    grid-template-columns: 100%;
  }
}
@media screen and (768px <= width) and (width < 840px) {
  .home .c-modal .modal__close {
    right: 50px;
    left: inherit;
  }
}
@media screen and (width < 768px) and (width < 370px) {
  .home .c-modal .kv-area .modal-ttl {
    font-size: 50px;
  }
}
/*# sourceMappingURL=lp2026.css.map */