@charset "UTF-8";
/* CSS Document */



	
/* pagetitle
--------------------- */
#pagetitle {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 60px;
	text-align: center;
}
	#pagetitle h1 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1;
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	#pagetitle h1:before {
		content: "";
		width: 30px;
		height: 1px;
		background: #007F41;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -15px;
	}

	#pagetitle p {
		font-size: 1.4rem;
		font-weight: 700;
		color: #007F41;
		line-height: 1;
	}



	
/* company
--------------------- */
#company {
	width: 100%;
	padding-bottom: 50px;
}
	#company table {
		width: 100%;
		border-collapse: collapse;
	}
		#company table th {
			width: 150px;
			border-top: solid 2px #007F41;
			padding: 20px;
			font-size: 1.7rem;
			font-weight: 700;
			text-align: left;
			vertical-align: top;
		}
		#company table td {
			border-top: solid 2px #D1D1D1;
			padding: 20px 20px 20px 40px;
			text-align: left;
		}
			#company table td .cell {
				padding-bottom: 30px;
				margin-bottom: 20px;
				border-bottom: solid 1px #ddd;
			}
			#company table td .cell:nth-last-child(1) {
				padding-bottom: 0;
				margin-bottom: 0;
				border-bottom: none;
			}
				#company table td .cell .logo {
					margin-bottom: 15px;
				}
					#company table td .cell .logo img {
						width: auto;
						height: 100%;
					}

				#company table td .cell h3 {
					font-size: 1.7rem;
					font-weight: 700;
					line-height: 1.3em;
					color: #007F41;
					margin-bottom: 5px;
				}

				#company table td .cell .txt {
					margin-bottom: 20px;
				}
					#company table td .cell .txt a.link {
						color: #007F41;
						text-decoration: underline;
					}
					#company table td .cell .txt a.link:hover {
						text-decoration: none;
					}



	
/* mainpht
--------------------- */
#mainpht {
	width: 100%;
	padding-top: 180px;
	padding-bottom: 100px;
}
	#mainpht .inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 300px;
		background: url("../img/mainpht_role.jpg") no-repeat center / cover;
	}
		#mainpht .inner h1 {
			font-size: 2.5rem;
			font-weight: 700;
			color: #fff;
			line-height: 1.3em;
			text-align: center;
		}



	
/* message
--------------------- */
#message {
	width: 100%;
	margin-bottom: 140px;
}
	#message .head-en {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		color: #007F41;
		text-align: center;
		margin-bottom: 20px;
	}	

	#message h2 {
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 2.8em;
		color: #007F41;
		text-align: center;
		margin-bottom: 50px;
	}
		#message h2 span {
			border-bottom: solid 2px #007F41;
			padding-bottom: 5px;
		}

	#message .logo {
		max-width: 280px;
		margin: 0 auto 30px auto;
	}	

	#message h3 {
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 1.0em;
		text-align: center;
		margin-bottom: 20px;
	}	
		#message h3 span {
			font-size: 1.7rem;
		}



	
/* step
--------------------- */
#step .box {
	margin-bottom: 50px;
	background: #F0F7F4;
	padding: 65px;
	position: relative;
}
	#step .box h2 {
		width: 160px;
		position: absolute;
		top: -40px;
		left: -20px;
	}

	#step .box h3 {
		font-size: 2.5rem;
		font-weight: 700;
		color: #007F41;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 30px;
	}

	#step .box .pht-text .pht {
		width: 50%;
	}
	#step .box .pht-text .text {
		width: 50%;
		padding-left: 5%;
	}

	#step .box .pht_full {
		margin-bottom: 30px;
	}

	#step .box dl.whitebox {
		margin-top: 60px;
		background: #fff;
		border: solid 1px #BDDECE;
		border-radius: 6px;
		position: relative;
		padding: 50px 10% 25px 10%;
	}
		#step .box dl.whitebox dt {
			width: 380px;
			height: 30px;
			background: #007F41;
			border-radius: 15px;
			font-size: 1.5rem;
			font-weight: 700;
			text-align: center;
			color: #fff;
			position: absolute;
			top: -15px;
			left: 50%;
			margin-left: -190px;
		}


#step .arrow {
	width: 12px;
	margin: 0 auto 60px auto;
}












/* max 1100px */
@media screen and (max-width: 1100px) {



	
/* pagetitle
--------------------- */
#pagetitle {
	padding-top: 150px;
	padding-bottom: 50px;
}
	#pagetitle h1 {
		font-size: 2.6rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#pagetitle p {
		font-size: 1.2rem;
	}



	
/* company
--------------------- */
#company table th {
	font-size: 1.6rem;
}
	#company table td .cell h3 {
		font-size: 1.6rem;
	}



	
/* mainpht
--------------------- */
#mainpht {
	padding-top: 100px;
	padding-bottom: 70px;
}
	#mainpht .inner h1 {
		font-size: 2.2rem;
	}



	
/* message
--------------------- */
#message {
	margin-bottom: 100px;
}
	#message .head-en {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}	

	#message h2 {
		font-size: 2.2rem;
		line-height: 2.4em;
		margin-bottom: 40px;
	}

	#message .logo {
		max-width: 220px;
		margin: 0 auto 25px auto;
	}	

	#message h3 {
		font-size: 2.2rem;
	}	
		#message h3 span {
			font-size: 1.4rem;
		}



	
/* step
--------------------- */
#step .box {
	margin-bottom: 30px;
	padding: 45px;
}
	#step .box h2 {
		width: 120px;
	}

	#step .box h3 {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}

	#step .box .pht_full {
		margin-bottom: 25px;
	}

	#step .box dl.whitebox {
		margin-top: 50px;
	}
		#step .box dl.whitebox dt {
			width: 330px;
			font-size: 1.3rem;
			line-height: 30px;
			margin-left: -165px;
		}


#step .arrow {
	margin: 0 auto 40px auto;
}
	
	
}





/* max 767px */
@media screen and (max-width: 767px) {



	
/* pagetitle
--------------------- */
#pagetitle {
	padding-top: 100px;
	padding-bottom: 40px;
}



	
/* company
--------------------- */
#company table th {
	width: 100px;
	padding: 15px 0 15px 0;
	font-size: 1.5rem;
}
#company table td {
	padding: 15px 20px 15px 10px;
}
	#company table td .cell {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
		#company table td .cell h3 {
			font-size: 1.5rem;
		}

		#company table td .cell .txt {
			margin-bottom: 15px;
		}



	
/* mainpht
--------------------- */
#mainpht {
	padding-top: 60px;
	padding-bottom: 50px;
}
	#mainpht .inner {
		height: 250px;
	}



	
/* message
--------------------- */
#message {
	margin-bottom: 60px;
}
	#message h2 {
		font-size: 2.2rem;
		line-height: 2.2em;
	}

	#message .logo {
		max-width: 200px;
	}	

	#message h3 {
		font-size: 2.2rem;
	}	
		#message h3 span {
			font-size: 1.4rem;
		}



	
/* step
--------------------- */
#step .box {
	margin-bottom: 30px;
	padding: 55px 30px 30px 30px;
}
	#step .box h2 {
		width: 80px;
		left: 50%;
		margin-left: -40px;
	}

	#step .box h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	#step .box .pht-text {
		display: block;
	}
		#step .box .pht-text .pht {
			width: 100%;
		}
		#step .box .pht-text .text {
			width: 100%;
			padding-top: 20px;
			padding-left: 0;
		}

	#step .box .pht_full {
		margin-bottom: 20px;
	}

	#step .box dl.whitebox {
		margin-top: 20px;
		padding: 0;
	}
		#step .box dl.whitebox dt {
			width: 100%;
			font-size: 1.0rem;
			line-height: 30px;
			border-radius: 0;
			margin-left: 0;
			position: static;
		}
		#step .box dl.whitebox dd {
			padding: 15px 20px;
		}


#step .arrow {
	margin: 0 auto 60px auto;
}
	
	
	
}