@charset "UTF-8";
/* CSS Document */

@media (min-width: 769px) {
	.col-2 {
		display: flex;
		margin-bottom: 3rem;
	}
	.col-2 article {
		flex: 1 1 50%;
		margin-bottom: 0;
	}
	.col-2 article:first-child {
		margin-right: 4rem;
	}
}
.btn-contact {
	text-align: center;
	margin-bottom: 5rem;
	padding: 0 10px;
}

/* mainvisual */
.mainvisual {
	padding: 2rem 10px 2rem;
	text-align: center;
	background-image: url(../img/mainvisual-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mainvisual h2 {
}
.mainvisual .catch {
	margin-bottom: 3rem;
}
.mainvisual ul {
}
.mainvisual ul li {
	margin-bottom: 1rem;
}
.mainvisual ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 500px) {
	.mainvisual ul li:last-child img {
	}
}
@media (min-width: 769px) {
	.mainvisual {
	}
	.mainvisual ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mainvisual ul li {
		margin: 0 0.5rem;
	}
}

/* presenter */
#presenter {
	margin-bottom: 5rem;
}
.presenter {
}
.presenter .slide-presenter {
}
.presenter .slide-presenter .slick-list li {
	text-align: center;
	padding: 0 10px;
}
.presenter .slide-presenter li dl dt {
	margin-bottom: 0.5rem;
}
.presenter .slide-presenter li dl dt img {
	margin: 0 auto;
}
.presenter .slide-presenter li dl dd strong {
	font-size: 1.25rem;
}
.presenter .slide-presenter .slick-prev,
.presenter .slide-presenter .slick-next {
	position: absolute;
	top: 35%;
	width: 20px;
	height: 20px;
	transform: translate(0, -50%);
	z-index: 10;
}
.presenter .slide-presenter .slick-prev::before,
.presenter .slide-presenter .slick-next::before {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	opacity: 0.75;
	color: inherit;
	position: absolute;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	top: 0;
}
.presenter .slide-presenter .slick-prev {
	left: 0;
}
.presenter .slide-presenter .slick-prev::before {
	transform: rotate(-45deg);
	left: 0;
}
.presenter .slide-presenter .slick-next {
	right: 0;
}
.presenter .slide-presenter .slick-next::before {
	transform: rotate(135deg);
	right: 0;
}
.presenter .slide-presenter .slick-dots {
	bottom: auto;
}

/* outline */
#outline {
}
.outline {
}
.outline .summary {
	margin-bottom: 1.5rem;
}
.outline .summary p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.outline .summary .sticker {
	text-align: center;
	margin-bottom: 1rem;
}
.outline .detail {
	overflow-x: auto;
}
.outline .detail table {
}
.outline .detail table tr {
	border: solid 1px #AAA;
}
.outline .detail table th {
	background: #EEE;
	padding: 0.75rem 1rem;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}
.outline .detail table td {
	padding: 0.75rem 1rem;
}
.outline .detail table .td-col-2 td {
	border-right: solid 1px #AAA;
	width: 50%;
}
@media (min-width: 500px) {
	.outline .summary .sticker {
		float: right;
		margin-left: 1rem;
	}
}

/* product */
#product {
}
.product {
}
.product .product-wrap {
}
.product .product-wrap dl {
	margin-bottom: 1rem;
	border: solid 1px rgba(240,130,0,1);
}
.product .product-wrap dl dt {
	font-size: 1.125rem;
	font-weight: bold;
	background: rgba(240,130,0,0.15);
	padding: 0.25rem 1rem;
	text-align: center;
}
.product .product-wrap dl dd {
	padding: 0.75rem 1rem;
}
@media (min-width: 769px) {
	.product .product-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product .product-wrap dl {
		flex: 1 1 40%;
		margin: 0.5rem;
	}
}

/* target */
#target {
}
.target {
}
.target .recruit ul li::before {
	content: "●";
	color: rgba(240,130,0,1);
}
.target .graph figure {
	text-align: center;
}

/* group-event */
#group-event {
}
.group-event {
}
.group-event ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.group-event ul li {
	padding: 1.25rem;
	text-align: center;
}
.group-event ul li img {
	border: 1px solid #CCC;
}

/* contact */
/* company */
#company {
}
.company {
}
.company article dl {
}
.company article dl dt {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.company article dl dd {
}

/* promotion */
/* promotion-plan */
#promotion-plan {
}
.promotion-plan {
}
@media (min-width: 769px) {
	.promotion-plan .col-2 div {
		margin-bottom: 0;
	}
	.promotion-plan .col-2 div:first-child {
		margin-right: 2rem;
	}
}
.plan-seminar {
}
.plan-seminar .comment {
}
.plan-seminar .comment dt {
	margin-bottom: 1rem;
}
.plan-seminar .comment dd {
}
@media (min-width: 769px) {
	.plan-seminar .comment {
		display: flex;
	}
	.plan-seminar .comment dt {
		margin: 0 1rem 0 0;
	}
	.plan-seminar .comment dd {
		flex: 0 0 400px;
	}
}
.plan-announce {
}
.plan-announce .detail {
	margin-top: 2rem;
	display: flex;
}
.plan-announce .detail dt {
	margin-right: 1rem;
	flex: 0 0 80px;
}
.plan-announce .detail dd {
	flex: 1 1 auto;
}
.plan-announce .detail dd h5 {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: solid 2px #BBB;
	margin-bottom: 0.6rem;
}
.plan-media .bg-gray {
	background: #EEE;
	padding: 1rem;
	border-radius: 0.5rem;
	margin-top: 1rem;
}

/* media */
#media {
}
.media {
}
.media h5 {
	font-size: 1.375rem;
	margin-bottom: 2rem;
	background: rgba(240,130,0,0.15);
	padding: 0.5em 0.75em;
}
.media-logo table {
}
.media-logo table tr {
	border: solid 1px #AAA;
}
.media-logo table tr th {
	background: #EEE;
	padding: 0.5em 0.75em;
	vertical-align: middle;
	white-space: nowrap;
}
.media-logo table tr td {
	padding: 0.5em 0.75em;
	vertical-align: middle;
	word-break: break-all;
}
.media-contact dl dt {
	font-weight: bold;
}

/* results */
/* data */
#data {
}
.data {
}
.data .visitor {
}
.data .visitor .table-visitor {
	overflow-x: auto;
}
.data .exhibitor {
	overflow-x: auto;
}
.data .exhibitor .table-exhibitor {
	overflow-x: auto;
}
.data table th,
.data table td {
	text-align: center;
	border: solid 1px #AAA;
	vertical-align: middle;
	padding: 0.5rem;
	white-space: nowrap;
}
.data table thead th {
	background: #EEE;
}
.data table tfoot td {
	background: rgba(240,130,0,0.1);
}
.data table tbody th {
	white-space: normal;
	min-width: 9em;
}
.data table .bold {
	font-weight: bold;
}
.data .graph {
}
.data .graph figure {
	text-align: center;
	margin-bottom: 2rem;
}
.data .graph figure figcaption {
	font-weight: bold;
	font-size: 1.1em;
	color: rgba(240,130,0,1);
	margin-bottom: 0.5rem;
}

/* press */
#press {
}
.press {
}
.press .media-list {
}
.press .media-list ul {
	display: flex;
	flex-wrap: wrap;
}
.press .media-list ul li {
	margin-right: 1.5em;
	flex: 1 1 23em;
}
.press .media-list ul li::before {
	content: "●";
	color: rgba(240,130,0,1);
}
.press .media-list ul li:empty::before {
	content: "";
}
.press .sponser-list {
}
.press .sponser-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.press .sponser-list ul li {
	padding: 1.15rem;
	text-align: center;
}
.press .sponser-list ul li img {
	border: solid 1px #CCC;
}

/* wj-link */
#wj-link {
}
.wj-link {
}
.wj-link ul {
}
.wj-link ul li {
}
.wj-link ul li a {
	border-radius: 0.5rem;
}
@media (min-width: 768px) {
	.wj-link h3 {
		margin-bottom: 2rem;
	}
	.wj-link .btn-col-3 li {
		flex: 1 1 420px;
	}
}

/* info */
/* information */
.info h6 {
	font-size: 1.2rem;
}
#information {
}
.information {
}
.info h6 {
	font-size: 1.2rem;
}
.information .space-price {
}
.information .space-price .koma {
	text-align: center;
	margin-bottom: 1.5rem;
	margin-right: 2rem;
}
.information .space-price .space-1 {
}
.information .space-price .space-1 table {
	margin-bottom: 0.5rem;
}
.information .space-price .space-1 table th,
.information .space-price .space-1 table td {
	text-align: center;
	border: solid 1px #AAA;
	vertical-align: middle;
	padding: 0.5rem;
}
.information .space-price .space-1 table th {
	background: #EEE;
}
.information .space-price .space-1 table strong {
	font-size: 1.25em;
}
.information .space-price .koma-wrap {
	margin-bottom: 2rem;
}
.information .space-price .space-2 {
}
.information .space-price .space-2 h6 {
	background: #EEE;
	padding: 0.1rem 0;
	margin-bottom: 1rem;
	font-weight: bold;
}
.information .space-price .space-2 li {
	text-align: center;
	margin-bottom: 1rem;
}
.information .space-price .space-2 li table {
	margin: 0 auto 0.5rem;
}
.information .space-price .space-2 li table td {
	text-align: center;
	border: solid 1px rgba(240,130,0,1);
	vertical-align: middle;
	background: rgba(240,130,0,0.1);
	width: 3rem;
	height: 3rem;
}
.information .space-price .space-2 li p {
	margin-bottom: 0.5rem;
}
.information .space-price .space-2 li p strong {
	font-size: 1.25rem;
}
.information .space-price .space-2 li figcaption {
	font-size: 14px;
	margin-top: 0.4rem;
}
@media (min-width: 768px) {
	.information .space-price .koma-wrap {
		display: flex;
		align-items: center;
	}
	.information .space-price .space-1 {
		flex: 1 1 auto;
	}
	.information .space-price .koma {
		margin-bottom: 0;
	}
	.information .space-price .space-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.information .space-price .space-2 li {
		flex: 1 1 40%;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
.information .custom-service {
}
.information .custom-service .text {
	margin-bottom: 1rem;
}
.information .custom-service .booth {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.information .custom-service .booth li {
	text-align: center;
	margin: 0 0.75rem 1.5rem;
}
.information .booth-price {
}
.information .booth-price .price {
	background: rgba(240,130,0,0.15);
	padding: 0.5em 0.75em;
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.information .booth-price .price dt {
	font-size: 1.25rem;
}
.information .booth-price .price dd {
}
.information .booth-price .price dd strong {
	font-size: 1.25rem;
	font-weight: bold;
}
.information .booth-price .comment {
	margin-bottom: 2rem;
}
.information .booth-price .comment dt {
	margin-bottom: 1rem;
}
.information .booth-price .comment dd {
}
.information .booth-price .comment dd p span {
	color: rgba(240,130,0,1);
}
@media (min-width: 768px) {
	.information .booth-price .comment {
		display: flex;
	}
	.information .booth-price .comment dt {
		flex: 0 0 460px;
		margin-right: 1rem;
		margin-bottom: 0;
	}
}

/* seminar */
#seminar {
}
.seminar {
}
.seminar .table-seminar {
	overflow-x: auto;
}
.seminar .table-seminar table {
	margin-bottom: 1rem;
}
.seminar .table-seminar table th,
.seminar .table-seminar table td {
	text-align: center;
	border: solid 1px #AAA;
	vertical-align: middle;
	padding: 0.5rem;
	white-space: nowrap;
}
.seminar .table-seminar table thead th {
	background: #EEE;
}
.seminar .table-seminar table tbody th {
	background: rgba(240,130,0,0.2);
	font-weight: bold;
}
.seminar .table-seminar table tbody tr td:first-of-type {
	background: rgba(240,130,0,0.07);
}
.seminar .price {
	background: rgba(240,130,0,0.15);
	padding: 0.5em 0.75em;
	margin-bottom: 1.5rem;
}
.seminar .price strong {
	font-size: 1.25rem;
	font-weight: bold;
}
.seminar .comment {
	margin-bottom: 3rem;
}
.seminar .comment dt {
	margin-bottom: 1rem;
}
.seminar .comment dd {
}
.seminar .comment dd p span {
	color: rgba(240,130,0,1);
}
@media (min-width: 768px) {
	.seminar .comment {
		display: flex;
	}
	.seminar .comment dt {
		flex: 0 0 460px;
		margin-right: 1rem;
		margin-bottom: 0;
	}
}

/* online */
#online {
}
.online {
}
.online .data {
	background: rgba(240,130,0,0.15);
	padding: 0.5em 0.75em;
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.25rem;
}
.online .data dt {
}
.online .data dd {
	font-weight: bold;
}
.online .exhibit {
}
.online .video {
}
.online ul li span {
	color: rgba(240,130,0,1);
}

/* logo */
#logo {
}
.logo {
}
.logo .wj {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}
.logo .wj li {
	margin: 0 1rem 1rem;
}
.logo .btn-col-1 {
	font-size: 1.125rem;
	max-width: 400px;
}
.logo .wjwtp {
    
}
.logo .wjwtp li {
    text-align: center;
    margin-bottom: 2rem;    
}

/* covid-19 */
.covid-19 {
	margin-top: 2rem;
}
.covid-19 .btn-col-1 {
	font-size: 1.125rem;
	max-width: 400px;
}

/* sponser-item */
#sponser-item {
}
.sponser-item {
}
.sponser-item .item-1 .price dt {
	background: rgba(240,130,0,0.15);
	padding: 0.5em 0.75em;
	margin-bottom: 1.5rem;
}
.sponser-item .item-1 .price dt strong {
	font-size: 1.25rem;
}
.sponser-item .item-1 .price dd p {
	margin-bottom: 1rem;
}
.sponser-item .item-1 .price dd ul {
	margin-bottom: 1rem;
}
.sponser-item .item-1 .price dd ul li span {
	color: rgba(240,130,0,1);
}
.sponser-item .item-1 .item-img {
}
.sponser-item .item-1 .item-img ul {
}
.sponser-item .item-1 .item-img ul li {
}
@media (min-width: 860px) {
	.sponser-item .item-1 .item-wrap {
		display: flex;
	}
	.sponser-item .item-1 .item-wrap .price {
		margin-right: 1.5rem;
	}
	.sponser-item .item-1 .item-wrap .item-img {
		flex: 0 0 488px;
	}
}

/* inquiry-form */
.inquiry-form {
	max-width: 960px;
	margin: 0 auto 5rem;
}

/* point */
#point {
}
.point {
}
.point h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.point-1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.point-1 ul li {
    max-width: 302px;
	margin: 0.5rem;
}
.point-2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.point-2 ul li {
    max-width: 446px;
	margin: 1rem;
}

/* merit */
#merit {
}
.merit {
}
.merit-wrap ul li {
    margin-bottom: 1rem;
    background: rgba(240,130,0,0.15);
    border-radius: 10px;
}
.merit-wrap ul li dl {
	display: flex;
}
.merit-wrap ul li dl dt {
    font-size: 1.3rem;
    font-weight: bold;
    background: rgba(240,130,0,1);
    color: #FFF;
    text-align: center;
    border-radius: 10px 0 0 10px;
	flex: 0 0 auto;
	padding: 1rem;
}
.merit-wrap ul li dl dd {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.6rem 1rem;
}
@media (min-width: 768px) {
    .merit-wrap ul {
    }
    .merit-wrap ul li {
    }
}

/* theme */
#theme {
}
.theme {
}
.theme ul {
}
.theme ul li {
	font-size: 2rem;
	font-weight: bold;
	background-image: url("../img/theme-bg.jpg");
	background-position: center center;
	margin-bottom: 1rem;
	padding: 0.7rem 1rem;
    border-radius: 10px;
	text-align: center;
}
@media (min-width: 768px) {
	.theme ul {
	}
	.theme ul li {
	}
}




