@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#home header .inner {
	max-width: 1120px;
}

#home header .job-button {
	overflow: hidden;
	position: relative;
	width: 146px;
	height: 146px;
	padding-bottom: 15px;
	border: 1px solid #7494d8;
	border-radius: 50%;
	background: #fff;
	color: #7494d8;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	flex-flow: column;
}

#home header .job-button::before {
	position: absolute;
	right: 0;
	bottom: -26px;
	left: 0;
	width: 59px;
	height: 59px;
	margin: auto;
	border-radius: 50%;
	background: #7494d8;
	content: "";
}

#home header .job-button::after {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
}

#home header .job-button:hover {
	background: #7494d8;
	color: #fff;
}

#home header .job-button:hover::before {
	background: #fff;
}

#home header .job-button .small {
	display: block;
	font-weight: 900;
	font-size: 1.2rem;
	line-height: 1.3;
}

.home-header {
	position: relative;
	z-index: -1;
	height: 70.7vw;
	min-height: 700px;
	max-height: calc(100vh + 230px);
	background: url("/recruit/img/home/header.jpg") 75% bottom no-repeat;
	background-size: cover;
}

.home-header .background {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 10.2vw;
	min-height: 213px;
	background: url("/recruit/img/home/header-background.png") center top no-repeat;
	background-size: 100% auto;
}

.home-header .inner {
	padding-top: 260px;
}

.home-header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: -0.05em;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.home-about {
	padding-top: 0;
}

.home-about .inner {
	position: relative;
}

.home-about .home-shape01 {
	top: 25%;
	left: 10px;
	z-index: 1;
}

.home-about .container {
	margin-top: -230px;
}

.home-about .image {
	margin-bottom: 20px;
}

.home-about h2 {
	font-weight: 500;
}

.home-about .description {
	font-size: 1.6rem;
}

.home-about .button {
	max-width: 190px;
	height: 44px;
	margin-left: 0;
}

.home-job {
	text-align: center;
}

.home-job .inner {
	position: relative;
	max-width: 1220px;
	padding-top: 80px;
}

.home-job .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 1132px;
	border-radius: 55% 45% 55% 35% / 50% 60% 50% 40%;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
	transform: translateX(-50%);
}

.home-job .home-shape02 {
	top: 30%;
	right: 20px;
}

.home-job .home-shape03 {
	bottom: 10%;
	left: 20px;
	z-index: 1;
}

.home-job h2 {
	margin-bottom: 30px;
	font-weight: 500;
}

.home-job .description {
	margin-bottom: 90px;
	font-size: 1.6rem;
}

.home-job .job-ul {
	display: flex;
	margin-bottom: 60px;
	justify-content: space-between;
	align-items: center;
}

.home-job .job-li {
	position: relative;
	max-width: 325px;
}

.home-job .link:hover {
	opacity: 1;
}

.home-job .image {
	border-radius: 48% 52% 55% 45% / 60% 60% 42% 50%;
	transition: 0.4s ease-in-out;
}

.home-job .link:hover .image {
	transform: scale(1.1);
}

.home-job .button {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 135px;
	height: 53px;
	font-size: 1.6rem;
	transform: translate(-50%, 50%);
}

.home-job .large-button {
	transform: translateY(20px);
}

.home-news .inner {
	position: relative;
}

.home-news .home-shape04 {
	bottom: 0;
	right: 17%;
}

.home-news h2 {
	margin-bottom: 50px;
	color: inherit;
	font-weight: 500;
	font-size: 2.2rem;
	text-align: center;
}

.home-news .post-li {
	margin-bottom: 20px;
}

.home-news .link {
	display: flex;
	overflow: hidden;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.home-news .image-outer {
	width: 94px;
	min-height: 78px;
	border-right: 1px solid #ebebeb;
}

.home-news .text {
	padding: 15px 17px;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	width: 80%;
}

.home-news time {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.home-news h3 {
	font-weight: inherit;
	font-size: 1.6rem;
}

.home-news .button {
	max-width: 190px;
	height: 44px;
}
.home-news .post-ul .category {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #7494d8;
}

@media screen and (min-width: 768px) {
.home-header .inner {
	padding-top: 10%;
}

.home-about .container {
	margin-top: -50%;
}

.home-about .image {
	width: 48%;
	max-width: 454px;
}

.home-about .text {
	max-width: 480px;
}

.home-about h2 {
	font-size: 2.6rem;
}

.home-job h2 {
	font-size: 2.6rem;
}

.home-job .job-li {
	width: 30%;
}

.home-news .post-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-news .post-li {
	width: 48.5%;
}
}

@media screen and (min-width: 896px) {
#home header.change .logo {
	top: -250px;
	width: 390px;
	height: 390px;
	padding-bottom: 65px;
}

#home header.change .logo img {
	width: 191px;
	height: 38px;
}

#home header .job-button {
	position: absolute;
	top: 70px;
	right: 0;
}
}

@media screen and (min-width: 1280px) {
#home header .job-button {
	top: 90px;
	right: -50px;
	bottom: auto;
}
}

@media screen and (max-width: 767.9px) {
.home-about .image {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.home-job .description {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.home-job .job-ul {
	flex-flow: column;
}

.home-job .job-li:nth-last-child(n+2) {
	margin-bottom: 60px;
}
}
