@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

/* common */
.insulation figure {
	margin: 0;
}
.insulation p.-note {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
.insulation p.-note.-mt0 {
	margin-top: 0;
}

/* sec-insulation_mv */
.sec-insulation_mv {
	position: relative;
	padding: 140px 0;
}
.sec-insulation_mv::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 2000px;
	height: 1500px;
	background: url(mv-new-bg.jpg) center /cover no-repeat;
	content: '';
}
.sec-insulation_mv .mv_title {
	font-size: 4.6rem;
	letter-spacing: .12em;
}
.sec-insulation_mv .mv_title span {
	display: inline-block;
	padding: 12px 0 12px 20px;
	background: #fff;
	border: 2px solid;
}
.sec-insulation_mv .mv_title span i {
	font-style: normal;
	margin: auto -.2em;
}
.sec-insulation_mv .mv_title span b {
	display: inline-block;
	width: 40px;
}
.sec-insulation_mv .mv_sub-title {
	margin-bottom: 30px;
	letter-spacing: .08em;
}
.sec-insulation_mv .mv_sub-title span {
	display: inline-block;
	margin-top: -1px;
	padding: 4px 12px 4px 25px;
	background: #2e3b4c;
	color: #fff;
}
.sec-insulation_mv .answer > p {
	color: #101111;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: .08em;
}
.sec-insulation_mv .answer > p br.-sp {
	display: none;
}
.sec-insulation_mv .question {
	position: absolute;
	top: 80px;
	right: 230px;
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: .18em;
	line-height: 1.67;
	text-shadow: 0 0 20px rgba(200,72,2,.3);
}
@media only screen and (min-width: 1600px) {
	.sec-insulation_mv {
		padding-left: 70px;
	}
	.sec-insulation_mv::before {
		left: 60px;
	}
}
@media only screen and (max-width: 1120px) {
	.sec-insulation_mv::before {
		left: -280px;
		margin-left: 12vw;
	}
	.sec-insulation_mv .mv_title {
		font-size: 3.6rem;
	}
	.sec-insulation_mv .mv_title span b {
		width: 32px;
	}
	.sec-insulation_mv p.mv_sub-title {
		font-size: 1.8rem;
	}
	.sec-insulation_mv .answer > p {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 900px) {
	.sec-insulation_mv::before {
		left: -280px;
		margin-left: 6vw;
	}
}
@media only screen and (max-width: 750px) {
	.sec-insulation_mv {
		padding: 320px 0 20px;
		text-align: center;
	}
	.sec-insulation_mv::before {
		left: 50%;
		margin-left: -440px;
		width: 1000px;
		height: 920px;
	}
	.sec-insulation_mv .mv_title {
		font-size: 2.6rem;
		letter-spacing: .08em;
	}
	.sec-insulation_mv .mv_title span {
		padding: 10px 0 10px 14px;
	}
	.sec-insulation_mv .mv_title span b {
		width: 24px;
	}
	.sec-insulation_mv p.mv_sub-title {
		margin-bottom: 16px;
		font-size: 1.4rem;
	}
	.sec-insulation_mv .mv_sub-title span {
		padding: 4px 6px 4px 16px;
	}
	.sec-insulation_mv .answer > p {
		letter-spacing: .04em;
	}
}
@media only screen and (max-width: 640px) {
	.sec-insulation_mv .answer > p {
		font-size: 1.4rem;
	}
	.sec-insulation_mv .answer > p br.-sp {
		display: inherit;
	}
}

/* sec-insulation_answers */
.sec-insulation_answers {
	position: relative;
	margin-top: 180px;
	padding-bottom: 120px;
}
.sec-insulation_answers_illust {
	position: relative;
}
.sec-insulation_answers_illust::before {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1040px;
	height: 1040px;
	border-radius: 50%;
	background: url(answer-circle.png) center /contain no-repeat;
	background: linear-gradient(90deg, #4fb2f7, #a3ebaa);
	content: '';
	opacity: .12;
}
.front-circle {
	position: absolute;
	top: 210px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
	width: 400px;
	height: 400px;
	padding-top: 84px;
	border-radius: 50%;
	background: linear-gradient(90deg, #3eabf7, #7edf88);
	box-shadow: 0 0 30px rgba(255,255,255,.4);
	text-align: center;
}
/*
.front-circle > div {
	width: 100%;
	height: 100%;
	padding-top: 76px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}
*/
.front-circle figure {
	position: relative;
	margin-bottom: 24px;
}
.front-circle figure::before {
	position: absolute;
	top: -116px;
	left: 0;
	right: 0;
	margin: auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	content: '';
}
.front-circle figure img {
	position: relative;
}
.front-circle h2 {
	position: relative;
	font-size: 4rem;
	letter-spacing: .1em;
	line-height: 1.2;
	color: #fff;
}
.front-circle h2 span {
	display: block;
	font-size: 2.2rem;
	letter-spacing: .08em;
}
.front-circle h2 strong.-orange {
	color: #fcff2b;
}
.sec-insulation_answers_list {
	position: relative;
	height: 1000px;
	margin: 0 auto;
	counter-reset: number 0;
}
.sec-insulation_answers_list > li {
	position: relative;
	width: 380px;
}
.sec-insulation_answers_list > li:nth-child(1) {
	position: absolute;
	right: 50%;
	margin-right: 110px;
}
.sec-insulation_answers_list > li:nth-child(2) {
	position: absolute;
	left: 50%;
	margin-left: 110px;
}
.sec-insulation_answers_list > li:nth-child(3) {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	/*
	width: 680px;
	width: 100%;
	height: 220px;
	*/
}
.sec-insulation_answers_list > li::before {
	position: absolute;
	top: 200px;
	z-index: -1;
	display: block;
	width: 480px;
	height: 480px;
	content: '';
}
.sec-insulation_answers_list > li:nth-child(1)::before {
	left: -100px;
	background: radial-gradient(rgba(255,246,204,1), rgba(255,246,204,1), rgba(255,246,204,0), rgba(255,246,204,0));
}
.sec-insulation_answers_list > li:nth-child(2)::before {
	right: -100px;
	background: radial-gradient(rgba(244,255,219,1), rgba(244,255,219,1), rgba(244,255,219,0), rgba(244,255,219,0));
}
.sec-insulation_answers_list > li:nth-child(3)::before {
	display: none;
}
.sec-insulation_answers_list .circle {
	width: 380px;
	height: 380px;
	padding: 88px 0 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 40px rgba(128,148,185,.1);
	text-align: center;
}
.sec-insulation_answers_list > li:nth-child(1) .circle {
	border: 2px solid #3eabf7;
}
.sec-insulation_answers_list > li:nth-child(2) .circle {
	border: 2px solid #7edf88;
}
.sec-insulation_answers_list > li:nth-child(3) .circle {
	padding-top: 110px;
	/*
	padding: 40px;
	height: auto;
	border-radius: 6px;
	background: linear-gradient(135deg, #86f9ff0d, #3eaaf70d);
	box-shadow: 0 0 40px rgba(255,255,255,.8);
	width: 100%;
	padding-top: 0;
	border: 1px solid #fff;
	box-shadow: none;
	background: rgba(99,195,205,.09);
	background: none;
	*/
}
.sec-insulation_answers_list h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 48px;
	font-size: 2.4rem;
	line-height: 1.6;
}
.sec-insulation_answers_list h3::before {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	z-index: -1;
	margin: auto;
	padding-right: .1em;
	font-size: 7rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	counter-increment: number 1;
	content: '0'counter(number);
	line-height: 1;
}
.sec-insulation_answers_list h3::after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15px 0 15px;
	border-color: #555 transparent transparent transparent;
	content: '';
}
.sec-insulation_answers_list h3 span {
	display: inline-block;
	padding: 0 8px;
	border: 1px solid;
	background: #fff;
	line-height: 1.4;
}
.sec-insulation_answers_list > li:nth-child(3) h3 {
	margin-bottom: 24px;
	font-size: 1.8rem;
	/*
	font-size: 3.2rem;
	*/
}
.sec-insulation_answers_list > li:nth-child(1) h3::before {
	color: #dfecfb;
}
.sec-insulation_answers_list > li:nth-child(1) h3::after {
	border-color: #3eabf7 transparent transparent transparent;
}
.sec-insulation_answers_list > li:nth-child(2) h3::before {
	color: #d8f3e4;
}
.sec-insulation_answers_list > li:nth-child(2) h3::after {
	border-color: #7edf88 transparent transparent transparent;
}
.sec-insulation_answers_list > li:nth-child(3) h3::before {
	display: none;
}
.sec-insulation_answers_list > li:nth-child(3) h3::after {
	display: none;
}
.sec-insulation_answers_list > li:nth-child(3) h3 span {
	position: relative;
	display: inline-block;
	padding: 0 18px;
	border: none;
}
.sec-insulation_answers_list > li:nth-child(3) h3 span::before,
.sec-insulation_answers_list > li:nth-child(3) h3 span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 10px);
	background: #555;
}
.sec-insulation_answers_list > li:nth-child(3) h3 span::before {
	left: 0;
	transform: rotate(-15deg);
}
.sec-insulation_answers_list > li:nth-child(3) h3 span::after {
	right: 0;
	transform: rotate(15deg);
}
.sec-insulation_answers_list dt {
	margin-bottom: 8px;
}
.sec-insulation_answers_list dt span {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 14px;
	background: #d7f0fc;
	background: linear-gradient(90deg, #3eabf7, #7edf88);
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: .12em;
}
.sec-insulation_answers_list dd {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
}
.sec-insulation_answers_list dd span {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.sec-insulation_answers_list dd span::before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 10px;
	background: #f9f065;
	content: '';
}
.sec-insulation_answers_list dd strong {
	font-size: 3.6rem;
	color: #f7ac1d;
}
.sec-insulation_answers_list > li:nth-child(3) dd {
	font-size: 3.2rem;
}
.sec-insulation_answers_list > li:nth-child(3) dd strong {
	font-size: 4rem;
}
/*
*/
.sec-insulation_answers_list > li:nth-child(3) dd span {
	margin-bottom: 6px;
}
.sec-insulation_answers_list > li:nth-child(3) dd span:last-child {
	margin-bottom: 0;
}
.sec-insulation_answers_list .illust {
	position: absolute;
	top: 260px;
	z-index: 1;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-insulation_answers_list > li:nth-child(1) .illust {
	left: -20px;
	padding-top: 30px;
	/*background: radial-gradient(rgba(255,246,204,1), rgba(255,246,204,1), rgba(255,246,204,0), rgba(255,246,204,0));*/
}
.sec-insulation_answers_list > li:nth-child(2) .illust {
	right: -20px;
	/*background: radial-gradient(rgba(244,255,219,1), rgba(244,255,219,1), rgba(244,255,219,0), rgba(244,255,219,0));*/
}
.sec-insulation_answers_list > li:nth-child(3) .illust {
	top: -513px;
	left: -170px;
	background: radial-gradient(rgba(230,255,254,1), rgba(230,255,254,1), rgba(230,255,254,0), rgba(230,255,254,0));
}
.sec-insulation_answers_list .illust figure {
	width: 320px;
	text-align: center;
}
.sec-insulation_answers_list > li:nth-child(3) .illust img {
	mix-blend-mode: darken;
}
.sec-insulation_answers_list .illust figcaption {
	margin-top: -12px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.sec-insulation_answers_list > li:nth-child(1) .illust figcaption {
	color: #e8af00;
}
.sec-insulation_answers_list > li:nth-child(2) .illust figcaption {
	color: #62b302;
	margin-top: -8px;
}
.sec-insulation_answers_list > li:nth-child(3) .illust figcaption {
	color: #18a1c3;
}
.sec-insulation_answers_about-zeh {
	position: relative;
	max-width: 920px;
	margin: 40px auto 0;
	padding: 40px 60px 36px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ddd;
}
.sec-insulation_answers_about-zeh::before {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 410px;
	height: 2px;
	background: #fff;
	content: '';
}
.sec-insulation_answers_about-zeh h4 {
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
}
.sec-insulation_answers_about-zeh h4 i {
	font-style: normal;
	font-size: .9em;
}
.sec-insulation_answers_about-zeh p {
	color: #333;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2;
}
@media only screen and (max-width: 1120px) {
	.sec-insulation_answers {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.front-circle {
		top: 190px;
		width: 310px;
		height: 310px;
		padding-top: 24px;
	}
	.front-circle > div {
		padding-top: 40px;
	}
	.front-circle h2 {
		font-size: 3rem;
	}
	.front-circle h2 span {
		font-size: 1.7rem;
		letter-spacing: .06em;
	}
	.sec-insulation_answers_list {
		height: 720px;
	}
	.sec-insulation_answers_illust::before {
		top: -5px;
		width: 700px;
		height: 700px;
	}
	.sec-insulation_answers_list > li {
		width: 300px;
	}
	.sec-insulation_answers_list > li:nth-child(1) {
		margin-right: 60px;
	}
	.sec-insulation_answers_list > li:nth-child(2) {
		margin-left: 60px;
	}
	.sec-insulation_answers_list > li:nth-child(3) {
		bottom: -60px;
	}
	.sec-insulation_answers_list .circle {
		width: 300px;
		height: 300px;
		padding: 64px 0 0;
	}
	.sec-insulation_answers_list > li:nth-child(3) .circle {
		padding-top: 86px;
	}
	.sec-insulation_answers_list h3 {
		margin-bottom: 36px;
		font-size: 2rem;
	}
	.sec-insulation_answers_list > li:nth-child(3) h3 {
		font-size: 1.6rem;
	}
	.sec-insulation_answers_list h3::before {
		top: -30px;
		font-size: 5rem;
	}
	.sec-insulation_answers_list h3::after {
		bottom: -26px;
	}
	.sec-insulation_answers_list > li:nth-child(3) h3 span {
		padding: 0 14px;
	}
	.sec-insulation_answers_list dt span {
		font-size: 1.4rem;
	}
	.sec-insulation_answers_list dd {
		font-size: 2.2rem;
	}
	.sec-insulation_answers_list dd strong {
		font-size: 3rem;
	}
	.sec-insulation_answers_list > li:nth-child(3) dd {
		font-size: 2.2rem;
	}
	.sec-insulation_answers_list > li:nth-child(3) dd strong {
		font-size: 2.8rem;
	}
	.sec-insulation_answers_list .illust {
		top: 110px;
		width: 440px;
		height: 440px;
	}
	.sec-insulation_answers_list > li:nth-child(1) .illust {
		left: -114px;
	}
	.sec-insulation_answers_list > li:nth-child(2) .illust {
		right: -114px;
	}
	.sec-insulation_answers_list .illust figure {
		width: 240px;
	}
	.sec-insulation_answers_list .illust figure img {
		width: 160px;
		height: 160px;
	}
	.sec-insulation_answers_list .illust figcaption {
		margin-top: -4px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.sec-insulation_answers_about-zeh {
		margin-top: 120px;
		padding: 32px 40px 26px;
	}
}
@media only screen and (max-width: 750px) {
	.sec-insulation_answers {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	.front-circle {
		position: relative;
		top: auto;
		margin-bottom: -12px;
		width: 220px;
		height: 220px;
		padding: 0;
	}
	.front-circle > div {
		padding-top: 42px;
	}
	.front-circle figure::before {
		top: -71px;
		width: 200px;
		height: 200px;
	}
	.sec-insulation_answers_illust::before {
		display: none;
	}
	.sec-insulation_answers_list {
		max-width: 520px;
		height: auto;
	}
	.sec-insulation_answers_list > li {
		margin: 0 auto 14px!important;
		width: 100%;
		padding: 44px 5% 20px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 10px 40px rgba(128,148,185,.1);
		overflow: hidden;
	}
	.sec-insulation_answers_list > li:nth-child(1) {
		position: relative;
		right: auto;
		border: 2px solid #3eabf7;
	}
	.sec-insulation_answers_list > li:nth-child(1)::before {
		display: none;
	}
	.sec-insulation_answers_list > li:nth-child(2) {
		position: relative;
		left: auto;
		bottom: auto;
		border: 2px solid #7edf88;
	}
	.sec-insulation_answers_list > li:nth-child(3) {
		position: relative;
		bottom: auto;
		padding: 36px 5% 38px;
	}
	.sec-insulation_answers_list .circle {
		position: relative;
		z-index: 2;
		width: 240px;
		height: auto;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}
	.sec-insulation_answers_list > li:nth-child(1) .circle,
	.sec-insulation_answers_list > li:nth-child(2) .circle,
	.sec-insulation_answers_list > li:nth-child(3) .circle {
		padding: 0;
		border: none;
	}
	.sec-insulation_answers_list > li:nth-child(1) .illust {
		background: rgba(255,246,204,.8);
	}
	.sec-insulation_answers_list > li:nth-child(2) .illust {
		background: rgba(244,255,219,.8);
	}
	.sec-insulation_answers_list > li:nth-child(3) .illust {
		background: rgba(230,255,254,.8);
	}
	.sec-insulation_answers_list .illust figure img {
		width: 120px;
		height: 120px;
	}
	.sec-insulation_answers_list .illust figcaption {
		font-size: 1.2rem;
	}
	.sec-insulation_answers_list dd {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 750px) {
	.front-circle figure {
		margin-bottom: 12px;
	}
	.front-circle figure img {
		width: 60px;
		height: 60px;
	}
	.front-circle h2 {
		font-size: 2.4rem;
	}
	.front-circle h2 span {
		font-size: 1.5rem;
	}
	.sec-insulation_answers_list .circle {
		width: 100%;
	}
	.sec-insulation_answers_list h3 {
		margin-bottom: 24px;
		font-size: 2.2rem;
		letter-spacing: .08em;
	}
	.sec-insulation_answers_list > li:nth-child(3) h3 {
		margin-bottom: 16px;
		font-size: 1.4rem;
	}
	.sec-insulation_answers_list h3::before {
		top: -24px;
	}
	.sec-insulation_answers_list h3::after {
		bottom: -17px;
		border-width: 10px 8px 0 8px;
	}
	.sec-insulation_answers_list h3 span {
		margin-left: 2px;
		padding: 0 5px;
	}
	.sec-insulation_answers_list > li:nth-child(3) h3 span {
		padding: 0 12px;
	}
	.sec-insulation_answers_list dl {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.sec-insulation_answers_list dt {
		width: 100%;
		margin-bottom: 4px;
	}
	.sec-insulation_answers_list dt span {
		font-size: 1.3rem;
	}
	.sec-insulation_answers_list dd {
		position: relative;
		font-size: 1.8rem;
		letter-spacing: .08em;
	}
	.sec-insulation_answers_list dd::before {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 100%;
		height: 10px;
		background: #f9f065;
		content: '';
	}
	.sec-insulation_answers_list > li:nth-child(3) dd::before {
		display: none;
	}
	.sec-insulation_answers_list dd span::before {
		display: none;
	}
	.sec-insulation_answers_list > li:nth-child(3) dd span::before {
		display: block;
	}
	.sec-insulation_answers_list dd br {
		display: none;
	}
	.sec-insulation_answers_list > li:nth-child(3) dd br {
		display: inherit;
	}
	.sec-insulation_answers_list dd strong {
		font-size: 2.2rem;
	}
	.sec-insulation_answers_list .illust {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.sec-insulation_answers_list > li:nth-child(1) .illust,
	.sec-insulation_answers_list > li:nth-child(2) .illust,
	.sec-insulation_answers_list > li:nth-child(3) .illust {
		top: auto;
		right: auto;
		left: auto;
		margin: -10px auto 0;
		padding: 24px 0;
		border-radius: 5px;
	}
	.sec-insulation_answers_about-zeh {
		margin-top: 60px;
		padding: 24px 5% 20px;
	}
	.sec-insulation_answers_about-zeh::before {
		width: 272px;
	}
	.sec-insulation_answers_about-zeh h4 span {
		font-size: 1.3rem;
	}
	.sec-insulation_answers_about-zeh h4 i {
		margin: auto -0.4em;
	}
	.sec-insulation_answers_about-zeh p {
		font-size: 1.3rem;
	}
}

/* sec-insulation_title */
.sec-insulation {
	margin-bottom: 80px;
}
.sec-insulation_title {
	position: relative;
	padding: 124px 0 220px;
}
.sec-insulation_title::before {
	position: absolute;
	top: 0;
	left: -400px;
	display: block;
	width: 120vw;
	height: 100%;
	background: #291801;
	content: '';
}
.sec-insulation_title h2 {
	position: relative;
	z-index: 1;
	font-size: 4.2rem;
	color: #fff;
	letter-spacing: .16em;
	text-shadow: 0 0 30px rgba(255,255,255,.4);
	text-align: center;
}
.sec-insulation_title h2 span {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
	font-size: 14rem;
	font-family: 'Work Sans', sans-serif;
	color: rgba(255,255,255,.16);
	letter-spacing: .02em;
	text-shadow: none;
}
.sec-insulation_title h2 br {
	display: none;
}
@media only screen and (max-width: 1120px) {
	.sec-insulation {
		margin-bottom: 60px;
	}
	.sec-insulation_title {
		padding: 80px 0 160px;
	}
	.sec-insulation_title::before {
		left: 0;
		margin-left: -5vw;
		width: 100vw;
	}
	.sec-insulation_title h2 {
		font-size: 3.2rem;
	}
	.sec-insulation_title h2 span {
		top: -56px;
		font-size: 12rem;
	}
}
@media only screen and (max-width: 750px) {
	.sec-insulation_title {
		padding: 80px 0 110px;
	}
	.sec-insulation_title h2 {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	.sec-insulation_title h2 span {
		top: -47px;
		font-size: 8rem;
	}
	.sec-insulation_title h2 br {
		display: inherit;
	}
	.sec-insulation_title::before {
		background-attachment: unset!important;
	}
}

/* sec-insulation_answer */
.sec-insulation_answer {
	position: relative;
	margin: -100px auto 40px;
	padding: 40px 60px;
	border-radius: 5px;
	background: #fdf4ed;
}
.sec-insulation_answer h3 {
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .08em;
}
.sec-insulation_answer h3 span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 0 6px 14px;
	background: #fff;
	border: 1px solid;
	font-size: 2.2rem;
	letter-spacing: .2em;
}
.sec-insulation_answer h3 i {
	display: block;
	margin-bottom: 16px;
	font-style: normal;
	font-size: 1.8rem;
}
.sec-insulation_answer h3 strong {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 2px;
	font-size: 4.4rem;
}
.sec-insulation_answer h3 strong::before {
	position: absolute;
	left: -3px;
	bottom: 6px;
	z-index: -1;
	display: block;
	width: calc(100% + 6px);
	height: 14px;
	background: #f9f065;
	content: '';
}
.sec-insulation_answer h3 strong b {
	font-size: 5.2rem;
	color: #f7ac1d;
}
.sec-insulation_answer h3 br.-sp {
	display: none;
}
.sec-insulation_answer figure {
	margin: 24px auto 20px;
	text-align: center;
}
.sec-insulation_answer figure.-mt0 {
	margin-top: 0;
}
.sec-insulation_answer figure img {
	max-width: 100%;
}
.sec-insulation_answer figure img.-sp {
	display: none;
}
.sec-insulation_answer p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}
@media only screen and (max-width: 1120px) {
	.sec-insulation_answer {
		margin: -80px auto 30px;
		padding: 30px 5%;
	}
	.sec-insulation_answer h3 {
		font-size: 2.4rem
	}
	.sec-insulation_answer h3 span {
		font-size: 1.6rem;
	}
	.sec-insulation_answer h3 strong {
		font-size: 3.2rem;
	}
	.sec-insulation_answer h3 strong b {
		font-size: 4rem;
	}
	.sec-insulation_answer figure img {
		width: calc(100% + 40px);
		height: auto;
		margin-left: -20px;
		max-width: none;
	}
	.sec-insulation_answer p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 750px) {
	.sec-insulation_answer {
		margin: -40px auto 20px;
	}
	.sec-insulation_answer h3 {
		font-size: 1.8rem;
		letter-spacing: .04em;
	}
	.sec-insulation_answer h3 span {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.sec-insulation_answer h3 strong {
		margin-bottom: 8px;
		font-size: 2.2rem;
	}
	.sec-insulation_answer h3 strong::before {
		bottom: 4px;
		height: 10px;
	}
	.sec-insulation_answer h3 strong b {
		font-size: 2.6rem;
	}
	.sec-insulation_answer h3 br.-sp {
		display: inherit;
	}
	.sec-insulation_answer figure img.-pc {
		display: none;
	}
	.sec-insulation_answer figure img.-sp {
		display: block;
	}
	.sec-insulation_answer figure.-mt0 {
		margin-top: 24px;
	}
	.sec-insulation_answer p {
		text-align: left;
	}
	.sec-insulation_answer p br {
		display: none;
	}
}

/* insulation-spec */
.insulation-spec {
	padding: 40px 60px;
	border-radius: 5px;
	background: #f2f6fc;
}
.insulation-spec + .insulation-spec {
	margin-top: 40px;
}
.insulation-spec h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: .12em;
}
.insulation-spec .column-box + h3 {
	margin-top: 48px;
}
.insulation-spec h3.-center {
	text-align: center;
}
.insulation-spec h3 > span {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 16px;
	background: #2e3b4c;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .16em;
}
.insulation-spec h3 > i {
	font-size: 1.6rem;
	font-style: normal;
}
.insulation-spec h3 br.-sp {
	display: none;
}
.insulation-spec p {
	font-size: 1.6rem;
	line-height: 2;
}
.insulation-spec p + p {
	margin-top: .8em;
}
.insulation-spec p.-bels-note {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.insulation-spec .right-image {
	display: flex;
}
.insulation-spec .right-image figure {
	margin: 0;
}
@media only screen and (max-width: 1120px) {
	.insulation-spec {
		padding: 30px 5%;
	}
	.insulation-spec + .insulation-spec {
		margin-top: 30px;
	}
	.insulation-spec h3 {
		font-size: 2rem;
	}
	.insulation-spec h3 > span {
		font-size: 1.2rem;
	}
	.insulation-spec p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 750px) {
	.insulation-spec + .insulation-spec {
		margin-top: 20px;
	}
	.insulation-spec h3 {
		margin-bottom: 16px;
		font-size: 1.8rem;
		letter-spacing: .04em;
	}
	.insulation-spec h3 br.-sp {
		display: inherit;
	}
}

/* column-box */
.column-box {
	padding: 40px 50px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0, 0, 50, .2);
	overflow: hidden;
}
.column-box.-right_image {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.column-box + .column-box {
	margin-top: 20px;
}
.column-box h4 {
	position: relative;
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: #003b87;
	padding-left: 20px;
	line-height: 1.4;
}
.column-box h4::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: calc(100% - 6px);
	background: #003b87;
	content: '';
}
.column-box h4 img {
	position: absolute;
	top: 0;
	right: 0;
}
.column-box p {
	font-size: 1.6rem;
	line-height: 2;
}
.column-text-left {
	padding: 40px 50px;
}
.column-box.-right_image > figure img {
	height: 100%;
	object-fit: cover;
}
.column-box .inner-flex {
	display: flex;
	justify-content: space-between;
}
.column-box .inner-flex > figure {
	margin-left: 40px;
}
@media only screen and (max-width: 1120px) {
	.column-box {
		padding: 20px 5%;
	}
	.column-box h4 {
		font-size: 2rem;
	}
	.column-box p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.column-text-left {
		padding: 20px 20px 20px 5%;
	}
	.column-box.-right_image > figure {
		min-width: 40%;
	}
	.column-box.-right_image > figure img {
		max-width: 100%;
	}
	.column-box .inner-flex > figure {
		min-width: 40%;
		margin-left: 20px;
	}
	.column-box .inner-flex > figure img {
		max-width: 100%;
		height: auto;
	}
	.column-box h4.-withico {
		padding-right: 100px;
	}
	.column-box h4 img {
		width: 80px;
		height: auto;
	}
}
@media only screen and (max-width: 750px) {
	.column-box h4 {
		margin-bottom: 16px;
		padding-left: 16px;
		font-size: 1.8rem;
	}
	.column-box h4 br {
		display: none;
	}
	.column-box.-right_image {
		flex-direction: column-reverse;
	}
	.column-box.-right_image > figure img {
		width: 100%;
		height: auto;
	}
	.column-text-left {
		padding: 20px 5%;
	}
	.column-box .inner-flex {
		flex-wrap: wrap;
	}
	.column-box .inner-flex > figure {
		width: 100%;
		margin: 16px 0 0;
		text-align: center;
	}
}

/* sec01 */
.-sec01 .sec-insulation_title::before {
	background: url(sec01_title-bg.jpg) center /cover no-repeat fixed;
}
.why5 {
	position: relative;
	margin-top: 50px;
	padding: 42px 50px 40px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0, 0, 50, .2);
}
.why5 h4 {
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	letter-spacing: .16em;
}
.why5 h4 span {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 18px;
	background: #003b87;
}
.why5_question {
	display: flex;
}
.why5_question > li {
	width: 50%;
	padding: 12px 10px;
	border-top: 1px solid #ccc;
	font-size: 1.7rem;
	font-weight: bold;
	color: #808994;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .06em;
	cursor: pointer;
}
.why5_question > li.is-active {
	border-color: #003b87;
	color: #003b87;
}
.why5_question > li span {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 38px;
}
.why5_question > li span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #808994;
	color: #fff;
	text-align: center;
	line-height: 25px;
	content: 'Q';
}
.why5_question > li.is-active span::before {
	background: #003b87;
}
.why5_answer {
	position: relative;
	padding: 25px 40px;
	background: #f2f6fc;
}
.why5_answer::before {
	position: absolute;
	top: 25px;
	left: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #003b87;
	content: 'A.';
}
.why5_answer > li {
	display: none;
	padding-left: 24px;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: .04em;
}
.why5_answer > li.is-show {
	display: block;
}
.glasswool-spec {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}
.glasswool-spec .text {
	width: calc(100% - (340px + 40px));
}
.glasswool-spec figure {
	width: 340px;
}
.glasswool-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.glasswool-data figure {
	width: 340px;
}
.glasswool-data > div {
	width: calc(100% - (340px + 60px));
}
.glasswool-data dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
.glasswool-data dt {
	width: 160px;
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccdbf0;
}
.glasswool-data dd {
	width: calc(100% - 160px);
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccdbf0;
	font-weight: bold;
}
.about-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}
.about-check .text {
	width: calc(100% - (340px + 60px));
}
.check-flow {
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
}
.check-flow > li {
	position: relative;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #808994;
}
.check-flow > li:nth-child(3) {
	border: 1px solid #2e3b4c;
}
.check-flow > li::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #2e3b4c;
	content: '';
}
.check-flow > li:last-child::after {
	display: none;
}
.check-flow dl {
	text-align: center;
}
.check-flow dt {
	padding: 10px;
	background: #808994;
	color: #fff;
	font-size: 1.6rem;
}
.check-flow > li:nth-child(3) dt {
	background: #2e3b4c;
}
.check-flow dd {
	padding: 14px 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.check-flow > li:last-child dd {
	padding-top: 28px;
}
.check-plus {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	background: #f2f6fc;
}
.check-plus > span {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2e3b4c;
}
.check-plus > span::before,
.check-plus > span::after {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 12px;
	height: 2px;
	background: #fff;
	content: '';
}
.check-plus > span::after {
	transform: rotate(90deg);
}
.check-plus figure {
	width: 172px;
}
.check-plus p {
	width: calc(100% - 172px);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.window-spec {
	display: flex;
	gap: 26px;
	margin-bottom: 20px;
}
.window-spec > li {
	width: 100%;
}
.window-spec figure {
	margin: 0 auto 16px;
	border: 1px solid #ddd;
}
.window-spec figure img {
	width: 100%;
	height: auto;
}
.window-spec dt {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: bold;
}
.window-spec dd {
	font-size: 1.4rem;
	line-height: 1.7;
}
.window-spec dd span {
	display: block;
	margin-top: 4px;
	font-size: 1.2rem;
}
.more-window {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 40px;
	background: #f6f6f6;
}
.more-window_text h5 {
	font-size: 1.4rem;
}
.more-window_text h5 span {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
	background: #fff;
	border: 1px solid;
}
.more-window_text h5 strong {
	display: block;
	margin: 8px 0 12px;
	font-size: 2rem;
	line-height: 1.6;
}
.window_list {
	display: flex;
	gap: 40px;
	margin-left: 60px;
}
.window_list > li {
	position: relative;
}
.window_list > li::after {
	position: absolute;
	top: 0;
	right: -28px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #bbb;
	content: '';
}
.window_list > li:last-child::after {
	display: none;
}
.window_list figure {
	margin: 0;
	text-align: center;
}
.window_list figure img {
	margin-bottom: 12px;
}
.window_list figure figcaption {
	font-size: 1.4rem;
	line-height: 1.5;
}
.window_list li:last-child figure figcaption {
	color: #003b87;
	font-weight: bold;
}
@media only screen and (max-width: 1120px) {
	.why5 {
		padding: 32px 5% 20px;
	}
	.why5 h4 {
		top: -16px;
		font-size: 1.6rem;
	}
	.why5 h4 span {
		padding: 7px 24px;
	}
	.why5_question > li {
		display: block;
		height: 100%;
		font-size: 1.5rem;
		letter-spacing: .02em;
	}
	.why5_answer {
		padding: 20px 5%;
	}
	.why5_answer::before {
		top: 22px;
		left: 30px;
	}
	.glasswool-spec {
		margin-bottom: 30px;
	}
	.glasswool-spec .text {
		width: calc(100% - (40% + 20px));
	}
	.glasswool-spec figure {
		width: 40%;
	}
	.glasswool-spec figure img {
		width: 100%;
		height: auto;
	}
	.glasswool-data {
		margin-bottom: 30px;
	}
	.glasswool-data figure {
		width: 40%;
	}
	.glasswool-data figure img {
		width: 100%;
		height: auto;
	}
	.glasswool-data > div {
		width: calc(100% - (40% + 20px));
	}
	.glasswool-data dl {
		font-size: 1.4rem;
	}
	.glasswool-data dt {
		width: 120px;
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.glasswool-data dd {
		width: calc(100% - 120px);
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.about-check figure {
		width: 40%;
	}
	.about-check figure img {
		width: 100%;
		height: auto;
	}
	.about-check .text {
		width: calc(100% - (40% + 20px));
	}
	.check-flow {
		gap: 12px;
	}
	.check-flow > li::after {
		right: -10px;
		border-width: 8px 0 8px 10px;
	}
	.check-flow dt {
		font-size: 1.3rem;
	}
	.check-flow dd {
		font-size: 1.6rem;
	}
	.check-plus p {
		padding: 0 20px;
		font-size: 1.6rem;
	}
	.window-spec {
		gap: 20px;
	}
	.window-spec figure img {
		width: 100%;
		height: auto;
	}
	.more-window {
		display: block;
		padding: 20px 5%;
	}
	.more-window_text {
		margin-bottom: 16px;
		text-align: center;
	}
	.more-window_text h5 strong {
		margin: 4px 0 6px;
		font-size: 1.6rem;
	}
	.window_list {
		margin-left: 0;
		justify-content: center;
	}
	.window_list li:last-child figure figcaption {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 750px) {
	.why5 h4 {
		top: -14px;
		font-size: 1.4rem;
		letter-spacing: .08em;
	}
	.why5 h4 span {
		padding: 6px 20px;
	}
	.why5_question {
		display: block;
	}
	.why5_question > li {
		width: 100%;
		padding: 12px 5%;
		font-size: 1.4rem;
		text-align: left;
	}
	.why5_question > li span {
		display: block;
		padding: 0 0 0 28px;
	}
	.why5_question > li span::before {
		bottom: 0;
		margin: auto;
		width: 22px;
		height: 22px;
		font-size: 1.2rem;
		line-height: 22px;
	}
	.why5_answer::before {
		top: 21px;
		left: 6%;
	}
	.why5_answer > li {
		font-size: 1.3rem;
	}
	.glasswool-spec {
		display: block;
	}
	.glasswool-spec .text {
		width: 100%;
		margin-bottom: 20px;
	}
	.glasswool-spec figure {
		width: 100%;
	}
	.glasswool-data {
		display: block;
	}
	.glasswool-data figure {
		width: 100%;
	}
	.glasswool-data > div {
		width: 100%;
	}
	.about-check {
		display: block;
	}
	.about-check figure {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-check .text {
		width: 100%;
	}
	.check-flow {
		display: block;
	}
	.check-flow > li {
		margin-bottom: 12px;
	}
	.check-flow > li::after {
		top: auto;
		right: 0;
		left: 0;
		bottom: -8px;
		border-width: 8px 8px 0 8px;
		border-color: #2e3b4c transparent transparent transparent;
	}
	.check-flow dd {
		padding: 10px;
	}
	.check-flow > li:last-child dd {
		padding-top: 10px;
	}
	.check-plus {
		display: block;
	}
	.check-plus figure {
		width: 100%;
	}
	.check-plus figure img {
		width: 100%;
		height: auto;
	}
	.check-plus p {
		width: 100%;
		padding: 10px 5%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.window-spec {
		display: block;
	}
	.window-spec > li {
		margin-bottom: 20px;
	}
	.window-spec figure {
		margin-bottom: 12px;
	}
	.window-spec dt {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}
	.window-spec dd {
		font-size: 1.2rem;
	}
	.window_list {
		gap: 16px;
		margin-left: 0;
	}
	.window_list > li::after {
		top: 30px;
		bottom: auto;
		right: -13px;
		border-width: 8px 0 8px 8px;
	}
	.window_list figure img {
		max-width: 60px;
		height: auto;
		margin-bottom: 8px;
	}
	.window_list figure figcaption {
		font-size: 1rem;
	}
	.window_list li:last-child figure figcaption {
		font-size: 1.1rem;
	}
}

/* sec02 */
.-sec02 .sec-insulation_title::before {
	background: url(sec02_title-bg.jpg) center /cover no-repeat fixed;
}

/* sec03 */
.-sec03 .sec-insulation_title::before {
	background: url(sec03_title-bg.jpg) center /cover no-repeat fixed;
}
.about-bels {
	display: block;
	position: relative;
	margin: 0 auto;
}
.about-bels figure {
	position: relative;
	counter-reset: plateNumber 0;
	background: #007950;
	padding: 20px 0;
	border-radius: 4px;
	margin-bottom: 20px;
}
.about-bels figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about-bels figure > span {
	display: block;
	position: absolute;
	left: 50%;
	border: 2px solid #00a5db;
	border-radius: 6px;
	background: rgba(1,157,208,0.14);
}
.about-bels figure > span::before {
	display: flex;
	position: absolute;
	top: 0;
	left: -13px;
	bottom: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #00a5db;
	color: #00a5db;
	font-size: 1.5rem;
	font-weight: 600;
	content: counter(plateNumber);
	counter-increment: plateNumber 1;
}
.about-bels.-bels01 figure > span:nth-of-type(1) {
	top: 115px;
	margin-left: -292px;
	width: 582px;
	height: 101px;
}
.about-bels.-bels01 figure > span:nth-of-type(2) {
	top: 214px;
	margin-left: -292px;
	width: 582px;
	height: 65px;
}
.about-bels.-bels01 figure > span:nth-of-type(3) {
	top: 277px;
	margin-left: -292px;
	width: 298px;
	height: 141px;
}
.about-bels.-bels01 figure > span:nth-of-type(4) {
	top: 443px;
	margin-left: -312px;
	width: 216px;
	height: 47px;
}
.about-bels.-bels01 figure > span:nth-of-type(5) {
	top: 277px;
	margin-left: 25px;
	width: 265px;
	height: 71px;
}
.about-bels.-bels01 figure > span:nth-of-type(5)::before {
	left: auto;
	right: -13px;
}
.about-bels.-bels01 figure > span:nth-of-type(6) {
	top: 346px;
	margin-left: 25px;
	width: 265px;
	height: 72px;
}
.about-bels.-bels01 figure > span:nth-of-type(6)::before {
	left: auto;
	right: -13px;
}
.about-bels.-bels02 figure > span:nth-of-type(1) {
	top: 139px;
	margin-left: -228px;
	width: 230px;
	height: 54px;
}
.about-bels.-bels02 figure > span:nth-of-type(2) {
	top: 370px;
	margin-left: -228px;
	width: 230px;
	height: 44px;
}
.about-bels.-bels02 figure > span:nth-of-type(3) {
	top: 27px;
	width: 318px;
	height: 123px;
}
.about-bels.-bels02 figure > span:nth-of-type(3)::before {
	left: auto;
	right: -13px;
}
.about-bels.-bels02 figure > span:nth-of-type(4) {
	top: 148px;
	width: 318px;
	height: 58px;
}
.about-bels.-bels02 figure > span:nth-of-type(4)::before {
	left: auto;
	right: -13px;
}
.about-bels_list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	counter-reset: number 0;
}
.about-bels_list > li {
	width: calc((100% - (12px * 2)) / 3);
	position: relative;
	padding: 18px 20px;
	border-radius: 5px;
	background: #f6f6f6;
}
.-bels02 .about-bels_list > li {
	width: calc((100% - (12px * 1)) / 2);
}
.about-bels_list > li.-skyblue {
	background: #DBF6FF;
}
.about-bels_list dt {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.3;
	white-space: nowrap;
}
.about-bels_list dt::before {
	display: flex;
	position: absolute;
	top: -2px;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #00a5db;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	content: counter(number);
	counter-increment: number 1;
}
.about-bels_list dd {
	font-size: 1.4rem;
	line-height: 1.625;
}
.about-bels + p {
	margin-top: 20px;
}
.insulation-btn {
	display: block;
	margin: 40px auto 0;
	width: calc(100% - (60px * 2));
	padding: 30px 40px;
	border-radius: 12px;
	background: #003b87;
	box-shadow: 0 6px 0 #002658;
	color: #fff;
	line-height: 1.6;
	text-decoration: none;
	transition: box-shadow .3s ease, transform .3s ease, background .3s ease;
}
@media only screen and (max-width: 1120px) {
	.about-bels {
		margin-top: 30px;
	}
	.about-bels figure {
		width: 100%;
	}
	.about-bels figure img {
		width: 480px;
	}
	.about-bels figcaption {
		font-size: 1.4rem;
	}
	.about-bels figcaption span {
		padding: 0 14px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(1) {
		top: 90px;
		margin-left: -220px;
		width: 438px;
		height: 78px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(2) {
		top: 166px;
		margin-left: -220px;
		width: 438px;
		height: 49px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(3) {
		top: 213px;
		margin-left: -220px;
		width: 224px;
		height: 105px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(4) {
		top: 338px;
		margin-left: -238px;
		width: 165px;
		height: 34px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(5) {
		top: 213px;
		margin-left: 20px;
		width: 198px;
		height: 53px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(6) {
		top: 264px;
		margin-left: 20px;
		width: 198px;
		height: 58px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(1) {
		top: 109px;
		margin-left: -173px;
		width: 175px;
		height: 40px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(2) {
		top: 280px;
		margin-left: -173px;
		width: 175px;
		height: 36px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(3) {
		top: 25px;
		width: 240px;
		height: 93px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(4) {
		top: 116px;
		width: 240px;
		height: 44px;
	}
	.about-bels figure > span::before {
		left: -12px;
		width: 24px;
		height: 24px;
		font-size: 1.3rem;
	}
	.about-bels_list > li {
		width: calc((100% - (12px * 1)) / 2);
	}
	.about-bels_list dt {
		font-size: 1.5rem;
		letter-spacing: .06em;
	}
}
@media only screen and (max-width: 750px) {
	.about-bels {
		margin-top: 0;
	}
	.about-bels figure {
		padding: 14px 0;
	}
	.about-bels figure img {
		width: 240px;
	}
	.about-bels figcaption {
		top: -50px;
	}
	.about-bels figure > span {
		border-radius: 4px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(1) {
		top: 47px;
		margin-left: -111px;
		width: 221px;
		height: 40px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(2) {
		top: 85px;
		margin-left: -111px;
		width: 221px;
		height: 25px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(3) {
		top: 108px;
		margin-left: -111px;
		width: 115px;
		height: 56px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(4) {
		top: 169px;
		margin-left: -123px;
		width: 88px;
		height: 21px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(5) {
		top: 108px;
		margin-left: 8px;
		width: 102px;
		height: 28px;
	}
	.about-bels.-bels01 figure > span:nth-of-type(6) {
		top: 134px;
		margin-left: 8px;
		width: 102px;
		height: 30px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(1) {
		top: 57px;
		margin-left: -91px;
		width: 92px;
		height: 23px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(2) {
		top: 143px;
		margin-left: -91px;
		width: 92px;
		height: 20px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(3) {
		top: 18px;
		width: 121px;
		height: 43px;
	}
	.about-bels.-bels02 figure > span:nth-of-type(4) {
		top: 59px;
		width: 121px;
		height: 24px;
	}
	.about-bels_text {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.about-bels_list {
		gap: 10px;
	}
	.about-bels_list > li {
		width: 100%;
		padding: 18px 16px 18px 20px;
	}
	.-bels02 .about-bels_list > li {
		width: 100%;
	}
	.about-bels_list > li::before {
		left: -9px;
	}
	.about-bels_list dt {
		width: 100%;
		margin-bottom: 12px;
		font-size: 1.5rem;
		letter-spacing: .02em;
	}
	.about-bels_list dd {
		font-size: 1.3rem;
	}
}

/* evaluation */
.sec-evaluation {
	position: relative;
	padding: 80px 0;
}
.sec-evaluation::before {
	position: absolute;
	top: 0;
	left: -400px;
	z-index: -1;
	display: block;
	width: 120vw;
	height: 100%;
	background: url(evaluation-bg.jpg) center /cover no-repeat fixed;
	opacity: .8;
	content: '';
}
.sec-evaluation h2 {
	margin-bottom: 24px;
	font-size: 3rem;
	color: #003b87;
	text-align: center;
	letter-spacing: .08em;
}
.sec-evaluation h2 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #003b87;
}
.sec-evaluation h2 br {
	display: none;
}
.sec-evaluation p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}
.sec-evaluation h3 {
	margin: 40px 0 20px;
	font-size: 2.4rem;
	text-align: center;
	color: #003b87;
	text-shadow: 0 0 20px rgba(255,255,255,.8);
}
.sec-evaluation h3 span {
	position: relative;
	display: inline-block;
	padding: 0 24px;
}
.sec-evaluation h3 span::before,
.sec-evaluation h3 span::after {
	position: absolute;
	top: 0;
	display: block;
	width: 2px;
	height: 100%;
	background: #003b87;
	content: '';
}
.sec-evaluation h3 span::before {
	left: 0;
	transform: rotate(-15deg);
}
.sec-evaluation h3 span::after {
	right: 0;
	transform: rotate(15deg);
}
.merit-list {
	display: flex;
	justify-content: center;
}
.merit-list > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 240px;
	margin: 0 10px 20px;
	border-radius: 50%;
	background: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.merit-list dt {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 16px;
	border-radius: 16px;
	background: #e0ebf9;
	color: #003b87;
	letter-spacing: .08em;
	font-weight: bold;
}
.merit-list dd {
	line-height: 1.6;
}
.sec-evaluation .btn {
	display: inline-block;
	margin-top: 20px;
	padding: 16px 40px;
	border-radius: 3px;
	background: #003b87;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
	line-height: 1.6;
}
.sec-evaluation .btn span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.sec-evaluation .btn span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: '';
}
@media only screen and (max-width: 1120px) {
	.sec-evaluation::before {
		left: 0;
		margin-left: -5vw;
		width: 100vw;
		background-attachment: unset;
	}
	.merit-list {
		width: 600px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 900px) {
	.sec-evaluation {
		padding: 40px 0 60px;
	}
	.sec-evaluation h2 {
		font-size: 2.4rem;
		line-height: 2;
	}
	.sec-evaluation h2 br {
		display: inherit;
	}
	.sec-evaluation p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.sec-evaluation h3 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.sec-evaluation h2 {
		font-size: 2rem;
	}
	.sec-evaluation h3 {
		margin: 30px 0 14px;
		font-size: 1.6rem;
	}
	.sec-evaluation h3 span {
		padding: 0 16px;
	}
	.sec-evaluation p {
		text-align: left;
	}
	.sec-evaluation p br {
		display: none;
	}
	.merit-list {
		width: 346px;
	}
	.merit-list > li {
		width: 160px;
		height: 160px;
		margin: 0 6px 12px;
		font-size: 1.2rem;
	}
	.merit-list dt {
		margin-bottom: 8px;
		padding: 4px 12px;
	}
	.sec-evaluation .btn {
		display: block;
		max-width: 332px;
		margin: 16px auto 0;
		text-align: center;
	}
}

/* balance */
.sec-balance {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.sec-balance h2 {
	margin-bottom: 32px;
	color: #003b87;
	font-size: 3rem;
	text-align: center;
	letter-spacing: .08em;
}
.sec-balance h2 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #003b87;
}
.sec-balance h2 br {
	display: none;
}
.sec-balance_content {
	position: relative;
}
.sec-balance_content figure {
	position: absolute;
	top: -130px;
	left: 50%;
	z-index: -1;
	margin-left: 100px;
}
.sec-balance_content .text {
	width: calc(100% - 360px);
	max-width: 800px;
}
.sec-balance_content .text p {
	font-size: 1.6rem;
	line-height: 2;
}
.sec-balance_content .text p + p {
	margin-top: 1em;
}
@media only screen and (max-width: 1120px) {
	.sec-balance_content .text {
		width: calc(100% - 260px);
	}
	.sec-balance_content figure {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 900px) {
	.sec-balance {
		padding: 40px 0 0;
	}
	.sec-balance h2 {
		font-size: 2.4rem;
		line-height: 2;
	}
	.sec-balance h2 br {
		display: inherit;
	}
	.sec-balance_content .text {
		width: calc(100% - 240px);
	}
	.sec-balance_content .text p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.sec-balance_content figure {
		top: -80px;
		margin-left: 40px;
		width: 440px;
	}
	.sec-balance_content figure img {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 750px) {
	.sec-balance_content figure {
		position: relative;
		top: auto;
		left: -20px;
		margin: -100px auto -80px;
		max-width: 440px;
		width: calc(100% + 40px);
	}
	.sec-balance_content .text {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.sec-balance h2 {
		font-size: 2rem;
	}
}

/* insulation */
.insulation-btn:hover {
	background: #0549a1;
	box-shadow: none;
	transform: translateY(6px);
}
.insulation-btn dl {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 40px;
}
.insulation-btn dl::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 24px;
	height: 24px;
	background: url(ico-arrow.svg) center /contain no-repeat;
	content: '';
}
.insulation-btn dl > dt {
	position: relative;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #002555;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .12em;
}
.insulation-btn dl > dt::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #07489b;
	content: '';
}
.insulation-btn dl > dd {
	font-size: 1.6rem;
}
@media only screen and (max-width: 1120px) {
	.insulation-btn {
		width: calc(100% - (5% * 2));
	}
}
@media only screen and (max-width: 750px) {
	.insulation-btn {
		padding: 20px 24px;
	}
	.insulation-btn dl {
		display: block;
		padding-right: 0;
	}
	.insulation-btn dl::after {
		display: none;
	}
	.insulation-btn dl > dt {
		position: relative;
		margin: 0;
		padding: 0 20px 0 0;
		border-right: none;
		font-size: 1.8rem;
	}
	.insulation-btn dl > dt::before {
		display: none;
	}
	.insulation-btn dl > dt::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display: block;
		width: 14px;
		height: 14px;
		background: url(ico-arrow.svg) center / contain no-repeat;
		content: '';
	}
	.insulation-btn dl > dd {
		position: relative;
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid #002555;
		font-size: 1.4rem;
	}
	.insulation-btn dl > dd::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #07489b;
		content: '';
	}
	.insulation-btn dl > dd br {
		display: none;
	}
}