@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-style: normal;
}
.font_homenaje-regular {
  font-family: "Homenaje";
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (768px <=width) {
  .sp {
    display: none !important;
  }
}
@media (width <=767px) {
  .pc {
    display: none !important;
  }
}
/**********************************************************
 * header
 **********************************************************/
header {
  text-align: center;
  background: #121047;
  background: linear-gradient(90deg, rgba(35, 26, 119, 1) 0%, rgba(35, 26, 119, 1) 50%, rgba(18, 16, 71, 1) 50%, rgba(18, 16, 71, 1) 100%);
}
header img {
  width: 100%;
  max-width: 1200px;
}
/**********************************************************
 * main
 **********************************************************/
.title_section {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #231a77;
  padding-bottom: .75em;
  margin-bottom: 2em;
}
* + .title_section {
  margin-top: 90px;
}
.title_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6em;
  height: .2em;
  background-color: #231a77;
}
#concept {
  background-color: #f5f5f7;
  padding: 90px 0;
}
#concept .title_concept {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 18.0rem;
  color: #dedef9;
}
#concept .text_concept {
  position: relative;
  width: 690px;
  padding: 110px 0 0 390px;
  z-index: 1;
}
#concept .text_concept p {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3;
  letter-spacing: .1em;
  color: #231a77;
}
#concept .text_concept p + p {
  padding-top: 2em;
}
#concept .text_concept p span {
  display: inline;
  padding: .3em;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#concept .img_concept {
  position: absolute;
  top: 220px;
  left: 20px;
  width: 434px;
}
.detail_schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  width: 640px;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 auto;
}
.detail_schedule dt, .detail_schedule dd {
  white-space: nowrap;
}
.detail_schedule dt {
  font-size: 3.0rem;
}
.detail_schedule dt small {
  font-size: 1.8rem;
}
.detail_schedule dd {
  font-size: 2.5rem;
}
.detail_schedule dd small {
  font-size: 1.8rem;
}
.btn_schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.444em;
  height: 3.333em;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #3c2ea3;
  background: linear-gradient(0deg, rgba(35, 26, 119, 1) 0%, rgba(84, 65, 204, 1) 100%);
  border: solid 2px #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  margin: 45px auto 0;
  transition: all .3s;
}
.btn_schedule:hover {
  opacity: .7;
}
.note_schedule {
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: .8em;
}
.youtube {
  width: 640px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.btn_ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  width: 16.666em;
  height: 3.333em;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #e86135;
  background: linear-gradient(0deg, rgba(211, 58, 0, 1) 0%, rgba(252, 134, 104, 1) 100%);
  border: solid 2px #fff;
  border-radius: 1.666em;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  margin: 45px auto 0;
  transition: all .3s;
}
.btn_ticket img {
  width: auto;
  height: 1.25em;
}
.btn_ticket:hover {
  opacity: .7;
}
.note {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 3em;
}
.note a {
  color: #000;
}
#summary {
  background-color: #231a77;
  padding: 90px 0;
}
#summary .title_section {
  color: #fff;
}
#summary .title_section::after {
  background-color: #fff;
}
.img_summary {
  display: block;
  width: 930px;
  margin: 0 auto;
}
.list_summary {
  display: flex;
  flex-flow: column;
  gap: 60px;
  width: 1000px;
  margin: 60px auto 0;
}
.list_summary > li {
  width: 100%;
  background-color: #121047;
  border: solid 2px #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 1);
  padding: 40px;
  box-sizing: border-box;
}
.list_summary h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.list_summary .title_summary {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #fff;
  background: #376EFE;
  background: linear-gradient(90deg, rgba(55, 110, 254, 1) 0%, rgba(90, 191, 175, 1) 100%);
  padding: .4em 40px;
  margin: .7em -40px;
}
.list_summary p {
  color: #fff;
}
.list_summary .speaker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  margin-top: 45px;
}
.list_speaker_image {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 375px;
}
.list_speaker_image li {
  width: 115px;
}
.list_summary .box {
  background-color: #231a77;
  padding: 20px 25px;
}
.list_summary * + .box {
  margin-top: 1.2em;
}
.list_summary .box h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fefe00;
  margin-bottom: 1em;
}
.list_summary .box .link {
  margin-top: 1em;
}
.list_speaker_text {
  line-height: 1.6;
  color: #fff;
}
.list_speaker_text li {
  position: relative;
  padding-left: 1.2em;
}
.list_speaker_text li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.list_summary .box .link a {
  color: #fff;
  transition: all .3s;
}
.list_summary .box .link a.arrow_bottom::after {
  content: "▼";
}
.list_summary .box .link a:hover {
  opacity: .7;
}
.session {
  display: flex;
  align-items: center;
  gap: 40px;
}
.list_summary li:nth-of-type(even) .session {
  flex-direction: row-reverse;
}
.session .image {
  width: 492px;
}
.session .text {
  flex: 1;
}
.title_session {
  font-size: 8.0rem;
  line-height: .84;
  margin: .3em 0 .2em;
}
.title_session span {
  display: inline-block;
}
.title_session .gradation_01 {
  background: #FC7E67;
  background: linear-gradient(90deg, rgba(252, 126, 103, 1) 0%, rgba(252, 233, 112, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_session .gradation_02 {
  background: #5ABFAF;
  background: linear-gradient(90deg, rgba(90, 191, 175, 1) 0%, rgba(55, 110, 254, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_session .gradation_03 {
  background: #EF2FB0;
  background: linear-gradient(90deg, rgba(239, 47, 176, 1) 0%, rgba(190, 18, 136, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.session p {
  color: #fff;
  line-height: 1.875;
}
.list_performance {
  line-height: 1.6;
  color: #fff;
}
.list_performance li {
  position: relative;
  padding-left: 1em;
}
.list_performance li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#ticket {
  background-image: url("../img/bg_ticket.png");
  background-color: #f5f5f7;
  padding: 90px 0;
}
.text_ticket {
  text-align: center;
  font-weight: 700;
}
.room {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 750px;
  margin: 40px auto 0;
}
.room dl {
  color: #fff;
  padding: 20px;
}
.room dl.event {
  background-color: #ea7d47;
}
.room dl.lecture {
  background-color: #2a62d3;
}
.room dt {
  line-height: 1.8;
}
.room dd {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1.2em;
  margin-top: .8em;
}
.room dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-44%);
  width: .8334em;
  height: .8334em;
  background-image: url("../img/arrow_right.svg");
  background-size: 100%;
}
.list_ticket {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 1000px;
  margin: 60px auto 0;
}
.list_ticket > li {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
}
.title_ticket {
  position: relative;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  padding-left: 34px;
}
.title_ticket.event {
  color: #ea7d47;
}
.title_ticket.lecture {
  color: #2a62d3;
}
.title_ticket.student {
  color: #ec2e84;
}
.title_ticket::before {
  content: "";
  position: absolute;
  top: .33em;
  left: 0;
  width: .9em;
  height: .9em;
}
.title_ticket.event::before {
  background-color: #ea7d47;
}
.title_ticket.lecture::before {
  background-color: #2a62d3;
}
.title_ticket.student::before {
  background-color: #ec2e84;
}
.title_student {
  position: relative;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: 1.2em;
  margin: 1.5em 0 1em 35px;
}
.list_price + .title_student {
  margin-top: 2em;
}
.title_student::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.title_student.event::before {
  color: #ea7d47;
}
.title_student.lecture::before {
  color: #2a62d3;
}
.list_ticket p {
  line-height: 1.4;
  margin: 1em 0;
  padding-left: 35px;
}
.list_price {
  font-feature-settings: "palt";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 1em;
  padding-left: 35px;
}
.list_price small {
  font-size: .6em;
}
.list_price li + li {
  margin-top: .6em;
}
.list_note {
  width: 780px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 30px auto 0;
}
.list_note li {
  position: relative;
  padding-left: 1em;
}
.list_note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list_note li + li {
  margin-top: .4em;
}
.title_place {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.title_room {
  width: 15.5em;
  line-height: 2;
  margin: 0 auto;
}
.map {
  position: relative;
  width: 640px;
  height: 0;
  padding-top: 360px;
  margin: 20px auto 35px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access {
  width: 570px;
  line-height: 1.8;
  margin: 0 auto;
}
.title_address {
  font-weight: 700;
}
.train {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
.access + .list_note {
  width: 680px;
  margin-bottom: 60px;
}
#speaker {
  padding: 90px 0;
}
.list_speaker {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 1000px;
  margin: 0 auto;
}
.list_speaker > li {
  width: 100%;
  border: solid 2px #231a77;
  border-radius: 30px;
  box-shadow: 10px 10px 0px 0px rgba(35, 26, 119, 1);
  padding: 40px;
  box-sizing: border-box;
}
.profile {
  display: flex;
  gap: 35px;
}
.profile .image {
  width: 270px;
}
.profile .text {
  flex: 1;
}
.title_lecture {
  font-feature-settings: "palt";
  letter-spacing: .1em;
  background-color: #231a77;
  padding: 20px 20px 20px 40px;
  margin: 20px 0 0 -40px;
}
.title_lecture small {
  display: block;
  color: #fefe00;
  font-weight: 700;
  margin-bottom: .6em;
}
.title_lecture span {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.title_name .en {
  font-size: 6.0rem;
  line-height: .84;
}
.title_name .en span {
  display: inline-block;
}
.title_name .en .gradation {
  background: #FC7E67;
  background: linear-gradient(0deg, rgba(252, 126, 103, 1) 0%, rgba(252, 233, 112, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_name .ja {
  font-size: 2.0rem;
  font-weight: 700;
  margin-left: 1em;
}
.introduction {
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: .1em;
  margin: 1.5em 0;
}
.works {
  background-color: #f5f5f7;
  padding: 20px;
}
.works dt {
  font-weight: 700;
  color: #231a77;
  margin-bottom: .8em;
}
.list_works {
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: .1em;
}
.works .link {
  margin-top: 1em;
}
.works .link a {
  color: #000;
  transition: all .3s;
}
.works .link a.arrow_right::after {
  content: "▶";
}
.works .link a:hover {
  opacity: .7;
}
.materials {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.materials img {
  width: calc(50% - 10px);
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
}
.comingsoon {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
}
#sponsorship {
  background-color: #f5f5f7;
  padding: 90px 0;
}
.list_sponsorship {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
.list_sponsorship dt {
  font-weight: 700;
  letter-spacing: .1em;
  color: #231a77;
  margin-bottom: 1.5em;
}
.list_sponsorship dt::before {
  content: "【";
}
.list_sponsorship dt::after {
  content: "】";
}
.list_sponsorship dd + dt {
  margin-top: 2.5em;
}
.list_sponsorship dd {
  font-size: 2.0rem;
  font-weight: 700;
}
.list_logo {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin: 25px auto 0;
}
.list_logo a {
  display: block;
  transition: all .3s;
}
.list_logo a:hover {
  opacity: .7;
}
.list_logo img {
  height: 80px;
}
/**********************************************************
 * footer
 **********************************************************/
.nav_footer {
  text-align: center;
  font-size: 1.4rem;
  padding: 35px 0;
}
.nav_footer li {
  display: inline-block;
}
.nav_footer li + li {
  border-left: solid 1px #000;
  margin-left: 1em;
  padding-left: 1em;
}
.nav_footer a {
  color: #000;
}
.copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
  padding: 16px 0;
}