@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
	text-align: center;
	padding-top: 10vh;
}
@media screen and (max-width: 767px) {
	/* 仮index */
	.og {
		padding-top: 25vh;
	}
	.og img {
		width: 100%;
	}
}

/* mainArea */
.mainArea {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	min-height: 655px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide01 {
	background-image: url("../img/top/main01.jpg");
}
.slide02 {
	background-image: url("../img/top/main02.jpg");
}
.slide03 {
	background-image: url("../img/top/main03.jpg");
}
.slide04 {
	background-image: url("../img/top/main04.jpg");
}
.slide05 {
	background-image: url("../img/top/main05.jpg");
}
.swiper-slide .inner {
	min-height: 655px;
	padding: 100px 60px 0;
	text-align: left;
}
.swiper-slide .inner h2 {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 39px;
	line-height: 1.5;
}
.slide01 .inner h2 {
	position: relative;
	font-size: 28px;
}
/*.slide01 .inner h2:before {
	content: "";
	position: absolute;
	top: -43px;
	left: -39px;
	width: 260px;
	height: 75px;
	background-image: url(../img/top/slide01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
*/

/*　一旦非表示にした
.slide01 .inner h2:before {
	content: "";
	position: absolute;
	top: -42px;
	left: -40px;
	width: 210px;
	height: 64px;
	background-image: url(../img/top/slide01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}*/

/* 共通 */
.content_bg {
	background-image: url("../img/common/content_bg.png");
	background-position: top center;
	background-repeat: repeat-y;
}

h1 {
	font-size: 30px;
	line-height: 1;
	color: #363636;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	font-family: source-han-serif-japanese,serif;
	font-style: normal;

}
h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 36px;
	background-color: #363636;
}
h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 36px;
	background-color: #363636;
}

.btn02,
.btn a {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #00498e;
	padding-left: 40px;
	text-align: left;
	position: relative;
}
.btn02 span,
.btn a span {
	line-height: 1;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}
.btn02:after,
.btn a:after {
	position: absolute;
	right: 35px;
	top: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f067";
	color: #fff;
	line-height: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.btn a:hover {
	background-color: #ffcb00;
}
.btn a:hover:after {
	transform: rotate(45deg);
}

/* newsArea */
.newsArea .inner {
	padding: 35px 20px 50px;
	text-align: center;
}
.newsArea .inner ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.newsArea .inner ul li {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
}
.newsArea .inner ul li .left {
	width: 15%;
}
.newsArea .inner ul li .right {
	width: 85%;
}

/* descArea */
.descArea .desc_top {
	background: #00498e;
}
.descArea .desc_top .inner {
	padding: 35px 20px;
	text-align: center;
}
.descArea .desc_top .inner .txt {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 24px;
	line-height: 1.8;
}
.descArea .inner {
	padding: 0 20px 30px;
}
.descArea .inner .ttlArea {
	text-align: center;
	padding-top: 70px;
}
.descArea .inner .ttlArea h1,
.descArea .inner .ttlArea .txt {
	color: #282f54;
}
.descArea .inner .ttlArea .txt {
	padding-top: 25px;
	font-weight: 700;
	font-size: 19px;
}
.descArea .inner ul {
	padding: 80px 0 5px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.descArea .inner ul li {
	width : calc(100% / 3);
	padding: 0 1% 70px;
	text-align: center;
}
.descArea .inner ul li a {
	display: block;
}
.descArea .inner ul li a:hover {
	transform: scale(1.1);
}
.descArea .inner ul li a h2 {
	padding: 5px 0 15px;
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	color: #282f54;
}

/* bnrArea */
.bnrArea {
	background: linear-gradient(#00498e 80%, rgba(0,0,0,0) 20%) no-repeat 100% 100% / 100% 100%;
}
.bnrArea .inner {
	padding: 35px 20px 0;
	text-align: center;
}
.bnrArea .inner .txt {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 30px;
}
.bnrArea .inner .bnr {
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.4));
}
.bnrArea .inner .bnr a {
	display: inline-block;
}
.bnrArea .inner .bnr a:hover {
	transform: scale(1.1);
}

/* companyArea */
.companyArea .inner {
	padding: 80px 20px 120px;
	text-align: center;
}
.companyArea .inner h1 {
	font-weight: 700;
	font-size: 17px;
	position: static;
	padding-bottom: 20px;
}
.companyArea .inner h1:before,
.companyArea .inner h1:after {
	display: none;
}


@media screen and (max-width: 1200px) {
	/* descArea */
	.descArea .desc_top .inner .txt {
		font-size: 22px;
	}
}

@media screen and (max-width: 1100px) {
	/* descArea */
	.descArea .desc_top .inner .txt {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	/* mainArea */
	.mainArea {
		padding-top: 60px;
	}	
	.swiper-slide {
    min-height: 600px;
	}
	.swiper-slide .inner {
		min-height: 600px;
	}	
	
/* 共通 */
	h1 {
		font-size: 26px;
	}
	h1:before {
		height: 30px;
	}
	h1:after {
		height: 30px;
	}
	
	/* descArea */
	.descArea .inner ul li a h2 {
		padding: 5px 0 10px;
		font-size: 15px;
		letter-spacing: 0;
	}	
	.descArea .inner .ttlArea .txt {
    font-size: 17px;
	}
}

@media screen and (max-width: 950px) {
	/* descArea */
}

@media screen and (max-width: 850px) {
	/* descArea */
	.descArea .inner {
    padding: 0 20px 10px;
	}
	.descArea .desc_top .inner .txt {
		line-height: 1.5;
	}	
	.descArea .inner ul {
		padding: 80px 0 5px;
	}	
	.descArea .inner ul li {
    padding: 0 1% 50px;
	}
	.descArea .inner ul li a h2 {
		font-size: 14px;
	}
	
	/* bnrArea */
	.bnrArea .inner .txt {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.content_bg {
		background-image: none;
	}
	
	/* mainArea */
	.swiper-slide {
		min-height: 400px;
	}
	.swiper-slide .inner {
		min-height: 400px;
		padding: 65px 5vw 0;
	}	
	.swiper-slide .inner h2 {
		font-size: 25px;
	}	
	.slide01 .inner h2:before {
		top: -55px;
		left: 0;
		background-size: 65%;
	}	
	
/* 共通 */
	h1 {
		font-size: 24px;
		padding: 0 15px;
	}
	h1:before {
		height: 28px;
	}
	h1:after {
		height: 28px;
	}
	
	/* newsArea */
	.newsArea .inner {
		padding: 40px 5vw;
	}
	.newsArea .inner ul {
		width: 100%;
		max-width: 500px;
		padding: 20px 3vw 15px;
	}
	.newsArea .inner ul li {
		display: block;
		padding-bottom: 15px;
	}
	.newsArea .inner ul li .left {
		width: 100%;
	}
	.newsArea .inner ul li .right {
		width: 100%;
	}
	.newsArea .inner ul li .right .txt {
		line-height: 1.2;
	}

	/* descArea */
	.descArea .desc_top .inner {
		max-width: 100%;
		padding: 20px 5vw;
	}
	.descArea .desc_top .inner .txt {
		font-size: 18px;
	}
	.descArea .inner {
		padding: 50px 8vw 10px;
	}
	.descArea .inner .ttlArea {
		padding-top: 0;
	}
	.descArea .inner .ttlArea:after {
		top: -50px;
		left: -5vw;
		width: 180px;
		height: 160px;
	}
	.descArea .inner .ttlArea .txt {
		font-size: 16px;
		padding-top: 20px;
		text-align: left;
	}

	.descArea .inner ul {
		padding: 40px 0 5px;
	}
	.descArea .inner ul li {
		width : calc(100% / 2);
		padding: 0 0 60px
	}
	.descArea .inner ul li:nth-of-type(odd) {
		padding-right: 2%;
	}
	.descArea .inner ul li:nth-of-type(even) {
		padding-left: 2%;
	}
	
	/* bnrArea */
	.bnrArea {
		background: linear-gradient(#00498e 80%, rgba(0,0,0,0) 20%) no-repeat 100% 100% / 100% 100%;
	}
	.bnrArea .inner {
		padding: 35px 8vw 0;
	}
	.bnrArea .inner .txt {
		font-size: 20px;
		text-align: left;
		padding-bottom: 25px;
	}

	/* companyArea */
	.companyArea .inner {
		padding: 60px 8vw 80px;
	}
	.companyArea .inner h1 {
		font-size: 19px;
		padding-bottom: 20px;
	}
	

}

@media screen and (max-width: 580px) {
	.descArea .inner ul li a h2 {
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	/* mainArea */
	.swiper-slide .inner h2 {
		font-size: 22px;
		line-height: 1.4;
	}	
	.slide01 .inner h2:before {
		top: -53px;
		left: 0;
		background-size: 54%;
	}	
	
	/* 共通 */
		h1 {
			font-size: 22px;
		}
		h1:before {
			height: 25px;
		}
		h1:after {
			height: 25px;
		}
	
	/* descArea */
	.descArea .inner ul {
		padding: 40px 0 0;
		display: block;
	}
	.descArea .inner ul li {
		width : 100%;
		padding: 0 0 50px
	}
	.descArea .inner ul li:nth-of-type(odd) {
		padding-right: 0;
	}
	.descArea .inner ul li:nth-of-type(even) {
		padding-left: 0;
	}
	.descArea .inner ul li a h2 {
		font-size: 16px;
	}

}









