@charset "utf-8";

#WORKS .client dl:after,
#OURSTYLE .image:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#WORKS .client dl,
#OURSTYLE .image {
  zoom: 1;
}

@keyframes visMASK {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 0%;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* VISUAL */
#VISUAL .cont {
  margin: 0;
  background: url(/news/img/top_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 340px;
}
#VISUAL .cont h2 {
  text-align: center;
  font-family: 'GothamMedium', sans-serif;
  font-weight: 600;
  color: #e96d45;
  font-size: 38px;
  letter-spacing: 3px;
  padding-top: 120px;
}
@media (min-width: 768px) {
  #VISUAL .cont {
    margin: 0;
    background: url(/news/img/top_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
  }
  #VISUAL .cont h2 {
    font-size: 60px;
    padding-top: 130px;
  }
}

/* SYMPOSIUM */
#SYMPOSIUM .cont {
  margin: 0 20px 140px 20px;
  padding-top: 80px;
}
#SYMPOSIUM .bg {
  margin: 0;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 30px;
}
#SYMPOSIUM .box_1 {
  padding: 25px 25px 10px;
}
#SYMPOSIUM .box_1 img {
  width: 100%;
}
#SYMPOSIUM .box_1 .day_time {
  font-size: 4vw;
  font-weight: bold;
}
#SYMPOSIUM .box_1 .session {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
#SYMPOSIUM .box_1 h3 {
  font-size: 4.5vw;
  line-height: 1.4;
}
#SYMPOSIUM .box_1 h4 {
  font-size: 12px;
}
#SYMPOSIUM .box_1 .sdgs {
  margin: 15px 0 30px;
}
#SYMPOSIUM .box_1 .sdgs_img {
  height: 60px;
  width: auto;
}
#SYMPOSIUM .box_1 .sdgs_7 {
  height: 80px;
  width: auto;
}
#SYMPOSIUM .box_1 .presenters {
  margin-bottom: 30px;
}
#SYMPOSIUM .box_1 .person {
  display: table;
  margin-bottom: 15px;
}
#SYMPOSIUM .box_1 .person img {
  width: 90px;
  display: table-cell;
}
#SYMPOSIUM .box_1 .com_nam {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 7px;
}
#SYMPOSIUM .box_1 .com {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
#SYMPOSIUM .box_1 .nam {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
#SYMPOSIUM .box_1 .video {
  text-align: center;
}
#SYMPOSIUM .box_1 .video iframe {
  width: 100%;
}
#SYMPOSIUM .box_2 {
  padding: 0 35px;
}
#SYMPOSIUM .box_2 .coming {
  text-align: center;
}
#SYMPOSIUM .box_2 .coming img {
  width: 150px;
}
#SYMPOSIUM .box_2 h3 {
  font-size: 4.5vw;
  line-height: 1.6;
  padding-bottom: 20px;
}
#SYMPOSIUM .box_2 p {
  padding: 10px 0;
}
#SYMPOSIUM .box_2 p img {
  width: 100%;
}
#SYMPOSIUM .cont .button {
  display: flex;
  justify-content: center;
}
#SYMPOSIUM .cont .more {
  clear: both;
  padding-top: 10px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  font-family: 'GothamMedium', sans-serif;
  position: relative;
}
#SYMPOSIUM .cont .more a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background-color: #182987;
  border-radius: 10px;
  width: 171px;
  height: 52px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: -85px;
}
#SYMPOSIUM .cont .more a:hover {
  color: #fff;
}
#SYMPOSIUM .cont .more a::after {
  transform: translateY(-50%) rotate(-135deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#SYMPOSIUM .cont .more a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#SYMPOSIUM .cont .more a::before {
  transition: all 0.5s ease;
  background-color: #00a8e3;
  border-radius: 10px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 0;
}
#SYMPOSIUM .cont .more a:hover::before {
  width: 100%;
}
#SYMPOSIUM .cont .more a span {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #SYMPOSIUM .bg {
    border-radius: 30px;
  }
  #SYMPOSIUM .cont {
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 120px;
  }
  #SYMPOSIUM .box_1 {
    padding: 60px 60px 30px;
  }
  #SYMPOSIUM .box_1 .day_time {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #SYMPOSIUM .box_1 .session {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
  }
  #SYMPOSIUM .box_1 h3 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  #SYMPOSIUM .box_1 .sdgs {
  }
  #SYMPOSIUM .box_1 .sdgs_img {
    margin: 10px 0 30px;
    height: 70px;
    padding-right: 20px;
  }
  #SYMPOSIUM .box_1 .sdgs_7 {
    margin: 10px 0 30px;
    height: 90px;
    padding-right: 20px;
  }
  #SYMPOSIUM .box_1 .presenters {
    display: inline-block;
    width: 320px;
    margin-bottom: 20px;
  }
  #SYMPOSIUM .box_1 .person img {
    width: 100px;
  }
  #SYMPOSIUM .box_1 .video iframe {
    width: 560px;
  }
  #SYMPOSIUM .box_2 {
    padding: 0 100px 50px;
  }
  #SYMPOSIUM .box_2 h3 {
    margin: 0;
    padding: 0px 0 30px 0;
    letter-spacing: 0.03em;
    font-size: 30px;
    line-height: 1.5;
  }
  #SYMPOSIUM .box_2 .coming img {
    width: 250px;
  }
  #SYMPOSIUM .box_2 p img {
    width: 300px;
  }
  #SYMPOSIUM .cont .more a {
    top: 40px;
  }
}

@media (min-width: 768px) {
  #navigation .prepare p {
    position: absolute;
    top: 71px;
    left: 1004px;
    font-size: 9px;
    color: #e96d45 !important;
  }
}
