@charset "UTF-8";
/* ============================================ */
/* opening
/* ============================================ */
#opening-after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  pointer-events: none;
}
#opening-after .catch-wrap {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  max-width: 571px;
}
#opening-after .catch {
  width: 100%;
}
#opening-after .catch .line {
  position: relative;
}
#opening-after .catch .line + .line {
  margin: 10px 0 0;
}
#opening-after .catch .line img {
  position: relative;
}
#opening-after .catch .line .band {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#opening-after .catch .line .text {
  position: relative;
}
#opening-after .catch02 .line01 .band {
  width: 54.291%;
}
#opening-after .catch02 .line02 .band {
  width: 100%;
}
#opening-after .en-title {
  position: relative;
  font-family: var(--fontfamily-en);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0;
}
#opening-after .en-title .line {
  position: relative;
  padding: 0.5em 1em 0.4em;
}
#opening-after .en-title .line .band {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#opening-after .en-title .line .text {
  position: relative;
}

@media screen and (max-width: 600px) {
  #opening-after .en-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#opening {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  --opening-z-index: 100;
  z-index: var(--opening-z-index);
}
#opening .bg-wh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}
#opening .logo {
  position: relative;
  width: 190px;
  visibility: hidden;
}
#opening .bg-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-red);
  transform-origin: left top;
  transform: scale(0, 1);
}
#opening .catch-wrap {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  max-width: 571px;
}
#opening .catch {
  width: 100%;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#opening .catch .line {
  --line-clip-r: 100%;
  --line-clip-l: 0;
  -webkit-clip-path: inset(0 var(--line-clip-r) 0 var(--line-clip-l));
          clip-path: inset(0 var(--line-clip-r) 0 var(--line-clip-l));
}
#opening .catch .line + .line {
  margin: 10px 0 0;
}
#opening .catch .line img {
  position: relative;
}
#opening .catch .line .band {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  --band-bg: 1;
  background: rgba(255, 255, 255, var(--band-bg));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#opening .catch .line .text {
  position: relative;
}
#opening .catch01 .line01 .band {
  width: 80.035%;
}
#opening .catch01 .line02 .band {
  width: 74.431%;
}
#opening .catch02 {
  position: absolute;
  left: 0;
  top: 0;
}
#opening .catch02 .line01 .band {
  width: 54.291%;
}
#opening .catch02 .line02 .band {
  width: 100%;
}
#opening .en-title {
  font-family: var(--fontfamily-en);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0;
  opacity: 0;
}
#opening .en-title .line {
  position: relative;
  padding: 0.5em 1em 0.4em;
}
#opening .en-title .line .band {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#opening .en-title .line .text {
  position: relative;
}

@media screen and (max-width: 600px) {
  #opening .logo {
    width: 120px;
  }
  #opening .en-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* ============================================ */
/* index
/* ============================================ */
/* ===== top-view ===== */
#top-view {
  position: relative;
  width: 100%;
  height: calc(100svh - 86px);
  padding: 0 0 73px;
}

@media screen and (max-width: 1024px) {
  #top-view {
    height: calc(100svh - 70px - 55px);
  }
}
@media screen and (max-width: 768px) {
  #top-view {
    height: calc(100svh - 70px - 55px);
  }
}
@media screen and (max-width: 600px) {
  #top-view {
    height: 150svh;
    padding: 0 0 120px;
  }
}
/* ===== top-view（slider） ===== */
.roll {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.roll + .roll {
  display: none;
}
.roll + .roll .roll-group {
  transform: translateX(-50%);
}
.roll .roll-wrap {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.roll .roll-wrap.is-anim {
  -webkit-animation: roll-left 60s infinite linear both;
          animation: roll-left 60s infinite linear both;
  opacity: 1;
}
.roll .roll-group {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1px;
}
.roll .roll-group .base {
  pointer-events: none;
}
.roll .roll-group .roll-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 0.1s;
  cursor: pointer;
}
.roll .roll-group .roll-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: roll-item 15s infinite linear both;
          animation: roll-item 15s infinite linear both;
  opacity: 0;
}
.roll .roll-group .roll-item.hidden {
  display: none;
}
.roll .roll-group .roll-item.delay00::after {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.roll .roll-group .roll-item.delay01::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.roll .roll-group .roll-item.delay02::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.roll .roll-group .roll-item.delay03::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.roll .roll-group .roll-item.delay04::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.roll .roll-group .roll-item.delay05::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.roll .roll-group .roll-item.red::after {
  background: var(--color-red);
}
.roll .roll-group .roll-item.pink::after {
  background: var(--dark-pink);
}
.roll .roll-group .roll-item.yellow::after {
  background: var(--color-yellow);
}
.roll .roll-group .roll-item.green::after {
  background: var(--color-green);
}
.roll .roll-group .roll-item.favorite-ka {
  -webkit-mask-image: url("../img/index/roll/favorite-ka.png");
          mask-image: url("../img/index/roll/favorite-ka.png");
  width: 13.6253041363%;
  left: 75.9%;
  top: 59.2%;
}
.roll .roll-group .roll-item.favorite-kt {
  -webkit-mask-image: url("../img/index/roll/favorite-kt.png");
          mask-image: url("../img/index/roll/favorite-kt.png");
  width: 13.9902676399%;
  left: 63.5%;
  top: 90.5%;
}
.roll .roll-group .roll-item.favorite-im {
  -webkit-mask-image: url("../img/index/roll/favorite-im.png");
          mask-image: url("../img/index/roll/favorite-im.png");
  width: 17.4574209246%;
  left: 62.3%;
  top: 36.5%;
}
.roll .roll-group .roll-item.favorite-km {
  -webkit-mask-image: url("../img/index/roll/favorite-km.png");
          mask-image: url("../img/index/roll/favorite-km.png");
  width: 9.6715328467%;
  left: 94.8%;
  top: 83.5%;
}
.roll .roll-group .roll-item.favorite-hh {
  -webkit-mask-image: url("../img/index/roll/favorite-hh.png");
          mask-image: url("../img/index/roll/favorite-hh.png");
  width: 10.6447688564%;
  left: 19%;
  top: 88%;
}
.roll .roll-group .roll-item.favorite-fy {
  -webkit-mask-image: url("../img/index/roll/favorite-fy.png");
          mask-image: url("../img/index/roll/favorite-fy.png");
  width: 12.9562043796%;
  left: 14.7%;
  top: 48.5%;
}
.roll .roll-group .roll-item.favorite-kk {
  -webkit-mask-image: url("../img/index/roll/favorite-kk.png");
          mask-image: url("../img/index/roll/favorite-kk.png");
  width: 9.2457420925%;
  left: 33.5%;
  top: 25%;
}
.roll .roll-group .roll-item.favorite-ok {
  -webkit-mask-image: url("../img/index/roll/favorite-ok.png");
          mask-image: url("../img/index/roll/favorite-ok.png");
  width: 5.2311435523%;
  left: 85.5%;
  top: 20%;
}
.roll .roll-group .roll-item.favorite-nt {
  -webkit-mask-image: url("../img/index/roll/favorite-nt.png");
          mask-image: url("../img/index/roll/favorite-nt.png");
  width: 5.7785888078%;
  left: 26%;
  top: 62%;
}
.roll .roll-group .roll-item.favorite-he {
  -webkit-mask-image: url("../img/index/roll/favorite-he.png");
          mask-image: url("../img/index/roll/favorite-he.png");
  width: 9.1240875912%;
  left: 94.4%;
  top: 38%;
}
.roll .roll-group .roll-item.favorite-kt-p {
  -webkit-mask-image: url("../img/index/roll/favorite-kt-p.png");
          mask-image: url("../img/index/roll/favorite-kt-p.png");
  width: 12.7128953771%;
  left: 47.2%;
  top: 13.5%;
}
.roll .roll-group .roll-item.favorite-im-p {
  -webkit-mask-image: url("../img/index/roll/favorite-im-p.png");
          mask-image: url("../img/index/roll/favorite-im-p.png");
  width: 12.2262773723%;
  left: 7%;
  top: 88.5%;
}
.roll .roll-group .roll-item.favorite-km-p {
  -webkit-mask-image: url("../img/index/roll/favorite-km-p.png");
          mask-image: url("../img/index/roll/favorite-km-p.png");
  width: 8.1508515815%;
  left: 23.5%;
  top: 14%;
}
.roll .roll-group .roll-item.favorite-hh-p {
  -webkit-mask-image: url("../img/index/roll/favorite-hh-p.png");
          mask-image: url("../img/index/roll/favorite-hh-p.png");
  width: 9.9756690998%;
  left: 95%;
  top: 12%;
}
.roll .roll-group .roll-item.favorite-fy-p {
  -webkit-mask-image: url("../img/index/roll/favorite-fy-p.png");
          mask-image: url("../img/index/roll/favorite-fy-p.png");
  width: 8.3333333333%;
  left: 66.7%;
  top: 13.8%;
}
.roll .roll-group .roll-item.favorite-kk-p {
  -webkit-mask-image: url("../img/index/roll/favorite-kk-p.png");
          mask-image: url("../img/index/roll/favorite-kk-p.png");
  width: 6.3868613139%;
  left: 58.2%;
  top: 68.2%;
}
.roll .roll-group .roll-item.favorite-ok-p {
  -webkit-mask-image: url("../img/index/roll/favorite-ok-p.png");
          mask-image: url("../img/index/roll/favorite-ok-p.png");
  width: 4.0754257908%;
  left: 87%;
  top: 90%;
}
.roll .roll-group .roll-item.favorite-nt-p {
  -webkit-mask-image: url("../img/index/roll/favorite-nt-p.png");
          mask-image: url("../img/index/roll/favorite-nt-p.png");
  width: 6.7518248175%;
  left: 76.9%;
  top: 19.5%;
}
.roll .roll-group .roll-item.favorite-he-p {
  -webkit-mask-image: url("../img/index/roll/favorite-he-p.png");
          mask-image: url("../img/index/roll/favorite-he-p.png");
  width: 10.5231143552%;
  left: 47.5%;
  top: 57%;
}
.roll .roll-group .roll-item.secret01 {
  -webkit-mask-image: url("../img/index/roll/secret01.png");
          mask-image: url("../img/index/roll/secret01.png");
  width: 5.2311435523%;
  left: 48.5%;
  top: 33.2%;
}
.roll .roll-group .roll-item.secret02 {
  -webkit-mask-image: url("../img/index/roll/secret02.png");
          mask-image: url("../img/index/roll/secret02.png");
  width: 10.5231143552%;
  left: 6.2%;
  top: 21.3%;
}
.roll .roll-group .roll-item.secret04 {
  -webkit-mask-image: url("../img/index/roll/secret04.png");
          mask-image: url("../img/index/roll/secret04.png");
  width: 6.99513382%;
  left: 34.8%;
  top: 58%;
}
.roll .roll-group .roll-item.secret05 {
  -webkit-mask-image: url("../img/index/roll/secret05.png");
          mask-image: url("../img/index/roll/secret05.png");
  width: 10.6447688564%;
  left: 42.6%;
  top: 81.5%;
}

@media (hover: hover) {
  .roll .roll-item[data-group=group-index]:hover, .roll .roll-item[data-group=group-index02]:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .roll .roll-item[data-group=group-index]:hover::after, .roll .roll-item[data-group=group-index02]:hover::after {
    visibility: hidden;
  }
}
/* スクロールアニメーション */
@-webkit-keyframes roll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes roll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* roll-item用 */
@-webkit-keyframes roll-item {
  19% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
  71% {
    opacity: 0;
  }
}
@keyframes roll-item {
  19% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
  71% {
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .roll {
    height: 50%;
  }
  .roll + .roll {
    display: flex;
  }
}
/* ===== top-view（news） ===== */
#top-view .news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  padding: 25px 50px 25px 90px;
  z-index: 1;
  line-height: 1.5;
}
#top-view .news .news-title {
  position: absolute;
  left: 25px;
  top: 25px;
  color: var(--color-red);
  font-family: var(--fontfamily-en);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#top-view .news .news-list .slick-prev {
  display: none !important;
}
#top-view .news .news-list .slick-next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  transform: rotate(45deg);
}
#top-view .news .news-list .news-item {
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 20px;
}
#top-view .news .news-list .news-item .date {
  font-family: var(--fontfamily-en);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.15em 0 0;
}
#top-view .news .news-list .news-item .text {
  height: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  #top-view .news {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  #top-view .news .news-list .news-item {
    flex-direction: column;
    gap: 5px;
  }
}
/* ===== top-view（scroll-down） ===== */
#top-view .scroll-down {
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 24px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #top-view .scroll-down {
    left: 10%;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top-view .scroll-down {
    left: 50%;
    bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  #top-view .scroll-down {
    bottom: 100px;
  }
}
/* ===== section共通 ===== */
.section {
  position: relative;
}
.section .section-catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section .section-catch::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-red);
}
.section .section-catch svg {
  position: relative;
  fill: #fff;
}
.section .section-catch.left {
  padding: 15px 30px 15px 10vw;
}
.section .section-catch.left::before {
  right: 0;
}
.section .section-catch.right {
  margin-left: auto;
  padding: 15px 10vw 15px 30px;
}
.section .section-catch.right::before {
  left: 0;
}
.section .section-title {
  white-space: nowrap;
}
.section .section-title .en {
  font-family: var(--fontfamily-en);
  font-size: 114px;
  font-size: 7.125rem;
  font-weight: 100;
}
.section .section-title .ja {
  font-size: 26px;
  font-size: 1.625rem;
}
.section .section-title .red {
  color: var(--color-red);
}
.section .section-title .wh {
  color: var(--color-white);
}
.section .section-smalltitle {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 80px;
}
.section .section-smalltitle .en {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 300;
}
.section .section-smalltitle .ja {
  font-size: 20px;
  font-size: 1.25rem;
}
.section .section-smalltitle .wh {
  color: var(--color-white);
}
.section .link-list .link-item {
  font-size: 18px;
  font-size: 1.125rem;
}
.section .link-list .link-item .link-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  padding: 0.8em 0.5em;
}
.section .link-list .link-item .link-name.wh {
  color: var(--color-white);
}

@media screen and (min-width: 1401px) {
  .section .section-catch::before {
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .section .section-title .en {
    font-size: 80px;
    font-size: 5rem;
  }
  .section .section-title .ja {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .section .section-catch.left {
    padding: 12px 25px 12px 10vw;
  }
  .section .section-catch.right {
    padding: 12px 10vw 12px 25px;
  }
  .section .section-title .en {
    font-size: 63px;
    font-size: 3.9375rem;
  }
  .section .section-title .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section .section-smalltitle {
    margin: 0 0 50px;
  }
  .section .section-smalltitle .en {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .section .section-smalltitle .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section .link-list .link-item {
    font-size: 16px;
    font-size: 1rem;
  }
  .section .link-list .link-item .link-name {
    padding: 0.5em 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .section .section-catch.left {
    padding: 10px 15px 10px 10vw;
  }
  .section .section-catch.right {
    padding: 10px 10vw 10px 15px;
  }
  .section .section-smalltitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section .section-smalltitle .en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* ===== message ===== */
#message {
  padding: 0 0 100px;
  background: var(--color-red);
}
#message .title {
  font-family: var(--fontfamily-en);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-black);
  margin: 0 0 20px;
}
#message .flex-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#message .text-wrap {
  width: 67%;
}
#message .catch {
  margin: 0 0 55px;
}
#message .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.2em;
  text-align: justify;
  color: var(--color-white);
  padding: 0 0 0 10%;
  white-space: nowrap;
}
#message .text p + p {
  margin: 1em 0 0;
}
#message .img {
  position: relative;
  top: 200px;
  width: 28%;
  flex-shrink: 0;
}
#message .img .drop {
  position: absolute;
  left: 50%;
  top: -200px;
  display: block;
  width: 25%;
  transform: translate(-50%, 0);
}
#message .roll-bg {
  position: absolute;
  left: 0;
  bottom: 155px;
  display: flex;
  overflow: hidden;
  width: 100%;
  opacity: 0.5;
}
#message .roll-bg .roll-wrap {
  -webkit-animation: roll-left 30s infinite linear both;
          animation: roll-left 30s infinite linear both;
  display: flex;
}
#message .roll-bg .roll-item {
  width: 1600px;
  margin: 0 5% 0 0;
  /*firefoxバグ対策*/
  padding-left: 2px;
}

@media screen and (max-width: 1024px) {
  #message .flex-wrap {
    flex-direction: column;
    gap: 50px;
  }
  #message .text-wrap {
    width: 100%;
  }
  #message .catch {
    max-width: 460px;
  }
  #message .text {
    padding: 0;
    white-space: normal;
  }
  #message .img {
    top: 80px;
    left: 71%;
  }
  #message .img .drop {
    top: -100px;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #message .text {
    font-size: 16px;
    font-size: 1rem;
  }
  #message .img {
    top: 0;
    width: 35%;
    left: 50%;
  }
  #message .img .drop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #message .img {
    width: 60%;
    left: 38%;
  }
}
/* ===== about-us ===== */
#about-us .section-catch {
  width: calc(593px + 10vw);
  margin: 0 0 20px;
}
#about-us .section-title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: right;
  gap: 25px;
  margin: 0 0 50px;
}
#about-us .link-list {
  display: flex;
  gap: 35px;
}
#about-us .link-list .link-item {
  width: 100%;
}
#about-us .link-list .link-item .img {
  aspect-ratio: 361/253;
}
#about-us .link-list .link-item .link-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  gap: 1em;
  padding: 0.8em 0.5em;
}
#about-us .link-list .link-item.philosophy .img::before {
  background-image: url(../img/index/about-us_philosophy.jpg);
}
#about-us .link-list .link-item.business {
  margin: 5% 0 0;
}
#about-us .link-list .link-item.business .img::before {
  background-image: url(../img/index/about-us_business.jpg);
}
#about-us .link-list .link-item.secret .img {
  border: solid 10px #eec140;
}
#about-us .link-list .link-item.secret .img::before {
  background-image: url(../img/index/about-us_secret.jpg);
  background-color: var(--color-yellow);
}

@media screen and (max-width: 1024px) {
  #about-us .link-list {
    flex-direction: column;
    gap: 30px;
  }
  #about-us .link-list .link-item .img {
    width: calc(100% + 10vw);
    aspect-ratio: 3/0.8;
  }
  #about-us .link-list .link-item.business {
    margin: 0;
  }
  #about-us .link-list .link-item.secret .img {
    border: solid 10px #eec140;
  }
  #about-us .link-list .link-item.secret .img::before {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #about-us .section-catch {
    width: calc(444.75px + 10vw);
  }
}
@media screen and (max-width: 600px) {
  #about-us .section-catch {
    width: calc(266.85px + 10vw);
  }
  #about-us .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0 0 30px auto;
  }
  #about-us .link-list .link-item .img {
    aspect-ratio: 3/1.5;
  }
}
/* ===== job-people ===== */
#job-people .bg {
  background: url(../img/index/job-people_bg.jpg) no-repeat center;
  background-size: cover;
}
#job-people .section-catch.catch01 {
  width: calc(674px + 10vw);
}
#job-people .section-catch.catch02 {
  width: calc(589px + 10vw);
}
#job-people .section-title {
  display: flex;
  flex-direction: column;
  margin: 40px 0 80px;
}
#job-people .section-title .ja {
  padding: 0 0 0 10vw;
}
#job-people .job-interview {
  padding: 0 0 260px;
}
#job-people .job-interview .flex-wrap {
  display: flex;
  justify-content: space-between;
}
#job-people .job-interview .job {
  width: 25%;
}
#job-people .job-interview .interview {
  width: 65%;
}
#job-people .job-interview .interview .section-smalltitle {
  margin: 40px 0 30px;
}
#job-people .job-interview .interview .link {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px 0 0;
}
#job-people .minus-margin {
  margin-top: -160px;
}
#job-people .project-story .section-smalltitle {
  margin: 20px 0 30px;
  padding: 0 0 0 370px;
}
#job-people .project-story .link .link-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  padding: 20px 0;
  color: var(--color-white);
}
#job-people .project-story .link .link-item .wrap {
  height: 100%;
  width: 90%;
}
#job-people .project-story .link .link-item .copy {
  position: absolute;
  right: 1em;
  top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
#job-people .project-story .link .link-item .title {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--fontfamily-en);
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: solid 3px var(--color-white);
}
#job-people .project-story .link .link-item .catch {
  position: absolute;
  left: 120px;
  bottom: 0;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.5;
}
#job-people .project-story .link .link-item .view-more {
  position: absolute;
  left: 500px;
  bottom: 10px;
  display: flex;
  gap: 1em;
  font-family: var(--fontfamily-en);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
#job-people .project-story .link .project-story01 a::before {
  background-image: url(../img/index/job-people_project-story01_pc.jpg);
  background-position: right 8% center;
}

@media screen and (max-width: 1200px) {
  #job-people .job-interview .flex-wrap {
    flex-direction: column;
  }
  #job-people .job-interview .job {
    width: 100%;
    max-width: 460px;
  }
  #job-people .job-interview .interview {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #job-people .project-story .section-smalltitle {
    justify-content: flex-end;
    padding: 0 5vw 0 0;
  }
  #job-people .project-story .link .link-item .catch {
    left: 35px;
  }
  #job-people .project-story .link .link-item .view-more {
    left: 340px;
  }
}
@media screen and (max-width: 768px) {
  #job-people .section-title {
    margin: 20px 0 80px;
  }
  #job-people .section-catch.catch01 {
    width: calc(505.5px + 10vw);
    margin-top: 40px;
  }
  #job-people .section-catch.catch02 {
    width: calc(441.75px + 10vw);
  }
  #job-people .minus-margin {
    margin-top: -135px;
  }
  #job-people .project-story .link .link-item a {
    height: 280px;
  }
  #job-people .project-story .link .link-item .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #job-people .project-story .link .link-item .catch {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #job-people .project-story .link .link-item .view-more {
    bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  #job-people .section-catch.catch01 {
    width: calc(303.3px + 10vw);
  }
  #job-people .section-catch.catch02 {
    width: calc(265.05px + 10vw);
  }
  #job-people .job-interview .interview .section-smalltitle {
    width: calc(100% - 10vw);
    align-items: center;
    margin: 80px 0 30px;
  }
  #job-people .minus-margin {
    margin-top: -145px;
  }
  #job-people .project-story .section-smalltitle {
    align-items: flex-end;
  }
  #job-people .project-story .link .link-item .title {
    top: 85px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #job-people .project-story .link .link-item .catch {
    left: 0;
    bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #job-people .project-story .link .link-item .view-more {
    left: 0;
    bottom: 0;
  }
  #job-people .project-story .link .project-story01 a {
    height: 260px;
  }
  #job-people .project-story .link .project-story01 a::before {
    background-image: url(../img/index/job-people_project-story01_sp.jpg);
  }
}
/* ===== environment ===== */
#environment {
  padding: 120px 0 50px;
}
#environment .section-catch {
  width: calc(665px + 10vw);
}
#environment .section-title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: right;
  gap: 25px;
  margin: 20px 0 50px;
}
#environment .link-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#environment .link-list .link-item .img {
  width: 100%;
  height: 360px;
  aspect-ratio: 259/362;
}
#environment .link-list .link-item .link-name {
  max-width: 300px;
}
#environment .link-list .link-item.training, #environment .link-list .link-item.work-place, #environment .link-list .link-item.welfare {
  width: 20%;
}
#environment .link-list .link-item.training .img, #environment .link-list .link-item.work-place .img, #environment .link-list .link-item.welfare .img {
  aspect-ratio: 259/362;
}
#environment .link-list .link-item.work-place .img::before {
  background-image: url(../img/index/environment_work-place_pc.jpg);
}
#environment .link-list .link-item.welfare {
  margin-top: 50px;
}
#environment .link-list .link-item.welfare .img::before {
  background-image: url(../img/index/environment_welfare_pc.jpg);
}
#environment .link-list .link-item.training {
  margin-top: 100px;
}
#environment .link-list .link-item.training .img::before {
  background-image: url(../img/index/environment_training_pc.jpg);
}
#environment .link-list .link-item.cross-talk {
  margin-top: 50px;
}
#environment .link-list .link-item.cross-talk .img {
  aspect-ratio: 200/181;
}
#environment .link-list .link-item.cross-talk .img::before {
  background-image: url(../img/index/environment_cross-talk_pc.jpg);
}

@media screen and (max-width: 1400px) {
  #environment .link-list {
    gap: 20px;
  }
  #environment .link-list .link-item .img {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #environment .link-list {
    flex-direction: column;
  }
  #environment .link-list .link-item {
    margin-top: 0 !important;
  }
  #environment .link-list .link-item .img {
    height: auto;
  }
  #environment .link-list .link-item .link-name {
    max-width: none;
  }
  #environment .link-list .link-item.training, #environment .link-list .link-item.work-place, #environment .link-list .link-item.welfare {
    width: 100%;
  }
  #environment .link-list .link-item.training .img, #environment .link-list .link-item.work-place .img, #environment .link-list .link-item.welfare .img {
    aspect-ratio: 3/1;
  }
  #environment .link-list .link-item.training .link-name, #environment .link-list .link-item.work-place .link-name, #environment .link-list .link-item.welfare .link-name {
    width: calc(100% - 10vw);
  }
  #environment .link-list .link-item.training .img::before {
    background-image: url(../img/index/environment_training_sp.jpg);
  }
  #environment .link-list .link-item.work-place .img::before {
    background-image: url(../img/index/environment_work-place_sp.jpg);
  }
  #environment .link-list .link-item.welfare .img::before {
    background-image: url(../img/index/environment_welfare_sp.jpg);
  }
  #environment .link-list .link-item.cross-talk {
    margin-left: -10vw;
    width: calc(100% + 10vw);
  }
  #environment .link-list .link-item.cross-talk .img {
    aspect-ratio: 3/1.2;
  }
  #environment .link-list .link-item.cross-talk .img::before {
    background-image: url(../img/index/environment_cross-talk_sp.jpg);
  }
  #environment .link-list .link-item.cross-talk .link-name {
    padding-left: 10vw;
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 768px) {
  #environment {
    padding: 80px 0 30px;
  }
  #environment .section-catch {
    width: calc(498.75px + 10vw);
  }
}
@media screen and (max-width: 600px) {
  #environment .section-catch {
    width: calc(299.25px + 10vw);
  }
  #environment .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 50px auto;
  }
  #environment .link-list .link-item.training .img, #environment .link-list .link-item.work-place .img, #environment .link-list .link-item.welfare .img {
    aspect-ratio: 3/1.5;
  }
  #environment .link-list .link-item.cross-talk .img {
    aspect-ratio: 3/1.8;
  }
}
/* ===== recruit-information ===== */
#recruit-information {
  background: var(--color-red);
  padding: 50px 0 100px;
}
#recruit-information .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
}
#recruit-information .link-list .link-item {
  width: 31%;
  height: 160px;
}
#recruit-information .link-list .link-item.half {
  width: 48.2%;
}
#recruit-information .link-list .link-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  border: solid var(--color-white) 2px;
  color: var(--color-white);
  padding: 0 0 15px;
  overflow: hidden;
  transition: color 0.5s ease-in-out;
}
#recruit-information .link-list .link-item a::after {
  content: "VIEW MORE";
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translate(-50%, 0);
  font-family: var(--fontfamily-en);
  font-size: 13px;
  font-size: 0.8125rem;
}
#recruit-information .link-list .link-item a .hover-object {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--color-white);
  transition: width 0.7s ease-in-out, height 0.7s ease-in-out;
  transform: translate(-50%, -50%);
}
#recruit-information .link-list .link-item .img {
  position: relative;
  width: 56px;
  flex-shrink: 0;
  fill: currentColor;
  transition: fill 0.5s ease-in-out;
}
#recruit-information .link-list .link-item .link-name {
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
#recruit-information .link-list .link-item .link-name .small {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  margin: 0.5em 0 0;
}

@media (hover: hover) {
  #recruit-information .link-list .link-item a:hover {
    color: var(--color-red);
  }
  #recruit-information .link-list .link-item a:hover .hover-object {
    width: 2000px;
    height: 2000px;
  }
}
@media screen and (max-width: 1400px) {
  #recruit-information .link-list .link-item a {
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  #recruit-information .link-list {
    flex-direction: column;
  }
  #recruit-information .link-list .link-item {
    width: 100%;
  }
  #recruit-information .link-list .link-item.half {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit-information .section-smalltitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #recruit-information .link-list {
    gap: 20px 0;
  }
  #recruit-information .link-list .link-item {
    height: 140px;
  }
  #recruit-information .link-list .link-item a {
    padding: 0 0 13px;
  }
  #recruit-information .link-list .link-item a::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #recruit-information .link-list .link-item .img {
    width: 46px;
  }
  #recruit-information .link-list .link-item .link-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #recruit-information .link-list .link-item .link-name .small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  #recruit-information .section-smalltitle .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* ============================================ */
/* スライダー
/* ============================================ */
#job-people .slide {
  /* slick カスタム*/
}
#job-people .slide .item {
  position: relative;
  width: 380px;
  height: auto;
  padding: 0 40px 0 0;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}
#job-people .slide .img-wrap {
  position: relative;
}
#job-people .slide .img-wrap .catch {
  display: none;
}
#job-people .slide .img-wrap .icon-department {
  position: absolute;
  bottom: -10px;
  right: 15px;
  display: block;
  width: 16%;
  z-index: 1;
}
#job-people .slide .link-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  padding: 0.8em 0.5em 0 0.8em;
  color: var(--color-white);
}
#job-people .slide .profile .department {
  font-size: 14px;
  font-size: 0.875rem;
}
#job-people .slide .profile .name {
  font-size: 18px;
  font-size: 1.125rem;
}
#job-people .slide .profile .year {
  font-size: 70%;
  margin-left: 1.5em;
}
#job-people .slide .slick-dotted.slick-slider {
  margin-bottom: 100px;
}
#job-people .slide .slick-dots {
  bottom: -45px;
}
#job-people .slide .slick-dots li {
  width: 5%;
  height: 10px;
  padding: 8px 0;
}
#job-people .slide .slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 0;
  background-color: var(--color-white);
  opacity: 0.5;
}
#job-people .slide .slick-dots li.slick-active button {
  opacity: 1;
}
#job-people .slide .slick-dots li button:before {
  content: none;
}

@media screen and (min-width: 1801px) {
  #job-people .slide .item {
    width: 320px;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #job-people .slide .item {
    width: 310px;
    padding: 0 20px 0 0;
  }
  #job-people .slide .profile .department {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #job-people .slide .profile .name {
    font-size: 16px;
    font-size: 1rem;
  }
  #job-people .slide .slick-dots li {
    width: 6%;
  }
}

/*# sourceMappingURL=index.css.map */