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

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
	padding-top: 75px;
    padding-bottom: 0;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .sec-title {
	text-align: left;
	margin-bottom: 24px!important;
}


/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	height: 716px;
	overflow: hidden;
	position: relative;
	background: url(../images/top/mainvisual-bg.svg) no-repeat center center / cover;
}
#page-top #mainvisual .inner {
	padding-top: 105px;
	height: 100%;
	max-width: var(--common-inner-max-width-wide);
	position: relative;
}
#page-top #mainvisual .logo {
	margin-bottom: 0;
}
#page-top #mainvisual .site-title {
	color: var(--common-color-main);
	line-height: 1.2;
	font-size: 80px;
	letter-spacing: 0.06em;
	font-weight: 900;
	position: relative;
	z-index: 1;
}
#page-top #mainvisual .site-title span {
	font-size: 40px;
}
#page-top #mainvisual .site-lead {
	color: var(--common-color-main);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 32px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
#page-top #mainvisual .image {
	position: absolute;
	width: 1032px;
	top: 50%;
	transform: translatey(-50%);
	left: calc(50% - 224px);
}
#page-top #mainvisual .en-text {
	position: absolute;
	width: 100vw;
	left: -78px;
	bottom: -12px;
	mix-blend-mode: multiply;
}
#page-top #mainvisual .en-text p {
	color: #DCDBF0;
	font-size: 120px;
	line-height: 1;
	font-weight: bold;
	white-space: nowrap;
	font-family: "Open Sans", sans-serif;
}

/*============================================================
 メッセージ
*============================================================*/
#page-top #sec-message {
	padding: 136px 0;
	background: #F6F6F6;
	position: relative;
	overflow: hidden;
	color: var(--common-color-main);
	text-align: center;
	margin-bottom: 0;
}
#page-top #sec-message:before {
	position: absolute;
	content: "";
	background-image: url(../images/top/message-text.svg);
	background-size: contain;
	width: 531px;
	height: 130px;
	top: 80px;
	left: calc(50% - 430px);
}
#page-top #sec-message .inner {
}
#page-top #sec-message .info {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
#page-top #sec-message .info h2 {
	font-size: 32px;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 24px;
}
#page-top #sec-message .info p {
	margin-bottom: 40px;
	line-height: 2.6;
}
#page-top #sec-message .parts-btn {
	margin: 0 auto;
}

/*============================================================
 募集要項
*============================================================*/
#page-top #sec-job-description {
	position: relative;
	background: var(--common-color-sub);
	color: #fff;
	overflow: hidden;
	padding: 100px 0;
	margin-bottom: 80px;
}
#page-top #sec-job-description .sec-title h2 {
	color: #fff;
}
#page-top #sec-job-description .info {
	position: relative;
	max-width: 420px;
	z-index: 2;
	margin-bottom: 0;
}
#page-top #sec-job-description .info > p {
	margin-bottom: 40px;
}
#page-top #sec-job-description .image {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translatey(-50%);
	right: calc(50% - 694px);
	max-width: 712px;
}

/*============================================================
 働く環境
*============================================================*/
#page-top #sec-working-environment {
	margin-bottom: 80px;
}
#page-top #sec-working-environment .block {
	gap: 40px;
}
#page-top #sec-working-environment .block .info {
	width: 49%;
	margin-bottom: 0;
}
#page-top #sec-working-environment .block .info > p {
	max-width: 420px;
	margin-bottom: 40px;
}
#page-top #sec-working-environment .parts-btn {
	margin: 0;
}
#page-top #sec-working-environment .block .image {
	width: 47%;
	padding: 0 88px;
}

/*============================================================
 会社概要
*============================================================*/
#page-top #sec-company {
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}
#page-top #sec-company:before {
	content: "";
	position: absolute;
	background: url(../images/top/company-bg.svg) no-repeat center center / contain;
	width: 2365px;
	height: 269px;
	top: 0;
	left: 48%;
	transform: translatex(-50%);
	z-index: -1;
}
#page-top #sec-company .info {
	max-width: 420px;
	margin-bottom: 0;
}
#page-top #sec-company .info > p {
	margin-bottom: 40px;
}
#page-top #sec-company .image {
	position: absolute;
	width: 672px;
	left: calc(50% - 30px);
}
#page-top #sec-company .parts-btn {
	margin: 0;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1048px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .inner {
		padding-top: 174px;
	}
	#page-top #mainvisual .site-title {
		font-size: 64px;
	}
	#page-top #mainvisual .site-title span {
		font-size: 32px;
	}
	#page-top #mainvisual .image {
		left: calc(50% - 200px);
	}
	#page-top #mainvisual .en-text {
		left: 0;
	}
	#page-top #mainvisual .en-text p {
		font-size: 96px;
	}
	
	#page-top #sec-message .image {
		display: none;
	}
	
	#page-top #sec-job-description .info {
		max-width: 46%;
	}
	
	#page-top #sec-working-environment .block {
		gap: 24px;
	}
	#page-top #sec-working-environment .block .image {
		padding: 0;
		text-align: center;
	}
	#page-top #sec-working-environment .block .image img {
		width: 280px;
	}
	
	#page-top #sec-company .info {
		max-width: 47%;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
		height: 800px;
		background: url(../images/top/mainvisual-bg-sp.svg) no-repeat center center / cover;
    }
	#page-top #mainvisual .inner {
		padding-top: 48px;
	}
	#page-top #mainvisual .logo {
		width: 175px;
	}
	#page-top #mainvisual .site-title {
		font-size: 56px;
		line-height: 1.2;
		margin-top: -14px;
	}
	#page-top #mainvisual .site-title span {
		font-size: 24px;
	}
	#page-top #mainvisual .site-lead {
		font-size: 15px;
		margin-top: 16px;
	}
	#page-top #mainvisual .image {
		top: 378px;
		width: 1300px;
		left: 50%;
		transform: translatex(-50%);
		height: 425px;
	}
	#page-top #mainvisual .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#page-top #mainvisual .image img.forPC {
		display: block;
	}
	#page-top #mainvisual .image img.forSP {
		display: none;
	}
	#page-top #mainvisual .en-text {
		bottom: -1vw;
	}
	#page-top #mainvisual .en-text p {
		font-size: 8vw;
	}
	
	#page-top #sec-message {
		padding: 72px 0;
	}
	#page-top #sec-message:before {
		display: none;
	}
	#page-top #sec-message .info h2 {
		font-size: 22px;
	}
	
	#page-top #sec-job-description {
		padding: 40px 0;
	}
	#page-top #sec-job-description .sec-title {
		text-align: center;
	}
	#page-top #sec-job-description .sec-title .en {
		padding-left: 0;
	}
	#page-top #sec-job-description .image {
		display: none;
	}
	#page-top #sec-job-description .info {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	#page-top #sec-job-description .parts-btn {
		margin: 0 auto;
	}
	
	#page-top #sec-working-environment .sec-title {
		text-align: center;
	}
	#page-top #sec-working-environment .sec-title .en {
		padding-left: 0;
	}
	#page-top #sec-working-environment .block {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	#page-top #sec-working-environment .block .image {
		order: 1;
		width: 100%;
		max-width: 480px;
	}
	#page-top #sec-working-environment .block .image img {
		width: 240px;
	}
	#page-top #sec-working-environment .block .info {
		order: 2;
		width: 100%;
		max-width: 480px;
	}
	#page-top #sec-working-environment .block .info p {
		max-width: 100%;
	}
	#page-top #sec-working-environment .block .parts-btn {
		margin: 0 auto;
	}
	
	#page-top #sec-company {
		margin-bottom: 64px;
	}
	#page-top #sec-company .inner {
	}
	#page-top #sec-company .sec-title {
		text-align: center;
		margin-bottom: 24px!important;
	}
	#page-top #sec-company .sec-title .en {
		padding-left: 0;
	}
	#page-top #sec-company .block {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	#page-top #sec-company .info {
		width: 100%;
		max-width: 480px;
		order: 2;
	}
	#page-top #sec-company .info > p {
		margin-bottom: 32px;
	}
	#page-top #sec-company .info .parts-btn {
		margin: 0 auto;
	}
	#page-top #sec-company .image {
		order: 1;
		width: 100%;
		max-width: 480px;
		position: static;
	}
	
}

@media screen and (max-width: 480px) {
	#page-top #mainvisual .image {
		width: 120%;
		left: 46%;
	}
	#page-top #mainvisual .image img.forPC {
		display: none;
	}
	#page-top #mainvisual .image img.forSP {
		display: block;
	}
	
	#page-top #sec-company .inner {
		padding: 0;
	}
	#page-top #sec-company .info {
		padding: 0 16px;
	}
}

