@charset "UTF-8";
.header {
	height: 91px;
}
.header_contents {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
}
.header_inner {
	max-width: 1221px;
}
.header_cols {
	display: flex;
}
.header_col {}
.header_col-title {
	width: 424px;
}
.header_title {}
.header_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 91px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
	color: var(--color-dark-black);
}
.header_title_inner {
	display: block;
	position: relative;
	padding-bottom: 10.15%;
	width: 100%;
}
.header_title_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.header_col-menu {
	max-width: calc(100% - 444px);
	margin-left: auto;
}
.menuBtn {
	display: none;
}
.menuBtn_barWrap {}
.menuBtn_bar {}
.menuBtn_bar-no1 {}
.menuBtn_bar-no2 {}
.menuBtn_bar-no3 {}
.navigation {
	height: 100%;
}
.navigation_inner {
	height: 100%;
}
.navigation_list {
	list-style: none;
	display: flex;
	height: 100%;
}
.navigation_list > li {}
.navigation_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-weight: 500;
	font-family: var(--font-archivo);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 15px;
	padding: 0 20px;
}
.contents {
	overflow: hidden;
}
.footer {
	background-color: var(--color-dark-black);
	color: var(--color-white);
	font-weight: bold;
	padding-bottom: 55px;
	box-shadow: 0 100vh 0 100vh var(--color-dark-black);
	padding-top: 121px;
}
.footer_inner {
	max-width: 1014px;
}
.footer_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.footer_col {}
.footer_col-txt {
	width: 514px;
}
.footer_logo {}
.footer_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.footer_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 10.15%;
}
.footer_logo_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.footer_addr {
	font-size: 20px;
	line-height: 2;
	padding-left: 7px;
}
.footer_infoList {
	list-style: none;
	margin-top: 29px;
	padding-left: 7px;
}
.footer_infoList > li {}
.footer_infoList > li:nth-child(n+2) {
	margin-top: 11px;
}
.footer_infoList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-family: var(--font-archivo);
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.footer_infoList_icon {
	display: block;
	width: 26px;
	height: 26px;
	fill: currentColor;
	margin-right: 23px;
}
.footer_col-list {
	list-style: none;
}
.footer_list {
	list-style: none;
	display: flex;
	margin-right: 0;
}
.footer_list > li {}
.footer_list > li > a {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-family: var(--font-archivo);
	font-weight: 500;
	line-height: 15px;
	padding: 6px 20px;
	display: block;
}
.footer_copyright {
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	font-family: var(--font-archivo);
	font-weight: 500;
	margin-top: 188px;
	text-transform: uppercase;
}
.navigation_list_text {
	display: block;
	position: relative;
	padding: 8px 0;
}
.footer_list_text {
	display: block;
	padding: 8px 0;
	position: relative;
}
.footer_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 10px);
	height: 2px;
	background-color: var(--color-blue);
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: right bottom;
}
.navigation_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 10px);
	height: 2px;
	background-color: var(--color-blue);
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: right bottom;
}
.mainVis {
	position: relative;
	color: var(--color-white);
	background-color: var(--color-snow-gray);
}
.mainVis_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVis_areaText {
	position: relative;
	z-index: 1;
}
.mainVis_inner {
	min-height: 639px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 1066px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.mainVis_title {
	font-size: 58px;
	line-height: 60px;
	font-family: var(--font-archivo);
	font-weight: 500;
	max-width: 577px;
}
.mainVis_catch {
	font-size: 19px;
	font-weight: bold;
	margin-top: 14px;
	letter-spacing: 0.1em;
}
.section {
	position: relative;
}
.section-service {
	padding-bottom: 186px;
}
.section_deco {
	display: block;
	width: 2622px;
	height: 2622px;
	fill: var(--color-dark-black);
	fill-opacity: .05;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.section_deco-service {
	margin-top: 170px;
	margin-left: 190px;
}
.section_inner {
	max-width: 1013px;
	position: relative;
	z-index: 2;
}
.section_areaTitle {
	position: relative;
	padding-top: 76px;
	margin-bottom: 70px;
}
.section_subTitle {
	font-size: 180px;
	font-weight: 500;
	font-family: var(--font-archivo);
	color: var(--color-white);
	line-height: 1;
	white-space: nowrap;
}
.section_subTitle-service {
	position: absolute;
	left: 50%;
	margin-left: -102px;
	top: 0;
}
.section_title {
	display: flex;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.section_title_inner {
	background-color: var(--color-dark-black);
	color: var(--color-white);
	line-height: 63px;
	display: block;
	padding: 0 24px;
	padding-top: 2px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.section_text {
	font-size: 19px;
	line-height: 2.10;
	font-weight: bold;
}
.service {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8.3%;
	row-gap: 53px;
	margin-top: 77px;
}
.service_cell {}
.service_sect {
	background-color: #fff;
	height: 100%;
}
.service_image {}
.service_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.service_areaText {
	padding: 48px 20px 30px;
	box-sizing: border-box;
	min-height: 284px;
}
.service_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.service_text {
	font-weight: bold;
	letter-spacing: 0.08em;
	max-width: 392px;
	margin-left: auto;
	margin-right: auto;
}
.section_cols {
	display: flex;
}
.section_col {}
.section_col-txt {
	padding-top: 62px;
}
.section_msg {
	font-size: 19px;
	line-height: 2.10;
}
.section_col-img {
	width: calc(100% - 500px);
	margin-left: auto;
	max-width: 413px;
}
.section_image {
	width: 463px;
}
.section_image > img {}
.section-about {
	padding-top: 97px;
	margin-bottom: 185px;
}
.section_deco-about {
	margin-top: -608px;
	margin-left: 890px;
}
.section_subTitle-about {
	margin-bottom: 31px;
}
.section_title-about {
	margin-bottom: 57px;
}
.aboutImages {
	margin-top: 139px;
	margin-left: -71px;
	margin-right: -70px;
}
.aboutImages_grid {
	display: grid;
	grid-template-columns: 0.3fr 0.25fr 0.45fr;
	align-items: center;
	column-gap: 43px;
}
.aboutImages_cell {
	position: relative;
}
.aboutImages_cell-no1 {
	top: -29px;
}
.aboutImages_image {}
.aboutImages_image-no1 {}
.aboutImages_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.aboutImages_cell-no2 {
	top: 14px;
}
.aboutImages_image-no2 {}
.aboutImages_image-no2 > img {
	display: block;
}
.aboutImages_cell-no3 {}
.aboutImages_image-no3 {}
.aboutImages_image-no3 > img {
	display: block;
}
.section_inner-about {
	max-width: 1044px;
}
.section_text-about {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 67px;
}
.section-support {
	padding-top: 18px;
	padding-bottom: 53px;
	position: relative;
}
.section_areaTitle-support {
	padding-top: 134px;
	margin-bottom: 29px;
}
.section_subTitle-support {
	color: rgba(86, 138, 137, 0.20);
	position: absolute;
	left: 50%;
	margin-left: -180px;
	top: 0;
}
.support {}
.support_cols {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 997px;
}
.support_col {}
.support_col-title {}
.support_title {
	font-size: 26px;
	line-height: 1.54;
	font-weight: bold;
	margin-bottom: 22px;
}
.support_list {
	list-style: none;
	font-weight: bold;
}
.support_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.support_caution {
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.support_text {
	font-weight: bold;
	margin-top: 2.1em;
}
.support_col-img {
	width: calc(100% - 310px);
	padding-top: 11px;
	max-width: 640px;
}
.support_headline {
	font-size: 26px;
	line-height: 1.538;
	color: var(--color-green);
}
.support_images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -55px;
	margin-left: -68px;
}
.support_fig {
	max-width: 222px;
}
.support_fig > img {
	display: block;
	width: 100%;
	height: auto;
}
.support_fig > figcaption {
	display: flex;
	width: 90px;
	height: 31px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-green);
	margin: -12px auto 0;
	color: var(--color-white);
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 2px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.section_inner-support {
	max-width: 1044px;
}
.section_bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .footer_list_text::after {
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
	a:hover .navigation_list_text::after {
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
	.header_title > a:hover {
		opacity: .7;
	}
	.menuBtn:hover {}
	.navigation_list > li > a:hover {}
	.footer_logo > a:hover {
		color: var(--color-green);
	}
	.footer_infoList > li > a:hover {
		color: var(--color-green);
	}
	.footer_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.header {}
	.header_contents {}
	.header_inner {}
	.header_cols {}
	.header_col {}
	.header_col-title {}
	.header_title {}
	.header_title > a {}
	.header_title_inner {}
	.header_title_img {}
	.header_col-menu {}
	.menuBtn {}
	.menuBtn_barWrap {}
	.menuBtn_bar {}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {}
	.menuBtn_bar-no3 {}
	.navigation {}
	.navigation_inner {}
	.navigation_list {}
	.navigation_list > li {}
	.navigation_list > li > a {}
	.contents {}
	.footer {
		padding-top: 100px;
	}
	.footer_inner {}
	.footer_cols {}
	.footer_col {}
	.footer_col-txt {
		width: 440px;
	}
	.footer_logo {}
	.footer_logo > a {}
	.footer_logo_inner {}
	.footer_logo_img {}
	.footer_addr {}
	.footer_infoList {}
	.footer_infoList > li {}
	.footer_infoList > li:nth-child(n+2) {}
	.footer_infoList > li > a {}
	.footer_infoList_icon {}
	.footer_col-list {}
	.footer_list {}
	.footer_list > li {}
	.footer_list > li > a {}
	.footer_copyright {
		margin-top: 100px;
	}
	.navigation_list_text {}
	.footer_list_text {}
	.footer_list_text::after {}
	.navigation_list_text::after {}
	.mainVis {}
	.mainVis_image {}
	.mainVis_image > img {}
	.mainVis_areaText {}
	.mainVis_inner {
		min-height: 510px;
	}
	.mainVis_title {}
	.mainVis_catch {}
	.section {}
	.section-service {
		padding-bottom: 100px;
	}
	.section_deco {
		width: 1830px;
		height: 1830px;
	}
	.section_deco-service {}
	.section_inner {}
	.section_areaTitle {}
	.section_subTitle {
		font-size: 168px;
	}
	.section_subTitle-service {}
	.section_title {
		font-size: 30px;
	}
	.section_title_inner {
		line-height: 56px;
	}
	.section_text {
		font-size: 17px;
	}
	.service {
		column-gap: 25px;
		row-gap: 25px;
	}
	.service_cell {}
	.service_sect {}
	.service_image {}
	.service_image > img {}
	.service_areaText {
		min-height: 0;
	}
	.service_title {
		font-size: 21px;
		margin-bottom: 11px;
	}
	.service_text {}
	.section_cols {}
	.section_col {}
	.section_col-txt {}
	.section_msg {
		font-size: 17px;
	}
	.section_col-img {
		width: calc(100% - 450px);
	}
	.section_image {
		width: 390px;
	}
	.section_image > img {}
	.section-about {
		margin-bottom: 100px;
	}
	.section_deco-about {}
	.section_subTitle-about {}
	.section_title-about {
		margin-bottom: 31px;
	}
	.aboutImages {}
	.aboutImages_grid {
		column-gap: 23px;
	}
	.aboutImages_cell {}
	.aboutImages_cell-no1 {}
	.aboutImages_image {}
	.aboutImages_image-no1 {}
	.aboutImages_image > img {}
	.aboutImages_cell-no2 {}
	.aboutImages_image-no2 {}
	.aboutImages_image-no2 > img {}
	.aboutImages_cell-no3 {}
	.aboutImages_image-no3 {}
	.aboutImages_image-no3 > img {}
	.section_inner-about {}
	.section_text-about {}
	.section-support {}
	.section_areaTitle-support {}
	.section_subTitle-support {}
	.support {}
	.support_cols {}
	.support_col {}
	.support_col-title {}
	.support_title {}
	.support_list {}
	.support_list > li {}
	.support_caution {}
	.support_text {}
	.support_col-img {}
	.support_headline {
		font-size: 22px;
	}
	.support_images {
		margin-top: 10px;
		margin-left: -30px;
	}
	.support_fig {}
	.support_fig > img {}
	.support_fig > figcaption {
		width: 70px;
		font-size: 14px;
		height: 26px;
	}
	.section_inner-support {}
	.section_bg {}
}
@media screen and (max-width:767px) {
	.header {
		height: 60px;
	}
	.header_contents {}
	.header_inner {
		padding-right: 0;
	}
	.header_cols {}
	.header_col {}
	.header_col-title {
		width: 250px;
	}
	.header_title {}
	.header_title > a {
		height: 60px;
	}
	.header_title_inner {}
	.header_title_img {}
	.header_col-menu {
		width: calc(100% - 250px);
		max-width: 60px;
	}
	.menuBtn {
		display: block;
		width: 60px;
		height: 60px;
	}
	.menuBtn_barWrap {
		display: block;
		width: 24px;
		margin: 0 auto;
	}
	.menuBtn_bar {
		height: 1px;
		display: block;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {
		margin: 6px auto;
	}
	.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);
	}
	.navigation {
		height: auto;
		position: fixed;
		top: 60px;
		right: 0;
		background-color: var(--color-white);
		height: calc(100% - 60px);
		width: 120px;
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition-property: opacity, visibility, transform;
		transition-duration: .5s;
	}
	.navigation.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}
	.navigation_inner {}
	.navigation_list {
		display: block;
	}
	.navigation_list > li {}
	.navigation_list > li > a {
		display: flex;
		height: 50px;
		align-items: center;
	}
	.contents {}
	.footer {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.footer_inner {}
	.footer_cols {
		display: block;
		margin-bottom: 20px;
	}
	.footer_col {}
	.footer_col-txt {
		width: auto;
		max-width: 280px;
		margin: 0 auto 0;
	}
	.footer_logo {
		margin-bottom: 0;
	}
	.footer_logo > a {}
	.footer_logo_inner {}
	.footer_logo_img {}
	.footer_addr {
		padding: 0;
		font-size: inherit;
		text-align: center;
	}
	.footer_infoList {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0;
		margin-top: 15px;
	}
	.footer_infoList > li {}
	.footer_infoList > li:nth-child(n+2) {
		margin-top: 0;
	}
	.footer_infoList > li > a {
		font-size: inherit;
	}
	.footer_infoList_icon {
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}
	.footer_col-list {
		margin-top: 20px;
	}
	.footer_list {
		justify-content: center;
	}
	.footer_list > li {}
	.footer_list > li > a {}
	.footer_copyright {
		font-size: 10px;
		margin-top: 45px;
	}
	.navigation_list_text {}
	.footer_list_text {}
	.footer_list_text::after {}
	.navigation_list_text::after {}
	.mainVis {}
	.mainVis_image {}
	.mainVis_image > img {}
	.mainVis_areaText {}
	.mainVis_inner {
		min-height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.mainVis_title {
		font-size: 30px;
		line-height: 31px;
	}
	.mainVis_catch {
		font-size: 16px;
		margin-top: 10px;
		margin-right: -10px;
	}
	.section {}
	.section-service {
		padding-bottom: 60px;
	}
	.section_deco {
		width: 1000px;
		height: 1000px;
	}
	.section_deco-service {
		margin-top: auto;
		margin-left: 190px;
		transform: translateX(-50%);
		top: auto;
		bottom: 0;
		margin-bottom: -200px;
	}
	.section_inner {}
	.section_areaTitle {
		margin-bottom: 25px;
		padding-top: 50px;
	}
	.section_subTitle {
		font-size: 70px;
	}
	.section_subTitle-service {}
	.section_title {
		font-size: 18px;
	}
	.section_title_inner {
		line-height: 32px;
		padding-top: 1px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.section_text {
		font-size: 15px;
		line-height: inherit;
	}
	.service {
		display: block;
		margin-top: 35px;
	}
	.service_cell {
		margin-bottom: 25px;
	}
	.service_cell:last-child {
		margin-bottom: 0;
	}
	.service_sect {}
	.service_image {}
	.service_image > img {}
	.service_areaText {
		padding: 20px 20px 20px;
	}
	.service_title {}
	.service_text {}
	.section_cols {
		display: block;
	}
	.section_col {
		width: auto;
		padding: 0;
	}
	.section_col-txt {}
	.section_msg {
		font-size: inherit;
		line-height: inherit;
	}
	.section_col-img {
		margin-top: 25px;
		margin-right: auto;
	}
	.section_image {
		width: auto;
	}
	.section_image > img {}
	.section-about {
		padding-top: 50px;
		margin-bottom: 60px;
	}
	.section_deco-about {
		margin-top: -308px;
		margin-left: 490px;
	}
	.section_subTitle-about {
		margin-bottom: 10px;
	}
	.section_title-about {}
	.aboutImages {
		margin-left: -40px;
		margin-right: -40px;
		margin-top: 35px;
	}
	.aboutImages_grid {
		column-gap: 10px;
	}
	.aboutImages_cell {
		top: 0;
	}
	.aboutImages_cell-no1 {}
	.aboutImages_image {}
	.aboutImages_image-no1 {}
	.aboutImages_image > img {}
	.aboutImages_cell-no2 {}
	.aboutImages_image-no2 {}
	.aboutImages_image-no2 > img {}
	.aboutImages_cell-no3 {}
	.aboutImages_image-no3 {}
	.aboutImages_image-no3 > img {}
	.section_inner-about {}
	.section_text-about {
		margin-bottom: 20px;
	}
	.section-support {
		padding-top: 25px;
	}
	.section_areaTitle-support {}
	.section_subTitle-support {
		margin-left: -140px;
	}
	.support {}
	.support_cols {
		display: block;
	}
	.support_col {
		width: auto;
		max-width: none;
	}
	.support_col-title {}
	.support_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.support_list {}
	.support_list > li {}
	.support_caution {}
	.support_text {
		margin-top: 1em;
	}
	.support_col-img {
		padding: 0;
		margin-top: 35px;
	}
	.support_headline {
		font-size: 18px;
	}
	.support_images {
		margin-left: -10px;
	}
	.support_fig {}
	.support_fig > img {}
	.support_fig > figcaption {}
	.section_inner-support {}
	.section_bg {}
}
@media screen and (max-width:374px) {
	.header_col-title {
		width: 230px;
	}
	.header_col-menu {
		width: calc(100% - 230px);
	}
	.mainVis_catch {
		font-size: 14px;
	}
}
