@charset "UTF-8";

/* -----------------------------------------------
  mv__wrap
----------------------------------------------- */

.mv__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  position: relative;
}
.mv__wrap .head__wrap {}
.mv__wrap:after {
  content: "";
  display: block;
  position: absolute;
}
.mv__wrap .head__wrap h1 {
  text-align: center;
}
.mv__wrap h1 span {
  color: #6A1684;
  display: inline-block;
  border-bottom: 1px solid #6A1684;
  padding: 0 1em;
}

@media (max-width: 767px) {
  
  .mv__wrap {
    aspect-ratio: 750 / 257;
    width: 100%;
    height: auto;
  }
  .mv__wrap:after {
    aspect-ratio: 332 / 159;
    background: url(../images/about-takeya/features_panda_sp.svg) 50% / contain no-repeat;
    width: 44.266%;
    height: auto;
    right: min(4.44vw,64px);
    bottom: -14%;
    z-index: -1;
  }
  .mv__wrap .head__wrap {
    margin-bottom: 3.8%;
  }
  .mv__wrap .head__wrap h1 {
    font-size: min(5.33vw,20px);
    line-height: 1.3;
  }
  .mv__wrap h1 span {
    font-size: min(2.93vw,11px);
  }

}

@media (min-width: 768px) {
  
  .mv__wrap {
    height: 238px;
  }
  .mv__wrap:after {
    aspect-ratio: 252 / 150;
    background: url(../images/about-takeya/features_panda_pc.svg) 50% / contain no-repeat;
    width: 252px;
    height: 150px;
    right: min(4.44vw,64px);
    bottom: 0;
  }
  .mv__wrap .head__wrap h1 {
    font-size: 40px;
  }
  .mv__wrap h1 span {
    font-size: 22px;
  }

}


/* -----------------------------------------------
  link__wrap
----------------------------------------------- */
.link__wrap {
  background: url(../images/about-takeya/about-takeya_bg.jpg) 50% / contain repeat;
}
.cat__list__wrap ul li a {
  background: #fff;
}



/* -----------------------------------------------
  contents__wrap
----------------------------------------------- */
.c-item__cap strong.sub__title {
  display: block;
  border-bottom: 1px solid #6A1684;
  position: relative;
  font-weight: normal;
}
.sub__title:before {
  content: "";
  aspect-ratio: 72 / 51;
  background: url(../images/about-takeya/icon_title_panda.svg) 50% / contain no-repeat;
  display: inline-block;
}
.c-item__cap h2.title {}
.c-item__cap .title span {
  font-weight: normal;
  padding-left: 1em;
}

.c-item__cap .tag__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag__list li a {
  background: #F1E8F3;
  border-radius: 8px;
  display: block;
}
.c-link__wrap {
  text-align: right;
}
.c-link__wrap a {
  background: #975CA9;
  color: #fff;
  border-radius: 50vh;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
    
  .contents__list__wrap {
    padding-top: 60px;
    width: 89.33%;
    margin-inline: auto;
  }
  .contents__list__wrap .contents__item {
    margin-bottom: 60px;
  }
  .contents__item .c-item__img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .contents__item .c-item__cap {
    margin-bottom: 2%;
  }
  .c-item__cap strong.sub__title {
    font-size: 13px;
    margin-bottom: 2.4%;
    padding-left: 13.6%;
    padding-bottom: 1.6%;
  }
  .sub__title:before {
    width: 10.45%;
    height: auto;
    position: absolute;
    bottom: 17%;
    left: 0;
  }
  .c-item__cap h2.title {
    font-size: 17px;
    margin-bottom: 3.2%;
  }
  .c-item__cap .title span {
    font-size: .705em;
  }
  .c-item__cap p {
    line-height: 1.6;
    margin-bottom: 6.2%;
  }
  .c-item__cap .tag__list li {
    margin: 0 2% 2% 0;
  }
  .tag__list li a {
    font-size: min(2.93vw,11px);
    padding: .207em .8em;
  }
  .c-link__wrap a {
    font-size: min(2.93vw,11px);
    padding: .71em 2.35em;
  }

}

@media (min-width: 768px) {
    
  .contents__list__wrap {
    padding-top: 140px;
    max-width: 1440px;
    margin-inline: auto;
  }
  .contents__list__wrap .contents__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 140px;
  }
  .contents__item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contents__item .c-item__img {
    width: 52.77%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
  .contents__item:nth-child(even) .c-item__img {
    border-radius: 30px 0 0 30px;
  }
  .contents__item .c-item__cap {
    width: 47.23%;
    margin-bottom: 2%;
    /* padding: 0 160px 0 40px; */
    padding: 0 160px 0 40px;
    max-width: 708px;
  }
  .contents__item:nth-child(even) .c-item__cap {
    padding: 0 40px 0 160px;
  }
  .c-item__cap strong.sub__title {
    font-size: 20px;
    line-height: 54px;
    margin-bottom: .8%;
    padding-left: 16%;
  }
  .sub__title:before {
    /* width: 72px; */
    width: 14.173%;
    height: auto;
    position: absolute;
    bottom: 17%;
    left: 0;
  }
  .c-item__cap h2.title {
    font-size: 28px;
    margin-bottom: 4.6%;
  }
  .c-item__cap .title span {
    font-size: .785em;
  }
  .c-item__cap p {
    line-height: 2;
    margin-bottom: 4%;
  }

  .c-item__cap .tag__list li {
    margin-right: 10px;
    margin-bottom: 2.8%;
  }
  .tag__list li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 1.66em;
  }
  .c-link__wrap a {
    width: 180px;
    height: 48px;
    line-height: 48px;
  }

}
