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

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

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

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
	padding-top: 87px;
}
.sec-title h2 span {
	font-size: 30px;
	font-weight: normal;
}

#page-top .parts-btn {
    margin: 0 auto;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	position: relative;
	min-height: 804px;
	overflow: hidden;
}
#page-top #mainvisual:before {
	content: "";
	position: absolute;
	background: url(../images/top/mainvisual-bg.jpg) no-repeat center center / cover;
	width: 780px;
	height: 804px;
	top: 0;
	right: 0;
}
@media screen and (min-width: 1400px) {
	#page-top #mainvisual:before {
		width: 920px;

	}
}
#page-top #mainvisual .inner {
	margin-top: 115px;
	max-width: 1280px;
	padding: 0 32px;
	position: relative;
}
#page-top #mainvisual .site-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 2.2;
	letter-spacing: 0.1em;
}
#page-top #mainvisual .site-title span {
	display: block;
}

/*============================================================
 こんなお悩みございませんか？
*============================================================*/
#page-top #sec-worries {
	overflow: hidden;
}
#page-top #sec-worries .inner {
	position: relative;
}
#page-top #sec-worries .inner:before {
	position: absolute;
	content: "";
	background: url(../images/top/worries-illust.svg) no-repeat;
	background-size: contain;
	width: 62px;
	height: 88px;
	bottom: 0;
	right: -64px;
}
#page-top #sec-worries .sec-title {
	text-align: center;
}
#page-top #sec-worries .sec-title h2 span {
	display: inline-block;
	margin-top: 16px;
}
#page-top #sec-worries .item {
	margin-bottom: 24px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid var(--common-color-text);
}
#page-top #sec-worries .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

/*============================================================
 私たちなら、その課題を解決できます
*============================================================*/
#page-top #sec-resolution .sec-title {
	text-align: center;
}
#page-top #sec-resolution .sec-title h2 span {
	display: inline-block;
	margin-top: 16px;
}
#page-top #sec-resolution .illust {
	margin-bottom: 56px;
}


/*============================================================
 事業や目的に応じて依頼可能です。
*============================================================*/
#page-top #sec-business {
}
#page-top #sec-business .list {
	gap: 40px;
	margin-bottom: 64px;
}
#page-top #sec-business .item {
	width: 47%;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
}
#page-top #sec-business .item-header {
	margin-bottom: 16px;
	gap: 16px;
}
#page-top #sec-business .item-header .tag {
	background: var(--common-color-main);
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 10px;
	width: 88px;
	text-align: center;
	border-radius: 6px;
}
#page-top #sec-business .item-header h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#page-top #sec-business .item-lead {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--common-color-sub);
	margin-bottom: 16px;
}
#page-top #sec-business .item-text {
	font-size: 16px;
	line-height: 2;
}
#page-top #sec-business .item-text strong {
	font-weight: bold;
}

/*============================================================
 CTA
*============================================================*/
#page-top #sec-cta {
	text-align: center;
	letter-spacing: 0.1em;
}
#page-top #sec-cta h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 16px;
}
#page-top #sec-cta p {
	font-size: 24px;
}

/*============================================================
 Voice
*============================================================*/
#page-top #sec-voice h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 56px;
}
#page-top #sec-voice .block-card {
	margin-bottom: 56px;
}

/*============================================================
 News
*============================================================*/
#page-top #sec-news h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 56px;
}
#page-top #sec-news .block-news {
	margin-bottom: 48px;
}

@media screen and (max-width: 1200px) {
	/*============================================================
	 commonカスタム
	*============================================================*/
	#page-top #main-contents {
		padding-top: 56px;
	}
	
	/*============================================================
	 メインビジュアル
	*============================================================*/
	#page-top #mainvisual {
		min-height: initial;
		padding-bottom: 40px;
  	}
	#page-top #mainvisual:before {
		width: 100%;
		height: 390px;
	}
	#page-top #mainvisual .inner {
		margin-top: 430px;
	}
	#page-top #mainvisual .site-title {
		line-height: 2;
	}
	#page-top #mainvisual .site-title .forSP {
		display: block;
	}
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1008px) {
	/*============================================================
	 メインビジュアル
	*============================================================*/
	#page-top #mainvisual .site-title {
		font-size: 24px;
	}

	/*============================================================
     こんなお悩みございませんか？
    *============================================================*/
	#page-top #sec-worries .inner:before {
		right: 12px;
		bottom: -34px;
	}
	
	/*============================================================
	 Voice
	*============================================================*/
	#page-top #sec-voice h2 {
		margin-bottom: 40px;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {	
	/*============================================================
	 commonカスタム
	*============================================================*/
	.sec-title h2 span {
		margin-top: 8px;
		font-size: 20px;
	}
	
	/*============================================================
	 メインビジュアル
	*============================================================*/
	#page-top #mainvisual .inner {
		padding: 0 24px;
	}
	#page-top #mainvisual .site-title {
		line-height: 1.6;
		letter-spacing: 0.12em;
	}
	#page-top #mainvisual .site-title span {
		margin-bottom: 20px;
	}
	#page-top #mainvisual .site-title span:last-child {
		margin-bottom: 0;
	}
	
	/*============================================================
	 こんなお悩みございませんか？
	*============================================================*/
	#page-top #sec-worries .inner:before {
		width: 44px;
		height: 64px;
		bottom: -52px;
	}
	#page-top #sec-worries .sec-title h2 span {
		font-size: 18px;
		margin-top: 8px;
	}
	#page-top #sec-worries .item {
		font-size: 16px;
	}
	
	/*============================================================
	 私たちなら、その課題を解決できます
	*============================================================*/
	#page-top #sec-resolution .sec-title h2 span {
		margin-top: 8px;
	}
	#page-top #sec-resolution .illust {
		overflow: hidden;
		margin-bottom: 32px;
	}
	#page-top #sec-resolution .illust img {
		max-width: 130%;
	}
	
	/*============================================================
	 事業や目的に応じて依頼可能です。
	*============================================================*/
	#page-top #sec-business .sec-title .forSP {
		display: none;
	}
	#page-top #sec-business .list {
		margin-bottom: 40px;
	}
	#page-top #sec-business .item {
		width: 100%;
	}
	#page-top #sec-business .item-header {
		flex-direction: column;
		align-items: flex-start;
	}
	#page-top #sec-business .item-header h3 {
		font-size: 20px;
	}
	
	/*============================================================
	 CTA
	*============================================================*/
	#page-top #sec-cta {
		border-top: none;
		padding-top: 24px;
	}
	#page-top #sec-cta h2 {
		font-size: 20px;
	}
	#page-top #sec-cta p {
		font-size: 16px;
	}
	
	/*============================================================
	 Voice
	*============================================================*/
	#page-top #sec-voice h2 {
		margin-bottom: 32px;
	}
	
	/*============================================================
	 News
	*============================================================*/
	#page-top #sec-news h2 {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 480px) {
	#page-top #sec-worries .item {
		font-family: var(--common-font-family-sub);
	}
	
	/*============================================================
	 事業や目的に応じて依頼可能です。
	*============================================================*/
	#page-top #sec-business .sec-title .forSP {
		display: block;
	}
	
	#page-top #sec-business .item-lead {
		font-family: var(--common-font-family-sub);
	}
}
