body {
    color: #091521;
}

.l-mv__heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    letter-spacing: .05em;
}

.l-mv__heading>span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.l-mv__heading>span>small {
    font-weight: 400;
    font-size: 20px;
}

.l-mv__logo {
    margin-bottom: 32px;
}

.l-mv__content {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .05em;
}

@media (min-width: 1200px) {
    .l-mv .c-kv-1__contents {
        gap: 110px;
    }
}

@media (min-width: 851px) and (max-width: 1199px) {
    .l-mv .c-kv-1__contents {
        gap: calc(40 / var(--contents-width) * 100%);
    }
}

@media (max-width: 749px) {
    .l-mv__logo {
        width: 140px;
        margin-bottom: 16px;
    }

    .l-mv__heading {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .l-mv__heading>span>small {
        font-size: 12px;
    }

    .l-mv__content {
        font-size: 16px;
    }
}

.c-kv-1.c-kv-1--top.l-mv:after {
    background: #E8F4FC;
}

.c-section-3.l-about {
    background: #E8F4FC;
    padding-top: 96px;

    padding-bottom: 120px;
}

.l-about .c-ttl-2__main {
    font-size: 36px;
    gap: 16px;
    letter-spacing: .05em;
}

.l-about .c-section-3__txt-main {
    font-size: 56px;
    letter-spacing: .1em;
    margin-top: 32px;
    margin-bottom: 32px;
}

.l-about__right p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .05em;
}

@media (min-width: 751px) {
    .c-section-3.l-about .c-section-3__container {
        align-items: start;
        grid-template-columns: calc(555 / var(--contents-width) * 100%) 1fr;
        gap: calc(50 / var(--contents-width) * 100%);
    }
}

.l-career.c-section-1--bg-blue {
    border-radius: 0;
    padding: 120px 0;
    position: relative;
    margin-bottom: 21px;
}

.l-career__arrow {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
}

.l-career__intro {
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 40px;
}

.l-career__intro h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
}

.l-career__intro h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 32px;
}

.l-career__intro p {
    font-size: 18px;
    line-height: 2;
}

.l-career__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.l-career__list-item {
    aspect-ratio: 1/1;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-career__list-item .inner {
    text-align: center;
    letter-spacing: .05em;
}

.l-career__list-item .title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
}

.l-career__list-item p {
    font-size: 15px;
    line-height: 1.5;
}

.l-reality h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0B79D4;
    line-height: 1.6;
    margin-bottom: 24px;
}

.l-reality .c-section-4__txt-wrap {
    letter-spacing: .05em;
}

.l-reality h2 {
    font-size: 36px;
    line-height: 1.6;
}

.l-reality .c-section-4__txt p {
    font-size: 18px;
    line-height: 2 !important;
}

.l-reality .c-section-4__txt {
    margin-top: 24px;
}

.l-key {
    padding-top: 64px;
    padding-bottom: 64px;

}

.l-news {
    margin-bottom: -56px;
}

.l-key .c-box-2__container {
    background: #0B79D4;
}

.l-key .c-ttl-2__main {
    color: #FFF;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: .05em !important;
}

.l-key .c-ttl-2__main:before {
    background: #FFF;
    display: none;
}

.l-key .c-ttl-2__txt {
    font-size: 28px;
    line-height: 2 !important;
    color: #FFF;
    margin-top: 16px !important;
    font-weight: 400;
}

.l-key .c-box-2__btn {
    margin-top: 32px;
}

.l-key .c-box-2__contents {
    grid-template-columns: calc(605 / var(--contents-width) * 100%) calc(517 / var(--contents-width) * 100%);
    gap: calc(80 / var(--contents-width) * 100%);
}

.l-key .c-box-2__txt-wrap {
    max-width: 100%;
}

@media (min-width: 750px) and (max-width: 992px) {
    .l-career__list {
        gap: 15px;
    }

    .l-career__list-item .icon {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
    }

    .l-solved__list {
        gap: 15px;
    }

    .l-solved__list-item .content {
        padding: 20px;
    }

    .l-key .c-box-2__contents {
        gap: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 749px) {
    .c-section-3.l-about {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .l-about .c-ttl-2__main {
        font-size: 24px;
    }

    .l-about .c-section-3__txt-main {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .l-about__right p {
        font-size: 16px;
        line-height: 1.8;
    }

    .c-section-3.l-about .c-section-3__container {
        gap: 30px;
    }

    .l-career.c-section-1--bg-blue {
        padding: 80px 0;
        margin-bottom: 10px;
    }

    .l-career__intro h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .l-career__intro h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .l-career__intro p {
        font-size: 16px;
        line-height: 1.8;
    }

    .l-career__list {
        margin-top: calc(18 / var(--design-width) * 100vw);
        -moz-column-gap: calc(10 / var(--design-width) * 100vw);
        gap: calc(10 / var(--design-width) * 100vw);
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .l-career__list-item:nth-child(1) {
        grid-area: 1 / 2 / 2 / 4;
    }

    .l-career__list-item:nth-child(2) {
        margin-top: -8.1168831169%;
        grid-area: 2 / 1 / 3 / 3;
    }

    .l-career__list-item:nth-child(3) {
        margin-top: -8.1168831169%;
        grid-area: 2 / 3 / 3 / 5;
    }

    .l-career__list-item {
        /* aspect-ratio: auto; */
        width: calc(180 / var(--design-width) * 100vw);
    }

    .l-career__list-item .icon {
        width: calc(55 / var(--design-width) * 100vw);
        margin-top: calc(-10 / var(--design-width) * 100vw);
        margin-left: auto;
        margin-right: auto;
    }

    .l-career__list-item .title {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .l-career__list-item p {
        line-height: 1.3;
    }

    .l-career__arrow svg {
        width: 32px;
        height: 10px;
    }

    .l-reality h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .l-reality h2 {
        font-size: 24px;
    }

    .l-reality .c-section-4__txt {
        margin-top: 16px;
        /* font-size: 14px; */
    }

    .l-reality .c-section-4__txt p {
        font-size: 16px;
        line-height: 1.8 !important;
    }

    .l-key {
        padding-top: 32px;
    }

    .l-key .c-box-2__contents {
        grid-template-columns: 1fr;
        gap: calc(40 / var(--design-width) * 100vw);
    }

    .l-key .c-ttl-2__main {
        font-size: 24px;
    }

    .l-key .c-ttl-2__txt {
        font-size: 20px;
        line-height: 1.6 !important;
    }

    .l-key .c-box-2__btn {
        margin-top: 30px;
    }

    .l-news {
        margin-bottom: 0;
    }
}

/* 2025-08-13 */


.l-about__video {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: calc(-464px / 2);
    position: relative;
    z-index: 1;
}

.l-about__video video {
    width: 100%;
}

.l-about__video-holder {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  line-height: 0;
}

.l-about__video-holder::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
  pointer-events:none;
  z-index:1;
  transition: opacity .3s ease;
  opacity:1;
}

.l-about__video-wrap {
    background: #FFF;
    padding: 16px;
    border-radius: 40px;
    position: relative;
}

.l-about__video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 306px;
    height: 68px;
    background: #FFF;
    border: 2px solid #0B79D4;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #0B79D4;
    gap: 8px;
    cursor: pointer;
      position: absolute;
  z-index: 2;
}

.c-section-3.l-about {
    padding-bottom: 120px;
}

.l-career.c-section-1--bg-blue {
    padding-top: 300px;
}

.l-about__video.is-playing .l-about__video-holder::after{
  opacity:0;
}

@media (max-width: 749px) {
    .c-section-3.l-about {
        padding-bottom: 100px;
    }

    .l-about__video {
        margin-top: 40px;
        margin-bottom: -50vw;
    }

    .l-about__video-wrap {
        padding: 8px;
        border-radius: 20px;
    }

    .l-about__video-holder {
        border-radius: 16px;
    }

    .l-about__video-button {
        font-size: 16px;
        width: 260px;
        height: 55px;
        gap: 6px;
    }

    .l-career.c-section-1--bg-blue {
        padding-top: calc(25vw + 40px);
    }

    .l-career__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-rows: unset;
    }

    .l-career__list-item {
        grid-area: unset !important;
        margin-top: 0 !important;
        width: calc(300 / var(--design-width) * 100vw);
        margin-left: auto;
        margin-right: auto;
    }

    .l-career__list-item .icon {
        width: calc(60 / var(--design-width) * 100vw);
    }

    .l-career__list-item .title {
        font-size: 16px;
    }
}


.l-service {
  padding: 120px 0;
}

.l-concern .c-block-3__top {
  padding-bottom: 88px;
}

.l-service .c-ttl1 {
  margin-bottom: 12px;
}

.l-service__top p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-service__top .image {
  margin-top: 16px;
}

.l-service__mid {
  padding-top: 64px;
}

.l-service__mid .c-ttl1 {
  margin-bottom: 32px;
}

.l-service__step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

.l-service__step-item {
  background: #FFF;
  border-radius: 32px;
  border: 1px solid #B4B9BD;
  padding: 48px 64px 64px;
}

.l-service__step-content .num {
  font-size: 48px;
  font-weight: bold;
  color: #0B79D4;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
}

.l-service__step-content h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.l-service__step-content h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 12px;
}

.l-service__step-content p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-service__step .list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.l-service__step .list h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.l-service__step .list p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.l-service__step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 161px;
}

.l-service__cols {
  display: flex;
  align-items: start;
}

.l-service__cols-item.l-service__cols-item--image {
  width: 52.7%;
}

.l-service__cols-item.l-service__cols-item--content.l-service__step-content {
  width: calc(100% - 52.7%);
  padding-right: 40px;
}

.l-service__cols-item.l-service__cols-item--image img {
  border-radius: 30px;
}

.l-service__bot {
  margin-top: 64px;
}

.l-service__bot .c-btn-1 {
  min-width: 280px;
}

.l-service__bot .c-section-6__foot {
  max-width: 100%;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}