@charset "UTF-8";

html {
  font-size: 625%;
}

body {
  position: relative;
  width: 100%;
  color: #333333;
  text-align: left;
  font-size: 16px;
  font-family: 6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.75;
  letter-spacing: 0em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.title_main.is-pc,
.title_sub.is-pc {
  display: block !important;
}

.title_main.is-sp,
.title_sub.is-sp {
  display: none !important;
}

.is-hide {
  display: none;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: 0;
}

sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}


.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}


.mb40 {
  margin-bottom: 40px !important;
}


.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 600px) {

  .title_main.is-pc,
  .title_sub.is-pc {
    display: none !important;
  }

  .title_main.is-sp,
  .title_sub.is-sp {
    display: block !important;
  }

  .is-sp2 {
    display: block !important;
    padding-top: 14px;
  }
}


@media screen and (min-width: 600px) {
  .br-pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  /* SP時 */
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

@media screen and (min-width: 940px) {
  .br-pc940 {
    display: inline;
  }

  .br-sp940 {
    display: none;
  }
}

@media screen and (max-width: 940px) {

  /* SP時 */
  .br-pc940 {
    display: none;
  }

  .br-sp940 {
    display: inline;
  }

  .article_item .br-lh {
    line-height: 2.6;
  }
}

@media screen and (min-width: 600px) {
  .br-pc600 {
    display: inline;
  }

  .br-sp600 {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  /* SP時 */
  .br-pc600 {
    display: none;
  }

  .br-sp600 {
    display: inline;
  }
}

/* ===================== */
/* body
/* ===================== */
body {
  background-size: auto;
}

@media only screen and (max-width: 834px) {}

/* ================================================= */
/* header */
/* ================================================= */
.social_buttons {
  padding: 20px 0 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.header_bg {
  background: #EFEFEF;
  box-sizing: border-box;
}

.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 2.535vw 0;
  box-sizing: border-box;
}

.header_logo {
  display: inline-block;
  width: 38.548vw;
}

.header_logo img {
  width: 100%;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}

.header_pr img {
  width: 100%;
}

@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 10px 0;
  }

  .header_logo {
    width: 179.598px;
  }

  .header_pr {
    width: 40px;
  }
}

@media screen and (min-width: 640px) {
  .header_logo {
    width: 210px;
  }

  .header_wrap {
    padding: 9.55px 0;
  }
}

/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
  background: #fff;
  padding-top: 20px !important;
  line-height: 150%;
}

/* ================================================= */
/* title
/* ================================================= */
.sp_header {
  display: none !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#wrap {
  background-size: 100% auto;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}

.kv_bk {
  background-image: url(title.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
  text-align: center;
  width: 100%;
  background-size: cover;
  aspect-ratio: 3200 / 1224;
  margin: 0 auto;
}

.mv_title {
  max-width: 2000px;
  margin: 0 auto;
  justify-content: space-between;
}

.mv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  aspect-ratio: 3200 / 1224;
  padding: 1vw 0 4vw;
}

.tagline {
  font-size: clamp(18px, 5vw, 76px);
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color:#fff;
}

.roundtable_label {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 8px 20px;
  font-size: clamp(15px, 4vw, 30px);
  font-weight: bold;
  vertical-align: bottom;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}


#wrap>.section_common {
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(224, 226, 230, 0.1), rgba(250, 236, 103, 0.1) 51%, rgba(253, 106, 43, 0.1));
}

/* ================================================= */
/* contents_col
/* ================================================= */
#wrap>.section_common>.contents_col,
#wrap>.section_common2>.contents_col {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: auto;
}


.contents_col>.title {
  background: linear-gradient(150deg, rgba(253, 81, 8, 0.3), rgba(249, 174, 59, 0.3));
  padding: 20px 0;
}


.contents_col>.article {
  width: 920px;
  margin: 0 auto;
  padding-bottom: 90px;
}

#wrap>.section_common2 {
  background: linear-gradient(180deg, rgba(224, 226, 230, 0.1), rgba(250, 236, 103, 0.1) 51%, rgba(253, 106, 43, 0.1));
}

#wrap>.section_common2 a,
#wrap>.section_common a {
  transition: color .3s;
  word-break: break-all;
}

/* ================================================= */
/* title
/* ================================================= */



.mv_title .title_sub span {
  font-size: 28px;
  line-height: 1.4;
  display: inline-block;
  color: #333;
  font-weight: bold;
}

.mv_title .title_sub span.title_sub_r {
  font-size: 28px;
  line-height: 1.4;
  display: inline-block;
  color: #333;
  font-weight: bold;
  float: right;
}

.mv_title .title_main span.br-sp {
  display: none;
}

.contents_col .title .title_box {
  max-width: 840px;
  margin: 0 auto;
}

.contents_col .title .title_text {
  font-size: 15px;
  color: #000;
  text-align: left;
  line-height: 2.1」;
  font-weight: bold;
}

/* ================================================= */
/* article
/* ================================================= */

#wrap>.section_common>.contents_col .article_title {
  padding: 60px 0;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.46;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #fd5108;
}

#wrap>.section_common>.contents_col .article_title::before {
  content: "";
  width: 80px;
  height: 5px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: linear-gradient(150deg, rgba(253, 81, 8, 1), rgba(249, 174, 59, 1));
}


#wrap>.section_common>.contents_col .article_box {}

#wrap>.section_common>.contents_col .article_text {
  max-width: 840px;
  margin: 0 auto;
}



#wrap>.section_common>.contents_col .article_text p {
  line-height: 2;
}



#wrap>.section_common>.contents_col .article_img {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
  padding-top: 30px;
}

p.cap {
  line-height: 1.6 !important;
}

.text_content_inner {
  max-width: 840px;
  margin: 0 auto;
}


/* ================================================= */
/* Speaker
/* ================================================= */
.speaker_area_inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.article_text p {
  margin-bottom: 25px;
}

/* --- Speaker Layout Logic --- */

/* 1st Speaker: Float Right (Starting from line 4) */
.speaker_float_spacer {
  float: right;
  height: 120px;
  /* Adjust this to control which line it starts on */
  width: 0;
}



.speaker_card.pos-right {
  float: right;
  clear: right;
  margin: 30px -40px 30px 30px;
  position: relative;
  z-index: 1;

}

/* 2nd & 3rd Speakers: Zigzag Overlap (Width 920px) */
.speaker_overlap_group {
  clear: both;
  display: flex;
  flex-direction: column;
  margin-top: -240px;
}

.speaker_card.pos-left {
  align-self: flex-start;
  z-index: 2;
  position: relative;
  margin-top: -180px;
}

.speaker_card.pos-right-bottom {
  align-self: flex-end;
  margin-top: -180px;
  z-index: 3;
  position: relative;
}

.speaker_img_wrap {
  margin-bottom: 12px;
}

.speaker_img_wrap img {
  width: 440px;
}

.speaker_info {
  font-size: 16px;
  line-height: 1.4;
  color: #464646;
}

.speaker_name {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #464646;
  margin-top: 4px;
  display: inline-block;
  padding-bottom: 2px;
}

/* Responsive: Single Column for Speakers */
@media screen and (max-width: 1000px) {
  .speaker_float_spacer {
    display: none;
  }



  .text_content_inner,
  .speaker_area_inner {
    max-width: 100%;
  }
}


/* ================================================= */
/* fpage
/* ================================================= */
#wrap>section>.contents_col .fpage {
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-weight: bold;
}

#wrap>section>.contents_col .fpage_box {
  display: flex;
  padding-left: 40px;
  border-left: 1px solid #707070;
}

#wrap>section>.contents_col .fpage a {
  text-decoration: none;
}

#wrap>section>.contents_col .fpage1 {
  text-align: center;
  padding-right: 40px;
}

#wrap>section>.contents_col .fpage .fpage2 {
  padding-left: 20px;
  line-height: 1.5;
}

#wrap>section>.contents_col .fpage .fpage2 span {
  color: #ec630e;
}

#wrap>section>.contents_col .fpage .fpage1 img {
  width: 175px;
}





/* ================================================= */
/* max-width:1000px
/* ================================================= */
@media screen and (max-width:1120px) {
  .contents_col>.article {
    width: auto;
  }



  .mv_title .title_main span.tagline {
    font-size: clamp(16px, 2vw, 27px);
    color: #fff;
    display: inline-block;
    font-weight: bold;
  }

  .mv_title .title_main span.tagline2 {
    font-size: clamp(21px, 3.1vw, 37px);
    color: #fff;
    display: inline-block;
    font-weight: bold;
  }

  .mv_title .title_sub span,
  .mv_title .title_sub span.title_sub_r {
    font-size: 2.6vw;
  }

}


/* ================================================= */
/* max-width:768px
/* ================================================= */
@media screen and (max-width:1000px) {

  #kv_wrap {
    background-image: none;
  }

  #wrap>.section_common>.contents_col .article_box {
    padding: 0 40px;
  }


  #wrap>.section_common2>.contents_col .fpage {
    display: initial;
    gap: 0px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body {
    max-width: initial;
    width: 100%;
  }

  .kv_bk {
    background-image: url(title_sp.jpg);
    background-size: cover;
    aspect-ratio: 1280 / 904;
    margin: 0 auto;
    height: auto;
  }

  .mv {
    aspect-ratio: 1280 / 904;
    padding: 5vw 10px 8vw;
  }

  .mv_title .title_main span.tagline {
    font-size: 20px;
  }

  .mv_title .title_main span.tagline2 {
    font-size: 32px;
  }

  .mv_title .title_sub span,
  .mv_title .title_sub span.title_sub_r {
    font-size: 26px;
  }




  #wrap>.section_common>.contents_col .article_title {
    font-size: 24px;
  }

  .contents_col .title .title_box {
    padding: 20px 20px;
  }

  .contents_col .title .title_text {
    font-size: 16px;
  }

  #wrap>.section_common>.contents_col .article_box {
    padding: 0 20px;
  }

  .speaker_overlap_group {
    display: block;
    margin-top: 0;
  }

  .speaker_card {
    width: 80%;
    margin-top: 0 !important;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .speaker_img_wrap {
    text-align: center;
  }

  .speaker_card.pos-right,
  .speaker_card.pos-left,
  .speaker_card.pos-right-bottom {
    align-self: center;
    float: none;
    max-width: 440px;
    margin: 0 auto 20px;
  }

  #wrap>section>.contents_col .fpage {
    padding: 20px 0px;
    display: grid;
    margin-top: 40px;
    text-align: left;
  }

  #wrap>section>.contents_col .fpage1 {
    padding-right: 0;
    padding-bottom: 12px;
  }

  #wrap>section>.contents_col .fpage_box {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 1px solid #9FB1BE;
    display: block;
  }

  #wrap>section>.contents_col .fpage .fpage2 {
    padding-left: 0px;
  }

  #wrap>section>.contents_col .fpage {
    padding: 20px 0px;
  }

}

@media screen and (max-width:400px) {
  .roundtable_label {
    padding: 8px 10px;
  }
}