@charset "UTF-8";

/* ヒーローエリア */
section#hero img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1400px;
	max-height: 612px;
	margin: 0 auto;
}

/* 募集要項はこちら */
.moreLink {
	display: flex;
	justify-content: flex-end;
}

.moreLinkText {
	font-weight: 500;
}

.lineArrow {
  width: 200px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -25px;
}

/* コンテンツ */
h3 {
	color: #ab68a4;
	font-weight: 500;
}

section.white,
section.gray {
	padding: 40px 20px;
}

section.gray {
	background: #f2f2f2;
}

section.white img,
section.gray img {
	display: block;
	width: 289px;
	height: 194px;
	margin: 0 auto 20px;
}

section.white p.last,
section.gray p.last {
	margin-bottom: 60px;
}

section.white p span.red,
section.gray p span.red {
	font-weight: 500;
	color: #F00;
}

ul.sinsotsu_menu {
	display:flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-bottom: 80px;
}

ul.sinsotsu_menu li {
	padding: 10px;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	section.white,
	section.gray {
	padding: 40px 0;
	}
	section.white img,
	section.gray img {
	margin: 0 20px 20px;
	}
	section.white div.box {
	display: flex;
	flex-direction: row-reverse;
	}
	section.gray div.box {
	display: flex;
	}
	section.white img,
	section.gray img {
	flex: 0 0 289px;
	}
}