@charset "utf-8";
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.holdings-footer__pagetop a img {
  width: initial;
}

body {
  font-family: "Noto Sans", serif;
  line-height: 1.875;
  letter-spacing: 0.01em;
  background: #fff;
  font-style: normal;
  color: #000;
  
  @media (max-width: 980px) {
    line-height: 1.7;
  }
}

#page {
  max-width: 100%;
  min-width: inherit;
  background: #fff;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  main {
    min-width: inherit;
  }
}

@media (min-width: 981px) {
  .p-title-01 {
    margin-bottom: 32px;
    position: relative;
    font-size: 78px;
    font-weight: 800;
    line-height: 1.2;
    color: #3170bd;
  }

  .p-title-02 {
    padding: 3px 19px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url("/phs/glavenir/img/bg-heading-01-pc.jpg") 0 0 no-repeat;
    background-size: 100% auto;
  }

  .p-title-03 {
    display: inline-block;
    position: relative;
    color: #3170bd;
    font-size: 24px;
    font-weight: bold;
    
    &::before {
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      left: calc(100% + 19px);
      width: 88px;
      height: 3px;
      background-color: #3170bd;
    }
  }
  
  .p-text-sub-01 {
    font-weight: bold;
    font-size: 24px;
    line-height: calc(40 / 24);
  }

  .p-text-01 {
    font-size: 16px;
  }

  .section-feature {
    .p-text-01 {
      margin-top: 8px;
    }
    
    .p-title-02 {
      margin-top: 51px;
    }
  }


  .p-content {
    position: relative;
  }

  .p-section-mv {
    padding: 30px 0 48px;
    background: url('/phs/glavenir/img/bg-mv-pc.jpg') center bottom no-repeat;
    background-size: cover;
  }

  .p-slider {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .p-upper-content {
    max-width: 1017px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-upper-content__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
  }
  .p-upper-content__sub {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
  }
  .p-upper-content__text {
    margin-top: 12px;
    color: #fff;
    font-weight: 500;
  }

  .p-section {
    padding: 80px 0;
  }

  .p-section-inner {
    max-width: 1017px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-feature-image {
    margin-top: 25px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    z-index: 2;
  }

  .p-solution-item {
    position: relative;
    
    &.image-left .p-solution-content {
      position: absolute;
      width: 41%;
      top: 26px;
    }
    
    &.image-right .p-solution-content {
      position: absolute;
      width: 39%;
      left: 61%;
      top: 25px;
    }
    
    &:not(:first-child) {
      margin-top: 80px;
    }
    
  }

  .p-list-01 {
    margin-top: 7px;
    
    li {
      position: relative;
      padding-left: 16px;
      line-height: 1.5;
      
      &:not(:first-child) {
        margin-top: 12px;
      }
      
      &::before {
        position: absolute;
        content: "";
        left: 0;
        top: 9px;
        width: 9px;
        height: 9px;
        background-color: #3170bd;
        border-radius: 50%;
      }
    }
  }

  .section-solution {
    position: relative;
    padding-top: 112px;
    padding-bottom: 238px;
    
    &::before {
      content: "";
      position: absolute;
      top: -228px;
      bottom: 690px;
      left: 50%;
      transform: translateX(-50%);
      width: 1900px;
      clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 63%);
      background-color: #e7f2fb;
      z-index: 0;
      pointer-events: none;
    }
    
    .p-title-01 {
      margin-bottom: 5px;
    }
  }

  .section-case-study {
    position: relative;
    padding: 45px 0 114px;
    background-color: #1a3470;
  }

  .p-ttl-case-study {
    position: absolute;
    top: -67px;
    margin-left: -4px;
    color: #1a3470;
    font-size: 78px;
    font-weight: 800;
    line-height: 1;
  }

  .p-sub-case-study {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(100% + 20px);
      width: 88px;
      height: 3px;
      background-color: #fff;
    }
  }

  .p-specification {
    position: relative;
    margin-top: 45px;
  }

  .p-table-specification {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 5px 15px;
  }

  .p-table-specification-column {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }


  .p-table-specification-lead {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    background-color: #d1dee9;
    font-weight: bold;
    line-height: 1.5;
    
    span {
      display: block;
      font-size: 12px;
    }
    
    &.-empty {
      background-color: #fff;
    }
  }

  .p-table-specification-head {
    padding: 16px;
    font-size: 16px;
    background-color: #3170bd;
    color: #fff;
    font-weight: bold;
  }

  .p-table-specification-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 58px;
    font-size: 16px;
    color: #3170bd;
    font-weight: 600;
    background-color: #f3f9fe;
    
    &:nth-child(odd) {
      background-color: #e7f2fb;
    }
  }

  .p-list-specification-note {
    margin-top: 33px;
    counter-reset: item-counter;
    
    li {
      position: relative;
      padding-left: 20px;
      counter-increment: item-counter;
      font-size: 14px;
      font-weight: 500;
      line-height: calc(22/14);
      
      &:not(:first-child) {
        margin-top: 5px;
      }
      
      &::before {
        position: absolute;
        left: 0;
        content:  "[" counter(item-counter) "]";
      }
    }
  }

  .p-case-study-image {
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .p-case-study-image-item {
    overflow: hidden;
    border-radius: 12px;
    
    img {
      width: 100%;
      height: auto;
    }
  }

  .p-case-study-text {
    margin-top: 20px;
    
    a {
      position: relative;
      color: #fff;
      font-size: 14px;
      text-decoration: underline;
      padding-right: 20px;
      font-weight: 500;
      
      span.sp {
        display: none;
      }
      
      span.pc {
        display: block;
        margin-left: 5px;
        display: inline-block;
      }
      
      &:hover {
        text-decoration: none;
      }
    }
  }
}

@media (max-width: 980px) {
  .p-title-01 {
    margin-bottom: 32px;
    position: relative;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2;
    color: #3170bd;
  }

  .p-title-02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 12px 19px;
    align-items: center;
    min-height: 55px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: calc(29 / 19);
    background: url("/phs/glavenir/img/bg-heading-01-sp.jpg") 0 0 no-repeat;
    background-size: 100% auto;
  }

  .p-title-03 {
    display: inline-block;
    position: relative;
    color: #3170bd;
    font-size: 24px;
    font-weight: bold;
    
    &::before {
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      left: calc(100% + 19px);
      width: 88px;
      height: 3px;
      background-color: #3170bd;
    }
  }
  
  .p-text-sub-01 {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
  }

  .p-text-01 {
    font-size: 14px;
  }

  .section-feature {
    .p-text-01 {
      margin-top: 8px;
    }
    
    .p-title-02 {
      margin-top: 48px;
      margin-bottom: 14px;
    }
  }

  .p-content {
    position: relative;
  }

  .p-section-mv {
    padding: 40px 20px 60px;
    background: url('/phs/glavenir/img/bg-mv-sp.jpg') center bottom no-repeat;
    background-size: cover;
  }

  .p-slider {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 46px;
  }

  .p-upper-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .p-upper-content__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
  }
  .p-upper-content__sub {
    margin-top: 17px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: bold;
    color: #fff;
  }
  .p-upper-content__text {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }

  .p-section {
    padding: 84px 0;
  }

  .p-section-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-feature-image {
    margin-top: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    z-index: 2;
  }

  .p-solution-item {
    position: relative;
    
    &.image-left .p-solution-content {
      position: relative;
      width: 100%;
      top: 0;
    }
    
    &.image-right .p-solution-content {
      position: relative;
      width: 100%;
      left: 0;
      top: 0;
    }
    
    &:not(:first-child) {
      margin-top: 50px;
    }
  }
  
  .p-solution-image {
    margin-top: 28px;
  }

  .p-list-01 {
    margin-top: 12px;
    
    li {
      position: relative;
      padding-left: 16px;
      line-height: 1.7;
      font-size: 14px;
      
      &:not(:first-child) {
        margin-top: 7px;
      }
      
      &::before {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 9px;
        height: 9px;
        background-color: #3170bd;
        border-radius: 50%;
      }
    }
  }

  .section-solution {
    position: relative;
    padding-top: 22px;
    padding-bottom: 150px;
    
    &::before {
      content: "";
      position: absolute;
      top: -375px;
      bottom: 1220px;
      left: 50%;
      transform: translateX(-50%);
      width: 1900px;
      clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 66%);
      background-color: #e7f2fb;
      z-index: 0;
      pointer-events: none;
    }
    
    .p-title-01 {
      margin-bottom: 26px;
    }
  }

  .section-case-study {
    position: relative;
    padding: 42px 0 40px;
    background-color: #1a3470;
  }

  .p-ttl-case-study {
    position: absolute;
    top: -48px;
    left: 15px;
    color: #1a3470;
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
  }

  .p-sub-case-study {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(100% + 20px);
      width: 88px;
      height: 3px;
      background-color: #fff;
    }
  }

  .p-specification {
    position: relative;
    margin-top: 56px;
    
    .p-title-02 {
      padding: 0 19px;
    }
  }

  .p-table-specification {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 5px 15px;
  }

  .p-table-specification-column {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    
    &.-column-lead {
      display: none;
    }
    
    &:last-of-type {
      margin-top: 10px;
    }
  }

  .p-table-specification-lead {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    background-color: #d1dee9;
    font-weight: bold;
    color: #000;
    
    span {
      display: block;
      font-size: 12px;
    }
  }

  .p-table-specification-head {
    padding: 9px;
    font-size: 16px;
    background-color: #3170bd;
    color: #fff;
    font-weight: bold;
  }

  .p-table-specification-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 45px;
    font-size: 16px;
    color: #3170bd;
    font-weight: 600;
    background-color: #f3f9fe;
    
    .p-table-specification-lead {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      min-height: 45px;
      line-height: 1.5;
    }
    
    .p-table-specification-lead-inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      min-height: 45px;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
    
    &:nth-child(odd) {
      .p-table-specification-lead-inner {
        background-color: #e7f2fb;
      }
    }
  }

  .p-list-specification-note {
    margin-top: 14px;
    counter-reset: item-counter;
    
    li {
      position: relative;
      padding-left: 20px;
      counter-increment: item-counter;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7;
      
      &:not(:first-child) {
        margin-top: 0;
      }
      
      &::before {
        position: absolute;
        left: 0;
        content:  "[" counter(item-counter) "]";
      }
    }
  }

  .p-case-study-image {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .p-case-study-image-item {
    overflow: hidden;
    border-radius: 10px;
  }

  .p-case-study-text {
    margin-top: 14px;
    line-height: 1.7;
    
    a {
      position: relative;
      color: #fff;
      font-size: 14px;
      text-decoration: underline;
      padding-right: 20px;
      font-weight: 500;
      line-height: 1.7;
      
      span.sp {
        margin-left: 5px;
        display: inline-block;
        width: 10px;
        height: 10px;
      }
      
      span.pc {
        display: none;
      }
    }
  }
}

/* modify slider */

@media (min-width: 981px) {
  .swiper-container-horizontal >.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 17px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .swiper-container-horizontal >.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 26px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #fff;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


@media (min-width: 981px) {
  .only-pc {
    display: block;
  }
  
  .only-sp {
    display: none;
  }
}

@media (max-width: 980px) {
  .only-pc {
    display: none;
  }
  
  .only-sp {
    display: block;
  }
}