#camp_toeic_08{
  background-color: #f2f4f4;
}

#camp_toeic_08 p,
#camp_toeic_08 li,
#camp_toeic_08 a{
  font-size: clamp(15px,88vw,16px);
  line-height: 1.5;
  font-weight: 700;
}

#camp_toeic_08 .font_normal{
  font-weight: 400;
  font-size: clamp(13px,88vw,14px);
  line-height: 1.35;
}

#camp_toeic_08 .caution{
  font-size: 12px;
  padding-top: 10px;
  font-weight: normal;
}

#camp_toeic_08 .common_btn{
  background-color: #0f9ca7;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0f9ca7;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  width: 270px;
  height: 50px;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  position: relative;
  overflow: hidden;
  &::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s transform cubic-bezier(0.87, 0, 0.13, 1);
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  &:hover{
    color: #0f9ca7;
  }
  &:hover::before{
    transform: scaleX(1);
    transform-origin: left;
  }
  span{
    position: relative;
  }
}

#camp_toeic_08 .common_hd{
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  color: #212167;
}

#camp_toeic_08 .hd_border{
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  &::before{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #212167;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#camp_toeic_08 .list{
  li{
    list-style-type: disc;
    margin-bottom: 16px;
    margin-left: 20px;
  }
  li::nth-last-of-type(1){
    margin-bottom: 0;
  }
}

#camp_toeic_08 .red{
  color: #e84a57;
}

#camp_toeic_08 .white{
  color: #fff;
}

#camp_toeic_08 .pink{
  color: #f73e9d;
}

#camp_toeic_08 .purple{
  color: #212167;
}

#camp_toeic_08 .link{
  color: #0f9ca7;
  font-weight: 700;
  &:hover{
    text-decoration: underline;
  }
}

#camp_toeic_08 .caution .link{
  font-size: 12px;
}

#camp_toeic_08 .marker{
  background:linear-gradient(transparent 75%, #fff116 40%);
}

#camp_toeic_08 .strong{
  font-weight: 700;
}

#camp_toeic_08{
  h1,h2,h3,h4,h5{
    line-height: 1.25;
  }
}

#camp_toeic_08 .text_center{
  text-align: center;
}

#camp_toeic_08 .btn_1 {
  margin: 0 auto;
  width: 270px;
}

#camp_toeic_08 .btn_1.comfirm_btn {
  margin: 0 auto;
}

#camp_toeic_08 .btn_1 a {
  border-radius: 0.3em;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em;
  height: 100%;
  font-weight: bold;
  font-size: 14px;
  height: 3.5em;
  line-height: 1.3;
}

#camp_toeic_08 .btn_1 a:hover,
#camp_toeic_08 .btn_2 a:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}

#camp_toeic_08 ._btn_camp a {
  background-color: #FA621B;
  color: white;
  border-radius: 0.3em;
  transition: 0.3s ease-in-out;
  box-shadow: 0.25vw 0.35vw #c7392d;
}

#camp_toeic_08 ._btn_camp_2 a {
  background-color: #0f9ca7;
  color: white;
  border-radius: 0.3em;
  transition: 0.3s ease-in-out;
  box-shadow: 0.25vw 0.35vw #053333;
}

#camp_toeic_08 .text_center{
  text-align: center;
}

#camp_toeic_08 .text_margin{
  margin-bottom: 16px;
}

#camp_toeic_08 .text_margin_2{
  margin-bottom: 8px;
}

#camp_toeic_08 .scroll_area{
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(0,0,0,.7);
  transition: 0.6s transform cubic-bezier(0.87, 0, 0.13, 1);
  position: fixed;
  bottom: 0;
  z-index: 1000;
  .scroll_inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width:768px){

#camp_toeic_08 .sp{
  display: none;
}
#camp_toeic_08 .pc{
  display: block;
}

#camp_toeic_08 p,
#camp_toeic_08 li,
#camp_toeic_08 a{
  font-size: 16px;
}

#camp_toeic_08 .font_normal{
  font-size: 14px;
}

#camp_toeic_08 .common_hd{
  font-size: 24px;
}

#camp_toeic_08 .hd_border{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#camp_toeic_08 .white_block{
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 4px;
}

#camp_toeic_08 .mv_wrapper{
  .mv_area{
    h1{
      .mv_top{
        background-image: url('/special/2025/camp_toeic_08/images/MV_PC_top_bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        .mv_top_inner{
          position: relative;
          width: 1120px;
          margin: 0 auto;
          padding: 32px 0 48px;
          .pc{
            max-width: 960px;
            margin: 0 auto;
          }
          .graduate{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            img{
              max-width: 68px;
            }
          }
          .caution{
            position: absolute;
            bottom: 16px;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: 700;
          }
        }
      }
      .mv_bottom{
        padding: 4px 0 0;
        background-color: #212167;
        .mv_bottom_inner{
          .pc{
            max-width: 460px;
            margin: 0 auto;
          }
        }
      }
    }
    .mv_bottom2{
      background-color: #212167;
      padding-bottom: 12px;
      .caution_block{
        display: flex;
        justify-content: center;
        .caution:nth-of-type(1){
          padding-right: 40px;
        }
      }
    }
  }
}

#camp_toeic_08 .member_wrapper{
  padding: 64px 0;
  margin-bottom: 64px;
  background-color: #fff;
  .member_area{
    width: 960px;
    margin: 0 auto;
    .caution{
      padding-top: 16px;
    }
    .date_block{
      background-color: #212167;
      padding: 16px 0;
      width: 228px;
      margin: 0 auto;
      text-align: center;
      border-radius: 4px;
      h3{
        color: #fff;
        font-size: 16px;
        padding-bottom: 16px;
      }
      p{
        color: #fff;
      }
      p:nth-of-type(1){
        padding-bottom: 8px;
      }
    }
  }
}

#camp_toeic_08 .need_wrapper{
  margin-bottom: 64px;
  .need_area{
    width: 960px;
    margin: 0 auto;
    .white_block{
      .flex{
        display: flex;
        justify-content: space-between;
        padding-bottom: 64px;
        .need_box{
          background-color: #eeeeff;
          width: 282px;
          height: 480px;
          padding: 0 16px;
          border-radius: 4px;
          .icon{
            height: 105px;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        }
        .need_box_1{
          .icon{
            img{
              max-width: 73px;
            }
          }
        }
        .need_box_2{
          .icon{
            img{
              max-width: 73px;
            }
          }
        }
        .need_box_3{
          .icon{
            img{
              max-width: 108px;
            }
          }
        }      
      }
      .result_block{
        .result_text{
          margin-bottom: 32px;
          text-align: center;
          position: relative;
          &::before{
            content: '';
            display: block;
            width: 82px;
            height: 20px;
            background-image: url('/special/2025/camp_toeic_08/images/result_arrow_pc.svg');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: -32px;
            left: 0;
            right: 0;
            margin: 0 auto;
          }
        }
        .fukidashi{
          margin: 0 auto;
          text-align: center;
          width: 420px;
          padding: 24px 0 16px;
          background-color: #e0e0e0;
          margin-bottom: 8px;
          border-radius: 6px;
          position: relative;
           &::before {
            content: '';
            display: block;
            width: 32px;
            height: 40px;
            border-top: 20px solid transparent;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 20px solid #e0e0e0;
            position: absolute;
            top: -39px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 1;
          }
        }
        .caution{
          text-align: center;
        }
      }
    }
  }
}

#camp_toeic_08 .flow_wrapper{
  background-color: #212167;
  padding: 64px 0;
  .flow_area{
    width: 960px;
    margin: 0 auto;
    .flow_inner{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 32px 0;
      .white_block{
        width: calc(50% - 20px);
        .num{
          padding-bottom: 16px;
          img{
            max-width: 72px;
            margin: 0 auto;
          }
        }
        p{
          text-align: center;
        }
      }
      .step_1{
        .text{
          padding-bottom: 16px;
        }
      }
      .step_3{
        width: 100%;
        .text{
          padding-bottom: 24px;
        }
        .date_block{
          background-color: #eeeeff;
          width: 360px;
          margin: 0 auto;
          padding: 12px 0;
          text-align: center;
          p{
            font-size: 14px;
          }
          .flex{
            .right{
              display: flex;
              justify-content: center;
              gap: 8px;
            }
          }
        }
      }
    }
  }
}

#camp_toeic_08 .about_wrapper{
  padding: 64px 0;
  .about_area{
    width: 960px;
    margin: 0 auto;
    .about_block{
      padding-bottom: 32px;
      h3{
        text-align: center;
        font-size: 20px;
        color: #212167;
        padding-bottom: 16px;
      }
      p{
        font-weight: 400;
        text-align: center;
      }
      .list{
        li{
          font-weight: 400;
        }
      }
    }
    .about_block:nth-last-of-type(1){
      padding-bottom: 0;
    }
  }
}

}

@media screen and (max-width:768px){

#camp_toeic_08 .sp{
  display: block;
}
#camp_toeic_08 .pc{
  display: none;
}

#camp_toeic_08 .white_block{
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 24px;
}

#camp_toeic_08 .white_block:nth-last-of-type(1){
  margin-bottom: 0;
}

  #camp_toeic_08 .mv_wrapper{
    background-color: #212167;
    .mv_area{
      h1{
          .mv_top{
            position: relative;
            .graduate{
              width: 100%;
              max-width: 68px;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1;
            }
            .caution{
              position: absolute;
              text-align: center;
              left: 0;
              right: 0;
              bottom: 14px;
              padding-top: 12px;
              font-weight: 700;
            }
          }
          .mv_bottom{
            position: relative;
          }
        }
        .mv_bottom2{
          padding: 0 24px 32px;
          .caution_block{
            padding-bottom: 24px;
            .caution{
              text-align: center;
              padding-top: 6px;
            }
          }
          .btn_1{
            margin: 0 auto;
          }
        }
    }
  }

  #camp_toeic_08 .member_wrapper{
    background-color: #fff;
    padding: 24px 0;
    .member_area{
      .common_hd{
        text-align: center;
      }
      .date_block{
        background-color: #212167;
        padding: 12px 0;
        border-radius: 4px;
        max-width: 225px;
        margin: 0 auto;
        h3{
          padding-bottom: 8px;
        }
        h3,p{
          text-align: center;
          color: #fff;
        }
        p:nth-of-type(1){
         padding-bottom: 4px; 
        }
      }
    }
  }

  #camp_toeic_08 .need_wrapper{
    padding: 24px 0;
    .need_area{
      padding: 0 16px;
      .white_block{
        .flex{
          .need_box{
            background-color: #eeeeff;
            padding: 0 8px 16px;
            border-radius: 4px;
            margin-bottom: 24px;
            .icon{
              width: 100%;
              height: 100px;
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .font_normal{
              text-align: justify;
              padding-bottom: 8px;
            }
            .caution{
              padding-top: 0;
            }
          }
          .need_box_1{
            .icon{
              img{
                max-width: 73px;
              }
            }
          }
           .need_box_2{
            .icon{
              img{
                max-width: 65px;
              }
            }
          }
           .need_box_3{
            margin-bottom: 0;
            .icon{
              img{
                max-width: 96px;
              }
            }
          }
        }
        .result_block{
          position: relative;
          padding-top: 48px;
          &::before{
            content: '';
            display: block;
            width: 40px;
            height: 18px;
            background-image: url('/special/2025/camp_toeic_08/images/result_arrow.svg');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 18px;
            left: 0;
            right: 0;
            margin: 0 auto;
          }
          .result_text{
            text-align: center;
            padding-bottom: 24px;
          }
          .fukidashi{
            width: 100%;
            background-color: #e0e0e0;
            padding: 16px 0;
            border-radius: 6px;
            text-align: center;
            position: relative;
            &::before{
              content: '';
              display: block;
              width: 24px;
              height: 36px;
              border-top: 18px solid transparent;
              border-left: 12px solid transparent;
              border-right: 12px solid transparent;
              border-bottom: 18px solid #e0e0e0;
              position: absolute;
              top: -33px;
              left: 0;
              right: 0;
              margin: 0 auto;
              z-index: 1;
            }
          }
        }
      }
    }
  }

  #camp_toeic_08 .flow_wrapper{
    background-color: #212167;
    padding: 24px 0;
    .flow_area{
      padding: 0 16px;
      .flow_inner{
        .white_block{
          .num{
            padding-bottom: 16px;
            img{
              max-width: 73px;
              margin: 0 auto;
            }
          }
          p{
            text-align: center;
            padding-bottom: 16px;
          }
          .date_block{
            background-color: #eeeeff;
            padding: 16px 0;
            .flex{
              display: flex;
              justify-content: center;
              align-items: center;
              .left_text{
                padding-bottom: 0;
              }
              .right{
                padding-left: 24px;
                p{
                  padding-bottom: 0;
                }
                p:nth-of-type(1){
                  padding-bottom: 8px;
                }
              }
            }
          }
        }
        .step_2{
          p{
            padding-bottom: 0;
          }
        }
      }
    }
  }

  #camp_toeic_08 .about_wrapper{
    padding: 24px 0;
    .about_area{
      padding: 0 16px;
      .about_block{
        padding-bottom: 24px;
        h3{
          text-align: center;
          color: #212167;
          padding-bottom: 16px;
          font-size: 16px;
        }
        .list{
          li{
            font-size: 14px;
            font-weight: 400;
          }
        }
        p{
          font-weight: 400;
          text-align: center;
        }
      }
    }
  }

}