@charset "UTF-8";
/* CSS Document */

/* INDEX
	コンテンツ共通スタイル
	TOPページ
	会社を知る
	リクルート
	仕事を知る
	インタビュー
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ共通スタイル＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

main {
	width: 96%;
	margin: 0 auto;
}

#cts #mainimage {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

#cts #mainimage>img {
	height: 260px;
}

#cts main h1 {
	margin-top: 45px;
	padding-bottom: 1.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 3px solid #E60012;
	color: #333;
}

#cts main h1.type2 {
	border-bottom: 3px solid #4d4d4d;
}

#cts main h1 span {
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	font-size: 3.6rem;
	color: #E60012;
}

#cts main h1.infottl {
	color: #E60012;
	font-size: 2.0rem;
	line-height: 2.0rem;
}
#cts main h1.infottl.type2 {
	color: #4d4d4d;
	font-size: 2.2rem;
	line-height: 2.2rem;
}
#cts .entrydate {
	color: #d6101c;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4rem;
	width: 96%;
	margin: 20px auto 0;
}

#cts .entrybtn-container {
	width: 96%;
	margin: 0px auto;
}

#cts .entrybtn-container .btn span {
	display: table;
	width: 100%;
	height: 55px;
	margin-top: 10px;
	background: linear-gradient(#32b16c, #14472b);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#cts .entrybtn-container .btn span:hover {
	background: linear-gradient(#14472b, #32b16c);
}

#cts .entrybtn-container .btn a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../../images/common/btn-bg.png) repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#cts .entrybtn-container .btn a::after {
	content: "\f054";
	padding-left: 5%;
}

@media only screen and (min-width:641px) {
	#main {
		max-width: 1080px;
	}

	#cts #mainimage {
		width: 100%;
		height: 450px;
		overflow: hidden;
	}

	#cts #mainimage>img {
		height: 450px;
	}

	#cts main h1 {
		font-size: 2.2rem;
	}

	#cts main h1 span {
		font-size: 5.4rem;
	}

	#cts main h1.infottl {
		font-size: 4.6rem;
		line-height: 4.6rem;
	}
	#cts main h1.infottl.type2 {
		color: #4d4d4d;
		font-size: 4.6rem;
		line-height: 4.6rem;
	}
	#cts .entrydate {
		display: none;
	}

	#cts .entrybtn-container {
		display: table;
		max-width: 1080px;
		height: 100px;
		margin: 2% auto 0;
	}

	#cts .entrybtn-container .btn {
		display: table-cell;
		width: 50%;
	}

	#cts .entrybtn-container .btn span {
		display: table;
		width: 95%;
		height: 100%;
		margin-top: 10px;
	}

	#cts .entrybtn-container .btn:nth-child(1) span {
		margin-right: 5%;
	}

	#cts .entrybtn-container .btn:nth-child(2) span {
		margin-left: 5%;
	}

	#cts .entrybtn-container .btn a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
}

@media only screen and (min-width:1201px) {
	#cts #mainimage>img {
		width: 100%;
		height: auto;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝TOPページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#idx-mainimage {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#idx-mainimage>img {
	height: 260px;
}

#idx-mainimage>h2 {
	position: absolute;
	right: 0;
	top: 30%;
	width: 70%;
}

#idx-mainimage>h2>img {
	width: 100%;
}

.idx-news {
	width: 90%;
	height: 60px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #000;
	padding: 2%;
}

.idx-news h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #007951;
}

.idx-news h3 span {
	padding-right: 1rem;
}

.idx-news dt {
	margin-top: 8px;
}

.idx-news dt,
.idx-news dd {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.idx-entrydate {
	width: 96%;
	margin: 20px auto 0;
}

.idx-entrydate span {
	display: block;
	color: #d6101c;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.idx-entrybtn-container {
	width: 96%;
	margin: 0px auto;
}

.idx-entrybtn-container .btn span {
	display: table;
	width: 100%;
	height: 55px;
	margin-top: 10px;
	background: linear-gradient(#32b16c, #14472b);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.idx-entrybtn-container .btn span:hover {
	background: linear-gradient(#14472b, #32b16c);
}

.idx-entrybtn-container .btn a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../../images/common/btn-bg.png) repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.idx-entrybtn-container .btn a::after {
	font-family: “Font Awesome 5 Free, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif”;
	content: "\f054";
	padding-left: 5%;
	font-weight: 900;
}

#idx main h2 {
	font-size: 1.6rem;
	font-weight: bold;
}

#idx main h2 span {
	display: block;
	/* margin-bottom:1.5rem;
	font-size:4.0rem;
	color:#007951; */
}

#idx-itv-nav,
#idx-ana {
	width: 100%;
	margin: 15% auto 0;
}

#idx-itv-nav>div {
	width: 100%;
	margin-top: 30px;
}

#idx-itv-nav>div>a>figure {
	position: relative;
}

/*
#idx-itv-nav>div>a>figure * {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
*/
#idx-itv-nav>div>a>figure>img {
	width: 100%;
}

#idx-itv-nav>div>a>figure>figcaption {
	position: absolute;
	/*	display:table;*/
	min-width: 50%;
	/*height:180px;*/
	height: 50%;
	bottom: 5%;
	left: 5%;
	background: rgba(0, 84, 50, 0.9);
}

#idx-itv-nav>div>a>figure>figcaption>div {
	display: table;
	height: 100%;
	width: 100%;
}

#idx-itv-nav>div>a>figure>figcaption>div>p {
	display: table-row;
}

#idx-itv-nav>div>a>figure>figcaption>div>p>span {
	display: table-cell;
	color: #fff;
	text-align: center;
}

#idx-itv-nav>div>a>figure>figcaption>div>p>span small {
	display: block;
	font-size: 1.4rem;
}

#idx-itv-nav>div>a>figure>figcaption>div>p:nth-child(1)>span {
	font-size: 2.2rem;
	vertical-align: bottom;
}

#idx-itv-nav>div>a>figure>figcaption>div>p:nth-child(2)>span {
	font-size: 1.4rem;
	line-height: 1.8rem;
	vertical-align: middle;
}

#idx-itv-nav>div>h3 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #007951;
	margin-top: 15px;
}

#idx-itv-nav>div>p {
	font-size: 1.2rem;
	margin-top: 15px;
}

#idx-ana img {
	width: 100%;
	/* margin-top:30px; */
}

#idx-bn {
	margin-top: 20px;
}

#idx-bn img {
	width: 100%;
	margin-top: 20px;
}


@media only screen and (min-width:641px) {
	#idx-mainimage {
		width: 100%;
		height: 550px;
		overflow: hidden;
	}

	#idx-mainimage>img {
		height: 550px;
	}

	#idx-mainimage>h2 {
		top: 20%;
		width: 60%;
	}

	.idx-news {
		position: absolute;
		top: 75%;
		width: 38%;
		height: 80px;
		border: none;
		margin-left: 2%;
		padding: 15px;
	}

	.idx-entrydate {
		position: absolute;
		top: 54%;
		left: 49%;
		margin-left: -120px;
		width: auto;
		background: url(../../images/index/date-arrow.png) center bottom no-repeat;
	}

	.idx-entrydate span {
		display: block;
		background: #d6101c;
		padding: 10px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.8rem;
		line-height: 2.4rem;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.idx-entrybtn-container {
		display: table;
		position: absolute;
		top: 75%;
		left: 50%;
		margin-left: -70px;
		margin-top: -10px;
		width: 51%;
		height: 110px;
	}

	.idx-entrybtn-container .btn {
		display: table-cell;
		width: 50%;
	}

	.idx-entrybtn-container .btn span {
		display: table;
		width: 95%;
		/*	height:100%;*/
		margin-top: 10px;
		margin-left: 5%;
		height: 110px;
	}

	.idx-entrybtn-container .btn a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	#idx main h2 {
		font-size: 2.2rem;
	}

	#idx main h2 span {
		display: inline;
		/* margin-right:1rem;
	font-size:4.0rem; */
	}

	#idx-itv-nav,
	#idx-ana {
		margin: 7% auto 0;
	}

	#idx-itv-nav {
		margin-left: -2%;
	}

	#idx-itv-nav h2 {
		margin-left: 2%;
	}

	#idx-itv-nav>div {
		width: 31.3%;
		margin-left: 2%;
		float: left;
	}

	#idx-itv-nav>div>a>figure>figcaption>div>p:nth-child(1)>span {
		font-size: 2.4rem;
	}

	#idx-itv-nav>div>a>figure>figcaption>div>p:nth-child(2)>span {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	#idx-itv-nav>div>img {
		width: 95%;
		margin-left: 2.5%;
	}

	#idx-itv-nav>div>h3 {
		font-size: 2.4rem;
		line-height: 2.6rem;
		width: 95%;
		margin-left: 2.5%;
		margin-top: 15px;
	}

	#idx-itv-nav>div>p {
		font-size: 1.5rem;
		width: 95%;
		margin-left: 2.5%;
		margin-top: 15px;
	}

	#idx-ana {
		width: 47%;
		float: left;
	}

	#idx-bn {
		width: 47%;
		margin-top: 5.6%;
		float: right;
	}

}

@media only screen and (min-width:1081px) {
	#idx-mainimage>h2 {
		top: 20%;
		left: 50%;
		margin-left: -108px;
		width: 648px;
	}

	.idx-news {
		top: 75%;
		right: 50%;
		margin-right: 95px;
		width: 414px;
	}

	.idx-entrybtn-container {
		top: 75%;
		left: 50%;
		margin-left: -70px;
		margin-top: -10px;
		width: 600px;
		height: 110px;
	}
}

@media only screen and (min-width:1201px) {
	#idx-mainimage img {
		width: 100%;
		height: auto;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝会社を知る＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.cpn #mainimage {
	background: url(../../images/company/company-mainimage-w.png) center top no-repeat;
	background-size: cover;
}

.cpn main h2 {
	display: table;
	width: 100%;
	margin-top: 8%;
	background: #E60012;
	color: #fff;
	font-size: 1.8rem;
	text-align: right;
}

.cpn main h2 span {
	display: table-cell;
	width: 44%;
	white-space: nowrap;
	padding: 3%;
}

.cpn main h2 span img {
	width: 80%;
	float: left;
}

.cpn-body {
	margin-top: 5%;
}

.cpn-body h3 {
	font-size: 2.0rem;
	/* color:#E60012; */
	color: #333;
	font-weight: bold;
}

.cpn-body p {
	margin-top: 10px;
}

.cpn-container1 dl {
	margin-top: 10px;
}

.cpn-container1 dl dt,
.cpn-container1 dl dd {
	display: block;
	float: left;
}

.cpn-container1 dl dt {
	width: 40.7%;
	overflow: hidden;
}

.cpn-container1 dl dd {
	width: 59.3%;
}

.cpn-container1 dl img {
	display: block;
	width: 100%;
}

.cpn-container2 .cpn-body img,
.cpn-container3 .cpn-body img {
	margin-top: 10px;
	width: 100%;
}

.cpn-container5 {
	background: #f7f3c4;
	margin-top: 8%;
	padding: 5%;
}

.cpn main .cpn-container5 h2 {
	display: block;
	width: 100%;
	margin-top: 0;
	background: #f7f3c4;
	color: #007951;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: left;
}

.cpn main .cpn-container5 h2 span {
	display: block;
	width: 100%;
	white-space: nowrap;
	padding: 0;
}

.cpn main .cpn-container5 h2 span img {
	width: 100px;
	float: none;
	padding-bottom: 20px;
}

.cpn-container5>div>p {
	margin-top: 20px;
	padding-bottom: 20px;
	/*	border-bottom:2px dotted #000;*/
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.cpn-container5>div>ul {
	margin-top: 20px;
}

.cpn-container5>div>ul li {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.cpn-container5>div>ul li span {
	color: #007951;
}

.cpn-container5 figure {
	margin-top: 20px;
}

.cpn-container5 figure img {
	width: 100%;
}

.cpn-container5 figure figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.cpn-container5 figure figcaption strong {
	display: block;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
}

.cpn-container5 figure figcaption span {
	display: block;
	margin-top: 15px;
	font-size: 2.6rem;
	line-height: 2.6rem;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* 経歴追加 20170522 */
.cpn-container5 figure figcaption p {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
}

.cpn-container5 figure figcaption ul {
	font-size: 0.95rem;
}

.cpn-container5 figure figcaption ul li {
	padding-left: 5rem;
	text-indent: -5rem;
}


@media only screen and (min-width:641px) {
	.cpn #mainimage {
		background: url(../../images/company/company-mainimage.png) center top no-repeat;
		background-size: cover;
	}

	.cpn main h2 {
		display: block;
		float: left;
		width: 16.7%;
		max-width: 180px;
		height: 180px;
		margin-top: 4%;
		text-align: center;
	}

	.cpn main h2 span {
		position: relative;
		display: block;
		width: 100%;
		height: 50%;
		padding: 7px 0 0 0;
	}

	.cpn main h2 span img {
		position: absolute;
		bottom: 7px;
		left: 10%;
		width: 80%;
	}

	.cpn-body {
		float: right;
		width: 79.7%;
		max-width: 860px;
		margin-top: 5%;
	}

	.cpn-body h3 {
		font-size: 4.4rem;
		line-height: 4.4rem;
	}

	.cpn-body p {
		margin-top: 20px;
	}

	.cpn-container1 dl {
		float: left;
		width: 20%;
		margin-top: 20px;
	}

	.cpn-container1 dl dt,
	.cpn-container1 dl dd {
		float: none;
	}

	.cpn-container1 dl dt {
		width: auto;
		overflow: hidden;
	}

	.cpn-container1 dl dd {
		width: auto;
	}

	.cpn-container1 dl img {
		display: block;
		width: 95%;
	}

	.cpn-container4 table {
		margin-top: 5%;
	}

	.cpn-container4 table thead tr th span {
		display: block;
		margin-bottom: 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.cpn-container4 table thead tr th:nth-child(1) span {
		color: #007951;
		border: 1px solid #007951;
		padding: 10px 5px;
	}

	.cpn-container4 table thead tr th:nth-child(3) span {
		color: #004986;
		border: 1px solid #004986;
		padding: 23px 5px;
	}

	.cpn-container4 table tbody {
		border-top: 2px solid #007951;
	}

	.cpn-container4 table tr td {
		font-size: 1.6rem;
		line-height: 2.0rem;
		border-bottom: 1px dashed #a0a0a0;
		vertical-align: middle;
	}

	.cpn-container4 table tr td:nth-child(1),
	.cpn-container4 table tr td:nth-child(3) {
		width: 40%;
		padding: 6px 0;
	}

	.cpn-container4 table tr td:nth-child(1) {
		padding-right: 5px;
	}

	.cpn-container4 table tr td:nth-child(3) {
		padding-left: 5px;
	}

	.cpn-container4 table tbody tr td:nth-child(1) {
		width: 20%;
		text-align: center;
		padding: 10px 0;
		white-space: nowrap;
		background: url(../../images/company/company-4his-tablebg.png) center repeat-y;
	}

	.cpn-container4 table tr td:nth-child(1) span {
		background: #007951;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 4px 25px;
		color: #fff;
		font-weight: bold;
	}

	.cpn-container4 .now {
		display: table;
		box-sizing: border-box;
		width: 100%;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border: 2px solid #007951;
		padding: 13px;
		font-size: 3.0rem;
		line-height: 3.0rem;
		font-weight: bold;
		color: #007951;
		text-align: center;
		margin-top: 5px;
	}

	.cpn-container4 .now>span {
		display: table-cell;
		vertical-align: middle;
	}

	.cpn-container4 .now>span:nth-child(1) {
		text-align: right;
	}

	.cpn-container4 .now>span>span {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 5px;
		background: #007951;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 7px 25px;
		font-size: 1.6rem;
		line-height: 1.6rem;
		color: #fff;
		white-space: nowrap;
	}

	.cpn-container5 {
		margin-top: 5%;
		padding: 5% 8%;
	}

	/*	
.cpn-container5>div {
	width:67%;
	float:left;
}
.cpn-container5 figure {
	width:31%;
	float:right;
}
*/
	.cpn main .cpn-container5 h2 {
		float: none;
		width: 20%;
		max-width: none;
		height: auto;
		margin-top: 0;
		font-size: 6.0rem;
		text-align: left;
	}

	.cpn main .cpn-container5 h2 span {
		padding: 0;
	}

	.cpn main .cpn-container5 h2 span img {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 25px;
		width: 100%;
	}

	.cpn-container5>div>p {
		margin-top: 60px;
		padding-bottom: 30px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	.cpn-container5>div>ul {
		margin-top: 30px;
	}

	.cpn-container5>div>ul li {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	.cpn-container5 figure figcaption strong {
		font-size: 1.7rem;
		line-height: 1.7rem;
	}
}

@media only screen and (min-width:1201px) {
	.cpn #mainimage {
		background: url(../../images/company/company-mainimage-w2.png) center left/100% auto no-repeat;
	}

	.cpn #mainimage img {
		visibility: hidden;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝リクルート＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.confirmation {
	font-size: 106%;
}

/*--リクルート用テーブルデザイン定義--*/
.rec-tab {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}

.rec-tab>dl {
	width: 100%;
}

.rec-tab dl>dt {
	border-top: 1px solid #000;
}

.rec-tab dl>dt span {
	color: #c00;
}

.rec-tab dl>dd {
	border-top: 1px dashed #000;
}

.rec-tab dl>dt {
	padding: 5px 0;
	font-weight: bold;
}

.rec-tab dl>dd {
	padding: 5px 0;
}

.rec-tab dl dd>span span.mark,
.rec-tab dl dd>span span.err,
.rec-tab dl dd>span>span:not([class]) {
	color: #E60012;
}

.rec-tab .namten_confirm_msg_del {
	display: none;
}

/* add 17.12.13 */
.rec-career-job01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

.rec-career-job0101 {
	flex: 0 1 100%;
	margin-right: 0;
	margin-bottom: 15px;
	border: 1px solid #000000;
	text-align: center;
	padding: 20px 0;
}

.rec-career-job0101:LAST-CHILD {
	margin-right: 0px;
	margin-bottom: 0px;
}

.rec-career-job010101 {
	font-size: 3.5rem;
	font-weight: 600;
	color: #007951;
	line-height: 100%;
	margin-bottom: 20px;
}

.rec-career-job010102 {
	font-size: 2.5rem;
	font-weight: 400;
	color: #007951;
	line-height: 100%;
	margin-bottom: 15px;
}

.rec-career-job010103 {
	font-weight: 500;
	font-size: 2rem;
}

.rec-career-job010104 {
	font-size: 1rem;
}

.rec-career-job010105 {
	font-size: 1.7rem;
	margin-top: 15px;
}

@media only screen and (min-width:641px) {
	.rec-tab {
		display: table;
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.rec-tab>dl {
		display: table-row;
	}

	.rec-tab dl>dt,
	.rec-tab dl>dd {
		display: table-cell;
		border-top: 1px dashed #000;
	}

	.rec-tab dl>dt {
		width: 31%;
		padding: 10px 0;
		white-space: nowrap;
		font-weight: bold;
	}

	.rec-tab dl>dd {
		width: 69%;
		padding: 5px 0;
	}

	.rec-tab dl:nth-child(1)>dt,
	.rec-tab dl:nth-child(1)>dd {
		display: table-cell;
		border-top: none;
	}

	.rec-tab dl dd>span {
		display: block;
		padding: 5px 0 5px 30px;
		border-left: 5px solid #CCC;
	}

	.rec-tab dl dd>span span.mark,
	.rec-tab dl dd>span span.err,
	.rec-tab dl dd>span>span:not([class]) {
		color: #E60012;
	}

	/* add 17.12.13 */
	.rec-career-job0101 {
		flex: 0 1;
		flex-basis: calc((100% - 20px) / 2 - 2px);
		margin-right: 20px;
		margin-bottom: 0px;
	}

}

/*--//リクルート用テーブルデザイン定義--*/

span.nowrap {
	white-space: nowrap;
	margin-right: inherit !important;
	margin-bottom: inherit !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.rec-scheduleDetail {
	margin-left: 8em;
	margin-top: -20px;
}

@media only screen and (max-width: 640px) {
	span.spBr {
		display: block;
		color: inherit !important;
	}

	.rec-scheduleDetail {
		margin-left: 3em;
		margin-top: 0;
	}
}

/*--フォームデザイン定義--*/
.form-jobcat input {
	width: 20rem;
}

.form-nm span span:not([class]) {
	display: inline-block;
	width: 4rem;
}

.form-nm label {
	display: inline-block;
	width: 4rem;
}

.form-nm input {
	width: 10rem;
}

.form-addr label {
	display: inline-block;
	width: 8rem;
}

.form-addr select option[value=] {
	color: #888888;
	background-color: #cccccc;
}

.form-univ label {
	display: inline-block;
	width: 4rem;
}

.form-univ input {
	width: 15rem;
}

.form-grad input {
	width: 4rem;
}

.form-addr #txt-post1,
.form-addr #txt-post2 {
	width: 8rem;
}

.form-addr #txt-addr {
	width: 100%;
}

.form-phone input {
	width: 12rem;
}

.form-email input {
	width: 100%;
}

.form-file label {
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width:641px) {
	.form-addr #txt-addr {
		width: 30em;
	}

	.form-email input {
		width: 30em;
	}
}

/*--//フォームデザイン定義--*/
.rec main h2 {
	padding: 8px;
	border: 1px solid #E60012;
	color: #E60012;
	font-size: 1.6rem;
	font-weight: bold;
}

.rec main h2.type2 {
	padding: 0;
	border: none;
	color: #E60012;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.3;
}

.rec main h2.type2 span {
	margin-left: 15px;
	padding: 3px 20px;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}

.rec main h3 {
	font-size: 1.6rem;
}

.rec main h3 span {
	color: #E60012;
}

.rec-container1 p>span {
	color: #E60012;
}

.rec-container1 p>span[class] {
	color: inherit;
}

.rec-container2 dl {
	width: 100%;
	margin-top: 10px;
}

.rec-container2 dl dt {
	vertical-align: top;
}

.rec-container2 dt>span {
	display: block;
	width: 93.5%;
	padding: 1% 3% 1% 2.5%;
	font-size: 2.6rem;
	line-height: 2.6rem;
	color: #333;
	background: #f7f3c4;
	border: 1px solid #333;
}

.rec-container2 dt>span>span {
	font-size: 4.0rem;
	line-height: 4.0rem;
	padding-right: 2.0rem;
}

.rec-container2 dd {
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding: 2% 0 2% 60px;
	background: url(../../images/recruit/rec-schedule-arrow.png) left center no-repeat;
}

/* アサック修正2025年2月26日 */
.rec-container2 .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.rec-container2 .flex div {
	/* margin-right: 20px; */
}


/* アサック修正4月10日 */
/* .rec-container2 dl:nth-child(6) dd {
	background:none;
} */
.rec-container2 dl:nth-child(7) dd {
	background: none;
}

.rec-container2 dd span:not([class]) {
	color: #E60012;
	font-weight: bold;
}

.rec-container3>article {
	height: 20rem;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
	font-size: 1.1rem;
	line-height: 1.4rem;
	overflow-x: hidden;
	overflow-y: scroll;
}

.rec-container3>article ul,
.rec-container3>article ul li,
.rec-container3>article ol,
.rec-container3>article ol li {
	font-size: inherit;
	line-height: inherit;
}

.rec-container3>article ol li {
	margin-left: 2em;
	text-indent: -2em;
}

.rec-container3>article ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.recbtn-container {
	width: 96%;
	margin: 20px auto 0;
}

.recbtn-container .btn span {
	display: table;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	/* background-color: #E60012; */
	/* background-color: #989898; */
	background: linear-gradient(#E60012, #82000b);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.recbtn-container .btn span:hover {
	background: linear-gradient(#82000b, #E60012);
	/* background:linear-gradient(#32b16c,#14472b); */
	opacity: .75;
}

.recbtn-container .btn a,
.recbtn-container .btn label {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/* background:url(../../images/common/btn-bg.png) repeat; */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: none;
	white-space: nowrap;
}

.recbtn-container .btn a::after {
	content: "\f054";
	padding-left: 5%;
}

.recbtn-container .btn label.arrowL::before {
	content: "\f053";
	padding-right: 5%;
}

.recbtn-container .btn label button {
	visibility: hidden;
	border: none;
	width: 1px;
}

.rec-container1 #rad-join2,
.rec-container1 #rad-join3,
.rec-container1 #rad-join4,
.rec-container1 #rad-join5 {
	margin-left: 10px;
}

@media only screen and (min-width:641px) {
	.rec main h2 {
		font-size: 2.2rem;
	}

	.rec main h2.type2 {
		font-size: 3.2rem;
	}

	.rec main h2.type2 span {
		font-size: 2rem;
	}

	.rec main h3 {
		font-size: 2.0rem;
	}

	.rec-container2 dl {
		display: table;
		width: 100%;
		margin-top: 10px;
	}

	.rec-container2 dl dt {
		display: table-cell;
		width: 31%;
		vertical-align: top;
		padding-bottom: 40px;
		background: url(../../images/recruit/rec-schedule-arrow.png) 50% 100% no-repeat;
	}

	/* アサック4月10日修正 */
	/* .rec-container2 dl:nth-child(6) dt {
	padding-bottom:0;
	background:none;
} */
	.rec-container2 dl:nth-child(7) dt {
		padding-bottom: 0;
		background: none;
	}

	.rec-container2 dt>span {
		width: 87.5%;
		padding: 4% 10% 4% 4%;
		font-size: 3.0rem;
		line-height: 3.0rem;
	}

	.rec-container2 dt>span>span {
		font-size: 6.0rem;
		line-height: 6.0rem;
		padding-right: 2.0rem;
	}

	.rec-container2 dd {
		display: table-cell;
		width: 69%;
		vertical-align: middle;
		font-size: 1.4rem;
		line-height: 2.0rem;
		padding: 0 0 40px 30px;
		background: none;
	}

	/* アサック追加 */
	.rec-container2 dd .as_caution {
		background-color: #999;
	}

	.rec-container2 dd span {
		color: #007951;
		font-weight: bold;
	}

	.rec-container3>p {
		margin-top: 10px;
		padding: 20px;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}

	.recbtn-container {
		display: table;
		width: 60%;
		height: 100px;
		margin: 2% auto 0;
	}

	.recbtn-container .btn {
		display: table-cell;
		width: 50%;
	}

	.recbtn-container .btn span {
		display: table;
		width: 100%;
		height: 100%;
		margin-top: 10px;
	}

	.recbtn-container .btn a,
	.recbtn-container .btn label {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
}

/*アサック キャリア採用情報一覧ページ*/
.rec-carrer-archive .row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.rec-carrer-archive .col {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border: solid 1px #000;
	margin-top: 40px;
	font-size: 1.6rem;
	width: 100%;
	padding: 20px;
}

.rec-carrer-archive .col>div {
	flex: 1;
}

.rec-carrer-archive .ttl {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #E60012;
	font-weight: normal;
	font-size: 2rem;
	font-feature-settings: 'palt';
	line-height: 1.3;
}

.rec-carrer-archive .pref {
	width: fit-content;
	padding: 7px 20px;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	font-feature-settings: 'palt';
}

.rec-carrer-archive .required {
	margin-top: 10px;
	padding: 7px 20px;
	background: #E60012;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	font-feature-settings: 'palt';
}

.rec-carrer-archive .welcome {
	margin-top: 30px;
	padding: 7px 20px;
	box-sizing: border-box;
	border: 1px solid #E60012;
	background: #fff;
	text-align: center;
	color: #E60012;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	font-feature-settings: 'palt';
}

.rec-carrer-archive .location {
	margin-top: 30px;
	padding: 7px 20px;
	background: #ccc;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	font-feature-settings: 'palt';
}

.rec-carrer-archive .btn {
	margin-top: 30px;
	display: block;
	padding: 15px;
	border: 1px solid #E60012;
	background: #fff;
	text-align: center;
	color: #E60012;
	font-size: 1.4rem;
	font-weight: normal;
	font-feature-settings: 'palt';
	box-shadow: 3px 3px 0 #ccc;
}

.rec-carrer-archive .btn:hover {
	color: #fff;
	background: #E60012;
	text-decoration: none;
	transition: .5s;
}

@media only screen and (min-width:641px) {
	.rec-carrer-archive .row {
		margin-right: -20px;
		margin-left: -20px;
	}

	.rec-carrer-archive .col {
		padding: 40px;
		width: calc(100% / 2 - 40px);
		margin-right: 20px;
		margin-left: 20px;
		font-size: 1.8rem;
	}

	.rec-carrer-archive .ttl {
		font-size: 3rem;
	}

	.rec-carrer-archive .pref {
		font-size: 1.8rem;
	}

	.rec-carrer-archive .required {
		font-size: 1.8rem;
	}

	.rec-carrer-archive .welcome {
		font-size: 1.8rem;
	}

	.rec-carrer-archive .location {
		font-size: 1.8rem;
	}
	.rec-carrer-archive .btn {
		font-size: 1.5rem;
	}


}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝仕事を知る＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.work #mainimage {
	background: url(../../images/work/work-mainimage-smp.jpg) 50% top no-repeat;
	background-size: cover;
}

.work-container {
	margin-top: 20px;
}

.work-container h2 {
	padding: 8px;
	border: 1px solid #E60012;
	color: #E60012;
	background: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.work-container>ul {
	list-style-position: inside;
}

.work-container>ul li {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: bold;
}

.work-container>ul li span {
	display: inline-block;
	padding-left: 2rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: normal;
}

.work-container>ul li::before {
	content: "■ ";
	color: #E60012;
}

.work-container>div {
	margin-top: 10px;
}

.work-container>div dl {
	margin-top: 10px;
	width: 48%;
}

.work-container>div dl:nth-child(2n+1) {
	float: left;
}

.work-container>div dl:nth-child(2n) {
	float: right;
}

.work-container>div dl dt img {
	display: block;
	width: 100%;
}

.work-container>div dl dd {
	background: #FFFFFF;
	padding: 10px 0;
	color: #666;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.work-container>div dl dd strong {
	font-size: 1.8rem;
	line-height: 1.8rem;
	/* font-weight:bold; */
}

.work-container>div dl dd a {
	text-decoration: none;
}

.work-container>div dl dd a .work-btn {
	font-family: “"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Font Awesome 5 Free, "MS PGothic", Osaka, sans-serif”;
	font-weight: normal;
	width: 85%;
	margin: 10px auto 0;
	padding: 5px 0;
	display: block;
	background: #fff;
	border: 1px solid #E60012;
	color: #E60012;
}

.work-container>div dl dd a .work-btn:hover {
	width: 85%;
	margin: 10px auto 0;
	padding: 5px 0;
	display: block;
	background: #E60012;
	border: 1px solid #E60012;
	color: #fff;
}

/*追加*/
.work-container>div dl dd a .work-btn::before {
	font-family: “"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Font Awesome 5 Free, "MS PGothic", Osaka, sans-serif”;
	content: "\f054";
	padding-left: 5%;
	font-weight: 900;
}



@media only screen and (min-width:641px) {
	.work #mainimage {
		background: url(../../images/work/work-mainimage.png) center top no-repeat;
		background-size: cover;
	}

	.work-container {
		margin-top: 4%;
		padding: 2% 3%;
		/*background:#ebecd5;*/
		background: #F2F2F2;
	}

	.work-container>ul {
		width: 42%;
		float: left;
	}

	.work-container>div {
		width: 58%;
		float: right;
		text-align: right;
	}

	.work-container>div dl {
		margin-top: 10px;
		/*max-width:160px;*/
		max-width: 130px;
	}

	.work-container>div dl:nth-child(2n+1),
	.work-container>div dl:nth-child(2n) {
		/*	float:right;*/
		float: none;
		display: inline-block;
		/*margin-left:15px;*/
		margin-left: 10px;
	}
}

@media only screen and (min-width:1201px) {
	.work #mainimage {
		background: url(../../images/work/work-mainimage.png) right top no-repeat;
		background-size: cover;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝インタビュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*--カバー画像微調整--*/

.itv #mainimage {
	background: url(../../images/interview/interview-mainimage-smp.jpg) 100% 30% no-repeat;
	background-size: cover;
}

.itv1 #mainimage {
	background: url(../../images/interview/interview1-mainimage.png) 20% top no-repeat;
	background-size: cover;
}

.itv2 #mainimage {
	background: url(../../images/interview/interview2-mainimage.png) 20% top no-repeat;
	background-size: cover;
}

.itv3 #mainimage {
	background: url(../../images/interview/interview3-mainimage.png) 75% top no-repeat;
	background-size: cover;
}

.itv4 #mainimage {
	background: url(../../images/interview/interview4-mainimage.png) 75% top no-repeat;
	background-size: cover;
}

.itv5 #mainimage {
	background: url(../../images/interview/interview5-mainimage.png) 15% top no-repeat;
	background-size: cover;
}

.itv6 #mainimage {
	background: url(../../images/interview/interview6-mainimage.png) 15% top no-repeat;
	background-size: cover;
}

.itv7 #mainimage {
	background: url(../../images/interview/interview7-mainimage.png) 75% top no-repeat;
	background-size: cover;
}

.itv8 #mainimage {
	background: url(../../images/interview/interview8-mainimage.png) 75% top no-repeat;
	background-size: cover;
}

.itv9 #mainimage {
	background: url(../../images/interview/interview9-mainimage.png) 30% top no-repeat;
	background-size: cover;
}

@media only screen and (min-width:641px) {
	.itv0 #mainimage {
		background: url(../../images/interview/interview-mainimage.png) 90% top no-repeat;
		background-size: cover;
	}

	.itv1 #mainimage {
		background: url(../../images/interview/interview1-mainimage.png) 20% top no-repeat;
		background-size: cover;
	}

	.itv2 #mainimage {
		background: url(../../images/interview/interview2-mainimage.png) 25% top no-repeat;
		background-size: cover;
	}

	.itv3 #mainimage {
		background: url(../../images/interview/interview3-mainimage.png) 60% top no-repeat;
		background-size: cover;
	}

	.itv5 #mainimage {
		background: url(../../images/interview/interview5-mainimage.png) 20% top no-repeat;
		background-size: cover;
	}
}

@media only screen and (min-width:1201px) {
	.itv0 #mainimage {
		background: url(../../images/interview/interview-mainimage.png) 100% 10% no-repeat;
		background-size: cover;
	}

	.itv1 #mainimage {
		/*	background:url(../../images/interview/interview1-mainimage.png) left top no-repeat;
	background-size:cover;*/
		background: url(../../images/interview/interview1-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv2 #mainimage {
		/* background:url(../../images/interview/interview2-mainimage.png) left top no-repeat;
	background-size:cover; */
		background: url(../../images/interview/interview2-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv3 #mainimage {
		/* background:url(../../images/interview/interview3-mainimage.png) right top no-repeat;
	background-size:cover; */
		background: url(../../images/interview/interview3-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv4 #mainimage {

		background: url(../../images/interview/interview4-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv5 #mainimage {
		/* background:url(../../images/interview/interview5-mainimage.png) left top no-repeat;
	background-size:cover; */
		background: url(../../images/interview/interview5-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv6 #mainimage {
		background: url(../../images/interview/interview6-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv7 #mainimage {
		background: url(../../images/interview/interview7-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv8 #mainimage {
		background: url(../../images/interview/interview8-mainimage.png) center top no-repeat;
		background-size: contain;
	}

	.itv9 #mainimage {
		background: url(../../images/interview/interview9-mainimage.png) center top no-repeat;
		background-size: contain;
	}
}

/*--//カバー画像微調整--*/

.itv-idx-nav {
	margin-top: 5%;
}

.itv-idx-nav>a>div {
	width: 100%;
	height: 124px;
	overflow: hidden;
	margin-top: 20px;
}

.itv-idx-nav>a:hover>div {
	box-sizing: border-box;
	border: 5px solid #E60012;
	transition: all 100ms 0s;
}

.itv-idx-nav>a>div>figure {
	position: relative;
}

.itv-idx-nav>a>div>figure>img {
	width: 70%;
	margin-left: 30%;
}

.itv-idx-nav>a>div>figure>figcaption {
	position: absolute;
	display: table;
	width: 30%;
	height: 124px;
	top: 0;
	left: 0;
	background: #f2f2f2;
	text-align: left;
	color: #666;
	border-left: solid 3px #E60012;
	/* background:rgba(102,102,102,0.9); */
	/* border:solid 3px #E60012; */
	/* background-color: #E60012; */
}

.itv-idx-nav>a>div:nth-child(3)>figure>figcaption,
.itv-nav>div:nth-child(4)>figure>figcaption {
	left: 0;
}

.itv-idx-nav>a>div>figure>figcaption>p {
	display: table-row;
}

.itv-idx-nav>a>div>figure>figcaption>p>span {
	display: table-cell;
	color: #666;
	text-align: left;
	padding-left: 10px;

}

@media only screen and (min-width:641px) {
	.itv-idx-nav>a>div>figure>figcaption>p>span {
		padding-left: 20px;

	}
}

.itv-idx-nav>a>div>figure>figcaption>p>span small {
	display: block;
	font-size: 1.0rem;
	line-height: 1.4rem;
}

.itv-idx-nav>a>div>figure>figcaption>p:nth-child(1)>span {
	font-size: 1.6rem;
	vertical-align: bottom;
}

.itv-idx-nav>a>div>figure>figcaption>p:nth-child(2)>span {
	font-size: 1.0rem;
	line-height: 1.4rem;
	vertical-align: middle;
}

.itv-mainimage-l,
.itv-mainimage-r {
	position: relative;
}

.itv-mainimage-l>div,
.itv-mainimage-r>div {
	position: absolute;
	display: table;
	table-layout: fixed;
	width: 40%;
	height: 150px;
	bottom: 5%;
	background: rgba(0, 84, 50, 0.9);
}

.itv-mainimage-l>div {
	right: 5%;
}

.itv-mainimage-r>div {
	left: 5%;
}

.itv-mainimage-l>div>p,
.itv-mainimage-r>div>p {
	display: table-row;
}

.itv-mainimage-l>div>p>span,
.itv-mainimage-r>div>p>span {
	display: table-cell;
	color: #fff;
	text-align: center;
}

.itv-mainimage-l>div>p>span small,
.itv-mainimage-r>div>p>span small {
	display: block;
	font-size: 1.4rem;
}

.itv-mainimage-l>div>p:nth-child(1)>span,
.itv-mainimage-r>div>p:nth-child(1)>span {
	font-size: 2.2rem;
	vertical-align: bottom;
}

.itv-mainimage-l>div>p:nth-child(2)>span,
.itv-mainimage-r>div>p:nth-child(2)>span {
	font-size: 1.4rem;
	line-height: 1.8rem;
	vertical-align: middle;
}

.itv main h2 {
	font-size: 2.0rem;
	line-height: 2.5rem;
	color: #E60012;
	font-weight: bold;
	padding: 20px 0 10px;
}

.itv-img {
	padding: 5px 0;
}

.itv-img img {
	width: 100%;
}

.itv-img figcaption {
	font-size: 1.1rem;
}

.itv-txt {
	padding: 5px 0;
}

.itv-txt h3 {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #333;
	font-weight: bold;
	background: url(../../images/interview/interview-q.png) left 3px no-repeat;
	background-size: 18px;
	padding-left: 25px;
}

.itv-txt p {
	margin-top: 10px;
}

.itv-nav {
	margin-top: 10%;
}

.itv-nav>a>div {
	width: 100%;
	height: 124px;
	overflow: hidden;
	margin-top: 10px;
}

.itv-nav>a:hover>div,
.itv1 .itv-nav>a:nth-child(4)>div,
.itv2 .itv-nav>a:nth-child(6)>div,
.itv3 .itv-nav>a:nth-child(8)>div,
.itv4 .itv-nav>a:nth-child(5)>div,
.itv5 .itv-nav>a:nth-child(7)>div,
.itv6 .itv-nav>a:nth-child(9)>div,
.itv7 .itv-nav>a:nth-child(3)>div,
.itv8 .itv-nav>a:nth-child(2)>div,
.itv9 .itv-nav>a:nth-child(1)>div {
	box-sizing: border-box;
	border: 5px solid #e60012;
	transition: all 100ms 0s;
}

.itv-nav>a>div img {
	width: 100%;
}

.itv-nav>a>div>figure {
	position: relative;
}

.itv-nav>a>div>figure>img {
	width: 100%;
}

.itv-nav>a>div>figure>figcaption {
	position: absolute;
	/*display:table;*/
	/* re-vite comment out */
	/*table-layout: fixed;*/
	/* add re-vite */
	display: flex;
	flex-direction: column;
	/* align-items: left; */
	text-align: left;
	padding-left: 15px;
	justify-content: center;
	/* # add re-vite */
	width: 40%;
	height: 124px;
	top: 0;
	right: 0;
	background: rgba(0, 84, 50, 0.9);
	border-left: 3px solid #e60012;

}

.itv-nav>a:nth-child(2)>div>figure>figcaption,
.itv-nav>a:nth-child(3)>div>figure>figcaption,
.itv-nav>a:nth-child(5)>div>figure>figcaption,
.itv-nav>a:nth-child(8)>div>figure>figcaption {
	left: 0;
}

.itv-nav .rv_figcap-l {
	left: 0;
}

.itv-nav>a>div>figure>figcaption>p {
	display: table-row;
}

.itv-nav>a>div>figure>figcaption>p>span {
	display: table-cell;
	color: #666;
	text-align: left;
}

.itv-nav>a>div>figure>figcaption>p>span small {
	display: block;
	font-size: 1.2rem;
}

.itv-nav>a>div>figure>figcaption>p:nth-child(1)>span {
	font-size: 2.0rem;
	vertical-align: bottom;
}

.itv-nav>a>div>figure>figcaption>p:nth-child(2)>span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	vertical-align: middle;
}

@media only screen and (min-width:641px) {
	.itv-idx-nav>a>div {
		height: 250px;
	}

	.itv-idx-nav>a:hover>div {
		border: 10px solid #E60012;
	}

	.itv-idx-nav>a>div>figure>img {
		width: 75%;
		margin-left: 25%;
	}

	.itv-idx-nav>a>div>figure>figcaption {
		width: 25%;
		height: 250px;
	}

	.itv-idx-nav>a>div>figure>figcaption>p>span small {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}

	.itv-idx-nav>a>div>figure>figcaption>p:nth-child(1)>span {
		font-size: 4.0rem;
		line-height: 4.8rem;
		vertical-align: bottom;
	}

	.itv-idx-nav>a>div>figure>figcaption>p:nth-child(2)>span {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}

	.itv-mainimage-l>div,
	.itv-mainimage-r>div {
		width: 25%;
		height: 186px;
		bottom: 5%;
	}

	.itv-mainimage-l>div {
		right: 5%;
	}

	.itv-mainimage-r>div {
		left: 5%;
	}

	.itv-mainimage-l>div>p>span small,
	.itv-mainimage-r>div>p>span small {
		font-size: 1.4rem;
	}

	.itv-mainimage-l>div>p:nth-child(1)>span,
	.itv-mainimage-r>div>p:nth-child(1)>span {
		font-size: 2.4rem;
	}

	.itv-mainimage-l>div>p:nth-child(2)>span,
	.itv-mainimage-r>div>p:nth-child(2)>span {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.itv-mainimage-l>span,
	.itv-mainimage-r>span {
		display: block;
		position: absolute;
		top: 23px;
		left: 45%;
	}

	.itv-mainimage-l>span>img,
	.itv-mainimage-r>span>img {
		height: 396px;
	}

	.itv article {
		margin-top: 4%;
		position: relative;
	}

	.itv article .itv-txt {
		width: 45%;
		background: #F2F2F2;
		padding: 5px 2%;
	}

	.itv article .itv-txt:nth-child(6) {
		padding: 5px 2% 15px;
	}

	.itv-txt h3 {
		margin-top: 20px;
		font-size: 2.8rem;
		line-height: 3.2rem;
		background: url(../../images/interview/interview-q.png) left 3px no-repeat;
		background-size: auto;
		padding-left: 40px;
	}

	.itv article .itv-img {
		position: absolute;
		top: 0;
		right: 0;
		width: 48.1%;
	}

	.itv article .itv-img:nth-child(3) {
		top: 25%;
	}

	.itv article .itv-img:nth-child(5) {
		top: 50%;
	}

	.itv article .itv-img:nth-child(7) {
		top: 75%;
	}

	.itv-img figcaption {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 2.0rem;
	}

	.itv-nav {
		margin-top: 4%;
	}

	.itv-nav>a>div {
		width: 49%;
		height: 220px;
		margin-top: 10px;
	}

	.itv-nav>a:nth-child(odd)>div {
		float: left;
	}

	.itv-nav>a:nth-child(even)>div {
		float: right;
	}

	.itv-nav>a>div>figure>img {
		width: auto;
		height: 220px;
	}

	.itv-nav>a>div>figure>figcaption {
		width: 35%;
		height: 180px;
		top: 20px;
		right: 20px;
	}

	.itv-nav>a:nth-child(2)>div>figure>figcaption,
	.itv-nav>a:nth-child(3)>div>figure>figcaption,
	.itv-nav>a:nth-child(5)>div>figure>figcaption,
	.itv-nav>a:nth-child(8)>div>figure>figcaption {
		left: 20px;
	}

	.itv-nav>a>div>figure>figcaption>p>span small {
		display: block;
		font-size: 1.4rem;
	}

	.itv-nav>a>div>figure>figcaption>p:nth-child(1)>span {
		font-size: 2.4rem;
		vertical-align: bottom;
	}

	.itv-nav>a>div>figure>figcaption>p:nth-child(2)>span {
		font-size: 1.4rem;
		line-height: 2.0rem;
		vertical-align: middle;
	}
}

@media only screen and (min-width:1201px) {

	.itv-mainimage-l>div,
	.itv-mainimage-r>div {
		width: 186px;
		height: 186px;
		bottom: 5%;
	}

	.itv-mainimage-l>div {
		right: 50%;
		margin-right: -540px;
	}

	.itv-mainimage-r>div {
		left: 50%;
		margin-left: -540px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝社員の声＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.voice-mainimage {
	position: relative;
}

.voice-mainimage h1 {
	position: absolute;
	left: 5%;
	right: auto;
	top: 50%;
	font-size: 3.0rem;
	line-height: 4.0rem;
	font-weight: bold;
	color: #007951;
}

.voice main h2 {
	color: #313131;
	font-size: 2.0rem;
	line-height: 2.5rem;
	margin-top: 10%;
}

.voice main h2 span {
	color: #E60012;
}

.voice-container1 {
	margin-top: 10px;
}

.voice-container1 .sub1 {
	margin-left: -5%;
}

.voice-container1 .sub1>div {
	width: 45%;
	float: left;
	margin-top: 5%;
	margin-left: 5%;
}

.voice-container1 .sub1>div img {
	width: 100%;
}

.voice-container1 .sub1>div:nth-child(4) img {
	width: 40%;
	margin-left: 30%;
}

.voice-container1 .sub2 img {
	margin-top: 5%;
	width: 100%;
}

.voice-container2 h2 {
	display: table;
	width: 100%;
	border: 2px solid #E60012;
	background: #FFF;
	font-weight: bold;
}

.voice-container2 h2 span {
	display: table-cell;
}

.voice-container2 h2 span:nth-child(1) {
	width: 15%;
	padding: 10px;
	font-size: 2.2rem;
	line-height: 2.2rem;
	color: #E60012;
}

.voice-container2 h2 span:nth-child(2) {
	padding: 5px 5px 10px;
	font-size: 1.6rem;
	line-height: 2.0rem;
	color: #000;
}

.voice-container2 h3 {
	margin-top: 5%;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.1rem;
	padding-left: 1em;
	text-indent: -1em;
}

.voice-container2 .sub1 img {
	margin-top: 5%;
	width: 100%;
}

.voice-container2 .voice-percent {
	margin-top: 3%;
	font-size: 3.8rem;
	line-height: 6.0rem;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.voice-container2 .voice-percent strong {
	font-size: 16.6rem;
	line-height: 16.6rem;
	font-weight: bold;
}

.voice-container2 .voice-percent em {
	font-size: 9.4rem;
	font-weight: bold;
}

.voice-container2 .voice-percent span {
	display: block;
	text-align: center;
}

.voice-container2 .sub2 div {
	text-align: center;
}

.voice-container2 .sub3 h3 {
	font-size: 1.6rem;
	line-height: 2.1rem;
}

.voice-container2 .sub3>div>p img {
	display: block;
	width: 100%;
}

.voice-container2 .sub3>div p:nth-child(3) {
	/*	display:none;*/
}

.voice-container2 .sub3>div>div {
	position: relative;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 4%;
	border: 2px solid #e8382f;
	background: #f7f3c4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.voice-container2 .sub3>div>div:after,
.voice-container2 .sub3>div>div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice-container2 .sub3>div>div:after {
	bottom: calc(100% - 1px);
	border-color: rgba(247, 243, 196, 0);
	border-bottom-color: #f7f3c4;
	border-width: 16px;
	margin-left: -16px;
}

.voice-container2 .sub3>div>div:before {
	border-color: rgba(232, 56, 47, 0);
	border-bottom-color: #e8382f;
	border-width: 18px;
	margin-left: -18px;
}

.voice-container2 .sub3>div h4 {
	margin-top: 1%;
	font-size: 1.2rem;
	font-weight: bold;
}

.voice-container2 .sub3>div>div>p {
	margin-top: 1%;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.voice-container2 .sub3>div ul {
	list-style: disc;
	margin-left: 5%;
}

.voice-container2 .sub3>div ul li {
	margin-top: 1%;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.voice-container2 .sub4>div>h3 {
	font-size: 3.4rem;
	line-height: 4.0rem;
	color: #666666;
	text-align: center;
	padding-left: 0;
	text-indent: 0;
}

.voice-container2 .sub4>div>h3 span {
	font-size: 4.0rem;
}

.voice-container2 .sub4>div>p img {
	display: block;
	width: 100%;
}

.voice-container2 .sub4>div>ul {
	list-style: disc;
	padding: 1% 7% 7%;
	background: url(../../images/voice/voice-2qa-img4.png) center bottom no-repeat;
	background-size: 100% auto;
}

.voice-container2 .sub4>div ul li {
	margin-top: 1%;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.voice-container2 .sub5 div img {
	margin-top: 7%;
	width: 100%;
}

.voice-container2 .sub6 dl dt h3 {
	font-size: 3.6rem;
	line-height: 4.0rem;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.voice-container2 .sub6 dl dt img {
	margin: 7px auto;
}

.voice-container2 .sub6 dl dd {
	border: 1px solid #000;
	padding: 2%;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.voice-container2 .sub7 p {
	padding: 4%;
	border-bottom: 1px dashed #E60012;
	background: #FFE8EC;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.voice-container2 .sub7 p:nth-child(1) {
	margin-top: 5%;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

.voice-container2 .sub7 p:last-child {
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-bottom: none;
}

@media only screen and (max-width:640px) {
	.voice-container2 .voice-percent {
		font-size: 2.4rem;
		line-height: 4.2rem;
	}

	.voice-container2 .voice-percent strong {
		font-size: 7.2rem;
		line-height: 7.2rem;
	}

	.voice-container2 .voice-percent em {
		font-size: 4.8rem;
	}
}

@media only screen and (min-width:641px) {
	.voice-mainimage h1 {
		top: 25%;
		right: 5%;
		left: auto;
		top: 20%;
		font-size: 7.2rem;
		line-height: 9.0rem;
	}

	.voice main h2 {
		font-size: 2.2rem;
		margin-top: 5%;
	}

	.voice-container1 {
		margin-top: 10px;
	}

	.voice-container1 .sub1 {
		margin-left: -2%;
	}

	.voice-container1 .sub1>div {
		width: 25%;
		float: left;
		margin-top: 5%;
		margin-left: 2%;
	}

	.voice-container1 .sub1>div {
		width: 26%;
		float: left;
		margin-top: 3%;
		margin-left: 2%;
	}

	.voice-container1 .sub1>div:nth-child(4) {
		width: 10%;
		float: right;
	}

	.voice-container1 .sub1>div:nth-child(4) img {
		width: 100%;
		margin-left: 0;
	}

	.voice-container1 .sub2>div {
		width: 48%;
		float: left;
	}

	.voice-container1 .sub2>div:nth-child(2) {
		float: right;
	}

	.voice-container2 h2 {
		margin-top: 7%;
		width: 100%;
		background: #FFF;
		/* background:#FFE8EC; */
		font-weight: bold;
	}

	.voice-container2 h2 span:nth-child(1) {
		width: 8%;
		padding: 10px;
		font-size: 3.6rem;
		line-height: 3.6rem;
	}

	.voice-container2 h2 span:nth-child(2) {
		padding: 5px 5px 15px;
		font-size: 2.6rem;
		line-height: 3.0rem;
	}

	.voice-container2 h3 {
		margin-top: 5%;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 2.1rem;
	}

	.voice-container2 .sub1>div {
		width: 50%;
		float: left;
	}

	.voice-container2 .sub1>div:nth-child(3) {
		float: right;
		margin-left: -0.5%;
		margin-top: 6%;
	}

	.voice-container2 .sub1 img {
		margin-top: 7%;
	}

	.voice-container2 .voice-percent {
		margin-top: 3%;
		font-size: 4.8rem;
		line-height: 6.0rem;
	}

	.voice-container2 .voice-percent strong {
		font-size: 17.0rem;
		/*21.2rem;*/
		line-height: 15.8rem;
		/*19.8rem;*/
	}

	.voice-container2 .voice-percent em {
		font-size: 9.6rem;
		/*12.0rem;*/
	}

	.voice-container2 .sub2 {
		position: relative;
	}

	.voice-container2 .sub2>p {
		/*	margin-right:30%;*/
	}

	.voice-container2 .sub2>div {
		position: absolute;
		width: 35%;
		top: 25%;
		right: 5%;
	}

	.voice-container2 .sub2>div img {
		width: 100%;
	}

	.voice-container2 .sub3 {
		margin-left: -3%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.voice-container2 .sub3 h2 {
		width: 97%;
		margin-left: 3%;
	}

	.voice-container2 .sub3>div {
		width: 30.1%;
		margin-left: 3%;
		/*	float:left;*/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.voice-container2 .sub3>div:nth-child(5) {
		clear: both;
	}

	.voice-container2 .sub3>div h3 {
		margin-top: 8%;
		font-size: 1.7rem;
		line-height: 2.4rem;
	}

	.voice-container2 .sub3>div:nth-child(4) h3 {
		margin-right: -0.5em;
	}

	.voice-container2 .sub3>div:nth-child(2) h3,
	.voice-container2 .sub3>div:nth-child(4) h3 {
		min-height: 4.8rem;
	}

	.voice-container2 .sub3 .voice-percent {
		margin-top: 3%;
		padding-top: 2rem;
		letter-spacing: -0.1rem;
		font-size: 2.6rem;
		line-height: 4.0rem;
	}

	.voice-container2 .sub3 .voice-percent strong {
		font-size: 8.0rem;
		line-height: 7.5rem;
		/*13.5rem;*/
	}

	.voice-container2 .sub3 .voice-percent em {
		font-size: 5.0rem;
	}

	.voice-container2 .sub3>div>div {
		padding: 6%;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
	}

	.voice-container2 .sub3>div h4 {
		margin-top: 1%;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.voice-container2 .sub3>div>div>p {
		margin-top: 1%;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.voice-container2 .sub3>div ul li {
		margin-top: 1%;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.voice-container2 .sub4 {
		margin-left: -3%;
		/**/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/**/
	}

	.voice-container2 .sub4 h2 {
		width: 97%;
		margin-left: 3%;
	}

	.voice-container2 .sub4>div {
		width: 30.1%;
		margin-left: 3%;
		/*	float:left;*/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	@-moz-document url-prefix() {

		.voice-container2 .sub3>div,
		.voice-container2 .sub4>div {
			display: block;
		}

		.voice-container2 .sub3>div:nth-child(6) {
			margin-bottom: 30px;
		}
	}

	.voice-container2 .sub4>div:nth-child(5) {
		clear: both;
	}

	.voice-container2 .sub4>div>h3 {
		min-height: 4rem;
		margin-top: 12%;
		font-size: 3.0rem;
		/*2.8rem;*/
		line-height: 4.0rem;
	}

	.voice-container2 .sub4>div>h3 span {
		font-size: 3.0rem;
		/*4.5rem;*/
		line-height: 4rem;
	}

	.voice-container2 .sub4>div>p {
		min-height: 20px;
	}

	.voice-container2 .sub4>div>ul {
		padding: 1% 10% 10%;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
	}

	.voice-container2 .sub4>div ul li {
		margin-top: 1%;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.voice-container2 .sub5 div img {
		margin-top: 4%;
		width: 100%;
	}

	.voice-container2 .sub6 dl {
		display: table;
		width: 100%;
		margin-top: 2%;
	}

	.voice-container2 .sub6 dl:nth-child(2) {
		margin-top: 4%;
	}

	.voice-container2 .sub6 dl dt,
	.voice-container2 .sub6 dl dd {
		display: table-cell;
		vertical-align: middle;
	}

	.voice-container2 .sub6 dl dt h3 {
		display: inline;
		margin: 0;
		padding: 0.5rem 1.5rem 0.5rem 0;
		font-size: 4.7rem;
		line-height: 4.7rem;
		text-align: left;
		background: #fff;
	}

	.voice-container2 .sub6 dl dt {
		background: url(../../images/voice/voice-2qa-img6.png) right center repeat-x;
		padding: 1% 2% 1% 0;
	}

	.voice-container2 .sub6 dl dd {
		width: 43%;
		padding: 1% 1%;
		border: 1px solid #000;
		font-size: 1.4rem;
		line-height: 2.0rem;
	}

	.voice-container2 .sub7 .grid {
		width: 102%;
		margin-left: -2%
	}

	.voice-container2 .sub7 p {
		float: left;
		width: 26%;
		margin-top: 2%;
		margin-left: 3%;
		padding: 2%;
		border-bottom: none;
		color: #333;
		font-size: 1.6rem;
		line-height: 2.5rem;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}

	.voice-container2 .sub7 p:nth-child(1) {
		margin-top: 2%;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}

	.voice-container2 .sub7 p:last-child {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}

	@media only screen and (min-width:1201px) {
		.voice-mainimage h1 {
			right: 50%;
			margin-right: -540px;
		}

		.voice-container2 .sub3 .voice-percent {
			margin-top: 3%;
			font-size: 3.6rem;
			line-height: 6.0rem;
		}

		.voice-container2 .sub3 .voice-percent strong {
			font-size: 14.0rem;
			line-height: 13.5rem;
		}

		.voice-container2 .sub3 .voice-percent em {
			font-size: 8.0rem;
		}
	}

	.rec-container2 dt.as_caution>span {
		background: #999999 !important;
	}