/* --------------------------------------------
パーツ置き場用bg／仕切り
 -------------------------------------------- */
.parts {
  background: -o-linear-gradient(45deg,
      rgba(237, 241, 247, 1) 100%,
      rgba(245, 246, 247, 1) 100%);
  background: linear-gradient(45deg,
      rgba(237, 241, 247, 1) 100%,
      rgba(245, 246, 247, 1) 100%);
}

.partition {
  padding: 7.5rem 0 1rem;
  margin: 0 0 3rem;
  border-bottom: solid 4px #000000;
  font-size: 30px;
  font-weight: bold;
}

/* --------------------------------------------
【共通】資料・お問い合わせボタン（スモール）
 -------------------------------------------- */
/*pc-【共通】資料・お問い合わせボタン（スモール） */
.download-button {}

.download-button__cont {
  border-radius: 40px;
  padding: 0.7rem 1.6rem 0.8rem;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(3, 79, 175, 1)),
      color-stop(100%, rgba(91, 220, 228, 1)),
      color-stop(50%, rgba(47, 150, 202, 1)));
  background-image: linear-gradient(90deg,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
}

.contact-button {}

.contact-button__cont {
  border-radius: 40px;
  padding: 0.7rem 1.6rem 0.8rem;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(1, 22, 47, 1)),
      color-stop(30%, rgba(1, 55, 118, 1)),
      color-stop(50%, rgba(2, 87, 187, 1)),
      color-stop(74%, rgba(1, 55, 118, 1)),
      to(rgba(1, 22, 47, 1)));
  background-image: linear-gradient(90deg,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
}

/*sp-【共通】資料・お問い合わせボタン（スモール） */
@media screen and (max-width: 375px) {
  .download-button__cont {
    font-size: 18px;
  }

  .contact-button {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: solid 1px #dbe1e9;
  }
}

@media screen and (min-width: 376px) and (max-width: 1000px) {
  .contact-button {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: solid 1px #dbe1e9;
  }
}

/* --------------------------------------------
【共通】資料・お問い合わせボタン（ラージ）
 -------------------------------------------- */
/*pc-【共通】資料・お問い合わせボタン（ラージ） */
.download-large-button {
  display: inline-block;
  /* margin: 1.6rem 0; */
}

.download-large-button__cont {
  border-radius: 40px;
  padding: 1.6rem 6.4rem 1.6rem 2.4rem;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(3, 79, 175, 1)),
      color-stop(100%, rgba(91, 220, 228, 1)),
      color-stop(50%, rgba(47, 150, 202, 1)));
  background-image: linear-gradient(90deg,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
  position: relative;
}

.download-large-button__cont--02 {
  background-image: none;
  background-color: #00469b;
  display: block;
  margin-bottom: 56px;
}

.download-large-button__cont--03 {
  background-image: none;
  background-color: #00469b;
  display: block;
  position: relative;
}

.download-large-button__cont--03::before {}

.download-large-button__cont::before {
  /* display: inline-block;
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 0.45rem);
  -ms-transform: translate(0, 0.45rem);
  transform: translate(0, 0.45rem);
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); */
}

.download-large-button__cont--02::before {
  display: inline-block;
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 0.45rem);
  -ms-transform: translate(0, 0.45rem);
  transform: translate(0, 0.45rem);
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.download-large-button__img {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/arrow04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 0.45rem);
  -ms-transform: translate(0, 0.45rem);
  transform: translate(0, 0.45rem);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact-large-button {
  display: inline-block;
}

.contact-large-button__cont {
  border-radius: 40px;
  padding: 1.6rem 6.4rem 1.6rem 2.4rem;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(1, 22, 47, 1)),
      color-stop(30%, rgba(1, 55, 118, 1)),
      color-stop(50%, rgba(2, 87, 187, 1)),
      color-stop(74%, rgba(1, 55, 118, 1)),
      to(rgba(1, 22, 47, 1)));
  background-image: linear-gradient(90deg,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
  position: relative;
}

.contact-large-button__img {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/arrow04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 0.45rem);
  -ms-transform: translate(0, 0.45rem);
  transform: translate(0, 0.45rem);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*tb-【共通】資料・お問い合わせボタン（ラージ） */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .download-large-button {
    margin: 0.9rem 0;
  }

  .download-large-button__cont {
    width: auto;
    min-height: 40px;
    padding: 0.9rem 6rem 0.9rem 5rem;
    padding: 10px 60px 10px 50px;
    font-size: 14px;
    text-align: left;
  }

  .download-large-button__img {
    right: 10px;
  }

  .contact-large-button__cont {
    width: auto;
    padding: 0.9rem 6rem 0.9rem 3.2rem;
    padding: 10px 60px 10px 50px;
    font-size: 14px;
    text-align: left;
  }

  .contact-large-button__img {
    right: 10px;
  }
}

/*sp-【共通】資料・お問い合わせボタン（ラージ） */
@media screen and (max-width: 375px) {
  .download-large-button {
    margin: 0.9rem 0;
  }

  .download-large-button__cont {
    width: auto;
    min-height: 40px;
    padding: 0.9rem 5.5rem 0.9rem 3rem;
    font-size: 14px;
    text-align: left;
  }

  .download-large-button__img {
    right: 1rem;
  }

  .contact-large-button__cont {
    width: auto;
    padding: 0.9rem 5.5rem 0.9rem 3.2rem;
    font-size: 14px;
    text-align: left;
  }

  .contact-large-button__img {
    right: 1rem;
  }
}

/* --------------------------------------------
【共通】資料・お問い合わせボタン（長さ均等）
 -------------------------------------------- */
/*pc-【共通】資料・お問い合わせボタン（長さ均等） */
.download-equal-button {}

.download-equal-button__cont {
  border-radius: 40px;
  padding: 0.7rem 2.5rem 0.8rem;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(3, 79, 175, 1)),
      color-stop(100%, rgba(91, 220, 228, 1)),
      color-stop(50%, rgba(47, 150, 202, 1)));
  background-image: linear-gradient(90deg,
      rgba(3, 79, 175, 1),
      rgba(91, 220, 228, 1) 100%,
      rgba(47, 150, 202, 1) 50%);
}

.contact-equal-button {}

.contact-equal-button__cont {
  border-radius: 40px;
  padding: 0.7rem 1.6rem 0.8rem;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-image: -o-linear-gradient(left,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(rgba(1, 22, 47, 1)),
      color-stop(30%, rgba(1, 55, 118, 1)),
      color-stop(50%, rgba(2, 87, 187, 1)),
      color-stop(74%, rgba(1, 55, 118, 1)),
      to(rgba(1, 22, 47, 1)));
  background-image: linear-gradient(90deg,
      rgba(1, 22, 47, 1),
      rgba(1, 55, 118, 1) 30%,
      rgba(2, 87, 187, 1) 50%,
      rgba(1, 55, 118, 1) 74%,
      rgba(1, 22, 47, 1));
}

/*sp-【共通】資料・お問い合わせボタン（長さ均等） */
@media screen and (max-width: 375px) {}

/* --------------------------------------------
【共通】アローボタン
 -------------------------------------------- */
/*pc-【共通】アローボタン */
.arrow-button {
  display: inline-block;
}

.arrow-button__cont {
  font-size: 16px;
  font-weight: 600;
  color: #00469b;
  padding: 1.6rem 6.4rem 1.6rem 2.4rem;
  border-radius: 40px;
  border: solid 1px #00469b;
  position: relative;
}

.arrow-button__cont--w {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.arrow-button__img {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.arrow-button__img--w {
  background-image: url(../images/arrow02.png);
}

/* sp-【共通】アローボタン */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .arrow-button__cont {
    padding: 2rem 8.4rem 2rem 2.4rem;
  }

  .arrow-button__img {
    width: 24px;
    height: 24px;
  }
}

/* sp-【共通】アローボタン */
@media screen and (max-width: 375px) {
  .arrow-button__cont {
    font-size: 14px;
    padding: 0.9rem 6rem 0.9rem 2.4rem;
  }

  .arrow-button__img {
    right: 1.2rem;
  }
}

/* --------------------------------------------
【共通】戻るボタン
 -------------------------------------------- */
/*pc-【共通】戻るボタン */
.reverse-button {
  display: inline-block;
}

.reverse-button__cont {
  font-size: 16px;
  font-weight: 600;
  padding: 1.6rem 2.4rem 1.6rem 6.4rem;
  border: solid 1px #00469b;
  border-radius: 40px;
  position: relative;
  background: -o-linear-gradient(300deg,
      rgba(11, 32, 87, 1) 30%,
      rgba(18, 40, 83, 1) 33%,
      rgba(0, 70, 155, 1) 100%);
  background: linear-gradient(150deg,
      rgba(11, 32, 87, 1) 30%,
      rgba(18, 40, 83, 1) 33%,
      rgba(0, 70, 155, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reverse-button__img {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* tb-【共通】戻るボタン */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .reverse-button__cont {
    font-size: 14px;
    padding: 0.9rem 1.6rem 0.9rem 9rem;
  }

  .reverse-button__img {
    left: 1.2rem;
    width: 24px;
    height: 24px;
  }
}

/* sp-【共通】戻るボタン */
@media screen and (max-width: 375px) {
  .reverse-button__cont {
    font-size: 14px;
    padding: 0.9rem 1.6rem 0.9rem 9rem;
  }

  .reverse-button__img {
    left: 1.2rem;
  }
}

/* --------------------------------------------
【共通】ページタイトル
 -------------------------------------------- */
/*pc-【共通】ページタイトル */
.page-ttl {
  margin: 0 0 3rem;
  padding: 0 0 0 3.2rem;
}

.page-ttl__main-ttl {
  font-size: 80px;
  font-weight: 600;
  position: relative;
  line-height: 100px;
}

.page-ttl__main-ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -3rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background: #00469b;
}

.page-ttl__sub-ttl {
  font-size: 24px;
  font-weight: 400;
}

/* tb-【共通】ページタイトル */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .page-ttl {
    padding: 0 0 0 1.8rem;
  }

  .page-ttl__main-ttl {
    font-size: 32px;
    font-weight: 500;
    line-height: unset;
  }

  .page-ttl__main-ttl::before {
    left: -1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .page-ttl__sub-ttl {
    font-size: 14px;
  }
}

/* sp-【共通】ページタイトル */
@media screen and (max-width: 375px) {
  .page-ttl {
    padding: 0 0 0 1.8rem;
  }

  .page-ttl__main-ttl::before {
    left: -1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .page-ttl__main-ttl {
    font-size: 32px;
    font-weight: 500;
    line-height: unset;
  }

  .page-ttl__sub-ttl {
    font-size: 14px;
  }
}

/* --------------------------------------------
【共通】セクションタイトル
 -------------------------------------------- */
/*pc-【共通】セクションタイトル */
.section-ttl {
  margin: 0 0 4rem;
}

.section-ttl::before {}

.section-ttl__main-ttl {
  font-size: 54px;
  font-weight: 500;
  padding: 0 0 0 2.8rem;
  position: relative;
}

.section-ttl__main-ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00469b;
}

.section-ttl__main-ttl--w {
  color: #ffffff;
}

.section-ttl__sub-ttl {
  font-size: 16px;
  padding: 0 0 0 2.8rem;
}

.section-ttl__sub-ttl--w {
  color: #ffffff;
}

/* tb-【共通】セクションタイトル */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .section-ttl {
    margin: 0 0 31px;
    padding: 0 0 0 1.6rem;
  }

  .section-ttl__main-ttl {
    font-size: 38px;
  }

  .use-case .section-ttl__main-ttl,
  .case-study .section-ttl__main-ttl {
    font-size: 32px;
  }

  .section-ttl__main-ttl::before {
    width: 1.2rem;
    height: 1.2rem;
  }

  .section-ttl__sub-ttl {}

  .use-case .section-ttl__sub-ttl,
  .case-study .section-ttl__sub-ttl {
    font-size: 12px;
  }
}

/* sp-【共通】セクションタイトル */
@media screen and (max-width: 375px) {
  .section-ttl {
    margin: 0 0 31px;
  }

  .section-ttl__main-ttl {
    font-size: 32px;
    padding: 0 0 0 1.8rem;
  }

  .section-ttl__main-ttl::before {
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
  }

  .section-ttl__sub-ttl {
    font-size: 12px;
    padding: 0 0 0 1.8rem;
  }
}

/* --------------------------------------------
【共通】ミニタイトル
 -------------------------------------------- */
/*pc-【共通】ミニタイトル */
.mini-ttl {
  margin: 0 0 3rem;
}

.mini-ttl__main-ttl {
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 0 2.4rem;
  position: relative;
}

.mini-ttl__main-ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #00469b;
}

.mini-ttl__sub-ttl {
  display: inline-block;
  margin: 0.8rem 0 0;
  padding: 0 0 0 2.4rem;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .mini-ttl__main-ttl::before {}

  .mini-ttl__main-ttl {
    font-size: 20px;
  }
}

/* sp-【共通】ミニタイトル */
@media screen and (max-width: 375px) {}

/* --------------------------------------------
【共通】詳細ボタン
 -------------------------------------------- */
/*pc-【共通】詳細ボタン */
.detail-button {
  display: inline-block;
}

.detail-button__cont {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #00469b;
  position: relative;
  padding: 0 32px 0 0;
}

.detail-button-img {
  display: inline-block;
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/arrow01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* tb-【共通】詳細ボタン */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .detail-button__cont {
    padding: 0 32px 0 0;
  }

  .detail-button-img {
    width: 24px;
    height: 24px;
  }
}

/* sp-【共通】詳細ボタン */
@media screen and (max-width: 375px) {
  .detail-button__cont {
    font-size: 14px;
  }

  .detail-button-img {
    width: 20px;
    height: 20px;
  }
}

/* --------------------------------------------
【共通】タグ
 -------------------------------------------- */
/*pc-【共通】タグ */
.tag {
  display: inline-block;
  font-size: 12px;
  color: #000;
  border: solid 1px #939393;
  border-radius: 20px;
  padding: 1px 8px 1px;
  margin: 0 0 0 0.8rem;
}

.case-study .tag {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  border: solid 1px #ffffff;
  border-radius: 20px;
  padding: 0.1rem 0.8rem 0.3rem;
  margin: 0 0 0 0.8rem;
}

.tag--white {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.tag--black {
  color: #000000;
  border: solid 1px #939393;
}

.tag--green {
  font-weight: 600;
  color: #00a51d;
  border: solid 1px #00a51d;
}

.tag--blue {
  font-weight: 600;
  color: #0060d0;
  border: solid 1px #0060d0;
}

.tag--red {
  font-weight: 600;
  color: #c20000;
  border: solid 1px #c20000;
}

.tag--purple {
  font-weight: 600;
  color: #c800b4;
  border: solid 1px #c800b4;
}

.tag--bg-green {
  font-weight: 700;
  color: #ffffff;
  background: #1ed900;
  border: none;
}

.tag--bg-gray {
  font-weight: 700;
  color: #ffffff;
  background: #737474;
  border: none;
}

.tag--bg-blue {
  font-weight: 700;
  color: #ffffff;
  background: #2680ed;
  border: none;
}

.tag--bg-purple {
  font-weight: 700;
  color: #ffffff;
  background: #ea00a9;
  border: none;
}

.tag--mg0 {
  margin: 0;
}

/*sp-【共通】タグ */
@media screen and (max-width: 375px) {}

/* --------------------------------------------
【共通】コラムカード
 -------------------------------------------- */
/*pc-【共通】コラムカード */
.column-card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 4rem;
}

.column-card__list {
  width: calc(calc(100% - 6rem) / 3);
}

.column-card__cont {
  width: 100%;
}

.column-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 157;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 1.2rem;
}

.column-card__txt-box {}

.column-card__data {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 0.8rem;
  color: #333333;
}

.column-card__tag {
  margin: 0 0 0.4rem;
  text-align: left;
}

.column-card__tag .tag {
  margin: 0;
}

/* .column-card__tag .tag:first-of-type {
  margin: 8px 8px 8px 0;
} */

.column-card__tag--mgb08 {
  margin: 0 0 0.8rem;
}

.column-card__ttl {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.column-card__ttl-thankyou {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 80px;
}

.case-study .tag {
  font-size: 11px;
}

@media screen and (max-width: 375px) {
  .column-card__ttl-thankyou {
    height: auto;
  }
}

.column-card__company-name {
  display: block;
  font-size: 12px;
  padding: 0.4rem 0 0.8rem;
  color: #484848;
}

.column-card__txt {
  font-size: 16px;
}

.column-card__mini-data {
  display: block;
  font-size: 16px;
  color: #484848;
  margin: 0.4rem 0 0;
}

.column-card__button {
  text-align: right;
  margin: 0.8rem 0 0;
}

/*tb-【共通】コラムカード */
@media screen and (min-width: 376px) and (max-width: 768px) {
  .column-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-card__list {
    width: 100%;
  }

  .column-card__img {
    height: 37.3rem;
    margin: 0 0 1.6rem;
  }

  .column-card__txt {
    font-size: 16px;
    font-weight: 600;
  }

  .column-card__mini-data {
    font-size: 14px;
  }

  .column-card__ttl-thankyou {
    height: auto;
  }

  .case-study .tag {
    font-size: 11px;
  }
}

/*sp-【共通】コラムカード */
@media screen and (max-width: 375px) {
  .column-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-card__list {
    width: 100%;
  }

  .column-card__img {
    aspect-ratio: 155 / 79;
    height: auto;
    margin: 0 0 1.6rem;
  }

  .column-card__txt {
    font-size: 14px;
  }

  .column-card__mini-data {
    font-size: 14px;
  }
}

/* --------------------------------------------
【共通】記事内ポイント枠
 -------------------------------------------- */
/*pc-【共通】記事内ポイント枠 */
/* 記事内ポイント枠（白） */
.point {
  margin: 0 0 3.2rem;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(72, 72, 72, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(72, 72, 72, 0.3);
}

.point__ttl {
  font-size: 18px;
  font-weight: 700;
  padding: 2rem 2rem 2rem 7.9rem;
  color: #0060d0;
  border-bottom: solid 4px #00469b;
  position: relative;
  margin: 0 !important;
}

.point__ttl-point {
  width: 4.6rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  white-space: nowrap;
}

.point__cont {
  padding: 2rem 2.4rem;
}

.point__cont>li {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 0.8rem;
}

.point__cont>li:last-of-type {
  margin: 0;
}

.point__cont>li::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/icon_check_blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}

/* 記事内ポイント枠（青） */
.point__ttl--blue {
  background-color: #00469b;
  border-bottom: none;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}

/*tb-【共通】記事内ポイント枠 */
@media screen and (min-width: 376px) and (max-width: 768px) {

  /* 記事内ポイント枠（白） */
  .point__ttl {
    font-size: 16px;
    font-weight: 600;
    padding: 40px 1.6rem 1.2rem;
    border-bottom: solid 2px #00469b;
  }

  .point__ttl-point {
    width: 4.2rem;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .point__cont {
    padding: 1.2rem 1.6rem;
  }

  .point__list {
    font-size: 14px;
    padding-left: 22px;
  }

  .point__list::before {
    width: 14px;
    height: 22px;
    top: 1px;
  }
}

/*sp-【共通】記事内ポイント枠 */
@media screen and (max-width: 375px) {

  /* 記事内ポイント枠（白） */
  .point__ttl {
    font-size: 16px;
    font-weight: 600;
    padding: 3.8rem 1.6rem 1.2rem;
    border-bottom: solid 2px #00469b;
  }

  .point__ttl-point {
    width: 4.2rem;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .point__cont {
    padding: 1.2rem 1.6rem;
  }

  .point__list {
    font-size: 14px;
  }
}

/* --------------------------------------------
【共通】記事内ボタン
 -------------------------------------------- */
/*pc-【共通】記事内ボタン */
.article-button {
  text-align: center;
}

/*sp-【共通】記事内ボタン */
@media screen and (max-width: 375px) {
  .article-button .download-large-button__cont {
    padding: 0.9rem 5.8rem 0.9rem 2.4rem;
  }
}

/* --------------------------------------------
外部リンクカード
 -------------------------------------------- */
/*pc-外部リンクカード */
.blogcard {
  border: 2px solid #dbe1e9;
  border-radius: 8px;
}

.blogcard__link {
  padding: 10px 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blogcard_thumbnail {
  max-width: 220px;
  width: 100%;
  max-height: 140px;
  height: auto;
}

.blogcard_content {
  max-width: 393px;
  width: 100%;
}

.blogcard_thumbnail img {
  margin: 0 !important;
  max-width: 266px;
  width: 100%;
  max-height: 140px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.blogcard_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.blogcard_excerpt {
  font-size: 14px;
}

/*sp-外部リンクカード */
@media screen and (max-width: 375px) {
  .blogcard__link {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blogcard_thumbnail {
    max-width: none;
    margin: 0 0 16px;
  }

  .blogcard_thumbnail img {
    max-width: none;
  }

  .blogcard_content {
    max-width: none;
  }

  .blogcard_title {
    font-size: 14px;
    font-weight: 600;
  }
}

.youtube-main-inner {
  display: flex;
  align-items: center;
}

.youtube-main {
  width: 60%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-right: 20px;
}

.youtube-main iframe {
  width: 100% !important;
  height: 100% !important;
}

.youtube-main-ttl-inner {
  width: 40%;
}

.youtube-main-ttl a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.youtube-list-inner {
  margin-top: 30px;
}

.youtube-list {
  display: flex;
  gap: 20px;
}

.youtube-list-item {
  width: 30%;
}

.youtube-list-item-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.youtube-list-item-video iframe {
  width: 100% !important;
  height: 100% !important;
}

.slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.slick-next:before,
.slick-prev:before {
  color: #0b1f56 !important
  ;
}

.youtube-l-ad-inner {
  display: flex;
  align-items: center;
}

.youtube-l-ad {
  width: 60%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-right: 20px;
}

.youtube-l-ad iframe {
  width: 100% !important;
  height: 100% !important;
}

.youtube-l-ad-ttl-inner {
  width: 40%;
}

.youtube-l-ad-ttl a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .youtube-main-inner {
    flex-direction: column;
  }

  .youtube-main {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }

  .youtube-main-ttl-inner {
    width: 100%;
  }

  .youtube-main-ttl a {
  font-size: 18px;
}

  .youtube-l-ad-inner {
    flex-direction: column;
  }

  .youtube-l-ad {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }

  .youtube-l-ad-ttl-inner {
    width: 100%;
  }

  .youtube-l-ad-ttl a {
  font-size: 18px;
}
}
