/* =========================
common
========================= */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
}

.highlighter {
  padding: 1px 4px;
      background-color: #ffff00;
  box-decoration-break: clone;
}

/* 初期リストスタイルの打ち消し */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-wrap {
  text-align: center;
}

.link-btn {
  position: relative;
    isolation: isolate;
  display: inline-block;
  padding: 5px 24px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  text-decoration: none;
  color: #000;
  z-index: 2;
}

/* 右線（高さ70%） */
.link-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 2px;
  height: 70%;
  background: #333;
  z-index: 2;
}

.deco--line {
  position: absolute;
  bottom: 2px;
  right: -1px;
    width: 10px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.deco--bottom-line {
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: 0;
}

/* リンクの装飾枠矢印の斜線パーツ */
.link-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 3px, transparent 6px);
  transform: translate(6px, 6px);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .link-btn:hover::after {
    opacity: 1;
  }
}

.note-mark {
  font-size: 0.5em;
  vertical-align: super;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

section[id] {
  scroll-margin-top: 100px;
}

/* --モーダル-- */
.movie-trigger {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.movie-trigger img {
  display: block;
  width: 100%;
}

.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.movie-modal.is-open {
  display: block;
}

.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.movie-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90vw, 960px);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
}

.movie-modal__content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}

.u-hidden-sm-down {
  display: none !important;
}
  .u-hidden-sm-up {
    display: block !important;
  }
.u-hidden-md-up {
  display: none !important;
}

.u-hidden-xs-up {
  display: none !important;
}

@media (min-width: 767px) {
  .u-hidden-sm-down {
    display: block !important;
  }
  .u-hidden-sm-up {
    display: none !important;
  }

}

@media (max-width: 1000px) {
  .u-hidden-md-up {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .table-scroll {
    position: relative;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }


}

@media screen and (max-width: 360px) {
  .u-hidden-xs-up {
    display: block !important;
  }
}

/* =========================
header-industry
========================= */
.header-industry {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}

.header-industry .container {
  /* padding: 30px 0; */
  padding: 30px 8px 30px 0px;
}

.header-industry .header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-industry .site-logo {
  width: 90px;
  height: 50px;
}

.header-industry .site-logo img {
  height: 52px;
}

/* header-anchor-link 共通 */
.header-anchor-link a {
  position: relative;
  display: inline-block;
  color: #000;
}

.header-anchor-link a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 60px;
  height: 2px;
  background-color: #61BAB7;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .header-anchor-link:hover a::after {
    transform: translateX(-50%) scaleX(1);
  }
}

.header-link {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: #ffff00;
  display: block;
  padding: 7px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
}

/* ホバー　斜線ストライプのシャドウ */
.header-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, #cee6e4, #cee6e4 3px, transparent 3px, transparent 6px);
  transform: translate(6px, 6px);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .header-link:hover::before {
    opacity: 1;
  }
}

.header-link.link--tape-cartridge::after,
.header-link.link--tepra-pro::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
  transition: border 0.3s ease-in-out;
}

.header-link.link--top {
  background-color: #fff;
  border: 1px solid #000;
}

.header-anchor-link {
  text-align: center;
  line-height: 1.25;
}

.header__wrap--sp .header-anchor-link {
  border-bottom: 1px solid #000;
}

.header-link.link--tape-cartridge {
  padding: 10px 25px;
}

.header-link.link--tepra-pro {
  padding: 10px 15px;
}

.header-link.link--top {
  padding: 17px 9px;
  background-color: #fff;
}

.header__bottom-wrap--sp {
  background-color: #000;
  padding: 20px 10px;
}

.sns-unit__catch {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}

.sns-unit {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sns-icon {
  display: block;
  width: 32px;
}

.homelink-unit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.homelink-icon {
  display: block;
}

.homelink-icon.icon--tepra-pro {
  width: 82px;
}

.homelink-icon.icon--kingjim {
  width: 155px;
}

.header-bottom__copyright {
  color: #fff;
  font-size: 10px;
  margin: 10px 0 0 30px;
}

.header__wrap--sp,
.header__menu-btn,
.site-logo--sp {
  display: none;
}

/* ヘッダー崩れ対策 */
@media screen and (max-width:1000px) {
  .header-industry .header__container {
    font-size: 12px;
  }

  .header-link.link--tape-cartridge {
    padding: 10px 8px;
  }

  .header-link.link--tepra-pro {
    padding: 10px 8px;
  }
}

@media screen and (max-width:767px) {
  .site-logo--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    z-index: 300;
  }

  .header-industry {
    background: none;
  }

  /* PCメニューを隠す */
  .header__wrap--pc {
    display: none;
  }

  /* ハンバーガーボタン表示 */
  .header__wrap--sp {
    display: block;
    position: relative;
  }

  .header__wrap--sp .site-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: auto;
    z-index: 100;
  }

  .header__wrap--sp .site-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header__menu-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1001;
  }

  .header__menu-btn button {
    width: 60px;
    height: 60px;
    background: #FFFF00;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .header__menu-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
  }

  /* 開いている時：×に変形 */
  .header__menu-btn.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .header__menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .header__menu-btn.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header__wrap--sp {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #E7F1F9;
    z-index: 100;
    overflow-y: auto;
  }

  .header__wrap--sp.is-open {
    display: block;
  }

  .header__wrap--sp .header__container {
    padding: 90px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header__wrap--sp a {
    display: block;
    padding: 4px 0 12px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }

  .header__wrap--sp .site-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    height: auto;
    z-index: 100;
  }

  .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #FFD900;
    border: none;
    font-size: 30px;
    z-index: 1002;
    cursor: pointer;
  }

  .header-link {
    width: 100%;
  }

  .header__wrap--sp .header-anchor-link {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: left;
    position: relative;
  }

  .header__wrap--sp .header-anchor-link::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    background: url(../img/icon_accordion_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
  }

  .header__wrap--sp .header-anchor-link.anchor-05 {
    margin-bottom: 20px;
  }

  .header__wrap--sp .header-link.link--tape-cartridge {
    padding: 20px 25px;
  }

  .header__wrap--sp .header-link.link--tepra-pro {
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .header__wrap--sp .header-link.link--top {
    padding: 12px 9px;
    background-color: transparent;
  }
}


/* =========================
first-view
========================= */

.first-view {
  text-align: center;
  padding: 170px 0 140px;
  margin: 110px 0 0px;
  background-image: url("../img/fv_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-view__title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}

.first-view__title .title--emphasis {
  position: relative;
  display: inline-block;
  padding: 1px 3px;
}

.first-view__title .title--emphasis::before {
  content: "";
  position: absolute;
    top: 6px;
  bottom: 6px;
  left: 0;
  right: 0;
  background-color: #ffff00;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 1;
  animation: highlightReveal 0.4s ease-out forwards;
  animation-delay: 0.3s;
}

.first-view__title .title-text--tepra {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000;
  clip-path: inset(0 100% 0 0);
  animation: textReveal 0.4s ease-out forwards;
  animation-delay: 0.3s;
}

/* アニメーション */
@keyframes highlightReveal {
  to {
    transform: scaleX(1);
  }
}

@keyframes textReveal {
  to {
    clip-path: inset(0 0 0 0);
    
  }
}

.first-view__lead {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width:767px) {
  .first-view {
    margin: 0;
    padding: 170px 0px 120px;
    background-position: calc(50% + 30px) center;
  }

  .first-view__title {
    font-size: 34px;
  }

  .first-view__lead {
    font-size: 20px;
  }
}


/* =========================
problem
========================= */

.problem {
  padding-top: 80px;
}

.problem__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.problem .title--catch {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #61BAB7;
  text-align: center;
  margin-bottom: 10px;
}

.problem__list-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 100px;
}

.problem__list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.problem__list-catch {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 28px;
}

.problem__list-catch::before,
.problem__list-catch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #61BAB7;
}

.problem__list-catch::before {
  left: 8px;
  transform: translateY(-50%) rotate(60deg);
}

.problem__list-catch::after {
  right: 8px;
  transform: translateY(-50%) rotate(-60deg);
}

.problem__answer-wrap .title--emphasis {
  background-color: #ffff00;
    padding: 1px 3px;
    display: inline-block;
}

.problem__list-catch {
  color: #61BAB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.problem__list-image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.problem__list-text {
  flex: 1;
  background: #F0EFE7;
  padding: 18px;
  border-radius: 0 0 10px 10px;
}

.problem__answer-wrap {
  background: #E7F1F9;
  position: relative;
  padding-bottom: 130px;

  /* innerを無視して全幅 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.problem__answer-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: url("../img/answer-wrap_deco_white-triangle.webp") no-repeat center bottom / 100% 100%;
}

.problem__answer-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background: url("../img/answer-wrap_deco_v-shape.webp") no-repeat center bottom / 100% 100%;
}

.answer__image {
  display: flex;
  justify-content: center;
  position: relative;
}

.answer__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.5;
}

.answer__text {
  font-size: 20px;
  text-align: center;
  background-color: #B7D5ED;
  padding: 20px 0;
}

.answer__text .deco-wrap {
  position: relative;
}

.answer__text .deco-wrap::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -110px;
  width: 144px;
  height: 60px;
  background: url("../img/catch-txt_point.webp") no-repeat center / contain;
}

@media screen and (max-width:1000px) {
  .problem__list-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 70px;
  }

  .problem__list-item {
    width: 48%;
    flex: initial;
    display: block;
    flex-direction: initial;
    margin-bottom: 25px;
    max-width: 300px;
  }
}

@media screen and (max-width:1000px) {
  .answer__text .deco-wrap::before {
    left: -60px;
  }
}

@media screen and (max-width:767px) {
  .problem__title {
    font-size: 32px;
    line-height: 1.25;
  }

  .problem__title .title--catch {
    font-size: 24px;
  }

  .problem__list-wrap {
    justify-content: space-between;
  }

  .problem__list-item {
    width: 48%;
    flex: initial;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .problem__list-catch {
    font-size: 20px;
  }

  .problem__list-text {
    padding: 8px;
    flex: 1;
  }

  .problem__answer-wrap {
    padding-bottom: 80px;
  }

  .problem__answer-wrap::before {
    height: 80px;
  }

  .problem__answer-wrap::after {
    height: 80px;
  }

  .answer__title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .answer__text {
    font-size: 18px;
    padding: 45px 0;
  }

  .answer__text .deco-wrap::before {
    top: -70px;
    left: -43px;
    width: 50%;
  }
}

@media screen and (max-width:360px) {
  .problem__list-catch {
    font-size: 16px;
  }

  .problem__list-catch::before {
    left: 4px;
    transform: translateY(-50%) rotate(60deg);
  }

  .problem__list-catch::after {
    right: 4px;
    transform: translateY(-50%) rotate(-60deg);
  }
}

/* =========================
solution
========================= */
.solution__title {
  font-size: 37px;
  text-align: center;
  margin-bottom: 50px;
}

.solution__title .title--catch {
  color: #FFFF00;
  font-size: 24px;
  background-color: #000;
  padding: 8px 28px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.solution-cable__title {
  font-size: 24px;
  text-align: center;
  border-bottom: #000 solid 2px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .solution__title {
    font-size: 30px;
  }

  .solution__title .title--catch {
    font-size: 18px;
    padding: 2px 28px;
  }

  .solution-cable__title {
    font-size: 20px;
  }
}


/* =========================
solution-01
========================= */
.solution-01 {
  padding-top: 60px;
}

.labering__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.labering___item {
  width: 31%;
  display: flex;
  flex-direction: column;
}

.solution-01 .labering__catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #D1E4F4;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 165px;
  /* 全カード共通の高さ */
  padding: 0 20px;
  position: relative;
}

.solution-01 .wrap--second .labering__catch {
  min-height: 100px;
}

.solution-01 .labering__catch::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 52px);
  width: 100px;
  height: 25px;
  background: url("../img/deco_triangle.webp") no-repeat center / contain;
}

.labering__catch--second {
  font-size: 24px;
  color: #4B87C3;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.labering__product {
  color: #FFFF00;
  font-size: 24px;
  text-align: center;
  background-color: #000;
  padding: 16px 0;
  border-radius: 10px 10px 0 0;
}

.solution-01 .labering__product {
  min-height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.labering__product-text {
  line-height: 1.5;
  text-align: center;
}

.labering__product-inner {
  display: block;
  line-height: 1.25;
}

.labering__product .text--small {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.item__image img {
  width: 100%;
}

.solution-01 .item__spec {
  background-color: #F0EFE7;
  padding: 18px 30px 28px;
  border-radius: 0 0 10px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.solution-01 .spec__features {
  position: relative;
  color: #61BAB7;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
  font-weight: bold;
}

.solution-01 .spec__features::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #333;
}

.solution-01 .list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}

.solution-01 .list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #61BAB7;
}

.solution-01 .spec__caption {
  font-size: 12px;
}

.solution-01 .spec__caption--alt {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.solution-01 .spec__movie {
  margin-bottom: 16px;
  margin-top: auto;
}

.solution-01 .detail-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-01 .wrap--second .labering___item {
  width: 48%;
}


@media screen and (max-width:767px) {
  .labering__container {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .labering___item {
    width: 100%;
  }

  .solution-01 .wrap--second .labering__catch {
    min-height: 140px;
  }

  .solution-01 .wrap--second .labering___item {
    width: 100%;
  }

  .solution-01 .list__item {
    margin-bottom: 5px;
  }

  .solution-01 .list__item:last-of-type {
    margin-bottom: 15px;
  }

  .solution-01 .item__spec {
    margin-bottom: 50px;
  }
}


/* =========================
solution-02
========================= */
.solution-02 {
  background-color: #E7F1F9;
  padding: 80px 0 75px;
}

.solution-02 .solution__title {
  margin-bottom: 20px;
}

.solution-02 .solution__text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.solution-02 .text--emphasis {
  color: #4B87C3;
  font-weight: bold;
}

.solution-02 .solution__movie {
  display: flex;
  justify-content: center;
}

.solution-02 .movie-trigger img {
  max-width: 450px;
}

@media screen and (max-width:767px) {
  .solution-02 {
    padding: 50px 0 45px;
  }

  .solution-02 .solution__text {
    font-size: 18px;
    text-align: left;
    margin-bottom: 50px;
  }
}


/* =========================
solution-03
========================= */
.solution-03 {
  padding-top: 120px;
}

.solution-03 .solution__title {
  margin-bottom: 20px;
}

.solution-03 .solution__catch {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding: 150px 0 135px;
  margin-bottom: 30px;
  background-color: #6f6f6f;
  background-image: url("../img/solution-03_bg_heading.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* innerを無視して全幅 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.solution-03 .solution__catch--sub {
  color: #61BAB7;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.solution-03 .labering__item {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.solution-03 .item--detail-wrap {
  width: 48%;
}

.solution-03 .labering__item-text {
  padding: 30px 0;
  text-align: center;
  background-color: #e7f1f9;
  border-radius: 0 0 10px 10px;

  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-03 .wrap--patch-panel .item__image img {
  border-radius: 10px 10px 0 0;
}

.solution-03 .item__image.image-caption__unit {
  position: relative;
}

.solution-03 .item__image .image-caption {
  font-size: 10px;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 6px;
  right: 0;
}

.solution-03 .labering__lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0 40px;
  background-color: #e7f1f9;
  margin-bottom: 0;
  position: relative;
}

.solution-03 .labering__lead::after {
  content: "";
  background: url("../img/deco_triangle_lead.webp") no-repeat center / contain;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 21px);
  width: 43px;
  height: 15px;
}

.solution-03 .wrap--server-rack .labering__lead {
  border-radius: 10px 10px 0 0;
}

.solution-03 .labering__product {
  border-radius: 0;
}

.solution-03 .labering__item-text {
  border-radius: 0 0 10px 10px;
}

.solution-03 .labering__item.item--detail {
  position: relative;
  padding: 27px 30px;
  border-radius: 10px;
  background-color: #F0EFE7;
  width: 100%;
}

.solution-03 .labering__item.item--detail::before {
  content: '';
  display: block;
  background: url("../img/item-detail_deco_triangle.webp") no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -31px;
  width: 50px;
  height: 50px;
}

.solution-03 .item-detail__image {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}

.solution-03 .item-detail__icon-unit {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 25px;
}

.solution-03 .item-detail__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

.solution-03 .item-detail__text {
  text-align: center;
  margin-bottom: 27px;
}

.solution-03 .item-detail__movie {
  display: flex;
  justify-content: center;
}

.solution-03 .item-detail__movie img {
  width: 320px;
}

@media screen and (max-width:767px) {
  .solution-03 {
    padding-top: 70px;
  }

  .solution-03 .solution__catch {
    font-size: 26px;
    padding: 70px 0 70px;
    margin-bottom: 40px;
  }

  .solution-03 .labering__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .solution-03 .item--detail-wrap {
    width: 100%;
    border-top: #000 solid 2px;
    border-bottom: #000 solid 2px;
    position: relative;
    margin-bottom: 80px;
  }

  .solution-03 .solution__catch--sub {
    font-size: 26px;
  }

  .solution-03 .labering__item-text {
    padding: 20px 30px;
    text-align: left;
  }

  .solution-03 .labering__product {
    font-size: 20px;
  }

  .solution-03 .item--detail-wrap::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #000;
  }

  .solution-03 .labering__item.item--detail {
    margin: 8px 0;
    padding: 45px 30px 50px;
  }

  .solution-03 .labering__item.item--detail::before {
    display: none;
  }

  .solution-03 .item-detail__icon-unit {
    width: 100%;
    max-width: 175px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .solution-03 .item-detail__icon-unit .detail__icon--free-win {
    max-width: 115px;
  }

  .solution-03 .item-detail__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .solution-03 .item-detail__text {
    text-align: left;
    margin-bottom: 27px;
    line-height: 1.75;
  }
}


/* =========================
solution-04
========================= */
.solution-04 {
  padding: 60px 0 70px;
  background-color: #E7F1F9;
}

.solution-04 .solution__title {
  margin-bottom: 20px;
}

.solution-04 .solution__title--sub {
  font-size: 20px;
  text-align: center;
  margin-bottom: 36px;
}

.solution-04 .detail__wrap {
  background: repeating-linear-gradient(-45deg,
    #fff 0,
    #fff 4px,
    transparent 4px,
    transparent 8px);
  padding: 40px 20% 30px;
  margin-bottom: 28px;

  /* innerを無視して全幅 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.solution-04 .detail__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1060px;
  margin: 0 auto;
}

.solution-04 .detail__logo {
  width: 19%;
  min-width: 110px;
}

.solution-04 .detail__image {
  width: 43%;
  min-width: 100px;
}

.solution-04 .detail__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}

.solution-04 .detail__title .title--emphasis {
  font-size: 37px;
  position: relative;
}

.solution-04 .detail__title .title--emphasis::after {
  content: '';
  background: url(../img/icon_free-win.webp) no-repeat center / contain;
  display: block;
  position: absolute;
  top: -6px;
  right: -120px;
  width: 100px;
  height: 50px;
}

.solution-04 .detail__text {
  font-size: 18px;
}


@media screen and (max-width:767px) {
  .solution-04 {
    padding: 60px 0 50px;
  }
  .solution-04 .detail__wrap {
    background: repeating-linear-gradient(-45deg,
    #fff 0,
    #fff 2px,
    transparent 2px,
    transparent 4px);
    padding: 40px 20px 0px 20px;
  }

  .solution-04 .solution__title--sub {
    font-size: 18px;
    text-align: left;
    margin-bottom: 56px;
  }

  .solution-04 .detail__container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1060px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }

  .solution-04 .detail__logo {
    width: 52%;
    margin: 0 auto;
  }

  .solution-04 .detail__image {
    width: 43%;
    margin: 0 auto;
  }

  .solution-04 .detail__title .title--emphasis {
    font-size: 30px;
  }

  .solution-04 .detail__title .title--emphasis::after {
    display: none;
  }

  .solution-04 .detail__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
}


/* =========================
solution-05
========================= */
.industry-solution05 {
  padding: 143px 0 120px;
}

.industry-solution05 .solution__image-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 90px;
}

.industry-solution05 .solution__image-box {
  width: 31%;
}

.industry-solution05 .solution__image {
  margin-bottom: 10px;

      display: flex;
    justify-content: center;
}

.industry-solution05 .solution__image-caption {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}


/*======== industry-solution05-cartridge アコーディオンの外側============*/
.industry-solution05-cartridge .title-wrap {
  text-align: center;
}

.industry-solution05-cartridge-title {
  font-size: 32px;
  font-weight: bold;

  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.industry-solution05-cartridge-title::before,
.industry-solution05-cartridge-title::after {
  content: "";
  background: url(../img/solution-05_deco_line.webp) no-repeat center / contain;
  display: block;
  position: absolute;
  top: 25%;
  width: 60px;
  height: 90px;
}

.industry-solution05-cartridge-title::before {
  right: 100%;
  transform: translateY(-50%);
}

.industry-solution05-cartridge-title::after {
  left: 100%;
  transform: translateY(-50%) scaleX(-1);
}

.industry-solution05-cartridge-title .deco-wrap::before {
  content: "";
  background: url(../img/solution-05_deco_mini-product--left.webp) no-repeat center / contain;
  display: block;
  position: absolute;
  top: 50px;
  width: 115px;
  height: 115px;
  z-index: 1;
}

.industry-solution05-cartridge-title .deco-wrap::after {
  content: "";
  background: url(../img/solution-05_deco_mini-product--right.webp) no-repeat center / contain;
  display: block;
  position: absolute;
  top: 50px;
  width: 115px;
  height: 115px;
  z-index: 1;
}

.industry-solution05-cartridge-title .deco-wrap::before {
  right: 110%;
  transform: translateY(-50%);
}

.industry-solution05-cartridge-title .deco-wrap::after {
  left: 110%;
  transform: translateY(-50%);
}

.industry-solution05-cartridge-inner {
  background-color: #f0efe7;
  padding: 35px 25px 30px;
  position: relative;
}

.industry-solution05-cartridge-inner::before {
  right: 85%;
  transform: translateY(-50%);
}

.industry-solution05-cartridge-inner::after {
  left: 85%;
  transform: translateY(-50%) scaleX(-1);
}

.industry-solution05-cartridge-title-sub {
  font-size: 14px;
  font-weight: normal;
}

.industry-solution05-cartridge-text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.industry-solution05-accordion-summary-title-wrapper {
  text-align: center;
}

.industry-solution05-accordion-summary-title {
  font-size: 24px;
}

.industry-solution05-accordion-summary-title .text--small {
  font-size: 20px;
}

.industry-solution05-accordion-summary-title-sub {
  font-size: 20px;
  font-weight: 500;
}

.industry-solution05-accordion-summary-title-sub-note {
  font-size: 12px;
}

.industry-solution05-accordion-wrapper {
  margin: 10px 30px 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.industry-solution05-accordion {
  background-color: #fff;
}

.industry-solution05-accordion:not(:last-child) {
  border-bottom: 1px solid #000;
}

.industry-solution05-accordion::details-content {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 250ms ease,
    content-visibility 250ms ease;
    transition-behavior: allow-discrete;
}

.industry-solution05-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.industry-solution05-accordion-summary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.industry-solution05-accordion-summary-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.industry-solution05-accordion-summary::-webkit-details-marker {
  display: none;
}

.industry-solution05-accordion-summary::marker {
  content: "";
}

.industry-solution05-accordion-summary-icon {
  width: 19px;
  height: 13px;
  transition: transform 250ms ease;
}

.industry-solution05-accordion[open] .industry-solution05-accordion-summary-icon {
  transform: rotate(180deg);
}

.industry-solution05-accordion-content {
  overflow: hidden;
}

.industry-solution05-accordion-inner {
  padding: 0 50px 60px;
}


/* =========================
アコーディオン部分 

========================= */
.accordion__container {
  padding: 20px 50px;
}

.accordion__container-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  padding: 10px 10px 10px 120px;
  margin-bottom: 45px;
  border-radius: 50px;
  background-color: #F0EFE7;
  position: relative;
}

.wrap-01 .accordion__container .accordion__container-title::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 178px;
  height: 130px;
}

.wrap-01 .accordion__container:nth-child(1) .accordion__container-title::after {
  background: url("../img/accordion_img_title-catch01.webp") no-repeat center / contain;
}

.wrap-01 .accordion__container:nth-child(2) .accordion__container-title::after {
  background: url("../img/accordion_img_title-catch02.webp") no-repeat center / contain;
}

.wrap-02 .accordion__container .accordion__container-title::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 178px;
  height: 130px;
  background: url("../img/accordion_img_title-catch03.webp") no-repeat center / contain;
}

.accordion__container-title .text--small {
  font-size: 24px;
}

.accordion__item-box {
  padding: 0 50px;
}

.accordion__item {
  margin-bottom: 35px;
}

.accordion__item-name {
  margin-bottom: 8px;
}

.accordion__item-name .text--emphasis {
  font-size: 18px;
  color: #fff;
  padding: 5px 30px;
  margin-right: 10px;
  background-color: #000;
  border-radius: 25px;
}

.accordion__item-image {
  margin-bottom: 8px;
}

.accordion__item-purpose {
  font-weight: bold;
  line-height: 1.75;
}

.accordion__item-purpose .text--emphasis {
  color: #fff;
  background-color: #61BAB7;
  padding: 2px 25px;
  margin-right: 10px;
  border-radius: 25px;
}


/*======== industry-solution05 ============*/
.industry-solution05 {
  padding: 140px 0;
}

.table-industry-solution05-wrapper:not(:last-child) {
  margin-bottom: 48px;
}

.table-industry-solution05 {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-top: 1px solid #999;
}

.industry-solution05-accordion-title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
  text-align: left;
}

.table-industry-solution05 th,
.table-industry-solution05 td {
  padding: 8px 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}

.table-industry-solution05 thead th,
.table-industry-solution05 tbody th {
  background-color: #f0efe7;
  font-weight: 700;
}

.table-industry-solution05 tbody th {
  line-height: 1.25;
}

.table-industry-solution05 tbody td {
  background-color: #fff;
}

.table-industry-solution05 tbody th.table-industry-solution05-th-p01 {
  background-color: #b0dcdb;
}

.table-industry-solution05 thead th:nth-child(1) {
  width: 200px;
  border-left: none;
}

.table-industry-solution05 tbody th[rowspan] {
  width: 140px;
}

.table-industry-solution05 tbody th:not([colspan]):not([rowspan]) {
  width: 60px;
  padding-right: 0;
  padding-left: 0;
  line-height: 1.25;
}

.table-industry-solution05 .table-industry-solution05-th-small {
  font-size: 12px;
}

.table-industry-solution05 tbody th[rowspan] img {
  display: block;
  max-width: 175px;
  width: 100%;
  height: auto;
  margin: 8px auto 0;
}

.table-industry-solution05-price-tax {
  font-size: 11px;
}

.table-industry-solution05 tr th:last-child,
.table-industry-solution05 tr td:last-child {
  border-right: none;
}

.table-industry-solution05 tbody tr th:first-child,
.table-industry-solution05 tbody tr td:first-child {
  border-left: none;
}

.table-industry-solution05-note {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 2px;
  text-align: left;
}

.table-industry-solution05-cartridge-img {
  display: block;
  max-width: 110px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {

  .industry-solution05 {
    padding: 130px 0;
  }

  .industry-solution05-cartridge-inner {
    padding: 35px 0px 30px;

    /* インナー無視 */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .industry-solution05 .solution__title {
    margin-bottom: 20px;
  }

  .industry-solution05 .solution__image-caption {
    font-size: 14px;
  }

  .industry-solution05 .solution__image-wrap {
    justify-content: start;
  }

  .industry-solution05 .solution__image-wrap {
    gap: 20px 10px;
  }

  .industry-solution05 .solution__image-box {
    width: 48%;
  }

  .industry-solution05-cartridge-title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
  }

  .industry-solution05-cartridge-title .deco-wrap::before,
  .industry-solution05-cartridge-title .deco-wrap::after {
    display: block;
    top: 80px;
    width: 90px;
    height: 90px;
  }

  .industry-solution05-cartridge-title .deco-wrap::before {
    right: 100%;
  }

  .industry-solution05-cartridge-title .deco-wrap::after {
    left: 100%;
  }

  .industry-solution05-cartridge-title::before,
  .industry-solution05-cartridge-title::after {
    content: "";
    background: url(../img/solution-05_deco_line.webp) no-repeat center / contain;
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 66px;
  }

  .industry-solution05-cartridge-title::before {
    right: 95%;
    transform: translateY(-50%);
  }

  .industry-solution05-cartridge-title::after {
    left: 95%;
    transform: translateY(-50%) scaleX(-1);
  }

  .industry-solution05-cartridge-text {
    font-size: 18px;
  }

  .industry-solution05-accordion-wrapper {
    margin: 10px 20px 25px;
  }

  .industry-solution05-accordion-inner {
    padding: 0px 20px 10px 20px;
  }

  .industry-solution05-accordion-summary-title-wrapper {
    text-align: left;
  }

  .industry-solution05-accordion-summary {
    justify-content: left;
  }

  .industry-solution05-accordion-summary-title {
    font-size: 20px;
  }

  .industry-solution05-accordion-summary-title .text--small {
    font-size: 18px;
  }

  .industry-solution05-accordion-summary-title-sub {
    font-size: 18px;
    font-weight: 500;
  }

  .industry-solution05-accordion-summary-title-sub-p02 {
    line-height: 1.25;
  }

  .industry-solution05-accordion-summary {
    padding-right: 50px;
  }

  .wrap-02 .accordion__container .accordion__container-title::after {
    right: 50%;
    top: 50%;
    width: 140px;
    height: 100px;
    transform: translateX(50%);
  }

  .accordion__container {
    padding: 0 0px;
  }

  .accordion__container-title {
    font-size: 28px;
    padding: 20px 5px 125px 5px;
    margin-bottom: 35px;
    border-radius: 20px;
    text-align: center;
  }

  .accordion__item-box {
    padding: 0 0px;
  }

  .accordion__container-title .text--small {
    font-size: 20px;
  }

  .wrap-01 .accordion__container .accordion__container-title::after {
    right: 50%;
    top: 76%;
    transform: translate(50%, -54%);
    width: 140px;
    height: 100px;
  }

  .wrap-01 .accordion__container.container--kaiten-label .accordion__container-title::after {
    top: 72%;
  }

  .accordion__item-name .text--emphasis {
    font-size: 16px;
    padding: 2px 25px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .table-industry-solution05-wrapper:not(:last-child) {
    margin-bottom: 73px;
  }

  .table-industry-solution05 {
    min-width: 720px;
  }

  .industry-solution05-accordion-title {
    position: relative;
    margin-bottom: 35px;
    font-size: 16px;
  }

  .industry-solution05-accordion-title::before {
    bottom: -30px;
    content: '';
    position: absolute;
    right: 0;
    width: 54px;
    height: 10px;
    background-image: url('/sp/tepra_arekore/industry/img/icon_scroll.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .table-industry-solution05 th,
  .table-industry-solution05 td {
    padding: 15px 5px;
  }

  .table-industry-solution05 thead th:nth-child(1) {
    width: 140px;
  }

  .table-industry-solution05 tbody th[rowspan] {
    width: 90px;
  }

  .table-sticky1 {
    position: sticky;
    left: 0;
    background: white;
    z-index: 3;
  }

  .table-sticky2 {
    position: sticky;
    left: 90px;
    /* 1列目の幅 */
    background: white;
    z-index: 2;
  }

  .table-industry-solution05-note {
    min-width: 720px;
  }
}

@media screen and (max-width: 768px) {
    .industry-solution05-cartridge-title .deco-wrap::before,
  .industry-solution05-cartridge-title .deco-wrap::after {
    display: block;
    top: 150px;
    width: 70px;
    height: 70px;
  }

  .industry-solution05-cartridge-title .deco-wrap::before {
    right: 95%;
  }

  .industry-solution05-cartridge-title .deco-wrap::after {
    left: 95%;
  }

  .industry-solution05-cartridge-title::before,
  .industry-solution05-cartridge-title::after {
    content: "";
    background: url(../img/solution-05_deco_line.webp) no-repeat center / contain;
    display: block;
    position: absolute;
    top: 65%;
    width: 50px;
    height: 66px;
  }

  .industry-solution05-cartridge-title::before {
    right: 95%;
    transform: translateY(-50%);
  }

  .industry-solution05-cartridge-title::after {
    left: 95%;
    transform: translateY(-50%) scaleX(-1);
  }
}

@media screen and (max-width: 360px) {
  .industry-solution05-accordion-inner {
    padding: 0px 0px 10px 0px;
  }

  .industry-solution05-cartridge-title .deco-wrap::before {
    right: 85%;
  }

  .industry-solution05-cartridge-title .deco-wrap::after {
    left: 85%;
  }

  .industry-solution05-cartridge-title::before {
    right: 90%;
  }

  .industry-solution05-cartridge-title::after {
    left: 90%;
  }

  .accordion__container {
    padding: 0 10px;
  }
}


/*======== industry-tepra-pro ============*/
.industry-tepra-pro {
  position: relative;
  background-color: #e7f1f9;
  padding-top: 135px;
  padding-bottom: 50px;
}

.industry-tepra-pro-container {
  position: relative;
}

.industry-tepra-pro-title {
  position: absolute;
  top: -135px;
  left: 20px;
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  transform: rotate(-5deg) translateY(-50%);
  z-index: 1;
}

.industry-tepra-pro .link-btn::after {
  background-image: repeating-linear-gradient(-45deg, #cee6e4, #cee6e4 3px, transparent 3px, transparent 6px);
}

.industry-tepra-pro-title-highlighter {
  display: inline-block;
  padding: 12px 40px;
  background-color: #ffff00;
  box-decoration-break: clone;
}

.industry-tepra-pro-title-highlighter:last-child {
  margin-left: 240px;
  padding: 12px 48px;
}

.table-industry-tepra-pro {
  table-layout: fixed;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

.table-industry-tepra-pro tbody tr:first-child th {
  width: calc((100% - 200px) / 3);
  padding: 10px 5px 15px;
  background-color: #fff;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: top;
}

.table-industry-tepra-pro tbody tr:first-child th .product-img {
  display: block;
  width: 186px;
  height: auto;
  margin: 0 auto 10px;
}

.table-industry-tepra-pro tbody tr:first-child th .product-name {
  width: 135px;
  height: 25px;
  margin: 0 auto 10px;
  background-color: #000;
  color: #fff;
  border-radius: 999px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

.table-industry-tepra-pro tbody tr:first-child th .product-description {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
}

.table-industry-tepra-pro tbody tr:first-child th .product-link {
  min-width: 90px;
}

.table-industry-tepra-pro tbody tr:not(:first-child) th {
  padding: 5px;
  background-color: #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 700;
}

.table-industry-tepra-pro tbody tr:first-child td {
  background-color: transparent;
  border-right: 1px solid #999;
  vertical-align: top;
}

.table-industry-tepra-pro tbody tr:first-child td:first-child {
  width: 200px;
  border-bottom: 1px solid #999;
}

.table-industry-tepra-pro tbody tr:nth-child(2) td {
  padding: 5px;
  vertical-align: top;
}

.table-industry-tepra-pro tbody tr:nth-child(n+3) td {
  padding: 5px 15px;
  vertical-align: middle;
  text-align: center;
}

.table-industry-tepra-pro tbody tr:not(:first-child) td {
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 14px;
  font-weight: 400;
}

.table-industry-tepra-pro tr td:last-child,
.table-industry-tepra-pro tr th:last-child {
  border-right: none !important;
}

.table-industry-tepra-pro .product-feature-list {
  padding-left: 0;
  margin-left: 8px;
}

.product-feature-list li {
  position: relative;
  padding-left: 8px;
}

.product-feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.industry-tepra-pro .link-btn {
font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .industry-tepra-pro {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .table-scroll-industry-tepra-pro {
    padding-top: 15px;
  }

  .table-scroll-industry-tepra-pro::before {
    top: 0;
  }

  .industry-tepra-pro-title {
    position: relative;
    top: 0px;
    left: 5px;
    font-size: 16px;
  }

  .industry-tepra-pro-title::before {
    content: '';
    position: absolute;
    bottom: -57px;
    right: 16px;
    width: 54px;
    height: 10px;
    background-image: url('/sp/tepra_arekore/industry/img/icon_scroll.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(5deg);
  }

  .industry-tepra-pro-title-highlighter {
    padding: 8px 20px;
  }

  .industry-tepra-pro-title-highlighter:last-child {
    margin-left: 120px;
    padding: 8px 20px;
  }

  .table-industry-tepra-pro {
    min-width: 700px;
  }

  .table-industry-tepra-pro tbody tr:first-child th .product-img {
    width: 120px;
  }

  .table-industry-tepra-pro tbody tr:first-child th .product-name {
    width: 106px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }

  .table-industry-tepra-pro tbody tr:first-child th .product-description {
    font-size: 12px;
  }

  .table-industry-tepra-pro tbody tr:not(:first-child) th {
    font-size: 12px;
  }

  .table-industry-tepra-pro tbody tr:first-child td:first-child {
    width: 100px;
    position: sticky;
    left: 0;
    background-color: #e7f1f9;
    z-index: 5;
  }

  .table-industry-tepra-pro tbody tr:not(:first-child) td {
    font-size: 12px;
  }

  .table-industry-tepra-pro-th-02 {
    width: 200px;
  }
}

@media screen and (max-width: 360px) {
  .industry-tepra-pro-title {
    position: relative;
    top: 5px;
    left: 4px;
    font-size: 16px;
  }
}


/* =========================
report-link
========================= */
.report-link {
  padding: 70px 0 120px;
}

.report-link .container {
  text-align: center;
}

.report__button-catch--text {
  position: relative;
  display: inline-block;
  color: #61BAB7;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.report__button-catch--text::before,
.report__button-catch--text::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 8px;
  background:
    radial-gradient(circle, #61BAB7 2px, transparent 2px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  top: 40%;
}

.report__button-catch--text::before {
  right: 100%;
  transform: rotate(60deg);
}

.report__button-catch--text::after {
  left: 100%;
  transform: rotate(-60deg);
}

.report__button-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.report__button-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    #F0EFE7,
    #F0EFE7 3px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0;
    transform: translate(8px, 10px);
  transition: all .3s ease;
}
@media (hover: hover) {
  .report__button-wrap:hover::before {
    opacity: 1;
  }
}

.report__button-box {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #F0EFE7;
  display: block;
  border: 2px solid #000;
  width: 100%;
  max-width: 760px;
  padding: 15px 0px;
  margin: 0 auto 0;
  text-align: center;
}

.report__button-catch--label {
  position: absolute;
  font-size: 19px;
  top: calc(50% - 30%);
  left: 8%;
  rotate: -7deg;
  width: auto;
  height: auto;
  padding: 3px 10px;
  border: 1px solid #000;
  background-color: #FFFF00;
}

.button__deco-arrow {
  position: relative;
  display: inline-block;
}

.button__deco-arrow::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -50px;
  width: 40px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}

.button__deco-arrow::before {
  content: "";
  position: absolute;
  top: 63%;
  right: -48px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .report-link .container {
    padding:  0 20px;
  }

  .report__button-box {
    font-size: 18px;
    max-width: 350px;
    padding: 15px 0px 30px;
  }

  .button__deco-arrow::after {
    top: 130%;
    right: -40px;
    width: 40px;
  }

  .button__deco-arrow::before {
    top: 130%;
    right: -38px;
    width: 10px;
    height: 10px;
  }

  .report__button-catch--label {
    font-size: 13px;
    top: calc(50% - 40%);
    left: 1%;
    padding: 0px 5px;
  }

}

@media screen and (max-width: 360px) {
  .button__deco-arrow::before {
    right: -9px;
  }

  .button__deco-arrow::after {
    right: -10px;
  }
}