@charset "utf-8";
/*---------------- index_entry --------------------*/

#index_entry {
	position: relative;
	padding: 80px 20px 100px;
	background: #3e81ed57;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#index_entry::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(/wp-content/themes/theme-04/img/entry_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1165px auto;
	pointer-events: none;
}

#index_entry_new,
#index_entry_career{
  display:none;
}

.entry_area {
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
}

#index_entry_career.entry_area {
    padding: 130px 20px;
}

#index_entry .top_ttl {
	text-align: center;
	color: #fff;
}

#index_entry .top_ttl h2,
#index_entry .top_ttl h2::after {
	color: #fff;
}

.entry_text {
	font-size: 1.8rem;
	margin: 0 0 65px;
}

.entry_banners {
	display: grid;
	grid-template-columns: repeat(1, minmax(180px, 260px));
	justify-content: center;
	gap: 24px;
	margin: 20px auto 22px;
}

.entry_banner {
	display: inline-block;
	line-height: 0;
	transition: opacity .3s ease;
}

.entry_banner img {
	display: block;
	width: 100%;
	height: auto;
}

.entry_banner:hover {
	opacity: .8;
}

.entry_note {
	font-size: 1.8rem;
	line-height: 1.9;
	margin-top: 35px;
}

.entry_mail {
	color: #fff;
	text-decoration: none;
}

p.entry_note_in {
	margin-top: 35px;
}

@media (max-width: 520px) {

	/* 背景を大きめに */
	.entry_banners {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:767px) {

	.entry_text {
		font-size: 1.3rem;
		margin: 0 0 30px;
	}

	.entry_note {
		font-size: 1.3rem;
		margin-top: 20px;
	}

	p.entry_note_in {
		margin-top: 16px;
	}

	#index_entry::before {
		background-size: 500px auto;
	}
	
}