@charset "utf-8";

/*******************************************

-------------------------------------------
共通パーツ
********************************************/

/* h2見出し
========================================== */

main h2 {
	font-size: 91px;
	font-weight: 500;
	color: #0e357f;
	line-height: 1.2;
}
main h2 span {
	display: block;
	font-size: 23px;
	font-weight: 500;
	color: #5591c8;
	margin-top: 15px;
}
main h2 + p {
	color: #000;
	font-weight: 300;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	main h2 {
		font-size: 48px;
	}
	main h2 span {
		font-size: 18px;
		margin-top: 5px;
	}
	main h2 + p {
		font-size: 15px;
		margin-top: 20px;
	}
}

/*******************************************

-------------------------------------------
お知らせ
********************************************/

/* news.cssへ記述 */

/*******************************************

-------------------------------------------
企業情報
********************************************/

main #company {
	background: url("../img/home/bg_company.jpg") center / cover no-repeat;
	height: 900px;
	padding-top: 80px;
}
main #company .company_menu {
	width: 100%;
	max-width: 550px;
	text-align: right;
	margin-top: 40px;
}
main #company .company_menu ul {
	border-top: 1px solid #7e8dac;
}
main #company .company_menu ul li {
	border-bottom: 1px solid #7e8dac;
}
main #company .company_menu ul li a {
	display: flex;
	align-items: center;
	line-height: 1.4;
	color: #253873;
	min-height: 68px;
	padding: 10px 30px 10px 5px;
	font-size: 19px;
	position: relative;
}
main #company .company_menu ul li a:hover {
	color: #5591c8;
	opacity: 1;
}
main #company .company_menu ul li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../img/common/arrow_blue.svg") center / cover no-repeat;
	width: 12px;
	height: 17px;
	transition: all 0.15s linear;
}
main #company .company_menu ul li a:hover::after {
	background-image: url("../img/common/arrow_lblue.svg");
}
@media only screen and (max-width: 767px) {
	main #company {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	main #company .company_menu ul {
		border-top: none;
	}
	main #company .company_menu ul li {
		border-bottom-color: #cacaca;
	}
	main #company .company_menu ul li:last-of-type {
		border-bottom: none;
	}
	main #company .company_menu ul li a {
		font-size: 16px;
		min-height: 60px;
		padding: 10px 30px 10px 15px;
		background-color: rgba(255,255,255,0.5);
	}
	main #company .company_menu ul li a::after {
		right: 15px;
		width: 8px;
		height: 12px;
	}
}

/*******************************************

-------------------------------------------
事業紹介
********************************************/

main #biz {
	padding-top: 80px;
}
main #biz .wrap_biz {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 50px 0;
}
main #biz .wrap_biz ul.biz_menu-txt {
	width: 100%;
	max-width: 640px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 12px; 
}
main #biz .wrap_biz ul.biz_menu-txt li {
}
main #biz .wrap_biz ul.biz_menu-txt li a {
	display: flex;
	align-items: center;
	padding: 5px 30px 5px 10px;
	line-height: 1.4;
	background-color: #eaeef7;
	border-radius: 2px;
	color: #253873;
	min-height: 33px;
	min-width: 150px;
	position: relative;
}
main #biz .wrap_biz ul.biz_menu-txt li a:hover {
	opacity: 1;
	color: #5591c8;
}
main #biz .wrap_biz ul.biz_menu-txt li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../img/common/arrow_blue.svg") center / cover no-repeat;
	width: 8px;
	height: 12px;
	transition: all 0.15s linear;
}
main #biz .wrap_biz ul.biz_menu-txt li a:hover::after {
	background-image: url("../img/common/arrow_lblue.svg");
}
@media only screen and (max-width: 767px) {
	main #biz {
		padding-top: 50px;
	}
	main #biz .wrap_biz {
		gap: 30px 0;
	}
	main #biz .wrap_biz ul.biz_menu-txt {
		gap: 10px;
	}
}

/*******************************************

-------------------------------------------
地域貢献について
********************************************/

main #social {
	padding-top: 130px;
}
main #social ul {
	margin-top: 70px;
}
main #social ul li {
	width: max-content;
}
main #social ul li a.social_item-link {
	display: block;
	overflow: hidden;
	width: 485px;
}
main #social ul li a.social_item-link:hover {
	opacity: 1;
}
main #social ul li a.social_item-link .social_item-thum {
	border-radius: 6px;
	overflow: hidden;
}
main #social ul li a.social_item-link .social_item-thum img {
	width: 100%;
	transition: transform .6s ease;
}
main #social ul li a.social_item-link:hover .social_item-thum img {
	transform: scale(1.1);
	opacity: 0.8;
}
main #social ul li a.social_item-link .social_item-tit,
main #social ul li a.social_item-link .social_item-day {
	color: #0e357f;
	transition: all 0.15s linear;
}
main #social ul li a.social_item-link:hover .social_item-tit,
main #social ul li a.social_item-link:hover .social_item-day {
	color: #5591c8;
}
main #social ul li a.social_item-link .social_item-tit {
	margin-top: 10px;
}
main #social .btn_social {
	position: absolute;
	top: -57px;
	right: 0;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	main #social {
		padding-top: 50px;
	}
	main #social ul {
		margin-top: 40px;
	}
	main #social ul li a.social_item-link {
		width: 250px;
	}
	main #social .btn_social {
		top: -43px;
	}
}

/* swiper設定 */
.swiper_section {
	overflow: hidden;
}
.swiper_inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
[class*=swiper]:focus {
	outline: none;
}

.swiper-button-prev, .swiper-button-next {
	cursor: pointer;
	width: 43px;
	height: 43px;
	background-color: #eaeef7;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.15s linear;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	opacity: 0.75;
}
.swiper-button-prev img, .swiper-button-next img {
	width: 11px;
	height: 17px;
}
.swiper-button-prev img {
	transform: rotate(180deg);
}
.swiper-controller {
	margin-top: 130px;
	display: flex;
	column-gap: 15px;
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.5;
}
.swiper {
	overflow: visible;
}
@media only screen and (min-width: 768px) {
	/* ↓PC版3記事以上で不要 */
	.swiper-controller {
		opacity: 0;
		z-index: -1;
	}
}
@media only screen and (max-width: 767px) {
	.swiper_section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.swiper_inner {
		max-width: calc(100% -15px);
		
	}
	.swiper-controller {
		margin-top: 50px;
	}
}

/*******************************************

-------------------------------------------
採用情報
********************************************/

main #recruit {
	background: url("../img/home/bg_recruit.jpg") center / cover no-repeat;
	height: 590px;
	margin-top: 190px;
}
main #recruit > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
main #recruit > a:hover {
	opacity: 1;
}
main #recruit > a::before,
main #recruit > a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
	transition: opacity 0.5s;
}
main #recruit > a::before {
	background: linear-gradient(90deg, #99bcff, #b2ffd6);
	opacity: 1;
}
main #recruit > a::after {
	background: linear-gradient(90deg, #b2ffd6, #99bcff);
	opacity: 0;
}
main #recruit > a:hover::before {
	opacity: 0;
}
main #recruit > a:hover::after {
	opacity: 1;
}
main #recruit > a .wrap_recruit {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
main #recruit > a .titBox {
	width: 100%;
	max-width: 424px;
	height: 424px;
	background-color: #fff;
	border-radius: 12px;
	padding: 70px 0 0 40px;
}
main #recruit > a span.btn_deco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	transition: all 0.5s;
}
main #recruit > a:hover span.btn_deco {
	background-color: #5591c8;
}
main #recruit > a span.btn_deco::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url("../img/common/arrow_blue.svg") center / cover no-repeat;
	width: 20px;
	height: 30px;
	transition: all 0.5s;
}
main #recruit > a:hover span.btn_deco::before {
	background-image: url("../img/common/arrow_white.svg");
}
@media only screen and (max-width: 767px) {
	main #recruit {
		height: auto;
		background-position: 60% center;
		margin-top: 50px;
	}
	main #recruit > a .wrap_recruit {
		display: block;
		padding: 60px 25px;
	}
	main #recruit > a .titBox {
		height: auto;
		padding: 30px;
	}
	main #recruit > a span.btn_deco {
		width: 60px;
		height: 60px;
		margin: 60px auto 0;
	}
	main #recruit > a span.btn_deco::before {
		width: 8px;
		height: 12px;
	}
}