@charset "UTF-8";


	
	
/* pagetitle
--------------------- */
#pagetitle.benefits {
	background: url("../environment/image/benefits/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.training {
	background: url("../environment/image/training/pagetitle_pht.jpg") no-repeat center / cover;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}


	
	
/* know
--------------------- */
#know ul.list li {
	width: 31%;
	margin-top: 1.75%;
	margin-right: 3.5%;
	margin-bottom: 1.75%;
	border: solid 1px #ddd;
}
#know ul.list li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#know ul.list li {
		width: 48%;
		margin-top: 2%;
		margin-right: 4%;
		margin-bottom: 2%;
	}
	#know ul.list li:nth-child(3n) {
		margin-right: 4%;
	}
	#know ul.list li:nth-child(2n) {
		margin-right: 0;
	}
}


	
	
/* external
--------------------- */
#external .area .pht {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	border: solid 1px #ddd;
}

#external .area .txt {
	width: 56%;
}
@media screen and (max-width: 767px) {
	#external .area {
		display: block;
	}
		#external .area .pht {
			width: 100%;
		}

		#external .area .txt {
			width: 100%;
			margin-top: 5vw;
		}
}


	
	
/* systems
--------------------- */
#systems .list .box {
	border-top: solid 1px #ddd;
}
#systems .list .box:nth-last-child(1) {
	border-bottom: solid 1px #ddd;
}
	#systems .list .box .ttl {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 30px;
		cursor: pointer;
		position: relative;
	}
	#systems .list .box .ttl:before {
		content: "";
		width: 20px;
		height: 20px;
		background: url("../environment/image/benefits/icon_plus.svg") no-repeat center / 100%;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#systems .list .box .ttl.active:before {
		transform:rotate(135deg); 
	}
		#systems .list .box .ttl img {
			width: 60px;
		}

		#systems .list .box .ttl h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-left: 15px;
			color: #000;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#systems .list .box .ttl.active h3.c-red {
			color: #E6002D;
		}
		#systems .list .box .ttl.active h3.c-orange {
			color: #F18D00;
		}
		#systems .list .box .ttl.active h3.c-yellow {
			color: #EFB312;
		}

	#systems .list .box .text {
		display: none;
	}
		#systems .list .box .text table {
			width: 100%;
			border-collapse: collapse;
			background: #FCFCFC;
		}
			#systems .list .box .text table th {
				width: 250px;
				padding: 30px 0 30px 30px;
				border-top: solid 1px #ddd;
				border-right: solid 1px #ddd;
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1.3em;
				text-align: left;
			}
			#systems .list .box .text table td {
				border-top: solid 1px #ddd;
				padding: 30px;
				font-size: 1.5rem;
				line-height: 1.7em;
			}
@media screen and (max-width: 1024px) {
	#systems .list .box .ttl {
		padding: 1.5vw 3vw;
	}
	#systems .list .box .ttl:before {
		width: 2vw;
		height: 2vw;
		right: 3vw;
		margin-top: -1vw;
	}
		#systems .list .box .ttl img {
			width: 6vw;
		}

		#systems .list .box .ttl h3 {
			font-size: 2.4vw;
			margin-left: 1.5vw;
		}

	#systems .list .box .text table th {
		width: 25vw;
		padding: 3vw 0 3vw 3vw;
		font-size: 1.6vw;
	}
	#systems .list .box .text table td {
		padding: 3vw;
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 767px) {
	#systems .list .box .ttl {
		padding: 3vw 3vw;
	}
	#systems .list .box .ttl:before {
		width: 5vw;
		height: 5vw;
		right: 3vw;
		margin-top: -2.5vw;
	}
		#systems .list .box .ttl img {
			width: 12vw;
		}

		#systems .list .box .ttl h3 {
			font-size: 4.6vw;
			margin-left: 3vw;
		}

	#systems .list .box .text table th {
		width: 25vw;
		padding: 4vw 0 4vw 4vw;
		font-size: 3.6vw;
	}
	#systems .list .box .text table td {
		padding: 4vw;
		font-size: 3.5vw;
	}
}


	
	
/* read
--------------------- */
#read {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#read {
		text-align: left;
	}
}


	
	
/* program
--------------------- */
#program .pickup {
	background: linear-gradient(to right, rgba(241,141,0,0.1), rgba(230,0,45,0.1));
	margin-top: 100px;
	padding: 100px;
}
	#program .pickup h3 {
		font-size: 5.0rem;
		text-align: center;
		line-height: 1;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-top: -120px;
		margin-bottom: 40px;
	}

	#program .pickup .cell {
		border-bottom: solid 1px #fff;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#program .pickup .cell:nth-last-child(1) {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
		#program .pickup .cell h4 {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 15px;
		}

		#program .pickup .cell ul.pht-column2 {
			margin-top: 30px;
		}
			#program .pickup .cell ul.pht-column2 li {
				width: 48%;
			}

		#program .pickup .cell .text {
			width: 65%;
		}
		#program .pickup .cell .pht {
			width: 30%;
		}
@media screen and (max-width: 1024px) {
	#program .pickup {
		margin-top: 10vw;
		padding: 10vw 8vw;
	}
		#program .pickup h3 {
			font-size: 5.0vw;
			margin-top: -12vw;
			margin-bottom: 4vw;
		}

		#program .pickup .cell {
			padding-bottom: 5vw;
			margin-bottom: 5vw;
		}
			#program .pickup .cell h4 {
				font-size: 3.0vw;
				margin-bottom: 1.5vw;
			}

			#program .pickup .cell ul.pht-column2 {
				margin-top: 3vw;
			}

			#program .pickup .cell .text {
				width: 55%;
			}
			#program .pickup .cell .pht {
				width: 40%;
			}
}
@media screen and (max-width: 767px) {
	#program .pickup {
		margin-top: 15vw;
		padding: 10vw 8vw;
	}
		#program .pickup h3 {
			font-size: 6.0vw;
			margin-top: -12vw;
			margin-bottom: 4vw;
		}

		#program .pickup .cell {
			display: block;
			padding-bottom: 5vw;
			margin-bottom: 5vw;
		}
			#program .pickup .cell h4 {
				font-size: 5.0vw;
				margin-bottom: 2vw;
			}

			#program .pickup .cell ul.pht-column2 {
				display: block;
				margin-top: 0;
			}
				#program .pickup .cell ul.pht-column2 li {
					width: 100%;
					margin-top: 4vw;
				}

			#program .pickup .cell .text {
				width: 100%;
			}
			#program .pickup .cell .pht {
				width: 100%;
				margin-top: 4vw;
			}
}























