/*-------------------------
  home
-------------------------*/
.hero-title_videos .inner-title .chara01,
.hero-title_videos .inner-title .chara02 {
  z-index: 0;
}


/*-------------------------
  popup
-------------------------*/


.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.popup-banner {
  position: relative;
}

.popup-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
}

.popup.open {
  display: flex;
  animation: fadeIn 0.7s;
}

.popup-inner {
  width: 450px;
  margin: 0 auto;
  background-color: #3f67ab;
}

.popup-inner span.tit {
  color: #fff;
  margin: 20px 0;
  display: inline-block;

}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------------------------
  ニーズ・課題から探す
-------------------------*/


/* ---find_needs_issues--- */
.find_needs_issues {
  background: url(/wp-content/themes/fid/assets/img/lower/service01/bg_cube.jpg) 0 100% no-repeat #fff;
  background-size: 60%;
}

.find_needs_issues .flex.inner {
  align-items: stretch;
}

.find_needs_issues .flex.inner li {
  width: calc(33% - 5px);
  min-height: 100px;
  text-align: center;
  background: #002575;
  border-left: 1px solid #4d679f;
  margin-right: 0;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.find_needs_issues .flex.inner li:hover {
  transform: scale(1.05);
}

.find_needs_issues .flex.inner li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 5px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
}

.find_needs_issues .inner li .ttl {
  font-size: 13px;
  font-weight: 700;
  color: #002575;
  background: #fff;
  padding: 0;
  max-width: 100%;
  width: 130px;
  margin: 10 auto;
  min-height: auto;
}

.find_needs_issues .inner li .tex {
  display: flex;
  font-size: 19px;
  font-weight: 500;
  flex: 1;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find_needs_issues .flex.inner li a {
  padding: 10px 5px;
}


/*-------------------------
導入事例
-------------------------*/


.intro {
  background-color: #f4f6f9;

}

.intro .pc-only {
  display: none;
}

.intro .intro_container,
.intro .container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.intro .card {
  width: 33%;
  background-color: white;
  display: flex;
  box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.3);
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s ease;
}

.intro .card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.intro .card:hover {
  transform: scale(1.02);
}

.intro .card__thumbnail {
  object-fit: cover;
  height: 200px;
  width: 100%;
  object-position: center top;
}

.intro .card__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro .card__company {
  position: absolute;
  top: 190px;
  left: 0px;
  background-color: #002676;
  color: #fff;
  padding: 3px 13px 3px 8px;
  border-radius: 0px 3px 3px 0;
  font-size: 14px;
}

.intro .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 25px 20px 0;
  line-height: 1.5;
  padding-top: 20px;
  flex-grow: 1;
  text-align: justify;
}

.intro .card-content {
  font-size: 0.9em;
  line-height: 1.6;
  flex-grow: 1;
  margin: 20px;
}

.intro .card-list-flex {
  display: flex;
  justify-content: start;
}

.intro .card__list-title {
  width: 20%;
}

.intro .card__list-list {
  width: 75%;
}

.intro .tags {
  display: flex;
  gap: 10px;
  margin: 0 20px 10px;
  justify-content: flex-end;
  margin-top: auto;
}

.intro .tag {
  background-color: #f0f0f0;
  padding: 5px 10px;
  font-size: 0.8em;
  border-radius: 5px;
}


/*-------------------------
POPアップのmotenasuフォーム
-------------------------*/
.motenasu_form {
  max-width: 500px;
  width: 100%;
  background: #e5e9f1;
  padding: 40px 40px 50px;
  color: #231815;
}

.motenasu_form table input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #cdcdcd;
  color: #fff;
}

.motenasu_form table input[type="email"],
.motenasu_form table input[type="tel"],
.motenasu_form table input[type="text"] {
  height: 40px;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.motenasu_form table .unit p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.motenasu_form table td a,
.motenasu_form table th a {
  text-decoration: underline;
}

.motenasu_form table th {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #231815;
  text-align: left;
}

.motenasu_form table td {
  display: block;
  color: #231815;
  margin-bottom: 15px;
  text-align: left;
}

.inputOKtxt {
  display: block !important;
  color: #00f;
  font-weight: bold;
}


.fcr {
  color: #f00;
}

#contact {
  background: #e5e9f1;
}




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

  /*-------------------------
　POPUP
-------------------------*/
  .popup-inner {
    width: 90%;
    margin: 0 auto;

  }


  /*-------------------------
POPアップのmotenasuフォーム
-------------------------*/
  label {
    display: block;
  }

  .motenasu_form {
    padding: 40px 10px 50px;
  }

  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {

  /*-------------------------
  home
-------------------------*/
  .hero-title_videos {

    padding: 160px 0 50px;
  }


  /*-------------------------
　　　ニーズ・課題から探す
-------------------------*/



  .find_needs_issues .flex.inner li {
    width: calc(50% - 5px);
  }

  .find_needs_issues .inner li .tex {
    padding-bottom: 0;
    font-size: 14px;
  }



  /*-------------------------
　　　FIDが提供するサービス
  -------------------------*/


  .service .ttl {
    font-size: 16px;
    justify-content: start;
    margin-bottom: 0;
    color: #002575;
    font-weight: 700;
  }

  .service .txt {
    /* font-size: 14px; */
    margin-bottom: 0;
  }


  /*-------------------------
    導入事例
    -------------------------*/

  .intro .intro_container,
  .intro .container {
    flex-wrap: wrap;
  }

  .intro .card {
    width: 100%;
  }

  .intro .card__thumbnail {
    overflow: hidden;
  }

  .intro .card__thumbnail img {
    height: auto;
    width: 100%;
  }

  .intro .card__company {
    top: 188px;
  }


  /*-------------------------
      ニーズ・課題から探す
 -------------------------*/

  .find_needs_issues .flex.inner li:hover {
    transform: none !important;

  }

  .find_needs_issues .flex.inner li a:hover {
    transform: none !important;

  }

  /*-------------------------
               NEWS
  -------------------------*/
  .news .wrap .inner li .news_date {
    width: 30%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}