@charset "utf-8";
/* CSS Document */

/* ----- 背景用の動画ファイル ----- */

#kv-img {
	width: 100%;
	z-index: 1;
	/*height: auto;*/
/*	height: 90%;*/
    background-size: cover;
    text-align: center;
    overflow: hidden;
    padding-top: 100px;
	
	/* ↓↓ kitagawa 251216 */
	position: relative;
	/*max-height: 800px;*/
}

video {
    width: 100%;
	margin: 0;
	padding: 0;
	
	/* ↓↓ kitagawa 251216 */
	aspect-ratio: 12 / 5;
	/*height: 100%;*/
	object-fit: cover;
}

/* kitagawa 251216 */
#kv-img p.movie-title {
	position: absolute;
	top: 75%;
	left: 50%;
    transform: translateX(-50%);
	font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 2.083vw;
	color: #FFF;
}
#kv-img p.movie-caption {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 8.33vw;
	color: #FFF;
	width: 100%;
	line-height: 1.0;
}

.top-about {
	background: url("../img2/top-about.jpg") no-repeat top center;
	background-size: cover;
	color: #FFF;
	font-size: 18px;
	padding: 80px 0;
	text-align: center;
	width: 100%;
}

#top {
	position: relative;
	width: 100%;
}

.line-btn {
	position: fixed;
    top: 40%;
    right: 0;
}
#top h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.h2-boder {
	border-bottom: 5px solid #40B3FF;
}
p.h2-small {
	color: #40B3FF;
	font-size: 20px;
	margin-bottom: 40px;
}


#top-btn-contents {
	background-color: #FFF;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
} 
.top-btn {
	margin: 25px auto;
} 
.general {
	margin: 50px auto 0;
	width: 960px;
}

#top-service {
	background: url("../img2/top-service.jpg") no-repeat top center;
	background-size: cover;
	color: #FFF;
	font-size: 18px;
	padding: 80px 0;
	text-align: center;
	width: 100%;
}

.fb__service_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1024px;
	margin: 20px auto;
}

a.item__service_top {
	display: flex;
	flex-direction: column;
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 30px 15px 15px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px 40px 10px 10px;
	box-sizing: border-box;
	
   clip-path: polygon(0% 0%, 88% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 100%);
}

a.item__service_top h3 {
	padding: 10px 0;
	color: #FFF;
	font-size: 16px;
	line-height: 2.0;
	background-color: #0B2057;
	border-radius: 5px;
	box-sizing: border-box;
}

.p__service_top {
	margin: 20px 0;
	text-align: left;
}

.btn__service_top--more {
	margin-top: auto;
	padding: 0.25rem 0;
	color: #fff;
	background-color: #00A0E8;
	border-radius: 100vh;
}

.service-list {
	/*background: url("../img2/service-list-back.png") no-repeat;
	background-size: contain;*/
	border-radius: 10px 30px 10px 10px;
	background-color: #FFF;
	box-shadow: 0 0 0 0 rgba(255,255,255,1.00);
	color: #000;
	/*
	margin: 0 1% 20px;
	padding: 30px 1% 10px;
	width: 28%;
	*/
	/* 251209 kitagawa */
	margin: 0 auto 20px;
	padding: 15px 5px 10px;
	width: 22%;
/*
	max-width: 280px;
	width: 26%;
*/
	/*height: 300px;*/
}
.service-list h3 {
	background-color: #0B2057;
	border-radius: 5px 30px 0 0;
	color: #FFF;
	font-size: 16px;
	line-height: 2.0;
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
	padding: 5px;
}
.service-list p {
	padding: 0 1rem;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
#top-service .service-list .flexbox-btn {
	/*margin: 25px auto 0;*/
	margin: 15px auto 0;/* 251209 kitagawa */
}
.top-commitment, .top-product, .top-access {
	font-size: 18px;
	padding: 80px 0;
	text-align: center;
	margin: 0;
	width: 100%;
	/*max-width: 100%;*/
}
.top-commitment h2, .top-product h2, .top-access h2 {
	color: #000;
}

.top-commitment-back {
	background: url("../img2/top-commitment-back.jpg") no-repeat top center;
	background-size: cover;
	color: #FFF;
	padding: 150px 0;
	text-align: center;
	width: 100%;
}
.top-product .flexbox {
	line-height: 1.0;
	width: 100%;
}
.top-product .flexbox .photo {
	width: 50%;
}
.top-product .flexbox .product-item {
	padding: 5% 0;
	width: 50%;
}
.top-product .flexbox .product-item h3 {
	font-size: 24px;
	background: url("../img2/product-line.jpg") no-repeat bottom center;
	padding: 5px 0 15px;
	margin-bottom: 20px;
}
.top-product .flexbox .product-item .flexbox-btn {
	margin: 5% auto 0;
}

.top-product .flexbox .product-item {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-sdgs {
	background-color: #F9F9EE;
	color: #006B99;
	display: flex;
	font-weight: bold;
	text-align: center;
}

/*
.top-sdgs div {
	padding: 5%;
	width: 40%;
}
*/


.top-sdgs .resizeimage , .top-sdgs .box-text {
	padding: 5%;
	width: 40%;
}

.top-sdgs .box-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-sdgs .box-text div {
  width: 90%;
  margin: 0 auto;
}

.top-sdgs .box-text div p {
	font-size: 18px;
  text-align: left;
  margin-bottom: 50px;
}

.top-sdgs .box-text div .flexbox-btn {
	margin: 20px auto;
	font-weight: normal;
}

/*
.top-sdgs div p {
	font-size: 18px;
	padding: 50px 20px 0;
  text-align: left;
}
*/

/* Googlemap */
.googlemap iframe {

    /*width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
/*  */



/* エフェクト */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 455px;
	max-height: 304px;
	width: 48%;
	background: #12171A;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.6;
}

.grid figure figcaption {
	padding: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 400;
	color: #FFF;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	color: #FFF;
	min-width: 320px;
	max-width: 455px;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h3 {
	position: absolute;
	top: 50%;
	left: -8%;
	width: 100%;
	color: #FFF;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: -5%;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*  */

/* ==================== */
/* 251022 sugaya */
/* ==================== */

.fb__bnr--sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 940px;
	margin: 50px auto;
	padding: 0 10px;
}

.item__bnr--sns {
	width: 200px;
	margin: 10px;
}

.item__bnr--sns img {
	width: 100%;
	height: auto;
}


/* ==================== */
/* 251219 kitagawa  インスタ */
/* ==================== */
.top__contents-intg {
	background-color: #E5EDF1;
	font-weight: bold;
	font-size: 18px;
	padding: 80px 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
.top__contents-intg h2 {
	color: #000;
	text-align: center;
}
.fb__intg_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1024px;
	margin: 20px auto;
}







