/*----------
	parts
----------*/
.un-sns-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.un-sns-list:not(:first-child) {
	margin-top: 30px;
}

@media (min-width: 768px), print {
	.un-sns-list:not(:first-child) {
		margin-top: 50px;
	}
}
@media (min-width: 768px), print {
	.un-sns-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
	}
}
.un-sns-button__inner {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 64px;
	padding: 20px 20px 16px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	color: currentColor;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.un-sns-button__inner > span {
	line-height: var(--line-height-s);
	color: inherit;
}

@media (min-width: 768px), print {
	.un-sns-button__inner {
		transition: all 0.2s;
		flex-direction: row;
		gap: 20px;
		padding: 15px 30px;
		font-size: 1.8rem;
	}
	.un-sns-button__inner:not([disabled=true]):hover {
		color: var(--color-prim);
		border-color: var(--color-prim);
	}
}
@media (min-width: 768px), print {
	.un-sns-button__mark {
		width: 48px;
		height: 48px;
	}
}
/*----------
	layout
----------*/
.p-top-important {
	margin-top: 20px !important;
}

@media (min-width: 768px), print {
	.p-top-important {
		margin-top: 14px !important;
	}
}
.p-top-systeminfo {
	margin-top: 10px;
	padding: 10px 20px;
	background: var(--color-bg-gray-pale);
	border-radius: 10px;
	text-align: center;
}

@media (min-width: 768px), print {
	.p-top-systeminfo {
		margin-top: 20px;
	}
}
.p-top-head {
	position: relative;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.p-top-head__nav {
		margin-top: 40px;
	}
	.p-top-head__inner {
		width: 100%;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5.3333333333%;
		padding-right: 5.3333333333%;
	}
}
@media (max-width: 767px) and (min-width: 768px), print and (max-width: 767px) {
	.p-top-head__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px), print {
	.p-top-head__nav {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		visibility: visible;
		width: 100vw;
		max-width: 1400px;
		min-width: 1240px;
		padding: 25px 45px;
		pointer-events: none;
	}
	.p-top-head__nav .c-palette-nav {
		width: 400px;
		margin-left: auto;
		pointer-events: all;
	}
}
.p-top-about__head {
	position: relative;
	height: 100%;
	min-height: 285px;
	padding-block: 40px 120px;
}

.p-top-about__head::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5.3333333333vw;
	z-index: -1;
	display: block;
	content: "";
	background: url(/assets_v25aw/images/top/bg_about_head.png) no-repeat 0 100%/cover;
	border-radius: 0 30px 30px 0;
}

.p-top-about__title {
	text-align: left;
}

.p-top-about__title span[aria-hidden=true] {
	color: #fff;
}

.p-top-about__menu {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-areas: "menu1 menu1 menu1 menu2 menu2 menu2" "menu3 menu3 menu4 menu4 menu5 menu5";
	gap: 1px;
	background: var(--color-border);
	border-bottom: 1px solid var(--color-border);
}

.p-top-about__menu-item {
	background: #fff;
}

.p-top-about__menu-item:nth-of-type(1) {
	grid-area: menu1;
}

.p-top-about__menu-item:nth-of-type(2) {
	grid-area: menu2;
}

.p-top-about__menu-item:nth-of-type(3) {
	grid-area: menu3;
}

.p-top-about__menu-item:nth-of-type(4) {
	grid-area: menu4;
}

.p-top-about__menu-item:nth-of-type(5) {
	grid-area: menu5;
}

.p-top-about__menu-inner {
	display: block;
	padding: 20px 6px 38px;
	color: currentColor;
	text-decoration: none;
}

.p-top-about__menu-image {
	width: 54px;
	margin: 0 auto;
}

.p-top-about__menu-title {
	margin-top: 15px;
	font-weight: 600;
	text-align: center;
}

.p-top-about__menu-text {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.714285714;
}

@media (min-width: 768px), print {
	.p-top-about__head::before {
		left: auto;
		width: calc(50vw - 20px);
		min-width: 600px;
	}
	.p-top-about__menu {
		border-top: 1px solid var(--color-border);
	}
	.p-top-about__menu-inner:hover {
		background: var(--color-bg-prim-pale);
		border-color: var(--color-prim);
	}
	.p-top-about__menu-inner:hover .p-top-about__menu-title {
		color: var(--color-prim);
	}
	.p-top-about__menu-inner:hover .p-top-about__menu-text {
		color: var(--color-prim);
	}
	.p-top-about__menu-inner {
		padding: 65px 15px 85px;
		transition: border-color 0.2s, background 0.2s;
	}
	.p-top-about__menu-image {
		width: 80px;
	}
	.p-top-about__menu-title {
		font-size: 1.8rem;
		line-height: 1.333333333;
		transition: color 0.2s;
	}
	.p-top-about__menu-text {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: var(--line-height-m);
		transition: color 0.2s;
	}
}
.p-top-news__head {
	padding: 20px 10px;
	background: var(--color-bg-prim-light);
	border-radius: 30px;
}

.p-top-news__title {
	margin-bottom: 0;
}

.p-top-news__title span {
	font-size: 4rem;
}

.p-top-news__nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.p-top-news__nav-tab {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 100%;
	color: currentColor;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s;
}

.p-top-news__nav-tab > span {
	order: 1;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.p-top-news__nav-tab::before {
	order: 2;
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	transition: background 0.2s;
}

.p-top-news__nav-tab.is-active {
	color: var(--color-prim);
	font-weight: 600;
}

.p-top-news__nav-tab.is-active::before {
	background: var(--color-prim);
}

.p-top-news__list {
	position: relative;
	visibility: hidden;
	opacity: 0;
	pointer-events: 0;
	transition: opacity 0.6s;
	height: 0;
	overflow: hidden;
}

.p-top-news__list.is-active {
	z-index: 2;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	height: auto;
}

.p-top-news__button {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (min-width: 768px), print {
	.p-top-news__button {
		margin-top: 50px;
	}
}
@media (min-width: 768px), print {
	.p-top-news__wrap {
		display: flex;
		align-items: flex-start;
		gap: 60px;
	}
	.p-top-news__head {
		flex-grow: 0;
		flex-shrink: 0;
		width: 310px;
		padding: 40px 60px 60px;
	}
	.p-top-news__body {
		width: calc(100% - 370px);
	}
	.p-top-news__title {
		margin-bottom: 20px;
		text-align: left;
	}
	.p-top-news__title span {
		font-size: 5rem;
	}
	.p-top-news__nav {
		display: flex;
		flex-direction: column;
		gap: 15px;
		text-align: left;
	}
	.p-top-news__nav-tab {
		flex-direction: row;
		gap: 10px;
		height: auto;
		font-size: 1.8rem;
	}
	.p-top-news__nav-tab > span {
		order: 2;
		align-items: flex-start;
	}
	.p-top-news__nav-tab:hover {
		color: var(--color-prim);
		font-weight: 600;
	}
	.p-top-news__nav-tab::before {
		order: 1;
	}
	.p-top-news__button {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 40px;
	}
	.p-top-news__button__item {
		width: calc((100% - 40px) / 2);
		max-width: 373px;
	}
}
.p-top-sns__title > span {
	display: block;
	margin-top: 10px;
	font-size: 2.2rem;
	line-height: 1.454545455;
	font-weight: 600;
	text-align: center;
}

.p-top-sns__title::before {
	display: block;
	content: "";
	width: 100%;
	height: 25px;
	background: url(/assets_v25aw/images/common/text_sns_followus.svg) no-repeat top center/contain;
}

.p-top-sns__term {
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 768px), print {
	.p-top-sns {
		margin-top: 95px !important;
	}
	.p-top-sns__term {
		margin-top: 40px;
	}
}
/*# sourceMappingURL=style.css.map */
