@charset "UTF-8";
@keyframes scroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	48% {
		transform: translateY(100%);
		opacity: 1;
	}
	49% {
		transform: translateY(100%);
		opacity: 0;
	}
	50% {
		transform: translateY(-100%);
		opacity: 0;
	}
	51% {
		transform: translateY(-100%);
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes scrollArrow {
	0% {
		transform: translateY(-50%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateY(50%);
		opacity: 0;
	}
}
.priv {
	font-size: 18px;
	line-height: 2;
}
.priv_message {
	margin-bottom: 62px;
}
.priv_cell {
	margin-bottom: 60px;
}
.priv_cell:last-child {
	margin-bottom: 0;
}
.priv_title {
	border-bottom: 1px solid var(--color-line);
	padding-bottom: 19px;
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.priv_title_number {
	margin-right: 8px;
	display: block;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.priv_text {}
.priv_list {}
.priv_list > li {}
.priv_info {
	font-size: 18px;
	line-height: 2;
}
.priv_info > a {
	text-decoration: none;
	color: inherit;
}
.priv_link {
	max-width: 156px;
	margin-top: 24px;
}
.priv_link > a {}
.faci {}
.faci_title {}
.faci_cell {
	margin-bottom: 70px;
}
.faci_cell:last-child {
	margin-bottom: 0;
}
.faci_headline {
	color: var(--color-white);
}
.faci_tblWrap {}
.faci_table {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
}
.faci_table > thead {}
.faci_table > thead > tr {}
.faci_table > thead > tr > th {
	font-weight: bold;
	background-color: #474747;
	padding: 19px 10px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #1D1D1F;
	width: 39%;
}
.faci_table > thead > tr > th:first-child {
	border-left: none;
}
.faci_table > thead > tr > th:last-child {
	border-right: none;
	width: auto;
}
.faci_table > thead > tr > td {}
.faci_table > tbody {}
.faci_table > tbody > tr {}
.faci_table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	padding: 19px 10px;
	border-left: 1px solid var(--color-line);
	border-bottom: 1px solid var(--color-line);
}
.faci_table > tbody > tr > td:first-child {
	border-left: none;
}
.tabNav {
	margin-bottom: 58px;
}
.tabNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}
.tabNav_list > li {}
.tabNav_list_btn {
	display: block;
	width: 100%;
	color: var(--color-accent-1);
	border: 1px solid var(--color-white);
	border-radius: 38px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 20px;
	min-height: 76px;
	box-sizing: border-box;
	height: 100%;
	transition-duration: .3s;
	transition-property: color, background-color;
	letter-spacing: 0.04em;
}
.tabNav_list_btn[aria-selected="true"] {
	background-color: var(--color-white);
	color: var(--color-text);
	font-weight: bold;
}
.flow {
	display: none;
}
.flow.isShow {
	display: block;
}
.flow_title {
	margin-bottom: 41px;
}
.flow_cell {
	margin-bottom: 48px;
}
.flow_cell:last-child {
	margin-bottom: 0;
}
.flow_number {
	font-family: var(--font-roboto);
}
.flow_cols {
	display: flex;
	justify-content: space-between;
}
.flow_col {
	width: 48.5%;
	max-width: 556px;
}
.flow_col-txt {}
.flow_headline {}
.flow_text {}
.flow_col-img {
	padding-top: 6px;
}
.flow_image {}
.flow_image > img {
	display: block;
}
.corp {
	margin-bottom: 119px;
}
.corp:last-child {
	margin-bottom: 0;
}
.corp_contents {}
.corp_title {
	margin-bottom: 38px;
}
.corp_msgCols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.corp_msgCol {}
.corp_msgCol-txt {
	width: 66%;
	max-width: 752px;
}
.corp_headline {
	margin-bottom: 30px;
}
.corp_text {
	margin-bottom: 16px;
}
.corp_text:last-child {
	margin-bottom: 0;
}
.corp_msgCol-img {
	width: 28%;
	max-width: 320px;
	padding-top: 10px;
}
.corp_image {}
.corp_image > img {
	display: block;
}
.corp_cell {
	margin-bottom: 60px;
}
.corp_cell:last-child {
	margin-bottom: 0;
}
.corp_oList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
.corp_oList > li {}
.corpItem {
	background-color: var(--color-botton);
	height: 100%;
	padding: 40px 25px;
	box-sizing: border-box;
	min-height: 200px;
}
.corpItem-center {
	text-align: center;
}
.corpItem_inner {
	max-width: 468px;
	margin: 0 auto;
}
.corpItem_number {
	font-size: 36px;
	line-height: 1.4;
	font-family: var(--font-roboto);
	color: rgba(136, 136, 136, 0.60);
}
.corpItem_text {
	font-size: 18px;
	line-height: 2;
}
.corp_tblWrap {}
.corp_table {}
.corp_table > tbody {}
.corp_table > tbody > tr {}
.corp_table > tbody > tr > th {}
.corp_table-his > tbody > tr > th {
	width: 198px;
}
.corp_table > tbody > tr > td {}
.corp_table-his > tbody > tr > td {}
.corp_tblCols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	column-gap: 20px;
}
.corp_tblCol {}
.corp_tblCol-txt {
	width: 60%;
}
.corp_tblTxt {}
.corp_tblTxt > a {
	text-decoration: none;
	color: inherit;
}
.corp_link {
	max-width: 152px;
	margin-top: 20px;
}
.corp_tblCol-img {
	width: 37%;
	max-width: 344px;
}
.corp_tblImage {}
.corp_tblImage > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.corp_th_data {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	max-width: 160px;
}
.corp_th_data_year {}
.corp_th_data_month {}
.bizTech {
	margin-bottom: 120px;
}
.bizTech_contents {}
.bizTech_contents_inner {}
.bizTech_title {
	margin-bottom: 42px;
}
.bizTech_headline {
	margin-bottom: 27px;
}
.bizTech_text {
	margin-bottom: 40px;
}
.bizTech_text:last-child {
	margin-bottom: 0;
}
.bizTech_cell {
	background-color: var(--color-botton);
	padding: 50px 25px;
}
.bizTech_cols {
	display: flex;
	max-width: 1056px;
	margin: 0 auto;
	justify-content: space-between;
}
.bizTech_col {
	width: 48.5%;
	max-width: 504px;
}
.bizTech_col-txt {}
.bizTech_subhead {}
.bizTech_col-img {}
.bizTech_image {}
.bizTech_image > img {
	display: block;
}
.biz {
	margin-bottom: 120px;
}
.biz_contents {}
.bizVis {
	height: 450px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 50px;
}
.bizVis_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bizVis_bg > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bizVis_areaTxt {
	position: relative;
	z-index: 2;
}
.bizVis_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.bizVis_title_main {
	display: block;
	letter-spacing: 0.04em;
}
.bizVis_title_en {
	display: block;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-roboto);
	color: var(--color-sub-text);
	margin-top: 8px;
}
.biz_contents_inner {}
.biz_cell {
	margin-bottom: 120px;
}
.biz_cell:last-child {
	margin-bottom: 0;
}
.biz_title {
	border-bottom: 1px solid var(--color-accent-1);
	padding-bottom: 28px;
	margin-bottom: 24px;
}
.biz_text {
	font-size: 18px;
	line-height: 2;
}
.biz_tblWrap {
	margin-top: 56px;
	margin-bottom: 55px;
}
.biz_table {}
.biz_table > tbody {}
.biz_table > tbody > tr {}
.biz_table > tbody > tr > th {
	width: 110px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.biz_table > tbody > tr > td {
	padding-top: 22px;
	padding-bottom: 22px;
}
.biz_ex {}
.biz_headline {
	margin-bottom: 33px;
	font-weight: normal;
}
.biz_figList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 32px;
}
.biz_figList > li {}
.biz_fig {}
.biz_fig > img {
	display: block;
}
.biz_fig > figcaption {
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
	color: var(--color-white);
}
.bizFlow {}
.bizFlow_contents {}
.bizFlow_contents_inner {}
.bizFlow_title {
	margin-bottom: 26px;
}
.bizFlow_cells {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}
.bizFlow_cell {
	width: 49%;
	max-width: 556px;
	background-color: var(--color-botton);
}
.bizFlow_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	min-height: 248px;
	height: 100%;
}
.bizFlow_col {}
.bizFlow_col-img {
	width: 212px;
}
.bizFlow_image {
	position: relative;
	height: 100%;
}
.bizFlow_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bizFlow_col-txt {
	width: calc(100% - 230px);
	box-sizing: border-box;
	padding: 38px 15px 20px;
	padding-right: 0;
}
.bizFlow_areaTxt {
	max-width: 283px;
	margin: 0 auto;
}
.bizFlow_headline {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	position: relative;
	padding-left: 32px;
}
.bizFlow_headline_number {
	font-size: 36px;
	font-weight: normal;
	color: rgba(136, 136, 136, 0.60);
	font-family: var(--font-roboto);
	line-height: 1;
	position: absolute;
	top: 18px;
	left: 0;
	transform: translateY(-50%);
}
.bizFlow_text {
	font-size: 15px;
	line-height: 1.8;
}
.telInfo {
	background-color: var(--color-botton);
	padding: 41px 20px;
}
.telInfo_inner {
	max-width: 1056px;
	margin: 0 auto;
}
.telInfo_message {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	color: var(--color-sub-text);
	margin-bottom: 10px;
}
.telInfo_text {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.telInfo_tel {
	text-align: center;
	font-family: var(--font-roboto);
	font-size: 32px;
	line-height: 1.2;
	color: var(--color-white);
}
.telInfo_tel > a {
	text-decoration: none;
	color: inherit;
	font-size: 150%;
}
.telInfo_open {
	text-align: center;
	line-height: 1.8;
}
.form {
	margin-top: 120px;
}
.form_title {
	margin-bottom: 41px;
}
.form_text {
	margin-bottom: 26px;
}
.form_text_point {
	font-weight: bold;
}
.form_listBox {
	border: 1px solid var(--color-line);
	padding: 20px 30px;
	margin-bottom: 32px;
}
.form_cauList {
	list-style: none;
}
.form_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.thanks {}
.thanks_title {
	margin-bottom: 20px;
}
.thanks_text {
	margin-bottom: 24px;
}
.thanks_link {
	margin-top: 35px;
}
.thanks_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	column-gap: 10px;
}
.thanks_link_icn {}
.thanks_link_txt {
	text-decoration: underline;
	display: block;
}
.topBiz {
	margin-bottom: 116px;
}
.topBiz_inner {
	max-width: 1700px;
}
.topBiz_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1260px;
	margin: 0 auto 76px;
}
.topBiz_col {}
.topBiz_col-ttl {
	width: calc(100% - 286px);
}
.topBiz_title {
	margin-bottom: 0;
}
.topBiz_col-link {
	width: 256px;
}
.topBiz_link {}
.topBiz_link > a {}
.topBiz_link_icon {}
.topBiz_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 22px;
}
.topBizItem {}
.topBizItem > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}
.topBizItem_areaImg {
	overflow: hidden;
}
.topBizItem_image {
	position: relative;
	transition-duration: .5s;
	transition-property: transform;
	padding-bottom: 79.17%;
}
.topBizItem_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topBizItem_areaTxt {
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 50px;
}
.topBizItem_headline {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: var(--color-accent-2);
	margin-bottom: 16px;
}
.topBizItem_text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: var(--color-sub-text);
	min-height: 66px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.topBizItem_link {
	max-width: 114px;
	margin: 28px auto 0;
}
.topBizItem_link > a {}
.topBizItem_link_icon {
	width: 114px;
	height: 48px;
	border-radius: 57px;
	font-size: 14px;
}
.topBizItem_link_icon > .icon {
	transition-duration: .5s;
	transition-property: transform;
}
.topAbout {
	margin-bottom: 120px;
}
.topAbout:last-child {
	margin-bottom: 0;
}
.topAbout_inner {}
.topAbout_title {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-roboto);
	line-height: 1.4;
	margin-bottom: 5px;
	color: var(--color-sub-text);
	letter-spacing: -0.01em;
}
.topAbout_text {
	color: var(--color-white);
	margin-bottom: 50px;
}
.topAbout_cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
}
.topAbout_col {}
.topAbout_col-flow {}
.topAbout_item {}
.topAbout_item > a {
	text-decoration: none;
	color: inherit;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.topAbout_bg {
	position: relative;
	z-index: 0;
	padding-bottom: 30.32%;
	overflow: hidden;
}
.topAbout_bg > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .5s;
	transition-property: transform;
}
.topAbout_areaTxt {
	position: absolute;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	padding: 20px 36px;
	box-sizing: border-box;
}
.topAbout_headline {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	color: var(--color-white);
	width: calc(100% - 90px);
}
.topAbout_icon {
	width: 70px;
	height: 32px;
}
.topAbout_icon > .icon {
	transition-duration: .5s;
	transition-property: transform;
}
.topAbout_col-faci {}
.topCorp {
	min-height: 968px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 110px;
}
.topCorp_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.topCorp_bg > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topCorp_inner {
	width: 100%;
}
.topCorp_areaTxt {
	position: relative;
	z-index: 1;
}
.topCorp_title {}
.topCorp_link {
	max-width: 256px;
}
.topCorp_link > a {
	text-decoration: none;
	color: inherit;
}
.topStrengths {}
.topStrengths_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}
.topStrengths_cell {
	background-color: var(--color-text);
	padding: 33px 20px;
}
.topStrengths_cell_inner {
	max-width: 342px;
	margin: 0 auto;
}
.topStrengths_number {
	color: var(--color-accent-1);
	font-size: 24px;
	font-weight: normal;
	font-family: var(--font-roboto);
	line-height: 1.5;
	margin-bottom: 3px;
}
.topStrengths_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: var(--color-white);
	margin-bottom: 8px;
}
.topStrengths_text {
	color: var(--color-sub-text);
	line-height: 1.8;
}
.error {}
.error_title {}
.error_text {}
.error_link {
	max-width: 468px;
	margin: 50px auto 0;
}
.form_table {
	width: 100%;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: top;
	width: 340px;
	box-sizing: border-box;
}
.form_table > tbody > tr > td {
	padding: 18px 0;
}
.form_label {
	display: flex;
	align-items: center;
	column-gap: 12px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	padding: 16px 0;
}
.form_required {
	display: flex;
	width: 49px;
	height: 25px;
	border: 1px solid var(--color-base-text);
	color: var(--color-text);
	background-color: var(--color-base-text);
	align-items: center;
	line-height: 1;
	justify-content: center;
	border-radius: 40px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	box-sizing: border-box;
}
.form_required-optional {
	background-color: rgba(255, 255, 255, 0);
	color: var(--color-base-text);
}
.form_agree {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 58px;
	margin-bottom: 46px;
}
.form_btn {
	max-width: 289px;
	font-size: 22px;
	min-height: 72px;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-list-item {
	display: block;
	font-size: 18px;
}
.wpcf7-list-item > label {
	display: block;
	margin: 0;
	padding: 6px 0;
	position: relative;
}
.wpcf7-list-item > label > [type="radio"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.wpcf7-list-item-label {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	line-height: 24px;
	padding-left: 35px;
}
[type="radio"] + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid var(--color-form-bg);
	border-radius: 50px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
	position: absolute;
	top: 12px;
	transform: translateY(-50%);
	left: 0;
}
[type="radio"] + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 12px;
	transform: translateY(-50%);
	left: 5px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: var(--color-accent-2);
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
[type="radio"]:checked + .wpcf7-list-item-label::before {}
[type="radio"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-list-item > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
	position: absolute;
	top: 12px;
	transform: translateY(-50%);
	left: 0;
	background-color: var(--color-placeholder-text);
	border-radius: 4px;
}
[type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url(/assets/img/common/icn-check.svg);
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 12px;
	left: 3px;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control {
	display: block;
}
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	column-gap: 68px;
}
.wpcf7-not-valid-tip {
	color: var(--color-white);
	font-weight: normal;
	display: block;
	vertical-align: baseline;
	margin-top: 3px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	color: var(--color-white);
	background-color: var(--color-botton);
	padding: 20px 20px;
	margin-top: 35px;
	display: none;
}
[data-status="spam"] .wpcf7-response-output,
[data-status="invalid"] .wpcf7-response-output {
	background-color: var(--color-botton);
	display: block;
}
[data-status="sent"] .wpcf7-response-output {
	display: block;
}
.form_agree a {
	margin-right: 7px;
}
.form_agree a > .icon-blank {
	margin-left: 7px;
	line-height: inherit;
	font-size: 14px;
}
.mainVis {
	margin-bottom: 100px;
	height: 100vh;
	position: relative;
}
.mainVis_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainVis_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVis_areaTxt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	margin-top: 40px;
}
.mainVis_title {
	font-family: var(--font-roboto);
	font-weight: 600;
	font-size: 150px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.01em;
	text-shadow: 2px 2px 8px rgba(26, 26, 26, 0.3);
}
.mainVis_text {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-top: 39px;
}
.mainVis_scroll {
	position: absolute;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	bottom: 61px;
}
.mainVis_scroll_item {
	width: 42px;
}
.mainVis_scroll_inner {
	position: relative;
	padding-bottom: 52.39%;
}
.mainVis_scroll_svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
	animation-name: scroll;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-name: scrollArrow;
}
.flow_boxTxt {
	border: 1px solid var(--color-accent-1);
	padding: 3px 15px;
	margin-bottom: 16px;
}
.flow_dList {
	margin-bottom: 25px;
}
.flow_dList:last-child {
	margin-bottom: 0;
}
.flow_dList > dt {}
.flow_dList > dd {}
.corp_policy {
	background-color: var(--color-botton);
	padding: 38px 20px;
}
.corp_policy_inner {
	max-width: 590px;
	margin: 0 auto;
}
.corp_policyTxt {
	font-size: 18px;
	font-weight: normal;
	line-height: 2.8;
}
@media screen and (max-width:1399px) {
	.mainVis_title {
		font-size: 10.721vw;
	}
	.mainVis_text {
		font-size: 16px;
	}
}
@media screen and (max-width:1299px) {
	.topBizItem_image {
		padding-bottom: 318px;
	}
	.topBizItem_headline {
		font-size: 36px;
	}
}
@media screen and (max-width:1199px) {
	.bizFlow_headline {
		font-size: 19px;
	}
	.topBiz_title {}
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .topAbout_bg > img {
		transform: scale(1.1);
	}
	.form_btn:hover {}
	.topCorp_link > a:hover {}
	.topBiz_link > a:hover {}
	.topBizItem > a:hover {}
	a:hover .topBizItem_image {
		transform: scale(1.1);
	}
	.topBizItem_link > a:hover {}
	a:hover .topBizItem_link_icon > .icon {
		transform: translateX(12px);
	}
	.topAbout_item > a:hover {}
	a:hover .topAbout_icon > .icon {
		transform: translateX(10px);
	}
	.thanks_link > a:hover {}
	a:hover .thanks_link_txt {
		text-decoration: none;
	}
	a:hover .thanks_link_icn {
		transform: translateX(-7px);
	}
	.telInfo_tel > a:hover {}
	.corp_tblTxt > a:hover {}
	.tabNav_list_btn:hover {
		background-color: var(--color-white);
		color: var(--color-text);
	}
	.priv_info > a:hover {}
	.priv_link > a:hover {}
}
@media screen and (max-width:999px) {
	.priv {}
	.priv_message {}
	.priv_cell {}
	.priv_cell:last-child {}
	.priv_title {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.priv_title_number {}
	.priv_text {}
	.priv_list {}
	.priv_list > li {}
	.priv_info {}
	.priv_info > a {}
	.priv_link {}
	.priv_link > a {}
	.faci {}
	.faci_title {}
	.faci_cell {}
	.faci_cell:last-child {}
	.faci_headline {
		font-size: 23px;
	}
	.faci_tblWrap {}
	.faci_table {
		font-size: 16px;
	}
	.faci_table > thead {}
	.faci_table > thead > tr {}
	.faci_table > thead > tr > th {}
	.faci_table > thead > tr > th:first-child {}
	.faci_table > thead > tr > th:last-child {}
	.faci_table > thead > tr > td {}
	.faci_table > tbody {}
	.faci_table > tbody > tr {}
	.faci_table > tbody > tr > td {}
	.faci_table > tbody > tr > td:first-child {}
	.tabNav {}
	.tabNav_list {}
	.tabNav_list > li {}
	.tabNav_list_btn {
		font-size: 16px;
	}
	.tabNav_list_btn[aria-selected="true"] {}
	.flow {}
	.flow_title {
		margin-bottom: 30px;
	}
	.flow_cell {}
	.flow_cell:last-child {}
	.flow_number {}
	.flow_cols {}
	.flow_col {}
	.flow_col-txt {}
	.flow_headline {
		font-size: 26px;
	}
	.flow_text {}
	.flow_col-img {}
	.flow_image {}
	.flow_image > img {}
	.corp {
		margin-bottom: 80px;
	}
	.corp_contents {}
	.corp_title {}
	.corp_msgCols {
		display: block;
	}
	.corp_msgCol {
		width: auto;
	}
	.corp_msgCol-txt {
		max-width: none;
	}
	.corp_headline {}
	.corp_text {}
	.corp_text:last-child {}
	.corp_msgCol-img {
		margin-top: 25px;
		padding-top: 0;
	}
	.corp_image {}
	.corp_image > img {}
	.corp_cell {
		margin-bottom: 45px;
	}
	.corp_cell:last-child {}
	.corp_oList {
		column-gap: 16px;
		row-gap: 16px;
	}
	.corp_oList > li {}
	.corpItem {
		padding: 25px;
		min-height: 170px;
	}
	.corpItem-center {}
	.corpItem_inner {}
	.corpItem_number {}
	.corpItem_text {
		font-size: 16px;
	}
	.corp_tblWrap {}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr > th {}
	.corp_table-his > tbody > tr > th {
		width: 160px;
	}
	.corp_table > tbody > tr > td {}
	.corp_table-his > tbody > tr > td {}
	.corp_tblCols {}
	.corp_tblCol {}
	.corp_tblCol-txt {
		width: 54%;
	}
	.corp_tblTxt {}
	.corp_tblTxt > a {}
	.corp_link {}
	.corp_tblCol-img {
		width: 43%;
	}
	.corp_tblImage {}
	.corp_tblImage > img {}
	.corp_th_data {
		max-width: 140px;
	}
	.corp_th_data_year {}
	.corp_th_data_month {}
	.bizTech {
		margin-bottom: 80px;
	}
	.bizTech_contents {}
	.bizTech_contents_inner {}
	.bizTech_title {}
	.bizTech_headline {}
	.bizTech_text {}
	.bizTech_text:last-child {}
	.bizTech_cell {
		padding: 30px 20px;
	}
	.bizTech_cols {}
	.bizTech_col {}
	.bizTech_col-txt {}
	.bizTech_subhead {}
	.bizTech_col-img {}
	.bizTech_image {}
	.bizTech_image > img {}
	.biz {
		margin-bottom: 90px;
	}
	.biz_contents {}
	.bizVis {
		height: 315px;
	}
	.bizVis_bg {}
	.bizVis_bg > img {}
	.bizVis_areaTxt {}
	.bizVis_title {
		font-size: 32px;
	}
	.bizVis_title_main {}
	.bizVis_title_en {}
	.biz_contents_inner {}
	.biz_cell {
		margin-bottom: 80px;
	}
	.biz_cell:last-child {}
	.biz_title {
		padding-bottom: 20px;
	}
	.biz_text {}
	.biz_tblWrap {}
	.biz_table {}
	.biz_table > tbody {}
	.biz_table > tbody > tr {}
	.biz_table > tbody > tr > th {}
	.biz_table > tbody > tr > td {}
	.biz_ex {}
	.biz_headline {}
	.biz_figList {}
	.biz_figList > li {}
	.biz_fig {}
	.biz_fig > img {}
	.biz_fig > figcaption {}
	.bizFlow {}
	.bizFlow_contents {}
	.bizFlow_contents_inner {}
	.bizFlow_title {}
	.bizFlow_cells {
		max-width: 610px;
		margin: 0 auto;
	}
	.bizFlow_cell {
		width: 48%;
	}
	.bizFlow_cols {
		display: block;
	}
	.bizFlow_col {
		width: auto;
		max-width: none;
	}
	.bizFlow_col-img {}
	.bizFlow_image {
		height: 240px;
	}
	.bizFlow_image > img {}
	.bizFlow_col-txt {
		padding: 20px;
	}
	.bizFlow_areaTxt {}
	.bizFlow_headline {
		line-height: 32px;
	}
	.bizFlow_headline_number {
		font-size: 32px;
	}
	.bizFlow_text {}
	.telInfo {
		padding: 30px 20px;
	}
	.telInfo_inner {}
	.telInfo_message {}
	.telInfo_text {}
	.telInfo_tel {}
	.telInfo_tel > a {}
	.telInfo_open {}
	.form {
		margin-top: 80px;
	}
	.form_title {}
	.form_text {}
	.form_text_point {}
	.form_listBox {
		padding: 20px;
	}
	.form_cauList {}
	.form_cauList > li {}
	.thanks {}
	.thanks_title {}
	.thanks_text {}
	.thanks_link {}
	.thanks_link > a {}
	.thanks_link_txt {}
	.thanks_link_icn {}
	.topBiz {
		margin-bottom: 90px;
	}
	.topBiz_inner {}
	.topBiz_cols {}
	.topBiz_col {}
	.topBiz_col-ttl {}
	.topBiz_title {}
	.topBiz_col-link {
		max-width: 240px;
		margin-left: auto;
		margin-top: 20px;
	}
	.topBiz_link {}
	.topBiz_link > a {}
	.topBiz_link_icon {}
	.topBiz_cells {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	.topBizItem {}
	.topBizItem:nth-child(n + 2) {
		margin-top: 4px;
	}
	.topBizItem > a {}
	.topBizItem_areaImg {}
	.topBizItem_image {
		padding-bottom: 300px;
	}
	.topBizItem_image > img {}
	.topBizItem_areaTxt {
		padding-bottom: 40px;
	}
	.topBizItem_headline {
		font-size: 34px;
	}
	.topBizItem_text {}
	.topBizItem_link {}
	.topBizItem_link > a {}
	.topBizItem_link_icon {}
	.topBizItem_link_icon > .icon {}
	.topAbout {
		margin-bottom: 90px;
	}
	.topAbout:last-child {}
	.topAbout_inner {}
	.topAbout_title {
		font-size: 24px;
	}
	.topAbout_text {
		margin-bottom: 30px;
	}
	.topAbout_cols {
		column-gap: 10px;
	}
	.topAbout_col {}
	.topAbout_col-flow {}
	.topAbout_item {}
	.topAbout_item > a {}
	.topAbout_bg {
		padding-bottom: 125px;
	}
	.topAbout_bg > img {}
	.topAbout_areaTxt {
		padding: 20px;
	}
	.topAbout_headline {
		font-size: 24px;
	}
	.topAbout_icon {}
	.topAbout_icon > .icon {}
	.topAbout_col-faci {}
	.topCorp {
		min-height: 678px;
		margin-bottom: 90px;
	}
	.topCorp_bg {}
	.topCorp_bg > img {}
	.topCorp_inner {}
	.topCorp_areaTxt {}
	.topCorp_title {}
	.topCorp_link {}
	.topCorp_link > a {}
	.topStrengths {}
	.topStrengths_cells {
		column-gap: 10px;
	}
	.topStrengths_cell {
		padding: 24px 20px;
	}
	.topStrengths_cell_inner {}
	.topStrengths_number {}
	.topStrengths_title {}
	.topStrengths_text {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr > th {
		width: 260px;
	}
	pa {}
	.form_label {
		font-size: 16px;
	}
	.form_required {}
	.form_required-optional {}
	.form_agree {}
	.form_btn {}
	.wpcf7-list-item {
		font-size: inherit;
	}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="radio"] {}
	.wpcf7-list-item-label {}
	[type="radio"] + .wpcf7-list-item-label::before {}
	[type="radio"] + .wpcf7-list-item-label::after {}
	[type="radio"]:checked + .wpcf7-list-item-label::before {}
	[type="radio"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	.wpcf7-radio {
		column-gap: 25px;
	}
	.wpcf7-not-valid-tip {}
	.screen-reader-response {}
	.wpcf7-response-output {}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_agree a {}
	.form_agree a > .icon-blank {}
	.mainVis {
		margin-bottom: 80px;
	}
	.mainVis_bg {}
	.mainVis_bg > img {}
	.mainVis_areaTxt {}
	.mainVis_title {
		font-size: 86px;
	}
	.mainVis_text {
		font-size: 15px;
		margin-top: 25px;
	}
	.mainVis_scroll {
		bottom: 40px;
	}
	.mainVis_scroll_item {
		width: 38px;
	}
	.mainVis_scroll_inner {}
	.mainVis_scroll_svg {}
	.flow_boxTxt {}
	.flow_dList {
		margin-bottom: 20px;
	}
	.flow_dList:last-child {}
	.flow_dList > dt {}
	.flow_dList > dd {}
	.corp_policy {}
	.corp_policy_inner {}
	.corp_policyTxt {
		text-align: center;
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	.priv {
		font-size: inherit;
		line-height: inherit;
	}
	.priv_message {
		margin-bottom: 28px;
	}
	.priv_cell {
		margin-bottom: 30px;
	}
	.priv_cell:last-child {}
	.priv_title {
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 25px;
	}
	.priv_title-spLarge {
		font-size: 24px;
		padding-left: 30px;
	}
	.priv_title_number {
		margin-right: 7px;
	}
	.priv_text {}
	.priv_list {}
	.priv_list > li {}
	.priv_info {}
	.priv_info > a {}
	.priv_link {}
	.priv_link > a {}
	.faci {}
	.faci_title {}
	.faci_cell {
		margin-bottom: 57px;
	}
	.faci_cell:last-child {}
	.faci_headline {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
	}
	.faci_tblWrap {}
	.faci_table {
		font-size: 15px;
		line-height: 1.4;
	}
	.faci_table > thead {}
	.faci_table > thead > tr {}
	.faci_table > thead > tr > th {
		padding: 13px 6px;
	}
	.faci_table > thead > tr > th:first-child {}
	.faci_table > thead > tr > th:last-child {}
	.faci_table > thead > tr > td {}
	.faci_table > tbody {}
	.faci_table > tbody > tr {}
	.faci_table > tbody > tr > td {
		padding: 12px 6px;
	}
	.faci_table > tbody > tr > td:first-child {}
	.tabNav {
		margin-bottom: 30px;
	}
	.tabNav_list {
		column-gap: 4px;
		row-gap: 6px;
	}
	.tabNav_list > li {}
	.tabNav_list_btn {
		font-size: 14px;
		line-height: 1.2;
		padding: 5px 8px;
		border-radius: 8px;
		min-height: 67px;
	}
	.tabNav_list_btn[aria-selected="true"] {}
	.flow {}
	.flow_title {
		margin-bottom: 21px;
	}
	.flow_cell {}
	.flow_cell:last-child {}
	.flow_number {}
	.flow_cols {
		display: block;
	}
	.flow_col {
		width: auto;
	}
	.flow_col-txt {
		margin-bottom: 16px;
		max-width: none;
	}
	.flow_headline {
		font-size: 24px;
		margin-bottom: 3px;
	}
	.flow_text {}
	.flow_col-img {
		padding-top: 0;
		margin: 0 auto;
	}
	.flow_image {}
	.flow_image > img {}
	.corp {
		margin-bottom: 60px;
	}
	.corp_contents {}
	.corp_title {
		margin-bottom: 26px;
	}
	.corp_msgCols {}
	.corp_msgCol {}
	.corp_msgCol-txt {}
	.corp_headline {
		margin-bottom: 25px;
	}
	.corp_text {}
	.corp_text:last-child {}
	.corp_msgCol-img {
		margin-left: auto;
		margin-right: auto;
	}
	.corp_image {}
	.corp_image > img {}
	.corp_cell {}
	.corp_cell:last-child {}
	.corp_oList {
		display: block;
	}
	.corp_oList > li {}
	.corp_oList > li:nth-child(n + 2) {
		margin-top: 24px;
	}
	.corpItem {
		padding: 22px 25px;
		min-height: 0;
	}
	.corpItem-center {}
	.corpItem_inner {
		max-width: none;
	}
	.corpItem_number {
		font-size: 28px;
	}
	.corpItem_text {}
	.corp_tblWrap {}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr > th {}
	.corp_table-his > tbody > tr > th {
		width: auto;
	}
	.corp_table > tbody > tr > td {}
	.corp_table-his > tbody > tr > td {}
	.corp_tblCols {
		display: block;
	}
	.corp_tblCol {
		width: auto;
	}
	.corp_tblCol-txt {}
	.corp_tblTxt {}
	.corp_tblTxt > a {}
	.corp_link {
		margin-top: 6px;
	}
	.corp_tblCol-img {
		margin: 14px auto 0;
	}
	.corp_tblImage {}
	.corp_tblImage > img {}
	.corp_th_data {
		max-width: 110px;
	}
	.corp_th_data_year {}
	.corp_th_data_month {}
	.bizTech {
		margin-bottom: 60px;
	}
	.bizTech_contents {}
	.bizTech_contents_inner {}
	.bizTech_title {
		margin-bottom: 23px;
	}
	.bizTech_headline {
		margin-bottom: 15px;
	}
	.bizTech_text {
		margin-bottom: 25px;
	}
	.bizTech_text:last-child {}
	.bizTech_cell {
		padding: 20px 24px 24px;
	}
	.bizTech_cols {
		display: block;
		max-width: none;
	}
	.bizTech_col {
		width: auto;
	}
	.bizTech_col-txt {
		max-width: none;
		margin-bottom: 18px;
	}
	.bizTech_subhead {
		margin-bottom: 7px;
	}
	.bizTech_col-img {}
	.bizTech_image {}
	.bizTech_image > img {}
	.biz {
		margin-bottom: 60px;
	}
	.biz_contents {}
	.bizVis {
		height: 140px;
		margin-bottom: 36px;
	}
	.bizVis_bg {}
	.bizVis_bg > img {}
	.bizVis_areaTxt {}
	.bizVis_title {
		font-size: 24px;
	}
	.bizVis_title_main {}
	.bizVis_title_en {
		font-size: 14px;
		margin-top: 3px;
	}
	.biz_contents_inner {}
	.biz_cell {}
	.biz_cell:last-child {}
	.biz_title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.biz_text {
		font-size: inherit;
		line-height: inherit;
	}
	.biz_tblWrap {
		margin-top: 39px;
		margin-bottom: 39px;
	}
	.biz_table {}
	.biz_table > tbody {}
	.biz_table > tbody > tr {
		padding: 15px 0;
	}
	.biz_table > tbody > tr > th {
		width: auto;
		padding: 0;
		border-bottom: none;
		margin-bottom: 5px;
	}
	.biz_table > tbody > tr > td {
		padding: 0;
	}
	.biz_ex {}
	.biz_headline {}
	.biz_figList {
		display: block;
		max-width: 264px;
		margin: 0 auto;
	}
	.biz_figList > li {}
	.biz_figList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.biz_fig {}
	.biz_fig > img {}
	.biz_fig > figcaption {}
	.bizFlow {}
	.bizFlow_contents {}
	.bizFlow_contents_inner {}
	.bizFlow_title {
		margin-bottom: 18px;
	}
	.bizFlow_cells {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 16px;
	}
	.bizFlow_cell {
		width: 100%;
	}
	.bizFlow_cols {}
	.bizFlow_col {}
	.bizFlow_col-img {}
	.bizFlow_image {
		height: 151px;
	}
	.bizFlow_image > img {}
	.bizFlow_col-txt {
		padding: 20px 15px 18px;
	}
	.bizFlow_areaTxt {}
	.bizFlow_headline {
		font-size: 18px;
		line-height: 1.4;
		padding-left: 0;
	}
	.bizFlow_headline_number {
		font-size: 20px;
		position: static;
		display: block;
		transform: none;
		margin-bottom: 5px;
	}
	.bizFlow_text {
		line-height: 1.6;
	}
	.telInfo {
		padding: 20px 20px;
	}
	.telInfo_inner {}
	.telInfo_message {
		font-size: 16px;
		line-height: inherit;
		margin-bottom: 7px;
	}
	.telInfo_text {
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 22px;
	}
	.telInfo_tel {
		font-size: 20px;
	}
	.telInfo_tel > a {
		font-size: 32px;
	}
	.telInfo_open {
		font-size: 14px;
		margin-top: 2px;
	}
	.form {
		margin-top: 28px;
	}
	.form_title {
		margin-bottom: 27px;
	}
	.form_text {
		margin-bottom: 22px;
	}
	.form_text_point {}
	.form_listBox {
		padding: 19px 19px;
		margin-bottom: 28px;
	}
	.form_cauList {
		font-size: 15px;
		line-height: 1.6;
	}
	.form_cauList > li {}
	.thanks {}
	.thanks_title {
		margin-bottom: 25px;
	}
	.thanks_text {}
	.thanks_link {
		margin-top: 37px;
	}
	.thanks_link > a {
		font-size: 16px;
	}
	.thanks_link_txt {}
	.thanks_link_icn {}
	.topBiz {
		margin-bottom: 56px;
	}
	.topBiz_inner {}
	.topBiz_cols {
		display: block;
		margin-bottom: 60px;
	}
	.topBiz_col {
		width: auto;
	}
	.topBiz_col-ttl {}
	.topBiz_title {}
	.topBiz_col-link {}
	.topBiz_link {}
	.topBiz_link > a {}
	.topBiz_link_icon {}
	.topBiz_cells {}
	.topBizItem {}
	.topBizItem > a {}
	.topBizItem_areaImg {}
	.topBizItem_image {}
	.topBizItem_image > img {}
	.topBizItem_areaTxt {}
	.topBizItem_headline {
		font-size: 28px;
	}
	.topBizItem_text {
		font-size: 16px;
	}
	.topBizItem_link {}
	.topBizItem_link > a {}
	.topBizItem_link_icon {}
	.topBizItem_link_icon > .icon {}
	.topAbout {
		margin-bottom: 60px;
	}
	.topAbout:last-child {}
	.topAbout_inner {}
	.topAbout_title {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.topAbout_text {
		margin-bottom: 20px;
	}
	.topAbout_cols {
		display: block;
	}
	.topAbout_col {}
	.topAbout_col-flow {
		margin-bottom: 10px;
	}
	.topAbout_item {}
	.topAbout_item > a {}
	.topAbout_bg {
		padding-bottom: 100px;
	}
	.topAbout_bg > img {}
	.topAbout_areaTxt {}
	.topAbout_headline {
		font-size: 20px;
	}
	.topAbout_icon {}
	.topAbout_icon > .icon {}
	.topAbout_col-faci {}
	.topCorp {
		min-height: 323px;
		margin-bottom: 53px;
	}
	.topCorp_bg {}
	.topCorp_bg > img {}
	.topCorp_inner {}
	.topCorp_areaTxt {}
	.topCorp_title {
		margin-bottom: 25px;
	}
	.topCorp_link {
		max-width: 240px;
		margin-left: auto;
	}
	.topCorp_link > a {}
	.topStrengths {}
	.topStrengths_cells {
		display: block;
	}
	.topStrengths_cell {
		padding: 23px;
	}
	.topStrengths_cell:nth-child(n + 2) {
		margin-top: 10px;
	}
	.topStrengths_cell_inner {
		max-width: none;
	}
	.topStrengths_number {
		font-size: 20px;
	}
	.topStrengths_title {
		font-size: 18px;
	}
	.topStrengths_text {
		font-size: 14px;
		line-height: 1.6;
	}
	.error {}
	.error_title {
		margin-bottom: 24px;
	}
	.error_text {}
	.error_link {
		max-width: 260px;
		margin-top: 25px;
	}
	.form_table {
		display: block;
		width: auto;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		border-top: 1px solid var(--color-line);
		display: block;
		padding-top: 23px;
		padding-bottom: 20px;
	}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
	}
	.form_table > tbody > tr > td {
		padding: 0;
		display: block;
	}
	.form_label {
		padding: 0;
		font-size: 15px;
		line-height: 27px;
	}
	.form_required {}
	.form_required-optional {}
	.form_agree {
		margin-top: 8px;
		margin-bottom: 27px;
	}
	.form_btn {}
	.wpcf7-list-item {}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="radio"] {}
	.wpcf7-list-item-label {}
	[type="radio"] + .wpcf7-list-item-label::before {}
	[type="radio"] + .wpcf7-list-item-label::after {}
	[type="radio"]:checked + .wpcf7-list-item-label::before {}
	[type="radio"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	.wpcf7-radio {
		flex-direction: column;
	}
	.wpcf7-not-valid-tip {
		font-size: 14px;
	}
	.screen-reader-response {}
	.wpcf7-response-output {}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_agree a {}
	.form_agree a > .icon-blank {}
	.mainVis {
		margin-bottom: 54px;
		height: var(--fullVh, 100vh);
	}
	.mainVis_bg {}
	.mainVis_bg > img {}
	.mainVis_areaTxt {
		margin-top: 28px;
	}
	.mainVis_title {
		font-size: 42px;
		line-height: 1.2;
	}
	.mainVis_text {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 24px;
	}
	.mainVis_scroll {
		bottom: 19px;
	}
	.mainVis_scroll_item {
		width: 26px;
	}
	.mainVis_scroll_inner {}
	.mainVis_scroll_svg {}
	.flow_boxTxt {}
	.flow_dList {}
	.flow_dList:last-child {}
	.flow_dList > dt {}
	.flow_dList > dd {}
	.corp_policy {
		padding: 22px 20px;
	}
	.corp_policy_inner {}
	.corp_policyTxt {
		line-height: 2.1;
	}
}
@media screen and (max-width: 374px) {
	.faci_table {
		font-size: 14px;
	}
	.tabNav_list_btn {
		font-size: 12px;
		padding: 5px 5px;
	}
	.corpItem {
		padding: 22px 15px;
	}
	.bizFlow_text {
		font-size: 14px;
	}
	.telInfo {
		padding: 17px 10px;
	}
	.telInfo_message {
		font-size: 15px;
	}
	.telInfo_tel > a {
		font-size: 30px;
	}
	.telInfo_open {
		font-size: 13px;
	}
	.mainVis_title {
		font-size: 35px;
	}
	.mainVis_text {
		font-size: 14px;
		margin-top: 20px;
	}
	.bizFlow_headline {
		font-size: 16px;
	}
}
