@charset "utf-8";

/* -------------------------------------------------------------------
#S_SEMINAR
------------------------------------------------------------------- */
#S_SEMINAR {}
/* font */
.font-blue-1 {
  color: #00a0e9;
}
.font-orange {
  color: #ed6a02;
}
.font-pink {
  color: #dc007a;
}
.font-green-1 {
  color: #28a838;
}
.font-white {
  color: #fff;
}
.font-purple {
  color: #970b31;
}
.font-red-1 {
  color: #e5001e;
}
.font-yellow-1 {
  color: #d7a600;
}
.font-green-2 {
  color: #00973b;
}
.font-red-2 {
  color: #c60f28;
}
.font-yellow-2 {
  color: #fabd00;
}
.font-green-3 {
  color: #427935;
}
.font-blue-2 {
  color: #0075ba;
}
.font-blue-3 {
  color: #0099d9;
}





/* mv */
.mv {
  padding-top: 80px;
  padding-bottom: 85px;
}
.mv__top {
  margin-bottom: 80px;
}
.mv__top > img {
  width: 31.83%;
  margin-right: 6%;
  margin-left: auto;
}
.mv__top .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -60px;
}
.mv__top .flex > img {
  width: 41.417%;
}
.mv__top .flex div {
  width: 42%;
  margin-bottom: 30px;
  margin-left: 5%;
}
.mv__top .flex div img:first-of-type {
  margin-bottom: 30px;
}
.mv__top .flex div img:last-of-type {
  width: 99.4%;
  margin: 0 auto;
}
.mv__copy {
  margin-bottom: 40px;
  text-align: center;
}
.mv__copy p:first-of-type {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.mv__copy p:nth-of-type(2) {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}
.mv__copy p:nth-of-type(2) span {
  font-size: 2.9rem;
}
.mv__copy p:last-of-type {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.mv__list {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.mv__list span {
  display: inline-block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 1;
  background-color: #0099d9;
}
.mv__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 540px;
  margin: 0 auto;
}
.mv__list ul li {
  margin-right: 0.5em;
  margin-left: 0.5em;
  line-height: 1.6;
}





/* event */
.event {
  padding-bottom: 90px;
}
.event .container {
  padding-top: 80px;
  border-top: 16px solid #0099d9;
}
.event .inner {
  width: 82.8%;
  margin: 0 auto;
}
.event h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
.event h2 img {
  width: 69px;
}
.event h2 div {
  margin-left: 20px;
}
.event h2 div p {
  display: inline;
  background-image: linear-gradient(transparent 70%, #fff100 70%);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.event .inner > p:first-of-type {
  margin-bottom: 75px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.event .title {
  position: relative;
  margin-bottom: 70px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.event .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0099d9;
}
.event .title p {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #fff;
}
.event__content {
  margin-bottom: 75px;
}
.event__content h3 {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #0099d9;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fffeee;
}
.event__content h3 p:first-of-type {
  margin-right: 0.8em;
  margin-left: 0.8em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.event__content h3 p:first-of-type span {
  font-size: 3.1rem;
}
.event__content h3 p:last-of-type {
  flex: 1;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.event__content > p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
}
.event__content > p:nth-of-type(2) {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.event__content-1 {}
.event__content-2 {}
.event__content-2 > p:last-of-type {
  padding-top: 10px;
  padding-right: 0.8em;
  padding-bottom: 10px;
  padding-left: 0.8em;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  background-color: #0099d9;
}
.event__content-2 ul {}
.event__content-2 ul li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #0099d9;
}
.event__content-2 ul li p:first-of-type {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.event__content-2 ul li p:last-of-type {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.event__content-3 {}
.event__content-4 {}
.event__content-4 div {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #0099d9;
}
.event__content-4 div:first-of-type {
  border-top: 1px dotted #0099d9;
  margin-top: 20px;
}
.event__content-4 div > p:first-of-type {
  width: 177px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 17px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #0099d9;
}
.event__content-4 ul {}
.event__content-4 ul li {
  position: relative;
  display: flex;
  padding-left: 1.5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
}
.event__content-4 ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #0099d9;
}
.event__content-4 ul li p:first-of-type {
  width: 10em;
}
.event__content-4 ul li p:last-of-type {
  flex: 1;
}
.event__content-4 div > p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.event__content-5 {}
.event .inner > p:last-of-type {
  margin-top: 15px;
  margin-bottom: 80px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.event a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 914px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #0099d9;
}
.event a:hover {
  opacity: .7;
}
.event a span {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.event a img {
  width: 55px;
}





/* sdgs */
.sdgs {
  padding-bottom: 120px;
}
.sdgs .container {
  padding-top: 70px;
  border-top: 16px solid #0099d9;
}
.sdgs .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sdgs__content {
  /* width: 39.75%; */
  width: 42%;
  margin-top: 20px;
}
.sdgs__content h2 {
  background-image: linear-gradient(transparent 70%, #c9e7e5 70%);
  display: inline-block;
  margin-bottom: 35px;
  font-size: 4rem;
  font-weight: 700;
}
.sdgs__content p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.03em;
}
.sdgs__content p span {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #3786c7;
}
.sdgs__content p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
}
.sdgs__image {
  width: 39.9%;
  margin-left: 2.5%;
}
.sdgs__image img:first-of-type {
  width: 55.3%;
  margin: 0 auto;
  margin-bottom: 10px;
}





@media screen and (max-width: 1400px) {
  /* mv */
  .mv__top .flex {
    margin-top: -4.3vw;
  }
  .mv__top .flex div {
    margin-bottom: 2.14vw;
  }
  .mv__top .flex div img:first-of-type {
    margin-bottom: 2.14vw;
  }
  /* event */
  .event a span {
    font-size: 2.14vw;
  }
  .event a img {
    width: 3.93vw;
  }
  /* sdgs */
  .sdgs__content h2 {
    font-size: 2.85vw;
  }
}