@charset "UTF-8";
/*
# =================================================================
# フォント
# =================================================================*/
@font-face {
	font-family: '';
	src: url("");
}






/*
# =================================================================
# 共通要素
# =================================================================*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	font-family: 'Noto Sans JP','-apple-system','BlinkMacSystemFont','Helvetica Neue','Segoe UI','Noto Sans Japanese','ヒラギノ角ゴ ProN W3','Meiryo','sans-serif';
	font-size: 1.3rem;
	color: #000;
	background-color: #F2F2F2;
	overflow-x: hidden;
	position: relative;
}

body.noScroll {
    overflow: hidden;
    height: 100%;
}

body.fixed{
   position: fixed;
   top: 0;
   left: 0;

	}

	main{
			background-color: #F2F2F2;
	}

	a:link,
a:active,
a:visited,
a:hover {
	color: #000;
	text-decoration: none;
}

/* ヘッダー */
/* header ヘッダー */
header {
  /* position: fixed; */
  top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
  z-index: 99;
  transition: .8s;
	height: 110px;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	background-color: #F2F2F2;
}

header .headerWrap{
	width: 100%;
	/* height: 100%; */
	height: 110px;
	padding: 6rem 5rem 0 8rem;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	padding-right: 18vw;
	z-index: 99;
	mix-blend-mode: exclusion;
	position: fixed;
  top: 0;
	left: 0;
	width: 100%;

}


.siteLogo {
	width: 15%;
	max-width: 222px;
	position: fixed;
    top: 70px;
    left: 4.8vw;
	z-index: 999;

}

.siteLogo a {
  display: block;
  width: 100%;
}

.siteLogo a img {
  width: 100%;
  height: auto;
}

.siteLogo a img.black {
  display: none;
}
/*
.siteLogo a img.white {
  display: block;
} */


.gnav {
  height: 100%;
  position: relative;
	z-index: 99;
	width: calc(100% - 20%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}


.gnav .gnavMenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
  height: 100%;
}

.gnav .gnavMenu li:not(:last-child){
	margin-right: 6rem;
}

.gnav .gnavMenu li{
}

.gnav .gnavMenu li a {
  text-align: center;
	transition: 0.3s ease all;
	font-size: 2rem;
	font-weight: bold;
	transition: 0.3s ease all;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	color: #fff;

}



  .gnav .gnavMenu li a:hover{
		color: #D4001D;
  }

	header .contactBtn{
		color: #D4001D;
		text-align: center;
		white-space: nowrap;
		transition: 0.3s ease all;
		font-size: 2rem;
		font-weight: bold;
		transition: 0.3s ease all;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 214px;
		height: 50px;
		border: 3px solid #D4001D;
		border-radius: 25px;
		margin-left: 6rem;
		position: relative;
		z-index: 99;
	}

		header .contactBtn.pc{
			margin: 0 3vw 0 auto;
		}

	header .contactBtn:hover{
		color: #fff;
		background-color: #D4001D;
	}



header .hamburgerMenu {
  display: none;
}


.headerThanks .headerWrap .gnav .gnavMenu li a{
	color: #000;
}





h1 {

}
nav {

}

.sc {

}

.wrap{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 2rem;
}


/* フッター */
footer{
	padding: 2rem;
	background-color: #000;
	color: #fff;
	position: relative;
	z-index: 9;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	padding: 7rem 2rem;
}

footer .footText {
	width: 40%;
}

footer .footText .logo{
	max-width: 280px;	
	margin-bottom: 3.5rem;
}

footer .footText .logo a{
	display: block;
	width: 100%;
}

footer .footText p{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}

footer .footText p.companyName{
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

footer .footNav {
	width: 62%;
	margin-top: 1.5rem;
}

footer .footNav ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

footer .footNav ul li{
	margin: 0 3rem 1.5rem 3rem;
}

footer .footNav ul li:nth-child(3n){
	margin-right: 0;
}

footer .footNav ul li a{
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s ease;
}

footer .footNav ul li a:hover{
	opacity: 0.7;
}

footer .footNav ul li.contact a{
		color: #D4001D;
		text-align: center;
		white-space: nowrap;
		transition: 0.3s ease all;
		font-size: 2rem;
		font-weight: bold;
		transition: 0.3s ease all;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 164px;
		height: 30px;
		border: 3px solid #D4001D;
		border-radius: 25px;
	}
footer .footNav ul li.contact{
		width: 100%;
		max-width: 164px;
}

footer .footNav ul li.contact a:hover{
	background-color: #D4001D;
	color: #fff;
	opacity: 1;
}

footer .copyright{
	font-size: 1.3rem;
	color: #fff;
	margin-left: 3rem;
}






img {
	max-width: 100%;
	vertical-align: top;
}
*:focus {outline:none;}
.sp {display:none!important;}

section{
	position: relative;
}

/* タイトル */
.scTitle {
	font-size: 5.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 4.5rem;
	color: #D4001D;
	line-height: 1.5;
}

/* リード文 */
.scLead{
	font-size: 2.2rem;
	line-height: 3;
	font-weight: 700;
	letter-spacing: 0;
}

.mb0{
	margin-bottom: 0!important;
}

/*
# =================================================================
# エフェクト要素
# =================================================================*/

/* アニメーション */
.effect-fade{
	opacity: 0;
	transform: translate(0, 50px);
	transition : all 1s;
}

.effect-fade.effect-scroll{
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade.value2{
	transition-delay: 0.2s;
}


.effect-fade.value3{
	transition-delay: 0.4s;
}

	/* ローディング */
.loading {
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
	 flex-direction: column;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;
	 background: #F2F2F2;
  }

	.loading .loadingLogo{
			position: relative;
			width: 90%;
			max-width: 680px;
			margin: 0 auto;
			overflow: hidden;
			margin-top: -350px;
	}

	.loading .loadingLogo p{
		transform: translateY(120px);
	}

	.loading .loadingLogo.textUp p{
		animation: textup 0.8s ease forwards;

	}

	.loading .loadingLogo p img{
			width: 100%;
			height: auto;
	}

	.loading.remove{
		animation: fadeOut 0.3s ease 0.8s forwards;
	}
	.nineKun {
		width: 100%;
			max-width: 390px;
			height: auto;
			position: relative;
			transition: 0.6s ease;
			position: fixed;
			bottom: 40%;
			right: 50%;
			z-index: 9999;
			pointer-events: none;
			display: block;
			width: 0;
			transform: translate(50%, 50%);
		}

		.nineKun.on{
			display: block;
			animation:  wideImg 0.6s cubic-bezier(0.54,0.04,0.38,0.78) 0.8s forwards, hurueru 1s cubic-bezier(0.54,0.04,0.38,0.78) 1.5s forwards;

		}
		.nineKun.foot{
			animation:  footOn 0.5s cubic-bezier(0.54,0.04,0.38,0.78) forwards;
			pointer-events: inherit;
		}


 
		.nineKun .hukidashi{
			position: absolute;
			top: 40px;
			left: -260px;
			width: 100%;
			max-width: 280px;
			opacity: 0;
		}

		.nineKun .hukidashi+img{
			position: relative;
			z-index: 9;
		}

		.nineKun.foot .hukidashi{
			display: block;
			animation:  fadeIn 0.6s ease 0.8s forwards;
			position: absolute;
			top: 10px;
			left: -140px;
			width: 100%;
			max-width: 160px;
		}


		@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
   opacity: 0;
	 z-index: -2;
  }
}

@keyframes textup {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wideImg {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}

@keyframes footOn {
  0% {
		width: 100%;
    transform: translate(50%, 50%);
  }
  100% {
		width: 20%;

    /* transform: scale(0.56); */
		max-width: 220px;
		bottom: 0;
		right: 20px;
		transform: none;
  }
}


@keyframes hurueru {
	0% {
     transform: translate(50%, 50%)
    }
	5% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	10% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	15% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	20% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	25% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	30% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	35% {
		transform: translate(50%, 50%)  rotateZ(-8deg)
	}
	40% {
     transform: translate(50%, 50%)
    }
	45% {
		transform: translate(50%, 50%) rotateZ(-5deg)
	}
	50% {
     transform: translate(50%, 50%)
    }
}



/*
# =================================================================
# トップページ
# =================================================================*/




/* メインビジュアル */
.scMv{
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 700px;
	position: relative;
}

.scMv .mvWrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3rem;
}

.scMv .mvTitleArea{
	position: relative;
	z-index: 9;
	margin-top: -4rem;
}

.scMv .mvTitleArea .color{
	color: #D4001D;
}

.scMv .mvTitleArea h1{
	font-size: 16.8rem;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 1.1;
	margin-bottom: 4rem;
}

.scMv .mvTitleArea h1 .line{
	display: inline-block;
	width: 140px;
	height: 14px;
	background-color: #000;
	line-height: 14px;
	vertical-align: super;
	margin-bottom: 2rem;
	margin: 0 8px;
}

.scMv .mvTitleArea .en{
	font-size: 5.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* ボール 背景*/
.scMv::before{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 340px;
	height: 340px;
	position: absolute;
	top: 2%;
	left: 8%;
}

.scMv::after{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 212px;
	height: 212px;
	position: absolute;
	top: 15%;
	right: -3%;

}

.scMv .mvWrap::before{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 395px;
	height: 395px;
	position: absolute;
	bottom: -10%;
	left: -10%;

}

.scMv .mvWrap::after{
	content: '';
	background: url('../img/mvCircle.png') no-repeat center center;
	background-size: contain;
	display: block;
	/* width: 680px;
	height: 680px; */
	width: 40vw;
	height: 40vw;
	max-width: 680px;
	position: absolute;
	bottom: -10%;
	right: 5%;
}



.scSolution::before{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 270px;
	height: 270px;
	position: absolute;
	top: -6%;
	right: 10%;
}

.scSolution::after{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 665px;
	height: 665px;
	position: absolute;
	top: 12%;
	left: -15%;
}

.scSolution .wrap::before{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 340px;
	height: 340px;
	position: absolute;
	top: 74%;
	right: -40%;
		z-index: -1;

}


.scValue::before{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 400px;
	height: 400px;
	position: absolute;
	top: -6%;
	left: 8%;
}

.scCompany::before{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 665px;
	height: 665px;
	position: absolute;
	top: 12%;
	right: -50%;

}

.scCompany::after{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 270px;
	height: 270px;
	position: absolute;
	top: 100%;
	left: -38%;

}

.scMessage::before{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 420px;
	height: 420px;
	position: absolute;
	top: 12%;
	right: 0;
}

.scMessage::after{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 665px;
	height: 665px;
	position: absolute;
	top: 90%;
	left: -10%;

}

.scContact::before{
	content: '';
	background: url('../img/bgCirlceSmall.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 12%;
	right: 0;
}

.scContact::after{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 420px;
	height: 420px;
	position: absolute;
	top: 88%;
	left: 5%;
}



/* mission ミッション */

.scMission {
	padding-top: 16rem;
	padding-bottom: 22rem;
	position: relative;
	margin-bottom: 18rem;
}

.scMission::after{
	content: '';
	width: 100%;
	height: 500px;
	background: url('../img/bg.png') no-repeat bottom center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}


.scMission .wrap .subTitle{
	margin-bottom: 7.5rem;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.5;
}

.scMission .wrap{
	position: relative;
	z-index: 2;
	padding: 0 1rem;
}



/* solution */
.scSolution {
	margin-bottom: 15rem;
	position: relative;
	z-index: 1;
}
.scSolution .wrap{
	width: calc(100% - 4rem);
	max-width: 1200px;
	background-color: #fff;
	padding: 12.5rem 12rem 15rem 10rem;
	position: relative;
	z-index: 1;
}

.scSolution .wrap .scTitle{
	margin-bottom: 7rem;
}

.scSolution .wrap .flow{
	display: flex;
	justify-content: space-between;
	margin-top: 12rem;
}

.scSolution .wrap .flow.byFlow{
	margin-top: 10rem;
}

.scSolution .wrap .flow .sideTitle{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	background: -webkit-linear-gradient(top, #c1c1c1 0%,#616161 100%);
	background: linear-gradient(to bottom, #c1c1c1 0%,#616161 100%);
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-right: 2.5rem;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
}

.scSolution .wrap .flow.byFlow .sideTitle{
	background: -webkit-linear-gradient(top, #727272 0%,#0D0D0D 100%);
	background: linear-gradient(to bottom, #727272 0%,#0D0D0D 100%);

}


.scSolution .wrap .flow .flowList{
	width: calc(100% - 80px);
}

.scSolution .wrap .flow .flowList .flowItem{
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.16);
	padding: 3.5rem 3.5rem 4rem 5rem;
	position: relative;
	margin-bottom: 7rem;
	margin: 0 0 7rem auto;
}

.scSolution .wrap .flow .flowList .flowItem::after{
	content: '';
	width: 100%;
	max-width: 150px;
	height: 22px;
	display: block;
	background: url('../img/arrow.svg') no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: -50px;
	left: 32%;
}

.scSolution .wrap .flow .flowList .flowItem:nth-child(3)::after{
	left: 14%;
}


.scSolution .wrap .flow .flowList .flowItem.lastFlow::after{
	display: none;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon .icon{
	width: 30%;
	max-width: 92px;
	display: inline-block;
	position: absolute;
	top: 60px;
	left: 50px;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon .icon img{
	width: 100%;
	height: auto;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-bottom: 3rem;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .jp{
	font-size: 2.6rem;
	font-weight: 700;
	margin-right: 1.5rem;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .en{
	font-size: 2.1rem;
	color: #9B9B9B;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.1em;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-left: 14rem;
	}

	.scSolution .wrap .flow .flowList .flowItem .flowLead{
		margin-left: 14rem;
		font-size: 2rem;
		line-height: 2;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg {
			display: flex;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowText{
			width: 58%;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support{
			display: flex;
			align-items: flex-end;
			margin-left: 14rem;
			border-top: 1px solid #9B9B9B;
			padding-top: 4rem;
			margin-top: 4rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support h3 .en{
			font-size: 1.4rem;
			color: #9B9B9B;
			font-weight: 400;
			font-family: 'Oswald', sans-serif;
			letter-spacing: 0.1em;
			display: block;
			margin-bottom: 2rem;
		}
		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a{
			text-align: center;
			white-space: nowrap;
			transition: 0.3s ease all;
			font-size: 1.3rem;
			font-weight: bold;
			transition: 0.3s ease all;
			position: relative;

			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			max-width: 176px;
			height: 34px;
			border: 2px solid #000;
			border-radius: 25px;
			margin-left: 2rem;
			position: relative;
			font-weight: 400;
			letter-spacing: 0.1em;
			transform: translateY(10px);
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a span{
			display: inline-block;
			border-bottom: 2px solid #000;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a::after{
			content: '';
			width: 12px;
			height: 12px;
			background: url('../img/iconEx.svg') no-repeat center center;
			background-size: contain;
			display: block;
			position: absolute;
			right: 30px;
			top: 50%;
			transform: translateY(-50%);
		}
	

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg{
			width: 38%;
			margin-left: 3rem;
			transform: translateY(10px);
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg img{
			display: inline-block;
			margin-bottom: 1.5rem;
			width: 100%;
			height: auto;
		}

	.scSolution .wrap .flow .flowList .fBox{
		display: flex;
		justify-content: space-between;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem{
		width: 46%;
		margin: 0 0 7rem 0;
	}


	.scSolution .wrap .flow .flowList .fBox .flowItem:first-child:before{
		content: '';
		width: 100%;
		max-width: 150px;
		height: 22px;
		display: block;
		background: url('../img/arrow.svg') no-repeat center bottom;
		background-size: contain;
		transform: rotate(-90deg);
		position: absolute;
		top: 50%;
		bottom: inherit;
		left: inherit;
		right: -25%;
	}
	.scSolution .wrap .flow .flowList .fBox .flowItem{
		padding-bottom: 7rem;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .icon{
		position: static;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .flowTitle{
		margin-left: 0;
		margin-top: 4rem;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .flowLead{
		margin-left: 0;
	}



/* value */
.scValue {
	margin-bottom: 16rem;
}

.scValue  .scTitle{
	margin-bottom: 6rem;
}

.scValue .valueList{
	display: flex;
	justify-content: space-between;
}

.scValue .valueList li{
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.16);
	padding: 5rem 3.5rem 6rem;
	text-align: center;
	width: 31.5%;
	background-color: #fff;
}

.scValue .valueList li .num{
	color: rgba(0, 0, 0, 0.3);
	font-size: 3.2rem;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
}


.scValue .valueList li img{
	height: 138px;
	width: auto;
}
.scValue .valueList li .valueTitle{
	text-align: center;
	color: #D4001D;
	font-size: 2.6rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	border-top: 3px dotted #E5E5E5;
	border-bottom: 3px dotted #E5E5E5;
	padding: 2rem 0;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.scValue .valueList .fBox+p{
	font-size: 2rem;
	line-height: 2;
	text-align: left;
}



/* comapny */
.scCompany {
	width: calc(100% - 4rem);
	max-width: 1200px;
	margin: 0 auto 15rem auto;
	background-color: #fff;
}
.scCompany .wrap{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 9rem 0;
	position: relative;
	z-index: 1;
}


.scCompany .scTitle{
	margin-bottom: 6.5rem;
}

.scCompany dl{
	display: flex;
	align-items: flex-start;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	line-height: 2.1;

}

.scCompany dl:first-child{
	padding-top: 1.8rem;
}

.scCompany dl dt{
	width: 280px;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}

.scCompany dl dt::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 0 3rem;
}

.scCompany dl dd{
	width: calc(100% - 280px)
}

.scCompany dl dd iframe{
	width: 100%;
	height: 300px;
	margin-top: 3rem;
}

.scCompany .wrap .txtCenter{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 2.5rem;
	font-weight: 700;
	margin-top: 10rem;
}

.scCompany .wrap .btn{
	color: #D4001D;
	text-align: center;
	white-space: nowrap;
	transition: 0.3s ease all;
	font-size: 2rem;
	font-weight: bold;
	transition: 0.3s ease all;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 214px;
	height: 50px;
	border: 3px solid #D4001D;
	border-radius: 25px;
	margin: 0 auto;
}

.scCompany .wrap .btn:hover{
	background-color: #D4001D;
	color: #fff;
}


/* message */
.scMessage {
	margin-bottom: 22rem;
	position: relative;
}
.scMessage .wrap{
	position: relative;
	z-index: 9;
}

.scMessage .scTitle{
	margin-bottom: 7rem;
	position: relative;
	z-index: 9;
}
.scMessage .scLead{
	font-size: 2.6rem;
	line-height: 3;
	margin-bottom: 5rem;
}

.scMessage h3{
	font-size: 6.1rem;
	line-height: 1.8;
	margin-bottom: 7rem;
	letter-spacing: -0.04em;
	font-weight: 700;
}

.scMessage h3 .color{
	color: #D4001D;
}

.scMessage .name{
	font-size: 5.4rem;
	font-weight: 500;
	text-align: right;
	padding-right: 2rem;
}

.scMessage .name span{
	font-size: 1.6rem;
	vertical-align: middle;
	margin-right: 2rem;
}




/* お問い合わせ contact */
.scContact {
	margin: 0 auto 25rem auto;
	z-index: 9;
}

.scContact .wrap{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.scContact .wrap .scTitle{
	margin-bottom: 10rem;
}
.scContact .wrap .contactText{
	width: 35%;
}

.scContact .wrap .contactText .txtLarge{
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 6rem;
}

.scContact .wrap .contactText .scLead{
	letter-spacing: 0;
	margin-bottom: 3rem;
	line-height: 2.8;
}

.scContact .wrap .contactText .notice{
	font-size: 1.6rem;
}

.scContact .wrap .contactText .notice sup{
	color: #D4001D;
}

.scContact .formArea{
	width: 60%;
	max-width: 640px;
	margin-top: 2rem;
}

.scContact .formArea p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.scContact .formArea table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	font-size: 1.6rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	display: block;
}

.scContact .formArea table tbody{
	width: 100%;
	display: block;
}

.scContact .formArea table tr{
	width: 100%;
	display: block;
}

.scContact .formArea table tr th {
	position: relative;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.scContact .formArea table{
   display: block;
}
.scContact .formArea table th,
.scContact .formArea table td{
   display: block;
   font-size: 1.6rem;
	 font-weight: 500;
	 	width: 100%;
}
.scContact .formArea table tr th .required {
   color: #D4001D;
   background:none;
   display: inline-block;
   margin-left: 0.5rem;
}

.scContact .formArea table th{
	margin-bottom: 1rem;
}

.scContact .formArea table tr td {
   border-bottom: none;
   margin-bottom: 3.2rem;
	 font-weight: 400;
}

.scContact .formArea table tr td input[type="text"],
.scContact .formArea table tr td input[type="tel"],
.scContact .formArea table tr td input[type="email"]{
	width: 100%;
	padding: 1.5rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
	border: 1px solid #BFBFBF;
}

::placeholder{
	color: #B4B4B4;
}

.scContact .formArea table tr td textarea {
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 280px;
	resize: vertical; 
   background-color: #fff;
   padding: 1rem;
   font-size: 1.7rem;
}
.scContact .formArea table tr td input:focus,
.scContact .formArea table tr td textarea:focus,
.scContact .formArea table tr td select:focus {
	outline: none;
 }


 .pageContact.confirm .pageContents .fBox .formItem tbody{
    display: block;
    width: 100%;
 }
 .pageContact.confirm .pageContents .fBox .formItem tbody tr{
    display: block;
    width: 100%;
 }

 .pageContact.confirm .pageContents .fBox .formItem tbody th{
   width: 100%;
}
.pageContact.confirm .pageContents .fBox .formItem tbody td{
   width: 100%;
}
 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr th{
    margin-bottom: 2rem;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td{
    border-bottom: 2px solid #000;
    text-align: left;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td .notice{
    margin-top: 3rem;
 }

 .scContact .colorBtn{
   background-color: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 340px;
   padding: 5px 0;
   border-radius: 24px;
   font-size: 2.4rem;
   margin: 0 auto;
   transition: 0.3s ease all;
}

.scContact .colorBtn:hover{
   opacity: 0.7;
}

.scContact .colorBtn [type="submit"]{
   width: 100%;
}

.scContact .confirmBtn{
   display: flex;
   justify-content: space-between;
   margin: 0;
}

.scContact .confirmBtn .colorBtn{
   width: 47%;
}

.scContact .iptCheck {
	display: none;
}
.scContact .formArea .notice{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.scContact .formArea .notice a{
	text-decoration: underline;
}
.scContact .formArea .notice a:hover{
	opacity: 0.7;
}
.scContact label {
	width: 300px;
	margin: 0 0 20px 0;
	font-size: 1.56rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.scContact .btnSend {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 1.56rem;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.9rem;
	height: 70px;
	max-width: 368px;
	margin: 4rem auto 0 auto;
	transition: 0.3s ease;
}

.scContact .btnSend:hover{
	opacity: 0.7;
}

.scContact .txtError1,
.scContact .txtError2,
.scContact .txtError3 {
	width: 100%;
	padding: 8px 0 0 0;
	text-align: right;
	color: #b90107;
	display: none;
}
.scContact .txtError3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.56rem;
	text-align: left;
}
.scContact .txtError1.act,
.scContact .txtError2.act,
.scContact .txtError3.act {
	display: block;
}

.scContact .txtErrorPrivacy{
	text-align: center;
	margin-top: 10px;
}
.scContact.thanks {
	height: 100vh;
	padding: 30vh 0 0 0;
}
.scContact.thanks h2 {
	margin: 0 0 45px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .06em;
}
.scContact.thanks p {
	margin: 0 0 55px 0;
	font-size: 1.66rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 2;
	text-align: center;
}
.scContact.thanks .btnSend {
	display: block;
}


/* サンクスページ */
.scthanks{
	padding: 10rem 3rem 12rem 3rem;
}

.scthanks h2 {
	text-align: center;
	margin-bottom: 5rem;
}
.scthanks h2 .en{
	font-size: 5rem;
	font-weight: 700;
	display: block;
	margin-bottom: 1rem;
	letter-spacing: 0.02em;
}

.scthanks h2 .jp{
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}

.scthanks p{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7;
	color: #1C1C1C;
}

.scthanks p.lead{
	margin-bottom: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2;
}

.scthanks .btnBack {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 1.56rem;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.9rem;
	height: 70px;
	max-width: 300px;
	margin: 6rem auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.scthanks .btnBack:hover{
	opacity: 0.7;
}

/* プライバシーポリシー */
.scPrivacy{
	padding-top: 19rem;
	padding-bottom: 20rem;
}

.scPrivacy .wrap{
	max-width: 1020px;
	padding: 0 2rem;
	position: relative;
	z-index: 1;
}

.scPrivacy .wrap .scTitle{
	margin-bottom: 8rem;
}

.scPrivacy p.lead{
	font-size: 2rem;
	line-height: 2;
}


.scPrivacy .title{
	margin-top: 6rem;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 4rem;
}

.scPrivacy p{
	font-size: 2rem;
	line-height: 2;
}

.scPrivacy p.contactText{
	margin-top: 4rem;
}

.scPrivacy ul{
	margin: 1.5rem 0;
	/* padding-left: 3rem; */
}
.scPrivacy ul li{
	font-size: 2rem;
	line-height: 2;
	/* text-indent: -1.8rem;
	padding-left: 1.8rem; */
}

/* プライバシーポリシー 背景*/
.bgArea .circle{

	display: block;
	position: absolute;
} 
.bgArea .circle.circle1{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 400px;
	height: 400px;
	top: 1%;
	left: 3%;
}

.bgArea .circle.circle2{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 400px;
	height: 400px;
	top: 4%;
	right: -5%
}

.bgArea .circle.circle3{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 30vw;
	height: 30vw;
	top: 15%;
	left: -10%;
}

.bgArea .circle.circle4{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 15vw;
	height: 15vw;
	top: 20%;
	right: 20%;
}


.bgArea .circle.circle5{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 40vw;
	height: 40vw;
	top: 40%;
	left: -15%;
}

.bgArea .circle.circle6{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 24vw;
	height: 24vw;
	top: 60%;
	right: -8%;
}

.bgArea .circle.circle7{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	width: 20vw;
	height: 20vw;
	top: 90%;
	left: 10%;
}

.bgArea .circle.circle8{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	display: none;
}


.bgArea .circle.circle9{
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: cover;
	display: none;
}


/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */
@media screen and (max-width: 2000px) {
/* #canvas canvas:nth-child(2) {
	touch-action: auto!important;
	object-fit: cover!important;
	width: 180%!important;
	min-width: 3380px;
	height: 200%!important;
	top: 70%!important;
	left: 54%!important;
	transform: translate(-50%, -50%) scale(0.3)!important;
	cursor: inherit;
} */
}

/* laptop NotePC L */
@media screen and (max-width: 1540px) {
	header .contactBtn.pc{
		margin-right: 20px;
	}

	.siteLogo{
		left: 20px;
	}

	.gnav .gnavMenu li:not(:last-child){
		margin-right: 3vw;
	}

	header .contactBtn{
		max-width: 180px;
		height: 45px;
	}
}

@media screen and (max-width: 1280px) {
	.siteLogo{
		top: 65px;
	}
	.gnav .gnavMenu li a{
		font-size: 1.8rem;
	}

	header{
		height: 100px;
	}
	header .headerWrap{
		height: 100px;
	}

	header .headerWrap{
		padding-right: 16.5vw;
	}

	header .contactBtn{
		font-size: 1.8rem;
		max-width: 150px;
	}

	.scMv .mvTitleArea h1{
	font-size: 14rem;
}

.scMv .mvTitleArea h1 .line{
	width: 120px;
}

.scMv .mvTitleArea .en{
	font-size: 4rem;
}

.scMission .wrap{
	padding: 0 2rem;
}
}

/* laptop NotePC */
@media screen and (max-width: 1100px) {

	.gnav .gnavMenu li a{
		font-size: 1.6rem;
	}

	header .contactBtn{
		font-size: 1.6rem;
		max-width: 140px;
		height: 40px;
	}
}

@media screen and (max-width: 1080px) {

	.scMv{
		min-height: auto;
	}

	.scSolution .wrap{
		padding: 12.5rem 8rem 15rem 6rem;
	}

}



/* tablet */

@media screen and (max-width: 980px) {
		/* 共通 */
	header .pc {display:none!important;}
	header .sp {display:block!important;}
	header {
		height: auto;
		display: flex;
		align-items: center;
		position: relative;

	}

	header.up{
		z-index: 999;
	}

		header.top{
		z-index: 9999;
		}
	

	header .headerWrap{
		padding: 0 2rem;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: static;
		mix-blend-mode: inherit;
		height: 80px;
	}


	.siteLogo {
		width: 100%;
		max-width: 240px;
		position: static;
		padding-left: 2rem;
		z-index: 99;
	}

	.siteLogo a {
		display: block;
		width: 100%;
	}

	.siteLogo a img {
		width: 100%;
		height: auto;
	}

	.gnav {
    display: block;
    display: none;
    width: 100%;
		background-color: #000;
		height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
		transition: ease-in 0.3s all;
		z-index: 99999;
		padding: 0 3rem;
	}


	.gnav .gnavMenu {
		display: block;
		padding:  0 2rem;
		position: static;
		transform: none;
		width: auto;
		height: auto;
		z-index: 999;
		padding-top: 6rem;
	}

	.gnav .gnavMenu li{
		text-align: center;
	}

	.gnav .gnavMenu li:not(:last-child){
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2.5rem;
	}


	.gnav .gnavMenu li a {
		text-align: center;
		white-space: nowrap;
		transition: 0.3s ease all;
		font-size: 2.8rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
	}

	.gnav .gnavMenu li a:hover{
		color: #0054A7;
	}

	.gnav .gnavMenu li a:hover span{
		color: #6F6F6F;
	}

	.gnav .nineKunSp{
		width: 100%;
		max-width: 310px;
		margin: 3rem auto 0 auto;
		text-align: center;
	}

	.gnav .nineKunSp img{
		width: 100%;
		height: auto;
	}

		header .contactBtn{
		display: flex!important;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 380px;
		height: 30px;
		font-size: 2.1rem;
		margin-top: -1rem;
	}

		header .contactBtn.pc{
			margin: 0 3vw 0 auto;
			display: none!important;
		}

	header .contactBtn:hover{
		color: #fff;
		background-color: #D4001D;
	}

		header .gnav .navText{
			margin-top: 6.5rem;
			padding: 0 3rem;
			color: #fff;
		}

		header .gnav .navText .logo{
			margin-bottom: 4rem;
		}

		header .gnav .navText p{
			margin-bottom: 1rem;
			font-size: 1.3rem;
		}

		header .gnav p.companyName{
			font-size: 1.7rem;
			font-weight: 700;
			margin-bottom: 1rem;
		}


	/* ハンバーガーメニュー */
		header .hamburgerMenu {
			-webkit-transition: all .2s;
			transition: all .2s;
			width: 40px;
			height: 40px;
			z-index: 9999;
			display: block;
			position: fixed;
			top: 20px;
			right: 20px;
			cursor: pointer;
		}

		header .hamburgerMenu span {
			z-index: 99999;
			display: inline-block;
			-webkit-transition: all .2s;
			transition: all .2s;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: absolute;
			height: 2px;
			background-color: #1C1C1C;
			width: 40px;
			height: 2px;
			background: #000;
			display: block;
			position: relative;
			mix-blend-mode:exclusion;
			transition: .3s ease-in-out;
		}

		header .hamburgerMenu span:nth-of-type(1) {
			top: 13px;
		}

		header .hamburgerMenu span:nth-of-type(2) {
			top: 23px;
		}

		header .hamburgerMenu.is-active span:nth-of-type(1) {
			-webkit-transform: translateY(6.5px) rotate(-45deg);
			transform: translateY(6.5px) rotate(-45deg);
			background-color: #fff!important;
		}


		header .hamburgerMenu.is-active span:nth-of-type(2) {
			-webkit-transform: tr anslateY(-6.5px) rotate(45deg);
			transform: translateY(-6.5px) rotate(45deg);
			background-color: #fff!important;
		}


		.scMv .mvTitleArea {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}

		.scMv .mvTitleArea .en{
			font-size: 4.4vw;
		}

		.scMv .mvWrap{
			padding: 0 1.5rem;
		}
.scMv .mvTitleArea h1 {
	font-size: 13vw;
	margin-left: 4rem;
}

/* ボール */
.scMv .mvWrap::after{
	content: '';
	background: url('../img/mvCircle.png') no-repeat center center;
	background-size: cover;
	display: block;
	width: 480px;
	height: 480px;
	position: absolute;
	bottom: -10%;
	right: 5%;
}


/* サンクスページ */
.scthanks{
	padding: 10rem 3rem 12rem 3rem;
}

.scthanks h2 {
	text-align: center;
	margin-bottom: 5rem;
}
.scthanks h2 .en{
	font-size: 5rem;
	font-weight: 700;
	display: block;
	margin-bottom: 1rem;
	letter-spacing: 0.02em;
}

.scthanks h2 .jp{
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}

.scthanks p{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7;
	color: #1C1C1C;
}

.scthanks p.lead{
	margin-bottom: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2;
}

.scthanks .btnBack {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 1.56rem;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.9rem;
	height: 70px;
	max-width: 300px;
	margin: 6rem auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.scthanks .btnBack:hover{
	opacity: 0.7;
}

/* プライバシーポリシー */
.scPrivacy{
	padding-top: 10rem;
	padding-bottom: 20rem;
}
.scPrivacy .wrap .scTitle{
	margin-bottom: 6rem;
}

.scPrivacy p.lead{
	font-size: 1.8rem;
}


.scPrivacy .title{
	font-size: 2.2rem;
}

.scPrivacy p{
	font-size: 1.8rem;
	line-height: 2;
}

.scPrivacy p.contactText{
	margin-top: 4rem;
}

.scPrivacy ul{
	margin: 1.5rem 0;
	/* padding-left: 2rem; */
}
.scPrivacy ul li{
	font-size: 2rem;
	line-height: 2;
	/* text-indent: -1.8rem;
	padding-left: 1.8rem; */
}


/* プライバシーポリシー 背景*/
.bgArea .circle{

	display: block;
	position: absolute;
} 
.bgArea .circle.circle1{
	width: 30vw;
	height: 30vw;
	top: 1%;
	left: -10%;
}

.bgArea .circle.circle2{
	width: 40vw;
	height: 40vw;
	top: 4%;
	right: -20%
}

.bgArea .circle.circle3{
	width: 45vw;
	height: 45vw;
	top: 15%;
	left: -20%;
}

.bgArea .circle.circle4{
	width: 30vw;
	height: 30vw;
	top: 25%;
	right: 0;
}


.bgArea .circle.circle5{
	width: 40vw;
	height: 40vw;
	top: 35%;
	left: -15%;
}

.bgArea .circle.circle6{
	width: 30vw;
	height: 30vw;
	top: 50%;
	right: -15%;
}

.bgArea .circle.circle7{
	width: 20vw;
	height: 20vw;
	top: 90%;
	left: inherit;
	right: 0;
}


.bgArea .circle.circle8{
	display: block;
	width: 50vw;
	height: 50vw;
	top: 54%;
	left: -20%;
}

.bgArea .circle.circle9{
	display: block;
	width: 40vw;
	height: 40vw;
	top: 70%;
	left: -10%;
}


}

@media screen and (max-width: 834px) {
/* @media screen and (max-width: 768px) { */
	/* 共通 */
	.pc {display:none!important;}
	.sp {display:block!important;}

	
	/* ローディング */
.loading {
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
	 flex-direction: column;
   position: fixed;
   top: 0;
   left: 0;
	 background: #F2F2F2;
  }

	.loading .loadingLogo{
			position: relative;
			width: 90%;
			max-width: 500px;
			margin: 0 auto;
			overflow: hidden;
			margin-top: -250px;
	}

	/* .loading .loadingLogo p{
		transform: translateY(120px);
		animation: textup 0.8s ease forwards;
	} */

	.loading .loadingLogo p img{
			width: 100%;
			height: auto;
	}

	.loading.remove{
		animation: fadeOut 0.3s ease 1s forwards;
	}
	.nineKun {
			max-width: 300px;
			height: auto;
			position: relative;
			transition: 0.6s ease;
			position: fixed;
			bottom: 38%;
			right: 45%;
			z-index: 999999;
			pointer-events: none;
			display: block;
			width: 0;
			transform: translate(50%, 50%);
		}

		.nineKun.on{
			display: block;
			animation:  wideImg 0.6s cubic-bezier(0.54,0.04,0.38,0.78) 0.8s forwards, hurueru 0.8s cubic-bezier(0.54,0.04,0.38,0.78) 1.8s forwards;

		}
		.nineKun.foot{
			animation:  footOn 0.6s cubic-bezier(0.54,0.04,0.38,0.78) forwards;
			pointer-events: inherit;
		}


 
		.nineKun .hukidashi{
			position: absolute;
			top: 40px;
			left: -260px;
			width: 100%;
			max-width: 280px;
			opacity: 0;
		}

		.nineKun .hukidashi+img{
			position: relative;
			z-index: 9;
		}

		.nineKun.foot .hukidashi{
			display: block;
			animation:  fadeIn 0.6s ease 1s forwards;
			position: absolute;
			top: 10px;
			left: -110px;
			width: 100%;
			max-width: 120px;
		}

		@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
   opacity: 0;
	 z-index: -2;
  }
}

@keyframes textup {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wideImg {
  0% {
		width: 0;
  }
  100% {

		width: 100%;
  }
}

@keyframes footOn {
  0% {
		width: 100%;
    transform: translate(50%, 50%);
  }
  100% {
		width: 20%;

    /* transform: scale(0.56); */
		max-width: 220px;
		bottom: 10px;
		right: 10px;
		transform: none;
  }
}


@keyframes hurueru {
	0% {
     transform: translate(50%, 50%)
    }
	5% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	10% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	15% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	20% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	25% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	30% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	35% {
		transform: translate(50%, 50%)  rotateZ(-8deg)
	}
	40% {
     transform: translate(50%, 50%)
    }
	45% {
		transform: translate(50%, 50%) rotateZ(-5deg)
	}
	50% {
     transform: translate(50%, 50%)
    }
}



	.wrap{
		padding: 0 3rem;
	}


/* フッター */
footer{
	padding: 0;
	background-color: #000;
	color: #fff;
}

footer .wrap{
	display: block;
	justify-content: space-between;
	max-width: 930px;
	padding: 5rem 3rem 4rem 3rem;
}

footer .footText {
	width: 100%;
}

footer .footText .logo{
	max-width: 280px;	
	margin-bottom: 3rem;
}

footer .footText .logo a{
	display: block;
	width: 100%;
}

footer .footText p{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}

footer .footText p.companyName{
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

footer .footText p.companyName + p{
	margin-bottom: 18px;
}

footer .footNav {
	width: 100%;
	margin-top: 3rem;

}

footer .footNav ul{
	display: block;
	flex-wrap: wrap;
	margin-bottom: 7rem;
}

footer .footNav ul li{
	margin: 0 0 1rem 0;
}

footer .footNav ul li a{
	color: #ffffff;
	font-size: 2rem;
}

footer .footNav ul li.contact a{
		transition: 0.3s ease all;
		font-size: 2rem;
		font-weight: bold;
		transition: 0.3s ease all;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		max-width: 140px;
		margin: 2rem auto 0 0;
	}

footer .copyright{
	font-size: 1.2rem;
	color: #fff;
	margin-left: 0;
	text-align: left;
}

	.scLead p{
		font-size: 1.2rem;
	}

	.scLead p .sp{
		display: block;
	}

		/* タイトル */
.scTitle {
	font-size: 3rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
}

/* リード文 */
.scLead{
	font-size: 1.8rem;
	line-height: 2.4;
}

.mb0{
	margin-bottom: 0!important;
}

/* # =================================================================
# トップページ
# ================================================================= */




/* メインビジュアル */
.scMv{
	width: 100%;
	height: 100vh;
	position: relative;
}

.scMv .mvWrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scMv .mvTitleArea{
	position: relative;
	z-index: 9;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	margin-top: 5rem;
}

.scMv .mvTitleArea .color{
	color: #D4001D;
}

.scMv .mvTitleArea h1{
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
	width: 40%;
    max-width: 220px;
}

.scMv .mvTitleArea h1 img{
	width: 100%;
	height: auto;
}

.scMv .mvTitleArea .en{
	font-size: 3.6rem;
	text-align: center;
}

/* ボール 背景*/
.scMv::before{
	background-size: cover;
	width: 38vw;
	height: 38vw;
	top: 0%;
	left: -14%;

}

.scMv::after{
	display: none;
}

.scMv .mvWrap::before{
	bottom: -8%;
	left: -24%;
	width: 55vw;
	height: 55vw;
}

.scMv .mvWrap::after{
	bottom: 10%;
	right: -30%;
}



.scSolution::before{
	width: 200px;
	height: 200px;
	position: absolute;
	top: -3%;
	right: 0;
	z-index: -2;
}

.scSolution::after{
	display: none;

}

.scSolution .wrap::before{
	display: none;

}


.scValue::before{
	width: 240px;
	height: 240px;
	position: absolute;
	top: -8%;
	left: -25%;
	z-index: -1;
}

.scCompany::before{
	width: 180px;
	height: 180px;
	position: absolute;
	top: -20%;
	right: -20%;
		z-index: -1;

}

.scCompany::after{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 90%;
	left: -38%;
		z-index: -1;

}

.scMessage::before{
	width: 420px;
	height: 420px;
	position: absolute;
	top: 38%;
	right: -20%;
	z-index: -1;
}

.scMessage::after{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 85%;
	left: -45%;
	z-index: -1;

}

.scContact::before{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 38%;
	right: 0;
	z-index: -1;
}

.scContact::after{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 280px;
	height: 280px;
	position: absolute;
	top: 95%;
	left: -20%;
	z-index: -1;
}



/* mission ミッション */

.scMission {
	padding-top: 10rem;
	padding-bottom: 7rem;
	position: relative;
	margin-bottom: 8rem;
}

.scMission::after{
	content: '';
	width: 100%;
	height: 200px;
	background: url('../img/bg.png') no-repeat bottom center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}


.scMission .wrap .subTitle{
	margin-bottom: 3.8rem;
	font-size: 3.5rem;
	line-height: 1.5;
}


/* solution */
.scSolution {
	margin-bottom: 10rem;
}
.scSolution .wrap{
	width: 100%;
	padding: 4rem 3rem 8rem;
}


.scSolution .wrap .flow{
	display: flex;
	justify-content: space-between;
	margin-top: 8rem;
}

.scSolution .wrap .scTitle{
	margin-bottom: 1.5rem;
}

.scSolution .wrap .flow .sideTitle{
	width: 34px;
	margin-right: 2rem;
	font-size: 2rem;
	margin-left: -3rem;
}


.scSolution .wrap .flow .flowList{
	width: 100%;
}

.scSolution .wrap .flow.byFlow{
	margin-top: 6rem;
}

.scSolution .wrap .flow .flowList .flowItem{
	padding: 2.5rem 2rem;
	margin: 0 0 6rem auto;
}

.scSolution .wrap .flow .flowList .flowItem::after{
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.scSolution .wrap .flow .flowList .flowItem:nth-child(3)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
	left: 25%;
}

.scSolution .wrap .flow.byFlow .flowList .flowItem:nth-child(1)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.scSolution .wrap .flow.byFlow .flowList .flowItem:nth-child(2)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}



.scSolution .wrap .flow .flowList .flowItem.lastFlow::after{
	display: none;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon .icon{
	width: 30%;
	max-width: 92px;
	display: inline-block;
	position: static;
}


.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-bottom: 0;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .jp{
	font-size: 2.2rem;
	margin-bottom: 8px;
	display: block;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .en{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-left: 2rem;
	}

	.scSolution .wrap .flow .flowList .flowItem .flowLead{
		margin-left: 0;
		font-size: 1.8rem;
		line-height: 1.9;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg {
			display: block;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowText{
			width: 100%;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support{
			display: block;
			margin-left: 0;
			padding-top: 3.5rem;
			margin-top: 2rem;
			padding-bottom: 3.5rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support h3{
			display: flex;
			align-items: center;
		}
		.scSolution .wrap .flow .flowList .flowItem.hasImg .support h3 .en{
			margin-bottom: 0;
			margin-right: 2rem;
		}
		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a{
			text-align: center;
			white-space: nowrap;
			transition: 0.3s ease all;
			font-size: 1.3rem;
			width: 100%;
			max-width: 300px;
			margin-left: 0;
			position: relative;
			margin-top: 1rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a span{
			display: inline-block;
			border-bottom: 2px solid #000;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a::after{
			display: block;
			position: static;
			transform: none;
			margin-left: 1rem;
		}
	

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg{
			width: 100%;
			margin-left: 0;
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-top: 1rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg img{
			display: inline-block;
			margin-bottom: 1.5rem;
			width: 48%;
			height: auto;
		}

	.scSolution .wrap .flow .flowList .fBox{
		display: flex;
		justify-content: space-between;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem{
		width: 45%;
		margin: 0 0 7rem 0;
	}


	.scSolution .wrap .flow .flowList .fBox .flowItem:first-child:before{
		content: '';
		width: 100%;
		max-width: 150px;
		height: 22px;
		display: block;
		background: url('../img/arrow.svg') no-repeat center bottom;
		background-size: contain;
		transform: rotate(-90deg);
		position: absolute;
		top: 45%;
		bottom: inherit;
		left: inherit;
		right: -35%;
	}

		.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon {
			display: block;
		}
	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .icon{
		position: static;
		width: 100%;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .flowTitle{
		margin-left: 0;
		margin-top: 2rem;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .flowLead{
		margin-left: 0;
	}



/* value */
.scValue {
	margin-bottom: 11rem;
}

.scValue .wrap{
	padding: 0 2rem;
}

.scValue .wrap .scTitle{
	margin-bottom: 2rem;
}

.scValue .valueList{
}

.scValue .valueList li{
	padding: 3rem 2rem 3.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

.scValue .valueList li .fBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}

.scValue .valueList li .num{
	color: rgba(0, 0, 0, 0.3);
	font-size: 2.2rem;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2rem;
	width: 100%;
}


.scValue .valueList li img{
	height: 78px;
	width: auto;
	margin: 0 auto;
}
.scValue .valueList li .valueTitle{
	text-align: center;
	color: #D4001D;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	border-top: 3px dotted #E5E5E5;
	border-bottom: 3px dotted #E5E5E5;
	padding: 2rem 0 1.5rem 0;
	margin-bottom: 0;
	margin-left: 2rem;
	margin: 2rem auto 0 auto;
}

.scValue .valueList li .fBox+p{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}



/* comapny */
.scCompany {
	width: calc(100% - 4rem);
	max-width: 1200px;
	margin: 0 auto 12rem auto;
	background-color: #fff;
}
.scCompany .wrap{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem 3rem 6rem;
}

.scCompany .wrap .scTitle{
	margin-bottom: 3rem;
}


.scCompany .wrap .txtCenter{
	font-size: 2rem;
	margin-top: 6rem;
}



/* message */
.scMessage {
	margin-bottom: 10rem;
}

.scMessage .scTitle{
	margin-bottom: 5rem;
}
.scMessage .scLead{
	font-size: 2.2rem;
	line-height: 2.4;
	margin-bottom: 3rem;
}

.scMessage h3{
	font-size: 3.4rem;
	line-height: 3;
	margin-bottom: 5.5rem;
	line-height: 1.8;
}

.scMessage h3 .color{
	color: #D4001D;
}

.scMessage .name{
	font-size: 4rem;
	font-weight: 500;
	text-align: right;
	padding-right: 3rem;
}

.scMessage .name span{
	font-size: 2rem;
	vertical-align: middle;
	padding-right: 1.8rem;
}




/* お問い合わせ contact */
.scContact {
	margin: 0 auto 15rem auto;
}

.scContact .wrap{
	display: block;
	justify-content: space-between;
}

.scContact .wrap .scTitle{
	margin-bottom: 5rem;
}
.scContact .wrap .contactText{
	width: 100%;
	margin-bottom: 5rem;
}

.scContact .wrap .contactText .txtLarge{
	font-weight: 700;
	margin-bottom: 3rem;
}


.scContact .wrap .contactText .notice{
	font-size: 1.6rem;
}

.scContact .wrap .contactText .notice sup{
	color: #D4001D;
}

.scContact .formArea{
	width: 100%;
	max-width: 100%;
}

.scContact .formArea p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.scContact .formArea table {
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 5rem;
	display: block;
}

.scContact .formArea table +p.notice{
	text-align: left;
	font-size: 1.4rem;
}

.scContact .formArea table tbody{
	width: 100%;
	display: block;
}

.scContact .formArea table tr{
	width: 100%;
	display: block;
}

.scContact .formArea table tr th {
	position: relative;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.scContact .formArea table{
   display: block;
}
.scContact .formArea table th,
.scContact .formArea table td{
   display: block;
   font-size: 1.4rem;
	 font-weight: 500;
	 	width: 100%;
}
.scContact .formArea table tr th .required {
   color: #D4001D;
   background:none;
   display: inline-block;
   margin-left: 0.5rem;
}

.scContact .formArea table th{
	margin-bottom: 1rem;
}

.scContact .formArea table tr td {
   border-bottom: none;
   margin-bottom: 2.5rem;
	 font-weight: 300;
}

.scContact .formArea table tr td input[type="text"],
.scContact .formArea table tr td input[type="tel"],
.scContact .formArea table tr td input[type="email"]{
	width: 100%;
	padding: 1rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
	border: 1px solid #A5A5A5;
}

::placeholder{
	color: #B4B4B4;
}

.scContact .formArea table tr td textarea {
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 280px;
	resize: vertical; 
   background-color: #fff;
   padding: 1rem;
   font-size: 1.7rem;
}
.scContact .formArea table tr td input:focus,
.scContact .formArea table tr td textarea:focus,
.scContact .formArea table tr td select:focus {
	outline: none;
 }


 .pageContact.confirm .pageContents .fBox .formItem tbody{
    display: block;
    width: 100%;
 }
 .pageContact.confirm .pageContents .fBox .formItem tbody tr{
    display: block;
    width: 100%;
 }

 .pageContact.confirm .pageContents .fBox .formItem tbody th{
   width: 100%;
}
.pageContact.confirm .pageContents .fBox .formItem tbody td{
   width: 100%;
}
 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr th{
    margin-bottom: 2rem;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td{
    border-bottom: 2px solid #000;
    text-align: left;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td .notice{
    margin-top: 3rem;
 }

 .scContact .colorBtn{
   background-color: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 340px;
   padding: 5px 0;
   border-radius: 24px;
   font-size: 2.4rem;
   margin: 0 auto;
   transition: 0.3s ease all;
}

.scContact .colorBtn:hover{
   opacity: 0.7;
}

.scContact .colorBtn [type="submit"]{
   width: 100%;
}

.scContact .confirmBtn{
   display: flex;
   justify-content: space-between;
   margin: 0;
}

.scContact .confirmBtn .colorBtn{
   width: 47%;
}

.scContact .iptCheck {
	display: none;
}
.scContact .formArea .notice{
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.scContact label {
	width: 300px;
	margin: 0 0 20px 0;
	font-size: 1.6rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #A5A5A5;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
}
.scContact .btnSend {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 1.56rem;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.9rem;
	height: 70px;
	max-width: 368px;
	margin: 4rem auto 0 auto;
}

.scContact .txtError1,
.scContact .txtError2,
.scContact .txtError3 {
	width: 100%;
	padding: 8px 0 0 0;
	text-align: right;
	color: #b90107;
	display: none;
}
.scContact .txtError3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.56rem;
	text-align: left;
}
.scContact .txtError1.act,
.scContact .txtError2.act,
.scContact .txtError3.act {
	display: block;
}
.scContact.thanks {
	height: 100vh;
	padding: 30vh 0 0 0;
}
.scContact.thanks h2 {
	margin: 0 0 45px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .06em;
}
.scContact.thanks p {
	margin: 0 0 55px 0;
	font-size: 1.66rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 2;
	text-align: center;
}
.scContact.thanks .btnSend {
	display: block;
}

}

/* mobile L */
@media screen and (max-width: 600px) {

	/* ローディング */
.loading {
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
	 flex-direction: column;
   position: fixed;
   top: 0;
   left: 0;
	 background: #F2F2F2;
  }

	.loading .loadingLogo{
			position: relative;
			width: 90%;
			max-width: 300px;
			margin: 0 auto;
			overflow: hidden;
			margin-top: -240px;
	}

	/* .loading .loadingLogo p{
		transform: translateY(120px);
		animation: textup 0.8s ease forwards;
	} */

	.loading .loadingLogo p img{
			width: 100%;
			height: auto;
	}

	.loading.remove{
		animation: fadeOut 0.3s ease 1s forwards;
	}
	.nineKun {
			max-width: 240px;
			height: auto;
			position: relative;
			transition: 0.6s ease;
			position: fixed;
			bottom: 42%;
			right: 45%;
			pointer-events: none;
			display: block;
			width: 0;
			transform: translate(50%, 50%);
			z-index: 9999;
		}

		.nineKun.on{
			display: block;
			animation:  wideImg 0.6s cubic-bezier(0.54,0.04,0.38,0.78) 0.8s forwards, hurueru 0.8s cubic-bezier(0.54,0.04,0.38,0.78) 1.8s forwards;

		}
		.nineKun.foot{
			animation:  footOn 0.6s cubic-bezier(0.54,0.04,0.38,0.78) forwards;
			pointer-events: inherit;
		}

		.nineKun.foot.up{
			position: fixed!important;
			bottom: 0!important;
		}
 
		.nineKun .hukidashi{
			position: absolute;
			top: 40px;
			left: -260px;
			width: 100%;

			max-width: 280px;
			opacity: 0;
		}

		.nineKun .hukidashi+img{
			position: relative;
			z-index: 9;
		}

		.nineKun.foot .hukidashi{
			display: block;
			animation:  fadeIn 0.6s ease 1s forwards;
			position: absolute;
			top: 5%;
			left: -70%;
			width: 100%;
			width: 80%;
			max-width: 110px;
		}


@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
   opacity: 0;
	 z-index: -2;
  }
}

@keyframes fadeOutNine {
  0% {
    opacity: 1;
  }
  100% {
   opacity: 0;
  }
}

@keyframes fadeOut2 {
  0% {
    transform: translateY(0);
  }
  100% {
   transform: translateY(120%);
  }
}

@keyframes fadeIn2 {
  0% {
    transform: translateY(120%)
  }
  100% {
   transform: translateY(0);
  }
}

@keyframes textup {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wideImg {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}

@keyframes footOn {
  0% {
		width: 100%;
    transform: translate(50%, 50%);
  }
  100% {
		width: 30%;

    /* transform: scale(0.56); */
		max-width: 140px;
		bottom: 10px;
		right: 0;
		/* position: absolute;
		bottom: -30%; */
		transform: none;
  }
}


@keyframes hurueru {
	0% {
     transform: translate(50%, 50%)
    }
	5% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	10% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	15% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	20% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	25% {
		transform: translate(50%, 50%) rotateZ(-8deg)
	}
	30% {
     transform: translate(50%, 50%) rotateZ(14deg)
    }
	35% {
		transform: translate(50%, 50%)  rotateZ(-8deg)
	}
	40% {
     transform: translate(50%, 50%)
    }
	45% {
		transform: translate(50%, 50%) rotateZ(-5deg)
	}
	50% {
     transform: translate(50%, 50%)
    }
}





	.wrap{
		padding: 0 3rem;
	}


/* フッター */
footer{
	padding: 0;
	background-color: #000;
	color: #fff;
}

footer .wrap{
	display: block;
	justify-content: space-between;
	max-width: 930px;
	padding: 5rem 3rem 4rem 3rem;
}

footer .footText {
	width: 100%;
}

footer .footText .logo{
	max-width: 280px;	
	margin-bottom: 3rem;
}

footer .footText .logo a{
	display: block;
	width: 100%;
}

footer .footText p{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}

footer .footText p.companyName{
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

footer .footText p.companyName + p{
	margin-bottom: 18px;
}

footer .footNav {
	width: 100%;
	margin-top: 3rem;

}

footer .footNav ul{
	display: block;
	flex-wrap: wrap;
	margin-bottom: 7rem;
}

footer .footNav ul li{
	margin: 0 0 1rem 0;
}

footer .footNav ul li a{
	color: #ffffff;
	font-size: 2rem;
}

footer .footNav ul li.contact a{
		transition: 0.3s ease all;
		font-size: 2rem;
		font-weight: bold;
		transition: 0.3s ease all;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		max-width: 140px;
		margin: 2rem auto 0 0;
	}

footer .copyright{
	font-size: 1.2rem;
	color: #fff;
	margin-left: 0;
	text-align: left;
}

		.scLead p{
			font-size: 1.2rem;
		}

		.scLead p .sp{
			display: block;
		}

		.scTitle {
			font-size: 1.8rem;
		}

		/* タイトル */
.scTitle {
	font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
	color: #D4001D;
}

/* リード文 */
.scLead{
	font-size: 1.5rem;
	line-height: 2.4;
}

.mb0{
	margin-bottom: 0!important;
}

/* # =================================================================
# トップページ
# ================================================================= */




/* メインビジュアル */
.scMv{
	width: 100%;
	height: 100vh;
	min-height: 580px;
	position: relative;
}

.scMv .mvWrap{
	width: 100%;
	height: 100%;
	display: block;
}

.scMv .mvTitleArea{
	position: relative;
	z-index: 9;
	margin-top: 3rem;
}

.scMv .mvTitleArea .color{
	color: #D4001D;
}

.scMv .mvTitleArea h1{
	display: block;
	margin-bottom: 4rem;
	width: 40%;
	max-width: 280px;
	margin: 0 auto;
}

.scMv .mvTitleArea h1 img{
	width: 100%;
	height: auto;
}

.scMv .mvTitleArea .en{
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
	margin-top: 3rem;
}

/* ボール 背景*/
.scMv::before{
	background-size: cover;
	width: 240px;
	height: 240px;
	top: -2%;
	left: -22%;

}

.scMv::after{
	display: none;
}

.scMv .mvWrap::before{
    bottom: -8%;
    left: -30%;
		width: 58vw;
    height: 58vw;
}

.scMv .mvWrap::after{
	bottom: 18%;
	right: -40%;
	width: 400px;
	height: 400px;
}



.scSolution::before{
	width: 200px;
	height: 200px;
	position: absolute;
	top: -3%;
	right: 0;
	z-index: -2;
}

.scSolution::after{
	display: none;

}

.scSolution .wrap::before{
	display: none;

}


.scValue::before{
	width: 240px;
	height: 240px;
	position: absolute;
	top: -8%;
	left: -25%;
	z-index: -1;
}

.scCompany::before{
	width: 180px;
	height: 180px;
	position: absolute;
	top: -20%;
	right: -20%;
		z-index: -1;

}

.scCompany::after{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 90%;
	left: -38%;
		z-index: -9;

}

.scMessage::before{
	width: 420px;
	height: 420px;
	position: absolute;
	top: 38%;
	right: -20%;
	z-index: -1;
}

.scMessage::after{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 85%;
	left: -45%;
	z-index: -1;

}

.scContact::before{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 38%;
	right: 0;
	z-index: -1;
}

.scContact::after{
	content: '';
	background: url('../img/bgCirlceLarge.png') no-repeat center center;
	background-size: contain;
	display: block;
	width: 280px;
	height: 280px;
	position: absolute;
	top: 95%;
	left: -20%;
	z-index: -1;
}



/* mission ミッション */

.scMission {
	padding-top: 8rem;
	padding-bottom: 7rem;
	position: relative;
	margin-bottom: 8rem;
}

.scMission::after{
	content: '';
	width: 100%;
	height: 200px;
	background: url('../img/bg.png') no-repeat bottom center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}


.scMission .wrap .subTitle{
	margin-bottom: 3.8rem;
	font-size: 2.8rem;
	line-height: 1.5;
}



/* solution */
.scSolution {
	margin-bottom: 10rem;
}
.scSolution .wrap{
	width: 100%;
	padding: 4rem 3rem 8rem;
}


.scSolution .wrap .flow{
	display: flex;
	justify-content: space-between;
	margin-top: 8rem;
}

.scSolution .wrap .scTitle{
	margin-bottom: 1.5rem;
}

.scSolution .wrap .flow .sideTitle{
	width: 34px;
	margin-right: 2rem;
	font-size: 2rem;
	margin-left: -3rem;
}


.scSolution .wrap .flow .flowList{
	width: 100%;
}

.scSolution .wrap .flow.byFlow{
	margin-top: 6rem;
}

.scSolution .wrap .flow .flowList .flowItem{
	padding: 2.5rem 2rem;
	margin: 0 0 6rem auto;
}

.scSolution .wrap .flow .flowList .flowItem::after{
	bottom: -40px;
}

.scSolution .wrap .flow .flowList .flowItem:nth-child(3)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
}

.scSolution .wrap .flow.byFlow .flowList .flowItem:nth-child(1)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.scSolution .wrap .flow.byFlow .flowList .flowItem:nth-child(2)::after{
	max-width: 70px;
	background: url('../img/arrowSp.svg') no-repeat center bottom;
	background-size: contain;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}



.scSolution .wrap .flow .flowList .flowItem.lastFlow::after{
	display: none;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.scSolution .wrap .flow .flowList .flowItem .titleIcon .icon{
	width: 30%;
	max-width: 92px;
	display: inline-block;
	position: static;
}


.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-bottom: 0;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .jp{
	font-size: 2.2rem;
	margin-bottom: 8px;
	display: block;
	margin-right: 0;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle .en{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.scSolution .wrap .flow .flowList .flowItem .flowTitle{
	margin-left: 2rem;
	}

	.scSolution .wrap .flow .flowList .flowItem .flowLead{
		margin-left: 0;
		font-size: 1.4rem;
		line-height: 1.9;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg {
			display: block;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowText{
			width: 100%;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support{
			display: block;
			margin-left: 0;
			padding-top: 3.5rem;
			margin-top: 2rem;
			padding-bottom: 3.5rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support h3{
			display: flex;
			align-items: center;
		}
		.scSolution .wrap .flow .flowList .flowItem.hasImg .support h3 .en{
			margin-bottom: 0;
			margin-right: 2rem;
		}
		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a{
			text-align: center;
			white-space: nowrap;
			transition: 0.3s ease all;
			font-size: 1.3rem;
			width: 100%;
			max-width: 100%;
			margin-left: 0;
			position: relative;
			margin-top: 1rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a span{
			display: inline-block;
			border-bottom: 2px solid #000;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .support a::after{
			display: block;
			position: static;
			transform: none;
			margin-left: 1rem;
		}
	

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg{
			width: 100%;
			margin-left: 0;
			display: flex;
			justify-content: space-between;
			margin-top: 1rem;
		}

		.scSolution .wrap .flow .flowList .flowItem.hasImg .flowImg img{
			display: inline-block;
			margin-bottom: 1.5rem;
			width: 48%;
			height: auto;
		}

	.scSolution .wrap .flow .flowList .fBox{
		display: flex;
		justify-content: space-between;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem{
		width: 45%;
		margin: 0 0 5rem 0;
		padding: 2rem 1.5rem 3rem 1.5rem;
	}


	.scSolution .wrap .flow .flowList .fBox .flowItem:first-child:before{
		content: '';
		width: 100%;
		max-width: 150px;
		height: 22px;
		display: block;
		background: url('../img/arrow.svg') no-repeat center bottom;
		background-size: contain;
		transform: rotate(-90deg);
		position: absolute;
		top: 50%;
		bottom: inherit;
		left: inherit;
		right: -60%;
	}

		.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon {
			display: block;
		}
	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .icon{
		position: static;
		width: 100%;
	}

	.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .flowTitle{
		margin-left: 0;
		margin-top: 2rem;
	}

		.scSolution .wrap .flow .flowList .fBox .flowItem .titleIcon .flowTitle .jp{
		margin-right: 0;

		}

	.scSolution .wrap .flow .flowList .fBox .flowItem .flowLead{
		margin-left: 0;
	}



/* value */
.scValue {
	margin-bottom: 11rem;
}

.scValue .wrap{
	padding: 0 2rem;
}

.scValue .wrap .scTitle{
	margin-bottom: 2rem;
}

.scValue .valueList{
	display: block;
}

.scValue .valueList li{
	padding: 3rem 2rem 3.5rem;
	text-align: center;
	width: 100%;
	margin-bottom: 1.5rem;
}

.scValue .valueList li .fBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}

.scValue .valueList li .num{
	color: rgba(0, 0, 0, 0.3);
	font-size: 2.2rem;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2rem;
	width: 100%;
}


.scValue .valueList li img{
	height: 78px;
	width: auto;
}
.scValue .valueList li .valueTitle{
	text-align: center;
	color: #D4001D;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	border-top: 3px dotted #E5E5E5;
	border-bottom: 3px dotted #E5E5E5;
	padding: 2rem 0 1.5rem 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 2rem;
	margin: 0 auto;
}

.scValue .valueList li .fBox+p{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}



/* comapny */
.scCompany {
	width: calc(100% - 4rem);
	max-width: 1200px;
	margin: 0 auto 12rem auto;
	background-color: #fff;
}
.scCompany .wrap{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem 1rem 6rem;
}

.scCompany .wrap .scTitle{
	margin-bottom: 3rem;
}

.scCompany dl{
	display: flex;
	align-items: flex-start;
	font-size: 1.6rem;
	padding-bottom: 0;
	margin-bottom: 1.8rem;
	line-height: 1.7;

}

.scCompany dl:first-child{
	padding-top: 1.8rem;
}

.scCompany dl dt{
	width: 140px;
	padding-left: 0;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}

.scCompany dl dt::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
	margin: 0 1rem;
}

.scCompany dl dd{
	width: calc(100% - 140px)
}

.scCompany dl dd iframe{
	width: 80vw;
	height: 200px;
	margin-left: -130px;
	margin-top: 1rem;
}

.scCompany .wrap .txtCenter{
	font-size: 2rem;
	margin-top: 6rem;
}



/* message */
.scMessage {
	margin-bottom: 10rem;
}
.scMessage .scLead{
	font-size: 1.5rem;
	line-height: 2.4;
	margin-bottom: 3rem;
}

.scMessage h3{
	font-size: 2.1rem;
	line-height: 3;
	margin-bottom: 5.5rem;
	line-height: 1.8;
}

.scMessage h3 .color{
	color: #D4001D;
}

.scMessage .name{
	font-size: 2.2rem;
	font-weight: 500;
	text-align: right;
	padding-right: 3rem;
}

.scMessage .name span{
	font-size: 1.5rem;
	vertical-align: middle;
	padding-right: 1.8rem;
}




/* お問い合わせ contact */
.scContact {
	margin: 0 auto 15rem auto;
}

.scContact .wrap{
	display: block;
	justify-content: space-between;
}

.scContact .wrap .scTitle{
	margin-bottom: 7.5rem;
}
.scContact .wrap .contactText{
	width: 100%;
	margin-bottom: 9rem;
}

.scContact .wrap .contactText .txtLarge{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

.scContact .wrap .contactText .scLead{
	letter-spacing: 0;
	margin-bottom: 4rem;
	font-size: 1.8rem;
	line-height: 2.5;
}

.scContact .wrap .contactText .notice{
	font-size: 1.6rem;
}

.scContact .wrap .contactText .notice sup{
	color: #D4001D;
}

.scContact .formArea{
	width: 100%;
	max-width: 640px;
}

.scContact .formArea p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.scContact .formArea table {
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 5rem;
	display: block;
}

.scContact .formArea table tbody{
	width: 100%;
	display: block;
}

.scContact .formArea table tr{
	width: 100%;
	display: block;
}

.scContact .formArea table tr th {
	position: relative;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.scContact .formArea table{
   display: block;
}
.scContact .formArea table th,
.scContact .formArea table td{
   display: block;
   font-size: 1.4rem;
	 font-weight: 500;
	 	width: 100%;
}
.scContact .formArea table tr th .required {
   color: #D4001D;
   background:none;
   display: inline-block;
   margin-left: 0.5rem;
}

.scContact .formArea table th{
	margin-bottom: 1rem;
}

.scContact .formArea table tr td {
   border-bottom: none;
   margin-bottom: 2.5rem;
	 font-weight: 300;
}

.scContact .formArea table tr td input[type="text"],
.scContact .formArea table tr td input[type="tel"],
.scContact .formArea table tr td input[type="email"]{
	width: 100%;
	padding: 1rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
	border: 1px solid #A5A5A5;
}

::placeholder{
	color: #B4B4B4;
}

.scContact .formArea table tr td textarea {
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 280px;
	resize: vertical; 
   background-color: #fff;
   padding: 1rem;
   font-size: 1.7rem;
}
.scContact .formArea table tr td input:focus,
.scContact .formArea table tr td textarea:focus,
.scContact .formArea table tr td select:focus {
	outline: none;
 }


 .pageContact.confirm .pageContents .fBox .formItem tbody{
    display: block;
    width: 100%;
 }
 .pageContact.confirm .pageContents .fBox .formItem tbody tr{
    display: block;
    width: 100%;
 }

 .pageContact.confirm .pageContents .fBox .formItem tbody th{
   width: 100%;
}
.pageContact.confirm .pageContents .fBox .formItem tbody td{
   width: 100%;
}
 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr th{
    margin-bottom: 2rem;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td{
    border-bottom: 2px solid #000;
    text-align: left;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td .notice{
    margin-top: 3rem;
 }

 .scContact .colorBtn{
   background-color: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 340px;
   padding: 5px 0;
   border-radius: 24px;
   font-size: 2.4rem;
   margin: 0 auto;
   transition: 0.3s ease all;
}

.scContact .colorBtn:hover{
   opacity: 0.7;
}

.scContact .colorBtn [type="submit"]{
   width: 100%;
}

.scContact .confirmBtn{
   display: flex;
   justify-content: space-between;
   margin: 0;
}

.scContact .confirmBtn .colorBtn{
   width: 47%;
}

.scContact .iptCheck {
	display: none;
}
.scContact .formArea .notice{
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.scContact label {
	width: 300px;
	margin: 0 0 20px 0;
	font-size: 1.6rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #A5A5A5;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
}
.scContact .btnSend {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 1.56rem;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.9rem;
	height: 70px;
	max-width: 368px;
	margin: 4rem auto 0 auto;
}

.scContact .txtError1,
.scContact .txtError2,
.scContact .txtError3 {
	width: 100%;
	padding: 8px 0 0 0;
	text-align: right;
	color: #b90107;
	display: none;
}
.scContact .txtError3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.56rem;
	text-align: left;
}
.scContact .txtError1.act,
.scContact .txtError2.act,
.scContact .txtError3.act {
	display: block;
}
.scContact.thanks {
	height: 100vh;
	padding: 30vh 0 0 0;
}
.scContact.thanks h2 {
	margin: 0 0 45px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .06em;
}
.scContact.thanks p {
	margin: 0 0 55px 0;
	font-size: 1.66rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 2;
	text-align: center;
}
.scContact.thanks .btnSend {
	display: block;
}


/* サンクスページ */
.scthanks{
	padding: 8rem 3rem 12rem 3rem;
}

.scthanks .wrap{
	padding: 0;
}
.scthanks h2 {
	text-align: center;
	margin-bottom: 5rem;
}
.scthanks h2 .en{
	font-size: 4rem;
	font-weight: 700;
	display: block;
	margin-bottom: 1rem;
	letter-spacing: 0.03em;
}

.scthanks h2 .jp{
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
}

.scthanks p{
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.7;
	color: #1C1C1C;
}

.scthanks p.lead{
	margin-bottom: 3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

.scthanks .btnBack {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 0;
	background: #000;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	font-size: 1.6rem;
	height: 70px;
	max-width: 300px;
	margin: 6rem auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.scthanks .btnBack:hover{
	opacity: 0.7;
}

/* プライバシーポリシー */
.scPrivacy{
	padding-top: 10rem;
	padding-bottom: 14rem;
}

.scPrivacy .wrap {
	padding: 0 3rem;
}
.scPrivacy .wrap .scTitle{
	margin-bottom: 5rem;
	font-size: 2.8rem;
}

.scPrivacy p.lead{
	font-size: 1.5rem;
	line-height: 1.7;
}


.scPrivacy .title{
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

.scPrivacy p{
	font-size: 1.4rem;
	line-height: 1.75;
}

.scPrivacy p.contactText{
	margin-top: 4rem;
}

.scPrivacy ul{
	margin: 1.5rem 0;
	/* padding-left: 2rem; */
}
.scPrivacy ul li{
	font-size: 1.4rem;
	line-height: 2;
	/* text-indent: -1.5rem;
	padding-left: 1.5rem; */
}

/* プライバシーポリシー 背景*/
.bgArea .circle{

	display: block;
	position: absolute;
} 
.bgArea .circle.circle1{
	width: 160px;
	height: 160px;
	top: 1%;
	left: -10%;
}

.bgArea .circle.circle2{
	width: 300px;
	height: 300px;
	top: 4%;
	right: -30%
}

.bgArea .circle.circle3{
	width: 45vw;
	height: 45vw;
	top: 15%;
	left: -20%;
}

.bgArea .circle.circle4{
	width: 160px;
	height: 160px;
	top: 25%;
	right: -20px;
}


.bgArea .circle.circle5{
	width: 40vw;
	height: 40vw;
	top: 32%;
	left: -16%;
}

.bgArea .circle.circle6{
	width: 200px;
	height: 200px;
	top: 45%;
	right: -20%;
}

.bgArea .circle.circle7{
	width: 150px;
	height: 150px;
	top: 88%;
	left: inherit;
	right: 0;
}


.bgArea .circle.circle8{
	display: block;
	width: 50vw;
	height: 50vw;
	top: 52%;
	left: -25%;
}

.bgArea .circle.circle9{
	display: block;
	width: 40vw;
	height: 40vw;
	top: 70%;
	left: -15%;
}




}

/* mobile M */
@media screen and (max-width: 420px) {
	.gnav {
		overflow-y: scroll;  
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.gnav .gnavMenu li a{
		font-size: 2.5rem;
	}

	.gnav .nineKunSp{
		max-width: 240px;
		margin-top: 2rem;
	}

	header .gnav .navText{
		margin-top: 4rem;
	}

	.scCompany::after{
		top: 92%;
	}

	.scCompany dl dt{
		width: 130px;
	}
	.scCompany dl{
		font-size: 1.4rem;
	}

	.scCompany dl dd{
		width: 	calc(100% - 130px);
	}

	.scCompany .wrap .txtCenter{
		font-size: 1.8rem;
	}


}


@media screen and (max-width: 375px) {

}
/* mobile S */
@media screen and (max-width: 320px) {

}