.fv-under {
  width: 100%;
  height: 37.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-under {
    height: 69.8666666667vw;
  }
}
.fv-under::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, #2C88E6 0%, #A134D0 52%, #F8315E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.fv-under::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/fv.webp");
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv-under__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
  padding-top: 14.1666666667vw;
}
@media screen and (max-width: 768px) {
  .fv-under__wrapper {
    width: 100%;
    padding-left: 10.6666666667vw;
    padding-top: 30.1333333333vw;
  }
}
.fv-under__label {
  min-width: 116px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: linear-gradient(76deg, #2C88E6 0%, #A134D0 52%, #F8315E 100%);
  font-size: 21px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 23px;
  position: relative;
  z-index: 2;
  padding-right: 16px;
  padding-left: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv-under__label {
    min-width: 24.5333333333vw;
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.fv-under__title {
  font-size: 5.4166666667vw;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.3557692308;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv-under__title {
    font-size: 10.6666666667vw;
  }
}

.main {
  background-color: #F2F5F9;
  height: -moz-fit-content;
  height: fit-content;
}
.main__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
  transform: translateY(-8.28125vw);
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: rgba(45, 51, 106, 0.0392156863) 16px 16px 16px;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  position: relative;
}
.main__wrapper.px-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main__wrapper {
    width: 100%;
    transform: translateY(0);
    padding-top: 66px;
    padding-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.work-style {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .work-style {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
}
.work-style__top-img-wrapper {
  width: 100%;
  height: 18.75vw;
  margin-bottom: 9.84375vw;
}
@media screen and (max-width: 768px) {
  .work-style__top-img-wrapper {
    width: calc(100% + 40px);
    height: 29.8666666667vw;
    margin-bottom: 59.5px;
    transform: translateX(-20px);
  }
}
.work-style__top-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-style__title {
  color: #222;
  font-size: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .work-style__title {
    font-size: 24px;
    margin-bottom: 43px;
  }
}
.work-style__title-en {
  white-space: nowrap;
  color: #fff;
  font-size: 5vw;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: -2.8645833333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.8333333333;
}
@media screen and (max-width: 768px) {
  .work-style__title-en {
    font-size: 32px;
    top: -10px;
  }
}
.work-style__text {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto;
}
.work-style__text:last-child {
  margin-bottom: 0px;
}
.work-style__text span {
  font-weight: 600;
}
.work-style__imgs {
  width: min(489px, 100%);
  display: flex;
  margin: 0 auto;
  margin-bottom: 177px;
  -moz-column-gap: 49px;
       column-gap: 49px;
  row-gap: 49px;
  flex-wrap: wrap;
  justify-content: center;
}
.work-style__img-wrapper {
  width: 220px;
  height: 220px;
}
.work-style__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-style__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 43px;
  margin-bottom: 149px;
}
@media screen and (max-width: 768px) {
  .work-style__blocks {
    margin-bottom: 60px;
  }
}
.work-style__blocks .work-style__block {
  width: 31%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .work-style__blocks .work-style__block {
    width: 100%;
    margin-bottom: 0;
  }
}
.work-style__blocks .work-style__block.w-100 {
  width: 100%;
}
.work-style__block {
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: #fff;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .work-style__block {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 40px;
  }
}
.work-style__block.mb-150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .work-style__block.mb-150 {
    margin-bottom: 60px;
  }
}
.work-style__block:last-child {
  margin-bottom: 0;
}
.work-style__culture-block {
  width: min(1110px, 100%);
  margin: 0 auto;
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
.work-style__culture-block:last-child {
  margin-bottom: 0;
}
.work-style__block-title {
  color: #222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .work-style__block-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.news__items {
  margin-bottom: 100px;
}
.news__item {
  padding-top: 35px;
  padding-bottom: 32px;
  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;
  }
}
.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.3s;
  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;
  }
}
.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;
}
.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;
}
.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;
  padding-right: 42px;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    padding-right: 48px;
  }
}
.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;
  }
}
.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.1s;
  transition-timing-function: ease-in;
}
.news__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__btn i {
    right: 24px;
  }
}
.news__btn:hover::after {
  width: 100%;
}
.news__btn:hover i {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .news__btn:hover i {
    right: 14px;
  }
}

.news-article__date-label {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-article__date-label {
    margin-bottom: 32px;
  }
}
.news-article__date {
  font-size: 16px;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777777;
  line-height: 1.1875;
}
.news-article__label {
  width: 104px;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  background-color: #3C3C3C;
  border-radius: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
}
.news-article__title {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .news-article__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.news-article__content {
  margin-bottom: 131px;
}
@media screen and (max-width: 768px) {
  .news-article__content {
    margin-bottom: 64px;
  }
}
.news-article__content p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}
.news-article__content p:last-child {
  margin-bottom: 0;
}
.news-article__content a {
  color: #222;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  word-break: break-all;
}
.news-article__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: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-article__btn {
    margin: 0 auto;
    width: min(239px, 100%);
    height: 57px;
    font-size: 15px;
    padding-top: 17px;
  }
}
.news-article__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.1s;
  transition-timing-function: ease-in;
}
.news-article__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news-article__btn i {
    right: 24px;
  }
}
.news-article__btn:hover::after {
  width: 100%;
}
.news-article__btn:hover i {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .news-article__btn:hover i {
    right: 14px;
  }
}

.privacy__title {
  font-size: 32px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-bottom: 40px;
  }
}
.privacy__text {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 40px;
}
.privacy__text:last-child {
  margin-bottom: 0;
}
.privacy__text-right {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 40px;
  text-align: right;
}
.privacy__text-right:last-child {
  margin-bottom: 0;
}
.privacy__text.mb-26 {
  margin-bottom: 26px;
}
.privacy__text.mb-0 {
  margin-bottom: 0px;
}
.privacy__block {
  border: 1px solid #222;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.privacy__block:last-child {
  margin-bottom: 0;
}
.privacy__block-text {
  color: #222;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.privacy__block-text strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.privacy hr {
  width: 104%;
  color: #222;
  transform: translateX(-2%);
  margin-top: 60px;
  margin-bottom: 60px;
}

.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pagenation__btn {
  color: #222;
  font-size: 18px;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.pagenation__btn.clicked {
  color: #fff;
  background-color: #222;
}
.pagenation__btn.prev-btn, .pagenation__btn.next-btn {
  background-color: #F2F5F9;
  width: 40px;
  height: 40px;
  color: #222;
}

.contact-complete {
  padding-top: 311px;
  padding-bottom: 270px;
  background-image: url("../image/contact_bg.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .contact-complete {
    padding-top: 136px;
    padding-bottom: 98px;
  }
}
.contact-complete__title-en {
  font-size: 120px;
  letter-spacing: 0.0192em;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: transparent;
  background: linear-gradient(82deg, #007EFC 0%, #943DF1 51%, #F13660 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  margin-bottom: 48px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-complete__title-en {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.contact-complete__title {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .contact-complete__title {
    font-size: 48px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.contact-complete__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-complete__text {
    width: 89%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.contact-complete__btn {
  display: block;
  width: 280px;
  height: 67px;
  background-color: #fff;
  color: #222;
  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: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-complete__btn {
    margin: 0 auto;
    width: min(239px, 100%);
    height: 57px;
    font-size: 15px;
    padding-top: 17px;
  }
}
.contact-complete__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.1s;
  transition-timing-function: ease-in;
}
.contact-complete__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-complete__btn i {
    right: 24px;
  }
}
.contact-complete__btn:hover {
  color: #fff;
}
.contact-complete__btn:hover::after {
  width: 110%;
}
.contact-complete__btn:hover i {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .contact-complete__btn:hover i {
    right: 14px;
  }
}

.pan {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #3B4652;
}
.pan__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .pan__wrapper {
    width: 100%;
    transform: translateY(0);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pan__link {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.pan__link[href]:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pan__link::after {
  content: "/";
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: -8px;
  transform: translateX(100%);
}
.pan__link:last-of-type::after {
  display: none;
}/*# sourceMappingURL=underpage.css.map */