@charset "utf-8";
#top_contents a:hover {
	text-decoration: none;
}
div {
	margin-bottom: 0;
}
div:last-child {
	margin-bottom: 0;
}
.wrapInner {
	margin: auto;
	padding: 120px 0;
}
.content .mainImage {
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1.0s ease, opacity 1.0s ease;
}
.current .mainImage {
	transform: translateY(0);
	opacity: 1;
}
#top_contents .mainImage {
	width: 100%;
	padding: 247px 0 268px 0;
	top: 0;
	left: 0;
	background-image: url(../img/top/pc/backImage01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	z-index: -1;
}
.mainImage .fontImage {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translateY(30px);
	transition-delay: 0.5s;
	opacity: 0;
}
.current .mainImage .fontImage {
	transform: translateY(0);
	opacity: 1;
}
#top_contents .mainImage .fontImage {
	width: 540px;
	margin: auto;
	padding: 0 20px 0;
}
#top_contents .topTitle {
	font-family: 'Lexend Exa', sans-serif;
	text-align: center;
	font-size: 38px;
	color: #0099e2;
	letter-spacing: 9px;
	padding: 0 0 45px;
}
.title .topTitle {
	transition: transform 2.0s ease, opacity 2.0s ease;
	transform: translateY(30px);
	transition-delay: 0.3s;
	opacity: 0;
}
.current .title .topTitle {
	transform: translateY(0);
	opacity: 1;
}
@media ( max-width: 767px ) {
	#top_contents .inner {
		width: auto;
		line-height: 1.5;
		padding: 10px 0;
	}
	#top_contents .mainImage {
		padding: 42% 0 32% 0;
	}
	#top_contents .mainImage .fontImage {
		width: 87%;
	}
	.wrapInner {
		width: 90%;
		margin: auto;
		padding: 50px 0;
	}
	#top_contents .topTitle {
		font-size: 24px;
		letter-spacing: 5px;
		padding: 5px 0 25px;
	}
}
/* TOP CONCEPT */
#top_concept {
	background-color: #fff;
}
#top_concept .title {
	text-align: center;
}
.title p,
.title p span {
	font-size: 50px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0 0 35px;
	letter-spacing: 8px;
}
.title p {
	transition: transform 1.5s ease, opacity 1.5s ease;
	transform: translateY(30px);
	transition-delay: 0.8s;
	opacity: 0;
}
.current .title p {
	transform: translateY(0);
	opacity: 1;
}
.title p span {
	font-family: "Noto Sans JP";
	color: #afc002;
}
.conceptText {
	transition: transform 1.5s ease, opacity 1.5s ease;
	transform: translateY(30px);
	transition-delay: 1.3s;
	opacity: 0;
}
.current .conceptText {
	transform: translateY(0);
	opacity: 1;
}
.conceptText p {
	line-height: 2.5;
	font-size: 16px;
	text-align: center;
}
.conceptText p:first-child {
	padding: 0 0 35px;
}
@media (max-width: 767px) {
	.title p,
	.title p span {
		font-size: 27px;
		padding: 0 0 25px;
	}
	.conceptText p {
		padding: 0 0 25px;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 2px;
		text-align: start;
	}
	.conceptText p:nth-child(2) {
		padding: 0;
	}
}
/* TOP NEWS */
#top_news .wrap {
	background: linear-gradient(90deg,#0085cf, #004995);
}
#top_news .wrap .wrapInner {
	padding: 100px 0 120px;
}
#top_news .title .topTitle {
	color: #c3d600;
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.3s;
	padding: 0;
}
#top_news .line_list {
	position: relative;
	max-width: 990px;
	background-color: transparent;
	border-color: #c3d600;
}
.current .line_list {
	transform: translateY(0);
	opacity: 1;
}
.line_list {
	transform: translateY(30px);
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.8s;
	opacity: 0;
}
#top_news .line_list dl {
	/*width: 990px;*/
	padding: 60px 0 50px;
	color: #fff;
	border-color: #c3d600;
}
#top_news .line_list dl:last-child {
	padding: 60px 0 0;
}
#top_news .line_list dt {
	display: inline-block;
	width: 100%;
	padding: 0 0 27px 25px;
	line-height: 1.5;
	font-size: 15px;
}
#top_news .line_list dt a {
	color: #ffffff;
}
#top_news .line_list dt span {
	padding: 0 0 0 25px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	max-width: 86%;
}
#top_news .line_list dd {
	position: relative;
	display: inline-block;
	padding: 0 0 0 176px;
	line-height: 1.5;
	font-size: 16px;
}
#top_news .line_list dd::before {
	content: "";
	position: absolute;
	border-left: 5px solid #c3d600;
	width: 8px;
	height: auto;
	left: 150px;
	bottom: 0;
	top: 0;
	margin: auto;
}
.line_list dl dd a {
	color: #c3d600;
	font-weight: 600;
	border-bottom: 1px solid #c3d600;
	word-break: break-all;
}
#top_news .line_list dd ul li {
	padding: 0 0 30px 0;
}
#top_news .line_list dd table {
	border-collapse:collapse;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#top_news .line_list dd th,
#top_news .line_list dd td {
	border: 1px solid #ffffff;
	padding: 0.5em;
}
#top_news .line_list dd th.bor2,
#top_news .line_list dd td.bor2 {
	border: 2px solid #ffffff;
}
#top_news .line_list dd td {
	min-width: 7em;
	text-align: center;
}
#top_news .pc-flex {
	display: flex;
	justify-content: space-between;
}
#top_news .line_list dd .discList li {
	list-style: disc;
	margin-left: 3em;
	list-style: outside;
	padding-bottom: 1em;
}
#top_news .line_list .ind01 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
#top_news .line_list .pb1 {
	padding-bottom: 1em;
}
@media (max-width: 430px) {
	#top_news .line_list dd td {
		min-width: inherit;
		text-align: left;
	}
}
@media (max-width: 767px) {
	#top_news .wrapInner {
		width: 90%;
	}
	#top_news .wrap .wrapInner {
		padding-bottom: 50px;
	}
	#top_news .line_list {
		margin: 20px auto 0;
	}
	#top_news .line_list dl {
		width: 100%;
		padding: 30px 0 25px;
	}
	#top_news .line_list dt {
		padding: 0 0 15px 0;
		line-height: 1.5;
		font-size: 15px;
	}
	#top_news .line_list dt span {
		display: block;
		padding: 0;
		font-size: 16px;
		max-width: none;
	}
	#top_news .line_list dl:last-child {
		padding: 30px 0 0;
	}
	#top_news .line_list dd {
		padding: 0;
		font-size: 15px;
	}
	#top_news .line_list dd::before {
		display: none;
	}
	#top_news .line_list dd ul li {
		padding: 0 0 20px 0;
	}
	#top_news .pc-flex {
		display: block;
	}
	#top_news .pc-flex > span {
		display: block;
	}
}
/*テーブルスタイル追加*/
#top_news .line_list dd table.style02 {
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	#top_news .line_list dd table.style02 {
		font-size: min(16px,3vw);
	}
	#top_news .line_list dd table.style02 th,
	#top_news .line_list dd table.style02 td {
		padding: 0.5em 1%;
		text-align: center;
	}
}
/* TOP BUTTON */
#top_button {
	background-color: #fff;
}
#top_button .wrapInner {
	padding: 81px 0 77px;
	max-width: 1000px;
	text-align: center;
}
#top_button .topTitle {
	padding: 0 0 48.75px;
	transition-delay: 0.3s;
}
#top_button .grad_btn {
	max-width: 480px;
	border-radius: 60px;
	margin: auto;
	top: 0;
	width: 425px;
	text-align: center;
	left: 0;
	right: 0;
}
#top_button.current .grad_btn {
	transform: translateY(0);
	opacity: 1;
}
#top_button .grad_btn {
	transform: translateY(30px);
	opacity: 0;
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.6s;
}
#top_button .grad_btn p {
	font-size: 22px;
	padding: 28px 26px 28px 80px;
}
#top_button .grad_btn p,
#top_button .grad_btn p span {
	text-align: center;
	letter-spacing: 0.25em;
}
#top_button .grad_btn p span {
	font-size: 18px;
}
#top_button .grad_btn p::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 74px;
	width: 34px;
	height: 40px;
	margin: auto 0 auto 10px;
	background: url(/img/common/icon01.png) center center no-repeat;
	background-size: contain;
}
#top_button .grad_btn a:hover p::before {
	background: url(/img/common/icon01_blue.png) center center no-repeat;
}
#top_button .btn-mover a::before {
	top: 6px;
	bottom: 0;
	left: 6px;
	width: 372px;
	margin: 0;
	padding: 23px 19px;
	border-radius: 30px;
}
@media (max-width: 767px) {
	#top_button .wrapInner {
		padding: 50px 0;
		width: 90%;
		margin: auto;
	}
	#top_button .topTitle {
		padding: 5px 0 40px;
	}
	#top_button .grad_btn {
		width: 100%;
		max-width: 350px;
	}
	#top_button .grad_btn p {
		font-size: 18px;
		padding: 20px 20px 20px 60px;
	}
	#top_button .grad_btn p::before {
		left: 9%;
		width: 9.8%;
	}
	#top_button .btn-mover a::before {
		width: 80%;
		padding: 14px 8% 15px;
	}
	#top_button .grad_btn p span {
		font-size: 16px;
	}
}