:root {
  --primary-color: #16304b;
  --text-light: #fff;
  --text-dark: #0c1a29;
  --bg-light: #f4f7fb;
  --bg-dark: #1f71b3;
}
.header,
.contents,
.footer {
  font-family: "Noto Sans JP", sans-serif;
}

/** ********************
:: PC
******************** */
@media screen and (min-width: 812px) {
  :root {
    --wrapper-width: clamp(812px, 100%, 1020px);
  }
  .sp {
    display: none;
  }

  .js-fadeUpTrigger {
    opacity: 0;
  }
  .fadeUp {
    opacity: 0;
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(250px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ヘッダー */
  .header__box {
    padding: 19px 26px;
    width: 100%;
  }
  .header__fixed {
    position: relative;
    z-index: 10;
    background-color: var(--bg-light);
  }
  .header__floating {
    position: fixed;
    top: 0;
    /* transition: transform 0.4s, opacity 0.4s; */
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-60px);
  }
  .js-header__floating.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: var(--wrapper-width);
  }
  .header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 7px;
  }
  .logoarea img {
    width: 160px;
  }
  .logoarea__ja {
    margin-left: 20px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
  }
  .header-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header-list__item a {
    padding: 6px;
    /* transition: opacity .3s 0s ease; */
    font-size: 13px;
    font-weight: 500;
  }
  .header-list__item a:hover {
    opacity: 0.6;
  }
  .header-list__item.--blue a {
    margin-left: 10px;
    padding: 10px 30px;
    border-radius: 2px;
    color: var(--text-light);
    background-color: var(--bg-dark);
  }

  /* コンテンツ */
  .bg-gray {
    background-color: var(--bg-light);
  }
  .bg-blue {
    background-color: var(--bg-dark);
  }
  .content__wrapper {
    margin: 0 auto;
    padding: 0 30px;
    width: var(--wrapper-width);
  }
  /* request-btn */
  .request-btn a {
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    color: var(--text-light);
    letter-spacing: 0.05em;
    background-color: #000;
    transition: color 0.8s 0s ease, background-color 0.8s 0s ease, border 0.8s 0s ease;
  }
  .request-btn a:after {
    display: inline-block;
    position: absolute;
    border-width: 2px;
    border-color: var(--text-light);
    border-top: 2px;
    border-right: 2px;
    width: 8px;
    height: 8px;
    transition: border-color 0.8s 0s ease;
    transform: rotate(-135deg);
    content: "";
  }
  .request-btn a:hover {
    color: #000;
    background-color: var(--text-light);
  }
  .request-btn a:hover:after {
    border-color: #000;
  }
  .request-btn.--kv a {
    padding: 16px 0 16px 28px;
    width: 290px;
    font-size: 16px;
    line-height: 1.6;
  }
  .request-btn.--kv a:after {
    top: 45%;
    right: 22px;
  }
  .request-btn.--content a {
    padding: 9px 0 9px 15px;
    width: 237px;
    font-size: 14px;
    line-height: 1.83;
  }
  .request-btn.--content a:after {
    top: 44%;
    right: 16px;
  }
  /* ttl */
  .ttl {
    display: flex;
    align-items: center;
  }
  .ttl__sub {
    margin-left: 25px;
    font-size: 20px;
    font-weight: 500;
  }
  .bg-gray .ttl__sub {
    color: var(--primary-color);
  }
  .bg-blue .ttl__sub {
    color: var(--text-light);
  }

  /* kv */
  .kv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 90px;
    padding-top: 66px;
    color: var(--text-dark);
  }
  .kv__copy {
    margin-top: 24px;
  }
  .kv__copy img {
    width: 100%;
    max-width: 360px;
  }
  .kv__btn {
    padding-top: 31px;
  }
  .movie-kv img {
    width: 540px;
  }
  .kv__fig {
    width: 380px;
  }
  .kv__textarea {
    padding-left: 55px;
  }
  .kv__ttl {
    display: inline-block;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
  }
  .kv__text {
    display: inline-block;
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.75;
  }

  /* issue */
  #issue {
    padding-top: 60px;
    padding-bottom: 97px;
    color: var(--text-light);
  }
  .issue__ttl {
    margin-bottom: 68px;
  }
  .issue__ttl img {
    width: 156px;
  }
  .issue-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .issue-unit {
    width: 42%;
    max-width: 416px;
  }
  .issue-unit__ttl {
    position: relative;
    padding: 22px 34px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    background-color: var(--primary-color);
  }
  .issue-unit__ttl:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 91px;
    height: 107px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .issue-unit:nth-of-type(1) .issue-unit__ttl:after {
    background-image: url(../img/ill-issue01.svg);
  }
  .issue-unit:nth-of-type(2) .issue-unit__ttl:after {
    background-image: url(../img/ill-issue02.svg);
  }
  .issue-unit__text {
    margin-top: 27px;
  }
  .issue-list__item {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
  .issue-list__item:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    content: "";
  }
  .issue-list__item:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 9px;
    height: 10px;
    background-color: #fff;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .issue-list__item:not(:first-of-type) {
    margin-top: 21px;
  }

  /* solution */
  #solution {
    padding-top: 60px;
    color: var(--text-dark);
  }
  .solution__ttl img {
    width: 270px;
  }

  /* point */
  .point__wrapper {
    margin: 0 auto;
    width: 87.8%;
  }
  .point__number {
    width: 140px;
  }
  .point__ttl {
    margin-top: 33px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33;
  }
  .point__lead {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.75;
  }
  .movie-point {
    text-align: center;
  }
  .movie-point img {
    width: 640px;
  }
  .movie-point__caption {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
  }
  .point-subttl {
    text-align: center;
  }
  .point-subttl__text {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 500;
  }
  .cards-movie {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .card-movie {
    position: relative;
    width: 31%;
    transition: opacity 0.5s 0s ease;
    cursor: pointer;
  }
  .card-movie:after {
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    width: 48px;
    height: 48px;
    background-image: url(../img/btn_movie.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    content: "";
  }
  .card-movie:hover {
    opacity: 0.6;
  }
  .cards-movie img {
    width: 100%;
  }
  .card-movie__ttl {
    margin-top: 22px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .card-movie__text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  /* モーダル */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(31, 113, 179, 0.9);
  }
  .modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    padding: 0 30px;
    width: var(--wrapper-width);
    transform: translate(-50%, -50%);
  }
  .modal-window video {
    width: 100%;
  }
  .modal-window img {
    width: 100%;
  }
  .button-close {
    position: absolute;
    top: -34px;
    right: 60px;
    font-size: 0;
    cursor: pointer;
  }
  .button-close:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    content: "";
  }
  .button-close:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    content: "";
  }
  .no-scroll {
    overflow: hidden;
  }

  .drama__fig {
    margin-top: 20px;
    width: 100%;
  }
  .drama__text {
    margin-top: 41px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .efficiency-list__item:not(:first-of-type) {
    margin-top: 22px;
  }
  .efficiency-unit {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .efficiency-unit__number {
    display: grid;
    place-content: center;
    position: relative;
    margin-right: 32px;
    width: 65px;
    height: 80px;
    font-size: 30px;
    font-weight: 500;
  }
  .efficiency-unit:nth-of-type(odd) .efficiency-unit__number {
    color: var(--text-light);
    background-color: var(--primary-color);
  }
  .efficiency-unit:nth-of-type(even) .efficiency-unit__number {
    color: var(--primary-color);
    background-color: #fff;
  }
  .efficiency-unit:first-of-type .efficiency-unit__number img {
    width: 10px;
  }
  .efficiency-unit:nth-of-type(2) .efficiency-unit__number img {
    width: 19px;
  }
  .efficiency-unit:nth-of-type(3) .efficiency-unit__number img {
    width: 20px;
  }
  .efficiency-unit:nth-of-type(4) .efficiency-unit__number img {
    width: 21px;
  }
  .efficiency-unit__number:before {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 17px;
    height: 17px;
    background-color: var(--bg-dark);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .efficiency-unit__number:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  .efficiency-unit:nth-of-type(odd) .efficiency-unit__number:after {
    background-color: #fff;
  }
  .efficiency-unit:nth-of-type(even) .efficiency-unit__number:after {
    background-color: var(--primary-color);
  }
  .efficiency-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    padding: 10px 19px;
    border: 1px solid #fff;
  }
  .efficiency-box:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -12px;
    width: 12px;
    height: 14px;
    background-color: #fff;
    transform: translateY(-50%);
    content: "";
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .efficiency-box:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 12px;
    height: 14px;
    background-color: var(--bg-dark);
    transform: translateY(-50%);
    content: "";
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .efficiency-unit__ttl {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-light);
  }
  .efficiency-unit__text {
    margin-top: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }

  /* point01 */
  #point01 {
    padding-top: 84px;
  }
  .point01__movie {
    margin-top: 74px;
  }
  .point01__sample-movie {
    padding-top: 127px;
    padding-bottom: 94px;
  }
  .point01__sample-movie .point-subttl img {
    width: 242px;
  }
  .point01__cards {
    margin-top: 47px;
  }

  /* point02 */
  #point02 {
    padding-top: 60px;
    padding-bottom: 88px;
    color: var(--text-light);
  }
  .point02__movie {
    margin-top: 82px;
  }

  /* point03 */
  #point03 {
    padding-top: 60px;
    padding-bottom: 106px;
  }
  .point03__drama {
    margin-top: 72px;
  }
  .point03__movie {
    margin-top: 90px;
  }

  /* point04 */
  #point04 {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  #point04 .point__ttl,
  #point04 .point__lead {
    color: var(--text-light);
  }
  .point04__list {
    margin-top: 73px;
  }

  /* request */
  .request {
    padding: 72px 0;
  }
  .request-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 27px 77px 22px 85px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 682px;
    background-color: rgba(224, 232, 240, 0.6);
  }
  .request-box img {
    width: 240px;
  }
  .request-box__text {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
  }

  /* support */
  #support {
    padding-top: 60px;
    padding-bottom: 83px;
    color: var(--text-light);
  }
  .support__ttl {
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 1.33;
    text-align: center;
  }
  .list-support {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 64px;
    column-gap: 58px;
  }
  .support-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .support-unit img {
    margin-right: 22px;
    width: 106px;
  }
  .support-unit__ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
  }
  .support-unit__text {
    font-size: 16px;
    line-height: 1.75;
  }

  /* フッター */
  .footer {
    padding: 28px 0;
    color: var(--text-light);
    background-color: #0c1a29;
  }
  .footer__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__copyright {
    font-size: 10px;
  }
  .footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.8;
  }
  .footer-list__item {
    font-size: 12px;
  }
  .footer-list__item {
    margin-left: 18px;
  }
}

/** ********************
:: mobile
******************** */
@media screen and (max-width: 811px) {
  :root {
    --wrapper-width: 86.67%;
  }
  .pc {
    display: none;
  }
  body.no-scroll {
    overflow: hidden;
  }
  /* request */
  .request {
    padding: 10.67vw 0 9.6vw;
  }
  .request-box {
    margin: 0 auto;
    padding: 7.47vw 0 6.67vw;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background-color: rgba(224, 232, 240, 0.6);
  }
  .request-box img {
    width: 80%;
  }
  .request-box__text {
    margin: 0 auto 2.67vw;
    width: 74%;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
  }
  /* request-btn */
  .request-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .request-btn a {
    display: inline-block;
    position: relative;
    color: var(--text-light);
    letter-spacing: 0.05em;
    background-color: #000;
  }
  .request-btn a:after {
    display: inline-block;
    position: absolute;
    border-width: 2px;
    border-color: var(--text-light);
    border-top: 2px;
    border-right: 2px;
    width: 2.13vw;
    height: 2.13vw;
    transform: rotate(-135deg);
    content: "";
  }
  .request-btn.--kv a {
    padding: 2.53vw 1em;
    width: 77.33vw;
    font-size: 3.73vw;
    line-height: 1.83;
    text-align: center;
  }
  .request-btn.--kv a:after {
    top: 44%;
    right: 4.35vw;
  }
  .request-btn.--content a {
    padding: 2.53vw 0 2.53vw 4vw;
    width: 63.2vw;
    font-size: 3.73vw;
    line-height: 1.83;
    text-align: left;
  }
  .request-btn.--content a:after {
    top: 44%;
    right: 4.36vw;
  }

  /* ヘッダー */
  .header {
    z-index: 10;
    width: 100%;
    color: var(--text-dark);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .header__box {
    padding: 4.27vw 0;
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: var(--wrapper-width);
  }
  .header__fixed {
    position: relative;
    z-index: 10;
    background-color: var(--bg-light);
  }
  .header__floating {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
    transform: translateY(-60px);
  }
  .js-header__floating.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  .header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 2vw;
  }
  .logoarea img {
    width: 34.67vw;
  }
  .logoarea__ja {
    display: none;
  }
  .header__icon {
    display: flex;
    align-items: center;
  }
  .open-btn {
    position: relative;
    margin-bottom: 0.7vw;
    margin-left: 7vw;
    width: 7.47vw;
    height: 5vw;
  }
  .open-btn__line {
    display: block;
    width: 7.47vw;
    height: 0.8vw;
    background-color: #373941;
    transition: transform 0.5s 0s ease, top 0.5s 0s ease;
  }
  .open-btn__line:first-of-type {
    position: absolute;
    top: 0%;
  }
  .open-btn__line:nth-of-type(2) {
    position: absolute;
    top: 50%;
  }
  .open-btn__line:nth-of-type(3) {
    position: absolute;
    top: 100%;
  }
  .js-opened .open-btn__line:first-of-type {
    top: 50%;
    margin: 0;
    transform: rotate(45deg);
  }
  .js-opened .open-btn__line:nth-of-type(2) {
    top: 50%;
    margin: 0;
    transform: rotate(45deg);
  }
  .js-opened .open-btn__line:nth-of-type(3) {
    top: 50%;
    margin: 0;
    transform: rotate(-45deg);
  }
  .header-nav.sp {
    display: none;
    position: fixed;
    z-index: 10;
    padding: 13.87vw 6.665vw 9.07vw;
    background-color: #fff;
  }
  .header-list {
    text-align: center;
  }
  .header-list__item a {
    display: inline-block;
    padding: 2vw 0;
    font-size: 6.4vw;
    font-weight: 500;
  }
  .header-list__item.--small a {
    padding-top: 4.67vw;
    font-size: 3.73vw;
  }
  .header-nav .request {
    padding-top: 6.8vw;
    padding-bottom: 0;
  }
  .header-nav .request-box {
    display: grid;
    grid-template-columns: 25.6vw 1fr;
    column-gap: 4.27vw;
    row-gap: 2.67vw;
    align-items: center;
    padding: 4.8vw 8.6vw;
  }
  .header-nav .request-box img {
    width: 100%;
  }
  .header-nav .request-box__text {
    margin-bottom: 0;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .request-btn {
    grid-column: 1 / 3;
  }
  .header-nav .request-btn a {
    padding: 1.47vw 0 1.47vw 3.33vw;
    width: 54.67vw;
    font-size: 3.2vw;
    line-height: 2.13;
    text-align: left;
  }
  .header-nav .request-btn a:after {
    top: 44%;
    right: 4.36vw;
  }
  .header-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
  }

  /* コンテンツ */
  .contents {
    background-color: var(--bg-light);
  }
  .bg-gray {
    background-color: var(--bg-light);
  }
  .bg-blue {
    background-color: var(--bg-dark);
  }
  .content__wrapper {
    margin: 0 auto;
    width: var(--wrapper-width);
  }
  /* ttl */
  .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ttl__sub {
    margin-top: 3.73vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
  }
  .bg-gray .ttl__sub {
    color: var(--primary-color);
  }
  .bg-blue .ttl__sub {
    color: var(--text-light);
  }

  /* kv */
  .kv {
    display: flex;
    flex-direction: column;
    padding-top: 10.67vw;

    padding-bottom: 10.8vw;
    color: var(--text-dark);
  }
  .l-kv:first-of-type {
    display: contents;
  }
  .kv__copy {
    order: 1;
    margin: 0 auto;
  }
  .kv__copy img {
    max-width: 100%;
  }
  .kv__btn {
    order: 3;
    margin: 0px auto 0;
  }
  .kv__fig {
    order: 2;
    margin: 6.93vw auto 0;
    width: 72.8vw;
  }
  .kv__textarea {
    order: 4;
    padding-top: 10.8vw;
  }
  .kv__ttl {
    font-size: 6.4vw;
    font-weight: 500;
    text-align: center;
  }
  .kv__text {
    margin-top: 1.87vw;
    font-size: 3.73vw;
    line-height: 1.71;
  }
  .kv__btn-text {
    margin-bottom: 2.67vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
  }

  /* issue */
  #issue {
    padding-top: 9.33vw;
    padding-bottom: 13.33vw;
    color: var(--text-light);
  }
  .issue__ttl {
    margin-bottom: 13.87vw;
  }
  .issue__ttl img {
    width: 22.4vw;
  }
  .issue-unit {
    width: 100%;
  }
  .issue-unit:not(:first-of-type) {
    margin-top: 15.05vw;
  }
  .issue-unit__ttl {
    position: relative;
    padding: 4.69vw 5.87vw;
    width: 100%;
    font-size: 5.33vw;
    font-weight: 500;
    background-color: var(--primary-color);
  }
  .issue-unit__ttl:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 19.58vw;
    height: 23.15vw;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .issue-unit:nth-of-type(1) .issue-unit__ttl:after {
    background-image: url(../img/ill-issue01.svg);
  }
  .issue-unit:nth-of-type(2) .issue-unit__ttl:after {
    background-image: url(../img/ill-issue02.svg);
  }
  .issue-unit__text {
    margin-top: 4.85vw;
  }
  .issue-list__item {
    position: relative;
    padding-left: 8vw;
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 1.75;
  }
  .issue-list__item:before {
    display: block;
    position: absolute;
    top: 1.5vw;
    left: 0;
    border-radius: 6px;
    width: 5.33vw;
    height: 5.33vw;
    background-color: var(--primary-color);
    content: "";
  }
  .issue-list__item:after {
    display: block;
    position: absolute;
    top: 2.9vw;
    left: 1.8vw;
    width: 2.34vw;
    height: 2.7vw;
    background-color: #fff;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .issue-list__item:not(:first-of-type) {
    margin-top: 2.4vw;
  }

  /* solution */
  #solution {
    padding-top: 60px;
    color: var(--text-dark);
  }
  .solution__ttl img {
    width: 38.93vw;
  }

  /* point */
  .point__number {
    width: 29.07vw;
  }
  .point__number img {
    width: 100%;
  }
  .point__ttl {
    margin-top: 3.47vw;
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .point__lead {
    margin-top: 2.13vw;
    font-size: 3.73vw;
    line-height: 1.75;
  }
  .movie-point {
    text-align: center;
  }
  .movie-point img {
    width: 100%;
  }
  .movie-point__caption {
    margin-top: 3.62vw;
    font-size: 4.27vw;
    font-weight: 500;
  }
  .point-subttl {
    text-align: center;
  }
  .point-subttl__text {
    display: block;
    margin-top: 3.47vw;
    font-size: 4.27vw;
    font-weight: 500;
  }
  .card-movie {
    position: relative;
    width: 100%;
  }
  .card-movie:after {
    display: block;
    position: absolute;
    top: 16vw;
    left: 50%;
    width: 14.29vw;
    height: 14.29vw;
    background-image: url(../img/btn_movie.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    content: "";
  }
  .card-movie:not(:first-of-type) {
    margin-top: 7.47vw;
  }
  .cards-movie img {
    width: 100%;
  }
  .card-movie__ttl {
    margin-top: 5.07vw;
    font-size: 5.33vw;
    font-weight: 500;
    text-align: center;
  }
  .card-movie__text {
    margin-top: 2.4vw;
    font-size: 3.73vw;
    line-height: 1.71;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  /* モーダル */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 113, 179, 0.9);
  }
  .modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .modal-window video {
    width: 100%;
  }
  .modal-window img {
    width: 100%;
  }
  .button-close {
    position: absolute;
    top: -5vw;
    right: -1vw;
    font-size: 0;
    cursor: pointer;
  }
  .button-close:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6vw;
    height: 0.3vw;
    background-color: #fff;
    transform: rotate(45deg);
    content: "";
  }
  .button-close:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6vw;
    height: 0.3vw;
    background-color: #fff;
    transform: rotate(-45deg);
    content: "";
  }
  .no-scroll {
    overflow: hidden;
  }

  .drama__fig {
    margin-top: 7.47vw;
    width: 100%;
  }
  .drama__text {
    margin-top: 8.26vw;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
  }
  .efficiency-list__item:not(:first-of-type) {
    margin-top: 4.12vw;
  }
  .efficiency-unit {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    width: 70.93vw;
  }
  .efficiency-unit__number {
    display: grid;
    place-content: center;
    flex-shrink: 0;
    position: relative;
    margin-right: 4.8vw;
    width: 12.27vw;
    height: 15.2vw;
    font-size: 6.2vw;
    font-weight: 500;
  }
  .efficiency-unit:nth-of-type(odd) .efficiency-unit__number {
    color: var(--text-light);
    background-color: var(--primary-color);
  }
  .efficiency-unit:nth-of-type(even) .efficiency-unit__number {
    color: var(--primary-color);
    background-color: #fff;
  }
  .efficiency-unit:first-of-type .efficiency-unit__number img {
    width: 2.05vw;
  }
  .efficiency-unit:nth-of-type(2) .efficiency-unit__number img {
    width: 3.57vw;
  }
  .efficiency-unit:nth-of-type(3) .efficiency-unit__number img {
    width: 3.71vw;
  }
  .efficiency-unit:nth-of-type(4) .efficiency-unit__number img {
    width: 3.89vw;
  }
  .efficiency-unit__number:before {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 3.36vw;
    height: 3.36vw;
    background-color: var(--bg-dark);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .efficiency-unit__number:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.83vw;
    height: 2.83vw;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  .efficiency-unit:nth-of-type(odd) .efficiency-unit__number:after {
    background-color: #fff;
  }
  .efficiency-unit:nth-of-type(even) .efficiency-unit__number:after {
    background-color: var(--primary-color);
  }
  .efficiency-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    position: relative;
  }
  .efficiency-unit__ttl {
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-light);
  }
  .efficiency-unit__text {
    display: none;
  }

  /* point01 */
  #point01 {
    padding-top: 14.67vw;
  }
  .point01__movie {
    margin-top: 7.47vw;
  }
  .point01__sample-movie {
    padding-top: 17.33vw;
    padding-bottom: 15.73vw;
  }
  .point01__sample-movie .point-subttl img {
    width: 50.4vw;
  }
  .point01__cards {
    margin-top: 7.47vw;
  }

  /* point02 */
  #point02 {
    padding-top: 14.67vw;
    padding-bottom: 10.13vw;
    color: var(--text-light);
  }
  .point02__movie {
    margin-top: 7.47vw;
  }

  /* point03 */
  #point03 {
    padding-top: 14.67vw;
    padding-bottom: 21.33vw;
  }
  .point03__drama {
    margin-top: 13.6vw;
  }
  .point03__drama .point-subttl img {
    width: 24vw;
  }
  .point03__movie {
    margin-top: 21.33vw;
  }

  /* point04 */
  #point04 {
    padding-top: 14.67vw;
    padding-bottom: 16.8vw;
  }
  #point04 .point__ttl,
  #point04 .point__lead {
    color: var(--text-light);
  }
  .point04__list {
    margin-top: 10.67vw;
    padding-top: 9.33vw;
    border-top: 1px solid #f4f7fb;
  }

  /* support */
  #support {
    padding-top: 8.53vw;
    padding-bottom: 8.53vw;
    color: var(--text-light);
  }
  .support__ttl {
    margin-bottom: 10.93vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .list-support {
  }
  .support-unit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .support-unit:not(:first-of-type) {
    margin-top: 9.6vw;
  }
  .support-unit img {
    margin-right: 2.13vw;
    width: 16vw;
  }
  .support-unit__ttl {
    font-size: 5.33vw;
    font-weight: 500;
    line-height: 1;
  }
  .support-unit__text {
    margin-top: 2vw;
    font-size: 3.6vw;
    line-height: 1.43;
  }

  /* フッター */
  .footer {
    padding: 3.47vw 0;
    color: var(--text-light);
    background-color: #0c1a29;
  }
  .footer__contents {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .footer__copyright {
    margin-top: 4.67vw;
    font-size: 2.67vw;
  }
  .footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-list__item {
    font-size: 3.2vw;
  }
  .footer-list__item:not(:first-of-type),
  .footer-list__item:not(:nth-of-type(3n + 1)) {
    margin-left: 4.53vw;
  }
  .footer-list__item:nth-of-type(n + 4) {
    margin-top: 2.53vw;
  }
}

.kvImg {
  order: 2;
  margin: 30px 0 0;
  padding-left: 40px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.kvImg img {
  width: 100%;
  height: auto;
}

.kvPoint {
  margin-top: -20px;
  padding: 0 0 135px;
  text-align: center;
}
.kvPoint__title {
  font-size: 32px;
  font-weight: 500;
}
.kvPoint__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 830px;
  gap: 12px 8px;
}
.kvPoint__item {
  padding: 5px 20px;
  border: 2px solid #1f71af;
  border-radius: 100px;
  font-feature-settings: "palt";
  font-size: 20px;

  font-weight: 500;
  color: #1f71af;
}

@media screen and (max-width: 811px) {
  .kvPoint {
    margin-top: 0;
    padding: 15px 10px 55px;
  }
  .kvPoint__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .kvPoint__list {
    margin: 30px auto 0;
    max-width: 100%;
    gap: 9px 6px;
  }
  .kvPoint__item {
    padding: 5px 20px;
    font-size: 15px;
  }
}


/* ==========================================================================
   ★ 企業ロゴ無限スクロールセクション（PC版固定・SP版上部マージン10px追加版）
   ========================================================================== */
   .logoSection {
    background-color: #ffffff;
    padding: 20px 0 40px 0; /* PC版：ロゴ下から白枠の下端までのマージン40px（現状維持） */
    overflow: hidden;
    height: auto; /* 縦幅はコンテンツ内包 */
    
    /* PC版：メインビジュアルの水色背景エリアの縦幅を65px減少（現状維持） */
    margin-top: -65px;
    position: relative;
    z-index: 10;
}

/* テキストの配置調整（960px枠） */
.logoSection__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.05em;
    
    /* 横幅を960pxに設定し中央寄せ、枠内では左寄せ */
    max-width: 960px;
    width: 100%;
    margin: 0 auto 30px auto; /* テキストからロゴまでのマージンを30pxに設定 */
    text-align: left;
    box-sizing: border-box;
}

/* スライダー全体の器 */
.logoContainer {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 1行目と2行目の間の縦マージン */
}

.logoRow {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.logoRow__track {
    display: flex;
    align-items: center;
    gap: 20px; /* ロゴとロゴの間のマージンは20px */
    padding-right: 20px;
}

.logoRow__item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PCサイズ指定（縦:35px以下 / 横:110px以下 / 比率維持） */
.logoRow__item img {
    max-width: 110px !important;
    max-height: 35px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* アニメーション */
.logoRow.--toLeft .logoRow__track {
    animation: scrollToLeft infinite linear;
}
.logoRow.--toRight .logoRow__track {
    animation: scrollToRight infinite linear;
}

@keyframes scrollToLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scrollToRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.logoRow__track:hover {
    animation-play-state: paused;
}

/* --------------------------------------------------------------------------
   ★ 狭くなったブレイクポイント時のレスポンシブ調整
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1020px) { /* 960px ＋ 左右余白を下回るサイズ */
    .logoSection__title {
        max-width: 100%;
        margin-left: 30px; /* テキスト単体で左から30pxのマージンをつけて左寄せ */
        padding-right: 30px;
    }
}

@media screen and (max-width: 811px) {
    .logoSection {
        /* ★修正：上の水色背景を10px増やし、ロゴまでのマージンを10px広げるため -40px から -30px に変更 */
        margin-top: -30px; 
        padding: 20px 0 30px 0; /* SP版の以前の余白を維持 */
    }
    /* SPサイズ指定（縦:30px以下 / 横:80px以下 / 比率維持）を維持 */
    .logoRow__item img {
        max-width: 80px !important;
        max-height: 30px !important;
    }
}