@charset "UTF-8";
/*
Theme Name:FlipNine
*/
:root {
  --Black: #000;
  --Black2: #222;
  --White: #fff;
  --Gray: #abb8c3;
  --Red: #F6636C;
  --Yellow: #FBC700;
  --Orange: #F29F22;
  --Blue1: #3DA2FF;
  --Blue2: #37C2CD;
  --Green1: #28BC72;
  --Green2: #00d084;
  --Pink: #F07FCA;
  --Purple: #7A78F2;
  --Fontcolor1: #4d4d42;
  --Fontcolor2: #686859;
}

.thumbnail {
  margin-bottom: 70px;
}
.thumbnail img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: auto;
}

.breadcrumb {
  writing-mode: vertical-rl;
  display: flex;
  position: absolute;
  top: 40px;
  right: 13px;
  font-size: 1.2rem;
  z-index: 1;
}
.breadcrumb li:nth-child(1) {
  position: relative;
}
.breadcrumb li:nth-child(1)::after {
  position: absolute;
  content: ">";
  margin-top: 10px;
}
.breadcrumb li:nth-child(1) a {
  margin-top: 30px;
}
.breadcrumb li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.breadcrumb li:nth-child(1) a[data-category=top]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_home.png));
  background-image: image-set(url(./img/cmn/icon_home.png));
}
.breadcrumb li:nth-child(2) {
  margin-top: 30px;
}
.breadcrumb li:nth-child(3) {
  position: relative;
  margin-top: 30px;
}
.breadcrumb li:nth-child(3)::before {
  position: absolute;
  content: ">";
  margin-top: -20px;
}
.breadcrumb li:nth-child(4) {
  position: relative;
  margin-top: 30px;
}
.breadcrumb li:nth-child(4)::before {
  position: absolute;
  content: ">";
  margin-top: -20px;
}

.t-bg_pi {
  background-color: var(--Pink);
}

.t-bg_or {
  background-color: var(--Orange);
}

.t-bg_ye {
  background-color: var(--Yellow);
}

.t-bg_gl {
  background-color: var(--Green1);
}

.t-bg_bg {
  background-color: #37C2CD !important;
}

.t-bg_bl {
  background-color: #3DA2FF !important;
}

.t-bg_pu {
  background-color: var(--Purple);
}

.t-bg_rd {
  background-color: var(--Red) !important;
}

.t-bg_wh {
  background-color: #fff !important;
}

.bg_red {
  background-color: #f43545;
}
.bg_orange {
  background-color: #ff8901;
}
.bg_yellow {
  background-color: #fad717;
}
.bg_green {
  background-color: #00ba71;
}
.bg_sky {
  background-color: #00c2de;
}
.bg_blue {
  background-color: #00418d;
}

.page__cmn {
  padding: 120px 0 60px;
}
.page__cmn h1 {
  font-size: clamp(4rem, 4.7vw, 7rem);
  font-weight: 700;
  margin-bottom: 40px;
}
.page__cmn h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.page__cmn p {
  font-size: 1.5rem;
}
.page__cmn .btn__cmn {
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0 auto;
}
.page__cmn .btn__cmn .btn__arrow::before {
  transform: rotate(90deg);
}
.page__cmn .btn__cmn .btn__arrow::after {
  transform: rotate(-136deg);
  left: 27px;
}

.cmn__page-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.t-hideSP {
  display: none;
}

.list-decoration > li {
  color: var(--Blue2);
  font-weight: 700;
/*  position: relative;*/
/*  padding-left: 19px;*/
}
/*.list-decoration > li::before {
  position: absolute;
  content: "・";
  top: 4px;
  font-size: 1.2rem;
  left: 0;
}*/

.cmn_heading {
  font-weight: 700;
  font-size: 4.8rem;
}
.cmn_heading .heading__main {
  line-height: 1.2;
/*  margin-top: 20px;*/
  display: inline-block;
  font-size: clamp(3rem, 7vw, 6rem);
}

.heading__sub {
  display: flex;
  align-items: center;
}

.heading__balloon {
  display: inline-flex;
  align-items: center;
  color: var(--Green2);
  border-radius: 40px 40px 40px 0;
  min-height: 20px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-right: 10px;
  flex-shrink: 0;
  line-height: 23px !important;
  font-family: Fugaz One;
  font-weight: 800;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .heading__balloon {
    margin-right: 0;
    padding: 0;
    font-size: 2rem;
  }
}
.cmn-container {
  width: 85%;
  margin: 0 auto;
}

.btn__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: #222;*/
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: 0.3s ease;
/*  background: #222;*/
}

a:hover .btn__arrow {
  transition: 0.3s ease;
}

.btn__arrow::before {
  position: absolute;
  content: "";
  top: 16px;
  right: 11px;
  width: 9px;
  height: 1px;
  background: var(--White);
/*  transform: rotate(45deg);*/
}

.btn__arrow::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 14px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--White);
  border-bottom: 1px solid var(--White);
  transform: rotate(-45deg);
}

.btn__cmn {
  display: flex;
  justify-content: start;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.btn__cmn .btn__text {
  font-weight: 700;
  color: var(--Black2);
}
.btn__cmn .btn__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: #222;*/
  border-radius: 50%;
  width: 64px;
  height: 64px;
  transition: 0.3s ease;
/*  background: #222;*/
  margin-left: 20px;
}
.btn__cmn .btn__arrow::before {
  position: absolute;
  content: "";
  top: 31px;
  left: 25px;
  width: 15px;
  height: 1px;
  background: var(--Black);
/*  transform: rotate(-45deg);*/
}
.btn__cmn .btn__arrow::after {
  position: absolute;
  content: "";
  top: 26px;
  left: 27px;
  width: 11px;
  height: 11px;
  border-right: 1px solid var(--Black);
  border-bottom: 1px solid var(--Black);
  transform: rotate(-45deg);
}

.textAnime {
  display: inline-block;
  overflow: hidden;
}

.textAnime span {
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
  color: inherit;
  animation: textAnime 1s forwards, colorChange 2s forwards;
}

@keyframes textAnime {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes colorChange {
  to {
    color: #000;
  }
}
#page__article h1 {
  font-size: clamp(3rem, 3.7vw, 4.8rem);
}

@media screen and (min-width: 768px) {
  .page__cmn h2 {
    font-size: clamp(1.8rem, 1.6rem + 1.6666vw, 2.4rem);
  }
  .page__cmn p {
    font-size: 16px;
  }
  .page__cmn .btn__cmn {
    margin: 70px auto 0 auto;
  }
  .page__cmn .btn__cmn .btn__arrow::after {
    top: 36px;
    left: 40px;
  }
  .t-hideSP {
    display: block;
  }
  .t-hidePC {
    display: none;
  }
  .cmn_heading .heading__main {
    font-size: clamp(4.8rem, 6vw, 6.8rem);
  }
  .btn__cmn .btn__arrow {
    width: 96px;
    height: 96px;
  }
  .btn__cmn .btn__arrow::before {
    top: 46px;
    width: 23px;
    height: 2px;
    left: 36px;
  }
  .btn__cmn .btn__arrow::after {
    top: 39px;
    left: 41px;
    width: 16px;
    height: 16px;
    border-right: 2px solid var(--Black);
    border-bottom: 2px solid var(--Black);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1025px) {
  .hover-target {
    transition: all 0.3s;
  }
  .breadcrumb {
    top: 120px;
    right: 40px;
  }
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: var(--Black2);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family: Outfit, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.wrapper {
  position: relative;
  background-color: var(--White);
  overflow: hidden;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 222;
  top: 0;
  left: 0;
}
.header .btn__contact {
  max-width: 140px;
  max-height: 64px;
  border-radius: 16px;
  font-size: 14px;
  margin-right: 20px;
  border-color: #222;
}
.header .btn__contact span {
  color: #ddd;
}
.header .btn__contact img {
  mix-blend-mode: exclusion;
  width: 1em;
  height: auto;
  margin: 0 0.25em 0.4em 0.25em;
}

.btn__contact-inner span {
  display: inline-flex;
  align-items: center;
  animation-name: move;
  animation-duration: 5.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn__contact:hover .btn__contact-inner span {
  animation-play-state: paused;
}

.nav .nav-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  height: 98px;*/
  height: 50px;
}

.logo {
  width: 100px;
/*  width: 155px;*/
  margin-left: 10px;
}

.header__navList {
  display: none;
}

.MegaMenu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.nav_open,
.nav_close {
  width: 56px;
  height: 56px;
  font-size: 12px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 4;
  font-weight: 400;
  font-size: 13px;
}
.nav_open::before,
.nav_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #222;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  z-index: -1;
}

.nav_open {
  z-index: 5;
}

.nav-link {
  letter-spacing: 0.2rem;
}

.no-scroll {
  /* navが開いている時add jsの処理 */
  overflow: hidden !important;
  height: 100vh;
}

.hamburger-menu {
  mix-blend-mode: difference;
}

.btn__contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 300px;
  height: 150px;
  border-style: solid;
  border-color: #444;
  border-width: 1px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  overflow: hidden;
}

.btn__contact .btn__contact-inner {
  white-space: nowrap;
}

.btn__contact img {
  mix-blend-mode: exclusion;
  width: 1em;
  height: auto;
  margin: 0 0.25em;
}

@media screen and (min-width: 768px) {
  .logo .t-hideSP {
    display: none;
  }
  .logo .t-hidePC {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
  .header {
    mix-blend-mode: difference;
    color: #ddd;
    font-weight: bold;
    position: fixed;
    height: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header nav {
    width: 100%;
  }
  .header nav .nav-bar {
    justify-content: space-between;
  }
  .header__navList {
    display: flex;
    justify-content: center;
    margin-right: 165px;
    align-items: center;
  }
  .header__navItem {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header__navItem::before {
    content: "";
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header__navItem:nth-child(1)::before {
    background-color: #28BC72;
  }
  .header__navItem:nth-child(2)::before {
    background-color: #37C2CD;
    width: 130%;
  }
  .header__navItem:nth-child(3)::before {
    background-color: #3DA2FF;
  }
  .header__navItem:nth-child(4)::before {
    background-color: #7A78F2;
  }
  .header__navItem:nth-child(5)::before {
    background-color: #F07FCA;
    width: 130%;
  }
  .header__navItem:hover::before {
    transform: scale(1, 1);
  }
  .header__navItem:nth-child(6) {
    margin-left: 54px;
  }
  .logo {
    margin-left: 40px;
  }
  .logo .t-hideSP {
    display: block;
  }
  .logo .t-hidePC {
    display: none;
  }
  .nav_open,
  .nav_close {
    top: 29px;
    color: #222;
    width: 65px;
    height: 65px;
  }
  .nav_open::before,
  .nav_close::before {
    background-color: #ddd;
    width: 65px;
    height: 65px;
  }
  /* メガメニューのスタイル */
  .MegaMenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    width: 100%;
    padding: 125px 0 120px 0;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: #fff;
  }
  .MegaMenu.open {
    opacity: 1;
    visibility: visible;
  }
  .MegaMenu__ttl {
    font-size: 4rem;
    font-weight: 700;
  }
  .MegaMen__nav {
    margin-top: 60px;
  }
  .MegaMen__ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .MegaMen__li {
    padding: 10px 0;
    width: 100%;
  }
  .MegaMen__a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 1.8rem;
  }
  .header__navItem > button {
    position: relative;
  }
  .header__navItem > button::before, .header__navItem > button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #ddd;
    right: -19px;
    top: 13px;
  }
  .header__navItem > button::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .Megaopen_company .header__navItem > .hamburger__company::after,
  .Megaopen_recruit .header__navItem > .hamburger__recruit::after {
    transform: rotate(0);
    transition: 0.3s;
  }
  .MegaMenu__ttl {
    position: relative;
/*    padding-left: 49px;*/
  }
  .MegaMenu__ttl::before {
/*    content: "";*/
    display: block;
    width: 40px;
    height: 58px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.2em;
    left: 0;
  }
  .MegaMenu__ttl[data-category=company]::before {
    background-image: -webkit-image-set(url(./img/cmn/icon_office.png));
    background-image: image-set(url(./img/cmn/icon_office.png));
  }
  .MegaMenu__ttl[data-category=recruit]::before {
    background-image: -webkit-image-set(url(./img/cmn/icon_recruit.png));
    background-image: image-set(url(./img/cmn/icon_recruit.png));
  }
}
.footer {
  color: #fff;
  background: #222;
  width: 100%;
}
.footer .l-container {
  display: flex;
  display: -ms-flexbox;
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  container-type: inline-size;
  flex-direction: column;
  font-size: 3.2rem;
  padding: 100px 0;
}

.footer__navWrap {
  width: 100%;
}

.footer__navList-child {
  position: relative;
}

.footer__navList-main li {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #444;
}
/*.footer__navList-main li::before {
  content: "";
  display: block;
  width: 31px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.4em;
  left: 0;
}*/
/*.footer__navList-main li[data-category=top]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_home.png));
  background-image: image-set(url(./img/cmn/icon_home.png));
}
.footer__navList-main li[data-category=company]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_office.png));
  background-image: image-set(url(./img/cmn/icon_office.png));
}
.footer__navList-main li[data-category=service]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_redflag.png));
  background-image: image-set(url(./img/cmn/icon_redflag.png));
}
.footer__navList-main li[data-category=news]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_speaker.png));
  background-image: image-set(url(./img/cmn/icon_speaker.png));
}
.footer__navList-main li[data-category=recruit]::before {
  background-image: -webkit-image-set(url(./img/cmn/icon_recruit.png));
  background-image: image-set(url(./img/cmn/icon_recruit.png));
}*/
.footer__navList-main li a,
.footer__navList-main li p {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 30px;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
}
.footer__navList-main li a {
  display: block;
}

.footer__accordion {
  position: relative;
}
.footer__accordion::after {
  content: "";
  position: absolute;
  background-color: #444;
  width: 32px;
  height: 32px;
  border-radius: 100vh;
  right: 0;
  top: 19px;
}
.footer__accordion .footer__navList-title::before, .footer__accordion .footer__navList-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #ddd;
  right: 11px;
  top: 35px;
}
.footer__accordion .footer__navList-title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.footer__accordion .close::after {
  transform: rotate(0);
  transition: 0.3s;
}

.footer__navList-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.footer__navList-child li {
  background-color: #282828;
}
.footer__navList-child li a {
  font-size: 1.3rem;
}

.footer__navList-title.close + .footer__navList-child {
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
}

.footer__navList-sub li {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__navList-sub li:not(:first-child) a {
  font-size: 1.1rem;
  transition: 0.3s all;
}
.footer__navList-sub li:not(:first-child) a:hover {
  transition: 0.3s all;
  color: #888;
}

.footer__infoWrap {
  max-width: 300px;
}
.footer__infoWrap .i__Wrap {
  display: flex;
  align-items: end;
  justify-content: space-around;
}
.footer__infoWrap .i__Wrap .i-icon {
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.footer__infoWrap .i__Wrap .i-icon img {
  width: 25px;
}
.footer__infoWrap .footer__logo img {
  width: 170px;
}

.footer__address {
  margin-top: 20px;
  font-size: 1.1rem;
  color: #888;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.footer__copyright {
  font-size: clamp(1.6rem, 1.3888vw, 20rem);
  margin-top: 60px;
  font-weight: bold;
  color: #888;
  display: block;
}

.sp_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    container-type: inline-size;
  }
  .footer__navWrap {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer__navList-main li {
    padding-left: 54px;
    border: none;
  }
  .footer__navList-main li::before {
    width: 40px;
    height: 46px;
    top: 0.7em;
  }
  .footer__navList-main li a,
  .footer__navList-main li p {
    font-size: 48px;
  }
  .footer__accordion::after {
    content: none;
  }
  .footer__accordion .footer__navList-title::before,
  .footer__accordion .footer__navList-title::after {
    content: none;
  }
  .footer__navList-child {
    max-height: none;
    overflow: visible;
    opacity: 1;
    display: flex;
  }
  .footer__navList-child li {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .footer__navList-child li a {
    font-size: 14px;
  }
  .footer__navList-child li:not(:last-child)::after {
    content: "/";
    color: #888;
    margin: 0 10px;
    font-size: 14px;
  }
  .footer__navList-sub {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .footer__navList-sub li {
    margin: 0;
    justify-content: end;
  }
  .footer__infoWrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .scroll-bag {
    position: relative;
    overflow: hidden;
  }
  .scroll-bag::before {
/*    content: "WORK AND LIFE ARE CHALLENGES";*/
    display: inline-block;
    letter-spacing: 0;
    line-height: 1;
    font-size: 240px;
    font-weight: bold;
    color: #282828;
    white-space: nowrap;
    animation-name: move-with-shadow;
    animation-duration: 23s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-shadow: -2500px 0 currentColor;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: 0;
    bottom: 18%;
    font-size: 22rem;
    text-shadow: -3670px 0 currentColor;
  }
  .sp_menu .scroll-bag::before {
    bottom: 0;
  }
  @keyframes move-with-shadow {
    0% {
      transform: translateX(0);
    }
    0% {
      transform: translateX(100%);
    }
  }
  .footer_main {
    position: relative;
    z-index: 233;
  }
  .footer__navList-main li a,
  .footer__navList-main li p {
    font-size: 43px;
  }
  .footer__navList-main li::before {
    width: 40px;
    height: 58px;
    top: 0.4em;
  }
  .footer .l-container {
    flex-direction: row-reverse;
    width: 90%;
  }
  .footer__infoWrap {
    margin: 15px 0 0 0;
    width: 50%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .footer__navList-child li a {
    font-size: 14px;
  }
  .footer__navList-sub {
    justify-content: space-between;
  }
  .sp_menu .sp_menu-container {
    padding: 150px 0 0 0;
  }
  .footer__infoWrap .i__Wrap {
    display: block;
  }
  .footer__infoWrap .i__Wrap .i-icon {
    margin-top: 40px;
  }
}
#front_page {
  padding: 0 0 150px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #front_page {
    padding: 0;
  }
}
#front_page .scrolling-text {
  margin: 6rem 0 0;
  opacity: .6;
  z-index: 111;
}
#front_page #floatingCircles {
  position: absolute;
  z-index: -2;
}

.js-parallax {
  font-size: 24.9rem;
  font-weight: 700;
  color: black;
  overflow: visible;
  z-index: -1;
  position: absolute;
  font-weight: bold;
  line-height: 1;
}

.home__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: -50vh;
}
@media screen and (max-width: 767px) {
  .home__mv {
    margin-top: -40vh;
  }
}
.home__mv .js-parallax:nth-child(1) {
  top: -23rem;
  left: 21vw;
  font-size: clamp(19rem, 31.3611vw, 46rem);
  color: var(--Blue1);
  z-index: -2;
}
.home__mv .js-parallax:nth-child(2) {
  top: -20vw;
  right: -1vw;
  font-size: clamp(17.5rem, 35.3333vw, 46.3rem);
  color: var(--Yellow);
}
.home__mv .js-parallax:nth-child(3) {
  top: 20%;
  left: 1vw;
  font-size: clamp(14rem, 27.7777vw, 33rem);
  color: var(--Red);
}

.home__mv-text {
  font-size: clamp(2rem, 4vw, 6rem);
  font-weight: 700;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0 auto;
}

.home__mv-photo {
  margin: 40px 0 0 0;
  position: relative;
  z-index: -2;
}

.main {
  position: relative;
  aspect-ratio: 1.2;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrolling-text {
  display: flex;
  display: -ms-flexbox;
  overflow: hidden;
  width: 100%;
  height: 150px;
  font-size: 17rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: -1;
  top: 55px;
}
.scrolling-text span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  animation: scroll linear infinite;
  color: #f7f7f7;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home__about {
  padding-top: 100px;
  background-size: 1951px 280px;
  padding-bottom: 380px;
  position: relative;
  z-index: 1;
  background-image: -webkit-image-set(url(img/about_slide-photo.png) 1x, url(img/about_slide-photo@2x.png) 2x);
  background-image: image-set(url(img/about_slide-photo.png) 1x, url(img/about_slide-photo@2x.png) 2x);
  background-position: 0 100%;
  background-repeat: repeat-x;
  animation: homeAboutSlider 30s linear infinite;
}
.home__about .js-parallax:nth-child(1) {
  color: var(--Orange);
  top: -13vw;
  font-size: clamp(15rem, 22vw, 38rem);
  right: 13vw;
}
.home__about .js-parallax:nth-child(2) {
  color: var(--Green1);
  top: 55vw;
  font-size: clamp(175px, 33.3333vw, 480px);
  left: 0;
}
.home__about .js-parallax:nth-child(3) {
  right: 10vw;
  bottom: 469px;
  font-size: clamp(12rem, 14vw, 31rem);
  color: var(--Red);
}
.home__about .js-parallax:nth-child(4) {
  left: 9vw;
  bottom: 100px;
  font-size: clamp(8rem, 25vw, 29rem);
  color: var(--Blue1);
}

@keyframes homeAboutSlider {
  0% {
    background-position: 3902px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes slide_alternate {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.home__about-text {
  font-weight: 700;
  line-height: 2;
  font-size: 1.5rem;
  margin-top: 30px;
/*  max-width: 453px;*/
}
.home__about-text .btn__cmn {
  margin-top: 40px;
}

.home__about-text p + p {
  margin-top: 1em;
}

.home__service-an {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .home__service-an {
    padding: 50px 0 0;
  }
}

.service__an-listItem p {
  background-size: 100% 199px;
  background-image: -webkit-image-set(url(./img/home/img_service.png) 1x, url(./img/home/img_service@2x.png) 2x);
  background-image: image-set(url(./img/home/img_service.png) 1x, url(./img/home/img_service@2x.png) 2x);
/*  animation: homeServiceSlider-01 15s linear infinite;*/
  width: 100%;
  height: 199px;
  padding: 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .service__an-listItem p {
    background-size: cover;
    background-image: -webkit-image-set(url(./img/home/sp/img_service.png) 1x, url(./img/home/sp/img_service@2x.png) 2x);
    background-image: image-set(url(./img/home/sp/img_service.png) 1x, url(./img/home/sp/img_service@2x.png) 2x);
    height: 50vh;
  }
}

@keyframes homeServiceSlider-01 {
  0% {
    background-position: 680px center;
  }
  100% {
    background-position: 0 center;
  }
}
@keyframes homeServiceSlider-02 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 929px center;
  }
}
.home__service {
  position: relative;
  z-index: 0;
  padding-top: 14vw;
  padding-bottom: 47vw;
  overflow: hidden;
  padding: 150px 0;
  color: var(--White);
}
@media screen and (max-width: 767px) {
  .home__service {
    padding: 0;
  }
}
.home__service .cmn-container {
  width: calc(100% - 30px);
}
.home__service .heading__main {
  color: var(--Black2);
}
/*.home__service .cmn-container::before,*/
.home__recruit::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
/*  border-radius: 50%;*/
  transition: width 1.75s ease-in-out, height 1.75s ease-in-out, opacity 1.75s ease-in-out;
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.9)), -webkit-image-set(url(./img/home/service_bg-photo.jpg));
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.9)), image-set(url(./img/home/service_bg-photo.jpg));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home__recruit::before {
    height: 90vh;
  }
}
.home__service .btn__cmn .btn__text {
  color: var(--White);
}

.is-active .cmn-container::before {
  aspect-ratio: 1/1;
  opacity: 1;
  width: 300vh;
  height: 300vh;
}

.home__service-intro {
  padding: 0 3vw;
  margin-bottom: 10vw;
  color: #222;
  transition: color 0.3s;
}

.home__service-scrollListItem {
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  margin: 10px 0 0;
  border-radius: 8px;
}
.home__service-scrollListItem img {
  width: 84px;
  margin-right: 20px;
}
.home__service-scrollListItem .home__service-text h3 {
  font-weight: 700;
  font-size: 2rem;
}
.home__service-scrollListItem .home__service-text p {
  font-size: 1.2rem;
}

.home__recruit {
  padding: 150px 0;
  position: relative;
  width: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .home__recruit {
    padding-bottom: 0;
  }
}
.home__recruit::before {
  content: "";
/*  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  width: 0%;
  transform: translateX(-50%);
  background-color: #FBC700;
  transition: 1s ease-in-out;
  border-radius: 200vh;
  aspect-ratio: 1;*/
}
.home__recruit .js-parallax:nth-child(1) {
  color: var(--Green1);
  z-index: 0;
  top: -635px;
  font-size: clamp(15rem, 22vw, 38rem);
}
.home__recruit .js-parallax:nth-child(2) {
  top: -201px;
  right: 18px;
  font-size: clamp(12rem, 14vw, 31rem);
  color: var(--Pink);
  z-index: 0;
}

.home__recruit .cmn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  container-type: inline-size;
}
.home__recruit h2 {
  margin-bottom: 75px;
}
.home__recruit h2 .heading__balloon {
  background-color: var(--White);
  color: var(--Black2);
}
.home__recruit h3 {
  z-index: 2;
}

.home__recruit .btn__cmn {
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}
.home__recruit .btn__cmn .btn__text {
  padding-bottom: 20px;
}

.is-flow::before {
  transition: 1.75s ease-in-out;
  height: 100%;
  width: 200%;
}

.home__news {
  padding: 100px 0 210px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home__news {
    padding: 0 0 210px 0;
  }
}
.home__news h2 {
  margin-bottom: 50px;
}
.home__news .btn__cmn {
  margin-top: 40px;
  float: right;
}
.home__news .js-parallax:nth-child(1) {
  color: var(--Green1);
  z-index: 0;
  right: 0;
  top: -760px;
  font-size: clamp(9rem, 12vw, 28rem);
  z-index: 0;
}
.home__news .js-parallax:nth-child(2) {
  left: -16px;
  bottom: 400px;
  font-size: clamp(175px, 33.3333vw, 480px);
  color: var(--Pink);
  z-index: 0;
}

.listNews {
  border-top: 1px solid #ddd;
}
.listNews li {
  border-bottom: 1px solid #ddd;
}

.listNews__link {
  display: block;
  text-decoration: none;
  padding: 20px 0px 18px 0px;
  position: relative;
}
.listNews__link h3 {
  font-size: 1.4rem;
  font-weight: 700;
  width: 90%;
}
.listNews__link .btn__arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  right: 18px;
  background: #ddd;
}
.listNews__link .listNews__info {
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.listNews__link .listNews__info .listNews__date {
  font-size: 1.4rem;
}
.listNews__link .listNews__info .listSimpleCat__wrap {
  margin-left: 25px;
}
.listNews__link .listNews__info .listSimpleCat__wrap .listSimpleCat__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.listNews__link .listNews__info .listSimpleCat__wrap .listSimpleCat__list .listSimpleCat__item {
  border: none;
}
.listNews__link .listNews__info .listSimpleCat__wrap .listSimpleCat__list .listSimpleCat__item > * {
  color: var(--Yellow);
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 100px;
  font-weight: bold;
}

.listNews__link:hover .btn__arrow {
  transition: 0.3s ease;
}

.listNews__title {
  padding: 10px 40px 0 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .scrolling-text {
    top: 36px;
  }
  .home__about {
    padding-bottom: 710px;
    background-size: 3902px 560px;
  }
  .home__about .js-parallax:nth-child(2) {
    top: 28vw;
    left: 11vw;
  }
  .home__about .js-parallax:nth-child(3) {
    top: 51vw;
  }
  .home__about .js-parallax:nth-child(4) {
    bottom: 180px;
    left: 9vw;
  }
  .home__about .home-container {
    width: 55.5555vw;
    display: flex;
    flex-direction: column;
  }
  .cmn-container .home__about-text {
/*    margin-left: auto;*/
    font-weight: bold;
    line-height: 2;
    font-size: clamp(1.5rem, 0.9167rem + 0.5736vw, 1.8rem);
    margin-top: 40px;
  }
  .main {
    aspect-ratio: initial;
  }
  .home__service-an {
    padding: 100px 0 0;
  }
  /* ここから横並びコンテンツ*/
  .home__service-scrollListWrapper {
    position: relative;
    width: 100%;
    height: calc((100vw - 30px) / 3);
  }
  .home__service-scrollList {
    height: calc((100vw - 30px) / 3);
    position: absolute;
    display: flex;
  }
  .home__service-scrollListItem {
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #fff;
    padding: 30px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .home__service-scrollListItem img {
    width: clamp(90px, 8.3333vw, 300px);
    margin: 0;
  }
  .home__service-scrollListItem .home__service-text h3 {
    text-align: center;
    margin: 20px 0 10px;
    font-size: min(3rem, 2vw);
  }
  .home__service-scrollListItem .home__service-text p {
    font-size: 1.28rem;
  }
  .is-flow::before {
    width: 160%;
  }
  .home__recruit .js-parallax:nth-child(1) {
    top: -850px;
  }
  .home__recruit .js-parallax:nth-child(2) {
    right: 50px;
    bottom: 450px;
  }
  .home__news .js-parallax:nth-child(1) {
    right: 20%;
    top: -930px;
  }
  .home__news .js-parallax:nth-child(2) {
    left: -35px;
  }
  .listNews__link {
    padding: 24px 0px 20px 0px;
  }
  .listNews__link h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .home__service-an {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  #front_page {
    padding: 0 0 200px 0;
  }
  .scrolling-text {
    top: -36px;
  }
  .home__mv-text {
    margin: 0 auto;
    min-width: 898px;
  }
  .home__about .cmn-container {
    max-width: 898px;
  }
  .home__about .js-parallax:nth-child(1) {
    top: -13vw;
    right: 13vw;
  }
  .home__about .js-parallax:nth-child(2) {
    top: 18vw;
    right: 6vw;
    font-size: clamp(175px, 33.3333vw, 480px);
    left: 13vw;
  }
  .home__about .js-parallax:nth-child(3) {
    right: 5vw;
  }
  .home__about .js-parallax:nth-child(4) {
    left: 8vw;
  }
  .home__service-scrollListItem .home__service-text p {
    font-size: clamp(1.2rem, 1.2vw, 3rem);
    padding: 0 6rem;
  }
  .is-flow::before {
    width: 110%;
  }
  .home__recruit .js-parallax:nth-child(2) {
    bottom: 500px;
    right: 170px;
  }
  .home__news {
    padding: 100px 0 310px 0;
  }
  .tab-content > * {
    width: 75%;
    margin: 0 0 0 auto;
  }
  .home__news .js-parallax:nth-child(1) {
    top: -92vw;
  }
}
#page__company {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
#page__company .page-head {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  #page__company .page-head {
    padding-top: 120px;
  }
}
#page__company h1 {
  font-size: clamp(4rem, 4.7vw, 6rem);
  font-weight: 700;
  margin-left: 10px;
}
#page__company h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page__company h2 {
    margin-bottom: 0;
  }
}
#page__company #scrolling-text {
  top: 48px;
  z-index: 1;
}
#page__company .pageHero__img {
  position: relative;
  margin-top: 20px;
}
#page__company .cmn_heading .heading__main {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
}

.company__profile {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .company__profile {
    padding-top: 20px;
  }
}

.list__dl {
  padding: 19px 0 50px;
  border-top: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .list__dl {
    padding: 20px 0;
  }
}
.list__dl .list__dd {
  font-size: 1.5rem;
}
.list__dl .list__dd ul li {
  position: relative;
  padding-left: 19px;
}
.list__dl .list__dd ul li::before {
  position: absolute;
  content: "■";
  top: 4px;
  font-size: 1.2rem;
  left: 0;
}

.company__map {
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .company__map {
    padding: 30px 0 0;
  }
}
.company__map .map__block {
  margin-bottom: 80px;
}
.company__map .map-t {
  margin-bottom: 40px;
}
.company__map .map-t h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  padding-left: 20px;
}
.company__map .map-t h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 20px;
  background-color: var(--Orange);
}
.company__map .map-t p {
  font-size: 1.5rem;
  margin-bottom: 23px;
}
.company__map .map-t p:nth-child(1) {
  margin-bottom: 20px;
}
.company__map .map-t p span {
  font-size: 2.3rem;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.company__map .map-area iframe {
  height: 250px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #page__company {
    top: -60vh;
  }
  #page__company h1 {
    margin-left: 50px;
  }
  .company__profileContents {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .list__dl {
    flex-direction: column;
    display: flex;
  }
  .list__dl .list__dt {
    margin-bottom: 3px;
  }
  .list__dl .list__dd {
    font-size: 1.6rem;
  }
  .list__dl .Office__dt {
    margin-top: 54px;
  }
  .list__dl .Office__dd {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 1025px) {
  #page__company {
    position: relative;
    top: 0;
  }
  .page-head {
    padding-top: 160px;
  }
  .map__container {
    display: flex;
    gap: 60px;
  }
  .map__container .map__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.about__message {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about__message {
    padding: 20px 0;
  }
}
.about__message .about__message-main {
  font-size: clamp(2.3rem, 4.05vw, 4.5rem);
  text-align: justify;
  line-height: 1.7;
  font-weight: 700;
}
.about__message .about__message-main b {
  color: var(--Blue2);
  font-size: 3rem;
}

.about__message-detail {
  position: relative;
  padding: 45px 0;
  height: 30svh;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.about__message-detail .about__message-more {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Outfit", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  position: absolute;
  background: linear-gradient(to bottom, transparent 0, #fff 75%, #fff 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #222;
}
.about__message-detail .about__message-more span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #222;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.about__message-detail .about__message-more span::before, .about__message-detail .about__message-more span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.about__message-detail .about__message-more span::after {
  transform: rotate(-90deg);
}

.about__message-detail.open {
  transition: 0.3s;
  height: 100%;
}
.about__message-detail.open .about__message-more {
  background: none;
}
.about__message-detail.open .about__message-more span::before {
  content: none;
}

.about__message-detailContents {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .about__message-detailContents {
    padding-bottom: 50px;
  }
}
.about__message-detailContents .movie {
  position: absolute;
  display: block;
  width: 300px;
  height: 100px;
  right: 0px;
  bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about__message-detailContents .movie {
    position: unset;
    margin: 0 0 0 auto;
    width: 200px;
  }
}
.about__message-detailContents .movie .movie__video {
  width: 100%;
}
.about__message-detailContents p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about__message-detailContents p:last-child {
  width: -moz-max-content;
  width: max-content;
  margin: 50px 35px 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about__message-detailContents p.name {
    text-align: right;
  }
}
.about__message-detailContents p:last-child span {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 12px;
}
.about__message-detailContents ul {
  margin-bottom: 20px;
}
.about__message-detailContents ul li {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about__message-detailContents ul li {
    display: inline;
  }
}

.cta {
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #222 25%, #222 100%);
}
.cta > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  width: 85%;
  margin: 0 auto;
}
.cta > a:nth-child(2) {
  background-color: gold;
  border-radius: 0 0 20px 20px;
}
.cta .heading__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}
.cta .heading__balloon {
  color: var(--Black2);
}
.cta > a:first-child {
  background-color: #333;
  border-radius: 20px 20px 0 0;
}
.cta > a:first-child > div {
  color: #fff;
  width: 100%;
}
.cta > a:first-child .btn__arrow {
  background-color: var(--White);
}
.cta > a:first-child .btn__arrow::before {
  background-color: var(--Black);
}
.cta > a:first-child .btn__arrow::after {
  border-color: var(--Black);
}

.cta__area-recruit-text > p,
.cta__area-interview-text > p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}

.cta__area-recruit-photo,
.cta__area-interview-photo {
  display: none;
}

@media screen and (min-width: 768px) {
  .about__message {
    padding: 150px 0;
  }
  .about__message .about__message-main {
    line-height: 2;
  }
  .about__message-detail {
    height: 100%;
  }
  .about__message-detail .about__message-more {
    display: none;
  }
  .about__message-detailContents {
    padding: 30px 0 140px 0;
  }
  .about__message-detailContents p:last-child {
    margin-right: 35px;
    height: 175px;
    font-size: 2rem;
  }
  .about__message-detailContents::after {
    right: -9px;
    width: 309px;
    height: 125px;
    bottom: 120px;
  }
  .cta {
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #fff 59%, #222 25%, #222 100%);
  }
  .cta > a {
    width: 42.5%;
    margin: 0;
    border-radius: 20px;
    align-items: start;
    max-width: 663px;
  }
  .cta > a:first-child {
    border-radius: 20px;
  }
  .cta > a:nth-child(2) {
    border-radius: 20px;
  }
  .cta > a .heading__main {
    line-height: 2.8;
  }
  .cta > a .cta__area-interview-text .heading__main {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1025px) {
  .about__message .about__message-main {
    font-size: 2.3rem;
  }
  .about__message-detailContents {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .cta .listNews__link .btn__arrow {
    left: -11px;
  }
  .cta .heading__main {
    justify-content: left;
    gap: 20px;
  }
  .cta__area-recruit-text,
  .cta__area-interview-text {
    padding-right: 11px;
    min-width: 284px;
  }
  .cta__area-recruit-photo,
  .cta__area-interview-photo {
    display: block;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
  }
}
.culture__value > ul > li {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.culture__value > ul > li:last-child {
  margin-bottom: 0;
}
.culture__value > ul > li h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.3;
}
.culture__value > ul > li .heading__sub {
  display: block;
  text-align: center;
}

.culture__interview {
  margin: 150px 0;
}
.culture__interview .scrolling-text {
  position: static;
}

.interview-container > li {
  margin-bottom: 90px;
}
.interview-container > li:nth-child(1) .scrolling-text span {
  color: rgba(251, 199, 0, 0.4);
}
.interview-container > li:nth-child(1) .interview-q::before {
  content: "";
  background-color: var(--Yellow);
}
.interview-container > li:nth-child(2) .scrolling-text span {
  color: rgba(246, 99, 108, 0.4);
}
.interview-container > li:nth-child(2) .interview-q::before {
  content: "";
  background-color: var(--Red);
}
.interview-container > li:nth-child(3) .scrolling-text span {
  color: rgba(40, 188, 114, 0.4);
}
.interview-container > li:nth-child(3) .interview-q::before {
  content: "";
  background-color: var(--Green1);
}
.interview-container > li:nth-child(4) .scrolling-text span {
  color: rgba(122, 120, 242, 0.4);
}
.interview-container > li:nth-child(4) .interview-q::before {
  content: "";
  background-color: var(--Purple);
}

.culture__interview-head {
  margin-top: -60px;
}
.culture__interview-head .interview-photo {
  max-width: 350px;
  margin: 0 auto;
}
.culture__interview-head h3 {
  font-size: clamp(2.8rem, 3vw, 3.5rem);
  font-weight: 700;
  margin-top: 10px;
}
.culture__interview-head .interview-head_items {
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.culture__interview-head .interview-head_items::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #222;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.culture__interview-head .interview-head_items .interview-q {
  margin-top: 40px;
}
.culture__interview-head .interview-head_items .interview-a {
  font-weight: 700;
  font-size: clamp(2.3rem, 3vw, 3rem);
  margin: 30px 0 50px 0;
}

.interview-q {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.interview-q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 20px;
}

.interview-a {
  margin-top: 20px;
}

.culture__interview-bottom {
  margin-top: 80px;
}
.culture__interview-bottom li {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .interview-container > li {
    margin-bottom: 120px;
  }
  .culture__interview-head {
    display: flex;
    align-items: end;
    gap: 60px;
  }
  .culture__interview-head .interview-photo {
    margin: 0;
  }
  .culture__interview-head .interview-head_items::after {
    content: none;
  }
  .culture__interview-head .interview-head_items::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #222;
    top: -30px;
  }
  .culture__interview-head .interview-head_items .interview-a {
    margin: 20px 0 0 0;
  }
  .culture__interview-bottom li {
    margin-top: 80px;
  }
  .interview-q {
    font-size: 2.5rem;
  }
  .interview-q::before {
    top: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .culture__value > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .culture__value > ul > li {
    height: 100%;
    margin-bottom: 0;
    justify-content: start;
  }
  .culture__interview-head {
    gap: 90px;
  }
}
.page__entry .cmn-container {
  margin-top: 40px;
}
.page__entry .cmn-container .btn__cmn {
  margin: 0 auto;
}

.entry__main h2 {
  font-size: clamp(2rem, 3.333vw, 3rem);
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

.entry__photo {
  max-width: 500px;
  margin: 0 auto;
}

.entry__text p {
  margin-bottom: 20px;
}

.entry__part-time {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .entry__part-time {
    padding: 50px 0;
  }
}
.entry__part-time .entry__t {
  margin-bottom: 40px;
}

.en-gage_banner {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .entry__part-time .entry__t {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 40px auto;
  }
  .en-gage_banner {
    max-width: 728px;
  }
}
@media screen and (min-width: 1025px) {
  .page__entry .cmn-container {
    margin-top: 180px;
  }
  .entry__main {
    display: flex;
    gap: 70px;
    align-items: center;
  }
  .entry__text {
    width: 60%;
  }
}
.page__service {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page__service {
    padding-bottom: 60px;
  }
}

.page__service .cmn-container > section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page__service .cmn-container > section {
    margin-top: 50px;
  }
}
.page__service .cmn-container > section .btn__cmn {
  margin: 40px auto 0 auto;
}

.service__photo img {
  border-radius: 8px;
}

.service__text {
  margin-top: 30px;
}
.service__text h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.service__media-contents {
  margin-top: 60px;
}
.service__media-contents li {
  border: solid #ddd 1px;
  border-radius: 8px;
  margin-top: 40px;
}
.service__media-contents li a {
  padding: 35px 20px;
  display: block;
  height: 100%;
}
.service__media-contents li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 15px 0;
}

.media__photo {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.media__photo::before {
  content: "";
  display: block;
  padding-top: 33.25%;
}
.media__photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  display: block;
  width: 100%;
}

.service__media-contents a:hover img {
  transform: scale(1.1);
}

.digital-creative .list-decoration {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .page__service .cmn-container > section {
    margin-top: 150px;
  }
  .service__media-contents {
    width: 70%;
    margin: 100px auto 0 auto;
  }
  .service__media-contents li a {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .service__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
  }
  .service__text {
    margin: 0;
  }
  .service__photo {
    max-width: 500px;
  }
  .nft {
    position: relative;
    min-height: 567px;
  }
  .nft .btn__cmn {
    position: absolute;
    bottom: 0;
    left: 8%;
  }
  .service__media-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
    width: 90%;
  }
}
/* ページネーションの汎用スタイル */
.pagination {
  margin-top: 40px;
}

.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  height: 34px;
}

.nav-links li > *:not(.dots) {
  width: 34px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

@media screen and (min-width: 1025px) {
  .page__archive .tab-content > * {
    width: 100%;
  }
}
#page__article .listSimpleCat__list {
  display: flex;
  align-items: center;
}
#page__article .listSimpleCat__item {
  margin-left: 20px;
}
#page__article .listSimpleCat__item span {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 100px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}
#page__article .content p {
  line-height: 1.7;
  margin-bottom: 20px;
}
#page__article .content a {
  color: var(--Blue1);
  text-decoration: underline;
}

#page_contact {
  padding: 180px 0 0 0;
}
#page_contact h1 img {
  width: 100px;
}

.contact-m {
  margin-bottom: 100px;
}

.form {
  padding: 100px 0;
  position: relative;
}
.form::before {
  content: "";
  position: absolute;
  background-color: #F8F8F8;
  width: 100vw;
  height: 100%;
  left: -7.5vw;
  top: 0;
}
.form .form__listWrap {
  position: relative;
}
.form .form__item {
  margin-bottom: 20px;
}
.form .form__item dt {
  width: 100%;
  margin-bottom: 10px;
}
.form .form__item dt p span {
  background: var(--Red);
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 11px;
  border-radius: 12px;
  margin-right: 10px;
}
.form .wpcf7-form-control-wrap > input {
  background: #fff;
  padding: 13px;
  border: 1px solid #ddd;
  width: 100%;
}
.form textarea {
  width: 100%;
  background: #fff;
  padding: 13px;
  border: 1px solid #ddd;
}
.form .form__acceptance {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.form .form__acceptance .wpcf7-list-item label {
  display: flex;
}
.form .form__acceptance .wpcf7-list-item label .checkbox-text {
  margin-left: 10px;
}
.form .form__submit {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}
.form .form__submit input {
  background: #222;
  width: 100%;
  height: 55px;
  border-radius: 27px;
  border: 2px solid #222;
  padding: 6px 13px;
  transition: 0.2s;
  color: #fff;
  text-align: center;
}
.form .wpcf7-not-valid-tip {
  color: red;
  background: rgba(255, 0, 0, 0.2588235294);
  font-size: 1.2rem;
  /* font-size: 1em; */
  font-weight: normal;
  display: block;
  margin-top: 12px;
}

@media screen and (min-width: 1025px) {
  .contact__page-wrapper {
    display: flex;
    gap: 10%;
    max-width: 1440px;
    gap: 13%;
  }
  .contact__page-wrapper .contact-m {
    width: 41%;
    min-width: 400px;
  }
  .contact__page-wrapper .content {
    width: 59%;
  }
  .form {
    padding: 0 0 100px 0;
  }
  .form::before {
    top: -50vw;
    height: 150vw;
  }
}
.page_404 h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(3.6rem, 4.7vw, 7rem);
}
.page_404 h1 img {
  width: 100px;
}
.page_404 p {
  font-size: 2rem;
  font-weight: 700;
  max-width: 596px;
  margin: 0 auto;
}

.page_complate .o-text {
  font-size: 1.5rem;
  text-align: start;
  margin-top: 40px;
  background: #ececec;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .page_404 h1 {
    margin-bottom: 80px;
  }
  .page_404 p {
    font-size: clamp(1.8rem, 1.6rem + 1.6666vw, 2.4rem);
  }
  .page_complate .o-text {
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0 auto;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {
  .home__recruit {
    padding: 15px 0 !important;
  }
  .home__recruit::before {
    height: 80vh !important;
  }
  .home__recruit h3 img {
    z-index: 333 !important;
  }
}
@media screen and (max-width: 767px) {
  #page__company .page-head {
      padding-top: 100px !important;
  }
}
#page__company .pageHero__img {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  #page__company .about__message {
    padding: 50px 0 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #page__company .pageHero__img {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #page__company .main {
    aspect-ratio: unset !important;
  }
  #page__company .main img {
    height: 65% !important;
  }
}
@media screen and (max-width: 767px) {
  body:not(.single) .breadcrumb {
    top: 60px !important;
    left: 13px !important;
    right: unset !important;
    writing-mode: unset !important;
  }
}
@media screen and (max-width: 767px) {
  body:not(.single) .breadcrumb li:nth-child(1)::after {
    top: -2px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.single) .breadcrumb li:nth-child(2) {
    margin: 8px 0 0 43px !important;
  }
}
@media screen and (max-width: 676px) {
  .breadcrumb li:nth-child(4) > span {
    text-combine-upright: all;
  }
}

/* 20250425 */
.heading__main .no_employment {
  margin: 0 0 0 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 676px) {
  .heading__main .no_employment {
    display: block;
    margin: 1rem 0 0 0;
    font-size: 1.5rem;
  }
}
