@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#top_info {
	width: 900px;
	margin: 0 auto;
}
#top_info .list {
	width: 700px;
}
#top_info dl {
	border-top: 1px solid #c9caca;
	padding: 20px 0;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #c9caca;
}
/* コンテンツ */
#top_contents:before {
	background: #7ee;
}
#top_service h3.sub {
	font-size: 37px;
}
#top_service h3.sub .pri {
	font-size: 45px;
}
#top_service h3.sub > span::after {
	bottom: -20px;
	width: 300px;
}
#top_service .txt {
	font-size: 110%;
}
#top_service .imgs {
	margin: 50px 0 0;
}
#top_service .imgs li {
	width: calc(100% / 3);
}
#top_service .imgs li.full {
	width: 100%;
}
#top_service .bg {
	padding-top: 70px;
	background: url("../img/top/bg-japan.png") no-repeat center / 780px auto;
}
#top_service .target {
	margin-bottom: 40px;
}
#top_service .target dl {
	border: 1px solid var(--color-primary);
	display: flex;
}
#top_service .target dl dt {
	width: 168px;
	text-align: center;
	background: #ff9900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_service .target dl dd {
	padding: 10px 35px;
}
#top_service .target dl dd ul {
	display: flex;
	flex-wrap: wrap;
}
#top_service .target dl dd ul li {
	position: relative;
	font-size: 110%;
	padding-left: 13px;
	margin-right: 40px;
}
#top_service .target dl dd ul li:last-of-type {
	margin-right: 0;
}
#top_service .target dl dd ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #ff9900;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
#top_service .target_list {
	border-top: 1px solid var(--color-primary);
	padding-top: 20px;
	margin-bottom: 30px;
}
#top_service .target_list:last-of-type {
	margin-bottom: 0;
}
#top_service .target_list dl {
	display: flex;
	font-size: 110%;
}
#top_service .target_list dl dt {
	width: 130px;
}
#top_service .target_list dl dd {
	width: calc(100% - 130px);
}
#top_service .target_list dl dd ul {
	width: 220px;
}
#top_service .target_list dl dd ul:nth-of-type(2) {
	padding-left: 20px;
}
#top_service .target_list dl dd ul:last-of-type {
	width: 270px;
}
#top_service .target_list dl dd ul li {
	position: relative;
	padding-left: 13px;
}
#top_service .target_list dl dd ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #ff9900;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}
.bg_white {
	padding-bottom: 150px;
}
.bg_white::before {
	top: 50px;
	height: calc(100% - 50px);
	background: #fff;
}
#top_menu {
	padding: 170px 0 190px;
}
#top_menu::before {
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	background: url("../img/top/bg-menu.jpg") no-repeat bottom / cover;
}
#top_menu .box {
	width: 340px;
	background: #fff;
	position: relative;
}
#top_menu .box .in {
	padding: 20px 20px 40px;
}
#top_menu .box .in h3.sub02 {
	font-size: 43px;
	margin-bottom: 20px;
}
#top_menu .box .in .txt {
	font-size: 110%;
}
#top_menu .box .in .btn01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	bottom: -25px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
		font-size: 110%;
	}
	#top_info dt {
		width: 120px;
		text-align: center;
		color: var(--color-primary);
	}
	#top_info dd {
		width: calc(100% - 120px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info {
		width: 100%;
	}
	#top_info .list {
		width: calc(100% - 150px);
	}
	#top_service h3.sub {
		font-size: 23px;
	}
	#top_service h3.sub .pri{
		font-size: 30px;
	}
	#top_service h3.sub > span::after {
		bottom: -17px;
	}
	#top_service .imgs {
		margin-top: 30px;
	}
	#top_service .bg {
		padding-top: 50px;
		background-size: 100% auto;
	}
	#top_service .target dl dt {
		width: 130px;
	}
	#top_service .target dl dd {
		width: calc(100% - 140px);
		padding: 10px 20px;
	}
	#top_service .target dl dd ul li {
		margin-right: 20px;
	}
	#top_service .target_list dl dd ul, #top_service .target_list dl dd ul:last-of-type {
		width: 48%;
	}
	#top_service .target_list dl dd ul:nth-of-type(2) {
		padding-left: 0;
	}
	.bg_white {
		padding-bottom: 50px;
	}
	#top_menu {
		padding: 100px 0 100px;
		margin-bottom: 50px;
	}
	#top_menu .box {
		width: 32%;
	}
	#top_menu .box .in h3.sub02 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#top_menu .box .in .btn01 a {
		width: 170px;
	}
	#top_menu .box .in .txt {
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info h3.sub02 {
		margin-bottom: 20px;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px 0;
	}
	#top_service h3.sub {
		font-size: 23px;
	}
	#top_service h3.sub .pri {
		font-size: 28px;
	}
	#top_service h3.sub > span::after {
		bottom: -18px;
		width: 150px;
	}
	#top_service .txt {
		font-size: 100%;
	}
	#top_service .target dl {
		display: block;
	}
	#top_service .target dl dt {
		width: 100%;
		padding: 5px;
	}
	#top_service .target dl dd {
		width: 100%;
	}
	#top_service .target dl dd ul {
		justify-content: space-between;
	}
	#top_service .target dl dd ul li {
		width: 49%;
		margin-right: 0;
		font-size: 100%;
	}
	#top_service .target_list dl {
		display: block;
	}
	#top_service .target_list dl dd {
		width: 100%;
	}
	.bg_white::before {
		top: 30px;
		height: calc(100% - 30px);
	}
	#top_menu {
		padding: 50px 0 70px;
	}
	#top_menu::before {
		clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
	}
	#top_menu .box {
		width: 100%;
		margin-bottom: 50px;
	}
	#top_menu .box:last-of-type {
		margin-bottom: 0;
	}
	#top_menu .box .img img {
		width: 100%;
	}
	#top_menu .box .in h3.sub02 {
		font-size: 25px;
	}
	
}