@charset "UTF-8";

/* ------------------------------------------------
                    TOP
--------------------------------------------------- */
body {
	transition: 0.6s ease-in-out;
}

/*---------- MV ----------*/
.sec-mv {
	width: 100%;
	border-bottom: 2px solid var(--color-green);
	position: relative;
	z-index: 2;
}

.mv-item-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
.mv-item {
	height: 31.73vw;
	overflow: hidden;
	position: relative;
}
.mv-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.mv-item:hover img {
		transform: scale(1.1,1.1);
	}
}

.mv-item-01, .mv-item-04 {
	width: 60%;
}
.mv-item-02, .mv-item-03 {
	width: 40%;
}

.mv-item-txt {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	position: absolute;
	z-index: 4;
}
.mv-item-txt span {
	display: inline-block;
	padding-right: 52px;
	position: relative;
}
.mv-item-txt::after {
	content: '';
	width: 32px;
	height: 6px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.mv-item-01 .mv-item-txt {
	top: 20px;
	left: 120px;
}
.mv-item-02 .mv-item-txt {
	top: 20px;
	right: 120px;
}
.mv-item-04 .mv-item-txt {
	bottom: 20px;
	right: 120px;
}


/* mv copy */
.mv-copy-wrap {
	width: calc(100% - 110px);
	position: absolute;
	top: 50%;
	right: 110px;
	transform: translateY(-50%);
	z-index: 10;
}
.mv-copy-slide p {
	color: #fff;
	font-size: 6.2rem;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 3px 6px rgba(0, 0, 0, 0.35);
	text-align: right;
}

@media (max-width: 1100px) {
	.mv-item-01 .mv-item-txt {
		left: 5%;
	}
	.mv-item-02 .mv-item-txt {
		right: 5%;
	}
	.mv-item-04 .mv-item-txt {
		right: 5%;
	}
	
	/* mv copy */
	.mv-copy-wrap {
		width: calc(100% - 7.63vw);
		position: absolute;
		top: 50%;
		right: 7.63vw;
	}
	.mv-copy-slide p {
		font-size: 5.63vw;
	}
	
}


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

	.mv-item-01{
		width: 100%;
		height: 62.13vw;
		order: 0;
	}
	.mv-item-02 {
		width: 50%;
		height: 50vw;
		order: 2;
	}
	.mv-item-03 {
		width: 50%;
		height: 50vw;
		order: 1;
	}
	.mv-item-04 {
		width: 100%;
		height: 62.13vw;
		order: 3;
	}
	.mv-item-txt {
		font-size: var(--fs-sp-14);
	}
	.mv-item-01 .mv-item-txt {
		top: auto;
		left: auto;
		right: 8vw;
		bottom: 2.66vw;
	}
	.mv-item-02 .mv-item-txt {
		top: auto;
		right: 8vw;
		bottom: 2.66vw;
	}
	.mv-item-04 .mv-item-txt {
		right: 8vw;
		bottom: 2.66vw;
	}
	
	/* mv copy */
	.mv-copy-wrap {
		width: 100%;
		position: absolute;
		top: auto;
		bottom: 13.33vw;
		right: 0;
		transform: none;
	}
	.mv-copy-slide p {
		text-align: center;
		font-size: 10.66vw;
		font-feature-settings: "palt"; 
		line-height: 1.65;
	}
	.mv-copy-01 p {
	}
	.mv-copy-02 p {
		line-height: 1.35;
	}

}



/*---------- 共通 ----------*/
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 700;
	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;
	opacity: 0.6;
}
.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 {
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.sec-txt {
	color: var(--color-black);
    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-30);
		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: 80px 0 100px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec-information .cont-inn {
	display: flex;
	flex-wrap: wrap;
}
.information-ttl-wrap {
	width: 120px;
	text-align: left;
}
.sec-information .sec-ttl-en {
	font-size: 1.4rem;
}
.sec-information .sec-ttl {
	font-size: 2.3rem;
}

.information-list {
	width: calc(100% - 120px);
	margin-left: 120px;
}
.information-item {
	width: 100%;
	margin: 0 0 30px;
	display: flex;
	align-items: flex-start;
	text-align: left;
}
.information-item-date {
	width: 100px;
	margin-right: auto;
	font-weight: 600;
	color: var(--color-black);
	transition: 0.3s ease-in-out;
}
.information-item-ttl {
	width: calc(100% - 140px);
	font-weight: 400;
	color: var(--color-black);
}
.information-item-ttl span {
	display: inline-block;
	position: relative;
}
.information-item-ttl span::after {
	content: '';
	width: 0;
	height: 1px;
	background: #707070;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.information-item:hover .information-item-date {
		opacity: 0.7;
	}
	.information-item:hover .information-item-ttl span::after {
		width: 100%;
	}
}

.sec-information .btn-white-green {
	margin: 0 0 0 auto;
}

@media (max-width: 768px) {
	.sec-information {
		width: 100%;
		padding: 13.33vw 0 0;
		text-align: left;
	}
	
	.sec-information .cont-inn {
		display: flex;
		flex-wrap: wrap;
	}
	.information-ttl-wrap {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.sec-information .sec-ttl-en {
		font-size: var(--fs-sp-14);
	}
	.sec-information .sec-ttl {
		margin-bottom: 0;
		font-size: var(--fs-sp-30);
	}

	.information-list {
		width: 100%;
		margin-top: 8vw;
		margin-left: 0;
	}
	.information-item {
		width: 100%;
		margin: 0 0 8vw;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}
	.information-item-date {
		width: max-content;
		margin-bottom: 4vw;
	}
	.information-item-ttl {
		width: 100%;
	}

	.sec-information .btn-white-green {
		max-width: 42.66vw;
		margin: 0 0 0 auto;
	}
	
}



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


/* 事業内容 コンテンツ */
.service-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.service-item.servce-01 {
	background: var(--color-darkblue);
}
.service-item.servce-02 {
	background: #fff;
}
.service-item.servce-03 {
	background: var(--color-green);
}

.service-item-img-wrap {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-item.servce-01 .service-item-img-wrap {
	background: var(--color-lightblue);
}
.service-item.servce-02 .service-item-img-wrap {
	background: var(--color-lightgray);
	order: 1;
}
.service-item.servce-03 .service-item-img-wrap {
	background: rgba(255, 255, 255, 0.8);
}

.service-item-img-wrap picture {
	width: 80%;
	max-width: 540px;
}
.service-item-img-wrap img {
	width: 100%;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.service-item:hover .service-item-img-wrap img {
		transform: scale(1.1,1.1);
	}
}

.service-item-txt-wrap {
	width: 50%;
	padding: 80px 120px 70px 95px;
	position: relative;
	color: #fff;
}
.service-item.servce-02 .service-item-txt-wrap {
	color: var(--color-darkgray);
	order: 0;
}

.service-item-ttl-en {
	margin-bottom: 65px;
	font-size: 1.7rem;
    font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.service-item-ttl {
	margin-bottom: 30px;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.service-item-lead-txt {
	margin-bottom: 15px;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.58;
}
.service-item-txt {
	line-height: 1.92;
}

.service-item.servce-02 .service-item-ttl-en {
	opacity: 0.5;
}

/* メリット */
.service-merit {
	width: 100%;
	padding: 40px 0 60px;
	color: var(--color-gray);
}

.service-item.servce-01 .service-merit {
	background: var(--color-lightblue);
}
.service-item.servce-02 .service-merit {
	order: 2;
	background: var(--color-lightgray);
}
.service-item.servce-03 .service-merit {
	background: rgba(255, 255, 255, 0.8);
}

.service-merit-ttl {
	display: none;
}
.service-merit .merit-item-wrap {
	justify-content: space-between;
}

.merit-item {
	width: calc((100% - 80px) / 3);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* メリット　Point */
.merit-item-point {
	width: 60px;
	height: 60px;
	padding-top: 0.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.service-item.servce-01 .merit-item-point {
	color: var(--color-blue);
}
.service-item.servce-02 .merit-item-point {
	color: #fff;
	background: var(--color-green);
}
.service-item.servce-03 .merit-item-point {
	color: var(--color-darkgreen);
}
.point-en {
	font-size: 1.4rem;
}
.point-num {
	font-size: 1.9rem;
}

.merit-item-txt-wrap {
	width: calc(100% - 80px);
}
.merit-item-ttl {
	margin: 10px auto 30px;
	font-size: 2.3rem;
    font-weight: 500;
}
.service-item.servce-01 .merit-item-ttl {
	color: var(--color-blue);
}
.service-item.servce-02 .merit-item-ttl, 
.service-item.servce-03 .merit-item-ttl {
	color: var(--color-darkgreen);
}

@media (max-width: 768px) {
	.sec-service {
		width: 100%;
		padding: 29.33vw 0 0;
	}
	.sec-service .cont-inn.flex-box {
		margin-bottom: 10.66vw;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	
	/* 事業内容 コンテンツ */
	.service-item {
		width: 100%;
		padding-bottom: 13.33vw;
		display: flex;
		flex-wrap: wrap;
	}

	.service-item-img-wrap {
		width: 100%;
		padding: 6.93vw 8vw 8vw;
	}
	.service-item.servce-01 .service-item-img-wrap,
	.service-item.servce-03 .service-item-img-wrap {
		background: none;
	}
	.service-item.servce-02 .service-item-img-wrap {
		background: none;
		order: 0;
	}

	.service-item-img-wrap picture {
		width: 100%;
		max-width: initial;
	}

	.service-item-txt-wrap {
		width: 100%;
		padding: 0 8vw 4vw;
		position: relative;
		color: #fff;
	}
	.service-item.servce-02 .service-item-txt-wrap {
		color: var(--color-darkgray);
		order: 0;
	}

	.service-item-ttl-en {
		margin-bottom: 6.66vw;
		font-size: var(--fs-sp-14);
	}
	.service-item-ttl {
		margin-bottom: 8vw;
		font-size: var(--fs-sp-30);
	}
	.service-item-lead-txt {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
	}
	
	

	/* メリット */
	.service-merit {
		width: 100%;
		padding: 0;
		color: var(--color-gray);
		position: relative;
	}
	.service-item.servce-01 .service-merit {
		background: var(--color-lightblue);
	}
	.service-item.servce-02 .service-merit {
		order: 2;
		background: var(--color-lightgray);
	}
	.service-item.servce-03 .service-merit {
		background: rgba(255, 255, 255, 0.8);
	}
	
	.service-merit::before {
		content: '';
		width: 100%;
		height: 8vw;
		position: absolute;
		top: 10.66vw;
		left: 0;
		z-index: 2;
	}
	.service-item.servce-01 .service-merit::before {
		background: url("../../img/top/deco_b.svg") center bottom no-repeat;
		background-size: 100%;
	}
	.service-item.servce-02 .service-merit::before {
		background: url("../../img/top/deco_w.svg") center bottom no-repeat;
		background-size: 100%;
	}
	.service-item.servce-03 .service-merit::before {
		background: url("../../img/top/deco_g.svg") center bottom no-repeat;
		background-size: 100%;
	}
	
	.service-merit.is-open::after {
		content: '';
		width: 100%;
		height: 13.33vw;
		position: absolute;
		bottom: -13.33vw;
		left: 0;
		opacity: 0;
		transition: 0.3s ease-in-out;
	}
	.service-item.servce-01 .service-merit::after {
		background: var(--color-lightblue);
		background-size: 100%;
	}
	.service-item.servce-02 .service-merit::after {
		background: var(--color-lightgray);
	}
	.service-item.servce-03 .service-merit::after {
		background: rgba(255, 255, 255, 0.8);
	}
	.service-merit.is-open::after {
		opacity: 1;
	}

	/* メリット開閉ボタン */
	.service-merit-ttl {
		width: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
	}
	.service-item.servce-01 .service-merit-ttl {
		color: #fff;
		background: var(--color-darkblue);
	}
	.service-item.servce-02 .service-merit-ttl {
		background: #fff;
	}
	.service-item.servce-03 .service-merit-ttl {
		color: #fff;
		background: var(--color-green);
	}
	
	.service-merit-ttl .service-merit-ttl-txt {
		display: inline-block;
		margin-right: 10.66vw;
		font-size: var(--fs-sp-17);
		font-weight: 600;
	}
	.service-merit-ttl .service-merit-ttl-icon {
		width: 10.66vw;
		height: 10.66vw;
		border-radius: 50%;
		position: relative;
	}
	.service-item.servce-01 .service-merit-ttl-icon {
		background: var(--color-lightblue);
	}
	.service-item.servce-02 .service-merit-ttl-icon, 
	.service-item.servce-03 .service-merit-ttl-icon {
		background: #CBE9DF;
	}
	.service-merit-ttl .service-merit-ttl-icon::before {
		content: '';
		width: 4.53vw;
		height: 0.8vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.service-merit-ttl .service-merit-ttl-icon::after {
		content: '';
		width: 0.8vw;
		height: 4.53vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.3s ease-in-out;
	}
	.service-item.servce-01 .service-merit-ttl-icon::before, 
	.service-item.servce-01 .service-merit-ttl-icon::after {
		background: var(--color-darkblue);
	}
	.service-item.servce-02 .service-merit-ttl-icon::before, 
	.service-item.servce-02 .service-merit-ttl-icon::after, 
	.service-item.servce-03 .service-merit-ttl-icon::before, 
	.service-item.servce-03 .service-merit-ttl-icon::after {
		background: var(--color-darkgreen);
	}
	.service-merit-ttl.is-open .service-merit-ttl-icon::after {
		opacity: 0;
	}
	
	.service-item .cont-inn {
		padding: 21.33vw 0 16vw;
		display: none;
		z-index: 1;
	}
	
	
	.service-merit .merit-item-wrap {
		flex-direction: column;
		justify-content: flex-start;
	}

	.merit-item {
		width: 100%;
		margin-bottom: 10.66vw;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.merit-item:last-child {
		margin-bottom: 0;
	}

	/* メリット　Point */
	.merit-item-point {
		width: 16vw;
		height: 16vw;
	}
	.point-en {
		font-size: var(--fs-sp-14);
	}
	.point-num {
		font-size: var(--fs-sp-19);
	}

	.merit-item-txt-wrap {
		width: calc(100% - 21.33vw);
	}
	.merit-item-ttl {
		margin: 2.66vw auto;
		font-size: var(--fs-sp-23);
	}
	.service-item.servce-01 .merit-item-ttl {
		color: var(--color-blue);
	}
	.service-item.servce-02 .merit-item-ttl, 
	.service-item.servce-03 .merit-item-ttl {
		color: var(--color-darkgreen);
	}
	
	
}




/*---------- 会社情報 ----------*/
.sec-company {
	width: 100%;
	/* padding: 110px 0 calc(160px + 280px); */
	padding: 130px 0 calc(180px + 280px);
	position: relative;
}
.is-bg-green {
	background: #BFD5D9;
	/* background: #DEEBED; */
}

.sec-company .cont-inn {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.sec-company .sec-lead-txt {
	text-align: center;
	color: var(--color-darkgray);
	font-size: 1.7rem;
	font-weight: 400;
}
.sec-company .sec-lead-txt .fs-l {
	color: var(--color-darkgray);
	font-size: 2.3rem;
	font-weight: 500;
}

.sec-company .btn-white-green {
	margin: 40px auto 0;
}

@media (max-width: 768px) {
	.sec-company {
		width: 100%;
		/* padding: 32vw 0 calc(29.33vw + 24vw); */
		padding: 35.19vw 0 calc(32vw + 24vw);
		position: relative;
	}
	.sec-company .cont-inn {
        width: calc(100% - 10.66vw);
        max-width: initial;
		text-align: center;
	}
	
	.sec-company .sec-lead-txt {
		font-size: var(--fs-sp-14);
		font-weight: 400;
	}

	.sec-company .btn-white-green {
		margin: 8vw auto 0;
	}
}



/*---------- 事業所紹介 ----------*/
.sec-location {
	width: 100%;
	margin-top: -280px;
	padding: 80px 0;
	position: relative;
	z-index: 2;
}
.sec-location::before {
	content: '';
	width: 100%;
	height: 9.02vw;
	background: url("../../img/top/bg_deco.svg") 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-location::after {
	content: '';
	width: 100%;
	height: calc(100% - 8.5vw);
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}


.sec-location .cont-inn {
	text-align: center;
	position: relative;
	z-index: 2;
}

.location-icon {
	width: 160px;
	margin: 0 auto 30px;
}
.location-icon img {
	transform: scale(1.6,1.6);
	opacity: 0;
	position: relative;
	top: 30px;
	transition: 0.8s ease-in-out;
}
.location-icon.is-fadein img {
	opacity: 1;
	top: 0;
}
.location-icon.is-small img {
	transform: scale(1.0,1.0);
}

.sec-location .sec-txt {
	margin: 45px auto 0;
	color: var(--color-gray);
}

.sec-location .btn-wrap {
	align-items: center;
	justify-content: center;
}
.sec-location .btn-wrap .btn-white-green {
	margin: 50px auto 0;
}

@media (max-width: 768px) {
	.sec-location {
		width: 100%;
		margin-top: -24vw;
		padding: 24vw 0 21.33vw;
	}
	.sec-location::before {
		content: '';
		width: 100%;
		height: 26.66vw;
		background: url("../../img/top/bg_deco_sp.svg") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec-location::after {
		content: '';
		width: 100%;
		height: calc(100% - 26.0vw);
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}



	.location-icon {
		width: 42.66vw;
		margin: 0 auto 5.33vw;
	}
	
	.sec-location .sec-txt {
		width: calc(100% - 5.33vw);
		margin: 0 auto;
		text-align: left;
	}
	
	.sec-location .btn-wrap {
		width: calc(100% - 5.33vw);
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
	.sec-location .btn-wrap .btn-lightblue {
		margin: 0 auto 9.33vw;
	}
	.sec-location .btn-wrap .btn-lightblue + .btn-lightblue {
		margin-left: auto;
		margin-bottom: 0;
	}
	
	
}



/*---------- 採用情報 ----------*/
.sec-recruit {
	width: 100%;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 2;
}
.recruit-txt-wrap {
	width: 52%;
	padding: 70px 4.33vw 135px 8.33vw;
	background: var(--color-lightyellow);
	position: relative;
}

.sec-recruit .sec-ttl-en, 
.sec-recruit .sec-ttl, 
.sec-recruit .sec-txt, 
.sec-recruit .btn-green-white {
	position: relative;
	z-index: 4;
} 
.sec-recruit .sec-txt {
	color: var(--color-gray);
}
.sec-recruit .btn-green-white {
	margin: 50px auto 0 0;
}


.recruit-img-wrap {
	width: 58%;
	margin-left: -10%;
	position: relative;
	z-index: 5;
}

@media (max-width: 980px) {
	.recruit-img-wrap {
		width: 53%;
		margin-left: -5%;
		position: relative;
		z-index: 5;
	}
}


@media (max-width: 768px) {
	.sec-recruit {
		width: 100%;
	}
	.recruit-txt-wrap {
		width: 100%;
		margin-top: 0;
		padding: 26.66vw 8vw 29.33vw;
	}
	.sec-recruit .btn-green-white {
		margin: 13.33vw auto 0;
	}


	.recruit-img-wrap {
		width: calc(100% - 8vw);
		margin: -16vw 0 0 auto;
		position: relative;
		z-index: 4;
	}

    
}



/*---------- お問い合わせ ----------*/
.sec-contact {
	width: 100%;
	padding: 130px 0;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.sec-contact .sec-txt {
	margin-bottom: 50px;
	color: var(--color-gray);
}


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

	.sec-contact .sec-txt {
		margin-bottom: 13.33vw;
	}
    
}
