/* **************************************************************

/css/top.css

************************************************************** */
body,
.m-faq__q,
.m-faq__a a {
  color: #525B5C!important;
}


header {
  color: initial;
}

#wrap {
  /* margin-top: 141px; */
  margin: 0 auto;
}

.white {
  background: #FFFFFF;
}

.gray {
  background: #f2f2f2;
}

.mv-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 35.94%;
  margin-top: 80px;
}

.mv-block:before {
  content: "";
  position: absolute;
  width: 78.1%;
  height: 100%;
  background: #3D464E;
}

.mv-block .logo {
  position: absolute;
  top: 6.81%;
  left: 3.56%;
  width: 9%;
  z-index: 2;
}

.mv-block .mv-ph {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 67.55%;
  z-index: 1;
}

.mv-block .mv-ttl-area {
  position: absolute;
  top: 36.81%;
  left: 13.2%;
  z-index: 2;
}

.mv-block .ttl-tag01 {
  position: relative;
  width: 50%;
}

.mv-block .mv-ttl-area .mv-ttl {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 2px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.section img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #wrap {
    /* margin-top: 110px; */
    margin: 0 auto;
  }

  /* #wrap nav.breadcrumb-area{
      margin-top: 50px;
    } */
  .mv-block {
    margin-top: 60px;
    padding-bottom: 92.95%;
  }

  .mv-block:before {
    width: 94.9%;
  }

  .mv-block .mv-ttl-area .mv-ttl {
    font-size: 8vw;
  }

  /* .section .inner{
      width: 78%;
    } */
  .mv-block .mv-ttl-area {
    position: absolute;
    top: 38.81%;
    left: 5.33%;
    z-index: 2;
  }
}

/* **************************************************************

/asset/kumihimo-tech-camp/css

************************************************************** */
.ktc #wrap {
  background: #f2f2f2;
}

.mod-inner {
  width: 74.68%;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .mod-inner {
    width: 100%;
    padding: 0 5.33%;
    box-sizing: border-box;
  }
}

/* **************************************************************

コンテンツ部分

************************************************************** */

/* main-vs */
#main-vs {
  height: 620px;
  position: relative;
  background: url(/ja-jp/asset/kumihimo-tech-camp/img/bg-main02.jpg)no-repeat;
  background-size: cover;
  background-position: top;
}

#main-vs .txt-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  z-index: 1;
}

#main-vs .txt-box .mv-title {
  max-width: 580px;
  margin-bottom: 25px;
}

#main-vs .txt-box .mv-title img {
  width: 95%;
}

#main-vs .txt-box .mv-lead {
  font-size: 3.0rem;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: bold;
}

#main-vs .txt-box .mv-lead_sub {
  font-weight: bold;
  color: #ea002a;
  font-size: 2.2rem;
  line-height: 1.6;
}

#main-vs .txt-box .btn-list {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

#main-vs .txt-box .btn-list li {
  width: 50%;
}

#main-vs .txt-box .btn-list li .btn {
  max-width: inherit;
}

@media screen and (max-width: 768.9px) {
  #main-vs {
    height: 320px;
    position: relative;
    background: url(/ja-jp/asset/kumihimo-tech-camp/img/bg-main02_sp.jpg)no-repeat top left 10%;
    background-size: cover;
  }

  #main-vs .mod-inner {
    position: relative;
    z-index: 2;
    height: 100%;
  }

  #main-vs::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #main-vs .txt-box {
    display: block;
    width: 80%;
    padding: 0 20px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }

  #main-vs .txt-box .mv-title {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #main-vs .txt-box .mv-lead {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #main-vs .txt-box .mv-lead_sub {
    font-size: 1.4rem;
  }

  #main-vs .txt-box .btn-list {
    flex-direction: column;
    gap: 10px;
    width: 80%;
    max-width: 310px;
    margin: 0 auto 0;
  }

  #main-vs .txt-box .btn-list li {
    width: 100%;
  }

  #main-vs .txt-box .btn-list li .btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 560px) {
  #main-vs .txt-box {
    width: 100%;
  }

  #main-vs .txt-box .mv-lead {
    font-size: 1.5rem;
  }
}

/* 各タイトル中央揃えPC */
.ktc section .ttl-area h2 {
  text-align: center;
}

.ktc section .center {
  text-align: center;
}

/* 各タイトル中央揃えSP */
@media screen and (max-width: 768px) {
  .ktc section .center {
    text-align: left;
  }
}

/* news */
.news-area {
  max-width: 1200px;
  margin: 100px auto 50px;
  display: flex;
}

.news-area .title-box {
  color: #FFFFFF;
  background: #3D464E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  flex-shrink: 0;
  font-size: 2rem;
}

.news-area .post-box {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-area .post-box .post-list {
  padding-right: 15px;
}

.news-area .post-box .post-list li {
  display: flex;
  white-space: nowrap;
}

.news-area .post-box .post-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.news-area .post-box .post-list li>a,
.news-area .post-box .post-list span {
  display: inline-block;
  margin-left: 15px;
  white-space: normal;
}

.news-area .post-box .btn {
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #3D464E;
  color: #3D464E;
  width: 200px;
}

.news-area .post-box .btn:hover {
  background: #3D464E;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .news-area {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .news-area .title-box {
    padding: 15px;
    font-size: 1.6rem;
  }

  .news-area .post-box {
    padding: 40px 30px;
    box-sizing: border-box;
    display: block;
  }

  .news-area .post-box .post-list {
    padding-right: 0;
  }

  .news-area .post-box .post-list li {
    display: block;
  }

  .news-area .post-box .btn {
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin: 30px auto 0;
    width: 80%;
  }

  .news-area .post-box .post-list li a,
  .news-area .post-box .post-list li span {
    margin: 5px 0 0 0;
    display: block;
  }

  .news-area .post-box .post-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
concept
----------------------------------------------------------- */
#concept {
  padding: 100px 0;
}

#concept .txt-box {
  margin-bottom: 80px;
}

#concept .txt-box .txt {
  font-size: 1.8rem;
  line-height: 2;
}

#concept .txt-box .txt:not(:last-of-type) {
  margin-bottom: 30px;
}

#concept .img-caption {
  text-align: center;
  color: #ea002a;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

#concept .image-box {
  width: 60%;
  margin: 0 auto;
}

#concept .image-box._wide {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#concept .btn-box {
  max-width: 350px;
  margin: 30px auto 70px;
}

#concept .btn-box .btn {
  max-width: inherit;
}

#concept .fl-box {
  display: flex;
}

#concept .fl-box .txt-box {
  width: 70%;
}

#concept .fl-box .movie {
  width: 30%;
  text-align: center;
}

#concept .fl-box .movie .mv-caption {
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-left: 20px;
}

#concept h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #concept {
    padding: 10px 0 40px;
  }

  #concept .ttl-area {
    margin-bottom: 30px;
  }

  #concept .txt-box {
    margin-bottom: 30px;
  }

  #concept .txt-box .txt {
    font-size: 1.5rem;
  }

  .swip-arrow {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
    background: #d5d5d5;
  }

  .swip-arrow::before,
  .swip-arrow::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: -4px;
    /* z-index: 10; */
  }

  .swip-arrow::before {
    border-width: 10px 12px 10px 0;
    border-color: #f2f2f2 #d5d5d5 #f2f2f2 #f2f2f2;
    left: 0;
  }

  .swip-arrow::after {
    border-width: 10px 0 10px 12px;
    border-color: #f2f2f2 #f2f2f2 #f2f2f2 #d5d5d5;
    right: 0;
  }

  .swip-arrow span {
    background: #f2f2f2;
    padding: 0 15px;
    position: relative;
    /* z-index: 2; */
  }

  #concept .img-caption {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1.9;
  }

  #concept .img-caption br {
    display: block;
  }

  #concept .image-box {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    margin-left: -10px;
    width: calc(100% + 45px);
    padding: 0;
  }

  #concept .image-box img {
    width: 1000px;
    max-width: none;
  }

  #concept .fl-box {
    display: block;
    margin-bottom: 70px;
  }

  #concept .fl-box .txt-box {
    width: 100%;
  }

  #concept .fl-box .movie {
    width: 100%;
  }

  #concept h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 560px) {
  #concept .img-caption {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #concept .img-caption br {
    display: none;
  }

  #concept .image-box {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    margin-left: -10px;
    width: calc(100% + 30px);
    padding: 0;
  }

  #concept .image-box img {
    width: 750px;
    max-width: none;
  }

}

/* -----------------------------------------------------------
contest
----------------------------------------------------------- */
#contest {
  padding: 70px 0;
}

#contest * {
  line-height: 1.8;
}

/* STEP */
.step-list {
  display: flex;
  gap: 30px;
  margin: 50px auto 80px;
}

.step-list li {
  border: 1px solid #f5002f;
  width: calc(100% / 3);
  line-height: 1.8;
}

.step-list li .step {
  background: #f5002f;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.step-list li .step {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 5px 0;
  position: relative;
}

.step-list li .step::after {
  display: block;
  content: "";
  width: 30px;
  height: calc(30px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f5002f;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

.step-list li .step .num {
  font-size: 3.2rem;
  margin-left: 5px;
}

.step-list li .txt-box {
  padding: 30px 20px;
}

.step-list li dl dt {
  text-align: center;
  font-weight: bold;
  color: #f5002f;
  font-size: 2.0rem;
  margin-bottom: 15px;
  line-height: 1.5 !important;
}

.step-list li dl dd {
  text-align: left;
}

@media screen and (max-width:768.9px) {
  #contest {
    padding: 40px 0;
  }

  .step-list {
    flex-direction: column;
    gap: 25px;
    margin: 30px auto 60px;
  }

  .step-list li {
    width: 100%;
  }

  .step-list li .step {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .step-list li .step .num {
    font-size: 2.4rem;
  }

  .step-list li .txt-box {
    padding: 20px;
  }

  .step-list li dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .step-list li dl dd {
    font-size: 1.4rem;
  }
}

/* 応募から共創開始までの流れ */
.flow-list {
  display: flex;
  margin-top: 50px;
  margin-bottom: 70px;
}

.flow-list li {
  width: calc(100% / 3);
  background: #f9f9f9;
}

.flow-list li:nth-of-type(2) {
  position: relative;
}

.flow-list li:nth-of-type(2)::before,
.flow-list li:nth-of-type(2)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #757c7d;
  border-right: 0;
  position: absolute;
  top: 60%;
}

.flow-list li:nth-of-type(2)::before {
  left: -5px;
}

.flow-list li:nth-of-type(2)::after {
  right: -7px;
}

.flow-list li .flow-ttl {
  position: relative;
  background: #f5002f;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-list li:not(:first-of-type) .flow-ttl::before,
.flow-list li:not(:first-of-type) .flow-ttl::after {
  display: block;
  content: "";
  position: absolute;
  background: #f5002f;
  border-left: 4px solid #FFFFFF;
  width: 30px;
  height: 50%;
  z-index: 1;
}

.flow-list li:not(:first-of-type) .flow-ttl::before {
  top: 0;
  left: 10px;
  transform: skew(30deg);
}

.flow-list li:not(:first-of-type) .flow-ttl::after {
  bottom: 0;
  left: 10px;
  transform: skew(-30deg);
}

.flow-list li .flow-ttl .ttl {
  position: relative;
  z-index: 1;
}

.flow-list li .flow-ttl .flow-icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f5002f;
  background: #FFFFFF;
  color: #f5002f;
  font-size: 1.4rem;
  padding: 0 10px;
  z-index: 1;
}

.flow-list li .flow-ttl .flow-icon::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-list li .flow-ttl .flow-icon .num {
  font-size: 1.3em;
  line-height: 1 !important;
}

.flow-list li .flow-text {
  padding: 20px 30px 20px 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.reverse-btn {
  display: block;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.5rem;
  color: #f5002f;
  transition: all .3s ease;
}

.reverse-btn {
  border-radius: 1000px;
  text-align: center;
  border: 1px solid #f5002f;
  background: #feeeed;
  padding: 0.55em 0.75em;
  margin-top: 1em;
}

.reverse-btn:hover {
  text-decoration: none;
  background: #f5002f;
  color: #FFFFFF;
}

@media screen and (max-width: 768.9px) {
  .flow-list {
    display: block;
    width: 100%;
    margin: 30px auto 60px;
  }

  .flow-list li {
    position: relative;
    background: none;
    width: 100%;
    margin-bottom: 40px;
  }

  .flow-list li:last-of-type {
    margin-bottom: 0;
  }

  .flow-list li:not(:last-of-type)::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #e7e7e7;
    border-bottom: 0;
    background: none;
    position: absolute;
    top: inherit;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow-list li:nth-of-type(2)::before {
    display: none;
  }

  .flow-list li .flow-ttl {
    font-size: 1.6rem;
    padding: 10px 15px;
  }

  .flow-list li:not(:first-of-type) .flow-ttl::before,
  .flow-list li:not(:first-of-type) .flow-ttl::after {
    display: none;
  }

  .flow-list li .flow-ttl .flow-icon {
    top: -15px;
    left: 10%;
  }

  .flow-list li .flow-text {
    padding: 10px;
    font-size: 1.4rem;
  }

  .flow-list li .arrow-btn {
    font-size: 1.4rem;
  }
}

.arrow-btn {
  display: block;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.5rem;
  color: #f5002f;
  transition: all .3s ease;
}

.arrow-btn::after {
  display: inline-block;
  content: "";
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  background-color: #f5002f;
  background-image: url(/cmn/img/icon_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transform: rotate(-90deg);
  margin-left: 10px;
  vertical-align: sub;
}

.arrow-btn-reverse {
  text-align: center;
  border: 1px solid #f5002f;
  background: #feeeed;
  padding: 0.55em;
  margin-top: 1em;
}

.arrow-btn-reverse:hover {
  text-decoration: none;
  background: #f5002f;
  color: #FFFFFF;
}

.arrow-btn-reverse:hover::after {
  background-color: #FFFFFF;
  background-image: url(/cmn/img/icon_arrow_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

/* ムラタのサポート */
.support-box .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin: 0 auto 32px;
  width: fit-content;
  position: relative;
}

.support-box .ttl::before,
.support-box .ttl::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #f5002f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}

.support-box .ttl::after {
  left: inherit;
  right: -100px;
}

.support-box dl:not(:last-of-type) {
  margin-bottom: 40px;
}

.support-box dl dt {
  border-left: 5px solid;
  color: #f5002f;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 16px;
  margin-bottom: 28px;
}

.support-box dl dt .num {
  line-height: 1 !important;
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 5px;
}

.support-box dl dt .ttl-txt {
  line-height: 1.5 !important;
  display: block;
  font-size: 2.4rem;
  color: #525B5C;
}

.sample-box {
  margin-top: 50px;
}

.sample-box .sample-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.sample-box .ttl-sub-type01 {
  margin-top: 5px;
}

.info-box {
  background: #feeeed;
  padding: 25px 20px;
  margin: 40px auto 60px;
}

.info-box .txt-box {
  text-align: center;
  margin-bottom: 20px;
}

.info-box .txt-box .txt {
  font-weight: bold;
  font-size: 1.6rem;
}

.info-box .btn-list {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}

.info-box .btn-list>li {
  width: 31.5%;
}

.info-box .btn-list>li .btn {
  font-size: 1.4rem;
}

.theme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px auto 0;
}

.theme-list>li {
  border: 1px solid #e5e2e0;
  background: #FFFFFF;
  width: calc((100% / 3) - 20px);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.5s;
}

.theme-list>li:hover {
  border: 1px solid #f5002f;
}

.theme-list .item-img {
  display: block;
  max-width: 230px;
  margin: 10px auto 20px;
}

.theme-list .ttl-box {
  width: 100%;
  margin-bottom: 10px;
}

.theme-list .ttl-box .item-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}

.theme-list>li .idea-ttl {
  position: relative;
  background: #3d464e;
  color: #FFF;
  text-align: center;
  margin: 30px 0 30px 0;
  padding: 3px;
  font-size: 1.7rem;
}

.theme-list>li .txt-box {
  margin-bottom: 20px;
}

.theme-list>li .arrow-btn {
  margin-top: auto;
  margin-left: auto;
}

/* モーダル */
.modal-btn {
  cursor: pointer;
}

/* 追加：キーボードフォーカス時のみ枠線を表示する */
.modal-btn:focus-visible {
  outline: 2px solid #000; /* サイトのテーマカラー（赤）に合わせています */
  outline-offset: 0;        /* 要素にピッタリくっつかないよう、少し隙間を空けて見やすくします */
  border-radius: 2px;         /* 必要に応じて少し丸みを持たせると馴染みます（任意） */
}

/* モーダル本体 */
.modal-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
}

.modal-overlay {
  height: 100%;
  background: rgba(50, 50, 50, .7);
  cursor: pointer;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 750px;
  height: 60vh;
  background: #fff;
}

.modal-box .arrow-next,
.modal-box .arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f5002f;
  border: 2px solid #FFFFFF;
  width: 50px;
  height: 60px;
  z-index: 10;
  text-indent: -9999px;
}

.modal-box .arrow-next {
  right: -22px;
  background-image: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_white_right.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 55% center;
}

.arrow-prev {
  left: -25px;
  background-image: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_white_left.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 45% center;
}

.modal-inner {
  position: relative;
  overflow-y: auto;
  height: 100%;
  padding: 50px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity .6s;
  background: transparent;
  border: none;
  padding: 0;
}

.modal-close:hover {
  opacity: .6;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #333333;
  content: '';
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内コンテンツ */
.modal-content .fl-box {
  display: flex;
  justify-content: flex-start;
}

.modal-content .fl-box .item-img {
  flex-shrink: 0;
  width: 160px;
  margin-right: 20px;
}

.modal-content .ttl-box {
  margin-bottom: 10px;
}

.modal-content .item-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}

.modal-content .sub {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f5002f;
}

.modal-content .txt-box:not(:first-of-type) {
  margin-top: 30px;
}

.modal-content .txt-box .tag {
  display: inline-block;
  color: #525B5C;
  background: #feeeed;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 1.4rem;
}

.modal-content .txt-box .txt-list {
  margin: 0.5em 0 0 0;
}

.modal-content .txt-box .txt-list li {
  list-style-type: disc;
  margin-left: 2em;
  line-height: 1.8;
}

.modal-content .txt-box .movie {
  display: flex;
  align-items: center;
}

.modal-content .txt-box .movie-thumbnail {
  width: calc(42% + 1em);
  margin-left: -1em;
}

.modal-content .txt-box .movie-title {
  width: 58%;
  box-sizing: border-box;
}

.modal-content .mv-ex-link img {
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  margin-left: 0.5em;
}

.modal-content .txt-box:last-of-type {
  margin-bottom: 40px;
}

.modal-content .link-box {
  margin-top: 10px;
}

.modal-content .link-pdf .icon-pdf {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.5em;
}

.modal-content .btn-list {
  display: flex;
  gap: 20px;
}

.modal-content .btn-list li {
  width: 50%;
}

.modal-content .btn-list li .btn {
  font-size: 1.4rem;
}

.modal-content .btn-list.col01 {
  gap: 0;
  justify-content: center;
}

.modal-content .btn-list.col01 .btn {
  max-width: inherit;
}

@media screen and (max-width:768.9px) {
  .sample-box {
    margin-top: 30px;
  }

  .sample-box .sample-ttl {
    text-align: center;
    font-size: 2.0rem;
  }

  .support-box .ttl {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }

  .support-box .ttl::before,
  .support-box .ttl::after {
    width: 30px;
    left: -40px;
  }

  .support-box .ttl::after {
    right: -40px;
    left: inherit;
  }

  .support-box dl:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .support-box dl dt {
    margin-bottom: 24px;
  }

  .support-box dl dt .num {
    font-size: 2.2rem;
  }

  .support-box dl dt .ttl-txt {
    font-size: 2.0rem;
  }

  .support-box dl dt:last-of-type {
    margin-top: 32px;
  }

  .theme-list {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto 0;
  }

  .theme-list>li {
    width: 100%;
    padding: 20px;
  }

  .theme-list .ttl-box .item-ttl {
    font-size: 2.0rem;
  }

  .theme-list .ttl-box .item-ttl::after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  /* モーダル */
  .modal-inner {
    overflow-y: scroll;
    padding: 45px 25px 25px;
  }

  .modal-box {
    width: 80%;
    height: 80vh;
  }

  .modal-box .arrow-next,
  .modal-box .arrow-prev {
    width: 35px;
    height: 40px;
  }

  .modal-box .arrow-next {
    right: -15px;
  }

  .modal-box .arrow-prev {
    left: -17px;
  }

  .modal-close {
    top: 0;
    right: 0;
  }

  /* モーダル内コンテンツ */
  .modal-content .fl-box {
    display: block;
  }

  .modal-content .fl-box .item-img {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
  }

  .modal-content .ttl-box {
    margin-bottom: 10px;
  }

  .modal-content .item-ttl {
    font-size: 2.2rem;
  }

  .modal-content .txt-box:not(:first-of-type) {
    margin-top: 30px;
  }

  .modal-content .txt-box .txt-list {
    margin: 0.5em 0 0 0;
  }

  .modal-content .txt-box .movie {
    display: block;
  }

  .modal-content .txt-box .movie-thumbnail {
    width: 100%;
    margin-left: 0;
  }

  .modal-content .txt-box .movie-title {
    width: 100%;
  }

  .modal-content .txt-box:last-of-type {
    margin-bottom: 0;
  }

  .modal-content .link-box {
    margin-top: 10px;
  }

  .modal-content .btn {
    font-size: 1.4rem;
    padding: 10px;
  }

  .modal-content .btn-list {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .modal-content .btn-list li {
    width: 100%;
  }

  .info-box {
    padding: 20px 15px;
    margin: 30px auto;
  }

  .info-box .txt-box {
    margin-bottom: 10px;
  }

  .info-box .btn-list {
    flex-direction: column;
    gap: 5px;
  }

  .info-box .btn-list>li {
    width: 100%;
    max-width: 310px;
    margin: auto;
  }

  .info-box .btn-list>li .btn {
    width: 100%;
    max-width: inherit;
    padding: 0.5em 1em;
  }
}

/* -----------------------------------------------------------
theme
----------------------------------------------------------- */
#theme {
  padding: 70px 0;
  line-height: 2;
}

#theme .ttl-sub {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2.6rem;
  margin-top: 30px;
  color: #f5002f;
}

#theme figure {
  max-width: 650px;
  margin: 30px auto 0;
}

#theme figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #theme {
    padding: 40px 0;
  }

  #theme .ttl-sub {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
schedule
----------------------------------------------------------- */
#schedule {
  padding: 70px 0;
}

#schedule .ttl-area {
  margin-bottom: 70px;
}

#schedule .plan-list {
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  margin: 110px auto 50px;
}

#schedule .plan-list>li {
  border: 1px solid #f5002f;
  width: calc(100% / 2 - 45px);
  background: #FFFFFF;
  position: relative;
  padding: 70px 40px 40px;
  display: flex;
  flex-direction: column;
}

#schedule .plan-list>li:nth-of-type(odd):after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url(/ja-jp/asset/kumihimo-tech-camp/img/img-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}

#schedule .plan-list .step {
  background: #f5002f;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

#schedule .plan-list .step img {
  width: 100%;
}

#schedule .plan-list .plan-ttl {
  text-align: center;
  color: #f5002f;
  font-weight: bold;
  font-size: 2.2rem;
}

#schedule .plan-list .sub {
  color: #f5002f;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

#schedule .plan-list .txt-box {
  margin: 20px 0 40px;
}

#schedule .plan-list>li:nth-of-type(4) .txt-box {
  margin: 20px 0 0;
}

#schedule .plan-list .txt-box .emphasis {
  color: #f5002f;
  font-weight: bold;
}

#schedule .plan-list .txt-box .txt-list {
  margin-top: 0.5em;
}

#schedule .plan-list .txt-box .txt-list li {
  padding-left: 1em;
  text-indent: -1em;
}

#schedule .plan-list>li .btn {
  margin: auto auto 0;
  font-size: 1.6rem;
  padding: 10px;
  max-width: 300px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  #schedule {
    padding: 40px 0;
  }

  #schedule .ttl-area {
    margin-bottom: 40px;
  }

  #schedule .plan-list {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin: 70px auto 30px;
  }

  #schedule .plan-list>li {
    width: 100%;
    padding: 50px 20px 20px;
    display: block;
  }

  #schedule .plan-list>li::after,
  #schedule .plan-list>li:nth-of-type(odd):after {
    display: none;
  }

  #schedule .plan-list .step {
    width: 70px;
    height: 70px;
    padding: 20px;
    position: absolute;
    top: -30px;
  }

  #schedule .plan-list .plan-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  #schedule .plan-list .txt-box {
    margin-bottom: 20px;
  }

  #schedule .plan-list>li .btn {
    font-size: 1.4rem;
    max-width: 250px;
  }
}

/* -----------------------------------------------------------
guideline
----------------------------------------------------------- */
#guideline {
  padding: 70px 0;
}

#guideline .caption {
  text-align: center;
  color: #ea002a;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 50px 0 30px;
  line-height: 2.0;
}

#guideline table {
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
}

#guideline table th {
  width: 250px;
  background: #3d464e;
  color: #FFFFFF;
}

#guideline th,
#guideline td {
  background: #ffffff;
  padding: 20px 20px;
  font-size: 1.6rem;
  line-height: 1.9;
}

#guideline table,
#guideline th,
#guideline td {
  border: 1px solid #e3e3e3;
}

#guideline table .txt-list li {
  line-height: 2;
  list-style: disc;
  margin-left: 1.25em;
}

#guideline .cv-guide {
  padding: 40px 0;
  text-align: center;
}

#guideline .cv-guide p {
  font-size: 1.8rem;
  font-weight: bold;
}

#guideline .btn {
  margin: 0 auto;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #guideline {
    padding: 40px 0;
  }

  #guideline .caption {
    font-size: 1.6rem;
    text-align: left;
  }

  #guideline .sec-box .txt-box .txt {
    font-size: 1.4rem;
  }

  #guideline table,
  #guideline table th,
  #guideline table td {
    border: 1px solid #efefef;
  }

  #guideline table th,
  #guideline table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  #guideline table th {
    padding: 10px 20px;
    text-align: center;
  }

  #guideline table td {
    text-align: left;
    font-size: 1.3rem;
  }

  #guideline .cv-guide {
    padding: 20px 0 0;
  }

  #guideline .cv-guide p {
    font-size: 1.4rem;
  }

  #guideline .cv-guide .btn-type02 {
    width: 70%;
    margin: 30px auto 0;
  }

  #guideline .cv-guide .btn-type02 a {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------------
faq
----------------------------------------------------------- */
#faq {
  padding: 70px 0;
}

#faq .ttl-area {
  margin-bottom: 70px;
}

#faq .qa-item {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#faq .qa-box {
  margin-bottom: 40px;
}

#faq .qa-box .qa-txt {
  border: 1px solid #e3e3e3;
  background: #FFFFFF;
  margin-bottom: 20px;
}

#faq .qa-box .qa-txt .q-txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 30px;
  position: relative;
}

#faq .qa-box .qa-txt .q-txt:hover {
  background: #f3f3f3;
}

#faq .qa-box .qa-txt dt {
  cursor: pointer;
}

#faq .qa-box .qa-txt dt,
#faq .qa-box .qa-txt dd {
  font-size: 1.7rem;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

#faq .qa-box .qa-txt .q-txt::before,
#faq .qa-box .qa-txt .a-txt .answer::before {
  height: 50px;
  width: 50px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: 'Arial', 'メイリオ', Meiryo, sans-serif;
}

#faq .qa-box .qa-txt .q-txt::before {
  content: 'Q';
  background: #3D464E;
}

#faq .qa-box .qa-txt .q-txt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/cmn/img/icon_arrow.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  transition: 0.3s;
}

#faq .qa-box .qa-txt .q-txt.open::after {
  transform: rotate(-180deg);
}

#faq .qa-box .qa-txt .a-txt .answer::before {
  content: 'A';
  background: #f5022f;
}

#faq .qa-box .qa-txt .a-txt {
  display: none;
  padding: 20px 30px;
}

#faq .qa-box .qa-txt .a-txt .answer {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768.9px) {
  #faq {
    padding: 40px 0;
  }

  #faq .ttl-area {
    margin-bottom: 50px;
  }

  #faq .qa-item {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  #faq .qa-box {
    margin-bottom: 30px;
  }

  #faq .qa-box .qa-txt {
    margin-bottom: 20px;
  }

  #faq .qa-box .qa-txt .a-txt {
    align-items: flex-start;
    padding: 15px 30px 15px 15px;
  }

  #faq .qa-box .qa-txt .q-txt {
    font-size: 1.5rem;
    padding: 15px 30px 15px 15px;
  }

  #faq .qa-box .qa-txt dt,
  #faq .qa-box .qa-txt dd {
    font-size: 1.4rem;
  }

  #faq .qa-box .qa-txt .q-txt::before,
  #faq .qa-box .qa-txt .a-txt .answer::before {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    font-size: 2.0rem;
  }

  #faq .qa-box .qa-txt .q-txt::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}

/* -----------------------------------------------------------
trial
----------------------------------------------------------- */
#trial {
  padding: 70px 0;
  line-height: 2.0;
}

#trial .ttl-area {
  margin-bottom: 80px;
}

#trial .ttl-area .ttl-sub-type01 .icon-blank {
  position: relative;
  padding-right: 20px;
}

#trial .ttl-area .ttl-sub-type01 .icon-blank::after {
  content: "";
  position: absolute;
  right: 3px;
  top: -2px;
  bottom: 0px;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: url(/cmn/img/icon_window_r.gif) center center / contain no-repeat;
}

#trial .col-2 {
  display: flex;
  padding: 0 3.5% 4%;
}

#trial .col-2 .img-box {
  width: 35%;
  max-width: 510px;
  padding: 50px;
  margin-right: 30px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#trial .col-2 .img-box img {
  width: 100%;
}

#trial .col-2 .txt-box {
  width: 65%;
}

#trial .col-2 .txt-box .txt-ttl {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/*220701追記*/
#trial .col-2 .txt-box .txt-ttl a {
  color: #525B5C;
}

#trial .col-2 .txt-box .txt-ttl .blank {
  position: relative;
}

#trial .col-2 .txt-box .txt-ttl .blank:before {
  content: "";
  position: absolute;
  right: -1.3em;
  top: -2px;
  bottom: 0px;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: url(/cmn/img/icon_window_r.gif) center center / contain no-repeat;
}

/*220701追記 end*/
#trial .col-2 .txt-box .txt {
  font-size: 1.8rem;
  line-height: 2;
}

#trial .fl-box {
  display: flex;
  gap: 60px;
  padding: 3% 0;
}

#trial .fl-box .fl_inner {
  width: 50%;
  padding: 40px 35px;
}

#trial .fl-box .fl_inner {
  background: #FFFFFF;
  border: 1px solid #f5002f;
}

#trial .list-ttl {
  color: #f5002f;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#trial .check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

#trial .check-list li .icon {
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  margin-right: 0.4em;
}

#trial .txt-list {
  padding-left: 1em;
}

#trial .txt-list li {
  list-style-type: disc;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #trial {
    padding: 40px 0;
  }

  #trial .ttl-area {
    margin-bottom: 40px;
  }

  #trial .col-2 {
    display: block;
  }

  #trial .col-2 .txt-box {
    width: 100%;
  }

  #trial .col-2 .txt-box .txt-ttl {
    font-size: 2.6rem;
  }

  #trial .col-2 .txt-box .sp-logo {
    width: 80%;
    margin: 40px auto;
  }

  #trial .col-2 .txt-box .txt {
    font-size: 1.5rem;
  }

  #trial .col-2 .img-box {
    width: 70%;
    padding: 0;
    margin: 0 auto 30px;
    border: none;
    display: block;
    background: none;
  }

  #trial .fl-box {
    flex-direction: column;
    gap: 30px;
    padding: 2% 1.5%;
  }

  #trial .fl-box .fl_inner {
    width: 100%;
    padding: 30px 20px;
  }

  #trial .list-ttl {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

  #trial .check-list li {
    margin-bottom: 5px;
  }
}

/* -----------------------------------------------------------
activity
----------------------------------------------------------- */
#activity {
  padding: 70px 0;
}

#activity .ttl-area {
  margin-bottom: 55px;
}

.ktc #contact-us {
  background: #f2f2f2;
  margin-top: 0;
  padding-top: 10.16%;
}

.ktc #contact-us .btn-type02 a {
  color: #FFFFFF;
  background: none;
  border: 1px solid #FFFFFF;
}

.ktc #contact-us .btn-type02 a span:before {
  background: url(/cmn/img/icon_window_w.gif) no-repeat center right;
  background-size: contain;
}

.ktc #contact-us .btn-type02 a:hover {
  background: #FFFFFF;
  color: #ea002a;
}

.ktc #contact-us .btn-type02 a:hover span::before {
  background: url(/cmn/img/icon_window_r.gif) no-repeat center right;
  background-size: contain;
}

/* link blank */
.ico-blank {
  color: #ea002a;
  transition: 0.7s;
}

.ico-blank span {
  position: relative;
  padding-right: 1.5vw;
}

.ico-blank span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  margin: auto;
  width: 1vw;
  height: 1vw;
  background: url(/cmn/img/icon_window_r.gif) no-repeat center;
  background-size: contain;
}

.ico-blank:hover {
  color: #525B5C;
}

@media screen and (max-width: 768.9px) {
  #activity {
    padding: 40px 0;
  }

  .ico-blank span {
    padding-right: 20px;
  }

  .ico-blank span::after {
    width: 15px;
    height: 15px;
  }
}

/* -----------------------------------------------------------
表示切り替え
----------------------------------------------------------- */
.ktc .view-sp {
  display: none;
}

@media screen and (max-width: 768.9px) {
  .ktc .view-sp {
    display: block;
  }

  .ktc .view-pc {
    display: none;
  }
}

/* -----------------------------------------------------------
anchor-menu
----------------------------------------------------------- */
.anchor-menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}

.anchor-menu.anchor-closed {
  box-shadow: none;
}

.anchor-menu .anchor-inner {
  position: relative;
}

.anchor-menu .close-switch {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 48px;
  height: 48px;
  background: #3D464E;
}

.anchor-menu .close-switch span {
  width: 45%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.anchor-menu .close-switch span:first-of-type {
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

.anchor-menu.anchor-closed .close-switch span:first-of-type {
  top: 16px;
  transform: translateX(-50%);
}

.anchor-menu .close-switch span:nth-of-type(2) {
  display: none;
}

.anchor-menu.anchor-closed .close-switch span:nth-of-type(2) {
  display: block;
  top: 24px;
}

.anchor-menu .close-switch span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

.anchor-menu.anchor-closed .close-switch span:nth-of-type(3) {
  top: 32px;
  transform: translateX(-50%);
}

.anchor-menu .menu-index {
  background: #3D464E;
  color: #FFFFFF;
  font-weight: bold;
  padding: 13px 20px;
}

.anchor-menu.anchor-closed .menu-index {
  opacity: 0;
}

.anchor-menu.anchor-closed .anchor-list {
  opacity: 0;
  pointer-events: none;
}

.anchor-menu .anchor-list .anchor+.anchor {
  border-top: 1px solid#f6f6f7;
}

.anchor-menu .anchor-list .anchor a {
  position: relative;
  display: block;
  color: #3D464E;
  background: #FFFFFF;
  font-size: 1.4rem;
  padding: 13px 45px 13px 15px;
}

.anchor-menu .anchor-list .anchor a::after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.5em;
  background: url(/cmn/img/icon_arrow_red.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.anchor-menu .anchor-list .anchor a:hover {
  text-decoration: none;
  background: #f6f6f7;
  color: #ea002a;
}

.anchor-menu .anchor-list .anchor a:focus {
  background: #f6f6f7;
  color: #ea002a;
}

@media screen and (max-width: 768.9px) {
  .anchor-menu {
    display: none !important;
  }
}


.news-area .btn {
  margin-top: 0;
}


/* スライダーのスタイリング用 */

/* 1. スライド全体を囲むトラック部分をFlexboxにする */
.post-list-slider .slick-track {
  display: flex;
}

/* 2. 各スライドの高さを「auto」に指定し、Flexboxの仕様で親（トラック）の高さに揃える */
.post-list-slider .slick-slide {
  height: auto;
}

/* 3. slick.jsが自動生成するラッパー(div)と、中身の要素(li, a)の高さを100%にして枠いっぱいに広げる */
.post-list-slider .slick-slide > div,
.post-list-slider .item,
.post-list-slider .item a {
  height: 100%;
}

/* 1. トラック部分をFlexboxにする（前回と同じ） */
.post-list-slider .slick-track {
  display: flex;
}

/* 2. スライド（li）自体もFlexboxにする */
.post-list-slider .slick-slide {
  height: auto;
  display: flex; /* 追加：子要素（a要素）を縦にストレッチさせるため */
}

/* 3. a要素をFlexbox化し、幅を親に合わせる */
.post-list-slider .item a {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  width: 100%; /* 親がFlexコンテナになったため、幅100%を明示 */
  height: 100%;
}

#activity .post-list-slider .bar-dots {
    margin: 10px auto 0;
}

.slick-list {
    padding-bottom: 30px;
}