/*-------------------------
 page-service02.php
-------------------------*/

/* ---共通--- */
.service02 {
  font-family: 'Noto Sans JP', ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
    游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
}

.service02 h2.lower {
  line-height: 1.3
}

.red {
  color: #DF4E4E;
}


/* ---answer--- */
.service02 .answer ul li {
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.service02 .answer ul li:hover {
  transform: scale(1.05);
}

.answer .ul03_t01 {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: 50px;
}

.answer .full-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.answer.ttl_cat {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #002676;
  border-radius: 16.95px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 10px;
}



/* ---reason1--- */
.service02 .reason1 {
  background-color: #F1F2F4;
}

.service02 .reason1 .wrap_lower04 {
  padding: 100px 20px 0;
}


h2.point__heading {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: #002676;

}

h2.point__heading::before {
  content: attr(data-number);
  display: block;
  font-size: 60px;
  font-family: "Cormorant Infant", serif;
}


/* ---reason5---- */
.reason5 .sales-growth {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #002676;
  margin-bottom: 5px;
}


.service02 .heading {
  background-image: none;
  position: relative;

}

.service02 .heading::before {
  content: "";
  display: inline;
  position: absolute;
  bottom: -95px;
  /* 三角形の位置も調整 */
  left: 50%;
  border: transparent 75px solid;
  /* 横幅の調整 */
  border-top: #002676 25px solid;
  /* 三角形の高さを調整 */
  transform: translate(-50%, 0);
}


.service02 .heading .wrap {
  padding: 30px 20px 50px;
}

.service02 .reason1 h2.lower span.ttl_cat,
.service02 .reason4 h2.lower span.ttl_cat {
  background-image: none;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 5px;
}


.sales-up__list {
  justify-content: center;
}

.sales-up__item {
  background-color: #fff;
  color: #002676;
  margin: 10px;
  padding: 1.2rem;
  border-radius: 5rem;
  font-weight: bold;
  width: 30%;
  align-items: center;
  text-align: center;
}



.service02 .reason1 .content01 .block {
  background-color: #fff;
}




.service02 .reason1 .content04 p.desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8125;
  text-align: center;
  margin: 40px 0 0;
  padding: 40px 25px;
  background: #e5e9f1;
}

.service02 .reason_flex {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
  padding-bottom: 100px;
}

.reason-text {
  width: 85%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8125;
  text-align: left;
  display: flex;
  align-items: center;
  /* テキストを中央揃え */
}

.reason-text-character {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-text-character img {
  width: 100%;
  height: auto;
}

/* ---reason4--- */
.service02 .reason4 ul.reason4__list {
  justify-content: center;
  flex-wrap: wrap !important;
  color: #002676;
}

.service02 .reason4 li.reason4__item {
  display: flex;
  justify-content: center;
  background-color: #e5e9f1;
  margin: 10px;
  padding: 1.2rem;
  border-radius: 5rem;
  font-weight: bold;
  width: calc(32% - 5px);
  align-items: center;
  text-align: center;
  margin-right: 0 !important;
  height: auto;
  font-size: 17px;
}

.service02 .reason4 .reason4__list .reason4__item:nth-child(4),
.service02 .reason4 .reason4__list .reason4__item:nth-child(5) {
  width: 40%;
}




/* ---reason5--- */
.reason5__flex {
  margin: 0 40px;
}

.reason5__flex--text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  width: calc(25% - 10px);
  background-color: #e5e9f1 !important;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(0, 0, 0, 0.07);
  display: table-column;
  justify-content: center;
  align-content: center;
  text-align: center;
}


.features {
  background-color: #e5e9f1;
  width: 100%;
  background: url(/wp-content/themes/fid/assets/img/lower/service02/support_bk.jpg) top no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

/* ---ops-support---  */

.ops-support {
  background-color: #EAEFF4;
  /* background: url(/wp-content/themes/fid/assets/img/lower/service02/ops-support.jpg) top no-repeat; */
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.ops-support__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.ops-support--text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* width: calc(50% - 10px); */
  width: 420px;
  height: 420px;
  padding: 25px 20px 20px;
  background-color: rgb(255, 255, 255) !important;
  text-align: center;
  border-radius: 10px;
}

.ops-support--header {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ops-support--desc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-grow: 1;
}

.ops-support--desc li {
  background-color: #F6F6F6;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

/* スペシャルチーム表_table-support */
.content-section {
  background: url(https://marketing.f-i-d.jp/wp-content/themes/fid/assets/img/lower/service01/bg_cube.jpg) 0 100% no-repeat #fff;
  background-size: 40%;
}

.table-support {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.table-support th,
.table-support td {
  padding: 14px 10px 10px 15px;
  border: 1px solid #ccc;
  width: 20%;
  vertical-align: middle;
}

.table-support th,
.table-support tr:first-child th {
  background-color: #002676;
  color: #fff;
  text-align: center;
  font-weight: 500;
}


.content-section .inner ul {
  margin: 0 0 0 1em;
  padding: 0;
}


.table-support ul li:last-child {
  margin-bottom: 0;
}

.gaze {
  background-color: #f3f9ff;
  color: #002676;
}

.content-section .inner ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.material-symbols-rounded {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 34;
  font-size: 80px !important;
  color: #D2E1FF;
  margin-bottom: 25px;
}


@media (max-width: 768px) {

  /* ---共通--- */
  .service02 .service-hero .lead-txt {
    font-size: 18px;
  }

  .service02 h4.lower {
    font-size: 16px;
  }



  .scrollable-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  .scrollable-container .scrollable-img {
    height: 400px;
    width: auto;
    display: inline-block;
    max-width: none;
    pointer-events: auto;
    user-select: auto;
  }


  /* ---answer--- */
  .service02 .answer ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .service02 .answer ul li:hover {
    transform: none;
  }

  .reason5 figure {
    margin: 0;
  }

  .service02 .answer figure {
    width: 50%;
    margin: 0 auto 10px;
  }

  /* ---reason1--- */

  .sales-up__list {
    justify-content: space-around;
  }

  .sales-up__item {
    margin: 0 0 10px;
    width: calc(50% - 5px);

  }

  /* 奇数の時に最後の要素だけ100%にする */
  .sales-up__item:nth-child(odd):last-child {
    width: 100%;
  }

  /* ---reason4--- */

  .service02 .reason4 li.reason4__item,
  .service02 .reason4 .reason4__list .reason4__item:nth-child(4),
  .service02 .reason4 .reason4__list .reason4__item:nth-child(5) {
    width: 100%;

  }


  .service02 .reason1 .content04 p.desc {
    font-size: 15px;
  }


  .reason-text {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .reason-text-character {
    display: none;
  }

  /* ---reason5--- */

  .reason5__flex {
    margin: 0;
  }

  .reason5__flex--text {
    width: 100%;
    margin-bottom: 10px;
  }

  /* ops-support--text  */
  .ops-support--text {

    width: 100%;
    height: auto;

  }


  /* スペシャルチーム表_table-support */
  .table-container {
    overflow-x: auto;
  }

  .table-support {
    min-width: 800px;

  }

  .table-support th,
  .table-support td {
    width: auto;
  }

}