@charset "UTF-8";
body {
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}

h1 {
  opacity: 0;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 50;
}
@media screen and (min-width: 821px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: transparent;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (min-width: 821px) {
  .header__inner {
    padding-top: 45px;
    width: 100%;
    height: 100%;
  }
}

.header__logo {
  z-index: 40;
}
.header__logo img {
  width: 84px;
  height: 47px;
}
@media screen and (min-width: 821px) {
  .header__logo img {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 143px;
    height: 76px;
  }
}

.header__nav {
  position: absolute;
  top: 70px;
  left: -100%;
  opacity: 0;
  transition: all 0.5s linear;
  background: #fff;
}
.header__nav.is-checked {
  background: #fff;
  top: 70px;
  left: 0;
  opacity: 1;
  z-index: 30;
  padding-left: 20px;
  width: 100%;
  height: calc(100vh - 70px);
}
@media screen and (min-width: 821px) {
  .header__nav {
    left: 0;
    position: static;
    display: flex;
    justify-content: flex-end;
    background: transparent;
    opacity: 1;
    width: 100%;
    z-index: 30;
  }
}

.logo-black {
  display: none;
}

@media screen and (min-width: 821px) {
  #header__scroll,
  .scroll-nav {
    height: 100px;
    background: #fff;
    padding-top: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  #header__scroll li,
  .scroll-nav li {
    color: #515151;
  }
  #header__scroll .logo-black,
  .scroll-nav .logo-black {
    display: block;
  }
  #header__scroll .logo-white,
  .scroll-nav .logo-white {
    display: none;
  }
  #header__scroll .logo-black-x,
  .scroll-nav .logo-black-x {
    display: block;
    margin-right: 20px;
  }
  #header__scroll .logo-black-youtube,
  .scroll-nav .logo-black-youtube {
    display: block;
    margin-right: 20px;
  }
  #header__scroll .logo-white-youtube,
  .scroll-nav .logo-white-youtube {
    display: none;
  }
  #header__scroll .logo-white-youtube,
  .scroll-nav .logo-white-youtube {
    display: none;
  }
}

.header__list {
  overflow: auto;
}
@media screen and (min-width: 821px) {
  .header__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .header__list {
    gap: 50px;
  }
}

.header__item-en,
.header__item-ja {
  font-weight: 700;
  font-style: italic;
  font-weight: 400;
  transition: opacity 0.3s;
  opacity: 1;
}

.header__item-en:hover,
.header__item-ja:hover {
  opacity: 0.5;
}

.header__item {
  margin: 33px 0;
}
@media screen and (min-width: 821px) {
  .header__item {
    margin: 0px;
    margin-left: auto;
    color: #fff;
    overflow: hidden;
  }
}

.header__item-en {
  font-family: "Urbanist", sans-serif;
  font-size: 19px;
  line-height: 1.21;
  letter-spacing: 1.9px;
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .header__item-en {
    font-size: 12px;
  }
}
@media screen and (min-width: 821px) {
  .header__item-en {
    font-size: 12px;
  }
}

.header__item-ja {
  margin-top: 5px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0px;
  font-weight: 300;
}
@media screen and (min-width: 821px) {
  .header__item-ja {
    display: none;
  }
}

.header__item-logo {
  display: flex;
  gap: 15px;
  margin-top: 80px;
}
@media screen and (min-width: 821px) {
  .header__item-logo {
    display: flex;
    align-items: center;
    margin-top: 0;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .header__item-logo {
    gap: 30px;
  }
}

.logo_x,
.logo_youtube {
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}

.logo_youtube .youtube-bg {
  transition: fill 0.3s;
}

.logo_youtube .youtube-play {
  transition: fill 0.3s;
}

@media screen and (min-width: 821px) {
  .logo_x .x-path {
    fill: #fff;
  }
  .logo_youtube .youtube-bg {
    fill: #fff;
  }
  .logo_youtube .youtube-play {
    fill: #505050;
  }
}
#header-scroll.scroll-nav .logo_x .x-path,
.scroll-nav .logo_x .x-path {
  fill: #505050;
}

#header-scroll.scroll-nav .logo_youtube .youtube-bg,
.scroll-nav .logo_youtube .youtube-bg {
  fill: #505050;
}

#header-scroll.scroll-nav .logo_youtube .youtube-play,
.scroll-nav .logo_youtube .youtube-play {
  fill: #fff;
}

/*---------MV----------*/
.mv__title {
  font-weight: 400;
}

.drawer__icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 11;
  transition: all 0.3s linear;
  z-index: 30;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(1) {
  transform: rotate(25deg);
  top: 8px;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(3) {
  transform: rotate(-25deg);
  top: 8px;
}
@media screen and (min-width: 821px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon-bar {
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  background-color: #050505;
}
.drawer__icon-bar:nth-child(2) {
  top: 8px;
}
.drawer__icon-bar:nth-child(3) {
  top: 16px;
}

.mv {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1272/848;
  height: auto;
}

@media screen and (min-width: 821px) {
  .mv__inner {
    background: #050505;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .mv__inner::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-image: url(image/t_sp_deco_top.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
  }
  .mv__inner::after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    background-image: url(image/t_sp_deco_bottom.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
  }
}

.mv__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* デフォルト（SP版） */
.swiper__mv {
  display: none; /* PC版のスワイパーを非表示 */
}
@media screen and (min-width: 821px) {
  .swiper__mv {
    display: block;
  }
}

.sp-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.top-margin {
  margin-top: 70px;
}

/* PC版（822px以上） */
@media screen and (min-width: 823px) {
  .swiper__mv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66.25vw;
    height: 76.3276327633vh;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide.event-slide {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .swiper-slide.swiper-slide-active {
    display: block;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  @keyframes zoomanime {}
}
@media screen and (min-width: 823px) and (min-width: 821px) {
  .sp-image {
    display: none;
  }
}
.mv__container-box {
  display: none;
}
@media screen and (min-width: 821px) {
  .mv__container-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.25vw;
    height: 76.3276327633vh;
    background: #d50101;
    background-position: center;
    background-size: 100% 100%;
    transform-origin: 50% 50%;
    aspect-ratio: 1272/848;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 1080px) {
  .mv__container-box {
    top: 50%;
  }
}

.mv__container-box.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 66.25vw;
  height: 76.3276327633vh;
}

.sp__image-container {
  position: relative;
}
@media screen and (min-width: 821px) {
  .sp__image-container {
    width: 100%;
    height: 76.3276327633vh;
  }
}

.mv__image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  padding-left: 20px;
  z-index: 11;
}
@media screen and (min-width: 821px) {
  .mv__image-container {
    top: 80%;
    transform: translateY(-30%);
    padding-left: 0;
    margin-left: 90px;
  }
}

.mv__image-title {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 0.5s;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-top: 15px;
  font-size: 30px;
  z-index: 30;
  font-family: "Urbanist";
  font-weight: 900;
}
@media screen and (min-width: 821px) {
  .mv__image-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .mv__image-title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__image-title {
    font-size: 100px;
  }
}

.mv__image-title::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.img-title {
  background-image: url("image/t_sp_deco_mv-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 256px;
  height: 28px;
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: opacity 0.8s linear 0.2s;
  background-image: url("image/t_sp_deco_mv-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 256px;
  height: 28px;
  opacity: 0;
}
@media screen and (min-width: 821px) {
  .img-title {
    width: 256px;
    height: 28px;
  }
}
@media screen and (min-width: 1080px) {
  .img-title {
    width: 356px;
    height: 58px;
  }
}
.img-title .img-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}
.img-title .img-title.active {
  opacity: 1;
}
.img-title .img-title.active::after {
  animation: lineAnime 0.5s forwards;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.img-title .mv__image-title.active {
  color: #fff;
  z-index: 2;
}
.img-title .mv__image-title.active::after {
  animation: lineAnime 1s;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 821px) {
  .img-title {
    width: 256px;
    height: 28px;
  }
}
@media screen and (min-width: 1080px) {
  .img-title {
    width: 456px;
    height: 58px;
  }
}

.img-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}

.img-title.active {
  opacity: 1;
  z-index: 2;
}

.img-title.active::after {
  animation: lineAnime 1s forwards;
}

.mv__image-title.active {
  color: #fff;
  z-index: 2;
}

.mv__image-title.active::after {
  animation: lineAnime 1s;
}

@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.animated__clipView {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.animated__clipView.js-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.scroll_down {
  display: none;
}
@media screen and (min-width: 821px) {
  .scroll_down {
    display: block;
    position: absolute;
    bottom: 100px;
    right: 50px;
    z-index: 20;
  }
}
@media screen and (min-width: 1080px) {
  .scroll_down {
    bottom: 30vh;
  }
}

.scroll_down a {
  position: absolute;
  right: 0%;
  bottom: 91px;
  left: -6px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e60000;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 1;
}

@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 75px;
  background: #d5d5d5;
}

.event {
  margin-top: 100vh;
  background: #f7f7f7;
}
@media screen and (min-width: 821px) {
  .event {
    margin-top: 100vh;
  }
}

.event__inner {
  padding: 52px 28px 0px 28px;
}
@media screen and (min-width: 821px) {
  .event__inner {
    padding: 0 28px;
  }
}

.section__title {
  grid-area: title;
  text-align: center;
  color: #e60000;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  .section__title {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .section__title {
    padding-top: 100px;
  }
}

.section__title-en {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .section__title-en {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: 2.7px;
  }
}

.section__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-top: 10px;
}
@media screen and (min-width: 821px) {
  .section__title-ja {
    font-size: 17px;
  }
}

.event__container {
  margin-top: 50px;
  padding-bottom: 57px;
  background: #fff;
  padding-top: 30px;
  max-width: 1200px;
}
@media screen and (min-width: 821px) {
  .event__container {
    background-image: url(image/t_pc_deco_live.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 50px;
    flex-direction: column;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .event__container {
    width: 69.53125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}

.event__bg-flex {
  display: block;
}
@media screen and (min-width: 821px) {
  .event__bg-flex {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 50px;
    max-width: 964px;
  }
}

@media screen and (min-width: 821px) {
  .event__content {
    display: grid;
    grid-template-areas: "img title" "img sub-title" "img description" "img button";
    align-items: stretch;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .event__content {
    gap: 0 60px;
  }
}

.event__title-pc {
  text-align: center;
  grid-area: title;
  display: grid;
  font-size: 31px;
  color: #e60000;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (min-width: 821px) {
  .event__title-pc {
    display: block;
    font-size: 42px;
    color: #e60000;
    text-align: left;
  }
}

.event__image {
  grid-area: img;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
}

.event__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding-top: 0;
  max-height: 600px;
  object-fit: contain;
}

.event__sub-title {
  grid-area: sub-title;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-top: 44px;
  margin-bottom: 29px;
  padding: 0 26px;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .event__sub-title {
    padding: 0;
    font-size: 25px;
    text-align: left;
  }
}

.event__description {
  grid-area: description;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 0 26px;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .event__description {
    font-size: 15px;
    padding: 0;
    max-width: 370px;
  }
}

.event__description-sp {
  display: block;
  padding-top: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 1em;
  white-space: pre-line;
}
@media screen and (min-width: 821px) {
  .event__description-sp {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.section__button-sp {
  text-align: center;
  grid-area: button;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.section__button-sp a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  height: 45px;
  gap: 70px;
  border: 1px solid #e60000;
  background: #fff;
  color: #e60000;
  font-size: 15px;
  font-weight: 300;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.section__button-sp a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e60000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.section__button-sp a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.section__button-sp a .section__button-sp a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .section__button-sp a:hover {
    color: #fff;
  }
  .section__button-sp a:hover::before {
    transform: scaleX(1);
  }
  .section__button-sp a:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 821px) {
  .section__button-sp {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
  }
}

.swiper-pagination {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
@media screen and (min-width: 821px) {
  .swiper-pagination {
    margin-top: 20px;
  }
}

.pagination__dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #050505;
  border-radius: 50%;
  flex-shrink: 0;
}

.pagination__dot--active {
  background-color: #e60012; /* 赤色 */
  border-color: #e60012; /* 赤色の枠線にしたい場合 */
}

.swiper__mv,
.swiper-container {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
  transform: none !important;
}

@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: 8vw !important;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: 8vw !important;
  }
}

.swiper-button-next::after {
  content: ">";
  color: #e60012;
  font-size: 48px;
}

.swiper-button-prev::after {
  content: "<";
  color: #e60012;
  font-size: 48px;
}

.news {
  background: #f7f7f7;
}

.news__inner {
  padding: 0 28px;
  max-width: 1100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 821px) {
  .news__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px 100px 28px;
  }
}

@media screen and (min-width: 821px) {
  .news__wrapper {
    display: flex;
    align-items: stretch;
    gap: 20px;
    min-height: 350px;
  }
}
@media screen and (min-width: 1080px) {
  .news__wrapper {
    gap: 120px;
  }
}

.news__title {
  padding-top: 90px;
}
@media screen and (min-width: 821px) {
  .news__title {
    text-align: center;
    padding-top: 50px;
  }
}

@media screen and (min-width: 821px) {
  .category-tags {
    margin-top: auto;
  }
}

.category-tags__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 821px) {
  .category-tags__list {
    gap: 20px;
    flex-direction: column;
    text-align: left;
    padding-top: 50px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
  }
}

.category-tags__item {
  text-align: center;
}
.category-tags__item button {
  width: 98px;
  height: 33px;
  border: 1px solid currentColor;
  color: #050505;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #fff;
  margin-top: 27px;
  margin-bottom: 51px;
}
@media screen and (min-width: 821px) {
  .category-tags__item button {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.news__container {
  position: relative;
}
@media screen and (min-width: 821px) {
  .news__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.news-item__container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-item__container:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.news-item__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 821px) {
  .news-item__links {
    gap: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 20px;
  }
}

.category-tags__link.is-black {
  background: #050505;
  color: #f7f7f7;
}

.news-item__meta {
  align-items: center;
  display: flex;
  gap: 11px;
}
@media screen and (min-width: 821px) {
  .news-item__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
  }
}

.news-item__date {
  color: #777777;
  font-size: 14px;
  min-width: 85px; /* 例: 2025.
white-space: nowrap; /*に合わせた最小幅を設定 */
  text-align: left; /* 左揃えにする（任意） */
  flex-shrink: 0;
}

.category-tag {
  width: 98px;
  height: 30px;
  border: 1px solid currentColor;
  color: #050505;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fff;
}

.news-item__title {
  font-family: #050505;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 821px) {
  .news-item__title {
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .news-item__title {
    right: 5px;
  }
}

@media screen and (min-width: 821px) {
  .news__title-en {
    text-align: left;
  }
}

.news__title-ja {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .news__title-ja {
    text-align: left;
    margin-bottom: 50px;
  }
}

.section__button-spv {
  text-align: center;
}
.section__button-spv a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 80px;
  gap: 70px;
  border: 1px solid #e60000;
  background: #fff;
  color: #e60000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.section__button-spv a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e60000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.section__button-spv a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.section__button-spv a .company__detail-button a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .section__button-spv a:hover {
    color: #fff;
  }
  .section__button-spv a:hover::before {
    transform: scaleX(1);
  }
  .section__button-spv a:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 821px) {
  .section__button-spv {
    margin-top: 30px;
    text-align: left;
  }
}

.service {
  position: relative;
  background: #fff;
}

.service__inner {
  position: relative;
  padding: 50px 28px 70px 28px;
}
@media screen and (min-width: 821px) {
  .service__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 70px;
    max-width: 1000px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .service__inner {
    padding-bottom: 100px;
  }
}

.service__bg-text {
  position: absolute;
  display: none;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .service__bg-text {
    top: 30px;
    left: -30px;
    display: block;
  }
}

.service__text {
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .service__text {
    color: #989898;
    font-size: 160px;
    opacity: 0.1;
    font-weight: 700;
  }
}
@media screen and (min-width: 1500px) {
  .service__text {
    font-size: 180px;
  }
}

@media screen and (min-width: 821px) {
  .service__wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .service__wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 821px) {
  .service__title {
    margin-right: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .service__title {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service__title {
    margin-right: 50%;
  }
}

@media screen and (min-width: 821px) {
  .service__title-en {
    width: 700px;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (min-width: 821px) {
  .service__title-ja {
    width: 700px;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (min-width: 821px) {
  .service__container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .service__container {
    max-width: 1000px;
  }
}

.service__img {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .service__img {
    width: 50%;
    height: auto;
  }
}
.service__img .service__img1 {
  width: 58.0487804878vw;
  height: 71.7073170732vw;
}
@media screen and (min-width: 821px) {
  .service__img .service__img1 {
    max-width: 490px;
    max-height: 605px;
  }
}

.service__img2 {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0%;
  width: 38.2926829268vw;
  height: 57.5609756098vw;
}
@media screen and (min-width: 821px) {
  .service__img2 {
    top: -150px;
    right: -60px;
    bottom: 0;
    max-width: 200px;
    max-height: 350px;
  }
}
@media screen and (min-width: 1080px) {
  .service__img2 {
    top: -195px;
    right: -190px;
    max-width: 294px;
    max-height: 441px;
  }
}
@media screen and (min-width: 1200px) {
  .service__img2 {
    top: -195px;
    right: -100px;
    bottom: 0;
    max-width: 294px;
    max-height: 441px;
  }
}

.service__content {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .service__content {
    margin-right: 70px;
    width: 50%;
  }
}

.service__read {
  font-size: 23px;
  padding-top: 100px;
  line-height: 1.9;
  letter-spacing: 2.3px;
}
@media screen and (min-width: 821px) {
  .service__read {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .service__read {
    padding-top: 100px;
  }
}

.highlight-red {
  color: #e60000;
}

.service__description {
  padding-top: 40px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 821px) {
  .service__button {
    text-align: left;
  }
}

.service__detail {
  width: 100%;
}

@media screen and (min-width: 821px) {
  .service__detail-bg {
    background-image: url(image/t_pc_deco_detail.png);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: -100px;
    z-index: 10;
    height: 400px;
  }
}

@media screen and (min-width: 821px) {
  .service__detail-content {
    flex: 1;
  }
}

.service__detail-content-inner {
  color: #fff;
  color: #fff;
  padding: 35px 28px 30px 28px;
  background-image: url(image/t_sp_deco_detail.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 16/11;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .service__detail-content-inner {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .text-wrapper-left {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 410px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper-left {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 821px) {
  .text-wrapper-right {
    position: relative;
    left: 0;
    top: 35px;
    transform: none;
    width: 410px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 821px) and (min-width: 821px) {
  .text-wrapper-right {
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper-right {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .text-wrapper {
    position: absolute;
    content: "";
    left: 0;
    width: 500px;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
}

.service__detail-title {
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 1.1px;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .service__detail-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .service__detail-title {
    font-size: 36px;
  }
}

.service__detail-description {
  padding-top: 10px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.7px;
  padding-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .service__detail-description {
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .service__detail-description {
    width: 100%;
    padding-top: 28px;
  }
}

.service__detail-title {
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 1.1px;
}

.service__detail-button-text {
  display: none;
}
@media screen and (min-width: 821px) {
  .service__detail-button-text {
    display: block;
  }
}

.service__detail-button {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service__detail-button a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  margin-top: 30px;
  height: 45px;
  gap: 70px;
  border: 1px solid #e60000;
  background: #fff;
  color: #e60000;
  font-size: 15px;
  font-weight: 300;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.service__detail-button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e60000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.service__detail-button a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.service__detail-button a .company__detail-button a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .service__detail-button a:hover {
    color: #fff;
    border: 1px solid #fff;
  }
  .service__detail-button a:hover::before {
    transform: scaleX(1);
  }
  .service__detail-button a:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 821px) {
  .service__detail-button a {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .text-wrapper-right .service__detail-button-bg {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 821px) {
  .service__detail-button {
    -moz-text-align-last: left;
         text-align-last: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .service__detail-button {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (min-width: 821px) {
  .service__detail-button-bg {
    -moz-text-align-last: left;
         text-align-last: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .service__detail-button-bg {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
  }
}

.works {
  background-image: url(image/t_sp_image_works.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.works__inner {
  padding-top: 89px;
  padding-bottom: 123px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .works__inner {
    padding-top: 180px;
  }
}

.works__container {
  padding: 0 28px;
}
@media screen and (min-width: 821px) {
  .works__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
}

@media screen and (min-width: 821px) {
  .works__content {
    max-width: 440px;
    padding-right: 28px;
    margin-top: 0;
  }
}

.works__title {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
@media screen and (min-width: 821px) {
  .works__title {
    margin: 0;
    padding: 0;
  }
}

.works__description {
  padding: 58px 0;
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
@media screen and (min-width: 821px) {
  .works__description {
    padding: 0;
  }
}

.works__detail-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.works__detail-button a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  margin-top: 30px;
  height: 45px;
  gap: 70px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.works__detail-button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.works__detail-button a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.works__detail-button a .company__detail-button a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .works__detail-button a:hover {
    color: #7c5932;
    border: 1px solid #7c5932;
  }
  .works__detail-button a:hover::before {
    transform: scaleX(1);
  }
  .works__detail-button a:hover::after {
    background-color: #7c5932;
  }
}
@media screen and (min-width: 821px) {
  .works__detail-button {
    justify-content: flex-end;
  }
}

.company {
  background: #fff;
}
@media screen and (min-width: 821px) {
  .company {
    background: #f0f0f0;
  }
}

@media screen and (min-width: 821px) {
  .company-pc-deco {
    width: 100%;
    background-image: url("image/s_pc_deco_recruit01.png");
    background-color: #f0f0f0;
    background-size: auto;
    background-repeat: repeat;
    background-position: 0 0;
    display: block;
  }
}

.company__inner {
  padding: 52px 28px 200px;
}
@media screen and (min-width: 821px) {
  .company__inner {
    padding: 0;
    padding-top: 250px;
  }
}

.company__container {
  text-align: center;
  position: relative;
  max-height: 500px;
}
@media screen and (min-width: 821px) {
  .company__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company__container::after {
    content: "";
    display: block;
    position: absolute;
    right: -12%;
    bottom: -23%;
    width: 350px;
    height: 200px;
    background: #e60000;
    background-position: center;
    background-size: 100% 100%;
    transform-origin: 50% 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 821px) and (min-width: 821px) {
  .company__container::after {
    width: 40.3125vw;
    height: 9.00090009vh;
    right: -16%;
    bottom: -5vh;
  }
}
@media screen and (min-width: 821px) {
  .company__container::before {
    content: "";
    display: block;
    position: absolute;
    top: 12%;
    left: 23%;
    width: 350px;
    height: 200px;
    background: #e60000;
    background-position: center;
    background-size: 100% 100%;
    transform-origin: 50% 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 821px) and (min-width: 1080px) {
  .company__container::before {
    top: 0vh;
    width: 40.3125vw;
    height: 9.00090009vh;
  }
}

.section-visible::before, .section-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(7deg);
  transform-origin: 50% 50%;
}

@media screen and (min-width: 821px) {
  .company__title-en {
    font-size: 45px;
    line-height: 1.2;
    text-align: left;
  }
}

.company__title-ja {
  font-family: "Noto Sans JP";
  font-weight: 500px;
}
@media screen and (min-width: 821px) {
  .company__title-ja {
    text-align: left;
    line-height: 1.7;
  }
}

@media screen and (min-width: 821px) {
  .company__title-sp {
    display: none;
  }
}

.company__title-pc {
  display: none;
}
@media screen and (min-width: 821px) {
  .company__title-pc {
    display: block;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .company__title-pc {
    padding-top: 60px;
  }
}

.company__content {
  overflow: visible;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
  min-height: 100%;
}
@media screen and (min-width: 821px) {
  .company__content {
    width: 62.8645833333vw;
    background: #fff;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .company__content {
    width: 62.8645833333vw;
    height: 32.1875vw;
    max-height: 480px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 821px) {
  .company__content-inner {
    display: inline-block;
  }
}

@media screen and (min-width: 821px) {
  .company__image-container {
    width: 48.28125vw;
    height: 32.1875vw;
  }
}

@media screen and (min-width: 821px) {
  .company__shape1 {
    width: 40%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 9%;
  }
}
@media screen and (min-width: 1080px) {
  .company__shape1 {
    position: absolute;
    top: 8%;
  }
}

.company__image {
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.company__image img {
  width: 100%;
  height: auto;
  display: block;
  padding: 44px 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 927/618;
}
@media screen and (min-width: 821px) {
  .company__image img {
    width: 48.28125vw;
    max-height: 450px;
    padding: 0;
    position: absolute;
    top: -50px;
    left: 0;
  }
}

@media screen and (min-width: 821px) {
  .company__description {
    text-align: left;
    margin-top: 52px;
  }
}

.company__detail-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .company__detail-button {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .company__detail-button {
    margin-top: 80px;
  }
}
.company__detail-button a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  height: 45px;
  gap: 70px;
  border: 1px solid #e60000;
  background: #fff;
  color: #e60000;
  font-size: 15px;
  font-weight: 300;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.company__detail-button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e60000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.company__detail-button a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.company__detail-button a .company__detail-button a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .company__detail-button a:hover {
    color: #fff;
  }
  .company__detail-button a:hover::before {
    transform: scaleX(1);
  }
  .company__detail-button a:hover::after {
    background-color: #fff;
  }
}

.recruit {
  background: #f0f0f0;
}
@media screen and (min-width: 821px) {
  .recruit {
    background: none;
  }
}

.recruit__inner {
  background-image: url(image/t_sp_image_recruit2.png);
  background-size: cover;
  background-position: center;
  padding: 50px 28px;
  z-index: 1;
}

.recruit__title-ja {
  padding-bottom: 45px;
}

.recruit__card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: space-between;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .recruit__card-container {
    gap: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .recruit__card-container {
    gap: 30px;
    flex-direction: row;
    max-width: 1200px;
  }
  .recruit__card-container .recruit__card {
    width: auto;
    max-width: 100%;
  }
}

.recruit__card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: flex;
  align-items: center;
  padding: 31px;
  background: #e60000;
  border: 1px solid transparent;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  flex: 1 1 calc((100% - 100px) / 3);
  min-width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .recruit__card {
    min-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit__card {
    min-width: 360px;
  }
}
.recruit__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: 0;
}
.recruit__card a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.recruit__card .recruit__card-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}
.recruit__card .recruit__card-title-ja {
  font-size: 20px;
  font-weight: 600px;
  transition: color 0.4s ease;
  color: inherit;
  z-index: 2;
}
.recruit__card .recruit__card-title-en {
  font-size: 15px;
  font-weight: 300;
  transition: color 0.4s ease;
  color: inherit;
  z-index: 2;
}
.recruit__card .recruit__circle {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.4s;
}
.recruit__card .recruit__arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.4s;
}
.recruit__card:hover {
  border-color: #e60000;
  color: #e60000 !important;
}
.recruit__card:hover .recruit__card-title h4,
.recruit__card:hover .recruit__card-title h5 {
  color: #e60000;
}
.recruit__card:hover .recruit__circle {
  border-color: #e60000;
}
.recruit__card:hover .recruit__arrow {
  border-color: #e60000;
}
.recruit__card:hover::before {
  transform: scaleX(1);
}

.recruit__card-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit__card-button a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  height: 45px;
  gap: 70px;
  border: 1px solid #e60000;
  background: #fff;
  color: #e60000;
  font-size: 15px;
  font-weight: 300;
  border-radius: 27px;
  z-index: 1;
  transition: 0.3s, color 0.3s;
}
.recruit__card-button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e60000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.recruit__card-button a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.recruit__card-button a .company__detail-button a {
  position: relative;
  z-index: 0;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .recruit__card-button a:hover {
    color: #fff;
  }
  .recruit__card-button a:hover::before {
    transform: scaleX(1);
  }
  .recruit__card-button a:hover::after {
    background-color: #fff;
  }
}

.recruit__image {
  display: block;
  background-image: url(image/t_sp_deco_recuruit2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 120px;
  margin-top: 40px;
}
@media screen and (min-width: 821px) {
  .recruit__image {
    background-image: url(image/t_pc_deco_recruit3.png);
  }
}

.contact {
  background-image: url(image/t_sp_image_contact1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 28px;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.contact__inner {
  position: relative;
  z-index: 2;
}

.contact__title-sp {
  text-align: center;
  color: #fff;
  margin-top: 0;
  line-height: 1;
}

.contact__title-en {
  line-height: 1;
}

.contact__container {
  padding-top: 43px;
  text-align: center;
  color: #fff;
  max-width: 1000px;
}
@media screen and (min-width: 821px) {
  .contact__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    margin: 0 auto;
  }
}

.contact__phone {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-bottom: 43px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 821px) {
  .contact__phone {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact__phone::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    width: 1px;
    background: #fff;
  }
}

.phone__text {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 400;
}

.phone-number {
  font-size: 20px;
  font-weight: 400;
}
.phone-number span {
  font-size: 16px;
}

.hours {
  font-size: 12px;
}

.contact__mail {
  padding-top: 43px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .contact__mail {
    padding-top: 0;
  }
}

.mail__text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 28px;
}

.contact__card-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.contact__card-button a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 186px;
  height: 45px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 27px;
  font-size: 13px;
  font-weight: 300;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.contact__card-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}
.contact__card-button a:hover {
  color: #09003d;
  border-color: #09003d;
}
.contact__card-button a:hover::before {
  transform: scaleX(1);
}

.footer {
  background: #050505;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(image/t_sp_deco-footer-top.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 40%;
}
@media screen and (min-width: 821px) {
  .footer::before {
    background-image: url(image/t_sp_deco_top.png);
    width: 50%;
    height: 50%;
  }
}

.footer__inner {
  padding: 38px 28px 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .footer__inner {
    padding: 111px 28px 44px;
  }
}
@media screen and (min-width: 1080px) {
  .footer__inner {
    padding: 111px 0px 44px;
  }
}

.footer__logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 90px;
}

.footer__logo-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer__logo-text {
  font-style: italic;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 821px) {
  .footer__logo-text {
    display: block;
  }
}

.footer__nav-item {
  font-style: italic;
  font-weight: 400;
  transition: opacity 0.3s;
  opacity: 1;
}

.footer__nav-item:hover {
  opacity: 0.5;
}

.footer__logo-x,
.footer__logo-youtube {
  transition: opacity 0.3s;
  opacity: 1;
}

.footer__logo-x:hover,
.footer__logo-youtube:hover {
  opacity: 0.5;
}

.footer__logo-x {
  display: block;
  position: relative;
  z-index: 2;
}
.footer__logo-x a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo-x img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__logo-youtube {
  display: block;
  position: relative;
  z-index: 2;
}
.footer__logo-youtube a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo-youtube img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__nav-list {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  letter-spacing: 1.5px;
  padding-bottom: 57px;
}
@media screen and (min-width: 821px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 30px;
         column-gap: 30px; /* 列間 40px */
    row-gap: 35px; /* 行間 25px */
    justify-items: start;
    align-items: start;
    width: 100%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 821px) {
  .footer__nav-item {
    flex: 0 0 50%;
  }
}

.footer__address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.footer__address-text {
  font-family: "Noto Sans JP";
  letter-spacing: 0.6px;
}

.footer__copy {
  position: relative;
  padding: 18px 28px 32px;
  border-top: 1px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .footer__copy {
    padding: 44px 28px 81px;
  }
}
@media screen and (min-width: 1080px) {
  .footer__copy {
    padding: 44px 0 81px;
  }
}

.footer__copy-inner {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .footer__copy-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.footer {
  position: relative;
}

.page_top {
  position: absolute;
  bottom: 31px;
  right: 31px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .page_top {
    bottom: 160px;
    right: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_top {
    bottom: 63px;
    right: 4vw;
  }
}
.page_top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: 0;
}
.page_top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: border-color 0.4s ease;
  z-index: 1;
}
.page_top:hover::before {
  transform: scaleX(1);
}
.page_top:hover {
  border-color: #000;
}
.page_top:hover::after {
  border-color: #000;
}

#side-sortables .categorydiv ul.categorychecklist,
#side-sortables .categorydiv ul.categorychecklist ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}/*# sourceMappingURL=style.css.map */