/* FV
---------------------------------------- */
.mainvisual {
  overflow: hidden;
  background: var(--key);
  padding-top: 10px;
  padding-bottom: 20px;
}
.index .mainvisual a img:hover {
  opacity: 0.85;
}
.index .container {
  max-width: 1024px;
}
.index .swiper-container {
  height: 500px;
}
.index .swiper-slide {
  min-width: 1024px;
}
p.slide_txt {
	position: absolute;
	font-size: 1.4rem;
	line-height: 1.4em;
	background: rgb(0 0 0 / 50%);
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 20px 60px;
	min-height: 106px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1rem;
}

/*--------------
求人検索
------------*/
section#top_search {
  padding-top: calc(50px - 20px);
  padding-bottom: 50px;
  background: var(--key);
}
/*--------------
おすすめ求人情報
------------*/
section.recommend_top {
  background-image: url(../img/recommend_top_bg.jpg) !important;
  background-position: center;
  background-size: cover;
}
ul.recommend_ban {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 480px) {
  ul.recommend_ban li {
    margin-right: 20px;
  }
  ul.recommend_ban li:nth-child(2n) {
    margin-right: 0;
  }
}

/*--------------
簡単エントリー
------------*/
.flow_top_img {
  background: url("../../assets/img/entry_img.jpg)") center / cover;
  height: 395px;
  margin-bottom: 40px;
}
.flow_top_img h3 {
  font-size: 3.2em;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
  display: inline-block;
  letter-spacing: 4px;
  text-shadow: 5px 2px 1px var(--key), -2px 2px 1px var(--key), 2px -2px 1px var(--key), -2px -2px 1px var(--key), 2px 0px 1px var(--key), 0px 2px 1px var(--key), -2px 0px 1px var(--key), 0px -2px 1px var(--key), 4px 4px 2px var(--key);
  padding: 1em 0;
}
.flow_top_img p {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.8em;
}
.flow_top_img p span {
  color: #c3003c;
}

.flow_top_step_box {
  margin-bottom: 50px;
}
dl.flow_top_step.step01 dt span:before {
  content: url(../../assets/img/entry_step_icon01.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  margin-right: 0.5em;
}
dl.flow_top_step.step02 dt span:before {
  content: url(../../assets/img/entry_step_icon02.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  margin-right: 0.5em;
}
dl.flow_top_step.step03 dt span:before {
  content: url(../../assets/img/entry_step_icon03.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  margin-right: 0.5em;
}
dl.flow_top_step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

dl.flow_top_step.arrow:after {
  content: "\f0d7";
  font-family: FontAwesome;
  text-align: center;
  margin: 0 auto;
  font-size: 4em;
  color: var(--dark);
  line-height: 1;
}

.entry_arrow:after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin: 0 auto;
	font-size: 3em;
	color: var(--accent);
	line-height: 1em;
	text-align: center;
	display: block;
}

dl.flow_top_step dt {
  background: var(--dark);
  height: 90px;
  width: 20%;
  border: 1px solid #9e9e9e;
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  padding: 18px;
  color: #fff;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
dl.flow_top_step dd {
  padding: 1em;
  font-size: 1.4em;
  border: 1px solid #9e9e9e;
  border-left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  background: #fff;
  width: 80%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
dl.flow_top_step dd span {
  display: inline-block;
  padding: 0.5em;
  background: #fff;
  border: 1px solid var(--caution);
  color: var(--caution);
  margin-left: 1em;
}
dl.flow_top_step dd span:before {
  xcontent: "\f178";
  xfont-family: FontAwesome;
  xpadding-right: 0.5em;
}
/*--------------
とは
------------*/
ul.about_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
ul.about_items li {
  width: calc((100% - 40px) / 3);
}
.about_img_box {
	position: relative;
	margin-bottom: 1rem;
}
.about_img_box span{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	transform: translate(-50%,-50%);
	font-size: var(--size_1l);
	font-weight: 700;
}
.about_video iframe {
	width: 100%;
	height: 576px;
}
p.flow_entrytxt {
	font-size: var(--size_3l);
	font-weight: 700;
	text-align: center;
	position: relative;
}
/*--------------
トピック�
