.brand-wrap {
  text-align: center;
  margin-bottom: 40rem;
}
.brand-wrap h3 {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 5.5rem;
  margin-bottom: 2.4rem;
  margin-top: 15rem;
}
.brand-wrap h3 + p {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.8rem;
}
.brand-wrap h3 img {
  display: block;
  text-align: center;
  margin: 5rem auto 0;
  width: 40%;
}
.brand-wrap .txt-box {
  opacity: 0;
  transform: translateY(100px);
}
.brand-wrap .txt-box h3 {
  margin-top: 0;
}
.brand-wrap .txt-box p {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.8rem;
}
.brand-wrap .txt-box .transform-txt {
  letter-spacing: -0.01em;
}
.brand-wrap .transform-imgbox {
  width: 20%;
  margin: 10rem auto;
  max-width: 1044px;
}
.brand-wrap .transform-imgbox img {
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-wrap .transform-txt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: -0.1em;
}
.brand-wrap .transform-txt span {
  color: rgba(0, 0, 0, 0.2);
}
.brand-wrap .img-box {
  margin: 0 auto;
  margin-top: 8rem;
  max-width: 1044px;
  border: 1px solid var(--border-gray);
}
.brand-wrap .img-box img {
  width: 100%;
}
.brand-wrap .btn-wrap {
  margin-top: 5rem;
}

@media screen and (max-width: 720px) {
  .brand-wrap h3 + p {
    font-size: 3rem;
  }
  .brand-wrap .txt-box h3 {
    font-size: 4rem;
  }
  .brand-wrap .txt-box p {
    font-size: 3rem;
  }
  .brand-wrap .transform-txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  #visual .title-content {
    font-size: 2.5rem;
  }
  #visual .title-content br {
    display: none;
  }
}
.prosucts-wrap h3 {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 5.5rem;
  margin-bottom: 2.4rem;
  margin-top: 15rem;
}
.prosucts-wrap .txt-box {
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
}
.prosucts-wrap .txt-box h3 {
  margin-top: 0;
}
.prosucts-wrap .txt-box p {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.8rem;
}
.prosucts-wrap .list {
  margin-top: 5rem;
  border-top: 1px solid var(--border-darken);
  border-bottom: 1px solid var(--border-darken);
}
.prosucts-wrap .list .list-item {
  width: 100%;
  position: relative;
  padding: 5rem;
  border-bottom: 1px solid var(--border-gray);
  transition: all 0.5s;
}
.prosucts-wrap .list .list-item:hover {
  background-color: var(--bg-point);
}
.prosucts-wrap .list .list-item:hover .img-box {
  width: 30rem;
  height: 30rem;
  opacity: 1;
}
.prosucts-wrap .list .list-item:hover .text-box h4 {
  color: var(--color-primary);
}
.prosucts-wrap .list .list-item:nth-child(1) .img-box::before {
  background-image: url(../../images/img-product-1.jpg);
}
.prosucts-wrap .list .list-item:nth-child(2) .img-box::before {
  background-image: url(../../images/img-product-2.jpg);
}
.prosucts-wrap .list .list-item:nth-child(3) .img-box::before {
  background-image: url(../../images/img-product-3.jpg);
}
.prosucts-wrap .list .list-item:nth-child(4) .img-box::before {
  background-image: url(../../images/img-product-4.jpg);
}
.prosucts-wrap .list .list-item:nth-child(5) .img-box::before {
  background-image: url(../../images/img-product-5.jpg);
}
.prosucts-wrap .list .list-item:nth-child(6) .img-box::before {
  background-image: url(../../images/img-product-6.jpg);
}
.prosucts-wrap .list .list-item:nth-child(7) .img-box::before {
  background-image: url(../../images/img-product-7.jpg);
}
.prosucts-wrap .list .img-box {
  width: 0;
  height: 0;
  border-radius: 50%;
  box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  cursor: pointer;
}
.prosucts-wrap .list .img-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
}
.prosucts-wrap .list .img-box p {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
.prosucts-wrap .list .text-box {
  font-size: 2rem;
}
.prosucts-wrap .list .text-box h4 {
  font-size: 3.6rem;
  color: var(--color-darken);
  margin-bottom: 2rem;
  transition: all 0.5s;
}
.prosucts-wrap .list .text-box span {
  color: var(--color-primary);
  font-weight: 500;
}
.prosucts-wrap .guide-txt {
  margin-top: 2rem;
}

/* media */
@media screen and (max-width: 720px) {
  .prosucts-wrap h3 {
    font-size: 3rem;
  }
  .prosucts-wrap .list .list-item {
    padding: 3rem;
  }
  .prosucts-wrap .list .img-box {
    display: none;
  }
  .prosucts-wrap .list .text-box h4 {
    font-size: 3rem;
  }
}
.participation-wrap .title-box {
  margin-top: 8.5rem;
  margin-bottom: 4.5rem;
}
.participation-wrap .title-box h3 {
  font-size: 3.6rem;
  font-weight: bold;
}
.participation-wrap .title-box.with-btn {
  display: flex;
  align-items: center;
}
.participation-wrap .title-box.with-btn .btn-wrap {
  margin-left: auto;
}
.participation-wrap .num {
  font-size: 3rem;
  font-weight: bold;
  color: var(--bg-primary);
}
.participation-wrap .target {
  position: relative;
}
.participation-wrap .target img {
  position: absolute;
}
.participation-wrap .target img.img1 {
  top: -16rem;
  right: 0;
}
.participation-wrap .target img.img2 {
  bottom: -5rem;
  right: 11rem;
}
.participation-wrap .target .box {
  max-width: 68rem;
  border-bottom: 1px solid var(--border-gray);
  padding: 2.5rem 0;
  display: flex;
  gap: 2rem;
}
.participation-wrap .target .box .num {
  width: 4rem;
  flex-shrink: 0;
}
.participation-wrap .target .box > div {
  margin-top: 0.3rem;
}
.participation-wrap .target .box b {
  display: block;
  font-size: 2.4rem;
}
.participation-wrap .target .box b + b {
  margin-top: 1rem;
}
.participation-wrap .target .box .color-gray {
  margin-top: 0.5rem;
}
.participation-wrap .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 7rem;
}
.participation-wrap .grid-box .line-box {
  padding: 3rem;
  border: 1px solid var(--border-gray);
  box-shadow: 0px 0px 14px 5px rgba(166, 166, 165, 0.3);
  border-radius: 5rem;
  display: flex;
  gap: 1rem;
}
.participation-wrap .grid-box .line-box b {
  font-size: 2.4rem;
  display: block;
  margin-top: 2rem;
}
.participation-wrap .line-box {
  border: 1px solid var(--border-gray);
  border-radius: 3rem;
  padding: 5rem;
}
.participation-wrap .line-box.bg {
  background-color: var(--bg-lightgray);
  justify-content: space-between;
}
.participation-wrap .line-box.bg > div {
  gap: 1rem;
}
.participation-wrap .line-box.bg h4 {
  font-size: 2.4rem;
  flex-shrink: 0;
  padding: 0.5rem 2rem;
  text-align: center;
  width: 16rem;
  border-radius: 2rem;
  background-color: var(--bg-point);
  color: var(--color-primary);
}
.participation-wrap .line-box.bg p {
  font-size: 2.4rem;
}
.participation-wrap .step-box {
  padding: 6rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 6rem;
}
.participation-wrap .step-box .line {
  width: calc(100% - 6rem);
  height: 1px;
  background-color: var(--bg-darken);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.participation-wrap .step-box .step-item {
  width: 25rem;
  height: 25rem;
  border: 1px solid var(--border-darken);
  border-radius: 50%;
  padding: 10rem 0;
  flex-shrink: 0;
  text-align: center;
  transition: all 0.4s;
}
.participation-wrap .step-box .step-item + .step-item {
  margin-left: -4rem;
}
.participation-wrap .step-box .step-item.end {
  position: relative;
  background-color: var(--bg-point);
}
.participation-wrap .step-box .step-item.end::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--bg-primary);
  animation: pulse 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.participation-wrap .step-box .step-item.active {
  background: var(--bg-primary);
  padding: 8rem 0;
}
.participation-wrap .step-box .step-item.active p,
.participation-wrap .step-box .step-item.active b {
  color: #fff;
}
.participation-wrap .step-box .step-item .text-bold {
  font-size: 2rem;
}
.participation-wrap .step-box .step-item b {
  font-size: 2.4rem;
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.participation-wrap .guide-box .box {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.participation-wrap .guide-box .title {
  width: 23rem;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border-darken);
  padding: 3rem 0;
  display: flex;
  gap: 2rem;
}
.participation-wrap .guide-box .title b {
  font-size: 2.4rem;
  margin-top: 0.3rem;
}
.participation-wrap .guide-box .cont {
  flex-grow: 1;
  padding: 3rem 0;
  font-size: 2.4rem;
  border-bottom: 1px solid var(--border-gray);
}
.participation-wrap .guide-box .cont ul {
  margin-top: 1rem;
}
.participation-wrap .guide-box .cont .text-sm {
  font-size: 1.6rem;
}
.participation-wrap .guide-box .cont > p {
  margin-top: 0.2rem;
}
.participation-wrap .benefit .flex {
  justify-content: space-between;
  margin-bottom: 15rem;
}
.participation-wrap .benefit .flex:first-child {
  margin-top: 15rem;
}
.participation-wrap .benefit .flex:first-child + .box {
  margin-top: 2rem;
}
.participation-wrap .benefit .flex:nth-child(2) {
  text-align: right;
}
.participation-wrap .benefit .flex:nth-child(2) .box.img {
  margin-left: 0;
  margin-right: 2rem;
}
.participation-wrap .benefit .flex .box h3 {
  font-size: 3.6rem;
}
.participation-wrap .benefit .flex .box.img {
  width: 50%;
  flex-shrink: 0;
  margin-left: 2rem;
}
.participation-wrap .benefit .flex .transform-txt {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-top: 3rem;
}
.participation-wrap .benefit .flex .transform-txt span {
  color: rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
/* media */
@media screen and (max-width: 1400px) {
  .participation-wrap .target img {
    display: none;
  }
  .participation-wrap .target .box {
    max-width: 100%;
    width: 100%;
  }
  .participation-wrap .grid-box {
    gap: 2rem;
  }
  .participation-wrap .step-box {
    max-width: 80rem;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .participation-wrap .step-box .line {
    display: none;
  }
  .participation-wrap .step-box .step-item {
    max-width: 25rem;
  }
  .participation-wrap .step-box .step-item + .step-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .participation-wrap .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .participation-wrap .grid-box .line-box {
    align-items: center;
  }
  .participation-wrap .grid-box img {
    width: 20%;
    margin-right: 2rem;
  }
  .participation-wrap .grid-box b br {
    display: none;
  }
  .participation-wrap .step-box {
    grid-template-columns: repeat(2, 1fr);
    max-width: 52rem;
  }
  .participation-wrap .line-box.bg {
    padding: 0;
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    border: none;
  }
  .participation-wrap .benefit .flex {
    flex-direction: column-reverse;
  }
  .participation-wrap .benefit .flex .box.img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .participation-wrap .benefit .flex .box.img img {
    width: 100%;
  }
  .participation-wrap .benefit .flex:nth-child(2) {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .participation-wrap .step-box {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    padding: 0;
  }
  .participation-wrap .step-box .step-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem 0;
    border-radius: 5rem;
  }
  .participation-wrap .step-box .step-item.active {
    padding: 4rem 0;
  }
  .participation-wrap .step-box .step-item.end::before {
    display: none;
  }
  .participation-wrap .guide-box {
    margin-top: 8.5rem;
  }
  .participation-wrap .guide-box .box {
    flex-direction: column;
    gap: 0;
  }
  .participation-wrap .guide-box .title {
    width: 100%;
    padding: 3rem;
  }
  .participation-wrap .guide-box .cont {
    padding: 3rem;
  }
}
/* sub page common */
.section {
  margin-top: 15rem;
  margin-bottom: 5rem;
}