@charset "UTF-8";

:root {
  --posts-primary-color: #F0801A;
}

#posts .primary-color {
  color: var(--posts-primary-color);
}

#posts .sub-fv .lead {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--posts-primary-color);
  margin-top: 24px;
}

#posts .sub-fv .lead + p {
  letter-spacing: 0.05em;
}

#posts .sec01 {
  padding: 80px 0;
  background-color: rgba(255, 226, 0, 0.15);
}

#posts .sec01 h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#posts .sec01 .theme {
  position: relative;
  padding: 12px 0;
  border-top: 2px solid #6B6B6B;
  border-bottom: 2px solid #6B6B6B;
}

#posts .sec01 .theme p {
  font-size: 2rem;
  font-weight: 700;
}

#posts .sec01 .item01 {
  position: absolute;
  width: 24%;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
}

#posts .sec01 h3 span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#posts .sec01 h3 span:nth-of-type(1) {
  font-size: 4rem;
  line-height: 1.4;
  color: #F0801A;
  margin-top: 12px;
}

#posts .deadline {
  font-weight: 700;
  text-align: center;
}

#posts .deadline h4 {
  font-size: 2rem;
  padding: 5px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

#posts .deadline .date span:nth-of-type(1) {
  display: block;
  font-size: 2rem;
}

#posts .deadline .date .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#posts .deadline .date .wrap span:nth-of-type(1) {
  font-size: 2.8rem;
}

#posts .deadline .date .wrap span:nth-of-type(2) {
  display: grid;
  place-items: center;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  border-radius: 50%;
  border: 1px solid #1B1B1B;
}

#posts .deadline p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 24px;
}

#posts .deadline a {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  width: 280px;
  height: 60px;
  margin: 10px auto 0;
  background-color: #F0801A;
}

#posts .deadline a span {
  padding-right: 18px;
  background: url(/129/assets/img/posts/ico-arrow.png) no-repeat center right / 10px auto;
}

#posts .sec02 {
  padding-bottom: 80px;
  background-color: rgba(255, 226, 0, 0.15);
}

#posts .sec02 .head {
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  background-color: #FFE200;
}

#posts .sec02 .head h3 {
  font-size: 3rem;
}

#posts .sec02 .head h3 span {
  display: inline-block;
}

#posts .sec02 .head h3 span:nth-of-type(1) {
  font-size: 0.64em;
}

#posts .sec02 .head h3 span:nth-of-type(3) {
  font-size: 0.73em;
}

#posts .sec02 .head h3 span:nth-of-type(4) {
  font-size: 0.9em;
}

#posts .sec02 .images .wrap {
  display: flex;
  gap: 15px;
}

#posts .sec02 .images__item02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}



/* -------------------------------------
  responsive
------------------------------------- */

@media (width < 768px) {
  #posts .sec01 {
    padding: 50px 0 56px;
  }

  #posts .sec01 h3 {
    border-bottom: 1px solid #6B6B6B;
  }

  #posts .sec01 .theme,
  #posts .deadline h4 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  #posts .sec01 .theme + .flex {
    margin-top: 16px;
  }

  #posts .sec01 .theme p {
    font-size: 1.6rem;
  }

  #posts .sec01 .item01 {
    width: 44%;
    top: -15%;
    max-width: 200px;
  }

  #posts .sec02 .head h3 {
    font-size: 2.2rem;
  }

  #posts .sec01 h3 span:nth-of-type(1) {
    font-size: 3.6rem;
  }


  #posts .deadline h4,
  #posts .deadline a {
    font-size: 1.6rem;
  }

  #posts .sec02 {
    padding-bottom: 56px;
  }

  #posts .sec02 .images__item01 {
    width: max(185px, 55%);
    margin-inline: auto;
  }
}