@charset "UTF-8";
.p-headline {
	color: rgba(132, 178, 255, 0.20);
	font-size: 130px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	position: relative;
	z-index: 2;
	letter-spacing: 0.02em;
}
.faci {
	margin-bottom: 115px;
}
.faci_inner {
	max-width: 940px;
}
.faci_title {}
.faci_text {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.faci_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.faci_list > li {
	width: 48.4%;
}
.faci_list > li:first-child {}
.faci_list > li:last-child {}
.faci_list > li:nth-child(2n+1) {}
.faci_list > li:nth-child(n+3) {}
.faci_fig {}
.faci_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.faci_fig > figcaption {
	font-size: 20px;
	margin-top: 25px;
	letter-spacing: 0.15em;
}
[lang="en"] .faci_fig > figcaption {
	letter-spacing: 0;
}
.faci_fig > figcaption::before {}
.qual {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: 115px;
}
.qual_inner {}
.qual_title {}
.qual_headline {
    margin-left: -50px;
	top: 30px;
}
.qual_message {
	max-width: 900px;
	margin: -150px auto 100px;
}
@media screen and (max-width:999px) {
	.qual_headline {
		margin-left: -30px;
		top: 40px;
	}
	.qual_message {
		margin: -110px auto 90px;
	}
}
@media screen and (max-width:767px) {
	.qual_message {
		margin: -60px auto 40px;
	}
	.qual_headline {
		top: 65px;
	}
}
.qual_sectWrap {
	display: flex;
	flex-wrap: wrap;
}
.qual_sect {
	width: 48.75%;
	margin-left: 2.5%;
}
.qual_sect:nth-child(2n+1) {
	margin-left: 0;
}
.qual_sect:nth-child(n+3) {
	margin-top: 34px;
}
.qual_cols {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	height: 100%;
}
.qual_col {}
.qual_col-no1 {
	width: 225px;
	position: relative;
	z-index: 1;
}
.qual_areaTxt::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: 100%;
}
.qual_areaTxt {
	background-color: #fff;
	padding: 39px 22px 20px;
	padding-right: 30px;
	position: relative;
	z-index: 0;
	min-height: 230px;
	box-sizing: border-box;
}
.qual_text {}
.qual_col-no2 {
	width: calc(100% - 225px);
	position: relative;
	z-index: 1;
	align-self: flex-start;
	padding-bottom: 30px;
}
.qual_image {}
.qual_image > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.envi {}
.envi_inner {}
.envi_title {
	margin-bottom: 30px;
}
.envi_headline {
	margin-left: -50px;
	top: 80px;
}
.envi_message {
	max-width: 900px;
	margin: -110px auto 180px;
}
@media screen and (max-width:999px) {
	.envi_message {
		margin: -90px auto 110px;
	}
	.envi_headline {
		top: 60px;
	}
}
@media screen and (max-width:767px) {
	.envi_message {
		margin: -40px auto 60px;
	}
	.envi_headline {
		top: 80px;
	}
}
.envi_cols {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1016px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
	margin-top: -50px;
}
.envi_col {}
.envi_col-no1 {
	width: 540px;
	background-color: #f2f5fa;
	padding: 60px 45px 52px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.envi_col-no1::before {
	content: "";
	display: block;
	width: 45px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 100%;
	background-color: #f2f5fa;
}
.envi_areaTxt {
	max-width: 420px;
	margin: 0 auto;
}
.envi_list {
	list-style: none;
	line-height: 1.61;
	margin-bottom: 31px;
}
.envi_list > li {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-left: 50px;
	margin-top: 19px;
	letter-spacing: 0.17em;
}
[lang="en"] .envi_list > li {
	letter-spacing: 0;
}
.envi_list > li:first-child {
	margin-top: 0;
}
.envi_list > li:last-child {}
.envi_list > li:nth-child(2n+1) {}
.envi_list > li:nth-child(n+3) {}
.envi_list > li > b {
	display: block;
	color: #003ccb;
	line-height: 1;
	font-weight: 600;
	font-size: 34px;
	position: absolute;
	z-index: 1;
	top: 0.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	margin-top: 1px;
}
.envi_text {
	padding: 0 5px;
}
.envi_col-no2 {
	width: calc(100% - 540px);
	position: relative;
	z-index: 2;
	padding-top: 17px;
}
.envi_image {}
.envi_image > img {
	display: block;
	max-width: 100%;
	height: initial;
}
.prod {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: 120px;
}
.prod_inner {
	max-width: 1280px;
}
.prod_title {}
.prod_box {
	background-color: #fff;
	padding: 95px 25px;
}
.prod_cols {
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}
.prod_col {}
.prod_col-no1 {
	width: 42%;
}
.prod_headline {
	font-size: 26px;
	line-height: 1.69;
}
.prod_text {}
.prod_col-no2 {
	width: 50.9%;
	padding-top: 5px;
}
.prod_image {}
.prod_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.prod_subhead {
	margin-top: -60px;
	margin-left: -170px;
	margin-bottom: 90px;
}
.aboutWrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.about {
	width: 32.5%;
	margin-left: 1.25%;
}
.about:nth-child(3n+1) {
	margin-left: 0;
}
.about:nth-child(n+4) {
	margin-top: 60px;
}
.about_image {
	margin-bottom: 36px;
}
.about_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.about_areaTxt {
	padding: 0 10px;
}
.about_title {
	font-size: 20px;
	letter-spacing: 0.15em;
}
[lang="en"] .about_title {
	letter-spacing: 0;
}
.about_text {
	letter-spacing: 0.05em;
}
.about_use {
	color: #808080;
	margin-top: 10px;
}
.flow {
	margin-bottom: 140px;
}
.flow_inner {
	max-width: 1220px;
}
.flow_title {}
.flow_intro {
	max-width: 900px;
	margin: 0 auto;
}
.flow_message {
	margin-bottom: 70px;
	letter-spacing: 0.1em;
}
.flow_oList {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.flow_oList > li {
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.38;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #003ccb;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 26px;
}
.flow_oList > li::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #003ccb;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
}
.flow_oList > li:last-child::after {
	display: none;
}
.flow_oList > li:first-child {}
.flow_oList > li:last-child {}
.flow_oList > li:nth-child(2n+1) {}
.flow_oList > li:nth-child(n+3) {}
.flow_oList > li > b {
	display: block;
	font-size: inherit;
	font-weight: 600;
	color: #003ccb;
	margin-bottom: 11px;
}
.flow_oList > li > small {
	display: block;
	font-size: inherit;
}
.flow_headline {
	text-align: right;
	margin-right: -48px;
	margin-top: -70px;
}
.flow_sectWrap {}
.flow_sect {
	width: calc((100% - 78px) / 2);
	position: relative;
	z-index: 1;
	margin-top: -115px;
}
.flow_sect:first-child {
	margin-top: 0;
}
.flow_sect-right {
	margin-left: auto;
}
.flow_sect::after {
	content: "";
	display: block;
	width: 2px;
	height: 100px;
	background-color: #003ccb;
	position: absolute;
	z-index: 1;
	left: 100%;
	bottom: 15px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-left: 40px;
}
.flow_sect:last-child::after {
	display: none;
}
.flow_sect-right::after {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 40px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	bottom: 6px;
}
.flow_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flow_cols-rev {
	flex-direction: row-reverse;
}
.flow_col {
	min-height: 260px;
	box-sizing: border-box;
}
.flow_col-no1 {
	background-color: #f2f5fa;
	width: 49.2%;
	box-sizing: border-box;
	padding: 37px 20px;
	position: relative;
	z-index: 1;
}
.flow_col-no1::after {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: #f2f5fa;
	top: 0;
	left: 100%;
}
.flow_col-no1Rev::after {
	left: auto;
	right: 100%;
}
.flow_areaTxt {
	max-width: 200px;
	margin: 0 auto;
}
.flow_number {
	line-height: 1;
	color: #003ccb;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
}
.flow_subhead {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
[lang="en"] .flow_subhead {
	letter-spacing: 0;
}
.flow_text {}
.flow_col-no2 {
	width: 50.8%;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
.flow_image {
	position: relative;
	z-index: 1;
}
.flow_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:1599px) {
	.prod_subhead {
		margin-left: -30px;
	}
}
@media screen and (max-width:1199px) {
	.prod_headline {
		font-size: 23px;
	}
	.about_title {
		font-size: 18px;
	}
	.qual_col-no1 {}
	.qual_areaTxt {
		padding: 30px 20px 10px;
		min-height: 180px;
	}
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.p-headline {
		font-size: 95px;
	}
	.faci {
		margin-bottom: 90px;
	}
	.faci_inner {}
	.faci_title {}
	.faci_text {}
	.faci_list {}
	.faci_list > li {}
	.faci_list > li:first-child {}
	.faci_list > li:last-child {}
	.faci_list > li:nth-child(2n+1) {}
	.faci_list > li:nth-child(n+3) {}
	.faci_fig {}
	.faci_fig > img {}
	.faci_fig > figcaption {
		font-size: 18px;
		margin-top: 15px;
	}
	.faci_fig > figcaption::before {}
	.qual {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 90px;
	}
	.qual_inner {}
	.qual_title {}
	.qual_message {
		max-width: none;
	}
	.qual_sectWrap {}
	.qual_sect {}
	.qual_sect:nth-child(2n+1) {}
	.qual_sect:nth-child(n+3) {}
	.qual_cols {}
	.qual_col {}
	.qual_col-no1 {
		width: 55%;
	}
	.qual_areaTxt::after {
		display: none;
	}
	.qual_areaTxt {
		padding: 20px 15px;
		min-height: 140px;
	}
	.qual_text {}
	.qual_col-no2 {
		width: 45%;
		padding-bottom: 60px;
	}
	.qual_image {}
	.qual_image > img {}
	.envi {}
	.envi_inner {}
	.envi_title {}
	.envi_headline {
		margin-left: -20px;
	}
	.envi_cols {
		max-width: none;
		margin-top: -30px;
	}
	.envi_col {}
	.envi_col-no1 {
		width: 56%;
		padding: 40px 20px;
	}
	.envi_col-no1::before {
		width: 30px;
	}
	.envi_areaTxt {}
	.envi_list {}
	.envi_list > li {
		font-size: 22px;
		padding-left: 44px;
	}
	.envi_list > li:first-child {}
	.envi_list > li:last-child {}
	.envi_list > li:nth-child(2n+1) {}
	.envi_list > li:nth-child(n+3) {}
	.envi_list > li > b {
		font-size: 28px;
	}
	.envi_text {}
	.envi_col-no2 {
		width: 44%;
	}
	.envi_image {}
	.envi_image > img {}
	.prod {
		padding-top: 90px;
		padding-bottom: 90px;
		margin-bottom: 90px;
	}
	.prod_inner {}
	.prod_title {}
	.prod_box {
		padding: 70px 25px;
	}
	.prod_cols {
		align-items: center;
		max-width: none;
	}
	.prod_col {}
	.prod_col-no1 {}
	.prod_headline {
		font-size: 18px;
	}
	.prod_text {}
	.prod_col-no2 {
		padding-top: 0;
	}
	.prod_image {}
	.prod_image > img {}
	.prod_subhead {
		margin-left: -25px;
		margin-top: -45px;
		margin-bottom: 50px;
	}
	.aboutWrap {
		max-width: 794px;
	}
	.about {
		width: 49%;
		margin-left: 1%;
	}
	.about:nth-child(3n+1) {
		margin-left: 1%;
	}
	.about:nth-child(2n+1) {
		margin-left: 0;
	}
	.about:nth-child(n+3) {
		margin-top: 30px;
	}
	.about_image {
		margin-bottom: 18px;
	}
	.about_image > img {}
	.about_areaTxt {}
	.about_title {}
	.about_text {}
	.about_use {}
	.flow {
		margin-bottom: 110px;
	}
	.flow_inner {}
	.flow_title {}
	.flow_intro {}
	.flow_message {
		margin-bottom: 50px;
	}
	.flow_oList {
		max-width: 700px;
		margin: 0 auto;
	}
	.flow_oList > li {
		width: 110px;
		height: 110px;
		padding-top: 12px;
		font-size: 16px;
	}
	[lang="en"] .flow_oList > li {
		padding-top: 15px;
		font-size: 13px;
	}
	.flow_oList > li::after {}
	.flow_oList > li:last-child::after {}
	.flow_oList > li:first-child {}
	.flow_oList > li:last-child {}
	.flow_oList > li:nth-child(2n+1) {}
	.flow_oList > li:nth-child(n+3) {}
	.flow_oList > li > b {
		margin-bottom: 5px;
	}
	.flow_headline {
		margin-right: 0;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	.flow_sectWrap {
		max-width: 570px;
		margin: 0 auto;
	}
	.flow_sect {
		width: auto;
		margin-top: 10px;
	}
	.flow_sect:first-child {}
	.flow_sect-right {}
	.flow_sect::after {
		position: static;
		margin: 0 auto;
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
		height: 90px;
	}
	.flow_sect:last-child::after {}
	.flow_sect-right::after {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	.flow_cols {}
	.flow_cols-rev {}
	.flow_col {}
	.flow_col-no1 {}
	.flow_col-no1::after {}
	.flow_col-no1Rev::after {}
	.flow_areaTxt {}
	.flow_number {}
	.flow_subhead {}
	.flow_text {}
	.flow_col-no2 {}
	.flow_image {}
	.flow_image > img {}
}
@media screen and (max-width:767px) {
	.p-headline {
		font-size: 50px;
	}
	.faci {
		margin-bottom: 60px;
	}
	.faci_inner {}
	.faci_title {}
	.faci_text {
		padding: 0;
		margin-bottom: 20px;
	}
	.faci_list {
		display: block;
		max-width: 455px;
		margin: 0 auto;
	}
	.faci_list > li {
		width: auto;
		margin-top: 20px;
	}
	.faci_list > li:first-child {
		margin-top: 0;
	}
	.faci_list > li:last-child {}
	.faci_list > li:nth-child(2n+1) {}
	.faci_list > li:nth-child(n+3) {}
	.faci_fig {}
	.faci_fig > img {}
	.faci_fig > figcaption {
		font-size: 16px;
		margin-top: 8px;
	}
	.faci_fig > figcaption::before {}
	.qual {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.qual_inner {}
	.qual_title {}
	.qual_message {
		margin-bottom: 55px;
	}
	.qual_sectWrap {
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.qual_sect {
		width: auto;
		margin-left: 0;
	}
	.qual_sect:nth-child(2n+1) {}
	.qual_sect:nth-child(n+2) {
		margin-top: 25px;
	}
	.qual_cols {
		display: block;
	}
	.qual_col {
		width: auto;
	}
	.qual_col-no1 {}
	.qual_areaTxt::after {
		width: 25px;
	}
	.qual_areaTxt {
		min-height: 0;
		padding: 20px;
	}
	.qual_text {}
	.qual_col-no2 {
		padding-bottom: 0;
	}
	.qual_image {}
	.qual_image > img {}
	.envi {}
	.envi_inner {}
	.envi_title {}
	.envi_headline {}
	.envi_cols {
		display: block;
		margin-top: -15px;
	}
	.envi_col {
		width: auto;
	}
	.envi_col-no1 {
		margin-bottom: 20px;
		padding: 30px 15px;
	}
	.envi_col-no1::before {
		display: none;
	}
	.envi_areaTxt {}
	.envi_list {
		margin-bottom: 20px;
	}
	.envi_list > li {
		font-size: 18px;
		padding-left: 34px;
	}
	.envi_list > li:first-child {}
	.envi_list > li:last-child {}
	.envi_list > li:nth-child(2n+1) {}
	.envi_list > li:nth-child(n+3) {}
	.envi_list > li > b {
		font-size: 24px;
		margin-top: -1px;
	}
	.envi_text {}
	.envi_col-no2 {
		padding-top: 0;
		max-width: 467px;
		margin: 0 auto;
	}
	.envi_image {}
	.envi_image > img {}
	.prod {
		padding-top: 55px;
		padding-bottom: 55px;
		margin-bottom: 60px;
	}
	.prod_inner {}
	.prod_title {}
	.prod_box {
		padding: 40px 20px;
	}
	.prod_cols {
		display: block;
	}
	.prod_col {
		width: auto;
	}
	.prod_col-no1 {
		margin-bottom: 20px;
	}
	.prod_headline {}
	.prod_text {}
	.prod_col-no2 {}
	.prod_image {}
	.prod_image > img {}
	.prod_subhead {
		margin-left: -10px;
		margin-top: -22px;
		font-size: 45px;
		margin-bottom: 30px;
	}
	.aboutWrap {
		display: block;
		max-width: 390px;
	}
	.about {
		width: auto;
		margin-left: 0;
	}
	.about:nth-child(3n+1) {}
	.about:nth-child(n+2) {
		margin-top: 18px;
	}
	.about_image {
		margin-bottom: 12px;
	}
	.about_image > img {}
	.about_areaTxt {}
	.about_title {
		font-size: 16px;
	}
	.about_text {}
	.about_use {
		margin-top: 5px;
	}
	.flow {
		margin-bottom: 65px;
	}
	.flow_inner {}
	.flow_title {}
	.flow_intro {}
	.flow_message {
		margin-bottom: 30px;
	}
	.flow_oList {
		flex-wrap: wrap;
		justify-content: center;
		max-width: none;
	}
	[lang="en"] .flow_oList {
		max-width: 240px;
	}
	.flow_oList > li {
		width: 58px;
		height: 58px;
		font-size: 10px;
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
		border-width: 1px;
		white-space: nowrap;
		margin-right: 10px;
	}
	[lang="en"] .flow_oList > li {
		font-size: 10px;
		white-space: normal;
		width: 70px;
		height: 70px;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.flow_oList > li::after {
		width: 10px;
		height: 1px;
		margin-left: 1px;
	}
	.flow_oList > li:last-child::after {}
	.flow_oList > li:first-child {}
	.flow_oList > li:last-child {
		margin-right: 0;
	}
	.flow_oList > li:nth-child(2n+1) {}
	.flow_oList > li:nth-child(n+3) {}
	.flow_oList > li > b {
		line-height: 1;
	}
	.flow_oList > li > small {
		transform: scale(0.8);
	}
	.flow_headline {
		font-size: 60px;
		margin-top: -20px;
	}
	.flow_sectWrap {}
	.flow_sect {}
	.flow_sect:first-child {}
	.flow_sect-right {}
	.flow_sect::after {
		width: 1px;
		height: 50px;
	}
	.flow_sect:last-child::after {}
	.flow_sect-right::after {}
	.flow_cols {}
	.flow_cols-rev {}
	.flow_col {
		min-height: 0;
	}
	.flow_col-no1 {
		padding: 20px 15px;
		width: 55%;
	}
	.flow_col-no1::after {}
	.flow_col-no1Rev::after {}
	.flow_areaTxt {}
	.flow_number {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.flow_subhead {
		font-size: 16px;
		margin-bottom: 6px;
		letter-spacing: 0.1em;
	}
	.flow_text {}
	.flow_col-no2 {
		width: 45%;
	}
	.flow_image {}
	.flow_image > img {}
}
@media screen and (max-width:374px) {
	.p-headline {
		font-size: 40px;
	}
	.flow_oList > li {
		width: 56px;
	}
	.flow_oList > li:nth-child(3) {
		margin-right: 0;
	}
	.flow_oList > li:nth-child(3)::after {}
	.flow_oList > li:nth-child(4)::before {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 100%;
		background-color: #003ccb;
	}
	.flow_oList {
		max-width: 220px;
	}
	.flow_oList > li::after {}
	.envi_list > li {
		font-size: 15px;
		padding-left: 30px;
	}
	.envi_list > li > b {
		font-size: 20px;
	}
}
