@charset "UTF-8";
@keyframes scroll {
	0% {
		opacity: 0;
		top: 0;
	}
	25% {
		opacity: 1;
		top: 0;
	}
	75% {
		opacity: 1;
		top: 100%;
	}
	100% {
		opacity: 0;
		top: 100%;
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: background-color, color, box-shadow;
}
.header_bg {}
.header_inner {
	max-width: 1700px;
}
.header_cols {
	display: flex;
	justify-content: space-between;
}
.header_col {}
.header_col-title {}
.header_logoWrap {
	position: relative;
	z-index: 1;
}
.header_logoWrap > a {
	text-decoration: none;
	color: inherit;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: row;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.header_logo {
	width: 200px;
}
.header_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 11.927%;
}
.header_logo_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.header_logo_img-color {
	visibility: hidden;
	opacity: 0;
}
.header-scrolled .header_logo_img-white {
	visibility: hidden;
	opacity: 0;
}
.header-scrolled .header_logo_img-color {
	visibility: visible;
	opacity: 1;
}
.header_title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-left: 14px;
	position: relative;
	top: 3px;
}
.header_col-menu {}
.menuBtn {
	display: none;
}
.menuBtn_barWrap {}
.menuBtn_bar {}
.menuBtn_bar-no1 {}
.menuBtn_bar-no2 {}
.menuBtn_bar-no3 {}
.menuBtn_textWrap {}
.menuBtn_text {}
.menuBtn_text-open {}
.menuBtn_text-hidden {}
.navi {
	height: 100%;
}
.navi_inner {
	height: 100%;
	display: flex;
	align-items: center;
}
.navi_list {
	list-style: none;
	display: flex;
	height: 100%;
	position: relative;
	z-index: 2;
}
.navi_list > li {}
.navi_list > li > a {
	text-decoration: none;
	color: inherit;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-white);
}
.header-scrolled .navi_list > li > a {
	color: var(--color-text);
}
.navi_list_text {
	display: block;
	padding: 2px 0;
}
.footer {
	padding: 50px 0 30px;
	background-color: var(--color-text);
	color: var(--color-white);
	background-color: var(--color-logo-blue);
	min-height: 190px;
	box-sizing: border-box;
	box-shadow: 0 100vh 0 100vh var(--color-logo-blue);
}
.footer_inner {}
.footer_logoWrap {
	display: flex;
	justify-content: center;
}
.footer_logoWrap > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.footer_logo {
	max-width: 100%;
	margin: 0 auto 6px;
	width: 240px;
}
.footer_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 11.927%;
}
.footer_logo_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.footer_title {
	text-align: center;
	font-weight: bold;
}
.footer_copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
	font-family: var(--font-futura);
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	opacity: .7;
}
.footer_copyright > small {
	display: block;
	font-size: inherit;
	font-weight: normal;
}
.contents {}
.visual {
	position: relative;
	height: 100vh;
	overflow: hidden;
	margin-bottom: 100px;
}
.visual_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: scale(1.15);
	opacity: 0;
	transition-duration: 3.4s, 1s;
	transition-property: transform, opacity;
	background-color: #7a7a7a;
	box-shadow: 0 0 0 10px #7a7a7a;
}
.visual_image[data-animation="after"] {
	transform: scale(1);
	opacity: 1;
}
.visual_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.visual_image > img.-sp {
	display: none;
}
.visual_image_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
	opacity: 0;
}
.visual_catch {
	font-size: 150px;
	line-height: 1;
	font-weight: bold;
	opacity: 1;
	overflow: hidden;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	white-space: nowrap;
	font-family: var(--font-futura);
	font-weight: 600;
}
.visual_canvas {
	position: relative;
	padding-bottom: 56.22%;
}
.navi_link {
	margin-left: 10px;
}
.navi_link > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid currentColor;
	border-radius: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	color: var(--color-white);
	line-height: 1.2;
	box-sizing: border-box;
}
.header-scrolled .navi_link > a {
	border-color: var(--color-logo-blue);
	background-color: var(--color-logo-blue);
	color: var(--color-white);
}
.navi_link > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.navi_link_text {
	display: block;
	position: relative;
	z-index: 1;
}
.visual_areaCatch {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
	color: var(--color-white);
	transform: translateY(-50%);
}
.visual_text {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	line-height: 1;
	margin-bottom: 25px;
	transition-delay: 1.4s;
	font-feature-settings: "palt";
}
.visual_scroll {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	color: var(--color-white);
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.visual_scroll_text {
	display: block;
	font-size: 14px;
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: var(--font-futura);
	font-weight: 600;
}
.visual_scroll_bar {
	display: block;
	width: 1px;
	height: 80px;
	background-color: currentColor;
	margin-right: 13px;
	position: relative;
}
.visual_scroll_item {
	position: absolute;
	top: 0;
	left: 50%;
	width: 7px;
	height: 7px;
	background-color: currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation-name: scroll;
	animation-duration: 2.5s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
}
.visual_text_inner {
	display: block;
}
.visual_catch_inner {
	display: block;
}
[data-animation] > .visual_text_inner {}
[data-animation] > .visual_catch_inner {
	transform: translateY(90%);
	transition-duration: 1.4s;
	transition-property: transform, opacity;
	transition-delay: .15s;
	transition-timing-function: ease-in-out;
	opacity: 0;
}
[data-animation="after"] > .visual_text_inner {}
[data-animation="after"] > .visual_catch_inner {
	transform: translateY(0);
	opacity: 1;
}
.app {
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}
.app_inner {
	max-width: 760px;
}
.app_title {}
.app_catch {}
.app_table {}
.app_table > tbody {}
.app_table > tbody > tr {}
.app_table > tbody > tr > th {
	white-space: nowrap;
}
.app_table > tbody > tr > td {}
.form {}
.form_inner {
	max-width: 800px;
	position: relative;
	z-index: 2;
}
.app_title {}
.form_tablist {
	list-style: none;
	display: flex;
	margin-bottom: -2px;
	position: relative;
	z-index: 2;
	align-items: flex-start;
}
.form_tablist > li {
	width: 49%;
	margin-left: 2%;
}
.form_tablist > li:first-child {
	margin-left: 0;
}
.form_tablist_btn {
	background-color: #e5eaf0;
	color: var(--color-logo-blue);
	height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.3;
	border-left: 2px solid rgba(255, 255, 255, 0);
	border-right: 2px solid rgba(255, 255, 255, 0);
}
.form_tablist_btn_text {
	display: block;
	position: relative;
	z-index: 2;
}
.form_tablist_btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: var(--color-logo-blue);
	opacity: .5;
}
.form_tablist_btn[aria-selected="true"] {
	background-color: var(--color-white);
	pointer-events: none;
	height: 62px;
	border-left-color: var(--color-logo-blue);
	border-right-color: var(--color-logo-blue);
}
.form_tablist_btn[aria-selected="true"]::after {
	opacity: 1;
}
.form_panel {
	padding: 50px 20px 50px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: var(--color-white);
	display: none;
	border: 2px solid var(--color-logo-blue);
}
.form_panel.isShow {
	display: block;
}
.form_panel_inner {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.form_table {
	display: block;
}
.form_table > tbody {
	display: block;
}
.form_table > tbody > tr {
	display: block;
	margin-bottom: 25px;
}
.form_table > tbody > tr:last-child {
	margin-bottom: 0;
}
.form_table > tbody > tr > th {
	display: block;
	text-align: left;
	font-weight: 500;
}
.form_table > tbody > tr > td {
	display: block;
}
.form_label {
	display: flex;
	align-items: center;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_require {
	display: flex;
	background-color: var(--color-alert);
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	width: 40px;
	justify-content: center;
	line-height: 1;
	height: 20px;
	align-items: center;
	margin-left: 10px;
	font-weight: bold;
}
.form_policy {
	padding: 20px 20px;
	border: 1px solid var(--color-light-gray);
	border-radius: 5px;
	margin-top: 30px;
}
.form_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 4px;
}
.form_policy_text {
	font-size: 14px;
}
.form_agree {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 20px;
	text-align: center;
}
.form_chkLbl {}
.form_chkLbl > input {}
.form_btn {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 40px auto 0;
}
.form_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: calc(100% - 100px);
	bottom: 0;
	left: 0;
	color: #f4f8fb;
	background-color: currentColor;
}
.form_bg_item {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 230px;
	fill: currentColor;
}
.subVis {
	height: 500px;
	position: relative;
	background-color: #f4f8fb;
}
.subVis_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.subVis_image[data-animation] {
	mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #000 25%, #000 75%, rgba(255, 255, 255, 0) 75%);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	mask-position: center center;
	transition-property: mask-size;
	transition-delay: .3s;
}
.subVis_image[data-animation="after"] {
	mask-size: 200% 100%;
}
.subVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.app_link {
	display: flex;
	display: inline-flex;
	vertical-align: baseline;
	margin-left: 9px;
}
.app_link > a {
	border: 1px solid var(--color-light-gray);
	text-decoration: none;
	color: var(--color-logo-blue);
	font-size: 14px;
	padding: 6px 9px;
	line-height: 1;
	display: flex;
	border-radius: 50px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	font-weight: 500;
	padding-right: 13px;
}
.app_link > a > .icon {
	display: block;
	margin-right: 6px;
}
.company {}
.company_contents {
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}
.company_inner {
	position: relative;
	z-index: 2;
}
.company_title {}
.company_tableWrap {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.company_table {}
.company_table > tbody {}
.company_table > tbody > tr {}
.company_table > tbody > tr > th {
	white-space: nowrap;
}
.company_table > tbody > tr > td {}
.location {
	max-width: 880px;
	margin: 0 auto 60px;
}
.location:last-child {
	margin-bottom: 0;
}
.location_cols {
	display: flex;
}
.location_col {}
.location_col-ttl {}
.location_title {}
.location_col-tbl {
	max-width: calc(100% - 300px);
	margin-left: auto;
	width: 520px;
}
.location_table {}
.location_table > tbody {}
.location_table > tbody > tr {}
.location_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	padding-right: 1em;
}
.location_table > tbody > tr > td {
	vertical-align: top;
	padding-bottom: 10px;
}
.location_table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.center {}
.center_cols {}
.center_col {}
.center_col-no1 {}
.center_title {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 7px;
}
.center_text {}
.center_text > a {
	text-decoration: none;
	color: inherit;
}
.center_col-map {
	width: calc(100% - 270px);
	margin-left: auto;
}
.center_map {
	position: relative;
	padding-bottom: 75%;
}
.center_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.location_list {}
.location_list > li {}
.app_contents {
	padding-top: 100px;
}
.form_contents {
	padding-bottom: 100px;
	position: relative;
	padding-top: 100px;
}
.header-scrolled {
	background-color: var(--color-white);
	color: var(--color-text);
	background-color: var(--color-cloud-white);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.flow {
	margin-bottom: 30px;
}
.flow_inner {}
.flow_title {
	margin-bottom: 0;
}
.flow_sect {
	margin-bottom: 10px;
}
.flow_cols {
	display: flex;
}
.flow_col {}
.flow_col-step {
	width: 200px;
}
.flow_step {
	font-weight: 600;
	font-family: var(--font-futura);
	font-size: 20px;
	color: var(--color-logo-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 16px;
	background-color: currentColor;
	z-index: 0;
}
.flow_step-no1 {
	color: rgba(0, 107, 181, 0.60);
	z-index: 5;
}
.flow_step-no2 {
	color: rgba(0, 107, 181, 0.70);
	z-index: 4;
}
.flow_step-no3 {
	color: rgba(0, 107, 181, 0.80);
	z-index: 3;
}
.flow_step-no4 {
	color: rgba(0, 107, 181, 0.90);
	z-index: 2;
}
.flow_step-no5 {}
.flow_col-body {
	width: calc(100% - 230px);
	margin-left: auto;
}
.flow_box {
	padding: 10px 10px;
}
.flow_bar {}
.flow_dot {}
.flow_headline {
	font-size: 20px;
	font-feature-settings: "palt";
	color: var(--color-logo-blue);
	margin-left: -10px;
}
.flow_list {
	list-style: none;
	font-weight: 500;
}
.flow_list > li {}
.flow_step_text {
	display: block;
	color: var(--color-white);
}
.flow_step_arrow {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 16px;
	z-index: 2;
	fill: currentColor;
}
.flow_step_arrow-pre {
	fill: #fff;
	z-index: 1;
	top: 0;
}
.flow_sectWrap {
	max-width: 650px;
	margin: 0 auto;
}
.flow_step_text_num {
	font-size: 35px;
	margin-left: 5px;
}
.flow_titleWrap {
	display: flex;
	justify-content: center;
	margin-bottom: 85px;
}
.flow_titleWrap::before {
	content: "";
	display: block;
	width: 20px;
	border: 1px solid currentColor;
	border-right: none;
	box-sizing: border-box;
	margin-right: 19px;
}
.flow_titleWrap::after {
	content: "";
	display: block;
	width: 20px;
	border: 1px solid currentColor;
	border-left: none;
	box-sizing: border-box;
	margin-left: 19px;
}
.products {
	margin-bottom: 110px;
}
.products_contents {
	padding-top: 100px;
}
.products_inner {
	max-width: 900px;
}
.products_title {}
.products_sect {
	padding-left: 20px;
	margin-bottom: 70px;
}
.products_sect_title {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-logo-blue);
	line-height: 1.4;
	margin-bottom: 14px;
	margin-left: -20px;
}
.products_text {}
.products_list {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
	margin-top: 15px;
	row-gap: 8px;
}
.products_list > li {
	background-color: var(--color-white);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	background-color: var(--color-logo-blue);
	color: var(--color-white);
	font-size: 14px;
	font-weight: 500;
	font-feature-settings: "palt";
}
.products_figList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 35px;
	flex-wrap: wrap;
	row-gap: 20px;
}
.products_figList > li {
	width: 32%;
	margin-left: 2%;
}
.products_figList > li:nth-child(3n+1) {
	margin-left: 0;
}
.products_figList-4c > li {}
.products_fig {
	max-width: 400px;
}
.products_fig_image {
	position: relative;
	padding-bottom: 71%;
	overflow: hidden;
	background-color: var(--color-white);
}
.products_fig_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products_fig_image-blur > img {
	filter: blur(3px);
	pointer-events: none;
}
.products_fig-mt {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
.products_sect_headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-left: 17px;
	margin-left: -17px;
}
.products_sect_headline::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: currentColor;
	transform: translateY(-50%);
}
.products_process {
	padding-left: 17px;
	margin-bottom: 35px;
}
.products_cols {
	display: flex;
	align-items: center;
	margin-top: 25px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.products_col {}
.products_col-img {
	width: 280px;
}
.products_image {}
.products_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.products_col-no2 {
	width: calc(100% - 320px);
	margin-left: auto;
}
.products_link {}
.products_link > a {}
.products_link > a > .icon {
	font-size: 30px;
	margin-right: 10px;
}
.company_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	color: #f4f8fb;
	background-color: currentColor;
	z-index: 1;
}
.company_bg_item {
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 100%;
	left: 0;
	fill: currentColor;
}
.company_bg-rev {
	transform: rotateY(180deg);
	z-index: 0;
	color: #e5eaf0;
	height: calc(100% - 160px);
}
.form_bg-rev {
	transform: rotateY(180deg);
	z-index: 0;
	color: #e5eaf0;
	height: calc(100% - 160px);
}
.form_input {}
.form_input-age {
	max-width: 160px;
}
.form_caution {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 8px;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-list-item > label {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 6px 0;
}
.wpcf7-list-item > label > [type="checkbox"] {
	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;
}
[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid var(--color-gray);
	border-radius: 5px;
	min-width: 22px;
	margin-right: 6px;
	position: relative;
	z-index: 0;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
[type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fff' stroke-width='3px' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2.01 9.25 5.84 12.82 13.99 3.18'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: var(--color-logo-blue);
	border-color: var(--color-logo-blue);
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control {
	display: block;
}
.wpcf7-not-valid-tip {
	color: #C30A14;
	font-weight: normal;
	display: block;
	margin-top: 3px;
	font-weight: 500;
	font-size: 14px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	padding: 20px 20px;
	margin-top: 35px;
	display: none;
	font-size: 14px;
}
[data-status="spam"] .wpcf7-response-output,
[data-status="invalid"] .wpcf7-response-output {
	color: #d34226;
	background-color: #ffdfdf;
	border-color: rgba(211, 66, 38, 0.44);
	display: block;
}
[data-status="sent"] .wpcf7-response-output {
	display: block;
}
.form_btn_icon {
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	font-size: 24px;
	position: absolute;
	width: 24px;
	height: 24px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation-play-state: paused;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
	color: var(--color-white);
}
[data-status="submitting"] .form_btn {
	pointer-events: none;
	background-color: var(--color-logo-blue);
	color: var(--color-logo-blue);
}
[data-status="submitting"] .form_btn_icon {
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
}
.contents-second {
	min-height: calc(100vh - 190px);
	box-sizing: border-box;
	padding-top: 150px;
	padding-bottom: 100px;
}
.header-second {
	background-color: var(--color-white);
	color: var(--color-text);
	background-color: var(--color-cloud-white);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.header-second .navi_link > a {
	border-color: var(--color-logo-blue);
	background-color: var(--color-logo-blue);
	color: var(--color-white);
}
.header-second .navi_list > li > a {
	color: var(--color-text);
}
.header-second .header_logo_img-white {
	visibility: hidden;
	opacity: 0;
}
.header-second .header_logo_img-color {
	visibility: visible;
	opacity: 1;
}
.error {}
.error_inner {}
.error_title {}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 400px;
	margin: 40px auto 0;
}
.visual_image_mask {
	background-image: url(/assets/img/bg-visual.png);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.20);
	pointer-events: none;
	background-position: center center;
	background-color: #004779;
	mix-blend-mode: multiply;
	opacity: 0.6;
}
.company_bankTbl {}
.company_bankTbl > tbody {}
.company_bankTbl > tbody > tr {}
.company_bankTbl > tbody > tr:first-child {}
.company_bankTbl > tbody > tr:last-child {}
.company_bankTbl > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	text-align: left;
	padding-right: 1em;
	vertical-align: top;
}
.company_bankTbl > tbody > tr > td {
	text-align: right;
	vertical-align: top;
}
@media screen and (max-width:1099px) {
	.visual_catch {
		font-size: 130px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.form_tablist_btn:hover::before {
		opacity: 0;
	}
	.products_link > a:hover {}
	.form_tablist_btn:hover {
		background-color: var(--color-white);
	}
	.form_btn:hover {}
	.app_link > a:hover {
		border-color: var(--color-logo-blue);
		background-color: var(--color-logo-blue);
		color: var(--color-white);
	}
	.center_text > a:hover {}
	.header_logoWrap > a:hover {
		opacity: 0.8;
	}
	.menuBtn:hover {}
	.navi_list > li > a:hover {}
	.header-scrolled .navi_list > li > a:hover {
		color: var(--color-logo-blue);
	}
	.footer_logoWrap > a:hover {
		opacity: .7;
	}
	.navi_link > a:hover {}
	.navi_link > a:hover::before {
		opacity: .2;
	}
	.header-scrolled .navi_link > a:hover {
		background-color: var(--color-white);
		color: var(--color-logo-blue);
	}
	.header-scrolled .navi_link > a:hover::before {
		opacity: 0;
	}
	.header-second .navi_link > a:hover {
		background-color: var(--color-white);
		color: var(--color-logo-blue);
	}
	.header-second .navi_link > a:hover::before {
		opacity: 0;
	}
}
@media screen and (max-width: 999px) {
	.header {}
	.header_bg {}
	.header_inner {}
	.header_cols {}
	.header_col {}
	.header_col-title {}
	.header_logoWrap {}
	.header_logoWrap > a {}
	.header_logo {
		width: 170px;
	}
	.header_logo_inner {}
	.header_logo_img {}
	.header_logo_img-color {}
	.header-scrolled .header_logo_img-white {}
	.header-scrolled .header_logo_img-color {}
	.header_title {
		font-size: 13px;
	}
	.header_col-menu {}
	.menuBtn {}
	.menuBtn_barWrap {}
	.menuBtn_bar {}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {}
	.menuBtn_bar-no3 {}
	.menuBtn_textWrap {}
	.menuBtn_text {}
	.menuBtn_text-open {}
	.menuBtn_text-hidden {}
	.navi {}
	.navi_inner {}
	.navi_list {}
	.navi_list > li {}
	.navi_list > li > a {
		padding: 0 8px;
	}
	.header-scrolled .navi_list > li > a {}
	.navi_list_text {}
	.footer {}
	.footer_inner {}
	.footer_logoWrap {}
	.footer_logoWrap > a {}
	.footer_logo {}
	.footer_logo_inner {}
	.footer_logo_img {}
	.footer_title {}
	.footer_copyright {}
	.footer_copyright > small {}
	.contents {}
	.visual {
		height: var(--fullVh, 100vh);
	}
	.visual_image {}
	.visual_image[data-animation="after"] {}
	.visual_image > img {}
	.visual_image_cover {}
	.visual_catch {
		font-size: 90px;
	}
	.visual_canvas {}
	.navi_link {}
	.navi_link > a {
		font-size: 13px;
	}
	.header-scrolled .navi_link > a {}
	.navi_link > a::before {}
	.navi_link_text {}
	.visual_areaCatch {}
	.visual_text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.visual_scroll {}
	.visual_scroll_text {}
	.visual_scroll_bar {}
	.visual_scroll_item {}
	.visual_text_inner {}
	.visual_catch_inner {}
	[data-animation] > .visual_text_inner {}
	[data-animation] > .visual_catch_inner {}
	[data-animation="after"] > .visual_text_inner {}
	[data-animation="after"] > .visual_catch_inner {}
	.app {}
	.app_inner {}
	.app_title {}
	.app_catch {}
	.app_table {}
	.app_table > tbody {}
	.app_table > tbody > tr {}
	.app_table > tbody > tr > th {}
	.app_table > tbody > tr > td {}
	.form {}
	.form_inner {}
	.app_title {}
	.form_tablist {}
	.form_tablist > li {}
	.form_tablist > li:first-child {}
	.form_tablist_btn {}
	.form_tablist_btn_text {}
	.form_tablist_btn::before {}
	.form_tablist_btn::after {}
	.form_tablist_btn[aria-selected="true"] {}
	.form_tablist_btn[aria-selected="true"]::before {}
	.form_tablist_btn[aria-selected="true"]::after {}
	.form_panel {}
	.form_panel.isShow {}
	.form_panel_inner {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_require {}
	.form_policy {}
	.form_title {}
	.form_policy_text {}
	.form_agree {}
	.form_chkLbl {}
	.form_chkLbl > input {}
	.form_btn {}
	.form_bg {}
	.form_bg_item {}
	.subVis {
		height: 400px;
	}
	.subVis_image {}
	.subVis_image[data-animation] {}
	.subVis_image[data-animation="after"] {}
	.subVis_image > img {}
	.app_link {}
	.app_link > a {}
	.app_link > a > .icon {}
	.company {}
	.company_contents {}
	.company_inner {}
	.company_title {}
	.company_tableWrap {}
	.company_table {}
	.company_table > tbody {}
	.company_table > tbody > tr {}
	.company_table > tbody > tr > th {}
	.company_table > tbody > tr > td {}
	.location {}
	.location:last-child {}
	.location_cols {}
	.location_col {}
	.location_col-ttl {}
	.location_title {}
	.location_col-tbl {}
	.location_table {
		display: block;
	}
	.location_table > tbody {
		display: block;
	}
	.location_table > tbody > tr {
		display: block;
		margin-bottom: 29px;
	}
	.location_table > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.location_table > tbody > tr > th {
		display: block;
		padding: 0;
		font-feature-settings: "palt";
	}
	.location_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.location_table > tbody > tr:last-child > td {}
	.center {}
	.center_cols {}
	.center_col {}
	.center_col-no1 {}
	.center_title {
		font-feature-settings: "palt";
	}
	.center_text {}
	.center_text > a {}
	.center_col-map {}
	.center_map {}
	.center_map > iframe {}
	.location_list {}
	.location_list > li {}
	.app_contents {}
	.form_contents {}
	.header-scrolled {}
	.flow {}
	.flow_inner {}
	.flow_title {}
	.flow_sect {}
	.flow_cols {}
	.flow_col {}
	.flow_col-step {}
	.flow_step {}
	.flow_step-no1 {}
	.flow_step-no2 {}
	.flow_step-no3 {}
	.flow_step-no4 {}
	.flow_step-no5 {}
	.flow_col-body {}
	.flow_box {}
	.flow_bar {}
	.flow_dot {}
	.flow_headline {}
	.flow_list {}
	.flow_list > li {}
	.flow_step_text {}
	.flow_step_arrow {}
	.flow_step_arrow-pre {}
	.flow_sectWrap {}
	.flow_step_text_num {}
	.flow_titleWrap {}
	.flow_titleWrap::before {}
	.flow_titleWrap::after {}
	.products {}
	.products_contents {}
	.products_inner {}
	.products_title {}
	.products_sect {}
	.products_sect_title {}
	.products_text {}
	.products_list {}
	.products_list > li {}
	.products_figList {}
	.products_figList > li {}
	.products_figList > li:nth-child(3n + 1) {}
	.products_fig {}
	.products_fig_image {}
	.products_fig_image > img {}
	.products_fig-mt {}
	.products_sect_headline {}
	.products_sect_headline::before {}
	.products_process {}
	.products_cols {}
	.products_col {}
	.products_col-img {}
	.products_image {}
	.products_image > img {}
	.products_col-no2 {}
	.products_link {}
	.products_link > a {}
	.products_link > a > .icon {}
	.company_bg {}
	.company_bg_item {}
	.company_bg-rev {}
	.form_bg-rev {}
	.form_input {}
	.form_input-age {}
	.form_caution {}
	.contents-second {}
	.header-second {}
	.header-second .navi_link > a {}
	.header-second .navi_list > li > a {}
	.header-second .header_logo_img-white {}
	.header-second .header_logo_img-color {}
	.error {}
	.error_inner {}
	.error_title {}
	.error_text {}
	.error_link {}
}
@media screen and (max-width: 767px) {
	.header {}
	.header_bg {}
	.header_inner {
		padding-right: 0;
	}
	.header_cols {}
	.header_col {}
	.header_col-title {}
	.header_logoWrap {}
	.header_logoWrap > a {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 60px;
	}
	.header_logo {
		width: 150px;
	}
	.header_logo_inner {}
	.header_logo_img {}
	.header_logo_img-color {}
	.header-scrolled .header_logo_img-white {}
	.header-scrolled .header_logo_img-color {}
	.header_title {
		font-size: 11px;
		top: 0;
		padding: 0;
		margin-left: 0;
		margin-top: 7px;
	}
	.header_col-menu {}
	.menuBtn {
		display: block;
		width: 60px;
		height: 60px;
		color: var(--color-white);
		position: relative;
		z-index: 2;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.header-scrolled .menuBtn {
		color: var(--color-text);
	}
	.menuBtn[aria-expanded="true"] {
		color: var(--color-text);
	}
	.menuBtn_barWrap {
		width: 20px;
		display: block;
		margin: 0 auto 5px;
	}
	.menuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {
		margin: 5px 0;
	}
	.menuBtn_bar-no3 {}
	.menuBtn[aria-expanded="true"] .menuBtn_bar-no1 {
		transform: translateY(7px) rotate(45deg);
	}
	.menuBtn[aria-expanded="true"] .menuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.menuBtn[aria-expanded="true"] .menuBtn_bar-no3 {
		transform: translateY(-7px) rotate(-45deg);
	}
	.menuBtn_textWrap {
		font-size: 10px;
		line-height: 1;
		display: block;
		height: 10px;
		position: relative;
		width: 100%;
		overflow: hidden;
		font-family: var(--font-futura);
	}
	.menuBtn_text {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		transition-duration: .3s;
		transition-property: opacity, visibility, transform;
	}
	.menuBtn_text-open {}
	.menuBtn_text-hidden {
		transform: translateY(70%);
		opacity: 0;
		visibility: hidden;
	}
	.menuBtn[aria-expanded="true"] .menuBtn_text-open {
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
	}
	.menuBtn[aria-expanded="true"] .menuBtn_text-hidden {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.navi {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		z-index: 1;
		background-color: var(--color-white);
		padding: 70px 20px 50px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.navi.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.navi_inner {
		display: block;
	}
	.navi_list {
		display: block;
		height: auto;
	}
	.navi_list > li {}
	.navi_list > li > a {
		color: var(--color-text);
		font-size: 16px;
		padding: 10px 10px;
	}
	.header-scrolled .navi_list > li > a {}
	.navi_list_text {}
	.footer {
		padding: 30px 0 20px;
		min-height: 150px;
	}
	.footer_inner {}
	.footer_logoWrap {}
	.footer_logoWrap > a {}
	.footer_logo {
		width: 200px;
	}
	.footer_logo_inner {}
	.footer_logo_img {}
	.footer_title {
		font-size: 12px;
	}
	.footer_copyright {}
	.footer_copyright > small {}
	.contents {}
	.visual {
		margin-bottom: 60px;
	}
	.visual_image {}
	.visual_image[data-animation="after"] {}
	.visual_image > img {
		display: none;
	}
	.visual_image > img.-sp {
		display: block;
	}
	.visual_image_cover {}
	.visual_catch {
		font-size: 45px;
	}
	.visual_canvas {}
	.navi_link {
		max-width: 240px;
		margin: 10px auto 0;
	}
	.navi_link > a {
		border-color: var(--color-logo-blue);
		background-color: var(--color-logo-blue);
		justify-content: center;
	}
	.header-scrolled .navi_link > a {}
	.navi_link > a::before {}
	.navi_link_text {}
	.navi_link_text > br {
		display: none;
	}
	.visual_areaCatch {}
	.visual_text {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.visual_scroll {}
	.visual_scroll_text {
		font-size: 12px;
	}
	.visual_scroll_bar {
		height: 70px;
	}
	.visual_scroll_item {}
	.visual_text_inner {}
	.visual_catch_inner {}
	[data-animation] > .visual_text_inner {}
	[data-animation] > .visual_catch_inner {}
	[data-animation="after"] > .visual_text_inner {}
	[data-animation="after"] > .visual_catch_inner {}
	.app {
		margin-bottom: 70px;
	}
	.app_inner {}
	.app_title {}
	.app_catch {}
	.app_table {}
	.app_table > tbody {}
	.app_table > tbody > tr {}
	.app_table > tbody > tr > th {}
	.app_table > tbody > tr > td {}
	.form {}
	.form_inner {}
	.app_title {}
	.form_tablist {
		height: 52px;
	}
	.form_tablist > li {}
	.form_tablist > li:first-child {}
	.form_tablist_btn {
		font-size: 14px;
		height: 50px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.form_tablist_btn_text {}
	.form_tablist_btn::before {}
	.form_tablist_btn::after {
		height: 4px;
	}
	.form_tablist_btn[aria-selected="true"] {
		height: 52px;
	}
	.form_tablist_btn[aria-selected="true"]::before {}
	.form_tablist_btn[aria-selected="true"]::after {}
	.form_panel {
		padding: 20px 20px 25px;
	}
	.form_panel.isShow {}
	.form_panel_inner {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_require {}
	.form_policy {}
	.form_title {}
	.form_policy_text {
		font-size: 13px;
	}
	.form_agree {}
	.form_chkLbl {}
	.form_chkLbl > input {}
	.form_btn {
		width: 240px;
		margin-top: 20px;
	}
	.form_bg {
		height: calc(100% - 50px);
	}
	.form_bg_item {
		height: 100px;
	}
	.subVis {
		height: 250px;
	}
	.subVis_image {}
	.subVis_image[data-animation] {}
	.subVis_image[data-animation="after"] {}
	.subVis_image > img {}
	.app_link {
		display: block;
		margin: 5px 0 0;
		max-width: 150px;
	}
	.app_link > a {
		justify-content: center;
	}
	.app_link > a > .icon {}
	.company {}
	.company_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.company_inner {}
	.company_title {}
	.company_tableWrap {
		margin-bottom: 60px;
	}
	.company_table {}
	.company_table > tbody {}
	.company_table > tbody > tr {}
	.company_table > tbody > tr > th {}
	.company_table > tbody > tr > td {}
	.location {}
	.location:last-child {}
	.location_cols {
		display: block;
	}
	.location_col {
		width: auto;
		max-width: none;
	}
	.location_col-ttl {}
	.location_title {}
	.location_col-tbl {}
	.location_table {}
	.location_table > tbody {}
	.location_table > tbody > tr {
		margin-bottom: 20px;
	}
	.location_table > tbody > tr > th {}
	.location_table > tbody > tr > td {}
	.location_table > tbody > tr:last-child > td {}
	.center {
		margin-top: 20px;
	}
	.center_cols {}
	.center_col {}
	.center_col-no1 {}
	.center_title {}
	.center_text {}
	.center_text > a {}
	.center_col-map {}
	.center_map {}
	.center_map > iframe {}
	.location_list {}
	.location_list > li {}
	.app_contents {
		padding-top: 60px;
	}
	.form_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.header-scrolled {}
	.flow {}
	.flow_inner {}
	.flow_title {
		white-space: nowrap;
	}
	.flow_sect {}
	.flow_cols {}
	.flow_col {}
	.flow_col-step {
		width: 80px;
	}
	.flow_step {
		font-size: 18px;
	}
	.flow_step-no1 {}
	.flow_step-no2 {}
	.flow_step-no3 {}
	.flow_step-no4 {}
	.flow_step-no5 {}
	.flow_col-body {
		width: calc(100% - 105px);
	}
	.flow_box {
		padding: 0 0 15px;
	}
	.flow_bar {}
	.flow_dot {}
	.flow_headline {
		font-size: 16px;
	}
	.flow_list {
		font-feature-settings: "palt";
	}
	.flow_list > li {}
	.flow_step_text {
		line-height: 1;
		text-align: center;
	}
	.flow_step_arrow {}
	.flow_step_arrow-pre {}
	.flow_sectWrap {}
	.flow_step_text_num {
		font-size: 40px;
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.flow_titleWrap {
		margin-bottom: 45px;
	}
	.flow_titleWrap::before {
		width: 15px;
		margin-right: 10px;
	}
	.flow_titleWrap::after {
		width: 15px;
		margin-left: 10px;
	}
	.products {
		margin-bottom: 70px;
	}
	.products_contents {
		padding-top: 60px;
	}
	.products_inner {}
	.products_title {}
	.products_sect {
		padding-left: 0;
		margin-bottom: 45px;
	}
	.products_sect_title {
		font-size: 18px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.products_text {}
	.products_list {
		column-gap: 5px;
		margin-top: 14px;
		row-gap: 5px;
	}
	.products_list > li {
		font-size: 11px;
		padding: 0 10px;
	}
	.products_figList {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.products_figList > li {
		width: 49%;
		margin-left: 2%;
	}
	.products_figList > li:nth-child(3) {
		margin-left: 0;
		margin-top: 2%;
	}
	.products_figList > li:nth-child(3n + 1) {}
	.products_fig {}
	.products_fig_image {}
	.products_fig_image > img {}
	.products_fig-mt {}
	.products_sect_headline {
		margin-left: 0;
		font-size: 16px;
	}
	.products_sect_headline::before {}
	.products_process {
		padding-left: 0;
	}
	.products_cols {
		display: block;
		max-width: 400px;
	}
	.products_col {
		width: auto;
	}
	.products_col-img {}
	.products_image {}
	.products_image > img {
		width: 100%;
		height: auto;
	}
	.products_col-no2 {
		max-width: 260px;
		margin: 20px auto 0;
	}
	.products_link {}
	.products_link > a {}
	.products_link > a > .icon {}
	.company_bg {
		height: calc(100% - 50px);
	}
	.company_bg_item {
		height: 100px;
	}
	.company_bg-rev {
		height: calc(100% - 90px);
	}
	.form_bg-rev {
		height: calc(100% - 90px);
	}
	.form_input {}
	.form_input-age {}
	.form_caution {}
	.contents-second {
		min-height: calc(100vh - 149px);
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.header-second {}
	.header-second .navi_link > a {}
	.header-second .navi_list > li > a {}
	.header-second .header_logo_img-white {}
	.header-second .header_logo_img-color {}
	.error {}
	.error_inner {}
	.error_title {}
	.error_text {
		text-align: left;
	}
	.error_link {
		max-width: 280px;
		margin-top: 30px;
	}
	.header-second .menuBtn {
		color: var(--color-text);
	}
	.company_bankTbl {
		font-size: 14px;
	}
	.company_bankTbl > tbody > tr > th {
		padding-right: 0;
	}
}
@media screen and (max-width:374px) {
	.visual_catch {
		font-size: 40px;
	}
	.flow_col-step {
		width: 60px;
	}
	.flow_col-body {
		width: calc(100% - 85px);
	}
	.flow_step_text_num {
		font-size: 36px;
	}
	.company_bankTbl {
		font-size: 12px;
	}
}
