.looply_heading{
  font-size: 20px;
  font-weight: bold;
  color: #1A2872;
  line-height: 1.6;
  text-align: center;
}
.looply_about img{
  width: 100%;
  max-width: 935px;
  margin: auto;

}

.looply_search{
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
}
.arrow_s{
  display: block;
  width: 15px;
  margin: 15px auto;
}
.looply_search_text01{
  font-size: 20px;
  line-height: 1.6;
}
.looply_search_text01 span{
  font-weight: bold;
  color: #1A2872;
  font-size: 26px;
}
.looply_search_text02{
  font-size: 26px;
  line-height: 1.6;
}
.looply_solution{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px;
}
.looply_solution_each{
  width: 290px;
  display: flex;
  flex-direction: column;
  border: 1px dotted #1a2872;
  padding: 30px 10px;
}
@media only screen and (max-width:960px) {
  .looply_solution_each{
  width: 45%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #1a2872;
  padding: 30px 10px;
}
}


.looply_solution_each img{
  width: 100px;
  margin: auto;
}
.looply_solution_each p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width:960px) {
.looply_solution_each p{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: left;
}
}


.looply_cta{
  background-color: #F7F7F7;
  padding: 70px 0;
}
.looply_cta_btn{
  display: block;
  background-color: #E2991D;
  color: #fff;
  text-align: center;
  font-size: 24px;
  width: 80%;
  max-width: 500px;
  margin: auto;
  padding: 30px 0;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/service/solution/degital-marketing/influencer/looply_client/looply_cta_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.looply_cta_btn:hover{
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width:960px) {
  .looply_cta_btn{
    font-size: 16px;
    background-position: center right 10px;
    background-size: 30px auto;
    padding: 20px 0;
  }
}


.s-content-block_nmt{
    background-color: #fff !important;
    padding: 70px 60px;
}
@media only screen and (max-width:960px) {
  .s-content-block_nmt{
    padding: 50px 10px;
}
}
.looply_creater{
  width: 600px;
  margin: 0 auto 70px;
}
@media only screen and (max-width:960px) {
.looply_creater{
  width: 90%;
  margin: 0 auto 70px;
}
.looply_creater img{
  width: 100%;
}
}


.looply_creater p{
  font-size: 14px;
}


.looply_strength{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 60px;
}
.looply_strength_each{
  width: 250px;
  height: 250px;
  border: 1px dotted #1a2872;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
@media only screen and (max-width:960px) {
.looply_strength_each{
  width: 150px;
  height: 150px;
}
}
.looply_strength_each h4{
  font-size: 40px;
  font-weight: bold;
  color: #1A2872;
  padding: 30px 0 20px;
}
@media only screen and (max-width:960px) {
.looply_strength_each h4{
  font-size: 20px;
  padding: 10px 0;
}
}
.looply_strength_each p{
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width:960px) {
.looply_strength_each p{
  font-size: 14px;
}
}
.looply_strength_arrow{
  display: block;
  width: 50px;
  margin: 40px auto;
}
.looply_strength_comment{
  padding: 30px;
  background-color: #F7F7F7;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 80px;
}
.looply_check{
  display: flex;
  justify-content: center;
  gap:30px;
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
}
@media only screen and (max-width:960px) {
  .looply_check{
    flex-direction: column;
}
}

.looply_check dt{
  text-align: center;
  margin-bottom: 20px;
}
.looply_check dd{
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:960px) {
  .looply_flow_up img{
    width: 100%; 
}
}
.looply_flow_dl{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap:100px;
  margin: 60px 0;
}
@media only screen and (max-width:960px) {
  .looply_flow_dl{
    margin: 30px 0;
  }
}

.looply_flow_dl dt{
  flex: 0 0 200px;
}
@media only screen and (max-width:960px) {
.looply_flow_dl dt{
  display: none;
}
}

.looply_flow_dl dt img {
  height: 100%;
  width: auto;
  /* object-fit: cover; */
  display: block;
}

.looply_flow_dl dd{
  width: 550px;
  text-align: center;
  
}
.looply_flow_dl p{
  font-size: 20px;
  color: #1A2872;
  border: solid 4px #1A2872;
  border-radius: 10px;
  padding: 20px 0;
  background-color: #F7F7F7;
  line-height: 1.6;
}
@media only screen and (max-width:960px) {
  .looply_flow_dl p{
    font-size: 16px;
  }
}
.looply_flow_dl p span{
  display: block;
  font-size: 16px;
}
@media only screen and (max-width:960px) {
  .looply_flow_dl p span{
    font-size: 14px;
  }
}
.flow_arrow{
  width: 25px;
  padding: 10px 0;
}
.orien{
  position: relative;
}
@media only screen and (max-width:960px) {
  .orien{
  text-align: left;
  padding-left: 10px !important;
}
}

.orien_img{
  position: absolute;
  right:20px;
  top:20px;
  width: 80px;
  cursor: pointer;
}
@media only screen and (max-width:960px) {
.orien_img{
  width: 60px;
  right: 10px;
}
}

/**************************\
  modal ここから
\**************************/
@keyframes mmfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes mmslideIn {
    from {
      transform: translateY(15%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes mmslideOut {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10%);
    }
  }

  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
    z-index: 100;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal-overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal-container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal-overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal-container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide .modal-container,
  .micromodal-slide .modal-overlay {
    will-change: transform;
  }


  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  

  .modal-container{
        text-align: center;

    }
        .close{
          background-color: #1A2872;
          color: #fff;
          text-align: center;
          font-size: 18px;
          padding: 1rem 0;
          margin-top: 20px;
        }
@media only screen and (max-width:960px) {
   .modal-container figure{
    text-align: center;
   }
   .modal-container figure img{
    width: 90%;
   }
}


  /**************************\
   modal ここまで
\**************************/
  
.looply_imk{
  max-width: 600px;
  margin: 30px auto 60px;
}
@media only screen and (max-width:960px) {
  .looply_imk{
    text-align: center;
  }
.looply_imk img{
  width: 90%;
  /* margin: 30px auto 60px; */
}
}
.looply_ugc_group{
  max-width: 780px;
  margin: auto;
}
.looply_ugc{
  display: flex;
  gap:2px;

}
.looply_ugc dt{
  background-color: #1A2872;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  flex:1;
  margin-bottom: 2px;
}
.looply_ugc dd{
  font-size: 16px;
  line-height: 1.6;
  flex:3.5;
  background-color: #E8E8E8;
  margin-bottom: 2px;
  padding: 20px;
}
@media only screen and (max-width:960px) {
  .looply_ugc_img{
    text-align: center;
  }
    .looply_ugc_img img{
    width: 90%;
  }

}

.looply_bg{
  background: url("https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/service/solution/degital-marketing/influencer/looply_client/looply_mv.jpg") center center no-repeat;
  background-size: cover;
}
.s-content_looply_about{
  background: #f7f7f7;
}


.tabs{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    gap:5px;
}
.tab{
    width: calc(100% / 3);
    color: #1A2872;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    border: solid #1A2872 1px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    padding: 15px 0;

}
@media only screen and (max-width:960px){
  .tab{
    padding: 10px;
    font-size: 12px;
  }

}
.tab.active-tab { 
    border: none;
    background-color: #1A2872;
    color: #fff;
}
.content{
    display: none; 
    opacity: 0; 
    transition: opacity 0.5s;
}

.active { 
    display: block; 
    opacity: 1;
}

.table-wrapper {
  max-width: 1020px;
  margin: auto;
}

    /* テーブルを横スクロール対応にするラッパー */
    @media only screen and (max-width:960px){
      .table-wrapper {
      width: 100%;
      overflow-x: auto;
    }

    }


    .plan-table {
      width: 100%;
      font-size: 14px;
      border-collapse: separate;
      border-spacing: 3px;   
    }
    @media only screen and (max-width:960px){
          .plan-table{
            white-space: nowrap;
            font-size: 12px;
            margin-bottom: 10px;
          }

    }

    .plan-table th,
    .plan-table td {
      background-color: #F7F7F7;
      padding: 15px;
      text-align: center;
      vertical-align: middle;
      word-break: break-word;
    }
    .plan-table td span{
      display: block;
      padding-top: 5px;
      font-size: 10px;
    }
    .plan-table th {
      background-color: #6D80E7;
      color: #fff;
    }

    .plan-table td:first-child {
      background-color: #E8E8E8;
      text-align: left;
    }

