.innerBlock .upper {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.innerBlock .upper .head {
	position: relative;
}
.innerBlock .upper img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 940px) {
	.innerBlock .upper img {
		width: 45px;
	}
}
.innerBlock .upper h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.2em;
	z-index: 1;
}
@media screen and (max-width: 940px) {
	.innerBlock .upper h2 {
		font-size: 24px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.05em;
	}
}
.innerBlock .upper .text {
	display: block;
	position: relative;
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	z-index: 1;
}
.innerBlock .upper .text.bold {
	font-weight: bold;
}
.innerBlock .upper .text.bold + .text {
	margin-top: 5px;
}
@media screen and (max-width: 600px) {
	.innerBlock .upper .text {
		margin: 20px 30px 0;
	}
}
.businessDetailArea.sustainability {
	margin: 200px auto 0;
}
@media screen and (max-width: 768px) {
	.businessDetailArea.sustainability {
		margin: 75px auto 0;
	}
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower {
		margin: 47px 12px 0;
	}
}
.businessDetailArea.sustainability .innerBlock .lower .img {
	position: relative;
	height: 276px;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower .img {
		height: 140px;
	}
}
.businessDetailArea.sustainability .innerBlock .lower .img .inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 260px;
	width: 100%;
	height: 260px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower .img .inner {
		max-width: 130px;
		height: 130px;
	}
}
.businessDetailArea.sustainability .innerBlock .lower .img img {
	max-width: none;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower .img img {
		max-width: 130px;
	}
}
.businessDetailArea.sustainability .innerBlock .lower .title {
	font-size: 20px;
	line-height: 150%;
	color: #4fb99f;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower .title {
		font-size: 16px;
	}
}
.businessDetailArea.sustainability .innerBlock .lower .text {
	display: block;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	color: #444;
	letter-spacing: normal;
}
.businessDetailArea.sustainability .innerBlock .lower .text.break {
	word-break: keep-all;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower .text {
		font-size: 14px;
		line-height: 180%;
	}
}
.businessDetailArea.sustainability .innerBlock .lower ul li {
	width: 100%;
}
@media screen and (max-width: 960px) {
	.businessDetailArea.sustainability .innerBlock .lower ul li {
		width: 50%;
	}
}
@media screen and (min-width: 960px) {
	.businessDetailArea.sustainability .innerBlock .lower ul li a:hover img {
		transform: scale(1.05);
	}
}
.businessDetailArea.sustainability .innerBlock .lower ul li:nth-child(1) .img {
	background: url(../images/sustainability/img_product_detail_01.png)
		no-repeat;
	background-size: contain;
	background-position: center;
}
.businessDetailArea.sustainability .innerBlock .lower ul li:nth-child(2) .img {
	background: url(../images/sustainability/img_product_detail_02.png)
		no-repeat;
	background-size: contain;
	background-position: center;
}
.businessDetailArea.sustainability .innerBlock .lower ul li:nth-child(3) .img {
	height: 289px;
	background: url(../images/sustainability/img_product_detail_03.png)
		no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability
		.innerBlock
		.lower
		ul
		li:nth-child(3)
		.img {
		height: 140px;
	}
}
.businessDetailArea.sustainability .innerBlock .lower ul li:nth-child(4) .img {
	background: url(../images/sustainability/img_product_detail_04.png)
		no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.sustainability .innerBlock .lower ul li {
		width: 50%;
	}
	.businessDetailArea.sustainability .innerBlock .lower ul li:nth-child(3) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower {
		margin: 47px 30px 0;
	}
}
@media screen and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower ul {
		display: block;
	}
}
.businessDetailArea.child .innerBlock .lower ul li {
	max-width: 365px;
}
.businessDetailArea.child .innerBlock .lower ul li.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower ul li {
		width: 100%;
		margin: auto;
	}
	.businessDetailArea.child .innerBlock .lower ul li + li {
		margin-top: 50px;
	}
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(1) .img {
	background: none;
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(2) .img {
	background: none;
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(3) {
	margin-top: 50px;
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.businessDetailArea.child .innerBlock .lower ul li:nth-child(3) .img {
	height: auto;
	background: none;
}
.businessDetailArea.child .innerBlock .lower ul li .attention {
	display: block;
	font-size: 14px;
	line-height: 180%;
}
.businessDetailArea.child .innerBlock .lower .img {
	height: auto;
}
.businessDetailArea.child .innerBlock .lower .img img {
	max-width: 260px;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower .img img {
		max-width: 215px;
	}
}
@media screen and (max-width: 960px) {
	.businessDetailArea.child .innerBlock .lower .title {
		max-width: 250px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 960px) and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower .title {
		max-width: none;
	}
}
.businessDetailArea.child .innerBlock .lower .text {
	text-align: left;
	max-width: 345px;
	margin: auto;
}
@media screen and (max-width: 780px) {
	.businessDetailArea.child .innerBlock .lower .text {
		max-width: 250px;
		font-size: 16px;
	}
}
@media screen and (max-width: 780px) and (max-width: 600px) {
	.businessDetailArea.child .innerBlock .lower .text {
		max-width: none;
	}
}
.businessDetailArea.child.feelpeace .innerBlock .lower .title {
	color: #f29f4d;
}
.businessDetailArea.child.atatame365 .innerBlock .lower .title {
	color: #d8b100;
}
.businessDetailArea.child.atatame365 .innerBlock .lower .text {
	max-width: none;
}
@media screen and (max-width: 780px) {
	.businessDetailArea.child.atatame365 .innerBlock .lower .text {
		max-width: 250px;
	}
}
@media screen and (max-width: 780px) and (max-width: 600px) {
	.businessDetailArea.child.atatame365 .innerBlock .lower .text {
		max-width: 316px;
	}
}
.businessDetailArea.child.products .innerBlock .lower .title {
	color: #ff8181;
}
.businessDetailArea.child.environment .innerBlock .lower .title {
	color: #609cd3;
}
.businessDetailArea.child.environment .innerBlock .lower li .link {
	display: flex;
	margin-top: 20px;
}
.businessDetailArea.child.environment .innerBlock .lower li .link a {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 500px) {
	.businessDetailArea.child.environment .innerBlock .lower li .link a {
		font-size: 13px;
		line-height: 260%;
		letter-spacing: 0.1em;
	}
}
.businessDetailArea.child.environment .innerBlock .lower li .link a .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.businessDetailArea.child.environment
	.innerBlock
	.lower
	li
	.link
	a
	.btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.businessDetailArea.child.environment
	.innerBlock
	.lower
	li
	.link
	a
	.btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (max-width: 940px) {
	.businessDetailArea.child.environment .innerBlock .lower li .link a .btn {
		top: -2px;
		width: 32px;
		height: 32px;
	}
	.businessDetailArea.child.environment
		.innerBlock
		.lower
		li
		.link
		a
		.btn::after {
		width: 32px;
		height: 32px;
	}
}
.businessDetailArea.child.environment
	.innerBlock
	.lower
	li
	.link
	a
	.btn.link::before {
	width: 15px;
	background: url(../images/sustainability/icon_link.svg) no-repeat;
	background-size: contain;
}
.businessDetailArea.child.environment .innerBlock .lower li .link a .text {
	padding-left: 50px;
	font-weight: bold;
}
@media screen and (max-width: 940px) {
	.businessDetailArea.child.environment .innerBlock .lower li .link a .text {
		padding-left: 38px;
	}
}
@media screen and (max-width: 940px) and (max-width: 414px) {
	.businessDetailArea.child.environment .innerBlock .lower li .link a .text {
		word-break: keep-all;
	}
}
@media screen and (min-width: 1100px) {
	.businessDetailArea.child.environment
		.innerBlock
		.lower
		li
		.link
		a:hover
		.btn::after {
		transform: scale(1.1);
	}
}
.businessDetailArea.child.environment
	.innerBlock
	.lower
	li
	.link
	a:nth-child(2) {
	margin-left: 15px;
}
.businessDetailArea.child.environment .innerBlock .lower li .icon {
	display: block;
	margin-top: 40px;
}
.businessDetailArea.child.environment .innerBlock .lower li .icon.zeroe img {
	width: 67px;
}
@media screen and (max-width: 500px) {
	.businessDetailArea.child.environment .innerBlock .lower li .icon {
		margin-top: 20px;
	}
}
.businessDetailArea.child.environment .innerBlock .lower li .icon img {
	width: 142px;
}
.businessDetailArea.child.environment
	.innerBlock
	.lower
	li
	.link
	a
	.btn::before {
	width: 15px;
	height: 12px;
	background: url(../images/ir/img_icon_blank.svg) no-repeat;
	background-size: contain;
}
.businessDetailArea.child.list {
	max-width: none;
	margin-top: 140px;
}
.businessDetailArea.child.list .upper {
	z-index: 3;
}
@media screen and (min-width: 2600px) {
	.businessDetailArea.child.list .lower {
		margin-top: -47px;
	}
}
@media screen and (max-width: 2599px) {
	.businessDetailArea.child.list .lower {
		margin-top: 0;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) {
	.businessDetailArea.child.list .lower {
		margin-top: 47px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) {
	.businessDetailArea.child.list .lower {
		margin-top: 80px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) {
	.businessDetailArea.child.list .lower {
		margin-top: 100px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) and (max-width: 1200px) {
	.businessDetailArea.child.list .lower {
		margin: 47px auto 0;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1300px) {
	.businessDetailArea.child.list .lower {
		margin-top: 120px;
	}
}
@media screen and (max-width: 768px) {
	.businessDetailArea.child.list .lower {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) {
	.businessDetailArea.child.list .lower {
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) and (max-width: 414px) {
	.businessDetailArea.child.list .lower {
		margin-top: 120px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) and (max-width: 414px) and (max-width: 375px) {
	.businessDetailArea.child.list .lower {
		margin-top: 130px;
	}
}
@media screen and (max-width: 700px) {
	.businessDetailArea.child.list .lower ul {
		display: block;
	}
}
.businessDetailArea.child.list .lower ul li {
	max-width: 372px;
}
.businessDetailArea.child.list .lower ul li.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
.businessDetailArea.child.list .lower ul li:nth-child(2) {
	margin: 0 0 0 11px;
}
.businessDetailArea.child.list .lower ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.businessDetailArea.child.list .lower ul li:nth-child(3) {
	margin: 0 0 0 11px;
}
.businessDetailArea.child.list .lower ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@media screen and (max-width: 1200px) {
	.businessDetailArea.child.list .lower ul li {
		max-width: none;
		width: calc(50% - 11px);
	}
	.businessDetailArea.child.list .lower ul li:nth-child(3) {
		margin: 50px 0 0 0;
	}
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
	.businessDetailArea.child.list .lower ul li {
		width: 100%;
	}
	.businessDetailArea.child.list .lower ul li:nth-child(2) {
		margin: 50px 0 0 0;
	}
}
.businessDetailArea.child.list .lower .img img {
	max-width: none;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.child.list .lower .img img {
		max-width: none;
	}
}
.businessDetailArea.child.list .lower + .moreBtn {
	width: 346px;
	margin: 58px auto 15px;
}
.businessDetailArea.child.list .lower + .moreBtn::before {
	right: 30px;
}
.businessDetailArea.child.list .lower + .moreBtn::after {
	width: 346px;
}
.businessDetailArea.child.list .lower + .moreBtn a {
	padding: 26px 40px;
	text-align: left;
}
@media screen and (max-width: 374px) {
	.businessDetailArea.child.list .lower + .moreBtn {
		width: 280px;
	}
	.businessDetailArea.child.list .lower + .moreBtn::before {
		right: 20px;
	}
	.businessDetailArea.child.list .lower + .moreBtn::after {
		width: 280px;
	}
}
.businessDetailArea.child.list .inner {
	background: url(../images/sustainability/feelpeace/bg_wave_center_01.jpg);
}
.businessDetailArea.child.list .inner.atatame365 {
	background: url(../images/sustainability/atatame365/bg_wave_center_01.jpg);
}
.businessDetailArea.child.list .inner.products {
	background: url(../images/sustainability/products/bg_wave_center_01.jpg);
}
.businessDetailArea.child.list .inner.environment {
	background: url(../images/sustainability/environment/bg_wave_center_01.jpg);
}
.businessDetailArea.child.list .contents {
	position: relative;
	max-width: 1140px;
	margin: -200px auto 0;
	z-index: 2;
}
@media screen and (max-width: 1200px) {
	.businessDetailArea.child.list .contents {
		max-width: none;
		margin: -180px 30px 0;
	}
}
.businessDetailArea.child.list .contents.products .textarea .sub {
	color: #ff8181;
}
.businessDetailArea.child.list .contents.environment .textarea .sub {
	color: #609cd3;
}
.businessDetailArea.child.list .textarea {
	margin-top: 24px;
}
.businessDetailArea.child.list .textarea .sub {
	font-size: 14px;
	line-height: 180%;
	color: #e08021;
}
.businessDetailArea.child.list .textarea .title {
	min-height: 64px;
	margin-top: 5px;
	text-align: left;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 1200px) {
	.businessDetailArea.child.list .textarea .title {
		margin: 5px auto 0 0;
	}
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
	.businessDetailArea.child.list .textarea .title {
		max-width: none;
	}
}
@media screen and (max-width: 1200px) and (max-width: 960px) and (max-width: 700px) {
	.businessDetailArea.child.list .textarea .title {
		min-height: auto;
	}
}
.businessDetailArea.child.list .waveImg.top {
	position: relative;
	z-index: 1;
}
.businessDetailArea.child.list .waveImg.top img {
	top: 0;
}
.businessDetailArea.child.list .waveImg.bottom {
	position: relative;
	z-index: 1;
}
.businessDetailArea.child.list .waveImg.bottom img {
	bottom: 0;
}
.businessDetailArea.child.list .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.businessDetailArea.child.list .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.businessDetailArea.child.list .moreBtn {
		margin: 50px auto 0;
	}
}
.businessDetailArea.child.list .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.businessDetailArea.child.list .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.businessDetailArea.child.list .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.businessDetailArea.child.list .moreBtn {
	margin: 20px auto 15px 0;
}
.waveSectionArea {
	margin-top: 130px;
}
@media screen and (max-width: 550px) {
	.waveSectionArea .lower {
		margin-top: 25px;
	}
}
.waveSectionArea .inner {
	position: relative;
	background: url(../images/sustainability/bg_wave_center_01.jpg);
}
.waveSectionArea .inner.atatame365 {
	background: url(../images/sustainability/atatame365/bg_wave_center_01.jpg);
}
.waveSectionArea .inner.products {
	background: url(../images/sustainability/products/bg_wave_center_01.jpg);
}
.waveSectionArea .inner.environment {
	background: url(../images/sustainability/environment/bg_wave_center_01.jpg);
}
@media screen and (max-width: 550px) {
	.waveSectionArea .inner {
		margin-bottom: 80px;
	}
}
.waveSectionArea .inner .contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 40px;
	max-width: 1180px;
	margin: auto;
	z-index: 2;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea .inner .contents {
		max-width: none;
		width: auto;
		margin: 0 50px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) {
	.waveSectionArea .inner .contents {
		display: block;
		margin: 0 25px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) and (max-width: 550px) {
	.waveSectionArea .inner .contents {
		padding-bottom: 50px;
	}
}
.waveSectionArea .inner .left,
.waveSectionArea .inner .right {
	width: 550px;
}
@media screen and (max-width: 650px) {
	.waveSectionArea .inner .left,
	.waveSectionArea .inner .right {
		width: auto;
	}
}
.waveSectionArea .inner .left.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.waveSectionArea .inner .left em {
	font-style: normal;
	color: #e74c4c;
}
@media screen and (max-width: 940px) {
	.waveSectionArea .inner .left {
		margin: auto;
	}
}
.waveSectionArea .inner .right {
	display: flex;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea .inner .right {
		margin-left: 35px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) {
	.waveSectionArea .inner .right {
		margin: 30px auto 0;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) and (max-width: 550px) {
	.waveSectionArea .inner .right {
		position: absolute;
		right: 0;
		left: 0;
		width: 300px;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) and (max-width: 550px) and (max-width: 320px) {
	.waveSectionArea .inner .right {
		width: auto;
	}
}
.waveSectionArea .inner .right .img:nth-child(2) {
	position: relative;
	top: 60px;
	margin-left: 35px;
}
.waveSectionArea .inner .right .img:nth-child(2) img.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@media screen and (max-width: 550px) {
	.waveSectionArea .inner .right .img:nth-child(2) {
		margin-top: 20px;
		margin-left: 0;
	}
}
.waveSectionArea .inner .right img {
	width: 250px;
	-o-object-fit: contain;
	object-fit: contain;
}
.waveSectionArea .inner .right img.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea .inner .right img {
		width: 220px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 550px) {
	.waveSectionArea .inner .right img {
		width: 140px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 550px) and (max-width: 320px) {
	.waveSectionArea .inner .right img {
		width: 120px;
	}
}
.waveSectionArea .inner h3 {
	font-size: 20px;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 550px) {
	.waveSectionArea .inner h3 {
		font-size: 18px;
	}
}
.waveSectionArea .inner .text {
	margin-top: 75px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 200%;
	color: #444;
}
@media screen and (max-width: 940px) {
	.waveSectionArea .inner .text {
		margin-top: 0;
	}
}
.waveSectionArea .inner .annotation {
	margin-top: 24px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 180%;
	color: #444;
}
.waveSectionArea .waveImg.bottom img {
	bottom: 0;
	z-index: 1;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.goals {
		margin-top: -150px;
	}
}
.waveSectionArea.goals .inner .contents {
	align-items: unset;
}
@media screen and (max-width: 550px) {
	.waveSectionArea.goals .inner .contents {
		padding-bottom: 100px;
	}
}
.waveSectionArea.goals .inner .left .text {
	margin-top: 18px;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.waveSectionArea.goals .inner .left .text {
		margin-top: 21px;
	}
}
.waveSectionArea.goals .inner .right {
	position: relative;
}
.waveSectionArea.goals .inner .right.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@media screen and (max-width: 650px) {
	.waveSectionArea.goals .inner .right {
		width: auto;
	}
}
@media screen and (max-width: 650px) and (max-width: 550px) {
	.waveSectionArea.goals .inner .right {
		margin: 30px auto 0;
	}
}
.waveSectionArea.goals .inner .right img {
	position: relative;
	top: 75px;
	width: 540px;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.goals .inner .right img {
		top: 0;
	}
}
@media screen and (max-width: 940px) and (max-width: 650px) {
	.waveSectionArea.goals .inner .right img {
		width: 100%;
	}
}
@media screen and (max-width: 940px) and (max-width: 650px) and (max-width: 550px) {
	.waveSectionArea.goals .inner .right img {
		position: absolute;
		top: auto;
	}
}
@media screen and (max-width: 650px) {
	.waveSectionArea.goals .inner .right img {
		width: 100%;
	}
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support {
		margin-top: 185px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
	.waveSectionArea.support {
		margin-top: 125px;
	}
}
.waveSectionArea.support .upper {
	margin-bottom: -50px;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .upper {
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 940px) {
	.waveSectionArea.support .upper {
		margin-bottom: 0;
	}
}
.waveSectionArea.support .contents {
	justify-content: center;
}
.waveSectionArea.support .inner {
	position: relative;
	margin-bottom: 40px;
}
.waveSectionArea.support .detailList {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.waveSectionArea.support .detailList li {
	display: flex;
	flex-wrap: wrap;
}
.waveSectionArea.support .detailList li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.waveSectionArea.support .detailList li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.waveSectionArea.support .detailList li:nth-child(4).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList li {
		display: block;
	}
}
.waveSectionArea.support .detailList li .right {
	position: relative;
	display: block;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList li .right {
		margin: auto;
	}
}
@media screen and (max-width: 1300px) and (max-width: 550px) {
	.waveSectionArea.support .detailList li .right {
		width: auto;
	}
}
.waveSectionArea.support .detailList li:not(:first-child) {
	margin-top: 34px;
}
.waveSectionArea.support .detailList img {
	display: block;
	width: 463px;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList img {
		width: 100%;
		margin: auto;
	}
}
.waveSectionArea.support .detailList h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #039a75;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList h3 {
		margin-top: 12px;
		font-size: 18px;
	}
}
.waveSectionArea.support .detailList .text {
	margin-top: 11px;
	font-size: 18px;
	line-height: 180%;
	text-align: justify;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList .text {
		margin-top: 2px;
	}
}
.waveSectionArea.support .detailList .link {
	display: flex;
	margin-top: 20px;
}
.waveSectionArea.support .detailList .link a {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 500px) {
	.waveSectionArea.support .detailList .link a {
		font-size: 13px;
		line-height: 260%;
		letter-spacing: 0.1em;
	}
}
.waveSectionArea.support .detailList .link a .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.waveSectionArea.support .detailList .link a .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.waveSectionArea.support .detailList .link a .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.support .detailList .link a .btn {
		top: -2px;
		width: 32px;
		height: 32px;
	}
	.waveSectionArea.support .detailList .link a .btn::after {
		width: 32px;
		height: 32px;
	}
}
.waveSectionArea.support .detailList .link a .btn.link::before {
	width: 15px;
	background: url(../images/sustainability/icon_link.svg) no-repeat;
	background-size: contain;
}
.waveSectionArea.support .detailList .link a .text {
	padding-left: 50px;
	font-weight: bold;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.support .detailList .link a .text {
		padding-left: 38px;
	}
}
@media screen and (max-width: 940px) and (max-width: 414px) {
	.waveSectionArea.support .detailList .link a .text {
		word-break: keep-all;
	}
}
@media screen and (min-width: 1100px) {
	.waveSectionArea.support .detailList .link a:hover .btn::after {
		transform: scale(1.1);
	}
}
.waveSectionArea.support .detailList .link a:nth-child(2) {
	margin-left: 15px;
}
.waveSectionArea.support .detailList .icon {
	display: block;
	margin-top: 40px;
}
.waveSectionArea.support .detailList .icon.zeroe img {
	width: 67px;
}
@media screen and (max-width: 500px) {
	.waveSectionArea.support .detailList .icon {
		margin-top: 20px;
	}
}
.waveSectionArea.support .detailList .icon img {
	width: 142px;
}
.waveSectionArea.support .detailList .icon {
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 1300px) {
	.waveSectionArea.support .detailList .icon {
		position: relative;
	}
}
.waveSectionArea.support .detailList .icon img {
	margin: 0;
}
.waveSectionArea.support .waveImg.bottom {
	position: relative;
}
.waveSectionArea.support .waveImg.bottom img {
	position: absolute;
	bottom: 0;
}
.waveSectionArea.child.feelpeace .inner {
	background: url(../images/sustainability/feelpeace/bg_wave_center_01.jpg);
}
.waveSectionArea.child .contents {
	max-width: 1160px;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.child .contents {
		margin: 0 30px;
	}
}
.waveSectionArea.child .left.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.child .left {
		width: auto;
	}
}
.waveSectionArea.child .left img {
	width: 100%;
	margin-top: -270px;
	min-width: 400px;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.child .left img {
		min-width: auto;
		margin-top: 0;
	}
}
.waveSectionArea.child .right {
	display: block;
	margin: -50px 0 40px 0;
}
.waveSectionArea.child .right.cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea.child .right {
		width: auto;
		margin-left: 30px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) {
	.waveSectionArea.child .right {
		margin: 0;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 940px) and (max-width: 550px) {
	.waveSectionArea.child .right {
		position: relative;
		padding-bottom: 0;
	}
}
.waveSectionArea.child .right h3 {
	font-size: 24px;
	line-height: 150%;
}
@media screen and (max-width: 940px) {
	.waveSectionArea.child .right h3 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 940px) and (max-width: 800px) {
	.waveSectionArea.child .right h3 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}
.waveSectionArea.child .right .text {
	width: 527px;
	margin-top: 14px;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea.child .right .text {
		width: auto;
	}
}
.waveSectionArea.interview .contents {
	max-width: 950px;
	top: 0;
}
@media screen and (max-width: 1250px) {
	.waveSectionArea.interview .contents {
		margin: auto;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1000px) {
	.waveSectionArea.interview .contents {
		margin: 0 30px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1000px) and (max-width: 940px) {
	.waveSectionArea.interview .contents {
		display: flex;
		flex-flow: wrap-reverse;
	}
}
.waveSectionArea.interview .waveImg.bottom {
	position: absolute;
	bottom: 0;
}
.waveSectionArea.interview .innerBlock .left {
	width: 305px;
}
@media screen and (max-width: 550px) {
	.waveSectionArea.interview .innerBlock .left {
		display: flex;
		width: auto;
		margin: 50px auto 0 0;
	}
}
.waveSectionArea.interview .innerBlock .left img {
	min-width: 300px;
	margin-top: 0;
}
@media screen and (max-width: 550px) {
	.waveSectionArea.interview .innerBlock .left img {
		min-width: auto;
		width: 120px;
	}
}
.waveSectionArea.interview .innerBlock .left .text {
	display: block;
	margin-top: 12px;
}
@media screen and (max-width: 550px) {
	.waveSectionArea.interview .innerBlock .left .text {
		width: 176px;
		margin-left: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 550px) and (max-width: 370px) {
	.waveSectionArea.interview .innerBlock .left .text {
		width: auto;
	}
}
.waveSectionArea.interview .innerBlock .right {
	width: 560px;
	margin: 50px 0 0 0;
}
@media screen and (max-width: 1000px) {
	.waveSectionArea.interview .innerBlock .right {
		margin-left: 30px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 940px) {
	.waveSectionArea.interview .innerBlock .right {
		width: auto;
		margin: 60px auto 0;
	}
}
.waveSectionArea.interview .innerBlock .right .sub {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #ffa852;
}
.waveSectionArea.interview .innerBlock .right h3 {
	margin-top: 12px;
}
.waveSectionArea.interview .innerBlock .right .text {
	width: auto;
	margin-top: 30px;
}
.bubbleSectionArea {
	margin-top: 150px;
}
.bubbleSectionArea .innerBlock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea .innerBlock {
		justify-content: center;
	}
}
.bubbleSectionArea .left {
	width: 50%;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea .left {
		width: auto;
		padding-right: 30px;
	}
}
.bubbleSectionArea .left > img {
	min-width: 714px;
	width: 100%;
	height: 476px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea .left > img {
		min-width: auto;
	}
}
@media screen and (max-width: 1300px) and (max-width: 500px) {
	.bubbleSectionArea .left > img {
		height: 343px;
	}
}
.bubbleSectionArea .right {
	position: relative;
	left: -50px;
	z-index: 1;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea .right {
		left: 0;
	}
}
.bubbleSectionArea .right .largeBubble {
	width: 647px;
	height: 671px;
}
.bubbleSectionArea .right .largeBubble.orange {
	background: url(../images/sustainability/img_bubble_01_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .largeBubble.yellow {
	background: url(../images/sustainability/img_bubble_02_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .largeBubble.pink {
	background: url(../images/sustainability/img_bubble_03_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .largeBubble.blue {
	background: url(../images/sustainability/img_bubble_04_large.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .right .largeBubble {
		width: 547px;
		height: 571px;
	}
}
.bubbleSectionArea .right .smallBubble {
	position: absolute;
	left: -50px;
	bottom: -50px;
	width: 310px;
	height: 310px;
	background: url(../images/sustainability/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
	z-index: -1;
}
.bubbleSectionArea .right .smallBubble.orange {
	background: url(../images/sustainability/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .smallBubble.yellow {
	background: url(../images/sustainability/img_bubble_02_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .smallBubble.pink {
	background: url(../images/sustainability/img_bubble_03_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .right .smallBubble.blue {
	background: url(../images/sustainability/img_bubble_04_small.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .right .smallBubble {
		left: 0;
	}
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea .right {
		position: relative;
		top: -100px;
	}
}
.bubbleSectionArea.is-right + .bubbleSectionArea {
	margin-top: 0;
}
.bubbleSectionArea.is-right .left {
	order: 1;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .left {
		position: relative;
		top: -200px;
		padding-right: 0;
	}
}
.bubbleSectionArea.is-right .left .is-wrap {
	width: 647px;
	height: 671px;
	position: relative;
	left: -50px;
	z-index: 1;
	left: 50px;
	margin-left: auto;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .left .is-wrap {
		left: 0;
	}
}
.bubbleSectionArea.is-right .left .is-wrap .largeBubble {
	width: 647px;
	height: 671px;
}
.bubbleSectionArea.is-right .left .is-wrap .largeBubble.orange {
	background: url(../images/sustainability/img_bubble_01_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .largeBubble.yellow {
	background: url(../images/sustainability/img_bubble_02_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .largeBubble.pink {
	background: url(../images/sustainability/img_bubble_03_large.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .largeBubble.blue {
	background: url(../images/sustainability/img_bubble_04_large.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea.is-right .left .is-wrap .largeBubble {
		width: 547px;
		height: 571px;
	}
}
.bubbleSectionArea.is-right .left .is-wrap .smallBubble {
	position: absolute;
	left: -50px;
	bottom: -50px;
	width: 310px;
	height: 310px;
	background: url(../images/sustainability/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
	z-index: -1;
}
.bubbleSectionArea.is-right .left .is-wrap .smallBubble.orange {
	background: url(../images/sustainability/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .smallBubble.yellow {
	background: url(../images/sustainability/img_bubble_02_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .smallBubble.pink {
	background: url(../images/sustainability/img_bubble_03_small.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea.is-right .left .is-wrap .smallBubble.blue {
	background: url(../images/sustainability/img_bubble_04_small.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea.is-right .left .is-wrap .smallBubble {
		left: 0;
	}
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .left .is-wrap {
		width: auto;
		height: auto;
	}
}
.bubbleSectionArea.is-right .left .largeBubble {
	width: 647px;
	height: 671px;
}
.bubbleSectionArea.is-right .right {
	width: 50%;
	position: absolute;
	left: 0;
	padding-left: 50%;
	z-index: -1;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .right {
		width: auto;
		padding-right: 30px;
	}
}
.bubbleSectionArea.is-right .right > img {
	min-width: 714px;
	width: 100%;
	height: 476px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .right > img {
		min-width: auto;
	}
}
@media screen and (max-width: 1300px) and (max-width: 500px) {
	.bubbleSectionArea.is-right .right > img {
		height: 343px;
	}
}
@media screen and (max-width: 1300px) {
	.bubbleSectionArea.is-right .right {
		position: relative;
		padding: 0 0 0 30px;
	}
}
.bubbleSectionArea .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 420px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner {
		width: 360px;
	}
}
@media screen and (max-width: 500px) and (max-width: 375px) {
	.bubbleSectionArea .inner {
		width: 320px;
	}
}
@media screen and (max-width: 500px) and (max-width: 375px) and (max-width: 320px) {
	.bubbleSectionArea .inner {
		width: 270px;
	}
}
.bubbleSectionArea .inner .sub {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner .sub {
		font-size: 14px;
		letter-spacing: 0.25em;
	}
}
.bubbleSectionArea .inner h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner h3 {
		font-size: 18px;
	}
}
.bubbleSectionArea .inner .text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 200%;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner .text {
		font-size: 14px;
		line-height: 180%;
		text-align: justify;
	}
}
.bubbleSectionArea .inner .link {
	display: flex;
	margin-top: 20px;
}
.bubbleSectionArea .inner .link a {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner .link a {
		font-size: 13px;
		line-height: 260%;
		letter-spacing: 0.1em;
	}
}
.bubbleSectionArea .inner .link a .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bubbleSectionArea .inner .link a .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.bubbleSectionArea .inner .link a .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (max-width: 940px) {
	.bubbleSectionArea .inner .link a .btn {
		top: -2px;
		width: 32px;
		height: 32px;
	}
	.bubbleSectionArea .inner .link a .btn::after {
		width: 32px;
		height: 32px;
	}
}
.bubbleSectionArea .inner .link a .btn.link::before {
	width: 15px;
	background: url(../images/sustainability/icon_link.svg) no-repeat;
	background-size: contain;
}
.bubbleSectionArea .inner .link a .text {
	padding-left: 50px;
	font-weight: bold;
}
@media screen and (max-width: 940px) {
	.bubbleSectionArea .inner .link a .text {
		padding-left: 38px;
	}
}
@media screen and (max-width: 940px) and (max-width: 414px) {
	.bubbleSectionArea .inner .link a .text {
		word-break: keep-all;
	}
}
@media screen and (min-width: 1100px) {
	.bubbleSectionArea .inner .link a:hover .btn::after {
		transform: scale(1.1);
	}
}
.bubbleSectionArea .inner .link a:nth-child(2) {
	margin-left: 15px;
}
.bubbleSectionArea .inner .icon {
	display: block;
	margin-top: 40px;
}
.bubbleSectionArea .inner .icon.zeroe img {
	width: 67px;
}
@media screen and (max-width: 500px) {
	.bubbleSectionArea .inner .icon {
		margin-top: 20px;
	}
}
.bubbleSectionArea .inner .icon img {
	width: 142px;
}
.bubbleMainArea {
	margin-top: 160px;
}
.bubbleMainArea .innerBlock {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 550px;
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea .innerBlock {
		justify-content: center;
		flex-flow: wrap-reverse;
		height: auto;
	}
}
@media screen and (max-width: 1100px) and (max-width: 800px) {
	.bubbleMainArea .innerBlock {
		justify-content: flex-start;
	}
}
.bubbleMainArea .innerBlock .left {
	position: absolute;
	left: 80px;
	width: 530px;
	height: 100%;
	margin-top: 50px;
}
@media screen and (max-width: 1300px) {
	.bubbleMainArea .innerBlock .left {
		margin-top: 0;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
	.bubbleMainArea .innerBlock .left {
		position: relative;
		left: 0;
		margin-top: -80px;
		height: 550px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left {
		left: -95px;
		width: 430px;
		height: 440px;
	}
}
.bubbleMainArea .innerBlock .left .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 230px;
	margin: auto;
	z-index: 2;
	line-height: 150%;
	letter-spacing: 0.2em;
}
.bubbleMainArea .innerBlock .left .inner.feelpeace {
	left: 70px;
	width: 420px;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner.feelpeace {
		left: auto;
		width: 250px;
	}
}
.bubbleMainArea .innerBlock .left .inner.products {
	width: 350px;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner.products {
		width: 260px;
	}
}
.bubbleMainArea .innerBlock .left .inner.products .sub {
	color: #ff8181;
}
.bubbleMainArea .innerBlock .left .inner.environment {
	width: 380px;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner.environment {
		width: 250px;
	}
}
.bubbleMainArea .innerBlock .left .inner.environment .sub {
	color: #609cd3;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner {
		right: 30px;
		left: auto;
	}
}
.bubbleMainArea .innerBlock .left .inner .sub {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #e08021;
}
.bubbleMainArea .innerBlock .left .inner h2 {
	margin-top: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner h2 {
		margin-top: 10px;
	}
}
.bubbleMainArea .innerBlock .left .inner .icon {
	display: block;
	margin-top: 35px;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .innerBlock .left .inner .icon {
		margin-top: 15px;
	}
}
.bubbleMainArea .innerBlock .left .inner .icon.zeroe img {
	width: 100px;
}
.bubbleMainArea .innerBlock .left .inner .icon img {
	width: 209px;
}
.bubbleMainArea .innerBlock .right {
	width: 100%;
	position: absolute;
	left: 0;
	padding-left: 530px;
	z-index: -1;
}
.bubbleMainArea .innerBlock .right.cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea .innerBlock .right {
		position: relative;
		padding-left: 55px;
	}
}
.bubbleMainArea .innerBlock .right img {
	width: 930px;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 1441px) {
	.bubbleMainArea .innerBlock .right img {
		width: 100%;
		height: 500px;
	}
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea .innerBlock .right img {
		width: 100%;
	}
}
@media screen and (max-width: 1100px) and (max-width: 500px) {
	.bubbleMainArea .innerBlock .right img {
		height: 200px;
	}
}
.bubbleMainArea .largeBubble {
	position: relative;
	width: 530px;
	height: 100%;
	margin-left: auto;
	background: url(../images/sustainability/feelpeace/img_main_bubble_01.svg)
		no-repeat;
	background-size: contain;
	z-index: 1;
}
.bubbleMainArea .largeBubble.atatame365 {
	background: url(../images/sustainability/atatame365/img_main_bubble_01.svg)
		no-repeat;
	background-size: contain;
}
.bubbleMainArea .largeBubble.products {
	background: url(../images/sustainability/products/img_main_bubble_01.svg)
		no-repeat;
	background-size: contain;
}
.bubbleMainArea .largeBubble.environment {
	background: url(../images/sustainability/environment/img_main_bubble_01.svg)
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .largeBubble {
		width: 430px;
	}
}
.bubbleMainArea .smallBubble {
	position: absolute;
	right: -50px;
	bottom: 50px;
	width: 300px;
	height: 330px;
	background: url(../images/sustainability/feelpeace/img_main_bubble_02.svg)
		no-repeat;
	background-size: contain;
}
.bubbleMainArea .smallBubble.atatame365 {
	background: url(../images/sustainability/atatame365/img_main_bubble_02.svg)
		no-repeat;
	background-size: contain;
}
.bubbleMainArea .smallBubble.products {
	background: url(../images/sustainability/products/img_main_bubble_02.svg)
		no-repeat;
	background-size: contain;
}
.bubbleMainArea .smallBubble.environment {
	background: url(../images/sustainability/environment/img_main_bubble_02.svg)
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea .smallBubble {
		right: 0;
		bottom: -20px;
		width: 220px;
	}
}
.bannerArea {
	max-width: 950px;
	width: 100%;
	margin: 165px auto 0;
}
@media screen and (max-width: 1100px) {
	.bannerArea {
		max-width: none;
		width: auto;
		margin: 165px 30px 0;
	}
}
@media screen and (max-width: 1100px) and (max-width: 850px) {
	.bannerArea {
		margin: 106px 16px 0;
	}
}
.bannerArea .innerBlock {
	position: relative;
}
.bannerArea .innerBlock a {
	display: block;
}
@media screen and (min-width: 1100px) {
	.bannerArea .innerBlock a:hover .bgImg img {
		transform: scale(1.05);
	}
}
.bannerArea .waveLeftImg {
	position: absolute;
	left: 0;
	z-index: 1;
}
.bannerArea .waveLeftImg img {
	width: 314px;
}
@media screen and (max-width: 850px) {
	.bannerArea .waveLeftImg img {
		width: 210px;
	}
}
.bannerArea .bgImg {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.bannerArea .bgImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
.bannerArea .textarea {
	position: absolute;
}
.bannerArea .textarea.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 63px;
	margin: auto;
	z-index: 1;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.center {
		height: 45px;
	}
}
.bannerArea .textarea.center > span {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #fff;
}
.bannerArea .textarea.center .sub {
	font-size: 18px;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.center .sub {
		font-size: 12px;
	}
}
.bannerArea .textarea.center .text {
	font-size: 24px;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.center .text {
		margin-top: 6px;
		font-size: 18px;
	}
}
.bannerArea .textarea.bottom {
	right: 0;
	bottom: 0;
}
.bannerArea .textarea.bottom > span {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	text-align: center;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.bottom > span {
		font-size: 10px;
	}
}
.bannerArea .textarea.bottom .text {
	position: relative;
	margin-right: 12px;
	padding-right: 22px;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.bottom .text {
		margin: 0 8px 5px 0;
		padding-right: 18px;
	}
}
.bannerArea .textarea.bottom .text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 14px;
	margin: auto;
	background: url(../images/sustainability/icon_link_white.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 850px) {
	.bannerArea .textarea.bottom .text::before {
		width: 15px;
		height: 12px;
	}
}
@media screen and (max-width: 768px) {
	.bannerArea .textarea.products,
	.bannerArea .textarea.environment {
		height: 78px;
	}
}
.productChartArea {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.productChartArea .innerBlock.environment {
		background: url(../images/sustainability/environment/bg_wave_center_01.jpg);
	}
	.productChartArea .innerBlock.environment .waveImg.top img {
		top: 0;
		z-index: 1;
	}
	.productChartArea .innerBlock.environment .waveImg.bottom img {
		bottom: -5px;
		z-index: 1;
	}
}
.productChartArea .innerBlock .contents {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 1240px;
	margin: auto;
	padding-bottom: 65px;
}
@media screen and (max-width: 1350px) {
	.productChartArea .innerBlock .contents {
		max-width: none;
		margin: 0 30px;
	}
}
@media screen and (max-width: 1350px) and (max-width: 1154px) {
	.productChartArea .innerBlock .contents {
		display: block;
	}
}
@media screen and (max-width: 1350px) and (max-width: 1154px) and (max-width: 768px) {
	.productChartArea .innerBlock .contents {
		padding-bottom: 0;
	}
}
.productChartArea .innerBlock .contents.environment {
	max-width: 1190px;
}
.productChartArea .left {
	width: 45%;
	height: 580px;
}
@media screen and (max-width: 1154px) {
	.productChartArea .left {
		width: 560px;
		margin: 47px auto 0;
	}
}
@media screen and (max-width: 1154px) and (max-width: 630px) {
	.productChartArea .left {
		width: 315px;
		height: 400px;
	}
}
@media screen and (max-width: 1154px) and (max-width: 630px) and (max-width: 374px) {
	.productChartArea .left {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.productChartArea .left.environment {
		width: auto;
		height: auto;
	}
}
.productChartArea .left .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 405px;
	height: 308px;
	margin: auto;
	color: #444;
	z-index: 2;
}
@media screen and (max-width: 1154px) {
	.productChartArea .left .inner {
		right: 0;
		left: 0;
		width: 315px;
		height: 400px;
	}
}
@media screen and (max-width: 1154px) and (max-width: 630px) {
	.productChartArea .left .inner {
		margin-top: 35px;
		height: 350px;
	}
}
@media screen and (max-width: 1154px) and (max-width: 630px) and (max-width: 374px) {
	.productChartArea .left .inner {
		width: auto;
	}
}
.productChartArea .left .inner.environment {
	top: 240px;
	width: 470px;
	height: 340px;
}
@media screen and (max-width: 768px) {
	.productChartArea .left .inner.environment {
		position: relative;
		top: 0;
		width: auto;
		height: auto;
	}
}
.productChartArea .left .inner.environment .text {
	max-width: none;
}
.productChartArea .left .inner h2 {
	margin-top: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 630px) {
	.productChartArea .left .inner h2 {
		font-size: 18px;
	}
}
.productChartArea .left .inner .text {
	display: block;
	max-width: 398px;
	margin-top: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 200%;
}
.productChartArea .right {
	width: 55%;
}
@media screen and (max-width: 1154px) {
	.productChartArea .right {
		width: auto;
		margin-top: 20px;
	}
}
.productChartArea .right .bg.products {
	display: flex;
	justify-content: center;
	max-height: 580px;
	height: 100%;
	margin: auto;
}
@media screen and (max-width: 1154px) {
	.productChartArea .right .bg.products {
		max-height: none;
		height: auto;
	}
}
.productChartArea .right .bg.environment {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 409px;
	margin: auto;
}
@media screen and (max-width: 1250px) {
	.productChartArea .right .bg.environment {
		height: 358px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1154px) {
	.productChartArea .right .bg.environment {
		position: unset;
		height: auto;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1154px) and (max-width: 768px) {
	.productChartArea .right .bg.environment {
		height: auto;
	}
}
.productChartArea .right img.products {
	height: 100%;
}
@media screen and (max-width: 1154px) {
	.productChartArea .right img.products {
		width: 70%;
		margin: auto;
	}
}
@media screen and (max-width: 1154px) and (max-width: 768px) {
	.productChartArea .right img.products {
		width: 100%;
	}
}
.productChartArea .right img.environment {
	max-width: 640px;
}
@media screen and (max-width: 1250px) {
	.productChartArea .right img.environment {
		max-width: 630px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1250px) {
	.productChartArea .right img.environment {
		max-width: 570px;
	}
}
@media screen and (max-width: 1250px) and (max-width: 1250px) and (max-width: 1154px) {
	.productChartArea .right img.environment {
		max-width: none;
		width: 100%;
		margin: auto;
	}
}
.productChartArea .right .bottomText {
	position: absolute;
	right: 0;
	bottom: -64px;
	left: 0;
	margin: auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 768px) {
	.productChartArea .right .bottomText {
		position: unset;
		margin-top: 30px;
	}
}
.productChartArea .right .bottomText em {
	padding: 0 5px;
	font-size: 27px;
	font-style: normal;
	color: #ff8181;
}
@media screen and (max-width: 768px) {
	.productChartArea .right .bottomText em {
		letter-spacing: 0.11em;
	}
}
.productChartArea .largeBubble {
	position: absolute;
	left: 70px;
	width: 491px;
	height: 508px;
	margin-top: 75px;
	z-index: 1;
}
@media screen and (min-width: 1155px) and (max-width: 1350px) {
	.productChartArea .largeBubble {
		width: 451px;
		height: 468px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 630px) {
	.productChartArea .largeBubble {
		right: 0;
		left: 0;
		width: 260px;
		height: 370px;
		margin: 25px auto 0;
	}
}
.productChartArea .largeBubble.products {
	background: url(../images/sustainability/products/img_bubble_01_large.svg)
		no-repeat;
	background-size: contain;
}
.productChartArea .largeBubble.environment {
	background: url(../images/sustainability/environment/img_bubble_01_large.svg)
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.productChartArea .largeBubble.environment {
		display: none;
	}
}
.productChartArea .smallBubble {
	position: relative;
	width: 237px;
	height: 233px;
	margin-right: auto;
}
@media screen and (min-width: 1155px) and (max-width: 1350px) {
	.productChartArea .smallBubble {
		width: 197px;
		height: 193px;
	}
}
@media screen and (max-width: 630px) {
	.productChartArea .smallBubble {
		width: 120px;
		height: 113px;
	}
}
.productChartArea .smallBubble.products {
	background: url(../images/sustainability/products/img_bubble_01_small.svg)
		no-repeat;
	background-size: contain;
}
.productChartArea .smallBubble.environment {
	background: url(../images/sustainability/environment/img_bubble_01_small.svg)
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.productChartArea .smallBubble.environment {
		display: none;
	}
}
.sustainabilityPolicyArea {
	margin-top: 66px;
}
.sustainabilityPolicyArea .lower h3 {
	margin-top: 50px;
	font-size: 30px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.sustainabilityPolicyArea .lower h3 {
		font-size: 18px;
		line-height: 150%;
	}
}
.sustainabilityPolicyArea .lower .text {
	display: block;
	margin-top: 30px;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
