@charset "UTF-8";
@keyframes scroll {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes scrollArrow {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(80px);
		opacity: 0;
	}
	51% {
		transform: translateY(-80px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.anchorNav {
	margin-bottom: 165px;
}

.anchorNav.bottom{
	margin-top: 50px;
	margin-bottom: 0px;
}

.anchorNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.anchorNav_list-3c {}
.anchorNav_list > li {}
.anchorNav_list-3c > li {
	width: 31%;
	margin-left: 3.5%;
}
.anchorNav_list-3c > li:nth-child(3n+1) {
	margin-left: 0;
}
.anchorNav_list-3c > li:nth-child(n+4) {}
.anchorNav_list-2c {}
.anchorNav_list-2c > li {
	width: 47%;
	margin-left: 6%;
}
.anchorNav_list-2c > li:nth-child(2n+1) {
	margin-left: 0;
}
.anchorNav_list-2c > li:nth-child(n+3) {}
.anchorNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #0b318f;
	padding: 25px 5px;
	line-height: 1.6;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}
.anchorNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	margin-right: -1px;
}
.anchorNav_list > li > a > .icon {
	display: flex;
	height: 40px;
	min-width: 40px;
	background-color: #0b318f;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition-duration: .3s;
	transition-property: transform;
	margin-left: 15px;
}
.anchorNav_text {
	font-size: 18px;
	margin-right: auto;
	flex-grow: 1;
	font-weight: bold;
}
.anchorNav_text > .icon {
	color: #aaaaaa;
	margin-left: 3px;
	vertical-align: baseline;
}
.anchorNav_text_small {
	display: block;
	font-size: 83%;
}

.intellWrap {
	margin-bottom: 135px;
}
.intellWrap:last-child {
	margin-bottom: 0;
}
.intell {}
.intell_title {}
.intell_title > span {}
.intell_text {
	margin-bottom: 35px;
}
.intell_text:last-child {
	margin-bottom: 0;
}
.intell_areaImg {
	border: 1px solid #cccccc;
	padding: 73px 20px 45px;
	margin-top: 57px;
	background-color: #fff;
}
.intell_image {}
.intell_image > img {
	display: block;
	margin: 0 auto;
}
.intell_sectWrap {
	border: 1px solid #ccc;
	padding: 80px 25px 93px;
	background-color: #fff;
}
.intell_sectWrap_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.intell_sect {
	margin-bottom: 61px;
}
.intell_sect-last {
	margin-bottom: 42px;
}
.intell_headline {}
.intell_headline::after {}
.intell_oList {
	list-style: none;
	counter-reset: number;
}
.intell_oList > li {
	counter-increment: number;
	display: flex;
	margin-top: 15px;
}
.intell_oList > li::before {
	content: counter(number)".";
	display: block;
	white-space: normal;
	margin-right: 0.5em;
	color: #0b318f;
}
.intell_oList > li:first-child {
	margin-top: 0;
}
.intell_oList_text {}
.intell_day {
	text-align: right;
}

.intell_oList_inoList{

}

.intell_oList_inoList li{
	list-style-type: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.intell_oList_inoList li span{
	padding-right: 0.4em;
}


.intell_faqLink {}
.intell_faqLink > a {
	justify-content: center;
}
.intell_faqLink > a > .icon {}
.intell_faqLink_text {}
.intell_faqLink_text > .icon {}
.resArea {}
.resArea_title {
	line-height: 1.5;
}
.resArea_title_sub {}
.resArea_title_main {}
.resArea_message {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 58px;
}
.resArea_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.resArea_list > li {
	width: 30.8%;
	margin-left: 3.8%;
}
.resArea_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.resArea_list > li:nth-child(n+4) {
	margin-top: 3.8%;
}
.resArea_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}
.resArea_item {
	border: 1px solid #0b318f;
	padding: 45px 15px 63px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.resArea_item > .icon {
	display: flex;
	width: 32px;
	height: 32px;
	background-color: #0b318f;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	bottom: 22px;
	right: 22px;
	transition-duration: .3s;
	transition-property: transform;
}
.resArea_icon {
	margin-bottom: 27px;
}
.resArea_icon > img {
	display: block;
	margin: 0 auto;
}
.resArea_headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.resArea_headline::before {
	content: "";
	display: block;
	width: 1px;
	height: 52px;
	margin-right: -1px;
}
.resArea_text {
	text-align: center;
}
.resArea_link {
	margin-top: 122px;
}
.resArea_link > a {
	justify-content: center;
}
.resArea_link_text {}
.resArea_link_text > small {}
.introAbout {
	margin-bottom: 140px;
}
.introAbout-mbS {
	margin-bottom: 90px;
}
.introAbout_cols {
	display: flex;
}
.introAbout_col {}
.introAbout_col-no1 {
	white-space: nowrap;
}
.introAbout_title {
	font-size: 20px;
	font-weight: bold;
	color: #0b318f;
	line-height: 2;
	letter-spacing: 0.1em;
}
.introAbout_title_main {
	display: block;
	position: relative;
	z-index: 1;
	top: 4px;
}
.introAbout_col-no2 {
	width: 230px;
	margin-left: 30px;
	margin-right: 65px;
	box-sizing: border-box;
}
.introAbout_bar {
	height: 1px;
	background-color: #0b318f;
	margin-top: 20px;
	width: auto;
}
.introAbout_col-no3 {
	flex-grow: 1;
}
.introAbout_text {
	font-size: 20px;
	line-height: 2;
	letter-spacing: -0.03em;
}
.message {}
.message_title {}
.message_title_sub {}
.message_title_main {}
.message_cols {
	display: flex;
	justify-content: space-between;
}
.message_cols::after {}
.message_col {}
.message_col-txt {
	width: 600px;
}
.message_text {
	margin-bottom: 10px;
}
.message_text:last-child {
	margin-bottom: 0;
}
.massage_areaName {
	margin-top: 40px;
	text-align: right;
}
.message_post {}
.message_name {
	font-size: 19px;
}
.message_name_sub {
	margin-left: 8px;
	font-size: 85%;
}
.message_col-img {
	max-width: 500px;
	padding-top: 5px;
	width: calc(100% - 625px);
}
.message_image {}
.message_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.otherNav {
	margin-top: 135px;
}
.otherNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.otherNav_list > li {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin: 15px -15px;
}
.otherNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #ccc;
	height: 100%;
}
.otherNav_list > li > a::before {}
.otherNav_list > li > a::after {}
.otherNav_item {
	display: flex;
	padding: 20px 0;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}
.otherNav_image {
	width: 140px;
}
.otherNav_image > img {
	display: block;
}
.otherNav_areaTxt {
	width: calc(100% - 160px);
	line-height: 1.5;
	max-width: 385px;
	padding-right: 55px;
	box-sizing: border-box;
}
.otherNav_areaTxt > .icon {
	display: flex;
	width: 44px;
	height: 44px;
	color: #0b318f;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 32px rgba(201, 206, 243, 0.70);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition-duration: .3s;
	transition-property: transform;
}
.otherNav_text {
	font-size: 21px;
}
.otherNav_subTxt {
	font-size: 12px;
	color: #0b318f;
	margin-top: 25px;
}
.p-outline-message .otherNav_list > li.-message,
.p-outline-guide .otherNav_list > li.-guide,
.p-outline-industry .otherNav_list > li.-industry,
.p-outline-staff .otherNav_list > li.-staff {
	display: none;
}
.outGuide {}
.outGuide_title {}
.outGuide_title_sub {}
.outGuide_title_main {}
.outGuide_sect {
	margin-bottom: 93px;
}
.outGuide_sect:last-child {
	margin-bottom: 0;
}
.outGuide_headline {}
.outGuide_text {}
.outGuide_link {
	margin-top: 20px;
}
.outGuide_link > a {
	display: block;
	color: #0b318f;
	padding: 10px 0;
}
.outGuide_link > a > .icon {
	margin-left: 11px;
	top: -1px;
}
.outGuide_image {
	margin-top: 50px;
}
.outGuide_image > img {
	display: block;
}
.industry {
	margin-bottom: 156px;
}
.industry_title {}
.industry_title_sub {}
.industry_title_main {}
.industry_list {
	list-style: none;
	display: flex;
	margin-top: 78px;
	flex-wrap: wrap;
	justify-content:center;
}
.industry_list > li {
	width: 31%;
	margin-left: 3.5%;
}
.industry_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.industry_list > li:nth-child(n+4) {
	margin-top: 30px;
}
.industry_list > li > a {
	justify-content: center;
	padding-left: 35px;
}
.industry_list > li > a > .icon {}
.industry_text {}
.industry_sect {
	margin-top: 60px;
}
.industry_headline {}
.industry_headline > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.industry_headline > a > .icon {
	width: 46px;
	height: 46px;
	background-color: #0b318f;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	margin-left: 25px;
	transition-duration: .3s;
	transition-property: transform;
}
.staff {}
.staff_sect {
	margin-bottom: 180px;
}
.staff_sect:last-child {
	margin-bottom: 0;
}
.staff_title {}
.staff_number {}
.staff_title_main {}
.staff_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.staff_list > li {
	width: 18.4%;
	margin-left: 2%;
	display: flex;
	flex-direction: column;
}
.staff_list > li:nth-child(5n+1) {
	margin-left: 0;
}
.staff_list > li:nth-child(n+6) {
	margin-top: 50px;
}
.staffItem {
	border: 1px solid #0b318f;
	height: 100%;
	padding: 30px 13px;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.staffItem::before {
	content: "";
	display: block;
	width: 1px;
	height: 158px;
	margin-right: -1px;
}
.staffItem_inner {
	max-width: 160px;
	margin: 0 auto;
	width: 100%;
}
.staffItem_post {
	font-size: 14px;
	color: #0b318f;
	line-height: 1;
	margin-bottom: 20px;
}
.staffItem_post::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #0b318f;
	margin-top: 10px;
}
.staffItem_name {}
.staffItem_name_main {
	display: block;
	font-size: 21px;
}
.staffItem_name_sub {
	display: block;
	color: #8f99c1;
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
}
.staff_text {
	margin-bottom: 50px;
}
.staff_cSect {
	margin-bottom: 70px;
}
.staff_cSect:last-child {
	margin-bottom: 0;
}
.advisor {}
.advisor_title {}
.advisor_title_sub {}
.advisor_title_main {}
.advisor_day {
	text-align: right;
	margin-bottom: 22px;
}
.advisor_tblWrap {}
.advisor_table {}
.advisor_table > thead {}
.advisor_table > thead > tr {}
.advisor_table > thead > tr > th {}
.advisor_table > thead > tr > td {}
.advisor_table > tbody {}
.advisor_table > tbody > tr {}
.advisor_table > tbody > tr > td {
	padding-left: 55px;
}
.advisor_table > tbody > tr > td:first-child {
	font-weight: 500;
	width: 330px;
}
.faq {}
.faq_title {}
.faq_number {}
.faq_title_main {
	margin-left: -10px;
	margin-right: -10px;
}
.faq_sect {
	margin-bottom: 30px;
	border: 1px solid #0b318f;
	padding-right: 20px;
	background-color: #fff;
}
.faq_sect:last-child {
	margin-bottom: 0;
}
.faq_headline {}
.faq_headline > button {
	display: block;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	width: 100%;
	text-align: left;
	padding: 24px 110px;
	padding-right: 65px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.faq_headline_plus {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.faq_headline_plus::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition-duration: .3s;
	transition-property: transform;
}
.faq_headline > button[aria-expanded="true"] > .faq_headline_plus::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.faq_headline_plus::after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.faq_headline_mark {
	display: flex;
	width: 78px;
	height: 100%;
	color: #0b318f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 0;
	padding-top: 1em;
	left: 0;
	background-color: #f2f2f2;
	box-sizing: border-box;
}
.faq_headline_txt {}
.faq_toggle {
	display: none;
}
.faq_toggle.isShow {
	display: block;
}
.faq_areaTxt {
	position: relative;
	z-index: 1;
	padding: 27px 20px;
	padding-left: 118px;
	box-sizing: border-box;
}
.faq_areaTxt::before {
	content: "";
	display: block;
	width: calc(100% - 98px);
	height: 1px;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.faq_mark {
	width: 78px;
	font-size: 24px;
	font-weight: bold;
	color: #0b318f;
	display: flex;
	justify-content: center;
	padding: 20px 10px;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.faq_text {}
.faqOuter {
	margin-bottom: 115px;
}
.faqOuter:last-child {
	margin-bottom: 0;
}
.reportNav {
	max-width: 1000px;
	margin: 110px auto 0;
}
.reportNav_link {}
.reportNav_link > a {
	padding-left: 75px;
	font-size: 20px;
	letter-spacing: 0.08em;
}
.reportNav_link-entrust {}
.reportNav_link_txt {}
.reportNav_link_site {
	margin: 0 6px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.reportNav_link_site > img {
	vertical-align: middle;
}
.comp {
	margin-bottom: 180px;
}
.comp_sectWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comp_sect {
	width: 22.375%;
	margin-left: 3.5%;
}
.comp_sect:nth-child(4n+1) {
	margin-left: 0;
}
.comp_sect:nth-child(n+5) {
	margin-top: 75px;
}
.comp_title {
	background-color: #0b318f;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: relative;
	z-index: 2;
	max-width: 230px;
	margin: 0 auto 24px;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
.comp_title::before {
	content: "";
	display: block;
	width: 1px;
	height: 110px;
}
.comp_title::after {
	content: "";
	display: block;
	width: 0;
	border: 16px solid #0b318f;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-right-width: 12px;
	border-left-width: 12px;
}
.comp_item {}
.comp_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #0b318f;
	position: relative;
	z-index: 1;
	justify-content: center;
	padding: 20px 45px;
	padding-top: 60px;
	align-items: center;
	background-color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.comp_item > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 188px;
	margin-right: -1px;
}
.comp_item > a::after {
	content: "";
}
.comp_icon {}
.comp_icon > img {
	display: block;
	margin: 0 auto;
}
.comp_item > a > .icon {
	width: 32px;
	height: 32px;
	background-color: #0b318f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	transition-duration: .3s;
	transition-property: transform;
}
.comp_text {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.66;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.comp_text::before {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	margin-right: -1px;
}
.comp_areaTxt {}
.compSystem {}
.compSystem_title {}
.compSystem_title_sub {}
.compSystem_title_main {}
.compSystem_tblWrap {}
.compSystem_table {
	width: 1400px;
	border-left: none;
}
.compSystem_table > thead {}
.compSystem_table > thead > tr {}
.compSystem_table > thead > tr:first-child {}
.compSystem_table > thead > tr:last-child {}
.compSystem_table > thead > tr > th {
	white-space: nowrap;
	padding: 12px 10px;
}
.compSystem_table > thead > tr > th > a {
	color: inherit;
	display: block;
}
.compSystem_table > thead > tr > td {}
.compSystem_table > tbody {}
.compSystem_table > tbody > tr {}
.compSystem_table > tbody > tr:first-child {}
.compSystem_table > tbody > tr:last-child {}
.compSystem_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #f2f2f2;
	width: 120px;
	box-sizing: border-box;
	color: inherit;
	border-right: 1px solid #ccc;
	padding: 20px 10px;
}
.compSystem_table > tbody > tr > th[rowspan] {
	width: auto;
	padding: 0 20px;
}
.compSystem_table > tbody > tr > td {
	padding: 20px 15px;
}
.compSystem_table > tbody > tr > td > b {
	color: #e00;
	font-weight: inherit;
}
.compSystem_th_title {
	display: block;
}
.compSystem_th_title > a {
	display: block;
	color: inherit;
	line-height: 1.4;
}
.docuOuter {}
.docuOuter-download {
	margin-bottom: 160px;
}
.docu {
	position: relative;
	z-index: 1;
}
.docu-gray {}
.docu-gray::before {
	content: "";
	display: block;
	width: calc(100vw + 140px);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -140px;
	background-color: #f0f0f3;
}
.docu-grayGuide {
	padding-bottom: 140px;
}
.docu_title {
	position: relative;
	z-index: 1;
	margin-bottom: 65px;
}
.docu_title_sub {}
.docu_title_main {}
.docu_message {
	position: relative;
	z-index: 1;
	margin-bottom: 66px;
}
.docu_sect {
	margin-bottom: 86px;
}
.docu_sect:last-child {
	margin-bottom: 0;
}
.docu_headline {
	margin-bottom: 55px;
}
.docu_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.docu_list > li {
	width: 31%;
	margin-left: 3.5%;
}
.docu_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.docu_list > li:nth-child(n+4) {
	margin-top: 35px;
}
.docu_list > li > a {
	padding-left: 45px;
	justify-content: center;
}
.docu_list > li > a > .icon {}
.industry_list_txt {}
.docu_list:last-child {
	margin-bottom: 0;
}
.docPolicy {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 65px 30px 90px;
	border: 1px solid #ccc;
}
.docPolicy_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.docPolicy_day {
	text-align: right;
	margin-bottom: 22px;
}
.docPolicy_day:last-child {
	margin-bottom: 0;
}
.docPolicy_sect {
	margin-bottom: 60px;
}
.docPolicy_sect:last-child {
	margin-bottom: 0;
}
.docPolicy_title {
	margin-bottom: 30px;
}
.docPolicy_text {
	margin-bottom: 30px;
}
.docPolicy_text:last-child {
	margin-bottom: 0;
}
.docPolicy_oList {}
.docPolicy_oList > li {}
.docPolicy_oList > li::before {}
.docPolicy_list {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}
.docPolicy_list > li {}
.docPolicy_table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 18px;
}
.docPolicy_table > tbody {}
.docPolicy_table > tbody > tr {}
.docPolicy_table > tbody > tr > th {
	white-space: nowrap;
	width: 50%;
	background-color: #0b318f;
	color: #fff;
}
.docPolicy_table > tbody > tr > td {
	text-align: center;
	padding: 20px 20px;
}
.introAbout_listBox {
	border: 1px solid #0b318f;
	padding: 35px 20px;
	margin-top: 70px;
	background-color: #fff;
}
.introAbout_list {
	list-style: none;
	max-width: 1070px;
	margin: 0 auto;
}
.introAbout_list > li {
	font-size: 24px;
	line-height: 1.83;
	color: #0b318f;
	letter-spacing: 0.05em;
	text-indent: -1em;
	padding-left: 1em;
}
.areaGuide {}
.guide {
	margin-bottom: 80px;
}
.guide:last-child {
	margin-bottom: 0;
}
.guide_title {
	margin-bottom: 50px;
}
.guide_flowImg {
	border: 1px solid #ccc;
	padding: 80px 20px 70px;
	margin-bottom: 40px;
	background-color: #fff;
}
.guide_flowImg > img {
	display: block;
	margin: 0 auto;
}
.guide_text {
	margin-bottom: 20px;
}
.guide_text:last-child {
	margin-bottom: 0;
}
.guide_list {
	list-style: none;
	margin-top: 15px;
}
.guide_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.guide_list_main {
	color: #0b318f;
}
.areaGuideInfo {
	background-color: #0b318f;
	padding-top: 65px;
	padding-bottom: 65px;
	margin-bottom: 70px;
}
.areaGuideInfo:last-child {
	margin-bottom: 0;
}
.guideInfo {
	background-color: #fff;
	padding: 47px 30px 52px;
	margin-bottom: 68px;
}
.guideInfo:last-child {
	margin-bottom: 0;
}
.guideInfo_inner {
	max-width: 1070px;
	margin: 0 auto;
}
.guideInfo_cols {
	display: flex;
	justify-content: space-between;
}
.guideInfo_col {}
.guideInfo_col-ttl {
	width: 29.2%;
}
.guideInfo_title {
	font-size: 20px;
	color: #0b318f;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.guideInfo_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #0b318f;
}
.guideInfo_title_main {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-right: 50px;
	display: block;
	white-space: nowrap;
}
.guideInfo_title_main-tech {
	margin-right: 30px;
}
.guideInfo_col-txt {
	width: 64.3%;
}
.guideInfo_col-ttlTech {
	width: 44.5%;
}
.guideInfo_col-txtTech {
	width: 50%;
}
.guideInfo_dList {
	list-style: none;
}
.guideInfo_dList > dt {}
.guideInfo_dList > dd {}
.guideInfo_dList > dd > a {
	text-decoration: none;
}
.guideInfo_dList > dd > a.-mail {
	color: #0b318f;
	text-decoration: underline;
}
.guide_costList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.guide_costList > li {
	width: 47.5%;
	margin-left: 5%;
}
.guide_costList > li:nth-child(2n+1) {
	margin-left: 0;
}
.guide_costList > li:nth-child(n+3) {
	margin-top: 40px;
}
.guideCost {
	border: 1px solid #0b318f;
	text-align: center;
	padding: 33px 20px;
	line-height: 1.65;
}
.guideCost_course {
	font-size: 20px;
}
.guideCost_price {
	color: #0b318f;
	font-size: 24px;
}
.linkNav {
	max-width: 1000px;
	margin: 0 auto 110px;
}
.linkNav-tech {
	margin-top: 60px;
}
.linkNav:last-child {
	margin-bottom: 0;
}
.linkNav_link {}
.linkNav_link > a {
	justify-content: center;
	letter-spacing: 0.1em;
}
.linkNav_link > a > .icon {}
.linkNav_link_txt {}
.guide_box {
	background-color: #f0f0f3;
	padding: 50px 20px 60px;
}
.guide_box_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.areaGuideOuter {
	margin-bottom: 160px;
}
.areaGuideOuter:last-child {
	margin-bottom: 0;
}
.areaGuide_text {
	margin-bottom: 90px;
}
.areaGuide-bgGray {
	position: relative;
	z-index: 1;
	padding-bottom: 140px;
	padding-top: 160px;
}
.areaGuide_inner {
	position: relative;
	z-index: 1;
}
.guide_oList {}
.guide_oList > li {}
.guide_tblWrap {}
.guide_reseTable {
	line-height: 1.625;
	border-left: none;
}
.guide_reseTable > thead {}
.guide_reseTable > thead > tr {}
.guide_reseTable > thead > tr > th {
	width: 22.8%;
}
.guide_reseTable > thead > tr > th:first-child {
	width: auto;
}
.guide_reseTable > thead > tr > td {}
.guide_reseTable > tbody {}
.guide_reseTable > tbody > tr {}
.guide_reseTable > tbody > tr > th {
	background-color: #f2f2f2;
	color: inherit;
}
.guide_reseTable > tbody > tr > td {}
.guide_note {
	margin-top: 15px;
}
.guide_sect {
	margin-bottom: 40px;
}
.guide_sect:last-child {}
.guide_headline {
	font-size: 20px;
	font-weight: bold;
	color: #0b318f;
	line-height: 1.5;
	margin-bottom: 15px;
}
.guide_costCols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	align-items: center;
}
.guide_col {}
.guide_col-txt {
	width: calc((100% - 100px) / 3);
}
.guide_col-txtEntrust {
	width: calc((100% - 100px) / 2);
}
.guide_costTxt {
	font-size: 24px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #0b318f;
	border: 1px solid currentColor;
	padding: 10px;
	background-color: #fff;
}
.guide_costTxt::before {
	content: "";
	display: block;
	width: 1px;
	height: 98px;
	margin-right: -1px;
}
.guide_col-plus {}
.guide_costPlus {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 1;
}
.guide_costPlus::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.guide_costPlus::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.anchorNav_message {
	text-align: center;
	font-size: 20px;
	margin-bottom: 65px;
}
.ventureOuter {
	margin-bottom: 150px;
}
.ventureOuter:last-child {
	margin-bottom: 0;
}
.venture {}
.venture_title {}
.venture_title_sub {}
.venture_title_main {}
.sysFlow {}
.sysFlow_mainTxt {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
}
.sysFlow_text {
	text-indent: -1em;
	padding-left: 1em;
}
.sysFlow_box {
	border: 1px solid #f2f2f2;
	padding: 44px 20px 75px;
	margin-top: 100px;
	margin-bottom: 18px;
}
.sysFlow_title {}
.sysFlow_sect {
	width: calc((100% - 300px) / 7);
	display: flex;
}
.sysFlow_cols {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #ccc;
	padding: 20px 15px;
	box-sizing: border-box;
	flex-grow: 1;
}
.sysFlow_col {
	width: 100%;
}
.sysFlow_col-ttl {
	height: 210px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.sysFlow_col-ttl::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	bottom: 0;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}
.sysFlow_headline {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin: 0 auto;
}
.sysFlow_message {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 20px 10px;
	letter-spacing: 0.2em;
}
.sysFlow_message-start {
	border: 1px solid #ccc;
}
.sysFlow_message-end {
	background-color: #ccc;
}
.sysFlow_message-comp {
	background-color: #0b318f;
	color: #fff;
}
.sysFlow_col-member {
	flex-grow: 1;
}
.sysFlow_member {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 auto;
}
.sysFlow_box_inner {
	max-width: 1020px;
	margin: 0 auto;
}
.sysFlow_sectWrap {
	display: flex;
	justify-content: space-between;
}
.sysFlow_areaArrow {
	align-self: center;
}
.sysFlow_arrow {
	border: 24px solid rgba(255, 255, 255, 0);
	border-left-color: #f0f0f3;
	transform: translateX(12px);
	width: 0;
}
.venRecruit {}
.venRecruit_text {
	text-align: center;
	font-size: 20px;
	margin-bottom: 70px;
}
.venRecruit_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.venRecruit_list > li {
	width: 47.5%;
	margin-left: 5%;
}
.venRecruit_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.venRecruit_list > li:nth-child(n+3) {}
.venRecruit_list > li > a {
	font-size: 20px;
	justify-content: center;
}
.venRecruit_list > li > a > .icon {}
.venRecruit_list_txt {}
.venTopics {
	margin-bottom: 60px;
}
.venTopics:last-child {
	margin-bottom: 0;
}
.venTopics_title {}
.venTableWrap {}
.venTable {
	border-left: 1px solid #ccc;
}
.venTable > thead {}
.venTable > thead > tr {}
.venTable > thead > tr > th {
	width: 50%;
}
.venTable > thead > tr > td {}
.venTable > tbody {}
.venTable > tbody > tr {}
.venTable > tbody > tr > td {}
.venTable_td_name {}
.venTable_link {}
.venTable_link > a {
	color: #0b318f;
}
.venTable_link > a > .icon {
	font-size: 18px;
	margin-left: 9px;
}
.venCertif {
	margin-bottom: 70px;
}
.venCertif:last-child {
	margin-bottom: 0;
}
.venCertif_title {}
.venAboutTblWrap {}
.venAboutTbl {
	border-top: 1px solid #ccc;
}
.venAboutTbl > tbody {}
.venAboutTbl > tbody > tr {}
.venAboutTbl > tbody > tr > th {
	white-space: nowrap;
	background-color: #0b318f;
	color: #fff;
	width: 360px;
	box-sizing: border-box;
}
.venAboutTbl > tbody > tr > td {
	padding-left: 30px;
}
.venCertif_list {
	list-style: none;
}
.venCertif_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.venCertif_dList {
	list-style: none;
	margin-top: 20px;
	display: flex;
}
.venCertif_dList > dt {
	white-space: nowrap;
	margin-right: 30px;
}
.venCertif_dList > dd {}
.venCertif_dList > dd > a {
	color: #0b318f;
}
.venture-bgGray {
	position: relative;
	z-index: 1;
	padding-bottom: 162px;
	padding-top: 158px;
}
.venture_inner {
	position: relative;
}
.venFacilites {}
.venFacilites_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 110px;
}
.venFacilites_list > li {
	width: 30.8%;
	margin-left: 3.8%;
}
.venFacilites_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.venFacilites_list > li:nth-child(n+4) {
	margin-top: 55px;
}
.venFacilites_title {
	font-feature-settings: "palt";
}
.venFacilites_fig {}
.venFacilites_fig > img {
	display: block;
}
.venFacilites_fig > figcaption {
	margin-top: 25px;
	line-height: 1.625;
}
.policy {}
.policy_title {}
.policy_title_sub {}
.policy_title_main {}
.policy_message {
	border: 1px solid #0b318f;
	padding: 20px 35px;
	margin-bottom: 62px;
	font-size: 18px;
	background-color: #fff;
}
.policy_sectWrap {}
.policy_sect {
	margin-bottom: 65px;
}
.policy_sect:last-child {
	margin-bottom: 0;
}
.policy_headline {
	margin-bottom: 25px;
}
.policy_text {}
.policy_list {
	list-style: none;
	margin-top: 10px;
}
.policy_list > li {}
.policy_subhead {
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.topLink {
	margin-bottom: 165px;
}
.topLink_bg {
	position: relative;
	z-index: 0;
	padding-bottom: 140px;
}
.topLink_bg::after {
	content: "";
	display: block;
	width: calc(100vw + 140px);
	height: 340px;
	background-color: #0b318f;
	position: absolute;
	z-index: 0;
	left: -140px;
	bottom: 0;
	transition-duration: 0.4s;
	transition-property: transform;
	transform: scale3d(0, 1, 1);
	transform-origin: left top;
	transition-delay: 0.6s;
}
.topLink_bg[data-animation="after"]::after {
	transform: scale3d(1, 1, 1);
}
.topLink_inner {}
.topLink_title {}
.topLink_title_sub {
	font-size: 70px;
}
.topLink_title_main {}
.topLink_list {
	list-style: none;
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
}
.topLink_list > li {
	width: 22.375%;
	margin-left: 3.5%;
	transition-duration: 0.5s, 1s;
}
.topLink_list > li:nth-child(2) {
	transition-delay: .4s;
}
.topLink_list > li:nth-child(3) {
	transition-delay: 0.6s;
}
.topLink_list > li:nth-child(4) {
	transition-delay: 0.8s;
}
.topLink_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.topLink_list > li:nth-child(n+5) {}
.topLink_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	position: relative;
	z-index: 0;
	transition-duration: .3s;
	transition-property: color, background-color;
	height: 100%;
	box-sizing: border-box;
}
.topLink_list > li > a::before {
	content: "";
	width: 1px;
	height: 228px;
	display: block;
	margin-right: -1px;
}
.topLink_list > li > a::after {}
.topLink_item {
	padding-top: 45px;
	position: relative;
	z-index: 1;
}
.topLink_icon {
	transition-duration: .3s;
	transition-property: transform;
	height: 50px;
	position: relative;
	z-index: 0;
}
.topLink_icon > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.topLink_text {
	font-size: 18px;
	line-height: 1.66;
	text-align: center;
	margin-top: 20px;
	min-height: 60px;
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: center;
}
.topLink_list_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.topLink_list_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	left: 50%;
	border-radius: 40px;
	transform: translateX(-50%);
	box-shadow: 0 -10px 44px rgba(176, 180, 206, 0.30);
}
.topLink_list_bg::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.topTopics {}
.topTopics_inner {}
.topTopics_cols {
	display: flex;
	justify-content: space-between;
}
.topTopics_col {}
.topTopics_col-no1 {
	width: 350px;
}
.topTopics_title {
	text-align: left;
	margin-bottom: 45px;
}
.topTopics_title_sub {
	text-align: left;
	font-size: 70px;
}
.topTopics_title_main {
	text-align: left;
}
.topicCatList {
	list-style: none;
}
.topicCatList > li {}
.topicCatList_btn {
	display: block;
	text-decoration: none;
	color: #aaaaaa;
	font-size: 15px;
	padding: 20px 25px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	line-height: 1.8;
	transition-duration: .3s;
	transition-property: color, background-color;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.topicCatList_btn::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #0b318f;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: calc(0.9em + 20px);
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.topicCatList_btn::after {
	content: "";
}
.topTopics_link {
	width: 250px;
	margin-top: 85px;
}
.topTopics_link > a {
	display: flex;
	text-decoration: none;
	color: #0b318f;
	position: relative;
	z-index: 1;
	border: 1px solid currentColor;
	border-radius: 5px;
	align-items: center;
	padding: 10px 30px;
	padding-right: 60px;
	transition-duration: .3s;
	transition-property: color, background-color;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.topTopics_link > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	margin-right: -1px;
}
.topTopics_link > a::after {}
.topTopics_link > a > .icon {
	display: flex;
	width: 32px;
	height: 32px;
	background-color: #0b318f;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.topTopics_col-no2 {
	width: calc(100% - 370px);
	max-width: 820px;
	padding-top: 5px;
}
.topTopics_panel {
	display: none;
}
.topTopics_panel.isShow {
	display: block;
}
.topicList {
	list-style: none;
	border-top: 2px solid #ccc;
}
.topicList > li {
	border-bottom: 2px solid #ccc;
}
.topicList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color, padding;
}
.topicList > li > a::before {}
.topicList > li > a::after {}
.topicItem {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 0;
	position: relative;
	z-index: 1;
	padding-right: 80px;
	align-items: center;
}
.topicItem::before {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	margin-right: -1px;
}
.topicItem > .icon {
	display: flex;
	width: 44px;
	height: 44px;
	color: #0b318f;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 32px rgba(201, 206, 243, 0.70);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition-duration: .3s;
	transition-property: transform;
}
.topicItem > .icon-pdf::before {
	transform: scale(1.2);
}
.topicItem > .icon-blank::before {
	transform: scale(0.8);
}
.topicItem_update {
	line-height: 1;
	color: #0b318f;
	font-family: 'Lora', serif;
	margin-right: 24px;
}
.topicItem_update > time {
	display: block;
}
.topicItem_cat {}
.topicItem_text {
	width: 100%;
	margin-top: 10px;
}
.topicCatList_btn[aria-current="page"],
.topicCatList_btn[aria-selected="true"] {
	color: #000;
}
.topicCatList_btn[aria-current="page"]::before,
.topicCatList_btn[aria-selected="true"]::before {
	opacity: 1;
}
.topics {}
.topics_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.topics_col {}
.topics_col-no1 {
	width: 220px;
}
.topics_title {}
.topics_title_sub {}
.topics_title_main {}
.topics_col-no2 {
	width: calc(100% - 260px);
	max-width: 820px;
}
.visual {
	margin-bottom: 125px;
	position: relative;
	z-index: 0;
}
.visual_cols {
	display: flex;
	position: relative;
	z-index: 1;
}
.visual_col {}
.visual_col-no1 {
	width: calc(100% - 600px);
	position: relative;
	z-index: 1;
}
.visual_col-no1::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: calc(100vw - 100%);
	height: 100%;
	background-color: #0b318f;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity, transform;
	opacity: 0;
	left: 100%;
	transform: scale3d(0, 1, 1);
	transform-origin: left top;
	transition-delay: 0.8s;
}
.isAnimated .visual_col-no1::before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.visual_bg {
	background-image: url(/ricenter/assets/img/home/pt-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
	width: 100%;
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: opacity;
	transition-delay: 0.3s;
}
.isAnimated .visual_bg {
	opacity: 1;
}
.visual_col-no2 {
	width: 600px;
	display: flex;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	padding-top: 128px;
}
.visual_areaTtl {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 90px;
	margin-bottom: -58px;
}
.isAnimated .visual_title {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.visual_title {
	font-size: 90px;
	line-height: 1.44;
	font-weight: 500;
	color: #fff;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transition-delay: 1s;
	transform: translate3d(0, 10px, 0);
}
.visual_down {
	width: 115px;
	margin: 66px auto 0;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 1.6s;
}
.isAnimated .visual_down {
	opacity: 1;
}
.visual_areaTxt {
	width: 100%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	position: relative;
	z-index: 2;
	transition-delay: 1.5s;
}
.isAnimated .visual_areaTxt {
	opacity: 1;
}
.visual_headline {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1.92;
}
.visual_list {
	list-style: none;
	max-width: 480px;
	margin: 0 auto;
}
.visual_list > li {
	margin-top: 25px;
}
.visual_list > li:first-child {
	margin-top: 0;
}
.visual_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	align-items: center;
	padding: 20px 40px;
	padding-right: 85px;
	position: relative;
	z-index: 1;
}
.visual_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 140px;
	margin-right: -1px;
}
.visual_list > li > a > .icon {
	display: flex;
	width: 44px;
	height: 44px;
	background-color: #0b318f;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	transition-duration: .3s;
	transition-property: right;
}
.visual_image {
	width: 51px;
	margin-right: 45px;
}
.visual_image > img {
	display: block;
}
.visual_areaSubhead {
	flex-grow: 1;
}
.visual_subhead {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
.visual_text {
	font-weight: bold;
}
.visual_down_circle {
	height: 115px;
	background-color: #0b318f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	overflow: hidden;
}
.visual_down_circle > .icon {
	display: block;
	animation-name: scrollArrow;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.visual_down_text {
	width: 173px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: scroll;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-timing-function: linear;
}
.visual_down_text > img {
	display: block;
}
.faq_text > a {
	color: #0b318f;
}
.faq_list {
	list-style: none;
	margin: 8px 0;
}
.faq_list > li {}
.faq_list:last-child {
	margin-bottom: 0;
}
.entry {}
.entry_areaTtl {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 58px 0 55px;
	margin-bottom: 78px;
}
.entry_areaTtl::before {
	content: "";
	display: block;
	width: calc(100vw + 140px);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -140px;
	background-color: #0b318f;
}
.entry_areaTtl_inner {
	position: relative;
	z-index: 1;
}
.entry_title {
	font-size: 40px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.entry_catWrap {
	display: flex;
	align-items: center;
	margin-top: 57px;
}
.entry_update {
	font-family: 'Lora', serif;
	margin-right: 24px;
}
.entry_update > time {}
.entry_cat {}
.entry_cat > a {
	display: block;
}
.entry_body {}
.entry_editor {}
.entry_link {
	max-width: 370px;
	margin: 75px auto 0;
}
.entry_link > a {
	justify-content: center;
}
.entry_link > a > .icon {}
.form {
	max-width: 1000px;
	margin: 0 auto;
}
.form_link {
	max-width: 400px;
	margin: 0 auto 40px;
}
.form_link > a {}
.form_link > a::before {
	content: "";
}
.form_link > a::after {
	content: "";
}
.form_link > a > .icon {}
.form_box {
	position: relative;
	z-index: 1;
	padding: 100px 0 100px;
	margin-top: 100px;
}
.form_box_bg {
	position: absolute;
	z-index: 0;
	width: 1700px;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
}
.form_box_inner {
	position: relative;
	z-index: 1;
}
.form_text {
	text-align: center;
	margin-bottom: 1.5em;
}
[data-view="confirm"] .form_text {
	display: none;
}
[data-view="confirm"] .form_text-confirm {
	display: block;
}
.progress {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 107px;
}
.progress_item {
	position: relative;
	z-index: 1;
}
.progress_circle {
	display: flex;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(6, 45, 159, 0.10);
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: rgba(6, 45, 159, 0.10);
	font-size: 26px;
	font-weight: bold;
	background-color: #fff;
}
.progress_circle-no1 {
	background-color: #0b318f;
	color: #fff;
}
.progress_number {}
.progress_text {
	font-size: 14px;
	width: 120px;
	text-align: center;
	left: 50%;
	position: absolute;
	z-index: 1;
	top: 100%;
	transform: translateX(-50%);
	margin-top: 12px;
}
.progress_bar {
	height: 1px;
	width: 120px;
	background-color: rgba(6, 45, 159, 0.10);
}
.progress_bar-no1 {
	background-color: #0b318f;
}
.progress_circle-no2 {}
.progress_bar-no2 {}
.progress_circle-no3 {}
.form_table {
	width: 100%;
	margin-top: 50px;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: inherit;
	padding-right: 32px;
	width: 292px;
	padding-top: 11px;
	padding-bottom: 11px;
	vertical-align: top;
}
.form_table > tbody > tr > td {
	padding: 11px 0;
	vertical-align: top;
}
.form_table_th {
	white-space: nowrap;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-right: 70px;
}
.form_table_th::before {
	content: "";
	display: block;
	width: 1px;
	height: 62px;
	margin-right: -1px;
}
.form_table_td {}
.form_table_th > b {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0b318f;
	width: 55px;
	height: 32px;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
[data-view="confirm"] .form_btnList-input {
	display: none;
}
.form_btnList > li {
	width: 48%;
	margin-left: 4%;
	max-width: 340px;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_btnList > li:nth-child(2n+1) {}
.form_btnList > li:nth-child(n+3) {}
.form_btnList > li > button {
	display: block;
}
.form_btnList > li > button::before {
	content: "";
}
.form_btnList > li > button::after {
	content: "";
}
.telBox {
	border: 2px solid #062d9f;
	max-width: 960px;
	margin: 100px auto 0;
	box-sizing: border-box;
	padding: 69px 20px;
}
.telBox_dList {
	list-style: none;
	text-align: center;
	line-height: 1;
}
.telBox_dList > dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}
.telBox_dList > dd {}
.telBox_dList > dd > a {
	text-decoration: none;
	color: inherit;
	font-size: 60px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.telBox_dList > dd > a::before {
	content: "";
}
.telBox_dList > dd > a::after {
	content: "";
}
.telBox_dList > dd > a > .icon {
	display: block;
	font-size: 46px;
	margin-right: 13px;
	color: #062d9f;
}
.mwform-radio-field {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
.mwform-radio-field > label {
	display: flex;
	position: relative;
	z-index: 1;
}
.mwform-radio-field > label::before {
	content: "";
	display: block;
	width: 1px;
	height: 62px;
	margin-right: -1px;
}
.mwform-radio-field > label > [type="radio"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {
	display: flex;
	align-items: center;
	position: relative;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
	background-color: #0b318f;
	border-radius: 50%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}
.mw_wp_form form .mwform-radio-field + .mwform-radio-field {
	margin-left: 0;
}
.mwform-checkbox-field {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
.mwform-checkbox-field > label {
	display: flex;
	position: relative;
	z-index: 1;
}
.mwform-checkbox-field > label::before {
	content: "";
	display: block;
	width: 1px;
	height: 62px;
	margin-right: -1px;
}
.mwform-checkbox-field > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {
	display: flex;
	align-items: center;
	position: relative;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
	min-width: 40px;
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	width: 10px;
	height: 14px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 13px;
	transform: translateY(-50%) rotate(45deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	border: 2px solid #0b318f;
	box-sizing: border-box;
	border-left: none;
	border-top: none;
	margin-left: 2px;
	margin-top: -1px;
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}
.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {
	margin-left: 0;
}
.form_selOuter {
	display: flex;
	align-items: center;
}
.form_selWrap {
	position: relative;
	z-index: 1;
	min-width: 238px;
}
.form_selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 23px;
	width: 10px;
	height: 10px;
	border: 1px solid #1b348c;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-top: none;
}
[data-view="confirm"] .form_selWrap::before {
	display: none;
}
.form_selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	outline: 0;
	border: 0;
	line-height: 60px;
	height: 62px;
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	display: block;
	padding-left: 22px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding-right: 50px;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}
.form_selWrap > select::-ms-expand {
	display: none;
}
.form_selOuter_suffix {
	margin-left: 18px;
}
.form_btnList-confirm {
	display: none;
}
.form_note {}
[data-view="confirm"] .form_note {
	display: none;
}
.form_note > a {}
.form_note > a::before {
	content: "";
}
.form_note > a::after {
	content: "";
}
.form_text-confirm {
	display: none;
}
[data-view="confirm"] .form_link {
	display: none;
}
[data-view="confirm"] .progress_circle-no2 {
	background-color: #0b318f;
	color: #fff;
}
[data-view="confirm"] .progress_bar-no2 {
	background-color: #0b318f;
}
[data-view="complete"] .progress_circle-no2 {
	background-color: #0b318f;
	color: #fff;
}
[data-view="complete"] .progress_circle-no3 {
	background-color: #0b318f;
	color: #fff;
}
[data-view="complete"] .progress_bar-no2 {
	background-color: #0b318f;
}
[data-view="confirm"] .form_table_th::before {
	display: none;
}
[data-view="confirm"] .form_table_th > b {
	display: none;
}
[data-view="confirm"] .form_table_th {
	padding-right: 0;
}
[data-view="confirm"] .form_table {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
[data-view="confirm"] .form_btnList-confirm {
	display: flex;
}
.error {}
.error_title {}
.error_text {}
.error_link {
	max-width: 300px;
	margin-top: 35px;
}
.compSystem_note {
	font-size: 90%;
	margin-bottom: 5px;
}
.compSystem_note-caution {
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.faq_headline_num {
	margin-right: 0.5em;
}
@media screen and (min-width:1921px) {}
@media screen and (max-width:1599px) {
	.visual_title {
		font-size: 5.6vw;
	}
}
@media screen and (max-width:1399px) {
	.visual_col-no1 {
		width: calc(100% - 420px);
	}
	.visual_bg {}
	.visual_col-no2 {
		width: 420px;
	}
	.visual_areaTtl {
		left: 60px;
	}
	.visual_title {
		font-size: 6.4vw;
	}
	.visual_list {
		max-width: 390px;
	}
	.visual_headline {
		font-size: 24px;
		margin-bottom: 70px;
	}
	.visual_subhead {
		font-size: 23px;
	}
	.visual_text {
		font-size: 14px;
	}
	.visual_list > li > a {
		padding-left: 22px;
	}
	.visual_list > li > a::before {
		height: 120px;
	}
	.visual_image {
		margin-right: 20px;
	}
}
@media screen and (max-width:1299px) {
	.resArea_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.resArea_list > li:nth-child(n+4) {
		margin-top: 2%;
	}
	.resArea_text {
		font-size: 15px;
	}
	.introAbout_col-no2 {
		width: 200px;
		margin-right: 50px;
	}
	.introAbout_text {
		font-size: 19px;
	}
	.comp_sect {
		width: 23.5%;
		margin-left: 2%;
	}
	.comp_text {
		font-size: 16px;
	}
	.comp_item > a > .icon {
		right: 12px;
	}
	.venFacilites_title {
		font-size: 17px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width:1199px) {
	.docu_list > li > a {
		padding-left: 20px;
	}
}
@media screen and (min-width:1000px) {
	.form_note > a:hover {}
	.entry_cat > a:hover {}
	.entry_link > a:hover {}
	.faq_text > a:hover {}
	.visual_list > li > a:hover {}
	.visual_list > li > a:hover > .icon {
		right: 24px;
	}
	.topicCatList_btn:hover {
		color: #000;
	}
	.topicCatList_btn:hover::before {
		opacity: 1;
	}
	.topicCatList > li > a:hover {
		color: #000;
	}
	.topicCatList > li > a:hover::before {
		opacity: 1;
	}
	.topTopics_link > a:hover {
		background-color: #0b318f;
		color: #fff;
	}
	.topTopics_link > a:hover > .icon {
		background-color: #fff;
		color: #0b318f;
	}
	.topicList > li > a:hover {
		color: #0b318f;
		background: rgba(178, 182, 193, 0.10);
		padding: 0 15px;
	}
	a:hover .topicItem > .icon {
		transform: translateY(-50%) scale(1.2);
	}
	.topLink_list > li > a:hover {
		color: #0b318f;
	}
	a:hover .topLink_icon {
		transform: scale(1.1);
	}
	.venCertif_dList > dd > a:hover {}
	.venRecruit_list > li > a:hover {}
	.venTable_link > a:hover {}
	.linkNav_link > a:hover {}
	.guideInfo_dList > dd > a:hover {}
	.docu_list > li > a:hover {}
	.comp_item > a:hover > .icon {
		transform: scale(1.1);
	}
	.compSystem_th_title > a:hover {}
	.comp_item > a:hover {
		color: #0b318f;
	}
	.reportNav_link > a:hover {}
	.faq_headline > button:hover {}
	.industry_headline > a:hover > .icon {
		transform: scale(1.1);
	}
	.industry_list > li > a:hover {}
	.industry_headline > a:hover {
		color: #0b318f;
	}
	.guide_link > a:hover {}
	.otherNav_list > li > a:hover {}
	a:hover .otherNav_areaTxt > .icon {
		transform: translateY(-50%) scale(1.2);
	}
	a:hover .resArea_item > .icon {
		transform: scale(1.2);
	}
	.resArea_list > li > a:hover {}
	.resArea_link > a:hover {}
	.intell_faqLink > a:hover {}
	.anchorNav_list > li > a:hover {}
	.anchorNav_list > li > a:hover > .icon {
		transform: scale(1.2);
	}
}
@media screen and (max-width: 999px) {
	.anchorNav {
		margin-bottom: 110px;
	}
	.anchorNav_list {}
	.anchorNav_list-3c {}
	.anchorNav_list > li {}
	.anchorNav_list-3c > li {}
	.anchorNav_list-3c > li:nth-child(3n+1) {}
	.anchorNav_list-3c > li:nth-child(n+4) {}
	.anchorNav_list > li > a {
		padding: 20px 5px;
	}
	.anchorNav_list > li > a::before {
		height: 70px;
	}
	.anchorNav_list > li > a > .icon {
		height: 36px;
		min-width: 36px;
		font-size: 10px;
	}
	.anchorNav_text {
		font-size: 16px;
	}
	.anchorNav_text > .icon {}
	.anchorNav_text_small {}
	.intellWrap {
		margin-bottom: 90px;
	}
	.intell {}
	.intell_title {}
	.intell_title > span {}
	.intell_text {
		margin-bottom: 25px;
	}
	.intell_text:last-child {}
	.intell_areaImg {
		margin-top: 45px;
		padding: 50px 20px 30px;
	}
	.intell_image {}
	.intell_image > img {}
	.intell_sectWrap {
		padding: 50px 25px 65px;
	}
	.intell_sectWrap_inner {}
	.intell_sect {
		margin-bottom: 45px;
	}
	.intell_sect-last {}
	.intell_headline {}
	.intell_headline::after {}
	.intell_oList {}
	.intell_oList > li {}
	.intell_oList > li::before {}
	.intell_oList_text {}
	.intell_day {}
	.intell_faqLink {}
	.intell_faqLink > a {}
	.intell_faqLink > a > .icon {}
	.intell_faqLink_text {}
	.intell_faqLink_text > .icon {}
	.resArea {}
	.resArea_title {}
	.resArea_title_sub {}
	.resArea_title_main {}
	.resArea_message {
		font-size: 18px;
		margin-bottom: 45px;
	}
	.resArea_list {}
	.resArea_list > li {
		width: 48.5%;
		margin-left: 3%;
	}
	.resArea_list > li:nth-child(3n+1) {
		margin-left: 3%;
	}
	.resArea_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.resArea_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.resArea_list > li > a {}
	.resArea_item {}
	.resArea_item > .icon {}
	.resArea_icon {}
	.resArea_icon > img {}
	.resArea_headline {}
	.resArea_headline::before {}
	.resArea_text {}
	.resArea_link {}
	.resArea_link > a {}
	.resArea_link_text {}
	.resArea_link_text > small {}
	.introAbout {
		margin-bottom: 90px;
	}
	.introAbout-mbS {
		margin-bottom: 70px;
	}
	.introAbout_cols {}
	.introAbout_col {}
	.introAbout_col-no1 {}
	.introAbout_title {
		font-size: 18px;
	}
	.introAbout_title_main {}
	.introAbout_col-no2 {
		margin: 0 20px;
	}
	.introAbout_bar {}
	.introAbout_col-no3 {}
	.introAbout_text {
		font-size: 16px;
	}
	.message {}
	.message_title {}
	.message_title_sub {}
	.message_title_main {}
	.message_cols {
		display: block;
		position: relative;
		z-index: 1;
		padding-bottom: 70px;
	}
	.message_cols::after {}
	.message_col {
		width: auto;
	}
	.message_col-txt {
		margin-bottom: 25px;
	}
	.message_text {}
	.message_text:last-child {}
	.massage_areaName {
		position: absolute;
		z-index: 1;
		bottom: 0;
		margin-top: 0;
		transform: translateX(-50%);
		left: 50%;
		width: 360px;
		text-align: center;
	}
	.message_post {}
	.message_name {
		font-size: 17px;
	}
	.message_name_sub {}
	.message_col-img {
		padding-top: 0;
		max-width: 360px;
		margin: 0 auto;
	}
	.message_image {}
	.message_image > img {}
	.otherNav {
		margin-top: 80px;
	}
	.otherNav_list {}
	.otherNav_list > li {
		padding-left: 10px;
		padding-right: 10px;
		margin: 10px -10px;
	}
	.otherNav_list > li > a {}
	.otherNav_list > li > a::before {}
	.otherNav_list > li > a::after {}
	.otherNav_item {}
	.otherNav_image {
		width: 100px;
	}
	.otherNav_image > img {}
	.otherNav_areaTxt {
		width: calc(100% - 115px);
	}
	.otherNav_areaTxt > .icon {}
	.otherNav_text {
		font-size: 18px;
	}
	.otherNav_subTxt {
		margin-top: 15px;
	}
	.outGuide {}
	.outGuide_title {}
	.outGuide_title_sub {}
	.outGuide_title_main {}
	.outGuide_sect {
		margin-bottom: 70px;
	}
	.outGuide_sect:last-child {}
	.outGuide_headline {}
	.outGuide_text {}
	.outGuide_link {}
	.outGuide_link > a {}
	.outGuide_link > a > .icon {}
	.outGuide_image {}
	.outGuide_image > img {}
	.industry {
		margin-bottom: 120px;
	}
	.industry_title {}
	.industry_title_sub {}
	.industry_title_main {}
	.industry_list {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 760px;
		margin: 55px auto;
	}
	.industry_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.industry_list > li:nth-child(3n+1) {
		margin-left: 4%;
	}
	.industry_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.industry_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.industry_list > li > a {}
	.industry_list > li > a > .icon {}
	.industry_text {}
	.industry_sect {}
	.industry_headline {}
	.industry_headline > a {}
	.industry_headline > a > .icon {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.staff {}
	.staff_sect {
		margin-bottom: 120px;
	}
	.staff_sect:last-child {}
	.staff_title {}
	.staff_number {}
	.staff_title_main {}
	.staff_list {
		max-width: 690px;
		margin: 0 auto;
	}
	.staff_list > li {
		width: 32%;
	}
	.staff_list > li:nth-child(5n+1) {
		margin-left: 2%;
	}
	.staff_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.staff_list > li:nth-child(n+4) {
		margin-top: 30px;
	}
	.staffItem {}
	.staffItem::before {}
	.staffItem_inner {}
	.staffItem_post {}
	.staffItem_post::after {}
	.staffItem_name {}
	.staffItem_name_main {}
	.staffItem_name_sub {}
	.staff_text {}
	.staff_cSect {}
	.advisor {}
	.advisor_title {}
	.advisor_title_sub {}
	.advisor_title_main {}
	.advisor_day {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.advisor_tblWrap {}
	.advisor_table {}
	.advisor_table > thead {}
	.advisor_table > thead > tr {}
	.advisor_table > thead > tr > th {}
	.advisor_table > thead > tr > td {}
	.advisor_table > tbody {}
	.advisor_table > tbody > tr {}
	.advisor_table > tbody > tr > td {
		padding-left: 25px;
	}
	.advisor_table > tbody > tr > td:first-child {
		width: 210px;
		padding-left: 40px;
	}
	.faq {}
	.faq_title {}
	.faq_number {}
	.faq_title_main {}
	.faq_sect {
		padding-right: 15px;
	}
	.faq_sect:last-child {}
	.faq_headline {}
	.faq_headline > button {
		padding-left: 100px;
		font-size: 16px;
		padding-right: 60px;
	}
	.faq_headline_plus {}
	.faq_headline_plus::before {}
	.faq_headline_plus::after {}
	.faq_headline > button[aria-expanded="false"] > .faq_headline_plus::before {}
	.faq_headline_mark {}
	.faq_headline_txt {}
	.faq_areaTxt {
		padding: 20px;
		padding-left: 100px;
	}
	.faq_areaTxt.isShow {}
	.faq_areaTxt::before {
		width: calc(100% - 93px);
	}
	.faq_mark {}
	.faq_text {}
	.faqOuter {
		margin-bottom: 90px;
	}
	.faqOuter:last-child {}
	.comp {
		margin-bottom: 120px;
	}
	.comp_sectWrap {}
	.comp_sect {
		width: 32%;
	}
	.comp_sect:nth-child(4n+1) {
		margin-left: 2%;
	}
	.comp_sect:nth-child(3n+1) {
		margin-left: 0;
	}
	.comp_sect:nth-child(n+4) {
		margin-top: 50px;
	}
	.comp_title {}
	.comp_title::before {}
	.comp_title::after {}
	.comp_item {}
	.comp_item > a {}
	.comp_item > a::before {}
	.comp_item > a::after {}
	.comp_icon {}
	.comp_icon > img {}
	.comp_item > a > .icon {}
	.comp_text {
		font-size: 17px;
	}
	.comp_text::before {}
	.comp_areaTxt {}
	.compSystem {}
	.compSystem_title {}
	.compSystem_title_sub {}
	.compSystem_title_main {}
	.compSystem_tblWrap {}
	.compSystem_table {}
	.compSystem_table > thead {}
	.compSystem_table > thead > tr {}
	.compSystem_table > thead > tr:first-child {}
	.compSystem_table > thead > tr:last-child {}
	.compSystem_table > thead > tr > th {}
	.compSystem_table > thead > tr > td {}
	.compSystem_table > tbody {}
	.compSystem_table > tbody > tr {}
	.compSystem_table > tbody > tr:first-child {}
	.compSystem_table > tbody > tr:last-child {}
	.compSystem_table > tbody > tr > th {}
	.compSystem_table > tbody > tr > td {}
	.compSystem_th_title {}
	.compSystem_th_title > a {}
	.reportNav {
		max-width: none;
		margin-top: 80px;
	}
	.reportNav_link {}
	.reportNav_link > a {
		font-size: 17px;
	}
	.reportNav_link_txt {}
	.reportNav_link_site {}
	.reportNav_link_site > img {}
	.docuOuter {}
	.docuOuter-download {
		margin-bottom: 130px;
	}
	.docu {}
	.docu-gray {}
	.docu-gray::before {}
	.docu-grayGuide {
		padding-bottom: 100px;
	}
	.docu_title {
		margin-bottom: 45px;
	}
	.docu_title_sub {}
	.docu_title_main {}
	.docu_message {
		margin-bottom: 45px;
	}
	.docu_sect {}
	.docu_sect:last-child {}
	.docu_headline {
		margin-bottom: 40px;
	}
	.docu_list {
		margin-bottom: 30px;
	}
	.docu_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.docu_list > li:nth-child(3n+1) {
		margin-left: 4%;
	}
	.docu_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.docu_list > li:nth-child(n+3) {
		margin-top: 30px;
	}
	.docu_list > li > a {}
	.docu_list > li > a > .icon {}
	.industry_list_txt {}
	.docu_list:last-child {}
	.docPolicy {
		padding: 45px 35px 70px;
	}
	.docPolicy_inner {
		max-width: none;
	}
	.docPolicy_day {}
	.docPolicy_day:last-child {}
	.docPolicy_sect {}
	.docPolicy_sect:last-child {}
	.docPolicy_title {}
	.docPolicy_text {
		margin-bottom: 22px;
	}
	.docPolicy_text:last-child {}
	.docPolicy_oList {}
	.docPolicy_oList > li {}
	.docPolicy_oList > li::before {}
	.docPolicy_list {}
	.docPolicy_list > li {}
	.docPolicy_table {}
	.docPolicy_table > tbody {}
	.docPolicy_table > tbody > tr {}
	.docPolicy_table > tbody > tr > th {}
	.docPolicy_table > tbody > tr > td {}
	.introAbout_listBox {
		padding: 20px;
		margin-top: 45px;
	}
	.introAbout_list {
		max-width: none;
	}
	.introAbout_list > li {
		font-size: 18px;
	}
	.areaGuide {}
	.guide {
		margin-bottom: 60px;
	}
	.guide_title {
		margin-bottom: 35px;
	}
	.guide_flowImg {
		padding: 55px 20px 60px;
		margin-bottom: 30px;
	}
	.guide_flowImg > img {}
	.guide_text {}
	.guide_text:last-child {}
	.guide_list {}
	.guide_list > li {}
	.areaGuideInfo {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.guideInfo {
		padding: 35px 20px 40px;
	}
	.guideInfo_inner {}
	.guideInfo_cols {}
	.guideInfo_col {}
	.guideInfo_col-ttl {}
	.guideInfo_title {
		font-size: 18px;
	}
	.guideInfo_title::after {}
	.guideInfo_title_main {
		margin-right: 30px;
	}
	.guideInfo_col-txt {
		width: 67%;
	}
	.guideInfo_col-ttlTech {}
	.guideInfo_col-txtTech {
		width: 50%;
	}
	.guideInfo_dList {}
	.guideInfo_dList > dt {}
	.guideInfo_dList > dd {}
	.guideInfo_dList > dd > a {}
	.guideInfo_dList > dd > a.-mail {}
	.guide_costList {}
	.guide_costList > li {}
	.guide_costList > li:nth-child(2n+1) {}
	.guide_costList > li:nth-child(n+3) {}
	.guideCost {}
	.guideCost_course {}
	.guideCost_price {}
	.linkNav {
		margin-bottom: 80px;
	}
	.linkNav_link {}
	.linkNav_link > a {
		text-align: center;
	}
	.linkNav_link > a > .icon {}
	.linkNav_link_txt {}
	.guide_box {
		padding: 40px 30px 45px;
	}
	.guide_box_inner {
		max-width: none;
	}
	.areaGuideOuter {
		margin-bottom: 110px;
	}
	.areaGuideOuter:last-child {}
	.areaGuide_text {
		margin-bottom: 65px;
	}
	.areaGuide-bgGray {
		padding-top: 90px;
		padding-bottom: 110px;
	}
	.areaGuide_inner {}
	.guide_oList {}
	.guide_oList > li {}
	.guide_tblWrap {}
	.guide_reseTable {
		font-size: 14px;
	}
	.guide_reseTable > thead {}
	.guide_reseTable > thead > tr {}
	.guide_reseTable > thead > tr > th {}
	.guide_reseTable > thead > tr > th:first-child {}
	.guide_reseTable > thead > tr > td {}
	.guide_reseTable > tbody {}
	.guide_reseTable > tbody > tr {}
	.guide_reseTable > tbody > tr > th {}
	.guide_reseTable > tbody > tr > td {}
	.guide_note {}
	.guide_sect {}
	.guide_sect:last-child {}
	.guide_headline {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.guide_costCols {
		margin-bottom: 50px;
	}
	.guide_col {}
	.guide_col-txt {}
	.guide_col-txtEntrust {}
	.guide_costTxt {
		font-size: 20px;
	}
	.guide_costTxt::before {
		height: 68px;
	}
	.guide_col-plus {}
	.guide_costPlus {}
	.guide_costPlus::before {}
	.guide_costPlus::after {}
	.anchorNav_message {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.ventureOuter {
		margin-bottom: 120px;
	}
	.ventureOuter:last-child {}
	.venture {}
	.venture_title {}
	.venture_title_sub {}
	.venture_title_main {}
	.sysFlow {}
	.sysFlow_mainTxt {
		font-size: 17px;
	}
	.sysFlow_text {}
	.sysFlow_box {
		margin-top: 70px;
		padding: 35px 15px 55px;
	}
	.sysFlow_title {}
	.sysFlow_sect {
		width: calc((100% - 150px) / 7);
	}
	.sysFlow_cols {}
	.sysFlow_col {}
	.sysFlow_col-ttl {}
	.sysFlow_col-ttl::after {}
	.sysFlow_headline {
		font-size: 22px;
	}
	.sysFlow_message {
		font-size: 22px;
	}
	.sysFlow_message-start {}
	.sysFlow_message-end {}
	.sysFlow_message-comp {}
	.sysFlow_col-member {}
	.sysFlow_member {
		font-size: 17px;
	}
	.sysFlow_box_inner {}
	.sysFlow_sectWrap {}
	.sysFlow_areaArrow {}
	.sysFlow_arrow {
		border-width: 16px;
		transform: translateX(8px);
	}
	.venRecruit {}
	.venRecruit_text {
		font-size: 17px;
	}
	.venRecruit_list {}
	.venRecruit_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.venRecruit_list > li:nth-child(2n+1) {}
	.venRecruit_list > li:nth-child(n+3) {}
	.venRecruit_list > li > a {
		padding-left: 25px;
		font-size: 18px;
	}
	.venRecruit_list > li > a > .icon {}
	.venRecruit_list_txt {}
	.venTopics {}
	.venTopics:last-child {}
	.venTopics_title {}
	.venTableWrap {}
	.venTable {}
	.venTable > thead {}
	.venTable > thead > tr {}
	.venTable > thead > tr > th {}
	.venTable > thead > tr > td {}
	.venTable > tbody {}
	.venTable > tbody > tr {}
	.venTable > tbody > tr > td {}
	.venTable_td_name {}
	.venTable_link {}
	.venTable_link > a {}
	.venTable_link > a > .icon {}
	.venCertif {}
	.venCertif:last-child {}
	.venCertif_title {}
	.venAboutTblWrap {}
	.venAboutTbl {}
	.venAboutTbl > tbody {}
	.venAboutTbl > tbody > tr {}
	.venAboutTbl > tbody > tr > th {
		width: 220px;
	}
	.venAboutTbl > tbody > tr > td {
		padding-left: 20px;
	}
	.venCertif_list {}
	.venCertif_list > li {}
	.venCertif_dList {}
	.venCertif_dList > dt {}
	.venCertif_dList > dd {}
	.venCertif_dList > dd > a {}
	.venture-bgGray {
		padding-bottom: 120px;
		padding-top: 100px;
	}
	.venture_inner {}
	.venFacilites {}
	.venFacilites_list {
		max-width: 760px;
		margin: 0 auto 75px;
	}
	.venFacilites_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.venFacilites_list > li:nth-child(3n+1) {
		margin-left: 4%;
	}
	.venFacilites_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.venFacilites_list > li:nth-child(n+3) {
		margin-top: 30px;
	}
	.venFacilites_title {}
	.venFacilites_fig {}
	.venFacilites_fig > img {}
	.venFacilites_fig > figcaption {
		font-size: 14px;
		margin-top: 10px;
	}
	.policy {}
	.policy_title {}
	.policy_title_sub {}
	.policy_title_main {}
	.policy_message {
		font-size: 16px;
		padding: 15px 20px;
	}
	.policy_sectWrap {}
	.policy_sect {
		margin-bottom: 55px;
	}
	.policy_sect:last-child {}
	.policy_headline {}
	.policy_text {}
	.policy_list {}
	.policy_list > li {}
	.policy_subhead {}
	.topLink {
		margin-bottom: 110px;
	}
	.topLink::after {}
	.topLink_inner {}
	.topLink_title {}
	.topLink_title_sub {
		font-size: 55px;
	}
	.topLink_title_main {}
	.topLink_list {}
	.topLink_list > li {
		width: 23.5%;
		margin-left: 3%;
	}
	.topLink_list > li:nth-child(2n+1) {}
	.topLink_list > li:nth-child(n+3) {}
	.topLink_list > li > a {
		padding: 20px 10px;
	}
	.topLink_list > li > a::before {
		height: 100px;
	}
	.topLink_list > li > a::after {}
	.topLink_item {
		padding-top: 25px;
	}
	.topLink_icon {}
	.topLink_icon > img {}
	.topLink_text {
		font-size: 14px;
		margin-top: 12px;
	}
	.topLink_list_bg {}
	.topLink_list_bg::before {
		box-shadow: 0 -8px 34px rgba(176, 180, 206, 0.24);
	}
	.topLink_list_bg::after {}
	.topTopics {}
	.topTopics_inner {}
	.topTopics_cols {
		display: block;
		position: relative;
		z-index: 1;
		padding-bottom: 100px;
	}
	.topTopics_col {
		width: auto;
	}
	.topTopics_col-no1 {}
	.topTopics_title {
		text-align: center;
		margin-bottom: 30px;
	}
	.topTopics_title_sub {
		font-size: 55px;
		text-align: center;
	}
	.topTopics_title_main {
		text-align: center;
	}
	.topicCatList {
		display: flex;
	}
	.topicCatList > li {}
	.topicCatList_btn {
		padding: 15px 25px;
	}
	.topicCatList_btn::before {
		top: calc(0.9em + 15px);
	}
	.topicCatList_btn::after {}
	.topTopics_link {
		margin-top: 0;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topTopics_link > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.topTopics_link > a::before {}
	.topTopics_link > a::after {}
	.topTopics_link > a > .icon {}
	.topTopics_col-no2 {
		max-width: none;
	}
	.topTopics_panel {}
	.topTopics_panel.isShow {}
	.topicList {
		border-width: 1px;
	}
	.topicList > li {
		border-width: 1px;
	}
	.topicList > li > a {}
	.topicList > li > a::before {}
	.topicList > li > a::after {}
	.topicItem {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.topicItem::before {}
	.topicItem > .icon {}
	.topicItem_update {}
	.topicItem_update > time {}
	.topicItem_cat {}
	.topicItem_text {}
	.topicCatList_btn[aria-selected="true"] {}
	.topicCatList_btn[aria-selected="true"]::before {}
	.topLink_bg {
		padding-bottom: 110px;
	}
	.topLink_bg::after {
		height: 280px;
		width: calc(100vw + 40px);
		left: -20px;
	}
	.topics {}
	.topics_cols {
		display: block;
	}
	.topics_col {
		width: auto;
	}
	.topics_col-no1 {
		margin-bottom: 20px;
	}
	.topics_title {
		margin-bottom: 3px;
	}
	.topics_title_sub {}
	.topics_title_main {}
	.topics_col-no2 {
		max-width: none;
	}
	.visual {
		margin-bottom: 100px;
	}
	.visual_cols {
		display: block;
		overflow: hidden;
	}
	.visual_col {
		width: auto;
	}
	.visual_col-no1 {}
	.visual_bg {
		height: 585px;
	}
	.visual_col-no2 {
		padding: 30px;
	}
	.visual_areaTtl {
		bottom: auto;
		top: 400px;
	}
	.visual_title {}
	.visual_down {
		display: none;
	}
	.visual_areaTxt {}
	.visual_headline {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.visual_list {
		max-width: 560px;
	}
	.visual_list > li {}
	.visual_list > li > a {}
	.visual_list > li > a::before {
		height: 100px;
	}
	.visual_list > li > a > .icon {}
	.visual_image {
		margin-right: 35px;
	}
	.visual_image > img {}
	.visual_areaSubhead {}
	.visual_subhead {}
	.visual_text {}
	.visual_down_circle {}
	.visual_down_circle > .icon {}
	.visual_down_text {}
	.visual_down_text > img {}
	.faq_text > a {}
	.faq_list {}
	.faq_list > li {}
	.entry {}
	.entry_areaTtl {
		padding: 40px 0 34px;
		margin-bottom: 55px;
	}
	.entry_areaTtl::before {}
	.entry_areaTtl_inner {}
	.entry_title {
		font-size: 32px;
	}
	.entry_catWrap {
		margin-top: 37px;
	}
	.entry_update {}
	.entry_update > time {}
	.entry_cat {}
	.entry_cat > a {}
	.entry_body {}
	.entry_editor {}
	.entry_link {}
	.entry_link > a {}
	.entry_link > a > .icon {}
	.form {}
	.form_link {}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_link > a > .icon {}
	.form_box {}
	.form_box_bg {}
	.form_box_inner {}
	.form_text {}
	[data-view="confirm"] .form_text {}
	[data-view="confirm"] .form_text-confirm {}
	.progress {}
	.progress_item {}
	.progress_circle {}
	.progress_circle-no1 {}
	.progress_number {}
	.progress_text {}
	.progress_bar {}
	.progress_bar-no1 {}
	.progress_circle-no2 {}
	.progress_bar-no2 {}
	.progress_circle-no3 {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: 255px;
	}
	.form_table > tbody > tr > td {}
	.form_table_th {}
	.form_table_th::before {}
	.form_table_td {}
	.form_table_th > b {}
	.form_btnList {}
	.form_btnList > li {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.telBox {}
	.telBox_dList {}
	.telBox_dList > dt {}
	.telBox_dList > dd {}
	.telBox_dList > dd > a {}
	.telBox_dList > dd > a::before {}
	.telBox_dList > dd > a::after {}
	.telBox_dList > dd > a > .icon {}
	.mwform-radio-field {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {}
	.mwform-radio-field > label > [type="radio"] {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {}
	.mw_wp_form form .mwform-radio-field + .mwform-radio-field {}
	.mwform-checkbox-field {}
	.mwform-checkbox-field > label {}
	.mwform-checkbox-field > label::before {}
	.mwform-checkbox-field > label > [type="checkbox"] {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {}
	.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {}
	.form_selOuter {}
	.form_selWrap {}
	.form_selWrap::before {}
	[data-view="confirm"] .form_selWrap::before {}
	.form_selWrap > select {}
	.form_selWrap > select::-ms-expand {}
	.form_selOuter_suffix {}
	.form_btnList-confirm {}
	.form_note {}
	[data-view="confirm"] .form_note {}
	.form_note > a {}
	.form_note > a::before {}
	.form_note > a::after {}
	.form_text-confirm {}
	[data-view="confirm"] .form_link {}
	[data-view="confirm"] .progress_circle-no2 {}
	[data-view="confirm"] .progress_bar-no2 {}
	[data-view="complete"] .progress_circle-no2 {}
	[data-view="complete"] .progress_circle-no3 {}
	[data-view="complete"] .progress_bar-no2 {}
	[data-view="confirm"] .form_table_th::before {}
	[data-view="confirm"] .form_table_th > b {}
	[data-view="confirm"] .form_table_th {}
	[data-view="confirm"] .form_table {}
	[data-view="confirm"] .form_btnList-confirm {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.visual_col-no1::before {
		width: 100%;
		transform: scale3d(1, 0, 1);
		left: 0;
		top: 100%;
		min-height: 480px;
	}
	.isAnimated .visual_col-no1::before {}
	.compSystem_note {}
	.compSystem_note-caution {}
	.faq_headline_num {}
}
@media screen and (max-width:767px) {
	.anchorNav {
		margin-bottom: 55px;
	}
	.anchorNav.bottom{
		margin-top: 30px;
		margin-bottom: 0px;
	}


	.anchorNav_list {
		display: block;
	}
	.anchorNav_list-3c {}
	.anchorNav_list > li {
		width: auto;
		margin-left: 0;
	}
	.anchorNav_list-3c > li {}
	.anchorNav_list-3c > li:nth-child(3n+1) {}
	.anchorNav_list-3c > li:nth-child(n+4) {}
	.anchorNav_list > li > a {
		padding: 10px 5px;
	}
	.anchorNav_list > li > a::before {
		height: 54px;
	}
	.anchorNav_list > li > a > .icon {}
	.anchorNav_text {}
	.anchorNav_text > .icon {}
	.anchorNav_text_small {}
	.intellWrap {
		margin-bottom: 55px;
	}
	.intell {}
	.intell_title {}
	.intell_title > span {}
	.intell_text {
		margin-bottom: 20px;
	}
	.intell_text:last-child {}
	.intell_areaImg {
		margin-top: 25px;
		padding: 15px 10px 10px;
	}
	.intell_image {}
	.intell_image > img {}
	.intell_sectWrap {
		padding: 30px 15px;
	}
	.intell_sectWrap_inner {}
	.intell_sect {
		margin-bottom: 35px;
	}
	.intell_sect-last {
		margin-bottom: 20px;
	}
	.intell_headline {}
	.intell_headline::after {}
	.intell_oList {}
	.intell_oList > li {
		margin-top: 10px;
	}
	.intell_oList > li::before {}
	.intell_oList_text {}
	.intell_day {}
	.intell_faqLink {}
	.intell_faqLink > a {}
	.intell_faqLink > a > .icon {}
	.intell_faqLink_text {}
	.intell_faqLink_text > .icon {}
	.resArea {}
	.resArea_title {}
	.resArea_title_sub {}
	.resArea_title_main {}
	.resArea_message {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.resArea_list {
		display: block;
	}
	.resArea_list > li {
		width: auto;
		margin-left: 0;
	}
	.resArea_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.resArea_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.resArea_list > li:nth-child(n+2) {
		margin-top: 2%;
	}
	.resArea_list > li > a {}
	.resArea_item {
		padding: 20px 10px 40px;
	}
	.resArea_item > .icon {
		width: 24px;
		height: 24px;
		font-size: 10px;
		bottom: 11px;
		right: 11px;
	}
	.resArea_icon {
		width: 52px;
		margin: 0 auto 10px;
	}
	.resArea_icon > img {}
	.resArea_headline {
		font-size: 15px;
	}
	.resArea_headline::before {
		display: none;
	}
	.resArea_text {
		font-size: 13px;
	}
	.resArea_link {
		margin-top: 64px;
	}
	.resArea_link > a {}
	.resArea_link_text {}
	.resArea_link_text > small {}
	.introAbout {
		margin-bottom: 45px;
	}
	.introAbout-mbS {
		margin-bottom: 45px;
	}
	.introAbout_cols {
		display: block;
	}
	.introAbout_col {}
	.introAbout_col-no1 {
		position: relative;
		z-index: 1;
	}
	.introAbout_title_main::after {
		content: "";
		display: block;
		height: 1px;
		background-color: #0b318f;
		position: absolute;
		z-index: 1;
		top: 50%;
		transform: translateY(-50%);
		width: 100vw;
		left: 100%;
	}
	.introAbout_title {
		font-size: 17px;
		display: flex;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.introAbout_title_main {
		display: block;
		padding-right: 10px;
		top: 0;
	}
	.introAbout_col-no2 {
		display: none;
	}
	.introAbout_bar {
		width: auto;
	}
	.introAbout_col-no3 {
		width: auto;
		margin-top: 10px;
	}
	.introAbout_text {
		font-size: 15px;
		line-height: inherit;
	}
	.message {}
	.message_title {}
	.message_title_sub {}
	.message_title_main {}
	.message_cols {
		padding-bottom: 60px;
	}
	.message_cols::after {}
	.message_col {}
	.message_col-txt {}
	.message_text {}
	.message_text:last-child {}
	.massage_areaName {
		text-align: center;
	}
	.message_post {
		font-size: 13px;
	}
	.message_name {
		font-size: 15px;
	}
	.message_name_sub {}
	.message_col-img {}
	.message_image {}
	.message_image > img {}
	.otherNav {
		margin-top: 55px;
	}
	.otherNav_list {
		display: block;
	}
	.otherNav_list > li {
		width: auto;
		padding: 0;
		margin: 0;
	}
	.otherNav_list > li > a {}
	.otherNav_list > li > a::before {}
	.otherNav_list > li > a::after {}
	.otherNav_item {
		justify-content: flex-start;
	}
	.otherNav_image {
		width: 90px;
		margin-right: 15px;
	}
	.otherNav_image > img {}
	.otherNav_areaTxt {
		width: calc(100% - 105px);
		padding-right: 45px;
	}
	.otherNav_areaTxt > .icon {
		width: 36px;
		height: 36px;
		font-size: 12px;
		box-shadow: 0 0 16px rgba(201, 206, 243, 0.50);
	}
	.otherNav_text {
		font-size: 17px;
	}
	.otherNav_subTxt {
		margin-top: 10px;
	}
	.outGuide {}
	.outGuide_title {}
	.outGuide_title_sub {}
	.outGuide_title_main {}
	.outGuide_sect {
		margin-bottom: 45px;
	}
	.outGuide_sect:last-child {}
	.outGuide_headline {}
	.outGuide_text {}
	.outGuide_link {
		margin-top: 10px;
	}
	.outGuide_link > a {}
	.outGuide_link > a > .icon {}
	.outGuide_image {
		margin-top: 30px;
	}
	.outGuide_image > img {}
	.industry {
		margin-bottom: 70px;
	}
	.industry_title {}
	.industry_title_sub {}
	.industry_title_main {}
	.industry_list {
		display: block;
		margin-top: 35px;
	}
	.industry_list > li {
		width: auto;
		margin-left: 0 !important;
	}
	.industry_list > li:nth-child(3n+1) {}
	.industry_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.industry_list > li > a {}
	.industry_list > li > a > .icon {}
	.industry_text {}
	.industry_sect {
		margin-top: 35px;
	}
	.industry_headline {}
	.industry_headline > a {}
	.industry_headline > a > .icon {
		font-size: 14px;
	}
	.staff {}
	.staff_sect {
		margin-bottom: 70px;
	}
	.staff_sect:last-child {}
	.staff_title {}
	.staff_number {}
	.staff_title_main {}
	.staff_list {
		max-width: 440px;
	}
	.staff_list > li {
		width: 49%;
	}
	.staff_list > li:nth-child(3n+1) {
		margin-left: 2%;
	}
	.staff_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.staff_list > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.staffItem {
		padding: 20px 15px;
	}
	.staffItem::before {
		height: 98px;
	}
	.staffItem_inner {}
	.staffItem_post {
		font-size: 13px;
		margin-bottom: 14px;
	}
	.staffItem_post::after {
		height: 1px;
	}
	.staffItem_name {}
	.staffItem_name_main {
		font-size: 18px;
	}
	.staffItem_name_sub {
		font-size: 11px;
		line-height: 1.2;
		margin-top: 5px;
	}
	.staff_text {
		margin-bottom: 30px;
	}
	.staff_cSect {
		margin-bottom: 40px;
	}
	.advisor {}
	.advisor_title {}
	.advisor_title_sub {}
	.advisor_title_main {}
	.advisor_day {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.advisor_tblWrap {}
	.advisor_table {
		font-size: 13px;
		width: 540px;
		margin: 0 auto;
	}
	.advisor_table > thead {}
	.advisor_table > thead > tr {}
	.advisor_table > thead > tr > th {}
	.advisor_table > thead > tr > td {}
	.advisor_table > tbody {}
	.advisor_table > tbody > tr {}
	.advisor_table > tbody > tr > td {
		padding-left: 10px;
	}
	.advisor_table > tbody > tr > td:first-child {
		width: 140px;
		padding-left: 25px;
	}
	.faq {}
	.faq_title {}
	.faq_number {}
	.faq_title_main {}
	.faq_sect {
		padding-right: 0;
		margin-bottom: 18px;
	}
	.faq_sect:last-child {}
	.faq_headline {}
	.faq_headline > button {
		padding: 15px 35px;
		font-size: 15px;
		padding-left: 56px;
	}
	.faq_headline_plus {
		right: 12px;
		width: 16px;
		height: 16px;
	}
	.faq_headline_plus::before {}
	.faq_headline_plus::after {}
	.faq_headline > button[aria-expanded="false"] > .faq_headline_plus::before {}
	.faq_headline_mark {
		font-size: 18px;
		width: 45px;
		padding: 10px;
		padding-top: 1em;
	}
	.faq_headline_txt {}
	.faq_areaTxt {
		padding: 15px 10px;
		padding-left: 60px;
		min-height: 58px;
	}
	.faq_areaTxt.isShow {}
	.faq_areaTxt::before {
		width: calc(100% - 45px);
	}
	.faq_mark {
		width: 45px;
		padding: 10px;
		font-size: 20px;
	}
	.faq_text {}
	.faqOuter {
		margin-bottom: 45px;
	}
	.faqOuter:last-child {}
	.comp {
		margin-bottom: 60px;
	}
	.comp_sectWrap {
		max-width: 580px;
		margin: 0 auto;
	}
	.comp_sect {
		width: 48%;
	}
	.comp_sect:nth-child(3n+1) {
		margin-left: 2%;
	}
	.comp_sect:nth-child(2n+1) {
		margin-left: 0;
	}
	.comp_sect:nth-child(n+3) {
		margin-top: 30px;
	}
	.comp_title {
		font-size: 13px;
		padding: 10px 3px;
		margin-bottom: 15px;
	}
	.comp_title::before {
		height: 80px;
	}
	.comp_title::after {
		border-width: 12px;
		border-right-width: 8px;
		border-left-width: 8px;
	}
	.comp_item {}
	.comp_item > a {
		padding: 40px 10px;
		padding-top: 35px;
	}
	.comp_item > a::before {
		height: 90px;
	}
	.comp_item > a::after {}
	.comp_icon {}
	.comp_icon > img {}
	.comp_item > a > .icon {
		bottom: 10px;
		right: 10px;
	}
	.comp_text {
		font-size: 15px;
		margin-top: 10px;
	}
	.comp_text::before {
		height: 53px;
	}
	.comp_areaTxt {}
	.compSystem {}
	.compSystem_title {}
	.compSystem_title_sub {}
	.compSystem_title_main {}
	.compSystem_tblWrap {}
	.compSystem_table {}
	.compSystem_table > thead {}
	.compSystem_table > thead > tr {}
	.compSystem_table > thead > tr:first-child {}
	.compSystem_table > thead > tr:last-child {}
	.compSystem_table > thead > tr > th {
		padding: 10px 10px;
	}
	.compSystem_table > thead > tr > td {}
	.compSystem_table > tbody {}
	.compSystem_table > tbody > tr {}
	.compSystem_table > tbody > tr:first-child {}
	.compSystem_table > tbody > tr:last-child {}
	.compSystem_table > tbody > tr > th {
		padding: 10px 10px;
	}
	.compSystem_table > tbody > tr > th[rowspan] {
		padding: 0 13px;
		line-height: 1.2;
	}
	.compSystem_table > tbody > tr > td {
		padding: 10px 10px;
	}
	.compSystem_th_title {}
	.compSystem_th_title > a {}
	.reportNav {
		margin-top: 45px;
	}
	.reportNav_link {}
	.reportNav_link > a {
		padding-left: 30px;
		font-size: 14px;
	}
	.reportNav_link_txt {}
	.reportNav_link_site {
		margin: 0 3px;
	}
	.reportNav_link_site > img {
		width: 126px;
	}
	.docuOuter {}
	.docuOuter-download {
		margin-bottom: 85px;
	}
	.docu {}
	.docu-gray {}
	.docu-gray::before {}
	.docu-grayGuide {
		padding-bottom: 65px;
	}
	.docu_title {
		margin-bottom: 30px;
	}
	.docu_title_sub {}
	.docu_title_main {}
	.docu_message {
		margin-bottom: 30px;
	}
	.docu_sect {
		margin-bottom: 55px;
	}
	.docu_sect:last-child {}
	.docu_headline {
		margin-bottom: 30px;
	}
	.docu_list {
		display: block;
		margin-bottom: 15px;
	}
	.docu_list > li {
		width: auto;
		margin-left: 0;
	}
	.docu_list > li:nth-child(2n+1) {}
	.docu_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.docu_list > li > a {}
	.docu_list > li > a > .icon {}
	.industry_list_txt {}
	.docu_list:last-child {}
	.docPolicy {
		padding: 30px 15px 45px;
	}
	.docPolicy_inner {}
	.docPolicy_day {
		font-size: 13px;
		line-height: 1.6;
	}
	.docPolicy_day:last-child {}
	.docPolicy_sect {
		margin-bottom: 35px;
	}
	.docPolicy_sect:last-child {}
	.docPolicy_title {
		margin-bottom: 20px;
	}
	.docPolicy_text {
		margin-bottom: 15px;
	}
	.docPolicy_text:last-child {}
	.docPolicy_oList {}
	.docPolicy_oList > li {}
	.docPolicy_oList > li::before {}
	.docPolicy_list {}
	.docPolicy_list > li {}
	.docPolicy_table {}
	.docPolicy_table > tbody {}
	.docPolicy_table > tbody > tr {}
	.docPolicy_table > tbody > tr > th {
		width: 65%;
	}
	.docPolicy_table > tbody > tr > td {}
	.introAbout_listBox {
		margin-top: 25px;
		padding: 12px 15px;
	}
	.introAbout_list {}
	.introAbout_list > li {
		font-size: 16px;
		letter-spacing: 0;
		margin-top: 5px;
	}
	.introAbout_list > li:first-child {
		margin-top: 0;
	}
	.areaGuide {}
	.guide {
		margin-bottom: 40px;
	}
	.guide_title {
		margin-bottom: 20px;
	}
	.guide_flowImg {
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	.guide_flowImg > img {}
	.guide_text {
		margin-bottom: 12px;
	}
	.guide_text:last-child {}
	.guide_list {
		margin-top: 10px;
	}
	.guide_list > li {}
	.areaGuideInfo {
		margin-bottom: 40px;
	}
	.guideInfo {
		padding: 25px 20px 30px;
	}
	.guideInfo_inner {}
	.guideInfo_cols {
		display: block;
	}
	.guideInfo_col {
		width: auto;
	}
	.guideInfo_col-ttl {
		margin-bottom: 15px;
	}
	.guideInfo_title {
		line-height: 1.6;
	}
	.guideInfo_title::after {}
	.guideInfo_title_main {
		margin-right: 18px;
	}
	.guideInfo_col-txt {}
	.guideInfo_dList {}
	.guideInfo_dList > dt {}
	.guideInfo_dList > dd {}
	.guideInfo_dList > dd > a {}
	.guideInfo_dList > dd > a.-mail {}
	.guide_costList {
		display: block;
	}
	.guide_costList > li {
		width: auto;
		margin-left: 0;
	}
	.guide_costList > li:nth-child(2n+1) {}
	.guide_costList > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.guideCost {
		padding: 15px 20px;
	}
	.guideCost_course {
		font-size: 18px;
	}
	.guideCost_price {
		font-size: 21px;
	}
	.linkNav {
		margin-bottom: 45px;
	}
	.linkNav-tech {
		margin-top: 30px;
	}
	.linkNav_link {}
	.linkNav_link > a {
		padding-left: 30px;
	}
	.linkNav_link > a > .icon {}
	.linkNav_link_txt {}
	.guide_box {
		padding: 25px 20px;
	}
	.guide_box_inner {}
	.guide_text {}
	.areaGuideOuter {
		margin-bottom: 60px;
	}
	.areaGuideOuter:last-child {}
	.areaGuide_text {
		margin-bottom: 40px;
	}
	.areaGuide-bgGray {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.areaGuide_inner {}
	.guide_oList {}
	.guide_oList > li {}
	.guide_tblWrap {}
	.guide_reseTable {
		width: 600px;
		margin: 0 auto;
	}
	.guide_reseTable > thead {}
	.guide_reseTable > thead > tr {}
	.guide_reseTable > thead > tr > th {}
	.guide_reseTable > thead > tr > th:first-child {}
	.guide_reseTable > thead > tr > td {}
	.guide_reseTable > tbody {}
	.guide_reseTable > tbody > tr {}
	.guide_reseTable > tbody > tr > th {}
	.guide_reseTable > tbody > tr > td {}
	.guide_note {}
	.guide_sect {
		margin-bottom: 25px;
	}
	.guide_sect:last-child {}
	.guide_headline {
		font-size: 16px;
	}
	.guide_costCols {
		display: block;
		margin-bottom: 35px;
	}
	.guide_col {
		width: auto;
	}
	.guide_col-txt {}
	.guide_col-txtEntrust {}
	.guide_costTxt {
		font-size: 18px;
	}
	.guide_costTxt::before {
		height: 43px;
	}
	.guide_col-plus {
		margin: 10px auto;
	}
	.guide_costPlus {
		margin: 0 auto;
		width: 16px;
		height: 16px;
	}
	.guide_costPlus::before {}
	.guide_costPlus::after {}
	.anchorNav_message {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.ventureOuter {
		margin-bottom: 60px;
	}
	.ventureOuter:last-child {}
	.venture {}
	.venture_title {}
	.venture_title_sub {}
	.venture_title_main {}
	.sysFlow {}
	.sysFlow_mainTxt {
		font-size: 16px;
		line-height: inherit;
	}
	.sysFlow_text {}
	.sysFlow_box {
		margin-top: 40px;
		padding: 20px 15px 30px;
	}
	.sysFlow_title {}
	.sysFlow_sect {
		width: auto;
		margin-bottom: 14px;
	}
	.sysFlow_sect:last-child {
		margin-bottom: 0;
	}
	.sysFlow_cols {
		padding: 10px;
	}
	.sysFlow_col {}
	.sysFlow_col-ttl {
		height: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.sysFlow_col-ttl::after {}
	.sysFlow_headline {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 18px;
		text-align: center;
	}
	.sysFlow_message {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 18px;
		text-align: center;
		display: block;
		padding: 10px;
	}
	.sysFlow_message-start {}
	.sysFlow_message-end {}
	.sysFlow_message-comp {}
	.sysFlow_col-member {}
	.sysFlow_member {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 15px;
		text-align: center;
	}
	.sysFlow_box_inner {}
	.sysFlow_sectWrap {
		display: block;
	}
	.sysFlow_areaArrow {}
	.sysFlow_arrow {
		transform: rotate(90deg);
		margin: 0 auto;
		border-width: 14px;
	}
	.venRecruit {}
	.venRecruit_text {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.venRecruit_list {
		display: block;
	}
	.venRecruit_list > li {
		width: auto;
		margin-left: 0;
	}
	.venRecruit_list > li:nth-child(2n+1) {}
	.venRecruit_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.venRecruit_list > li > a {
		font-size: 17px;
	}
	.venRecruit_list > li > a > .icon {}
	.venRecruit_list_txt {}
	.venTopics {
		margin-bottom: 40px;
	}
	.venTopics:last-child {}
	.venTopics_title {}
	.venTableWrap {}
	.venTable {
		width: 640px;
		margin: 0 auto;
	}
	.venTable > thead {}
	.venTable > thead > tr {}
	.venTable > thead > tr > th {}
	.venTable > thead > tr > td {}
	.venTable > tbody {}
	.venTable > tbody > tr {}
	.venTable > tbody > tr > td {}
	.venTable_td_name {}
	.venTable_link {}
	.venTable_link > a {}
	.venTable_link > a > .icon {}
	.venCertif {
		margin-bottom: 40px;
	}
	.venCertif:last-child {}
	.venCertif_title {}
	.venAboutTblWrap {}
	.venAboutTbl {
		display: block;
		border: none;
	}
	.venAboutTbl > tbody {
		display: block;
	}
	.venAboutTbl > tbody > tr {
		display: block;
		border-top: none;
	}
	.venAboutTbl > tbody > tr > th {
		display: block;
		width: auto;
		padding: 10px 15px;
		text-align: left;
	}
	.venAboutTbl > tbody > tr > td {
		display: block;
		padding: 10px 15px;
		border: none;
	}
	.venCertif_list {}
	.venCertif_list > li {}
	.venCertif_dList {}
	.venCertif_dList > dt {
		margin-right: 20px;
	}
	.venCertif_dList > dd {}
	.venCertif_dList > dd > a {}
	.venture-bgGray {
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.venture_inner {}
	.venFacilites {}
	.venFacilites_list {
		display: block;
		margin-bottom: 47px;
		max-width: 370px;
	}
	.venFacilites_list > li {
		width: auto;
		margin-left: 0;
	}
	.venFacilites_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.venFacilites_list > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.venFacilites_title {
		margin-bottom: 8px;
	}
	.venFacilites_fig {}
	.venFacilites_fig > img {}
	.venFacilites_fig > figcaption {}
	.policy {}
	.policy_title {}
	.policy_title_sub {}
	.policy_title_main {}
	.policy_message {
		font-size: 14px;
		padding: 15px;
		margin-bottom: 40px;
	}
	.policy_sectWrap {}
	.policy_sect {
		margin-bottom: 45px;
	}
	.policy_sect:last-child {}
	.policy_headline {
		margin-bottom: 15px;
	}
	.policy_text {}
	.policy_list {
		text-indent: -1em;
		padding-left: 1em;
	}
	.policy_list > li {}
	.policy_subhead {
		font-size: 16px;
	}
	.topLink {
		margin-bottom: 80px;
	}
	.topLink::after {}
	.topLink_inner {}
	.topLink_title {
		margin-bottom: 30px;
	}
	.topLink_title_sub {
		font-size: 37px;
	}
	.topLink_title_main {}
	.topLink_list {
		flex-wrap: wrap;
		max-width: 288px;
		margin: 0 auto;
	}
	.topLink_list > li {
		width: 47%;
		margin-left: 6%;
	}
	.topLink_list > li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.topLink_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.topLink_list > li:nth-child(n+3) {
		margin-top: 8%;
	}
	.topLink_list > li > a {
		padding: 10px;
	}
	.topLink_list > li > a::before {
		height: 115px;
	}
	.topLink_list > li > a::after {}
	.topLink_item {
		padding-top: 15px;
		padding: 10px;
	}
	.topLink_icon {
		height: 30px;
	}
	.topLink_icon > img {}
	.topLink_text {
		margin-top: 12px;
		line-height: 1.3;
		font-size: 13px;
		min-height: 0;
	}
	.topLink_list_bg {}
	.topLink_list_bg::before {}
	.topLink_list_bg::after {}
	.topTopics {}
	.topTopics_inner {}
	.topTopics_cols {
		padding-bottom: 80px;
	}
	.topTopics_col {}
	.topTopics_col-no1 {
		margin-bottom: 32px;
	}
	.topTopics_title {
		margin-bottom: 25px;
	}
	.topTopics_title_sub {
		font-size: 37px;
	}
	.topTopics_title_main {}
	.topicCatList {
		padding-left: 0.5em;
	}
	.topicCatList > li {}
	.topicCatList_btn {
		padding: 10px 15px;
	}
	.topicCatList_btn::before {
		top: calc(0.9em + 11px);
		width: 7px;
		height: 7px;
	}
	.topicCatList_btn::after {}
	.topTopics_link {}
	.topTopics_link > a {
		padding: 10px 30px;
		padding-right: 50px;
	}
	.topTopics_link > a::before {
		height: 28px;
	}
	.topTopics_link > a::after {}
	.topTopics_link > a > .icon {
		width: 24px;
		height: 24px;
		font-size: 11px;
		right: 15px;
	}
	.topTopics_col-no2 {
		padding-top: 0;
	}
	.topTopics_panel {}
	.topTopics_panel.isShow {}
	.topicList {}
	.topicList > li {}
	.topicList > li > a {}
	.topicList > li > a::before {}
	.topicList > li > a::after {}
	.topicItem {
		padding: 15px 8px;
		padding-right: 60px;
	}
	.topicItem::before {
		display: none;
	}
	.topicItem > .icon {
		width: 32px;
		height: 32px;
		font-size: 12px;
		box-shadow: 0 0 16px rgba(201, 206, 243, 0.45);
		right: 10px;
	}
	.topicItem_update {
		font-size: 13px;
		margin-right: 12px;
	}
	.topicItem_update > time {}
	.topicItem_cat {}
	.topicItem_text {
		margin-top: 5px;
		line-height: 1.5;
	}
	.topicCatList_btn[aria-selected="true"] {}
	.topicCatList_btn[aria-selected="true"]::before {}
	.topLink_bg {
		padding-bottom: 50px;
	}
	.topLink_bg::after {
		left: 0;
		width: 100vw;
		height: 250px;
	}
	.topics {}
	.topics_cols {}
	.topics_col {}
	.topics_col-no1 {}
	.topics_title {}
	.topics_title_sub {}
	.topics_title_main {}
	.topics_col-no2 {}
	.visual {
		margin-bottom: 68px;
	}
	.visual_cols {}
	.visual_col {}
	.visual_col-no1 {}
	.visual_col-no1::before {
		min-height: 400px;
	}
	.visual_bg {
		height: 330px;
	}
	.visual_col-no2 {
		padding: 35px 25px 37px;
	}
	.visual_areaTtl {
		top: 225px;
		left: 23px;
	}
	.visual_title {
		font-size: 45px;
	}
	.visual_down {}
	.visual_areaTxt {}
	.visual_headline {
		text-align: left;
		font-size: 15px;
		line-height: 2;
		margin-bottom: 20px;
	}
	.visual_list {}
	.visual_list > li {
		margin-top: 10px;
	}
	.visual_list > li > a {
		padding: 12px 30px;
		padding-right: 55px;
	}
	.visual_list > li > a::before {
		display: none;
	}
	.visual_list > li > a > .icon {
		width: 27px;
		height: 27px;
		font-size: 11px;
		right: 15px;
	}
	.visual_image {
		width: 30px;
		margin-right: 27px;
	}
	.visual_image > img {}
	.visual_areaSubhead {}
	.visual_subhead {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.visual_text {
		font-size: 13px;
		line-height: 1.66;
	}
	.visual_down_circle {}
	.visual_down_circle > .icon {}
	.visual_down_text {}
	.visual_down_text > img {}
	.faq_text > a {}
	.faq_list {}
	.faq_list > li {}
	.entry {}
	.entry_areaTtl {
		padding: 25px 0 20px;
		margin-bottom: 32px;
	}
	.entry_areaTtl::before {}
	.entry_areaTtl_inner {}
	.entry_title {
		font-size: 18px;
		line-height: inherit;
	}
	.entry_catWrap {
		margin-top: 20px;
	}
	.entry_update {
		margin-right: 12px;
	}
	.entry_update > time {}
	.entry_cat {}
	.entry_cat > a {}
	.entry_body {}
	.entry_editor {}
	.entry_link {
		margin-top: 40px;
		max-width: none;
	}
	.entry_link > a {}
	.entry_link > a > .icon {}
	.form {}
	.form_link {}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_link > a > .icon {}
	.form_box {}
	.form_box_bg {}
	.form_box_inner {}
	.form_text {
		text-align: left;
	}
	[data-view="confirm"] .form_text {}
	[data-view="confirm"] .form_text-confirm {}
	.progress {
		margin-bottom: 70px;
	}
	.progress_item {}
	.progress_circle {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
	.progress_circle-no1 {}
	.progress_number {}
	.progress_text {
		font-size: 11px;
		margin-top: 6px;
	}
	.progress_bar {
		width: 40px;
	}
	.progress_bar-no1 {}
	.progress_circle-no2 {}
	.progress_bar-no2 {}
	.progress_circle-no3 {}
	.form_table {
		display: block;
		margin-top: 20px;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-top: 25px;
	}
	.form_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	[data-view="confirm"] .form_table > tbody > tr > td {
		padding-left: 1em;
	}
	.form_table_th {
		padding-right: 55px;
	}
	.form_table_th::before {
		display: none;
	}
	.form_table_td {}
	.form_table_th > b {
		font-size: 10px;
		width: 45px;
		height: 28px;
	}
	.form_btnList {
		display: block;
		margin-top: 35px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_btnList > li {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
		max-width: none;
	}
	.form_btnList > li:first-child {
		margin-top: 0;
	}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.telBox {}
	.telBox_dList {}
	.telBox_dList > dt {}
	.telBox_dList > dd {}
	.telBox_dList > dd > a {}
	.telBox_dList > dd > a::before {}
	.telBox_dList > dd > a::after {}
	.telBox_dList > dd > a > .icon {}
	.mwform-radio-field {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {}
	.mwform-radio-field > label > [type="radio"] {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {}
	.mw_wp_form form .mwform-radio-field + .mwform-radio-field {}
	.mwform-checkbox-field {}
	.mwform-checkbox-field > label {}
	.mwform-checkbox-field > label::before {}
	.mwform-checkbox-field > label > [type="checkbox"] {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {
		left: 9px;
	}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {}
	.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {}
	.form_selOuter {}
	.form_selWrap {}
	.form_selWrap::before {
		right: 15px;
	}
	[data-view="confirm"] .form_selWrap::before {}
	.form_selWrap > select {
		padding-left: 15px;
		padding-right: 40px;
	}
	.form_selWrap > select::-ms-expand {}
	.form_selOuter_suffix {}
	.form_btnList-confirm {}
	.form_note {
		font-size: 12px;
	}
	[data-view="confirm"] .form_note {}
	.form_note > a {}
	.form_note > a::before {}
	.form_note > a::after {}
	.form_text-confirm {}
	[data-view="confirm"] .form_link {}
	[data-view="confirm"] .progress_circle-no2 {}
	[data-view="confirm"] .progress_bar-no2 {}
	[data-view="complete"] .progress_circle-no2 {}
	[data-view="complete"] .progress_circle-no3 {}
	[data-view="complete"] .progress_bar-no2 {}
	[data-view="confirm"] .form_table_th::before {}
	[data-view="confirm"] .form_table_th > b {}
	[data-view="confirm"] .form_table_th {}
	[data-view="confirm"] .form_table {}
	[data-view="confirm"] .form_btnList-confirm {
		display: block;
	}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {
		max-width: 280px;
		margin-top: 25px;
	}
	.compSystem_note {}
	.compSystem_note-caution {}
	.faq_headline_num {}
}
@media screen and (max-width:374px) {
	.industry_list > li > a {
		padding: 10px 55px;
		padding-right: 65px;
	}
	.staff_title_main {
		font-size: 17px;
	}
	.staffItem_name_main {
		font-size: 17px;
	}
	.faq_headline > button {
		font-size: 14px;
		padding-right: 38px;
	}
	.comp_title {
		font-size: 11px;
		padding: 10px 4px;
		margin: 0 0 15px;
	}
	.comp_text {
		font-size: 14px;
	}
	.docu_list > li > a {
		padding-left: 10px;
		font-size: 13px;
	}
	.anchorNav_message {
		font-size: 15px;
	}
	.venRecruit_text {
		font-size: 15px;
	}
	.topLink_bg::after {
		left: -10px;
	}
	.visual_title {
		font-size: 42px;
	}
	.visual_areaTtl {
		top: 235px;
	}
	.visual_image {
		margin-right: 22px;
	}
}
