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


/* --------------------------------------------------- */
/* global navi & primary navi */

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



/* mainvisual */
/* --------------------------------------------------- */
#mv {
	height: 42vw;
    max-height: 790px;
	padding:0;
	margin: 0;
	position:relative;
	background: url("../images/main_back.png") top center / cover no-repeat #fff;
}

#mv .lay_lqd { height: 100%; }
#mv .lay_lqd::before,
#mv .lay_lqd::after { content: none; }

#mv .outer {
	width: calc(100vw - 60vw);
	width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 2.5em 0 0;
	background-position:center center;
	background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mv_3point {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em 1em;
}
.mv_3point span {
    color: #1a4597;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2em;
    border: 2px solid #1a4597;
    padding: 0.1em 0.3em;
    background: #fff;
}

.mv_text {
	padding: 0 0 30px;
	text-align: center;
	color: #1a0004;
    font-size: 48px;
    line-height: 1.4em;
	font-family: "BIZ UDGothic", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
	text-shadow: -3px -3px 6px rgba(255, 255, 255, 0.9), 3px -1px 6px rgba(255, 255, 255, 0.9), -5px 0px 6px rgba(255, 255, 255, 0.9);
}

.mv_logo {
	width: 100%;
    max-width: 373px;
    margin: 1.0em auto;
}
.mv_logo img { width: 100%; }


.mv_lead { 
	color: #1a0004;
    font-size: 20px;
	font-weight: 600;
	font-feature-settings: "palt";
	margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.mv_lead p span {
	font-size: 30px;
    line-height: 1.0em;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-style: normal;
}
@media screen and (max-width:1400px) {
	#mv .outer {
		padding: 1.0em 0 0;
	}
	.mv_logo { width: 25%; }

	.mv_3point {}
	.mv_3point span {font-size: 48px;}

	.mv_text {
		font-size: 38px;
		padding: 0 0 20px;
	}
	
}
@media screen and (max-width:1280px) {
	#mv { height: 50vw; }
	.mv_logo { width: 25%; }

	.mv_3point span { font-size: 40px; }

	.mv_text {
		font-size: 30px;
		padding: 0 0 10px;
	}

}
/* spview */
@media screen and (max-width:767px) {
	#mv {
		height: auto;
		background: url(../images/main_back_sp.png) top center / cover no-repeat #fff;
	}
	#mv .outer { padding: 0 2.5vw; }
	
	.mv_logo { width: 33.33%; }
	
	.mv_3point {
		margin-bottom: 15px;
	}
	.mv_3point span { font-size: 6.0vw; }
	
	.mv_text { font-size: 4.5vw; }

	.mv_lead {
		font-size: 15px;
		line-height: 1.6em;
		flex-direction: column;
		align-items: center;
	}
	.mv_lead p span { font-size: 26px; }
	
}


.mv_form { 
	width: 100%;
	max-width: 700px;
    background: #1e94cd;
    padding: 1.5em 2.0em;
    margin: 0 auto;
    border-radius: 0;
}
.mv_form form {
	width: 100%;
    margin: 0 0;
}
.top_search_form {
	display: flex;
    justify-content: center;
    align-items: stretch;
    /*flex-wrap: wrap;*/
    gap: 0 15px;
}
.mv_form_input {
	font-size: 16px;
    width: calc((100% - 190px) / 2);
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: 1px solid #fff;
    border-radius: 0;
    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;
}
.btn_img_css {
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em 2.5em;
    background: #f57c31;
    border-radius: 0;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1280px) {
	.mv_form { max-width: max-content; }
	.mv_form_input {
		width: calc((100% - 160px) / 2);
	}
	.btn_img_css {
		font-size: 16px;
		padding: 0 0 0 1.5em;
		background: url(../images/i_search.png) no-repeat #fc8505;
		background-position: left 1.5em center;
		background-size: 20px auto;
		width: 110px;
		height: 53px;
	}
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form { 
		width: 100vw;
        padding: 1em 1em;
        margin: 0 -2.5vw;
	}
	.top_search_form {
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.mv_form_input {
		width: calc((100% - 35px) / 2);
	}
	.mv_form_x {
		width: 15px;
		height: 15px;
	}
	.btn_img_css {
		width: 120px;
		height: 47px;
	}
}



/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
	display: flex;
    flex-wrap: wrap;
}
.kyujin_list .item {
	margin: 0 15px;
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}
.kyujin_list .item figure {
    height: 200px;
	position: relative;
}
.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0;
}
.kyujin_list .item .inner {
}
.kyujin_list .item .kyujin_title {
	margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
	color: #1a0004;
}
.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;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0.25em 1.25em;
}
.kyujin_list .tag_list .tag.new { background: #f57c31; }
.kyujin_list .tag_list .tag.koyou { background: #096bd9; }
.kyujin_list .tag_list .tag.jobtype { background: #30addc; }

.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_clock.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.calender::before {
	background: url(../images/i_calender.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li p {
	color: #434343;
    font-size: 16px;
    font-weight: 400;
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
		margin: 0 10px;
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}
	.kyujin_list .item figure { height: 30vw; }

	.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 {
		gap: 0.5em 0.5em;
	}
	.kyujin_list .tag_list .tag {
		font-size: 3.0vw;
        font-weight: 500;
        line-height: 1.4em;
        padding: 0.25em 0.5em;
	}

	.kyujin_list .overview { margin-top: 5px; }
	.kyujin_list .overview li::before {
        min-width: 15px;
        min-height: 15px;
	}
	.kyujin_list .overview li p {
		font-size: 3.25vw;
	}
	
	/* .slick-slider */
	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		width: 2rem;
        height: 2rem;
	}
	.slick-slider .slick-prev { left: -8px; }
	.slick-slider .slick-next { right: -8px; }
}


/* #hotcompany */
/* --------------------------------------------------- */
#hotcompany {
    padding-top: 0;
    margin-top: -15.5em;
    position: relative;
}
@media screen and (max-width:1690px) {
	#hotcompany {
		margin-top: -3.5em;
	}
}
@media screen and (max-width:1400px) {
	#hotcompany {
		margin-top: -5.5em;
	}
}
@media screen and (max-width:1280px) {
	#hotcompany {
		margin-top: -8.5em;
	}
}
/* spview */
@media screen and (max-width:767px) {
	#hotcompany {
		padding-top: 3em;
		margin-top: 0;
	}
}



/* #topKyujin */
/* --------------------------------------------------- */
#topKyujin .kyujin_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2.5em 3em;
}
#topKyujin .item {
    width: calc((100% - 6em) / 3);
	margin: 0 0;
}
#topKyujin .item figure {
    height: 270px;
    margin-bottom: 20px;
}
#topKyujin .item .kyujin_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:767px) {
	#topKyujin .item {
		margin: 0 0.75em;
	}
	#topKyujin .item figure {
		height: 30vw;
		margin-bottom: 10px;
	}
	#topKyujin .item .kyujin_title {
		font-size: 3.75vw;
	}
	#topKyujin.kyujin_list figure .tag_list {
		margin-bottom: 0;
		bottom: 0.5em;
		left: 0.5em;
		gap: 0.5em 0.5em;
	}
	#topKyujin.kyujin_list .tag_list .tag {
		font-size: 11px;
		font-weight: 500;
		line-height: 1.2em;
	}
}



/* topSearch */
/* --------------------------------------------------- */
#topSearch {}
.topSearch_title {
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
    padding: 10px 20px;
    margin-bottom: 30px;
}
#topSearch .outer {}
#topSearch .inner {
	margin-bottom: 50px;
}
#topSearch .inner:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:767px) {
	.topSearch_title {
		font-size: 16px;
		padding: 7px 10px;
		margin-bottom: 20px;
	}
	#topSearch .inner {
		margin-bottom: 30px;
	}
}

/* エリアから探す */
#topSearch .area {}
#topSearch .area .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topSearch .area_map {
    width: 523px;
    height: auto;
	position: relative;
}
#topSearch .area_map img { width: 100%; }
#topSearch .area_map .area_map_link {
    text-align: center;
    color: #1e90cb;
    font-size: 20px;
    letter-spacing: 0.05em;
    border: 2px solid #1e90cb;
    background: #fff;
    width: 120px;
    display: inline-block;
    position: absolute;
}
#topSearch .area_map .area_map_link.aichi {
    bottom: 20%;
    right: 2em;
}
#topSearch .area_map .area_map_link.gifu {
    top: 8%;
    left: 8em;
}
 #topSearch .area_map .area_map_link.mie {
    top: 50%;
    left: 0;
}

#topSearch .area_list {
	width: calc(100% - (523px + 3.5em));
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
#topSearch .area_list li {
	display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    align-items: center;
}
#topSearch .area_list .area_name {
	color: #1a4597;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    width: 120px;
    padding: 0.5em 0.25em;
    background: #fff;
    border: 2px solid #1a4597;
	margin-right: 10px;
    pointer-events: none;
}
#topSearch .area_list li .pref_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 1.5em;
}
#topSearch .area_list li .pref_list a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	#topSearch .area_map { width: 33.33vw; }
	
	#topSearch .area_list {
		width: calc(100% - (33.33vw + 2.0em));
	}
	#topSearch .area_list .area_name {
		font-size: 15px;
		padding: 0.25em 0.5em;
	}
	#topSearch .area_list li .pref_list {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:767px) {
	#topSearch .area .content {
		flex-direction: column;
	}
	#topSearch .area_map {
		width: 100%;
        margin-bottom: 20px;
        display: flex;
        gap: 0 1em;
	}
	#topSearch .area_map figure { display: none; }
	#topSearch .area_map .area_map_link {
		font-size: 16px;
		width: calc((100% - 2em) / 3);
		position: static;
	}
	
	#topSearch .area_list { width: 100%; }
	#topSearch .area_list li {
		flex-direction: column;
	}

	#topSearch .area_list .area_name {
		width: 100%;
		border: none;
		background: inherit;
		border-bottom: 2px solid #1a4597;
		margin: 0 0 10px;
	}
}

/* 職種から探す / こだわりから探す */
#topSearch .item_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75em 1.0em;
}
#topSearch .item_list a {
    color: #1a4597;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    padding: 0.5em 1em;
    background: #fff;
    border: 2px solid #1a4597;
    display: block;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:767px) {
	#topSearch .item_list {
		gap: 0.75em 0.5em;
	}
	#topSearch .item_list a {
		font-size: 3.25vw;
		line-height: 1.4em;
		padding: 0.5em 0.5em;
		border: 2px solid #1a4597;
	}
}



/* #topStrength */
#topStrength {}
#topStrength .outer {
	margin-top: 5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topStrength .item {
    width: calc((100% - 8em) / 3);
	max-width: 370px;
}
#topStrength .item figure { text-align: center; }
#topStrength .item figure img {
    width: 100%;
    height: auto;
}
#topStrength .item .inner { width: 100%; }

#topStrength .strength_title {
	text-align: center;
    color: #1a0004;
    font-size: 24px;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin: 15px 0;
}
#topStrength .item p {
	color: #000;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.8em;
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	#topStrength .outer {
		gap: 0 2em;
	}
	#topStrength .item {
		width: calc((100% - 4em) / 3);
	}
}
@media screen and (max-width:767px) {
	#topStrength {
		padding: 0 2.5vw;
	}
	#topStrength .lay_lqd {
		padding: 2.5em 0;
	}
	#topStrength .lay_lqd::after { content: none; }
	
	#topKyujin .content_title01:nth-of-type(2) {
		margin-top: 50px;
	}
	
	#topStrength h2 img { width: 80%; }
	#topStrength .outer {
		margin-top: 1.5em;
		flex-direction: column; 
	}
	#topStrength .item {
		width: 100%; 
		display: flex;
        flex-direction: column-reverse;
	}
	#topStrength .item + .item { margin-top: 30px; }
	#topStrength .item figure {
		width: 68vw;
		height: 50vw;
		margin: 10px auto 0;
	}
	#topStrength .item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#topStrength .item .strength_title {
		margin: 0 0 10px;
	}
	#topStrength .item .strength_title span { font-size: 4.0vw; }
	#topStrength .item .strength_title span::before { font-size: 8.5vw; }
	#topStrength .strength_title h3 { font-size: 5.0vw; }
	#topStrength .item p {
		font-size: 14px;
		line-height: 1.6em;
	}
	
}


/* blog */
#topBlog { }
.blog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 50px;
}
.blog_list .item {
    width: calc((100% - 100px) / 3);
	position: relative;
}
.blog_list .item figure { height: 250px; }
.blog_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_list .item .blog_list_data {
    padding: 0.75em 0;
}
.blog_list .item .blog_title {
	color: #1a0004;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:767px) {
	.blog_list {
		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 {
	padding:30px 0;
}
.information_list {}
.information_list li {
	color: #1a0004;
	font-size: 16px;
	padding: 10px 0;
	margin: 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.information_list .date {
	font-weight: bold;
	margin-right: 2em;
	display:block;
}
.information_list a {
	color: #1a0004;
	display:block;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
/* spview */
@media screen and (max-width:767px) {
	#information {}
	
	.information_list li {}
	
}



/* #topRole */
#topRole {
  color: #fff;
  background: url(../images/role_back.png) no-repeat;
  background-size: cover;
}
#topRole .title {
  display: flex;
  align-items: center;
}
#topRole .title span {
    margin-left: 0.5em;
}
#topRole .inner {
  position: relative;
}
.role_subtitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 20px 0;
}
.role_text {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 400;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:767px) {
	#topRole .title img {
		width: 55vw;
	}
	#topRole .title span { font-size: 4.0vw; }
	
	#topRole .inner { width: 100%; }
	.role_subtitle {
		font-size: 4.5vw;
        margin: 10px 0;
	}
	.role_text {
		font-size: 14px;
		line-height: 1.6em;
	}

}








/* 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%;
}