.main-visual {
  position: relative;
  width: 100%;
  height: 46.25vw;
  background: url("/shap/theme2023/assets/images/index/main-visual.png");
  background-size: cover;
}
.main-visual-copy {
  padding-top: 12.5vw;
  font-size: max(2rem, 3.75vw);
  color: var(--color-dark-blue);
  line-height: 1.5333333333;
  margin-bottom: 4rem;
  font-weight: 500;
  font-family: "gotham";
}
.main-visual-lead {
  color: var(--color-dark-blue);
  font-size: max(1rem, 1.25vw);
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .main-visual {
    position: relative;
    width: 100%;
    height: auto;
    background: url("/shap/theme2023/assets/images/index/main-visual_sp.png");
    background-size: cover;
    padding-top: 42.6666666667vw;
    padding-bottom: 30.6666666667vw;
  }
  .main-visual-copy {
    padding-top: 0;
    font-size: 9.3333333333vw;
    color: var(--color-dark-blue);
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
  .main-visual-lead {
    color: var(--color-dark-blue);
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.news-pickup {
  background: #2e008b url("/shap/theme2023/assets/images/index/bg-news.png") no-repeat center;
  background-size: cover;
  max-width: 1480px;
  margin: -130px auto 0;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  position: relative;
  z-index: 2;
}
.news-pickup a {
  font-size: 1.4rem;
  color: #fff;
}
.news-pickup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-pickup-header {
  -ms-flex-item-align: center;
      align-self: center;
  width: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-pickup-title {
  margin-bottom: 2rem;
}
.news-pickup-title-en {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
}
.news-pickup-title-ja {
  display: block;
}
.news-pickup-body {
  border-left: 1px solid #fff;
  padding: 1rem 0 1rem 30px;
  width: 560px;
}
.news-pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-pickup-item {
  margin-bottom: 2rem;
}
.news-pickup-item:last-child {
  margin-bottom: 0;
}
.news-pickup-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-pickup-item-category li {
  font-weight: 700;
  font-family: "gotham";
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.news-pickup-item-category li a {
  font-size: 1.2rem;
  background: #fff;
  color: var(--color-dark-blue);
  padding: 0.3rem 0.5rem;
  border: 2px solid #fff;
}
.news-pickup-item-category li a:hover {
  border-color: #acb8d0;
  background: #e8ecf3;
}
.news-pickup-item-title {
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-pickup-item-pubdate {
  font-size: 1.2rem;
}
.news-pickup .app-banner {
  background: #fff;
  margin-left: auto;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--color-dark-blue);
}
.news-pickup .app-banner-label {
  color: var(--color-dark-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-pickup .app-banner-label [class^=icon] {
  position: absolute;
  color: var(--color-dark-blue);
  right: 1.5rem;
  font-size: 2.2rem;
}
.news-pickup .app-banner img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-pickup .app-banner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-pickup .app-banner-image {
  overflow: hidden;
}

@media screen and (max-width: 1168px) {
  .news-pickup {
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .news-pickup-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-pickup-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .news-pickup-title {
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .news-pickup-title-en {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .news-pickup-title-ja {
    font-size: 32;
  }
  .news-pickup-body {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-bottom: 5.3333333333vw;
  }
  .news-pickup .app-banner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .news-pickup {
    background: url("/shap/theme2023/assets/images/index/bg-news_sp.png") no-repeat center;
    background-size: cover;
    margin-top: -18.6666666667vw;
    width: 92vw;
    padding: 5.3333333333vw;
  }
  .news-pickup a:link, .news-pickup a:visited {
    font-size: 3.2vw;
  }
  .news-pickup-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .news-pickup-title {
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .news-pickup-title-en {
    font-size: 2.6666666667vw;
    margin-bottom: 8px;
  }
  .news-pickup-title-ja {
    font-size: 4.2666666667vw;
  }
  .news-pickup-item {
    margin-bottom: 5.3333333333vw;
  }
  .news-pickup-item-category {
    margin-bottom: 10px;
  }
  .news-pickup-item-category li {
    font-size: 2.6666666667vw;
    background: #fff;
    color: var(--color-dark-blue);
    font-weight: 700;
    font-family: "gotham";
    padding: 0.2rem 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .news-pickup-item-title {
    margin-bottom: 0.25rem;
    text-overflow: initial;
    white-space: initial;
    overflow: auto;
    font-size: 3.2vw;
  }
  .news-pickup-item-pubdate {
    font-size: 2.6666666667vw;
  }
  .news-pickup .app-banner {
    background: #fff;
    margin-left: auto;
    width: 100%;
  }
  .news-pickup .app-banner-label {
    color: var(--color-dark-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    font-size: 3.7333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .news-pickup .app-banner-label [class^=icon] {
    position: absolute;
    color: var(--color-dark-blue);
    right: 1.5rem;
    font-size: 2.2rem;
  }
}
.product-slider {
  margin-bottom: 60px;
}
.product-slider .swiper-slide {
  max-width: 1128px;
  background: #f3f5f9;
  padding: 40px 50px;
  margin: 0 0px;
  -webkit-transform: scale(83.3333333333%);
          transform: scale(83.3333333333%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-slider .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
  background: var(--color-dark-blue);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-slider .swiper-button-prev::after,
.product-slider .swiper-button-next::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
}
.product-slider .swiper-button-prev::after {
  content: "\e900";
  left: 30px;
}
.product-slider .swiper-button-next::after {
  content: "\e901";
  right: 30px;
}
.product-slider .product-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider .product-slide-image {
  width: 50%;
}
.product-slider .product-slide-text {
  padding-top: 24px;
  width: 41.8287937743%;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-slider .product-slide-copy {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--color-dark-blue);
}
.product-slider .product-slide-name {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-dark-blue);
  margin-bottom: 32px;
}
.product-slider .product-slide-lead {
  margin-bottom: 32px;
}
.product-slider .product-slide-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-slider .product-slide-material-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  padding: 2px;
}
.product-slider .product-slide-material-list li {
  background: #fff;
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  font-weight: 700;
  font-family: "gotham";
  font-size: 1.4rem;
  margin-right: 5px;
}
.product-slider .product-slide-material-list li:last-child {
  margin-right: 0;
}
.product-slider .product-slide-material-list .material-p {
  color: #fff;
  background: #00a0e9;
}
.product-slider .product-slide-material-list .material-m {
  color: #000;
  background: #fff100;
}
.product-slider .product-slide-material-list .material-k {
  color: #fff;
  background: #e60012;
}
.product-slider .product-slide-material-list .material-n {
  color: #fff;
  background: #009944;
}
.product-slider .product-slide-material-list .material-s {
  color: #fff;
  background: #b60005;
}
.product-slider .product-slide .material-info {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: var(--color-dark-blue);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: auto;
}
.product-slider .product-slide .button {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .product-slider .swiper-slide {
    width: 84vw;
    margin: 0 2.6666666667vw;
    padding: 4.2666666667vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .product-slider .product-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-slider .product-slide-text, .product-slider .product-slide-image {
    width: 100%;
  }
  .product-slider .product-slide-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-slider .product-slide-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-slider .swiper-button-prev,
  .product-slider .swiper-button-next {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 26.6666666667vw;
  }
  .product-slider .swiper-button-prev::after,
  .product-slider .swiper-button-next::after {
    font-size: 3.2vw;
  }
  .product-slider .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .product-slider .swiper-button-prev::after {
    padding-left: 30%;
    left: 0%;
  }
  .product-slider .swiper-button-next {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .product-slider .swiper-button-next::after {
    padding-right: 30%;
    right: 0px;
  }
}
.product-pickup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-pickup-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 82px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-pickup-item:nth-child(1) {
  background: url("/shap/theme2023/assets/images/index/product-pickup01.png") no-repeat right;
  background-size: cover;
}
.product-pickup-item:nth-child(2) {
  background: url("/shap/theme2023/assets/images/index/product-pickup02.png") no-repeat;
  background-size: cover;
}
.product-pickup-item-title {
  height: 4em;
  font-size: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-pickup-item-lead {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .product-pickup-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-pickup-item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--sp-inner-width);
    padding: 13.3333333333vw 4vw;
    margin: 0 auto 2.9333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-pickup-item:nth-child(1) {
    background: url("/shap/theme2023/assets/images/index/product-pickup01.png") no-repeat;
    background-size: cover;
  }
  .product-pickup-item:nth-child(2) {
    background: url("/shap/theme2023/assets/images/index/product-pickup02.png") no-repeat;
    background-size: cover;
  }
  .product-pickup-item-title {
    height: auto;
    font-size: 6.4vw;
    margin-bottom: 4vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-pickup-item-lead {
    font-size: 3.7333333333vw;
    text-align: left;
    margin-bottom: 40px;
  }
}
.company {
  background: #f3f5f9;
}

.company-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.company-header-text {
  width: 26.875vw;
}

.company-header-nav {
  width: 350px;
}
.company-header-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-header-nav li {
  margin-bottom: 2em;
}
.company-header-nav li a {
  color: var(--color-dark-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-family: "gotham";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-header-nav li:nth-child(odd) {
  width: 50%;
}
.company-header-nav li:nth-child(even) {
  width: 34.2857142857%;
}

@media screen and (max-width: 767px) {
  .company-header {
    display: block;
    width: var(--sp-inner-width);
    margin: 0 auto 13.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-header-text {
    width: 100%;
  }
  .company-header-lead {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 10vw;
  }
  .company-header-nav {
    width: 100%;
  }
  .company-header-nav-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-header-nav li {
    margin-bottom: 0em;
    border-top: 1px solid #bfbfbf;
  }
  .company-header-nav li:last-child {
    border-bottom: 1px solid #bfbfbf;
  }
  .company-header-nav li a {
    color: var(--color-dark-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 2.6666666667vw 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 3.7333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-header-nav li a .icon-arrow-right {
    font-size: 4.8vw;
  }
  .company-header-nav li:nth-child(odd) {
    width: 100%;
  }
  .company-header-nav li:nth-child(even) {
    width: 100%;
  }
}
.company-engineering-center {
  background: url("/shap/theme2023/assets/images/index/company-engineering-center.png") no-repeat;
  background-size: cover;
  padding-left: min(638px, 56.5602836879%);
  padding-right: 5.3191489362%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.company-engineering-center-copy {
  color: var(--color-dark-blue);
  font-size: 2rem;
  margin-bottom: 2rem;
}
.company-engineering-center-title {
  color: var(--color-dark-blue);
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.company-engineering-center-lead {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .company-engineering-center {
    background: #fff url("/shap/theme2023/assets/images/index/company-engineering-center_sp.png") no-repeat;
    background-size: contain;
    width: var(--sp-inner-width);
    margin: 0 auto;
    padding: 61.6vw 4vw 4.8vw;
  }
}
.column-header {
  margin-bottom: 74px;
}

.column-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.column-pickup-image {
  width: 50%;
}
.column-pickup-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 4.4326241135%;
  padding-right: 4.4326241135%;
}
.column-pickup-title {
  text-align: left;
  width: 100%;
  font-size: 3.2rem;
  margin-bottom: 0.25em;
  color: var(--color-dark-blue);
}
.column-pickup-company {
  text-align: left;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 1.25em;
  color: var(--color-dark-blue);
}
.column-pickup-lead {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .column {
    width: var(--sp-inner-width);
    margin: 0 auto;
  }
  .column-header {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  .column-pickup {
    display: block;
  }
  .column-pickup-image, .column-pickup-text {
    width: 100%;
  }
  .column-pickup-image {
    margin-bottom: 6.6666666667vw;
  }
  .column-pickup-text {
    padding: 0;
  }
  .column-pickup-title {
    font-size: 6.4vw;
  }
  .column-pickup-company {
    font-size: 4.2666666667vw;
  }
  .column-pickup-lead {
    margin-bottom: 40px;
    font-size: 3.7333333333vw;
  }
}
.news {
  border-top: 1px solid #bfbfbf;
}
.news-list {
  max-width: 960px;
  margin: 0 auto 60px;
}
.news-item {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 40px;
  padding-top: 40px;
}
.news-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-item-category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "gotham";
  margin-right: 0.5em;
}
.news-item-category li a {
  background: #e8ecf4;
  color: var(--color-dark-blue);
  padding: 0.2rem 1rem;
  border: 2px solid #e8ecf4;
}
.news-item-category li a:hover {
  border-color: #acb8d0;
}
.news-item-title {
  margin-bottom: 0.5em;
}
.news-item-title a {
  color: var(--color-dark-blue);
  font-weight: 500;
  font-family: "gotham";
}
.news-item-pubdate {
  font-size: 1.2rem;
  color: var(--color-dark-blue);
}

@media screen and (max-width: 767px) {
  .news-list {
    max-width: var(--sp-inner-width);
    margin: 0 auto 8vw;
  }
  .news-item {
    border-bottom: 1px solid #bfbfbf;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .news-item-category {
    margin-bottom: 2.6666666667vw;
  }
  .news-item-category li {
    font-size: 1.3333333333vw;
  }
  .news-item-title {
    margin-bottom: 0.5em;
  }
  .news-item-title a {
    font-size: 3.7333333333vw;
    font-weight: 500;
    font-family: "gotham";
  }
  .news-item-pubdate {
    font-size: 2.6666666667vw;
    color: var(--color-dark-blue);
  }
}