@charset "UTF-8";

/*================================================
 *  廃車・採用情報（recruit）
 ================================================*/

/*******メインエリア*******/
section#main_area {
	position: relative;
	height: 680px;
	margin-top: 100px;
	overflow: hidden;
}
section#main_area .breadcrumb {
	margin-top: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
}
section#main_area .breadcrumb * {
	color: #fff;
}
section#main_area .img_main.pc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width:1900px) {
	section#main_area .img_main.pc {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: auto;
	}
}

section#main_area h2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


/*******イントロダクション*******/
section#intro_area {
	padding: 50px 0 70px;
	background-color: #fff;
}

section#intro_area .intro_list {
	width: 840px;
	margin: 0 auto 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#intro_area .intro_list li {
	border: 1px solid #009844;
	border-radius: 50%;
	width: 265px;
	height: 265px;
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	padding-top: 45px;
}
section#intro_area .intro_list li img {
	display: block;
	margin: 0 auto 0.7em;
}

/*******ポイントエリア*******/
section#point_area {
	background-color: #fff;
}
section#point_area h3 {
	text-align: center;
	margin-bottom: 30px;
}
section#point_area .point_list  {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
section#point_area .point_list > li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 450px;
}
section#point_area .point_list > li:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#point_area .point_list > li > div {
	width: 50%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
section#point_area .point_list > li > div:first-child .inner {
	width: 450px;
	margin: 0 70px 0 auto;
	padding-top: 25px;
}
section#point_area .point_list > li:nth-child(odd) > div:first-child .inner {
	margin: 0 auto 0 70px;
}
section#point_area .point_list > li > div:first-child .inner h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.6em;
}
section#point_area .point_list > li > div:first-child .inner h4 img {
	display: block;
	position: relative;
	left: -100px;
	z-index: 1;
}
section#point_area .point_list > li > div:last-child {
	overflow: hidden;
}
section#point_area .point_list > li > div:last-child img {
	position: absolute;
	top: 0;
	left: 0;
}
section#point_area .point_list > li:nth-child(odd) > div:last-child img {
	left: auto;
	right: 0;
}


/*******先輩の声*******/
section#voice_area {
	padding: 70px 0 0;
	background-color: #fff;
}
section#voice_area .inner {
	width: 1140px;
	margin: 0 auto;
}

section#voice_area .voice_list > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
section#voice_area .voice_list > li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#voice_area .voice_list > li:nth-child(n+2) {
	margin-top: 60px;
}
section#voice_area .voice_list > li > div:first-child img {
	position: absolute;
	top: 0;
	left: 100px;
}
section#voice_area .voice_list > li:nth-child(even) > div:first-child img {
	left: auto;
	right: 100px;
}
section#voice_area .voice_list > li > div:last-child {
	border: 3px solid #009844;
	width: 690px;
	height: 450px;
	padding: 70px 80px 0 130px;
	margin-top: 45px;
}
section#voice_area .voice_list > li:nth-child(even) > div:last-child {
	padding: 70px 130px 0 80px;
}
section#voice_area .voice_list > li > div:last-child h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-right: -2em;
}
section#voice_area .voice_list > li > div:last-child .name {
	display: table;
	margin-bottom: 1.3em;
}
section#voice_area .voice_list > li > div:last-child .name > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
section#voice_area .voice_list > li > div:last-child .name > div:first-child span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #fff;
	z-index: 1;
	display: block;
	width: 100%;
	text-align: center;
}
section#voice_area .voice_list > li > div:last-child .name > div:last-child {
	font-size: 22px;
	padding-left: 0.5em;
}




/*******健康経営優良法人*******/
section#health_area {
	padding: 140px 50px;
}
section#health_area .inner {
	background-color: #ebf7f0;
	max-width: 1100px;
	margin: 0 auto;
	padding: 90px 30px;
	clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0% calc(100% - 40px), 0% 40px);
}

section#health_area .inner h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}
section#health_area .inner h3 .marker {
	background: linear-gradient(transparent 70%, #fcee21 70%);
}

section#health_area .inner figure {
	max-width: 860px;
	margin: 0 auto;
}
section#health_area .inner figure img {
	width: 400px;
	width: calc(50% - 30px);
}
section#health_area .inner figure figcaption {
	width: 50%;
	padding: 0 20px;
}
section#health_area .inner figure figcaption h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}



/*******募集要項*******/
section#guideline_area .bg_white {
	border-bottom: 2px solid #009844;
}

/*タブボタン*/
section#guideline_area .tab_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#guideline_area .tab_list li {
	width: 220px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	background-color: #b3b3b3;
	border-radius: 0.3em 0.3em 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
	cursor: pointer;
}
section#guideline_area .tab_list li.active,
section#guideline_area .tab_list li:hover {
	background-color: #009844;
}

/*タブ内容*/
section#guideline_area .tab_wrap {
	padding-top: 60px;
}
section#guideline_area .tab_wrap [id^="tab"]{
	display: none;
}
section#guideline_area .tab_wrap [id^="tab"].active {
	display: block;
}


section#guideline_area .tab_wrap [id^="tab"] h4 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 1.2em;
}

section#guideline_area .tab_wrap [id^="tab"] .table_common {
	background-color: #fff;
}
section#guideline_area .tab_wrap [id^="tab"] .table_common th {
	background-color: #f0f0f0;
}
section#guideline_area .tab_wrap [id^="tab"] .table_common td .circle_list li:before {
	color: #009844;
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


/*******メインエリア*******/
section#main_area {
	height: auto;
	margin-top: 0;
}
section#main_area .img_main {
	width: 100%;
}
section#main_area h2 {
	width: 100%;
	left: 0;
	transform: none;
	-webkit-transform: none;
}
section#main_area h2 img {
	width: 95vw;
	margin: 0 auto;
}

/*******イントロダクション*******/
section#intro_area {
	padding: 10vw 0;
}

section#intro_area .intro_list {
	width: 100%;
	margin: 0 auto 8vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#intro_area .intro_list li {
	width: 40vw;
	height: 40vw;
	font-size: 4.5vw;
	padding-top: 5vw;
	margin: 0 1.5vw;
}
section#intro_area .intro_list li:first-child {
	margin: 0 10vw;
}
section#intro_area .intro_list li img {
	height: 2em;
	margin-bottom: 0.5em;
}


/*******ポイントエリア*******/
section#point_area h3 {
	margin-bottom: 3vw;
}
section#point_area h3 img {
	width: 70vw;
}
section#point_area .point_list  {
	max-width: inherit;
}
section#point_area .point_list > li {
	display: block;
	height: auto;
}
section#point_area .point_list > li > div {
	width: 100%;
	display: block;
}
section#point_area .point_list > li > div:first-child .inner {
	width: 80%;
	margin: 0 auto!important;
	padding: 5vw 0 8vw;
}
section#point_area .point_list > li > div:first-child .inner h4 {
	font-size: 5vw;
}
section#point_area .point_list > li > div:first-child .inner h4 img {
	height: 2.5em;
	left: -4vw;
	margin-bottom: 0.3em;
}
section#point_area .point_list > li > div:last-child img {
	position: static;
	width: 100%;
}


/*******先輩の声*******/
section#voice_area {
	padding: 10vw 0 0;
}
section#voice_area .inner {
	width: 90vw;
}

section#voice_area .voice_list > li {
	display: block;
}
section#voice_area .voice_list > li:nth-child(n+2) {
	margin-top: 8vw;
}
section#voice_area .voice_list > li > div:first-child img {
	position: relative;
	left: auto!important;
	right: auto!important;
	width: 60vw;
	margin: 0 auto;
	display: block;
	z-index: 1;
}

section#voice_area .voice_list > li > div:last-child {
	width: 100%;
	height: auto;
	padding: 10vw 5vw 5vw!important;
	margin-top: 0;
	position: relative;
	top: -5vw;
	margin-bottom: -5vw;
}
section#voice_area .voice_list > li > div:last-child h4 {
	font-size: 4.7vw;
	margin-right: 0;
}
section#voice_area .voice_list > li > div:last-child .name {
	margin-bottom: 1em;
}
section#voice_area .voice_list > li > div:last-child .name > div:first-child img {
	height: 1.875em;
}
section#voice_area .voice_list > li > div:last-child .name > div:last-child {
	font-size: 4.3vw;
}




/*******健康経営優良法人*******/
section#health_area {
	padding: 15vw 0 20vw;
}
section#health_area .inner {
	width: 90vw;
	max-width: inherit;
	padding: 10vw 0 15vw;
	clip-path: polygon(5vw 0%, calc(100% - 5vw) 0%, 100% 5vw, 100% calc(100% - 5vw), calc(100% - 5vw) 100%, 5vw 100%, 0% calc(100% - 5vw), 0% 5vw);
}

section#health_area .inner h3 {
	font-size: 5.8vw;
	margin-bottom: 8vw;
}

section#health_area .inner figure {
	max-width: inherit;
	width: 72vw;
}
section#health_area .inner figure img {
	width: 69vw;
	display: block;
	margin: 0 auto;
}
section#health_area .inner figure figcaption {
	width: 100%;
	padding: 7vw 0 0;
}
section#health_area .inner figure figcaption h4 {
	font-size: 5.3vw;
}
section#health_area .inner figure figcaption p {
	line-height: 1.75;
}



/*******募集要項*******/

/*タブボタン*/
section#guideline_area .tab_list {
	margin-bottom: 5vw;
}
section#guideline_area .tab_list li {
	width: 43.5vw;
	font-size: 4vw;
	border-radius: 0;
}
section#guideline_area .tab_list li:nth-child(n+3) {
	margin-top: 3vw;
}

/*タブ内容*/
section#guideline_area .tab_wrap {
	padding-top: 8vw;
}


section#guideline_area .tab_wrap [id^="tab"] h4 {
	font-size: 5vw;
	margin-bottom: 1em;
}

section#guideline_area .tab_wrap [id^="tab"] .table_common {
	background-color: transparent;
}
section#guideline_area .tab_wrap [id^="tab"] .table_common th {
	background-color: #ccc;
}






	
}