@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.cable-protection {
  padding-top: 80px;
}
.cable-protection img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cable-protection .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 15px;
}
.cable-protection main {
  font-feature-settings: "palt";
}
.cable-protection .sup {
  font-size: max(50%, 10px);
}
.cable-protection .sec01 {
  margin-block: 30px 60px;
}
@media (min-width: 768px) {
  .cable-protection .sec01 {
    margin-block: 60px 120px;
  }
}
.cable-protection .sec01-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  font-size: max(2.08vw, 15px);
  font-weight: bold;
  color: #0d3480;
  line-height: 1;
  background-color: #e5f0f7;
}
@media (min-width: 768px) {
  .cable-protection .sec01-title {
    font-size: 35px;
  }
}
.cable-protection .sec01-text {
  font-size: max(2.08vw, 15px);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .cable-protection .sec01-text {
    font-size: 15px;
    line-height: 2.6;
  }
}
.cable-protection {
  /* ~.sec01 */
}
.cable-protection .sec02-header {
  width: 100%;
  background-color: #0d3480;
}
.cable-protection .sec02-header-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cable-protection .sec02-header-title {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding: 40px 0;
  }
}
.cable-protection .sec02-header-title-text {
  font-size: clamp(1.25rem, 0.915rem + 1.49vw, 2.188rem);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.cable-protection .sec02-header-title-text span {
  font-size: min(3.05vw, 18px);
}
@media (max-width: 767px) {
  .cable-protection .sec02-header-title-text {
    padding-left: 15px;
  }
}
.cable-protection .sec02-header .inner {
  padding-inline: 0;
}
.cable-protection .sec02-sub-header {
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #0d3480;
}
.cable-protection .sec02-sub-header-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  position: relative;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info {
    justify-content: flex-start;
    gap: 1.5em;
    padding: 1em 0;
  }
}
.cable-protection .sec02-sub-header-info p {
  position: relative;
  white-space: nowrap;
}
.cable-protection .sec02-sub-header-info-text01 {
  text-align: left;
  padding: 0 5px 0 0;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info-text01 {
    padding: 0 5px;
    font-size: 12px;
    margin: 0;
  }
}
.cable-protection .sec02-sub-header-info-text02 {
  padding: 0.2em;
  font-size: 11px;
  font-weight: 700;
  color: #0d3480;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info-text02 {
    padding: 0.2em 4.5em;
    font-size: 15px;
  }
}
.cable-protection .sec02-sub-header-info-text03 {
  padding: 3px 7px;
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info-text03 {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.cable-protection .sec02-sub-header-info-text04 {
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info-text04 {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.cable-protection .sec02-sub-header-info-text04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-info-text04::before {
    left: -1em;
  }
}
.cable-protection .sec02-sub-header-text {
  padding-block: 15px;
  color: #fff;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cable-protection .sec02-sub-header-text {
    padding-block: 30px;
    line-height: 2;
  }
}
.cable-protection .sec02-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-block: 30px;
}
@media (min-width: 768px) {
  .cable-protection .sec02-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec02-flex-col {
    flex: 1;
    white-space: nowrap;
  }
}
.cable-protection .sec02-text {
  font-size: max(2.08vw, 12px);
  line-height: 1.875;
}
.cable-protection .sec02-text strong {
  font-weight: 700;
  color: #e66d65;
}
@media (min-width: 768px) {
  .cable-protection .sec02-text {
    font-size: 16px;
    line-height: 2.5;
  }
}
.cable-protection .sec02-text + p {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .cable-protection .sec02-text + p {
    margin-top: 2em;
  }
}
.cable-protection .sec02-img {
  position: relative;
}
.cable-protection .sec02-img-caption {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
  color: #595757;
}
.cable-protection .sec02-caption {
  font-size: 10px;
  color: #595757;
}
.cable-protection {
  /* ~.sec02 */
}
.cable-protection .accordion-container {
  margin-top: 10px;
}
.cable-protection .accordion-container .accordion-check {
  display: none;
}
.cable-protection .accordion-container .accordion-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d3480; /* 通常時 */
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.4s ease;
  z-index: 2;
}
@media (max-width: 767px) {
  .cable-protection .accordion-container .accordion-label {
    margin-inline: -15px;
  }
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .accordion-label {
    padding: 8px 8px 8px 20px;
  }
}
.cable-protection .accordion-container .accordion-title {
  color: #fff;
  font-size: max(2.34vw, 15px);
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .accordion-title {
    font-size: 1.2rem;
  }
}
.cable-protection .accordion-container .btn-more {
  background-color: white;
  color: #0d3480;
  padding: 6px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: color 0.4s ease;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .btn-more {
    flex-direction: row;
    gap: 10px;
    padding: 6px 15px;
    font-size: 0.9rem;
  }
}
.cable-protection .accordion-container .icon-toggle::before {
  content: "+";
  font-size: 1.4rem;
}
.cable-protection .accordion-container {
  /* --- コンテンツエリア --- */
}
.cable-protection .accordion-container .accordion-content {
  background-color: white;
  padding-block: 20px;
  height: 130px;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .accordion-content {
    height: 180px;
  }
}
.cable-protection .accordion-container .inner-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .inner-layout {
    align-items: center;
    gap: 30px;
  }
}
.cable-protection .accordion-container .thumbnail {
  position: relative;
  width: 180px;
  height: auto;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.cable-protection .accordion-container .thumbnail-caption {
  position: relative;
  inset: 10px 0 0 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .thumbnail-caption {
    position: absolute;
    inset: auto 5px 5px auto;
  }
}
.cable-protection .accordion-container .thumbnail-caption-w {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .cable-protection .accordion-container .thumbnail {
    max-width: 100px;
  }
}
.cable-protection .accordion-container .summary-text {
  font-size: clamp(0.813rem, 0.75rem + 0.31vw, 1rem);
  line-height: 1.6;
  margin: 0;
  transition: transform 0.4s ease;
}
.cable-protection .accordion-container .summary-text .checked {
  display: none;
}
.cable-protection .accordion-container .br-sp {
  display: block;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .br-sp {
    display: none;
  }
}
.cable-protection .accordion-container .br-pc {
  display: none;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .br-pc {
    display: block;
  }
}
.cable-protection .accordion-container {
  /* チェックが入ったらコンテンツを表示 */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content {
  max-height: 100%;
  height: 100%;
}
.cable-protection .accordion-container {
  /* --- 展開（詳細）エリア --- */
  /* 初期状態は非表示 */
}
.cable-protection .accordion-container .detail-body {
  max-height: 0;
  overflow: visible;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, margin-top 0.3s;
}
.cable-protection .accordion-container {
  /* チェックが入ったらヘッダーの色を薄くする */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-label {
  background-color: #9eaecc;
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-label .btn-more {
  color: #9eaecc;
}
.cable-protection .accordion-container {
  /* プラスをマイナスに変える */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-label .icon-toggle::before {
  content: "−";
}
.cable-protection .accordion-container {
  /* サムネイルを消す */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .thumbnail {
  width: 0;
  height: 0;
  opacity: 0;
  margin-right: -30px; /* gap分を相殺 */
  pointer-events: none;
}
.cable-protection .accordion-container {
  /* サムネイルを消した分、テキストに余白を入れる */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text {
  margin-top: 0.5em;
}
.cable-protection .accordion-container {
  /* テキストを左寄せにする（flex解除） */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text {
  display: block;
}
@media (max-width: 767px) {
  .cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text {
    padding-left: 10px;
  }
}
.cable-protection .accordion-container {
  /* テキストを2行にする（br解除） */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text .checked {
  display: block;
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text .br-sp,
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .summary-text .br-pc {
  display: none;
}
.cable-protection .accordion-container {
  /* 詳細コンテンツを表示する */
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .detail-body {
  max-height: 100%;
  opacity: 1;
  transform: translateY(0);
  margin-top: 30px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .detail-body {
    padding-bottom: 100px;
  }
}
.cable-protection .accordion-container .accordion-check:checked ~ .accordion-content .detail-body:last-of-type {
  padding-bottom: 0;
}
.cable-protection {
  /* ~.accordion-container */
}
.cable-protection .sec03 .thumbnail-caption {
  position: relative;
  inset: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .cable-protection .sec03 .thumbnail-caption {
    padding-top: 10px;
  }
}
.cable-protection .sec03-tittle {
  padding: 15px;
  color: #fff;
  font-size: clamp(1.125rem, 0.809rem + 1.41vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #0d3480;
}
@media (min-width: 768px) {
  .cable-protection .sec03-tittle {
    margin-inline: auto;
    padding: 17px 30px;
    max-width: 1000px;
  }
}
.cable-protection .sec03-text {
  padding-top: 15px;
  font-size: clamp(0.813rem, 0.75rem + 0.31vw, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cable-protection .sec03-text {
    padding-top: 35px;
  }
}
.cable-protection .sec03__inner {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .cable-protection .sec03__inner {
    margin-bottom: 100px;
  }
}
.cable-protection .sec03__text {
  padding-left: 15px;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .cable-protection .sec03__text {
    padding-left: 30px;
    line-height: 1.875;
  }
}
.cable-protection .sec03__caption {
  margin-top: -30px;
  font-size: 10px;
  color: #595757;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cable-protection .sec03__caption {
    margin-top: -50px;
    padding-left: clamp(5rem, -5.345rem + 21.55vw, 8.125rem);
    line-height: 3;
  }
}
.cable-protection .sec03-flex-01 {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-block: 20px 15px;
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-01 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-block: 80px 25px;
  }
}
.cable-protection .sec03-flex-01 .left {
  width: 100%;
  height: auto;
  max-width: 144px;
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-01 .left {
    max-width: 230px;
  }
}
.cable-protection .sec03-flex-01 .right {
  width: 100%;
  height: auto;
  max-width: 181px;
}
@media (max-width: 767px) {
  .cable-protection .sec03-flex-01 .right {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-01 .right {
    max-width: 270px;
  }
}
.cable-protection .sec03-flex-02 {
  display: flex;
  flex-direction: column;
  margin-block: 50px 15px;
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-02 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-block: 70px 15px;
    gap: 30px;
  }
}
.cable-protection .sec03-flex-02 .column-01 {
  width: 100%;
  height: auto;
  max-width: 144px;
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-02 .column-01 {
    max-width: 230px;
  }
}
.cable-protection .sec03-flex-02 .column-02 {
  width: 100%;
  height: auto;
  max-width: 178px;
}
@media (max-width: 767px) {
  .cable-protection .sec03-flex-02 .column-02 {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-02 .column-02 {
    max-width: 272px;
  }
}
.cable-protection .sec03-flex-02 .column-03 {
  width: 100%;
  height: auto;
  max-width: 262px;
}
@media (min-width: 768px) {
  .cable-protection .sec03-flex-02 .column-03 {
    max-width: 437px;
  }
}
.cable-protection .sec03-img-01 {
  position: relative;
}
.cable-protection .sec03-img-01 .bg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .cable-protection .sec03-img-01 .bg {
    margin-inline: -15px;
    width: auto;
  }
}
.cable-protection .sec03-img-01 .text {
  position: relative;
  inset: auto clamp(0.625rem, -1.033rem + 7.37vw, 2.5rem) -5px auto;
  width: max(39.89vw, 145px);
  height: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cable-protection .sec03-img-01 .text {
    inset: max(-5vw, -50px) 0 auto auto;
    width: clamp(13.75rem, -0.733rem + 30.17vw, 18.125rem);
  }
}
.cable-protection {
  /* ~.sec03 */
}
.cable-protection .sec04 .thumbnail-caption {
  position: relative;
  inset: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .cable-protection .sec04 .thumbnail-caption {
    padding-top: 10px;
  }
}
.cable-protection .sec04-tittle {
  padding: 15px;
  color: #fff;
  font-size: clamp(1.125rem, 0.809rem + 1.41vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #0d3480;
}
@media (min-width: 768px) {
  .cable-protection .sec04-tittle {
    margin-inline: auto;
    padding: 17px 30px;
    max-width: 1000px;
  }
}
.cable-protection .sec04__text {
  text-align: center;
  font-size: clamp(0.875rem, 0.664rem + 0.94vw, 1.25rem);
  line-height: 1.875;
}
.cable-protection .sec04__img-01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .cable-protection .sec04__img-01 {
    margin: 90px auto 25px;
  }
}
.cable-protection .sec04__img-01 .caption {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
  color: #595757;
}
.cable-protection .sec04-item-box {
  margin-top: 120px;
  padding-inline: 10px;
  background-color: #e5f0f7;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box {
    margin-top: 150px;
    padding-inline: 50px;
    padding-bottom: clamp(0rem, -1.118rem + 4.97vw, 3.125rem);
  }
}
.cable-protection .sec04-item-box .title {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  transform: translateY(-60px);
}
@media (max-width: 767px) {
  .cable-protection .sec04-item-box .title + .flex {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .title {
    max-width: 800px;
  }
}
.cable-protection .sec04-item-box .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cable-protection .sec04-item-box .flex {
    max-width: 640px;
    margin-inline: auto;
    padding-inline: 0 15px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.cable-protection .sec04-item-box .flex .left {
  width: 100%;
}
.cable-protection .sec04-item-box .flex .right {
  width: 100%;
}
.cable-protection .sec04-item-box .flex-caption {
  font-size: 10px;
  color: #595757;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cable-protection .sec04-item-box .flex-caption {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .flex-caption {
    margin-left: clamp(21.5rem, -15.328rem + 76.72vw, 32.625rem);
  }
}
.cable-protection .sec04-item-box .content-box {
  position: relative;
}
.cable-protection .sec04-item-box .content-box .content-item {
  position: absolute;
  top: 55%;
  left: clamp(2.375rem, -0.5rem + 12.78vw, 5.625rem);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .content-box .content-item {
    left: clamp(2.813rem, 0.744rem + 4.31vw, 3.438rem);
  }
}
.cable-protection .sec04-item-box .content-box .content-title {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.115rem + 3.93vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .content-box .content-title {
    font-size: clamp(1.25rem, -0.612rem + 3.88vw, 1.813rem);
  }
}
.cable-protection .sec04-item-box .content-box .content-text {
  font-size: clamp(0.625rem, 0.072rem + 2.46vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .content-box .content-text {
    font-size: clamp(0.75rem, -0.078rem + 1.72vw, 1rem);
  }
}
.cable-protection .sec04-item-box .img {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .cable-protection .sec04-item-box .img {
    max-width: 500px;
    margin-inline: auto;
    padding-block: 60px;
  }
}
.cable-protection .sec04-item-box .img .caption {
  font-size: 10px;
  color: #595757;
  text-align: left;
}
.cable-protection .sec04-item-box .img .caption-wide {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.cable-protection .sec04__info {
  margin-block: 50px;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info {
    margin-block: 120px 60px;
  }
}
.cable-protection .sec04__info .title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #0d3480;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info .title {
    font-size: 17px;
  }
}
.cable-protection .sec04__info .text {
  margin-bottom: 30px;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 2;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info .text {
    margin-bottom: 60px;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.cable-protection .sec04__info .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info .flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.cable-protection .sec04__info .flex .left {
  width: 70%;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info .flex .left {
    width: 100%;
    max-width: 38%;
    padding-bottom: 20px;
  }
}
.cable-protection .sec04__info .flex .right {
  width: 100%;
}
@media (min-width: 768px) {
  .cable-protection .sec04__info .flex .right {
    max-width: 56%;
  }
}
.cable-protection .sec04__info .flex .right .caption {
  padding-top: 5px;
  text-align: right;
  font-size: 10px;
  color: #595757;
}
.cable-protection .sec04__flex-01 {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-block: 40px 0;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-01 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    margin-block: 80px;
  }
}
.cable-protection .sec04__flex-01 .left {
  width: 100%;
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-01 .left {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    transform: translateY(-60px);
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-01 .left {
    width: 100%;
    max-width: 150px;
  }
}
.cable-protection .sec04__flex-01 .left .img {
  position: relative;
}
.cable-protection .sec04__flex-01 .left .caption {
  padding: 0 10px 15px 0;
  font-size: 10px;
  color: #595757;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-01 .left .caption {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-01 .left .caption {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-01 .left .caption_inset {
    padding-top: 5px;
    font-size: 10px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-01 .left .caption_inset {
    position: absolute;
    inset: auto 5px 5px auto;
    color: #fff;
    font-size: 10px;
    -webkit-text-stroke: 2px #595757;
    paint-order: stroke fill;
  }
}
.cable-protection .sec04__flex-01 .right .text {
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  color: #595757;
  line-height: 2;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-01 .right .text {
    white-space: nowrap;
    line-height: 1.875;
  }
}
.cable-protection .sec04__flex-02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.cable-protection .sec04__flex-02-caption {
  padding-top: 10px;
  text-align: right;
  color: #595757;
  font-size: 10px;
}
.cable-protection .sec04__flex-02 .left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .left {
    width: calc((100% - 15px) / 2);
  }
}
.cable-protection .sec04__flex-02 .left .item-box {
  border: 1px solid #0d3480;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cable-protection .sec04__flex-02 .left .item-box .title {
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: clamp(1.125rem, 0.984rem + 0.63vw, 1.375rem);
  font-weight: bold;
  background-color: #0d3480;
}
.cable-protection .sec04__flex-02 .left .item-box .text {
  margin-bottom: auto;
  padding: 15px 15px 0;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .left .item-box .text {
    padding: 20px 20px 0;
    letter-spacing: 0.1em;
  }
}
.cable-protection .sec04__flex-02 .left .item-box .img {
  position: relative;
  padding: 15px;
  width: 100%;
  height: clamp(5rem, 2.789rem + 9.83vw, 7.5rem);
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .left .item-box .img {
    padding: 20px 15px 40px;
    height: 120px;
  }
}
.cable-protection .sec04__flex-02 .left .item-box .img img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-02 .left .item-box .img img {
    width: 60%;
  }
}
.cable-protection .sec04__flex-02 .right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .right {
    width: calc((100% - 15px) / 2);
  }
}
.cable-protection .sec04__flex-02 .right .item-box {
  border: 1px solid #0d3480;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cable-protection .sec04__flex-02 .right .item-box .title {
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: clamp(1.125rem, 0.984rem + 0.63vw, 1.375rem);
  font-weight: bold;
  background-color: #0d3480;
}
.cable-protection .sec04__flex-02 .right .item-box .text {
  margin-bottom: auto;
  padding: 15px 15px 0;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .right .item-box .text {
    padding: 20px 20px 0;
    letter-spacing: 0.1em;
  }
}
.cable-protection .sec04__flex-02 .right .item-box .img {
  position: relative;
  padding: 15px;
  width: 100%;
  height: clamp(6.25rem, 1.827rem + 19.66vw, 11.25rem);
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-02 .right .item-box .img {
    padding: 20px 15px 40px;
    height: 120px;
  }
}
.cable-protection .sec04__flex-02 .right .item-box .img img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-02 .right .item-box .img img {
    width: 80%;
  }
}
.cable-protection .sec04__flex-03 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-03 {
    padding-inline: 10px;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-03 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 55px;
  }
}
.cable-protection .sec04__flex-03 .left {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-03 .left {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-03 .left img {
    height: clamp(21.25rem, 8.407rem + 26.76vw, 31.25rem);
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cable-protection .sec04__flex-03 .right {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .cable-protection .sec04__flex-03 .right {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-03 .right {
    transform: translateX(-40px);
  }
}
@media (min-width: 768px) {
  .cable-protection .sec04__flex-03 .right img {
    height: clamp(21.25rem, 8.407rem + 26.76vw, 31.25rem);
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cable-protection .sec04-img {
  position: relative;
}
@media (min-width: 768px) {
  .cable-protection .sec04-img {
    max-width: none;
  }
}
.cable-protection .sec04-img-caption {
  margin-top: 15px;
  font-size: 10px;
  color: #666;
  text-align: right;
}
.cable-protection {
  /* ~.sec04 */
}
.cable-protection .sec05-tittle {
  padding: 15px;
  color: #fff;
  font-size: clamp(1.125rem, 0.809rem + 1.41vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #0d3480;
}
@media (min-width: 768px) {
  .cable-protection .sec05-tittle {
    margin-inline: auto;
    padding: 17px 30px;
    max-width: 1000px;
  }
}
.cable-protection .sec05 .thumbnail .caption {
  font-size: 10px;
  text-align: left;
  color: rgb(51, 51, 51);
}
@media (min-width: 768px) {
  .cable-protection .sec05 .thumbnail .caption {
    text-align: right;
  }
}
.cable-protection .sec05-text {
  font-size: clamp(0.75rem, 0.661rem + 0.4vw, 1rem);
  color: #241916;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.cable-protection .sec05-caption {
  margin-block: 20px 40px;
  font-size: 10px;
  color: #595757;
}
.cable-protection .sec05-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .cable-protection .sec05-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cable-protection .sec05-flex .left {
  width: 100%;
}
@media (min-width: 768px) {
  .cable-protection .sec05-flex .left {
    max-width: 576px;
    width: 61%;
  }
}
.cable-protection .sec05-flex .right {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .cable-protection .sec05-flex .right {
    width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .cable-protection .sec05-flex .right {
    max-width: 367px;
    width: 38%;
  }
}
.cable-protection .sec05-flex .right .caption {
  margin-top: 10px;
  font-size: 10px;
  color: #595757;
  text-align: right;
}
.cable-protection .sec05 .description .headline {
  width: 230px;
  height: auto;
  margin-bottom: 10px;
}
.cable-protection .sec05 .description .point {
  width: 193px;
  height: auto;
  margin-left: 20px;
}
.cable-protection .sec05 .description .text {
  padding: 15px 0 0 25px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.cable-protection .sec05-img {
  position: relative;
}
@media (min-width: 768px) {
  .cable-protection .sec05-img {
    max-width: none;
  }
}
.cable-protection .sec05-img-caption {
  margin-top: 15px;
  font-size: 10px;
  color: #666;
  text-align: right;
}
.cable-protection {
  /* ~.sec05 */
}
.cable-protection .link-container {
  position: relative;
  z-index: 3;
  margin: 0 auto 80px;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .cable-protection .link-container {
    margin: 60px auto 100px;
  }
}
.cable-protection .link-container-caption {
  margin-bottom: 50px;
  font-size: 10px;
  color: #595757;
  text-align: center;
}
@media (min-width: 768px) {
  .cable-protection .link-container-caption {
    margin-bottom: 100px;
  }
}
.cable-protection .link-container-url {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.cable-protection .link-container-url:hover {
  opacity: 0.8;
}
.cable-protection .link-container-img {
  margin-inline: auto;
  max-width: 280px;
}
@media (min-width: 768px) {
  .cable-protection .link-container-img {
    max-width: none;
    text-align: center;
  }
}/*# sourceMappingURL=cable-protection.css.map */