@charset "utf8";
/*=============================
	- font-style
	- 汎用 color & background
	- 汎用 wrap & title
	- top.css  TOPページCSS
==============================*/

/*----------------------------------------------------
	font-style
----------------------------------------------------*/
/*  全体 font  */
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.my-font01 {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

/*----------------------------------------------------
	汎用 color & background
----------------------------------------------------*/
/* color */
.white {
  color: #fff;
}
.base_color01 {
  /*--メイン文字カラー--*/
  color: #000;
}
.base_back01 {
  /*--メイン背景カラー--*/
  background: #fff;
}
.point_color01 {
  /*--ポイント文字カラー ネイビー --*/
  color: #34426a;
}
.point_color02 {
  /*--ポイント文字カラー 水色 --*/
  color: #2fbbdc;
}
.point_back01 {
  /*--ポイント背景カラー ネイビー --*/
  background: #34426a;
}
.point_back02 {
  /*--ポイント背景カラー イエロー--*/
  background: #ffb200;
}
.point_back03 {
    background: #f2f2f2;
}
.accent_back01 {
  /*--アクセント背景カラー 薄グレー--*/
  background: #f3f6f9;
}

/*----------------------------------------------------
	汎用 buttton
----------------------------------------------------*/
/* 無料相談ボタン */
.btn01 {
  display: inline-block;
  text-align: center;
  min-width: 320px;
  letter-spacing: 0.05em;
  border-radius: 80px;
  padding: 22px 0 21px;
  margin-left: auto;
  margin-right: auto;
}
.content_btn01 {
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	border: 1px solid;
	display: inline-block;
	padding: 20px 0;
	min-width: 320px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
}
.content_btn02 {
	text-align: center;
	color: #6f86d6;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	border: 1px solid;
	background: #fff;
	display: inline-block;
	padding: 20px 0;
	min-width: 320px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.btn01 {
		width: 100%;
		max-width: 100%;
		min-width: auto;
		border-radius: 100px;
	}
	.content_btn01 {
		font-size: 16px;
		padding: 15px 0;
		min-width: inherit;
		width: 80%;
	}
}

/* 青枠丸ボタン */
.btn02 {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  min-width: 330px;
  border-radius: 140px;
  padding: 22px 0 21px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn02 {
    width: 100%;
    min-width: 100%;
  }
}

/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mywidth {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*  メインコンテンツwrap   */
#main-wrapp {
  overflow-x: hidden;
}
section {
    padding: 5em 0;
}
@media screen and (max-width: 767px) {
	section {
		padding: 2.5em 0;
	}
}


/* title */
.content_title01 {
	color: #000;
	margin-bottom: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.content_title01:after {
    content: attr(data-text) "";
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #6f87d6;
}
@media screen and (max-width: 767px) {
  .content_title01 {
	font-size: 5.75vw;
	margin-bottom: 1.0em;
  }
  .content_title01:after {
    font-size: 3.0vw;
  }
}


.content_text {
	font-size: 16px;
	line-height: 1.8em;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
figure img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
	.content_text {
		font-size: 14px;
		line-height: 1.6em;
	}
}

.ellipsis01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis03 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}



/*----------------------------------------------------
	top.css  TOPページCSS
----------------------------------------------------*/

/*  main-v  */
.main-v {
	padding-top: 3.5em;
	padding-bottom: 15em;
	background: url("../images/mv_back.png") no-repeat;
	background-position: center top;
	background-size: cover;
}
.mv_title_wrap {
    width: fit-content;
	margin-bottom: 50px;
}
.mv_title_wrap .mv_catch {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
}
.mv_title_wrap .mv_logo {
    width: 80%;
    max-width: 525px;
    margin: 30px auto;
}
.mv_title_wrap .mv_logo img { width: 100%; }
.mv_title_wrap .mv_subcatch {
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
	.main-v {
		background: none;
		padding: 0 0;
        margin-top: 60px;
	}
	.mv_title_wrap {
		width: 100%;
		padding: 0 0;
		background: url(../images/mv_back.png) no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 0;
	}
	.mv_title_wrap .inner {
		padding: 7.5em 0 3.0em;
		background-color: rgba(255, 255, 255, 0.6);
	}
	.mv_title_wrap .mv_catch {
		font-size: 15px;
	}
	.mv_title_wrap .mv_logo {
		width: 60%;
		max-width: 300px;
		margin: 10px auto;
	}
	.mv_title_wrap .mv_subcatch {
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 390px) {
	.mv_title_wrap .inner {
        padding: 3.75em 0 1.5em;
    }
	
	
}


.mv_form {
	width: fit-content;
	margin: 0 auto;
    padding: 1.25em 1.25em;
    background: rgb(72, 198, 239);
    background: linear-gradient(90deg, rgba(72, 198, 239, 1) 0%, rgba(98, 166, 227, 1) 50%, rgba(111, 134, 214, 1) 100%);
    border-radius: 13px;
}
.mv_form form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv_form_select {
    width: 200px;
    height: 55px;
    font-size: 15px;
    padding: 0.5em 0.75em;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
	border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mv_form form img {
    width: 26px;
    height: auto;
    margin: 0 0.75em;
}
.mv_form_input,
.mv_form_submit { vertical-align:middle; }
.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit {
	width: 130px;
    letter-spacing: 0.08em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    border: none;
    border-radius: 50px;
    padding-left: 3.5%;
    background: url(../images/i_search.png) no-repeat #34426a;
    background-size: 25px;
    background-position: left 23% center;
    margin-left: 1em;
    cursor: pointer;
    box-sizing: border-box;
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form {
		width: 100%;
		border-radius: 0;
	}
	.mv_form form {
		width: 100%;
        flex-wrap: wrap;
	}
	.mv_form_select {
		width: calc((100% - 34px) / 2);
		height: 50px;
		font-size: 16px;
		padding: 0.5em 0.5em;
	}
	.mv_form form img {
		width: 20px;
		margin: 0 7px;
	}
	.mv_form_input {
		width:63%;
		height: 43px;
		float: left;
		margin-bottom:0.5em;
		font-size: 15px;
	}
	.mv_form_submit {
		font-size: 16px;
        height: 50px;
		margin: 10px 0 0;
	}
}



/*  kyujin_item  */
.kyujin_item {
    margin: 0 12px;
}
.kyujin_item .kyujin_item_image {
    width: 100%;
    height: 180px;
    background: #fff;
}
.kyujin_item .kyujin_item_image img {
	object-fit: contain;
    border-radius: 13px;
}
.kyujin_item .inner {
    margin: 0 0;
    padding: 0 0;
}
.kyujin_title {
    color: #36434b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
}

.kyujin_tag_list {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em 0.5em;
}
.kyujin_tag_list li {
    color: #0c1a33;
    font-size: 14px;
    font-weight: bold;
    background: #e2e3e4;
    padding: 0.25em 0.75em;
    border-radius: 50px;
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_item .kyujin_item_image {
		height: 38vw;
	}
	.kyujin_item .kyujin_item_image img {
		border-radius: 9px;
	}
	.kyujin_title { font-size: 14px; }
	
	.kyujin_tag_list li {
		font-size: 12px;
	}
}



.kyujin_item .overview { margin-top: 10px; }
.kyujin_item .overview li {
	margin-bottom: 0.5em;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.kyujin_item .overview li::before {
	content: "";
	display: inline-block;
	min-width: 19px;
	min-height: 19px;
	margin-right: 0.5em;
}
.kyujin_item .overview li.saraly::before {
	background: url(../images/i_saraly.png) no-repeat center;
	background-size: contain;
}
.kyujin_item .overview li.area::before {
	background: url(../images/i_area.png) no-repeat center;
	background-size: contain;
}
.kyujin_item .overview li.clock::before {
	background: url(../images/i_clock.png) no-repeat center;
	background-size: contain;
}
.kyujin_item .overview li.calender::before {
	background: url(../images/i_calender.png) no-repeat center;
	background-size: contain;
}
.kyujin_item .overview li p {
	color: #000;
    font-size: 14px;
    line-height: 1.2em;
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_item .overview { margin-top: 5px; }
	.kyujin_item .overview li { font-size: 12px; }
	.kyujin_item .overview li::before {
		min-width: 15px;
		min-height: 15px;
	}
	.kyujin_item .overview li p { font-size: 13px; }
}


/*  content01  */
.content01 {}
.content01 .mywidth {
    margin-top: -15.5em;
}

@media screen and (max-width: 767px) {
  .content01 {}
  .content01 .mywidth {
    margin-top: 0;
  }
	
}

.content01 .slick-prev,
.content01 .slick-next {
    background: rgba(0,0,0,0.5);
    border-radius: 0;
	padding: 5px 13px;
    height: 40px;
    width: 40px;
}
.content01 .slick-prev:before,
.content01 .slick-next:before {
    width: 12px;
    height: 30px;
    background-size: contain;
}

@media screen and (max-width: 767px) {
	
	
}




/*  content02  */
.content02 {}
.content02 .inner {
    margin-bottom: 3.5em;
}
.content02 .inner:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.content02 .inner {
		margin-bottom: 1.75em;
	}
}

/*エリアから探す*/
#topSearch .area {}
#topSearch .area .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topSearch .area_map {}
#topSearch .area_map figure {
    width: 531px;
    height: auto;
}
#topSearch .area_map figure img { width: 100%; }
#topSearch .area_map .area_map_btn {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	font-feature-settings: "palt";
	text-align: center;
    min-width: 120px;
	padding: 0.25em 1em;
    border-radius: 50px;
	position: absolute;
}
#topSearch .area_map .area_map_btn.area_01 {
	background: #445fb3;
	top: 33%;
    right: 8%;
}
#topSearch .area_map .area_map_btn.area_02 {
	background: #e7a7a3;
	top: 70%;
    right: 8%;
}
#topSearch .area_map .area_map_btn.area_03 {
	background: #66bee3;
	top: 38%;
    left: 30%
}
#topSearch .area_map .area_map_btn.area_04 {
	background: #e8c142;
	top: 80%;
    left: 43%;
}
#topSearch .area_map .area_map_btn.area_05 {
	background: #fb8526;
	top: 50%;
    left: 20%;
}
#topSearch .area_map .area_map_btn.area_06 {
	background: #9ee8b0;
	top: 60%;
    left: 0;
}
#topSearch .area_map .area_map_btn.area_07 {
	background: #9ea0e8;
	top: 93%;
    left: 15%;
}


#topSearch .area_list {
	width: calc(100% - (531px + 5em));
	display: flex;
    flex-direction: column;
	gap: 15px 0;
}
#topSearch .area_list li {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px 0;
}
#topSearch .area_list li .area_name {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    pointer-events: none;
}
#topSearch .area_list li:nth-child(1) .area_name { color: #445fb3; }
#topSearch .area_list li:nth-child(2) .area_name { color: #e7a7a3; }
#topSearch .area_list li:nth-child(3) .area_name { color: #66bee3; }
#topSearch .area_list li:nth-child(4) .area_name { color: #e8c142; }
#topSearch .area_list li:nth-child(5) .area_name { color: #fb8526; }
#topSearch .area_list li:nth-child(6) .area_name { color: #9ee8b0; }
#topSearch .area_list li:nth-child(7) .area_name { color: #9ea0e8; }

#topSearch .area_list li .pref_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
    gap: 0.5em 0.5em;
}
#topSearch .area_list li .pref_list a {
	color: #000;
    font-size: 14px;
    font-weight: 500;
    background: #eaeaec;
    padding: 0.25em 1em;
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
	#topSearch .area_map { display: none; }
	
	#topSearch .area_list { width: 100%; }
	#topSearch .area_list li {
		flex-direction: column;
		gap: 10px 0;
	}
	#topSearch .area_list li .area_name {
		width: 100%;
        font-size: 14px;
        padding: 0 0;
	}
	
	#topSearch .area_list li .pref_list {
		width: 100%;
        flex-wrap: wrap;
        gap: 0.5em 0.5em;
	}
	#topSearch .area_list li .pref_list a {
		font-size: 13px;
		padding: 0.2em 0.75em;
	}
}

/*職種から探す*/
#topSearch .job {}
#topSearch .job ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1em 1em;
}
#topSearch .job ul li { width: calc((100% - 5em) / 6); }
#topSearch .job ul li a {
	width: 100%;
    height: 60px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    background: #fff;
    font-feature-settings: "palt";
    padding: 0 2.5em 0 1em;
    border: 1px solid #6f87d6;
    border-radius: 8px;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#topSearch .job ul li a::after {
	content: "";
    width: 1.25em;
    height: 100%;
    border-radius: 0 6px 6px 0;
    background: url(../images/arrow-slide.png) no-repeat center center #6f87d6;
    background-size: 10px auto;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width:767px) {
  #topSearch .job ul {
    align-items: stretch;
	gap: 0.75em 1em;
  }
  #topSearch .job ul li {
    width: calc((100% - 1em) / 2);
  }
  #topSearch .job ul li a {
    font-size: 3.25vw;
	padding: 0.25em 0.5em;
	height: 45px;
  }
  #topSearch .job ul li a::after {
    background: url(../images/arrow-slide.png) no-repeat center center #6f87d6;
    background-size: 7px auto;
  }
}


/*職種から探す*/
#topSearch .detail {}
#topSearch .detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75em 0.5em;
}
#topSearch .detail ul li { width: auto; }
#topSearch .detail ul li a {
	width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    background: #f2f2f2;
    font-feature-settings: "palt";
    padding: 0.75em 1em;
    border-radius: 50px;
    display: block;
}
@media screen and (max-width:767px) {
  #topSearch .detail ul {
    align-items: stretch;
	gap: 0.75em 0.5em;
  }
  #topSearch .detail ul li a {
    font-size: 3.25vw;
	padding: 0.5em 0.5em;
  }
}



.content03 {
	background: rgb(72,198,239);
	background: -webkit-linear-gradient(left, rgba(72,198,239,1) 0%, rgba(98,166,227,1) 50%, rgba(111,134,214,1) 100%);
	background: -o-linear-gradient(left, rgba(72,198,239,1) 0%, rgba(98,166,227,1) 50%, rgba(111,134,214,1) 100%);
	background: linear-gradient(to right, rgba(72,198,239,1) 0%, rgba(98,166,227,1) 50%, rgba(111,134,214,1) 100%);
}
.content03 .content_title01,
.content03 .content_title01:after { color: #fff; }

@media screen and (max-width:767px) {
	.content03 {}
}

/* #topStrength */
#topStrength {}
#topStrength .title {
	display: flex;
    justify-content: center;
}
#topStrength .outer {
	margin-top: 3em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topStrength .item {
    width: calc((100% - 6em) / 3);
}
#topStrength .strength_title {
	text-align: right;
	position: relative;
}
#topStrength .item figure { 
	margin-top: -25px;
    margin-bottom: 15px;
}
#topStrength .item .inner { width: 100%; }

@media screen and (max-width:767px) {
	#topStrength .outer {
		margin-top: 0;
		flex-direction: column; 
	}
	#topStrength .item {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#topStrength .item + .item { margin-top: 20px; }
	#topStrength .item .strength_title {
		height: 90px;
	}
	#topStrength .item .strength_title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#topStrength .item figure {
		width: 60vw;
		margin-top: -15px;
	}
	#topStrength .item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
}



/*  content05  */
.content05 {}

.kyujin_list { display: flex; }
.kyujin_list.col3 { 
    flex-wrap: wrap;
    gap: 2em 1.5em;
}
.kyujin_list.col3 .kyujin_item {
    width: calc((100% - 3em) / 3);
	margin: 0 0;
}

.content05 .kyujin_item .kyujin_item_image {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content05 .kyujin_item .kyujin_item_image img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 13px;
}
.content05 .kyujin_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}
/* 新着の求人 */
.arrival .kyujin_item .kyujin_item_image {
    position: relative;
}
.arrival .kyujin_item .kyujin_item_image::before {
    content: "";
	display: inline-block;
	width: 71px;
	height: 71px;
	background: url("../images/arrival_label.png") no-repeat;
	background-size: contain;
	z-index: 1;
	position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
	.kyujin_list.col3 .kyujin_item {
		margin: 0 12px;
	}
	.content05 .kyujin_item .kyujin_item_image {
		height: 50vw;
	}
	.content05 .kyujin_title {
		font-size: 15px;
	}
	
	
	.content05 .slick-prev,
	.content05 .slick-next {
		background: rgba(0,0,0,0.5);
		border-radius: 0;
		padding: 5px 13px;
		height: 40px;
		width: 40px;
	}
	.content05 .slick-prev:before,
	.content05 .slick-next:before {
		width: 12px;
		height: 30px;
		background-size: contain;
	}
	
}



.content06 {}

.content06 .outer {
    gap: 2em 1.5em;
}
.content06 .column_item {
    width: calc((100% - 3em) / 3);
}
.content06 .column_item figure {
    width: 100%;
    height: 230px;

}
.content06 .column_item figure img {
    object-fit: cover;
	border-radius: 13px;
}
.content06 .column_item .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	.content06 .outer { gap: 1.0em 0; }
	.content06 .column_item {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.content06 .column_item figure {
		width: 33%;
		height: 18vw;
	}
	.content06 .column_item figure img {
		border-radius: 9px;
	}
	.content06 .column_item .inner {
		width: calc(100% - 33%);
		padding-left: 15px;
	}
	.content06 .column_item .title {
		margin-top: 0;
		font-size: 14px;
	}

}



/*  content07  */
.content07 {
}
.content07 .info_list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.content07 .info_list .item {
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content07 .info_list .item:last-child {
    margin-bottom: 0;
}
.content07 .info_list .item .date {
    font-size: 16px;
}
.content07 .info_list .item a {
    margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
  
	
	
}

/*  content08  */
.content08 {
	background: url("../images/role_back.png") no-repeat;
	background-size: cover;
}
.content08 .content_title01 {
    color: #fff;
    align-items: flex-start;
}

.content08 .inner {}
.content08 .role_title {
    font-size: 22px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.content08 .role_title {
		font-size: 4.0vw;
	}
	
}
