@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	padding-bottom: 100px;
	position: relative;
}
#top_ttl::after {
	content: "";
	background: url("../img/top/title-ico.png") no-repeat bottom left/100%;
	width: 192px;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 8%;
}
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg::before {
	background: url("../img/top/bg01.jpg") no-repeat bottom center/cover;
	max-height: 250px;
}
#top_msg .txt {
	font-size: 110%;
	line-height : 40px;
	position: relative;
}
#top_msg .txt::before {
	content: "GREETING";
	font-size : 190px;
	color : #F7F7F7;
	font-family: var(--font-serif);
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	font-weight: 100;
}
#top_service .chk_box {
	padding-top: 50px;
}
#top_service .chk_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#top_service .chk_box li {
	display: inline-block;
	width: 24%;
	font-size : 35px;
	line-height : 79px;
	color : #00A2FF;
	font-weight: 600;
	text-align: center;
}
#top_service .chk_box li span {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ededed;
}
#top_service .chk_box li span::before {
	content: "";
	width: 30px;
	height: 29px;
	background: url("../img/top/arrow01.png") no-repeat top left/100%;
	left: -5px;
	position: absolute;
	top: 15px;
}
#top_contents .box {
	width: 50%;
}
#top_contents .box a {
	position: relative;
	display: block;
}
#top_contents .box a img {
	width: 100%;
}
#top_contents .box a .txt_box {
	background: linear-gradient(180deg,rgba(0, 162, 255, 0) 0%, rgba(0, 162, 255, 1) 100%);
	font-size : 55px;
	line-height : 45px;
	color : #fff;
	width: 100%;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	position: absolute;
	bottom: 0;
}
#top_contents .box a:hover .txt_box {
	background: linear-gradient(180deg,rgba(255, 180, 0, 0) 0%, rgba(255, 180, 0, 1) 100%);
}
#top_contents .box a .txt_box .en {
	display: block;
	font-size : 90px;
	font-family: var(--font-serif);
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	opacity : 0.15;
	font-weight: 100;
}
#top_recruit {
	padding-top: 50px;
}
#top_recruit .box {
	width: 800px;
	margin: 0 auto;
	border: 5px solid var(--color-secondary);
}
#top_recruit .box ul.maru {
	width: 550px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	top: -15px;
}
#top_recruit .box ul.maru li {
	width: 160px;
	height: 160px;
	padding-top: 20px;
	border: 1px solid var(--color-secondary);
	border-radius: 50%;
	color: var(--color-primary);
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	background: #fff;
}
#top_recruit .box ul.maru li span {
	display: block;
	text-align: center;
	font-size: 49px;
}
#top_recruit .box .obi {
	background: var(--color-secondary);
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 3px;
}
#top_recruit .box ul.txt {
	display: flex;
	justify-content: center;
	gap: 55px;
	font-size: 20px;
	padding: 10px 0;
}
/* お知らせ */
#top_info {
	width: 900px;
	margin: 0 auto;
}
#top_info h3.sub {
	font-size : 35px;
	margin-bottom: 40px;
}
#top_info h3.sub::first-letter {
	color: #ffb400;
}
#top_info dl {
	background: #f2f2f2;
	border-radius: 10px;
	padding: 20px 35px;
	font-size: 97%;
}
#top_info dl:not(:last-of-type) {
	margin-bottom: 30px;
}
#top_info dt {
	color : #00A2FF;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@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) {  /* タブレット以下 */
	#top_ttl {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#top_ttl::after {
		width: 100px;
	}
	#top_msg .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#top_msg .txt::before {
		font-size: 17vw;
	}
	#top_service  {
		padding-top: 0;
	}
	#top_service .chk_box {
		padding-top: 20px;
	}
	#top_service .chk_box li {
		font-size: 125%;
	}
	#top_service .chk_box li span::before {
		width: 20px;
		top: 7px;
	}
	#top_service .chk_box li span {
		padding-left: 20px;
	}
	#top_contents .box a .txt_box {
		font-size: 25px;
		min-height: 60px;
	}
	#top_contents .box a .txt_box .en {
		font-size: 40px;
		bottom: -3px;
	}
	#top_recruit .box ul.maru {
		width: 450px;
	}
	#top_recruit .box ul.maru li {
		font-size: 18px;
		width: 140px;
		height: 140px;
	}
	#top_recruit .box ul.maru li span {
		font-size: 40px;
	}
	#top_recruit .box .obi {
		font-size: 35px;
	}
	#top_recruit .box ul.txt {
		font-size: 18px;
		gap: 30px;
	}
	#top_info {
		width: 100%;
	}
	#top_info h3.sub {
		font-size: 23px;
		margin-bottom: 20px;
	}
	#top_info dl {
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		padding-bottom: 30px;
	}
	#top_service .chk_box li {
		font-size: 110%;
		width: 48%;
		line-height: 4em;
	}
	#top_service .chk_box li span::before {
		top: 2px;
	}
	#top_contents .box a .txt_box {
		font-size: 20px;
		min-height: 50px;
	}
	#top_contents .box a .txt_box .en {
		font-size: 30px;
		bottom: -10px;
	}
	#top_recruit .box {
		width: 100%;
	}
	#top_recruit .box ul.maru {
		width: 310px;
		padding: 0 5px;
	}
	#top_recruit .box ul.maru li {
		font-size: 15px;
		width: 95px;
		height: 95px;
		padding-top: 9px;
	}
	#top_recruit .box ul.maru li span {
		font-size: 30px;
	}
	#top_recruit .box .obi {
		font-size: 28px;
	}
	#top_recruit .box ul.txt {
		width: 100%;
		display: block;
	}
	#top_recruit .box ul.txt li {
		text-align: center;
	}
	#top_info dl {
		font-size: 98%;
	}
}
@media only screen and (max-width: 320px) {
	#top_msg .txt {
		font-size: 4vw;
	}
	#top_recruit .box ul.maru {
		width: 260px;
	}
	#top_recruit .box ul.maru li {
		font-size: 11px;
		width: 80px;
		height: 80px;
		padding-top: 7px;
	}
	#top_recruit .box .obi {
		font-size: 25px;
	}
	#top_recruit .box ul.txt {
		font-size: 16px;
	}
}