@charset "utf-8";
/* CSS Document */
article{
  margin-bottom: 160px;
}

.contentHeader{
  margin-bottom: 48px;
}
.contentBody_h3{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 48px;
}
h3.contentBody_h3.we_flx-adj{
  flex-direction: column;
}
span.we_title{
  font-size: 1.25rem;
  font-weight: bold;
}
span.we_title-sub{
  display: inline-block;
  font-size: 1rem;
  font-weight: initial;
}
.contentTitle h2 .experience_h2sub{
  display: inline-block;
  font-size: 1.5rem;
  padding-top: 8px;
}
.sp_br{
  display: inline-block;
}
.experience_area{
  font-size: 1rem;
}
.experience_flex{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.experience_txt h4{
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.experience_detail{
  flex: 1 0 auto;
  max-width: 450px;
  align-self: center;
  text-align: center;
}
.experience_middlep{
  margin: 24px 0;
}
.snsarticle_tittle {
  margin-top: 40px;
}
.snsarticle_tittle p{
  font-size: 1.125rem;
  font-weight: bold;
}
.snsarticle_tittle p span{
  display: inline-block;
}
.insragram-url a{
  font-size: 1rem;
  text-decoration: underline;
  padding-top: 16px;
  display: none;
}




@media screen and (max-width:820px){
  article{
    margin-bottom: clamp(5rem, -0.513rem + 20.51vw, 10rem);/* 80-160 430-820 */
  }
  .contentHeader{
    margin-bottom: clamp(1.875rem, 0.635rem + 4.62vw, 3rem);/* 30-48 430-820 */
  }
  .contentBox.experience_area{
    font-size: 14px;
  }
  .contentBody_h3{
    margin-bottom: clamp(1.875rem, 0.635rem + 4.62vw, 3rem);/* 30-48 430-820 */
  }
  .contentTitle h2{
    font-size: clamp(1.125rem, 0.574rem + 2.05vw, 1.625rem);/* 18-26 430-820 */
  }
  .contentTitle h2 .experience_h2sub{
    font-size: clamp(0.875rem, 0.186rem + 2.56vw, 1.5rem);/* 14-24 430-820 */
  }
  span.we_title{
    font-size: clamp(1rem, 0.724rem + 1.03vw, 1.25rem);/* 16-20 430-820 */
  }
  span.we_title-sub{
    font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/* 14-16 430-820 */
  }
  .experience_txt h4{
    font-size: 14px;
  }
  .experience_flex{
    display: block;
  }
  .experience_txt{
    width: 100%;
  }
  .experience_detail{
    max-width: 100%;
  }
  .experience_txt02{
    margin-bottom: 16px;
  }
  .snsarticle {
    margin: 0 auto;
    text-align: center;
  }
  .snsarticle_tittle p{
    font-size: clamp(1rem, 0.862rem + 0.51vw, 1.125rem);/* 16-18 430-820 */
  }
  .insragram-url a{
    display: block;
  }
  .insragram-url img{
    display: none;
  }

}