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


	
	
/* pagetitle
--------------------- */
#pagetitle.at-first .bg {
	background: url("../img/pagetitle_pht.jpg") no-repeat center / cover;
}


	
	
/* anchor
--------------------- */
#anchor ul li {
	width: 23.5%;
}
	#anchor ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 70px;
		background: #C3002F url("../../common/img/icon_arrow_bottom_white.svg") no-repeat right 20px center;
		border-radius: 10px;
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		text-align: left;
		line-height: 1.4em;
		padding: 0 30px 0 20px;
	}
	#anchor ul li a:hover {
		opacity: 0.7;
	}


	
	
/* message
--------------------- */
#message .text-pht .text {
	width: 60%;
	order: 2;
}
	#message .text-pht .text h3 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
	}

	#message .text-pht .text .txt {
		margin-top: 12px;
	}

#message .text-pht .pht {
	width: 35%;
	/*overflow: hidden;*/
	order: 1;
}
	#message .text-pht .pht img {
		width: 100%;
		/*height: 100%;
		object-fit: cover;*/
		border-radius: 20px;
	}

#message .name {
	margin-top: 15px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
}


	
	
/* what
--------------------- */
#what .cell {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dashed 1px #ddd;
}
#what .cell:nth-last-child(1) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
	#what .cell .text {
		width: 56%;
	}
		#what .cell .text .en {
			font-size: 1.2rem;
			color: #C3002F;
			line-height: 1;
			margin-bottom: 8px;
		}

		#what .cell .text h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 15px;
		}

		#what .cell .text .number {
			text-align: right;
			margin-top: 10px;
			margin-bottom: 20px;
		}
			#what .cell .text .number img {
				max-width: 283px;
			}

		#what .cell .text .borderbox {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			border: solid 1px #ddd;
			padding: 20px 30px;
			font-size: 1.8rem;
		}


	#what .cell .pht {
		width: 40%;
	}
		#what .cell .pht img {
			border-radius: 20px;
		}


	
	
/* dealer
--------------------- */
#dealer .flow {
	margin-top: 30px;
}


	
	
/* company
--------------------- */
#company .pht {
	width: 150px;
	padding: 10px 14px;
	background: #fff;
	border: solid 1px #ddd;
	position: absolute;
	top: -35px;
	right: 130px;
}

#company .list dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #FCF2F4;
	padding: 20px;
}
#company .list dl:nth-child(2n) {
	background: #fff;
}
	#company .list dl dt {
		width: 130px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		color: #C3002F;
	}
	#company .list dl dd {
		width: -webkit-calc(100% - 130px);
		width: calc(100% - 130px);
		font-size: 1.5rem;
	}
		#company .list dl dd iframe {
			margin-top: 15px;
			width: 100%;
			height: 100%;
			aspect-ratio: 16 / 7;
		}

		#company .list dl dd p {
			text-indent: -58px;
			padding-left: 58px;
		}





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


/* company
--------------------- */
#company .pht {
	right: 200px;
}
	
	
}




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


	
	
/* anchor
--------------------- */
#anchor ul li a {
	height: 60px;
	background: #C3002F url("../../common/img/icon_arrow_bottom_white.svg") no-repeat right 15px center;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding: 0 15px 0 15px;
}


	
	
/* message
--------------------- */
#message .text-pht .text {
	width: 55%;
	order: 2;
}
	#message .text-pht .text h3 {
		font-size: 2.2rem;
	}

	#message .text-pht .text .txt {
		margin-top: 10px;
	}

#message .text-pht .pht {
	width: 40%;
}
	#message .text-pht .pht img {
		border-radius: 15px;
	}

#message .name {
	font-size: 2.0rem;
}


	
	
/* what
--------------------- */
#what .cell {
	padding-bottom: 35px;
	margin-bottom: 35px;
}
	#what .cell .text {
		width: 45%;
	}
		#what .cell .text .en {
			font-size: 1.0rem;
		}

		#what .cell .text h3 {
			font-size: 2.2rem;
			margin-bottom: 12px;
		}

		#what .cell .text .number {
			margin-top: 15px;
			margin-bottom: 20px;
		}
			#what .cell .text .number img {
				max-width: 220px;
			}

		#what .cell .text .borderbox {
			padding: 15px;
			font-size: 1.6rem;
		}


	#what .cell .pht {
		width: 50%;
	}
		#what .cell .pht img {
			border-radius: 15px;
		}


	
	
/* company
--------------------- */
#company .pht {
	width: 120px;
	top: -27px;
	right: 170px;
}
	
	
#company .list dl {
	padding: 16px;
}
	#company .list dl dt {
		width: 120px;
		font-size: 1.5rem;
	}
	#company .list dl dd {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		font-size: 1.4rem;
	}









}





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


	
	
/* anchor
--------------------- */
#anchor ul {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	#anchor ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	#anchor ul li:nth-child(3),
	#anchor ul li:nth-child(4) {
		margin-bottom: 0;
	}
		#anchor ul li a {
			height: 56px;
			font-size: 1.2rem;
			padding: 0 20px 0 15px;
		}


	
	
/* message
--------------------- */
#message .text-pht {
	display: block;
}
	#message .text-pht .text {
		width: 100%;
	}
		#message .text-pht .text h3 {
			font-size: 1.8rem;
		}

	#message .text-pht .pht {
		width: 100%;
		margin-top: 20px;
	}

#message .name {
	width: 100%;
	font-size: 1.8rem;
}


	
	
/* what
--------------------- */
#what .cell {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
	#what .cell .text {
		width: 100%;
	}
		#what .cell .text .en {
			font-size: 1.0rem;
		}

		#what .cell .text h3 {
			font-size: 1.8rem;
			margin-bottom: 12px;
		}

		#what .cell .text .number {
			margin-top: 25px;
		}
			#what .cell .text .number img {
				max-width: 210px;
			}

		#what .cell .text .borderbox {
			padding: 15px;
			font-size: 1.6rem;
		}


	#what .cell .pht {
		width: 100%;
		margin-top: 20px;
	}


	
	
/* dealer
--------------------- */
#dealer .flow {
	width: 70%;
	margin: 20px auto 0 auto;
	text-align: center;
}


	
	
/* company
--------------------- */
#company .pht {
	width: 100px;
	top: -2px;
	right: 10%;
}
	
#company .list dl {
	display: block;
	padding: 25px 15px 20px 15px;
}
	#company .list dl dt {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	#company .list dl dd {
		width: 100%;
		font-size: 1.4rem;
	}
		#company .list dl dd iframe {
			margin-top: 12px;
			aspect-ratio: 4 / 3;
		}






}