@charset "utf-8";

.strong_area {
  margin: 50px 20px;
}


.strong_area .text_areaw500 h3 {

  width: fit-content;
  margin: 50px auto 0 0;
  position: relative;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.text_areaw500 p {
  margin-top: 40px;
}

.text_areaw500 h3::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../../img/logo/asirai_maru.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  top: -8px;
  left: -17px;
}

.text_areaw500 h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #4C9153;
  margin: 10px auto 0 0;
}

.strong_img {
  margin: 30px auto 0 auto;
  width: 60%;
  position: relative;

}

.strong_img img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* =====================
  右からフェードイン
===================== */

.fadein_right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fadein_right.show {
  opacity: 1;
  transform: translateX(0);
}


/* あしらい背景 */
.strong_img::after {
  content: "";
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 100%;

  background-image: url("../../img/strong/strong_bc_asirai.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  top: 15px;
  left: 15px;
}

.storog_suji_area {
  margin: 100px 20px;
}

.storog_suji_area h3 {
  text-align: center;
  color: #4c9153;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.storog_suji_area h3::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #fcb238;
  margin: 10px auto 0 auto;
}

.strong_card_list {
  margin: 0 auto 0 auto;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.strong_card {
  position: relative;

  width: 320px;
  height: 250px;

  border-radius: 20px;
  background-image: url("../../img/logo/bc_green.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;

  box-shadow: 5px 6px 1.1px 0 rgba(254, 234, 200, 1);

  /* ここを変更 */
  display: block;
  padding: 45px 28px 30px;
  box-sizing: border-box;
}

.strong_card dl {
  margin: 0;
  text-align: center;
}

.strong_card dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2a1105;
  margin-bottom: 25px;

  /* アイコンと重ならないように右側を空ける */
  padding-right: 55px;
  line-height: 1.4;
  text-align: center;
}

.strong_card dd {
  margin: 0;
}

.strong_card dd .word_oswald {
  font-family: "Oswald", sans-serif;
  color: #f6b238;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.strong_icon {
  position: absolute;
  top: 38px;
  right: 28px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* =====================
  フェードインアニメーション
===================== */

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/* カードを順番にふわっと出す */
.strong_card:nth-child(1) {
  transition-delay: 0s;
}

.strong_card:nth-child(2) {
  transition-delay: 0.1s;
}

.strong_card:nth-child(3) {
  transition-delay: 0.2s;
}

.strong_card:nth-child(4) {
  transition-delay: 0.3s;
}

.strong_card:nth-child(5) {
  transition-delay: 0.4s;
}

.strong_card:nth-child(6) {
  transition-delay: 0.5s;
}

@media(min-width:768px) {

  .strong_area {
    margin: 100px 40px;
  }

  .strong_area .text_areaw500 h2 {
    margin: 0 auto 0 auto;
  }

  .strong_area .text_areaw500 h2::after {
    width: 400px;
    margin: 10px auto 0 auto;
  }

  .strong_area .text_areaw500 h3 {
    margin: 100px auto 0 0;
    font-size: 32px;
  }

  .strong_area .text_areaw500 p {
    margin-top: 50px;
  }



  .text_areaw500 h3::after {

    width: 200px;

  }

  .strong_img {
    margin: 0 auto 0 auto;
    width: 40%;
  }


  /* あしらい背景 */
  .strong_img::after {
    content: "";
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    background-image: url("../../img/strong/strong_bc_asirai.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    top: 30px;
    left: 30px;
  }

  .text_areaw500 p {
    width: unset;
    margin-top: unset;
  }


  .storog_suji_area {
    margin: 200px 40px;
  }

  .storog_suji_area h3 {
    text-align: center;
    color: #4c9153;
    font-size: 48px;
    line-height: 1.8;
    margin-bottom: 40px;
  }



  .strong01,
  .strong02 {
    width: min(90%, 900px);
    margin: 50px auto 0;

    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-areas:
      "img title"
      "img text";

    column-gap: 100px;
    align-items: center;
    justify-content: center;
  }

  .strong01 h3,
  .strong02 h3 {
    grid-area: title;

  }

  .strong_img {
    grid-area: img;
    width: 100%;
    margin: 0;
  }

  .strong01 p,
  .strong02 p {
    grid-area: text;
    margin: 0;
  }

  .storog_suji_area h3::after {

    width: 400px;
  }

  .strong_card_list {
    width: 100%;
    max-width: 1200px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 35px;
  }

  .strong_card {
    width: 320px;
    height: 250px;
  }


  .strong_card dt {

    font-size: 24px;
    font-weight: 400;

  }


}

.company_area {
  margin: 80px 20px;
}

.company_area h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  color: #4C9153;
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 400;
  text-align: center;
  position: relative;
}

.company_area h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #4C9153;
  margin: 12px auto 0;
}

.company_list {
  max-width: 900px;
  margin: 0 auto;
}

.company_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(76, 145, 83, 0.25);
}

.company_item:first-child {
  border-top: 1px solid rgba(76, 145, 83, 0.25);
}

.company_item dt {
  color: #4C9153;
  font-size: 16px;
  font-weight: 400;
}

.company_item dd {
  color: #2A1105;
  font-size: 15px;
  line-height: 2;
}

@media (min-width: 768px) {
  .company_area {
    margin: 100px auto;
    padding: 0 40px;
  }

  .company_item {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    padding: 24px 0;
  }

  .company_item dt {
    width: 180px;
    flex-shrink: 0;
  }

  .company_item dd {
    flex: 1;
  }
}


/* =====================
  下から遅れてフェードイン
===================== */

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/* 遅れて表示 */
.fade_delay01 {
  transition-delay: 0.1s;
}

.fade_delay02 {
  transition-delay: 0.2s;
}

.fade_delay03 {
  transition-delay: 0.3s;
}

.fade_delay04 {
  transition-delay: 0.4s;
}

.fade_delay05 {
  transition-delay: 0.5s;
}

.fade_delay06 {
  transition-delay: 0.6s;
}

.fade_delay07 {
  transition-delay: 0.7s;
}

.fade_delay08 {
  transition-delay: 0.8s;
}

.fade_delay09 {
  transition-delay: 0.9s;
}

.fade_delay10 {
  transition-delay: 1s;
}

.fade_delay11 {
  transition-delay: 1.1s;
}