@charset "UTF-8";
@import "/kwsc/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 70px;
	padding: 90px 0 130px;
	background: #DB5331;
	color: #fff;
	position: relative;
	z-index: 0;
}

#main:before {
	content: 'KANSAI Work Style Conference';
	height: 112px;
	font-weight: 400;
	font-size: 120px;
	line-height: 1;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.1);
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#main .container {
	position: relative;
	z-index: 0;
}

#main .figure_01 {
	width: 301px;
	height: 400px;
	transform: translateY(-50%) translateX(-340px);
	position: absolute;
	top: 50%;
	right: 50%;
}

#main .figure_02 {
	width: 402px;
	height: 468px;
	transform: translateY(-50%) translateX(320px);
	position: absolute;
	top: 50%;
	left: 50%;
}

#main .copy {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 80px;
	line-height: 1.3;
}

#main .sub_title {
	display: inline-block;
	vertical-align: top;
	height: 45px;
	margin-bottom: 30px;
	padding: 0 1em;
	background: #EFDDC5;
	font-weight: 700;
	font-size: 22px;
	line-height: 42px;
	color: #DB5331;
}

#main h2 {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 22px;
}

#main .sponsor {
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

.h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
}

.h2:before {
	content: '';
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	left: -180px;
	top: 50%;
}

.h2:after {
	content: '';
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	right: -180px;
	top: 50%;
}

.h2 .en {
	display: block;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-style: italic;
	font-size: 50px;
	letter-spacing: 0.08em;
	color: #DB5331;
}

.h2 .ja {
	display: block;
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	display: flex;
	justify-content: center;
	text-align: center;
}

.submit li {
	margin: 0 10px;
}

.submit a {
	display: block;
	width: 280px;
	height: 60px;
	border-radius: 60px;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	font-size: 20px;
	line-height: 56px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document sponsor
--------------------------------------------------------- */

#sponsor_top {
	margin-bottom: 100px;
}

#sponsor_btm {
	margin-bottom: 110px;
}

.sponsor ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.sponsor ul.b li {
	margin: 30px 30px 0;
}

.sponsor ul.a {
	width: 1200px;
	height: 80px;
}

.sponsor ul.a img {
	height: 70px;
}

.sponsor ul.b {
	justify-content: center;
	flex-wrap: wrap;
	width: 900px;
}

.sponsor ul.b img {
	height: 50px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 60px;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.6;
}

#about .name {
	margin-bottom: 10px;
}

#about .name .en {
	display: block;
	width: 150px;
	height: 45px;
	margin: 0 auto 10px;
	border-radius: 45px;
	background: #DB5331;
	font-weight: 500;
	line-height: 44px;
	color: #fff;
}

#about .name .ja {
	display: block;
	font-size: 26px;
}

#about .date {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.1;
}

#about .date span {
	font-size: 60px;
}

/* ---------------------------------------------------------
	CSS Document project
--------------------------------------------------------- */

#project {
	margin-bottom: 60px;
	background: #DB5331 url(../images/project_bg.png) no-repeat bottom;
	font-size: 18px;
	color: #fff;
}

#project .container {
	padding: 60px 0 90px;
	position: relative;
	z-index: 0;
}

#project .figure_01 {
	width: 181px;
	height: 250px;
	transform: translateX(460px);
	position: absolute;
	bottom: -50px;
	left: 50%;
}

#project .figure_02 {
	width: 254px;
	height: 260px;
	transform: translateX(-380px);
	position: absolute;
	bottom: -50px;
	right: 50%;
}

#project h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 46px;
	line-height: 1.4;
}

#project p {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule {
	margin-bottom: 120px;
}

#schedule dl {
	margin-bottom: 70px;
}

#schedule dt {
	height: 50px;
	margin-bottom: 15px;
	background: #F1EFE3;
	font-size: 22px;
	line-height: 48px;
}

#schedule dd {
	font-size: 26px;
}

#schedule dd figure {
	margin-top: 1em;
}

#schedule dd img {
	height: 540px;
}

#schedule dd p {
	width: 430px;
	margin-left: 252px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	margin-bottom: 120px;
	font-size: 18px;
}

#entry .about {
	margin-bottom: 60px;
	text-align: justify;
}

#entry h3 {
	height: 50px;
	margin-bottom: 40px;
	background: #F1EFE3;
	font-weight: 500;
	font-size: 22px;
	line-height: 48px;
}

#entry dl {
	margin-bottom: 40px;
	text-align: center;
}

#entry dt {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 50px;
	color: #DB5331;
}

#entry dt i {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 0.6em;
	border-radius: 100%;
	background: #DB5331;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	line-height: 48px;
	color: #fff;
}

#entry .memo {
	margin-bottom: 50px;
	text-align: justify;
}


#entry dd figure {
	margin-top: 1em;
}

#entry dd img {
	height: 380px;
}
