@charset "UTF-8";

/* ヘッダ
---------------------------------------------------- */
.header {
	width: 100%;
	padding-top: 76px/*102px*/;
	background: url(../images/head-bg.jpg) center 55px no-repeat;
	background-size: cover;
	position: relative;
}
.header h1 {
	display: inline-block;
	margin: 0 auto 20px/*50px*/ auto;
	padding: 15px 25px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

/* 共通
---------------------------------------------------- */
.head h1 {
	padding: 35px 0 45px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.head h1 .text-ja {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
}
.head h1 .text-en {
	font-size: max(5vw,15px);
	display: block;
}
#consultant .head h1 .text-en {
	color: rgba(241,48, 28, 0.2);
}
#engineer .head h1 .text-en {
	color: rgba(0,113, 181, 0.2);
}
#business-management .head h1 .text-en {
	color: rgba(255,143, 166, 0.2);
}
#business-promotion .head h1 .text-en {
	color: rgba(235,160, 40, 0.2);
}
h2 {
	margin: 0 auto 30px;
	text-align: center;
}
h2 span {
	padding: 8px 75px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	border-radius: 26px;
	display: inline-block;
}
#consultant h2 span {
	color: #f1301c;
	border: 2px solid #f1301c;
}
#engineer h2 span {
	color: #0071b5;
	border: 2px solid #0071b5;
}
#business-management h2 span {
	color: #ff8fa6;
	border: 2px solid #ff8fa6;
}
#business-promotion h2 span {
	color: #eba028;
	border: 2px solid #eba028;
}

main img {
	border-radius: 0;
}
main p {
	margin-bottom: 0;
}
a:hover {
	text-decoration: none;
}

.btn-more {
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.btn-more a {
	width: 100%;
	color: #00b767;
	display: inline-block;
	border-radius: 15px;
	position: relative;
	transition: all .4s;
}
.btn-more a:hover {
	color: #fff;
	background: #00b367;
	transition: all .4s;
}
.sec3 .btn-more {
	width: 87vw;
	position: relative;
}
.sec3 .btn-more::after {
	content: "";
	background: url(../images/btn-media-rightarrow.svg) no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 30%;
	right: 15px;
}

.btn-entry {
	margin: 35px auto 0;
	height: 70px;
	width: 87vw;
	max-width: 420px;
	line-height: 61px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	position: relative;
}
.btn-entry a {
	width: 100%;
	color: #fff;
	display: inline-block;
}
.btn-entry a::after {
	content: "";
	background: url(../images/btn-entry-rightarrow.svg) no-repeat;
	display: inline-block;
	width: 50px;
	height: 9px;
	position: absolute;
	top: 40%;
	right: 6vw;
	transition: all .5s;
}
.btn-entry a:hover::after {
	right: 4%;
	transition: all .5s;
}
#consultant .btn-entry {
	background: #ef301c;
}
#engineer .btn-entry {
	background: #0071b5;
}
#business-management .btn-entry {
	background: #ff8fa6;
}
#business-promotion .btn-entry {
	background: #eba028;
}

/* head
---------------------------------------------------- */
#consultant .head {
	background: linear-gradient(to right, #fad8d8, #ffbab0) no-repeat;
	background-size: 100% 15%;
	background-position: bottom center;
}
#engineer .head {
	background: linear-gradient(to right, #deebf3, #aed6ea) no-repeat;
	background-size: 100% 15%;
	background-position: bottom center;
}
#business-management .head {
	background: linear-gradient(to right, #ffe0ea, #ff86b8) no-repeat;
	background-size: 100% 15%;
	background-position: bottom center;
}
#business-promotion .head {
	background: linear-gradient(to right, #faebd2, #fad278) no-repeat;
	background-size: 100% 15%;
	background-position: bottom center;
}


/* sec1
---------------------------------------------------- */
.sec1 {
	margin-top: 30px;
	padding: 15px 0 60px;
}
#consultant .sec1 {
	background: linear-gradient(#ffeded, #ffeded) no-repeat;
	background-size: 240px 230px;
	background-position: top left;
}
#engineer .sec1 {
	background: linear-gradient(#deebf3, #deebf3) no-repeat;
	background-size: 240px 230px;
	background-position: top left;
}
#business-management .sec1 {
	background: linear-gradient(#ffeef2, #ffeef2) no-repeat;
	background-size: 240px 230px;
	background-position: top left;
}
#business-promotion .sec1 {
	background: linear-gradient(#faebd2, #faebd2) no-repeat;
	background-size: 240px 230px;
	background-position: top left;
}
.sec1 .flex {
	display: block;
}
.sec1 .text p {
	text-align: justify;
	letter-spacing: 0.02em;
	line-height: 1.8;
}
.sec1 h3 {
	padding: 20px 0 15px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.3;
}
#consultant .sec1 h3 {
	color: #f1301c;
}
#engineer .sec1 h3 {
	color: #0071b5;
}
#business-management .sec1 h3 {
	color: #ff8fa6;
}
#business-promotion .sec1 h3 {
	color: #eba028;
}

.sec1 .role h4 {
	margin-top: 60px;
	padding-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.sec1 .role h4 span {
	margin: 0 auto;
	width: 280px;
	display: block;
}
#consultant .sec1 .role h4 {
	color: #f1301c;
}
#engineer .sec1 .role h4 {
	color: #0071b5;
}
#business-management .sec1 .role h4 {
	color: #ff8fa6;
}
#business-promotion .sec1 .role h4 {
	color: #eba028;
}

#engineer .sec1 .role {
	padding-bottom: 6px;
	background: linear-gradient(#deebf3, #deebf3) no-repeat;
	background-size: 91% 95%;
	background-position: bottom right 10px;
}
#engineer .sec1 .role .content {
	padding: 14px 14px 0;
	background: #fff;
	border: 1px solid #80bcf8;
}
#engineer .sec1 .role .content .box {
	margin-bottom: 40px;
}
#engineer .sec1 .role .content .text strong {
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0071b5;
	display: block;
	border-bottom: 1px solid #80bcf8;
}
#engineer .sec1 .role .content .text p {
	line-height: 1.7;
}

#business-management .sec1 .role .department,
#business-promotion .sec1 .role .department {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border: 1px solid rgba(255, 143, 166, 0.6);
}
#business-management .sec1 .role .department h5,
#business-promotion .sec1 .role .department h5 {
	margin-bottom: 20px;
	padding: 13px 12px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #ff8fa6;
	background: #ffeef2;
}
#business-management .sec1 .role .department p,
#business-promotion .sec1 .role .department p {
	padding: 0 12px 8px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
#business-management .sec1 .role .department strong,
#business-promotion .sec1 .role .department strong {
	font-size: 17px;
	font-size: 1.7rem;
	font-feature-settings: 'palt';
	line-height: 1.3;
	color: #ff8fa6;
}
#business-management .sec1 .role .department .image,
#business-promotion .sec1 .role .department .image {
	padding: 12px;
}
#business-management .sec1 .role .department .list,
#business-promotion .sec1 .role .department .list {
	margin-bottom: 20px;
	padding: 0 12px;
}
#business-management .sec1 .role .department .list strong,
#business-promotion .sec1 .role .department .list strong {
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #ff8fa6;
}
#business-management .sec1 .role .department .list ul li,
#business-promotion .sec1 .role .department .list ul li {
	margin-bottom: 8px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	list-style: none;
}
#business-management .sec1 .role .department .list ul li br,
#business-promotion .sec1 .role .department .list ul li br {
	display: none;
}
#business-management .sec1 .role .department .list ul li::before,
#business-promotion .sec1 .role .department .list ul li::before {
	content: "";
	display: inline-block;
	background: url(../images/business-management-icon-check.svg) no-repeat;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
#business-promotion .sec1 .role .department {
	border: 1px solid rgba(235, 160, 40, 0.6);
}
#business-promotion .sec1 .role .department h5 {
	color: #eba028;
	background: #faebd2;
}
#business-promotion .sec1 .role .department strong {
	color: #eba028;
}
#business-promotion .sec1 .role .department .list strong {
	border-bottom: 1px solid #eba028;
}
#business-promotion .sec1 .role .department .list ul li::before {
	background: url(../images/business-promotion-icon-check.svg) no-repeat;
}

/* sec2 社員紹介
---------------------------------------------------- */
.sec2 {
	padding: 40px 0 70px;
	background: rgba(236, 236, 236, 0.7);
}
.sec2 .flex {
	display: block;
	flex-wrap: wrap;	
}
.sec2 .section-2-wrap {
	margin: 0 auto 20px;
}
.sec2 article {
	margin: 0 auto 20px;
	padding: 0 8px 8px 0;
	width: 74vw;
	position: relative;
}
.sec2 article.salesman {
	background: linear-gradient(to right, #ffd8d8, #e4e4e4) no-repeat;
	background-size: 95% 35%;
	background-position: bottom right;
}
.sec2 article.engineer {
	background: linear-gradient(to right, #c6daf3, #e4e4e4) no-repeat;
	background-size: 95% 35%;
	background-position: bottom right;
}
.sec2 article.business-management {
	background: linear-gradient(to right, #ffe0ea, #e4e4e4) no-repeat;
	background-size: 95% 35%;
	background-position: bottom right;
}
.sec2 article.business-promotion {
	background: linear-gradient(to right, #faebd2, #e4e4e4) no-repeat;
	background-size: 95% 35%;
	background-position: bottom right;
}
.sec2 article .cat {
	padding: 0 8px 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	position: absolute;
	bottom: 75px;
	left: 0;
	display: inline-block;
}
.sec2 article.salesman .cat {
	background: #f3301c;
}
.sec2 article.engineer .cat {
	background: #0071b9;
}
.sec2 article.business-management .cat {
	background: #ff93aa;
}
.sec2 article.business-promotion .cat {
	background: #eba028;
}
.sec2 article .eye-catch {
	background: #fff;
}
.sec2 article .eye-catch img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.sec2 article h3 {
	padding: 5px 10px 15px;
	height: 60px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	background: #fff;
}

/* sec3 おすすめの記事
---------------------------------------
------------- */
.sec3 {
	margin: 70px 0;
}
.sec3 h2 {
	padding: 0;
	width: 100%;
	font-size: 22px;
	font-size: 2.2rem;
	color: #333;
	border: none;
	font-weight: 600;
}

.sec3 .flex {
	margin-bottom: 10px;
	display: block;
}
.sec3 article {
	margin: 0 auto 20px;
	padding-bottom: 25px;
	width: 95%;
	background: #fff;
	border: 1px solid #d6d6d6;
	position: relative;
}
.sec3 .cat {
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	background: #00b767;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.sec3 article figure {
	margin-bottom: 5px;
}
.sec3 article figure img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.sec3 article h3 {
	padding: 0 16px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: justify;
	line-height: 1.6;
	letter-spacing: 0;
}
.sec3 article .btn {
	width: 16.5px;
	position: absolute;
	bottom: 5px;
	right: 16px;
}

/* sec4 募集要項
---------------------------------------------------- */
.sec4 {
	padding: 40px 0 70px;
	background: rgba(236, 236, 236, 0.7);
}
.sec4 h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-size: 2.2rem;
}
.sec4 h3::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 10px;
	height: 25px;
	vertical-align: sub;
}
#consultant .sec4 h3::before {
	background: #ef301c;
}
#engineer .sec4 h3::before {
	background: #0071b5;
}
#business-management .sec4 h3::before {
	background: #ff8fa6;
}
#business-promotion .sec4 h3::before {
	background: #eba028;
}
.sec4 a {
	font-weight: 600;
	color: #00b367;
	border-bottom: 1px solid #00b367;
	transition: all .5s;
}
.sec4 a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	transition: all .5s;
}
.sec4 .new,
.sec4 .career {
	margin-bottom: 30px;
	padding: 35px 3.5vw 40px;
	background: #fff;
	border-radius: 10px;
}
.sec4 table th,
.sec4 table td {
	padding-left: 8px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: left;
	display: block;
}
.sec4 table th {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
#consultant .sec4 table th {
	background: #ffe3e2;
}
#engineer .sec4 table th {
	background: #d0e9ff;
}
#business-management .sec4 table th {
	background: #ffeef2;
}
#business-promotion .sec4 table th {
	background: #faebd2;
}
.sec4 table td {
	padding-top: 10px;
	padding-bottom: 20px;
}
.sec4 ul li {
margin-left: 1.3em;
}
/* アコーディオン */
.sec4 input.box {
  display: none;
}
.sec4 .label {
	margin: 30px auto 0;
	width: 100%;
	max-width: 350px;
	height: 57px;
	line-height: 54px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 15px;
	cursor: pointer;
	position: relative;
  display: block;
  overflow-wrap: break-word;
	transition: all .5s;
}
.sec4 .label::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 35%;
	right: 15px;
}
#consultant .sec4 .label::after {
	background: url(../images/consultant-sec4-icon-plus.svg) no-repeat;
}
#engineer .sec4 .label::after {
	background: url(../images/engineer-sec4-icon-plus.svg) no-repeat;
}
#business-management .sec4 .label::after {
	background: url(../images/business-management-sec4-icon-plus.svg) no-repeat;
}
#business-promotion .sec4 .label::after {
	background: url(../images/business-promotion-sec4-icon-plus.svg) no-repeat;
}
#consultant .sec4 .label {
	color: #ef301c;
}
#engineer .sec4 .label {
	color: #0071b5;
}
#business-management .sec4 .label {
	color: #ff8fa6;
}
#business-promotion .sec4 .label {
	color: #eba028;
}
.sec4 .content {
  display: block;
  height: 0;
  opacity: 0;
  overflow-wrap: break-word;
  visibility: hidden;
}
.sec4 .content table {
  width: 100%;
}
.sec4 input.box:checked + .label + .content {
  height: auto;
  opacity: 1;
  visibility: visible;
	transition: all .5s;
}
.sec4 .label:checked {
  display: none;
}
#new-box:checked + #new-box-btn,
#career-box:checked + #career-box-btn {
	display: none;
}

/* sec5 キャリアイメージ
---------------------------------------------------- */
.sec5 {
	padding: 70px 0;
}
.sec5 .career-box .content .image {
	width: 35%;
	position: relative;
}
.sec5 .career-box .content .image figure img {
	width: 100%;
	transform:rotate(90deg);
}
.sec5 .career-box .content .image p {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-size: max(4.2vw,13.5px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 2.6em;
	left: 0.1em;
}
#consultant .sec5 .flex .image p {
	color: #f1301c;
}
#engineer .sec5 .flex .image p {
	color: #0071b5;
}
#business-management .sec5 .flex .image p {
	color: #ff789e;
}
#business-promotion .sec5 .flex .image p {
	color: #eba028;
}
#consultant .sec5 .career-box .content:nth-of-type(5) .image p,
#engineer .sec5 .career-box .content:nth-of-type(4) .image p,
#engineer .sec5 .career-box .content:nth-of-type(5) .image p {
	top: 2.1em;
}
.sec5 .career-box .content {
	margin-bottom: 10px;
}
.sec5 .career-box .content .image p span {
	font-size: 14px;
	font-size: 1.4rem;
	font-size: max(3vw,10px);
	display: block;
}
.sec5 .career-box .content .text {
	margin-left: 5%;
	padding-top: 0.5em;
	width: 60%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}


/* sec6 採用フロー
---------------------------------------------------- */
.sec6 {
	padding: 70px 0;
	background: rgba(236, 236, 236, 0.7);
}
.sec6 .flex {
	display: block;
}
.sec6 .content {
	margin-bottom: 25px;
	background: #fff;
	position: relative;
}
.sec6 .content::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 18px;
	position: absolute;
	bottom: -21px;
	left: 49%;
}
#consultant .sec6 .content::after {
	background: url(../images/consultant-sec6-icon-dotted.svg) no-repeat;
}
#engineer .sec6 .content::after {
	background: url(../images/engineer-sec6-icon-dotted.svg) no-repeat;
}
#business-management .sec6 .content::after {
	background: url(../images/business-management-sec6-icon-dotted.svg) no-repeat;
}
#business-promotion .sec6 .content::after {
	background: url(../images/business-promotion-sec6-icon-dotted.svg) no-repeat;
}
.sec6 .content:nth-of-type(5)::after {
	display: none;
}
.sec6 .content h3 span {
	padding-right: 10px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 400;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.5);
}
.sec6 .content h3 {
	padding: 0 4vw;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-size: 2.0rem;
	font-size: max(4.8vw, 19px);
	font-weight: 600;
	color: #fff;
	position: relative;
}
#consultant .sec6 .content h3 {
	background: #f1301c;
}
#engineer .sec6 .content h3 {
	background: #0071b5;
}
#business-management .sec6 .content h3 {
	background: #ff8fa6;
}
#business-promotion .sec6 .content h3 {
	background: #eba028;
}
.sec6 .content h3 br {
	display: none;
}
.sec6 .content h3::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 25px;
	position: absolute;
	bottom: -32px;
	right: 45%;
	transform: rotate(90deg);
}
#consultant .sec6 .content h3::after {
	background: url(../images/consultant-sec6-icon-rightarrow.svg) no-repeat;
}
#engineer .sec6 .content h3::after {
	background: url(../images/engineer-sec6-icon-rightarrow.svg) no-repeat;
}
#business-management .sec6 .content h3::after {
	background: url(../images/business-management-sec6-icon-rightarrow.svg) no-repeat;
}
#business-promotion .sec6 .content h3::after {
	background: url(../images/business-promotion-sec6-icon-rightarrow.svg) no-repeat;
}
.sec6 .content p {
	padding: 20px 4vw;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {

/* ヘッダ
---------------------------------------------------- */
.header {
	padding-top: 130px;
	background: url(../images/head-bg.jpg) center 80px no-repeat;
	background-size: cover;
}
.header h1 {
	margin: 0 auto 50px auto;
	font-size: 30px;
	font-size: 3.0rem;
}

/* 共通
---------------------------------------------------- */
.head h1 {
	padding: 40px 0 60px;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}
.head h1 .text-ja {
	font-size: 23px;
	font-size: 2.3rem;
	display: inline;
}
.head h1 .text-en {
	padding-top: 8px;
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	margin: 0 auto 40px;
}
h2 span {
	font-size: 30px;
	font-size: 3.0rem;
}
.btn-more {
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	font-size: 1.8rem;
}
.sec3 .btn-more::after {
	width: 28px;
	height: 28px;
}

.btn-entry {
	margin-top: 45px;
	height: 75px;
	line-height: 66px;
	font-size: 20px;
	font-size: 2.0rem;
}
.btn-entry a::after {
	width: 70px;
	top: 37%;
	right: 10%;
}

/* sec1
---------------------------------------------------- */
.sec1 {
	margin: 35px auto 0;
	padding: 25px 0 80px;
	max-width: 970px;
	background-size: 247px 240px;
}
.sec1 .flex {
	display: flex;
}
.sec1 .image {
	padding-left: 25px;
	width: 40%;
	max-width: 322px;
}
.sec1 .text {
	margin-left: 5%;
	width: 62%;
}
.sec1 h3 {
	padding: 0 0 20px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
}
.sec1 p {
	letter-spacing: 0.03em;
}
.sec1 .role .image {
	padding-left: 0;
	width: 100%;
	max-width: 970px;
}
.sec1 .role h4 {
	padding-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

#engineer .sec1 .role {
	padding-right: 7px;
	padding-bottom: 7px;
	background-size: 99% 81%;
	background-position: bottom right;
}
#engineer .sec1 .role .content {
	padding: 18px;
}
#engineer .sec1 .role .content .box {
	margin-right: 2.5%;
	margin-bottom: 20px;
	width: calc(100%/4);
}
#engineer .sec1 .role .content .box:nth-of-type(4) {
	margin-right: 0;
}
.sec1 .role .content .text {
	margin: 0;
	width: 100%;
}

#business-management .sec1 .role .department .flex,
#business-promotion .sec1 .role .department .flex {
	flex-wrap: wrap;
}
#business-management .sec1 .role .department h5,
#business-promotion .sec1 .role .department h5 {
	padding: 16px 16px 16px 4%;
	height: 60px;
	font-size: 24px;
	font-size: 2.4rem;
}
#business-management .sec1 .role .department h5::before,
#business-promotion .sec1 .role .department h5::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 10px;
	height: 25px;
	background: #ff8fa6;
	vertical-align: sub;
}
#business-management .sec1 .role .department strong,
#business-promotion .sec1 .role .department strong {
	font-size: 18px;
	font-size: 1.8rem;
}
#business-management .sec1 .role .department p,
#business-promotion .sec1 .role .department p {
	padding: 0 20px 10px 4%;
}
#business-management .sec1 .role .department .text,
#business-promotion .sec1 .role .department .text {
	margin-left: 0;
	padding-bottom: 30px;
	width: 65%;
}
#business-management .sec1 .role .department .image,
#business-promotion .sec1 .role .department .image {
	padding: 20px;
	width: 35%;
	background: linear-gradient(to right, #ffeef2, #ffeef2) no-repeat;
	background-size: 100% 60px;
}
#business-management .sec1 .role .department .list,
#business-promotion .sec1 .role .department .list {
	margin-left: 2.9%;
	padding: 0;
	width: 29.5%;
}
#business-management .sec1 .role .department .list ul li br,
#business-promotion .sec1 .role .department .list ul li br {
	display: block;
}
#business-management .sec1 .role .department .list ul li,
#business-promotion .sec1 .role .department .list ul li {
	margin-bottom: 10px;
}

#business-promotion .sec1 .role .department h5::before {
	background: #eba028;
}
#business-promotion .sec1 .role .department .image {
	background: linear-gradient(to right, #faebd2, #faebd2) no-repeat;
	background-size: 100% 60px;
}

/* sec2 社員紹介
---------------------------------------------------- */
.sec2 .flex {
	display: flex;
	justify-content: center;
}
.sec2 .section-2-wrap {
	max-width: 960px;
}
.sec2 article {
	margin: 0 4px 20px;
	width: 24%;
	max-width: 225px;
}
.sec2 article:nth-of-type(4n) {
	margin-right: 0;
}
.sec2 article .eye-catch img {
	height: 205px;
}
.sec2 article h3 {
	padding: 5px 16px 15px;
	font-size: min(1.4vw,13px);
}

/* sec3 おすすめの記事
---------------------------------------------------- */
.sec3 .inner {
	max-width: 895px;
}
.sec3 h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
.sec3 .flex {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sec3 article {
	margin: 0 5% 40px 0;
	padding-bottom: 15px;
	width: 30%;
	max-width: 270px;
}
.sec3 article:nth-of-type(3n) {
	margin-right: 0;
}
.sec3 article figure img {
	height: 188px;
}

/* sec4 募集要項
---------------------------------------------------- */
.sec4 {
	padding: 70px 0 70px;
}
.sec4 h3 {
	margin-bottom: 12px;
}
.sec4 .new,
.sec4 .career {
	margin-bottom: 30px;
	padding: 35px 3.5vw 40px;
}
.sec4 table th,
.sec4 table td {
	display: table-cell;
}
.sec4 table th {
	width: 25%;
}
.sec4 table td {
	padding-left: 20px;
	padding-bottom: 10px;
	width: 80%;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.sec4 .content table tbody:nth-of-type(1) th,
.sec4 .content table tbody:nth-of-type(1) td {
	border-top: none;
}

/* sec5 キャリアイメージ
---------------------------------------------------- */
.sec5 {
	margin: 0 auto;
	padding: 80px 0 75px;
	max-width: 885px;
}
.sec5 .career-box {
	display: flex;
}
.sec5 .content {
	width: calc(100%/5);
}
.sec5 .career-box .flex {
	display: block;
}
.sec5 .career-box .content .image {
	width: 100%;
	position: relative;
}
.sec5 .career-box .content .image::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 45%;
}
#consultant .sec5 .career-box .content .image::after {
	background: url(../images/consultant-sec5-icon-arrow-01.svg) no-repeat;
}
#consultant .sec5 .career-box .content:nth-of-type(2) .image::after {
	background: url(../images/consultant-sec5-icon-arrow-02.svg) no-repeat;
}
#consultant .sec5 .career-box .content:nth-of-type(3) .image::after {
	background: url(../images/consultant-sec5-icon-arrow-03.svg) no-repeat;
}
#consultant .sec5 .career-box .content:nth-of-type(4) .image::after {
	background: url(../images/consultant-sec5-icon-arrow-04.svg) no-repeat;
}
#consultant .sec5 .career-box .content:nth-of-type(5) .image::after {
	background: url(../images/consultant-sec5-icon-arrow-05.svg) no-repeat;
}

#engineer .sec5 .career-box .content .image::after {
	background: url(../images/engineer-sec5-icon-arrow-01.svg) no-repeat;
}
#engineer .sec5 .career-box .content:nth-of-type(2) .image::after {
	background: url(../images/engineer-sec5-icon-arrow-02.svg) no-repeat;
}
#engineer .sec5 .career-box .content:nth-of-type(3) .image::after {
	background: url(../images/engineer-sec5-icon-arrow-03.svg) no-repeat;
}
#engineer .sec5 .career-box .content:nth-of-type(4) .image::after {
	background: url(../images/engineer-sec5-icon-arrow-04.svg) no-repeat;
}
#engineer .sec5 .career-box .content:nth-of-type(5) .image::after {
	background: url(../images/engineer-sec5-icon-arrow-05.svg) no-repeat;
}

#business-management .sec5 .career-box .content .image::after {
	background: url(../images/business-management-sec5-icon-arrow-01.svg) no-repeat;
}
#business-management .sec5 .career-box .content:nth-of-type(2) .image::after {
	background: url(../images/business-management-sec5-icon-arrow-02.svg) no-repeat;
}
#business-management .sec5 .career-box .content:nth-of-type(3) .image::after {
	background: url(../images/business-management-sec5-icon-arrow-03.svg) no-repeat;
}
#business-management .sec5 .career-box .content:nth-of-type(4) .image::after {
	background: url(../images/business-management-sec5-icon-arrow-04.svg) no-repeat;
}
#business-management .sec5 .career-box .content:nth-of-type(5) .image::after {
	background: url(../images/business-management-sec5-icon-arrow-05.svg) no-repeat;
}

#business-promotion .sec5 .career-box .content .image::after {
	background: url(../images/business-promotion-sec5-icon-arrow-01.svg) no-repeat;
}
#business-promotion .sec5 .career-box .content:nth-of-type(2) .image::after {
	background: url(../images/business-promotion-sec5-icon-arrow-02.svg) no-repeat;
}
#business-promotion.sec5 .career-box .content:nth-of-type(3) .image::after {
	background: url(../images/business-promotion-sec5-icon-arrow-03.svg) no-repeat;
}
#business-promotion .sec5 .career-box .content:nth-of-type(4) .image::after {
	background: url(../images/business-promotion-sec5-icon-arrow-04.svg) no-repeat;
}
#business-promotion .sec5 .career-box .content:nth-of-type(5) .image::after {
	background: url(../images/business-promotion-sec5-icon-arrow-05.svg) no-repeat;
}

.sec5 .career-box .content .image figure img {
	width: 100%;
	transform:rotate(0);
}
.sec5 .career-box .content .image p {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	top: 40%;
	left: -0.3em;
}
#consultant .sec5 .career-box .content:nth-of-type(5) .image p,
#engineer .sec5 .career-box .content:nth-of-type(4) .image p,
#engineer .sec5 .career-box .content:nth-of-type(5) .image p {
	top: 35%;
}
.sec5 .career-box .content .image p span {
	font-size: 14px;
	font-size: 1.4rem;
}
.sec5 .career-box .content .text {
	margin-left: 0;
	padding: 40px 10px 0;
	width: 100%;
}

/* sec6 採用フロー（共通）
---------------------------------------------------- */
.sec6 {
	padding: 60px 0 100px;
}
.sec6 .flex {
	display: flex;
}
.sec6 .content-box {
	margin: 0 auto;
	max-width: 850px;
}
.sec6 .content span {
	font-size: 40px;
	font-size: 4.0rem;
	vertical-align: middle;
}
.sec6 .content::after {
	position: absolute;
	bottom: -21px;
	left: 12.5%;
}
.sec6 .content h3 {
	width: 24%;
	padding: 0px 23px 0px 7%;
	height: 85px;
	line-height: 85px;
	font-size: min(2.4vw, 20px);
	text-indent: -1.7em;
}
.sec6 .content:nth-of-type(3) h3 {
	padding-top: 21px;
	line-height: 0.8;
}
.sec6 .content h3 br {
	display: block;
}
.sec6 .content h3::after {
	width: 15px;
	height: 25px;
	top: 35%;
	right: -15px;
	transform: rotate(0);
}

.sec6 .content p {
	padding: 20px 2% 20px 3%;
	width: 76%;
	height: 85px;
	letter-spacing: 0.02em;
}

}


/* 970px　以上
---------------------------------------------------- */
@media all and (min-width: 970px) {

}

/* IE10 */
@media all and (-ms-high-contrast:none) {
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
}

