@import url("https://use.typekit.net/emj2bdj.css");

.din_font {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.din2014_font {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.post-type-archive-mirai,
body.single-mirai {
  background: #F2F2F2;
}


/* 課題解決事例 TOP */
/* ============================================ */
.customer_wrap {

}
.customer_archive .sub_container {
  margin-top: 100px;
}
.customer_archive .main_txt,
.customer_single .main_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 30px 0 0;
}
.customer_archive .lead_txt {
  margin: 80px 0 0;
}

.customer_wrap ul.customer_article {
  max-width: 100%;
}
.customer_wrap ul.customer_article li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #CCCCCC;
  background-color: #fff;
}
.customer_wrap ul.customer_article li:last-child {
  margin-bottom: 0;
}
.customer_wrap ul.customer_article li .article-txt {
  width: calc(100% - 42.3%);
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.customer_wrap ul.customer_article li .article-txt .cont_num {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.customer_wrap ul.customer_article li .article-txt .cont_customer {
  font-size: 16px;
}
.customer_wrap ul.customer_article li .article-txt .cont_tit {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.customer_wrap ul.customer_article li .article-txt .cont_sort {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 30px 0 0;
  border-top: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin-top: 20px;
} 

.customer_wrap ul.customer_article li .article-img {
  width: 42.3%;
  /* height: 320px; */
}
.customer_wrap ul.customer_article li .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1000px) and (min-width:769px) {
  .customer_archive {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .customer_archive {
    margin-left: 0;
    margin-right: 0;
  }
  .customer_archive .sub_title h1.main_title span {
    display: block;
    font-size: 3.7333vw;
    margin-top: 2.4000vw;
    padding-left: 0;
    line-height: 1.714;
  }
  .customer_archive .sub_container {
    /* width: 93.6vw; */
    width: 90.9333vw;
    margin-top: 16vw;
    margin-left: auto;
    margin-right: auto;
  }
  .customer_archive .main_txt,
  .customer_single .main_txt {
    font-size: 3.7333vw;
    line-height: 1.714;
    margin: 5.3333vw 0 0;
    text-align: center;
  }
  .customer_archive .lead_txt {
    margin: 13.3333vw 0 0;
    line-height: 1.875;
  }

  .customer_wrap ul.customer_article li {
    margin-bottom: 5.3333vw;
    flex-direction: column;
  }
  .customer_wrap ul.customer_article li .article-txt {
    width: 100%;
    padding: 16.8000vw 4vw 10.6667vw;
  }
  .customer_wrap ul.customer_article li .article-txt .cont_num {
    font-size: 2.6667vw;
    padding: 2.6667vw;
  }
  .customer_wrap ul.customer_article li .article-txt .cont_customer {
    font-size: 3.7333vw;
    line-height: 1.714;
  }
  .customer_wrap ul.customer_article li .article-txt .cont_tit {
    font-size: 5.3333vw;
  }
  .customer_wrap ul.customer_article li .article-txt .cont_sort {
    font-size: 3.7333vw;
    line-height: 1.6;
    padding: 5.3333vw 0 0;
    margin-top: 2.6667vw;
  } 

  .customer_wrap ul.customer_article li .article-img {
    width: 100%;
    height: 52.5333vw;
  }
}



/* 課題解決事例 詳細 */
/* ============================================ */
.customer_single .sub_container {
  margin-top: 60px;
}
.customer_single_hd .cont_num {
  display: inline-block;
  background: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.customer_single_hd .cont_tit {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.76;
}
/* .customer_single_hd .cont_tit br {
  display: none;
} */
.customer_single_hd .cont_sort {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  padding: 30px 0 0;
  border-top: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin-top: 60px;
}

.customer_single .page-box {

}
.customer_single .page-box .main_img_box {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
  text-align: center;
}
.customer_single .page-box .main_img_box .main_img img {
  margin-top: 0;
  margin-bottom: 0;
}
.customer_single .page-box .main_img_box p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  text-align: left;
}
.customer_single .page-box h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6667;
}
.customer_single .page-box p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 2em;
}
/* .customer_single .page-box img {
  max-width: 800px;
  margin: 100px auto 0;
} */
/* .customer_single .page-box .wp-caption {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.customer_single .page-box .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
} */
.customer_single .page-box .wp-caption-text {
  margin: 15px auto 0;
  font-size: 14px;
}

.customer_single .page-box .wp-caption {
  text-align: center;
  max-width: 100%;
}

.customer_single .page-box .wp-caption img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.customer_single .page-box .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.customer_single .page-box .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.customer_single .page-box .alignright + p,
.customer_single .page-box .alignright + p {
  clear: both;
}

.customer_single .page-box .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




#toc_container {
  background: #F2F2F2;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 25px 30px 30px;
  width: 92%;
  display: block;
  margin: 60px auto;
}
#toc_container p.toc_title {
  font-size: 18px;
  text-align: left;
}
#toc_container span.toc_toggle {
  display: none;
}
#toc_container p.toc_title+ul.toc_list {
  margin-top: 20px;
  padding-left: 0.3em;
  counter-reset: item;
}
#toc_container p.toc_title+ul.toc_list li {
  margin-bottom: 5px;
  font-size: 16px;
  counter-increment: item;

  padding-left: 2em;
  position: relative;
}
#toc_container p.toc_title+ul.toc_list li:last-child {
  margin-bottom: 0;
}
#toc_container p.toc_title+ul.toc_list li a {
  text-decoration: none;
}
#toc_container p.toc_title+ul.toc_list li a::before {
  display: inline-block;
  content: counter(item) ". ";
  padding-right: 10px;


  position: absolute;
  left: -20px;
  top: -4px;
}
#toc_container p.toc_title+ul.toc_list li a::after {
  font-size: 16px;
  content: "▽";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  bottom: auto;
  z-index: 1;
  background: transparent;
  padding-left: 0.5em;
}


/* 他の企業様のインタビュー */
.other_article {
  margin-bottom: 80px;
}
.other_article .other_tit {
  margin-bottom: 30px;
}
.other_article .other_tit a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.other_article .other_tit span {
  font-size: 18px;
  font-weight: bold;
}
.other_article .link_arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 0 10px;
  background: #fff100;
  display: inline-block;
}
.other_article .link_arrow .eff-2 {
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0px;
  left: -30px;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
}
.other_article a:hover .link_arrow .eff-2 {
  left: 0;
}
.other_article .link_arrow span {
  background-size: 19px;
  width: 30px;
  height: 30px;
  position: relative;
  color: #000;
  z-index: 3;
  display: block;
  background-image: url(../img/common/arrow_icon.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
}

/* other */
.page-navs .nav-item a br {
  display: none;
}


.underline-yellow {
  display: inline !important;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(to bottom, transparent 70%, #fff100 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 1.5;
  text-decoration: none;
}
.underline-yellow:hover {
  text-decoration: none;
}
@media (max-width:1000px) and (min-width:769px) {
  .customer_single {
    margin-left: 2%;
    margin-right: 2%;
  }
  .customer_single_hd .cont_tit {
    font-size: 3.2vw;
  }
  .customer_single .facebook_share_wrap {
    gap: 30px;
  }
  .customer_single .fb-share-button {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .customer_single {
    margin-left: 4.5333vw;
    margin-right: 4.5333vw;
  }
  .customer_single .sub_container {
    margin-top: 10.6667vw;
  }
  .customer_single_hd .cont_num {
    font-size: 3.2vw;
    padding: 2.6667vw;
  }
  .customer_single_hd .cont_tit {
    margin-top: 5.0667vw;
    font-size: 7.4667vw;
    line-height: 1.78;
  }
  .customer_single_hd .cont_tit br {
    display: none;
  }
  .customer_single_hd .cont_sort {
    font-size: 3.7333vw;
    line-height: 1.6;
    word-break: keep-all;
    padding: 8vw 0 0;
    margin-top: 8vw;
  }

  .customer_single .page-box .main_img_box {
    max-width: 100%;
    margin: 25.3333vw auto 0;
  }
  .customer_single .page-box .main_img_box p {
    font-size: 3.7333vw;
    line-height: 1.7142;
    margin-top: 4vw;
  }

  .customer_single .page-box h2 {
    font-size: 5.3333vw;
    line-height: 1.6667;
  }
  .customer_single .page-box p {
    font-size: 4.2667vw;
    line-height: 2;
    margin-top: 2em;
  }
  .customer_single .page-box .wp-caption-text {
    margin: 4vw auto 0;
    font-size: 3.7333vw;
    line-height: 1.3;
  }


  #toc_container {
    padding: 6.6667vw 5.3333vw;
    width: 100%;
    margin: 21.3333vw auto;
  }
  #toc_container p.toc_title {
    font-size: 4.8vw;
  }
  #toc_container p.toc_title+ul.toc_list {
    margin-top: 5.3333vw;
    padding-left: 0.2em;
  }
  #toc_container p.toc_title+ul.toc_list li {
    margin-bottom: 4vw;
    font-size: 4.2667vw;

    padding-left: 4.8vw;
  }
  #toc_container p.toc_title+ul.toc_list li a::before {
    padding-right: 2vw;

    left: -4.8vw;
  }
  #toc_container p.toc_title+ul.toc_list li a::after {
    font-size: 4.2667vw;
  }


  /* 他の企業様のインタビュー */
  .other_article {
    margin-bottom: 8vw;
  }
  .other_article .other_tit {
    margin-top: 0;
    margin-bottom: 5.3333vw;
  }
  .other_article .other_tit span {
    font-size: 4.2667vw;
  }
  .other_article .link_arrow {
    width: 6vw;
    height: 6vw;
  }
  .other_article .link_arrow .eff-2 {
    width: 6vw;
    height: 6vw;
  }
  .other_article .link_arrow span {
    width: 6vw;
    height: 6vw;
  }

}