@charset "UTF-8";
.home-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}
.main {
}
.top {
	position: relative;
	height: 100dvh;
	display: grid;
	grid-template-columns: 3fr 2fr;
	padding-right: 40px;
}
.top_bg {
	position: relative;
	width: 100%;
	z-index: 1;
}
.top_bg_cnt {
	width: 100%;
	height: 100%;
	background: url(../img/home/top-bg-item@2x.png) center / contain;
	background-repeat: no-repeat;
}
.top_bg_item {
	width: 100%;
	height: auto;
	aspect-ratio: 1440 / 1046;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.toplink {
	position: relative;
	z-index: 5;
	padding: 100px 0;
	display: flex;
	align-items: center;
}
.toplink_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
	height: fit-content;
}
.toplink_wrap a {
	display: flex;
	width: 100%;
	height: 90px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid #ffffff;
	transition: all 0.4s;
	overflow: hidden;
	flex-flow: column;
	position: relative;
}
.toplink_top_txt {
}
.toplink_top {
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: all 0.2s;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	padding-bottom: 1.5em;
	align-items: center;
	justify-content: center;
}
.toplink_cnt:hover .toplink_top {
	transform: translateY(0);
}
.toplink_btm {
	padding-top: 0;
	transition: all 0.2s;
}
.toplink_cnt:hover .toplink_btm {
	padding-top: 1.5em;
}
.toplink_wrap a:hover {
	background: #ffffff;
	color: #060b1d;
}
.midlink {
	padding-bottom: 60px;
}
.midlink_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 75px;
}
.midlink_cnt {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.midlink_txt {
	height: 200%;
	transform: translateY(-50%);
	background: linear-gradient(to bottom, #3f7895 50%, #111a3c 100%);
	transition: all 0.2s;
}
.midlink_cnt:hover .midlink_txt {
	transform: translateY(0%);
}
.midlink_top {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 0 20px;
	gap: 20px;
	font-size: 26px;
}
.midlink_btm {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-size: 31px;
}
.topsec {
	padding: 40px 0;
}
.topsec_wrap {
	display: grid;
	grid-template-columns: auto 840px;
}
.topsec_hd {
	font-size: 70px;
	line-height: 0.9;
	font-weight: 500;
	margin-bottom: 35px;
}
.topsec_cnt {
	width: 100%;
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}
.topsec_article {
	display: grid;
	grid-template-columns: 120px auto;
	padding: 18px 30px;
	border-bottom: 1px solid #ffffff;
}
.topsec_article:first-child {
	border-top: 1px solid #ffffff;
}
.topsec_article_cnt {
}
.topsec_archive {
	display: flex;
}
.topsec_archive a {
	display: flex;
	padding-left: 50px;
	font-size: 20px;
	position: relative;
	margin: auto auto 0 0;
}
.topsec_archive a::before {
	content: "";
	width: 32px;
	right: calc(100% - 32px);
	/* transform: translateX(100%); */
	display: block;
	height: 1px;
	background: #ffffff;
	position: absolute;
	bottom: 11px;
	transition: all 0.4s;
	margin: auto auto 0 0;
}
.topsec_archive a:hover:before {
	width: 0;
}
.new {
}
.new_wrap {
}
.new_hd {
}
.new_cnt {
	max-height: 240px;
	overflow: scroll;
	padding-right: 14px;
}
.new_cnt::-webkit-scrollbar {
	width: 10px;
	height: 0;
}
.new_cnt::-webkit-scrollbar-thumb {
	border-radius: 0.25rem;
	--bg-opacity: 1;
	background-color: #ffffff;
}
.new_article {
}
.new_article a {
	/* color: #3f7895; */
	color: #008de5;
	text-decoration: underline;
	transition: all 0.4s;
}
.new_article a:hover {
	opacity: 0.6;
}
.message {
}
.message_wrap {
}
.message_hd {
}
.message_cnt {
}
.message_article {
	padding-right: 75px;
	position: relative;
}
.message_article_cnt {
}
.message_article_cnt h3 {
	display: inline;
}
.message_article_tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.4;
	width: 60px;
	height: 23px;
	margin-left: 20px;
}
.message_article_tag.-jsmp {
	background: #19a28d;
}
.message_article_tag.-jrc {
	background: #e5a700;
}
.message_article_tag.-jsrt {
	background: #008de5;
}
.message_article_tag.-jrs {
	background: #f05023;
}
.message_article .icon-arrow {
	width: 75px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message_article .icon-arrow::before {
	content: "";
	display: block;
	background: url(../img/cmn/icon-arrow.svg) center / 100% 100%;
	width: 19px;
	height: 11px;
	transition: all 0.4s;
}
.message_article:hover .icon-arrow::before {
	transform: translateX(50%);
}
.message_archive {
}

@media screen and (max-width: 1240px) {
	.home-inner {
	}
	.main {
	}
	.top {
		padding: 0 40px;
		grid-template-columns: 1fr;
		grid-template-rows: 3fr 2fr;
		gap: 20px;
	}
	.top_bg {
	}
	.top_bg_cnt {
		height: 100%;
	}
	.toplink {
		padding: 0px 0 60px;
		width: 600px;
		margin: 0 auto;
	}
	.toplink_wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		height: 100%;
		max-height: 370px;
	}
	.toplink_wrap a {
		height: auto;
	}
	.toplink_top_txt {
	}
	.toplink_top {
	}
	.toplink_cnt:hover .toplink_top {
	}
	.toplink_btm {
	}
	.toplink_cnt:hover .toplink_btm {
	}
	.toplink_wrap a:hover {
	}
	.midlink {
	}
	.midlink_wrap {
		gap: 30px;
	}
	.midlink_cnt {
	}
	.midlink_txt {
	}
	.midlink_cnt:hover .midlink_txt {
	}
	.midlink_top {
	}
	.midlink_btm {
	}
	.btm {
	}
	.topsec {
	}
	.topsec_wrap {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.topsec_hd {
		margin-bottom: 15px;
	}
	.topsec_cnt {
		grid-row: auto;
		grid-column: auto;
	}
	.topsec_article {
	}
	.topsec_article:first-child {
	}
	.topsec_article_cnt {
	}
	.topsec_archive {
	}
	.topsec_archive a {
		margin: 0 auto;
	}
	.topsec_archive a::before {
	}
	.topsec_archive a:hover:before {
	}
	.new {
	}
	.new_wrap {
	}
	.new_hd {
	}
	.new_cnt {
		padding-right: 0;
		max-height: unset;
	}
	.new_cnt::-webkit-scrollbar {
	}
	.new_cnt::-webkit-scrollbar-thumb {
	}
	.new_article {
	}
	.new_article a {
	}
	.new_article a:hover {
	}
	.message {
	}
	.message_wrap {
	}
	.message_hd {
	}
	.message_cnt {
	}
	.message_article {
	}
	.message_article_cnt {
	}
	.message_article_cnt h3 {
	}
	.message_article_tag {
	}
	.message_article_tag.-jsmp {
	}
	.message_article_tag.-jrc {
	}
	.message_article_tag.-jsrt {
	}
	.message_article_tag.-jrs {
	}
	.message_article .icon-arrow {
	}
	.message_article .icon-arrow::before {
	}
	.message_article:hover .icon-arrow::before {
	}
	.message_archive {
	}
}

@media screen and (max-width: 768px) {
	.home-inner {
		padding: 0 20px;
	}
	.main {
	}
	.top {
		grid-template-rows: auto;
		height: auto;
		padding: 50px 20px;
	}
	.top_bg {
		overflow: hidden;
		height: 300px;
	}
	.top_bg_cnt {
	}
	.top_bg_item {
		bottom: 50%;
		transform: translate(50%, 50%);
		width: 550px;
		background-repeat: no-repeat;
		top: unset;
	}
	.hero {
	}
	.hero_wrap {
		height: 450px;
	}
	.hero_ttl {
		font-size: 72px;
	}
	.ttlsmall {
		font-size: 23px;
	}
	.toplink {
		width: 100%;
	}
	.toplink_wrap {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
		margin: 0 auto;
	}
	.toplink_wrap a {
		font-size: 16px;
		height: 60px;
	}
	.toplink_top_txt {
	}
	.toplink_top {
	}
	.toplink_cnt:hover .toplink_top {
	}
	.toplink_btm {
	}
	.toplink_cnt:hover .toplink_btm {
	}
	.toplink_wrap a:hover {
	}
	.midlink {
		padding-bottom: 30px;
	}
	.midlink_wrap {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
		margin: 0 auto;
	}
	.midlink_cnt {
		height: 180px;
	}
	.midlink_txt {
	}
	.midlink_cnt:hover .midlink_txt {
	}
	.midlink_top {
		font-size: 18px;
		gap: 5px;
	}
	.midlink_btm {
		font-size: 24px;
	}
	.btm {
	}
	.topsec {
		padding: 30px 0;
	}
	.topsec_wrap {
	}
	.topsec_hd {
		font-size: 56px;
	}
	.topsec_cnt {
	}
	.topsec_article {
		grid-template-columns: 1fr;
		padding: 15px 5px;
	}
	.topsec_article:first-child {
	}
	.topsec_article_cnt {
	}
	.topsec_archive {
	}
	.topsec_archive a {
	}
	.topsec_archive a::before {
	}
	.topsec_archive a:hover:before {
	}
	.new {
	}
	.new_wrap {
	}
	.new_hd {
	}
	.new_cnt {
	}
	.new_cnt::-webkit-scrollbar {
	}
	.new_cnt::-webkit-scrollbar-thumb {
	}
	.new_article {
	}
	.new_article a {
	}
	.new_article a:hover {
	}
	.message {
	}
	.message_wrap {
	}
	.message_hd {
	}
	.message_cnt {
	}
	.message_article {
		padding-right: 40px;
	}
	.message_article_cnt {
	}
	.message_article_cnt h3 {
	}
	.message_article_tag {
		width: 40px;
		font-size: 12px;
		height: 18px;
		margin-left: 5px;
	}
	.message_article_tag.-jsmp {
	}
	.message_article_tag.-jrc {
	}
	.message_article_tag.-jsrt {
	}
	.message_article_tag.-jrs {
	}
	.message_article .icon-arrow {
		width: 40px;
	}
	.message_article .icon-arrow::before {
		aspect-ratio: 19 / 11;
		width: 14px;
	}
	.message_article:hover .icon-arrow::before {
	}
	.message_archive {
	}
}
