/* ---------------------------------------------------------------------------------------------

    MV

--------------------------------------------------------------------------------------------- */
.-w-mv-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.-w-mv-content .-w-catch {
	text-align: left;
	font-size: 3.0rem;
	line-height: 1.8;
	color: #ffffff;
	text-shadow: 3px 0px 3px #333333;
	font-weight: normal;
	margin: auto;
}

#swiper-container-mv {
	position: relative;
	overflow: hidden;
}

.swiper-slide:before {
	content: "";
	background: rgba(16, 50, 122, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
	background: #333333 !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
}

@media only screen and (max-width: 768px) {
	#swiper-container-mv {
		height: 70svh;
	}

	.swiper-slide img {
		height: 100%;
		object-fit: cover;
	}

	.-w-mv-content {
		top: 60%;
	}

	.-w-mv-content .-w-catch {
		font-size: 1rem;
	}
}

/* ---------------------------------------------------------------------------------------------

    コンテンツ

--------------------------------------------------------------------------------------------- */
.top_item1,
.top_item2 {
	padding: 5rem;
	margin: 0 auto;
	position: relative;
	background: #10327A;
	overflow: hidden;
}

.top_item1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20%;
	width: 170%;
	height: 200%;
	background: #ffffff;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(45deg);
	z-index: 0;
}

.top_item2:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -20%;
	width: 170%;
	height: 200%;
	background: #ffffff;
	background: #ffffff;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(-45deg);
	z-index: 0;
}

.top_item1 .-w-ttl,
.top_item2 .-w-ttl {
	position: relative;
	z-index: 1;
}

.top_item1 .-w-box,
.top_item2 .-w-box {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.top_item1 .-w-box p,
.top_item2 .-w-box p {
	margin-bottom: 8px;
	color: #ce1c1c;
	font-weight: bold;
	font-size: 1.5em;
}

.top_item1 .-w-left,
.top_item1 .-w-right,
.top_item2 .-w-left,
.top_item2 .-w-right {
	width: 48%;
}

/*.top_item1 .-w-right,
.top_item2 .-w-right {
	padding: 1em 1.6em 0 1em;
}*/

.top_item1 .-w-main-title,
.top_item2 .-w-main-title,
.news .-w-main-title,
.recuit .-w-main-title,
.contact .-w-main-title {
	display: block;
	font-size: 40px;
	font-weight: bold;
}

.top_item1 .-w-main-title,
.top_item2 .-w-main-title {
	color: #ce1c1c;
}

.top_item1 .-w-btn,
.top_item2 .-w-btn {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	text-align: right;
}

.top_item1 .-w-catch,
.top_item2 .-w-catch {
	margin: 15px auto;
	font-weight: bold;
	font-size: 1.1em;
	color: #10327A;
}

.top_item1 .-w-btn a,
.top_item2 .-w-btn a,
.-w-item a {
	padding: 1rem 0;
	text-align: center;
	display: inline-block;
	width: fit-content;
	margin: 0 auto;
	background-color: #245CAA;
	color: #ffffff;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	padding: 16px 30px;
	transition: all 0.2s;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.item_list {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/top/back.png);
	background-size: cover;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	padding: 6rem 0;
}

.item_list img {
	display: block;
	margin: 1rem auto 0;
}

.item_list .-w-contents {
	width: 1150px;
	margin: 0 auto;
}

.item_list .-w-contents ul {
	justify-content: center;
}

.item_list .-w-contents ul li {
	list-style: none;
	background: #ffffff;
	width: 60%;
	margin-top: 30px;
}

.item_list .-w-contents ul li .-w-item {
	width: 100%;
	padding: 35px 10px 40px;
}

.item_list .-w-contents ul li .-w-item h3 .-w-title-main {
	display: block;
	color: #ce1c1c;
	font-size: 40px;
	font-weight: bold;
}

.-w-item a {
	margin-top: 30px;
}

.news {
	padding: 10rem 0;
}

.news h2 .-w-sub-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.-w-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.news .-w-ttl_wrap,
.contact .-w-ttl_wrap {
	margin-bottom: 20px;
}

.hrd-news {
	padding: 10px;
	border-bottom: 1px solid #aaa;
}

.hrd-news .art910 {
	margin-left: 2em;
	text-decoration: none;
	color: #0000ee;
}

.category-link {
	letter-spacing: 3px;
	margin-top: 10px;
}

.category-link a {
	padding: 0 10px 3px;
	border-bottom: 1px solid #aaa;
}

.recuit {
	padding: 10rem 0;
	background: #f0f0f0;
}

.recuit h2 .-w-sub-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.recuit .btn-mgn {
	margin-top: 50px;
}

.recuit .btn-mgn a {
	padding: 1rem 0;
	text-align: center;
	display: inline-block;
	width: 50%;
	margin: 0 auto;
	background-color: #245CAA;
	color: #ffffff;
	border: 1px solid #003366;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	padding: 1em 3rem;
	transition: all 0.2s;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.contact {
	padding: 10rem 0;
}

.contact h2 .-w-sub-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.contact .-w-box {
	width: 48.7%;
	border: solid #333;
}

.contact .-w-odenwa {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: black;
    color: white;*/
	font-size: 1.5em;
	height: 85px;
	font-weight: bold;
}

.contact .-w-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.contact .-w-white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 1rem;
	color: #333;
	font-size: 22px;
}

.contact .-w-img a {
	font-size: 35px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 3px;
	padding: 5px 15px;
}

.contact .-w-img a img {
	vertical-align: unset;
	margin-right: 5px;
}

.contact .-w-more_btn a {
	padding: 10px;
	margin: 0 auto;
	background: #245CAA;
	color: #ffffff;
	border: 1px solid;
	border-color: #245CAA;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	transition: 0.3s;
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.contact .-w-more_btn a:hover {
	color: #245CAA;
	background: #ffffff;
}

.contact .-w-text {
	margin-top: 10px;
}

@media (max-width: 960px) {
	.-w-wrapper {
		max-width: 94%;
	}

	.item_list .-w-contents {
		max-width: 94%;
	}
}

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

	.top_item1 .-w-box,
	.top_item2 .-w-box {
		display: block;
		position: static;
	}

	.top_item1,
	.top_item2 {
		padding: 1rem;
		color: #fff;
	}

	.top_item1 .-w-catch,
	.top_item2 .-w-catch {
		color: #fff;
	}

	.top_item1 .-w-left,
	.top_item1 .-w-right,
	.top_item2 .-w-left,
	.top_item2 .-w-right {
		width: 100%;
		margin-top: 1rem;
	}

	.top_item1:before,
	.top_item2:before {
		display: none;
	}

	.top_item1 .-w-btn,
	.top_item2 .-w-btn {
		text-align: center;
	}

	.item_list .-w-contents ul li,
	.item_list .-w-contents ul li img {
		width: 100%;
	}

	.item_list .-w-contents ul li {
		margin-top: 30px;
	}

	.item_list .-w-contents ul li:first-of-type {
		margin-top: 0px;
	}

	.hrd-news .art910 {
		display: block;
		margin: 10px 0 0;
	}

	.recuit .btn-mgn a {
		width: 80%;
	}

	.contact,
	.recuit,
	.news {
		padding: 3rem 0;
	}

	.contact .-w-contact {
		display: block;
	}

	.contact .-w-box {
		width: 100%;
	}

	.contact .-w-right.-w-box {
		margin-top: 30px;
	}

	.contact .-w-white {
		font-size: 16px;
	}

	.contact .-w-img a {
		font-size: 25px;
	}

	.contact .-w-odenwa {
		font-size: 1.1em;
	}

	.contact .-w-img a img {
		width: 13%;
	}
}