@charset "UTF-8";
/* FV */
.fv {
  overflow: hidden;
  height: calc(100svh - 60px);
  min-height: 300px;
}

.top-slider, .top-slider .splide__track {
  height: 100%;
}

.top-slider__slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.top-slider__slide.fv--1 {
  background-image: url(../images/top/fv-bg-1_sp@2x.jpg?v=1);
  padding-top: 8.8svh;
}

.top-slider__slide.fv--2 {
  background-image: url(../images/top/fv-bg-2_sp@2x.jpg?v=1);
  padding-top: 4.8svh;
}

.fv-text__title {
  font-size: clamp(2.4285714286rem, 10.6vw, 3.1428571429rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.fv-text__title-en {
  font-size: 1.0714285714rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.fv-text {
  width: fit-content;
}

.fv-text__title,
.fv-text__title-en {
  opacity: 0;
  transform: translateY(30px);
}

.top-slider__slide.is-active .fv-text__title {
  animation: fadeUp 1.2s ease 0.5s forwards;
}

.top-slider__slide.is-active .fv-text__title-en {
  animation: fadeUp 1.2s ease 0.8s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 400px) {
  .fv-text__title {
    font-size: 3.1428571429rem;
  }
}
@media screen and (min-width: 992px) {
  .fv {
    height: calc(100svh - 102px);
    padding-left: 50px;
  }
  .top-slider {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .top-slider__slide {
    background-position: center center;
    padding-top: 0;
    display: block;
  }
  .top-slider__slide.fv--1 {
    background-image: url(../images/top/fv-bg-1@2x.jpg?v=1);
    background-position: 80% center;
  }
  .top-slider__slide.fv--2 {
    background-image: url(../images/top/fv-bg-2@2x.jpg?v=1);
    background-position: 20% center;
  }
  .fv-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  .top-slider__slide.fv--1 .fv-text {
    padding-left: 50%;
    padding-bottom: 6.6%;
  }
  .top-slider__slide.fv--2 .fv-text {
    padding-left: 13.8%;
    padding-right: 40%;
  }
  .fv-text__title {
    font-size: clamp(3rem, 4.98vw, 3.75rem);
    line-height: 1.54;
  }
  .fv-text__title-en {
    font-size: 1.5rem;
    line-height: 1.52;
    letter-spacing: 0.05em;
  }
  .top-slider .splide__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: -60px;
    position: relative;
    z-index: 5;
  }
  .top-slider .splide__pagination__page {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FFF;
    transition: background-color 0.3s, transform 0.3s;
    border: none;
  }
  .top-slider .splide__pagination__page.is-active {
    background-color: #2396C6;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-text__title-en {
    font-size: 1.375rem;
  }
  .fv-text__title {
    font-size: clamp(2.75rem, 4vw, 3.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .fv-text__title-en {
    font-size: 1.6875rem;
  }
  .fv-text__title {
    font-size: clamp(3.75rem, 4.18vw, 4.5rem);
  }
}
@keyframes fly {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* 低速端末・配慮 */
@media (prefers-reduced-motion: reduce) {
  .fv-plane {
    animation: none;
    offset-distance: 100%;
  }
}
/* //FV */
.bg-gradient {
  position: absolute;
  transform: translateX(-50%);
  width: 556px;
  aspect-ratio: 1/1;
  max-width: 1102px;
  background: linear-gradient(135deg, #6190CC 0%, #45A9E3 50%, #16C6C1 100%);
  opacity: 0.19;
  filter: blur(50px);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: screen;
}

.front-section--clients .bg-gradient {
  left: 50%;
  top: -10%;
}

.front-section--case .bg-gradient {
  left: 50%;
  top: 10%;
}

.front-section--about .bg-gradient {
  left: 50%;
  top: 10%;
}

@media screen and (min-width: 992px) {
  .bg-gradient {
    transform: translateX(0);
    width: 57.4vw;
  }
  .front-section--clients .bg-gradient {
    left: auto;
    right: 0;
    top: -20%;
  }
  .front-section--case .bg-gradient {
    left: auto;
    right: -20%;
    top: 10%;
  }
  .front-section--about .bg-gradient {
    left: -10%;
    top: 10%;
  }
}
.marquee {
  position: absolute;
  left: 0;
  top: -2.0625rem;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.front-section--message .marquee {
  top: 0;
}

.marquee__inner {
  display: flex;
  animation: marquee 24s linear infinite;
  width: 100%;
}

.marquee__text {
  display: block;
  font-size: 4.7142857143rem;
  font-weight: 300;
  color: #2396C6;
  white-space: nowrap;
  opacity: 0.19;
  line-height: 1;
  margin: 0 0.25em;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
@media screen and (min-width: 992px) {
  .marquee {
    top: -3.75rem;
  }
  .marquee__inner {
    animation: marquee 48s linear infinite;
  }
  .front-section--message .marquee {
    top: -3.75rem;
  }
  .marquee__text {
    font-size: 7.5rem;
  }
}
.front-section {
  position: relative;
}

.front-section__title {
  font-size: 1.0714285714rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  padding-left: 26px;
}

.front-section__title::before {
  content: "";
  display: block;
  width: 17px;
  height: 7px;
  background-color: #2396C6;
  position: absolute;
  margin: auto;
  inset: 0;
  right: auto;
}

.front-section__title-en {
  font-size: 3.2857142857rem;
  letter-spacing: 0.02em;
  line-height: 1.39;
}

.front-section__lead {
  font-size: clamp(1.7857142857rem, 6.6vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.49;
}

.front-section__text {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.front-section__lead--small {
  font-size: 1.3571428571rem;
  line-height: 1.5;
}

@media screen and (min-width: 400px) {
  .front-section__title {
    font-size: 1.1428571429rem;
    padding-left: 31px;
  }
}
@media screen and (min-width: 992px) {
  .front-section__title {
    font-size: 1.125rem;
    line-height: 1.78;
    padding-left: 44px;
  }
  .front-section__title::before {
    width: 28px;
    height: 12px;
  }
  .front-section__lead {
    font-size: 3.125rem;
  }
  .front-section__lead--small {
    font-size: 1.6875rem;
  }
  .front-section__text {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    line-height: 1.78;
  }
  .section--border {
    border-top: 1px solid #E3E3E3;
  }
  .front-section__title-en {
    font-size: 3.375rem;
    line-height: 0.89;
  }
  .front-section__title-en--small {
    font-size: 3.375rem;
    letter-spacing: 0.02em;
    line-height: 1.33;
  }
}
@media screen and (min-width: 1440px) {
  .front-section__lead {
    font-size: 3.625rem;
  }
  .front-section__title-en {
    font-size: 3.75rem;
  }
  .front-section__title-en--small {
    font-size: 3.75rem;
  }
}
.front-section__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 763/823;
}

.front-section__gallery__item {
  position: absolute;
}

.front-section__gallery__item--1 {
  width: 76.1%;
  top: 0;
  right: 0;
}

.front-section__gallery__item--2 {
  width: 34.5%;
  left: 0;
  bottom: 15.3%;
}

.front-section__gallery__item--3 {
  width: 53.1%;
  right: 3.1%;
  bottom: 0;
}

.front-section__gallery__img {
  border-radius: 1.25rem;
}

.clients-list__item {
  max-width: 33.3333333333%;
}

.clients-list__item-card {
  background-color: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  aspect-ratio: 122/56;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-list__item-card img {
  width: 80%;
}

.clients-list__note {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .clients-list__item {
    max-width: auto;
  }
  .clients-list__item {
    flex: 1;
  }
  .clients-list__item-card {
    aspect-ratio: 276/126;
  }
  .clients-list__note {
    font-size: 1.125rem;
  }
}
.feature-image__img {
  border-radius: 1.25rem;
}

.feature-list__item {
  position: relative;
}

.feature-list__num {
  font-size: 1.4285714286rem;
  line-height: 1.6;
  position: absolute;
  left: 5px;
  top: -3px;
  color: #2396C6;
}

.feature-list__text {
  font-size: 1.2142857143rem;
  line-height: 1.5;
}

.front-section__text--small {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 992px) {
  .feature-image__img {
    border-radius: 1.875rem;
  }
  .feature-list__num {
    font-size: 1.4375rem;
    line-height: 1.61;
    left: 0;
    top: 0;
  }
  .feature-list__text {
    font-size: 1.3125rem;
    line-height: 1.48;
  }
  .front-section__text--small {
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.service__card-title {
  font-size: 1.7857142857rem;
  line-height: 1.48;
  letter-spacing: 0.01em;
}

.service__card-title-en {
  color: #64B8DB;
  font-size: 0.8571428571rem;
  line-height: 1;
}

.service__card-lead {
  font-size: 0.9285714286rem;
  line-height: 1.46;
}

.service__card-text {
  font-size: 0.9375rem;
  line-height: 1.67;
}

.service__card {
  display: block;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  aspect-ratio: 380/340;
}

.service__card-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.service__card-image::before,
.service__card-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.6s;
}

.service__card-image::before {
  background: transparent;
  z-index: 1;
}

.service__card-image::after {
  background: rgba(0, 0, 0, 0) linear-gradient(1deg, rgba(0, 10, 48, 0.55) 0%, rgba(0, 10, 48, 0) 100%) 0% 0% no-repeat;
  z-index: 1;
}

.service__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s;
}

.service__card--company .service__card-body {
  justify-content: flex-end;
}

.service__card--individual .service__card-body,
.service__card--consultant .service__card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service__card-btn {
  position: absolute;
  bottom: 23px;
  right: 21px;
}

.service__card-btn .btn__text {
  color: #FFF;
}

.service__card-btn .btn__icon {
  background-color: transparent;
  border: 1px solid #FFF;
}

.service__card-btn .btn__icon::after {
  background-color: #FFF;
}

.service__card-btn .btn__icon--arrow::after {
  mask: url(../images/common/icon-arrow-right.svg) no-repeat center/12px auto;
}

@media screen and (min-width: 992px) {
  .service__card {
    aspect-ratio: 730/655;
  }
  .service__card--company .service__card-body {
    justify-content: center;
  }
  .service__card--company {
    aspect-ratio: 1520/655;
  }
  .service__card-title {
    font-size: 2rem;
    line-height: 1.53;
    letter-spacing: 0.1em;
  }
  .service__card-title--large {
    font-size: 2.1875rem;
    line-height: 1.375;
  }
  .service__card-title-en {
    font-size: 0.875rem;
  }
  .service__card-lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .service__card-btn {
    bottom: 39px;
    right: 33px;
  }
  .service__card-btn .btn__icon--arrow::after {
    mask: url(../images/common/icon-arrow-right.svg) no-repeat center/16px auto;
  }
  .service__card-image::before,
  .service__card-image::after {
    background: rgba(0, 0, 0, 0) linear-gradient(1deg, rgba(0, 10, 48, 0.55) 0%, rgba(0, 10, 48, 0.09) 100%) 0% 0% no-repeat;
    z-index: 1;
  }
  .service__card--company .service__card-image::before,
  .service__card--company .service__card-image::after {
    background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgba(0, 10, 48, 0.35) 0%, rgba(0, 10, 48, 0.52) 23%, rgba(0, 10, 48, 0.28) 50%, rgba(0, 10, 48, 0.11) 100%) 0% 0% no-repeat;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px), print {
  .service__card-title {
    font-size: 2.25rem;
  }
  .service__card-title--large {
    font-size: 2.5rem;
  }
}
@media (hover: hover) {
  .service__card:hover {
    opacity: 1;
  }
  .service__card:hover .service__card-image::after {
    opacity: 0;
  }
  .service__card:hover .service__card-img {
    transform: scale(1.08);
  }
  .service__card--company:hover .service__card-img {
    transform: scale(1.05);
  }
  .service__card:hover .btn__icon {
    background-color: #2396C6;
    border-color: #2396C6;
    transform: scale(1.304);
  }
  .service__card:hover .btn__icon--arrow::after {
    background-color: #FFF;
    transform: scale(0.84);
  }
}
.case-slider {
  width: max(100%, 50vw + 50%);
  max-width: max(100%, 50vw + 50%);
}

.case-slider-progress {
  position: relative;
  left: 7px;
  width: max(100% - 7px, 50vw + 50% - 7px);
  max-width: max(100% - 7px, 50vw + 50% - 7px);
  height: 3px;
}

.case-slider-progress__base {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #BCBCBC;
  overflow: hidden;
}

.case-slider-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16.6666666667%;
  background-color: #2396C6;
  transition: width 0.6s ease;
}

.about-image-wrap {
  position: relative;
}

.about-image {
  max-width: 916px;
  position: relative;
  top: 0;
  left: -1.5rem;
  width: max(100% + 1.5rem, 50vw - 44px);
}

.about-image__img {
  border-radius: 0 30px 30px 0;
}

.about__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 16px;
}

.about__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  transition: 0.3s;
}

.about__link-text {
  font-size: 0.9285714286rem;
  color: #333;
}

.about__link-icon.btn__icon {
  width: 22px;
  height: 22px;
}

.about__link-icon.btn__icon::after {
  mask: url(../images/common/icon-arrow-right-s.svg) no-repeat center/11px auto;
}

.front-section--news .front-section__link {
  justify-content: flex-end;
}

@media (hover: hover) {
  .about__link:hover {
    opacity: 1;
  }
  .about__link:hover .btn__icon {
    background-color: #2396C6;
    transform: scale(1.304);
  }
  .about__link:hover .btn__icon--arrow::after {
    background-color: #FFF;
    transform: scale(0.84);
  }
}
@media screen and (min-width: 400px) {
  .about__link-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .about-image {
    width: 100%;
    left: 0;
  }
  .about-image__img {
    border-radius: 30px;
  }
}
@media screen and (min-width: 992px) {
  .about__links {
    gap: 6px 32px;
  }
  .about__link-text {
    font-size: 1.125rem;
  }
  .about-image {
    max-width: 916px;
    position: absolute;
    top: 0;
    left: auto;
    right: 44px;
    width: max(100%, 50vw - 44px);
  }
  .about-image__img {
    border-radius: 0 30px 30px 0;
  }
  .col-lg-10.front-news-container {
    max-width: 90%;
  }
  .front-news-list {
    min-height: 231px;
    position: relative;
    padding-left: 7.5%;
  }
  .front-news-list::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #E1E1E1;
    position: absolute;
    top: 12px;
    left: -3px;
    bottom: 0;
  }
  .about__link-icon.btn__icon {
    width: 46px;
    height: 46px;
  }
  .about__link-icon.btn__icon::after {
    mask: url(../images/common/icon-arrow-right.svg) no-repeat center/16px auto;
  }
  .front-section--news .front-section__link {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .about__links {
    gap: 6px 66px;
  }
  .about__link-text {
    font-size: 1.25rem;
  }
  .front-news-list {
    padding-left: 13.5%;
  }
  .col-lg-10.front-news-container {
    max-width: 80%;
  }
}
.open-seminar__float {
  position: relative;
  background-color: #fff;
  box-shadow: 0 -1px 64px 0 rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}

.open-seminar__float-inner {
  display: block;
}

.open-seminar__float-header {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.open-seminar__float-title-en {
  font-size: 1.2857142857rem;
  line-height: 1;
  padding-left: 24px;
  position: relative;
}

.open-seminar__float-title-en::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 7px;
  background-color: #2396C6;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.open-seminar__float-title {
  font-size: 0.9285714286rem;
  line-height: 1;
}

.open-seminar__float-content {
  display: flex;
  gap: 15px;
}

.open-seminar__thumb {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  overflow: hidden;
  width: 152px;
  aspect-ratio: 152/114;
  flex-shrink: 0;
}

.open-seminar__thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.open-seminar__float-close {
  position: absolute;
  width: 31px;
  height: 31px;
  background-color: #4B4B4B;
  border-radius: 50%;
  right: -15px;
  top: -12px;
}

.open-seminar__float-close::before,
.open-seminar__float-close::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}

.open-seminar__float-close::before {
  transform: rotate(45deg);
}

.open-seminar__float-close::after {
  transform: rotate(-45deg);
}

.open-seminar__info {
  position: relative;
}

.open-seminar__date {
  font-size: 1.0714285714rem;
  line-height: 1.1;
}

.open-seminar__title {
  font-size: 1.1428571429rem;
  line-height: 1.4;
}

.open-seminar__float-btn {
  position: absolute;
  right: -7px;
  bottom: -16px;
}

.open-seminar__float-btn .btn__icon {
  width: 31px;
  height: 31px;
}

.open-seminar__float-btn .btn__icon--arrow::after {
  top: 1px;
  mask: url(../images/common/icon-arrow-right.svg) no-repeat center/13px auto;
}

@media screen and (min-width: 992px) {
  .open-seminar__float {
    position: fixed;
    right: 28px;
    bottom: 16px;
    z-index: 999;
    width: 528px;
  }
  .open-seminar__float-title-en {
    font-size: 1.875rem;
    padding-left: 38px;
  }
  .open-seminar__float-title {
    font-size: 1rem;
  }
  .open-seminar__float-title-en::before {
    width: 28px;
    height: 12px;
  }
  .open-seminar__float-header {
    gap: 20px;
  }
  .open-seminar__info {
    padding-top: 11px;
  }
  .open-seminar__date {
    font-size: 0.9375rem;
  }
  .open-seminar__title {
    font-size: 1.0625rem;
  }
  .open-seminar__float-btn {
    bottom: -12px;
  }
  .open-seminar__float-close {
    width: 37px;
    height: 37px;
    right: -18px;
    top: -17px;
  }
}
@media screen and (min-width: 1440px) {
  .open-seminar__float {
    width: 582px;
  }
}
@media (hover: hover) {
  .open-seminar__float-inner:hover {
    opacity: 1;
  }
  .open-seminar__float-inner:hover .btn__icon {
    background-color: #2396C6;
    transform: scale(1.304);
  }
  .open-seminar__float-inner:hover .btn__icon--arrow::after {
    background-color: #FFF;
    transform: scale(0.84);
  }
}/*# sourceMappingURL=front-page.css.map */