@charset "UTF-8";


	

	
/* pagetitle
--------------------- */
#pagetitle.charm {
	background: url("../img/charm/pagetitle_pht.webp") no-repeat center / cover;
}


	

	
/* kv
--------------------- */
#kv {
	padding-top: 150px;
	padding-bottom: 130px;
}
#kv.small {
	padding-bottom: 60px;
}
	#kv .en {
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
	}

	#kv h1 {
		font-size: 7.0rem;
		line-height: 1.3em;
		margin-bottom: 55px;
	}
	#kv.small h1 {
		font-size: 3.2rem;
		margin-bottom: 0;
	}
@media screen and (max-width: 1024px) {
	#kv {
		padding-bottom: 13vw;
	}
	#kv.small {
		padding-bottom: 6vw;
	}
		#kv .en {
			font-size: 2.0vw;
			margin-bottom: 2vw;
		}

		#kv h1 {
			font-size: 7.0vw;
			margin-bottom: 5.5vw;
		}
		#kv.small h1 {
			font-size: 3.2vw;
		}
}
@media screen and (max-width: 767px) {
	#kv {
		padding-top: 80px;
		padding-bottom: 10vw;
	}
	#kv.small {
		padding-bottom: 10vw;
	}
		#kv .en {
			font-size: 4.0vw;
			margin-bottom: 3vw;
		}

		#kv h1 {
			font-size: 8.0vw;
			margin-bottom: 7vw;
		}
		#kv.small h1 {
			font-size: 5.6vw;
		}
}


	

	
/* number
--------------------- */
#business {
	background: #002153;
}
#work {
	background: #fff;
}
	.number h2 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 7.0rem;
		font-weight: 500;
		line-height: 1;
		padding-right: 60px;
	}

	.number .graph {
		max-width: 1000px;
		margin: 0 auto;
	}

	#business .b-list {
		max-width: 1000px;
		margin: 0 auto;
	}
		#business .b-list .box {
			width: 28%;
			margin-right: 8%;
			margin-bottom: 70px;
		}
		#business .b-list .box:nth-child(3n) {
			margin-right: 0;
		}
			#business .b-list .box .pht {
				position: relative;
			}
				#business .b-list .box .pht .batch {
					width: 110px;
					position: absolute;
					top: 0;
					right: -30px;
				}

			#business .b-list .box .text {
				padding-top: 25px;
				text-align: center;
			}
				#business .b-list .box .text h3 {
					font-size: 2.0rem;
					font-weight: 700;
					line-height: 1.5em;
					margin-bottom: 15px;
				}

				#business .b-list .box .text .txt {
					font-size: 1.5rem;
					line-height: 1.8em;
				}
					#business .b-list .box .text .txt span {
						display: block;
						font-size: 1.0rem;
						line-height: 1.8em;
					}

	#business .n-list {
		max-width: 1000px;
		margin: 0 auto;
	}
		#business .n-list li {
			width: 47%;
			margin-right: 6%;
			margin-top: 6%;
			position: relative;
			z-index: 2;
		}
		#business .n-list li:nth-child(2n) {
			margin-right: 0;
		}
		#business .n-list li:before {
			content: "";
			width: 100%;
			height: 100%;
			border: solid 1px #26426C;
			position: absolute;
			top: 10px;
			left: 10px;
			z-index: -1;
		}
@media screen and (max-width: 1024px) {
	.number h2 {
		font-size: 7.0vw;
		padding-right: 6vw;
	}
	
	#business .b-list .box {
		margin-bottom: 7vw;
	}
			#business .b-list .box .pht .batch {
				width: 10vw;
				right: -3vw;
			}

		#business .b-list .box .text {
			padding-top: 2.5vw;
		}
			#business .b-list .box .text h3 {
				font-size: 2.0vw;
				margin-bottom: 1.5vw;
			}

			#business .b-list .box .text .txt {
				font-size: 1.5vw;
			}
				#business .b-list .box .text .txt span {
					font-size: 1.0vw;
				}

	#business .n-list li:before {
		top: 1vw;
		left: 1vw;
	}
}
@media screen and (max-width: 767px) {
	.number .inner_full {
		display: block;
	}
		.number h2 {
			font-size: 9.0vw;
			writing-mode: horizontal-tb;
			padding-right: 0;
			text-align: center;
			margin-bottom: 8vw;
		}

		#business .b-list .box {
			width: 46%;
			margin-right: 8%;
			margin-bottom: 10vw;
		}
		#business .b-list .box:nth-child(3n) {
			margin-right: 8%;
		}
		#business .b-list .box:nth-child(2n) {
			margin-right: 0;
		}
				#business .b-list .box .pht .batch {
					width: 15vw;
					right: -3vw;
				}

			#business .b-list .box .text {
				padding-top: 4vw;
			}
				#business .b-list .box .text h3 {
					font-size: 3.7vw;
					margin-bottom: 3vw;
				}

				#business .b-list .box .text .txt {
					font-size: 3.2vw;
					text-align: left;
				}
					#business .b-list .box .text .txt br {
						display: none;
					}
					#business .b-list .box .text .txt span {
						font-size: 2.8vw;
					}

		#business .n-list {
			display: block;
		}
			#business .n-list li {
				width: 100%;
				margin-right: 0;
				margin-top: 9vw;
			}
			#business .n-list li:before {
				top: 2vw;
				left: 2vw;
			}
}


	

	
/* beginning
--------------------- */
#beginning .txt {
	text-align: center;
}


	

	
/* charm-area
--------------------- */
.charm-area {
	overflow: hidden;
	border-top: solid 1px #002153;
}
	.charm-area .inner_1240 {
		max-width: 1240px;
		margin: 0 auto;
	}
		.charm-area .inner_1240 .c-title {
			margin-bottom: 80px;
		}
			.charm-area .inner_1240 .c-title .head {
				width: 220px;
			}
				.charm-area .inner_1240 .c-title .head .number {
					margin-bottom: 8px;
					font-size: 10.0rem;
					font-weight: 500;
					line-height: 1;
					letter-spacing: -0.05em;
					text-align: right;
					background: url("../img/charm/number_txt.svg") no-repeat left center / 98px;
				}

				.charm-area .inner_1240 .c-title .head h2 {
					font-size: 3.0rem;
					font-weight: 700;
					line-height: 1.3em;
					text-align: right;
				}

			.charm-area .inner_1240 .c-title .text-pht {
				width: -webkit-calc(100% - 290px);
				width: calc(100% - 290px);
			}
				.charm-area .inner_1240 .c-title .text-pht .text {
					width: 60%;
					padding-right: 6%;
				}
					.charm-area .inner_1240 .c-title .text-pht .text h3 {
						font-size: 4.0rem;
						font-weight: 700;
						line-height: 1.4em;
						margin-bottom: 30px;
					}

				.charm-area .inner_1240 .c-title .text-pht .pht {
					width: 40%;
				}

		.charm-area .inner_1240 .contents {
			max-width: 1100px;
			margin: 0 auto;
		}
			.charm-area .inner_1240 .contents h4 {
				font-size: 3.0rem;
				font-weight: 700;
				line-height: 1.3em;
				text-align: center;
				margin-bottom: 30px;
			}
				.charm-area .inner_1240 .contents h4 .min {
					font-size: 2.2rem;
				}
@media screen and (max-width: 1300px) {
	.charm-area .inner_1240 {
		padding: 0 7%;
	}
}
@media screen and (max-width: 1024px) {
	.charm-area .inner_1240 .c-title {
		margin-bottom: 8vw;
		position: relative;
	}
		.charm-area .inner_1240 .c-title .head {
			width: 26%;
		}
			.charm-area .inner_1240 .c-title .head .number {
				margin-bottom: 0.8vw;
				font-size: 10.0vw;
				background: url("../img/charm/number_txt.svg") no-repeat left center / 9.8vw;
			}

			.charm-area .inner_1240 .c-title .head h2 {
				font-size: 3.0vw;
			}

		.charm-area .inner_1240 .c-title .text-pht {
			display: block;
			width: 68%;
		}
			.charm-area .inner_1240 .c-title .text-pht .text {
				width: 100%;
				padding-right: 0;
			}
				.charm-area .inner_1240 .c-title .text-pht .text h3 {
					font-size: 3.8vw;
					margin-bottom: 3vw;
				}

			.charm-area .inner_1240 .c-title .text-pht .pht {
				width: 30%;
				position: absolute;
				top: -15vw;
				right: -8.2%;
			}

	.charm-area .inner_1240 .contents {
		max-width: 1100px;
	}
		.charm-area .inner_1240 .contents h4 {
			font-size: 3.0vw;
			margin-bottom: 3vw;
		}
			.charm-area .inner_1240 .contents h4 .min {
				font-size: 2.2vw;
			}
}
@media screen and (max-width: 767px) {
	.charm-area .inner_1240 .c-title {
		display: block;
		margin-bottom: 10vw;
		position: relative;
	}
		.charm-area .inner_1240 .c-title .head {
			width: 100%;
			margin-bottom: 7vw;
		}
			.charm-area .inner_1240 .c-title .head .number {
				margin-bottom: 0;
				font-size: 20.0vw;
				background: url("../img/charm/number_txt.svg") no-repeat left center / 19.5vw;
				text-align: left;
				padding-left: 22vw;
			}

			.charm-area .inner_1240 .c-title .head h2 {
				font-size: 5.0vw;
				text-align: left;
				padding-left: 0;
			}

		.charm-area .inner_1240 .c-title .text-pht {
			width: 100%;
		}
			.charm-area .inner_1240 .c-title .text-pht .text h3 {
				font-size: 6.6vw;
				margin-bottom: 5vw;
			}

			.charm-area .inner_1240 .c-title .text-pht .pht {
				width: 50%;
				position: absolute;
				top: -20vw;
			}
			#charm01 .inner_1240 .c-title .text-pht .pht {
				top: -53.6vw;
			}

	.charm-area .inner_1240 .contents {
		max-width: 1100px;
	}
		.charm-area .inner_1240 .contents h4 {
			font-size: 6.0vw;
			margin-bottom: 5vw;
		}
			.charm-area .inner_1240 .contents h4 .min {
				font-size: 4.2vw;
			}
}


	

	
/* charm01
--------------------- */
#charm01 .pvv {
	margin-bottom: 70px;
}
	#charm01 .pvv .box {
		width: 31.5%;
		background: #EBF7FC;
		padding: 0 25px 40px 25px;
		text-align: center;
	}
		#charm01 .pvv .box .number {
			font-size: 8.0rem;
			font-weight: 600;
			line-height: 0.7;
			margin-bottom: 20px;
		}

		#charm01 .pvv .box h5 {
			margin-bottom: 20px;
		}
			#charm01 .pvv .box h5 .en {
				display: block;
				font-size: 3.0rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 8px;
			}
			#charm01 .pvv .box h5 .jp {
				display: block;
				font-size: 2.0rem;
				font-weight: 700;
				line-height: 1;
			}

#charm01 .one-word {
	border: solid 1px #ddd;
}
	#charm01 .one-word .text {
		width: 84%;
		padding: 35px;
		order: 2;
		position: relative;
	}
		#charm01 .one-word .text img {
			width: 110px;
			position: absolute;
			top: -15px;
			left: 30px;
		}

		#charm01 .one-word .text h5 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 12px;
		}

	#charm01 .one-word .pht {
		width: 16%;
		order: 1;
	}
		#charm01 .one-word .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
@media screen and (max-width: 1024px) {
	#charm01 .pvv {
		margin-bottom: 7vw;
	}
		#charm01 .pvv .box {
			width: 31.5%;
			padding: 0 2.5vw 4vw 2.5vw;
		}
			#charm01 .pvv .box .number {
				font-size: 8.0vw;
				margin-bottom: 2vw;
			}

			#charm01 .pvv .box h5 {
				margin-bottom: 2vw;
			}
				#charm01 .pvv .box h5 .en {
					font-size: 3.0vw;
					margin-bottom: 0.8vw;
				}
				#charm01 .pvv .box h5 .jp {
					font-size: 2.0vw;
				}

	#charm01 .one-word .text {
		width: 80%;
		padding: 3.5vw;
	}
		#charm01 .one-word .text img {
			width: 11vw;
			top: -1.5vw;
			left: 3vw;
		}

		#charm01 .one-word .text h5 {
			font-size: 2.4vw;
			margin-bottom: 1.2vw;
		}

	#charm01 .one-word .pht {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	#charm01 .pvv {
		display: block;
		margin-bottom: 10vw;
	}
		#charm01 .pvv .box {
			width: 100%;
			padding: 0 4vw 7vw 4vw;
			margin-bottom: 4vw;
		}
		#charm01 .pvv .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#charm01 .pvv .box .number {
				font-size: 16.0vw;
				margin-bottom: 4vw;
			}

			#charm01 .pvv .box h5 {
				margin-bottom: 4vw;
			}
				#charm01 .pvv .box h5 .en {
					font-size: 6.0vw;
					margin-bottom: 1.5vw;
				}
				#charm01 .pvv .box h5 .jp {
					font-size: 4.0vw;
				}

	#charm01 .one-word {
		display: block;
		padding-bottom: 6vw;
	}
		#charm01 .one-word .text {
			width: 100%;
			padding: 7vw 8vw 6vw 8vw;
		}
			#charm01 .one-word .text img {
				width: 20vw;
				top: -3.3vw;
				left: 7vw;
			}

			#charm01 .one-word .text h5 {
				font-size: 4.4vw;
				line-height: 1.4em;
				margin-bottom: 2vw;
			}

		#charm01 .one-word .pht {
			width: 60%;
			margin: 0 auto;
		}
}


	

	
/* charm02
--------------------- */
#charm02 .history .h-ttl {
	margin-bottom: 40px;
}
	#charm02 .history .h-ttl .en {
		font-size: 3.0rem;
		font-weight: 600;
		line-height: 1;
	}
	#charm02 .history .h-ttl h3 {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
	}

#charm02 .swiper-container {
	position: relative;
	padding: 0 7%;
}
#charm02 .swiper-container:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 29px;
	left: 0;
}
	#charm02 .swiper-container .swiper-slide {
		padding-right: 45px;
		text-align: center;
	}
		#charm02 .swiper-container .swiper-slide time {
			display: block;
			font-size: 1.4rem;
			line-height: 1;
			margin-bottom: 10px;
		}

		#charm02 .swiper-container .swiper-slide .border {
			width: 10px;
			margin: 0 auto;
		}

		#charm02 .swiper-container .swiper-slide .box {
			background: #EBF7FC;
			padding: 0 20px;
			position: relative;
		}
		#charm02 .swiper-container .swiper-slide .box:before {
			content: "";
			width: 100%;
			height: 20px;
			background: #fff;
			position: absolute;
			bottom: 0;
			left: 0;
		}
			#charm02 .swiper-container .swiper-slide .box dl.years {
				margin-bottom: 20px;
			}
				#charm02 .swiper-container .swiper-slide .box dl.years dt {
					font-size: 6.0rem;
					font-weight: 500;
					line-height: 1;
				}
				#charm02 .swiper-container .swiper-slide .box dl.years dd {
					font-size: 1.6rem;
					font-weight: 700;
					line-height: 1;
				}

			#charm02 .swiper-container .swiper-slide .box h6 {
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 40px;
			}

			#charm02 .swiper-container .swiper-slide .box .pht {
				position: relative;
				z-index: 2;
			}

#charm02 .swiper-container .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: url("../img/charm/btn_prev.svg") no-repeat center / 100%;
	border-radius: 50%;
	top: -100px;
	left: auto;
	right: 7%;
	margin: 0 80px 0 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#charm02 .swiper-container .swiper-button-next {
	width: 66px;
	height: 66px;
	background: url("../img/charm/btn_next.svg") no-repeat center / 100%;
	border-radius: 50%;
	top: -100px;
	right: 7%;
	margin: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#charm02 .swiper-container .swiper-button-prev:after,
#charm02 .swiper-container .swiper-button-next:after {
	display: none;
}

#charm02 .swiper-container .swiper-button-prev:hover,
#charm02 .swiper-container .swiper-button-next:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1024px) {
	#charm02 .history .h-ttl {
		margin-bottom: 4vw;
	}
		#charm02 .history .h-ttl .en {
			font-size: 3.0vw;
		}
		#charm02 .history .h-ttl h3 {
			font-size: 1.4vw;
		}

	#charm02 .swiper-container:before {
		top: 2.9vw;
	}
		#charm02 .swiper-container .swiper-slide {
			padding-right: 3vw;
		}
			#charm02 .swiper-container .swiper-slide time {
				font-size: 1.4vw;
				margin-bottom: 1vw;
			}

			#charm02 .swiper-container .swiper-slide .border {
				width: 1vw;
			}

			#charm02 .swiper-container .swiper-slide .box {
				padding: 0 2vw;
			}
			#charm02 .swiper-container .swiper-slide .box:before {
				height: 2vw;
			}
				#charm02 .swiper-container .swiper-slide .box dl.years {
					margin-bottom: 2vw;
				}
					#charm02 .swiper-container .swiper-slide .box dl.years dt {
						font-size: 6.0vw;
					}
					#charm02 .swiper-container .swiper-slide .box dl.years dd {
						font-size: 1.6vw;
					}

				#charm02 .swiper-container .swiper-slide .box h6 {
					font-size: 1.8vw;
					margin-bottom: 4vw;
				}

	#charm02 .swiper-container .swiper-button-prev {
		width: 6.6vw;
		height: 6.6vw;
		top: -10vw;
		margin: 0 8vw 0 0;
	}

	#charm02 .swiper-container .swiper-button-next {
		width: 6.6vw;
		height: 6.6vw;
		top: -10vw;
	}
}
@media screen and (max-width: 767px) {
	#charm02 .history .h-ttl {
		margin-bottom: 8vw;
	}
		#charm02 .history .h-ttl .en {
			font-size: 6.0vw;
		}
		#charm02 .history .h-ttl h3 {
			font-size: 3.4vw;
		}

	#charm02 .swiper-container:before {
		top: 6vw;
	}
		#charm02 .swiper-container .swiper-slide {
			padding-right: 6vw;
		}
			#charm02 .swiper-container .swiper-slide time {
				font-size: 3.4vw;
				margin-bottom: 2vw;
			}

			#charm02 .swiper-container .swiper-slide .border {
				width: 2vw;
			}

			#charm02 .swiper-container .swiper-slide .box {
				padding: 0 4vw;
			}
			#charm02 .swiper-container .swiper-slide .box:before {
				height: 4vw;
			}
				#charm02 .swiper-container .swiper-slide .box dl.years {
					margin-bottom: 4vw;
				}
					#charm02 .swiper-container .swiper-slide .box dl.years dt {
						font-size: 10.0vw;
					}
					#charm02 .swiper-container .swiper-slide .box dl.years dd {
						font-size: 3.6vw;
					}

				#charm02 .swiper-container .swiper-slide .box h6 {
					font-size: 3.8vw;
					margin-bottom: 8vw;
				}

	#charm02 .swiper-container .swiper-button-prev {
		width: 10vw;
		height: 10vw;
		top: -20vw;
		margin: 0 12vw 0 0;
	}

	#charm02 .swiper-container .swiper-button-next {
		width: 10vw;
		height: 10vw;
		top: -20vw;
	}
}


	

	
/* charm03
--------------------- */
#charm03 .innovation {
	margin-bottom: 130px;
	position: relative;
	z-index: 2;
}
#charm03 .innovation:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/charm/message_bg.webp") no-repeat center bottom / cover;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
}
	#charm03 .innovation .white-bg {
		padding: 60px;
		height: 100%;
		text-align: center;
		border: solid 1px #fff;
		background: rgba(255, 255, 255,0.5);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
		#charm03 .innovation .white-bg .en {
			font-size: 10.0rem;
			font-weight: 500;
			line-height: 1;
		}

		#charm03 .innovation .white-bg .read {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.6em;
			margin-top: 15px;
		}

#charm03 .sustainable {
	margin-bottom: 80px;
	padding: 100px 50px 50px 50px;
	border: solid 1px #ddd;
	position: relative;
}
#charm03 .sustainable:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #0093d7 transparent transparent transparent;
	border-width: 40px 80px 0px 80px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -80px;
}
	#charm03 .sustainable h4 {
		width: 100%;
		text-align: center;
		position: absolute;
		top: -20px;
		left: 0;
	}
		#charm03 .sustainable h4 .whitebg {
			display: inline-block;
			background: #fff;
			padding: 0 20px;
		}

	#charm03 .sustainable .area .box {
		width: 48%;
		background: #EBF7FC;
		padding: 0 30px 30px 30px;
	}
		#charm03 .sustainable .area .box h5 {
			font-size: 3.6rem;
			font-weight: 500;
			line-height: 1;
			padding: 55px 0;
		}
		#charm03 .sustainable .area .box:nth-child(1) h5 {
			background: url("../img/charm/people_icon.svg") no-repeat right center / auto 80px;
		}
		#charm03 .sustainable .area .box:nth-child(2) h5 {
			background: url("../img/charm/planet_icon.svg") no-repeat right center / auto 80px;
		}

		#charm03 .sustainable .area .box ul.list li {
			margin-bottom: 14px;
		}
		#charm03 .sustainable .area .box ul.list li:nth-last-child(1) {
			margin-bottom: 0;
		}
@media screen and (max-width: 1024px) {
	#charm03 .innovation {
		margin-bottom: 13vw;
	}
	#charm03 .innovation:before {
		top: 2vw;
		left: 2vw;
	}
		#charm03 .innovation .white-bg {
			padding: 6vw;
		}
			#charm03 .innovation .white-bg .en {
				font-size: 10.0vw;
			}

			#charm03 .innovation .white-bg .read {
				font-size: 2.0vw;
				margin-top: 1.5vw;
			}

	#charm03 .sustainable {
		margin-bottom: 8vw;
		padding: 10vw 5vw 5vw 5vw;
	}
	#charm03 .sustainable:before {
		border-width: 4vw 8vw 0px 8vw;
		bottom: -2.5vw;
		margin-left: -8vw;
	}
		#charm03 .sustainable h4 {
			top: -2vw;
		}
			#charm03 .sustainable h4 .whitebg {
				padding: 0 2vw;
			}

		#charm03 .sustainable .area .box {
			padding: 0 3vw 3vw 3vw;
		}
			#charm03 .sustainable .area .box h5 {
				font-size: 3.6vw;
				padding: 5.5vw 0;
			}
			#charm03 .sustainable .area .box:nth-child(1) h5 {
				background: url("../img/charm/people_icon.svg") no-repeat right center / auto 8vw;
			}
			#charm03 .sustainable .area .box:nth-child(2) h5 {
				background: url("../img/charm/planet_icon.svg") no-repeat right center / auto 8vw;
			}

			#charm03 .sustainable .area .box ul.list li {
				margin-bottom: 1.4vw;
			}
}
@media screen and (max-width: 767px) {
	#charm03 .innovation {
		margin-bottom: 11vw;
	}
	#charm03 .innovation:before {
		top: 2vw;
		left: 2vw;
	}
		#charm03 .innovation .white-bg {
			padding: 6vw 0;
		}
			#charm03 .innovation .white-bg .en {
				font-size: 10.0vw;
			}

			#charm03 .innovation .white-bg .read {
				font-size: 3.4vw;
				margin-top: 3vw;
			}

	#charm03 .sustainable {
		margin-bottom: 9vw;
		padding: 6vw 6vw 6vw 6vw;
	}
	#charm03 .sustainable:before {
		border-width: 4vw 8vw 0px 8vw;
		bottom: -2.5vw;
		margin-left: -8vw;
	}
		#charm03 .sustainable h4 {
			display: block;
			position: static;
		}
			#charm03 .sustainable h4 .whitebg {
				padding: 0;
			}

		#charm03 .sustainable .area {
			display: block;
		}
			#charm03 .sustainable .area .box {
				width: 100%;
				padding: 0 3vw 3vw 3vw;
				margin-top: 3vw;
			}
				#charm03 .sustainable .area .box h5 {
					font-size: 5.6vw;
					padding: 8vw 0;
				}
				#charm03 .sustainable .area .box:nth-child(1) h5 {
					background: url("../img/charm/people_icon.svg") no-repeat right center / auto 12vw;
				}
				#charm03 .sustainable .area .box:nth-child(2) h5 {
					background: url("../img/charm/planet_icon.svg") no-repeat right center / auto 12vw;
				}

				#charm03 .sustainable .area .box ul.list li {
					margin-bottom: 1.4vw;
				}
}


	

	
/* charm04
--------------------- */
#charm04 .environment {
	margin-bottom: 70px;
}
	#charm04 .environment .box {
		width: 31.5%;
		background: #EBF7FC;
		padding: 0 25px 40px 25px;
		text-align: center;
	}
		#charm04 .environment .box .number {
			font-size: 8.0rem;
			font-weight: 600;
			line-height: 0.7;
			margin-bottom: 30px;
		}

		#charm04 .environment .box .txt {
			margin-bottom: 10px;
			line-height: 1;
		}

		#charm04 .environment .box h5 {
			font-size: 2.2rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 30px;
		}

		#charm04 .environment .box .icon {
			width: 120px;
			margin: 0 auto;
		}

#charm04 .voice .list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
#charm04 .voice .list dl:nth-last-child(1) {
	margin-bottom: 0;
}
	#charm04 .voice .list dl dt {
		width: 7%;
	}
	#charm04 .voice .list dl:nth-child(even) dt {
		order: 2;
	}

	#charm04 .voice .list dl dd {
		width: 91%;
		border: solid 1px #ddd;
		padding: 20px 30px;
		line-height: 1.7em;
		position: relative;
	}
	#charm04 .voice .list dl:nth-child(even) dd {
		order: 1;
	}

	#charm04 .voice .list dl dd:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		top: 50%;
		margin-top: -10px;
	}
	#charm04 .voice .list dl:nth-child(odd) dd:before {
		border-color: transparent #0093d7 transparent transparent;
		border-width: 10px 16px 10px 0px;
		left: -10px;
	}
	#charm04 .voice .list dl:nth-child(even) dd:before {
		border-color: transparent transparent transparent #0093d7;
		border-width: 10px 0px 10px 16px;
		right: -10px;
	}
@media screen and (max-width: 1024px) {
	#charm04 .environment {
		margin-bottom: 7vw;
	}
		#charm04 .environment .box {
			padding: 0 2.5vw 4vw 2.5vw;
		}
			#charm04 .environment .box .number {
				font-size: 8.0vw;
				margin-bottom: 3vw;
			}

			#charm04 .environment .box .txt {
				margin-bottom: 1vw;
			}

			#charm04 .environment .box h5 {
				font-size: 2.2vw;
				margin-bottom: 3vw;
			}

			#charm04 .environment .box .icon {
				width: 12vw;
			}

	#charm04 .voice .list dl {
		margin-bottom: 2.5vw;
	}
		#charm04 .voice .list dl dd {
			padding: 2vw 3vw;
		}

		#charm04 .voice .list dl dd:before {
			margin-top: -1vw;
		}
		#charm04 .voice .list dl:nth-child(odd) dd:before {
			border-width: 1vw 1.6vw 1vw 0px;
			left: -1vw;
		}
		#charm04 .voice .list dl:nth-child(even) dd:before {
			border-width: 1vw 0px 1vw 1.6vw;
			right: -1vw;
		}
}
@media screen and (max-width: 767px) {
	#charm04 .environment {
		display: block;
		margin-bottom: 12vw;
	}
		#charm04 .environment .box {
			width: 100%;
			padding: 0 4vw 7vw 4vw;
			margin-bottom: 4vw;
		}
		#charm04 .environment .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#charm04 .environment .box .number {
				font-size: 16.0vw;
				margin-bottom: 5vw;
			}

			#charm04 .environment .box .txt {
				margin-bottom: 2vw;
			}

			#charm04 .environment .box h5 {
				font-size: 5.2vw;
				margin-bottom: 5vw;
			}

			#charm04 .environment .box .icon {
				width: 28vw;
			}

	#charm04 .voice .list dl {
		margin-bottom: 5vw;
	}
		#charm04 .voice .list dl dt {
			width: 20%;
		}
		#charm04 .voice .list dl dd {
			width: 75%;
			padding: 5vw;
		}

		#charm04 .voice .list dl dd:before {
			margin-top: -2vw;
		}
		#charm04 .voice .list dl:nth-child(odd) dd:before {
			border-width: 2vw 2.6vw 2vw 0px;
			left: -2.4vw;
		}
		#charm04 .voice .list dl:nth-child(even) dd:before {
			border-width: 2vw 0px 2vw 2.6vw;
			right: -2.4vw;
		}
}


	

	
/* message
--------------------- */
#message h2 {
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 35px;
}

#message .profile .job {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 5px;
}

#message .profile .name {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.3em;
}

#message .column {
	position: relative;
}
	#message .column .pht {
		width: 51%;
		max-width: 640px;
		position: absolute;
		bottom: 0;
		right: -8.1%;
	}
	#message .column .text {
		width: 50%;
	}

#message .text {
	margin-top: 60px;
}
	#message .text h3 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

	#message .text .txt {
		font-weight: 500;
	}
@media screen and (max-width: 1024px) {
	#message h2 {
		font-size: 5.2vw;
		margin-bottom: 3.5vw;
	}

	#message .profile .job {
		font-size: 1.6vw;
		margin-bottom: 0.5vw;
	}

	#message .profile .name {
		font-size: 2.8vw;
	}
	
	#message .column .pht {
		bottom: 4vw;
	}

	#message .text {
		margin-top: 6vw;
	}
		#message .text h3 {
			font-size: 3.0vw;
			margin-bottom: 1.5vw;
		}
}
@media screen and (max-width: 767px) {
	#message h2 {
		font-size: 7.2vw;
		margin-bottom: 5vw;
	}

	#message .profile .job {
		font-size: 3.4vw;
		margin-bottom: 1vw;
	}

	#message .profile .name {
		font-size: 5.0vw;
	}
	
	#message .column .pht {
		width: 100%;
		max-width: 100%;
		position: static;
		margin-top: -5vw;
	}
	#message .column .text {
		width: 100%;
	}

	#message .text {
		margin-top: 12vw;
	}
		#message .text h3 {
			font-size: 5.4vw;
			margin-bottom: 4vw;
		}
}


	

	



	

	



	

	



	

	



	

	