.l-bg {
	background: linear-gradient(-246deg, rgba(226, 237, 241, 0.8) 8.24%, rgba(255, 255, 255, 0.8) 39.32%, rgba(250, 243, 237, 0.8) 84.3%);
}
@media screen and (max-width: 767px) {
	.l-bg {
		background: linear-gradient(-100deg, rgba(166, 216, 237, 0.8) 1.56%, rgba(255, 255, 255, 0.8) 31.25%, rgba(247, 237, 228, 0.8) 67.26%);
	}
}

.p-business-heading {
	padding-top: 3.5rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-business-heading {
		padding-top: 0;
		padding-bottom: 8rem;
	}
}
.p-business-heading .l-content-inner {
	width: 136rem;
	padding: 0 1.2rem 0 1rem;
}
@media screen and (max-width: 767px) {
	.p-business-heading .l-content-inner {
		padding: 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-business-heading .c-section-title .title-jp {
		font-size: 5.4rem;
	}
}

.p-mv .l-content-inner {
	padding: 0;
	width: 100%;
}
.p-mv img {
	width: 100%;
}

.p-contents {
	padding-top: 12rem;
}
@media screen and (max-width: 767px) {
	.p-contents {
		padding-top: 12rem;
	}
}
.p-contents__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-contents__content {
		display: block;
	}
}
.p-contents__content .img {
	width: 56.2rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img {
		width: 100%;
		margin: 6rem auto;
	}
}
@media print, screen and (min-width: 768px) {
	.p-contents__content .img {
		position: absolute;
		right: 0;
		top: 0;
	}
}
.p-contents__content .cnt {
	width: 45.6rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .cnt {
		width: 100%;
	}
}
.p-contents__content .img__animation01 {
	position: relative;
	margin: auto;
	width: 100%;
	height: 50rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 {
		height: 70.6rem;
	}
}
.p-contents__content .img__animation01 .img__circle-wrap {
	width: 34.4rem;
	height: 34.4rem;
	position: absolute;
	top: 6.8rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__circle-wrap {
		width: 48.2rem;
		height: 48.2rem;
		top: 10.6rem;
	}
}
.p-contents__content .img__animation01 .progress-wrap {
	width: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 0;
	left: 0;
}
.p-contents__content .img__animation01 .progress-ring {
	width: 100%;
	height: 100%;
	display: block;
}
.p-contents__content .img__animation01 .progress-ring__circle {
	stroke-dasharray: 1055.84;
	stroke-dashoffset: 1055.84;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.p-contents__content .img__animation01.js-animeOn .progress-ring__circle {
	-webkit-animation: progress-rotate 2s linear forwards;
	        animation: progress-rotate 2s linear forwards;
}
@-webkit-keyframes progress-rotate {
	0% {
		stroke-dashoffset: 1055.84;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes progress-rotate {
	0% {
		stroke-dashoffset: 1055.84;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.p-contents__content .img__animation01 .img__circle {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__circle img {
		width: 33.6rem;
	}
}
.p-contents__content .img__animation01 .img__list li {
	position: absolute;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li {
		font-size: 3rem;
	}
}
.p-contents__content .img__animation01 .img__list li .icon {
	width: 9rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li .icon {
		width: 12.6rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(1) {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(1) .text {
	margin-bottom: 1rem;
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(2) {
	left: 0.7rem;
	top: 11.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(2) {
		display: block;
		top: 7.4rem;
		left: 6.2rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(2) .text {
	margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(2) .text {
		margin-right: 0;
		margin-bottom: 1.5rem;
		margin-left: -6rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(3) {
	right: 0;
	top: 11.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(3) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		top: 11.4rem;
		right: 5.4rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(3) .text {
	margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(3) .text {
		margin-left: 0;
		margin-bottom: 1.5rem;
		margin-right: -6rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(4) {
	left: -1rem;
	bottom: 12.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(4) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		left: 6.2rem;
		bottom: 11rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(4) .text {
	margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(4) .text {
		margin-right: 0;
		margin-left: -6rem;
		margin-top: 1.5rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(5) {
	right: 3.5rem;
	bottom: 12.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(5) {
		display: block;
		bottom: 11rem;
		right: 4.7rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(5) .text {
	margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img__animation01 .img__list li:nth-of-type(5) .text {
		margin-left: 0;
		margin-top: 1.5rem;
	}
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(6) {
	bottom: 1.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-contents__content .img__animation01 .img__list li:nth-of-type(6) .text {
	margin-top: 1rem;
}
.p-contents__text {
	margin-top: 4rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-contents__text {
		margin-top: 3.8rem;
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 6rem; /* 230.769% */
	}
}
.p-contents__text a {
	text-decoration: underline;
}
.p-contents__detail {
	padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__detail {
		padding-top: 15rem;
	}
}
.p-contents__detail-text {
	margin-top: 2rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-contents__detail-text {
		margin-top: 5.6rem;
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.04em;
	}
}

.p-links__list {
	margin-top: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-links__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 4rem;
		margin-top: 5.6rem;
	}
}
.p-links__list .item {
	width: 36rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item {
		width: 100%;
	}
}
.p-links__list .item__inn {
	display: block;
	position: relative;
}
.p-links__list .item .cnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 9.1rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .cnt {
		padding-top: 8.8rem;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.p-links__list .item .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .text {
		font-size: 3.6rem;
		letter-spacing: 0.05em;
	}
}
.p-links__list .item .c-btn {
	width: 31.4rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn {
		width: 58.6rem;
		bottom: 3.5rem;
	}
}
.p-links__list .item .c-btn__inn {
	text-transform: uppercase;
}
.p-links__list .item .c-btn__inn::before {
	background-image: url(../images/common/bg_btn-icon02.png);
}
.p-links__list .item .c-btn__inn .icon.-residents img {
	width: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-residents img {
		width: 6.3rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-owners img {
	width: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-owners img {
		width: 6.3rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-partners img {
	width: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-partners img {
		width: 6.5rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-philosophy img {
	width: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-philosophy img {
		width: 6.6rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-message img {
	width: 2.9rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-message img {
		width: 5.8rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-business img {
	width: 3.4rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-business img {
		width: 6.3rem;
	}
}
.p-links__list .item .c-btn__inn .text {
	letter-spacing: 0.2em !important;
}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0) translateX(0);
		        transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-15%) translateX(15%);
		        transform: translateY(-15%) translateX(15%);
	}
}
@keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0) translateX(0);
		        transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-15%) translateX(15%);
		        transform: translateY(-15%) translateX(15%);
	}
}
@media print, screen and (min-width: 768px) {
	.p-links__list .item__inn:hover {
		opacity: 1;
	}
	.p-links__list .item__inn:hover .c-btn__inn::before {
		width: 100%;
		background-image: url(../images/common/bg_btn-before.png);
	}
	.p-links__list .item__inn:hover .c-btn__inn .arrow img {
		-webkit-animation: bounce 0.8s infinite;
		        animation: bounce 0.8s infinite;
	}
}

.p-works {
	padding-top: 9rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-works {
		padding-top: 15rem;
		padding-bottom: 20rem;
	}
}
@media screen and (max-width: 767px) {
	.p-works .c-section-title .title-jp {
		font-size: 4rem;
		font-weight: 600;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
}
.p-works__content {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-works__content {
		margin-top: 6rem;
		display: block;
	}
}
.p-works__text {
	width: 54.3rem;
	max-width: 100%;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-works__text {
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.04em;
		width: 100%;
	}
}
.p-works__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-works__btns {
		display: block;
		margin-top: 6rem;
	}
}
.p-works .c-btn.-small.-arrow {
	width: 23.2002rem;
	height: 5.4134rem;
}
@media screen and (max-width: 767px) {
	.p-works .c-btn.-small.-arrow {
		width: 52rem;
		height: 12rem;
		margin: 2.4rem auto auto;
	}
	.p-works .c-btn.-small.-arrow:first-of-type {
		margin-top: 0;
	}
	.p-works .c-btn.-small.-arrow .c-btn__inn .text {
		text-align: center;
	}
}

.p-slider {
	padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
	.p-slider {
		padding-bottom: 0;
		margin-top: 5.6rem;
	}
}
@-webkit-keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
.p-slider__wrapper {
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-slider__wrapper {
		gap: 2.4rem;
	}
}
.p-slider__slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: scroll-left 60s infinite linear 0.5s both;
	        animation: scroll-left 60s infinite linear 0.5s both;
	gap: 2.4rem;
}
.p-slider__slides ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
.p-slider__slides ul li {
	width: 26.4rem;
}
@media screen and (max-width: 767px) {
	.p-slider__slides ul li {
		width: 44rem;
	}
}

.p-patents {
	padding-top: 10rem;
	background-color: #1F1F1F;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-patents {
		padding-top: 15rem;
	}
}
@media screen and (max-width: 767px) {
	.p-patents .c-section-title .title-jp {
		font-size: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-patents .c-section-title .title-en {
		font-size: 2.2rem;
	}
}
.p-patents__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-patents__content {
		display: block;
		margin-top: 5.6rem;
	}
}
.p-patents__content .img {
	width: 63.2rem;
	max-width: 100%;
	margin-right: -5.2rem;
}
@media screen and (max-width: 767px) {
	.p-patents__content .img {
		width: 100%;
		margin: 6rem 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-patents__content .img {
		position: absolute;
		right: 0;
		top: 0;
	}
}
.p-patents__content .img__animation02 {
	position: relative;
	width: 100%;
	height: 40.1rem;
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-patents__content .img__animation02 {
		height: 90.4rem;
		width: 63.9rem;
		margin: auto;
		padding-top: 0;
		padding-left: 7rem;
	}
}
.p-patents__content .img__animation02 .img__parts01 {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-patents__content .img__animation02 .img__parts01 {
		width: 46.3rem;
		margin: auto;
	}
}
.p-patents__content .img__animation02 .img__parts02 {
	position: absolute;
	right: 7rem;
	top: 6.9rem;
}
@media screen and (max-width: 767px) {
	.p-patents__content .img__animation02 .img__parts02 {
		width: 44.3rem;
		right: auto;
		left: 10rem;
		top: auto;
		bottom: 9rem;
	}
}
.p-patents__content .img__animation02 .img__parts02::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 300px solid #1F1F1F;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.8s border-width;
	transition: 0.8s border-width;
}
.p-patents__content .img__animation02 .img__parts03 {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.8s opacity;
	transition: 0.8s opacity;
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
	.p-patents__content .img__animation02 .img__parts03 {
		right: auto;
		top: auto;
		bottom: 0;
		left: 0;
	}
}
.p-patents__content .img__animation02.js-animeOn .img__parts02::after {
	border-width: 0;
}
.p-patents__content .img__animation02.js-animeOn .img__parts03 {
	opacity: 1;
}
.p-patents__content .cnt {
	width: 45.8rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-patents__content .cnt {
		width: 100%;
	}
}
.p-patents__content .text {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-patents__content .text {
		font-size: 2.6rem;
		letter-spacing: 0.04em;
	}
}
.p-patents__content .c-btn.-arrow.-small {
	margin-top: 4rem;
	width: 34rem;
	height: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-patents__content .c-btn.-arrow.-small {
		margin-top: 9rem;
		width: 67rem;
		height: 15rem;
	}
}
.p-patents__content .c-btn.-arrow.-small .c-btn__inn {
	color: #1F1F1F;
	background-image: url(../images/common/bg_btn-before-w.png);
	background-size: cover;
}
.p-patents__content .c-btn.-arrow.-small .c-btn__inn:hover::before {
	width: 0;
}
@media screen and (max-width: 767px) {
	.p-patents__content .c-btn.-arrow.-small .c-btn__inn {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.p-patents__content .c-btn.-arrow.-small .c-btn__inn .text {
		font-size: 3.2rem;
		font-weight: 400;
		line-height: 1.5;
		-webkit-box-flex: unset;
		    -ms-flex-positive: unset;
		        flex-grow: unset;
	}
}

.p-what {
	background-color: #1F1F1F;
	color: #ffffff;
	padding-top: 7.5rem;
	padding-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
	.p-what {
		padding-top: 14rem;
		padding-bottom: 23rem;
	}
}
@media screen and (max-width: 767px) {
	.p-what .c-section-title .title-jp {
		font-size: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-what .c-section-title .title-en {
		font-size: 2.2rem;
	}
}
.p-what__text {
	margin-top: 4rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-what__text {
		margin-top: 5.6rem;
		font-size: 2.6rem;
		letter-spacing: 0.04em;
	}
}
.p-what__image {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-what__image {
		margin: 8rem -4rem 0;
		width: calc(100% + 8rem);
		max-width: none;
	}
}
/*# sourceMappingURL=business.css.map */