@charset "UTF-8";

/* ------------------------------------------------
                    TOP
--------------------------------------------------- */

/*---------- MV ----------*/
.sec-mv {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 2;
}
.mv-slide {
	width: 100%;
	position: relative;
}

.mv-slide-cont {
	width: 100%;
	min-width: 550px;
	height: 100%;
	padding: 70px;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.mv-ttl {
	color: #fff;
	margin-top: auto;
	font-size: 6.2rem;
	font-weight: 600;
}

.mv-ttl-s {
	font-size: 4.4rem;
	font-weight: 400;
}
.mv-ttl-show {
	opacity: 1 !important;
}
.mv-ttl-l {
	font-size: 7.2rem;
	letter-spacing: -0.1em;
	line-height: 1;
}
.mv-slide-01 .mv-ttl {
	text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
}
.mv-slide-txt-wrap {
	width: 90%;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mv-slide-txt-wrap .mv-ttl {
	margin: 0 auto 30px 0;
	color: var(--color-black);
	text-align: left;
	font-size: 3.8rem;
	font-weight: 600;
}
.mv-line {
	display: inline-block;
	position: relative;
}
.mv-line::after {
	content: '';
	width: 0;
	height: 1.5px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
.mv-slide-txt-wrap .mv-ttl .mv-line::after {
	background: var(--color-black);
}
@media (min-width: 769px) {
	.mv-slide a:hover .mv-line::after {
		content: '';
		width: 100%;
	}
	/* 準備中のaタグ is-ready はhover アクションなし */
	.mv-slide a.is-ready:hover .mv-line::after {
		content: none;
	}
}

.mv-slide-txt-wrap .mv-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
	font-weight: 500;
}


/* slider dots */
.sec-mv .slick-dots {
	width: 90%;
	max-width: 1200px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.sec-mv .slick-dots li {
	height: 8px;
	font-size: 0;
	line-height: 1;
}
.sec-mv .slick-dots li + li {
	margin-left: 10px;
}
.sec-mv .slick-dots li button {
	width: 35px;
	height: 8px;
	margin: 0;
	background: #fff;
	border: none;
	opacity: 0.4;
	font-size: 0;
	color: transparent;
}
.sec-mv .slick-dots li.slick-active button {
	opacity: 1;
}



@media (max-width: 1100px) {
	.mv-slide-cont {
		width: 100%;
		padding: 5vw 4vw;
	}

	.mv-ttl {
		font-size: 4.2vw;
	}

	.mv-ttl-s {
		font-size: 3.8vw;
	}
	.mv-ttl-l {
		font-size: 4.56vw;
	}
	
	.mv-slide-txt-wrap .mv-ttl {
		margin: 0 auto 30px 0;
		font-size: 3.2vw;
	}
	.mv-slide-txt-wrap .mv-txt {
		width: 40%;
		font-size: 1.5vw;
	}
	
}


@media (max-width: 768px) {
	.sec-mv {
		width: 100%;
	}

	.mv-slide-cont {
		width: 100%;
		min-width: initial;
		height: 100%;
		padding: 0;
		flex-direction: column;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
	}

	.mv-ttl {
		margin-top: 0;
		font-size: 9.46vw;
		font-weight: 500;
		text-align: center;
	}
	.mv-ttl-s {
		font-size: 8vw;
	}
	.mv-ttl-l {
		font-size: 10.66vw;
	}
	
	.mv-slide-01 .mv-ttl {
		width: calc(100% - 13.33vw);
		margin: 16vw auto 0;
		text-align: left;
	}
	.mv-slide-02 .mv-slide-cont {
		align-items: flex-start;
	}
	.mv-slide-02 .mv-ttl {
		width: auto;
		padding: 5.6vw 8.79vw 6.80vw;
		display: inline-block;
		background: var(--color-green);
		text-align: left;
		font-size: 7.06vw;
	}
	
	.mv-slide-txt-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.mv-slide-txt-wrap .mv-ttl {
		width: 100%;
		margin: 10.66vw auto 5.86vw;
		color: var(--color-black);
		text-align: center;
		font-size: 7.06vw;
		font-weight: 500;
	}
	.mv-slide-txt-wrap .mv-txt {
		width: 100%;
		text-align: center;
		font-size: 3.73vw;
		font-weight: 500;
	}
	.mv-slide-04 .mv-slide-cont {
		align-items: flex-end;
	}
	.mv-slide-04 .mv-ttl {
		margin: auto auto 22.8vw
	}


	/* slider dots */
	.sec-mv .slick-dots {
		width: 90%;
		max-width: initial;
		margin: 0;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 8vw;
		left: 50%;
		transform: translateX(-50%);
	}
	.sec-mv .slick-dots li {
		height: 2.66vw;
		font-size: 0;
		line-height: 1;
	}
	.sec-mv .slick-dots li + li {
		margin-left: 4vw;
	}
	.sec-mv .slick-dots li button {
		width: 9.33vw;
		height: 2.66vw;
	}
    
}



/*---------- 共通 ----------*/
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sec-ttl {
	margin-bottom: 30px;
	color: var(--color-black);
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
.sec-lead-txt {
	margin-bottom: 15px;
	color: var(--color-txt-darkgray);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.sec-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-ttl-en {
		margin-bottom: 0;
		font-size: var(--fs-sp-17);
		line-height: 1.73;
	}
	.sec-ttl {
		margin-bottom: 8vw;
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}
	.sec-lead-txt {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
		font-weight: 600;
	}
	.sec-txt {
		font-size: var(--fs-sp-14);
	}
	
}
    


/*---------- お知らせ ----------*/
.sec-information {
	width: 100%;
	padding: 35px 0 40px;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec-information .sec-ttl {
	font-size: 2.3rem;
}
.sec-information .sec-ttl-en {
	font-size: 1.4rem;
}

.information-list {
	width: 100%;
	margin: 40px auto;
	border-top: 1px solid #C5C5C5;
}
.information-item {
	width: 100%;
	padding: 25px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #C5C5C5;
	text-align: left;
}
.information-item-date {
	width: 130px;
	font-weight: 600;
	color: rgba(102, 102, 102, 0.7);
	transition: 0.3s ease-in-out;
}
.information-item-ttl {
	width: calc(100% - 130px);
	font-weight: 400;
	color: var(--color-txt-darkgray);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.information-item:hover .information-item-date {
		color: rgba(68, 68, 68, 0.7);
	}
	.information-item:hover .information-item-ttl {
		color: #000;
		text-decoration-color: #000;
	}
	
}

@media (max-width: 768px) {
	.sec-information {
		width: 100%;
		padding: 13.33vw 0 0;
		text-align: left;
	}
	.sec-information .sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-information .sec-ttl-en {
		font-size: 4.2vw;
	}

	.information-list {
		width: 100%;
		margin: 8vw auto 14vw;
	}
	.information-item {
		width: 100%;
		padding: 3vw 0 5vw;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}
	.information-item:last-child {
		border-bottom: none;
	}
	.information-item-date {
		width: 100%;
		margin-bottom: 2vw;
		font-size: var(--fs-sp-14);
	}
	.information-item-ttl {
		width: 100%;
		font-size: var(--fs-sp-14);
	}
	
}



/*---------- 事業内容 ----------*/
.sec-service {
	width: 100%;
	padding: 30px 0 110px;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.service-slide-wrap {
	width: 100%;
	margin: 60px auto 20px;
	position: relative;
}
.sec-service .slick-list{
	padding: 0 50.37vw 0 21.16vw !important;
}
.service-slide {
	padding: 0 20px 12px;
}
.service-slide-txt {
    color: var(--color-black);
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	a.service-slide-item:hover .service-slide-txt {
		text-decoration-color: var(--color-black);
	}	
}
.sec-service .slider{
	display: none;
}
.sec-service .slider.slick-initialized{
	display: block;
}


/* slider dots */
.sec-service .slick-dots {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	position: relative;
}
.sec-service .slick-dots li {
	height: 15px;
	font-size: 0;
	line-height: 1;
}
.sec-service .slick-dots li + li {
	margin-left: 10px;
}
.sec-service .slick-dots li button {
	width: 25px;
	height: 15px;
	margin: 0;
	border: 1px solid var(--color-txt-darkgray);
	background: #fff;
	font-size: 0;
	color: transparent;
}
.sec-service .slick-dots li.slick-active button {
	background: var(--color-txt-darkgray);
}

@media (max-width: 768px) {
	.sec-service {
		width: 100%;
		padding: 21.33vw 0;
	}

	.service-slide-wrap {
		width: 100%;
		margin: 12vw auto 16vw;
	}
	.sec-service .slick-list{
		padding: 0 18vw !important;
	}
	.service-slide {
		padding: 0 3vw 12px;
	}
	.service-slide-txt {
		margin-top: 3vw;
		font-size: 4.0vw;
	}


	/* slider dots */
	.sec-service .slick-dots {
		width: 90%;
		max-width: initialx;
		margin: 8vw auto 0;
	}
	.sec-service .slick-dots li {
		height: 4vw;
	}
	.sec-service .slick-dots li + li {
		margin-left: 4vw;
	}
	.sec-service .slick-dots li button {
		width: 7.46vw;
		height: 4vw;
	}
    
}



/*---------- 会社情報 ----------*/
.sec-company {
	width: 100%;
	padding: 0;
	position: relative;
}
.sec-company .cont-inn {
	align-items: flex-start;
}
.company-img-wrap {
	width: 50vw;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
	position: sticky;
    top: 0;
    left: 0;
}
.company-txt-wrap {
	width: 46%;
	padding-top: 45px;
	position: sticky;
    top: 0;
}

.company-txt-wrap .btn-green {
	margin: 40px auto 0 0;
}

@media (max-width: 768px) {
	.sec-company {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.sec-company .cont-inn {
		width: 100%;
		max-width: initial;
		flex-direction: column;
		align-items: flex-start;
	}
	.company-img-wrap {
		width: 100%;
		margin-right: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	.company-txt-wrap {
        width: calc(100% - 11.73vw);
		margin: 0 auto;
		padding: 14vw 0;
		position: relative;
		top: auto;
	}
	
	.company-txt-wrap .btn-green {
		display: none;
	}
	
	.company-sp-btn-wrap {
        width: calc(100% - 11.73vw);
        margin: 0 auto;
        position: relative;
	}
    .sec-company .btn-green {
		margin-top: 16vw;
	}
}



/*---------- 事業所紹介 ----------*/
.sec-location {
	width: 100%;
	padding: 110px 0;
	background: #fff;
	position: relative;
	z-index: 2;
}
.sec-location .sec-txt {
	width: 48%;
	margin: 0 auto 0 0;
}

.location-cont-wrap {
	width: 100%;
	margin: 80px auto 0;
	align-items: flex-start;
}
.location-cont-item {
	width: 50%;
	position: relative;
}
.location-cont-ttl {
	margin-bottom: 35px;
	padding-left: 17px;
	color: var(--color-txt-green);
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}
.location-cont-ttl::before {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	position: absolute;
	top: 0.3em;
	left: 0;
}
.location-cont-item:nth-child(2) .location-cont-ttl {
	margin-left: 22px;
}

.location-tab-head {
	display: none;
}

/* エリアで選ぶ */
.location-area-link {
	width: 100%;
	max-width: 380px;
	margin: 0 auto 0 0;
}

.location-area-link li {
	width: 170px;
	margin: 0 40px 40px 0;
}
.location-area-link li:nth-child(2n) {
	margin-right: 0;
}
.location-area-link li:last-child {
	margin-bottom: 0;
}
.location-area-link li a {
	width: 100%;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #707070;
	text-align: center;
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.location-area-link li a span {
	color: var(--color-txt-green);
	font-size: 1.9rem;
	line-height: 1;
	transition: 0.3s ease-in-out;
}
.location-area-link li a::after {
	content: '';
	width: 22px;
	height: 6px;
	background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.5em;
	right: 0;
	transition: 0.3s ease-in-out;
}


/* 地図で選ぶ */
.location-map-wrap {
	width: 100%;
	margin-top: -60%;
	position: relative;
	z-index: 2;
}

/* 九州 */
.location-map-kyushu {
	width: 19%;
	max-width: 116px;
	height: 23%;
	max-height: 155px;
	background: url("../../img/top/img_map_kyushu_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 77.9%;
    right: 81.5%;
	transition: 0.3s ease-in-out;
}
/* 四国 */
.location-map-shikoku {
	width: 20.5%;
	max-width: 125px;
	height: 14.2%;
	max-height: 97px;
	background: url("../../img/top/img_map_shikoku_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 75.9%;
    right: 64%;
	transition: 0.3s ease-in-out;
}
/* 関西 */
.location-map-kansai {
	width: 20%;
	max-width: 120px;
	height: 19%;
	max-height: 131px;
	background: url("../../img/top/img_map_kansai_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 66.5%;
    right: 50.2%;
	transition: 0.3s ease-in-out;
}
/* 中部 */
.location-map-chubu {
	width: 30.8%;
	max-width: 187px;
	height: 30%;
	max-height: 204px;
	background: url("../../img/top/img_map_chubu_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 48.2%;
    right: 31.2%;
	transition: 0.3s ease-in-out;
}
/* 関東 */
.location-map-kanto {
	width: 18.8%;
	max-width: 115px;
	height: 18.8%;
	max-height: 126px;
	background: url("../../img/top/img_map_kanto_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 57.4%;
    right: 24.9%;
	transition: 0.3s ease-in-out;
}
/* 東北 */
.location-map-tohoku {
	width: 20%;
	max-width: 120px;
	height: 36%;
	max-height: 241px;
	background: url("../../img/top/img_map_tohoku_on.png") center center no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top: 26.6%;
    right: 18.9%;
	transition: 0.3s ease-in-out;
}
/* 本社 */
.location-map-honsha {
	width: 15%;
	max-width: 95px;
	height: 14%;
	max-height: 92px;
	background: url("../../img/top/icon_map_honsha.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 65.1%;
	right: 18.5%;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.location-area-link li a:hover {
		top: -10px;
		border-bottom: 3px solid var(--color-green);
	}
	.location-area-link li a:hover span {
		opacity: 0.7;
	}	
	.location-area-link li a:hover::after {
		opacity: 0.7;
	}
	
	
	/* 地図で選ぶ */
	/* 九州 */
	.location-map-kyushu:hover {
		opacity: 1;
	}
	/* 四国 */
	.location-map-shikoku:hover {
		opacity: 1;
	}
	/* 関西 */
	.location-map-kansai:hover {
		opacity: 1;
	}
	/* 中部 */
	.location-map-chubu:hover {
		opacity: 1;
	}
	/* 関東*/
	.location-map-kanto:hover {
		opacity: 1;
	}
	/* 東北*/
	.location-map-tohoku:hover {
		opacity: 1;
	}
	/* 本社 */
	.location-map-honsha:hover {
		background: url("../../img/top/icon_map_honsha_on.svg") center center no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 900px) {

	.location-area-link li {
		width: 46%;
		margin: 0 8% 40px 0;
	}
	.location-area-link li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.sec-location {
		width: 100%;
		padding: 21.33vw 0;
	}
	.sec-location .sec-txt {
		width: 100%;
		margin: 0 auto;
	}

	.location-tab-head {
		width: 100%;
		margin: 20vw auto 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		border-bottom: 0.5vw solid var(--color-green);
	}
	.location-tab {
		width: 42%;
		padding: 2vw 0;
		text-align: center;
		background: var(--color-green);
		border: 0.5vw solid var(--color-green);
		color: #fff;
		font-size: 4.8vw;
		font-weight: 500;
		position: relative;
		cursor: pointer;
	}
	.location-tab.is-active::after {
		content: '';
		width: 100%;
		height: 1vw;
		background: #fff;
		position: absolute;
		bottom: -1vw;
		left: 0;
	}
	.location-tab:first-child {
		margin-right: 4vw;
	}
	.location-tab.is-active {
		color: var(--color-txt-green);
		background: #fff;
	}
	
	
	.location-cont-wrap {
		width: 100%;
		margin: 20vw auto 0;
		align-items: flex-start;
	}
	.location-cont-item {
		width: 100%;
		display: none;
	}
	.location-cont-item.is-show {
		display: block;
	}
	.location-cont-ttl {
		display: none;
	}

	/* エリアで選ぶ */
	.location-area-link {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}

	.location-area-link li {
		width: 47.5%;
		margin: 0 5% 16vw 0;
	}
	.location-area-link li:nth-child(2n) {
		margin-right: 0;
	}
	.location-area-link li a {
		width: 100%;
		padding-bottom: 4vw;
	}
	.location-area-link li a span {
		font-size: 4.8vw;
	}
	.location-area-link li a::after {
		content: '';
		width: 6vw;
		height: 2vw;
		background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0.5em;
		right: 0;
		transition: 0.3s ease-in-out;
	}


	/* 地図で選ぶ */
	.location-map-wrap {
		margin-top: 0;
	}
    
}



/*---------- 採用情報 ----------*/
.sec-recruit {
	width: 100%;
	padding: 50px 0 110px;
	background: #FFFFEB;
	position: relative;
	z-index: 2;
	text-align: center;
}
.sec-recruit .sec-lead-txt {
	margin-bottom: 50px;
}

.recruit-link-wrap {
	width: 100%;
	margin: 0 auto 40px;
	justify-content: center;
}
.recruit-link {
	width: 24%;
}
.recruit-link:nth-child(2) {
	width: 26%;
}
.recruit-link:nth-child(3) {
	width: 28%;
}
.recruit-link:nth-child(4) {
	width: 22%;
}
.recruit-link-item {
	display: flex;
	align-items: center;
}

.recruit-link-img {
	width: 50%;
	max-width: 140px;
	height: 87px;
	position: relative;
	overflow: hidden;
}
.recruit-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.recruit-link-item:hover .recruit-link-img img {
		transform: scale(1.1,1.1);
	}
}


.recruit-link-txt {
	padding-left: 17px;
	color: var( --color-txt-gray);
	text-align: left;
	font-size: 1.9rem;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.recruit-link-item:hover .recruit-link-txt {
		color: var( --color-black);
		text-decoration-color: var( --color-black);
	}
}
@media (max-width: 1100px) {
	.recruit-link, 
	.recruit-link:nth-child(2), 
	.recruit-link:nth-child(3), 
	.recruit-link:nth-child(4) {
		width: 45%;
		margin-bottom: 40px;
	}
	.recruit-link-txt .pc {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.sec-recruit {
		width: 100%;
		padding: 13.33vw 0 29.33vw;
	}
	.sec-recruit .sec-lead-txt {
        font-size: var(--fs-sp-17);
		margin-bottom: 12vw;
	}

	.recruit-link-wrap {
		width: 100%;
		margin: 0 auto 16vw;
		justify-content: flex-start;
		flex-direction: column;
	}
	.recruit-link, 
	.recruit-link:nth-child(2), 
	.recruit-link:nth-child(3), 
	.recruit-link:nth-child(4) {
		width: 100%;
		margin-bottom: 0;
	}
	.recruit-link + .recruit-link {
		margin-top: 13vw;
	}
	
	.recruit-link-item {
		display: flex;
		align-items: center;
	}

	.recruit-link-img {
		width: 37.33vw;
		max-width: initial;
		height: 24vw;
		position: relative;
		overflow: hidden;
	}
	.recruit-link-txt {
		padding-left: 5.33vw;
		font-size: var(--fs-sp-19);
	}
    
}



/*---------- お問い合わせ ----------*/
.sec-contact {
	width: 100%;
	padding: 144px 0 146px;
	background: url("../../img/top/bg_contact_pc.jpg") top center no-repeat;
	background-size: 150%;
	position: relative;
	z-index: 2;
}

.contact-wrap {
	width: 90%;
	max-width: 890px;
	margin: 0 auto;
	padding: 25px 65px;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}
.contact-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: var(--color-txt-green);
	opacity: 0.74;
	mix-blend-mode: multiply;
	transition: 0.3s ease-in-out;
}
.contact-ttl-wrap {
	width: 35%;
	position: relative;
	z-index: 2;
	text-align: center;
}
.contact-ttl-wrap .sec-ttl-en,
.contact-ttl-wrap .sec-ttl {
	color: #fff;
}
.contact-txt-wrap {
	width: 65%;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.contact-lead-txt {
	width: max-content;
	display: block;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}

@media (min-width: 769px) {
	.contact-wrap:hover:before {
		background: var(--color-contact-green);
		opacity: 1;
		mix-blend-mode: normal;
	}
}

@media (max-width: 768px) {
	.sec-contact {
		width: 100%;
		padding: 56vw 0 26vw;
		background: url("../../img/top/bg_contact_sp.jpg") top center no-repeat;
		background-size: 150%;
	}

	.contact-wrap {
        width: calc(100% - 11.73vw);
		max-width: initial;
		margin: 0 auto;
		padding: 28vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.contact-wrap.is-sp-inview::before {
		background: var(--color-contact-green);
		opacity: 1;
		mix-blend-mode: normal;
	}
	.contact-ttl-wrap {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.contact-ttl-wrap .sec-ttl {
		margin-bottom: 0
	}
	
	.contact-txt-wrap {
		width: 100%;
		padding-bottom: 0;
	}
	.contact-lead-txt {
		width: 100%;
		display: block;
		margin: 8vw auto 10.66vw;
		padding-bottom: 0;
		border-bottom: none;
	}
    
}



/*---------- グループ会社 ----------*/
.sec-group {
	width: 100%;
	padding: 45px 0 50px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.sec-group .cont-inn {
}
.group-item-wrap {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-item {
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.group-item-wrap:first-child {
	border-right: 1px solid rgba(68, 68, 68, 0.2);
}

.group-item-sgh img {
	width: 62px;
	margin: 0 auto 15px;
	padding-right: 8px;
}
.group-item-meiun img {
	width: 187px;
	margin: 0 auto 20px;
}
.group-item-txt {
	padding-right: 70px;
	color: var(--color-black);
	font-size: 2.3rem;
	font-weight: 600;
	position: relative;
	transition: 0.3s ease-in-out;
	text-align: right;
}
.group-item-txt span {
	font-size: 1.4rem;
}
.group-item-txt::before {
	content: '';
	width: 55px;
	height: 55px;
	background: var(--color-sghblue);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 28px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.group-item-txt::after {
	content: '';
	width: 55px;
	height: 55px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 28px);
	right: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.group-item:hover {
		top: -10px;
	}
	.group-item:hover .group-item-txt, 
	.group-item:hover .group-item-txt::before, 
	.group-item:hover .group-item-txt::after {
		opacity: 0.7;
	}
    
}

@media (max-width: 768px) {
	.sec-group {
		width: 100%;
		padding: 13.33vw 0;
	}
	
	.group-item-wrap {
		width: 100%;
		padding: 8vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.group-item-wrap:first-child {
		border-right: none;
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}

	.group-item-sgh img {
		width: 16vw;
		margin: 0 auto 4vw;
		padding-right: 1.2vw;
	}
	.group-item-meiun img {
		width: 50vw;
		margin: 0 auto 4vw;
	}
	.group-item-txt {
		padding-right: 18vw;
		font-size: 4.6vw;
	}
	.group-item-txt span {
		font-size: 3.4vw;
	}
	.group-item-txt::before {
		content: '';
		width: 14vw;
		height: 14vw;
		position: absolute;
		top: calc(50% - 7vw);
		right: 0;
	}
	.group-item-txt::after {
		content: '';
		width: 14vw;
		height: 14vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7vw);
		right: 0;
	}
    
}



