.common__box {
  position: relative;
  padding: 75px 20px;
  background: #efefeb;
  z-index: 2;

  &.__echo {
    background: rgba(227, 237, 198, 0.3);
  }

  .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .bg-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
  }

  .common__contents {
    border-radius: 10px;
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;

    li {
      color: #333;
      font-size: 16px;
      font-weight: 300;
      max-width: 422px;
      width: 100%;
      text-align: left;
    }
  }

  .common__box--inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .common-head-01 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #00532a;

    &.__echo {
      color: #00532a;
      &::before {
        color: #5eb031;
      }
    }

    &::before {
      content: attr(data-number);
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      line-height: 150%;
      color: #cacabc;
    }
  }

  .box-01 {
    border-radius: 10px;
    background: rgba(94, 176, 49, 0.2);
    margin-top: 45px;
    padding: 30px 46px;

    @media (max-width: 768px) {
      padding: 20px;
    }

    p {
      text-align: justify;
      margin-top: 10px;
    }

    h4 {
      color: #333;
      text-align: justify;
      font-weight: 600;
      margin-top: 30px;
    }

    .img {
      margin-top: 14px;
      display: grid;
      grid-template-columns: 301px 322px;
      justify-content: space-between;

      @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      img {
        width: 100%;
      }
    }
  }
}

#top-box3 {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  ul {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    gap: 35px;
    max-width: 935px;
    margin: 0 auto;
    margin-top: 27px;

    @media (max-width: 768px) {
      flex-direction: column;
    }
  }
  li {
    border-radius: 10px;
    overflow: hidden;
    height: auto !important;
    margin: 0 !important;

    img {
      width: 100%;
    }

    p {
      padding: 0 20px 20px;
      text-align: left;
      color: #333;
      font-size: 16px;
      font-weight: 300;
      line-height: 150%; /* 24px */
    }
  }

  ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 935px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 2;
    gap: 27px 35px;

    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }

    a {
      border-radius: 8px;
      background: #5eb031;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
      text-decoration: none;
      color: #fff;

      p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding-left: 20px;
      }

      .icon {
        padding-left: 28px;
        img {
          max-width: 100%;
        }
      }

      &::after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;

        margin-left: auto;
        padding-right: 20px;
      }
    }
  }
}

.common-head-02 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  &::after {
    content: attr(data-en);
    color: #00532a;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
  }
}

.box-02 {
  .inner {
    max-width: 935px;
    margin: 0 auto;
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 35px;

    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }

    .text {
      height: 100%;
      display: flex;
      flex-direction: column;

      p {
        color: #333;
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 150%; /* 24px */
      }

      a {
        margin-top: auto;

        display: grid;
        place-items: center;
        border-radius: 4px;
        background: #00532a;
        height: 48px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
        margin-top: auto;

        @media (max-width: 768px) {
          margin-top: 20px;
        }
      }
    }

    img {
      width: 100%;
    }
  }
}

.common-head-03 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.common-top__box {
  display: grid;
  grid-template-columns: 390px 1fr;
  margin-top: 68px;
  gap: 42px;

  &.__small {
    grid-template-columns: 280px 1fr;
		  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
  }

  img {
    width: 100%;
  }
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }

  p {
    color: #333;
    text-align: justify;
    font-weight: 300;
    line-height: 150%; /* 24px */

    &:not(:first-of-type) {
      margin-top: 1lh;
    }
  }
}

.common__contents-02 {
  display: grid;
  margin-top: 70px;
  gap: 40px;

  li {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 30px 60px;

    @media (max-width: 768px) {
      padding: 20px;
    }
    p {
      text-align: left;
      margin-top: 10px;
    }

    &.right {
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 355px;

      @media (max-width: 768px) {
        grid-template-columns: 1fr;
      }

      .text {
        padding: 30px 60px;
        text-align: left;

        @media (max-width: 768px) {
          padding: 20px;
        }
      }

      img {
        width: 100%;
      }
    }

    &.left {
      padding: 0;
      display: grid;
      grid-template-columns: 439px 1fr;

      @media (max-width: 768px) {
        grid-template-columns: 1fr;
      }

      .text {
        padding: 30px 60px;
        text-align: left;
        @media (max-width: 768px) {
          padding: 20px;
        }
      }

      img {
        width: 100%;

        @media (max-width: 768px) {
          order: 2;
        }
      }
    }

    &.red {
      background: transparent;
      padding: 0;
      h3 {
        color: #e60013;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
      }
      p {
        color: #e60013;
        text-align: center;
        font-weight: 300;
        line-height: 150%; /* 24px */
      }
    }
  }
}

.white__box {
  border-radius: 10px;
  background: #fff;
  margin-top: 30px;
  padding: 25px 30px;
  display: grid;
  place-items: center;

  li {
    width: 100%;
    max-width: 422px;
    text-align: left;
    margin-top: 10px;
  }
}

.common__box--inner-02 {
  max-width: 935px;
  margin: 0 auto;

  @media (max-width: 768px) {
  }
}

.link-01 {
  border-radius: 8px;
  background: #5eb031;
  display: grid;
  place-items: center;
  height: 80px;
  grid-template-columns: 1fr auto 1fr;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;

	@media (max-width: 768px) {
		font-size: 16px;
	}

  &::before {
    content: "";
  }

  &::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-left: auto;
    margin-right: 27px;
  }
}

.box-02 {
  padding: 0 !important;

  .inner {
    display: grid;
    grid-template-columns: 1fr 500px;
    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }
  }

  img {
    width: 100%;
  }

  p {
    display: grid;
    place-items: center;
    color: #e60013;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

	&.__sports {
    display: grid;
    grid-template-columns: 1fr 500px;
    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }
	}
}

.head-03 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

.grid-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  margin-top: 22px;
  gap: 0 20px;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 0 10px;
  }

  ul {
    display: grid;
    gap: 10px;
  }

  li {
    text-align: left;
    color: #333;
    font-weight: 300;
  }
}

.common-head-02 {
  color: #5eb031;
  text-align: center;
  font-size: 20px;
  font-weight: 600;

  @media (max-width: 768px) {
    font-size: 18px;
  }
}

.box-03 {
  margin-top: 40px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;

  h3 {
    border-radius: 10px 10px 0px 0px;
    background: #00532a;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-block: 10px;
  }

  ul {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px;
    padding: 30px 60px;

    @media (max-width: 768px) {
      grid-template-columns: 1fr;
      padding: 30px 20px;
    }
  }

  h4 {
    color: #00532a;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #00532a;
    padding-bottom: 10px;

		  @media (max-width: 768px) {
				font-size: 18px;
  }
  }

  p {
    color: #333;
    text-align: justify;
    font-weight: 300;
    line-height: 150%; /* 24px */
    margin-top: 20px;
  }
}

.box-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .box-03 {
    background: #fff;
  }

  ul {
    grid-template-columns: 1fr;
  }
}

.box-04 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 243px;
  gap: 60px;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }

  img {
    width: 100%;

    @media (max-width: 768px) {
      order: 1;
    }
  }

  .text {
    @media (max-width: 768px) {
      order: 2;
    }
    p {
      text-align: left;

      &:not(:first-of-type) {
        margin-top: 1lh;
      }
    }
  }
}

.box-05 {
  display: grid;
  grid-template-columns: 456px 1fr;
  gap: 50px;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  img {
    width: 100%;
  }
}

.box-06 {
  padding: 0 !important;
  padding-top: 30px !important;
  p {
    padding-inline: 30px;
  }
  img {
    width: 100%;
  }
}
.box-07 {
  img {
    width: 100%;
  }
}

.box-08 {
  display: grid;
  grid-template-columns: 439px 1fr;
  gap: 42px;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }

  .text {
    img {
      height: auto;
    }
  }
  img {
    width: 100%;
    height: 100%;
  }
}

.pc__hidden {
  display: none;
  @media (max-width: 768px) {
    display: block;
  }
}
.sp__hidden {
  display: block;
  @media (max-width: 768px) {
    display: none;
  }
}

/*25.04.24*/
#top-box5 {
  padding-top: 57px;
}
@media screen and (max-width: 768px) {
  #top-box1 {
    padding-top: 174px;
  }
}



/*25.05.27*/


.container {
  width: auto;
  margin: auto 0;
  padding: 70px 0 70px;
  border-top: 1px solid 0;
  background: #efefeb url(../images/top/box6-bg1.png) no-repeat right bottom;
}

.attention {
 width: 935px;
 margin: 0 auto;
}

.main-heading {
  color: #00532A;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

section {
  text-align: left;
}

.section-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
  padding-bottom: 4px;
}

.section-text {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.main-heading br {
    display: none;
	}	

/* ▼ レスポンシブ対応 ▼ */
@media screen and (max-width: 768px) {


  .container {
    width: 100%;
    padding: 20px;
  }
	
  .attention {
    width: 100%;
    padding: 20px;
  }

  .main-heading {
    font-size: 16px;
  }
	
  .main-heading br {
    display: block;
	}	

  .section-title {
    font-size: 15px;
	text-align: center;  　
  }

  .section-text {
    font-size: 13px;
  }
}










