@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scrollDown {
	0% {
		transform: translateY(0);
	}
	48% {
		transform: translateY(100%);
	}
	49% {
		transform: translateY(100%);
		visibility: hidden;
	}
	50% {
		transform: translateY(-100%);
		visibility: hidden;
	}
	51% {
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		transform: translateY(0);
	}
}
.topNews {}
.topNews_deco {
	position: absolute;
	top: 71px;
	width: 918px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 840px;
	z-index: 0;
}
.topNews_deco > img {
	display: block;
}
.topNews_inner {
	position: relative;
	z-index: 2;
}
.topNews_title {
	margin-bottom: 0;
}
.newsList {
	list-style: none;
	border-top: 1px solid var(--color-light-gray);
}
.newsList > li {
	border-bottom: 1px solid var(--color-light-gray);
}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.newsList_item {
	position: relative;
	padding: 34px 31px 40px;
	padding-right: 98px;
}
.newsList_update {
	color: var(--color-blue-hover);
	font-family: var(--font-lexend);
	margin-bottom: 2px;
}
.newsList_update > time {}
.newsList_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.newsList_arrow {
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
}
.newsList_arrow > .icon {}
.newsList_title_text {
	background-color: var(--color-text);
	color: rgba(255, 255, 255, 0);
	background-clip: text;
	background-image: linear-gradient(to right, var(--color-blue-hover), var(--color-blue-hover));
	background-position: right bottom;
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition-duration: .3s;
	transition-property: background-size;
	background-image: linear-gradient(to right, var(--color-ocean), var(--color-ocean));
}
.topTeam {}
.topTeam_deco {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.topTeam_deco > img {
	display: block;
}
.topTeam_inner {
	position: relative;
	z-index: 1;
}
.topTeam_title {
	margin-top: 118px;
	margin-bottom: 48px;
}
.topTeam_title:first-child {
	margin-top: 0;
}
.topTeam_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 28px;
	row-gap: 28px;
}
.topTeam_list > li {}
.topTeam_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	height: 100%;
}
.topTeam_box {
	background-color: var(--color-white);
	color: var(--color-text);
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	padding: 27px 30px;
	position: relative;
	line-height: 1.6;
	padding-right: 103px;
}
.topTeam_box_cols {
	display: flex;
	align-items: center;
}
.topTeam_box_col {}
.topTeam_box_col-img {
	width: 131px;
}
.topTeam_image {}
.topTeam_image > img {
	display: block;
}
.topTeam_box_col-txt {
	width: calc(100% - 154px);
	margin-left: auto;
}
.topTeam_status {
	font-size: 14px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 2px;
}
.topTeam_name {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.topTeam_name_position {
	font-size: 14px;
	margin-left: 0.5em;
}
.topTeam_kana {
	font-size: 14px;
	font-weight: normal;
	font-family: var(--font-lexend);
	opacity: .5;
}
.topTeam_box_arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.topTeam_banner {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.topTeam_banner_image {
	position: relative;
	padding-bottom: 30.716%;
}
.topTeam_banner_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .4s;
	transition-property: transform;
}
.topTeam_banner_name {
	font-weight: bold;
	font-size: 20px;
	font-feature-settings: "palt";
}
.topTeam_banner_icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 27px;
	width: 60px;
	height: 36px;
	border: 1px solid currentColor;
	border-radius: 18px;
	box-sizing: border-box;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.topTeam_banner_sub {
	font-size: 16px;
	font-weight: bold;
}
.topTeam_banner_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transform: translateY(-50%);
	line-height: 1.6;
	padding: 0 40px;
	padding-right: 100px;
}
.topTeam_deco-no1 {
	width: 503px;
	margin-left: 777px;
	margin-top: -153px;
}
.topTeam_deco-no2 {
	width: 609px;
	margin-left: 610px;
	margin-top: -2px;
}
.topTeam_deco-no3 {
	width: 918px;
	margin-left: -667px;
	margin-top: 432px;
}
.topTeam_banner_sub-gray {
	color: var(--color-text);
	opacity: .5;
}
.topTeam_banner_name-black {
	color: var(--color-text);
}
.topCenter {}
.topCenter_bgFog {
	background: radial-gradient(circle closest-side at 50% 50%, rgba(183, 224, 255, 0.48) 18%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 1929px;
	height: 1268px;
	border-radius: 50%;
	z-index: -2;
	right: 0;
	bottom: 0;
	transform: translate(-50%, 40%);
}
.topCenter_deco {
	position: absolute;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}
.topCenter_deco-no1 {
	width: 1038px;
	top: 190px;
	margin-left: 490px;
}
.topCenter_deco-no1 > img {
	display: block;
}
.topCenter_deco-no2 {
	width: 579px;
	margin-left: -620px;
	mix-blend-mode: multiply;
	top: 940px;
}
.topCenter_deco-no2 > img {
	display: block;
}
.topCenter_inner {
	z-index: 1;
	position: relative;
}
.topCenter_title {
	margin-bottom: 60px;
}
.topCenter_title_en {
	letter-spacing: -0.034em;
}
.topCenter_msg {
	margin-bottom: 51px;
}
.topCenter_sect {
	background-color: var(--color-white);
	border-radius: 20px;
	box-shadow: 0 3px 0 #e3e3e3;
	margin-top: 29px;
}
.topCenter_headline {}
.topCenter_headline_btn {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 20px;
	padding: 27px 30px;
	position: relative;
	padding-right: 110px;
	line-height: 1.5;
}
.topCenter_headline_img {
	display: flex;
	width: 80px;
	height: 80px;
	background-color: var(--color-soft-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.topCenter_headline_img > img {
	display: block;
}
.topCenter_headline_text {
	width: calc(100% - 108px);
	margin-left: auto;
	text-align: left;
}
.topCenter_headline_icon {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.topCenter_toggle {
	padding: 14px 50px 42px;
	display: none;
}
.topCenter_toggle.isShow {
	display: block;
}
.topCenter_text {}
.topCenter_headline_icon_item {
	display: block;
	width: 12px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topCenter_headline_icon_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.topCenter_headline_btn[aria-expanded="true"] .topCenter_headline_icon_item::before {
	transform: rotate(0deg);
}
.topMessage {}
.topMessage_bgFog {}
.topMessage_deco {
	position: absolute;
	z-index: 0;
	width: 567px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -700px;
	margin-top: 310px;
}
.topMessage_deco > img {
	display: block;
}
.topMessage_inner {
	position: relative;
	z-index: 1;
}
.topMessage_title {
	margin-bottom: 38px;
}
.topMessage_cols {
	display: flex;
}
.topMessage_col {}
.topMessage_col-img {
	width: 320px;
	padding-top: 9px;
}
.topMessage_image {}
.topMessage_image > img {
	display: block;
}
.topMessage_col-txt {
	width: calc(100% - 350px);
	margin-left: auto;
	max-width: 783px;
}
.topMessage_text {
	margin-bottom: 2.1em;
}
.topMessage_school {
	text-align: right;
	margin-top: 3em;
	font-weight: 600;
}
.topMessage_name {
	text-align: right;
	font-weight: 600;
}
.topMessage_name_main {
	font-size: 125%;
	font-weight: bold;
	margin-left: 0.9em;
}
.topMessage_link {
	max-width: 420px;
	margin: 68px auto 0;
}
.topMessage_link > a {
	min-height: 91px;
}
.topOverview {}
.topOverview_bgFog {
	background: radial-gradient(circle closest-side at 50% 50%, rgba(199, 223, 238, 0.60) 18%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 1929px;
	height: 1268px;
	border-radius: 50%;
	z-index: -2;
}
.topOverview_bgFog-head {
	width: 1323px;
	height: 870px;
	top: 0;
	left: 0;
	transform: translate(-50%, -30%);
}
.topOverview_bgFog-foot {
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
	background-image: radial-gradient(circle closest-side at 50% 50%, rgba(183, 224, 255, 0.48) 18%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: multiply;
}
.topOverview_deco {
	position: absolute;
	width: 456px;
	left: 50%;
	z-index: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 710px;
	margin-top: 230px;
	mix-blend-mode: multiply;
}
.topOverview_deco > img {
	display: block;
}
.topOverview_inner {}
.topOverview_title {
	margin-bottom: 47px;
}
.topOverview_title_en {
	letter-spacing: -0.03em;
	white-space: nowrap;
}
.topOverview_cols {
	display: flex;
}
.topOverview_col {}
.topOverview_col-txt {
	padding-top: 101px;
}
.topOverview_headline {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.625;
	margin-bottom: 30px;
}
.topOverview_text {
	font-size: 18px;
	line-height: 2.333333333;
	font-weight: 500;
}
.topOverview_col-img {
	width: calc(100% - 480px);
	max-width: 705px;
	margin-left: auto;
}
.topOverview_image {
	position: relative;
}
.topOverview_image > img {
	display: block;
}
.topVis {
	position: relative;
}
.topVis_deco {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topVis_deco-no1 {
	width: 456px;
	margin-top: -343px;
	margin-left: -40px;
}
.topVis_deco-no1 > img {
	display: block;
}
.topVis_deco-no2 {
	width: 918px;
	margin-left: 210px;
	margin-top: -110px;
}
.topVis_deco-no2 > img {
	display: block;
}
.topVis_deco-no3 {
	width: 856px;
	margin-left: 710px;
	margin-top: 300px;
}
.topVis_deco-no3 > img {
	display: block;
}
.topVis_deco-no4 {
	width: 581px;
	margin-left: -760px;
	margin-top: 202px;
}
.topVis_deco-no4 > img {
	display: block;
}
.topVis_inner {
	position: relative;
	z-index: 2;
	max-width: 1825px;
}
.topVis_contents {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 94px);
	box-sizing: border-box;
	padding-top: 116px;
	padding-bottom: 60px;
}
.topVis_areaText {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.topVis_copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 122px;
	font-family: var(--font-lexend);
	font-weight: 300;
	line-height: 1.109;
	letter-spacing: -0.027em;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 0) 33%);
	mask-size: 400% 100%;
	mask-position: 100% 0%;
	transition-duration: 1s;
	transition-property: mask-position;
	transition-delay: .15s;
	opacity: 1;
	white-space: nowrap;
}
.topVis_copy[data-animation="after"] {
	mask-position: 0% 0%;
}
.topVis_copy_row {
	display: block;
}
.topVis_copy_row-grad {
	background: radial-gradient(circle closest-side at 50% 50%, #4ab272 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #0a3090, #0a3090);
	background-size: 940px 940px, 100% 100%;
	background-position: 830px 50%;
	background-repeat: no-repeat, repeat;
	background-clip: text;
	color: rgba(255, 255, 255, 0);
	background-color: var(--color-text);
	transition-duration: 0.7s;
	transition-property: background-position;
	transition-delay: .7s;
}
.topVis_copy[data-animation="after"] .topVis_copy_row-grad {
	background-position: 0 50%;
}
.topVis_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.545;
	margin-top: 23px;
	text-indent: 0.2em;
}
.topVis_title_strong {
	font-weight: inherit;
	color: #1b5288;
}
.topVis_scroll {
	width: 120px;
	height: 120px;
	background-image: linear-gradient( 322deg, rgb(74, 178, 114) 0%, rgb(8, 48, 141) 72%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: auto;
	transition-delay: 1s;
}
.topVis_scroll_img {
	display: block;
	animation-name: rotate;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.topVis_scroll_img > img {
	display: block;
}
.topVis_scroll_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	overflow: hidden;
	width: 22px;
}
.topVis_scroll_arrow > img {
	display: block;
	max-width: none;
	animation-name: scrollDown;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.topVis_image {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	transition-delay: 0.8s;
	transition-duration: 1.5s;
}
.topVis_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.topOverview_contents {
	position: relative;
	padding: 141px 0 125px;
}
.topMessage_contents {
	background-image: linear-gradient(12deg, rgb(26, 95, 197) 0%, rgb(8, 48, 141) 72%);
	color: var(--color-white);
	padding: 141px 0 146px;
	position: relative;
}
.topCenter_contents {
	position: relative;
	padding: 145px 0 134px;
}
.topTeam_contents {
	background-image: linear-gradient(18deg, rgb(56, 141, 134) 0%, rgb(8, 48, 141) 79%);
	color: var(--color-white);
	padding: 133px 0 156px;
	position: relative;
}
.topNews_contents {
	position: relative;
	padding-top: 136px;
}
.topNews_info {
	margin-bottom: 58px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.topNews_link {
	width: 250px;
}
.topMessage_link_icon {
	font-size: 14px;
}
.topTeam_banner_icon-shadow {
	filter: drop-shadow(0px 0px 10px black);
}
.news {}
.news_inner {
	max-width: 1520px;
}
.news_title {
	margin-bottom: 154px;
}
.news_title_en {
	font-size: 120px;
	letter-spacing: 0;
	margin-bottom: 0.25em;
}
.news_title_en::before {
	content: "";
	width: 32px;
	height: 24px;
}
.news_contents {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.pager {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 0 100px;
	margin-top: 60px;
}
.pager > a,
.pager > span {
	font-size: 16px;
	font-family: var(--font-lexend);
	font-weight: inherit;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.pager > .previouspostslink {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pager > .current {
	color: var(--color-blue);
}
.pager > .extend {}
.pager > .nextpostslink {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.entry {}
.entry_info {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	line-height: 15px;
}
.entry_update {
	font-family: var(--font-lexend);
	color: var(--color-blue);
	position: relative;
	padding-right: 16px;
	margin-right: 16px;
}
.entry_update::after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background-color: #a2a2a2;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.entry_cat {
	font-size: 15px;
	font-weight: bold;
}
.entry_title {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.429;
	margin-bottom: 70px;
}
.entry_box {
	background-color: var(--color-white);
	border-radius: 20px;
	padding: 70px 50px;
}
.entry_editor {}
.entryNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 75px;
}
.entryNav_link {}
.entryNav_link-hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.entryNav_link > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--color-blue);
	font-weight: bold;
}
.entryNav_link_icon {}
.entryNav_link_icon-prev {
	margin-right: 10px;
}
.entryNav_back {
	width: 250px;
}
.entryNav_back > a {}
.entryNav_link_icon-next {
	margin-left: 10px;
}
.error {}
.error_inner {}
.error_title {}
.error_title_en {}
.error_text {}
.error_link {
	max-width: 300px;
	margin-top: 50px;
}
.topTeam_banner_name_bracket {
	text-indent: -.5em;
	display: inline-block;
}
@media screen and (max-width:1199px) {
	.topTeam_banner_text {
		padding-left: 25px;
	}
	.topTeam_banner_name {
		font-size: 18px;
		line-height: 1.4;
	}
	.topTeam_box_col-img {
		width: 100px;
	}
	.topTeam_box_col-txt {
		width: calc(100% - 120px);
	}
	.topTeam_box {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.pager > a:hover {
		color: var(--color-blue);
	}
	.newsList > li > a:hover {}
	a:hover .newsList_title_text {
		background-size: 100% 100%;
		background-position: left bottom;
	}
	.topTeam_list-member > li > a:hover {
		transform: translateY(10px);
	}
	a:hover .topTeam_banner_image > img {
		transform: scale(1.06)
	}
	.topCenter_headline_btn:hover {}
	.topMessage_link > a:hover {}
}
@media screen and (max-width:999px) {
	.topNews {}
	.topNews_deco {}
	.topNews_deco > img {}
	.topNews_inner {}
	.topNews_title {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {}
	.newsList_update {}
	.newsList_update > time {}
	.newsList_title {}
	.newsList_arrow {}
	.newsList_arrow > .icon {}
	.newsList_title_text {}
	.topTeam {}
	.topTeam_deco {}
	.topTeam_deco > img {}
	.topTeam_inner {}
	.topTeam_title {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.topTeam_title:first-child {}
	.topTeam_list {
		column-gap: 10px;
		row-gap: 10px;
	}
	.topTeam_list > li {}
	.topTeam_list > li:nth-child(n + 2) {}
	.topTeam_list > li > a {}
	.topTeam_box {
		border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 70px;
	}
	.topTeam_box_cols {}
	.topTeam_box_col {}
	.topTeam_box_col-img {
		width: 90px;
	}
	.topTeam_image {}
	.topTeam_image > img {}
	.topTeam_box_col-txt {
		width: calc(100% - 105px);
	}
	.topTeam_status {}
	.topTeam_name {
		font-size: 17px;
		line-height: 23px;
	}
	.topTeam_name_position {
		font-size: 12px;
	}
	.topTeam_kana {
		font-size: 12px;
	}
	.topTeam_box_arrow {
		right: 15px;
	}
	.topTeam_banner {
		border-radius: 10px;
	}
	.topTeam_banner_image {}
	.topTeam_banner_image > img {}
	.topTeam_banner_name {
		font-size: 15px;
	}
	.topTeam_banner_icon {
		right: 15px;
		width: 48px;
		height: 28px;
		font-size: 11px;
	}
	.topTeam_banner_sub {
		font-size: 12px;
	}
	.topTeam_banner_text {
		padding-left: 15px;
		padding-right: 77px;
	}
	.topTeam_deco-no1 {}
	.topTeam_deco-no2 {}
	.topTeam_deco-no3 {}
	.topTeam_banner_sub-gray {}
	.topTeam_banner_name-black {}
	.topCenter {}
	.topCenter_bgFog {}
	.topCenter_deco {}
	.topCenter_deco-no1 {}
	.topCenter_deco-no1 > img {}
	.topCenter_deco-no2 {}
	.topCenter_deco-no2 > img {}
	.topCenter_inner {}
	.topCenter_title {}
	.topCenter_title_en {}
	.topCenter_msg {}
	.topCenter_sect {}
	.topCenter_headline {}
	.topCenter_headline_btn {
		font-size: 18px;
	}
	.topCenter_headline_img {}
	.topCenter_headline_img > img {}
	.topCenter_headline_text {}
	.topCenter_headline_icon {}
	.topCenter_toggle {}
	.topCenter_toggle.isShow {}
	.topCenter_text {}
	.topCenter_headline_icon_item {}
	.topCenter_headline_icon_item::before {}
	.topCenter_headline_btn[aria-expanded="true"] .topCenter_headline_icon_item::before {}
	.topMessage {}
	.topMessage_bgFog {}
	.topMessage_deco {}
	.topMessage_deco > img {}
	.topMessage_inner {}
	.topMessage_title {}
	.topMessage_cols {}
	.topMessage_col {}
	.topMessage_col-img {
		padding: 0;
		width: 240px;
	}
	.topMessage_image {}
	.topMessage_image > img {}
	.topMessage_col-txt {
		width: calc(100% - 270px);
	}
	.topMessage_text {}
	.topMessage_school {}
	.topMessage_name {}
	.topMessage_name_main {}
	.topMessage_link {
		margin-top: 30px;
	}
	.topMessage_link > a {}
	.topOverview {}
	.topOverview_bgFog {}
	.topOverview_bgFog-head {}
	.topOverview_bgFog-foot {}
	.topOverview_deco {}
	.topOverview_deco > img {}
	.topOverview_inner {}
	.topOverview_title {}
	.topOverview_title_en {}
	.topOverview_cols {
		display: block;
	}
	.topOverview_col {
		padding: 0;
	}
	.topOverview_col-txt {}
	.topOverview_headline {
		font-size: 29px;
	}
	.topOverview_text {
		font-size: 16px;
	}
	.topOverview_col-img {
		width: auto;
		max-width: 460px;
		margin: 40px auto 0;
	}
	.topOverview_image {}
	.topOverview_image > img {}
	.topVis {}
	.topVis_deco {}
	.topVis_deco-no1 {}
	.topVis_deco-no1 > img {}
	.topVis_deco-no2 {}
	.topVis_deco-no2 > img {}
	.topVis_deco-no3 {}
	.topVis_deco-no3 > img {}
	.topVis_deco-no4 {}
	.topVis_deco-no4 > img {}
	.topVis_inner {}
	.topVis_contents {
		padding-top: 60px;
	}
	.topVis_areaText {}
	.topVis_copy {
		font-size: 96px;
	}
	.topVis_copy[data-animation="after"] {}
	.topVis_copy_row {}
	.topVis_copy_row-grad {}
	.topVis_copy[data-animation="after"] .topVis_copy_row-grad {}
	.topVis_title {}
	.topVis_title_strong {}
	.topVis_scroll {}
	.topVis_scroll_img {}
	.topVis_scroll_img > img {}
	.topVis_scroll_arrow {}
	.topVis_scroll_arrow > img {}
	.topVis_image {}
	.topVis_image > img {}
	.topOverview_contents {
		padding: 100px 0 100px;
	}
	.topMessage_contents {
		padding: 100px 0;
	}
	.topCenter_contents {
		padding: 100px 0;
	}
	.topTeam_contents {
		padding: 100px 0;
	}
	.topNews_contents {
		padding-top: 100px;
	}
	.topNews_info {}
	.topNews_link {}
	.topMessage_link_icon {
		font-size: 12px;
	}
	.topTeam_banner_icon-shadow {}
	.news {}
	.news_inner {}
	.news_title {
		margin-bottom: 100px;
	}
	.news_title_en {
		font-size: 100px;
	}
	.news_title_en::before {}
	.news_contents {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.entry {}
	.entry_info {}
	.entry_update {}
	.entry_update::after {}
	.entry_cat {}
	.entry_title {
		font-size: 36px;
		margin-bottom: 50px;
	}
	.entry_box {
		padding: 40px 30px;
		border-radius: 15px;
	}
	.entry_editor {}
	.entryNav {
		margin-top: 50px;
	}
	.entryNav_link {}
	.entryNav_link-hidden {}
	.entryNav_link > a {}
	.entryNav_link_icon {}
	.entryNav_link_icon-prev {}
	.entryNav_back {}
	.entryNav_back > a {}
	.entryNav_link_icon-next {}
	.error {}
	.error_inner {}
	.error_title {}
	.error_title_en {}
	.error_text {}
	.error_link {}
}
@media screen and (max-width:767px) {
	.topNews {}
	.topNews_deco {
		width: 459px;
		margin-left: 200px;
		top: 10px;
	}
	.topNews_deco > img {}
	.topNews_inner {}
	.topNews_title {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {
		padding: 15px 12px 15px;
		padding-right: 65px;
	}
	.newsList_update {
		font-size: 11px;
	}
	.newsList_update > time {}
	.newsList_title {
		font-size: 14px;
	}
	.newsList_arrow {
		right: 12px;
	}
	.newsList_arrow > .icon {}
	.newsList_title_text {}
	.topTeam {}
	.topTeam_deco {}
	.topTeam_deco > img {}
	.topTeam_inner {}
	.topTeam_title {
		margin-bottom: 33px;
	}
	.topTeam_title:first-child {}
	.topTeam_list {
		display: block;
	}
	.topTeam_list > li {}
	.topTeam_list > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.topTeam_list > li > a {}
	.topTeam_box {
		padding-top: 15px;
		padding-left: 16px;
	}
	.topTeam_box_cols {}
	.topTeam_box_col {}
	.topTeam_box_col-img {
		width: 77px;
	}
	.topTeam_image {}
	.topTeam_image > img {}
	.topTeam_box_col-txt {
		width: calc(100% - 91px);
	}
	.topTeam_status {
		font-size: 11px;
	}
	.topTeam_name {
		font-size: 15px;
		line-height: 18px;
	}
	.topTeam_name_position {}
	.topTeam_kana {
		font-size: 10px;
	}
	.topTeam_box_arrow {}
	.topTeam_banner {}
	.topTeam_banner_image {}
	.topTeam_banner_image > img {}
	.topTeam_banner_name {
		font-size: 14px;
	}
	.topTeam_banner_icon {
		font-size: 10px;
		width: 43px;
		height: 26px;
	}
	.topTeam_banner_sub {}
	.topTeam_banner_text {}
	.topTeam_deco-no1 {
		width: 250px;
		margin-left: 200px;
		margin-top: 190px;
	}
	.topTeam_deco-no2 {
		width: 305px;
		margin: 0;
		margin-top: 250px;
		margin-left: 170px;
	}
	.topTeam_deco-no3 {
		margin: 0;
		width: 409px;
		margin-top: 340px;
		margin-left: -210px;
	}
	.topTeam_banner_sub-gray {}
	.topTeam_banner_name-black {}
	.topCenter {}
	.topCenter_bgFog {}
	.topCenter_deco {}
	.topCenter_deco-no1 {
		margin-left: 0;
		width: 519px;
		top: 410px;
		margin-left: 150px;
	}
	.topCenter_deco-no1 > img {}
	.topCenter_deco-no2 {
		width: 290px;
		margin-left: -210px;
	}
	.topCenter_deco-no2 > img {}
	.topCenter_inner {}
	.topCenter_title {
		margin-bottom: 33px;
	}
	.topCenter_title_en {}
	.topCenter_msg {
		margin-bottom: 30px;
	}
	.topCenter_sect {
		box-shadow: 0 2px 0 #e3e3e3;
		border-radius: 10px;
		border: 2px solid var(--color-blue);
		margin-top: 17px;
	}
	.topCenter_headline {}
	.topCenter_headline_btn {
		font-size: 14px;
		padding: 26px 17px;
		padding-right: 68px;
	}
	.topCenter_headline_img {
		width: 50px;
		height: 50px;
	}
	.topCenter_headline_img > img {
		width: 32px;
		height: auto;
	}
	.topCenter_headline_text {
		width: calc(100% - 60px);
	}
	.topCenter_headline_icon {
		right: 17px;
	}
	.topCenter_toggle {
		padding: 0 17px 17px;
		margin-top: -10px;
	}
	.topCenter_toggle.isShow {}
	.topCenter_text {}
	.topCenter_headline_icon_item {
		width: 10px;
		height: 1px;
		transform: translate(-50%, -50%);
	}
	.topCenter_headline_icon_item::before {}
	.topCenter_headline_btn[aria-expanded="true"] .topCenter_headline_icon_item::before {}
	.topMessage {}
	.topMessage_bgFog {}
	.topMessage_deco {
		transform: translateX(-50%);
		margin-top: 0;
		top: 410px;
		width: 283px;
		margin-left: -180px;
	}
	.topMessage_deco > img {}
	.topMessage_inner {}
	.topMessage_title {
		margin-bottom: 31px;
	}
	.topMessage_cols {
		display: block;
	}
	.topMessage_col {
		width: auto;
		max-width: none;
	}
	.topMessage_col-img {
		max-width: 243px;
		margin: 0 auto 41px;
	}
	.topMessage_image {}
	.topMessage_image > img {}
	.topMessage_col-txt {}
	.topMessage_text {}
	.topMessage_school {}
	.topMessage_name {
		line-height: 1.5;
	}
	.topMessage_name_main {
		font-size: 17px;
	}
	.topMessage_link {
		max-width: 310px;
		margin-top: 38px;
	}
	.topMessage_link > a {
		min-height: 68px;
	}
	.topOverview {}
	.topOverview_bgFog {}
	.topOverview_bgFog-head {
		width: 600px;
		height: 430px;
		top: 220px;
	}
	.topOverview_bgFog-foot {
		width: 1000px;
		height: 624px;
	}
	.topOverview_deco {
		width: 228px;
		transform: translateX(-50%);
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: 160px;
	}
	.topOverview_deco > img {}
	.topOverview_inner {}
	.topOverview_title {
		margin-bottom: 36px;
	}
	.topOverview_title_en {}
	.topOverview_cols {}
	.topOverview_col {}
	.topOverview_col-txt {}
	.topOverview_headline {
		font-size: 19px;
		margin-bottom: 12px;
	}
	.topOverview_text {
		font-size: inherit;
	}
	.topOverview_col-img {
		margin-top: 32px;
		max-width: none;
		margin-left: -6px;
		margin-right: -6px;
	}
	.topOverview_image {
		max-width: 353px;
		margin: 0 auto;
	}
	.topOverview_image > img {}
	.topVis {}
	.topVis_deco {}
	.topVis_deco-no1 {
		width: 228px;
		margin-top: -150px;
		margin-left: 110px;
	}
	.topVis_deco-no1 > img {}
	.topVis_deco-no2 {
		width: 459px;
		margin-left: 140px;
		margin-top: -40px;
	}
	.topVis_deco-no2 > img {}
	.topVis_deco-no3 {
		width: 329px;
		display: none;
	}
	.topVis_deco-no3 > img {}
	.topVis_deco-no4 {
		width: 291px;
		margin: 0;
		margin-left: -170px;
		margin-top: 30px;
	}
	.topVis_deco-no4 > img {}
	.topVis_inner {}
	.topVis_contents {
		min-height: calc(var(--fullVh, 100vh) - 59px);
		padding-bottom: 32px;
	}
	.topVis_areaText {}
	.topVis_copy {
		font-size: 45px;
	}
	.topVis_copy[data-animation="after"] {}
	.topVis_copy_row {}
	.topVis_copy_row-grad {
		background-size: 410px 410px, 100% 100%;
	}
	.topVis_copy[data-animation="after"] .topVis_copy_row-grad {}
	.topVis_title {
		font-size: 13px;
	}
	.topVis_title_strong {}
	.topVis_scroll {
		width: 65px;
		height: 65px;
		box-sizing: border-box;
		padding: 6px;
	}
	.topVis_scroll_img {}
	.topVis_scroll_img > img {}
	.topVis_scroll_arrow {
		width: 11px;
	}
	.topVis_scroll_arrow > img {
		width: 100%;
		max-width: none;
	}
	.topVis_image {
		min-width: 912px;
	}
	.topVis_image > img {}
	.topOverview_contents {
		padding-bottom: 54px;
		padding-top: 60px;
	}
	.topMessage_contents {
		padding-top: 65px;
		padding-bottom: 64px;
	}
	.topCenter_contents {
		padding-top: 68px;
		padding-bottom: 68px;
	}
	.topTeam_contents {
		padding-top: 54px;
		padding-bottom: 70px;
	}
	.topNews_contents {
		padding-top: 59px;
	}
	.topNews_info {
		margin-bottom: 34px;
	}
	.topNews_link {
		width: 170px;
		position: relative;
		top: -7px;
	}
	.topMessage_link_icon {
		font-size: 10px;
	}
	.topTeam_banner_icon-shadow {}
	.news {}
	.news_inner {}
	.news_title {
		margin-bottom: 40px;
	}
	.news_title_en {
		font-size: 40px;
	}
	.news_title_en::before {
		width: 16px;
		height: 12px;
	}
	.news_contents {}
	.pager {
		padding: 0 60px;
		margin-top: 35px;
	}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.entry {}
	.entry_info {
		font-size: 12px;
		margin-bottom: 17px;
	}
	.entry_update {
		padding-right: 10px;
		margin-right: 10px;
	}
	.entry_update::after {
		height: 12px;
	}
	.entry_cat {
		font-size: 11px;
	}
	.entry_title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.entry_box {
		border-radius: 10px;
		padding: 20px 20px;
	}
	.entry_editor {}
	.entryNav {
		margin-top: 25px;
	}
	.entryNav_link {}
	.entryNav_link-hidden {}
	.entryNav_link > a {
		font-size: 0;
	}
	.entryNav_link_icon {
		margin: 0;
	}
	.entryNav_link_icon-prev {}
	.entryNav_back {
		width: 170px;
	}
	.entryNav_back > a {}
	.entryNav_link_icon-next {}
	.error {}
	.error_inner {}
	.error_title {}
	.error_title_en {}
	.error_text {}
	.error_link {
		max-width: 240px;
		margin-top: 25px;
	}
}
@media screen and (max-width:374px) {
	.topVis_copy {
		font-size: 40px;
	}
	.topCenter_headline_text > br {
		display: none;
	}
	.topTeam_name {
		font-size: 14px;
	}
	.topTeam_box_col-img {
		width: 50px;
	}
	.topTeam_box_col-txt {
		width: calc(100% - 60px);
	}
	.topTeam_banner_name {
		font-size: 13px;
	}
	.topTeam_banner_sub {
		font-size: 10px;
	}
	.topNews_link {
		width: 150px;
	}
}
