/*--------------------------------------------------------------
>>> : COMPANY
----------------------------------------------------------------*/
#company {
	margin-top: 150px;
}
#company .ttl {
	border-left: solid 3px var(--color-accent);
	padding-left: 10px;
	border-radius: 3px;
	margin-bottom: 50px;
	text-align: left;
}
#company .ttl h2 {
	font-size: var(--font-size-h3);
	margin-bottom: 5px;
}
#company .ttl span {
	font-size: var(--font-size);
	color: var(--color-accent);
	font-weight: 600;
}

.companyMessageWrap {
	width: 90%;
  margin-left: 10%;
	margin-bottom: 120px;
}

.companyMessageInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.companyTxtItem {
	width: 65%;
}
.companyTxtItem h3 {
	font-size: var(--font-size-h3);
	margin-bottom: 15px;
}

.companyImgItem {
	width: 30%;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.companyImgItem img {
	margin-bottom: 5px;
}
.companyImgItem span {
	font-size: 14px;
	font-weight: 500;
}

.companyProfileWrap {
	background: var(--color-bg-light-gray);
}

.companyProfileInner {
	padding: 100px 0;
	width: 90%;
	margin-left: 10%;
}
.companyProfileInner dl {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.companyProfileInner dt {
	width: 9em;
	font-weight: 700;
}
.companyProfileInner dd {
	width: calc(100% - 9em);
}
.companyProfileInner dd a {
	color: var(--color-text);
	text-decoration: underline;
}
.companyProfileInner dd span {
	font-weight: 700;
}
.companyProfileInner dd p {
	line-height: 1.6;
}

.companyAccessWrap {
	padding: 80px 0 150px;
	margin-left: 10%;
}

.companyAccessInner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.companyAccessInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.companyHistoryWrap {
	background: var(--color-bg-light-gray);
}
.companyHistoryInner {
	width: 85.5%;
  margin-left: 14.5%;
	padding: 100px 0 150px;
	width: 90%;
	margin-left: 10%;
}

.timelineInner {
	padding-top: 20px;
}
.timelineInner li {
  position: relative;
  display: flex;
  gap: 2em;
}
.timeline_item:last-child .timeline_content:before {
  display: none;
}
.timelineInner time {
  text-align: end;
  min-width: 0;
  overflow-wrap: break-word;
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 500;
}
.timeline_content {
  position: relative;
  flex: 1;
  order: 1;
	padding-left: 2.5em;
	padding-bottom: 3em;
}
.timeline_content:before {
  content: "";
  position: absolute;
  right: 100%;
  top: -20px;
  height: 155%;
  width: 2px;
  background: rgba(217, 217, 217, 1);
}
.timeline_content:after {
  content: "";
  position: absolute;
  left: calc(0px - 9px);
  top: 1px;
  width: 10px;
  height: 10px;
  background: rgba(217, 217, 217, 1);
  z-index: 1;
  border: solid 3px rgba(217, 217, 217, 1);
  border-radius: 50%;
}
.timeline_content p {
	font-size: var(--font-size);
	line-height: 1;
}
.timeline_content img {
	margin-top: 0.8em;
	width: 50%;
	max-width: 300px;
}

.lastRow {
  padding-bottom: 30px;
}


@media(min-width: 1440px) {
  .companyProfileInner,
	.companyHistoryInner {
    max-width: 1148px;
  }
}


@media(max-width: 980px) {
	.companyMessageWrap,
	.companyProfileInner,
	.companyAccessWrap,
	.companyHistoryInner {
		width: 85%;
		margin-left: 15%;
	}

}


@media(max-width: 800px) {
	.companyProfileInner,
	.companyHistoryInner {
    width: 100%;
  }

	.companyTxtItem {
		width: 65%;
	}
	.companyImgItem {
		width: 30%;
	}

	#company {
		margin-top: 120px;
	}
	#company .ttl h2 {
		font-size: var(--font-size-sp-h3);
	}
	#company .ttl span {
		font-size: 11px;
	}

	.companyMessageWrap {
		width: 100%;
		margin: 0 auto 80px;
	}

	.companyMessageInner {
		flex-direction: column-reverse;
	}
	.companyTxtItem {
		width: 100%;
	}
	.companyTxtItem h3 {
		font-size: var(--font-size-sp-h3);
		margin-bottom: 15px;
	}
	.companyImgItem {
		width: 100%;
		max-width: 100%;
		align-items: center;
		padding-bottom: 50px;
	}
	.companyImgItem img {
		width: 200px;
		margin-bottom: 5px;
	}
	.companyImgItem span {
		font-size: 14px;
		font-weight: 500;
	}

	.companyProfileWrap {
		padding: 80px 0;
	}

	.companyProfileInner {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.companyProfileInner dl {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.companyProfileInner dt {
		width: 100%;
		font-size: var(--font-size-sp);
		margin-bottom: 8px;
	}
	.companyProfileInner dd {
		width: 100%;
		font-size: var(--font-size-sp);
	}

	.companyAccessWrap {
    width: 100%;
    margin: auto;
		padding: 80px 0;
	}

	.companyHistoryWrap {
		padding: 80px 0 100px;
	}
	.companyHistoryInner {
		width: 100%;
		margin: auto;
		padding: 0;
	}

	.timelineInner {
		margin-left: 0;
	}
	.timelineInner li {
		gap: 1.5em;
	}
	.timelineInner time {
		font-size: var(--font-size-sp);
		line-height: 1.5;
	}
	.timeline_content {
		padding-left: 1.5em;
    padding-bottom: 2.5em;
	}
	.timeline_content:before {
		width: 1px;
		height: 115%;
	}
	.timeline_content:after {
		top: 4px;
		left: calc(0px - 8px);
	}
	.timeline_content p {
		font-size: var(--font-size-sp);
		line-height: 1.5;
	}
	.timeline_content img {
		margin-top: 0.8em;
		width: 180px;
		max-width: 200px;
	}
	.lastRow {
		padding-bottom: 30px;
	}
}




/*--------------------------------------------------------------
>>> : RECRUIT
----------------------------------------------------------------*/
#recruit {
}
#recruit .ttl {
	position: relative;
	margin: 50px 0 0;
	width: 100%;
}
#recruit .ttl h1 {
	font-size: 60px;
	width: 100%;
	text-align: center;

	position: absolute;
	top: calc(50% - 43%);
	left: calc(50%);
	transform: translate(-50%, -50%);
}

.recruitLeadWrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;

  background: var(--color-bg-light-gray);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}


.recruitLeadTopWrap {
	width: 100%;
	margin-left: 0;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recruitLeadTopWrap h2 {
	margin-bottom: .5em;
}
.recruitLeadTopWrap h2 span {
	color: var(--color-accent);
}
.recruitLeadTopItem:first-child {
	width: 45%;
  margin-left: 10%;
}
.recruitLeadTopItem:last-child {
	width: 35%;
}

.recruitLeadBottomWrap {
	text-align: center;
	padding: 50px 0 100px;
}
.recruitLeadBottomWrap h2 {
	margin-bottom: .5em;
}
.recruitLeadBottomWrap h2 span {
	color: var(--color-accent);
}
.recruitLeadBottomWrap p {
	width: 520px;
	margin: auto;
}
.recruitLeadBottomWrap p.lead {
	font-size: var(--font-size-h4);
	margin-bottom: 2em;
}

.recruitJobWrap {
  width: 80%;
  margin-left: 10%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruitJobItem {
	width: 48%;
	margin-bottom: 7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recruitJobInner {
	margin-top: 30px;
}
.recruitJobInner h4 {
	text-align: center;
	margin-bottom: 10px;
}
.recruitJobInner span {
	display: block;
	margin-bottom: 40px;
	text-align: center;
	color: var(--color-gray);
}
.recruitJobInner .arrow {
	margin-top: 40px;
	text-align: right;
}


@media (max-width: 800px) {
	#recruit {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	#recruit .ttl {
		width: 100%;
		margin: 0 auto;
	}
	#recruit .ttl h1 {
		font-size: 35px;
	}

	.recruitLeadWrap {
    margin-bottom: 50px;
		clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
	}

	.recruitLeadTopWrap {
		flex-direction: column;
		margin-bottom: 0;
		padding: 50px 0;
	}
	.recruitLeadTopWrap h2 {
		margin-bottom: .5em;
	}
	.recruitLeadTopWrap h2 span {
		color: var(--color-accent);
	}
	.recruitLeadTopItem:first-child {
		width: 90%;
		margin: auto;
		padding-bottom: 40px;
	}
	.recruitLeadTopItem:last-child {
		margin: 0 calc(50% - 50vw)0;
		width: 100vw;
	}
	.recruitLeadBottomWrap {
		padding: 0 0 120px;
	}
	.recruitLeadBottomWrap p {
		width: 83%;
	}
	.recruitLeadBottomWrap h2 {
		margin-bottom: 0;
	}
	.recruitLeadBottomWrap p.lead {
		margin-bottom: 15px;
	}

	.recruitJobInner span {
		margin-bottom: 20px;
		font-size: var(--font-size-copy);
	}

	.recruitJobWrap {
		width: 90%;
		margin: auto;
	}
}

@media (max-width: 544px) {
	.recruitJobWrap {
		width: 90%;
		margin: auto;
	}
	.recruitJobItem {
		width: 100%;
		margin-bottom: 10%
	}

	.recruitJobInner {
		width: 100%;
		margin: 20px auto 0;
	}
	.recruitJobInner h4 {
		margin-bottom: 10px;
	}
	.recruitJobInner span {
		font-size: 13px;
		margin-bottom: 25px;
	}
	.recruitJobInner p {
	}

	.recruitJobInner .arrow {
		margin-top: 30px;
	}

}



/*--------------------------------------------------------------
>>> : RECRUIT 詳細
----------------------------------------------------------------*/
.recruitBg {
  clip-path: url(#about-header-mask_pc);
  -webkit-clip-path: url(#about-header-mask_pc);
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruitBg_sales {
	background-image: url('../img/recruit/ttl_sales.jpg');
}
.recruitBg_designer {
	background-image: url('../img/recruit/ttl_designer.jpg');
}
.recruitBg_production {
	background-image: url('../img/recruit/ttl_production.jpg');
}
.recruitBg_logi {
	background-image: url('../img/recruit/ttl_logi.jpg');
}

.recruitAbout_header {
	margin-bottom: 100px;
}
.recruitAbout_header .header_ttl {
	width: 75%;
  margin-left: 20%;
}
.recruitAbout_header .header_ttl h2 {
	margin-bottom: 5px;
}
.recruitAbout_header .header_ttl span {
	font-size: 18px;
}
.recruitAbout_header .header_ttl p {
	margin-top: 2em;
}

.header_ttl {
	margin: 50px 80px;
}

.ttl {
	text-align: center;
	margin-bottom: 50px;
}

.recruitAbout_qualities {
	padding: 100px 5% 20%;
	background: var(--color-bg-light-gray);
}
.qualitiesWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	width: 85%;
	margin-left: 15%;
}
.qualities_item {
	width: 31%;
	max-width: 320px;
}

.qualities_ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 1.5em
}
.qualities_ttl img {
	width: 40px;
}
.qualities_ttl h4 {
	margin: 5px 0 10px;
}
.qualities_ttl span {
	color: var(--color-gray);
	font-size: var(--font-size-copy)
}
.qualities_body {
	color: var(--color-gray);
}

.recruitAbout_description {
	padding: 150px 0;
}

.descriptionInner {
	width: 80%;
	margin-left: 15%;
	text-align: center;
}
.description_body {
	max-width: 700px;
	margin: auto;
}
.description_item {
	border-bottom: solid 1px var(--color-bg-ash-blue);
  padding: 40px 0;
	text-align: center;
}
.description_item h4 {
	font-size: var(--font-size-sp-h5);
	margin-bottom: 1em;
}


.recruitAbout_process {
	padding: 80px 0;
	background: var(--color-bg-light-gray);
}
.processInner {
	width: 80%;
	margin-left: 15%;
	text-align: left;
}
.process_body {
	max-width: 700px;
	margin: auto;
	color: var(--color-charcoal-purple);
}
.process_body p {
	margin-bottom: 1em;
}

.recruitAbout_contact {
	padding: 80px 0 100px;
	background: var(--color-bg-misty-gray);
}
.contactInner {
	width: 80%;
	margin-left: 15%;
	text-align: center;
}
.contact_body {
	max-width: 700px;
	margin: auto;
}

.btnWrap {
	margin: 90px 0 80px;
}


@media(max-width: 999px) {
	.recruitAbout_header .header_ttl {
		width: 80%;
		margin: 50px 80px 0 25%;
	}
	.qualitiesWrap {
		flex-direction: column;
	}
	.qualities_item {
		width: 80%;
    max-width: max-content;
    margin: 0 auto 70px;
	}
	.description_body {
		min-width: 400px;
		width: 70%;
	}

	.contactInner {
		width: 65%;
    margin-left: 25%;
	}

	.processInner {
		width: 65%;
    margin-left: 25%;
	}
}


@media (max-width: 800px) {
	.recruitBg {
		clip-path: url(#about-header-mask_sp);
		-webkit-clip-path: url(#about-header-mask_sp);
		height: 300px;
	}

	.recruitAbout_header {
		margin-bottom: 0;
	}
	.recruitAbout_header .header_ttl {
		width: 80%;
    margin: 30px auto;
	}

	.recruitAbout_qualities {
		padding: 70px 0 40px;
		margin-bottom: 0;
	}
	.qualitiesWrap {
		width: 100%;
		margin: auto;
	}
	.qualities_item {
		min-width: auto;
		width: 80%;
		margin: 0 auto 50px;
		text-align: center;
	}
	.qualities_ttl {
		margin-bottom: 1em;
	}
	.qualities_ttl img {
    width: 25px;
	}
	.qualities_ttl h4 {
		margin-bottom: 8px;
	}
	.qualities_ttl span {
		font-size: var(--font-size-sp-copy);
	}

	.recruitAbout_description {
		padding: 50px 0 100px;
	}

	.descriptionInner {
		width: 100%;
		margin: auto;
	}
	.description_body {
		min-width: auto;
		width: 80%;
	}
	.description_item {
		border-bottom: solid 1px var(--color-bg-ash-blue);
		padding: 20px 0;
		text-align: center;
	}
	.description_item h4 {
		font-size: var(--font-size-sp-h5);
		margin-bottom: .5em;
	}


	.recruitAbout_process {
		padding: 80px 0;
		background: var(--color-bg-light-gray);
	}
	.processInner {
		width: 80%;
		margin: auto;
	}
	.process_body {
		max-width: auto;
		width: 100%;
		margin: auto;
		color: var(--color-charcoal-purple);
	}
	.process_body p {
		margin-bottom: 1em;
	}

	.recruitAbout_contact {
		padding: 80px 0 100px;
		background: var(--color-bg-misty-gray);
	}
	.contactInner {
		width: 100%;
		margin: auto;
	}
	.contact_body {
		max-width: auto;
		width: 100%;
	}

	.btnWrap {
		margin: 40px 0 0;
	}

}