@charset "UTF-8";
/*----------------------------
	top
------------------------------*/
.inner {
	max-width: 86rem;
	margin: 0 auto;
}
.mv {
	background: #0064B4;
	padding: 5rem 0 5.5rem;
}
.mv h1 {
	width: 87.5rem;
	margin: 0 auto;
}
h3 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
}
h3::before,
h3::after {
	content: "";
	height: 3px;
	background-color: #333; 
	flex-grow: 1;
}
h3::before {
	margin-right: 2.5rem;
}
h3::after {
	margin-left: 2.5rem;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 2.5rem;
	}
	.mv {
		padding: 2rem 2rem 2.5rem;
	}
	.mv h1 {
		width: 100%;
	}
	h3 {
		font-size: 3rem;
		line-height: 4.8rem;
	}
	h3::before {
		margin-right: 4rem;
	}
	h3::after {
		margin-left: 4rem;
	}
}

/* about */
.about {
	padding: 5rem 0;
}
.about .inner {
	padding: 0 5rem;
}
.about h2 {
	margin-top: 1rem;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.48;
	text-align: center;
	color: #0064B4;
}
.about .aboutTxt {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.5rem;
}
@media (max-width: 768px) {
	.about .inner {
		padding: 0 6.5rem;
	}
	.about h2 {
		margin-top: 2rem;
		font-size: 3.8rem;
		line-height: 1.29;
	}
	.about .aboutTxt {
		font-size: 3rem;
		line-height: 5.2rem;
		padding-left: 0;
	}
}

/* #about */
#about {
	margin-top: 4rem;
}
#about .aboutTtl {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.72;
	text-align: center;
	color: #0064B4;
}
#about .aboutContents {
	margin-top: 3rem;
	display: flex;
	gap: 0 6.5rem;
}
#about .aboutContents li {
	width: calc((100% - 12rem) / 3);
}
@media (max-width: 768px) {
	#about {
		margin-top: 5rem;
	}
	#about .aboutTtl {
		font-size: 3.2rem;
		line-height: 1.66;
	}
	#about .aboutContents {
		margin-top: 4rem;
		gap: 0 2.5rem;
	}
	#about .aboutContents li {
		width: calc((100% - 5rem) / 3);
	}
}

/* linkBnrWrap */
.linkBnrWrap {
	max-width: 38.2rem;
	margin: 3rem auto;
}
.linkBnrWrap a {
	display: block;
}
@media (max-width: 768px) {
	.linkBnrWrap {
		max-width: 60.4rem;
		padding: 0 6.5rem;
		margin: 5rem auto;
	}
}

/* story */
.story {
	margin-top: 6rem;
}
.story .leadTxt {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.5rem;
}
.story .storyWrap {
	padding: 4.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
}
.story .storyWrap.storyMore {
	padding: 3.5rem 0 0.1rem;
}
.story .storyWrap .storyBox {
	width: 30.2%;
	display: flex;
	flex-direction: column;
	border: solid 1px #0064b1;
	border-radius: 1.2rem;
}
.story .storyWrap .storyBox.sp {
	display: none;
}
.story .storyWrap .storyBox a ,
.story .storyWrap .storyBox .storyBtn {
	display: block;
	color: #333;
}
.story .storyWrap .storyBox .storyBtn p {
	margin: 0;
}
.story .storyWrap .storyBox .storyBtn div {
	margin: 0;
	padding: 0;
}
.story .storyWrap .storyBox .storyBtn {
	padding: 0;
	line-height: 1;
}
.story .storyWrap .storyBox .storyBtn:hover {
	opacity: 0.7;
}
.story .storyWrap .storyBox div.detail {
	margin: 0;
	padding: 1.5rem 1rem 2rem;
	text-align: left;
}
.story .storyWrap .storyBox p.label {
	margin: 0;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 0.3rem 2rem;
	border-radius: 3rem;
}
.story .storyWrap .storyBox p.label.social {
	background-color: #d33d00;
}
.story .storyWrap .storyBox p.label.planet {
	background-color: #008537;
}
.story .storyWrap .storyBox p.label.people {
	background-color: #E20090;
}
.story .storyWrap .storyBox p.ttl {
	margin: 1rem 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}

.story .storyMoreBtn {
	display: block;
	width: 45.8rem;
	margin: 3.5rem auto 0;
	font-size: 1.6rem;
	text-align: center;
	color: #464646;
	border: solid 1px #464646;
	padding: 0.5rem;
	position: relative;
}
.story .storyMoreBtn:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
.story .storyMoreBtn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 1.5rem;
	bottom: 0;
	width: 1rem;
	height: 1rem;
	margin: auto;
	border: solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	transition: transform 0.3s ease;
}
.story .storyMoreBtn[aria-expanded="true"]::after {
	transform: rotate(-45deg);
}
.story .accordionPanel {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	visibility: hidden;
}
.accordionItem.open .accordionPanel {
	max-height: 100rem;
	visibility: visible;
}
.accordionPanel:focus {
	outline: none;
}


@media (max-width: 768px) {
	.story {
		margin-top: 6.5rem;
	}
	.story .leadTxt {
		font-size: 3rem;
		line-height: 5.2rem;
	}
	.story .inner {
		padding: 0 6.5rem;
	}
	.story .storyWrap {
		padding: 4.5rem 0 0;
		gap: 4rem 0;
		justify-content: space-between;
	}
	.story .storyWrap.storyMore {
		padding: 4rem 0 0.1rem;
	}
	.story .storyWrap .storyBox {
		width: 46.5%;
		border-radius: 1.4rem;
	}
	.story .storyWrap .storyBox.sp {
		display: flex;
	}
	.story .storyWrap .storyBox.pc {
		display: none;
	}
	.story .storyWrap .storyBox div.detail {
		padding: 1.5rem 1rem 3rem;
	}
	.story .storyWrap .storyBox p.label {
		font-size: 2rem;
		padding: 0.3rem 3rem;
		border-radius: 3rem;
	}
	.story .storyWrap .storyBox p.ttl {
		margin: 1rem 0 0 1rem;
		font-size: 3rem;
		line-height: 4rem;
	}

	.story .storyMoreBtn {
		width: 100%;
		margin: 4rem auto 0;
		font-size: 2.6rem;
		border: solid 1px #464646;
		padding: 1.5rem;
	}
	.story .storyMoreBtn::after {
		width: 2rem;
		height: 2rem;
		right: 2.5rem;
	}
}

/* modal */
html:has(dialog:modal),
body:has(dialog:modal) {
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overflow: hidden;
	overscroll-behavior: none;
}
dialog {
	padding: 6rem 8rem;
	border: none;
	overflow-wrap: anywhere;
	overflow-x: hidden;
	overscroll-behavior-y: contain;
	position: fixed;
	inset: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	max-width: 100%;
	background: transparent;
	box-sizing: border-box;
}
dialog:not([open]) {
	display: none;
}
dialog[open] {
	display: block;
}
dialog::backdrop {
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(0.4rem);
}
.dialogInner {
	width: 82rem;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
dialog .close {
	position: absolute;
	top: 0;
	right: -4rem;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 1000;
	cursor: pointer;
}
dialog .close::before ,
dialog .close::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 0.15rem);
	width: 0.3rem;
	height: 3.5rem;
	background: #fff;
}
dialog .close::before {
	transform: rotate(-45deg);
}
dialog .close::after {
	transform: rotate(45deg);
}
dialog .video {
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
dialog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	dialog {
		padding: 8.5rem 0;
	}
	.dialogInner {
		width: 69rem;
		max-width: 100%;
		padding: 1rem;
	}
	dialog .close {
		top: -2.5rem;
		right: 0.5rem;
		width: 4rem;
		height: 4rem;
	}
	dialog .close::before ,
	dialog .close::after {
		left: calc(50% - 0.2rem);
		height: 4rem;
	}
}

/* otherSec */
.otherSec {
	background: #0064B4;
	padding: 6rem 0;
}
.otherSec .otherContents {
	background: #fff;
	border-radius: 2rem;
}
.otherSec .otherContents + .otherContents {
	margin-top: 6rem;
}
@media (max-width: 768px) {
	.otherSec {
		padding: 2rem 0;
	}
	.otherSec .otherContents + .otherContents {
		margin-top: 2.5rem;
	}
}

/* topics */
.topics .topicsInner {
	padding: 5rem 5rem 5.5rem;
}
.topics .topicsTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.topics .topicsContents {
	margin-top: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 5.5rem;
}
.topics .topicsContents .topicsBox {
	width: 28.45%;
}
.topics .topicsContents .topicsBox .article-title {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
}
.topics .topicsContents .topicsBox .copy {
	margin-top: 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.topics .topicsContents .topicsBox .day {
	margin-top: 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.topics .moreBtn a {
	display: block;
	width: 45.8rem;
	margin: 3.5rem auto 0;
	font-size: 1.6rem;
	text-align: center;
	color: #464646;
	border: solid 1px #464646;
	padding: 0.5rem;
}
@media (max-width: 768px) {
	.topics .topicsInner {
		padding: 6.5rem 4rem 8rem;
	}
	.topics .topicsTtl {
		font-size: 4.3rem;
	}
	.topics .topicsContents {
		margin-top: 5rem;
		justify-content: space-between;
		gap: 5rem 0;
	}
	.topics .topicsContents .topicsBox {
		width: 47.685%;
	}
	.topics .topicsContents .topicsBox:last-child {
		display: none;
	}
	.topics .topicsContents .topicsBox .article-title {
		font-size: 2.3rem;
		line-height: 3.3rem;
	}
	.topics .topicsContents .topicsBox .copy {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.topics .topicsContents .topicsBox .day {
		margin-top: 2rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.topics .moreBtn a {
		width: 100%;
		margin: 4rem auto 0;
		font-size: 2.6rem;
		border: solid 1px #464646;
		padding: 1.5rem;
	}
}

/* note */
.note .inner {
	padding: 5rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2rem;
}
@media (max-width: 768px) {
	.note .inner {
		padding: 6rem 2.5rem;
		font-size: 2.4rem;
		line-height: 4.1rem;
	}
}

/* campaignBtn */
.campaignBtn {
	width: 30.7rem;
	position: fixed;
	bottom: 5rem;
	right: 9.5rem;
	z-index: 999;
}
.campaignBtn .campaignClose {
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	top: -1rem;
	right: -1rem;
	cursor: pointer;
	z-index: 5;
}
.campaignBtn .campaignClose img {
	vertical-align: top;
}
.campaignBtn a {
	display: block;
}
.campaignBtn .campaignClose {
	transition: opacity 0.3s ease-out;
}
.campaignBtn .campaignClose:hover {
	opacity: 0.7;
}
.campaignBtn .campaignClose:focus-visible {
	outline: auto;
}
@media (max-width: 768px) {
	.campaignBtn {
		width: 90%;
		bottom: auto;
		right: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.campaignBtn .campaignClose {
		width: 6rem;
		height: 6rem;
		top: -2rem;
		right: -2rem;
	}
}

/* variousSec */
.variousSec {
	padding: 6rem 0;
}
.variousSec .variousWrap {
	margin-top: 5rem;
	padding: 0 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 5.4%;
}
.variousSec .variousBox {
	width: 47.2%;
}
.variousSec .variousBox .detail {
	margin-top: 1.5rem;
}
.variousSec .variousBox .detail .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.05;
}
.variousSec .variousBox .detail .txt {
	margin-top: 1.2rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
.variousSec .variousBox .detail .txt span {
	font-size: 1.3rem;
	line-height: 1.54;
}
@media (max-width: 768px) {
	.variousSec .inner {
		padding: 0 6.5rem;
	}
	.variousSec .variousWrap {
		padding: 0;
		gap: 6rem 5.4%;
	}
	.variousSec .variousBox .detail {
		margin-top: 1.5rem;
	}
	.variousSec .variousBox .detail .ttl {
		font-size: 2.5rem;
		line-height: 1.32;
	}
	.variousSec .variousBox .detail .txt {
		margin-top: 1.2rem;
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 1.36;
	}
	.variousSec .variousBox .detail .txt span {
		font-size: 2rem;
		line-height: 1.15;
	}
}
