@charset "utf-8";
/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
#gHeader {
	background-color: #005b60;
}
#gNavi a {
	color: #fff;
}
#gHeader .btnList .white, #gHeader .logo .white {
	display: block;
}
#gHeader .btnList .dark, #gHeader .logo .dark {
	display: none;
}
#gHeader .searchBtn a:before,#gHeader .searchBtn a:after {
	background: #fff;
}
#pagePath {
	background-color: #005b60;
}
#pagePath li {
	color: #fff;
}
#pagePath a {
	color: #fff;
}
#main .topSec {
	padding: 1rem 0 14rem;
	background-color: #005b60;
	overflow: hidden;
}
#main .topSec .headLine01 {
	color: #fff;
}
#main .topSec .sub {
	margin-bottom: 9.7rem;
	padding-bottom: 14rem;
	position: relative;
}
#main .topSec .imgBox {
	position: relative;
	margin-left: auto;
	max-width: calc(50% + 53rem);
	flex-direction: row-reverse;
	gap: 0 12.1rem;
}
#main .topSec .imgBox .photoBox {
	flex: 1;
}
#main .topSec .imgBox .photoBox img {
	width: 100%;
}
#main .topSec .imgBox .textBox {
	width: 42rem;
}
#main .topSec .imgBox .textBox .title {
	margin-bottom: 4.1rem;
	color: #fff;
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.54;
	letter-spacing: 0.06em;
}
#main .topSec .imgBox .textBox .text {
	color: #fff;
	font-size: 2rem;
	line-height: 2.1;
	letter-spacing: 0.08em;
}
#main .topSec .infiniteslide_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#main .topSec .infiniteslide_wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
	background: linear-gradient(90deg,#005b60 0%, rgba(0, 91, 96, 0.5) 19.7%, rgba(0, 91, 96, 0.1) 40.39%, rgba(0, 91, 96, 0.1) 57.14%, rgba(0, 91, 96, 0.5) 72.91%, #005b60 100%);
	z-index: 1;
	content: "";
}
#main .topSec .imgtext {
	white-space: nowrap;
	flex-wrap: nowrap !important;
	width: 100%;
}
#main .topSec .imgtext img {
	margin: 0 37rem;
	height: 17.2rem;
}
#main .topSec .anchorUl {
	margin: 0 auto;
	max-width: 99rem;
}
#main .topSec .anchorUl li {
	width: calc(100%/3);
	border-left: 1px solid rgba(255,255,255,0.7);
}
#main .topSec .anchorUl li:last-child {
	border-right: 1px solid rgba(255,255,255,0.7);
}
#main .topSec .anchorUl a {
	padding: 0.5rem 0.5rem 0.6rem;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}
#main .topSec .anchorUl a:hover {
	opacity: 0.7;
}
#main .topSec .anchorUl .subTxt {
	padding-right: 5.2rem;
	display: inline-block;
	text-align: left;
	background: url(../img/common/icon_arrow04.png) no-repeat right center/2.8rem;
}
#main .topSec .anchorUl .en {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}
#main .vitality {
	padding-bottom: 15rem;
	background-color: #005b60;
}
#main .vitality .imgBox {
	position: relative;
	width: calc(50% + 57.5rem);
}
#main .vitality .imgBox .photoBox {
	position: sticky;
	z-index: 1;
	top: 0;
	left: 0;
	width: 54.28%;
	height: 100vh;
}
#main .vitality .imgBox .photoBox .photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#main .vitality .imgBox .photoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
}
#main .vitality .imgBox .photoBox .title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 28.6rem;
	bottom: 9svh;
	z-index: 1;
}
#main .vitality .imgBox .photoBox .notes {
	position: absolute;
	right: 1.5rem;
	bottom: 1.6rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: right;
	z-index: 1;
}
@media all and (min-width: 897px) and (max-height: 720px) {
	#main .vitality .imgBox .photoBox p {
		bottom: 5svh;
	}
}
#main .vitality .imgBox .textBox {
	margin-left: auto;
	width: calc(50% - 16.2rem);
}
#main .vitality .imgBox .textBox .headLine03 {
	margin-bottom: 10rem;
}
#main .vitality .imgBox .textBox .title {
	margin-bottom: 5.7rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.56;
}
#main .vitality .imgBox .textBox .title02 {
	margin-right: -1rem;
}
@media all and (min-width: 897px) and (max-width: 1340px) {
	#main .vitality .imgBox .textBox .title {
		font-size: 3rem;
	}
}
#main .vitality .imgBox .textBox .photo {
	margin-bottom: 5.7rem;
}
#main .vitality .imgBox .textBox .photo img {
	width: 100%;
}
#main .vitality .imgBox .textBox .text {
	margin-bottom: 1.4rem;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.875;
}
#main .vitality .imgBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .vitality .imgBox .textBox .sub:not(:last-child) {
	margin-bottom: 14.5rem;
}
#main .vitality .imgBox .comBtn {
	margin-top: 5.5rem;
}
@-webkit-keyframes btn_animation {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
#main .technology {
	padding: 15rem 0 4rem;
	background-color: #568989;
	overflow: hidden;
}
#main .technology .content {
	max-width: 106rem;
}
#main .technology .imgBox {
	margin-bottom: 15rem;
	gap: 15.2rem;
}
#main .technology .imgBox .photoBox {
	width: 50.5rem;
}
#main .technology .imgBox .photoBox01 {
	margin-left: -15.3rem;
}
#main .technology .imgBox .photoBox img {
	width: 100%;
}
#main .technology .imgBox .textBox {
	flex: 1;
}
#main .technology .imgBox .textBox .headLine03 {
	margin-bottom: 10rem;
}
#main .technology .imgBox .textBox .title {
	margin-bottom: 5.3rem;
	color: #fff;
	font-size: 2.9rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.55;
}
#main .technology .imgBox .textBox .title sup {
	font-size: 1.6rem;
}
#main .technology .imgBox .textBox .text {
	margin-bottom: 4.8rem;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.875;
}
#main .technology .imgBox .textBox .text sup {
	font-size: 0.9rem;
}
#main .technology .imgBox .imgtext {
	width: 43rem;
}
#main .technology .imgBox .imgtext p {
	margin-bottom: 2.7rem;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.3;
}
#main .technology .imgBox .imgtext p sup {
	font-size: 1.4rem;
}
#main .technology .imgBox01 {
	margin-bottom: 6rem;
	gap: 6.3rem;
	flex-direction: row-reverse;
}
#main .technology .imgBox01 .photoBox {
	width: 45rem;
}
#main .technology .imgBox01 .textBox .title {
	margin-right: -2rem;
	font-size: 3.2rem;
}
#main .technology .imgBox01 .textBox .title sup {
	font-size: 1.75rem;
}
#main .technology .imgBox01 .comBtn a {
	max-width: 100%;
}
#main .technology .innerBox .title {
	font-size: 2.6rem;
	line-height: 1.65;
	color: #fff;
	font-weight: 300;
}
#main .technology .innerBox .title .big {
	margin-left: 0.7rem;
	display: block;
	font-size: 3.2rem;
	letter-spacing: 0.06em;
}
#main .technology .innerBox .title sup {
	font-size: 1.7rem;
}
#main .technology .innerBox .imgtext {
	position: relative;
	margin: -8rem auto 6.2rem;
	width: 57.6rem;
}
#main .technology .innerBox .imgtext .photo img {
	width: 100%;
}
#main .technology .innerBox .imgtext .btn {
	width: 7.6rem;
	position: absolute;
	z-index: 1;
}
#main .technology .innerBox .imgtext .btn a {
	padding: 0.1rem 0.2rem 0.4rem;
	display: block;
	text-align: center;
	border-radius: 1.3rem;
	background-color: #fff;
	font-size: 1.4rem;
	color: #005b60;
}
#main .technology .innerBox .imgtext .btn a:hover {
	opacity: 0.7;
}
#main .technology .innerBox .imgtext .btn01 {
	top: 73.3%;
	left: 50%;
	transform: translateX(-50%);
}
#main .technology .innerBox .imgtext .btn02 {
	top: 13.8rem;
	left: 50%;
	transform: translateX(-50%);
}
#main .technology .innerBox .imgtext .btn03 {
	bottom: 2.5rem;
	left: 4.5rem;
}
#main .technology .innerBox .imgtext .btn04 {
	bottom: 2.5rem;
	right: 4.1rem;
}
#main .technology .innerBox .notesUl {
	gap: 0.3rem 1.5rem;
}
#main .technology .innerBox .notesUl li {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.04em;
}
#main .technology .innerBox .notesUl li:nth-child(2) {
	width: calc(100% - 30rem);
}
#main .oil {
	padding: 15rem 0;
	background-color: #fbfbf9;
}
#main .oil .content {
	max-width: 106rem;
	overflow: hidden;
}
#main .oil .imgBox {
	align-items: flex-start;
}
#main .oil .imgBox .textBox {
	flex: 1;
}
#main .oil .imgBox .textBox .title {
	margin-bottom: 5.4rem;
	font-size: 3.2rem;
	font-weight: 300;
	color: #005b60;
	letter-spacing: 0.06em;
	line-height: 1.56;
}
#main .oil .imgBox .textBox .subTitle {
	margin-bottom: 2rem;
	font-size: 2rem;
	color: #005b60;
	letter-spacing: 0.04em;
}
#main .oil .imgBox .textBox .text {
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.875;
	color: #005b60;
}
#main .oil .content-wrap {
    max-width: 106rem;
    margin: 0 auto;
}
#main .oil .imgBox01 {
	margin-bottom: 9.6rem;
	gap: 15.2rem;
	width: calc(50% + 53rem);
}
#main .oil .imgBox .photoBox img {
	width: 100%;
}
#main .oil .imgBox01 .photoBox {
	width: 50.5rem;
	margin-left: -15.3rem;
}
#main .oil .imgBox01 .headLine03 {
	margin-bottom: 10rem;
}
#main .oil .imgBox02 {
	margin-bottom: 9.4rem;
	gap: 6.5rem;
	flex-direction: row-reverse;
}
#main .oil .imgBox02 .photoBox {
	width: 45rem;
}
#main .oil .imgBox .textBox .title {
	margin-bottom: 5.7rem;
}
#main .oil h3 {
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
	font-weight: 300;
	font-size: 2.4rem;
	text-align: center;
	color: #005b60;
}
#main .oil h3 span {
	position: relative;
	z-index: 2;
	background-color: #fbfbf9;
	padding: 0 1.5rem;
}
#main .oil h3::after {
	width: 250rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #8aadaf;
	content: "";
}
#main .oil .naturalUl {
	margin: 0 0.3rem;
}
#main .oil .naturalUl li {
	width: calc(100% / 6);
}
#main .oil .naturalUl .photo {
	margin: 0 auto 1.8rem;
	width: 67.95%;
	border-radius: 50%;
	overflow: hidden;
}
#main .oil .naturalUl p {
	text-align: center;
	color: #005b60;
}
#main .oil .naturalUl p span {
	margin-top: 0.4rem;
	display: block;
	font-size: 1.3rem;
}
#main .method {
	padding: 15rem 0 10rem;
	background-color: #568989;
}
#main .method .content {
	max-width: 55.5rem;
}
#main .method .headLine03 {
	margin-bottom: 8rem;
}
#main .method .photo {
	margin-bottom: 8rem;
}
#main .method .photo img {
	width: 100%;
}
#main .method .title {
	margin: 0 0 7.3rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.56;
}
#main .method .text {
	margin-bottom: 5.7rem;
	color: #fff;
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.04em;
}
#main .method .comBtn a {
	max-width: 54.5rem;
}
@media all and (max-width: 896px) {
	#gHeader .searchBtn .dark, #gHeader .menu .dark {
		display: none;
	}
	#gHeader .searchBtn .white, #gHeader .menu .white {
		display: block;
	}
	#gHeader .menu .close.white {
		display: none;
	}
	#gHeader .menu.on .close.dark {
		display: none;
	}
	#gHeader .menu.on .close.white {
		display: block;
	}
	#main .topSec {
		padding: 3.2rem 0 12.8rem;
	}
	#main .topSec .sub {
		margin-bottom: 11.5rem;
		padding-bottom: 0;
	}
	#main .topSec .imgBox {
		margin-left: 0;
		max-width: 100%;
		display: block;
		position: relative;
	}
	#main .topSec .imgBox .photoBox {
		margin: 0 0 -1rem 4rem;
	}
	#main .topSec .imgBox .textBox {
		margin: 0 4rem;
		width: auto;
	}
	#main .topSec .imgBox .textBox .title {
		margin-bottom: 3.3rem;
		font-size: 2.8rem;
		line-height: 1.57;
	}
	#main .topSec .imgBox .textBox .text {
		font-size: 1.5rem;
		line-height: 2.13;
	}
	#main .topSec .infiniteslide_wrap {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 3.7rem;
	}
	#main .topSec .imgtext img {
		height: 4.9rem;
		margin: 0 12rem;
	}
	#main .topSec .anchorUl {
		margin: 0 1rem;
	}
	#main .topSec .anchorUl li {
		width: 100%;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.7);
	}
	#main .topSec .anchorUl li:last-child {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.7);
	}
	#main .topSec .anchorUl a {
		padding: 1.4rem 0;
		font-size: 1.2rem;
	}
	#main .topSec .anchorUl .subTxt {
		display: block;
		background-position: right 0.3rem center;
	}
	#main .topSec .anchorUl .en {
		margin-bottom: 0.3rem;
		font-size: 2rem;
	}
	#main .vitality {
		padding-bottom: 9rem;
	}
	#main .vitality .imgBox {
		width: auto;
		display: block;
	}
	#main .vitality .imgBox .photoBox {
		margin-bottom: 6rem;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	#main .vitality .imgBox .photoBox .photo {
		position: static;
	}
	#main .vitality .imgBox .photoBox .title {
		display: none;
	}
	#main .vitality .imgBox .photoBox .notes {
		font-size: 1rem;
		right: 1.2rem;
		bottom: 1.2rem;
	}
	#main .vitality .imgBox .textBox {
		margin: 0 3rem;
		width: auto;
	}
	#main .vitality .imgBox .textBox .headLine03 {
		margin-bottom: 5.8rem;
	}
	#main .vitality .imgBox .textBox .title {
		margin-bottom: 4.2rem;
		font-size: 2.2rem;
		letter-spacing: 0.04em;
		line-height: 1.72;
	}
	#main .vitality .imgBox .textBox .photo {
		margin-bottom: 4rem;
	}
	#main .vitality .imgBox .textBox .text {
		margin-bottom: 1.1rem;
	}
	#main .vitality .imgBox .textBox .sub:not(:last-child) {
		margin-bottom: 7.3rem;
	}
	#main .vitality .imgBox .comBtn {
		margin-top: 3.7rem;
	}
	#main .technology {
		padding: 6rem 0 9rem;
	}
	#main .technology .imgBox {
		margin: 0 0 10rem;
		display: block;
	}
	#main .technology .imgBox .photoBox {
		margin-bottom: 5.7rem;
		width: calc(100% + 2rem);
	}
	#main .technology .imgBox .photoBox01 {
		margin-left: -3rem;
	}
	#main .technology .headLine03 {
		margin-bottom: 6.2rem;
	}
	#main .technology .imgBox .textBox .title {
		margin-bottom: 2.3rem;
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
	#main .technology .imgBox .textBox .title sup {
		font-size: 1.2rem;
	}
	#main .technology .imgBox .textBox .text {
		margin-bottom: 5.5rem;
		line-height: 1.98;
	}
	#main .technology .imgBox .textBox .text sup {
		font-size: 0.8rem;
	}
	#main .technology .imgBox .imgtext {
		margin: 0 auto;
		width: 29.6rem;
	}
	#main .technology .imgBox .imgtext p {
		margin-bottom: 2.2rem;
		font-size: 1.8rem;
	}
	#main .technology .imgBox .imgtext p sup {
		font-size: 1.2rem;
	}
	#main .technology .imgBox01 {
		margin-bottom: 3.7rem;
		display: block;
	}
	#main .technology .imgBox01 .photoBox {
		width: auto;
	}
	#main .technology .imgBox01 .textBox .title {
		margin-right: 0;
		font-size: 2rem;
	}
	#main .technology .imgBox01 .textBox .title sup {
		font-size: 1.1rem;
	}
	#main .technology .imgBox01 .textBox .text {
		margin-bottom: 3.6rem;
	}
	#main .technology .innerBox .title {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.04em;
	}
	#main .technology .innerBox .title .big {
		margin-left: 0;
		font-size: 2rem;
		letter-spacing: 0.04em;
	}
	#main .technology .innerBox .title sup {
		font-size: 1.1rem;
	}
	#main .technology .innerBox .imgtext {
		padding-right: 0;
		margin: 0.8rem -2rem 3.8rem;
		width: auto;
		text-align: center;
	}
	#main .technology .innerBox .imgtext .photo {
		margin: 0 auto;
		width: 36.5rem;
		position: relative;
		text-align: center;
	}
	#main .technology .innerBox .imgtext .photo img {
		width: 36.5rem;
	}
	#main .technology .innerBox .imgtext .btn {
		width: 5.3rem;
	}
	#main .technology .innerBox .imgtext .btn a {
		padding: 0.1rem 0.2rem;
		border-radius: 1rem;
		font-size: 1.1rem;
	}
	#main .technology .innerBox .imgtext .btn01 {
		top: 72.9%;
	}
	#main .technology .innerBox .imgtext .btn02 {
		top: 8.6rem;
	}
	#main .technology .innerBox .imgtext .btn03 {
		left: 2.8rem;
		bottom: 1.7rem;
	}
	#main .technology .innerBox .imgtext .btn04 {
		right: 2.5rem;
		bottom: 1.7rem;
	}
	#main .technology .innerBox .imgtext .btn03,#main .technology .innerBox .imgtext .btn04 {
		width: 4.9rem;
	}
	#main .technology .innerBox .imgtext .btn03 a,#main .technology .innerBox .imgtext .btn04 a {
		padding: 0 0.2rem;
	}
	#main .technology .innerBox .notesUl {
		display: block;
	}
	#main .technology .innerBox .notesUl li {
		margin-bottom: 0.1rem;
		padding-left: 1.9rem;
		text-indent: -1.9rem;
		font-size: 1rem;
		width: auto !important;
		letter-spacing: 0;
	}
	#main .technology .innerBox .notesUl li:last-child {
		margin-bottom: 0;
	}
	#main .oil {
		padding: 6rem 0 8.9rem;
	}
	#main .oil .content {
		overflow: visible;
	}
	#main .oil .imgBox {
		display: block !important;
	}
	#main .oil .imgBox .headLine03 {
		margin: 0 3rem 6.2rem;
	}
	#main .oil .imgBox .textBox {
		margin: 0 3rem;
	}
	#main .oil .imgBox .textBox .title {
		margin-bottom: 5.4rem;
		font-size: 2rem;
		letter-spacing: 0.04em;
		line-height: 1.8;
	}
	#main .oil .imgBox .textBox .subTitle {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
		line-height: 1.89;
	}
	#main .oil .imgBox .textBox .text {
		line-height: 2;
	}
	#main .oil .imgBox01 {
		margin-bottom: 8.8rem;
		width: auto;
	}
	#main .oil .imgBox01 .photoBox {
		margin: 0 4rem 5.7rem 0;
		width: auto;
	}
	#main .oil .imgBox02 {
		margin-bottom: 6rem;
	}
	#main .oil .imgBox02 .photoBox {
		margin-bottom: 5.6rem;
		width: auto;
	}
	#main .oil .imgBox02 .textBox {
		margin: 0;
	}
	#main .oil .imgBox .textBox .title {
		margin: 0 -1rem 2.2rem 0;
	}
	#main .oil h3 {
		margin: 0 -0.6rem 3rem;
		font-size: 1.7rem;
	}
	#main .oil h3 span {
		padding: 0 0.2rem 0 1rem;
	}
	#main .oil .naturalUl {
		margin: 0 1rem;
		gap: 4rem 0;
		justify-content: space-between;
	}
	#main .oil .naturalUl li {
		width: 41.9%;
	}
	#main .oil .naturalUl .photo {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .oil .naturalUl .photo img {
		width: 100%;
	}
	#main .oil .naturalUl p {
		margin: 0 -2rem;
		font-size: 1.3rem;
		line-height: 1.54;
	}
	#main .oil .naturalUl p span {
		margin-top: 0;
		font-size: 1.3rem;
	}
	#main .method {
		padding: 6rem 0 8.7rem;
	}
	#main .method .content {
		max-width: 100%;
	}
	#main .method .headLine03 {
		margin-bottom: 6rem;
	}
	#main .method .photo {
		margin-bottom: 5.7rem;
	}
	#main .method .photo img {
		width: 100%;
	}
	#main .method .title {
		margin: 0 -1rem 2.3rem 0;
		font-size: 2rem;
		letter-spacing: 0.04em;
		line-height: 1.8;
	}
	#main .method .text {
		margin-bottom: 3.7rem;
		line-height: 2;
	}
}