@charset "utf-8";
/*
 * 2021年度サミットLP専用テーマです。
 */
@media screen and (min-width: 768px) {
	.acms-container.fluid {
		max-width: calc(100% - 20px);
		box-sizing: border-box;
	}
}
.p-main-content {
	padding: 60px 0;
}
.p-main-content#comment {
	padding-bottom: 320px;
	background: url(../images/lp2022/bg_comment.jpg) bottom right no-repeat;
	background-size: contain;
}
.p-main-content.bg {
	background: url(../images/lp2022/bg_dots.png) repeat;
}
.p-main-content#event {
	background: url(../images/lp2022/bg_dots.png) repeat;
}
.p-main-content#cv {
	padding: 30px 0 30px;
	background: url(../images/lp2022/bg_cv.jpg) center center no-repeat;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.p-main-content {
		padding: 80px 0;	
	} 
	.p-main-content-middle {
		max-width: 800px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1024px) {
	.p-main-content#comment {
		padding-bottom: 60px;
		background: url(../images/lp2022/bg_comment.jpg) top right no-repeat;
		background-size: contain;
	}
}
.p-main-description {
	font-size: 15px;
	padding-bottom: 1rem;
	letter-spacing: -0.01rem;
	line-height: 1.9;
}
.p-main-map {
	margin-bottom: 60px;
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	position: relative;
}
.p-main-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.c-nav-list-item.cv a {
	border: 1px solid #333;
	padding: 5px 20px;
	border-radius: 30px;
}
.c-nav-list-item.cv a:hover {
	background: #FDD900;
}
@media screen and (max-width: 767px) {
	.c-nav-list-item.cv a {
		margin-top: 20px;
	}
}

/* 見出し */
.p-main-head {
	margin: 0 0 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}
.p-main-head.sec01 {
	color: #3472a1;
}
.p-main-head.sec02 {
	color: #f5a200;
}
.p-main-head.sec03 {
	color: #4e8b37;
}
.c-heading-primary {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.c-heading-primary.blank {
	margin-bottom: 0;
}
/*
.c-heading-primary:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background: #FDD900;
}
*/
@media screen and (min-width: 1024px) {
	.p-main-head {
		font-size: 20px;
	}
	.c-heading-primary {
		font-size: 26px;
	}
}

.c-heading-number {
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
}
@media screen and (min-width: 1024px) {
	.c-heading-number {
		font-size: 24px;
	}
}
.l-main-content-number {
	font-size: 200%;
	vertical-align: middle;
}
.l-main-content-number-text {
	vertical-align: middle;
}

/* ヒーロー */
.c-hero-lp {
	/*border-radius: 20px;*/
}
.c-hero-lp-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-hero-lp-inner {
	padding-top: 30px;
	max-width: 411px;
}
.c-hero-lp-subtitle {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
}
.c-hero-lp-title {
	margin: 0;
	padding-bottom: 1rem;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.05em;
	line-height: 1.3;
}
.c-hero-lp-desc {
	display: block;
	padding: 5px 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333;
	text-align: center;
	box-sizing: border-box;
}
.c-hero-lp-date {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 26px;
}
.c-hero-lp-date .sun {
	display: inline-block;
	font-size: 50%;
	vertical-align: middle;
	color: #AD2F2F;
	margin-right: 10px;
}
@media screen and (min-width: 1024px) {
	.c-hero-lp-grid {
		display: flex;
		align-items: stretch;
	}
	.c-hero-lp-inner {
		padding-top: 0;
	}
	.c-hero-lp-subtitle {
		font-size: 18px;
	}
	.c-hero-lp-title {
		font-size: 30px;
	}
	.c-hero-lp-date {
		font-size: 32px;
	}
}

/* 宣言 */
.p-comment {
	min-height: 100px;
	margin: 0;
	padding: 40px 30px;
	background: url(../images/lp2022/bg_comment_before.svg) top 8px left 8px no-repeat, url(../images/lp2022/bg_comment_after.svg) bottom 8px right 8px no-repeat;
	background-color: #FFF8E8;
	font-weight: bold;
	color: #FDAF00;
	font-size: 18px;
}

/* イベント概要 */
.c-table-event {
	margin-bottom: 30px;
	width: 100%;
	background: #FFF;
	border-top: 1px solid #333;
	border-collapse:collapse;
}
.c-table-event th,
.c-table-event td {
	padding: 10px;
	border-bottom: 1px solid #333;
	line-height: 1.8;
}
.c-table-event th {
	color: #FDB900;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.c-table-event th,
	.c-table-event td {
		padding: 10px 30px;
	}
}
.c-btn-lp {
	display: block;
	padding: 10px 5px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	color: #FFF!important;
	text-align: center;
	background: #333 url(../images/lp2022/arrow.svg) center right 5px no-repeat;
	border-radius: 10px;
	font-weight: bold;
}
.c-btn-lp:hover {
	box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.c-btn-lp-title {
	display: block;
	font-size: 18px;
}
.c-btn-lp-note {
	display: block;
	font-size: 13px;
}

/* スライダー */
.c-img-slider {
	display: block;
	position: relative;
	padding-bottom: 10px;
}
.c-img-slider .slick-slide {
	text-align: center;
	overflow: hidden;
}
.c-img-slider .slick-slide img {
	display: block;
	width: auto;
	max-height: 280px;
	margin: 0 auto;
}
.c-img-slider .slick-dots li.slick-active button:before {
	color: #FDD900;
}
.c-img-slider .slick-dots li button:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #FFF;
	box-shadow: 0 2px 3px rgba(0,0,0,.3) inset;
}
.c-img-slider .slick-dots li.slick-active button:before {
	background-color: #FDD900;
	box-shadow: none;
}
.c-img-slider-list {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.c-img-slider-item {
		position: relative;
		width: 100%;
	}
	.c-img-slider-item::before {
		content: '';
		display: block;
		padding-top: 60%;
	}
	.c-img-slider-item > img {
		position: absolute;
		height: calc(100% - 30px);
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.c-img-slider-item > img.double {
		height: calc(100% - 60px);
	}
}
.c-img-slider .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background: transparent;
	z-index: 100;
}
.c-img-slider .slide-arrow::-webkit-search-decoration {
	display: none;
}
.c-img-slider .prev-arrow {
	left: 0;
}
.c-img-slider .next-arrow {
	right: 0;
}
.c-img-caption {
	margin: 0;
	padding: 5px 0;
	min-height: 1rem;
	text-align: center;
	font-size: 13px;
	color: #999;
}
@media screen and (min-width: 768px) {
	.c-img-caption.left {
		padding-left: 1.5rem;
		text-align: left;
	}
}

/* スピーカー */
.c-nav-speaker {
	width: 100%;
}
.c-nav-speaker ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.c-nav-speaker li {
	display: inline-block;
}
.c-nav-speaker li a {
	display: block;
	padding: 0 15px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	transition: .3s ease-in-out; 
}
@media screen and (min-width: 768px) {
	.c-nav-speaker li {
		border-right: 1px solid #FDD900;
	}
}
@media screen and (max-width: 767px) {
	.c-nav-speaker li {
		display: block;
		margin-bottom: 15px;
		text-align: left;
	}
	.c-nav-speaker li a {
		padding: 10px 20px;
		line-height: 1.4;
		border-left: 3px solid #FDD900;
	}
}
.c-nav-speaker li a:hover {
	opacity: .6;
}
.c-nav-speaker li:last-child {
	border-right: 0;
}
.p-speaker {
	padding-top: 60px;
}
.p-speaker-info {
	display: flex;
	align-items: flex-start;
	max-width: 700px;
	margin: 0 auto;
}
.p-speaker-info.list {
	padding-bottom: 15px;
}
.p-speaker-img {
	margin-right: 15px;
	border-radius: 100%;
}
.p-speaker-name {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}
.p-speaker-name small {
	font-size: 75%;
}
.p-speaker-name .ja {
	font-size: 90%;
	margin-right: 8px;
}
.p-speaker-name .en {
	display: inline-block;
	font-family: 'Poppins',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #FDD900;
	font-size: 13px;
	vertical-align: middle;
	font-weight: normal;
}
.p-speaker-position {
	margin: 3px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}
.p-speaker-desc {
	margin: 10px 0;
	font-size: 14px;
}
.p-speaker-link {
	display: flex;
	align-items: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

/* 賛同者 */
.c-list-message-head {
	margin-top: 60px;
}
.c-list-message-wrap {
	width: 100%;
	height: 300px;
	border: 6px solid #EEE;
	overflow-y: scroll;
	box-sizing: border-box;
}
.c-list-message {
	margin: 0;
	padding: 0;
	list-style: none;
}
.c-list-message-item {
	padding: 10px 15px;
	border-bottom: 1px solid #F6f6f6;
}
/*
.c-list-message {
	margin: 0!important;
	padding: 0!important;
}
.c-list-message-wrap {
	padding-top: 60px;
}
.c-list-message .slick-track {
  display: flex;
}
.c-list-message-item {
	height: auto !important;
	margin: 0 10px;
	padding: 15px;
	background-color: #FFF8E8;
	box-sizing: border-box;
}
*/
.c-list-message-item-txt {
	display: inline-block;
	margin: 0!important;
	padding-right: 10px;
	font-size: 14px;
}
.c-list-message-item-name {
	display: inline-block;
	margin: 0!important;
	font-size: 12px;
	color: #FDAF00;
}
.c-list-message-item-link {
	display: inline-block;
	padding-left: 15px;
	font-size: 13px;
}

/* ヒストリー */
.p-history {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
}
.p-history:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #FDB900;
}
.p-history-title {
	position: relative;
	padding: 0 10px 16px 30px;
	color: #FDB900;
	font-weight: bold;
	font-size: 24px;
}
.p-history-title:before {
	position: absolute;
	top: 10px;
	left: -7px;
	content: "";
	width: 16px;
	height: 16px;
	background: #FDB900;
	border-radius: 100%;
}
.p-history-txt {
	padding-left: 30px;
	padding-bottom: 24px;
	font-size: 14px;
	line-height: 1.9;
}
.p-history-txt strong {
	font-weight: bold;
}