
/* --------------------------------------------------- */
/* WebFont */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* --------------------------------------------------- */
/* #header */
#header {}
/* spview */
@media screen and (max-width:767px) {
}

/* --------------------------------------------------- */
/* global navi & primary navi */
#gnav > li span,
#gnav > li a {}

/* primary navi */
#pnav > li span,
#pnav > li a {}

/* spview */
@media screen and (max-width:767px) {
	/* btn color */
	#gnav > li span,
	#gnav > li a {}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {}
}



/* mainvisual */
/* --------------------------------------------------- */
#mv {
    padding: 5em 0 20em;
	background:url(../images/main_img.png) no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
}
#mv .lay_lqd {
	max-width: 1180px;
    height: auto;
}

.mv_logo {
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}
.mv_text {
    padding: 0 0 0;
    text-align: left;
}
.mv_head,
.mv_lead {
	color:#000;
	display: block;
	font-weight: 700;
	/*text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;*/
	text-decoration:none;
}
.mv_head { 
    font-size: 60px;
    line-height: 1.4em;
}

.mv_lead { 
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.mv_lead p span {
    /*font-size: 36px;*/
    font-weight: bold;
    line-height: 1.0em;
}
@media screen and (max-width:1180px) {
    #mv {
        padding: 5vw 0 15vw;
    }
    #mv .lay_lqd { padding: 0 2.0vw; }
    
    .mv_head {
        font-size: 4.0vw;
    }
    .mv_head img {
        width: auto;
        height: 5vw;
    }
    
    .mv_lead {
        font-size: 1.75vw;
    }
    
}
/* spview */
@media screen and (max-width:767px) {
    #mv { 
        padding: 0 0 0;
        background: url(../images/main_img.png) no-repeat;
        background-position: center right 22%;
        background-size: cover;
    }
    #mv .lay_lqd {
        padding: 5vw 2.0vw 5vw;
        background: rgba(255, 255, 255, 0.5);
    }
	.mv_text {
	}
	.mv_head { font-size: 5vw; }
    .mv_head img {
        height: 6.0vw;
    }
	.mv_lead { 
        font-size:2.5vw;
        flex-wrap: wrap;
    }
}



.mv_form { padding: 3.5em 0 0; }
.mv_form form {
	width: fit-content;
    margin: 0 0;
}
.top_search_form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 0 15px;
}
.mv_form_input {
	font-size: 16px;
    width: calc((100% - 220px) / 2);
    width: 200px;
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: 1px solid #000;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mv_form_x {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: 15px 0;
}
/*.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}*/
.btn_img_css {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 17px 2.5em;
    background: #56b583;
    border-radius: 50px;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}
@media screen and (max-width:1180px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form {
		margin-top: 20px;
		padding: 0 0; 
	}
	.mv_form form {
		width: 100%;
        /*padding: 1em 2.5vw;
		background: rgba(255, 255, 255, 0.8);*/
	}
	.top_search_form {
		justify-content: center;
		gap: 10px 10px;
	}
	.mv_form_input {
		width: calc((100% - 40px) / 2);
		height: 50px;
		padding: 8px 5px;
		border: 1px solid #d2d6de;
	}
	.mv_form_x {
		width: 20px;
		height: 20px;
	}
	.btn_img_css {
		font-size: 15px;
        padding: 15px 5px;
        height: 50px;
	}

}


/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
	display: flex;
    flex-wrap: wrap;
}
.kyujin_list .item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 8px 10px;
}
.kyujin_list .item figure {
    height: 200px;
}
.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.kyujin_list .item .inner {
    color: #000;
    padding: 0.5em 0em;
}
.kyujin_list .item .company_name {
    font-size: 15px;
    font-weight: bold;
}
.kyujin_list .item .kyujin_title {
    font-size: 14px;
    font-weight: normal;
}
.kyujin_list .tag_list {
	margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.kyujin_list .tag_list .tag {
    color: #fff;
    background: #56b583;
    border: 1px solid #56b583;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.0em;
    padding: 0.25em 0.75em;
    border-radius: 50px;
}
.kyujin_list .tag_list .tag.new {
    color: #fff;
    background: #e1aa27;
    border-color: #e1aa27;
}

.kyujin_list .overview { margin-top: 10px; }
.kyujin_list .overview li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.kyujin_list .overview li::before {
	content: "";
	display: inline-block;
	min-width: 20px;
	min-height: 18px;
	margin-right: 0.5em;
}
.kyujin_list .overview li.saraly::before {
	background: url(../images/i_saraly.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.area::before {
	background: url(../images/i_area.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.clock::before {
	background: url(../images/i_time.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.calender::before {
	background: url(../images/i_schedule.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li p {
	color: #434343;
    font-size: 14px;
}

.kyujin_list .taisyo {
    width: 100%;
	line-height: 1.3em;
    background: #e7e7e8;
    padding: 0.75em 0.75em;
    margin-top: 10px;
	display: flex;
}
.kyujin_list .taisyo span {
    color: #137ac0;
    font-size: 16px;
    font-weight: bold;
    padding-right: 1em;
	word-break: keep-all;
}
@media screen and (max-width:1180px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}
	.kyujin_list .item figure { height: 33vw; }

	.kyujin_list .item .inner {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .item .company_name {
		font-size: 13px;
	}
	.kyujin_list .item .kyujin_title {
		font-size: 13px;
	}
	
	.kyujin_list .tag_list .tag {
        font-size: 12px;
        line-height: 1.2em;
        padding: 0.25em 0.75em;
	}

	.kyujin_list .overview { margin-top: 5px; }
	.kyujin_list .overview li { font-size: 12px; }
	.kyujin_list .overview li::before {
		width: 18px;
		height: 15px;
	}
	
	.kyujin_list .taisyo {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .taisyo span {
		font-size: 14px;
	}
	
	.kyujin_list .slick-prev,
	.kyujin_list .slick-next {
		width: 2rem;
		height: 2rem;
	}
	.kyujin_list .slick-prev { left: -10px; }
	.kyujin_list .slick-next { right: -10px; }
	
}


/* hotcompany */
/* --------------------------------------------------- */
#hotcompany {
    padding: 0 0;
    margin-top: -15em;
}
#hotcompany .content_title01 {
    margin-bottom: 0.5em;
}

#hotcompany .kyujin_list .item {}
#hotcompany .kyujin_list .item .inner {
    padding: 0.5em 0.75em;
}
@media screen and (max-width:1180px) {
    #hotcompany {
        margin-top: -12vw;
    }
    
}
/* spview */
@media screen and (max-width:767px) {
	#hotcompany {
        margin-top: 0;
        padding: 2.5rem 2.5vw;
        background: #f4f4f6;
    }
	
	#hotcompany .kyujin_list .item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		margin: 5px 5px;
	}
}


/* #topKyujin */
#topKyujin { }
#topKyujin .kyujin_list {
	margin-bottom: 30px;
    justify-content: flex-start;
    gap: 50px 2.5em;
}
#topKyujin .kyujin_list .item {
    width: calc((100% - 5em) / 3);
    margin: 0 0;
}
#topKyujin .kyujin_list .item figure {
    height: 250px;
}
#topKyujin .kyujin_list .item .inner {
    padding: 1em 1em;
}
#topKyujin .kyujin_list .item .kyujin_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #434343;
}
@media screen and (max-width:1180px) {
    
    
}
@media screen and (max-width:767px) {
	#topKyujin {}
    #topKyujin div + .content_title01 {
        margin-top: 2.5rem;
    }
    
    #topKyujin .kyujin_list {
        margin-bottom: 10px;
    }
	
	#topKyujin .kyujin_list .item {
		margin: 5px 20px;
	}
	#topKyujin .kyujin_list .item figure { height: 50vw; }
	#topKyujin .kyujin_list .item .inner {
		padding: 0.75em 0.75em;
	}
	#topKyujin .kyujin_list .item .kyujin_title {
		font-size: 16px;
	}
	
}


/*  #topSearch  */
/* --------------------------------------------------- */
#topSearch .outer {
	padding: 0 0 0;
	display: flex;
    flex-direction: column;
}
#topSearch .inner + .inner {
	margin-top: 3.5em;
}
@media screen and (max-width:1180px) {
    
}
@media screen and (max-width:767px) {
  #topSearch .inner + .inner {
	margin-top: 2.0em;
  }
}


#topSearch .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
#topSearch .list li { width: auto; }
#topSearch .list li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
    padding: 0.5em 1em;
    border: 1px solid #56b583;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}
#topSearch .list li a:hover {
    color: #fff;
    background: #56b583;
}
@media screen and (max-width:1180px) {
    
    
}
@media screen and (max-width:767px) {
   #topSearch .list li a {
    font-size: 3.75vw;
    line-height: 1.2em;
  }
}

#topSearch .koyou .list {
    gap: 20px 3.5em;
}
#topSearch .koyou .list li {
    width: calc((100% - 3.5em) / 2);
}
#topSearch .koyou .list li a {
    text-align: center;
    color: #56b583;
    font-size: 24px;
    line-height: 1.4em;
}
#topSearch .koyou .list li a::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 0.5em;
    background: url(../images/search_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 29%;
    right: 0.5em;
}
#topSearch .koyou .list li a:hover {
    color: #fff;
    background: #56b583;
}
#topSearch .koyou .list li a:hover::after {
    background: url(../images/search_arrow_w.png) no-repeat center;
}
@media screen and (max-width:1180px) {
    
    
}
@media screen and (max-width:767px) {
    #topSearch .koyou .list {
        gap: 15px 0;
    }
    #topSearch .koyou .list li { width: 100%; }
    #topSearch .koyou .list li a {
        font-size: 3.75vw;
    }
    #topSearch .koyou .list li a::after {
        width: 5vw;
        height: 5vw;
    }
}


/*エリアから探す*/
#topSearch .area .content {
    margin-top: 2.0em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topSearch .area { position: relative; }
#topSearch .area .map {
	width: 100%;
    width: 484px;
    height: 714px;
    background: url(../images/map.png) no-repeat;
    background-size: contain;
    background-position: left center;
    display: inline-block;
    position: relative;
}
@media screen and (max-width:1180px) {
    
    
}
@media screen and (max-width:767px) {
  #topSearch .area .content { margin-top: 0; }
  #topSearch .area .map { display: none; }
}
@media screen and (max-width:400px) {
    
}

#topSearch .area .list {
	width: calc(100% - (484px + 3.5em));
    gap: 1em 1em;
}
#topSearch .area .list li {
	width: calc((100% - 3em) / 4);
}
@media screen and (max-width:1180px) {
    
}
@media screen and (max-width:767px) {
    #topSearch .area .list { width: 100%; }
    #topSearch .area .list li {
        width: auto;
    }
}


/* #topStrength */
#topStrength {}
#topStrength .outer {
	padding: 3.0em 0 3.0em;
	position: relative;
    counter-reset: number 0;           /* number のカウンタを 0 にセット */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topStrength .item {
    width: calc((100% - 6em) / 3);
    padding-top: 6em;
    position: relative;
}
#topStrength .item::before {
    counter-increment: number 1;      /* number カウンタを増加 */
    content: "0" counter(number) ;      /* 表示形式を指定 */
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 56px;
    font-style: italic;
    line-height: 1.0em;
    color: #56b583;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#topStrength .item figure { text-align: center; }
#topStrength .item .inner { width: 100%; }
#topStrength .strength_title {
	text-align: left;
    font-size: 26px;
    color: #414142;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0;
    margin: 20px 0;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    height: 2.8em;
    display: flex;
    align-items: center;
}

#topStrength .item p {
    color: #414142;
    font-size: 18px;
    line-height: 1.8em;
}
@media screen and (max-width:1180px) {
	#topStrength .outer {
		padding: 6.0em 2.5vw 3.0em;
	}
	#topStrength .item {
		width: calc((100% - 3em) / 3);
	}
	#topStrength .item figure img { width: 100%; }
	#topStrength .strength_title {
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	#topStrength .outer {
		padding: 1.5em 0 1.5em;
		flex-direction: column; 
	}
	#topStrength .item {
        width: 100%;
        padding-top: 0;
            display: flex;
        align-items: flex-start;
        gap: 0 2.5vw;
    }
    #topStrength .item::before { content: none; }
	#topStrength .item + .item {
		margin-top: 20px;
	}
	#topStrength .item figure {
		width: 25%;
        margin: auto;
	}
	#topStrength .item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
    #topStrength .item .inner {
        width: calc(100% - (25% + 2.5vw));
    }
	#topStrength .strength_title {
		font-size: 3.75vw;
        margin: 0 0 10px;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
	}
    #topStrength .strength_title::before {
        counter-increment: number 1;      /* number カウンタを増加 */
        content: "0" counter(number) ;      /* 表示形式を指定 */
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 6.5vw;
        font-style: italic;
        line-height: 1.0em;
        color: #56b583;
        margin-right: 0.25em;
    }
	#topStrength .item p {
		font-size: 3.5vw;
		line-height: 1.6em;
	}
	
}


/* topBlog */
#topBlog {}

.blog_list {
	padding: 3.0em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 2.5em;
}
.blog_list .item {
    width: calc((100% - 5em) / 3);
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.blog_list .item figure {
	height: 250px;
}
.blog_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.blog_list .item .blog_list_data {
    padding: 0.75em 0.75em;
}
.blog_list .item .blog_title {
	color: #414142;
    font-size: 18px;
    line-height: 1.6em;
}
@media screen and (max-width:1180px) {
    
    
}
@media screen and (max-width:767px) {
	#topBlog { padding: 3.0em 2.5vw; }
	
	.blog_list {
		padding: 1.5em 0 1.5em;
		gap: 20px 20px;
	}
	.blog_list .item {
		width: calc((100% - 20px) / 2);
	}
	.blog_list .item figure { height: 30vw; }
	.blog_list .item .blog_list_data {
		padding: 0.5em 0.5em;
	}
	.blog_list .item .blog_title {
		font-size: 14px;
	}

}


/* information */
/* --------------------------------------------------- */
#information {}
.information_list {}
.information_list li {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	display: flex;
}
.information_list .date {
	margin-right: 2em;
}
.information_list a {
}
@media screen and (max-width:1180px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
	#information {}
	.information_list {
		padding: 0 0 0;
	}
	.information_list li {
		font-size: 14px;
		padding: 5px 0;
		border-bottom: 1px dotted #000;
	}
	
}


/* #topRole */
#topRole {
  color: #fff;
  background: url(../images/role_back.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
#topRole .inner {
  width: 60%;
  margin: 0 0;
  position: relative;
}
.role_title {
  margin-bottom: 20px;
}
.role_subtitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 10px 0;
}
.role_text {
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
}
@media screen and (max-width:1180px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
	#topRole {
		padding: 3.0em 2.5vw;
        background: url(../images/role_back.png) no-repeat;
        background-position: center center;
        background-size: cover;
	}
    
	#topRole .role_title {
		width: 70%;
		margin-bottom: 10px;
	}
	#topRole .role_title img { width: 100%; }
	#topRole .inner {
        width: 100%;
	}
	.role_subtitle {
		font-size: 4.0vw;
		margin: 10px 0;
	}
	.role_text {
		font-size: 13px;
        line-height: 1.8em;
	}
}






/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
	border-right: solid 1px #cdcdcd;
	width: 125px;
	padding: 0.25em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:75%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:12px;
	color:#000;
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:50%;
	padding:0 0.25em 0.5em;
	float:left;
}

.category_list1 a {
	height: 78px;
	padding: 0.75em;
	display:table;
	border-collapse:separate;
	border-spacing:0em;
	width:100%;
	border: solid 2px #F99422;
	border-radius: 4px;
	background: #fff;
}
.category_list1 a:hover {
	background: #FAEEE1;}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:33.33333333333333333333333%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	height: 40px;
	line-height: 1.4;
	display:block;
	padding:0 0.5em 0 0;
	background: #fff;
	border: solid 1px #F53148;
	color:#F53148;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	height: 38px;
	margin-right:0.5em;
	background:#f5596c;
	color:#fff;
	display:inline-block;
	padding:0.5em;
	box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}


#kodawari .category_list2 a {
	border: solid 1px #fcdf32;
	color:#333;
}

#kodawari .category_list2 a:before {
	background:#fcdf32;
}


#syoku .category_list2 a {
	border: solid 1px #2f6aab;
	color:#333;
}

#syoku .category_list2 a:before {
	background:#2f6aab;
}



/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
	
	#kodawari .search_select {padding:0 12px;}
	
	#kodawari .search_select_list {margin-bottom: 15px;}
}



/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}


.pickup_list {
	display: flex;
	justify-content: space-between;
}

.pickup_list li {
	width: 30%;
	padding: 1rem;
	background:#fff;
}
.pickup_list li img {
	width:100%;
}
.pickup_list li a {
	width: 100%;
}