.TextStyle1 p {
    padding: 0.5em 0;
}

.first-info-header{
	padding-top: 2rem;
}

#Contents{
	padding-bottom: 2rem;
}

.FormInput .FormInputButton {
	width: 280px;
	padding: 10px 0 8px;
	background-color: #e60027;
	border: 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
}
.FormInput .FormInputButton:hover {
	background-color: #b1000e;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

/* h2 {
	background: none;
} */

.Section a:link {
	color: #08427c;
	text-decoration: underline;
}
.Section a:visited {
	color: #551a8b;
	text-decoration: underline;
}
.Section a:hover {
	color: #890000;
	text-decoration: underline;
}
.Section a[name]:hover { color: #000000; }
.Section a:active {
	color: #890000;
	text-decoration: underline;
}

#Contents {
	overflow: hidden;
}

.contents_inner {
	margin: auto;
	max-width: 965px;
}
@media screen and (max-width: 767px) {
	.contents_inner {
		margin: 0 15px;
	}
}

.Section {
	padding-bottom: 15px;
}

.recruit_main {
	position: relative;
	margin-bottom: 55px;
	padding-top: 40px;
	height: 667px;
	box-sizing: border-box;
	background-color: #f9fcfd;
}
.recruit_main::before,
.recruit_main::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
}
.recruit_main::before {
	right: 50%;
	width: 615px;
	height: 100%;
	background: url(recruit/images/top_bg01.png) no-repeat;
}
.recruit_main::after {
	left: 50%;
	width: 50vw;
	background-color: #e60127;
}
.recruit_main .contents_inner {
	position: relative;
	z-index: 1;
}
.recruit_main .copy {
	margin: 10px 0 45px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.recruit_main {
		margin: 0 -15px 35px;
		padding: 16px 15px 50px;
		height: auto;
		background-color: #e60127;
	}
	.recruit_main::before {
		top: 0;
		left: 0;
		right: auto;
		border-color: transparent;
		border-style: solid;
		border-width: 88px;
		border-top-color: #f9fcfd;
		border-left-color: #f9fcfd;
		width: auto;
		height: auto;
		background: none;
	}
	.recruit_main::after {
		content: none;
	}
	.recruit_main h2 {
		margin: 0;
	}
	.recruit_main h2 img {
		width: 132px;
	}
	.recruit_main .copy {
		margin: 40px 0 20px;
	}
	.recruit_main .copy img {
		width: 237px;
		backface-visibility: hidden;
	}
}

.recruit_menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
  grid-gap: 10px 40px;
  max-width: 730px;
  margin: 0 auto;
}
.recruit_menu li {

	box-sizing: border-box;
}
.recruit_menu li a {
	display: flex;
	position: relative;
	padding: 0 28px;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	height: 84px;
}
.recruit_menu li a::before,
.recruit_menu li a::after {
	content: "";
	position: absolute;
	top: 0;
	width: 28px;
	height: 100%;
	background: url(recruit/images/top_bg_btn01.png) no-repeat;
}
.recruit_menu li a::before {
	left: 0;
}
.recruit_menu li a::after {
	right: 0;
	transform: rotate(180deg);
}
.recruit_menu li a:hover {
	opacity: .7;
}
.recruit_menu li a > div {
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.recruit_menu li .txt {
	font-size: 26px;
  display: block;
}
.recruit_menu li .detail {
    display: block;
    font-size: 11px;
    line-height: 1.6;
    font-weight: normal;
}
.recruit_menu li .note {
	display: block;
	margin-top: 7px;
	padding-left: 1em;
	text-indent: -1em;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
}
@media screen and (max-width: 850px) {
.recruit_menu li .detail br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
	.recruit_menu ul {
		grid-gap: 15px;
    grid-template-columns: 1fr;
	}
	.recruit_menu li:nth-of-type(1) {
    order:2;
	}
	.recruit_menu li:nth-of-type(2) {
    order:1;
	}
	.recruit_menu li:nth-of-type(3) {
    order:3;
	}
	.recruit_menu li:nth-of-type(4) {
    order:4;
	}
	.recruit_menu li a {
		padding: 0;
		height: 74px;
	}
	.recruit_menu li a::before,
	.recruit_menu li a::after {
		border-color: transparent;
		border-style: solid;
		border-width: 12px;
		width: auto;
		height: auto;
	}
	.recruit_menu li a::before {
		border-top-color: #e60127;
		border-left-color: #e60127;
	}
	.recruit_menu li a::after {
		top: auto;
		bottom: 0;
		border-right-color: #e60127;
		border-bottom-color: #e60127;
		transform: none;
	}
  .recruit_menu li a > div {
    padding-right: 20px;
    padding-left: 20px;
}
	.recruit_menu li .txt {
		font-size: 21px;
	}
	.recruit_menu li .detail,
  .recruit_menu li .note {
		font-size: 10px;
	}
}

.recruit_menu_about_diversity {
  margin-top: 2em;
  color: #fff;
  text-align: center;
}
.recruit_menu_about_diversity p {
  padding: 0 4em;
}
.recruit_menu_about_diversity a {
  color: #ffffff;
}
.recruit_menu_about_diversity p + a {
  display: block;
  margin-top: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruit_menu_about_diversity p {
    font-size: 14px;
    padding: 0;
  }
  .recruit_menu_about_diversity p + a {
    font-size: 16px;
  }
}

.recruit_news {
	margin-bottom: 80px;
}
.recruit_news h2 {
	margin: 0 0 6px;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}
.recruit_news ul {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 25px 0;
}
.recruit_news li {
	position: relative;
	padding-left: 112px;
	font-size: 14px;
}
.recruit_news li + li {
	margin-top: 16px;
}
.recruit_news li > span {
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	font-size: 13px;
}
.recruit_news li a {
	color: inherit;
}
.recruit_news li a:hover {
	opacity: .6;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.recruit_news {
		margin-bottom: 50px;
	}
	.recruit_news ul {
		padding: 21px 0;
	}
	.recruit_news li {
		padding-left: 0;
		font-size: 14px;
	}
	.recruit_news li + li {
		margin-top: 16px;
	}
	.recruit_news li > span {
		display: block;
		position: static;
	}
}

.ImgOnlyStyle > span {
	max-width: 230px;
}
@media screen and (max-width: 767px) {
	.ImgOnlyStyle {
		margin-top: 20px;
		padding-left: 0;
	}
	.ImgOnlyStyle > span {
		margin-top: 3px;
		font-size: 12px;
	}
}

ul.PageTop {
	margin-bottom: 11px;
	font-size: 100%;
}
ul.PageTop li {
	display: inline;
	padding: 1px 0 1px 17px;
	font-size: 83%;
	line-height: 1.35;
	background: url(../image/h1/icon/icon_link_top.gif) no-repeat 0 0.1em;
}
ul.PageTop li a {
	padding-right: 0;
	background: none;
}

@media screen and (max-width: 767px) {
	.PageTop {
		display: none;
	}
	#PageTopBottom {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768.02px), print {
    main {
        padding-bottom: 2rem;
    }
}