@charset "UTF-8";

.hero {
	position: relative;
}

.hero::before {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 300px;
	width: 100%;
}

body.-resources .hero::before {
	background-image: url(/img/resources/hero-bg.jpg);
}

body.-technology .hero::before {
	background-image: url(/img/technology/hero-bg.jpg);
}

body.-development .hero::before {
	background-image: url(/img/development/hero-bg.jpg);
}

.hero_wrap {
	margin: -215px auto 0;
	max-width: 1486px;
	padding: 0 60px;
	position: relative;
}

.hero_logo {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.hero_logo img {
	height: auto;
	max-width: 35svw;
}

.hero_img {
	display: flex;
}

.hero_img img {
	flex: 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hero_intro {
	font-weight: bold;
	padding: 25px 50px;
	text-align: center;
}

.hero_bnr_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.hero_bnr > a {
	display: inline-block;
}

.group {
	display: flex;
	gap: 14px;
	justify-content: center;
}

.group_col {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(50% - 20px);
}

.group_ttl {
	background: var(--color-main);
	color: #ffffff;
	font-size: var(--fz-20px);
	font-weight: bold;
	padding: 10px 30px 10px 0px;
	text-align: left;
	padding-left: 1ch;
}

.group_ttl:has(a) {
	padding: 0;
}

.group_ttl > a {
	display: block;
	padding: 10px 30px 10px 10px;
	position: relative;
	line-height: 1.4;
}

.group_ttl > a::after {
	content: "\e901";
	font-family: icomoon;
	font-size: 16px;
	line-height: 1;
	margin-top: -.4em;
	position: absolute;
	right: 10px;
	top: 50%;
}

.group_cnt {
	background: #ffffff;
	padding: 0 15px;
	top: 55px;
	width: 100%;
	z-index: 10;
}

@media (hover: hover) {
	.group_cnt {
		height: 0;
		overflow: hidden;
		position: absolute;
	}

	.group_col:hover .group_cnt {
		height: auto;
	}
}

.group_list {
	font-weight: bold;
	padding: 20px 0;
}

.group_list > li {
	padding-bottom: 8px;
}

.group_list > li:last-of-type {
	padding-bottom: 0;
}

.group_list.-col4 {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	gap: 10px 2%;
}

.group_list.-col4 > li {
	width: 23.5%;
}

.group_list > li a {
	display: inline-block;
	padding-left: 1em;
	position: relative;
}

.group_list > li a::before {
	color: #de4400;
	content: "\e905";
	font-family: icomoon;
	font-size: 10px;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	top: 1.4em;
}

@media (hover: hover) {
	.group_list > li a:hover {
		text-decoration: underline;
	}
}

.bnr {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	margin-top: 40px;
}

.bnr > a {
	display: inline-block;
}

.bnr > a img {
}

.info {
}

.info_hd {
	line-height: 1;
}

.info_hd_en {
	font-size: 60px;
}

.info_hd_ttl {
	font-size: var(--fz-22px);
	font-weight: bold;
	margin-top: 10px;
}

.info_nopost {
	margin-top: 20px;
}

.info_list {
	border-top: 1px solid var(--border);
	font-weight: bold;
	margin-top: 20px;
}

.info_item {
	border-bottom: 1px solid var(--border);
}

.info_item a {
	display: block;
}

.info_item_row {
	align-items: center;
	display: flex;
	gap: 1.5em;
	padding: 20px 0;
}

.info_item_cat {
	background: var(--color-sub);
	display: inline-block;
	font-size: var(--fz-12px);
	text-align: center;
	width: 10em;
}

.info_item_date {
	display: inline-block;
	width: 8em;
}

.info_item_ttl {
	width: 70%;
}

.info_item_ttl a {
	color: rgb(0, 123, 255);
}

.info_btn {
	margin-top: 50px;
	text-align: center;
}

.info_btn > a {
	align-items: center;
	background: var(--main);
	border-radius: 10px;
	color: #ffffff;
	display: inline-flex;
	font-size: var(--fz-18px);
	font-weight: bold;
	height: 70px;
	justify-content: center;
	position: relative;
	width: 300px;
}

.info_btn > a::after {
	content: "\e901";
	font-family: icomoon;
	font-size: 16px;
	line-height: 1;
	margin-top: -.4em;
	position: absolute;
	right: 20px;
	top: 50%;
}

@media screen and (max-width:1366px) and (min-width: 769px) {
	.hero {
	}

	.hero::before {
	}

	body.-resources .hero::before {
	}

	body.-technology .hero::before {
	}

	body.-development .hero::before {
	}

	.hero_wrap {
		padding: 0 10px;
	}

	.hero_logo {
	}

	.hero_logo img {
		max-width: 25svw;
	}

	.hero_img {
	}

	.hero_img.-col4 {
	}

	.hero_img img {
	}

	.hero_intro {
	}

	.hero_bnr {
	}

	.hero_bnr_list {
	}

	.hero_bnr > a {
	}

	.group {
		padding: 0 20px;
	}

	.group_col {
	}

	.group_ttl {
	}

	.group_ttl > a {
	}

	.group_ttl > a::after {
	}

	.group_cnt {
		position: revert;
	}

	@media (hover: hover) {
		.group_cnt {
			position: absolute;
		}
	}

	.group_list {
	}

	.group_list > li {
	}

	.group_list.-col4 {
	}

	.group_list.-col4 > li {
	}

	.group_list > li a {
	}

	.group_list > li a::before {
	}

	.bnr {
	}

	.bnr > a {
	}

	.bnr > a img {
	}

	.info {
	}

	.info_hd {
	}

	.info_hd_en {
	}

	.info_hd_ttl {
	}

	.info_nopost {
	}

	.info_list {
	}

	.info_item {
	}

	.info_item a {
	}

	.info_item_row {
	}

	.info_item_cat {
	}

	.info_item_date {
	}

	.info_item_ttl {
	}

	.info_btn {
	}

	.info_btn > a {
	}

	.info_btn > a::after {
	}
}

@media screen and (max-width:768px) {
	.hero {
	}

	.hero::before {
		height: 200px;
	}

	body.-resources .hero::before {
	}

	body.-technology .hero::before {
	}

	body.-development .hero::before {
	}

	.hero_wrap {
		margin: -120px auto 0;
		padding: 0 20px;
	}

	.hero_logo {
		padding: 20px 70px;
	}

	.hero_logo img {
		max-width: 27svw;
	}

	.hero_img {
	}

	.hero_img img {
	}

	.hero_intro {
		margin-bottom: -60px;
		padding: 40px 20px 20px;
		text-align: justify;
	}

	.hero_bnr {
		padding-bottom: 50px;
	}

	.hero_bnr_list {
		align-items: center;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
	}

	.hero_bnr > a {
	}

	.group {
		flex-direction: column;
		gap: 20px;
		margin-top: 50px;
		padding: 0;
	}

	.group_col {
		width: 100%;
	}

	.group_ttl {
		font-size: var(--fz-18px);
	}

	.group_ttl > a {
	}

	.group_ttl > a::after {
	}

	.group_cnt {
		position: revert;
	}

	@media (hover: hover) {
		.group_cnt {
			position: absolute;
		}
	}

	.group_list {
	}

	.group_list > li {
		width: 100%;
	}

	.group_list.-col4 {
	}

	.group_list.-col4 > li {
	}

	.group_list > li a {
	}

	.group_list > li a::before {
	}

	.bnr {
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.bnr > a {
	}

	.bnr > a img {
	}

	.info {
	}

	.info_hd {
	}

	.info_hd_en {
		font-size: 40px;
	}

	.info_hd_ttl {
		font-size: var(--fz-18px);
	}

	.info_nopost {
	}

	.info_list {
	}

	.info_item {
	}

	.info_item a {
	}

	.info_item_row {
		flex-wrap: wrap;
		gap: 0;
	}

	.info_item_cat {
		margin-right: 20px;
	}

	.info_item_date {
	}

	.info_item_ttl {
		width: 100%;
		display: block;
		margin-top: 5px;
	}

	.info_btn {
		margin-top: 29px;
	}

	.info_btn > a {
		font-size: var(--fz-16px);
		height: 60px;
	}

	.info_btn > a::after {
	}
}
