@charset "utf-8";

*{
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  color: #171725;
}

.reveal {
  opacity: 1 !important;
}

li {
  list-style: none;
}

#contain {
  position: relative;
  overflow: hidden;
}

.sp{
  display: none;
}

/* ヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.scroll .header-wrap {
  background-color: rgba(0 0 0 / 0.3);
  backdrop-filter: blur(4px);
}

.header-wrap {
  padding: 10px 50px;
  transition: all 0.5s ease;
}

.header-logo img {
  height: auto;
  width: 200px;
}

.header img {
  height: 40px;
}

a img, img {
  border: 0;
  vertical-align: bottom;
  zoom: 1;
}

.flex {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}

/* セクション */
section {
  padding: 0;
  max-width: 1000px;
  margin: auto;
}

/* FV */
#main-img {
  margin: 100px 0 0px;
}

.main-img-inner{
  max-width: 1500px;
  margin: 0 auto 0;
}

#main-img p img{
  max-width: 100%;
}


/* インフォメーション */
#info .content-wrap {
  padding: 0 0 5rem 0;
}

.content-wrap {
  width: min(90%, 1100px);
  margin: 0 auto;
  padding: 3rem 0;
}

.info-box {
  padding: 30px;
  border: 2px solid #fff;
}

/* メッセージ */
#message {
  position: relative;
  background: url(../images/message_bg.jpg) no-repeat center top;
  min-height: 860px;
}

.content-wrap {
  width: min(90%, 1100px);
  margin: 0 auto;
  padding: 1rem 0;
}

.message-head {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  z-index: 1;
}

.message-text {
  position: relative;
  margin: 60px 0;
  font-size: 18px;
  line-height: 2.0;
  text-align: center;
  z-index: 1;
}

/* 基調講演 */
#keynote{
  padding: 0 0 80px;
}

#keynote .content-wrap {
  padding: 0;
}

.content-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
  margin-bottom: 75px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
}

.keynote-wrap .lecture-box {
  gap: 0 50px;
}

.lecture-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  padding: 20px 0;
  border-radius: 30px;
  z-index: 2;
}

.keynote-wrap .lecture-img {
  width: 360px;
}

.lecture-info {
  flex: 1;
}

.lecture-title{
  font-size: 25px;
}

.lecture-text {
  font-size: 17px;
  line-height: 1.7;
}

/* 講演 */
#lecture .content-wrap{
  padding: 0;
}

.lecture-img {
  width: 360px;
}

.lecture-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px #001a711a;
}


/* MAP */
#floor{
  padding: 80px 0 80px;
}

#floor .content-wrap{
  padding: 0;
}

.map img {
  width: 100%;
}

/* ロケーション */
#location {
  position: relative;
  padding-top: 500px;
  padding-bottom: 80px;
  background-color: #fff3e8;
}

#location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(http://linkwin-client.pecori.jp/col-test/wp-content/uploads/2026/03/udx.jpg) no-repeat center top;
}

#location .content-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.location-head {
  position: absolute;
  width: 100%;
  padding: 40px 0 40px 80px;
  top: 0;
  left: calc(50% - 40px);
  transform: translateY(-50%);
  background-color: #ff840a;
  text-align: left!important;
}

.location-head-name {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.location-head-name-sub {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.location-box {
  align-items: flex-start;
}

.flex {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}

.location-box:nth-of-type(1) .location-img {
  margin-top: -90px;
}

.location-img, .location-text {
  width: 510px;
}

.location-img img {
  width: 100%;
  height: auto;
}

.location-box:nth-of-type(1) .location-text {
  padding-top: 160px;
}

.location-text {
  line-height: 2;
}

.location-box:nth-of-type(2) {
  flex-direction: row-reverse;
}

.location-box {
  align-items: flex-start;
}

.location-box:nth-of-type(2) .location-img {
  margin-top: 80px;
}

.location-img, .location-text {
  width: 510px;
}

.location-bottom {
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #aa8e59;
  color: #aa8e59;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  box-shadow: 0 0 60px rgba(170 142 89 / 0.3);
}

.location-box {
  align-items: flex-start;
}

.location-list {
  gap: 10px;
  margin-top: 80px;
  margin-bottom: 0;
}

.location-list li {
  width: calc((100% - 20px) / 3);
}

.location-list li img {
  width: 100%;
  height: auto;
}

/* サポーター */
#supporter {
  position: relative;
  z-index: 2;
  background-color: #111;
}

.supporter-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.supporter-list li {
  width: calc((100% - 180px) / 4);
}

.supporter-img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  width: 100%;
  height: 340px;
  object-fit: contain;
}

.supporter-info {
  position: relative;

}

.supporter-name {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.supporter-title {
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
  filter: opacity(0.8);
}

/* パートナー */
#partners {
  position: relative;
  z-index: 2;
  background-color: #111;
}

#partners .content-wrap {
  padding: 0;
}

.partners-list-a {
  margin-bottom: 20px;
}

.partners-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0 auto;
  margin-top: 1rem;
}

.partners-list-a li img {
  width: 240px;
  height: auto;
}

.partners-list-b li.break {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* インフォメーション */
#information {
  padding: 80px 0 80px;
  position: relative;
  background-color: #fff3e8;
}

#information .content-wrap{
  padding: 0;
}

.information-table {
  width: 100%;
  border-bottom: 1px solid rgba(255 255 255 / 0.3);
}

.information-table th {
  width: 240px;
  font-weight: bold;
  text-align: center;
}

.information-table td{
  text-align: left;
}

.information-table th,
.information-table td {
  padding: 25px 30px;
  font-size: 16px;
  font-feature-settings: "palt";
  border-top: 1px solid rgb(165 165 165 / 30%);
  vertical-align: top;
  line-height: 1.7;
}

.information-table tr:last-child th,
.information-table tr:last-child td{
  border-bottom: 1px solid rgb(165 165 165 / 30%);
}

br.smpbr {
  display: none;
}

.option {
  font-size: 0.8em;
  filter: opacity(0.8);
}

.map-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  margin-left: 10px;
  border-radius: 2em;
  line-height: 1;
  background-color: #0097df;
  color: #fff;
  font-size: 11px;
}

a {
  color: #0097df;
  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.map-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 75px;
}

.map-box {
  width: calc((100% - 50px) / 2);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}

/* faq */
#faq{
  padding: 80px 0;
}

#faq .content-wrap{
  padding: 0;
}

.faq-list {
  border-bottom: 1px solid rgba(255 255 255 / 0.3);
}

.faq-box {
  padding: 30px 40px;
  box-shadow: 0 8px 80px #001a711a;
  border-radius: 20px;
  margin: 0 0 30px;
}

.faq-box:last-child{
  margin: 0;
}

.faq-question {
  margin-bottom: 18px;
  line-height: 1.7;
  font-weight: bold;
}

.faq-item {
  position: relative;
  padding-left: 50px;
}

.faq-question::before {
  background-image: url(../images/faq_q_black.svg);
}

.faq-answer::before {
  background-image: url(../images/faq_a_black.svg);
}

.faq-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-question {
  margin-bottom: 18px;
  line-height: 1.7;
  font-weight: bold;
}

/* ボタン */
.message-btn-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.btn-wrap {
  margin: 75px 0;
  text-align: center;
}

.btn-past {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 1.25rem 5.0rem;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid #0097df;
  text-shadow: 0 1px 2px rgba(0 0 0 / 0.2);
  border-radius: 2em;
}

/* フッター */
#footer {
  margin-top: 70px;
  text-align: center;
  z-index: 0;
}

.bg-grd {
  position: relative;
}

#footer .content-wrap {
  padding-top: 0;
}

.footer-logo {
  margin-bottom: 6rem;
  text-align: center;
}

.footer-logo img {
  height: 36px;
  width: auto;
}

.footer-link {
  display: inline-block;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: rgba(255 255 255 / 0.8);
}

.footer-copy {
  text-align: center;
  font-size: 1.0rem;
}

.bg-grd::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 370px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleY(200%);
/*   background: url(../images/bg_grd.png) no-repeat center; */
  background-size: cover;
  filter: blur(500px) opacity(0.7);
  z-index: -1;
}

/* ホバー */
.partner-grid img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* 追加エリア */
.opportunity {
  padding: 80px 20px;
}

.opportunity-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.opportunity .en {
  color: #fd7e00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}

.opportunity h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.opportunity-text p {
  font-size: 17px;
  line-height: 2.3;
  margin: 8px 0;
}

/* ===== 上の3カラム ===== */
.stats {
  color: #fff;
}

.stats-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  flex: 1;
  padding: 40px 20px;
  text-align: center;
  background-image: linear-gradient(147deg, #fd7e00 1%, #ed9a4a);
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h2 {
  color: #ffffff;
  text-shadow: 0 2px 4px rgb(159 159 159 / 40%);
  font-size: 40px;
  margin-bottom: 15px;
}

.stat-box .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.stat-box .desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

/* ===== 下の紫ブロック ===== */
.questions {
  background: #bd5800;
  padding: 40px 20px;
  margin: 0 auto 80px;
}

.questions-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.questions-inner p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

/* ===== CONCEPTセクション ===== */
.concept {
  padding: 0 0 80px;
}

.concept-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.concept-en {
  color: #fd7e00;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.concept h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.concept-line {
  width: 60px;
  height: 2px;
  background: #fd7e00;
  margin: 15px auto 40px;
}

/* 3カラム */
.concept-grid {
  display: flex;
  gap: 20px;
}

.concept-box {
  flex: 1;
  background: #fff;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 8px 80px #001a711a;
  border-radius: 20px;
}

/* アイコン */
.concept-box .icon {
  text-align: center;
  font-size: 60px;
  margin: 0;
}

/* タイトル */
.concept-box h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

/* テキスト */
.concept-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

/* ===== 講師セクション ===== */
.lecturers {
  padding: 80px 20px;
}

.lecturers-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lecturers-en {
  text-align: center;
  color: #fd7e00;
  font-weight: bold;
  font-size: 14px;
}

.lecturers h2 {
  text-align: center;
  font-size: 28px;
  margin: 10px 0;
}

.lecturers-line {
  width: 60px;
  height: 2px;
  background: #fd7e00;
  margin: 15px auto 40px;
}

/* カテゴリ */
.category {
  color: #fd7e00;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 4px solid #fd7e00;
  padding-left: 10px;
}

.lecturer-list {
  margin-bottom: 2rem;
}

/* 各講師 */
.lecturer-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.lecturer-item:last-child {
  border-bottom: none;
}

.lecturer-img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  overflow: hidden;
}

.lecturer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* テキスト */
.lecturer-content {
  flex: 1;
}

.catch {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.name {
  font-size: 18px;
  font-weight: bold;
}

.name span {
  font-size: 14px;
  color: #7a7c7f;
  font-weight: normal;
}

.desc {
  margin-top: 10px;
  font-size: 14px;
}

/* 料金用 */
.price {
  font-size: 32px;
  font-weight: bold;
  color: #e60023;
  margin: 10px 0;
}

/* CTAボタン */
.cta-area {
  text-align: center;
  margin-top: 40px;
}

.cta-btn {
  display: inline-block;
  background: #ea541b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.price-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.price-box {
  flex: 1;
  padding: 25px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 20px;
  background-image: linear-gradient(147deg, #ff840a 2%, #efa057);
}

.price-box p{
  color: #fff;
}

.price-box .price {
  font-size: 40px;
  font-weight: bold;
}

.price-box.early {
  background: linear-gradient(135deg, #ff3b3b, #f56464);
}

.price-box.early p.name{
  font-size: 30px;
  margin: 0;
}

.price-box.early p.price{
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.lecturer-item.capacity {
  max-width: 500px;
  margin: 0px auto;
}

.lecturer-item.capacity .lecturer-content {
  background: #fff;
  border: 2px solid #f39800;
  border-radius: 12px;
  padding: 4px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* メイン（定員） */
.lecturer-item.capacity .name {
  font-size: 32px;
  font-weight: bold;
  color: #f39800;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* 説明 */
.lecturer-item.capacity .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.supporter-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.supporter-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

/* タイムテーブル */
.timetable {
  padding: 0px 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 8px 80px #001a711a;
  border-radius: 40px;
}

#timetable .time-row {
  display: flex;
  border-top: 1px solid #e7e7e7;
  padding: 30px 0;
}

#timetable .time-row:first-child {
  border-top: none;
}

#timetable .time {
  width: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #fd7e00;
}

#timetable .content {
  flex: 1;
}

#timetable .title {
  font-size: 20px;
  margin: 0;
}

#timetable .flex {
  display: flex;
  gap: 20px;
}

#timetable .speaker-img {
  width: 140px;
  height: 140px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.speaker-info{
	width: 80%;
}

.speaker-role {
  font-weight: bold;
  color: #b75b00;
}

.speaker-name {
  font-size: 18px;
  font-weight: bold;
}

.speaker-title {
  margin-bottom: 10px;
 font-size: 16px;
}

#timetable .desc {
  font-size: 14px;
  line-height: 1.7;
}
#timetable .session-item {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}

#timetable .session-item p{
  font-size: 14px;
}

#timetable .session-item p.img{
  width: 100px;
  height: 100px;
}

#timetable .session-item p.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#timetable .session-item p {
  margin: 0;
}

/* ===== top_concept ===== */
#top-concept{
  margin: 80px auto 80px;
}

#top-concept .en {
  color: #fd7e00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

#top-concept h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

#top-concept p {
  font-size: 17px;
  line-height: 2.3;
  margin: 8px 0;
  text-align: center;
}

#top-concept .ul-top-concept{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 0;
  padding: 0;
}

#top-concept .ul-top-concept li{
  width: 48%;
}

#top-concept .ul-top-concept li p.img img{
  max-width: 100%;
}

#top-concept .ul-top-concept li p.ttl{
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

#top-concept .ul-top-concept li p.text{
  margin: 0;
}

/* ===== Exhibitors ===== */
#Exhibitors{
  margin: 60px auto 80px;
}

#Exhibitors .en {
  color: #fd7e00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

#Exhibitors h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

#Exhibitors ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

#Exhibitors li{
  width: 30%;
}

#Exhibitors li img{
  max-width: 100%;
}

/* ===== Organizer ===== */
#Organizer{
  margin: 0 auto 0;
}

#Organizer .en {
  color: #fd7e00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

#Organizer h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

#Organizer p.img{
  text-align: center;
  width: 140px;
  margin: auto;
}