@charset "UTF-8";
#top_container .top_content_wrapper .top_logo_common {
  font-family: "Nothing You Could Do", cursive;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  color: #C4FF00;
  position: absolute;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_logo_common {
    font-size: 12.8vw;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
  }
}
#top_container .top_content_wrapper .top_common_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background-color: #005CAC;
  border-radius: 30px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_common_more {
    width: 53.867vw;
    height: 13.333vw;
    border-radius: 8vw;
    gap: 8.533vw;
  }
}
#top_container .top_content_wrapper .top_common_more p {
  font-size: 16px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_common_more p {
    font-size: 3.733vw;
    font-family: "Hanken Grotesk", sans-serif;
  }
}
#top_container .top_content_wrapper .top_common_more img {
  width: 15px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_common_more img {
    width: 3.2vw;
    height: 2.133vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
#top_container .top_content_wrapper .mv_wrapper .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .mv_inner video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: 0;
  opacity: 0.3;
  z-index: 3;
}
#top_container .top_content_wrapper .mv_wrapper .mv .top_mv_dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1920px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .top_mv_dot {
    width: 1920px;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .top_catch {
  position: absolute;
  font-size: 64px;
  line-height: 115px;
  z-index: 5;
  font-weight: 600;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  top: 50%;
  left: 50%;
  width: 830px;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .top_catch {
    font-size: 7.467vw;
    line-height: 14.187vw;
    bottom: 54.667vw;
    left: 4.267vw;
    letter-spacing: 1.867vw;
    transform: none;
    width: auto;
    text-align: left;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link {
  bottom: 7.44vw;
  right: 3.125vw;
  z-index: 5;
  position: absolute;
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link:hover img {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link {
    bottom: 30.4vw;
    left: 4.267vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link img {
  width: 22.24vw;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link img {
    width: 55.2vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .mv_internship_link.mv_internship_link_hover img {
  opacity: 0;
}
#top_container .top_content_wrapper .mv_wrapper .mv .last_update {
  bottom: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .last_update {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.533vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_date {
  display: flex;
  gap: 1.563vw;
  background-color: #00A0E9;
  width: 232px;
  height: 29px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_date {
    width: 50.667vw;
    height: 6.933vw;
    gap: 4.267vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_date p {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_date p {
    font-size: 3.733vw;
  }
}
#top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_text {
  color: var(--cBlack);
  padding-left: 1.563vw;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  width: 673px;
  height: 55px;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .mv_wrapper .mv .last_update .last_update_text {
    width: 92vw;
    height: 11.2vw;
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
#top_container .top_content_wrapper .content_top_margin {
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#top_container .top_content_wrapper .top_content {
  z-index: 2;
  position: relative;
}
#top_container .top_content_wrapper .top_content .top_intro {
  padding: 16.458vw 0;
  position: relative;
  background: linear-gradient(rgba(0, 160, 233, 0) 0%, rgba(0, 160, 233, 0.3) 6.4%, rgba(0, 160, 233, 0.7) 14.78%, rgba(0, 160, 233, 0.8) 24.63%, rgba(0, 160, 233, 0.8) 100%);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_intro {
    padding-top: 35.2vw;
    padding-bottom: 32vw;
  }
}
#top_container .top_content_wrapper .top_content .top_intro .top_logo_common {
  top: 7.656vw;
  left: calc(50% - 28.073vw);
  font-size: 6.302vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_intro .top_logo_common {
    font-size: 14.933vw;
    left: 50%;
    top: 8vw;
    transform: rotate(-5deg) translateX(-50%);
  }
}
#top_container .top_content_wrapper .top_content .top_intro .top_intro_text p {
  color: #FFFFFF;
  text-align: center;
  line-height: 2.604vw;
  letter-spacing: 0.104vw;
  margin-bottom: 2.604vw;
  font-size: 20px;
  font-weight: 600;
}
#top_container .top_content_wrapper .top_content .top_intro .top_intro_text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_intro .top_intro_text p {
    font-size: 4vw;
    line-height: 8.8vw;
    margin-bottom: 8.8vw;
  }
}
#top_container .top_content_wrapper .top_content .top_intro .top_bg_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 17.188vw;
  background: linear-gradient(rgba(0, 160, 233, 0) 0%, rgba(0, 160, 233, 0.5) 28.08%, #00a0e9 69.95%, #00a0e9 100%);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_intro .top_bg_bottom {
    height: 42.667vw;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner {
    padding-top: 34.133vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company {
  display: flex;
  padding-bottom: 18.281vw;
  padding-top: 8.385vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company {
    flex-direction: column;
    padding-bottom: 48.267vw;
    padding-top: 0;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_img {
  width: 49.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_img {
    width: 100%;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_img img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    position: static;
  }
}
@media screen and (min-width: 1921px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_img img {
    width: 50vw;
    height: 730px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info {
  padding-left: 5.41vw;
  padding-top: 8.48vw;
  padding-right: 12.5vw;
  width: 50.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info {
    width: 100%;
    padding: 6.4vw 0 0 4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .company_bg_01 {
  position: absolute;
  width: 386px;
  right: 5.2vw;
  top: -96px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .company_bg_01 {
    top: -112.533vw;
    width: 42.667vw;
    right: 1.4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .company_bg_02 {
  position: absolute;
  width: 234px;
  left: -6.875vw;
  bottom: -304px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .company_bg_02 {
    bottom: -31.733vw;
    left: 4vw;
    width: 22.4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info h2 {
  font-size: 32px;
  line-height: 51px;
  position: relative;
  letter-spacing: 0.208vw;
  margin-bottom: 0.781vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info h2 {
    font-size: 5.333vw;
    line-height: 8.533vw;
    margin-bottom: 2.933vw;
    letter-spacing: 0.533vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info h2 .top_logo_common {
  top: -80px;
  left: -0.833vw;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info h2 .top_logo_common {
    top: -11.467vw;
    left: 1.6vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_text {
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
  margin-bottom: 2.969vw;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif, "Hiragino Sans", "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_text {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.533vw;
    padding-right: 4vw;
    margin-bottom: 11.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link {
    padding-right: 4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  padding: 1.927vw 0 1.927vw 0.677vw;
  letter-spacing: 0.104vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a {
    font-size: 4.267vw;
    line-height: 6.827vw;
    padding: 6.267vw 0 6.267vw 4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a:first-of-type {
  border-top: 1px solid #FFFFFF;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a::after {
  content: "";
  display: block;
  right: 1.97vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 0.83vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/pages/top/company_arrow.svg);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a::after {
    width: 3.2vw;
    height: 2.133vw;
    right: 3.733vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_company .top_company_info .top_company_link a:hover::after {
  right: 0.97vw;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work {
  padding: 0 0 24.427vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work {
    padding: 0 4vw 74.133vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2.448vw;
  position: relative;
  padding-left: calc((100vw - 1444px) / 2);
  letter-spacing: 0.156vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 {
    font-size: 5.333vw;
    margin-bottom: 9.867vw;
    padding-left: 0.313vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1525px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 {
    left: 0;
    padding-left: 30px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 .top_logo_common {
  top: -108px;
  left: calc((100vw - 1444px) / 2 - 39px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 .top_logo_common {
    top: -17.333vw;
    left: 0.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1525px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work h2 .top_logo_common {
    left: 0;
    padding-left: 30px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: normal;
    padding: 0;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item {
  width: 100%;
  max-width: 226px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item {
    width: 44vw;
    margin-bottom: 4vw;
    max-width: none;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item .work_img {
  border-radius: 8px;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item .work_img img {
  width: 100%;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item p {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.625vw;
  padding: 1.354vw 0 1.042vw;
  writing-mode: vertical-rl;
  background-color: #00A0E9;
  width: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0.417vw 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item p {
    font-size: 3.733vw;
    width: 12.267vw;
    letter-spacing: 1.6vw;
    border-radius: 2.133vw 0 2.133vw 0;
    padding: 4vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item p {
    font-size: 20px;
    width: 60px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item:hover {
  opacity: 1;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item::after {
  content: none;
  display: block;
  right: 0.833vw;
  bottom: 0.833vw;
  width: 3.542vw;
  height: 3.542vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/pages/top/work_arrow.svg);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_work .top_work_list .top_work_item::after {
    width: 13.333vw;
    height: 13.333vw;
    right: 2.667vw;
    bottom: 2.667vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person {
  position: relative;
  padding-bottom: 18.646vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person {
    padding-bottom: 50.4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title {
  position: absolute;
  top: -5.573vw;
  right: 16.615vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title {
    left: 4vw;
    right: auto;
    top: -28.267vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title h2 {
  font-size: 32px;
  letter-spacing: 0.156vw;
  font-weight: 600;
  margin: 0 auto 1.875vw;
  line-height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title h2 {
    font-size: 5.333vw;
    line-height: 8.533vw;
    letter-spacing: 0.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title h2 {
    line-height: 37px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title h2 .top_logo_common {
  top: -60px;
  left: -3.542vw;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_title h2 .top_logo_common {
    top: -9.867vw;
    left: 0.8vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list {
  display: flex;
  justify-content: space-between;
  max-width: 1169px;
  flex-wrap: wrap;
  margin: 0 auto 6.77vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list {
    max-width: none;
    flex-wrap: wrap;
    padding: 0 4vw;
    margin-bottom: 4.533vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list {
    padding: 0 30px;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item {
  width: 29.6%;
  position: relative;
  margin-bottom: 3.281vw;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item {
    margin-bottom: 8.8vw;
    width: 44vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item:nth-of-type(3n-1) {
  top: 3.333vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item:nth-of-type(3n-1) {
    top: auto;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item:nth-of-type(3n) {
  top: 6.667vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item:nth-of-type(3n) {
    top: auto;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_img {
  border-radius: 8px;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_img img {
  width: 100%;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_img.common_hover_zoom img:hover {
  transform: scale(1.1, 1.1);
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info {
  margin-top: 1.094vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info {
    margin-top: 2.667vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p {
  line-height: 1;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:first-of-type {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.052vw;
  margin-bottom: 0.417vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:first-of-type {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:first-of-type span {
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  padding-left: 0.521vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:first-of-type span {
    font-size: 5.333vw;
    padding-left: 1.867vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:last-of-type {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_work_list .top_person_item .top_person_info p:last-of-type {
    font-size: 2.667vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_person .top_person_more {
  display: flex;
  justify-content: center;
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project {
  padding-bottom: 13.333vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project {
    padding: 0 4vw 33.333vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project h2 {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.156vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.76vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project h2 {
    font-size: 5.333vw;
    line-height: 8.533vw;
    text-align: left;
    margin-bottom: 10.933vw;
    letter-spacing: 0.533vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project h2 .top_logo_common {
  top: -52px;
  left: calc(50% - 246px);
  letter-spacing: 0;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  -moz-transform: translateX(-50%) rotate(-8deg);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project h2 .top_logo_common {
    top: -10.667vw;
    left: 20.267vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list {
  display: flex;
  max-width: 1436px;
  gap: 3.333vw;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list {
    flex-direction: column;
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1436px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item {
    margin-bottom: 13.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item:last-of-type {
    margin-bottom: 0;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item .project_img {
  width: 100%;
  margin-bottom: 1.198vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item .project_img {
    margin-bottom: 4.533vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item:last-of-type {
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item:last-of-type {
    margin-top: 0;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.104vw;
  margin-bottom: 0.573vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item h3 {
    font-size: 4.267vw;
    line-height: 7.52vw;
    letter-spacing: 0.267vw;
    margin-bottom: 1.067vw;
  }
}
#top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item .top_project_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 1.302vw;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif, "Hiragino Sans", "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item .top_project_text {
    font-size: 3.733vw;
    line-height: 7.2vw;
    margin-bottom: 5.067vw;
  }
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_content_inner .top_project .top_project_list .top_project_item .top_project_more {
    display: flex;
    justify-content: center;
  }
}
#top_container .top_content_wrapper .top_content .top_link_area {
  background-color: #FFFFFF;
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list {
  display: flex;
  flex-wrap: wrap;
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item {
  width: 50%;
  position: relative;
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item {
    width: 100%;
  }
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item::after {
  content: "";
  display: block;
  right: 0.833vw;
  bottom: 0.833vw;
  width: 3.542vw;
  height: 3.542vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/pages/top/work_arrow.svg);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item::after {
    width: 9.067vw;
    height: 9.067vw;
    bottom: 4vw;
    right: 4vw;
  }
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item p {
  position: absolute;
  background-color: #007DE9;
  border-radius: 0 0 0.417vw 0;
  top: -1px;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 0.781vw 1.25vw;
  letter-spacing: 0.104vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item p {
    font-size: 3.733vw;
    border-radius: 0 0 2.133vw 0;
    padding: 0.533vw 4.267vw;
    letter-spacing: 0.267vw;
  }
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item .top_link_img {
  width: 100%;
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item:nth-of-type(1) {
  z-index: 10;
}
#top_container .top_content_wrapper .top_content .top_link_area .top_link_list .top_link_item:nth-of-type(2) {
  z-index: 9;
}
#top_container .top_content_wrapper .top_content .top_recruit_link {
  background-color: #FFFFFF;
  padding-top: 8.385vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link {
    padding: 34.4vw 4vw 12.8vw;
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link h2 {
  font-size: 40px;
  line-height: 2.719vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: var(--cBlack);
  letter-spacing: 0.156vw;
  margin-bottom: 4.948vw;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link h2 {
    font-size: 5.333vw;
    margin-bottom: 14.133vw;
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link h2 .top_logo_common {
  top: -51px;
  left: calc(50% - 87px);
  letter-spacing: 0;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  -moz-transform: translateX(-50%) rotate(-8deg);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link h2 .top_logo_common {
    top: -12vw;
    left: 49%;
    -webkit-transform: translateX(-50%) rotate(-5deg);
    -moz-transform: translateX(-50%) rotate(-5deg);
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list {
  display: flex;
  padding: 0 0 4.896vw;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list {
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    gap: normal;
    max-width: none;
    margin: 0;
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a {
  width: 464px;
  height: 76px;
  margin-bottom: 0;
  display: flex;
  border-radius: 0.208vw;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #00A0E9;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a {
    width: 100%;
    height: 15.467vw;
    font-size: 4.267vw;
    border-radius: 2.133vw;
    margin-bottom: 4.267vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 961px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a {
    width: 400px;
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a::after {
  content: "";
  display: block;
  right: 1.51vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.042vw;
  height: 0.677vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/pages/top/company_arrow.svg);
}
@media screen and (max-width: 768px) {
  #top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a::after {
    width: 3.2vw;
    height: 2.133vw;
    right: 5.333vw;
  }
}
#top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a:hover {
  background-color: #CFFF31;
  opacity: 1;
  color: #02A0E9;
}
#top_container .top_content_wrapper .top_content .top_recruit_link .top_recruit_link_list a:hover::after {
  background-image: url(../../img/pages/top/company_arrow_hover.svg);
}

#service_container .service_content_wrapper {
  background-color: #00A0E9;
  padding-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper {
    padding-top: 17.867vw;
  }
}
#service_container .service_content_wrapper h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.208vw;
  margin-bottom: 5.625vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper h1 {
    font-size: 6.4vw;
    line-height: 8.96vw;
    margin-bottom: 15.733vw;
    letter-spacing: 0.533vw;
  }
}
#service_container .service_content_wrapper .service_item {
  padding-bottom: 6.667vw;
}
#service_container .service_content_wrapper .service_item.service05 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item.service05 .service_detail_list {
    padding-bottom: 0;
  }
}
#service_container .service_content_wrapper .service_item .service_img {
  width: 100%;
  margin-bottom: 3.594vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_img {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 1921px) {
  #service_container .service_content_wrapper .service_item .service_img {
    width: 1920px;
    margin: 0 auto 3.594vw;
  }
}
#service_container .service_content_wrapper .service_item .service_img img {
  width: 100%;
}
#service_container .service_content_wrapper .service_item .service_img p {
  font-family: "Nothing You Could Do", cursive;
  font-size: 6.25vw;
  position: absolute;
  bottom: -2.76vw;
  left: 50%;
  transform: rotate(-8deg) translateX(-50%);
  color: #CFFF31;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_img p {
    font-size: 17.067vw;
    bottom: -7.733vw;
  }
}
#service_container .service_content_wrapper .service_item h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.156vw;
  margin-bottom: 0.521vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item h2 {
    font-size: 5.333vw;
    margin-bottom: 1.867vw;
  }
}
#service_container .service_content_wrapper .service_item .service_intro {
  margin: 0 auto 44px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_intro {
    width: 100%;
    margin-bottom: 12.533vw;
    padding: 0 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #service_container .service_content_wrapper .service_item .service_intro {
    width: 768px;
  }
}
#service_container .service_content_wrapper .service_item .service_intro p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.104vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_intro p {
    font-size: 4.267vw;
    line-height: 7.68vw;
    letter-spacing: 0.4vw;
  }
}
#service_container .service_content_wrapper .service_item .service_detail_list {
  display: flex;
  gap: 3.333vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_detail_list {
    padding: 0 4vw;
    flex-direction: column;
    padding-bottom: 24.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1430px) {
  #service_container .service_content_wrapper .service_item .service_detail_list {
    padding: 0 30px;
  }
}
#service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item {
  width: 100%;
  max-width: 686px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item {
    width: 100%;
    padding-bottom: 6.667vw;
    max-width: none;
  }
  #service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item:last-of-type {
    padding-bottom: 0;
  }
}
#service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item h3 {
  font-size: 24px;
  letter-spacing: 0.104vw;
  margin-bottom: 0.26vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item h3 {
    font-size: 4.8vw;
    letter-spacing: 0.533vw;
  }
}
#service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item p {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 1.354vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item p {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.4vw;
    margin-bottom: 0;
  }
}
#service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item img {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_item .service_detail_list .service_detail_item img {
    margin-top: 5.333vw;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper {
  padding-top: 5.625vw;
  padding-bottom: 13.333vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper {
    padding-top: 29.067vw;
    padding-bottom: 33.067vw;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper.common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 46%, rgb(0, 125, 233) 46%);
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper.common_bg {
    background: linear-gradient(180deg, rgb(0, 160, 233) 31%, rgb(0, 125, 233) 31%);
  }
}
#service_container .service_content_wrapper .service_movie_wrapper .common_bg_gradation {
  top: 46.1%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper .common_bg_gradation {
    top: 31.1%;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner {
  z-index: 2;
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.208vw;
  margin-bottom: 0.156vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner h2 {
    font-size: 5.333vw;
    margin-bottom: 2.4vw;
    letter-spacing: 0.533vw;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie_intro {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.104vw;
  margin-bottom: 3.542vw;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie_intro {
    font-size: 4.267vw;
    line-height: 7.68vw;
    padding: 0 4vw;
    margin-bottom: 11.2vw;
    text-align: left;
    letter-spacing: 0.4vw;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie {
  position: relative;
  height: 535.5px;
  width: 952px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie {
    width: 92vw;
    height: 51.733vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 952px) {
  #service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie {
    width: 49.583vw;
    height: 27.891vw;
  }
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie:hover {
  cursor: pointer;
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie .service_movie_thumb {
  position: absolute;
  top: 0;
  width: 100%;
}
#service_container .service_content_wrapper .service_movie_wrapper .service_movie_inner .service_movie iframe {
  width: 100%;
  height: 100%;
}
#service_container .list_info {
  justify-content: center;
}

#history_container .history_content_wrapper {
  padding-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper {
    padding-top: 16.8vw;
  }
}
#history_container .history_content_wrapper.common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 60.7%, rgb(0, 125, 233) 60.7%);
}
#history_container .history_content_wrapper .common_bg_gradation {
  top: 60.8%;
}
#history_container .history_content_wrapper h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper h1 {
    font-size: 6.4vw;
    letter-spacing: 0.533vw;
    margin-bottom: 12.533vw;
  }
}
#history_container .history_content_wrapper .history {
  position: relative;
  padding-top: 6.719vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history {
    padding: 0 4vw;
  }
}
#history_container .history_content_wrapper .history .history_line {
  margin: 0 auto;
  display: block;
  width: 27.292vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_line {
    width: 38.133vw;
    margin: 0;
  }
}
#history_container .history_content_wrapper .history .history_intro {
  position: absolute;
  width: 27.344vw;
  top: 5.156vw;
  left: 14.271vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_intro {
    position: relative;
    width: 100%;
    margin-bottom: 18.933vw;
    top: auto;
    left: auto;
  }
}
#history_container .history_content_wrapper .history .history_intro h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 51px;
  margin-bottom: 0.781vw;
  letter-spacing: 0.156vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_intro h2 {
    font-size: 5.333vw;
    font-weight: 600;
    margin-bottom: 2.933vw;
    line-height: 8.533vw;
    letter-spacing: 0.533vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  #history_container .history_content_wrapper .history .history_intro h2 {
    font-size: 28px;
    line-height: 39px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #history_container .history_content_wrapper .history .history_intro h2 {
    font-size: 15px;
    line-height: 20px;
  }
}
#history_container .history_content_wrapper .history .history_intro p {
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: 0.094vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_intro p {
    font-size: 4.267vw;
    line-height: 7.68vw;
    letter-spacing: 0.453vw;
  }
}
@media screen and (min-width: 1461px) and (max-width: 1630px) {
  #history_container .history_content_wrapper .history .history_intro p {
    font-size: 16px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1460px) {
  #history_container .history_content_wrapper .history .history_intro p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1350px) {
  #history_container .history_content_wrapper .history .history_intro p {
    font-size: 12px;
    line-height: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  #history_container .history_content_wrapper .history .history_intro p {
    font-size: 10px;
    line-height: 20px;
  }
}
#history_container .history_content_wrapper .history .history_item {
  position: absolute;
  width: 24.375vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item {
    width: 75.733vw;
  }
}
#history_container .history_content_wrapper .history .history_item img {
  width: 100%;
  margin-bottom: 1.094vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item img {
    margin-bottom: 3.467vw;
  }
}
#history_container .history_content_wrapper .history .history_item h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.13vw;
  margin-bottom: 0.313vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item h3 {
    font-size: 4.8vw;
    letter-spacing: 0.533vw;
    margin-bottom: 0.533vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1500px) {
  #history_container .history_content_wrapper .history .history_item h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #history_container .history_content_wrapper .history .history_item h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
#history_container .history_content_wrapper .history .history_item p {
  font-size: 16px;
  line-height: 1.5vw;
  letter-spacing: 0.109vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item p {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.4vw;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1630px) {
  #history_container .history_content_wrapper .history .history_item p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  #history_container .history_content_wrapper .history .history_item p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1300px) {
  #history_container .history_content_wrapper .history .history_item p {
    font-size: 10px;
    line-height: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #history_container .history_content_wrapper .history .history_item p {
    font-size: 9px;
    line-height: 16px;
  }
}
#history_container .history_content_wrapper .history .history_item.history_right {
  right: 18.958vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_right {
    right: 2.933vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_left {
  left: 18.906vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_left {
    left: auto;
    right: 2.933vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_01 {
  top: 13.49vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_01 {
    top: 157.333vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_02 {
  top: 33.594vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_02 {
    top: 289.6vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_03 {
  top: 50.677vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_03 {
    top: 449.6vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_04 {
  top: 69.271vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_04 {
    top: 614.933vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_05 {
  top: 87.76vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_05 {
    top: 761.333vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_06 {
  top: 106.354vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_06 {
    top: 914.133vw;
  }
}
#history_container .history_content_wrapper .history .history_item.history_07 {
  top: 124.948vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_item.history_07 {
    top: 1073.333vw;
  }
}
#history_container .history_content_wrapper .history .history_bg_gradation {
  height: 5.208vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 125, 233, 0) 0%, #007de9 100%);
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history .history_bg_gradation {
    width: 96vw;
    height: 100px;
  }
}
#history_container .history_content_wrapper .history_conclude {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.208vw;
  padding-top: 1.667vw;
  line-height: 56px;
  padding-bottom: 12.552vw;
}
@media screen and (max-width: 768px) {
  #history_container .history_content_wrapper .history_conclude {
    font-size: 6.4vw;
    line-height: 8.96vw;
    padding-top: 4vw;
    padding-bottom: 32.533vw;
    letter-spacing: 0.533vw;
  }
}
#history_container .list_info {
  justify-content: center;
}

#number_container .number_content_wrapper {
  padding-top: 6.25vw;
  background-color: #00A0E9;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper {
    padding-top: 63px;
  }
}
#number_container .number_content_wrapper h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.208vw;
  position: relative;
  margin-bottom: 5.052vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper h1 {
    font-size: 24px;
    letter-spacing: 2.3px;
    margin-bottom: 37px;
  }
}
#number_container .number_content_wrapper .number_list {
  z-index: 1;
  position: relative;
  max-width: 1436px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 6.979vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list {
    flex-direction: column;
    max-width: none;
    padding: 0 15px;
  }
}
#number_container .number_content_wrapper .number_list .number_item {
  width: 436px;
  margin-bottom: 5.833vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item {
    width: 100%;
    margin-bottom: 116px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  #number_container .number_content_wrapper .number_list .number_item {
    width: 33vw;
  }
}
#number_container .number_content_wrapper .number_list .number_item h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.156vw;
  line-height: 51.2px;
  margin-bottom: 1.146vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #number_container .number_content_wrapper .number_list .number_item h2 {
    font-size: 25px;
  }
}
#number_container .number_content_wrapper .number_list .number_item img {
  margin-bottom: 2.604vw;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item img {
    margin-bottom: 37px;
  }
}
#number_container .number_content_wrapper .number_list .number_item p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item p {
    font-size: 14px;
    line-height: 28.8px;
    letter-spacing: 1px;
    text-align: center;
  }
}
#number_container .number_content_wrapper .number_list .number_item.number_01 {
  margin-top: 2.656vw;
}
#number_container .number_content_wrapper .number_list .number_item.number_01 img {
  width: 274px;
  margin-bottom: 1.406vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_01 img {
    width: 227px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_02 {
    margin-bottom: 104px;
  }
}
#number_container .number_content_wrapper .number_list .number_item.number_03 {
  margin-top: 2.708vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_04 h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_05 h2 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_06 h2 {
    margin-bottom: 28px;
  }
}
#number_container .number_content_wrapper .number_list .number_item.number_06 img {
  width: 326px;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_06 img {
    width: 285px;
  }
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_07 h2 {
    margin-bottom: 27px;
  }
}
#number_container .number_content_wrapper .number_list .number_item.number_09 h2 {
  margin-bottom: -0.208vw;
}
#number_container .number_content_wrapper .number_list .number_item.number_09 .number_sub_text {
  letter-spacing: 0.078vw;
  margin-bottom: 1.354vw;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_09 .number_sub_text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.3;
    margin-bottom: 29px;
  }
}
#number_container .number_content_wrapper .number_list .number_item.number_09 img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #number_container .number_content_wrapper .number_list .number_item.number_09 img {
    width: 200px;
  }
}
#number_container .list_info {
  justify-content: center;
}

#works_contents .work_contents_wrap {
  padding: 170px 0 250px;
  background: var(--cBase_bg);
}
#works_contents .work_contents_wrap .work_thum_wrap {
  max-width: 1442px;
  width: 100%;
  margin: 0 auto;
}
#works_contents .work_contents_wrap .work_thum_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}
#works_contents .work_contents_wrap .work_thum_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px;
}
#works_contents .work_contents_wrap .work_thum_wrap ul li {
  max-width: 311px;
  width: 100%;
}
#works_contents .work_contents_wrap .work_thum_wrap ul li img {
  display: block;
  width: 100%;
}
#works_contents .work_contents_wrap .work_thum_wrap ul li div {
  border-radius: 10px;
  margin: 0 0 15px;
}
#works_contents .work_contents_wrap .work_thum_wrap ul li p {
  font-size: 24px;
  font-weight: bold;
}
#works_contents .work_contents_wrap .work_thum_wrap .work_thum {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #works_contents .work_contents_wrap {
    padding: 70px 0 128px;
  }
  #works_contents .work_contents_wrap .work_thum_wrap h2 {
    font-size: 24px;
    margin: 0 0 50px;
  }
  #works_contents .work_contents_wrap .work_thum_wrap ul {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
    gap: 42px 4%;
  }
  #works_contents .work_contents_wrap .work_thum_wrap ul li {
    max-width: 48%;
  }
  #works_contents .work_contents_wrap .work_thum_wrap ul li p {
    font-size: 16px;
  }
  #works_contents .work_contents_wrap .work_thum_wrap ul li div {
    margin: 0 0 8px;
  }
}
#works_contents .work_contents_wrap .work_about_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 128px 0 0;
}
#works_contents .work_contents_wrap .work_about_wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 128px;
  padding: 0 15px 0 0px;
}
#works_contents .work_contents_wrap .work_about_wrap li:last-child {
  margin-bottom: 0;
}
#works_contents .work_contents_wrap .work_about_wrap li > div {
  position: relative;
}
#works_contents .work_contents_wrap .work_about_wrap li > div:first-child {
  max-width: 952px;
  width: 100%;
  margin-right: -60px;
}
#works_contents .work_contents_wrap .work_about_wrap li > div:first-child img {
  display: block;
  width: 100%;
}
#works_contents .work_contents_wrap .work_about_wrap li > div:last-child {
  max-width: 788px;
  width: 100%;
  z-index: 1;
  padding: 60px 0 0;
}
#works_contents .work_contents_wrap .work_about_wrap li > div h3 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 20px;
}
#works_contents .work_contents_wrap .work_about_wrap li > div > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 55px;
  letter-spacing: 1.8px;
}
#works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) {
  padding: 0 0 0 15px;
  justify-content: flex-end;
}
#works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) div:first-child {
  order: 2;
  margin-right: 0;
}
#works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) div:last-child {
  order: 1;
  margin-right: -60px;
}
#works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  padding: 25px 32px;
  margin: 0 0 32px;
}
#works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox:last-child {
  margin-bottom: 0;
}
#works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 10px;
}
#works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #works_contents .work_contents_wrap .work_about_wrap {
    padding: 68px 0 0;
  }
  #works_contents .work_contents_wrap .work_about_wrap li {
    padding: 0 0 0 0;
    margin: 0 0 64px;
    flex-direction: column;
  }
  #works_contents .work_contents_wrap .work_about_wrap li > div:first-child {
    max-width: 92%;
    margin-right: 0;
    margin-bottom: -18px;
  }
  #works_contents .work_contents_wrap .work_about_wrap li > div:last-child {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  #works_contents .work_contents_wrap .work_about_wrap li > div h3 {
    font-size: 20px;
    text-align: right;
    margin: 0 0 15px;
  }
  #works_contents .work_contents_wrap .work_about_wrap li > div p {
    font-size: 16px;
    margin: 0 0 45px;
  }
  #works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox {
    padding: 15px;
    margin: 0 0 15px;
  }
  #works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox h4 {
    font-size: 18px;
  }
  #works_contents .work_contents_wrap .work_about_wrap li .work_about_subbox p {
    font-size: 14px;
    margin: 0 0 0;
  }
  #works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) {
    padding: 0 0 0 0;
  }
  #works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) > div h3 {
    text-align: left;
  }
  #works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) div:first-child {
    order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  #works_contents .work_contents_wrap .work_about_wrap li:nth-child(even) div:last-child {
    order: 2;
    margin-right: auto;
  }
}

#person_contents .person_wrap {
  max-width: 1454px;
  width: 100%;
  margin: 0 auto;
  padding: 175px 15px 250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #person_contents .person_wrap {
    padding: 95px 15px 128px;
  }
}
#person_contents .targets {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px 5.4%;
}
#person_contents .targets li {
  max-width: 29.7%;
  width: 100%;
}
#person_contents .targets li a {
  display: block;
  width: 100%;
}
#person_contents .targets li a > div:first-child {
  border-radius: 8px;
  margin-bottom: 15px;
}
#person_contents .targets li a img {
  display: block;
  width: 100%;
}
#person_contents .targets li a div p:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
}
#person_contents .targets li a div p:first-child span {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  padding-left: 8px;
}
#person_contents .targets li a div p:last-child {
  font-size: 16px;
}
#person_contents .targets li a:hover {
  opacity: 1;
}
#person_contents .targets li a:hover .common_hover_zoom img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  #person_contents .targets {
    justify-content: center;
    gap: 24px 5.4%;
  }
  #person_contents .targets li {
    max-width: 47%;
  }
  #person_contents .targets li a img {
    margin-bottom: 8px;
  }
  #person_contents .targets li a div p:first-child {
    font-size: 12px;
  }
  #person_contents .targets li a div p:first-child span {
    font-size: 20px;
    padding-left: 4px;
  }
  #person_contents .targets li a div p:last-child {
    font-size: 10px;
  }
}
#person_contents .circle, #person_contents .circle2, #person_contents .square {
  width: 60px;
  height: 60px;
  background-color: #EEE;
  border: 1px solid #CCC;
}
#person_contents .circle.circle, #person_contents .circle2.circle, #person_contents .square.circle {
  border-radius: 50%;
}
#person_contents .blue {
  background-color: #B8DBF6;
  border: 1px solid #5ABEED;
}
#person_contents .green {
  background-color: #C8F8D1;
  border: 1px solid #64D994;
}
#person_contents .red {
  background-color: #FAD6D7;
}
#person_contents input[type=radio] {
  position: absolute;
  left: -9999px;
}
#person_contents input[type=radio][value=All]:checked ~ .targets [data-category] {
  display: block;
}
#person_contents input[type=radio][value=技術系]:checked ~ .targets .target:not([data-category~=技術系]), #person_contents input[type=radio][value=情報系]:checked ~ .targets .target:not([data-category~=情報系]), #person_contents input[type=radio][value=営業系]:checked ~ .targets .target:not([data-category~=営業系]), #person_contents input[type=radio][value=管理系]:checked ~ .targets .target:not([data-category~=管理系]), #person_contents input[type=radio][value=事務系]:checked ~ .targets .target:not([data-category~=事務系]), #person_contents input[type=radio][value="技能系(高卒対象)"]:checked ~ .targets .target:not([data-category~="技能系(高卒対象)"]) {
  display: none;
}
#person_contents input[type=radio][value=All]:checked ~ .filters [for=All], #person_contents input[type=radio][value=技術系]:checked ~ .filters [for=tec], #person_contents input[type=radio][value=情報系]:checked ~ .filters [for=info], #person_contents input[type=radio][value=営業系]:checked ~ .filters [for=sales], #person_contents input[type=radio][value=管理系]:checked ~ .filters [for=mana], #person_contents input[type=radio][value=事務系]:checked ~ .filters [for=office], #person_contents input[type=radio][value="技能系(高卒対象)"]:checked ~ .filters [for=skill] {
  background-color: #fff;
  color: #02A0E9;
}
#person_contents .filters {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 auto 64px;
}
#person_contents .filters li {
  max-width: 266px;
  width: 100%;
  height: 64px;
}
@media screen and (max-width: 768px) {
  #person_contents .filters li {
    height: 48px;
  }
}
#person_contents .filters label {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 266px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: #02A0E9;
  transition: 0.3s;
}
#person_contents .filters label:hover {
  background-color: #fff;
  color: #02A0E9;
}
@media screen and (max-width: 768px) {
  #person_contents .filters {
    justify-content: center;
    gap: 16px 4%;
  }
  #person_contents .filters li {
    max-width: 48%;
  }
  #person_contents .filters li:first-child {
    margin: 0 5%;
  }
  #person_contents .filters label {
    max-width: 100%;
  }
}

#project_container .project_content_wrapper {
  padding-top: 7.292vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper {
    padding-top: 18.933vw;
  }
}
#project_container .project_content_wrapper.common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 73%, rgb(0, 125, 233) 73%);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.common_bg {
    background: linear-gradient(180deg, rgb(0, 160, 233) 62%, rgb(0, 125, 233) 62%);
  }
}
#project_container .project_content_wrapper .common_bg_gradation {
  top: 73.1%;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .common_bg_gradation {
    top: 62.1%;
  }
}
#project_container .project_content_wrapper .project_top_list {
  display: flex;
  max-width: 1437px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  position: relative;
  justify-content: center;
  padding-bottom: 13.281vw;
  gap: 66px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list {
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    padding: 0 4vw 20.8vw;
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1437px) {
  #project_container .project_content_wrapper .project_top_list {
    padding: 0 30px;
  }
}
#project_container .project_content_wrapper .project_top_list .project_top_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_top_item {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}
#project_container .project_content_wrapper .project_top_list .project_top_item .project_top_img {
  width: 100%;
  margin-bottom: 1.302vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_top_item .project_top_img {
    margin-bottom: 6.667vw;
  }
}
#project_container .project_content_wrapper .project_top_list .project_top_item h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.125vw;
  margin-bottom: 0.521vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_top_item h2 {
    font-size: 4.267vw;
    line-height: 7.68vw;
    letter-spacing: 0.427vw;
  }
}
#project_container .project_content_wrapper .project_top_list .project_top_item .project_top_text {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 1.719vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_top_item .project_top_text {
    font-size: 3.733vw;
    line-height: 7.2vw;
    margin-bottom: 5.067vw;
  }
}
#project_container .project_content_wrapper .project_top_list .project_more {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_more {
    justify-content: center;
  }
}
#project_container .project_content_wrapper .project_top_list .project_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  height: 61px;
  background-color: #005CAC;
  border-radius: 30px;
  gap: 1.667vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_more a {
    width: 53.867vw;
    height: 13.333vw;
    border-radius: 8.267vw;
    gap: 8.533vw;
  }
}
#project_container .project_content_wrapper .project_top_list .project_more a p {
  font-weight: bold;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_more a p {
    font-size: 3.733vw;
    font-family: "Hanken Grotesk", sans-serif;
  }
}
#project_container .project_content_wrapper .project_top_list .project_more a img {
  width: 0.781vw;
  height: 0.521vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper .project_top_list .project_more a img {
    width: 3.2vw;
    height: 2.133vw;
  }
}
#project_container .project_content_wrapper.project_01, #project_container .project_content_wrapper.project_02 {
  background-color: #02A0E9;
  padding-top: 7.5vw;
  padding-bottom: 8.125vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01, #project_container .project_content_wrapper.project_02 {
    padding-top: 17.6vw;
    padding-bottom: 32.533vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main, #project_container .project_content_wrapper.project_02 .project_main {
  z-index: 10;
  position: relative;
  margin-bottom: 9.948vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main, #project_container .project_content_wrapper.project_02 .project_main {
    padding: 0 4vw 15.467vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_intro, #project_container .project_content_wrapper.project_02 .project_main .project_intro {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 106px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_intro, #project_container .project_content_wrapper.project_02 .project_main .project_intro {
    max-width: none;
    margin-bottom: 17.067vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_intro h1, #project_container .project_content_wrapper.project_02 .project_main .project_intro h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.208vw;
  margin-bottom: 2.969vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_intro h1, #project_container .project_content_wrapper.project_02 .project_main .project_intro h1 {
    font-size: 5.333vw;
    line-height: 8.533vw;
    letter-spacing: 0.533vw;
    margin-bottom: 4.533vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_intro img, #project_container .project_content_wrapper.project_02 .project_main .project_intro img {
  width: 100%;
  border-radius: 0.417vw;
  margin-bottom: 2.552vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_intro img, #project_container .project_content_wrapper.project_02 .project_main .project_intro img {
    margin-bottom: 15.733vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_intro h2, #project_container .project_content_wrapper.project_02 .project_main .project_intro h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.167vw;
  margin-bottom: 0.469vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_intro h2, #project_container .project_content_wrapper.project_02 .project_main .project_intro h2 {
    font-size: 5.333vw;
    line-height: 8.533vw;
    letter-spacing: 0.533vw;
    margin-bottom: 2.933vw;
    text-align: center;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_intro p, #project_container .project_content_wrapper.project_02 .project_main .project_intro p {
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: 0.094vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_intro p, #project_container .project_content_wrapper.project_02 .project_main .project_intro p {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
    line-height: 7.68vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member, #project_container .project_content_wrapper.project_02 .project_main .project_member {
  max-width: 1221px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member, #project_container .project_content_wrapper.project_02 .project_main .project_member {
    max-width: none;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member h3, #project_container .project_content_wrapper.project_02 .project_main .project_member h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.938vw;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member h3, #project_container .project_content_wrapper.project_02 .project_main .project_member h3 {
    font-size: 8.533vw;
    text-align: center;
    margin-bottom: 3.2vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list {
    flex-wrap: wrap;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li {
  width: 25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li {
    width: 50%;
    flex-direction: column;
    margin-bottom: 7.2vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li img, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li img {
  width: 105px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li img, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li img {
    width: 28vw;
    margin-bottom: 2.667vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li p, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_main .project_member .project_member_list li p, #project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li p {
    font-size: 3.733vw;
    text-align: center;
    line-height: 6.72vw;
    padding-left: 0;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter, #project_container .project_content_wrapper.project_02 .project_chapter {
  padding-bottom: 13.333vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter, #project_container .project_content_wrapper.project_02 .project_chapter {
    padding-bottom: 32.267vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter h2, #project_container .project_content_wrapper.project_02 .project_chapter h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  position: relative;
  letter-spacing: 0.172vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter h2, #project_container .project_content_wrapper.project_02 .project_chapter h2 {
    font-size: 5.333vw;
    text-align: center;
    line-height: 8.533vw;
    padding: 0 4vw;
    margin-bottom: 4.533vw;
    letter-spacing: 0.533vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter h2 span, #project_container .project_content_wrapper.project_02 .project_chapter h2 span {
  position: absolute;
  font-size: 56px;
  top: -79px;
  left: calc(50% - 347px);
  color: #C4FF00;
  font-family: "Nothing You Could Do", cursive;
  letter-spacing: 0;
  transform: rotate(-8deg) translateX(-50%);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter h2 span, #project_container .project_content_wrapper.project_02 .project_chapter h2 span {
    font-size: 8.533vw;
    top: -11.467vw;
    left: 23.467vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.708vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 375/226;
    margin-bottom: 11.2vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_img.project_chapter_sub_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_img.project_chapter_sub_img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_img.project_chapter_sub_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_img.project_chapter_sub_img {
    width: 92vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner {
    max-width: none;
    padding: 0 4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner h3, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.313vw;
  letter-spacing: 0.125vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner h3, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner h3 {
    font-size: 4.8vw;
    margin-bottom: 3.467vw;
    line-height: 7.68vw;
    letter-spacing: 0.48vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_text, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_text {
  margin-bottom: 2.969vw;
  margin-bottom: 43px;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_text p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_text p {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 1.51vw;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_text p:last-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_text p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_text p {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.373vw;
    margin-bottom: 6.667vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_text p a, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_text p a {
  text-decoration: underline;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper {
  background-color: #007DE9;
  border-radius: 0.417vw;
  display: flex;
  align-items: center;
  padding: 1.875vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper {
    flex-direction: column;
    border-radius: 2.133vw;
    padding: 8vw 5.6vw;
    margin-bottom: 10.933vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper img {
  width: 105px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper img {
    width: 28vw;
    margin-bottom: 5.067vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment {
  padding-left: 2.292vw;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p {
    font-size: 4.267vw;
    line-height: 6.72vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:first-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:first-of-type {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:first-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:first-of-type {
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:last-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper .project_comment p:last-of-type {
    font-size: 3.733vw;
    letter-spacing: 0.427vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point {
  background-color: #35B3ED;
  padding: 1.823vw 2.083vw;
  border-radius: 0.417vw;
  margin-bottom: 3.021vw;
  line-height: 1.5vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point {
    border-radius: 2.133vw;
    padding: 6.933vw 8vw;
    margin-bottom: 10.667vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point p {
    font-size: 4.267vw;
    line-height: 6.72vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point p:first-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point p:first-of-type {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point p:first-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point p:first-of-type {
    margin-bottom: 1.333vw;
  }
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_point p:last-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_point p:last-of-type {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper {
  margin: 115px calc(50% - 49vw) 124px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper {
    flex-direction: column;
    width: 100%;
    margin: 8.79vw auto;
    max-width: none;
    gap: 0;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner {
  width: 100%;
  max-width: 1436px;
  display: flex;
  justify-content: center;
  gap: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner {
    flex-direction: column;
    width: 100%;
    margin: 8.79vw auto;
    max-width: none;
    gap: 0;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item {
    width: 100%;
    margin-bottom: 2.667vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item h4, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.104vw;
  margin-bottom: -0.156vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item h4, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item h4 {
    font-size: 4.8vw;
    letter-spacing: 0.533vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item p {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item img {
  width: 100%;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:first-of-type p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:first-of-type p {
  margin-bottom: 1.146vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:first-of-type p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:first-of-type p {
    margin-bottom: 4.8vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:last-of-type p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:last-of-type p {
  margin-bottom: 0.365vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:last-of-type p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_01_img_wrapper .chapter_01_img_inner .chapter_01_img_item:last-of-type p {
    margin-bottom: 4.8vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper {
  margin-top: 5.677vw;
  margin-bottom: 6.302vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper {
    width: 98vw;
    margin: 0 calc(50% - 49vw) 11.46vw;
    padding-left: 4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper h4, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper h4 {
  font-size: 24px;
  letter-spacing: 0.12vw;
  font-weight: 600;
  margin-bottom: 1.094vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper h4, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper h4 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart::-webkit-scrollbar, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart::-webkit-scrollbar {
    display: none;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart img {
  width: 100%;
  margin-bottom: 0.417vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper .chapter_chart img {
    width: 234.667vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_chart_wrapper p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_chart_wrapper p {
    font-size: 3.733vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_list, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_list {
  margin-bottom: 3.333vw;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper {
  margin-bottom: 0.833vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper {
    margin-bottom: 6.4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper:last-of-type, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_list .project_comment_wrapper:last-of-type {
  margin-bottom: 0;
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_03_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_03_img {
  width: 98vw;
  margin: 0 calc(50% - 49vw) 124px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_03_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_03_img {
    width: 100%;
    margin: 0;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_03_img img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_03_img img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_03_img img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_03_img img {
    width: 100%;
    border-radius: 2.133vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img {
  width: 98vw;
  margin: 0 calc(50% - 49vw) 0;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img {
    width: 100%;
    margin: 17.333vw 0 0 0;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img img {
  width: 75%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img img, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img img {
    width: 100%;
    border-radius: 2.133vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img p {
  font-size: 16px;
  width: 74.792vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter_last_img p, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter_last_img p {
    font-size: 3.733vw;
    line-height: 6.72vw;
    text-align: left;
    width: 100%;
    letter-spacing: 0.4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter .project_chapter_inner .chapter03_subtitle, #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .chapter03_subtitle {
  margin-top: 5.885vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter.chapter01 .project_comment_wrapper, #project_container .project_content_wrapper.project_02 .project_chapter.chapter01 .project_comment_wrapper {
    margin-bottom: 6.4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter.chapter_last, #project_container .project_content_wrapper.project_02 .project_chapter.chapter_last {
  padding-bottom: 6.146vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter.chapter_last, #project_container .project_content_wrapper.project_02 .project_chapter.chapter_last {
    padding-bottom: 11.2vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_chapter.chapter3 h2 span, #project_container .project_content_wrapper.project_02 .project_chapter.chapter3 h2 span {
  left: calc(50% - 347px);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_chapter.chapter3 h2 span, #project_container .project_content_wrapper.project_02 .project_chapter.chapter3 h2 span {
    left: 23.467vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_link, #project_container .project_content_wrapper.project_02 .project_link {
  max-width: 1000px;
  width: 74.792vw;
  margin: 0 auto;
  border-top: 2px solid #FFFFFF;
  padding-top: 1.51vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_link, #project_container .project_content_wrapper.project_02 .project_link {
    width: 92vw;
    padding-top: 5.867vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_link p, #project_container .project_content_wrapper.project_02 .project_link p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -0.26vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_link p, #project_container .project_content_wrapper.project_02 .project_link p {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    margin-bottom: 0.8vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_link a, #project_container .project_content_wrapper.project_02 .project_link a {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_link a, #project_container .project_content_wrapper.project_02 .project_link a {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.4vw;
  }
}
#project_container .project_content_wrapper.project_01 .project_link a::after, #project_container .project_content_wrapper.project_02 .project_link a::after {
  content: none;
  display: block;
  right: -1.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/pages/project/01/pdf_icon.svg);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_01 .project_link a::after, #project_container .project_content_wrapper.project_02 .project_link a::after {
    width: 5.333vw;
    height: 5.333vw;
    right: -40.8vw;
  }
}
#project_container .project_content_wrapper.project_02 .project_main .project_intro h1 {
  width: 98vw;
  margin-right: calc(50% - 49vw);
  margin-left: calc(50% - 49vw);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_main .project_intro h1 {
    padding: 0 15px;
  }
}
#project_container .project_content_wrapper.project_02 .project_main .project_member .project_member_list li img {
  border-radius: 8px;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_comment_wrapper img {
  border-radius: 8px;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station {
  margin-bottom: 2.6vw;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station h4 {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station h4 {
    font-size: 4.8vw;
  }
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station img {
  width: 100%;
  margin-bottom: 0.417vw;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station p {
  font-size: 16px;
  font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .h_station p {
    font-size: 12px;
  }
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_parts_img {
  margin-bottom: 2.6vw;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_parts_img img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_parts_img img {
    width: 70%;
  }
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_parts_img p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_parts_img p {
    font-size: 14px;
  }
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_03_img {
  margin-bottom: 50px;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_03_img img {
  width: 100%;
}
#project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_chapter_link {
  font-size: 16px;
  margin-bottom: 2.6vw;
  display: block;
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_chapter .project_chapter_inner .project_chapter_link {
    font-size: 3.733vw;
  }
}
#project_container .project_content_wrapper.project_02 .project_chapter.chapter3 h2 span {
  left: calc(50% - 413px);
}
@media screen and (max-width: 768px) {
  #project_container .project_content_wrapper.project_02 .project_link a::after {
    right: -6.6vw;
  }
}
#project_container .remodal {
  max-width: 1400px;
}
#project_container .remodal img {
  width: 100%;
}
#project_container .remodal-button {
  position: relative;
}
#project_container .remodal-button::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><g transform="translate(-336 -987)"><rect width="25" height="25" transform="translate(336 987)" fill="%23c62f43"/><g transform="translate(337.5 988.5)"><path d="M16.071,10.285A5.785,5.785,0,1,1,10.285,4.5a5.785,5.785,0,0,1,5.785,5.785Z" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M28.084,28.084l-3.109-3.109" transform="translate(-10.584 -10.584)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M16.5,12v4.288" transform="translate(-6.222 -3.87)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M12,16.5h4.288" transform="translate(-3.87 -6.222)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>') center/contain no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
#project_container .remodal-button img {
  display: block;
}
#project_container .list_info {
  justify-content: center;
}
#project_container .list_info .list_details {
  padding: 0 15px;
}
#project_container .list_info .list_details .list_info_img img {
  width: 686px;
  height: auto;
  max-width: none;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #project_container .list_info .list_details .list_info_img img {
    width: 100%;
  }
}
#project_container .common_hover_zoom img {
  transition: all 0.5s;
}
#project_container .common_hover_zoom img:hover {
  transform: scale(1, 1);
}

#message_contents .hero_area__subtitle {
  top: 80px;
}
@media screen and (max-width: 768px) {
  #message_contents .hero_area__subtitle {
    top: 25px;
  }
}
#message_contents .message_contents .message_contents_all {
  background: var(--cBase_bg);
  padding: 140px 0 255px;
}
#message_contents .message_contents .message_contents_all .message_flexbox {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
}
#message_contents .message_contents .message_contents_all .message_flexbox div:first-child {
  max-width: 710px;
  width: 100%;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}
#message_contents .message_contents .message_contents_all .message_flexbox div:first-child img {
  display: block;
  width: 100%;
}
#message_contents .message_contents .message_contents_all .message_flexbox div:last-child {
  max-width: 874px;
  width: 100%;
}
#message_contents .message_contents .message_contents_all .message_flexbox h2 {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 4.5px;
  margin: 0 0 55px;
  font-weight: bold;
}
#message_contents .message_contents .message_contents_all .message_flexbox h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
#message_contents .message_contents .message_contents_all .message_flexbox h3 span {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-right: 10px;
}
#message_contents .message_contents .message_contents_all .message_flexbox .message_qa {
  margin: 0 0 55px;
}
#message_contents .message_contents .message_contents_all .message_flexbox .message_qa p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-left: 10px;
}
#message_contents .message_contents .message_contents_all .message_flexbox .top_name {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #message_contents .message_contents .message_contents_all {
    padding: 70px 0 120px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox {
    flex-direction: column;
    gap: 60px;
    padding-right: 0;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox div:first-child {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0px 0px 0px 0px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox div:last-child {
    padding: 0 15px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox h2 {
    font-size: 24px;
    letter-spacing: 2.5px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox h3 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox h3 span {
    font-size: 24px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox .message_qa {
    margin: 0 0 45px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox .message_qa p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    letter-spacing: 1.2px;
  }
  #message_contents .message_contents .message_contents_all .message_flexbox .top_name {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0;
  }
}

#companyprof_contents .companyprof_info {
  padding: 170px 15px 240px;
  background: var(--cBase_bg);
}
#companyprof_contents .companyprof_info > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
  border-bottom: 1px solid #fff;
}
#companyprof_contents .companyprof_info > div:first-child {
  border-top: 1px solid #fff;
}
#companyprof_contents .companyprof_info > div p:first-child {
  width: 110px;
  font-size: 20px;
  font-weight: 600;
}
#companyprof_contents .companyprof_info > div p:last-child {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
#companyprof_contents .companyprof_info > div .company_prof_gmap {
  position: absolute;
  bottom: 20px;
  right: -200px;
  max-width: 170px;
  width: 100%;
  height: 57px;
  border-radius: 8px;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  background-image: url(../../img/pages/company/Icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #companyprof_contents .companyprof_info {
    padding: 74px 15px 128px;
  }
  #companyprof_contents .companyprof_info > div {
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px 0;
  }
  #companyprof_contents .companyprof_info > div p:first-child {
    font-size: 16px;
  }
  #companyprof_contents .companyprof_info > div p:nth-child(2), #companyprof_contents .companyprof_info > div p:last-child {
    font-size: 14px;
    width: 205px;
  }
  #companyprof_contents .companyprof_info > div .company_prof_gmap {
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  #companyprof_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
    font-size: 44px;
  }
}
#educations_contents .common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 82%, rgb(0, 125, 233) 82%);
}
#educations_contents .common_bg_gradation {
  top: 82.1%;
}
@media screen and (max-width: 768px) {
  #educations_contents .common_bg {
    background: linear-gradient(180deg, rgb(0, 160, 233) 65%, rgb(0, 125, 233) 65%);
  }
  #educations_contents .common_bg_gradation {
    top: 65.1%;
  }
}
#educations_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
  position: relative;
  z-index: 1;
}
#educations_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__subtitle {
  z-index: 1;
}
#educations_contents .education_contents_wrap {
  padding: 170px 0 250px;
}
@media screen and (max-width: 768px) {
  #educations_contents .education_contents_wrap {
    padding: 70px 0 128px;
  }
}
#educations_contents .education_contents_wrap .education_about_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#educations_contents .education_contents_wrap .education_about_wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 128px;
  padding: 0 15px 0 0px;
}
#educations_contents .education_contents_wrap .education_about_wrap li:last-child {
  margin-bottom: 0;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div {
  position: relative;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div:first-child {
  max-width: 952px;
  width: 100%;
  margin-right: -60px;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div:first-child img {
  display: block;
  width: 100%;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div:last-child {
  max-width: 788px;
  width: 100%;
  z-index: 1;
  padding: 60px 0 0;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div h3 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 20px;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 45px;
  letter-spacing: 1.8px;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail {
  width: 100%;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.1;
  margin: 0 0 20px;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail img {
  display: block;
  max-width: 744px;
  width: 100%;
  margin: 0 0 25px;
}
#educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
#educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) {
  padding: 0 0 0 15px;
  justify-content: flex-end;
}
#educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) div:first-child {
  order: 2;
  margin-right: 0;
}
#educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) div:last-child {
  order: 1;
  margin-right: -60px;
}
#educations_contents .education_contents_wrap .education_about_wrap li#training_exa > div:last-child {
  padding-top: 270px;
}
#educations_contents .education_contents_wrap .education_about_wrap li#training_gas {
  align-items: flex-end;
}
#educations_contents .education_contents_wrap .education_about_wrap li#training_gas > div:first-child {
  margin-right: -120px;
}
#educations_contents .education_contents_wrap .education_about_wrap li#training_study {
  align-items: flex-end;
}
#educations_contents .education_contents_wrap .education_about_wrap li#training_certif {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #educations_contents .education_contents_wrap .education_about_wrap li {
    padding: 0 0 0 0;
    margin: 0 0 64px;
    flex-direction: column;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div:first-child {
    max-width: 92%;
    margin-right: 0;
    margin-bottom: -18px;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div:last-child {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div h3 {
    font-size: 20px;
    text-align: right;
    margin: 0 0 15px;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div p {
    font-size: 16px;
    margin: 0 0 30px;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail img {
    margin: 0 0 15px;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li > div .education_detail p {
    font-size: 16px;
    margin-bottom: 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) {
    padding: 0 0 0 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) > div h3 {
    text-align: left;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) div:first-child {
    order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li:nth-child(even) div:last-child {
    order: 2;
    margin-right: auto;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_exa > div:last-child {
    padding-top: 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_gas {
    align-items: flex-end;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_gas > div:first-child {
    margin-right: auto;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_gas > div p:last-child {
    margin-bottom: 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_study > div p:last-child {
    margin-bottom: 0;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_certif > div:first-child {
    margin-right: auto;
  }
  #educations_contents .education_contents_wrap .education_about_wrap li#training_certif > div p:last-child {
    margin-bottom: 0;
  }
}
#educations_contents .training_certif_list {
  max-width: 1466px;
  width: 100%;
  margin: 0 auto;
  padding: 250px 15px 0;
  position: relative;
  z-index: 1;
}
#educations_contents .training_certif_list h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2;
}
#educations_contents .training_certif_list p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5;
  margin: 0 0 55px;
}
#educations_contents .training_certif_list ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px 64px;
}
#educations_contents .training_certif_list ul li {
  max-width: 436px;
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #educations_contents .training_certif_list {
    padding: 110px 15px 0;
  }
  #educations_contents .training_certif_list h3 {
    font-size: 20px;
  }
  #educations_contents .training_certif_list p {
    font-size: 16px;
    margin: 0 0 35px;
  }
  #educations_contents .training_certif_list ul {
    gap: 15px 64px;
  }
  #educations_contents .training_certif_list ul li {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

#welfare_contents .welfare_contents_wrap {
  padding: 170px 15px 250px;
  background: var(--cBase_bg);
}
#welfare_contents .welfare_contents_wrap ul {
  max-width: 1438px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 55px 4%;
}
#welfare_contents .welfare_contents_wrap ul li {
  max-width: 48%;
  width: 100%;
}
#welfare_contents .welfare_contents_wrap ul li img {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
#welfare_contents .welfare_contents_wrap ul li h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin: 0 0 15px;
}
#welfare_contents .welfare_contents_wrap ul li p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  position: relative;
  padding-left: 20px;
}
#welfare_contents .welfare_contents_wrap ul li p::after {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #welfare_contents .welfare_contents_wrap {
    padding: 90px 15px 120px;
  }
  #welfare_contents .welfare_contents_wrap ul {
    flex-direction: column;
    gap: 45px 0;
  }
  #welfare_contents .welfare_contents_wrap ul li {
    max-width: 100%;
  }
  #welfare_contents .welfare_contents_wrap ul li h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #welfare_contents .welfare_contents_wrap ul li p {
    font-size: 14px;
    padding-left: 15px;
  }
  #welfare_contents .welfare_contents_wrap ul li img {
    margin: 0 0 22px;
  }
}

#guideline_contents .common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 88%, rgb(0, 125, 233) 88%);
}
#guideline_contents .common_bg_gradation {
  top: 88.1%;
}
#guideline_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
  position: relative;
  z-index: 1;
}
#guideline_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__subtitle {
  z-index: 1;
}
#guideline_contents .guideline_font_aline {
  padding: 6px 0;
}
#guideline_contents .guideline_info {
  padding: 170px 15px 240px;
  position: relative;
  z-index: 1;
}
#guideline_contents .guideline_info > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
  border-bottom: 1px solid #fff;
}
#guideline_contents .guideline_info > div:first-child {
  border-top: 1px solid #fff;
}
#guideline_contents .guideline_info > div > p:first-child {
  width: 130px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 1.5px;
}
#guideline_contents .guideline_info > div div h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#guideline_contents .guideline_info > div div p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
}
#guideline_contents .guideline_info > div div p:last-child {
  margin-bottom: 0;
}
#guideline_contents .guideline_info > div div p strong {
  font-weight: 600;
  letter-spacing: 1.5px;
}
#guideline_contents .guideline_info > div div p a {
  text-decoration: underline;
}
#guideline_contents .guideline_info > div div p a:hover {
  text-decoration: none;
}
#guideline_contents .guideline_info > div .company_prof_gmap {
  position: absolute;
  bottom: 20px;
  right: -200px;
  max-width: 170px;
  width: 100%;
  height: 57px;
  border-radius: 8px;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  background-image: url(../../img/pages/company/Icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_info {
    padding: 74px 15px 64px;
  }
  #guideline_contents .guideline_info > div {
    flex-wrap: wrap;
    gap: 13%;
    padding: 40px 0;
  }
  #guideline_contents .guideline_info > div p:first-child {
    font-size: 16px;
    width: 26%;
  }
  #guideline_contents .guideline_info > div div {
    max-width: 61%;
  }
  #guideline_contents .guideline_info > div div h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #guideline_contents .guideline_info > div div p {
    width: 100% !important;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}
#guideline_contents .guideline_entry {
  position: relative;
  z-index: 1;
  max-width: 1002px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 250px;
}
#guideline_contents .guideline_entry h2 {
  max-width: 266px;
  width: 100%;
  margin: 0 auto 30px;
}
#guideline_contents .guideline_entry h2 p:first-child {
  font-family: "Nothing You Could Do", cursive;
  font-size: 80px;
  line-height: 1;
  color: var(--cHeroTitle);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
}
#guideline_contents .guideline_entry h2 p:last-child {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  margin-top: 10px;
  padding-right: 15px;
  letter-spacing: 1.5px;
}
#guideline_contents .guideline_entry > p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 0 60px;
}
#guideline_contents .guideline_entry > a {
  display: block;
  width: 130px;
  margin: 0 auto 60px;
}
#guideline_contents .guideline_entry > a img {
  display: block;
  width: 100%;
}
#guideline_contents .guideline_entry div {
  padding: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
#guideline_contents .guideline_entry div p {
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_entry {
    padding: 0 15px 128px;
  }
  #guideline_contents .guideline_entry h2 {
    max-width: 186px;
  }
  #guideline_contents .guideline_entry h2 p:first-child {
    font-size: 48px;
  }
  #guideline_contents .guideline_entry h2 p:last-child {
    font-size: 20px;
  }
  #guideline_contents .guideline_entry > p {
    font-size: 16px;
    margin: 0 0 45px;
  }
  #guideline_contents .guideline_entry > a {
    margin: 0 auto 45px;
  }
  #guideline_contents .guideline_entry div {
    padding: 30px;
  }
  #guideline_contents .guideline_entry div p {
    text-align: left;
  }
}
#guideline_contents .guideline_entry .guideline_entry_btn_wrapper {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_entry .guideline_entry_btn_wrapper {
    flex-direction: column;
  }
}
#guideline_contents .guideline_entry .guideline_entry_btn_wrapper a:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_entry .guideline_entry_btn_wrapper a:first-of-type {
    margin-right: 0;
    margin-bottom: 3vw;
  }
}
#guideline_contents .guideline_entry .guideline_entry_btn {
  width: 19vw;
  display: block;
  border-radius: 0.417vw;
  letter-spacing: 0.104vw;
  height: 5.042vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
#guideline_contents .guideline_entry .guideline_entry_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_entry .guideline_entry_btn {
    width: 100%;
    height: 70px;
    border-radius: 0;
    font-size: 14px;
  }
}
#guideline_contents .guideline_entry .guideline_entry_btn p {
  border-radius: 0.417vw;
  font-size: 1vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
#guideline_contents .guideline_entry .guideline_entry_btn p:hover {
  background: #CFFF31;
  color: #02A0E9;
}
@media screen and (max-width: 768px) {
  #guideline_contents .guideline_entry .guideline_entry_btn p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #guideline_contents .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
    font-size: 44px;
  }
  #guideline_contents .guideline_font_aline {
    padding: 0;
  }
}
#faq_container .faq_contents {
  background: var(--cBase_bg);
  padding-bottom: 128px;
}
#faq_container .faq_contents .faq {
  max-width: 1000px;
  margin: 0 auto;
}
#faq_container .faq_contents .faq .category .qa_title {
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  letter-spacing: 3.125;
  margin-bottom: 35px;
  padding-top: 130px;
}
#faq_container .faq_contents .faq .faq-item {
  margin-bottom: 10px;
}
#faq_container .faq_contents .faq .faq-question {
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 1.8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: 30px;
  margin-left: 25px;
}
#faq_container .faq_contents .faq .faq-question span {
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  margin-left: -25px;
  font-weight: bold;
  margin-right: 15px;
}
#faq_container .faq_contents .faq .faq-question .toggle-indicator {
  font-size: 40px;
  font-weight: normal;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
}
#faq_container .faq_contents .faq .faq-question.open .toggle-indicator {
  transform: rotate(45deg); /* Rotate "+" to look like "-" */
}
#faq_container .faq_contents .faq .faq-answer {
  padding: 15px;
  display: none;
  white-space: break-spaces;
}
@media screen and (max-width: 768px) {
  #faq_container .faq_contents .faq .category .qa_title {
    font-size: 20px;
  }
  #faq_container .faq_contents .faq .category .faq-question {
    font-size: 18px;
    letter-spacing: 0;
    margin-right: 0;
  }
  #faq_container .faq_contents .faq .category .faq-question .question_text {
    font-weight: bold;
    line-height: 1.556;
    margin-right: 30px;
  }
  #faq_container .faq_contents .faq .category .faq-question span {
    font-size: 24px;
  }
  #faq_container .faq_contents .faq .category .faq-question .toggle-indicator {
    right: 8px;
    margin-right: 0;
    line-height: 0;
    font-size: 38px;
  }
  #faq_container .faq_contents .faq .category .faq-answer {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #schedule_container .hero_area__title {
    font-size: 12.26vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_container .hero_area__title span {
    font-size: 10.13vw;
  }
}
#schedule_container .schedule_contents {
  background: var(--cBase_bg);
}
#schedule_container .schedule_contents .about_senkou {
  max-width: 492px;
  margin: 0 auto;
  text-align: center;
  padding: 128px 0 256px;
}
#schedule_container .schedule_contents .about_senkou .senkou_top {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 64px;
}
#schedule_container .schedule_contents .about_senkou .senkou_top span {
  font-size: 18px;
  font-weight: normal;
}
#schedule_container .schedule_contents .about_senkou .steps {
  display: flex;
  gap: 48px;
  flex-direction: column;
}
#schedule_container .schedule_contents .about_senkou .steps .step01,
#schedule_container .schedule_contents .about_senkou .steps .step02,
#schedule_container .schedule_contents .about_senkou .steps .step03,
#schedule_container .schedule_contents .about_senkou .steps .step04 {
  border: 1px solid #FFFFFF;
  padding: 20px 0px;
  line-height: 1.8;
  border-radius: 8px;
}
#schedule_container .schedule_contents .about_senkou .steps .step01 .subtitle,
#schedule_container .schedule_contents .about_senkou .steps .step02 .subtitle,
#schedule_container .schedule_contents .about_senkou .steps .step03 .subtitle,
#schedule_container .schedule_contents .about_senkou .steps .step04 .subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
#schedule_container .schedule_contents .about_senkou .steps .step01 span,
#schedule_container .schedule_contents .about_senkou .steps .step02 span,
#schedule_container .schedule_contents .about_senkou .steps .step03 span,
#schedule_container .schedule_contents .about_senkou .steps .step04 span {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
#schedule_container .schedule_contents .about_senkou .steps .step01 p,
#schedule_container .schedule_contents .about_senkou .steps .step02 p,
#schedule_container .schedule_contents .about_senkou .steps .step03 p,
#schedule_container .schedule_contents .about_senkou .steps .step04 p {
  font-size: 18px;
  font-weight: 400;
}
#schedule_container .schedule_contents .about_senkou .steps .step01::after,
#schedule_container .schedule_contents .about_senkou .steps .step02::after,
#schedule_container .schedule_contents .about_senkou .steps .step03::after {
  content: "";
  width: 1px;
  height: 50px;
  background: white;
  display: inline-flex;
  position: absolute;
  margin-top: 20px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container {
  padding: 64px 0 260px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section {
  display: flex;
  gap: 80px;
  border-top: 1px solid #FFFFFF;
  padding: 48px 0px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section:last-child {
  border-bottom: 1px solid #FFFFFF;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .left {
  min-width: 132px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .right img {
  width: 130px;
  height: 130px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .right .entry-button {
  padding: 32px 0px;
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn_wrapper {
  display: flex;
  justify-content: left;
  border: none;
  margin-bottom: 3vw;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn_wrapper {
    flex-direction: column;
  }
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn_wrapper a:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn_wrapper a:first-of-type {
    margin-right: 0;
    margin-bottom: 3vw;
  }
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn {
  width: 19vw;
  display: block;
  border-radius: 0.417vw;
  letter-spacing: 0.104vw;
  height: 5.042vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn {
    width: 100%;
    height: 70px;
    border-radius: 0;
    font-size: 14px;
  }
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn p {
  border-radius: 0.417vw;
  font-size: 1vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
#schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn p:hover {
  background: #CFFF31;
  color: #02A0E9;
}
@media screen and (max-width: 768px) {
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .guideline_entry_btn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #schedule_container .schedule_contents .about_senkou {
    padding: 35vw 0 128px;
  }
  #schedule_container .schedule_contents .about_senkou .senkou_top {
    font-size: 20px;
    margin-bottom: 48px;
  }
  #schedule_container .schedule_contents .about_senkou .senkou_top span {
    font-size: 16px;
    font-weight: normal;
  }
  #schedule_container .schedule_contents .about_senkou .steps {
    display: flex;
    gap: 48px;
    flex-direction: column;
  }
  #schedule_container .schedule_contents .about_senkou .steps .step01 .subtitle,
  #schedule_container .schedule_contents .about_senkou .steps .step02 .subtitle,
  #schedule_container .schedule_contents .about_senkou .steps .step03 .subtitle,
  #schedule_container .schedule_contents .about_senkou .steps .step04 .subtitle {
    font-size: 16px;
  }
  #schedule_container .schedule_contents .about_senkou .steps .step01 span,
  #schedule_container .schedule_contents .about_senkou .steps .step02 span,
  #schedule_container .schedule_contents .about_senkou .steps .step03 span,
  #schedule_container .schedule_contents .about_senkou .steps .step04 span {
    font-size: 20px;
  }
  #schedule_container .schedule_contents .about_senkou .steps .step01 p,
  #schedule_container .schedule_contents .about_senkou .steps .step02 p,
  #schedule_container .schedule_contents .about_senkou .steps .step03 p,
  #schedule_container .schedule_contents .about_senkou .steps .step04 p {
    font-size: 14px;
    font-weight: 400;
  }
  #schedule_container .schedule_contents .about_senkou .steps .step01::after,
  #schedule_container .schedule_contents .about_senkou .steps .step02::after,
  #schedule_container .schedule_contents .about_senkou .steps .step03::after {
    content: "";
    width: 1px;
    height: 50px;
    background: white;
    display: inline-flex;
    position: absolute;
    margin-top: 20px;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .title {
    font-size: 20px;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container {
    padding: 48px 0 128px;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section {
    gap: 48px;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .left {
    min-width: 90px;
    font-size: 16px;
    font-weight: bold;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .right {
    font-size: 14px;
  }
  #schedule_container .schedule_contents .sikenbi_nittei .sikenbi_container .schedule-container .schedule-section .right img {
    width: 130px;
    height: 130px;
  }
}

#internship_contents .internship_container {
  background: var(--cBase_bg);
}
#internship_contents .internship_container .internship_detail {
  max-width: 1436px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 64px;
  padding: 128px 0 224px;
  justify-content: center;
}
#internship_contents .internship_container .internship_detail .type01 .title,
#internship_contents .internship_container .internship_detail .type02 .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 24px;
}
#internship_contents .internship_container .internship_detail .type01 .subtitle,
#internship_contents .internship_container .internship_detail .type02 .subtitle {
  font-size: 16px;
}
#internship_contents .internship_container .internship_detail .type01 .subtitle a,
#internship_contents .internship_container .internship_detail .type02 .subtitle a {
  font-weight: bold;
  text-decoration: underline;
}
#internship_contents .internship_container .internship_detail .type01 .discription img,
#internship_contents .internship_container .internship_detail .type02 .discription img {
  max-width: 686px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #internship_contents .internship_container .internship_detail {
    gap: 48px;
    padding: 140px 0 127px;
  }
  #internship_contents .internship_container .internship_detail .type01 .title,
  #internship_contents .internship_container .internship_detail .type02 .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #internship_contents .internship_container .internship_detail .type01 .subtitle,
  #internship_contents .internship_container .internship_detail .type02 .subtitle {
    font-size: 14px;
  }
  #internship_contents .internship_container .internship_detail .type01 .discription img,
  #internship_contents .internship_container .internship_detail .type02 .discription img {
    max-width: 345px;
    margin-bottom: 15px;
  }
}

#interview_container .interview_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 26%, rgb(0, 125, 233) 26%);
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview_container .interview_bg {
    background: linear-gradient(180deg, rgb(0, 160, 233) 11%, rgb(0, 125, 233) 11%);
  }
}
#interview_container .interview_bg_gradation {
  width: 100%;
  height: 36vw;
  top: 26.1%;
  transform: translateY(-100%);
  position: absolute;
  z-index: 0;
  background: linear-gradient(rgba(0, 125, 233, 0) 0%, #007de9 100%);
}
@media screen and (max-width: 768px) {
  #interview_container .interview_bg_gradation {
    height: 42.6vw;
    top: 11%;
  }
}
#interview_container .interview_content {
  background-color: var(--cBase_bg);
}
#interview_container .interview_content .interview_content_details .person_detail {
  max-width: 1437px;
  margin: 0 auto;
  padding-top: 50px;
}
#interview_container .interview_content .interview_content_details .person_detail .catch_copy {
  font-size: 40px;
}
#interview_container .interview_content .interview_content_details .person_detail .catch_copy span {
  background: linear-gradient(to right, #00d4ff, #a1ff00);
  padding: 0px 10px;
  height: 64px;
  display: inline-flex;
  align-items: center;
}
#interview_container .interview_content .interview_content_details .person_detail .section_detail {
  font-size: 18px;
  padding-top: 32px;
}
#interview_container .interview_content .interview_content_details .person_detail .section_detail .initial {
  font-size: 24px;
}
#interview_container .interview_content .interview_content_details .top_interview_video {
  max-width: 952px;
  margin: 0 auto;
  padding: 120px 0 56px;
  text-align: center;
  z-index: 1;
  position: relative;
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .video_title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .video_subtitle {
  font-size: 18px;
  margin-bottom: 32px;
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie {
  position: relative;
  width: 952px;
  height: 535px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie {
    width: 92vw;
    height: 51.733vw;
  }
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie:hover {
  cursor: pointer;
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie .service_movie_thumb {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie .service_movie_thumb {
    width: 952px;
    height: 535px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#interview_container .interview_content .interview_content_details .top_interview_video .video_area .service_movie iframe {
  width: 100%;
  height: 100%;
}
#interview_container .interview_content .interview_content_details .day_schedule {
  max-width: 925px;
  margin: 0 auto;
  padding: 200px 0 100px;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline-title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 64px;
  position: relative;
}
#interview_container .interview_content .interview_content_details .day_schedule .history_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 50px 0 80px;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline {
  position: relative;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline::before {
  content: "";
  position: absolute;
  left: 8.5px;
  top: 25px;
  bottom: 100px;
  width: 2px;
  background: var(--cBase);
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item {
  display: flex;
  margin-bottom: 80px;
  position: relative;
  gap: 40px;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item:last-child {
  margin-bottom: 0;
  height: 120px;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-date {
  font-weight: bold;
  width: 50px;
  color: var(--cBlack);
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-content {
  margin-left: 48px;
  flex-grow: 1;
  position: relative;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-content .timeline-content__time {
  font-size: 48px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-content .timeline-content__time span {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  letter-spacing: 1.8;
}
#interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--cBase_bg);
  border: 2px solid var(--cBase);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 2;
}
#interview_container .interview_content .interview_content_details .day_schedule .history-timeline {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#interview_container .interview_content .interview_content_details .day_schedule .history-timeline img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #interview_container .interview_content {
    padding: 0 0;
  }
  #interview_container .interview_content .interview_content_details .person_detail {
    max-width: 100%;
    margin: 0 auto;
  }
  #interview_container .interview_content .interview_content_details .person_detail .catch_copy {
    font-size: 18px;
  }
  #interview_container .interview_content .interview_content_details .person_detail .catch_copy span {
    height: 38px;
    font-weight: 600;
  }
  #interview_container .interview_content .interview_content_details .person_detail .section_detail {
    padding-top: 10px;
  }
  #interview_container .interview_content .interview_content_details .person_detail .section_detail .initial {
    font-weight: 600;
  }
  #interview_container .interview_content .interview_content_details .person_detail .department {
    line-height: 1.8;
    font-weight: 600;
  }
  #interview_container .interview_content .interview_content_details .top_interview_video {
    padding: 64px 0 128px;
  }
  #interview_container .interview_content .interview_content_details .top_interview_video .video_area .video_subtitle {
    font-size: 16px;
  }
  #interview_container .interview_content .interview_content_details .top_interview_video .video_area .video_area__video {
    max-height: 60vw;
  }
  #interview_container .interview_content .interview_content_details .day_schedule {
    padding: 0px 0 100px;
  }
  #interview_container .interview_content .interview_content_details .day_schedule .timeline-title {
    font-size: 20px;
    padding-bottom: 48px;
    font-weight: 600;
  }
  #interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item {
    margin-bottom: 48px;
  }
  #interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item .timeline-content__time {
    font-size: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10px;
  }
  #interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item .timeline-content__time span {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  #interview_container .interview_content .interview_content_details .day_schedule .timeline .timeline-item .timeline-content__action {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
  }
  #interview_container .interview_content .container--history {
    padding: 0 0;
  }
  #interview_container .interview_content .container--history .history_title {
    font-size: 20px;
    padding: 30px 0 40px;
  }
  #interview_container .interview_content .container--history .timeline {
    margin-bottom: 100px;
    font-size: 14px;
  }
  #interview_container .interview_content .container--history .timeline::before {
    left: 54px;
  }
  #interview_container .interview_content .container--history .timeline .timeline-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    gap: 10px;
  }
  #interview_container .interview_content .container--history .timeline .timeline-item:last-child {
    margin-bottom: 0;
  }
  #interview_container .interview_content .container--history .timeline .timeline-content {
    width: 100%;
    margin-left: 75px;
  }
  #interview_container .interview_content .container--history .timeline .timeline-content::before {
    content: "";
    position: absolute;
    margin-left: -60px;
    width: 50px;
    height: 1px;
    background-color: #707070;
    top: 16px;
  }
  #interview_container .interview_content .container--history .timeline .timeline-item::before {
    content: "";
    width: 12px;
    height: 12px;
    left: 50px;
  }
  #interview_container .interview_content .container--history .history-timeline {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=pages.css.map */