section {
	position: relative;
	width: 100%;
}
section.article_area {
	padding: 125px 5% 150px;
	background: url(../media/images/2027/common/theme_bg.jpg) center bottom/100% no-repeat #ffffff;
}
@media screen and (max-width: 1024px) {
	section.article_area {
		padding: 45px 5% 90px;
	}
}
@media screen and (max-width: 600px) {
	section.article_area {
		background-size: 250%;
	}
}
section.article_area .space {
	margin: 60px 0;
}
@media screen and (max-width: 1024px) {
	section.article_area .space {
		margin: 40px 0;
	}
}
section.article_area .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
	border-radius: 0 0 10px 10px;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
	section.article_area .inner {
		padding-bottom: 40px;
	}
}
section.article_area .inner h1 {
	display: block;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 36px;
	padding: 23px;
	border-radius: 0 0 40px 40px;
	color: #ffffff;
	background-image: linear-gradient(to left, rgb(0, 111, 182) 0%, rgb(0, 172, 178) 100%);
	font-size: var(--fz_lg);
	text-align: center;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner h1 {
		margin-bottom: 30px;
		padding: 15px 5%;
		font-size: clamp(1.125rem, 0.981rem + 0.62vw, 1.375rem);
	}
}
section.article_area .inner .article_wrap {
	padding: 0 20px;
	max-width: 574px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap {
		padding: 0 5%;
	}
}
section.article_area .inner .article_wrap * {
	line-height: 1.8;
	font-size: var(--fz_md);
}
section.article_area .inner .article_wrap .date {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: var(--fz_sm);
}

section.article_area .inner .article_wrap .tag {
	width: 110px;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	margin: 0 0 0 10px;
	color: var(--c_light);
	font-weight: 500;

	@media screen and (max-width: 1024px) {
		width: 80px;
	}
}

section.article_area .inner .article_wrap .tag.updates {
	background: #58BFB6;
}
section.article_area .inner .article_wrap .tag.notice {
	background: #ee0000;
}
section.article_area .inner .article_wrap .tag.startups {
	background: #ff7800;
}
section.article_area .inner .article_wrap .tag.seminar {
	background: #66a880;
}
section.article_area .inner .article_wrap .tag.exhibition {
	background: #3084a0;
}
section.article_area .inner .article_wrap .tag.project {
	background: #9778a5;
}
section.article_area .inner .article_wrap .tag.feature {
	background: #a26d7e;
}
section.article_area .inner .article_wrap .tag.related {
	background: #aaa02f;
}

section.article_area .inner .article_wrap h2 {
	position: relative;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 26px;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap h2 {
		margin-bottom: 20px;
		padding-left: 20px;
		font-size: clamp(1.125rem, 0.981rem + 0.62vw, 1.375rem);
	}
}
section.article_area .inner .article_wrap h2:before {
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	width: 10px;
	height: 70%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1d1d1d), color-stop(50%, #6dc2ae));
	background: -webkit-linear-gradient(top, #1d1d1d 50%, #6dc2ae 50%);
	background: linear-gradient(to bottom, #1d1d1d 50%, #6dc2ae 50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);

	@media screen and (max-width: 1024px) {
		width: 7px;
	}
}

section.article_area .inner .article_wrap h3 {
	display: inline-block;
	line-height: 1.4;
	padding: 10px 15px;
	background: #ebebeb;
	font-weight: bold;
	font-size: var(--fz_lg);
}
section.article_area .inner .article_wrap p span {
	font-weight: bold;
}
section.article_area .inner .article_wrap p strong {
	padding: 0 3px;
	color: #ffffff;
	background: #030303;
	font-weight: 400;
}
section.article_area .inner .article_wrap a {
	color: #938E00;
	text-decoration: underline;
	overflow-wrap: break-word;
	font-size: var(--fz_sm);
}
@media (hover) {
	section.article_area .inner .article_wrap a:hover {
		text-decoration: none;
	}
}
section.article_area .inner .article_wrap .btn_pdf a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 10px;
	background: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.article_area .inner .article_wrap .btn_pdf a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 100%;
	background: var(--c_rd);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .btn_pdf a:after {
		width: 50px;
	}
}
@media (hover) {
	section.article_area .inner .article_wrap .btn_pdf a:hover:after {
		width: 100%;
	}
}
section.article_area .inner .article_wrap .btn_pdf a span {
	position: relative;
	z-index: 2;
}
section.article_area .inner .article_wrap .btn_pdf a span.ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 85px);
	line-height: 1.4;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 45px;
	color: #ffffff;
	font-weight: 500;
	font-size: 22px;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .btn_pdf a span.ttl {
		width: calc(100% - 50px);
		padding: 20px 5%;
		font-size: clamp(0.875rem, 0.658rem + 0.92vw, 1.25rem);
	}
}
section.article_area .inner .article_wrap .btn_pdf a span.ttl img {
	width: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .btn_pdf a span.ttl img {
		width: 20px;
	}
}
section.article_area .inner .article_wrap .btn_pdf a span.icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 85px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .btn_pdf a span.icon {
		width: 50px;
	}
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .btn_pdf a span.icon svg {
		width: 20px;
	}
}
section.article_area .inner .article_wrap .btn_pdf a span.icon svg .cls-1 {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	fill: none;
	stroke: #ffffff;
	stroke-width: 3px;
	fill-rule: evenodd;
}
section.article_area .inner .article_wrap .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.article_area .inner .article_wrap .btn_rd {
	width: auto;
	min-width: 235px;
	padding: 0 40px;
	color: #ffffff;
	text-decoration: none;
}
@media (hover) {
	section.article_area .inner .article_wrap .btn_rd:hover {
		color: var(--c_rd);
	}
}
section.article_area .inner .article_wrap ul.col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 4%;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap ul.col {
		gap: 20px 4%;
	}
}
section.article_area .inner .article_wrap ul.col li {
	position: relative;
	width: 48%;
	padding-left: 15px;
}
@media screen and (max-width: 600px) {
	section.article_area .inner .article_wrap ul.col li {
		width: 100%;
	}
}
section.article_area .inner .article_wrap ul.col li:after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	border-radius: 50px;
	background: var(--c_rd);

	aspect-ratio: 1/1;
}
section.article_area .inner .article_wrap ul.col li a {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	color: var(--c_txt);
	font-size: var(--fz_md);
	text-decoration: none;
}
@media (hover) {
	section.article_area .inner .article_wrap ul.col li a:hover {
		text-decoration: underline;
	}
}
section.article_area .inner .article_wrap ul.col li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	background: url(../media/images/common/icon_blank_bk.svg) center/cover no-repeat;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);

	aspect-ratio: 19/16;
}
section.article_area .inner .article_wrap table {
	width: 100%;
	font-size: var(--fz_lg);
}
@media screen and (max-width: 600px) {
	section.article_area .inner .article_wrap table tr:not(:last-child) td {
		border-bottom: none;
	}
}
section.article_area .inner .article_wrap table tr th {
	padding: 20px 30px;
	border: 1px solid #1d1d1d;
	background: #edf8f9;
}
@media screen and (max-width: 600px) {
	section.article_area .inner .article_wrap table tr th {
		display: block;
		width: 100%;
		padding: 15px 5%;
	}
}
section.article_area .inner .article_wrap table tr td {
	padding: 20px 30px;
	border: 1px solid #1d1d1d;
}
@media screen and (max-width: 600px) {
	section.article_area .inner .article_wrap table tr td {
		display: block;
		width: 100%;
		padding: 15px 5%;
		border-top: none;
	}
}
section.article_area .inner .article_wrap table tr td ul li:not(:last-child) {
	margin-bottom: 20px;
}
section.article_area .inner .article_wrap table tr td span {
	color: #349af9;
	font-weight: bold;
}
section.article_area .inner .article_wrap table tr td strong {
	display: inline-block;
	margin-left: 2em;
	color: var(--c_rd);
	background: #fcece9;
}
section.article_area .inner .article_wrap .contact_box {
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	padding: 35px 4%;
	border-radius: 10px;
	background: #edf8f9;
	text-align: center;
}
section.article_area .inner .article_wrap .contact_box p.c_ttl {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: var(--fz_xl);
}
section.article_area .inner .article_wrap .contact_box p.c_txt {
	font-size: var(--fz_lg);
}
section.article_area .inner .article_wrap .contact_box .c_tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px 30px;
	margin: 10px 0;
}
section.article_area .inner .article_wrap .contact_box p:has(span) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.article_area .inner .article_wrap .contact_box p span {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 50px;
	color: #ffffff;
	background: #1d1d1d;
	font-size: var(--fz_xs);
}
section.article_area .inner .article_wrap .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.article_area .inner .article_wrap .img img {
	max-width: 100%;
}
section.article_area .inner .article_wrap .totop {
	margin-top: 90px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	section.article_area .inner .article_wrap .totop {
		margin-top: 45px;
	}
}
section.article_area .inner .article_wrap .totop a {
	display: inline-block;
	padding-right: 25px;
	border-bottom: 1px solid var(--c_txt);
	color: var(--c_txt);
	background: url(../media/images/common/arrow_r_bk.png) right 5px center/9px no-repeat;
	font-weight: bold;
	font-size: var(--fz_md);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (hover) {
	section.article_area .inner .article_wrap .totop a:hover {
		background-position: right 0 center;
	}
}
/*# sourceMappingURL=layout.css.map */
