x@charset "utf-8";
/* CSS Document 導入事例ページ共通 */


/*　共通 */
a {
  text-decoration: none;
}
 a:visited {
  text-decoration:none;
}

/*　リストのドット削除 */
.tags__tag.tags__tag--education {
    list-style: none !important;
}
.case-detail ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/*ロゴ */
.logo {
  margin-right: 20px;
  float: left;
  align-items:center;
}

#case-detail__logo {
  float: left;
  margin-right: 10px;
  height: 70px;
}

/*　画像 */

.case-detail__image2{
  width: 100%;
}

.case-detail__title,a {
  align-items: center;
  text-decoration:none;
}

@media(max-width:750px){
  .case-detail__title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    align-items: center;
  }
}

.case-detail__text {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
}

.case-manager_image {
  margin-bottom: 15px;
  float: right;
}



.name {
  font-size: 22px;
  font-weight: bold;  
}

/* 本文 */

#summary {
  font-size: 15px;
  line-height: 1.7em;
}

#caption {
  font-size: 23px;
  border-bottom: 1px solid #A3A3A3;
  padding: 0.2em 0.5em;
  border-left: solid 5px #F8B500;
  margin: 30px 0px 20px;
  line-height: 1.5em;
  color: #333333;
}

.caption{
  font-size: 13px;
  margin-top: 10px;
}

.frame {
  font-size: 15px;
  margin: 0 20px;
  padding: 20px;
  background:#FEF9EB;
}
/*　SP */
@media(max-width:750px){
  .frame {
    font-size: 13px;
    margin: 0px 0px;
    background: #f7f1df;
  }
}

.closing {
  font-size: 28px;
  font-weight: bold;
}

.question {
  font-size: 18px;
  padding: 0.2em 0.5em;
  margin: 30px 0px 20px;
  line-height: 1.5em;
}

.theme {
  position: relative;
  padding: 1rem;
  background: linear-gradient(to right, #f7f794, #f2f6ff);
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
}

span.marker {
  background-color: rgba(247, 247, 148, 0.5);/* マーカー */
}

span.person {
  font-weight: bold;
}

span.arrow {
  color: #eea613;
}

/*　CVbtn */
.cvbtn {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  padding-bottom: 25px;
}
/*　SP */
@media(max-width:750px){
  .cvbtn {
    max-width: 100%;
    height: auto;
    padding-bottom: 25px;
  }

.cvbtn:hover {
  opacity: 0.7;
}



/*movie SPver. */
.movie {
  max-width: 100%;
  display: block;
  object-fit:cover;
}

/* SPのみ企業名は改行 */
@media screen and (min-width:768px) {
  .scase-box__title case-box__title--no-link {
  display: block;
  }

}