.p-mv {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-mv {
    background: url("../img/img-main_sp.jpg") no-repeat center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100dvh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv {
    background: url("../img/img-main.jpg") no-repeat center center/cover;
    height: 100vh;
  }
}
.p-mv .c-link01 {
  color: #fff;
}
@media print, screen and (min-width: 981px) {
  .p-mv .c-link01 {
    font-size: 1.125rem;
  }
}
.p-mv .c-link01::after {
  background: #fff;
}

.p-mv-inner {
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .p-mv-inner {
    padding: 0 18px 10vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-inner {
    left: 96px;
    top: 50%;
    translate: 0 -50%;
  }
}

@media only screen and (max-width: 980px) {
  .p-mv-catch {
    margin-bottom: 18px;
    width: 336px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-catch {
    margin-bottom: 48px;
    width: min(36vw, 800px);
  }
}
.p-mv-catch img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .p-mv-lead {
    font-size: 0.875rem;
    line-height: 1.714;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-lead {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 980px) {
  .p-news {
    margin-block: 48px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-news {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-block: 68px;
  }
}
.p-news h3 {
  margin-top: 0;
}
.p-news .c-news-list a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 981px) {
  .p-news .c-news-list a {
    padding-block: 20px;
  }
}
.p-news .c-news-list a i {
  top: auto;
  translate: 0;
}
@media only screen and (max-width: 980px) {
  .p-news .c-news-list a i {
    bottom: 26px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-news .c-news-list a i {
    bottom: 32px;
  }
}
@media only screen and (max-width: 980px) {
  .p-news .c-news-list-item:first-child {
    border: none;
  }
}
.p-news .c-news-title {
  width: 100%;
}
.p-news .c-txt {
  margin-top: 15px;
}
.p-news .c-txt a {
  color: var(--color-text-black);
}
@media print, screen and (min-width: 981px) {
  .p-news .c-txt a:hover {
    color: var(--color-purple_A);
  }
}

@media only screen and (max-width: 980px) {
  .p-news-item {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .p-news-item.is-current {
    display: block;
  }
}

.p-future {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-future {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future {
    margin-bottom: 132px;
    padding-top: 72px;
  }
}

.p-future-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .p-future-inner {
    padding-top: 40px;
  }
}

.p-future-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-future-image {
    background: url("../img/img-future_sp.jpg") no-repeat center center/cover;
    height: 724px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-image {
    background: url("../img/img-future.jpg") no-repeat center center/cover;
    height: 890px;
  }
}

.p-future-title {
  font-weight: 300;
  letter-spacing: 0.03em;
  text-shadow: rgba(255, 255, 255, 0.8) 0 0 2px;
}
@media only screen and (max-width: 980px) {
  .p-future-title {
    font-size: 1rem;
    line-height: 2;
    margin-block: 0 44px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-block: 0 50px;
  }
}
.p-future-title strong {
  font-weight: 300;
}
@media print, screen and (min-width: 981px) {
  .p-future-title strong {
    font-size: 2.875rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-future-catch {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-catch {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .p-future-catch img {
    height: auto;
    width: 204px;
  }
}

.p-future-catch-text {
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 980px) {
  .p-future-catch-text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-catch-text {
    font-size: 1.125rem;
  }
}
.p-future-catch-text strong {
  font-weight: 400;
}
@media print, screen and (min-width: 981px) {
  .p-future-catch-text strong {
    font-size: 1.75rem;
  }
}

.p-box {
  position: relative;
}
@media print, screen and (min-width: 981px) {
  .p-box {
    padding-top: 100px;
  }
}
.p-box .c-col {
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .p-box .c-col .c-col-img {
    aspect-ratio: 337/172;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .p-box .c-col .c-col-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.p-box-bg {
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 980px) {
  .p-box-bg {
    height: 300px;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-box-bg {
    width: calc(1196px + (100% - 1536px) / 2);
  }
}
.p-box-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-box-inner {
  position: relative;
  z-index: 2;
}

.p-box-title {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 0;
  text-shadow: rgba(255, 255, 255, 0.8) 0 0 2px;
}
@media only screen and (max-width: 980px) {
  .p-box-title {
    font-size: 1rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 981px) {
  .p-box-title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-box-title strong {
  font-weight: 300;
}
@media print, screen and (min-width: 981px) {
  .p-box-title strong {
    font-size: 2.875rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-innovation {
    margin-bottom: 40px;
    padding-top: 72px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-innovation {
    margin-bottom: 112px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-innovation .p-box-bg {
    height: 464px;
    max-height: 36vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-innovation .p-box-title {
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-innovation .p-box-title {
    margin-bottom: 72px;
  }
}
.p-innovation .c-col-item a .c-link-external span::before {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-growth {
    margin-bottom: 72px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-growth {
    margin-bottom: 112px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-growth .p-box-bg {
    height: 395px;
  }
}
@media only screen and (max-width: 980px) {
  .p-growth .p-box-title {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-growth .p-box-title {
    margin-bottom: 112px;
  }
}

@media only screen and (max-width: 980px) {
  .p-recruit {
    padding-top: 52px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 980px) {
  .p-recruit .p-box-bg {
    height: 240px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit .p-box-bg {
    height: 289px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit .c-col-item {
    max-width: 634px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit .p-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
}
@media only screen and (max-width: 980px) {
  .p-recruit .p-box-inner .p-box-title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit .p-box-inner .p-box-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 980px) {
  .p-recruit .p-box-inner .c-txt {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-recruit .p-box-inner .c-txt {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 980px) {
  .c-col {
    gap: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .c-col .c-col-item:not(:last-child) {
    border-bottom: 1px solid var(--color-bg_B);
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .c-col .c-col-item:not(:first-child) .c-col-img {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .c-col .c-col-item:not(:first-child) .c-col-title {
    margin-top: 0;
  }
}