@charset "UTF-8";
@keyframes textScroll {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-25%, 0, 0);
	}
}
@keyframes fuwafuwa {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, 20px, 0);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.info {
	margin-bottom: 159px;
}
.info_text {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 41px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.info_link {
	max-width: 352px;
	margin: 0 auto;
}
.info_link > a {}
.info_link > a::before {}
.info_link > a::after {}
.info_link_arrow {}
.info_link_arrow > .icon {}
.infoAcs {}
.infoAcs_title {}
.infoAcs_title > svg {}
.infoAcs_cols {
	display: flex;
	justify-content: space-between;
}
.infoAcs_col {}
.infoAcs_col-txt {
	width: 511px;
}
.infoAcs_text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: var(--letter-spacing-text);
}
.infoAcs_table {}
.infoAcs_table > tbody {}
.infoAcs_table > tbody > tr {}
.infoAcs_table > tbody > tr > th {}
.infoAcs_table > tbody > tr > td {}
.infoAcs_tbl_th {}
.infoAcs_td {}
.infoAcs_mail {
	line-height: 1.4;
}
.infoAcs_mail_main {
	font-family: var(--font-outfit);
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.infoAcs_mail_note {
	display: block;
	font-size: 14px;
}
.infoAcs_tel {
	font-family: var(--font-outfit);
	font-size: 18px;
	font-weight: bold;
}
.infoAcs_tel > a {
	text-decoration: none;
	color: inherit;
}
.infoAcs_col-map {
	width: calc(100% - 531px);
	max-width: 650px;
}
.infoAcs_map {
	position: relative;
	padding-bottom: 75.23%;
	background-color: #eee;
}
.infoAcs_map > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.infoAcs_link {
	margin-top: 5px;
}
.infoAcs_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: underline;
}
.infoAcs_link > a > img {
	display: block;
	margin-left: 5px;
}
.app {}
.app_title {}
.app_title > svg {}
.app_tblWrap {}
.app_table {}
.app_table > tbody {}
.app_table > tbody > tr {}
.app_table > tbody > tr > th {}
.app_table > tbody > tr > td {}
.app_tblText {
	margin-bottom: 16px;
}
.app__tblSubtxt {
	margin-top: 10px;
    font-size: 14px;
    white-space: break-spaces;
    display: block;
}
.app_noteList {
	margin-bottom: 15px;
}
.app_noteList:last-child {
	margin-bottom: 0px;
}
.app_noteList > li {
	margin-top: 10px;
}
.app_oList {
	margin-top: 5px;
}
.app_oList > li {}
.app_oList_number {}
.app_link {
	max-width: 280px;
	margin-top: 12px;
}
.app_link > a {}
.app_link_arrow {}
.app_link_arrow > .icon {}
.app_list {
	margin-bottom: 32px;
}
.app_list:last-child {
	margin-bottom: 0px;
}
.app_list > li {}
.app_headline {
	font-size: 16px;
	font-weight: bold;
}
.app_linkList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	flex-wrap: wrap;
}
.p-apply .app_linkList {
	margin: 40px 0;
}
.app_linkList > li {
	margin: 10px 10px;
	width: 100%;
	max-width: 265px;
}
.app_linkList > li > a {
}
.app_linkList_btn_circle {}
.app_linkList_btn_circle > .icon {
	font-size: 20px;
}
.sectNav {
	margin-bottom: 84px;
}
.sectNavList {
	list-style: none;
	background-color: rgba(255, 255, 255, 0.03);
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px #FFFFFF;
	display: flex;
}
.sectNavList > li {
	width: 20%;
	box-sizing: border-box;
	position: relative;
}
.sectNavList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 25px;
	min-height: 84px;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}
.sectNavList > li::after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.50);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.sectNavList > li:last-child::after {
	display: none;
}
.sectNavList > li > a > .icon {
	display: block;
	font-size: 16px;
	color: #0D87FF;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: transform;
	box-sizing: border-box;
}
.about {
	margin-bottom: 165px;
}
.about:last-child {
	margin-bottom: 0;
}
.aboMsg {}
.aboMsg_title {}
.aboMsg_title > svg {}
.aboMsg_box {}
.aboMsg_box::after {
	content: "";
	display: block;
	clear: both;
}
.aboMsg_headline {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	padding-top: 40px;
	letter-spacing: 0.1em;
}
.aboMsg_text {
	line-height: 1.75;
	margin-bottom: 21px;
	letter-spacing: var(--letter-spacing-text);
}
.aboMsg_text-mbL {
	margin-bottom: 57px;
}
.aboMsg_text:last-child {
	margin-bottom: 0px;
}
.aboMsg_image {
	float: right;
	width: 350px;
	margin-left: 40px;
	margin-bottom: 20px;
}
.aboMsg_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.aboMsg_name {
	text-align: right;
	font-size: 28px;
	margin-top: 26px;
}
.aboMsg_name_position {
	font-size: 16px;
	margin-right: 20px;
}
.aboMsg_name_main {}
.aboMission {}
.aboMission_title {}
.aboMission_title > svg {}
.aboMission_text {
	letter-spacing: var(--letter-spacing-text);
}
.aboMission_image {
	margin-top: 95px;
	/* padding-left: 186px; */
	padding-left: 0px;
	position: relative;
	width: fit-content;
}
.aboMission_image > img {
	display: block;
	/* margin: 0 auto; */
	max-width: 100%;
	height: auto;
}
.aboMission_imageLink {
	position: absolute;
    display: block;
    /* width: 10.6%; */
    width: 12.2%;
	aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.aboMission_imageLink:first-of-type {
	top: 18%;
	left: 22.4%;
}
.aboMission_imageLink:nth-of-type(2) {
	top: 17.9%;
	left: 40.3%;
}
.aboMission_imageLink:nth-of-type(3) {
	top: 30.4%;
    left: 56.8%;
}
.aboMission_imageLink:nth-of-type(4) {
	top: 51.5%;
	left: 49.7%;
}
.aboMission_imageLink:nth-of-type(5) {
	top: 56.6%;
	left: 31.9%;
}
.aboMission_imageLink:nth-of-type(6) {
	top: 51.1%;
	left: 14.2%;
}
.aboMission_imageLink:nth-of-type(7) {
	top: 30.3%;
	left: 7.9%;
}
.aboMission_modal {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 100;
}
.aboMission_modalCnt {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78vw;
    max-width: 900px;
    background: #fff;
	color: #333;
	padding: 30px 40px;
	border-radius: 10px;
}
.aboMission_modalCnt h1 {
	color: #7371ED;
	font-size: 28px;
}
.aboMission_modalCnt p {
	font-size: 20px;
}
.aboMission_close {
	position: absolute;
    top: -10px;
    right: 10px;
    transform: translateY(-100%);
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .aboMission_close::before,
  .aboMission_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
  }

  .aboMission_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .aboMission_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

.aboFeat {}
.aboFeat_title {}
.aboFeat_title > svg {}
.aboFeat_message {
	letter-spacing: var(--letter-spacing-text);
	margin-bottom: 47px;
}
.aboFeat_oList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.aboFeat_oList > li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.aboFeat_oList > li:nth-child(n+3) {
	margin-top: 22px;
}
.aboFeatItem {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	padding: 15px 19px;
	border-radius: 5px;
}
.aboFeatItem_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aboFeatItem_col {}
.aboFeatItem_col-number {
	width: 74px;
}
.aboFeatItem_circle {
	line-height: 1;
	width: 74px;
	height: 74px;
	background-image: var(--grad-purple);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: var(--font-outfit);
	font-weight: bold;
	font-size: 24px;
}
.aboFeatItem_circle_txt {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
	padding-top: 8px;
}
.aboFeatItem_circle_number {
	display: block;
}
.aboFeatItem_col-txt {
	width: calc(100% - 91px);
}
.aboFeatItem_text {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: var(--letter-spacing-text);
	line-height: 1.5;
}
.aboStra {}
.aboStra_title {}
.aboStra_title > svg {}
.aboStra_title > img {
	display: block;
}
.aboStra_cells {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: center;
}
.aboStra_cell {
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.aboStra_cell:nth-child(n+3) {
	margin-top: 21px;
}
.aboStra_cell_inner {
	height: 100%;
	background-color: var(--color-white);
	color: var(--color-text);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 36px 28px 36px;
	box-sizing: border-box;
	min-height: 300px;
}
.aboStra_headline {
	display: flex;
	align-items: center;
	color: var(--color-green-emerald);
	justify-content: space-between;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 33px;
	letter-spacing: var(--letter-spacing-text);
	min-height: 72px;
	box-sizing: border-box;
}
.aboStra_headline > img {
	display: block;
	width: 62px;
	height: 62px;
}
.aboStra_headline_main {
	display: block;
	width: calc(100% - 85px);
}
.aboStra_text {
	margin-bottom: 29px;
	letter-spacing: var(--letter-spacing-text);
}
.aboStra_text:last-child {
	margin-bottom: 0;
}
.aboStraItem_stepCells {}
.aboStraItem_stepCell {}
.aboStraItem {
	background-image: linear-gradient(180deg, rgba(113, 166, 253, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;
	padding: 25px 20px;
}
.aboStraItem_cols {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.aboStraItem_col {}
.aboStraItem_col-number {
	width: 54px;
}
.aboStraItem_circle {
	width: 54px;
	height: 54px;
	background-image: var(--grad-purple);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-family: var(--font-outfit);
	font-weight: bold;
	font-size: 20px;
	color: var(--color-white);
}
.aboStraItem_circle_txt {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
}
.aboStraItem_circle_number {
	display: block;
}
.aboStraItem_col-txt {
	width: calc(100% - 70px);
}
.aboStra_subhead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: var(--letter-spacing-text);
	margin-bottom: 3px;
}
.aboStra_image {}
.aboStra_image > img {
	display: block;
	margin: 0 auto;
}
.aboStra_list {
	list-style: none;
}
.aboStra_list > li {
	padding-left: 18px;
}
.aboStra_list > li::before {
	width: 8px;
	height: 8px;
}
.aboStraItem_text {
	letter-spacing: var(--letter-spacing-text);
	font-size: 14px;
}
.aboStraItem_arrow {
	width: 31px;
	margin: 11px auto 8px;
}
.aboStraItem_arrow > img {
	display: block;
}
.aboForce {}
.aboForce_title {}
.aboForce_title > svg {}
.aboForce_text {
	margin-bottom: 56px;
	letter-spacing: var(--letter-spacing-text);
}
.aboForce_headline {}
.aboForce_headline > svg {}
.aboForce_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboForce_col {}
.aboForce_col-txt {
	width: 56%;
}
.aboForce_tblWrap {}
.aboForce_table {
	line-height: 1.75;
	table-layout: fixed;
}
.aboForce_table > tbody {}
.aboForce_table > tbody > tr {}
.aboForce_table > tbody > tr > th {
	width: 130px;
	padding-right: 0;
}
.aboForce_table > tbody > tr > td {
	letter-spacing: var(--letter-spacing-text);
	padding-left: 32px;
}
.aboForce_table_th {
	min-width: 110px;
}
.aboForce_table_td {}
.aboForce_col-img {
	width: 39%;
	max-width: 438px;
}
.aboForce_image {}
.aboForce_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.outline {
	margin-bottom: 180px;
}
.outline:last-child {
	margin-bottom: 0;
}
.outline_title {}
.outline_title > svg {}
.outFlow {}
.outFlow_message {
	line-height: 1.75;
	letter-spacing: var(--letter-spacing-text);
}
.outFlow_chart {}
.outFlow_chart > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.outFlow_image {
	margin-bottom: 187px;
}
.outFlow_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.outStage {
	margin-bottom: 170px;
}
.outStage:last-child {
	margin-bottom: 0;
}
.outStage_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.outStage_col {}
.outStage_col-txt {
	width: 52.5%;
	max-width: 620px;
}
.outStage_areaTxt {
	margin-bottom: 80px;
	max-width: 535px;
}
.outStage_areaTxt:last-child {
	margin-bottom: 0;
}
.outStage_title {}
.outStage_title > svg {}
.outStage_headline {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-bottom: 24px;
}
.outStage_list {
	margin-bottom: 35px;
}
.outStage_list > li {}
.outStage_list > li::before {}
.outStage_table {
	line-height: 1.75;
}
.outStage_table > tbody {}
.outStage_table > tbody > tr {}
.outStage_table > tbody > tr > th {
	width: 110px;
}
.outStage_tbl_th {
	min-width: 110px;
}
.outStage_table > tbody > tr > td {}
.outStage_link {
	max-width: 230px;
	margin-top: 40px;
}
.outStage_link > a {
	text-decoration: none;
	color: inherit;
}
.outStage_col-img {
	width: 43.33%;
}
.outStage_image {}
.outStage_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.outStage_awardList {
	list-style: none;
	display: flex;
	margin-top: 42px;
}
.outStage_awardList > li {
	background-color: var(--color-white);
	color: var(--color-green-emerald);
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	line-height: 1.6;
	margin-right: 10px;
	min-width: 140px;
	box-sizing: border-box;
}
.outStage_awardList > li:last-child {
	margin-right: 0;
}
.outSelect {
	position: relative;
	padding-bottom: 70px;
}
.outSelect:last-child {
	padding-bottom: 0;
}
.outSelect::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 35px;
	background-color: var(--color-purple);
	z-index: 0;
	transform: translateX(-50%);
}
.outSelect:last-child::before {
	display: none;
}
.outSelect_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	padding-left: 98px;
	min-height: 70px;
}
.outSelect_title:last-child {
	margin-bottom: 0;
}
.outSelect_title_number {
	display: flex;
	width: 70px;
	height: 70px;
	font-family: var(--font-outfit);
	background-image: var(--grad-purple);
	border-radius: 50%;
	line-height: 1;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 21px;
	transform: translateY(-50%);
}
.outSelect_title_main {
	display: block;
	letter-spacing: 0.1em;
}
.outSelect_box {
	max-width: calc(100% - 98px);
	margin-left: auto;
}
.outSelect_box_inner {
	background-color: var(--color-white);
	border-radius: 10px;
	padding: 48px 25px 46px;
	color: var(--color-text);
	margin-left: auto;
	box-sizing: border-box;
	margin-top: -23px;
}
.outSelect_headline {
	max-width: 249px;
	margin-left: auto;
	margin-right: auto;
	height: 46px;
	z-index: 2;
	margin-bottom: -23px;
}
.outSelect_cols {
	display: flex;
	position: relative;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.outSelect_col {
	width: 45%;
}
.outSelect_col-no1 {}
.outSelect_subhead {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-purple);
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}
.outSelect_list {}
.outSelect_list > li {
	padding-left: 12px;
}
.outSelect_list > li::before {
	width: 8px;
	height: 8px;
}
.outSelect_col-no2 {}
.outSelect_cols_hr {
	position: absolute;
	width: 1px;
	height: 90%;
	background-color: rgba(51, 51, 51, 0.31);
	border: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.outSelect_headline_sub {
	font-size: 87.5%;
}
.outSelects {
	margin-bottom: 165px;
}
.outline_message {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: 0.1em;
}
.outline_link {
	max-width: 230px;
	margin: 33px auto 0;
}
.outline_link > a {}
.news {}
.newsNav {
	margin-bottom: 38px;
}
.newsNav_sects {
	display: flex;
}
.newsNav_sect {
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.newsNav_sect:last-child {
	margin-right: 0;
}
.newsNav_title {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 16px;
	display: block;
}
.newsNav_selWrap {}
.newsNav_selWrap > select {}
.newsNav_selWrap > select > option {}
.topNews {}
.topNews_title {
	margin-bottom: 84px;
}
.topNews_title > svg {}
.topNews_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.topNews_col {}
.topNews_col-list {
	width: calc(100% - 260px);
	max-width: 890px;
}
.newsList {
	list-style: none;
}
.newsList > li {
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	transition-duration: .3s;
	transition-property: border-color;
}
.newsList > li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.newsItem {}
.newsItem > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 24px 0;
	position: relative;
}
.newsItem > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 2px);
	background-color: rgba(255, 255, 255, 0.10);
	transform-origin: right top;
	transform: scale(0, 1);
	transition-duration: 0.4s;
	transition-property: transform, opacity;
	opacity: 0;
}
.newsItem_update {
	font-size: 12px;
	font-weight: bold;
	font-family: var(--font-outfit);
	min-width: 65px;
	margin-right: 7px;
}
.newsItem_update > time {}
.newsItem_catList {}
.newsItem_catList > li {}
.newsItem_title {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-top: 12px;
	max-height: 5.25em;
	-webkit-line-clamp: 3;
}
.topNews_col-link {
	width: 230px;
}
.topNews_link {}
.topNews_link > a {}
.topApp {
	margin-bottom: 240px;
	position: relative;
	padding-top: 351px;
}
.topApp_inner {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}
.topApp_title {
	font-size: 50px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 56px;
	letter-spacing: 0.03em;
	margin-left: -10px;
	margin-right: -10px;
}
.topApp_list {
	list-style: none;
	display: flex;
	margin-left: -9px;
	margin-right: -9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.60);
	padding-bottom: 38px;
	margin-bottom: 43px;
}
.topApp_list > li {
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 9px;
	padding-right: 9px;
	display: flex;
	flex-direction: column;
}
.topApp_headline {
	width: 100%;
}
.topApp_headline_main {
	padding: 3px 10px;
	min-height: 38px;
	box-sizing: border-box;
	clip-path: url(#SvgHexMask);
}
.topApp_about {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.topApp_about_sub {
	display: block;
	font-size: 68%;
}
.topApp_text {}
.topApp_link {
	max-width: 230px;
	margin: 50px auto 0;
}
.topApp_link > a {}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 82px;
}
.pager > a,
.pager > span {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-outfit);
	min-width: 35px;
	height: 35px;
	box-sizing: border-box;
	font-size: 15px;
	transition-duration: .3s;
	transition-property: opacity;
	font-weight: bold;
	opacity: 0.3;
	position: relative;
}
.pager > .previouspostslink {
	margin-right: 60px;
}
.pager > .current {
	opacity: 1;
}
.pager > .extend {
	color: var(--text-color);
	border-color: rgba(255, 255, 255, 0);
}
.pager > .nextpostslink {
	margin-left: 50px;
}
.entry {
	max-width: 780px;
	margin: 0 auto;
}
.entry_areaTtl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 25px;
	margin-bottom: 27px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_update {
	margin-right: 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: var(--font-outfit);
}
.entry_update > time {}
.entry_catList {}
.entry_catList > li {}
.entry_catList > li > a {
	text-decoration: none;
	color: inherit;
}
.entry_title {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 17px;
	width: 100%;
}
.entry_editor {}
.entry_link {
	max-width: 262px;
	margin: 118px auto 0;
}
.entry_link > a {}
.form {
	max-width: 780px;
	margin: 0 auto;
}
.form_table {
	width: 100%;
}
.form_table > tbody {}
.form_table > tbody > tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 30px 0;
	width: 240px;
	padding-right: 20px;
}
.form_table > tbody > tr > td {
	vertical-align: top;
	padding: 30px 0;
}
.form_label {
	display: flex;
	align-items: center;
	min-height: 60px;
	line-height: 1.2;
}
.form_required {
	display: flex;
	width: 32px;
	height: 21px;
	background-color: var(--color-red);
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.form_telbox {
	display: flex;
	align-items: center;
}
.form_telbox_input {
	width: calc((100% - 52px) / 3);
}
.form_telbox_input > input {}
.form_hyphen {
	width: 26px;
	text-align: center;
}
.form_radios {
	display: flex;
	flex-wrap: wrap;
}
.form_rdoLbl {
	margin-right: 32px;
}
.form_rdoLbl:last-child {
	margin-right: 0;
}
.form_rdoLbl > input {}
.form_chkLbl {}
.form_chkLbl > input {}
.form_chkLbl > a {
	color: inherit;
}
.form_btn {
	max-width: 300px;
	margin: 60px auto 0;
}
.form_btn_arrow {}
.form_btn_arrow > .icon {}
.form_label-radio {
	min-height: 24px;
}
.form_label-check {
	min-height: 30px;
}
.fileParts {}
.fileParts_contents {
	margin-bottom: 8px;
}
.fileParts_box {
	display: none;
}
.fileParts_box.isShow {
	display: block;
}
.fileParts_box:first-child {
	display: block;
}
.fileParts_main {
	display: none;
}
.fileParts_btn {
	background-color: var(--color-green-dark);
	border-radius: 50px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 192px;
	border: none;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-right: 16px;
	min-width: 192px;
}
.fileParts_btn.isDisabled {
	color: rgba(255, 255, 255, 0);
	pointer-events: none;
}
.fileParts_dummy {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.fileParts_empty {
	line-height: 1.4;
}
.fileParts_nameWrap {
	align-items: center;
	display: none;
}
.fileParts_main[value] ~ .fileParts_nameWrap {
	display: flex;
	margin-bottom: 8px;
	margin-top: 8px;
}
.fileParts_name {
	word-wrap: break-word;
	line-height: 1.2;
}
.fileParts_delBtn {
	display: flex;
	width: 70px;
	height: 30px;
	background-color: var(--color-green-light);
	align-items: center;
	justify-content: center;
	border-radius: 45px;
	font-size: 14px;
	line-height: 1.2;
	margin-left: 11px;
	transition-duration: .3s;
	transition-property: background-color, color;
	min-width: 70px;
	position: relative;
}
.fileParts_delBtn[disabled] {
	pointer-events: none;
	color: rgba(255, 255, 255, 0);
}
.fileParts_delBtn > .icon {
	display: block;
	margin-right: 4px;
}
.fileParts_addBtn {
	display: flex;
	width: 212px;
	height: 44px;
	border: 1px solid var(--color-white);
	border-radius: 44px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.fileParts_addBtn_icon {
	display: block;
	width: 12px;
	height: 2px;
	background-color: currentColor;
	position: relative;
	margin-right: 7px;
}
.fileParts_addBtn_icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(90deg);
	background-color: currentColor;
}
.fileParts_btnWrap {
	display: flex;
	align-items: center;
}
.fileParts_box:nth-child(n+2) .fileParts_btnWrap {
	margin-top: 10px;
}
.fileParts_main[value] ~ .fileParts_btnWrap {
	display: none;
}
.form_note {
	font-size: 14px;
	margin-top: 14px;
}
.form_label-btn {
	min-height: 56px;
}
.form_label-confirm {
	min-height: 0;
	line-height: inherit;
}
.form_backLink {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.form_backLink > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.form_backLink_arrow {
	margin-right: 7px;
}
.form_backLink_arrow > .icon {}
.form_title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 44px;
}
.form_msg {
	text-align: center;
}
.form_topLink {
	max-width: 230px;
	margin: 57px auto 0;
}
.form_topLink > a {
	text-decoration: none;
	color: inherit;
}
.topVis {
	background-image: linear-gradient(180deg, #009DB2 0%, #28C9C9 49.32%, #A4CFC7 100%);
	position: relative;
}
.topVis_inner {
	min-height: 100vh;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 1404px;
}
.topVis_scroll {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: -50px;
}
.topVis_scroll_container {
	width: 10000px;
	display: flex;
}
.topVis_scroll_scoller {
	display: flex;
	white-space: nowrap;
	animation-name: textScroll;
	animation-duration: 100s;
	animation-fill-mode: backwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.topVis_scroll_text {
	width: 4800px;
	display: block;
}
.topVis_areaText {
	width: 100%;
	position: relative;
	z-index: 1;
}
.topVis_title {
	width: 610px;
	margin-bottom: 27px;
}
.topVis_title_inner {
	position: relative;
	padding-bottom: 46.62%;
	display: block;
}
.topVis_title_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.topVis_text {
	font-size: 18px;
	line-height: 1.94;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.topVis_scroll_text > img {
	display: block;
}
.topVis_canvas {
	width: 768px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 74px;
	margin-left: 216px;
	opacity: 1;
	transition: none;
}
.topVis_canvas_logo {
	position: relative;
	z-index: 0;
}
.topVis_canvas_logo > img {
	display: block;
}
.topVis_main {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.topVis_main_clip {
	clip-path: url(#SvgMainVisClip);
}
.topVis_main_image {
	transform-origin: center center;
}
.topVis_canvas[data-animation] .topVis_main_image {
	transition-duration: 1s;
	transition-property: transform, opacity;
	transform: scale(1.1);
	opacity: 0;
	transition-delay: .2s;
}
.topVis_canvas[data-animation="after"] .topVis_main_image {
	transform: scale(1);
	opacity: 1;
}
.topVis_contents {
	position: relative;
	overflow: hidden;
}
.topIntro {
	position: relative;
	padding-top: 112px;
}
.topIntro_cols {
	display: flex;
	max-width: 1157px;
	position: relative;
	z-index: 1;
}
.topIntro_col {}
.topIntro_col-img {
	width: calc(100% - 520px);
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 607px;
}
.topIntro_vis {
	width: 688px;
}
.topIntro_image {
	position: absolute;
}
.topIntro_image-large {
	width: 87.7%;
	max-width: 603px;
	top: 0;
	right: 0;
	z-index: 1;
	filter: drop-shadow(40px 24px 40px rgba(255, 255, 255, 0.2));
}
.topIntro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topIntro_image-small {
	width: 48.5%;
	max-width: 333px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.topIntro_image-small > img {
	display: block;
}
.topIntro_col-txt {}
.topIntro_title {
	font-size: 48px;
	line-height: 1.58;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-top: 122px;
	margin-bottom: 36px;
}
.topIntro_text {
	line-height: 2.625;
	font-weight: bold;
}
.topIntro_link {
	max-width: 230px;
	margin-top: 52px;
}
.topIntro_link > a {
	text-decoration: none;
	color: inherit;
}
.topIntro_vis_inner {
	position: relative;
	padding-bottom: 115.26%;
}
.topApp_scroll {
	font-size: 200px;
	font-weight: bold;
	font-family: var(--font-outfit);
	white-space: nowrap;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: -153px;
}
.topApp_scroll_container {
	width: 20000px;
	display: flex;
}
.topApp_scroll_scroller {
	display: flex;
	white-space: nowrap;
	animation-name: textScroll;
	animation-duration: 60s;
	animation-fill-mode: backwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.topApp_scroll_text {
	opacity: .2;
	width: 2500px;
}
.topApp_headline_text {}
.topApp_headline_bar {}
.topApp_headline_bar_item {}
.topApp_logo {
	z-index: 1;
	position: absolute;
	width: 640px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-28deg);
	filter: blur(30px);
	opacity: .6;
}
.topApp_logo > img {
	width: 100%;
	height: auto;
	display: block;
}
.topVis_piece {
	width: 200px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.topVis_piece_img {
	display: block;
}
.topVis_piece-no1 {
	margin-top: -190px;
	margin-left: -598px;
}
.topVis_piece_img-no1 {
	filter: blur(8px);
}
.topVis_piece-no2 {
	margin-top: -220px;
	margin-left: -249px;
}
.topVis_piece_img-no2 {}
.topVis_piece-no3 {
	margin-top: -267px;
	margin-left: 585px;
}
.topVis_piece_img-no3 {}
.topVis_piece-no4 {
	margin-top: 4px;
	margin-left: -346px;
}
.topVis_piece_img-no4 {}
.topVis_piece-no5 {
	margin-top: 390px;
	margin-left: -189px;
}
.topVis_piece_img-no5 {
	filter: blur(10px);
}
.topVis_piece_img_inner {
	display: block;
	animation-name: fuwafuwa;
	animation-duration: 2s;
	animation-fill-mode: backwards;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.55, 0.04, 0.39, 0.98);
}
.topVis_piece_img_inner-no1 {
	animation-delay: -0.5s;
	animation-duration: 4s;
}
.topVis_piece_img_inner-no2 {
	animation-delay: -0.8s;
}
.topVis_piece_img_inner-no3 {
	animation-delay: -1.5s;
}
.topVis_piece_img_inner-no4 {
	animation-delay: -2.1s;
}
.topVis_piece_img_inner-no5 {
	animation-delay: 0s;
	animation-duration: 4s;
}
.topIntro_peace {
	width: 210px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topIntro_peace-no1 {
	margin-left: 100px;
	margin-top: -200px;
}
.topIntro_peace_img {}
.topIntro_peace_img-no1 {
	filter: blur(8px);
}
.topIntro_peace-no2 {
	margin-left: -130px;
	margin-top: 340px;
}
.topIntro_peace_img-no2 {
	filter: blur(8px);
}
.topIntro_peace-no3 {
	margin-top: 500px;
	margin-left: 450px;
}
.topIntro_peace_img-no3 {}
.topApp_peace {
	width: 240px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topApp_peace-no1 {
	margin-left: 410px;
	margin-top: -343px;
}
.topApp_peace_img {}
.topApp_peace_img-no1 {
	filter: blur(8px);
}
.topApp_peace-no2 {
	margin-left: -630px;
	margin-top: 360px;
}
.topApp_peace_img-no2 {
	filter: blur(10px);
}
.topApp_peace-no3 {
	margin-top: 720px;
	margin-left: 530px;
}
.topApp_peace_img-no3 {}
.outSelect_headline_text {}
.outSelect_headline_bar {
	clip-path: url(#SvgHexMaskLarge);
}
.outSelect_headline_bar_item {
	clip-path: url(#SvgHexMaskLarge);
}
.error {}
.error_title {}
.error_text {}
.error_link {
	max-width: 300px;
	margin-top: 29px;
}
.error_link > a {}
.form_errListWrap {
	margin-bottom: 50px;
}
.form_errListWrap_box {
	border: 1px solid currentColor;
	padding: 20px 20px;
}
.form_errList {
	list-style: none;
}
.form_errList > li {}
.fileParts_spinner {
	display: block;
	width: 24px;
	height: 24px;
	fill: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation-name: rotate;
	animation-duration: 1s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps(12);
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
[disabled] + .fileParts_spinner {
	opacity: 1;
	visibility: visible;
}
.fileParts_delBtn_spinner {
	display: block;
	width: 14px;
	height: 14px;
	fill: #fff;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	animation-name: rotate;
	animation-duration: 1s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps(12);
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
[disabled] .fileParts_delBtn_spinner {
	opacity: 1;
	visibility: visible;
}
.infoAcs_mail_sub {
	font-size: 80%;
	font-family: var(--font-gothic);
	font-feature-settings: "palt";
}
.aboForce_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.aboForce_list > li {}
.aboForce_list > li::after {
	content: "／";
}
.aboForce_list > li:last-child::after {
	display: none;
}
.comming {
	font-family: var(--font-outfit);
}
.outFlow_chartWrap {
	margin-bottom: 100px;
	max-width: 1058px;
	margin: 90px auto 100px;
}
.outFlow_note {
	font-size: 12px;
	text-align: right;
	margin-top: 25px;
	text-indent: -1em;
	padding-left: 1em;
}
.outStage_noteList {
	font-size: 14px;
	margin-top: 30px;
}
.outStage_noteList > li {}
.rubric {
	margin-bottom: 154px;
}
.rubric_title {}
.rubric_text {
	margin-bottom: 1.4em;
}
.viewpoint {}
.viewpoint_title {}
.viewpoint_text {
    margin-bottom: 1.75em;
    letter-spacing: 0.03em;
}
.viewpoint_box {
	padding: 50px 30px 81px;
	margin-top: 53px;
}
.viewpoint_sect {
	max-width: 1100px;
	margin: 0 auto;
}
.viewpoint_sect:nth-last-child(n+2) {
	margin-bottom: 108px;
}
.viewpoint_headline {
	background-image: linear-gradient(to right, #7679D7, #6FA9FF);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 10px;
	min-height: 52px;
	box-sizing: border-box;
	margin-bottom: 27px;
	position: relative;
}
.viewpoint_subHeadline {
	color: #7580DC;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
}
.viewpoint_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
	max-width: 810px;
	margin: 45px auto 0;
}
.viewpoint_list > li {
	display: flex;
	align-items: center;
	padding: 5px 20px;
}
.viewpoint_twoImage {
	background: linear-gradient(180deg, rgba(113, 166, 253, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 10px;
    margin-top: 110px;
    padding: 46px 0 0;
}
.viewpoint_imageInner {
	display: flex;
	justify-self: center;
	justify-content: center;
}
.viewpoint_imageInner .viewpoint_subHeadline {
	margin-bottom: 20px;
}

.viewpoint_bar {
	display: block;
	width: 61px;
	height: 3px;
	background-color: #F7A78E;
	margin-right: 13px;
}
.viewpoint_bar-no1 {}
.viewpoint_list_text {
	display: block;
}
.viewpoint_bar-no2 {
	background-color: #498BDE;
}
.viewpoint_bar-no3 {
	background-color: #00C0E4;
}
.viewpoint_bar-no4 {
	background-color: #EB89ED;
}
.viewpoint_bar-no5 {
	background-color: #A36CCF;
}
.viewpoint_bar-no6 {
	background-color: #1BCFCF;
}
.viewpoint_image {
	max-width: 429px;
	margin: 75px auto 0;
	position: relative;
	width: auto;
	padding: 60px;
}
.viewpoint_image_a {
	position: absolute;
	text-decoration: none;
}
.viewpoint_image_a:first-child {
	top: 1%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(2) {
	top: 25%;
	right: -5%;
	transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(3) {
	bottom: 4%;
	right: -5%;
	transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(4) {
	bottom: -19%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(5) {
	left: 21%;
    bottom: -2%;
	text-align: center;
    transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(6) {
	left: 11%;
    bottom: 15%;
    transform: translate(-50%, -50%);
}
.viewpoint_image_a:nth-child(7) {
	left: 11%;
    top: 25%;
    transform: translate(-50%, -50%);
}
.viewpoint_image > img {
	display: block;
	margin: 0 auto;
}
.viewpoint_tableWrap {}
.viewpoint_table {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.viewpoint_table > thead {}
.viewpoint_table > thead > tr {}
.viewpoint_table > thead > tr > th {
	white-space: nowrap;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: #E6F0FF;
	box-sizing: border-box;
	width: 17.64%;
	padding: 14px 10px;
}
.viewpoint_table > thead > tr > th:first-child {
	width: 11.8%;
}
.viewpoint_table > thead > tr > td {}
.viewpoint_table > tbody {}
.viewpoint_table > tbody > tr {}
.viewpoint_table > tbody > tr > th {
	white-space: nowrap;
	border: 1px solid rgba(0, 0, 0, .3);
	font-weight: bold;
	vertical-align: top;
	padding: 15px 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.viewpoint_table > tbody > tr > td {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 15px 18px;
	vertical-align: top;
}
.viewpoint_label {
	display: block;
	font-size: 12px;
}
.viewpoint_headline_bg {
	width: 9px;
	fill: var(--color-white);
	top: 0;
	height: 100%;
	position: absolute;
}
.viewpoint_headline_bg-left {
	left: 0;
}
.viewpoint_headline_bg-right {
	right: 0;
	transform: rotateY(180deg);
}
.areaComments {}
.areaComments_msg {
	font-weight: bold;
	margin-bottom: 7px;
	text-align-last: left;
}
.areaComments_caution {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.areaComments_body {
	margin-top: 52px;
}
.comments {
	padding: 51px 30px 48px;
}
.comments:nth-last-child(n+2) {
	margin-bottom: 24px;
}
.comments_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.comments_title {
	color: var(--color-green-emerald);
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid rgba(51, 51, 51, 0.30);
	padding-bottom: 19px;
	margin-bottom: 24px;
	line-height: 1.4;
}
.comments_text {}
.comments_name {
	text-align: right;
	font-size: 14px;
	margin-top: 24px;
}
.aboutStage {
	margin-bottom: 188px;
}
.aboutStage_title {}
.aboutStage_text {}
.aboutStage_link {
	max-width: 300px;
	margin: 48px auto 0;
}
.aboutStage_link > a {
	text-decoration: none;
	color: inherit;
}
.stage {
	margin-top: 160px;
}
.stage_title {}
.stage_title > svg {}
.stage_text {}
.stage_caution {
	font-size: 12px;
	margin-top: 28px;
}
.stage_link {}
.stage_link-left {
	max-width: 300px;
	margin-top: 30px;
}
.stage_figs {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 56px;
}
.stage_figs_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 5px;
}
.stage_fig {}
.stage_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.stage_link-center {
	max-width: 280px;
	margin: 60px auto 0;
}
.stage_cnt {
	background-color: #fff;
    color: #333;
    padding: 52px 51px 68px 65px;
    border-radius: 10px;
    margin: 30px 0 -30px;
}
.stage_cntTitle {
	font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #01B1BD;
	display: flex;
    align-items: center;
}
.stage_cntTitle-icon {
	margin-right: 20px;
}
.stage_list {
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
}
.stage_list li {
	list-style-type: none;
    padding-left: 14px;
    width: 47%;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.stage_list li::before {
	content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.8em;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(90deg, #767AD8 0%, #70A9FF 100%);
}

.presen {
	margin-top: 160px;
}
.presen_title {}
.presen_text {}
.presen_figs {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.presen_figs_cell {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.presen_fig {}
.presen_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.presen_headline {
	font-size: 24px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 39px;
}
.support {
	padding: 53px 30px 25px;
}
.support_inner {
	max-width: 1082px;
	margin: 0 auto;
}
.support_inner > svg {}
.support_cols {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 37px;
}
.support_col {}
.support_col-txt {}
.support_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 11px;
}
.support_list {
	list-style: none;
}
.support_list > li {
	margin-top: 0;
	padding-left: 15px;
}
.support_list > li::before {
	width: 8px;
	height: 8px;
}
.support_arrow {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 70px;
	margin-right: 46px;
}
.support_arrow::before {
	content: "";
	width: 40px;
	height: 45px;
	display: block;
	background-image: linear-gradient(to right, #767AD8, #70A9FF);
}
.support_arrow::after {
	content: "";
	width: 22px;
	display: block;
	height: 66px;
	background-image: linear-gradient(to right, #70A9FF, #70A9FF);
}
.support_arrow_mask {
	display: block;
	position: absolute;
	width: 22px;
	height: 100%;
	right: 0;
	top: 0;
	fill: #fff;
	transform: rotate(180deg);
}
.support_col-msg {
	width: 340px;
}
.support_result {
	position: relative;
	background-image: linear-gradient(to right, #7679D7, #6FA9FF);
	border-radius: 10px;
	color: var(--color-purple);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	box-sizing: border-box;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.support_result::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	background-color: var(--color-white);
	border-radius: 8px;
}
.support_result_sub {
	display: block;
	position: relative;
	z-index: 1;
}
.support_result_main {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 26px;
}
.support_msg {
	min-height: 38px;
	background-image: linear-gradient(to right, #7679D7, #6FA9FF);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.4;
	padding: 5px 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
}
.support_msg_bg {
	display: block;
	fill: var(--color-white);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 9px;
	transform: rotateY(180deg);
}
.subjects {}
.subjects_title {}
.subjects_cells {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.subjects_cell {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px;
}
.subjects_sect {
	height: 100%;
	box-sizing: border-box;
	padding: 42px 30px 38px;
}
.subjects_headline {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 39px;
}
.subjects_headline_num {
	background-image: var(--grad-purple);
	color: #fff;
	width: 55px;
	height: 55px;
	font-family: var(--font-outfit);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	margin-right: 12px;
}
.subjects_cols {
	display: flex;
}
.subjects_col {}
.subjects_col-txt {
	width: 48%;
	margin-right: auto;
}
.subjects_text {}
.subjects_list {
	list-style: none;
	margin-top: 23px;
}
.subjects_list > li {
	margin-top: 1px;
	padding-left: 16px;
}
.subjects_list > li::before {
	width: 8px;
	height: 8px;
}
.subjects_col-img {
	width: 47.5%;
	max-width: 250px;
}
.subjects_fig {}
.subjects_fig > img {
	display: block;
}
.stageInfo {
	margin-bottom: 177px;
}
.stageInfo_title {}
.stageInfo_title > svg {}
.stageInfo_areaText {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.stageInfo_headline {
	width: 265px;
	margin-right: 1px;
}
.stageInfo_headline > img {
	display: block;
	width: 100%;
	height: auto;
}
.stageInfo_msg {
	font-weight: bold;
	position: relative;
	top: 9px;
}
.stageInfo_text {}
.stageInfo_goal {
	padding: 26px 33px;
	margin-top: 54px;
	margin-bottom: 60px;
}
.stageInfo_goal_dList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.stageInfo_goal_dList > dt {
	width: 130px;
	height: 47px;
	background-image: var(--grad-purple);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}
.stageInfo_goal_dList > dd {
	width: calc(100% - 150px);
	margin-left: auto;
	line-height: 1.5;
}
.stageInfo_cells {
	display: flex;
	justify-content: center;
}
.stageInfo_cell {
	width: 250px;
	margin-left: 18px;
}
.stageInfo_cell:first-child {
	margin-left: 0;
}
.stageInfo_subhead {
	margin-bottom: 13px;
}
.stageInfo_comment {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	min-height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq {
	margin-bottom: 110px;
}
.faq:last-child {
	margin-bottom: 0;
}
.faq_title {}
.faq_box {
	padding: 48px 30px 55px;
	margin-top: 24px;
}
.faq_box_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.faq_sign {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-image: var(--grad-purple);
	font-size: 20px;
	font-weight: bold;
	font-family: var(--font-outfit);
	color: var(--color-white);
	line-height: 1;
}
.faq_sign-question {}
.faq_headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(51, 51, 51, 0.30);
	padding-bottom: 15px;
	margin-bottom: 24px;
}
.faq_headline_text {
	width: calc(100% - 67px);
	margin-left: auto;
	display: block;
}
.faq_answer {
	display: flex;
}
.faq_sign-answer {}
.faq_answer_text {
	width: calc(100% - 67px);
	margin-left: auto;
	display: block;
}
.faq_text {}
.faq_text > a {
	color: inherit;
}
.areaFaq {}
.otherCont {
	position: relative;
	margin-top: 94px;
}
.otherCont_piece {
	width: 280px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	filter: blur(10px);
}
.otherCont_piece-no1 {
	margin-left: -679px;
	margin-top: -194px;
}
.otherCont_piece > img {
	display: block;
}
.otherCont_piece-no2 {
	margin-left: -580px;
	margin-top: 95px;
}
.otherCont_piece-no3 {
	margin-top: 163px;
	margin-left: 612px;
}
.otherCont_piece-no4 {
	margin-top: -105px;
	margin-left: 585px;
}
.otherCont_box {
	max-width: 782px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	margin: 0 auto 0;
	position: relative;
	padding: 59px 30px 0;
	box-sizing: border-box;
}
.otherCont_title {
	font-size: 24px;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: .1em;
	margin-bottom: 30px;
}
.otherCont_link {
	max-width: 351px;
	margin: 0 auto 51px;
}
.otherCont_link > a {
	text-decoration: none;
	color: inherit;
}
.otherCont_headline {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 19px;
}
.otherCont_cells {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.otherCont_cell {
	margin-right: 80px;
}
.otherCont_cell:last-child {
	margin-right: 0;
}
.otherCont_dList {
	list-style: none;
	font-size: 18px;
	line-height: 1.5;
	display: flex;
	margin-bottom: 5px;
}
.otherCont_dList:last-child {
	margin-bottom: 0;
}
.otherCont_dList > dt {
	white-space: nowrap;
	font-weight: bold;
	margin-right: 0.3em;
}
.otherCont_dList > dd {}
.otherCont_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.otherCont_notice {
	font-size: 14px;
	margin-top: 13px;
}
.after {
	margin-bottom: 160px;
}
.after:last-child {
	margin-bottom: 0;
}
.after_title {}
.after_text {
	margin-bottom: 1.75em;
	letter-spacing: 0.03em;
}
.after_sect {
	margin-top: 76px;
}
.after_headline {}
.after_caution {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 2px;
	margin-bottom: 50px;
}
.after_coming {
	font-family: var(--font-outfit);
	font-weight: bold;
	font-size: 21px;
	margin-top: 41px;
	letter-spacing: 0.05em;
}
.after_text-noMb {
	margin-bottom: 0;
}
.after_topic {
	background-color: #fff;
    color: #333;
    padding: 45px 51px 45px 50px;
    border-radius: 10px;
    margin-top: 40px;
}
.after_topic:not(:first-of-type) {
	margin-top: 20px;
}
.after_topicTtl {
	margin-bottom: 17px;
	color: #7580DC;
    font-size: 20px;
}
.after_eduSection:first-of-type {
    border-top: 1px solid #33333330;
}
.after_eduSection {
    padding: 24px 0;
    border-bottom: 1px solid #33333330;
}
.after_year {
	display: inline-block;
    padding: 5px 18px 10px;
    margin: 0px 0 10px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, #767AD8 0%, #70A9FF 100%);
    border-radius: 24px;
}
.after_kindai {
	font-size: 18px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.05em;
}
.after_eduList {
	width: 100%;
	max-width: 900px;
	list-style: none;
    display: inline-flex;
	flex-wrap: wrap;
    column-gap: 5px;
}
.after_eduList > li::after {
	content: "／";
}
.after_eduList:last-of-type > li:last-child::after {
	content: "";
}

.stageInfo_comment-left {
	text-align: left;
}
.workshop {
	padding: 35px 30px;
	margin-top: 24px;
}
.workshop_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.workshop_cols {
	display: flex;
	align-items: center;
}
.p-outline-stage-d1 .workshop_cols,
.p-outline-stage-d2 .workshop_cols {
	align-items: normal;
	flex-direction: column;
}
.workshop_col {}
.workshop_col-txt {
	width: calc(100% - 430px);
}
.workshop_title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.workshop_title_en {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: var(--font-outfit);
	color: var(--color-purple);
	letter-spacing: 0.04em;
}
.workshop_title_sub {
	display: block;
	letter-spacing: 0.03em;
}
.workshop_list {
	list-style: none;
}
.workshop_list > li {
	margin-top: 0;
	padding-left: 16px;
}
.workshop_list > li::before {
	width: 8px;
	height: 8px;
}
.workshop_col-list {
	list-style: none;
	width: 412px;
	margin-left: auto;
}
.p-outline-stage-d1 .workshop_col-list,
.p-outline-stage-d2 .workshop_col-list {
	width: 100%;
}
.workshop_pointList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.p-outline-stage-d1 .workshop_pointList,
.p-outline-stage-d2 .workshop_pointList {
	flex-wrap: nowrap;
	gap: 12px;
}
.workshop_pointList > li {
	background-image: var(--grad-purple);
	min-height: 44px;
	color: var(--color-white);
	font-weight: bold;
	font-size: 16px;
	border-radius: 44px;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	display: flex;
	width: calc((100% - 12px) / 2);
	margin-left: 12px;
}
.p-outline-stage-d1 .workshop_pointList > li,
.p-outline-stage-d2 .workshop_pointList > li {
	margin-left: 0;
}
.workshop_pointList > li:nth-child(2n+1) {
	margin-left: 0;
}
.p-outline-stage-d1 .workshop_pointList > li:nth-child(2n+1),
.p-outline-stage-d2 .workshop_pointList > li:nth-child(2n+1) {
	margin-left: 0;
}
.workshop_pointList > li:nth-child(n+3) {
	margin-top: 12px;
}
.p-outline-stage-d1 .workshop_pointList > li:nth-child(n+3),
.p-outline-stage-d2 .workshop_pointList > li:nth-child(n+3) {
	margin-top: 0;
}
.faq_text_icon {
	display: inline-block;
	height: 8px;
	width: 10px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 2px;
	margin-left: 2px;
	margin-right: 3px;
}
.newsItem_cells {
	display: flex;
	width: 100%;
	align-items: center;
}
.newsItem_image {
	position: relative;
	padding-bottom: 62.5%;
}
.newsItem_cell-img {
	width: 280px;
}
.newsItem_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsItem_cell-txt {
	width: calc(100% - 304px);
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width:1299px) {
	.aboMission_image {
		/* padding-left: 30px; */
	}
}
@media screen and (max-width:1199px) {
	.aboStra_headline {
		font-size: 22px;
	}
	.sectNavList > li > a {
		padding: 10px 15px;
	}
}
@media screen and (min-width:1000px) {
		.senior-after .sectNavList > li{
		width: 33.333%;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.faq_text > a:hover {}
	.otherCont_link > a:hover {}
	.otherCont_dList > dd > a:hover {}
	.aboutStage_link > a:hover {}
	.topIntro_link > a:hover {}
	.newsList > li:hover {
		border-top-color: rgba(255, 255, 255, 0);
	}
	.newsList > li:hover + li {
		border-top-color: rgba(255, 255, 255, 0);
	}
	.newsList > li:last-child:hover {
		border-bottom-color: rgba(255, 255, 255, 0);
	}
	.form_topLink > a:hover {}
	.form_backLink > a:hover {}
	.fileParts_btn:hover {
		background-color: var(--color-green-light);
	}
	.fileParts_delBtn:hover {
		background-color: var(--color-green-dark);
	}
	.fileParts_addBtn:hover {
		background-color: var(--color-white);
		color: var(--color-green-emerald);
	}
	.form_chkLbl > a:hover {}
	.form_btn:hover {}
	.entry_catList > li > a:hover {}
	.topApp_link > a:hover {}
	.pager > a:hover {
		opacity: 1;
	}
	.outline_link > a:hover {}
	.newsItem > a:hover {}
	.newsItem > a:hover::before {
		transform: scale(1, 1);
		transform-origin: left top;
		opacity: 1;
	}
	.topNews_link > a:hover {}
	.outStage_link > a:hover {}
	.sectNavList > li > a:hover {}
	.app_link > a:hover {}
	.info_link > a:hover {}
	.infoAcs_tel > a:hover {}
	.infoAcs_link > a:hover {
		text-decoration: none;
	}
	.app_linkList > li > a:hover {}
	.sectNavList > li > a:hover > .icon {
		transform: translateY(6px);
	}
}
@media screen and (max-width: 999px) {
	.info {
		margin-bottom: 130px;
	}
	.info_text {
		font-size: 21px;
	}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link_arrow {}
	.info_link_arrow > .icon {}
	.infoAcs {}
	.infoAcs_title {}
	.infoAcs_title > svg {}
	.infoAcs_cols {
		display: block;
	}
	.infoAcs_col {
		width: auto;
	}
	.infoAcs_col-txt {
		margin-bottom: 50px;
	}
	.infoAcs_text {}
	.infoAcs_table {}
	.infoAcs_table > tbody {}
	.infoAcs_table > tbody > tr {}
	.infoAcs_table > tbody > tr:first-child {}
	.infoAcs_table > tbody > tr > th {}
	.infoAcs_table > tbody > tr > td {}
	.infoAcs_tbl_th {}
	.infoAcs_td {}
	.infoAcs_mail {}
	.infoAcs_mail_main {}
	.infoAcs_mail_note {}
	.infoAcs_tel {}
	.infoAcs_tel > a {}
	.infoAcs_col-map {
		max-width: none;
	}
	.infoAcs_map {}
	.infoAcs_map > iframe {}
	.infoAcs_link {}
	.infoAcs_link > a {}
	.infoAcs_link > a > img {}
	.app {}
	.app_title {}
	.app_title > svg {}
	.app_tblWrap {}
	.app_table {}
	.app_table > tbody {}
	.app_table > tbody > tr {}
	.app_table > tbody > tr > th {}
	.app_table > tbody > tr > td {}
	.app_tblText {}
	.app_noteList {}
	.app_noteList:last-child {}
	.app_noteList > li {}
	.app_oList {}
	.app_oList > li {}
	.app_oList_number {}
	.app_link {}
	.app_link > a {}
	.app_link_arrow {}
	.app_link_arrow > .icon {}
	.app_list {}
	.app_list:last-child {}
	.app_list > li {}
	.app_headline {}
	.app_linkList {}
	.app_linkList > li {}
	.app_linkList > li:nth-child(n+3) {}
	.app_linkList > li:last-child {}
	.app_linkList > li > a {}
	.app_linkList_btn_circle {}
	.app_linkList_btn_circle > .icon {}
	.sectNav {
		margin-bottom: 60px;
	}
	.sectNavList {
		flex-wrap: wrap;
		padding: 13px 10px;
		max-width: 723px;
		margin-left: auto;
		margin-right: auto;
	}
	.sectNavList > li {
		width: 50%;
	}
	.sectNavList > li > a {
		min-height: 50px;
	}
	.sectNavList > li::after {
		opacity: 0;
	}
	.sectNavList > li:last-child::after {}
	.sectNavList > li > a > .icon {}
	.about {
		margin-bottom: 120px;
	}
	.about:last-child {}
	.aboMsg {
		position: relative;
	}
	.aboMsg_title {}
	.aboMsg_title > svg {}
	.aboMsg_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.aboMsg_box::after {
		display: none;
	}
	.aboMsg_headline {
		font-size: 36px;
		margin-bottom: 30px;
		padding-top: 0;
		width: 100%;
	}
	.aboMsg_text {
		width: 100%;
	}
	.aboMsg_text-mbL {
		margin-bottom: 40px;
	}
	.aboMsg_text:last-child {}
	.aboMsg_image {
		float: none;
		order: 10;
		margin: 0;
	}
	.aboMsg_image > img {}
	.aboMsg_name {
		margin-top: 0;
		order: 11;
		width: 100%;
		max-width: 350px;
	}
	.aboMsg_name_position {}
	.aboMsg_name_main {}
	.aboMission {}
	.aboMission_title {}
	.aboMission_title > svg {}
	.aboMission_text {}
	.aboMission_image {
		padding-left: 0;
		margin-top: 65px;
	}
	.aboMission_image > img {}
	.aboFeat {}
	.aboFeat_title {}
	.aboFeat_title > svg {}
	.aboFeat_message {
		margin-bottom: 30px;
	}
	.aboFeat_oList {}
	.aboFeat_oList > li {}
	.aboFeat_oList > li:nth-child(n+3) {}
	.aboFeatItem {
		padding: 15px;
	}
	.aboFeatItem_cols {}
	.aboFeatItem_col {}
	.aboFeatItem_col-number {
		width: 60px;
	}
	.aboFeatItem_circle {
		font-size: 18px;
		width: 60px;
		height: 60px;
	}
	.aboFeatItem_circle_txt {
		font-size: 10px;
	}
	.aboFeatItem_circle_number {}
	.aboFeatItem_col-txt {
		width: calc(100% - 72px);
	}
	.aboFeatItem_text {
		font-size: 16px;
	}
	.aboStra {}
	.aboStra_title {}
	.aboStra_title > svg {}
	.aboStra_title > img {}
	.aboStra_cells {
		display: block;
		margin: 0;
	}
	.aboStra_cell {
		width: auto;
		padding: 0;
	}
	.aboStra_cell:nth-child(n+2) {
		margin-top: 20px;
	}
	.aboStra_cell_inner {
		padding: 28px 25px;
		min-height: 0;
	}
	.aboStra_headline {
		min-height: 0;
		margin-bottom: 25px;
	}
	.aboStra_headline > img {}
	.aboStra_headline_main {}
	.aboStra_text {
		margin-bottom: 20px;
	}
	.aboStra_text:last-child {}
	.aboStraItem_stepCells {}
	.aboStraItem_stepCell {}
	.aboStraItem {}
	.aboStraItem_cols {}
	.aboStraItem_col {}
	.aboStraItem_col-number {}
	.aboStraItem_circle {}
	.aboStraItem_circle_txt {}
	.aboStraItem_circle_number {}
	.aboStraItem_col-txt {}
	.aboStra_subhead {}
	.aboStra_image {}
	.aboStra_image > img {}
	.aboStra_list {}
	.aboStra_list > li {}
	.aboStra_list > li::before {}
	.aboStraItem_text {}
	.aboStraItem_arrow {}
	.aboStraItem_arrow > img {}
	.aboForce {}
	.aboForce_title {}
	.aboForce_title > svg {}
	.aboForce_text {}
	.aboForce_headline {}
	.aboForce_headline > svg {}
	.aboForce_cols {}
	.aboForce_col {}
	.aboForce_col-txt {}
	.aboForce_tblWrap {}
	.aboForce_table {}
	.aboForce_table > tbody {}
	.aboForce_table > tbody > tr {}
	.aboForce_table > tbody > tr > th {
		width: 120px;
	}
	.aboForce_table > tbody > tr > td {
		padding-left: 20px;
	}
	.aboForce_table_th {
		font-size: 14px;
		min-width: 100px;
	}
	.aboForce_table_td {}
	.aboForce_col-img {
		width: 41%;
	}
	.aboForce_image {}
	.aboForce_image > img {}
	.outline {
		margin-bottom: 120px;
	}
	.outline:last-child {}
	.outline_title {}
	.outline_title > svg {}
	.outFlow {}
	.outFlow_message {}
	.outFlow_chart {}
	.outFlow_chart > img {}
	.outFlow_image {
		margin-bottom: 120px;
	}
	.outFlow_image > img {}
	.outStage {
		margin-bottom: 110px;
	}
	.outStage:last-child {}
	.outStage_cols {}
	.outStage_col {}
	.outStage_col-txt {
		width: 56%;
	}
	.outStage_areaTxt {
		margin-bottom: 55px;
	}
	.outStage_areaTxt:last-child {}
	.outStage_title {
		margin-bottom: 25px;
	}
	.outStage_title > svg {}
	.outStage_headline {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.outStage_list {
		margin-bottom: 20px;
	}
	.outStage_list > li {}
	.outStage_list > li::before {}
	.outStage_table {}
	.outStage_table > tbody {}
	.outStage_table > tbody > tr {}
	.outStage_table > tbody > tr > th {}
	.outStage_tbl_th {}
	.outStage_table > tbody > tr > td {}
	.outStage_link {}
	.outStage_link > a {}
	.outStage_col-img {
		width: 40%;
	}
	.outStage_image {}
	.outStage_image > img {}
	.outStage_awardList {}
	.outStage_awardList > li {}
	.outStage_awardList > li:last-child {}
	.outSelect {
		padding-bottom: 50px;
	}
	.outSelect:last-child {}
	.outSelect::before {}
	.outSelect:last-child::before {}
	.outSelect_title {
		margin-bottom: 12px;
		padding-left: 88px;
	}
	.outSelect_title_number {}
	.outSelect_title_main {}
	.outSelect_box {
		max-width: calc(100% - 88px);
	}
	.outSelect_box_inner {}
	.outSelect_headline {}
	.outSelect_cols {}
	.outSelect_col {
		width: 46.5%;
	}
	.outSelect_col-no1 {}
	.outSelect_subhead {
		font-size: 17px;
	}
	.outSelect_list {}
	.outSelect_list > li {}
	.outSelect_list > li::before {}
	.outSelect_col-no2 {}
	.outSelect_cols_hr {}
	.outSelects {
		margin-bottom: 120px;
	}
	.outline_message {
		font-size: 28px;
	}
	.outline_link {}
	.outline_link > a {}
	.news {}
	.newsNav {}
	.newsNav_sects {}
	.newsNav_sect {
		margin-right: 30px;
	}
	.newsNav_sect:last-child {}
	.newsNav_title {}
	.newsNav_selWrap {}
	.newsNav_selWrap > select {}
	.newsNav_selWrap > select > option {}
	.topNews {}
	.topNews_title {}
	.topNews_title > svg {}
	.topNews_cols {}
	.topNews_col {}
	.topNews_col-list {
		width: calc(100% - 240px);
	}
	.newsList {}
	.newsList > li {}
	.newsList > li:last-child {}
	.newsItem {}
	.newsItem > a {}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_catList {}
	.newsItem_catList > li {}
	.newsItem_title {}
	.topNews_col-link {
		width: 210px;
	}
	.topNews_link {}
	.topNews_link > a {}
	.topApp {
		margin-bottom: 180px;
	}
	.topApp_inner {}
	.topApp_title {
		font-size: 40px;
	}
	.topApp_list {}
	.topApp_list > li {}
	.topApp_headline {}
	.topApp_headline_main {}
	.topApp_about {}
	.topApp_about_sub {}
	.topApp_text {}
	.topApp_link {}
	.topApp_link > a {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.entry {}
	.entry_areaTtl {}
	.entry_update {}
	.entry_update > time {}
	.entry_catList {}
	.entry_catList > li {}
	.entry_catList > li > a {}
	.entry_title {
		font-size: 30px;
	}
	.entry_editor {}
	.entry_link {}
	.entry_link > a {}
	.form {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_required {}
	.form_telbox {}
	.form_telbox_input {}
	.form_telbox_input > input {}
	.form_hyphen {}
	.form_radios {}
	.form_rdoLbl {}
	.form_rdoLbl:last-child {}
	.form_rdoLbl > input {}
	.form_chkLbl {}
	.form_chkLbl > input {}
	.form_chkLbl > a {}
	.form_btn {}
	.form_btn_arrow {}
	.form_btn_arrow > .icon {}
	.form_label-radio {}
	.form_label-check {}
	.fileParts {}
	.fileParts_contents {}
	.fileParts_box {}
	.fileParts_main {}
	.fileParts_btn {}
	.fileParts_dummy {}
	.fileParts_empty {}
	.fileParts_nameWrap {}
	.fileParts_name {}
	.fileParts_delBtn {}
	.fileParts_delBtn > .icon {}
	.fileParts_addBtn {}
	.fileParts_addBtn_icon {}
	.fileParts_addBtn_icon::before {}
	.fileParts_btnWrap {}
	.form_note {}
	.form_label-btn {}
	.form_label-confirm {}
	.form_backLink {}
	.form_backLink > a {}
	.form_backLink_arrow {}
	.form_backLink_arrow > .icon {}
	.form_title {}
	.form_msg {}
	.form_topLink {}
	.form_topLink > a {}
	.topVis {}
	.topVis_inner {}
	.topVis_scroll {}
	.topVis_scroll_container {}
	.topVis_scroll_scoller {}
	.topVis_scroll_text {}
	.topVis_areaText {}
	.topVis_title {
		width: 550px;
	}
	.topVis_title_inner {}
	.topVis_title_img {}
	.topVis_text {}
	.topVis_scroll_text > img {}
	.topVis_canvas {}
	.topVis_canvas_logo {}
	.topVis_canvas_logo > img {}
	.topVis_main {}
	.topVis_main_clip {}
	.topVis_main_image {}
	.topVis_canvas[data-animation] .topVis_main_image {}
	.topVis_canvas[data-animation="after"] .topVis_main_image {}
	.topVis_contents {}
	.topIntro {}
	.topIntro_cols {
		align-items: center;
	}
	.topIntro_col {}
	.topIntro_col-img {
		width: calc(100% - 450px);
	}
	.topIntro_vis {
		width: 420px;
	}
	.topIntro_image {}
	.topIntro_image-large {}
	.topIntro_image > img {}
	.topIntro_image-small {}
	.topIntro_image-small > img {}
	.topIntro_col-txt {}
	.topIntro_title {
		font-size: 40px;
		padding-top: 0;
	}
	.topIntro_text {}
	.topIntro_link {}
	.topIntro_link > a {}
	.topIntro_vis_inner {}
	.topApp_scroll {}
	.topApp_scroll_container {}
	.topApp_scroll_scroller {}
	.topApp_scroll_text {}
	.topApp_headline_text {}
	.topApp_headline_bar {}
	.topApp_headline_bar_item {}
	.topApp_logo {}
	.topApp_logo > img {}
	.topVis_piece {}
	.topVis_piece_img {}
	.topVis_piece-no1 {}
	.topVis_piece_img-no1 {}
	.topVis_piece-no2 {}
	.topVis_piece_img-no2 {}
	.topVis_piece-no3 {}
	.topVis_piece_img-no3 {}
	.topVis_piece-no4 {}
	.topVis_piece_img-no4 {}
	.topVis_piece-no5 {}
	.topVis_piece_img-no5 {}
	.topVis_piece_img_inner {}
	.topVis_piece_img_inner-no1 {}
	.topVis_piece_img_inner-no2 {}
	.topVis_piece_img_inner-no3 {}
	.topVis_piece_img_inner-no4 {}
	.topVis_piece_img_inner-no5 {}
	.topIntro_peace {}
	.topIntro_peace-no1 {}
	.topIntro_peace_img {}
	.topIntro_peace_img-no1 {}
	.topIntro_peace-no2 {}
	.topIntro_peace_img-no2 {}
	.topIntro_peace-no3 {}
	.topIntro_peace_img-no3 {}
	.topApp_peace {}
	.topApp_peace-no1 {}
	.topApp_peace_img {}
	.topApp_peace_img-no1 {}
	.topApp_peace-no2 {}
	.topApp_peace_img-no2 {}
	.topApp_peace-no3 {}
	.topApp_peace_img-no3 {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.form_errListWrap {}
	.form_errListWrap_box {}
	.form_errList {}
	.form_errList > li {}
	.outFlow_chartWrap {}
	.outFlow_note {}
	.outStage_noteList {
		margin-top: 20px;
		font-size: 13px;
	}
	.outStage_noteList > li {}
	.rubric {
		margin-bottom: 120px;
	}
	.rubric_title {}
	.rubric_text {}
	.viewpoint {}
	.viewpoint_title {}
	.viewpoint_box {}
	.viewpoint_sect {}
	.viewpoint_sect:nth-last-child(n+2) {}
	.viewpoint_headline {
		font-size: 20px;
		padding: 10px 15px;
	}
	.viewpoint_list {}
	.viewpoint_list > li {}
	.viewpoint_bar {}
	.viewpoint_bar-no1 {}
	.viewpoint_list_text {}
	.viewpoint_bar-no2 {}
	.viewpoint_bar-no3 {}
	.viewpoint_bar-no4 {}
	.viewpoint_bar-no5 {}
	.viewpoint_bar-no6 {}
	.viewpoint_image {}
	.viewpoint_image > img {}
	.viewpoint_tableWrap {
		margin-right: -30px;
		padding-right: 30px;
	}
	.viewpoint_table {
		min-width: 1000px;
	}
	.viewpoint_table > thead {}
	.viewpoint_table > thead > tr {}
	.viewpoint_table > thead > tr > th {}
	.viewpoint_table > thead > tr > th:first-child {}
	.viewpoint_table > thead > tr > td {}
	.viewpoint_table > tbody {}
	.viewpoint_table > tbody > tr {}
	.viewpoint_table > tbody > tr > th {}
	.viewpoint_table > tbody > tr > td {}
	.viewpoint_label {}
	.viewpoint_headline_bg {
		width: 14px;
	}
	.viewpoint_headline_bg-left {}
	.viewpoint_headline_bg-right {}
	.areaComments {}
	.areaComments_msg {}
	.areaComments_caution {}
	.areaComments_body {}
	.comments {
		padding: 40px 30px;
	}
	.comments:nth-last-child(n+2) {}
	.comments_inner {}
	.comments_title {}
	.comments_text {}
	.comments_name {}
	.aboutStage {}
	.aboutStage_title {}
	.aboutStage_text {}
	.aboutStage_link {}
	.aboutStage_link > a {}
	.stage {}
	.stage_title {}
	.stage_title > svg {}
	.stage_text {}
	.stage_caution {}
	.stage_link {}
	.stage_link-left {}
	.stage_figs {}
	.stage_figs_cell {}
	.stage_fig {}
	.stage_fig > img {}
	.stage_link-center {}
	.stage_cnt {
		padding: 52px 36px 68px;
		margin: 30px 0 0;
	}
	.stage_cntTitle {
		font-size: 20px;
	}
	.stage_cntTitle-icon {
		margin: 10px;
	}
	.stage_list {
		flex-direction: column;
	}
	.stage_list li {
		width: 100%;
	}
	.stage_list li::before {
		top: 0.8em;
	}
	.presen {
		margin-top: 120px;
	}
	.presen_title {}
	.presen_text {}
	.presen_figs {}
	.presen_figs_cell {}
	.presen_fig {}
	.presen_fig > img {}
	.presen_headline {}
	.support {}
	.support_inner {}
	.support_inner > svg {}
	.support_cols {}
	.support_col {}
	.support_col-txt {}
	.support_title {}
	.support_list {}
	.support_list > li {}
	.support_list > li::before {}
	.support_arrow {
		margin-left: 20px;
		margin-right: 20px;
	}
	.support_arrow::before {}
	.support_arrow::after {}
	.support_arrow_mask {}
	.support_col-msg {
		width: 280px;
	}
	.support_result {}
	.support_result::before {}
	.support_result_sub {}
	.support_result_main {}
	.support_msg {}
	.support_msg_bg {}
	.subjects {}
	.subjects_title {}
	.subjects_cells {}
	.subjects_cell {}
	.subjects_sect {
		padding: 20px 20px;
	}
	.subjects_headline {}
	.subjects_headline_num {}
	.subjects_cols {}
	.subjects_col {}
	.subjects_col-txt {}
	.subjects_text {}
	.subjects_list {}
	.subjects_list > li {}
	.subjects_list > li::before {}
	.subjects_col-img {}
	.subjects_fig {}
	.subjects_fig > img {}
	.stageInfo {
		margin-bottom: 150px;
	}
	.stageInfo_title {}
	.stageInfo_title > svg {}
	.stageInfo_areaText {}
	.stageInfo_headline {}
	.stageInfo_headline > img {}
	.stageInfo_msg {}
	.stageInfo_text {}
	.stageInfo_goal {}
	.stageInfo_goal_dList {
		font-size: 18px;
	}
	.stageInfo_goal_dList > dt {
		width: 110px;
	}
	.stageInfo_goal_dList > dd {
		width: calc(100% - 130px);
	}
	.stageInfo_cells {}
	.stageInfo_cell {}
	.stageInfo_cell:first-child {}
	.stageInfo_subhead {}
	.stageInfo_comment {
		font-size: 16px;
	}
	.faq {}
	.faq:last-child {}
	.faq_title {}
	.faq_box {}
	.faq_box_inner {}
	.faq_sign {}
	.faq_sign-question {}
	.faq_headline {}
	.faq_headline_text {}
	.faq_answer {}
	.faq_sign-answer {}
	.faq_answer_text {}
	.faq_text {}
	.faq_text > a {}
	.areaFaq {}
	.otherCont {}
	.otherCont_piece {}
	.otherCont_piece-no1 {}
	.otherCont_piece > img {}
	.otherCont_piece-no2 {}
	.otherCont_piece-no3 {}
	.otherCont_piece-no4 {}
	.otherCont_box {}
	.otherCont_title {}
	.otherCont_link {}
	.otherCont_link > a {}
	.otherCont_headline {}
	.otherCont_cells {}
	.otherCont_cell {}
	.otherCont_cell:last-child {}
	.otherCont_dList {}
	.otherCont_dList > dt {}
	.otherCont_dList > dd {}
	.otherCont_dList > dd > a {}
	.otherCont_notice {}
	.after {}
	.after:last-child {}
	.after_title {}
	.after_text {}
	.after_sect {}
	.after_headline {}
	.after_caution {}
	.after_coming {}
	.after_text-noMb {
		margin-bottom: 0;
	}
	.after_topic {
		padding: 40px 30px;
	}
	.stageInfo_comment-left {}
	.workshop {}
	.workshop_inner {}
	.workshop_cols {
		display: block;
	}
	.workshop_col {
		width: auto;
	}
	.workshop_col-txt {}
	.workshop_title {}
	.workshop_title_en {}
	.workshop_title_sub {}
	.workshop_list {}
	.workshop_list > li {}
	.workshop_list > li::before {}
	.workshop_col-list {
		max-width: 450px;
		margin: 20px auto 0;
	}
	.p-outline-stage-d1 .workshop_col-list,
	.p-outline-stage-d2 .workshop_col-list {
		max-width: 100%;
	}
	.workshop_pointList {}
	.workshop_pointList > li {}
	.workshop_pointList > li:nth-child(2n+1) {}
	.workshop_pointList > li:nth-child(n+3) {}
	.newsItem_cell-img {
		width: 180px;
	}
	.newsItem_cell-txt {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 767px) {
	.info {
		margin-bottom: 65px;
	}
	.info_text {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link_arrow {}
	.info_link_arrow > .icon {}
	.infoAcs {}
	.infoAcs_title {}
	.infoAcs_title > svg {}
	.infoAcs_cols {}
	.infoAcs_col {}
	.infoAcs_col-txt {
		margin-bottom: 30px;
	}
	.infoAcs_text {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.infoAcs_table {}
	.infoAcs_table > tbody {}
	.infoAcs_table > tbody > tr {}
	.infoAcs_table > tbody > tr:first-child {}
	.infoAcs_table > tbody > tr > th {}
	.infoAcs_table > tbody > tr > td {}
	.infoAcs_tbl_th {}
	.infoAcs_td {}
	.infoAcs_mail {}
	.infoAcs_mail_main {}
	.infoAcs_mail_note {}
	.infoAcs_tel {}
	.infoAcs_tel > a {}
	.infoAcs_col-map {}
	.infoAcs_map {
		padding-bottom: 62.5%;
	}
	.infoAcs_map > iframe {}
	.infoAcs_link {}
	.infoAcs_link > a {}
	.infoAcs_link > a > img {}
	.app {}
	.app_title {}
	.app_title > svg {}
	.app_tblWrap {}
	.app_table {}
	.app_table > tbody {}
	.app_table > tbody > tr {}
	.app_table > tbody > tr > th {}
	.app_table > tbody > tr > td {}
	.app_tblText {}
	.app_noteList {}
	.app_noteList:last-child {}
	.app_noteList > li {}
	.app_oList {}
	.app_oList > li {}
	.app_oList_number {}
	.app_link {}
	.app_link > a {}
	.app_link_arrow {}
	.app_link_arrow > .icon {}
	.app_list {}
	.app_list:last-child {}
	.app_list > li {}
	.app_headline {}
	.app_linkList {
		display: block;
		margin-top: 45px;
	}
	.app_linkList > li {
		width: 100%;
		max-width: none;
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.app_linkList > li:last-child {
		margin-bottom: 0;
	}
	.app_linkList > li > a {}
	.app_linkBr {
		display: none;
	}
	.app_linkList_btn_circle {}
	.app_linkList_btn_circle > .icon {}
	.sectNav {
		margin-bottom: 40px;
	}
	.sectNavList {
		padding: 10px 0;
	}
	.sectNavList > li {
		width: 100%;
	}
	.sectNavList > li > a {
		font-size: 13px;
		padding: 5px 15px;
		min-height: 40px;
	}
	.sectNavList > li::after {}
	.sectNavList > li:last-child::after {}
	.sectNavList > li > a > .icon {}
	.about {
		margin-bottom: 55px;
	}
	.about:last-child {}
	.aboMsg {}
	.aboMsg_title {}
	.aboMsg_title > svg {}
	.aboMsg_box {}
	.aboMsg_box::after {}
	.aboMsg_headline {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.aboMsg_text {}
	.aboMsg_text-mbL {
		margin-bottom: 20px;
	}
	.aboMsg_text:last-child {}
	.aboMsg_image {
		max-width: 280px;
	}
	.aboMsg_image > img {}
	.aboMsg_name {
		font-size: 22px;
		max-width: 280px;
	}
	.aboMsg_name_position {
		font-size: 14px;
		margin-right: 10px;
	}
	.aboMsg_name_main {}
	.aboMission {}
	.aboMission_title {}
	.aboMission_title > svg {}
	.aboMission_text {}
	.aboMission_image {
		/* margin-top: 40px; */
		margin: 40px auto 0;
	}
	.aboMission_image > img {}
	.aboMission_imageLink {
		width: 19.3%;
	}
	.aboMission_imageLink:first-of-type {
		top: 11%;
		left: 26%;
	}
	.aboMission_imageLink:nth-of-type(2) {
		top: 11%;
		left: 52.7%;
	}
	.aboMission_imageLink:nth-of-type(3) {
		top: 20.1%;
		left: 76.3%;
	}
	.aboMission_imageLink:nth-of-type(4) {
		top: 33.9%;
		left: 66.7%;
	}
	.aboMission_imageLink:nth-of-type(5) {
		top: 37.4%;
		left: 40.9%;
	}
	.aboMission_imageLink:nth-of-type(6) {
		top: 33.8%;
		left: 14.9%;
	}
	.aboMission_imageLink:nth-of-type(7) {
		top: 20.2%;
		left: 4.2%;
	}
	.aboFeat {}
	.aboFeat_title {}
	.aboFeat_title > svg {}
	.aboFeat_message {
		margin-bottom: 20px;
	}
	.aboFeat_oList {
		display: block;
		margin: 0;
	}
	.aboFeat_oList > li {
		width: auto;
		padding: 0;
	}
	.aboFeat_oList > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.aboFeatItem {
		padding: 12px;
	}
	.aboFeatItem_cols {}
	.aboFeatItem_col {}
	.aboFeatItem_col-number {}
	.aboFeatItem_circle {
		width: 58px;
		height: 58px;
	}
	.aboFeatItem_circle_txt {}
	.aboFeatItem_circle_number {}
	.aboFeatItem_col-txt {
		width: calc(100% - 68px);
	}
	.aboFeatItem_text {
		font-size: 14px;
	}
	.aboStra {}
	.aboStra_title {}
	.aboStra_title > svg {}
	.aboStra_title > img {}
	.aboStra_cells {}
	.aboStra_cell {}
	.aboStra_cell:nth-child(n+3) {}
	.aboStra_cell_inner {
		padding: 20px;
	}
	.aboStra_headline {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.aboStra_headline > img {
		width: 48px;
		height: 48px;
	}
	.aboStra_headline_main {
		width: calc(100% - 58px);
	}
	.aboStra_text {}
	.aboStra_text:last-child {}
	.aboStraItem_stepCells {}
	.aboStraItem_stepCell {}
	.aboStraItem {
		padding: 15px;
	}
	.aboStraItem_cols {}
	.aboStraItem_col {}
	.aboStraItem_col-number {
		width: 48px;
	}
	.aboStraItem_circle {
		width: 48px;
		height: 48px;
	}
	.aboStraItem_circle_txt {
		font-size: 10px;
	}
	.aboStraItem_circle_number {}
	.aboStraItem_col-txt {
		width: calc(100% - 58px);
	}
	.aboStra_subhead {
		font-size: 16px;
	}
	.aboStra_image {}
	.aboStra_image > img {}
	.aboStra_list {}
	.aboStra_list > li {}
	.aboStra_list > li::before {}
	.aboStraItem_text {}
	.aboStraItem_arrow {}
	.aboStraItem_arrow > img {}
	.aboForce {}
	.aboForce_title {}
	.aboForce_title > svg {}
	.aboForce_text {
		margin-bottom: 30px;
	}
	.aboForce_headline {}
	.aboForce_headline > svg {}
	.aboForce_cols {
		display: block;
	}
	.aboForce_col {
		width: auto;
	}
	.aboForce_col-txt {
		margin-bottom: 25px;
	}
	.aboForce_tblWrap {}
	.aboForce_table {}
	.aboForce_table > tbody {}
	.aboForce_table > tbody > tr {}
	.aboForce_table > tbody > tr > th {
		width: auto;
	}
	.aboForce_table > tbody > tr > td {}
	.aboForce_table_th {
		width: auto;
		min-width: 0;
	}
	.aboForce_table_td {}
	.aboForce_col-img {
		margin-left: auto;
		margin-right: auto;
	}
	.aboForce_image {}
	.aboForce_image > img {}
	.outline {}
	.outline:last-child {}
	.outline_title {}
	.outline_title > svg {}
	.outFlow {}
	.outFlow_message {}
	.outFlow_chart {}
	.outFlow_chart > img {}
	.outFlow_image {
		margin-bottom: 60px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.outFlow_image > img {}
	.outStage {
		margin-bottom: 55px;
	}
	.outStage:last-child {}
	.outStage_cols {
		display: block;
	}
	.outStage_col {
		width: auto;
		max-width: 520px;
		margin: 0;
	}
	.outStage_col-txt {
		max-width: none;
		margin-bottom: 25px;
	}
	.outStage_areaTxt {
		max-width: none;
	}
	.outStage_areaTxt:last-child {}
	.outStage_title {
		margin-bottom: 18px;
	}
	.outStage_title > svg {}
	.outStage_headline {
		font-size: 18px;
	}
	.outStage_list {}
	.outStage_list > li {}
	.outStage_list > li::before {}
	.outStage_table {}
	.outStage_table > tbody {}
	.outStage_table > tbody > tr {}
	.outStage_table > tbody > tr > th {
		width: auto;
	}
	.outStage_tbl_th {
		min-width: 0;
	}
	.outStage_table > tbody > tr > td {}
	.outStage_link {
		margin: 25px auto 0;
	}
	.outStage_link > a {}
	.outStage_col-img {
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
	}
	.outStage_image {}
	.outStage_image > img {}
	.outStage_awardList {
		margin-top: 20px;
	}
	.outStage_awardList > li {}
	.outStage_awardList > li:last-child {}
	.outSelect {
		padding-bottom: 40px;
	}
	.outSelect:last-child {}
	.outSelect::before {
		left: 25px;
		width: 2px;
		top: 25px;
	}
	.outSelect:last-child::before {}
	.outSelect_title {
		font-size: 18px;
		padding-left: 60px;
		min-height: 0;
		margin-bottom: 20px;
	}
	.outSelect_title_number {
		width: 50px;
		height: 50px;
		top: 16px;
	}
	.outSelect_title_main {}
	.outSelect_box {
		max-width: calc(100% - 60px);
	}
	.outSelect_box_inner {
		padding: 35px 20px 30px;
		margin-top: -19px;
	}
	.outSelect_headline {
		width: calc(100% - 30px);
	}
	.outSelect_cols {
		display: block;
		max-width: none;
	}
	.outSelect_col {
		width: auto;
	}
	.outSelect_col-no1 {}
	.outSelect_subhead {
		font-size: 16px;
	}
	.outSelect_list {}
	.outSelect_list > li {}
	.outSelect_list > li::before {}
	.outSelect_col-no2 {}
	.outSelect_cols_hr {
		width: 85%;
		height: 1px;
		position: relative;
		margin: 15px auto;
		top: 0;
		left: 0;
		transform: none;
	}
	.outSelect_headline_sub {
		font-size: 12px;
	}
	.outSelects {}
	.outline_message {
		font-size: 22px;
	}
	.outline_link {
		margin-top: 25px;
	}
	.outline_link > a {}
	.news {}
	.newsNav {
		margin-bottom: 25px;
	}
	.newsNav_sects {
		display: block;
	}
	.newsNav_sect {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.newsNav_sect:last-child {
		margin-bottom: 0;
	}
	.newsNav_title {
		min-width: 85px;
		margin-right: 0;
	}
	.newsNav_selWrap {}
	.newsNav_selWrap > select {}
	.newsNav_selWrap > select > option {}
	.topNews {}
	.topNews_title {
		margin-bottom: 27px;
	}
	.topNews_title > svg {}
	.topNews_cols {
		display: block;
	}
	.topNews_col {
		width: auto;
	}
	.topNews_col-list {
		margin-bottom: 38px;
	}
	.newsList {}
	.newsList > li {}
	.newsList > li:last-child {}
	.newsItem {}
	.newsItem > a {
		padding: 16px 0;
	}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_catList {}
	.newsItem_catList > li {}
	.newsItem_title {
		margin-top: 7px;
	}
	.topNews_col-link {
		max-width: 200px;
		margin: 0 auto;
	}
	.topNews_link {}
	.topNews_link > a {}
	.topApp {
		margin-bottom: 120px;
		padding-top: 49px;
	}
	.topApp_inner {}
	.topApp_title {
		font-size: 30px;
		margin-bottom: 29px;
	}
	.topApp_list {
		display: block;
		margin: 0 0 30px;
	}
	.topApp_list > li {
		width: auto;
		padding: 0;
		margin-bottom: 37px;
		display: block;
	}
	.topApp_list > li:last-child {
		margin-bottom: 0;
	}
	.topApp_headline {
		margin-bottom: 16px;
		max-width: 344px;
		margin-left: auto;
		margin-right: auto;
	}
	.topApp_headline_main {
		font-size: 14px;
		padding: 8px 10px;
	}
	.topApp_about {
		font-size: 18px;
	}
	.topApp_about_sub {
		margin-top: 4px;
	}
	.topApp_text {}
	.topApp_link {
		max-width: 200px;
		margin-top: 31px;
	}
	.topApp_link > a {}
	.pager {
		margin-top: 43px;
	}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {
		margin-right: 0;
	}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {
		margin-left: 0;
	}
	.entry {}
	.entry_areaTtl {
		padding-bottom: 18px;
		margin-bottom: 20px;
	}
	.entry_update {}
	.entry_update > time {}
	.entry_catList {}
	.entry_catList > li {}
	.entry_catList > li > a {}
	.entry_title {
		font-size: 22px;
		margin-top: 15px;
	}
	.entry_editor {}
	.entry_link {
		margin-top: 75px;
	}
	.entry_link > a {}
	.form {}
	.form_table {
		display: block;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-bottom: 30px;
		border: none;
	}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 12px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.form_label {
		min-height: 0;
	}
	.form_required {}
	.form_telbox {}
	.form_telbox_input {
		width: calc((100% - 36px) / 3);
	}
	.form_telbox_input > input {}
	.form_hyphen {
		width: 18px;
	}
	.form_radios {}
	.form_rdoLbl {}
	.form_rdoLbl:last-child {}
	.form_rdoLbl > input {}
	.form_chkLbl {}
	.form_chkLbl > input {}
	.form_chkLbl > a {}
	.form_btn {
		margin-top: 45px;
		max-width: 280px;
	}
	.form_btn_arrow {}
	.form_btn_arrow > .icon {}
	.form_label-radio {}
	.form_label-check {}
	.fileParts {}
	.fileParts_contents {}
	.fileParts_box {}
	.fileParts_main {}
	.fileParts_btn {
		width: 160px;
		min-width: 160px;
		margin-right: 11px;
	}
	.fileParts_dummy {}
	.fileParts_empty {
		font-size: 13px;
	}
	.fileParts_nameWrap {}
	.fileParts_name {}
	.fileParts_delBtn {}
	.fileParts_delBtn > .icon {}
	.fileParts_addBtn {}
	.fileParts_addBtn_icon {}
	.fileParts_addBtn_icon::before {}
	.fileParts_btnWrap {}
	.form_note {
		font-size: 13px;
	}
	.form_label-btn {}
	.form_label-confirm {}
	.form_backLink {
		margin-top: 30px;
	}
	.form_backLink > a {}
	.form_backLink_arrow {}
	.form_backLink_arrow > .icon {}
	.form_title {
		margin-bottom: 25px;
	}
	.form_msg {}
	.form_topLink {
		margin-top: 33px;
	}
	.form_topLink > a {}
	.topVis {}
	.topVis_inner {
		padding-top: 100px;
		padding-bottom: 106px;
	}
	.topVis_scroll {
		top: 132px;
		margin-top: 0;
	}
	.topVis_scroll_container {}
	.topVis_scroll_scoller {
		animation-duration: 50s;
	}
	.topVis_scroll_text {
		width: 2400px;
	}
	.topVis_areaText {}
	.topVis_title {
		width: 100%;
		max-width: 275px;
		margin-bottom: 12px;
	}
	.topVis_title_inner {}
	.topVis_title_img {}
	.topVis_text {
		font-size: 11px;
	}
	.topVis_scroll_text > img {
		width: 100%;
		height: auto;
	}
	.topVis_canvas {
		width: 380px;
		margin-left: -3px;
		margin-top: -52px;
	}
	.topVis_canvas_logo {}
	.topVis_canvas_logo > img {}
	.topVis_main {}
	.topVis_main_clip {}
	.topVis_main_image {}
	.topVis_canvas[data-animation] .topVis_main_image {}
	.topVis_canvas[data-animation="after"] .topVis_main_image {}
	.topVis_contents {}
	.topIntro {
		padding-top: 44px;
		margin-bottom: 90px;
	}
	.topIntro_cols {
		display: block;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.topIntro_col {
		width: auto;
		max-width: none;
		display: block;
	}
	.topIntro_col-img {
		margin-left: -22px;
		margin-right: -22px;
		margin-bottom: 22px;
	}
	.topIntro_vis {
		width: auto;
	}
	.topIntro_image {}
	.topIntro_image-large {}
	.topIntro_image > img {}
	.topIntro_image-small {}
	.topIntro_image-small > img {}
	.topIntro_col-txt {}
	.topIntro_title {
		font-size: 31px;
		line-height: 1.7;
		margin-bottom: 16px;
	}
	.topIntro_text {
		margin-right: -10px;
	}
	.topIntro_link {
		margin-top: 33px;
		max-width: 200px;
	}
	.topIntro_link > a {}
	.topIntro_vis_inner {}
	.topApp_scroll {
		font-size: 120px;
		margin-top: 0;
		top: 0;
		transform: none;
	}
	.topApp_scroll_container {}
	.topApp_scroll_scroller {
		animation-duration: 36s;
	}
	.topApp_scroll_text {
		width: 1460px;
	}
	.topApp_headline_text {}
	.topApp_headline_bar {}
	.topApp_headline_bar_item {}
	.topApp_logo {}
	.topApp_logo > img {}
	.topVis_piece {
		z-index: 10;
		margin: 0;
		width: 110px;
	}
	.topVis_piece_img {}
	.topVis_piece-no1 {
		margin-left: -190px;
		margin-top: -190px;
	}
	.topVis_piece_img-no1 {}
	.topVis_piece-no2 {
		margin-left: 239px;
		margin-top: 0;
		display: none;
	}
	.topVis_piece_img-no2 {}
	.topVis_piece-no3 {
		display: none;
	}
	.topVis_piece_img-no3 {}
	.topVis_piece-no4 {
		margin-left: 136px;
		margin-top: -169px;
	}
	.topVis_piece_img-no4 {}
	.topVis_piece-no5 {
		top: auto;
		bottom: -40px;
		transform: translateX(-50%);
		margin-left: -130px;
	}
	.topVis_piece_img-no5 {}
	.topVis_piece_img_inner {
		animation-name: none;
	}
	.topVis_piece_img_inner-no1 {}
	.topVis_piece_img_inner-no2 {}
	.topVis_piece_img_inner-no3 {}
	.topVis_piece_img_inner-no4 {}
	.topVis_piece_img_inner-no5 {}
	.topIntro_peace {
		margin: 0;
		width: 180px;
	}
	.topIntro_peace-no1 {
		margin-top: 30px;
		margin-left: -160px;
	}
	.topIntro_peace_img {}
	.topIntro_peace_img-no1 {}
	.topIntro_peace-no2 {
		margin-top: -50px;
		margin-left: 65px;
	}
	.topIntro_peace_img-no2 {}
	.topIntro_peace-no3 {
		top: auto;
		bottom: -70px;
		margin-left: 125px;
		transform: translateX(-50%);
	}
	.topIntro_peace_img-no3 {}
	.topApp_peace {
		margin: 0;
		z-index: 10;
		width: 140px;
	}
	.topApp_peace-no1 {
		margin-top: 0;
		top: -10px;
		transform: translateX(-50%);
		margin-left: 140px;
	}
	.topApp_peace_img {}
	.topApp_peace_img-no1 {}
	.topApp_peace-no2 {
		top: auto;
		bottom: -30px;
		transform: translateX(-50%);
		margin-left: -140px;
	}
	.topApp_peace_img-no2 {
		filter: blur(6px);
	}
	.topApp_peace-no3 {
		top: auto;
		bottom: -100px;
		transform: translateX(-50%);
		margin-left: 160px;
	}
	.topApp_peace_img-no3 {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.form_errListWrap {}
	.form_errListWrap_box {
		font-size: 13px;
		padding: 15px 15px;
	}
	.form_errList {}
	.form_errList > li {}
	.outFlow_chartWrap {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.outFlow_note {
		text-align: left;
		font-size: 11px;
	}
	.outStage_noteList {
		margin-top: 15px;
		font-size: 12px;
	}
	.outStage_noteList > li {}
	.rubric {
		margin-bottom: 60px;
	}
	.rubric_title {}
	.rubric_text {}
	.viewpoint {}
	.viewpoint_title {}
	.viewpoint_box {
		margin-top: 35px;
		padding: 20px 20px;
	}
	.viewpoint_sect {}
	.viewpoint_sect:nth-last-child(n+2) {
		margin-bottom: 45px;
	}
	.viewpoint_headline {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.viewpoint_list {
		margin-top: 0;
		font-size: 10px;
	}
	.viewpoint_list > li {
		padding: 5px 10px;
	}
	.viewpoint_imageInner {
		flex-direction: column;
		gap: 80px;
	}
	.viewpoint_bar {
		height: 2px;
		width: 21px;
		margin-right: 7px;
	}
	.viewpoint_bar-no1 {}
	.viewpoint_list_text {}
	.viewpoint_bar-no2 {}
	.viewpoint_bar-no3 {}
	.viewpoint_bar-no4 {}
	.viewpoint_bar-no5 {}
	.viewpoint_bar-no6 {}
	.viewpoint_image {}
	.viewpoint_image > img {}
	.viewpoint_tableWrap {
		margin-right: -20px;
		padding-right: 20px;
	}
	.viewpoint_table {
		font-size: 13px;
		min-width: 800px;
	}
	.viewpoint_table > thead {}
	.viewpoint_table > thead > tr {}
	.viewpoint_table > thead > tr > th {}
	.viewpoint_table > thead > tr > th:first-child {}
	.viewpoint_table > thead > tr > td {}
	.viewpoint_table > tbody {}
	.viewpoint_table > tbody > tr {}
	.viewpoint_table > tbody > tr > th {
		padding: 10px 5px;
	}
	.viewpoint_table > tbody > tr > td {
		padding: 10px 10px;
	}
	.viewpoint_label {}
	.viewpoint_headline_bg {}
	.viewpoint_headline_bg-left {}
	.viewpoint_headline_bg-right {}
	.areaComments {}
	.areaComments_msg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.areaComments_caution {}
	.areaComments_body {
		margin-top: 30px;
	}
	.comments {
		padding: 20px 20px;
	}
	.comments:nth-last-child(n+2) {
		margin-bottom: 15px;
	}
	.comments_inner {}
	.comments_title {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 11px;
	}
	.comments_text {}
	.comments_name {
		font-size: 12px;
		margin-top: 11px;
	}
	.aboutStage {
		margin-bottom: 60px;
	}
	.aboutStage_title {}
	.aboutStage_text {}
	.aboutStage_link {
		max-width: 260px;
		margin-top: 25px;
	}
	.aboutStage_link > a {}
	.stage {
		margin-top: 60px;
	}
	.stage_title {}
	.stage_title > svg {}
	.stage_text {}
	.stage_caution {
		margin-top: 1em;
	}
	.stage_link {}
	.stage_link-left {
		max-width: none;
		display: flex;
	}
	.stage_link > a {
		width: auto;
	}
	.stage_figs {
		margin-left: -2px;
		margin-right: -2px;
		margin-top: 20px;
	}
	.stage_figs_cell {
		padding: 0 2px;
	}
	.stage_fig {}
	.stage_fig > img {}
	.stage_link-center {
		width: auto;
		max-width: none;
		display: flex;
		justify-content: center;
		margin-top: 25px;
	}
	.presen {
		margin-top: 60px;
	}
	.presen_title {}
	.presen_text {}
	.presen_figs {
		margin-left: -2px;
		margin-right: -2px;
		margin-top: 15px;
	}
	.presen_figs_cell {
		padding: 2px;
	}
	.presen_fig {}
	.presen_fig > img {}
	.presen_headline {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.support {
		padding: 20px 20px;
	}
	.support_inner {}
	.support_inner > svg {}
	.support_cols {
		display: block;
		margin-bottom: 20px;
	}
	.support_col {}
	.support_col-txt {}
	.support_title {}
	.support_list {}
	.support_list > li {}
	.support_list > li::before {}
	.support_arrow {
		width: 62px;
		margin: 10px auto 12px;
		transform: rotate(90deg);
	}
	.support_arrow::before {
		height: 32px;
	}
	.support_arrow::after {}
	.support_arrow_mask {}
	.support_col-msg {}
	.support_result {
		font-size: inherit;
		min-height: 0;
		padding: 15px 10px;
	}
	.support_result::before {}
	.support_result_sub {}
	.support_result_main {
		font-size: 22px;
	}
	.support_msg {}
	.support_msg_bg {}
	.subjects {}
	.subjects_title {}
	.subjects_cells {
		display: block;
		margin: 0;
	}
	.subjects_cell {
		width: auto;
		padding: 0;
		margin-top: 10px;
	}
	.subjects_sect {}
	.subjects_headline {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.subjects_headline_num {
		width: 35px;
		height: 35px;
		font-size: 16px;
		margin-right: 8px;
	}
	.subjects_cols {}
	.subjects_col {}
	.subjects_col-txt {
		width: calc(100% - 135px);
	}
	.subjects_text {}
	.subjects_list {}
	.subjects_list > li {}
	.subjects_list > li::before {}
	.subjects_col-img {
		width: 120px;
	}
	.subjects_fig {}
	.subjects_fig > img {}
	.stageInfo {
		margin-bottom: 60px;
	}
	.stageInfo_title {}
	.stageInfo_title > svg {}
	.stageInfo_areaText {
		display: block;
		margin-bottom: 15px;
	}
	.stageInfo_headline {
		width: 155px;
		margin: 0 auto 11px;
	}
	.stageInfo_headline > img {}
	.stageInfo_msg {
		width: auto;
		top: 0;
		margin-left: auto;
	}
	.stageInfo_text {}
	.stageInfo_goal {
		margin-top: 25px;
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	.stageInfo_goal_dList {
		display: block;
		font-size: inherit;
	}
	.stageInfo_goal_dList > dt {
		width: 80px;
		height: 34px;
		margin: 0 auto 10px;
	}
	.stageInfo_goal_dList > dd {
		width: auto;
	}
	.stageInfo_cells {
		display: block;
	}
	.stageInfo_cell {
		margin-left: 0;
		width: auto;
		max-width: 260px;
		margin: 20px auto 0;
	}
	.stageInfo_cell:first-child {
		margin-left: auto;
		margin-top: 0;
	}
	.stageInfo_subhead {
		margin-bottom: 5px;
	}
	.stageInfo_comment {
		display: block;
		min-height: 0;
	}
	.faq {
		margin-bottom: 60px;
	}
	.faq:last-child {}
	.faq_title {}
	.faq_box {
		padding: 20px 20px;
		margin-top: 15px;
	}
	.faq_box_inner {}
	.faq_sign {
		font-size: 15px;
		width: 40px;
		height: 40px;
	}
	.faq_sign-question {}
	.faq_headline {
		font-size: 16px;
		line-height: 1.4;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.faq_headline_text {
		width: calc(100% - 55px);
	}
	.faq_answer {}
	.faq_sign-answer {}
	.faq_answer_text {
		width: calc(100% - 55px);
	}
	.faq_text {}
	.faq_text > a {}
	.areaFaq {}
	.otherCont {
		margin-top: 60px;
	}
	.otherCont_piece {
		display: none;
	}
	.otherCont_piece-no1 {}
	.otherCont_piece > img {}
	.otherCont_piece-no2 {}
	.otherCont_piece-no3 {}
	.otherCont_piece-no4 {}
	.otherCont_box {
		padding: 30px 20px 0;
		max-width: 400px;
	}
	.otherCont_title {
		font-size: 18px;
		letter-spacing: 0;
		text-indent: 0;
		margin-bottom: 15px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.otherCont_link {
		margin-bottom: 30px;
	}
	.otherCont_link > a {}
	.otherCont_headline {
		font-size: 16px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.otherCont_cells {
		display: block;
	}
	.otherCont_cell {
		margin: 0 0 5px;
	}
	.otherCont_cell:last-child {
		margin-bottom: 0;
	}
	.otherCont_dList {
		font-size: inherit;
	}
	.otherCont_dList > dt {}
	.otherCont_dList > dd {}
	.otherCont_dList > dd > a {}
	.otherCont_notice {
		font-size: 12px;
		margin-top: 7px;
	}
	.after {
		margin-bottom: 60px;
	}
	.after:last-child {}
	.after_title {}
	.after_text {}
	.after_sect {
		margin-top: 45px;
	}
	.after_headline {}
	.after_caution {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.after_coming {
		font-size: 18px;
		margin-top: 20px;
	}
	.after_text-noMb {
		margin-bottom: 0;
	}
	.after_topic {
		padding: 20px;
	}
	.after_kindai {
		font-size: 15px;
	}

	.stageInfo_comment-left {}
	.workshop {
		padding: 20px 20px;
	}
	.workshop_inner {}
	.workshop_cols {}
	.workshop_col {}
	.workshop_col-txt {}
	.workshop_title {
		font-size: 12px;
	}
	.workshop_title_en {
		font-size: 22px;
	}
	.workshop_title_sub {}
	.workshop_list {}
	.workshop_list > li {}
	.workshop_list > li::before {}
	.workshop_col-list {}
	.workshop_pointList {}
	.p-outline-stage-d1 .workshop_pointList,
	.p-outline-stage-d2 .workshop_pointList {
		flex-wrap: wrap;
		gap: 0;
	}
	.workshop_pointList > li {
		font-size: 13px;
		width: calc((100% - 6px) / 2);
		margin-left: 6px;
		min-height: 40px;
	}
	.p-outline-stage-d1 .workshop_pointList > li,
	.p-outline-stage-d2 .workshop_pointList > li  {
		margin-left: 6px;
	}
	.workshop_pointList > li:nth-child(2n+1) {}
	.workshop_pointList > li:nth-child(n+3) {
		margin-top: 6px;
	}
	.p-outline-stage-d1 .workshop_pointList > li:nth-child(n+3),
	.p-outline-stage-d2 .workshop_pointList > li:nth-child(n+3) {
		margin-top: 6px;
	}
	.newsItem_cell-img {
		width: 120px;
	}
	.newsItem_cell-txt {
		width: calc(100% - 135px);
	}
}
@media screen and (max-width:374px) {
	.aboMsg_headline {
		font-size: 22px;
	}
	.aboStra_headline {
		font-size: 16px;
	}
	.aboStra_headline_main {
		width: calc(100% - 54px);
	}
	.aboStra_cell_inner {
		padding: 20px 15px;
	}
	.outSelect_box_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fileParts_btn {
		width: 140px;
		min-width: 140px;
	}
	.topVis_title {
		max-width: 270px;
	}
	.topIntro_title {
		font-size: 27px;
	}
	.otherCont_title {
		font-size: 16px;
	}
	.otherCont_headline {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.workshop_pointList > li {
		font-size: 12px;
	}
	.app_linkBr {
		display: block;
	}
}

.evaluation_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
}
.evaluation_link .u-btn {
	max-width: 250px;
}
@media screen and (max-width: 767px) {
	.evaluation_link .u-btn {
		max-width: 220px;
	}
}