:root {
  --black: #202020;
  --orange: #ed741c;
  font-size: 16px;
}

body {
  position: relative;
  top: 0;
}

.top__title-label .en {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Jost";
  font-style: italic;
  color: #ffffff;
  mix-blend-mode: difference;
  letter-spacing: 0.1em;
}
.top__title-label .ja {
  background: #202020;
  display: inline-block;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.top__title-label .ja::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  mix-blend-mode: difference;
  position: absolute;
  top: 50%;
  left: -20px;
}
.top__title-label .ja span {
  mix-blend-mode: difference;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mainvisual {
  overflow: hidden;
  background: #f2f1f1;
  height: 100vh;
}
.mainvisual .swiper-slide-active .slide__item-img,
.mainvisual .swiper-slide-duplicate-active .slide__item-img,
.mainvisual .swiper-slide-prev .slide__item-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.mainvisual .slide__item-img img {
  display: block;
}
.mainvisual .container,
.mainvisual .row,
.mainvisual .col-12 {
  height: 100%;
}
.mainvisual__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.mainvisual__catch {
  color: #ffffff;
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}
.mainvisual__catch .en {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  position: relative;
  background: rgba(32, 32, 32, 0.8);
  margin-bottom: 16px;
  position: relative;
  font-size: 10vw;
  color: #fff;
}
.mainvisual__catch .en::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  mix-blend-mode: unset;
  text-align: revert;
  left: 0%;
  pointer-events: none;
  animation: cacthflow 1.4s ease-in-out 1s 1 normal both;
}
@keyframes cacthflow {
  100% {
    left: 100%;
  }
}
.mainvisual__catch .ja {
  position: relative;
  z-index: 1;
  color: #202020;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: cacthflow2 1.4s ease-in-out 1.6s 1 normal both;
}
.mainvisual__catch .ja::before {
  content: "";
  width: 36px;
  height: 2px;
  display: block;
  background: #202020;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@keyframes cacthflow2 {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainvisual__img {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: calc(100% - 40px);
  margin-top: auto;
  position: absolute;
  bottom: 40px;
  width: calc(100% + 4px);
  margin: 0;
  right: -92px;
}
.mainvisual__img video {
  display: block;
  width: 100%;
  height: 100%;
}
.mainvisual__img .slide__wrap {
  height: 100%;
}
.mainvisual__img .slide__wrap-sp {
  display: none;
  height: 100%;
}
.mainvisual__img .slide__list {
  height: 100%;
}
.mainvisual__img .slide__item {
  height: 100%;
}
.mainvisual__img .slide__item-img {
  height: 100%;
}
.mainvisual__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/ico_filter.png);
  background-repeat: repeat;
  z-index: 3;
}
.mainvisual__img img {
  height: 100%;
}

.message__section {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #dedddd;
  background-image: url("../images/bg_about.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  transition: 0.4s;
}
.message__section.show {
  background-color: #514e4e;
  background-image: url("../images/bg_about.webp"), url("../images/bg_message.webp");
}
.message__section.show .message__inner {
  opacity: 1;
}
.message__section.show .message__summary {
  opacity: 1;
  margin-top: 0;
}
.message__section.show .message__label {
  opacity: 1;
}
.message__label {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  padding-top: 80px;
  display: flex;
  align-items: end;
  opacity: 0;
  mix-blend-mode: overlay;
}
.message__label .top__title-label .en {
  mix-blend-mode: overlay;
}
.message__inner {
  opacity: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  padding: 28px;
  background: rgba(32, 32, 32, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.message__summary {
  opacity: 0;
  color: #fff;
  margin-top: 100px;
  font-family: "BIZ UDPMincho", serif;
}
.message__summary h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 32px;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0 3px;
}
.message__summary p {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 40px;
}
.message__summary .more__btn {
  justify-content: flex-start;
}
.message__summary .more__btn-link {
  mix-blend-mode: unset;
}

.division__section {
  padding: 120px 0;
  background-color: #f2f1f1;
}
.division__main {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 120px;
}
.division__main::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/bg_division.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.division__label {
  text-align: right;
  margin-top: -40px;
}
.division__list {
  display: flex;
  background: linear-gradient(94.46deg, rgba(255, 255, 255, 0.57) 3.25%, rgba(255, 255, 255, 0.73) 80.27%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  padding: 20px;
  justify-content: space-between;
  gap: 1px;
}
.division__item {
  width: 33.33333%;
  min-height: 460px;
  position: relative;
  background-image: url(../images/division_education.webp);
  background-size: 300%;
  background-repeat: no-repeat;
  background-position: left 0 center;
  pointer-events: auto;
  transition: 0.4s;
}
.division__item.bg-1 {
  background-image: url(../images/division_education.webp);
}
.division__item.bg-2 {
  background-image: url(../images/division_development.webp);
}
.division__item.bg-3 {
  background-image: url(../images/division_ses.webp);
}
@keyframes fadeInAnime1 {
  100% {
    transform: translateY(0px);
    background-image: url(../images/division_education.webp);
  }
}
@keyframes fadeInAnime2 {
  100% {
    transform: translateY(0px);
    background-image: url(../images/division_development.webp);
    opacity: 1;
  }
}
@keyframes fadeInAnime3 {
  100% {
    transform: translateY(0px);
    background-image: url(../images/division_ses.webp);
    opacity: 1;
  }
}
.division__item:nth-of-type(2) {
  background-position: left 50% center;
}
.division__item:nth-of-type(3) {
  background-position: left 100% center;
}
.division__item-inner {
  height: 100%;
}
.division__item-body {
  position: relative;
  z-index: 1;
  height: 100%;
}
.division__item-body .text {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  padding-bottom: 100px;
}
.division__item-body .name {
  margin-bottom: 0px;
  transform: translateY(100px);
  mix-blend-mode: difference;
  transition: 0.2s all;
}
.division__item-body .name .en {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Jost", sans-serif;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.361);
}
.division__item-body .name .ja {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.division__item-body .name .ja svg line {
  stroke: #fff;
}
.division__item-body .summary {
  opacity: 0;
  transition: 0.3s all;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
  padding: 12px 0 0 12px;
}
.division__item-body .summary::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 50px;
  height: 1px;
  display: block;
  background: #eaeaea;
  opacity: 0.6;
}
.division__item-body .summary::after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 1px;
  height: 50px;
  display: block;
  background: #eaeaea;
  opacity: 0.6;
}
.division__item-body .more {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  padding: 12px 0;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.division__item-body .more .more-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.division__item-body .more .more-link:hover svg {
  transform: translateX(10px);
}
.division__item-body .more .more-link span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.division__item-body .more .more-link svg {
  transition: 0.4s;
}
.division__item-body .img {
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  height: 216px;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.division__item:hover .text {
  height: 100%;
}
.division__item:hover .name {
  transform: translateY(0px);
  transition: 0.6s all;
}
.division__item:hover .name .en {
  mix-blend-mode: difference;
  color: #fff;
}
.division__item:hover .name .ja {
  mix-blend-mode: difference;
  color: #fff;
}
.division__item:hover .name .ja svg line {
  mix-blend-mode: difference;
  stroke: #fff;
}
.division__item:hover .summary {
  margin-top: 30px;
  opacity: 1;
  transition: 0.6s all;
}
.division__item:hover .more {
  display: block;
}
.division__item:hover .img::before {
  content: "";
  background: rgba(32, 32, 32, 0.3);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
.division__item:hover .img img {
  height: 100%;
}

.product__section {
  padding-top: 120px;
  margin-bottom: 200px;
}
.product__label {
  text-align: center;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  z-index: 1;
  color: #ffffff;
  mix-blend-mode: difference;
}
.product__wrap {
  background: #ccc;
  background-image: url("../video/main_top.mp4");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom -150px;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
.product__wrap::after {
  content: "";
  background: rgba(9, 7, 7, 0.7);
  background-image: url(../images/ico_filter.png);
  background-repeat: repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 67%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.product__wrap .more__btn {
  justify-content: flex-start;
}
.product__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__text {
  padding-left: 3%;
  width: 66.66666667%;
  position: relative;
  z-index: 1;
}
.product__heading {
  margin-bottom: 20px;
  font-family: "BIZ UDPMincho", serif;
}
.product__heading > span {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
}
.product__heading > span > span {
  background: #000;
  color: #fff;
  padding: 5px 3px;
}
.product__summary {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}
.product__summary p {
  margin-bottom: 30px;
}
.product__frame {
  position: absolute;
  right: -10px;
  bottom: -120px;
  width: 1000px;
}

.service__section {
  padding-top: 120px;
  margin-bottom: 200px;
}
.service__section .top__title-label {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.service__section .more__btn {
  justify-content: center;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.service__item {
  background: #fff;
  position: relative;
  width: 49%;
  margin-bottom: 30px;
}
.service__item:hover {
  opacity: 0.8;
}
.service__item:hover .arrow {
  right: -10px;
  transition: 0.4s;
}
.service__item .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.4s;
  z-index: 1;
}
.service__text {
  padding: 10px 20px 40px;
}

.works__section {
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.works__section::after {
  content: "";
  background: #fff;
  display: block;
  width: 91.66666667%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
}
.works__section .swiper-control {
  align-items: center;
  padding-top: 60px;
}
.works__section .swiper-control .more__btn {
  margin-top: 0;
}
.works__section .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
}
.works__section .swiper-pagination-progressbar-fill {
  background: var(--orange);
}
.works__section .swiper__btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.works__section .swiper-button-prev, .works__section .swiper-button-next {
  position: static;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: 0;
}
.works__section .swiper-button-prev::after, .works__section .swiper-button-next::after {
  font-size: 26px;
  color: #c9c9c9;
}
.works__label {
  margin-bottom: -40px;
}
.works__label .top__title-label {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.works__label .top__title-label .en {
  position: relative;
  z-index: 2;
}
.works__label .top__title-label .ja {
  margin-top: 28px;
  z-index: 2;
}
.works__wrap .swiper {
  overflow: visible;
}
.works__wrap .slide__list {
  padding-left: 8.33333333%;
}
.works__wrap .slide__item {
  padding-right: 10%;
}
.works__wrap .slide__item-inner {
  background: #f5f5f5;
  display: flex;
  position: relative;
}
.works__wrap .slide__item-img {
  width: 430px;
  height: 242px;
  overflow: hidden;
}
.works__wrap .slide__item-img img {
  height: 100%;
}
.works__wrap .slide__item-text {
  padding: 24px 12px 24px 32px;
  flex: 1;
}
.works__wrap .slide__item-text .tags {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c9c9c9;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.works__wrap .slide__item-text .title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4px;
}
.works__wrap .slide__item-text .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.works__wrap .slide__item .number {
  position: absolute;
  bottom: calc(100% - 44px);
  right: -20px;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 100;
  font-style: italic;
}
.works__wrap .slide__item .number::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 30px;
  right: -10px;
}
.works__wrap .slide__item .arrow {
  position: absolute;
  right: -20px;
  bottom: 20px;
}

.ef__item1 {
  animation-name: ef__item1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.ef__item1-reverse {
  animation-name: ef__item1-reverse;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.ef__item2 {
  animation-name: ef__item2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.ef__item2-reverse {
  animation-name: ef__item2-reverse;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes ef__item1 {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.05) translateY(-40px);
    opacity: 0;
  }
}
@keyframes ef__item1-reverse {
  0% {
    transform: scale(1.05) translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes ef__item2 {
  0% {
    transform: scale(1) rotate(3deg) translate(2px, -3px);
    opacity: 1;
  }
  100% {
    transform: scale(1.05) rotate(3deg) translate(2px, -43px);
    opacity: 0;
  }
}
@keyframes ef__item2-reverse {
  0% {
    transform: scale(1.05) rotate(3deg) translate(2px, -43px);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(3deg) translate(2px, -3px);
    opacity: 1;
  }
}
.about__section {
  padding-top: 50vh;
  background: #f9f9f9;
  position: relative;
}
.about__section.bg__1::before {
  animation-name: bg_effect1;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}
.about__section.bg__1-reverse::before {
  animation-name: bg_effect_re1;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}
.about__section.bg__2::before {
  animation-name: bg_effect2;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}
.about__section.bg__2-reverse::before {
  animation-name: bg_effect_re2;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}
@keyframes bg_effect1 {
  100% {
    background-color: #e3e6ff;
  }
}
@keyframes bg_effect_re1 {
  0% {
    background-color: #e3e6ff;
  }
  100% {
    background-color: #eee;
  }
}
@keyframes bg_effect2 {
  0% {
    background-color: #e3e6ff;
  }
  100% {
    background-color: #e3fdff;
  }
}
@keyframes bg_effect_re2 {
  0% {
    background-color: #e3fdff;
  }
  100% {
    background-color: #e3e6ff;
  }
}
.about__section-sp {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  background-color: #eee;
  background-image: url("../images/bg_about.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
  overflow: hidden;
}
.about__section::before {
  content: "";
  background-image: url("../images/bg_about.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-blend-mode: overlay;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
}
.about__section.bg__fixed::before {
  position: fixed;
}
.about__section.bg__fixed.bg__bottom::before {
  position: absolute;
  bottom: 0;
  top: initial;
}
.about__section .container {
  position: relative;
}
.about__progress-bar {
  position: fixed;
  bottom: 40px;
  width: 440px;
  height: 6px;
  opacity: 0;
  transition: 0.2s;
}
.about__progress-bar.show {
  opacity: 1;
  transition: 0.4s;
}
.about__progress-bar::-webkit-progress-value {
  background-image: linear-gradient(90deg, rgb(144, 245, 154), rgb(4, 202, 255));
}
.about__progress-bar::before {
  content: "";
}
.about__label {
  margin-bottom: 60px;
}
.about__label .top__title-label .en {
  font-size: 100px;
  color: #fff;
  margin-bottom: -40px;
  mix-blend-mode: unset;
}
.about__catch {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 300;
}
.about__catch span {
  margin: 0 8px;
  background: linear-gradient(90.51deg, #5d5fef 30.58%, #1cedc7 92.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.about__frame {
  height: 6000px;
  width: 400px;
}
.about__img-list {
  position: sticky;
  top: 50vh;
  transform: translateY(-300px);
  margin-bottom: 430px;
}
.about__img-item {
  height: 600px;
  transition: 0.4s all;
  width: 100%;
  z-index: 3;
  box-shadow: 3px 8px 20px #ccc;
  position: absolute;
  top: 0;
}
.about__img-item img {
  height: 100%;
}
.about__img-item:nth-of-type(2) {
  transform: rotate(3deg) translate(2px, -3px);
  z-index: 2;
}
.about__img-item:nth-of-type(3) {
  transform: rotate(-3deg);
  z-index: 1;
}
.about__body {
  position: relative;
  padding-top: 80px;
  padding-left: 24px;
}
.about__footer {
  margin-top: 40px;
}
.about__footer .more__btn {
  margin-right: 24px;
}
.about__footer .more__btn-link {
  color: #202020;
  mix-blend-mode: unset;
}
.about__footer .more__btn-link::after {
  background: #202020;
}
.about__inner {
  position: relative;
  padding-right: 20px;
}
.about__box {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.about__summary {
  flex: 1;
  padding-right: 80px;
}
.about__summary-inner {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}
.about__summary-inner .more__btn-link {
  color: #202020;
}
.about__summary-inner .more__btn-link::after {
  background: #202020;
}
.about__text {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
}
.about__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 48px;
  height: 1px;
  background: rgba(32, 32, 32, 0.4);
}
.about__text::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  height: 48px;
  width: 1px;
  background: rgba(32, 32, 32, 0.4);
}
.about__text h3 {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 28px;
  color: var(--black);
}
.about__text p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}
.about__text .more__btn a:hover span {
  color: #fff;
}
.about__text .more__btn a:hover::before {
  background: #000;
}

.news__section {
  background-color: #f2f1f1;
  padding: 120px 0;
  overflow: hidden;
}
.news__label {
  margin-bottom: 20px;
  position: relative;
}
.news__label .top__title-label {
  position: relative;
  padding-left: 80px;
}
.news__label .top__title-label .en {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  right: calc(100% - 40px);
  z-index: 2;
}
.news__label .top__title-label .ja {
  z-index: 2;
}
.news__label .more__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
}
.news__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.news__item {
  width: 32%;
  position: relative;
}
.news__item .cursor {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
}
.news__item .cursor::before {
  content: "CLICK!";
  color: #000;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: auto;
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
.news__item:hover {
  transform: translateY(-10px);
}
.news__item:hover::before {
  box-shadow: 8px 8px 20px #e8e8e8;
}
.news__item:hover .news__item-header .img img {
  filter: brightness(1) grayscale(0) contrast(1);
}
.news__item:first-child {
  width: 100%;
}
.news__item::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  right: 0px;
  transition: 0.4s ease;
}
.news__item.lerge {
  padding: 16px;
  padding-left: 0;
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.news__item.lerge::before {
  content: "";
  width: calc(100% - 380px);
  height: 100%;
  top: 0;
  right: 0;
}
.news__item.lerge .news__item-header .img {
  width: 423px;
  height: 238px;
}
.news__item.lerge .news__item-body .title {
  margin-bottom: 16px;
}
.news__item.lerge .news__item-body .title span {
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 300;
}
.news__item.lerge .news__item-body .category {
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.news__item.lerge .news__item-body .desc {
  display: -webkit-box;
}
.news__item.lerge .news__item-body .more {
  right: 0;
  bottom: 0;
}
.news__item-header {
  display: flex;
  position: relative;
}
.news__item-header .img {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-top: 50%;
  position: relative;
}
.news__item-header .date {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.news__item-body {
  padding-top: 20px;
  position: relative;
  padding-bottom: 40px;
  transition: 0.4s;
  flex: 1;
}
.news__item-body .title {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news__item-body .title span {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 300;
  display: inline;
  background: var(--black);
  color: #fff;
  padding: 4px 0;
}
.news__item-body .category {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  padding-left: 40px;
  color: rgba(32, 32, 32, 0.5);
  margin-bottom: 12px;
}
.news__item-body .desc {
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.news__item-body .more {
  position: absolute;
  right: 10px;
  bottom: 16px;
  line-height: 1;
}
.news__item-body .more span {
  position: relative;
  padding-right: 12px;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.news__item-body .more span::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background: #202020;
  display: block;
  top: 50%;
  left: 100%;
}
.news__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__box {
  width: 48%;
  padding: 12px;
  position: relative;
}
.news__box.lerge {
  width: 100%;
}
.news__summary {
  padding: 20px 0;
}
.news__summary .date {
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.news__summary .title {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
}
.news__summary .title span {
  background: var(--black);
  color: #fff;
}
.news__sp-more {
  display: none;
}

@media screen and (min-width: 1600px) {
  .mainvisual__catch .en {
    font-size: 140px;
  }
  .works__section::after {
    width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .about__box {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .top__title-label .en {
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 300;
  }
  .mainvisual__catch .en {
    font-size: 10.2vw;
  }
  .message__summary h2 {
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .message__summary p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 700;
  }
  .division__item {
    min-height: 520px;
  }
  .product__wrap::after {
    width: 90%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
  }
  .product__text {
    width: 80%;
  }
  .product__frame {
    bottom: -80px;
    width: 830px;
  }
  .works__section::after {
    width: 84%;
  }
  .works__wrap .slide__list {
    padding-left: 3%;
  }
  .works__wrap .slide__item-img {
    width: 320px;
  }
  .works__wrap .slide__item-text {
    padding: 24px 12px 24px 16px;
  }
  .about__catch {
    padding-left: 0;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 300;
  }
  .about__frame {
    width: 320px;
  }
  .about__label {
    top: 60px;
  }
  .about__label .top__title-label .en {
    white-space: nowrap;
  }
  .about__summary {
    padding-right: 60px;
  }
  .about__img-list {
    transform: translateY(-240px);
  }
  .about__img-item {
    height: 480px;
  }
  .news__item {
    width: 31%;
  }
}
@media screen and (max-width: 991px) {
  .top__title-label .en {
    font-size: 5rem;
    line-height: 1;
    font-weight: 300;
  }
  .mainvisual__catch .en {
    font-size: 14.2vw;
    line-height: 1;
    order: 1;
    margin-top: 20px;
  }
  .division__main::before {
    width: 85%;
  }
  .division__item {
    min-height: 320px;
  }
  .division__item:hover .summary {
    display: none;
  }
  .division__item-body .name {
    transform: translateY(0);
    padding-top: 20px;
    padding-left: 60px;
  }
  .division__item-body .name .en {
    writing-mode: tb-rl;
    position: absolute;
    left: 10px;
    top: 20px;
    padding-left: 0px;
  }
  .division__item-body .name .ja {
    font-size: 16px;
    background: #000;
    color: #fff;
    display: inline-block;
  }
  .division__item-body .name .ja svg {
    display: none;
  }
  .division__item-body .text {
    padding: 0;
  }
  .division__item-body .summary {
    display: none;
  }
  .service__section .top__title-label {
    display: block;
  }
  .product__wrap::after {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .product__text {
    width: 100%;
    padding-right: 3%;
  }
  .product__frame {
    bottom: -90px;
    width: 100%;
    max-width: 620px;
  }
  .works__section::after {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .works__section .swiper-control .more__btn {
    margin-top: 20px;
  }
  .works__section .swiper-control .more__btn-link {
    z-index: 1;
  }
  .works__wrap .slide__item-inner {
    flex-direction: column;
  }
  .works__wrap .slide__item-img {
    width: 100%;
    height: 272px;
  }
  .works__wrap .slide__item-text {
    padding: 24px 12px 40px 16px;
  }
  .about__section {
    display: none;
  }
  .about__section-sp {
    display: block;
  }
  .about__label {
    margin-bottom: -60px;
  }
  .about__label .top__title-label {
    position: relative;
    z-index: 2;
  }
  .about__label .top__title-label .en {
    color: #5e5e5e;
    font-size: 5rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .about__catch {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
  }
  .about__catch span {
    font-size: 26px;
    margin: 0 8px;
  }
  .about__sp-slide {
    display: block;
    width: 110vw;
    margin: 0 calc(50% - 55vw) 40px;
  }
  .about__sp-slide .swiper-wrapper {
    transition-timing-function: linear;
  }
  .about__sp-slide .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .about__text {
    margin-bottom: 60px;
  }
  .about__text:nth-of-type(2) {
    margin-left: 40px;
  }
  .about__text:nth-of-type(3) {
    margin-left: 80px;
  }
  .about__text:nth-of-type(4) {
    margin-left: 120px;
  }
  .about__text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news__label .more__btn {
    display: none;
  }
  .news__item {
    padding: 16px;
    padding-left: 0;
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 0px;
  }
  .news__item.lerge {
    gap: 8px;
    margin-bottom: 0px;
  }
  .news__item.lerge::before {
    content: "";
    display: block;
    background: #fff;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    right: 0px;
    top: initial;
  }
  .news__item.lerge .news__item-header .img {
    width: 300px;
    height: 188px;
  }
  .news__item.lerge .news__item-body .more {
    right: 30px;
  }
  .news__item-header .img {
    width: 300px;
    height: 188px;
  }
  .news__item-body {
    padding-top: 4px;
  }
  .news__item-body .desc {
    display: -webkit-box;
  }
  .news__item-body .more {
    right: 30px;
    bottom: 0;
  }
  .news__sp-more {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__title-label .en {
    font-size: 16vw;
  }
  .mainvisual__inner {
    align-items: flex-end;
  }
  .mainvisual__catch {
    bottom: 40px;
    left: 20px;
    bottom: 60px;
    left: 0px;
    position: relative;
    z-index: 10;
    background-color: transparent;
  }
  .mainvisual__catch .en {
    font-size: 16vw;
    line-height: 1;
    margin-top: 0;
    background: transparent;
  }
  .mainvisual__catch .en span {
    display: inline-block;
    background: rgba(32, 32, 32, 0.8);
    margin-bottom: 12px;
  }
  .mainvisual__catch .ja {
    font-size: 18px;
  }
  .mainvisual__img {
    -webkit-clip-path: none;
            clip-path: none;
    right: -12px;
    top: 0;
    width: calc(100% + 24px);
    height: 100vh;
  }
  .mainvisual__img .slide__wrap {
    display: none;
  }
  .mainvisual__img .slide__wrap-sp {
    display: block;
  }
  .division__main::before {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0%, 90% 100%, 0% 100%);
  }
  .division__list {
    flex-direction: column;
    width: 100%;
    margin: 30px auto 0;
    padding: 0px;
    background: none;
    border: none;
    padding: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    gap: 20px;
  }
  .division__item {
    min-height: auto;
    border-left: none;
    width: 100%;
    background-size: cover;
  }
  .division__item:nth-of-type(1) {
    background-image: url("../images/division_education.webp");
  }
  .division__item:nth-of-type(2) {
    background-image: url("../images/division_development.webp");
  }
  .division__item:nth-of-type(3) {
    background-image: url("../images/division_ses.webp");
  }
  .division__item:hover .summary {
    display: block;
  }
  .division__item .name {
    padding: 0;
    margin-bottom: 30px;
  }
  .division__item .name .en {
    writing-mode: unset;
    position: unset;
    margin-bottom: 10px;
  }
  .division__item .name .ja {
    color: #fff;
  }
  .division__item .name .ja svg line {
    stroke: #fff;
  }
  .division__item-body .summary {
    display: block;
    margin-bottom: 30px;
    opacity: 1;
  }
  .division__item-body .text {
    padding: 32px;
  }
  .division__item-body .img {
    height: 100%;
  }
  .division__item-body .img::before {
    content: "";
    background: rgba(32, 32, 32, 0.3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
  }
  .division__item .more {
    display: block;
    position: static;
    margin-top: 12px;
    width: 100%;
  }
  .service__list .service__item {
    width: 100%;
  }
  .product__wrap {
    padding-bottom: 40px;
    padding-top: 30px;
    margin-right: -12px;
    margin-left: -12px;
  }
  .product__frame {
    left: 0;
    bottom: initial;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: initial;
    margin-bottom: 40px;
  }
  .works__wrap {
    position: relative;
  }
  .works__label .top__title-label {
    flex-direction: column;
    gap: 12px;
  }
  .works__label .top__title-label .en {
    order: 1;
  }
  .works__section .swiper-control {
    padding-top: 20px;
  }
  .works__section .swiper-control .more__btn {
    margin-top: 40px;
  }
  .works__section .swiper-pagination {
    margin-left: 3%;
    width: 94%;
  }
  .works__sp-control {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
  }
  .about__label .top__title-label .en {
    font-size: 16vw;
  }
  .about__text:nth-of-type(2) {
    margin-left: 20px;
  }
  .about__text:nth-of-type(3) {
    margin-left: 50px;
  }
  .about__text:nth-of-type(4) {
    margin-left: 80px;
  }
  .news__item {
    flex-direction: column;
  }
  .news__item.lerge {
    flex-direction: column;
  }
  .news__item.lerge .news__item-header .img {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .news__item.lerge .news__item-header .img img {
    position: absolute;
    top: 0;
  }
  .news__item-header .img {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .news__item-header .img img {
    position: absolute;
    top: 0;
    filter: initial;
  }
  .news__item .cursor {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .top__title-label .ja {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
  }
  .top__title-label .ja::before {
    top: 10px;
  }
  .mainvisual__inner {
    padding-left: 0;
  }
  .mainvisual__catch .en {
    font-size: 20vw;
  }
  .mainvisual__catch .ja {
    font-size: 4.4vw;
    padding-left: 30px;
  }
  .mainvisual__catch .ja::before {
    width: 30px;
  }
  .message__section {
    height: auto;
    min-height: 100vh;
    padding: 80px 0;
    background-blend-mode: soft-light;
  }
  .message__inner {
    align-items: flex-start;
    height: auto;
    padding: 0;
    margin-top: 10px;
    opacity: 1;
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .message__summary {
    margin-top: 20px;
  }
  .message__summary::before {
    display: none;
  }
  .message__summary h2 {
    font-size: 6vw;
  }
  .message__summary .more__btn {
    justify-content: flex-end;
  }
  .message__label {
    order: 1;
    writing-mode: horizontal-tb;
    display: block;
  }
  .division__main {
    margin-bottom: 80px;
  }
  .division__main::before {
    display: none;
  }
  .division__label {
    text-align: left;
  }
  .division__label .top__title-label .ja {
    padding-left: 0;
  }
  .division__label .top__title-label .ja::before {
    display: none;
  }
  .division__label .top__title-label .ja span {
    font-size: 5.3vw;
  }
  .division__list {
    border-radius: 0;
  }
  .division__item {
    padding: 0;
    height: 140px;
    margin-bottom: 20px;
  }
  .division__item:last-child {
    margin-bottom: 0;
  }
  .division__item-body {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .division__item-body .text {
    padding: 0;
    padding-left: 30px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .division__item-body .name {
    padding-left: 0;
    padding-top: 40px;
  }
  .division__item-body .img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .division__item-body .img::before {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .division__item-body .summary {
    display: none;
  }
  .division__item .more {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    bottom: 0;
  }
  .division__item .more .more-link {
    align-items: flex-end;
    height: 100%;
  }
  .division__item .more .more-link span {
    display: none;
  }
  .division__item .more .more-link svg {
    margin-right: 12px;
  }
  .service__list .service__item {
    width: 100%;
  }
  .service__list .service__text {
    font-size: 14px;
    padding: 10px 10px 40px;
  }
  .product__section {
    padding-top: 40px;
    overflow: hidden;
    margin-bottom: 120px;
  }
  .product__text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .product__label {
    top: -30px;
  }
  .product__frame {
    width: 120%;
    margin: 0 0% -120px;
  }
  .product__heading > span {
    font-size: 6vw;
  }
  .product__summary p {
    margin-bottom: 12px;
  }
  .product__wrap .more__btn {
    justify-content: flex-end;
  }
  .works__wrap .slide__item {
    padding-right: 6%;
  }
  .works__wrap .slide__item .arrow {
    right: 20px;
  }
  .works__section .swiper__btn-wrap {
    justify-content: space-between;
  }
  .works__section .swiper-button-prev,
  .works__section .swiper-button-next {
    background: rgba(255, 255, 255, 0.5215686275);
    border: 0;
    border-radius: 10%;
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
  .works__section .swiper-button-prev::after,
  .works__section .swiper-button-next::after {
    color: #202020;
  }
  .works__section .swiper-button-prev.swiper-button-disabled,
  .works__section .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
  }
  .works__sp-control {
    width: calc(100% + 24px);
    bottom: 50%;
    left: -12px;
    padding: 0 4px;
  }
  .about__catch {
    font-size: 4.2vw;
  }
  .about__catch span {
    font-size: 5vw;
  }
  .about__label {
    margin-bottom: -50px;
  }
  .about__sp-slide {
    margin: 0 calc(50% - 55vw) 40px;
  }
  .about__text {
    padding-top: 12px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .about__text::before {
    left: -8px;
  }
  .about__text::after {
    top: -4px;
  }
  .about__text:nth-of-type(2) {
    margin-left: 0px;
  }
  .about__text:nth-of-type(3) {
    margin-left: 0px;
  }
  .about__text:nth-of-type(4) {
    margin-left: 0px;
  }
  .about__text h3 {
    font-size: 18px;
  }
  .about__text p {
    font-size: 15px;
  }
  .news__label {
    padding-left: 30px;
    margin-bottom: 0px;
  }
  .news__label .top__title-label {
    padding-left: 0px;
  }
  .news__label .top__title-label .en {
    right: calc(100% - 20px);
    top: 30px;
  }
  .news__label .top__title-label .ja {
    padding-left: 0;
  }
  .news__label .top__title-label .ja::before {
    display: none;
  }
  .news__label .top__title-label .ja span {
    font-size: 5vw;
  }
  .news__list {
    padding-left: 12px;
  }
  .news__item-header .date {
    line-height: 1.2;
  }
  .news__item-body .title {
    margin-bottom: 8px;
  }
  .news__item-body .title span {
    font-size: 18px;
  }
}/*# sourceMappingURL=front.css.map */