@charset "UTF-8";
/* ============================
top.css　もくじ
-------------------------------
1.ブレイクポイント
2.main_visual
3.top_business
4.top_access
5.top_information
6.top_recruit
============================== */


/* ===========================
1.ブレークポイント
============================== */
@media screen and (min-width: 20em) { /* 320px */
}
@media screen and (min-width: 23em) { /* 368px */
}
@media screen and (min-width: 25em) { /* 400px */
}
@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) {/* 1024px */
}
@media screen and (min-width: 80em) {/* 1280px */
}

/* ===========================
2.main_visual
============================== */
#main_visual {
	position: relative;
	height: 250px;
	margin: 0;
	overflow: hidden;
	background: url(../img/top/top_headline.jpg) center top no-repeat;
	background-size:cover;
}
#main_visual h2 {
	padding: 70px 0 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.76;
	color: #333;
	text-shadow: 
	#fff 2px 0px 3px,  #fff -2px 0px 3px,
	#fff 0px -2px 3px, #fff 0px 2px 3px,
	#fff 2px 2px 3px, #fff -2px 2px 3px,
	#fff 2px -2px 3px, #fff -2px -2px 3px,
	#fff 1px 2px 3px,  #fff -1px 2px 3px,
	#fff 1px -2px 3px, #fff -1px -2px 3px,
	#fff 2px 1px 3px,  #fff -2px 1px 3px,
	#fff 2px -1px 3px, #fff -2px -1px 3px;
}
@media screen and (min-width: 30em) { /* 480px */
	#main_visual {
		height: 300px;
	}
	#main_visual h2 {
		padding: 100px 10px 0 0;
		text-align: right;
	}
	#main_visual h2 .mb {
		display: none;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#main_visual {
		height: 400px;
	}
	#main_visual h2 {
		padding: 130px 20px 0 0;
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#main_visual {
		height: 500px;
		margin: 0;
	}
	#main_visual h2 {
		padding: 190px 30px 0 0;
		font-size: 1.5rem;
		position: relative;
		right: 0;
		animation: headline 2s ease;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#main_visual {
		height: 600px;
	}
	#main_visual h2 {
		padding: 200px 30px 0 0;
		font-size: 1.875rem;
	}
}
@keyframes headline {
	0% {right: -300px; opacity: 0;}
	20% {opacity: 0;}
	50% {right: 0; opacity: 1;}
}

/* お知らせ */
#pickup_info {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: -0.5rem;
	right: 1rem;
	align-items: baseline;
	margin-left: 1rem;
	padding: 1rem 0 0.5rem;
	width: auto;
	color: #000;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0.5rem;
	transition: all 0.3s;
}
#pickup_info:hover {
	color: #fff;
	background-color: #801A00;
}
#pickup_info time {
	font-size: 0.5rem;
	margin: 0 0.5rem;
	text-align: left;
}
#pickup_info p {
	font-size: 0.8rem;
	margin: 0 0.5rem 0 auto;
	text-align: right;
}
@media screen and (min-width: 40em) { /* 640px */
	#pickup_info {
		display: block;
		top: .6rem;
		padding: 1rem;
	}
	#pickup_info time {
		margin: 0;
		font-size: 0.8rem;
	}
	#pickup_info p {
		font-size: 1rem;
	}

}

/* ============================
3.top_business
============================== */
#top_business {
	padding: 0 20px 45px;
	background: url(../img/top/top_business_back.jpg) center top no-repeat;
}
#top_business h3 {
	margin: 0;
	padding: 22px 0 0;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.3em;
}
#top_business h3 span {
	margin-left: 1em;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
}
#top_business_inner {
	margin: 20px auto 0;
}
#top_business_inner>p {
	text-align: center;
	margin: 0 0 20px;
}
#top_business_inner>p img {
	width: 100%;
	max-width: 446px;
	height: auto;
}
#top_business_inner div h4 {
	margin: 0 0 0.5em;
	padding: 0.2em 0.5em 0.1em;
	font-size: 1.25rem;
	font-family: sans-serif;
	background-color: rgba(255, 255, 255, 0.7);
	color: #801A00;
}
#top_business_inner div p {
	font-size: 0.85rem;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 15px;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#top_business {
		position: relative;
		top: 0;
		animation: business_area 2s ease;
	}
	#top_business h3 {
		padding: 16px 0 0;
		font-size: 2.125rem;
	}
	#top_business h3 span {
		font-size: 1.25rem;
	}
	#top_business_inner {
		margin: 40px auto 0;
		display: flex;
	}
	#top_business_inner>p {
		margin-right: 35px;
	}
	#top_business_inner>p img {
		width: 446px;
	}
	#top_business_inner div h4 {
		font-size: 1.5rem;
	}
	#top_business_inner div p {
		font-size: 1rem;
		margin: 0 0 45px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#top_business h3 {
		margin: 0 auto;
		width: auto;
		max-width: 960px;
	}
	#top_business_inner {
		width: auto;
		max-width: 960px;
	}
}
@keyframes business_area {
	0% {top: 50px; opacity: 0;}
	50% {top: 50px; opacity: 0;}
	100% {top: 0; opacity: 1;}
}
/* ============================
4.top_access
============================== */
#top_access {
	margin: 75px 0 85px;
	padding: 0 20px 15px;
	background-color: #e5ddc4;
}
#top_access::before {
	position: relative;
	top: 80px;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	content: "";
	border-bottom: 1px #000 solid;
}
#top_access h3 {
	margin: 0;
	padding: 30px 0 0;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.3em;
}
#top_access h3 span {
	margin-left: 1em;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
}
.top_access_inner {
	margin: 30px auto 0;
}
.top_access_inner p {
	margin-bottom: 20px;
	font-size: 0.85rem;
	line-height: 1.6;
}
.top_access_inner p span {
	display: inline-block;
}
.top_access_inner p a {
	display: inline-block;
	margin: 10px auto 0 0;
	padding: 10px;
	width: 50%;
	min-width: 136px;
	text-align: center;
	max-width: 300px;
	border: #000 solid 1px;
	color: #000;
	transition: all 0.3s;
}
.top_access_inner p a:hover {
	background-color: #801A00;
	border: #801A00 solid 1px;
	color: #fff;
}
.top_access_inner iframe {
	width: 100%;
	height: 250px;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#top_access h3 {
		font-size: 2.125rem;
	}
	#top_access h3 span {
		font-size: 1.25rem;
	}
	.top_access_inner {
		margin: 10px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.top_access_inner p {
		margin-top: 30px;
		margin-right: 20px;
		width: 50%;
		font-size: 1rem;
	}
	.top_access_inner p a {
		width: auto;
	}
	.top_access_inner iframe {
		width: 478px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#top_access h3 {
		margin: 0 auto;
		width: auto;
		max-width: 960px;
	}
	.top_access_inner {
		width: auto;
		max-width: 960px;
	}
}
/* ============================
5.top_information
============================== */
#top_information {
	margin: 0 20px 85px;
	padding: 25px 8px 5px;
	border-right: #ccc 6px solid;
	border-bottom: #ccc 6px solid;
}
#top_information h3 {
	display: inline-block;
	font-size: 1.15rem;
	color: #1d2086;
	margin-right: 35px;
}
#top_information h3 span {
	margin-right: 1em;
}
#top_information ul {
	height: 250px;
	overflow-y: scroll;
	scrollbar-color: #c7e8fa #fff;
	padding-right: 20px;
}
#top_information ul::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}
#top_information ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #c7e8fa;
}
#top_information ul::-webkit-scrollbar-track {
	background: #fff;
}
#top_information ul li {
	border-top: #1d2086 1px solid;
	padding: 8px 0;
}
#top_information ul li time {
	width: 11em;
	font-size: 0.875rem;
}
#top_information ul li p {
	font-size: 0.85rem;
	line-height: 1.6;
}
#top_information ul li p a {
	color: #29ABE2;
	text-decoration: underline;
}
#top_information ul li p a:hover {
	color: #2364b3;
}
#top_information ul li p s {
	text-decoration: line-through;
}
#top_information ul li p .red {
	color: #c30;
}
@media screen and (min-width: 40em) { /* 640px */
	#top_information h3 {
		font-size: 1.375rem;
	}
	#top_information ul li {
		display: flex;
	}
	#top_information ul li p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#top_information ul li time {
		font-size: 1rem;
	}
	#top_information ul li p {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#top_information {
		max-width: 956px;
		margin: 0 auto 85px;
		display: flex;
	}
	#top_information h3 span {
		display: block;
		margin-right: 0;
		text-decoration: underline;
	}
	#top_information ul {
		flex-grow: 1;
	}
}
/* ============================
6.top_recruit
============================== */
#top_recruit {
	margin: 0 20px 85px;
}
#top_recruit>div {
	max-width: 480px;
	margin: 0 auto;
}
#top_recruit>div:first-child {
	background-color: #1d2086;
	padding-bottom: 10px;
}
#top_recruit h3 {
	padding-top: 10px;
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}
#top_recruit h3 span {
	display: block;
	border-bottom: #fff 1px solid;
	font-size: 1.15rem;
	font-weight: normal;
	letter-spacing: 0.3em;
}
#top_recruit button {
	position: relative;
	display: block;
	margin: 20px auto 10px;
	padding: 5px 20px;
	border: none;
	border-radius: 10px;
	background-color: #fff;
}
#top_recruit button:hover {
	top: 1px;
	left: 1px;
	background-color: #c7e8fa;
}
#top_recruit button a {
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	color: #1d2086;
}
#top_recruit button a:hover {
	text-decoration: none;	
}
#top_recruit p img {
	width: 100%;
	max-width: 480px;
	height: auto;
	vertical-align: bottom;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#top_recruit h3 {
		font-size: 1.25rem;
	}
	#top_recruit h3 span {
		font-size: 2.125rem;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#top_recruit {
		max-width: 946px;
		margin: 0 auto 85px;
		display: flex;
	}
	#top_recruit>div {
		width: 50%;
		margin: 0;
	}
	#top_recruit h3 {
		padding-top: 40px;
	}
	#top_recruit button {
		margin: 60px auto 20px;
	}
}