@charset "utf-8";
/* 導入部 ----------------------------------------*/
.firstView .contentsWrap > div h2 span b,
.section_01 .texts h3 span b {
    color: #00A5E3;
}
.section_01 .texts h3 span:nth-of-type(2) {
	letter-spacing: 0.095em;
}
.section_01 .texts h3 span:nth-of-type(3) {
	letter-spacing: 0.058em;
}

/* セクション汎用 ----------------------------------------*/
.section_03 h3,
.section_04 h3,
.section_05 h3,
.section_06 h3 {
    color: #00A5E3;
    font-size: clamp(43px,2.5vw,48px);
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.section_03 h3 br,
.section_04 h3 br,
.section_05 h3 br,
.section_06 h3 br,
.section_06 h4 br,
.section_07 h3 br,
.section_08 h3 br {
    display: none;
}

.section_03 h3 + p,
.section_04 h3 + p,
.section_04 .texts + .contentsWrap p,
.section_05 h3 + p,
.section_06 h3 + h4 + p,
.section_07 h3 + p,
.section_08 h3 + p {
    line-height: 2;
    margin-bottom: 80px;
    text-align: center;
}

.section_06 h4,
.section_07 h3,
.section_08 h3 {
	color: #00A5E3;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.section_03 h3,
	.section_04 h3,
	.section_05 h3,
	.section_06 h3 {
		font-size: clamp(39px,2.5vw,48px);
	}
}

@media screen and (max-width: 1024px) {
	.section_03 h3,
	.section_04 h3,
	.section_05 h3,
	.section_06 h3 {
		font-size: clamp(30px,2.5vw,48px);
		margin-bottom: clamp(25px,2.6vw,50px);
	}
	.section_03 h3 + p,
	.section_04 h3 + p,
	.section_04 .texts + .contentsWrap p,
	.section_05 h3 + p,
	.section_06 h3 + h4 + p,
	.section_07 h3 + p,
	.section_08 h3 + p {
		margin-bottom: clamp(40px,4.1vw,80px);
	}
	.section_06 h4,
	.section_07 h3,
	.section_08 h3 {
		font-size: clamp(22px,1.4vw,28px);
		margin-bottom: clamp(20px,2vw,40px);
	}
}

@media screen and (max-width: 768px) {
	.section_03 h3 + p,
	.section_04 h3 + p,
	.section_04 .texts + .contentsWrap p,
	.section_05 h3 + p,
	.section_06 h3 + h4 + p,
	.section_07 h3 + p,
	.section_08 h3 + p {
		text-align: justify;
	}
	.section_03 h3 + p br,
	.section_04 h3 + p br,
	.section_04 .texts + .contentsWrap p br,
	.section_05 h3 + p br,
	.section_06 h3 + h4 + p br,
	.section_07 h3 + p br,
	.section_08 h3 + p br {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.section_03 h3,
	.section_04 h3,
	.section_05 h3,
	.section_06 h3 {
		font-size: clamp(24px,2.5vw,48px);
	}
}

@media screen and (max-width: 480px) {
	.section_03 h3,
	.section_04 h3,
	.section_05 h3,
	.section_06 h3 {
		font-size: clamp(20px,2.5vw,48px);
	}
}

@media screen and (max-width: 480px) {
	.section_06 h4,
	.section_07 h3,
	.section_08 h3 {
		font-size: clamp(18px,1.4vw,28px);
	}
}

/* セクション(3) ----------------------------------------*/
.section_03 {
	margin-top: -200px;
	overflow: hidden;
	position: relative;
}

.section_03 .bg {
    display: block;
    height: auto;
	left: -32%;
    max-width: 664px;
    position: absolute;
    top: -300px;
    width: 55%;
    z-index: -1;
}

.section_03 h3 {
	margin-top: 200px;
}

.section_03 h3 br:nth-of-type(2) {
    display: block;
}

.section_03 h3 + p {
	margin-bottom: 150px;
}

.section_03 .contentsWrap > ul {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.section_03 .contentsWrap > ul:nth-of-type(1) {
	margin-bottom: 100px;
}

.section_03 .contentsWrap > ul > li:nth-of-type(1) {
	width: 33%;
}

.section_03 .contentsWrap > ul > li:nth-of-type(2) {
	width: 53%;
}

.section_03 ul li h4 {
    font-weight: 500;
	margin-bottom: 40px;
    padding: 5px 20px;
    text-align: center;
}

.section_03 ul:nth-of-type(1) li h4 {
    background-color: #D9D9D9;
    color: #363434;
}

.section_03 ul:nth-of-type(2) li h4 {
    background-color: #00A5E3;
    color: #FFF;
}

.section_03 ul li p {
	line-height: 2;
}

.section_03 ul:nth-of-type(1) li ul {
	list-style: disc;
	margin: 40px 0 10px 20px;
}
.section_03 ul:nth-of-type(1) li ul li:not(:last-of-type) {
	margin-bottom: 5px;
}

.section_03 ul:nth-of-type(1) li figure figcaption {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 0 10%;
}

.section_03 ul li figure img {
	display: block;
	height: auto;
	width: 100%;
}

.section_03 ul:nth-of-type(2) li figure {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.section_03 ul:nth-of-type(2) li figure img:nth-of-type(1) {
	width: 36%;
}

.section_03 ul:nth-of-type(2) li figure img:nth-of-type(2) {
	width: 53%;
}


@media screen and (max-width: 1300px) {
	.section_03 .bg {
		left: -18%;
	}
}

@media screen and (max-width: 1200px) {
	.section_03 .contentsWrap > ul > li:nth-of-type(1),
	.section_03 .contentsWrap > ul > li:nth-of-type(2) {
		width: 48%;
	}
}

@media screen and (max-width: 1024px) {
	.section_03 {
		margin-top: clamp(-100px,-10vw,-200px);
	}
	.section_03 .bg {
		left: -10%;
		top: clamp(-100px,-10vw,-200px);
	}
	.section_03 h3 {
		margin-top: clamp(50px,5.2vw,100px);
	}
	.section_03 h3 + p {
		margin-bottom: clamp(75px,7.8vw,150px);
	}
	.section_03 .contentsWrap > ul:nth-of-type(1) {
		margin-bottom: clamp(50px,5.2vw,100px);
	}
	.section_03 .contentsWrap > ul > li:nth-of-type(1) {
		width: 55%;
	}
	.section_03 .contentsWrap > ul > li:nth-of-type(2) {
		width: 41%;
	}
	.section_03 ul li h4 {
		margin-bottom: clamp(20px,2vw,40px);
	}
	.section_03 ul:nth-of-type(1) li ul {
		margin: clamp(20px,2vw,40px) 0 clamp(5px,0.5vw,10px) 20px;
	}
	.section_03 ul:nth-of-type(1) li figure figcaption {
		margin-bottom: clamp(25px,2.6vw,50px);
	}
}

@media screen and (max-width: 768px) {
	.section_03 .contentsWrap > ul {
		display: block;
	}
	.section_03 .contentsWrap > ul > li:nth-of-type(1) {
		margin-bottom: clamp(25px,2.6vw,50px);
		width: 100%;
	}
	.section_03 .contentsWrap > ul > li:nth-of-type(2) {
		width: 100%;
	}
	.section_03 .contentsWrap > ul > li figure {
		margin: 0 auto;
		max-width: 80%;
	}
	.section_03 ul:nth-of-type(1) li figure figcaption {
		padding: 0 8%;
	}
}

@media screen and (max-width: 700px) {
	.section_03 h3 br {
		display: block !important;
	}
}

@media screen and (max-width: 600px) {
	.section_03 ul:nth-of-type(1) li figure figcaption {
		padding: 0 5%;
	}
}

@media screen and (max-width: 480px) {
	.section_03 ul:nth-of-type(1) li figure figcaption {
		padding: 0 3%;
	}
}

@media screen and (max-width: 400px) {
	.section_03 .bg {
		left: -20%;
		width: 80%;
	}
	.section_03 .contentsWrap > ul > li figure {
		max-width: 90%;
	}
	.section_03 ul:nth-of-type(1) li figure figcaption {
		padding: 0;
	}
}

/* セクション(4) ----------------------------------------*/
.section_04 {
	background-attachment: fixed;
	background-image: url("../images/product/ultra-g-zero-coat/bg_01.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.section_04 .scrollArea {
    background-image: url("../images/product/ultra-g-zero-coat/text_01.png");
    margin: 50px 0 120px 0;
}

.section_04 .tableWrap {
    margin: 0 auto;
    max-width: 1000px;
}

.section_04 table {
	margin: 0 0 0 auto !important;
}

.section_04 table tr th {
	width: 30%;
}

.section_04 table tr td {
	width: 70%;
}

.section_04 .texts {
	margin: 60px auto -2% auto;
    max-width: max-content;
    text-align: center;
    width: 80%;
}

.section_04 .texts img {
    display: block;
    height: auto;
}

.section_04 .texts img:nth-of-type(1) {
    margin: 0 auto;
    width: 100%;
}

.section_04 .texts img:nth-of-type(1).active {
    opacity: 0.5 !important;
}

.section_04 .texts img:nth-of-type(2) {
    margin: -8% auto 0 auto;
    width: 15%;
}

@media screen and (max-width: 1200px) {
	.section_04 table {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.section_04 .scrollArea {
		margin: clamp(25px,2.6vw,50px) 0 clamp(60px,6.2vw,120px) 0;
	}
	.section_04 table {
		margin: 0 auto !important;
	}
	.section_04 .texts {
		margin: clamp(30px,3.1vw,60px) auto -2% auto;
	}
}

@media screen and (max-width: 768px) {
	.section_04 {
		background-attachment: unset;
	}
	.section_04 .texts img:nth-of-type(1).active {
		opacity: 1 !important;
	}
}

@media screen and (max-width: 360px) {
	.section_04 h3 br {
		display: block;
	}
}

/* セクション(5) ----------------------------------------*/
.section_05 {
	overflow: hidden;
	position: relative;
}

.section_05 .contentsWrap > .bg {
	display: none;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: clamp(175px,18vw,350px);
}

.section_05 h4 {
    align-items: center;
    background-color: #000;
    border: 1px solid #FFF;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    margin: 0 auto 50px auto;
    max-width: 480px;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}

.section_05 h4 br {
	display: none;
}

.section_05 .timeLines {
	background-attachment: fixed;
	background-image: url("../images/product/ultra-g-zero-coat/bg_02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
	position: relative;
}

.section_05 .timeLines > .bg {
	display: block;
	height: auto;
	mix-blend-mode: color-dodge;
	position: absolute;
	width: 94%;
	z-index: 0;
}

.section_05 .timeLines > .bg:nth-of-type(1) {
	left: 0;
	top: 28%;
}

.section_05 .timeLines > .bg:nth-of-type(2) {
	bottom: 2%;
	right: 0;
	transform: scaleX(-1) !important;
}

.section_05 .timeLines .timeLine {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.section_05 .timeLines .timeLine::before {
	background-color: #FFF;
    content: '';
	height: 100%;
	left: 0;
	margin: 0 auto;
    position: absolute;
	right: 0;
    top: 0;
	width: 2px;
}

.section_05 .timeLines .timeLine .progressBar {
    background: #00A5E3;
    height: 0;
	left: 0;
	margin: 0 auto;
    position: absolute;
	right: 0;
    top: 0;
    transition: 0.2s;
	width: 2px;
}

.section_05 .timeLines .timeLine figure img {
	display: block;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.section_05 .timeLines .timeLine figure figcaption {
	position: relative;
    text-shadow: 0 0 3px rgba(0,0,0,1);
	width: max-content;
}

/* タイムライン(横向き) */
.section_05 .timeLines .timeLine.landscape {
	height: 2px;
	width: 66%;
}

.section_05 .timeLines .timeLine.landscape::before {
	margin: 0 auto;
	width: 100%;
}

.section_05 .timeLines .timeLine.landscape .progressBar {
	width: 100%;
}

/* タイムライン(上部) */
.section_05 .timeLines .timeLine.first {
	min-height: 240px;
	padding-top: 3px;
}

.section_05 .timeLines .timeLine.first figure img {
	margin-top: -5px;
	max-width: 300px;
	width: 25%;
}

.section_05 .timeLines .timeLine.first figure figcaption {
	margin-left: 52%;
	margin-top: -5%;
}

/* タイムライン(メイン) */
.section_05 .timeLines .flex {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	width: 66%;
}

.section_05 .timeLines .flex .bg {
	display: block;
	height: auto;
	left: 12%;
	max-width: 525px;
	position: absolute;
	top: 5%;
	width: 66%;
}

.section_05 .timeLines .flex .timeLine {
	margin: unset;
	position: relative;
	text-align: center;
	width: 50%;
}

.section_05 .timeLines .flex .timeLine:nth-of-type(1) {
	margin-left: calc(-25% + 1px);
}

.section_05 .timeLines .flex .timeLine:nth-of-type(2) {
	margin-right: calc(-25% + 1px);
}

.section_05 .timeLines .flex .timeLine .box {
	align-items: center;
	background-color: #000;
	border: 1px solid #FFF;
	display: flex;
	height: 130px;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 58%;
}

.section_05 .timeLines .flex .timeLine .box:nth-of-type(1) {
	margin-top: -65px;
}

.section_05 .timeLines .flex .timeLine .box h5 {
	color: #00A5E3;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}

.section_05 .timeLines .flex .timeLine figure figcaption {
	line-height: 1.75;
	margin-left: 55%;
	text-align: justify;
	text-shadow: 0 0 3px rgba(0,0,0,1);
	width: 43%;
}

.section_05 .timeLines .flex .timeLine figure figcaption span {
	font-weight: 500;
	display: block;
}

.section_05 .timeLines .flex .timeLine figure:last-of-type {
	margin-bottom: 50px;
}

.section_05 .timeLines .flex .timeLine:nth-of-type(1) figure {
	bottom: 0;
	position: absolute;
}

.section_05 .timeLines .flex .timeLine:nth-of-type(2) .box:not(:nth-of-type(2)),
.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:not(:last-of-type) {
	margin-bottom: 15%;
}

.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:nth-of-type(1) figcaption {
	margin-top: -20%;
}


/* タイムライン(下部) */
.section_05 .timeLines .timeLine.last {
	padding: 50px 0 30px 0;
}

.section_05 .timeLines .timeLine.last figure img {
	max-width: 400px;
	width: 33%;
}

.section_05 .timeLines + .contentsWrap h5 {
	align-items: center;
    background-color: #000;
    border: 1px solid #FFF;
	color: #00A5E3;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
	margin: 0 auto;
    max-width: 230px;
	overflow: hidden;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}

.section_05 .timeLines + .contentsWrap figure {
    background-image: url("../images/product/object_02.png");
    background-position: center top 20px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-top: 100px;
}

.section_05 .timeLines + .contentsWrap figure img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 330px;
	min-width: 250px;
	width: 28%;
}

@media screen and (max-width: 1300px) {
	.section_05 .timeLines .timeLine.landscape {
		width: 70%;
	}
	.section_05 .timeLines .flex {
		width: 70%;
	}
	.section_05 .timeLines .flex .timeLine .box {
		width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	.section_05 h4 {
		font-size: clamp(16px,1vw,20px);
	}
	.section_05 .timeLines .timeLine.landscape {
		width: 66%;
	}
	.section_05 .timeLines .flex {
		width: 66%;
	}
	.section_05 .timeLines .flex .timeLine .box {
		height: clamp(110px,6.7vw,130px);
		width: 80%;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) .box:nth-of-type(2){
		margin-bottom: 5%;
	}
	.section_05 .timeLines .flex .timeLine .box h5,
	.section_05 .timeLines + .contentsWrap h5 {
		font-size: clamp(18px,1.5vw,30px);
	}
	.section_05 .timeLines .flex .timeLine figure:last-of-type {
		margin-bottom: clamp(25px,2.6vw,50px);
	}
	.section_05 .timeLines .timeLine.first figure figcaption,
	.section_05 .timeLines .flex .timeLine .box p {
		font-size: clamp(14px,0.8vw,16px);
	}
	.section_05 .timeLines .flex .timeLine figure figcaption {
		font-size: clamp(14px,0.8vw,16px);
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.section_05 .timeLines .flex .timeLine figure figcaption span br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.section_05 .contentsWrap > .bg {
		display: block;
		right: clamp(-20px,-2.6vw,-50px);
		top: -3%;
	}
	.section_05 .timeLines {
		background-attachment: unset;
		padding-top: 5%;
	}
	.section_05 h4 {
		max-width: unset;
		z-index: -1;
	}
	.section_05 .timeLines .timeLine.first {
		margin-bottom: clamp(2%,3%,4%);
		min-height: unset;
		z-index: 2;
	}
	.section_05 .timeLines .timeLine.first::before,
	.section_05 .timeLines .timeLine.first .progressBar {
		display: none;
	}
	.section_05 .timeLines .timeLine.first figure img {
		margin: 0 0 0 4%;
		min-width: 180px;
		width: 40%;
	}
	.section_05 .timeLines .timeLine.first figure figcaption {
		margin-left: 45%;
		margin-top: -23%;
	}
	.section_05 .timeLines .timeLine.landscape {
		width: 52.5%;
	}
	.section_05 .timeLines .flex {
		margin: -2px auto;
	}
	.section_05 .timeLines .flex {
		flex-direction: row-reverse;
	}
	.section_05 .timeLines .flex .bg {
		display: none;
	}
	.section_05 .timeLines .flex .timeLine {
		width: 70%;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(1) {
		margin-left: unset;
		margin-right: calc(-25% + 1px);
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) {
		margin-left: calc(-25% + 1px);
		margin-right: unser;
	}
	.section_05 .timeLines .flex .timeLine .box {
		height: unset;
		justify-content: left;
		min-height: 120px;
		padding: 10px;
		width: 100%;
	}
	.section_05 .timeLines .flex .timeLine .box:nth-of-type(1) {
		margin-top: 23%;
	}
	.section_05 .timeLines .flex .timeLine .box div {
		text-align: left;
	}
	.section_05 .timeLines .flex .timeLine .box p br {
		display: none;
	}
	.section_05 .timeLines .flex .timeLine figure figcaption {
		text-align: left;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:nth-of-type(1) figcaption {
		margin-top: -40%;
		padding-left: 83%;
		width: max-content;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:nth-of-type(2) figcaption {
		margin-top: -40%;
		min-width: 370px;
		padding-left: 66%;
		width: 130%;
	}
}

@media screen and (max-width: 650px) {
	.section_05 h4 {
		justify-content: left;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:nth-of-type(1) figcaption {
		margin-top: -20%;
		padding-left: unset;
	}
	.section_05 .timeLines .flex .timeLine:nth-of-type(2) figure:nth-of-type(2) figcaption {
		margin-top: 0;
		max-width: 300px;
		min-width: unset;
		padding-left: unset;
		width: 150%;
	}
}

@media screen and (max-width: 480px) {
	.section_05 .contentsWrap > .bg {
		width: clamp(140px,14vw,270px);
	}
	.section_05 .timeLines .timeLine.first {
		margin-bottom: clamp(1%,2%,4%);
	}
	.section_05 .timeLines .timeLine.first figure img {
		min-width: unset;
	}
	.section_05 .timeLines .timeLine.last figure img {
		width: 43%;
	}
}

@media screen and (max-width: 450px) {
	.section_05 h4 br {
		display: block;
	}
}

@media screen and (max-width: 370px) {
	.section_05 .contentsWrap > .bg {
		width: clamp(120px,14vw,270px);
	}
	.section_05 h4 {
		padding-right: clamp(95px,6.7vw,130px);
	}
}

@media screen and (max-width: 360px) {
	.section_05 h3 br {
		display: block;
	}
	.section_05 h4 br {
		display: none;
	}
}

/* セクション(6) ----------------------------------------*/
.section_06 {
	overflow: hidden;
	position: relative;
}

.section_06 .bg {
    display: block;
    height: auto;
    max-width: 720px;
    position: absolute;
	right: -28%;
    top: -25px;
    width: 60%;
	z-index: -1;
}

.section_06 figure.film figcaption {
    background-color: #00A5E3;
}

@media screen and (max-width: 1024px) {
	.section_06 .bg {
		top: clamp(-12px,-1.3vw,-25px);
	}
}

@media screen and (max-width: 768px) {
	.section_06 .contentsWrap {
		display: flex;
		flex-wrap: wrap;
	}
	.section_06 .bg {
		margin: 0 auto -33% auto;
		order: 3;
		position: relative;
		right: unset;
		top: 0;
		width: 60%;
	}
	.section_06 h3 {
		width: 100%;
	}
	.section_06 h4 {
		order: 1;
		text-align: justify;
		width: 100%;
	}
	.section_06 h3 + h4 + p {
		margin-bottom: clamp(40px,4.1vw,80px);
		order: 2;
		text-align: justify;
	}
}

@media screen and (max-width: 480px) {
	.section_06 h4 br {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.section_06 figure.film figcaption br {
		display: block;
	}
}

@media screen and (max-width: 340px) {
	.section_06 h3 br {
		display: block;
	}
}

/* 番号付きリスト ----------------------------------------*/
.section_numbered .listBox .ttl {
	border-color: #00A5E3;
}

.section_numbered .listBox .ttl h3,
.section_numbered .listBox .list p::before {
	color: #00A5E3;
}

/* セクション(7) ----------------------------------------*/
.section_07 ul.radical li:nth-of-type(2) h4 {
    background-color: #00A5E3;
    color: #FFF;
}

@media screen and (max-width: 650px) {
	ul.radical li:nth-of-type(1) h4 br {
		display: none !important;
	}
}

@media screen and (max-width: 350px) {
	.section_07 h3 br {
		display: block;
	}
}

/* セクション(8) ----------------------------------------*/
.section_08 h3 br:nth-of-type(1) {
	display: block;
}

@media screen and (max-width: 500px) {
	.section_08 h3 br {
		display: block !important;
	}
}

/* パフォーマンス(1) ----------------------------------------*/
.section_perf1 {
	overflow: hidden;
}

.section_perf1 .bg {
    display: block;
    height: auto;
	top: -100px;
    position: absolute;
}

.section_perf1 .bg:nth-of-type(1) {
	left: -20%;
	max-width: 648px;
    width: 55%;
}

.section_perf1 .bg:nth-of-type(2) {
    max-width: 245px;
    right: -8%;
    width: 20%;
}

.section_perf1 h3 {
	margin-top: unset;
	z-index: 2;
}

.section_perf1 .stickyBoxies .stickyBox .images .box h4.red {
	background-color: #00A5E3;
}
.section_perf1 .stickyBoxies .stickyBox .texts .box h4 {
    color: #00A5E3;
}

.section_perf1 .stickyBoxies .stickyBox:nth-of-type(4) .images .box figure img {
    max-width: 64%;
}

@media screen and (max-width: 1024px) {
	.section_perf1 .bg {
		top: clamp(-50px,-5.2vw,-100px);
	}
	.section_perf1 .bg:nth-of-type(1) {
		left: -12%;
		width: 45%;
	}
	.section_perf1 .bg:nth-of-type(2) {
		right: 0;
		width: 17%;
	}
	.section_perf1 h3 {
		padding-top: clamp(50px,5.2vw,100px);
	}
	.section_perf1 .stickyBoxies .stickyBox:nth-of-type(4) .images .box figure img {
		margin-left: auto;
		margin-right: auto;
	}
	.section_perf1 .stickyBoxies .stickyBox .texts {
		text-shadow:
			1px 1px 1px #FFF, -1px -1px 1px #FFF,
			-1px 1px 1px #FFF,  1px -1px 1px #FFF,
			1px 0px 1px #FFF, -1px -0px 1px #FFF,
			0px 1px 1px #FFF,  0px -1px 1px #FFF;
	}
}

@media screen and (max-width: 650px) {
	.section_perf1 .stickyBoxies .stickyBox:nth-of-type(3) .images .box figure.flex:nth-of-type(1) figcaption,
	.section_perf1 .stickyBoxies .stickyBox:nth-of-type(3) .images .box figure.flex:nth-of-type(3) figcaption {
		padding-left: 66%;
	}
}

@media screen and (max-width: 450px) {
	.section_perf1 h3 {
		padding-top: clamp(25px,5.2vw,100px);
	}
}

/* パフォーマンス(2) ----------------------------------------*/
.section_perf2 .bg {
    display: block;
    height: auto;
    position: absolute;
}

.section_perf2 .bg:nth-of-type(1) {
	left: -15%;
	max-width: 430px;
    top: -85px;
    width: 36%;
}

.section_perf2 .bg:nth-of-type(2) {
    max-width: 394px;
    right: -12%;
    top: -100px;
    width: 33%;
}

.section_perf2 h3 {
	margin-bottom: 200px;
}

.section_perf2 ul.sentence li h4 {
	color: #00A5E3;
}

.section_perf2 ul.sentence li h4 br {
	display: none;
}

.section_perf2 .paragraph_01,
.section_perf2 .paragraph_02,
.section_perf2 .paragraph_03,
.section_perf2 .paragraph_04,
.section_perf2 .paragraph_05 {
	margin-bottom: 150px;
}

/* 透湿性 */
.section_perf2 .paragraph_01 dl {
	width: 100%;
}

.section_perf2 .paragraph_01 dl dt {
    margin-bottom: 60px;
}

.section_perf2 .paragraph_01 dl dt h5 {
    font-size: clamp(14px,0.8vw,16px);
    font-weight: 500;
    padding: 5px 20px;
    text-align: center;
}

.section_perf2 .paragraph_01 dl dd {
	padding: 0 5%;
}

.section_perf2 .paragraph_01 dl dd figure:not(:last-of-type)::before {
	border-color: transparent transparent transparent #9FA0A0;
	border-style: solid;
	border-width: 31px 0 31px 22px;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
}

.section_perf2 .paragraph_01 dl dd figure img {
	display: block;
	height: auto;
	width: 100%;
}

.section_perf2 .paragraph_01 dl dd figure figcaption {
	line-height: 2;
	text-align: justify;
}

.section_perf2 .paragraph_01 dl:nth-of-type(1) {
	margin-bottom: 70px;
}

.section_perf2 .paragraph_01 dl:nth-of-type(1) dt h5 {
    background-color: #D9D9D9;
    color: #363434;
}

.section_perf2 .paragraph_01 dl:nth-of-type(2) dt h5 {
    background-color: #00A5E3;
    color: #FFF;
}

.section_perf2 .paragraph_01 dl dd {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.section_perf2 .paragraph_01 dl dd figure {
	position: relative;
	text-align: center;
	width: 25%;
}

.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:nth-of-type(2) {
	width: 55.5%;
}

.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure:not(:last-of-type)::before {
	right: -22px;
	top: 20%;
}

.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:not(:last-of-type)::before {
	right: -50px;
	top: 15%;
}

.section_perf2 .paragraph_01 dl dd figure img {
	margin-bottom: 30px;
}

.section_perf2 .paragraph_01 dl dd figure figcaption {
	padding-right: 32%;
}

.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure figcaption {
	padding-right: 0;
	width: 400%;
}

.section_perf2 .paragraph_01 dl dd figure:nth-of-type(3) figcaption {
	padding: 0 16%;
}

/* 透湿性試験 */
.section_perf2 .paragraph_02 ul.sentence + ul {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 0 3%;
}

.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(1) {
	width: 39%;
}

.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(2) {
	width: 47%;
}

.section_perf2 .paragraph_02 ul.sentence + ul li figure img {
	display: block;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(2) figure figcaption {
	text-align: right;
}

/* 防藻・防カビ性 */
.section_perf2 .paragraph_03 ul.sentence.img li:nth-of-type(2) {
	justify-content: right;
	padding-right: 3%;
}

.section_perf2 .paragraph_03 ul.sentence.img li:nth-of-type(2) figure {
	max-width: 310px !important;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 0 3%;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) {
	width: 42%;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) {
	width: 51%;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li figure img {
	display: block;
	height: auto;
	width: 100%;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) h5 {
	margin-bottom: 30px;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure:nth-of-type(1) {
	margin-bottom: 40px;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure img {
	margin-bottom: 10px;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure figcaption {
	text-align: center;
	width: 46.5%;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div {
	border: 1px solid #FFF;
	margin-bottom: 70px;
	padding: 30px;	
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div h5 {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: right;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div figure img {
	margin-bottom: 30px;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div figure figcaption {
	font-size: 14px;
	line-height: 2.28;
}

.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) p {
	line-height: 2;
}

.section_perf2 .paragraph_03 .pbmBox {
	background-color: #D9D9D9;
	color: #363434;
	max-width: 720px;
}

.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p {
	line-height: 2;
	width: 48%
}

.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p:nth-of-type(1) {
	padding: 0 5%;
}

.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p:nth-of-type(2) {
	padding: 0 1% 0 11%;
}

.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p span {
	display: block;
	font-size: clamp(14px,0.8vw,16px);
	margin: 10px auto 0 auto;
	text-align: center;
}

.section_perf2 .paragraph_05 ul.sentence li.noTxt,
.section_perf2 .paragraph_06 ul.sentence li.noImg {
	width: 100% !important;
}

.section_perf2 .paragraph_06 ul.sentence li.noTxt h4 + figure {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.section_perf2 .paragraph_05 ul.sentence li.noTxt h4 + figure {
	height: auto;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.section_perf2 .paragraph_05 ul.sentence li.noTxt h4 + figure img {
	display: block;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure:not(:last-of-type)::before {
		right: -27%;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:not(:last-of-type)::before {
		right: -20%;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure figcaption {
		padding-right: 2%;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure:nth-of-type(3) figcaption {
		padding: 0 2% 0 0;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(1) figure figcaption br {
		display: none;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(2) figure figcaption {
		text-align: justify;
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p span {
		font-size: clamp(11px,0.8vw,16px);
	}
}

@media screen and (max-width: 1200px) {
	.section_perf2 .bg:nth-of-type(1) {
		left: -20%;
	}
	.section_perf2 .bg:nth-of-type(2) {
		right: -17%;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul {
		padding: 0;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li {
		width: 46% !important;
	}
	.section_perf2 .paragraph_03 ul.sentence.img li:nth-of-type(2) {
		padding-right: 0;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul {
		padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	.section_perf2 .paragraph_01,
	.section_perf2 .paragraph_02,
	.section_perf2 .paragraph_03,
	.section_perf2 .paragraph_04,
	.section_perf2 .paragraph_05 {
		margin-bottom: clamp(75px,7.8vw,150px);
	}
	.section_perf2 .bg:nth-of-type(1) {
		left: -6%;
		top: clamp(-42px,-4.4vw,-85px);
		width: 28%;
	}
	.section_perf2 .bg:nth-of-type(2) {
		right: -4%;
		top: clamp(-50px,-5.2vw,-100px);
		width: 25%;
	}
	.section_perf2 h3 {
		margin: 0 0 clamp(100px,10vw,200px) 0;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure:not(:last-of-type)::before {
		top: 13%;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:not(:last-of-type)::before {
		top: 15%;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li {
		width: 48% !important;
	}
	.section_perf2 .paragraph_03 ul.sentence.img li:nth-of-type(2) {
		justify-content: center;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul {
		display: block;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li {
		width: 100% !important;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: clamp(35px,3.6vw,70px);
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) h5 {
		margin-bottom: clamp(15px,1.5vw,30px);
		width: 100%;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure {
		margin-bottom: 0 !important;
		width: 48%;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure img {
		margin-bottom: clamp(5px,0.5vw,10px);
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure figcaption {
		font-size: clamp(13px,0.8vw,16px);
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div {
		margin-bottom: clamp(35px,3.6vw,70px);
		padding: 20px;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div figure img {
		margin: 0 auto clamp(15px,1.5vw,30px) auto;
		max-width: 500px;
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p span {
		font-size: clamp(10px,0.8vw,16px);
	}
	.section_perf2 .paragraph_05 ul.sentence li.noTxt h4 + figure img {
		margin-bottom: clamp(15px,1.5vw,30px);
	}	
}

@media screen and (min-width: 769px) {
	.section_perf2 .paragraph_03 .pbmBox > div {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.section_perf2 .paragraph_03 .pbmBox > div .logo {
		margin-bottom: 0;
		width: 62%;
	}
	.section_perf2 .paragraph_03 .pbmBox > div .logo figure {
		display: block;
		width: max-content;
	}
	.section_perf2 .paragraph_03 .pbmBox > div .logo figure img {
		margin: 0 auto;
	}
	.section_perf2 .paragraph_03 .pbmBox > div p {
		margin-bottom: 0;
		width: 38%;
	}
	.section_perf2 .paragraph_03 .pbmBox > div p + a {
		margin: -7% auto 0 5%;
	}
}

@media screen and (max-width: 768px) {
	.section_perf2 .bg:nth-of-type(1) {
		left: -8%;
		top: clamp(-42px,-4.4vw,-85px);
		width: 25%;
	}
	.section_perf2 .bg:nth-of-type(2) {
		right: -6%;
		top: clamp(-50px,-5.2vw,-100px);
		width: 22%;
	}
	.section_perf2 .paragraph_01 dl {
		margin: 0 auto;
		max-width: 600px;
	}
	.section_perf2 .paragraph_01 dl dt {
		margin-bottom: clamp(30px,3.1vw,60px);
	}
	.section_perf2 .paragraph_01 dl dd {
		display: block;
		padding: 0;
	}
	.section_perf2 .paragraph_01 dl dd figure {
		align-items: center;
		display: flex;
		justify-content: left;
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	}
	.section_perf2 .paragraph_01 dl dd figure:not(:last-of-type) {
		margin-bottom: 30px;
		padding-bottom: 52px;
	}
	.section_perf2 .paragraph_01 dl dd figure:not(:last-of-type)::before {
		border-color: #9FA0A0 transparent transparent transparent;
		border-width: 22px 31px 0 31px;
		bottom: 0 !important;
		left: calc((50% - 62px) / 2);
		right: unset;
		top: unset !important;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:nth-of-type(2) {
		width: 100%;
	}
	.section_perf2 .paragraph_01 dl dd figure img {
		margin-bottom: 0;
		width: 45%;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:nth-of-type(2) img {
		width: 100%;
	}
	.section_perf2 .paragraph_01 dl dd figure figcaption {
		padding-left: 2% !important;
		padding-right: unset !important;
		width: 55% !important;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul {
		display: block;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li {
		width: 100% !important;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(1) {
		margin-bottom: clamp(50px,5.2vw,100px);
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li figure img {
		margin: 0 auto clamp(15px,1.5vw,30px) auto;
		max-width: 500px;
		width: 90%;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(2) figure figcaption {
		text-align: right;
	}
	.section_perf2 .paragraph_03 ul.sentence.img li:nth-of-type(2) figure {
		max-width: 420px;
		width: 60%;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) {
		display: block;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure {
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure:nth-of-type(1) {
		margin-bottom: clamp(20px,2vw,40px) !important;
	}
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure figcaption {
		font-size: clamp(14px,0.8vw,16px);
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure img {
		max-width: 90%;
		padding-right: 4%;
	}
	
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p {
		padding: 0 !important;
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p span {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	.section_perf2 h3 {
		margin: 0 0 clamp(50px,5.2vw,100px) 0;
	}
	.section_perf2 .paragraph_02 ul.sentence + ul li:nth-of-type(2) figure figcaption {
		text-align: justify;
	}
}

@media screen and (max-width: 600px) {
	.section_perf2 .paragraph_01 dl dd figure figcaption {
		font-size: clamp(14px,0.8vw,16px);
	}
}

@media screen and (max-width: 480px) {
	.section_perf2 .bg:nth-of-type(1) {
		left: -2%;
		top: clamp(-67px,-7vw,-135px);
		width: 28%;
	}
	.section_perf2 .bg:nth-of-type(2) {
		right: -2%;
		top: clamp(-75px,-7.8vw,-150px);
		width: 25%;
	}
	.section_perf2 h3 {
		margin: clamp(25px,2.6vw,50px) 0;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure {
		align-items: flex-start;
	}
	.section_perf2 .paragraph_01 dl:nth-of-type(2) dd figure:nth-of-type(2) img {
		width: 55%;
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure img {
		max-width: unset;
	}
}

@media screen and (max-width: 430px) {
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p {
		font-size: clamp(14px,0.8vw,16px);
	}
	.section_perf2 .paragraph_05 ul.sentence.img li:nth-of-type(2) figure figcaption p span {
		font-size: clamp(11px,0.8vw,16px);
	}
}

@media screen and (max-width: 400px) {
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(1) figure figcaption {
		font-size: clamp(11px,0.8vw,16px);
		width: 46%;
	}
}

@media screen and (max-width: 370px) {
	.section_perf2 .paragraph_01 dl:nth-of-type(1) dd figure {
		align-items: flex-start;
	}
	.section_perf2 .paragraph_04 ul.sentence.img li h4 br {
		display: block !important;
	}
}

@media screen and (max-width: 350px) {
	.section_perf2 .paragraph_03 ul.sentence.img + ul li:nth-of-type(2) div h5 {
		text-align: center;
	}
}