/*----------------------------
■■　トップページ　■■
------------------------------*/
#wrapper {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper {
      overflow-x: clip;
  }
}

.p-top {
    position: relative;
}
.p-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 695px;
  height: 461px;
  background: url("../../assets/img/top-new/kv_bg.png") no-repeat center center/contain;
  z-index: -1;
  pointer-events: none;
}

.p-top .section-mt-title::after{
    margin-top: 30px;
}
.p-top .section-mt-title--en {
    margin-top: -30px;
    margin-left: -30px;
    font-family: var(--ff-oooh-baby);
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #C5D9EF;
}
.p-top .section-mt-title--ja {
    margin-top: -42px;
    font-size: 71px;
}
@media screen and (max-width: 767px) {
    .p-top .section-mt-title--en {
        margin-top: -15px;
        font-size: 40px;
    }
    .p-top .section-mt-title--ja {
        margin-top: -20px;
        font-size: 34px;
    }
    
}
.p-top .kv {
    position: relative;
}
.p-top .kv::after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 392px;
    height: 91px;
    background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
    .p-top .kv::after {
        right: -20px;
        width: 300px;
        height: 61px;
    }
}
.p-top .kv .container-lg {
    margin-left: 0;
    padding-left: 0;
}
.p-top .kv__img {
    width: calc(100% - 22px);
}
  .p-top .kv__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1278/650;
    -o-object-fit: cover;
       object-fit: cover;
       border-radius: 0 18px 18px 0;
  }
  @media screen and (max-width: 767px) {
    .p-top .kv__img img {
      aspect-ratio: 320/500;
      -o-object-position: 20%;
         object-position: 20%;
    }
  }
  .p-top .kv__wrap {
    position: absolute;
    top: 28px;
    right: 80px;
    width: 100%;
    height: auto;
    z-index: 1;
    max-width: 244px;
  }
  @media screen and (max-width: 767px) {
    .p-top .kv__wrap {
      top: 20px;
      right: 20px;
      max-width: 144px;
    }
  }

  .p-top .top-pickup {
    max-width: 1280px; /* サイト幅に合わせて調整 */
    margin: 20px auto 0;
  }
  .p-top .top-pickup .container-lg{
    padding-left: 0;
    padding-right: 0;
  }
  .p-top .top-pickup__inner {
    display: flex;
    align-items: center;
    background-color: #E8F3FF; /* 背景は薄い青 */
    border-radius:12px; 
    padding: 8px 10px 8px 20px;
    overflow: hidden;
    gap: 10px;
}

.p-top .top-pickup__label {
    color: #0A51A1;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-right: 12px;
    padding-right: 30px;
    border-right: 2px solid #222;
}

.p-top .top-pickup__slider {
    flex: 1;
    min-width: 0; /* flex内のスライダー崩れ防止 */
    position: relative;
    padding-right: 100px; /* 30px矢印×2 + gap（prev/next.svg） */
}

.p-top .top-pickup__slider a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
/* ピックアップ：横スライド用の左右矢印 */
.p-top .top-pickup__slider .splide__arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    width: auto;
    height: auto;
}
.p-top .top-pickup__slider .splide__arrow {
    position: static;
    transform: none;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    padding: 0;
    opacity: 1;
    flex-shrink: 0;
}
.p-top .top-pickup__slider .splide__arrow--prev {
    background-image: url(../../assets/img/top-new/prev.svg);
}
.p-top .top-pickup__slider .splide__arrow--next {
    background-image: url(../../assets/img/top-new/next.svg);
}
.p-top .top-pickup__slider .splide__arrow svg {
    display: none !important;
}
.p-top .top-pickup__slider .splide__arrow:hover {
    opacity: 0.82;
    background-color: transparent;
}
.p-top .top-pickup__slider .splide__arrow:focus-visible {
    outline: 2px solid #0a51a1;
    outline-offset: 2px;
}
.p-top .top-pickup__slider .splide__track {
    overflow: hidden;
}
.p-top .top-pickup__slider .splide__list {
    align-items: center;
}

.p-top .top-pickup__date {
    flex-shrink: 0;
    font-size: 16px;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #808080;
    margin-right: 15px;
}

.p-top .top-pickup__tag {
    flex-shrink: 0;
    background-color: #0A51A1;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 10px;
}

.p-top .top-pickup__text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.p-top .top-pickup__btn a img {
    max-width: 152px;
}
.p-top .top-banner{
    margin-top: 20px;
    padding-bottom: 23px;
    position: relative;
    overflow: hidden;
}
.p-top .top-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.p-top .top-banner__marquee.splide {
    width: 100%;
    padding-inline: 10px;
}
.p-top .top-banner__marquee .splide__arrows,
.p-top .top-banner__marquee .splide__pagination {
    display: none;
}
.p-top .top-banner__marquee .splide__slide {
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-top .top-banner__item {
    width: 100%;
}
.p-top .top-banner__item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-top .top-banner__item img{
    display: block;
    width: 100%;
    height: auto;
}

.p-top .top-pickup__btn a:hover {
    opacity: 0.78;
}
@media screen and (max-width: 767px) {
    .p-top .top-banner__marquee .splide__slide {
        width: 200px;
    }

    .p-top .top-pickup {
        margin-top: 12px;
    }
    .p-top .top-pickup .container-lg {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
    .p-top .top-pickup__inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between;
        row-gap: 6.5px;
        column-gap: 7.5px;
        padding: 10px 12px 12px;
        border-radius: 22px;
    }
    .p-top .top-pickup__label {
        order: 1;
        flex: 0 1 auto;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border-right: none;
        border-bottom: none;
        font-size: 15px;
        line-height: 1.4;
        align-self: center;
    }
    .p-top .top-pickup__btn {
        order: 2;
        flex: 0 1 auto;
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-width: 0;
    }
    .p-top .top-pickup__btn a {
        display: block;
        width: auto;
        max-width: 120px;
    }
    .p-top .top-pickup__btn a img {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .p-top .top-pickup__slider {
        order: 3;
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        padding-right: 96px;
        padding-top: 5px;
        margin-top: 1.5px;
        border-top: 1px solid rgba(34, 34, 34, 0.12);
    }
    .p-top .top-pickup__slider a {
        flex-wrap: wrap;
        align-items: center;
        row-gap: 3.5px;
        column-gap: 6px;
    }
    .p-top .top-pickup__date {
        font-size: 13px;
        margin-right: 0;
    }
    .p-top .top-pickup__tag {
        font-size: 12px;
        padding: 2px 10px;
        margin-right: 0;
    }
    .p-top .top-pickup__text {
        flex: 1 1 100%;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13.5px;
        line-height: 1.55;
    }
    .p-top .top-pickup__slider .splide__arrows {
        gap: 8px;
    }
    .p-top .top-pickup__slider .splide__arrow {
        width: 30px;
        height: 30px;
    }
}
  .p-top .about {
    padding-top: 116px;
    overflow-x: hidden;
    background: none;
  }
  .p-top .about__en {
    opacity: 0.16;
    position: absolute;
    top: 28px;
    right: -28px;
    letter-spacing: var(--ls-0-12);
    color: var(--color-blue-150);
    font-family: var(--ff-montserrat);
    font-size: var(--fz-141);
    line-height: var(--lh-1);
    writing-mode: vertical-lr;
  }
  .p-top .about__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 24px;
  }
  .p-top .about__body {
    margin-right: -220px;
    margin-left: 103px;
    text-align: left;
  }
  .p-top .about__img-wrap {
    max-width: 553px;
    margin-right: 18px;
    margin-bottom: 40px;
  }
  .p-top .about__body-en {
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 62px;
    font-family: var(--ff-oooh-baby);
    color: #C5D9EF;
    margin-left: -103px;
  }
  .p-top .about__ttl {
    margin-top: -44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5131578947;
    font-size: 76px;
    white-space: nowrap;
  }
  .p-top .about__ttl span {
    color: #0A51A1;
    display: inline-block;
}
.p-top .about__ttl span.dot {
    position: relative;
  }

  .p-top .about__ttl span.dot::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #EC6400;
    border-radius: 50%;
}
  .p-top .about__txt {
    margin-top: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.3333333333;
    font-size: 24px;
  }
  .p-top .about__txt span {
    color: #0A51A1;
  }
  .p-top .about__btn {
    margin-top: 50px;
    display: flex;
    gap: 20px;
  }
  .p-top .about__btn a img{
    max-width: 336px;
  }
  .p-top .about__bottom {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 30px;
  }
  .p-top .about__bottom img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 532/367;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 33px;
    max-width: 532px;
    flex-shrink: 0;
  }
  .p-top .about__bottom img:nth-child(odd) {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .p-top .about {
        padding-top: 50px;
    }
    .p-top .about__container {
        display: block;
        margin-left: 0;
      }
    
    .p-top .about__body {
        margin-right: unset;
        margin-left: unset;
        text-align: left;
        position: relative;
    }
    .p-top .about__en {
        letter-spacing: 0;
        line-height: 1.2;
        font-size: 40px;
        font-family: var(--ff-oooh-baby);
        color: #C5D9EF;
        margin-left: -10px;
      }
    
    .p-top .about__ttl {
        margin-top: -10px;
        font-size: 40px;
        white-space: unset;
    }
    .p-top .about__txt {
        font-size: 16px;
        line-height: 2;
    }
    .p-top .about__ttl span.dot::before {
        width: 8px;
        height: 8px;
        top: 0;
    }
    
    .p-top .about__btn {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .p-top .about__btn a img{
        max-width: 320px;
    }
    .p-top .about__body-en {
        letter-spacing: 0;
        line-height: 1.2;
        font-size: 40px;
        font-family: var(--ff-oooh-baby);
        color: #C5D9EF;
        margin-left: -30px;
      }
    
    .p-top .about__img-wrap{
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        right: 0;
        margin-right: 0;
    }
    .p-top .about__bottom {
        margin-top: 50px;
        gap: 10px;
        padding-right: 0;
    }
    .p-top .about__bottom img:nth-child(odd) {
        margin-top: 20px;
    }
    .p-top .about__bottom img {
        max-width: 40%;
    }
  }

  .p-top .service {
    padding-top: 10px;
    padding-bottom: 125px;
    overflow-x: hidden;
    position: relative;
  }
  .p-top .service .container-lg {
    /* max-width: 1380px; */
    padding: 0 20px;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  .p-top .service__en {
    opacity: 0.16;
    position: absolute;
    top: 0;
    left: -42px;
    letter-spacing: var(--ls-0-12);
    color: var(--color-blue-150);
    font-family: var(--ff-montserrat);
    font-size: var(--fz-141);
    line-height: var(--lh-1);
    writing-mode: vertical-lr;
  }
  .p-top .service .service__subtitle {
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
  }
  .p-top .service .service__text {
    margin-top: 14px;
    text-align: center;
  }
  .p-top .service .service__text p {
    font-weight: 500;
    line-height: 2.1;
  }
  .p-top .service .service__container {
    margin-top: 75px;
  }
  .p-top .service .service__items2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
  .p-top .service .service__items2 .service__card-img img {
    height: 447px;
  }
  .p-top .service .service__items2 .service__card-content {
    right: unset;
    top: unset;
    bottom: 20px;
    left: 50%;
    width: calc(100% - 25px);
    height: calc(100% - 35%);
    transform: translateX(-50%);
    padding: 24px 20px 30px;
    display: grid;
    place-items: center;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 20px;
  }
  .p-top .service .service__items2 .service__card-btn {
    margin-top: 0;
  }
  .p-top .service .service__items3 {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  .p-top .service .service__items3 .service__card-content {
    right: unset;
    top: unset;
    bottom: 20px;
    left: 50%;
    width: calc(100% - 25px);
    height: calc(100% - 35%);
    transform: translateX(-50%);
    /* padding: 24px 16px; */
    padding: 24px 20px 33px;
    display: grid;
    place-items: center;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 20px;
  }
  .p-top .service .service__items3 .service__card-img img {
    height: 447px;
  }
  .p-top .service .service__items3 .service__card-btn {
    display: inline-block;
    margin-top: 0;
    max-width: 262px;
  }

  .p-top .service .service__card {
    position: relative;
    display: grid;
    flex-grow: 1;
  }
  .p-top .service .service__card--last {
    margin-top: 40px;
  }
  .p-top .service .service__card--last .service__card-content {
    padding-top: 5px;
  }
  .p-top .service .service__card-content {
    position: absolute;
    top: 47%;
    right: 20px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 20px 35px;
    border-radius: 18px;
    text-align: center;
    width: 43%;
  }
  .p-top .service .service__card-img {
    border-radius: 18px;
  }
  .p-top .service .service__card-img img {
    width: 100%;
    height: 517px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
  }
  .p-top .service .service__card-tag {
    display: inline-block;
    margin-top: -10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #0A51A1;
    background: #C5D9EF;
    padding: 10px 24px 10px;
    border-radius: 25px;
    position: relative;
  }
  .p-top .service .service__card-tag::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #C5D9EF transparent transparent transparent;
  }
  .p-top .service .service__card-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: #0A51A1;
    position: relative;
  }
  .p-top .service .service__card-title::before {
    display: block;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 6px;
    background-image: linear-gradient(to right, #222222 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 13px 6px;
  }
  .p-top .service .service__card-title--small {
    font-size: 40px;
    line-height: 1.45;
  }
  .p-top .service .service__card-title--small2 {
    font-size: 30px;
    line-height: 1.4666666667;
    white-space: nowrap;
  }
  .p-top .service .service__card-subtitle {
    margin-top: 36px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-top .service .service__card-subtitle span {
    color: #EC6400;
  }
  .p-top .service .service__card-read {
    /* margin-top: 44px;
    margin-top:20px; */
    font-size: 24px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .p-top .service .service__card-read--small {
    /* margin-top: 40px; */
    /* margin-top: 20px; */
    font-size: 22px;
    line-height: 1.5;
  }
  .p-top .service .service__card-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  .p-top .service .service__card-btn {
    display: inline-block;
    margin-top: 30px;
    /* margin-top: 0; */
    max-width: 336px;
  }
  .p-top .service__btn {
    margin-top: 60px;
    text-align: center;
  }
  .p-top .service__btn .c-btn{
    display: inline-block;
   margin-inline: auto;
   max-width: 336px;
  }

  .p-top .card__ttl-wrap {
    padding-bottom: 30px;
    position: relative;
  }
  .p-top .card__ttl-wrap::before {
    content: "";
    position: absolute;
    width: 383px;
    height: 14px;
    background: url("../images/top/fukidashi.svg") no-repeat center center/contain;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1320px) {
    .p-top .service .service__items2 {
      margin-top: 20px;
      gap: 20px;
    }
    .p-top .service .service__items3 {
      margin-top: 20px;
      gap: 20px;
    }
    .p-top .service .service__card-content {
      padding: 20px 20px 20px;
      width: fit-content;
    }
    .p-top .service .service__items3 .service__card-content {
      padding: 20px 10px 20px;
    }
    .p-top .service .service__card-title {
      font-size: 40px;
    }
    .p-top .service .service__card-title--small {
      font-size: 36px;
    }
    .p-top .service .service__card-title--small2 {
      font-size: 28px;
      white-space: normal;
    }
    .p-top .service .service__card-subtitle {
      margin-top: 20px;
      font-size: 26px;
    }
    .p-top .service .service__card-read {
      margin-top: 0;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 767px) {
    .p-top .service .service__items2 {
      grid-template-columns: repeat(1, 1fr);
    }
    .p-top .service .service__items3 {
      /* grid-template-columns: repeat(1, 1fr); */
      flex-direction: column;
    }
    .p-top .service {
      padding: 80px 0 30px;
    }
    .p-top .service .container-lg {
      padding: 0 20px;
    }
    .p-top .service .service__container {
      margin-top: 50px;
    }
    .p-top .service .service__subtitle {
      text-align: left;
    }
    .p-top .service .service__text {
      text-align: left;
    }
    .p-top .service .service__card-content {
      position: unset;
      transform: unset;
      padding: 0;
      width: 100%;
      display: block;
    }
    .p-top .service .service__items2 .service__card-content,
    .p-top .service .service__items3 .service__card-content {
      transform: translate(0);
      padding: 0;
      width: 100%;
      display: block;
      }
      .p-top .service .service__items2 .service__card-img img,
      .p-top .service .service__items3 .service__card-img img {
      height: auto;
    }
    .p-top .service .service__card{
      display: block;
    }
    .p-top .service .service__card-img img {
      height: auto;
      aspect-ratio: 320/200;
      object-position: left;
    }
    .p-top .service .service__card-tag {
      font-size: 16px;
      padding: 3px 16px 6px;
      border-radius: 10px;
      margin-bottom: 10px;
    }
    .p-top .service .service__card-title {
      font-size: 30px;
    }
    .p-top .service .service__card-subtitle {
      margin-top: 36px;
      font-size: 20px;
    }
    .p-top .service .service__card-read {
      margin-top: 30px;
      font-size: 15px;
    }
    .p-top .service .service__card-text {
      font-size: 14px;
    }
    .p-top .service .service__card-btn {
      margin-top: 20px;
      max-width: 100%;
    }
    .p-top .service .service__card-btn img {
      max-width: 336px;
      margin-inline: auto;
      width: 100%;
    }
    .p-top .service .service__items3 .service__card-btn {
      margin-top: 26px;
      max-width: 336px;
    }
    .p-top .service__btn{
      margin-top: 20px;
    }
    .p-top .service .service__items2 .service__card-btn,
    .p-top .service .service__items3 .service__card-btn{
      margin-top: 20px;
    }
  }






  .p-top #section-works.top-works {
    padding-top: 0;
    padding-bottom: 121px;
    position: relative;
    overflow: visible;
}
.p-top #section-works.top-works::before{
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 95%;
    background: #E8F3FF;
    border-radius: 0 100px 0 0;
  }

  .p-top #section-works.top-works .section-works-en {
    opacity: 1;
    position: absolute;
    top: 60px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    line-height: 1;
    writing-mode: vertical-lr;
  }
  .p-top #section-works.top-works .section-works-inner{
    position: relative;
    z-index: 2;
  }
  .p-top #section-works.top-works .section-works-inner::after {
    display: block;
    content: "";
    position: absolute;
    right: -5px;
    bottom: -130px;
    width: 437px;
    height: 100px;
    background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
}
  .p-top #section-works.top-works .js-works-slider {
    margin-top: 60px;
  }
  .p-top #section-works.top-works .works-list-item-inner{
    text-decoration: none;
    padding: 42px 18px 20px;
}
.p-top #section-works.top-works .works-list-item-thumb{
  margin-bottom: 15px;
}
.p-top #section-works.top-works .works-list-item-thumb img{
  width: 100%;
  height: auto;
  aspect-ratio: 329/238;
  object-fit: cover;
  border-radius: 18px;
}
.p-top #section-works.top-works .works-list-item-title{
  margin-bottom: 15px;
}
/*.p-top #section-works.top-works .works-list-item-terms{
  top: 5px;
}*/

  @media screen and (max-width: 767px) {
    .p-top #section-works.top-works {
        padding-top: 80px;
    }
    .p-top #section-works.top-works .section-mt-title {
        margin-top: 0;
    }
    .p-top #section-works.top-works .section-works-inner::after {
        display: block;
        content: "";
        position: absolute;
        right: -5px;
        bottom: -120px;
        width: 320px;
        height: 80px;
        background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
    }
    .p-top #section-works.top-works .section-works-en{
        top: 0;
        left: -30px;
    }
    
  }
  .p-top #section-works.top-voice {
    background: none;
    padding-top: 115px;
    padding-bottom: 116px;
  }
  .p-top #section-works.top-voice .section-works-en {
    left: unset;
    right: -20px;
    top: 0;
  }
  .p-top .top-voice__subtitle-wrapper {
    text-align: center;
  }
  .p-top .top-voice__subtitle {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    font-weight: 500;
  }
  .p-top .top-voice__subtitle::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 214px;
    height: 166px;
    background: url(../../assets/img/top-new/voice_icon.png) no-repeat center center / contain;
    z-index: 1;
  }
  .p-top .top-voice__text {
    margin-top: 20px;
    text-align: center;
  }
  .p-top .top-voice__text p {
    font-weight: 500;
    line-height: 2.2;
  }
  .p-top .top-voice .section-works-inner::after {
    content: "";
    position: absolute;
    width: 383px;
    height: 14px;
    background: url("../images/top/fukidashi.svg") no-repeat center center/contain;
    left: 50%;
    bottom: unset;
    top: 0;
    transform: translateX(-50%);
  }
  .p-top .top-voice .splide__track{
    overflow: visible;
  }
  .p-top .js-voice-slider .splide__slide {
    margin-top: 55px;
    height: auto;
    min-width: 475px;
  }
  .p-top .js-voice-slider .voice-list-item {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 57px 20px 20px;
    position: relative;
  }
  .p-top .js-voice-slider .voice-list-item::before {
    content: "";
    position: absolute;
    bottom: -20px; 
    left: 70px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px; 
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}
.p-top .js-voice-slider .voice-list-item::after {
    content: "";
    position: absolute;
    bottom: -28px; 
    left: 75px;   
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: rgba(0, 0, 0, 0.16) transparent transparent transparent;
    z-index: 0;
}
.p-top .js-voice-slider .voice-list-item-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

}
.p-top .js-voice-slider .voice-list-item-tag a {
    display: block;
    padding: 8px 18px;
    border-radius: 18px;
    text-decoration: none;
    letter-spacing: var(--ls-0-12);
    color: var(--color-white);
    font-size: var(--fz-17);
    font-weight: var(--fw-700);
    line-height: var(--lh-1-18);
    background-color: var(--color-blue-600);
}
.p-top .js-voice-slider .voice-list-item-inner{
  text-decoration: none;
}
  .p-top .js-voice-slider .voice-list-item-thumb img{
    width: 100%;
    height: auto;
    aspect-ratio: 435/315;
    object-fit: cover;
    border-radius: 18px;
  }
  .p-top .js-voice-slider .voice-list-item-excerpt {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    color: inherit;
  }
  .p-top .js-voice-slider p.voice-list-item-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .p-top .js-voice-slider .voice-list-item-excerpt::after {
    display: block;
    content: "";
    margin-top: 20px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, currentColor 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 8px 4px;
  }
  .p-top .js-voice-slider .voice-list-item-title {
    position: relative;
    padding-right: 60px;
  }
  .p-top .js-voice-slider .voice-list-item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 25px;
    background: url(../../assets/img/top-new/icon_voice.svg) no-repeat center center / contain;
  }
  .p-top .js-voice-slider .voice-list-item-link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .p-top .top-voice#section-works .splide-controls{
    margin-top: 60px;
  }
  .p-top .top-voice .section-works-btn-wrapper a{
    max-width: 336px;
  }

  @media screen and (max-width: 767px) {
    .p-top #section-works.top-voice {
        padding-bottom: 80px;
    }
    .p-top #section-works.top-voice .section-works-en{
        right: -30px;
    }
    .p-top .top-voice__subtitle{
        text-align: left;
    }
    .p-top .top-voice__text{
        text-align: left;
    }
    .p-top .top-voice__subtitle::before{
        top: -90px;
        left: -70px;
        width: 146px;
        height: 106px;
    }
    .p-top .js-voice-slider .splide__slide {
        margin-top: 30px;
        height: auto;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
      }
      .p-top .js-voice-slider .voice-list-item {
        padding: 50px 20px 20px;
        max-width: 300px;
      }
    .p-top .js-voice-slider .voice-list-item-inner {
        min-height: 0;
    }
    .p-top .js-voice-slider .voice-list-item-excerpt {
        min-height: 0;
    }
    .p-top .js-voice-slider p.voice-list-item-text {
        min-height: 0;
        max-height: 49.5px;
    }
  }
  .p-top .info{
    padding-top: 130px;
    padding-bottom: 116px;
    background: #E8F3FF;
    position: relative;
    z-index: 1;
    border-radius: 100px 0 0 0;
  }
  .p-top .info::after {
    display: block;
    content: "";
    position: absolute;
    right: 50px;
    bottom: -40px;
    width: 404px;
    height: 83px;
    background: url(../../assets/img/top-new/info_deco.png) no-repeat center center / contain;
}

  .p-top .info .info__en {
    opacity: 1;
    position: absolute;
    top: -20px;
    right: -20px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    font-family: var(--ff-montserrat);
    line-height: 1;
  }
  .p-top .info .info__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 74px;
  }
  .p-top .info .info__news-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;

  }
  .p-top .info .info__title{
    position: relative;
    z-index: 1;
  }
  .p-top .info .info__title-ja{
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.88;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;

  }
  .p-top .info .info__title-en{
    content: "";
    position: absolute;
    top: -20px;
    left: -15px;
    font-size: 58px;
    font-family: var(--ff-oooh-baby);
    font-weight: 700;
    line-height: 1.2;
    color: #C5D9EF;
    z-index: 0;
  }
  .p-top .info .info__news-btn{
    display: block;
    width: 100%;
    max-width: 146px;
  }
  .p-top .info .info__news-btn img{
    width: 100%;
    height: auto;
  }
  .p-top .info .info__news-items{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-top .info .info__news-item{
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 17px 20px;
    text-decoration: none;
  }
  .p-top .info .info__news-meta{
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .p-top .info .info__news-date{
    font-size: 16px;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    color: #808080;
  }
  .p-top .info .info__news-tag{
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    background: #0A51A1;
    color: #fff;
    padding: 4px 14px;
    border-radius: 18px;
  }
  .p-top .info .info__news-title{
    margin-top: 2px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-top .info .info__blog-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
  }
  .p-top .info .info__blog-btn{
    display: block;
    width: 100%;
    max-width: 146px;
  }
  .p-top .info .info__blog-btn img{
    width: 100%;
    height: auto;
  }
  .p-top .info .info__blog-items{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-top .info .info__blog-item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
  }
  .p-top .info .info__blog-img{
    width: 100%;
    max-width: 140px;
    min-width: 140px;
    border-radius: 12px;
  }
  .p-top .info .info__blog-img a {
    display: block;
    border-radius: 12px;
  }
  .p-top .info .info__blog-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 140/90;
    object-fit: cover;
    border-radius: 12px;
  }
  .p-top .info .info__blog-body{
    margin-top: 0;
  }
  .p-top .info .info__blog-date{
    font-size: 16px;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    color: #808080;
  }
  .p-top .info .info__blog-title{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  @media screen and (max-width: 767px) {
    .p-top .info{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-top .info::after{
        width: 290px;
        height: 61px;
        right: -20px;
        bottom: -10px;
    }
    .p-top .info .info__en {
        right: -90px;
    }
    .p-top .info .info__inner{
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .p-top .info .info__title-en{
        font-size: 35px;
    }
    .p-top .info .info__title-ja{
        font-size: 30px;
    }
    .p-top .info .info__news-head{
        flex-direction: column;
        align-items: flex-start;
    }
    .p-top .info .info__news-items{
        margin-top: 20px;
    }
    .p-top .info .info__blog-head{
        flex-direction: column;
        align-items: flex-start;
    }
    .p-top .info .info__news-btn{
        margin-left: auto;
    }
    .p-top .info .info__blog-items{
        margin-top: 20px;
    }

    .p-top .info .info__blog-btn{
        margin-left: auto;
    }
    .p-top .info .info__news{
        width: 100%;
    }
    .p-top .info .info__blog{
        width: 100%;
    }
    .p-top .info .info__blog-item{
        padding: 20px 20px;
    }
    .p-top .info .info__blog-img{
        width: 100%;
        max-width: 100px;
        min-width: 100px;
        border-radius: 12px;
      }
    
  }
  .p-top .company{
    padding-top: 120px;
    padding-bottom: 121px;
    background: #fff;
    position: relative;
  }
  .p-top .company .company__en {
    opacity: 0.16;
    position: absolute;
    top: 0;
    left: -20px;
    letter-spacing: 0.12em;
    color: #C5D9EF;
    font-size: 141px;
    line-height: 1;
    font-family: var(--ff-montserrat);
    writing-mode: vertical-lr;
  }
  .p-top .company .company__inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    gap: 40px;
  }
  .p-top .company .company__left{
    width: 40%;
    /* padding-left: 90px; */
  }
  .p-top .company .section-mt-title{
    /* margin-left: 30px; */
  }
  .p-top .company .company__subtitle{
    margin-top: 25px;
    font-weight: 500;
    text-align: center;
  }
  .p-top .company .company__text{
    margin-top: 20px;
    text-align: center;
  }
  .p-top .company .company__text p{
    font-weight: 500;
    line-height: 2.1;
  }
  .p-top .company .company__btn{
    margin-top: 72px;
    text-align: center;
  }
  .p-top .company .company__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
  }
  .p-top .company .company__right{
    width: 60%;
  }
  .p-top .company .company__items{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
  .p-top .company .company__item{
    width: 50%;
    position: relative;
    max-width: 223px;
  }
  .p-top .company .company__item-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 223/450;
    border-radius: 22px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    object-fit: cover;
  }
  .p-top .company .company__item-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
    background: rgba(10, 81, 161, 0.78);
    padding: 20px 25px;
    border-radius: 0 22px 22px 0;
  }
  .p-top .company .company__item-content::before{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 25px;
    background: url(../../assets/img/top-new/company_icon.png) no-repeat center center / contain;
  }
  .p-top .company .company__item-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.3em;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 100%;
    text-align: center;
  }
  .p-top .company .company__item:nth-child(3) .company__item-title{
    letter-spacing: 0.1em;
    font-size: 28px;
  }
  @media screen and (max-width: 767px) {
    .p-top .company{
        padding: 80px 0;
    }
    .p-top .company .company__inner{
        flex-direction: column;
        gap: 40px;
    }
    .p-top .company .company__subtitle{
        text-align: left;
    }
    .p-top .company .company__text{
        text-align: left;
    }
    .p-top .company .company__left{
        width: 100%;
        padding-left: 0;
    }
    .p-top .company .section-mt-title{
        margin-left: 0;
    }
    .p-top .company .company__btn{
        margin-top: 30px;
    }
    .p-top .company .company__right{
        width: 100%;
    }

    .p-top .company .company__items{
        flex-direction: column;
    }
    .p-top .company .company__item{
        width: 100%;
        max-width: 100%;
    }
    .p-top .company .company__item-img img{
        width: 100%;
        height: auto;
        aspect-ratio: 223/220;
        object-fit: cover;
        object-position: 50% 15%;
        border-radius: 22px;
      }
    .p-top .company .company__item-title{
      font-size: 22px;
      line-height: 1;
      writing-mode: unset;
      text-align: left;
    }
    .p-top .company .company__item:nth-child(3) .company__item-title{
      font-size: 22px;
      letter-spacing: 0.3em;
    }
    .p-top .company .company__item-content{
        top: unset;
        bottom: 0;
        width: 100%;
        height: 60px;
        border-radius: 0 0 22px 22px;
        padding: 17px 30px;
    }
    .p-top .company .company__item-content::before{
        left: unset;
        bottom: 20px;
        right: 20px;
        transform: unset;
    }
    
  }
  .p-top #section-faq .section-faq-en{
    top: 5px;
    right: -14px;
  }
  .p-top .section-faq__subtitle {
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
  }
  .p-top .section-faq__text {
    margin-top: 16px;
    text-align: center;
    
  }
  .p-top .section-faq__text p{
    font-weight: 500;
    line-height: 2.1;
  }
  .p-top .faq-list {
    margin-top: 55px;
  }
  .p-top .faq-list-item-head{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.05em;
}
.p-top .faq-list-item-body{
  padding: 15px 20px;
}

.p-top .faq-list-item-body-content p{
  line-height: 1.5;
  font-weight: 500;
}

  .p-top .faq-list-item-head .faq-list-item-chevron{
    width: 18px;
    height: 18px;
  }
  .p-top .faq__btn {
    margin-top: 67px;
    text-align: center;
  }
  .p-top .faq__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
  }
  @media screen and (max-width: 767px) {
    .p-top .section-faq__subtitle{
        text-align: left;
    }
    .p-top .section-faq__text{
        text-align: left;
    }
    .p-top .faq-list-item-head{
      font-size: 16px;
  }
  .p-top .faq-list-item-body{
    padding: 10px 16px;
  }
  
    .p-top .faq__btn {
        margin-top: 30px;
    }
  }
  .p-top .line{
    padding-top: 70px;
    padding-bottom: 135px;
    background: #DEEDD5;
    position: relative;
  }
  .p-top .line .container-md {
   padding-right: 0;
  }
  .p-top .line .line__en {
    opacity: 0.37;
    position: absolute;
    bottom: 50px;
    right: -45px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    line-height: 1;
    font-family: var(--ff-montserrat);
  }
  .p-top .line .line__inner{
    display: flex;
    justify-content: center;
    margin-left: 20px;
    gap: 10px;
  }
  .p-top .line .line__left{
    width: 50%;
  }
  .p-top .line .section-mt-title{
    position: relative;
}
.p-top .line .section-mt-title::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -20px;
    width: 99px;
    height: 96px;
    background: url(../../assets/img/ecocute/line_deco_01.png) no-repeat center center / contain;
}
  .p-top .line .section-mt-title::before {
    display: block;
    content: "";
    width: 313px;
    height: 72px;
    background: url(../../assets/img/top-new/line_title.png) no-repeat center center / contain;
}
.p-top .line .section-mt-title--en{
  color: #A7E6C0;
  margin-top: -16px;
  font-size: 63px;
}
.p-top .line .section-mt-title--ja{
    font-size: 64px;
    position: relative;
}
.p-top .line .section-mt-title--ja::after{
    color: #A7E6C0;
    font-size: 63px;
    margin-left: -35px;
    margin-top: -14px;
  }
  .p-top .line .section-line-subtitle::before{
    display: none;
}
  .p-top .line .line__right{
    margin-top: 20px;
    width: 50%;
    position: relative;
  }
  .p-top .line .line__subtitle {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
  }
  .p-top .line .line__subtitle span {
    color: #06C755;
  }
  .p-top .line .line__text {
    margin-top: 20px;
    text-align: center;
  }
  .p-top .line .line__text p{
    line-height: 2.1;
    font-weight: 500;
  }
  .p-top .line .line__right-btn{
    margin-top: 50px;
    text-align: center;
  }
  .p-top .line .line__right-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
  }
  @media screen and (max-width: 767px) {
    .p-top .line .container-md{
        padding-right: 20px;
    }
    .p-top .line .section-mt-title::after{
        top: -80px;

    }
    .p-top .line .line__inner{
        flex-direction: column;
        margin-left: 0;
    }
    .p-top .line .line__left{
        width: 100%;
    }
    .p-top .line .section-mt-title--en{
      font-size: 40px;
    }
    .p-top .line .section-mt-title--ja{
        margin-top: -25px;
        font-size: 30px;
    }
    .p-top .line .line__right{
        width: 100%;
    }
    .p-top .line .line__right-btn{
        margin-top: 30px;
    }
    .p-top .line .line__right-btn img{
        max-width: 100%;
    }
  }
  .p-top .recruit{
    margin-top: -65px;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
    border-radius: 100px 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .p-top .recruit::after {
    display: block;
    content: "";
    position: absolute;
    right: 30px;
    bottom: 56px;
    width: 390px;
    height: 89px;
    background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
}
.p-top .recruit .container-lg {
    margin-left: 30px;
}

  .p-top .recruit .recruit__en {
    opacity: 0.16;
    position: absolute;
    top: 64px;
    right: -20px;
    letter-spacing: 0.12em;
    color: #C5D9EF;
    font-size: 141px;
    line-height: 1;
    writing-mode: vertical-lr;
    font-family: var(--ff-montserrat);
  }
  .p-top .recruit .recruit__inner{
    display: flex;
    justify-content: center;
    position: relative;
    gap: 40px;
  }
  .p-top .recruit .recruit__left{
    /* width: 47%; */
    width: 45%;
    position: relative;
  }
  .p-top .recruit .recruit__left::before{
    content: "";
    position: absolute;
    top: -55px;
    left: -40px;
    width: 106px;
    height: 80px;
    background: url(../../assets/img/top-new/recruit_icon.png) no-repeat center center / contain;
  }
  .p-top .recruit .recruit__images{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-top .recruit .recruit__images img{
    width: 100%;
    height: auto;
    aspect-ratio: 270/340;
    border-radius: 18px;
  }
  .p-top .recruit .recruit__img{
    margin-top: 20px;
  }
  .p-top .recruit .recruit__img img{
    width: 100%;
    height: auto;
    aspect-ratio: 560/300;
    border-radius: 18px;
  }
  .p-top .recruit .recruit__right{
    /* margin-top: 55px; */
    /* width: 60%; */
    width: 55%;
  }
  .p-top .recruit .recruit__subtitle{
    margin-top: 31px;
    text-align: center;
    font-weight: 500;
  }
  .p-top .recruit .recruit__text{
    margin-top: 15px;
    text-align: center;
  }
  .p-top .recruit .recruit__text p{
    line-height: 2.1;
    font-weight: 500;
  }
  .p-top .recruit .recruit__right-btn{
    margin-top: 54px;
    text-align: center;
  }
  .p-top .recruit .recruit__right-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
  }
  @media screen and (max-width: 767px) {
    .p-top .recruit{
        padding: 80px 0;
    }
    .p-top .recruit::after{
        width: 290px;
        height: 61px;
        right: -20px;
        bottom: 0;
    }
    .p-top .recruit .container-lg{
        margin-left: 0;
    }
    .p-top .recruit .recruit__inner{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .p-top .recruit .recruit__left{
        width: 100%;
    }
    .p-top .recruit .recruit__left::before{
        top: -10px;
        left: -20px;
        width: 80px;
        height: 60px;
    }
    .p-top .recruit .recruit__subtitle{
        text-align: left;
    }
    .p-top .recruit .recruit__text{
        text-align: left;
    }
    .p-top .recruit .recruit__right{
        margin-top: 0;
        width: 100%;
    }
  }
