.home main {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

/* mv */
.mvs_item {
	position: relative;
	width: 100%;
	height: 100%;
}

.mvs_text {
	position: absolute;
	font-size: 120px;
	font-feature-settings: "palt";
	top: 106px;
	left: 126px;
	line-height: 1.5;
	color: #FFFFFF;
}

.mv_slider {
	width: 100%;
	height: 100vh;
}

.mvs_item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mvs_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

section.main_visual {
	position: relative;
	height: 100%;
}

/* h1用 */
.hide {
	position: absolute;
	visibility: hidden;
	font-size: 0px;
	z-index: 999;
}

.mv_info_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.4s;
}

ul.mv_info_list {
	background: rgb(20 20 20 / 50%);
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	width: 1000vw;
}

ul.mv_info_list.slick-slider {
	display: block;
	width: auto;
}

li.mv_info_item {
	padding: 0;
	margin: 0;
	/*     margin-right: 30px; */
	margin-left: 32px;
	height: auto;
	line-height: 1;
}

li.mv_info_item a {
	transition: opacity 0.4s;
}

li.mv_info_item a:hover {
	opacity: 0.6;
}

li.mv_info_item span:first-child {
	margin-right: 16px;
}

li.mv_info_item span:last-child {
	font-weight: bold;
}

/* about */
section.home_about_sec {
	padding: 140px 0 240px;
}


.home_page_wrap {
	width: 1704px;
	margin: auto;
}

h2.home_h2 {
	font-size: 280px;
	font-feature-settings: "palt";
	color: #EBEBEB;
	margin-bottom: 120px;
	position: relative;
	z-index: 2;
	line-height: 1;
}

.home_page_item_wrap {
	position: relative;
}

.home_page_img_wrap {
	width: 1380px;
	height: 862px;
	position: absolute;
	top: -260px;
	left: -100px;
	overflow: hidden;
}

img.home_page_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

img.home_page_img.recruit-scale {
	width: 133%;
}

.home_page_content {
	position: relative;
	z-index: 1;
	width: 700px;
	margin-left: auto;
}

p.home_page_p {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 80px;
	font-feature-settings: "palt";
	text-align: justify !important;
}

/*
a.more_btn {
    padding: 26px 70px 26px 30px;
    border: 4px solid;
    font-size: 40px;
    font-feature-settings: "palt";
    position: relative;
    line-height: 1;
    display: inline-block;
}

a.more_btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_right.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

a.more_btn.is-actived {
    transition: opacity 0.4s;
}

a.more_btn.is-actived:after {
    transition: opaticty 0.4s;
}

a.more_btn:hover {
    background: #EBEBEB;
    border-color: #EBEBEB;
    color: #141414;
    opacity: 1!important;
}

a.more_btn:hover:after {
    background-image: url(../img/arrow_right_b.svg);
}

a.more_btn.is-actived:hover:after {
    right: 10px;
}
*/

a.more_btn {
	width: 202px;
	height: 90px;
	display: inline-block;
}

a.more_btn.recruit {
	width: 270px;
	height: 90px;
}

a.more_btn.contact {
	width: 296px;
	height: 90px;
}

a.more_btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fadeIn 0.3s ease-in 0s forwards;
}

img.top_more_hover_svg {
	display: none !important;
	opacity: 0;
}

a.more_btn:hover img.top_more_svg {
	display: none !important;
	opacity: 0;
}

a.more_btn:hover img.top_more_hover_svg {
	display: block !important;
	opacity: 1;
	animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		display: block;
		opacity: 1;
	}

	1% {
		display: block;
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

/* purpose */

section.home_purpose_sec {
	padding: 140px 0 240px;
	background: #141414;
	overflow: hidden;
}

.home_purpose_sec .home_page_img_wrap {
	left: auto;
	right: -100px;
}

.home_purpose_sec .home_page_content {
	margin-right: auto;
	margin-left: 0;
}

/* sustainability */

section.home_sustainability_sec {
    padding: 140px 0 240px;
}

/* strength */

section.home_strength_sec {
	padding: 140px 0 240px;
	background: #141414;
	overflow: hidden;
}

.home_strength_sec .home_page_img_wrap {
	left: auto;
	right: -100px;
}

.home_strength_sec .home_page_content {
	margin-right: auto;
	margin-left: 0;
}

/* solution */

section.home_solution_sec {
	padding: 140px 0;
	overflow: hidden;
}

.home_solution_wrap {
	display: flex;
	flex-wrap: wrap;
}

.home_solution_item {
	width: 840px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.home_solution_item:nth-child(2n) {
	margin-right: 0;
}

.home_solution_img_wrap {
	height: 523px;
	overflow: hidden;
}

img.home_solution_img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.home_solution_item a:hover .home_solution_img {
	transform: scale(1.1);
}

.home_solution_title_wrap {
	position: absolute;
	bottom: -170px;
	left: 0;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: rgb(20 20 20 / 60%);
	transition: 0.4s;
}

.home_solution_title {
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: bold;
	margin-bottom: 10px;
}

.home_solution_text {
	font-size: 24px;
	font-feature-settings: "palt";
}

.home_solution_item a {
	display: block;
	margin-right: 0;
}

.home_solution_item a:after {
	content: none;
}

.home_solution_item a:hover .home_solution_title_wrap {
	bottom: 0;
}

/* work */
section.home_work_sec {
	background: #141414;
	padding: 140px 0;
}


p.home_work_p {
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: bold;
	width: 1152px;
}

a.home_work_link {
	height: 710px;
	display: block;
	position: relative;
	overflow: hidden;
}

img.home_work_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

a.home_work_link:hover .home_work_img {
	transform: scale(1.1);
}

.home_work_item_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(20 20 20 / 60%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.4s;
	padding: 32px;
	box-sizing: border-box;
}

.home_work_date {
	font-size: 24px;
	font-feature-settings: "palt";
	margin-bottom: 12px;
}

.home_work_title {
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.home_work_item {
	margin-bottom: 20px;
}

a.home_work_link:hover .home_work_item_content {
	opacity: 1;
}

/* view */
section.home_view_sec {
	padding: 85px 0 140px;
}

.h2_view {
	color: #FFF;
	font-size: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 1;
}

img.view_head_img {
	width: 790px;
	margin-bottom: 100px;
}

.home_view_wrap {
	display: flex;
	justify-content: space-around;
}

.home_view_item {
	width: 552px;
	background: #3C3C3C;
}

.home_view_img_wrap {
	height: 344px;
	overflow: hidden;
}

img.home_view_img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.home_view_item a:hover .home_view_img {
	transform: scale(1.1);
}

.home_view_content {
	padding: 24px;
	transition: 0.4s;
}

.home_view_item a:hover .home_view_content {
	opacity: 0.6;
}

.home_view_date {
	margin-bottom: 16px;
}

.home_view_title {
	font-size: 20px;
	font-feature-settings: "palt";
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.5;
}

.home_view_author {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
}

.home_view_tag_wrap {
	display: flex;
	flex-wrap: wrap;
}

.home_view_tag {
	font-size: 14px;
	border: 1px solid;
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}

section.home_news_sec {
	padding: 140px 0;
	background: #141414;
}

li.home_news_item {
	padding: 0;
	margin: 0;
	border-top: 1px solid #323232;
	position: relative;
}

li.home_news_item:last-child {
	border-bottom: 1px solid #323232;
}

li.home_news_item a {
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.4s;
	padding: 20px 0;
}

li.home_news_item a[target="_blank"]:after {
	content: none;
}

li.home_news_item a[target="_blank"] .home_news_title:after {
	content: "";
	position: relative;
	display: inline-block;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url(../img/arrow_link.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home_news_date {
	font-size: 20px;
	font-feature-settings: "palt";
	font-weight: normal;
	width: 138px;
}

.home_news_cate {
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	border: 1px solid;
	text-align: center;
	padding: 6px 0;
	margin-right: 20px;
}

.home_news_title {
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	width: 1280px;
	box-sizing: border-box;
}

li.home_news_item a:hover {
	padding-left: 16px;
	background: #323232;
}

li.home_news_item a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 22.4px;
	height: 17.6px;
	opacity: 0;
	transition: 0.4s;
	background-image: url(../img/arrow_right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

li.home_news_item a:hover:after {
	opacity: 1;
}

/* recruit */
section.home_recruit_sec {
	padding: 160px 0;
	position: relative;
}

.home_recruit_back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

p.home_recruit_p {
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: bold;
	width: 696px;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

/* contact */

section.home_contact_sec {
	padding: 140px 0;
	background: #141414;
}

p.home_contact_p {
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: bold;
}

.sgcc-main-wrapper .sgcc-cookies .cookie-icon {
	display: none;
}

/* .sgcc-notice-content {} */

.s-gdpr-c-c-fullwidth .sgcc-notice-content .message-block {
	width: 570px;
}

.s-gdpr-c-c-fullwidth .sgcc-notice-content {
	justify-content: space-between;
	margin: auto;
	width: 852px;
}

.sgcc-main-wrapper .sgcc-cookies {
	padding: 24px 0;
}

.s-gdpr-c-c-fullwidth .sgcc-notice-content .message-block p {
	font-size: 14px;
	line-height: 1.8;
}

.sgcc-main-wrapper.s-gdpr-c-c-fullwidth .cookie-compliance-button-block .cookie-compliance-button {
	border: 1px solid #EBEBEB;
	background: none;
	color: #EBEBEB;
	cursor: pointer;
}

.sgcc-main-wrapper.s-gdpr-c-c-fullwidth .cookie-compliance-button-block .cookie-compliance-button:hover {
	background: #EBEBEB;
	color: #000000;
}

.sgcc-icon-close:before {
	font-size: 30px;
}

.sgcc-main-wrapper .sgcc-cookies .close {
	background: none;
	border: 0;
	box-shadow: none;
}

.sgcc-main-wrapper .sgcc-cookies .close .sgcc:before {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #EBEBEB;
	transform: rotate(45deg);
}

.sgcc-main-wrapper .sgcc-cookies .close .sgcc:after {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #EBEBEB;
	transform: rotate(-45deg);
}

.sgcc-main-wrapper.s-gdpr-c-c-fullwidth.s-gdpr-c-c-fullwidth-bottom {
	background: #3C3C3C;
}

.sgcc-main-wrapper .sgcc-cookies .close:hover {
	background: none;
}

.about-top_title_svg.pc {
	width: 1586px;
}

.strength-top_title_svg.pc {
	width: 1623px;
}

.solution-top_title_svg.pc {
	width: 1600px;
}

.work-top_title_svg.pc {
	width: 1010px;
}

.news-top_title_svg.pc {
	width: 909px;
}

.recruit-top_title_svg.pc {
	width: 1246px;
}

.contact-top_title_svg.pc {
	width: 1694px;
}


@media (max-width: 1920px) {
	.home main {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	/* mv */
	.mvs_item {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.mvs_text {
		position: absolute;
		font-size: 6.25vw;
		top: 5.521vw;
		left: 6.563vw;
		line-height: 1.5;
		color: #FFFFFF;
	}

	.mv_slider {
		width: 100%;
		height: 100vh;
	}

	section.main_visual {
		position: relative;
		height: 100%;
	}

	.mv_info_wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}

	ul.mv_info_list {
		background: rgb(20 20 20 / 50%);
		padding: 16px 0;
	}

	li.mv_info_item {
		padding: 0;
		margin: 0;
		/*         margin-right: 1.563vw; */
		margin-left: 1.563vw;
	}

	li.mv_info_item a {
		text-decoration: none;
	}

	li.mv_info_item a:after {
		content: none;
	}

	li.mv_info_item span:first-child {
		margin-right: 0.781vw;
	}

	li.mv_info_item span:last-child {
		font-weight: bold;
	}

	/* about */
	section.home_about_sec {
		padding: 7.292vw 0 12.5vw;
	}

	/* purpose */
	section.home_purpose_sec {
		padding: 7.292vw 0 12.5vw;
	}

	.home_page_wrap {
		width: 88.75vw;
		margin: auto;
	}

	h2.home_h2 {
		font-size: 14.583vw;
		color: #EBEBEB;
		margin-bottom: 6.25vw;
		position: relative;
		z-index: 2;
		line-height: 1;
	}

	.home_page_item_wrap {
		position: relative;
	}

	.home_page_img_wrap {
		width: 71.875vw;
		height: 44.896vw;
		position: absolute;
		top: -13.542vw;
		left: -5.208vw;
		overflow: hidden;
	}

	img.home_page_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.home_page_content {
		position: relative;
		z-index: 1;
		width: 36.458vw;
		margin-left: auto;
	}

	p.home_page_p {
		font-size: 2.083vw;
		font-weight: bold;
		margin-bottom: 4.167vw;
		text-align: left;
	}

	a.more_btn {
		/* 150:67=10.52:4.7 */
		width: 10.52vw;
		height: 4.7vw;
		display: inline-block;
	}

	a.more_btn.recruit {
		/* 270:90=14.1:4.7 */
		width: 14.1vw;
		height: 4.7vw;
	}

	a.more_btn.contact {
		/* 296:90=15.46:4.7 */
		width: 15.46vw;
		height: 4.7vw;
	}

	/*
    a.more_btn {
        padding: 1.354vw 3.646vw 1.354vw 1.563vw;
        border: 4px solid;
        font-size: 2.083vw;
        position: relative;
        line-height: 1;
        display: inline-block;
    }

    a.more_btn:after {
        content: "";
        position: absolute;
        top: 0;
        right: 1.042vw;
        bottom: 0;
        margin: auto;
        width: 1.563vw;
        height: 1.563vw;
        background-image: url(../img/arrow_right.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    a.more_btn:hover:after {
        right: 0.521vw;
    }
    */
	/* purpose */

	section.home_purpose_sec {
		padding: 7.292vw 0 12.5vw;
		background: #141414;
		overflow: hidden;
	}

	.home_purpose_sec .home_page_img_wrap {
		left: auto;
		right: -5.208vw;
	}

	.home_purpose_sec .home_page_content {
		margin-right: auto;
		margin-left: 0;
	}


	section.home_sustainability_sec {
		padding: 7.292vw 0 12.5vw;
	}


	/* strength */

	section.home_strength_sec {
		padding: 7.292vw 0 12.5vw;
		background: #141414;
		overflow: hidden;
	}

	.home_strength_sec .home_page_img_wrap {
		left: auto;
		right: -5.208vw;
	}

	.home_strength_sec .home_page_content {
		margin-right: auto;
		margin-left: 0;
	}

	/* solution */

	section.home_solution_sec {
		padding: 7.292vw 0;
		overflow: hidden;
	}

	.home_solution_wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.home_solution_item {
		width: 43.75vw;
		margin-right: 1.042vw;
		margin-bottom: 1.042vw;
		position: relative;
		overflow: hidden;
	}

	.home_solution_item:nth-child(2n) {
		margin-right: 0;
	}

	.home_solution_img_wrap {
		height: 27.24vw;
		overflow: hidden;
	}

	img.home_solution_img {
		display: block;
		height: 100%;
		object-fit: cover;
		transition: 0.4s;
	}

	.home_solution_item a:hover .home_solution_img {
		transform: scale(1.1);
	}

	.home_solution_title_wrap {
		position: absolute;
		bottom: -9vw;
		left: 0;
		width: 100%;
		padding: 2vw;
		box-sizing: border-box;
		background: rgb(20 20 20 / 60%);
		transition: 0.4s;
	}

	.home_solution_title {
		font-size: 2.083vw;
		font-weight: bold;
		margin-bottom: 0.521vw;
	}

	.home_solution_text {
		font-size: 1.25vw;
	}

	.home_solution_item a {
		display: block;
	}

	.home_solution_item a:hover .home_solution_title_wrap {
		bottom: 0;
	}

	/* work */
	section.home_work_sec {
		background: #141414;
		padding: 7.292vw 0;
	}

	p.home_work_p {
		font-size: 2.083vw;
		font-weight: bold;
		width: 60vw;
	}

	a.home_work_link {
		height: 36.979vw;
		display: block;
		position: relative;
	}

	img.home_work_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.home_work_item_content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(20 20 20 / 60%);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		opacity: 0;
		transition: 0.4s;
	}

	.home_work_date {
		font-size: 1.25vw;
		margin-bottom: 0.625vw;
	}

	.home_work_title {
		font-size: 2.083vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
	}

	.home_work_item {
		margin-bottom: 1.042vw;
	}

	a.home_work_link:hover .home_work_item_content {
		opacity: 1;
	}

	/* view */
	section.home_view_sec {
		padding: 4.427vw 0 7.292vw;
	}

	img.view_head_img {
		width: 41.146vw;
		margin-bottom: 5.208vw;
	}

	.home_view_wrap {
		display: flex;
		justify-content: space-around;
	}

	.home_view_item {
		width: 28.75vw;
		background: #3C3C3C;
	}

	.home_view_img_wrap {
		height: 17.917vw;
	}

	.home_view_content {
		padding: 1.5vw;
	}

	.home_view_date {
		margin-bottom: 1.146vw;
	}

	.home_view_title {
		font-size: 1.5vw;
		font-weight: bold;
		margin-bottom: 1.563vw;
		line-height: 1.5;
	}

	.home_view_author {
		font-size: 1.2vw;
		font-weight: bold;
		margin-bottom: 1.25vw;
	}

	.home_view_tag_wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.home_view_tag {
		font-size: 1.05vw;
		border: 1px solid;
		padding: 0.308vw 0.417vw 0.208vw;
		margin-right: 0.521vw;
		margin-bottom: 0.521vw;
	}

	section.home_news_sec {
		padding: 7.292vw 0;
		background: #141414;
	}

	li.home_news_item {
		padding: 0;
		margin: 0;
		border-top: 1px solid #323232;
		position: relative;
	}

	li.home_news_item:last-child {
		border-bottom: 1px solid #323232;
	}

	li.home_news_item a {
		display: flex;
		align-items: center;
		position: relative;
		transition: 0.4s;
		padding: 1.042vw 0;
	}

	.home_news_date {
		font-size: 1.25vw;
		font-weight: normal;
		width: 7.187vw;
	}

	.home_news_cate {
		font-size: 0.88vw;
		font-weight: bold;
		width: 9.375vw;
		border: 1px solid;
		text-align: center;
		padding: 0.313vw 0;
		margin-right: 1.042vw;
	}

	.home_news_title {
		line-height: 1.5;
		font-size: 1.25vw;
		font-weight: bold;
		width: 66.667vw;
		box-sizing: border-box;
	}

	li.home_news_item a:hover {
		background: #323232;
	}

	li.home_news_item a:hover:after {
		content: "";
		position: absolute;
		top: 0;
		right: 1.042vw;
		bottom: 0;
		margin: auto;
		width: 1.167vw;
		height: 0.917vw;
		opacity: 0;
		transition: 0.4s;
		background-image: url(../img/arrow_right.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	li.home_news_item a:hover:after {
		opacity: 1;
	}

	/* recruit */
	section.home_recruit_sec {
		padding: 8.333vw 0;
		position: relative;
	}

	.home_recruit_back {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	p.home_recruit_p {
		font-size: 2.083vw;
		font-weight: bold;
		width: 36.25vw;
	}

	/* contact */

	section.home_contact_sec {
		padding: 7.292vw 0;
		background: #141414;
	}

	p.home_contact_p {
		font-size: 2.083vw;
		font-weight: bold;
	}

	.sgcc-main-wrapper .sgcc-cookies .cookie-icon {
		display: none;
	}

	/* .sgcc-notice-content {} */

	.s-gdpr-c-c-fullwidth .sgcc-notice-content .message-block {
		width: 29.688vw;
	}

	.s-gdpr-c-c-fullwidth .sgcc-notice-content {
		justify-content: space-between;
		margin: auto;
		width: 44.375vw;
	}

	.sgcc-main-wrapper .sgcc-cookies {
		padding: 1.25vw 0;
	}

	.s-gdpr-c-c-fullwidth .sgcc-notice-content .message-block p {
		font-size: 0.729vw;
		line-height: 1.8;
	}

	.sgcc-main-wrapper.s-gdpr-c-c-fullwidth .cookie-compliance-button-block .cookie-compliance-button {
		border: 1px solid #EBEBEB;
		background: none;
		color: #EBEBEB;
		cursor: pointer;
	}

	.sgcc-main-wrapper.s-gdpr-c-c-fullwidth .cookie-compliance-button-block .cookie-compliance-button:hover {
		background: #EBEBEB;
		color: #000000;
	}

	.sgcc-icon-close:before {
		font-size: 1.563vw;
	}

	.sgcc-main-wrapper .sgcc-cookies .close {
		background: none;
		border: 0;
		box-shadow: none;
	}

	.sgcc-main-wrapper .sgcc-cookies .close .sgcc:before {
		content: "";
		position: absolute;
		top: 0;
		right: 2.083vw;
		bottom: 0;
		margin: auto;
		width: 1.042vw;
		height: 0.104vw;
		background: #EBEBEB;
		transform: rotate(45deg);
	}

	.sgcc-main-wrapper .sgcc-cookies .close .sgcc:after {
		content: "";
		position: absolute;
		top: 0;
		right: 2.083vw;
		bottom: 0;
		margin: auto;
		width: 1.042vw;
		height: 0.104vw;
		background: #EBEBEB;
		transform: rotate(-45deg);
	}

	.sgcc-main-wrapper.s-gdpr-c-c-fullwidth.s-gdpr-c-c-fullwidth-bottom {
		background: #3C3C3C;
	}

	.about-top_title_svg.pc {
		width: 82.604vw;
	}

	.strength-top_title_svg.pc {
		width: 84.531vw;
	}

	.solution-top_title_svg.pc {
		width: 83.333vw;
	}

	.work-top_title_svg.pc {
		width: 52.604vw;
	}

	.news-top_title_svg.pc {
		width: 47.344vw;
	}

	.recruit-top_title_svg.pc {
		width: 64.896vw;
	}

	.contact-top_title_svg.pc {
		width: 88.229vw;
	}
}


/**
	* トップページのメインビジュアルがリンクになった場合
	* 
	* @author ishizaka
	* @version 2025/09/16
	*/
.topLink {
	cursor: pointer;
	transition: opacity .3s;
}

	@media (any-hover: hover) {
	.topLink:hover {
		opacity: 0.9;
	}
}