@charset "UTF-8";
/* ファーストビュー */

/* --- 背景の指定 ------------------------------------------- */

.box .bgImg {
	animation: bgAnime 5s;
	/* 4画像 × 各5s = 20s */
	animation-iteration-count: 1;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */

.box .src1 {
	width: 100%;
	height: 37vw;
	background-image: url(../images/index-recruit/recruit-top_index.jpg);
	background-size: cover;
}

@keyframes bgAnime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#fv {
	width: 100%;
}

#fv .inner {
	z-index: 10;
}

/*--- メイン -------------------------------------------*/

main {
	background: #fff;
}

main h1 {
	margin-bottom: 16px;
}

/*--- new ・recommended --------------------------------*/

#new h2 {
	padding-top: 80px;
	padding-bottom: 40px;
}

#reason h2 {
	padding-top: 80px;
	padding-bottom: 40px;
}

#recommended h2 {
	padding-top: 80px;
	padding-bottom: 40px;
}

#interview h2 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.new_box, .recommended_box {
	width: 100%;
	background-color: #e9f0f9;
	padding-top: 80px;
	padding-bottom: 160px;
}

#slide {
	width: 1100px;
	/* height:605px; */
	margin: 0 auto;
	display: block;
	background: #eee;
	text-align: center;
}

#slide_h1 {
	text-align: center;
}

.carousel {
	width: 87%;
	margin: 0 auto;
}

.carousel-cell {
	width: 28%;
	height: 480px;
	margin-right: 10px;
	counter-increment: carousel-cell;
	background-color: white;
}

.carousel-text {
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
}

.carousel-picture {
	width: 100%;
	object-fit: cover;
	height: 180px;
}

p.shokushu {
	margin-bottom: 10px;
}

p.shokushu span {
	display: none;
}

p.taitoru {
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}

.koumoku img {
	margin-top: 3px;
	margin-right: 10px;
	width: 16px;
}

.koumoku li {
	margin-top: 5px;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
	height: 1.75em;
	overflow: hidden;
}

p.koyoukeitai {
	font-weight: bold;
	color: #f97198;
	font-size: 13px;
}

p.kyujinaikon span {
	color: #f97198;
	font-size: 13px;
	border: 1px solid #f97198;
	border-radius: 9px;
	padding: 3px;
	display: inline-flex;
	flex-wrap: wrap;
}

p.midasi {
	font-weight: bold;
	font-size: 14px;
}

.Button-style {
	font-size: 1.2vw;
	position: absolute;
	display: block;
	text-decoration: none;
	bottom: 20px;
	width: 70%;
	left: 0;
	right: 0;
	margin: 0 auto 12px auto;
	background-color: #cddcf1;
	transition: all 0.1s;
}

.Button-style a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.4em 0;
	color: #467ac0;
	transition: all 0.1s;
}

.Button-style:hover {
	background-color: #96bcf1;
}

.Button-style a:hover {
	color: #fff;
}

.yui {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	font-size: 24px;
	color: white;
	text-decoration: none;
	z-index: 1;
	position: relative;
}

.yui:before {
	content: "求人一覧はこちら";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(.25turn, #22a6e6, #014fb2);
	transition: all 0.3s ease-out;
	cursor: pointer;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.yui:hover:before {
	top: 9px;
	left: 9px;
}

.yui:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: -2;
	border: 1px solid #1c4e9d;
	width: 100%;
	height: 80px;
}

.yui a {
	color: #fff;
}

/*--- reason -------------------------------------------*/

#reason {
	padding-top: 0;
}

.point_title {
	height: 150px;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	color: white;
	background-color: #1156bd;
}

.reason_box {
	display: flex;
	justify-content: space-around;
	width: 100%;
	background-color: #e6f3fd;
	padding: 0 15px;
}

.reason_box .item {
	width: 30%;
	transform: translateY(-50px);
}

.reason_box .item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point_text {
	padding-top: 10px;
	color: #1156bd;
	text-align: left;
}

/*--- INTERVIEW ---------------------------------------*/

#interview {
	width: 100%;
}

.user-content-right {
	width: auto;
	position: relative;
	/*2021-10-20追加*/
	text-align: left;
}

.right1 {
	margin: 40px 0 160px 170px;
}

.right2 {
	margin-left: 170px;
}

.user-content-left {
	width: auto;
	position: relative;
	margin: 0 170px 160px 0;
	/*2021-10-20追加*/
	text-align: left;
}

.user-content-right .user-title {
	transform: translateX(-1em);
	color: #15428b;
	font-size: 2vw;
	font-weight: bold;
}

.user-content-left .user-title {
	color: #15428b;
	font-size: 2vw;
	font-weight: bold;
	margin-left: 52%;
}

.user-blue {
	background-color: #e4f4f7;
	padding: 15px;
}

.user-content-right .user-blue p {
	width: 45%;
}

.user-content-left .user-blue p {
	width: 45%;
	margin-left: 56%;
}

.user-comment {
	padding-bottom: 10px;
	font-size: 1.5vw;
	font-weight: bold;
}

.user-picture-sp {
	display: none;
}

.user-content-right .user-picture {
	z-index: 2;
	position: absolute;
	right: 100px;
	bottom: -35px;
}

.user-content-left .user-picture {
	z-index: 2;
	position: absolute;
	left: 170px;
	bottom: -40px;
}

.user-content-right .user-picture img {
	width: 80%;
}

.user-content-left .user-picture img {
	width: 80%;
}

/*--- ブログｈｔｍｌ ----------------------------------*/

#blog {
	padding-top: 80px;
	padding-bottom: 80px;
}

#blog h2 {
	color: #15428b;
	padding-bottom: 40px;
}

#blog table input:focus {
	outline: none;
}

#blog .yui:before {
	content: "ブログ一覧を見る";
}

#blog .blog_line {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #15428b;
	width: 700px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#blog .blog_date {
	width: 200px;
}

/*---レスポンシブ--------------------------------------*/

@media screen and (max-width:1024px) {
	.box {
		height: 40vw;
	}

	.search_box_1 {
		width: 25%;
		font-size: 1.8vw;
	}

	.free_ward {
		width: 16vw;
		height: 3vw;
	}

	.button1 {
		width: 11vw;
		height: 5vw;
	}

	.search_items::before {
		top: 0.9em;
		right: 0.5em;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #666666;
	}

	.carousel-cell {
		height: 50vw;
	}

	p.taitoru {
		font-size: 1.5vw;
	}

	.yui:after {
		height: 5vw;
	}

	.yui:before {
		height: 5vw;
		/*2021-10-20追加*/
		line-height: 1.5;
	}

	.right1 {
		margin: 0 0 8vw 20vw;
	}

	.right2 {
		margin-left: 20vw;
	}

	.user-content-left {
		margin: 0 15vw 8vw 0;
	}

	.user-content-right .user-picture img, .user-content-left .user-picture img {
		width: 20vw;
	}

	.user-content-left .user-picture {
		left: 18vw;
		bottom: -1vw;
	}

	.user-content-right .user-picture {
		right: 15vw;
		bottom: -2vw;
	}
}

@media screen and (max-width:760px) {
	.carousel-picture {
		height: 48vw;
		object-fit: cover;
	}

	#new h2, #reason h2 {
		padding-top: 6.5vw;
		padding-bottom: 5vw;
	}

	#new h2 img, #reason h2 img {
		width: 40vw;
	}

	.box {
		height: 37vw;
	}

	.search_box_2 form, .form_box1, .form_box2 {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}

	.search_box_1 {
		left: 0;
		width: 100%;
		transform: translateX(0);
		font-size: 4vw;
		line-height: 1.2em;
		height: 1.2em;
		background: linear-gradient(.25turn, #073992, #0e55c3, #073992);
		margin-bottom: -2px;
	}

	.search_box_2 {
		top: 0;
		padding: 0;
		height: 110vw;
		font-size: 3.5vw;
	}

	.form_box1 {
		width: 100%;
		transform: translate(0);
		margin-bottom: 2.5vw;
	}

	.form_box1 select {
		width: 70%;
		padding: 5px;
		font-size: 4vw;
		background-color: white;
	}

	.form_box2 {
		width: 100%;
		justify-content: space-around;
		align-items: flex-end;
		margin-left: 0;
	}

	.search_items {
		width: 78%;
		margin: 2.5vw auto;
		display: flex;
		border: none;
	}

	.search_items::before {
		top: 1.2em;
	}

	.sp_text {
		display: block;
		width: 35%;
		font-size: 4vw;
		padding: 5px 3px;
		color: white;
		background: #333;
	}

	.subarea {
		margin-left: auto;
	}

	.word_search {
		display: flex;
		width: 78%;
		margin: 0 auto;
	}

	.word_search .sp_text {
		padding: 5px 3px;
	}

	.free_ward {
		font-size: 4vw;
		width: 70%;
		margin: 0;
		transform: translate(0);
		padding: 5px 3px;
		height: 9vw;
	}

	.sp_button {
		margin: 40px auto 10px;
		font-size: 4vw;
		width: 40%;
	}

	.button1 {
		width: 100%;
		height: 12vw;
		font-size: 4vw;
		letter-spacing: 0.1em;
		transform: translateY(-4px);
	}

	.button1 .fas {
		font-size: 4vw;
		padding-left: 0.3vw;
	}

	#interview h2 {
		padding-top: 6.5vw;
		padding-bottom: 5vw;
	}

	#recommended h2 {
		padding-top: 6.5vw;
		padding-bottom: 5vw;
	}

	.new_box, .recommended_box {
		padding: 10vw 0 15vw 0;
	}

	.carousel {
		width: 100%;
	}

	.carousel-cell {
		width: 80%;
		height: 112vw;
	}

	.carousel-text {
		padding-left: 10vw;
		padding-right: 10vw;
	}

	p.taitoru {
		font-size: 4vw;
		line-height: 5.5vw;
	}

	p.shokushu span {
		font-size: 4vw;
	}

	.koumoku img {
		margin-top: 1vw;
		margin-right: 2.5vw;
		width: 3.5vw;
	}

	.koumoku li {
		font-size: 3.5vw;
	}

	.Button-style {
		font-size: 4vw;
		bottom: 5%;
		width: 70%;
		margin: 0 auto;
	}

	.yui {
		width: 50%;
		height: 1.2em;
		margin: 15vw auto 0 auto;
	}

	.yui:before {
		line-height: 13vw;
		height: 13vw;
		font-size: 4.5vw;
	}

	.yui:after {
		height: 13vw;
	}

	.point_title {
		padding-top: 3vw;
		padding-bottom: 3vw;
		height: auto;
		font-size: 5vw;
		line-height: 2;
	}

	.reason_box {
		flex-direction: column;
		justify-content: space-around;
		width: 100%;
		padding: 0 15px;
	}

	.reason_box .item {
		width: 100%;
		transform: translateY(0);
		padding: 20px 0;
	}

	.reason_box .item img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.point_text {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
		padding-top: 2.5vw;
		font-size: 4vw;
		font-weight: bold;
		letter-spacing: 0.01em;
		text-align: justify;
	}

	.right1 {
		margin-top: 5vw;
		margin-left: 0;
		margin-bottom: 0;
	}

	.right2 {
		margin: 10vw 0 0 0;
	}

	.user-content-right .user-title {
		transform: translateX(0);
		font-size: 5.5vw;
		text-align: center;
	}

	.user-content-left .user-title {
		font-size: 5.5vw;
		margin: 0;
		text-align: center;
	}

	.user-content-left {
		width: 100%;
		margin: 10vw 0 0 0;
	}

	.user-content-right .user-blue p {
		width: calc(100% - 5vw);
	}

	.user-content-left .user-blue p {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
		width: calc(100% - 5vw);
	}

	.user-comment {
		padding-bottom: 10px;
		font-size: 5vw;
	}

	.user-text {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
		font-size: 4vw;
		text-align: justify;
		letter-spacing: 0.01em;
	}

	.user-picture-sp {
		display: block;
		text-align: center;
		width: 100%;
	}

	.user-picture-sp img {
		width: 60vw;
		margin: 3vw auto;
	}

	.user-content-right .user-picture {
		display: none;
	}

	.user-content-left .user-picture {
		display: none;
	}

	.user-blue {
		padding: 4vw;
	}

	/*--- ブログｈｔｍｌ ----------------------------------*/
	#blog {
		padding-top: 0;
		padding-bottom: 0;
	}

	#blog h2 {
		color: #15428b;
		padding-bottom: 4vw;
	}

	#blog .blog_line {
		margin-bottom: 5vw;
		padding-bottom: 2.5vw;
		width: 90%;
		font-size: 4vw;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	#blog .blog_date {
		margin-bottom: 2.5vw;
		text-align: left;
		width: 100%;
	}
}