@charset "UTF-8";
.label-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.slide {
  overflow: hidden;
}
.slide-text {
  transform: translate(0, 100%);
  transition: 0.5s;
  opacity: 0;
}
.slide-text span {
  transform: translate(0, -100%);
  transition: 0.5s;
  opacity: 0;
}
.slide-text.visible {
  transform: translate(0, 0);
  opacity: 1;
}
.slide-text.visible span {
  transform: translate(0, 0);
  opacity: 1;
}

.content-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.1666666667vw;
  white-space: nowrap;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3625;
  color: #fff;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .content-title {
    font-size: 10.6666666667vw;
  }
}
.content-title-label {
  transition: 0.3s;
  white-space: nowrap;
  margin-bottom: 14px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 104px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 16px;
  padding-left: 16px;
  background: linear-gradient(77deg, #2C88E6 0%, #A134D0 52%, #F8315E 100%);
  font-size: 0.9375vw;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.4444444444;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.content-title-label.visible {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .content-title-label {
    font-size: 16px;
    min-width: 92px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 2px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 414px) {
  .content-title-label {
    font-size: 4.2666666667vw;
    min-width: 24.5333333333vw;
    padding-right: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    padding-bottom: 0.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.fv {
  background-color: #fff;
  background-size: cover;
  padding-top: 14.7395833333vw;
  padding-bottom: 11.7708333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 177.8666666667vw;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 33.3333333333vw;
    padding-bottom: 29.6vw;
  }
}
.fv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fv__bg img, .fv__bg source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__textarea {
  padding-left: 18.75vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__textarea {
    width: 83.4666666667vw;
    margin: 0 auto;
    padding-left: 0;
  }
}
.fv__catch-en {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(87deg, #007EFC 0%, #943DF1 51%, #F13660 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.71875vw;
  letter-spacing: 0.0064em;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 36px;
  transform: translateX(-100%);
  transition: 0.5s;
  animation: fvSlideFromLeft 0.5s 0s forwards;
}
@media screen and (max-width: 768px) {
  .fv__catch-en {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.fv__catch {
  height: 5.7291666667vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  font-size: 3.75vw;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(83deg, #007EFC 0%, #943DF1 51%, #F13660 100%);
  line-height: 1.4583333333;
  margin-bottom: 1.875vw;
  transform: translateX(-110%);
  animation: fvSlideFromLeft 0.6s 0.5s forwards;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv__catch {
    height: 12.5333333333vw;
    padding-left: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    line-height: 1.4074074074;
    margin-bottom: 4vw;
    padding-top: 1.0666666667vw;
    font-size: 7.2vw;
  }
}
.fv__catch.bottom {
  margin-bottom: 3.3333333333vw;
  animation: fvSlideFromLeft 0.6s 1.1s forwards;
}
@media screen and (max-width: 768px) {
  .fv__catch.bottom {
    margin-bottom: 16vw;
  }
}
.fv__catch.bottom span {
  animation: fadeIn 0.5s 1.7s forwards;
}
.fv__catch span {
  opacity: 0;
  animation: fadeIn 0.5s 1.1s forwards;
}
.fv__text {
  color: #7A49F3;
  font-size: 0.9375vw;
  line-height: 2;
  width: 31.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.fv__text span {
  display: block;
  transform: translateY(100%);
}
.fv__text.visible span {
  transition: 0.7s;
  transform: translateY(0);
  transition-delay: 1.7s;
}
@media screen and (max-width: 768px) {
  .fv__text {
    width: 78.6666666667vw;
    font-size: 4vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  .fv__text {
    font-size: 15px;
  }
}
.fv__shape-left {
  width: 15vw;
  height: 14.9479166667vw;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 33%, 33% 0, 100% 0, 100% 66%, 66% 100%, 0 100%);
          clip-path: polygon(0% 33%, 33% 0, 100% 0, 100% 66%, 66% 100%, 0 100%);
  background-size: 500%;
  overflow: hidden;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
.fv__shape-left::after {
  content: "";
  width: 210%;
  height: 210%;
  background: linear-gradient(0deg, #F13660 0%, #811BEE 51%, #1670DE 100%);
  position: absolute;
  top: 70%;
  left: 50%;
  animation: bgColorChange 12s infinite linear;
}
@media screen and (max-width: 768px) {
  .fv__shape-left {
    width: 20vw;
    height: 20vw;
  }
}
.fv__shape-right {
  width: 45vw;
  height: 44.9479166667vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 33%, 33% 0, 100% 0, 100% 66%, 66% 100%, 0 100%);
          clip-path: polygon(0% 33%, 33% 0, 100% 0, 100% 66%, 66% 100%, 0 100%);
  background-size: 500%;
  overflow: hidden;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
.fv__shape-right::after {
  content: "";
  width: 210%;
  height: 210%;
  background: linear-gradient(0deg, #F13660 0%, #811BEE 51%, #1670DE 100%);
  position: absolute;
  top: 70%;
  left: 50%;
  animation: bgColorChange 12s infinite linear;
}
@media screen and (max-width: 768px) {
  .fv__shape-right {
    width: 60vw;
    height: 60vw;
  }
}
.fv__scroll {
  color: #222;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 7.65625vw;
  right: 3.1770833333vw;
}
@media screen and (max-width: 768px) {
  .fv__scroll {
    bottom: 24.5333333333vw;
    right: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.fv__scroll::after {
  content: "";
  width: 1px;
  height: 5.0520833333vw;
  background-color: #222;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 768px) {
  .fv__scroll::after {
    height: 20vw;
    bottom: -2.6666666667vw;
  }
}
.fv__scroll::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #222;
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(100%);
  animation: movePoint 2s infinite ease-out;
}
@media screen and (max-width: 768px) {
  .fv__scroll::before {
    animation: movePointSm 2s infinite ease-out;
  }
}
.fv__slide-box {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvSlideFromLeft {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movePoint {
  0% {
    bottom: -5px;
    opacity: 1;
  }
  90% {
    bottom: -5.0520833333vw;
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: -5.0520833333vw;
  }
}
@keyframes movePointSm {
  0% {
    bottom: -1.3333333333vw;
    opacity: 1;
  }
  90% {
    bottom: -22.1333333333vw;
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: -22.1333333333vw;
  }
}
.service {
  background-color: #222222;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 66px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 414px) {
  .service {
    padding-top: 17.6vw;
    padding-top: 17.0666666667vw;
  }
}
.service::after {
  content: "";
  width: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  background-image: url("../image/service_bg.svg");
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service::after {
    width: 80%;
    top: 0;
    left: auto;
  }
}
.service__title {
  max-width: 600px;
}
@media screen and (min-width: 2200px) {
  .service__title {
    max-width: 1000px;
  }
}
.service__wrapper {
  width: 67.7083333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .service__wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 414px) {
  .service__wrapper {
    width: 89.3333333333vw;
  }
}
.service__top {
  display: flex;
  flex-wrap: wrap;
  padding-right: 7.2916666667vw;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8958333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__top {
    padding-right: 0;
    row-gap: 42px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .service__top {
    row-gap: 11.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
.service__top-left {
  width: -moz-fit-content;
  width: fit-content;
}
.service__text {
  font-size: 0.8333333333vw;
  font-size: 16px;
  width: 26.5625vw;
  width: 510px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service__text {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .service__text {
    font-size: 4.2666666667vw;
  }
}
.service__cards {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  flex-wrap: wrap;
  row-gap: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__cards {
    row-gap: 40px;
  }
}
@media screen and (max-width: 414px) {
  .service__cards {
    row-gap: 10.6666666667vw;
  }
}
.service__card {
  width: calc(33% - 2.0833333333vw);
  background-color: #fff;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .service__card {
    width: 335px;
    height: 442px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .service__card {
    width: 89.3333333333vw;
    height: 117.8666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.service__card-img-wrapper {
  width: 11.4583333333vw;
  height: 11.4583333333vw;
  margin: 0 auto;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .service__card-img-wrapper {
    width: 167px;
    height: 167px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 414px) {
  .service__card-img-wrapper {
    width: 44.5333333333vw;
    height: 44.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.service__card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__card-title {
  text-align: center;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service__card-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .service__card-title {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__card-text {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service__card-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .service__card-text {
    font-size: 4.2666666667vw;
  }
}

.recruit {
  position: relative;
}
.recruit__bottom {
  height: 29.5833333333vw;
  background-color: #F2F5F9;
}
@media screen and (max-width: 768px) {
  .recruit__bottom {
    height: 816px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__bottom {
    height: 217.6vw;
  }
}
.recruit__top {
  padding-top: 8.3333333333vw;
  padding-bottom: 11.9791666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit__top {
    padding-top: 66px;
    padding-bottom: 126px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__top {
    padding-top: 17.6vw;
    padding-bottom: 33.6vw;
  }
}
.recruit__top::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: linear-gradient(71deg, #007EFC 0%, #943DF1 51%, #F13660 100%);
  mix-blend-mode: normal;
}
.recruit__top-bg {
  width: 100%;
  height: 100%;
  background-image: url("../image/recruit_bg.webp");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit__title-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.recruit__title {
  margin-bottom: 2.0833333333vw;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit__title {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__title {
    margin-bottom: 11.2vw;
  }
}
.recruit__label {
  position: relative;
  z-index: 2;
}
.recruit__label-wrapper {
  width: 14.6875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit__label-wrapper {
    width: 141px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__label-wrapper {
    width: 37.6vw;
  }
}
.recruit__text {
  color: #fff;
  font-size: 1.6666666667vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.78125;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__text {
    font-size: 6.4vw;
  }
}
.recruit__cards {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  .recruit__cards {
    transform: translateY(-63.5px);
    row-gap: 40px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .recruit__cards {
    transform: translateY(-16.9333333333vw);
    row-gap: 10.6666666667vw;
  }
}
.recruit__card {
  width: 29.6875vw;
  height: 26.9791666667vw;
  position: relative;
  z-index: 2;
  box-shadow: rgba(45, 51, 106, 0.0392156863) 16px 16px 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit__card {
    width: 335px;
    height: 387px;
    box-shadow: rgba(45, 51, 106, 0.0392156863) 10px 10px 10px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card {
    width: 89.3333333333vw;
    height: 103.2vw;
    box-shadow: rgba(45, 51, 106, 0.0392156863) 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
}
.recruit__card-top {
  height: 11.25vw;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit__card-top {
    height: 127px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-top {
    height: 33.8666666667vw;
  }
}
.recruit__card-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: 0.5s;
}
.recruit__card-bottom {
  padding-top: 4.1666666667vw;
  position: relative;
  background-color: #fff;
  height: 15.7291666667vw;
}
@media screen and (max-width: 768px) {
  .recruit__card-bottom {
    height: 260px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-bottom {
    height: 69.3333333333vw;
    padding-top: 17.0666666667vw;
  }
}
.recruit__card-title {
  text-align: center;
  font-size: 1.25vw;
  color: #222;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 2.34375vw;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit__card-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-title {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.recruit__card-title-en {
  font-size: 4.1666666667vw;
  line-height: 1;
  color: #F2F5F9;
  opacity: 0.6;
  position: absolute;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  top: 0;
  left: 1.25vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit__card-title-en {
    left: 28px;
    font-size: 48px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-title-en {
    left: 7.4666666667vw;
    font-size: 12.8vw;
  }
}
.recruit__card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.recruit__card-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 14.5833333333vw;
  height: 3.4895833333vw;
  background-color: #222;
  border-radius: 200px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-top: 1.0416666667vw;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9375vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit__card-btn {
    width: min(239px, 100%);
    height: 57px;
    padding-top: 17px;
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-btn {
    width: min(63.7333333333vw, 100%);
    height: 15.2vw;
    padding-top: 4.5333333333vw;
    font-size: 4vw;
  }
}
.recruit__card-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(77deg, #1670DE 0%, #943DF1 51%, #F13660 100%);
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.recruit__card-btn i {
  position: absolute;
  top: 50%;
  right: 1.40625vw;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .recruit__card-btn i {
    right: 23px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card-btn i {
    right: 6.1333333333vw;
  }
}
.recruit__card-btn i.foreign {
  transform: translateY(-50%) rotate(-45deg);
}
.recruit__card:hover .recruit__card-top img {
  scale: 1.3;
  filter: grayscale(10%);
}
.recruit__card:hover .recruit__card-btn::after {
  width: 100%;
}
.recruit__card:hover .recruit__card-btn i {
  right: 0.8854166667vw;
}
@media screen and (max-width: 768px) {
  .recruit__card:hover .recruit__card-btn i {
    right: 13px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__card:hover .recruit__card-btn i {
    right: 3.4666666667vw;
  }
}
.recruit .label-slide {
  margin: 0 auto;
}

.company {
  padding-top: 8.4375vw;
  padding-bottom: 7.0833333333vw;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 66px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 414px) {
  .company {
    padding-top: 17.6vw;
    padding-bottom: 17.0666666667vw;
  }
}
.company__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__wrapper {
    width: 89%;
  }
}
.company__label {
  position: relative;
  z-index: 2;
}
.company__title {
  color: #222222;
  margin-bottom: 3.5416666667vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .company__title {
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 414px) {
  .company__title {
    margin-bottom: 19.7333333333vw;
  }
}
.company__flex {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .company__flex {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media screen and (max-width: 414px) {
  .company__flex {
    row-gap: 10.6666666667vw;
  }
}
.company__info {
  width: calc(100% - 513px);
}
@media screen and (max-width: 1300px) {
  .company__info {
    width: calc(100% - 26.71875vw);
  }
}
@media screen and (max-width: 768px) {
  .company__info {
    width: 100%;
  }
}
.company__info-row {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
@media screen and (max-width: 1300px) {
  .company__info-row {
    -moz-column-gap: 1.71875vw;
         column-gap: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .company__info-row {
    row-gap: 16px;
    border-bottom: 1px solid #efefef;
    padding-top: 32px;
    padding-bottom: 32px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .company__info-row {
    row-gap: 4.2666666667vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.company__info-label {
  width: 170px;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #efefef;
}
@media screen and (max-width: 1300px) {
  .company__info-label {
    width: 8.8541666667vw;
    width: 170px;
    font-size: 0.8333333333vw;
    font-size: 16px;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .company__info-label {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-bottom: none;
  }
}
@media screen and (max-width: 414px) {
  .company__info-label {
    font-size: 4.2666666667vw;
  }
}
.company__info-content {
  width: calc(100% - 203px);
  padding-top: 32px;
  padding-bottom: 32px;
  color: #222;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  border-bottom: 1px solid #efefef;
}
.company__info-content a {
  text-decoration: none;
  color: #222222;
}
@media screen and (max-width: 1300px) {
  .company__info-content {
    width: calc(100% - 10.5729166667vw);
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
    font-size: 0.8333333333vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .company__info-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .company__info-content {
    font-size: 4.2666666667vw;
  }
}
.company__map {
  width: 433px;
  height: 712px;
}
@media screen and (max-width: 768px) {
  .company__map {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  .company__map {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.company__shape-left {
  width: 15vw;
  height: 14.9479166667vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../image/company-info_bg.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .company__shape-left {
    width: 20vw;
    height: 20vw;
  }
}
.company__shape-right {
  width: 35vw;
  height: 35vw;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../image/company-info_bg.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .company__shape-right {
    width: 73.6vw;
    height: 73.6vw;
  }
}

.news {
  padding-top: 7.03125vw;
  padding-bottom: 8.2291666667vw;
  position: relative;
  background-color: #F2F5F9;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 66px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 414px) {
  .news {
    padding-top: 17.6vw;
    padding-bottom: 17.0666666667vw;
  }
}
.news::after {
  content: "";
  width: 35.46875vw;
  height: 100%;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news::after {
    width: 100%;
    height: 199px;
  }
}
@media screen and (max-width: 414px) {
  .news::after {
    height: 53.0666666667vw;
  }
}
.news__wrapper {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    width: 89.3333333333vw;
    flex-wrap: wrap;
    row-gap: 80px;
  }
}
@media screen and (max-width: 414px) {
  .news__wrapper {
    row-gap: 21.3333333333vw;
  }
}
.news__title {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.news__label {
  position: relative;
  z-index: 2;
}
.news__right {
  width: calc(100% - 20.8333333333vw);
}
@media screen and (max-width: 768px) {
  .news__right {
    width: 100%;
  }
}
.news__items {
  margin-bottom: 4.21875vw;
}
@media screen and (max-width: 768px) {
  .news__items {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 414px) {
  .news__items {
    margin-bottom: 40px;
  }
}
.news__item {
  padding-top: 1.8229166667vw;
  padding-bottom: 1.6666666667vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 414px) {
  .news__item {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.news__item::after {
  content: "";
  height: 1px;
  width: 0%;
  background: linear-gradient(90deg, #1D6DDF 0%, #913FF1 52%, #EB376A 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.news__item.hovered::after {
  left: auto;
  right: 0;
}
.news__item:hover::after {
  width: 100%;
  right: 0;
}
.news__item:hover i {
  right: 0;
}
.news__item i {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.news__item-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .news__item-top {
    margin-bottom: 24px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 414px) {
  .news__item-top {
    margin-bottom: 6.4vw;
    -moz-column-gap: 8.5333333333vw;
         column-gap: 8.5333333333vw;
  }
}
.news__item-date {
  color: #777777;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 414px) {
  .news__item-date {
    font-size: 4.2666666667vw;
  }
}
.news__item-label {
  width: 104px;
  height: 25px;
  background-color: #3C3C3C;
  color: #fff;
  border-radius: 200px;
  text-align: center;
  padding-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 414px) {
  .news__item-label {
    padding-top: 0.5333333333vw;
    font-size: 3.7333333333vw;
    width: 27.7333333333vw;
    height: 6.6666666667vw;
  }
}
.news__item-title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1A1A1A;
  padding-right: 2.1875vw;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    padding-right: 48px;
  }
}
@media screen and (max-width: 414px) {
  .news__item-title {
    padding-right: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
.news__item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news__right {
  transform: translateY(-1.0416666667vw);
}
@media screen and (max-width: 768px) {
  .news__right {
    transform: translateY(0);
  }
}
.news__btn {
  display: block;
  width: 280px;
  height: 67px;
  background-color: #272727;
  color: #fff;
  padding-top: 0.9375vw;
  padding-top: 18px;
  font-size: 0.9375vw;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 200px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin: 0 auto;
    width: min(239px, 100%);
    height: 57px;
    font-size: 15px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 414px) {
  .news__btn {
    margin: 0 auto;
    width: min(63.7333333333vw, 100%);
    height: 15.2vw;
    font-size: 4vw;
    padding-top: 4.5333333333vw;
  }
}
.news__btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(77deg, #1670DE 0%, #943DF1 51%, #F13660 100%);
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.news__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .news__btn i {
    right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .news__btn i {
    right: 6.4vw;
  }
}
.news__btn:hover::after {
  width: 100%;
}
.news__btn:hover i {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .news__btn:hover i {
    right: 14px;
  }
}
@media screen and (max-width: 414px) {
  .news__btn:hover i {
    right: 3.7333333333vw;
  }
}

.contact {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  background-image: url("../image/contact_bg.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 66px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 414px) {
  .contact {
    padding-top: 17.6vw;
    padding-bottom: 17.0666666667vw;
  }
}
.contact__title {
  margin-bottom: 4.1666666667vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 414px) {
  .contact__title {
    margin-bottom: 7.4666666667vw;
  }
}
.contact__title-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__box {
  width: min(960px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding-top: 4.0104166667vw;
  padding-bottom: 3.125vw;
  padding-right: 4.1666666667vw;
  padding-left: 4.1666666667vw;
  padding-top: 77px;
  padding-bottom: 60px;
  padding-right: 80px;
  padding-left: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__box {
    width: 89.3333333333vw;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media screen and (max-width: 414px) {
  .contact__box {
    padding-top: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 5.0666666667vw;
    padding-right: 5.0666666667vw;
  }
}
.contact__error {
  font-size: 14px;
  color: #F43163;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: -20px;
}
.contact__send-error {
  width: min(100%, 590px);
  margin: 0 auto;
  margin-bottom: 56px;
  font-size: 16px;
  color: #F43163;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 16px;
  text-align: center;
  line-height: 24/16;
  border: 2px solid #F22E65;
}
.contact__label {
  color: #222;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  position: relative;
}
.contact__label-wrapper {
  width: 16.5625vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__label-wrapper {
    width: 158px;
  }
}
@media screen and (max-width: 768px) {
  .contact__label {
    margin-bottom: 12px;
  }
}
.contact__label.require::after {
  content: "必須";
  display: block;
  text-align: center;
  width: 48px;
  height: 20px;
  color: #fff;
  padding-top: 4px;
  position: absolute;
  background-color: #F43163;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  top: -2px;
  right: -16px;
  transform: translateX(100%);
}
.contact__input {
  width: 100%;
  background-color: #F2F5F9;
  border: 1px solid #D5D6E1;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 28px;
}
.contact__input:focus {
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .contact__input {
    margin-bottom: 32px;
  }
}
.contact__textarea {
  padding-top: 10px;
  padding-bottom: 17px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #F2F5F9;
  color: #222;
  border: 1px solid #D5D6E1;
  width: 100%;
  height: 258px;
  margin-bottom: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact__textarea + .contact__error {
  margin-top: -43px;
}
.contact__textarea:focus {
  border: 1px solid #222;
}
.contact__checkbox {
  display: none;
}
.contact__checkbox:checked + .contact__checkbox-label::after {
  background-color: #222;
}
.contact__checkbox-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 21px;
  margin: 0 auto;
  margin-bottom: 47px;
  line-height: 2;
  position: relative;
  color: #222;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact__checkbox-label {
    margin-bottom: 37px;
  }
}
.contact__checkbox-label::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #222222;
  position: absolute;
  left: 0;
  top: 10px;
}
.contact__checkbox-label i.fa-check {
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  z-index: 2;
  transform: scale(0.8);
}
.contact__checkbox-label .contact__error {
  margin: 0 -21px;
  width: calc(100% + 21px);
}
.contact__checkbox-label a {
  text-decoration: underline;
  color: #222;
}
.contact__checkbox-label a:hover {
  opacity: 0.7;
}
.contact__checkbox-label a i.fa-arrow-right {
  color: #222;
  margin: 0 4px;
  transform: translateY(5%) rotate(-45deg);
}
.contact__btn {
  width: 280px;
  height: 67px;
  background-color: #272727;
  display: block;
  border-radius: 200px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: min(239px, 100%);
    height: 57px;
    font-size: 15px;
  }
}
.contact__btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(77deg, #1670DE 0%, #943DF1 51%, #F13660 100%);
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.contact__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.contact__btn:hover::after {
  width: 100%;
}
.contact__btn:hover i {
  right: 17px;
}
.contact .label-slide {
  margin: 0 auto;
}

@keyframes gradient {
  0% {
    background: linear-gradient(0deg, #ff0099 0%, #6EFF00 100%);
  }
  25% {
    background: linear-gradient(90deg, #ff0099 0%, #6EFF00 100%);
  }
  50% {
    background: linear-gradient(180deg, #ff0099 0%, #6EFF00 100%);
  }
  75% {
    background: linear-gradient(270deg, #ff0099 0%, #6EFF00 100%);
  }
  100% {
    background: linear-gradient(360deg, #ff0099 0%, #6EFF00 100%);
  }
}
@keyframes bgColorChange {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  12% {
    transform: translateX(-54%) translateY(-46%) rotate(90deg);
  }
  25% {
    transform: translateX(-62%) translateY(-58%) rotate(180deg);
  }
  38% {
    transform: translateX(-65%) translateY(-50%) rotate(270deg);
  }
  50% {
    transform: translateX(-66%) translateY(-62%) rotate(360deg);
  }
  62% {
    transform: translateX(-50%) translateY(-58%) rotate(450deg);
  }
  75% {
    transform: translateX(-46%) translateY(-62%) rotate(540deg);
  }
  88% {
    transform: translateX(-42%) translateY(-58%) rotate(630deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(720deg);
  }
}
@keyframes slideUpPadding {
  0% {
    opacity: 0;
  }
  100% {
    padding-top: 473px;
    @media screen and (max-width: 768px) {
      padding-top: 61.5885416667vw;
    }
  }
}
@keyframes slideUpPaddingTa {
  0% {
    opacity: 0;
  }
  100% {
    padding-top: 61.5885416667vw;
  }
}
@keyframes slideUpPaddingSm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    padding-top: 38.4vw;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bgChange {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgChange2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgChange3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgChange4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */