@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#page_title .img {
	position: absolute;
	top: 30px;
	left: 0;
	width: 28vw;
}
/* 評価 */
#evaluation .box {
	position: relative;
	padding: 30px 35px 25px;
	border: 5px solid rgba(94,0,231,0.5);
}
#evaluation .box::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:  100%;
	background: url(../img/top/evaluation_bg.png) no-repeat center bottom/100%;
	background-color: #fff;
	content: "";
}
#evaluation .box .area {
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	width: 183px;
	margin-bottom: 15px;
	padding: 4px 0;
	border-radius: 5px;
	background: linear-gradient(to top, #5e00e7, #8c5aff);
	background: -webkit-linear-gradient(bottom, #5e00e7, #8c5aff);
	color: #fff;
	font-size: 38px;
}
#evaluation .box .area .mini {
	font-size: 28px;
}
#evaluation .box .box_title {
	z-index: 2;
	position: relative;
	margin-right: 195px;
	margin-bottom: 10px;
	font-size: 45px;
	font-weight: normal;
	line-height: 1em;
}
#evaluation .box .box_title .mini {
	font-size: 30px;
}
#evaluation .box .no1 img {
	position: relative;
	top: -25px;
	margin-left: 15px;
	vertical-align: middle;
}
#evaluation .box .box_txt {
	z-index: 2;
	position: relative;
	top: -10px;
	margin-right: 195px;
	line-height : 29px;
	letter-spacing: 1.6px;
	font-weight: 500;
}
#evaluation .box .box_img {
	z-index: 2;
	position: absolute;
	top: 27px;
	right: 15px;
}
#top_about .box_simple {
	margin-bottom: 50px;
}
#top_about .box_simple.nm {
	margin-bottom: 0;
}
/* インフォメーション */
#top_info .info_title {
	margin-bottom: 20px;
}
#top_info .list {
	border: 1px solid #eee;
	list-style-type: none;
	padding: 5px 15px;
}
#top_info .list li {
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#top_info .list li:last-of-type {
	border-bottom: none;
}
#top_info .list_txt {
	position: relative;
	top: 5px;
	padding-left: 13px;
	background: url("../img/link.png")no-repeat left;
	width: calc(100% - 180px);
}
#top_info .list .btn_link {
	box-sizing: border-box;
	display: inline-block;
	padding: 8px 25px 5px;
	border-radius: 5px;
	background: #8c5aff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 162px;
}
/* 特徴 */
#feature h3 {
	margin-bottom: 50px;
	font-size: 32px;
}
#feature h3 .num {
	font-size: 52px;
}
#feature .box {
	box-sizing: border-box;
	position: relative;
	padding: 33px;
	background: linear-gradient(0deg,rgba(136, 171, 206, 0) 0%, rgba(136, 171, 206, 0.3) 100%);
	margin-bottom: 50px;
}
#feature .box:nth-of-type(even) {
	background: linear-gradient(0deg,rgba(140, 90, 255, 0) 0%, rgba(140, 90, 255, 0.3) 100%);
}
#feature .box .num {
	position: absolute;
	top: 41px;
	right: 20px;
	color: #5E00E7;
	font-size: 85px;
	line-height: 40px;
}
#feature .box_title {
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
#feature .box_title__img {
	width: 340px;
	margin-bottom: 0;
	margin-right: 25px;
}
#feature .box_title__txt {
	font-size: 25px;
	line-height: 40px;
}
/* メニューコンテンツ */
#top_menu .box {
	width: 250px;
	background: url(../img/top/slash.png);
}
#top_menu .box .ttl {
	padding: 10px 5px 8px;
	font-weight: normal;
	font-size: 115%;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
	/* 評価 */
	#evaluation {
		padding-top: 80px;
	}
	/* インフォメーション */
	#top_info {
		padding-bottom: 60px;
	}

}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_title .img {
		width: 35vw;
		top: 15px;
	}
	/* 評価 */
	#evaluation .box {
		padding: 25px;
	}
	#evaluation .box .area {
		width: 140px;
		font-size: 24px;
	}
	#evaluation .box .area .mini {
		font-size: 18px;
	}
	#evaluation .box .box_title {
		font-size: 30px;
	}
	#evaluation .box .box_title .mini {
		font-size: 25px;
	}
	#evaluation .box .no1 img {
		max-height: 70px;
		margin-left: 10px;
	}
	#evaluation .box .box_img {
		top: 15px;
		width: 25%;
		max-width: 180px;
	}
	/* インフォメーション */
	#top_info .list li {
		display: block;
		height: auto;
		padding: 10px 0;
	}
	#top_info .list_txt {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
		background-position: top 9px left;
		width: 100%;
	}
	#top_info .list .btn {
		display: block;
		text-align: right;
	}
	#feature h3 {
		margin-bottom: 15px;
		font-size: 26px;
	}
	#feature h3 .num {
		font-size: 46px;
	}
	#feature .box {
		min-height: auto;
		padding: 30px 20px;
	}
	#feature .box .num {
		top: 20px;
		right: 15px;
		font-size: 56px;
	}
	#feature .box_title__img {
		width: 30%;
	}
	#feature .box_title__txt {
		padding-top: 0;
		padding-top: 20px;
		font-size: 22px;
	}
	#top_menu .box {
		width: 32%;
	}
	#top_menu .box .ttl {
		font-size: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	/* 評価 */
	#evaluation .box {
		padding: 20px;
	}
	#evaluation .box .area {
		width: 80px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	#evaluation .box .area .mini {
		font-size: 12px;
	}
	#evaluation .box .box_title {
		margin-right: 0;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.5em;
	}
	#evaluation .box .box_title .mini {
		margin-right: 0;
		font-size: 18px;
	}
	#evaluation .box .no1 {
		line-height: 1em;
		text-align: center;
	}
	#evaluation .box .no1 img {
		top: -15px;
		max-height: 40px;
		margin-left: 10px;
	}
	#evaluation .box .box_txt {
		font-size: 12px;
		margin-right: 27%;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#evaluation .box .box_img {
		width: 26%;
		top: auto;
		bottom: 10px;
	}
	/* メニューコンテンツ */
	#top_menu .flex {
		display: block;
	}
	#top_menu .box {
		width: 100%;
	}
	#top_menu .box+.box {
		margin-top: 25px;
	}
	#top_menu .box .img {
		width: 100%;
	}
	#top_menu .box .img img {
		object-fit: cover;
		width: 100%;
	}
	/* 理由 */
	#feature h3 {
		font-size: 22px;
		line-height: 1.4em;
	}
	#feature h3 .num {
		font-size: 35px;
	}
	#feature .box {
		padding: 40px 15px 25px;
	}
	#feature .box .num {
		top: 5px;
		right: 5px;
		font-size: 40px;
	}
	#feature .box_title {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	#feature .box_title__img {
		width: auto;
		width: 230px;
		margin-right: 0;
	}
	#feature .box_title__txt {
		padding-top: 10px;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
	}
	/*メッセージ */
	#top_msg .note {
		padding: 15px;
	}
	#top_msg .msg_title {
		margin-bottom: 15px;
		padding: 0 30px;
		background-size: 20px auto;
		font-size: 22px;
		line-height: 1.4em;
	}
	#top_msg .box_title {
		margin-right: 0;
		font-size: 18px;
	}
	#top_msg .box_txt {
		margin-top: 15px;
		margin-right: 0;
	}
	#top_msg .box_img {
		position: static;
		width: auto;
	}
	#top_msg .box .from {
		margin-right: 0;
		text-align: right;
	}

}