@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,600');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css?family=Noto+Sans:400,600');
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
@font-face {
	font-family: "Utsukushi";
	src: url(/files/UtsukushiFONT.woff) format("woff");
}

/*��� common ���*/
.Rokkitt{
	font-family: Rokkitt, "sans-serif";
	font-weight: bold;
}
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}
#loader-bg img {
	width: 125px;
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.modal {
  margin-left: auto !important;
  margin-top: auto !important;
}
.pagettl h1 + p {
	font-family: 'Noto Sans Japanese',Rokkitt, sans-selif;
}
.v_icon {
    position: relative;
}

/*��� common ���*/


	* {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  box-sizing: border-box;
	}

	a {
	  text-decoration: none;
	}
	body, html{
		width: 100%;
		-webkit-text-size-adjust: 100%;
/*		overflow-x:hidden;*/
		font-family: 'Noto Sans Japanese',Rokkitt, sans-selif;
}



@media screen and (min-width: 766px) {
		.sp{
		display: none !important;
	}
		}
@media screen and (max-width: 767px) {
	body, html{
		min-width: 100%;
	}


	.pc{
		display: none;
	}

		}







header{
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 10000;
	background: #ffffff;
}
header a:hover {
    text-decoration: none;
}
#header_menu.fixed header{
	 margin-top: 0;
    top: 0;
    position: fixed;
    background: rgba(255,255,255,.9);
    box-shadow: 3px 7px 15px 0px rgba(0,0,0,0.2);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header_menu.toggleOpen.fixed header{
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
}
header h1{
	position: absolute;
	top: 34px;
	/* top: 20px; */
	left: 25px;
	z-index: 2;
	height: 65px;
}
header h1 a{
	height: 40px;
	display: block;
}
header h1 img{
	width: 262px;
	height: auto;
}
header .tel{
	position: absolute;
	top:20px;
	right: 230px;
}
header .tel a{
	cursor: context-menu;
}
header .tel img{
	height: auto;
	vertical-align: baseline;
}
header nav {
	float: right;
}
header > nav > ul {
	font-family: Noto Sans Japanese, "sans-serif";
}

header nav > ul > li li > a {
	display: block;
	width: 100%;
	/* height: 82px; */
	padding: 0 10px;
	color: #fff !important;
	background: #ff8800;
	text-align: center;
	box-sizing: content-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
@media screen and (max-width: 767px) {
	header nav > ul > li li > a:hover{
		background: #ffc480;
	}
}

@media screen and (min-width: 766px){
	#header_menu header{
		/* min-width: 1200px; */
		top: -100px;
		margin: 100px auto 0;
		/* z-index: 9999; */
		min-width: 1200px;
	}
	header .tel img {
		width: 17px;
		margin-right: 4px;
		display: inline-block;
	}
	header .tel span{
		font-size: 24px;
		color: #d6000f;
		font-family: Rokkitt, "sans-serif";
		font-weight: bold;
		display: inline-block;
	}
	#header_menu{
		height: 100px;
    min-width: 1200px;
    margin: auto;
	}
	header nav > ul {
		display: flex;
		justify-content: space-between;
/*		margin-top: 53px;
		height: 47px;*/
		line-height: 100px;
	}

	header nav > ul > li {
		display: inline-block;
		width: calc(100% / 8);
		width: auto;
		font-size: 15px;
		vertical-align: top;
		padding: 0 25px;
	}
	header nav > ul > li > a {
		display: block;
		width: auto;
		color: #000 !important;
		text-align: center;
	}
	header nav > ul > li.English > a {
		color: #666666 !important;
	}




	header nav > ul > li.English {
		padding-right: 0px;
    	padding-left: 0px;
	}

	header nav > ul > li.English > a {
		color: #666666 !important;
		padding-right: 25px;
    	padding-left: 25px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header nav > ul > li.English > a:hover {
		background: #ff8800;
		color: #fff!important;
	}
header nav > ul > li.English > a:hover .icon.globe:before {
	background: url(/files/img/common/icon_english_w.png);
    background-repeat: no-repeat;
    background-size: contain;
}





.icon {
	position: relative;
}

.icon:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
}
.icon.globe {
	margin-right: 27px;
}
.icon.globe:before{
	background: url(/files/img/common/icon_english.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
}

	header nav > ul > li > div {
		/*display: none;*/
		z-index: 999;
		position: absolute;
		top:100px;
		left: 0px;
		width: 100%;
		background: #ff8800;
	}
	header nav > ul > li > div {
		  overflow: hidden;
		  height: 0;
		  -moz-transition: all  0.4s ease;
		  -webkit-transition: all  0.4s ease;
		  -o-transition: all  0.4s ease;
		  -ms-transition: all  0.4s ease;
		  transition: all  0.4s ease;
	}

	header nav > ul > li:hover > div{
	  overflow: visible;
	   height: 400px;
	  padding: 41px 0;
}

	header nav > ul > li:hover > div ul li a{
	  padding: 50px 10px;
	  transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
      position: relative;
}

	header nav > ul > li:hover > div ul li a span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
		text-align: center;
		width: 480px;
}

	header nav > ul > li:hover > div ul li a span:before{
	content: "";
	display: block;
	position: absolute;
	top: -77px;
	left: 50%;
	transform: translateX(-50%);
	width:60px;
	height:60px;
	}
	header nav > ul > li:hover > div ul li:nth-of-type(1) a span:before{
	background: url(/files/img/common/service_menu01_b.png);
	}

	header nav > ul > li:hover > div ul li:nth-of-type(2) a span:before{
	background: url(/files/img/common/service_menu02_b.png);
	}

header nav > ul > li:hover > div ul li a .pic{
		width: 480px;
		height: 300px;
		overflow: hidden;
		position: relative;
	}

header nav > ul > li:hover > div ul li a .pic img{
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }


	header nav > ul > li:hover > div ul li a:hover .pic img{
/*	-webkit-transform: scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);*/
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
}


	header nav > ul > li > div > ul{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		/* padding: 29px 0; */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	header nav > ul > li > div > ul > li{
		padding: 0 10px;
	}
	header nav > ul > li.contact{
		width: 200px;
		/* width: 30%; */
		height: 100px;
		line-height: 100px;
		padding: 0;
		margin-left: 15px;
		position: relative;
	}
	header nav > ul > li.contact > a{
		color: #ffffff !important;
		font-size: 15px;
		font-weight: bold;
		padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
		max-height: inherit;
		background: #ff8800;
	}
	header nav > ul > li.contact > a:hover{
		background: #000;
	}
	header nav > ul > li.contact > a:before{
		display: none;
	}
	header nav > ul > li > a{
		position: relative;
		cursor: pointer;
		max-height: 100px;
		/* font-family: Noto Sans Japanese, "sans-serif"; */
	}

	header nav > ul > li > a.sd{
		pointer-events:none;
		/* font-family: Noto Sans Japanese, "sans-serif"; */
	}



	header nav > ul > li > a:before {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-property: "width";
		transition-property: "width";
		-webkit-transition-duration: .4s;
		transition-duration: .4s;
		-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		display: block;
		width: 0%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-top: 4px solid #ff8800;
		content: ' ';
	}
	header nav > ul > li:hover a:before {
		width: 100%;
	}

header nav > ul > li.English > a:before {
	border-top: none;
}
.mdl.mdlOpen {
	background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 10;
    opacity: .5;
}


}
/*@media screen and (min-width: 766px) and (max-width: 1200px) {
	header h1{
		top: 15px;
	}
	header .tel{
		right:170px;
	}
	header nav > ul > li{
		padding: 0 5px;
		font-size: 14px;
	}
	header nav > ul > li > a {
		padding: 14px 0px;
	}
	header nav > ul > li.contact{
		width: 150px;
	}

}*/

@media screen and (max-width: 767px){


.toggleOpen .mdl {
	background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 10;
    opacity: .5;
}

	#header_menu header{
		height: 65px;
		top: -65px;
		margin: 65px auto 0;
	}
	header h1{
		top: 24px;
		left: 15px;
		width: 52%;
	}
	header h1 img{
		width: 100%;
	}
	header .tel{
		top: 10px;
		right: 60px;
	}
	header .tel img{
		width: 24px;
	}
	#header_menu{
		height: 65px;
	}
	.menuOpen{
		overflow: hidden;
		height: 100%;
	}
	.toggleOpen header{
		position: fixed;
	}
	header > nav > ul {
		position: fixed;
		z-index: 2;
		top: 65px;
		right: 0;
		width: 93%;
		transform: translateX(100%);
		transition: all .3s;
		display: block;
		font-size: 17px;
	}
	header nav > ul > li {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	header nav > ul > li.contact {
		 width: 100%;
		 font-weight: normal;
		 font-size: 17px;
		 background: #fff;
		 color: #ff8800;
	}
.icon {
	position: relative;
}

.icon:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
}
.icon.globe {
	margin-right: 27px;
}
.icon.globe:before{
	background: url(/files/img/common/icon_english_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
}
	header nav > ul > li > a {
		display: block;
		width: 100%;
		padding: 17px 0 17px 25px;
		color: #ffffff !important;
		text-align: left;
		border-top: 1px solid #ffc480;
		font-weight: bold;
	}
	header nav > ul > li.English > a {
		font-weight: normal;
	}
	header nav > ul > li.contact > a {
		color: #ff8800 !important;
	}
	header nav > ul > li > div {
		background: #ff8800;
		font-size: 16px;
		padding-bottom: 17px;
	}

	header > nav > ul.isOpen {
		transform: translateX(0);
		background: #ff8800;
		overflow-y: scroll;
		max-height: 93vh;
    	padding: 30px 20px;
	}

	header nav > ul > li li > a {
		padding: 10px 10px 10px 25px;
		border-bottom: 1px solid transparent;
		box-sizing: border-box;
		background: #ff8800;
		text-align: left;
	}



	header nav > ul > li.sp > a{
		/*width: 50%;
		display: inline-block;
		font-size: 12px;*/
	}
	header nav > ul > li.sp > a+a{
		border-left: 1px solid #cb4e57;
		display: none;
	}
/* ��������������������������������������� */
	header ul.sns {
		display: flex;
		justify-content: space-between;
		width: 70%;
		margin: 0 auto;
		padding: 25px 0;
	}
	header nav > ul > li > .sns li {
		display: inline-block;
	}
	header nav > ul > li > .sns li >  a {

		width: auto;
		padding: 0;
		/* display: inline-block; */
	}

	header nav > ul > li > .sns li > a img {
		width: 35px;
		height:  auto;
		display: block;
	}
	header .toggle.sp{
		background-color: #000;
	}
	header .toggle.sp.active{
		background-color: #ff8800;
	}
	header .toggle, .toggle span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .toggle p{
/*		position: relative;
		top: 30%;
		width: 30px;
		height: 23px;
		margin: 0 auto;
		display: block;*/
    position: relative;
    top: 18px;
    width: 42px;
    height: 30px;
    margin: 0 auto;
    display: block;
	}
	header .toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}
	header .toggle span:nth-of-type(1) {
		top: 0;
	}
	header .toggle span:nth-of-type(2) {
		top: 14px;
	}
	header .toggle span:nth-of-type(3) {
		bottom: 0;
	}
	header .toggle.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	header .toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .toggle.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	header .accordion_icon, .accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;

	}
	header .accordion_icon {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 12px;
		height: 20px;
		z-index: -1;
	}
	header .accordion_icon span {
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	header .accordion_icon span:nth-of-type(1) {
		top: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	header .accordion_icon span:nth-of-type(2) {
		top: 10px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	header .is-current .accordion_icon span:nth-of-type(1) {
		display: none;
	}
	header .is-current .accordion_icon span:nth-of-type(2) {
		top: 10px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

}






footer {
	font-family: Noto Sans Japanese, "sans-serif";
	color: #000;
}
.footer a {
	transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
}
.footer a:hover {
	color: #ff8800;
}
.footer .copyright {
	background: #f5f5f5;
	color: #999999;
}
.footer .inner .child:nth-of-type(2){
    max-height: 420px;
    overflow: hidden;
    padding-top: 20px;
}
.footer .logo + .txt .f_op{
	font-weight: bold;
}

.footer .logo {
	font-family: Noto Sans Japanese, "sans-serif";
}


@media screen and (min-width: 766px){
footer {
	font-size: 15px;
	min-width: 1200px;
	margin: auto;
}



.footer .inner {
	display: flex;
	justify-content: space-between;
}
.footer .inner .child:nth-of-type(1){
	width: 73%;
	height: 400px;
    padding-top: 40px;
    flex-direction: column;
    justify-content: space-between;
}
.footer .inner .child:nth-of-type(2){
	width:27%;
	min-width: 320px;
    max-height: 380px;
    overflow: hidden;
    padding-top: 45px;
    margin-top: 0;
}
.footer .inner .child_cr {
	width: 300px;
	margin:auto;
}
.footer .child_body {
	display: flex;
	justify-content: space-between;
/*	width: 73%;*/
}

.footer .child_body .dtl {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 26%;
	border-right: 1px solid #f5f5f5;

}
.footer .child_body .dtl:nth-of-type(1) {
	width: 42%;
}
.footer .child_body .dtl:nth-of-type(2) {
	width: 32%;
}
.footer .child_body .dtl .ttl {
	font-weight: bold;
	line-height: 40px;
}
.footer .child_body .dtl .subttl {
	font-weight: bold;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
	font-weight: normal;
}
.footer .child_body .dtl .subttl + .subttl {
	margin: 10px 0 0;
}
.footer .child_body .dtl .subttl:before {
content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ff8800;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%) rotate(-45deg);
}
.footer .copyright {
	margin-top: 50px;
	line-height: 136px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer .logo {
	width: 248px;
	margin: 0;
}
.footer .logo img{
	width: 100%;
}
.footer .logo + .txt{
	margin-top: 20px;
	line-height: 1.8;
}


}

@media screen and (max-width: 767px){
	footer {
		font-size: 12px;
	}
	.footer .inner {
		display: flex;
		flex-direction: column-reverse;
	}
		footer .copyright {
			font-size: 15px;
			min-width: 100%;
			height: 65px;
			line-height: 65px;
			text-align: center;
		}
.footer .inner .child:nth-of-type(1){
	border-top:solid 1px #f5f5f5;
}
.footer .inner .child:nth-of-type(2) {
		text-align: center;
		padding-top: 25px;
	}

	.footer .child_body .dtl:nth-of-type(2) {
		display: none;
	}
	.footer .child_body .dtl:nth-of-type(3) {
		display: none;
	}
.footer .logo {
	width: 50%;
	margin: auto;
}
.footer .txt {
	margin-top: 15px;
	padding-bottom: 22px;
text-align: center;
    line-height: 1.8;
}

.child_body .dtl {
	margin-top: 30px;
}

.child_cr iframe {
	width: 100%;
}

}




footer .copyright span{
	/* width: 95%; */
	width: 83.3%;
	display: block;
	/* margin: 0 0 0 auto; */
	margin: 0 auto;
}
footer .linkBlock .fnav li a {
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	color: inherit;
}
@-webkit-keyframes moveScrollPointer_pagetop{
	0%{-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes moveScrollPointer_pagetop{
	0%{-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}


@media screen and (min-width: 766px){
	footer .footer_contact ul {
		display: flex;
		justify-content: space-between;
		/* width: 83.3%; */
		margin: 0 auto;
		/* margin: 0 auto; */
	}
	footer .footer_contact ul li+li {
		border-left: 1px solid #e24d57;
	}
	footer .footerInner{
		display: flex;
		justify-content: space-between;
		width: 93%;
		width: 83.3%;
		/* max-width: 1500px; */
		margin: 0 auto;
		padding: 50px 0 70px;
	}
	footer .access {
		padding-right: 8%;
	}
	footer .linkBlock{
		width: 70%;

	}
	footer .linkBlock a{
		color: inherit;
		text-decoration: none;
		font-family: 'Noto Sans Japanese', sans-selif;
	}
	footer .linkBlock a:hover {
   	color: #D6000F !important;
	}

	footer .linkBlock .fnav > div{
		display:inline-block;
		vertical-align: top;
		min-width: 182px;
		 width: 24%;

	}
	footer .linkBlock div {
		padding-right: 5%;
		padding-bottom: 2%;
	}
	footer .linkBlock div:last-child{
		padding-right: 0;
	}
	footer .linkBlock .fnav h3.arrow_icon {
		position: relative;
		font-size: 15px;
		font-weight: 600;
		color: #333333;
		border: none;
		padding-left: 25px;
	}
	footer .linkBlock .fnav p {
		font-size: 14px;
		color: #222222;
		line-height: 2.4;
		font-family: Noto Sans Japanese, "sans-serif";
		font-weight: bold;
	}
	footer .linkBlock .fnav h3:last-child {
		border: none;
	}
	footer .linkBlock .fnav h3{
		font-size:13px;
		color: #666666;
		line-height: 2.1;
		font-weight: normal;
	}
.pagetop__scroll {
    bottom: 90px;
}
.pagetop__scroll {
    width: 1px;
    height: 60px;
    position: absolute;
    right: 10%;
    z-index: 100;
    background-color: #ffffff;
}
.pagetop__scroll a{
	display:block;

}
.pagetop__scroll a:before{
	content:"";
	width: 100px;
	height: 100px;
	position: relative;
	top: 0;
	right: 50px;
	display: block;
}
.pagetop__scroll-pointer {
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.pagetop__scroll a:hover .pagetop__scroll-pointer{
	}
.pagetop__scroll a:hover .pagetop__scroll-pointer{
    -webkit-animation-name: moveScrollPointer_pagetop;
    animation-name: moveScrollPointer_pagetop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.pagetop__scroll-pointer:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    border-radius: 50%;
    background-color: #222222;
}
.pagetop__scroll-text {
    position: absolute;
    top: 80px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Noto Sans Japanese', "sans-serif";
	font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    width: 100px;
}


}
@media screen and (max-width: 767px){
	footer .footer_contact {
		font-size: 16px;
	}
	footer .footer_contact li+li {
		border-top: 1px solid #e24d57;
	}
	footer .footer_contact li a{
		padding: 30px 0;
	}
	footer .footer_contact li a:hover{
		opacity: .7;
	}
	/*footer .footer_contact li span{
		display:block;
		font-size: 28px;
		padding-bottom: 10px;
	}*/
	/*footer .footer_contact li:first-child span img{
		width:38px;
		height:auto;
		vertical-align: middle;
	}*/
	/*footer .footer_contact li span img{
		width:21px;
		height:auto;
		vertical-align: baseline;
	}*/
	/*footer .footer_contact li:last-child span img{
		width:32px;
		height:auto;
		vertical-align: middle;
	}*/
	footer .access {
		text-align: center;
		padding: 30px 0;
	}
	/*footer .access .logo img {
		width: 170px;
		height: auto;
		margin-bottom: 30px;
	}*/
	/*footer .access p {
		font-size: 14px;
		color: #222222;
		line-height: 1.7;
	}*/
	footer .access p span a{
		color: #222222;
		text-decoration:none;
	}
	footer .access p span a:hover{
		text-decoration: none;
	}
	/*footer .access p span.co_name {
		display: block;
		margin-bottom: 10px;
	}*/
	footer .copyright span{
		width: 100%;
		text-align: center;
	}
@-webkit-keyframes moveScrollPointer_pagetop{
	0%{-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes moveScrollPointer_pagetop{
	0%{-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}

.pagetop__scroll {
    bottom: 43px;
}
.pagetop__scroll {
    width: 1px;
    height: 30px;
    position: absolute;
    right: 30px;
    z-index: 100;
    background-color: #ffffff;
}
.pagetop__scroll a{
	display:block;
}
.pagetop__scroll-pointer {
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.pagetop__scroll-pointer {
    -webkit-animation-name: moveScrollPointer_pagetop;
    animation-name: moveScrollPointer_pagetop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.pagetop__scroll-pointer:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    border-radius: 50%;
    background-color: #222222;
}
.pagetop__scroll-text {
    position: absolute;
    top: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Noto Sans Japanese', "sans-serif";
	font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    width: max-content;
    text-align: center;
	line-height: normal;
}

}
/*��� footer ���*/




#contents{
	overflow: hidden;
	/*width: 100% !important;*/
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@media screen and (min-width: 766px) {
	.sns.pc{
		position: fixed;
		top: 0;
		left: 50px;
		z-index: 10;
		margin-top: 120px;
		display: none;
	}
	.sns.pc p+p{
		margin-top: 20px;
	}
	.sns.pc p:first-child a {
		display: inline-block;
		background: url(/files/img/fb_icon_on.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 21px;
	}
	.sns.pc p:nth-child(2) {
		display: inline-block;
		background: url(/files/img/tw_icon_on.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 21px;
	}
	.sns.pc p:nth-child(3) a {
		display: inline-block;
		background: url(/files/img/ig_icon_on.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 21px;
	}
	.sns.pc p:last-child a {
		display: inline-block;
		background: url(/files/img/google_icon_on.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 21px;
	}
	.sns.pc p a img {
		vertical-align: inherit;
		transition: opacity 0.5s;
	}
	.sns.pc p a:hover img {
		opacity: 0;
	}
	.mag{
		position: fixed;
		top: 0;
		right: 50px;
		z-index: 10;
		margin-top: 120px;
		display: none;
	}
	.mag img{
		width: 50px;
		height: auto;
		box-shadow: 3px 7px 15px 0px rgba(0,0,0,0.2);
	}
	.mag:hover{
		top: 2px;
		right: 48px;
		transition-duration: 0.6s;
	}
	.mag:hover img{
		 box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.25);
	}

#service #contents{
	padding-bottom: 50px;
}

}

@media screen and (max-width: 767px) {
	@-webkit-keyframes fadeInDown {
		 0% { opacity: 0; -webkit-transform: translateX(0); }
		 100% { opacity: 1; -webkit-transform: translateX(-38px); }
	}
	@keyframes fadeInDown {
		 0% { opacity: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
		 100% { opacity: 1; -webkit-transform: translateX(-38px); -ms-transform: translateX(-38px); transform: translateX(-38px); }
	}

	.sns.fadeInDown{
		display: none !important;
		opacity: 0 !important;
	}
	.mag{
		position: fixed;
		top: 0;
		right: -38px;
		z-index: 10;
		margin-top: 120px;
		/*display: none;*/
	}
	.mag img{
		width: 38px;
		height: auto;
		box-shadow: 3px 7px 15px 0px rgba(0,0,0,0.2);
	}
}







@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
		opacity: 0;
  }

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(135deg) translate(0%, -83%);
    transform: rotate(135deg) translate(0%, -83%);
		opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  		opacity: 0;
}

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(135deg) translate(0%, -83%);
    transform: rotate(135deg) translate(0%, -83%);
		opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}





@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
		opacity: 0;
  }

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
 		opacity: 1;
 }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
 		opacity: 0;
 }

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
 		opacity: 1;
 }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@media screen and (max-width: 767px) {

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
		opacity: 0;
  }

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
		opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  		opacity: 0;
}

  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
		opacity: 1;
  }
}


}



/*��� contents ���*/
strong{
	font-weight:bold;
}
.lineBk header {
	background: rgba(255,255,255,.9);
}
#title-block {
	position: relative;
}
#title-block h2 {
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-family: 'Noto Sans Japanese', "sans-serif";
	text-align: center;
}
#title-block h2 span {
	display: block;
	font-weight: bold;
	font-family: Utsukushi, "sans-serif";
}
.bg_gray {
	background: #f5f5f5;
}
.bg_white {
	background: rgba(255,255,255,.9);
	box-shadow: 3px 7px 15px 0px rgba(0,0,0,0.2);
	position: relative;
}

@media screen and (min-width: 766px) {
#breadcrumb {
	font-family: Noto Sans Japanese, "sans-serif";
	margin-bottom: 20px;
	width: 83.3%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#breadcrumb ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0 0;
	font-size: 13px;
}
#breadcrumb ul li {
	float: left;
}
#breadcrumb ul li + li:before {
	content: "";
	padding-right: 8px;
	background: url(/files/img/pankuzu_icon.png) no-repeat right 6px;
	margin: 0 1em;
	color: #e44853;
}
#breadcrumb ul li span {
	vertical-align: middle;
	margin-right: 7px;
}
#breadcrumb ul li span img {
	vertical-align: baseline;
}
#breadcrumb ul li a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: inherit;
}
#breadcrumb ul li.home a {
	color: #e44853;
}
#breadcrumb ul li a:hover {
	color: #c0000d;
	text-decoration: none;
}
#title-block {
	height: 260px;
}
#title-block h2 {
	top: 40%;
	font-size: 80px;
}
#title-block h2 span {
	font-size: 16px;
}
.lineBk .line01 {
	content: '';
	display: none;
	min-width: 2000px;
	width: 0;
	height: 200px;
	position: absolute;
	top: 0;
	left: 36%;
	margin: -5% -22% 0;
	background: #D6000F;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	body.lineBk .line01.active{
		display: block;
		position: fixed;
	}
.lineBk .line02 {
	/*content: '';
	display: none;
	width: 200%;
	height: 200px;
	background: #D6000F;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	z-index: 0;
	position: fixed;
	top: -30%;
	left: 67%;
	bottom: inherit;
	-ms-transform: rotate(135deg) translate(0%, -83%);
	-webkit-transform: rotate(135deg) translate(0%, -83%);
	transform: rotate(135deg) translate(0%, -83%);*/
}
	.lineBk .line02.active {
    transform: rotate(0deg);
    /* top: 0; */
    left: 0;
  /*  background-attachment: fixed;*/

}
	.lineBk .line02 {
		 background: url(/files/img/line02.png) no-repeat center;
		 background-size: auto;
		 width: 100%;
		 height: 2635px;
		 position: absolute;
		 top: -30%;
		 left: 0;
		  background-attachment: fixed;
		 transform: rotate(-45deg);
		 -webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		 transition: all 0.5s ease;
}
	.lineBk .line02.fixed{
		display: block;
		position: fixed;
	}
.bg_gray {
	padding: 80px 0 120px;
}
.bg_white {
	width: 83.3%;
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1500px;
}
.bg_white .inner {
	width: 86%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
#title-block {
	height: 160px;
}
#title-block h2 {
	top: 50%;
	font-size: 50px;
	font-weight: bold;
	margin-top: -15px;
}
#title-block h2 span {
	font-size: 11px;
}
	body.lineBk{
		position: relative;
	}
body.lineBk:before {
	content: '';
	position: fixed;
	top: -20%;
	background: #D6000F;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	transition: 2s;
	-ms-transition: 2s;
	-webkit-transition: 2s;
	left: 40px;
	width: 200%;
	height: 70px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}
body.lineBk.active:before {
	top: 1%;
	opacity: 1;
}
.bg_gray {
	padding: 15px 0 50px;
}
.bg_white {
	width: 92%;
	margin: 0 auto;
	padding: 50px 0;
}
.bg_white .inner {
	width: 88%;
	margin: 0 auto;
}
}
/*��� contents ���*/


	/* more 0907������*/
.more a,
.more span {
color: #d6000f;
border-bottom: solid 1px #d6000f;
position: relative;
display: inline-block;
padding: 5px 0;
text-decoration: none;
/* transition: 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) color, 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) border; */
overflow: hidden;
font-family: 'Noto Sans Japanese', "sans-serif";
font-weight: bold;
z-index: 1;
cursor: pointer;
}
.more a:before,
.more span:before {
content: '';
position: absolute;
top: -1px;
left: 0;
display: block;
width: 110%;
height: 110%;
background: #d6000f;
transform: translateX(-110%) skewX(-15deg);
transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.5s ease-in-out;
z-index: -1;
}
.more:hover a {
padding: 5px 10px;
border-color: #d6000f;
color: #fff;
}
.more:hover a:before {
transform: translateX(-5%) skewX(-15deg);
/* transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}
.more.morebtn{
position:relative;
margin:0 auto;
}
.more.morebtn:hover:after{
content:"";
border-top: solid 1px #d6000f;
width: 50px;
position: absolute;
bottom: 30px;
right: -25px;
}
.more.morebtn:hover a:after{
border-top: solid 1px #ffffff;
width: 25px;
}
.more.morebtn a {
margin: 0 auto;
text-align: center;
/* height: 62px; */
/* line-height: 62px; */
border: solid 1px #d6000f;
display: block;
padding: 0;
font-size: 16px;
box-sizing: border-box;
/* background: #ffffff; */
}
.more.morebtn a:after{
content:"";
border-top: solid 1px #d6000f;
width: 50px;
position: absolute;
bottom: 30px;
right: 0;
}
@media screen and (min-width: 766px) {
.more.morebtn{
position:relative;
width:487px;
height: 61px;
margin:0 auto;
}
.more.morebtn:after{
content:"";
border-top: solid 1px #d6000f;
width: 25px;
position: absolute;
bottom: 30px;
right: 0;
transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
/* transition: transform 0.5s ease-in-out; */
}
.more.morebtn:hover:after{
content:"";
border-top: solid 1px #d6000f;
width: 50px;
position: absolute;
bottom: 30px;
right: -25px;
/* transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); */
}
.more.morebtn:hover a:after{
border-top: solid 1px #ffffff;
right: 0;
/* width: 25px; */
/* transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); */
}
.more.morebtn a {
width: 487px;
margin: 0 auto;
text-align: center;
height: 62px;
line-height: 62px;
border: solid 1px #d6000f;
display: block;
padding: 0;
font-size: 16px;
box-sizing: border-box;
}
.more.morebtn a:after{
content:"";
border-top: solid 1px #d6000f;
width: 50px;
/* width: 25px; */
position: absolute;
bottom: 30px;
right: 25px;
right: 0;
transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
/* transition: transform 0.5s ease-in-out; */
}
}
@media screen and (max-width: 767px) {
.more a {
font-size:15px;
}
.more.morebtn{
width:92%;
margin:0 auto;
}
.more.morebtn a{
height:45px;
line-height:45px;
}
.more.morebtn a:after{
width: 35px;
bottom: 20px;
}
}

















/*cvエリア*/
.cv {
	text-align: center;
    background: rgba(255,136,0,1.0);
    color: #fff;
}

@media screen and (min-width: 766px) {
	.cv {
		padding-top: 45px;
	    padding-bottom: 45px;
	    font-size: 18px;
	    min-width: 1200px;
	    margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.cv {
	    padding-top: 22px;
	    padding-bottom: 25px;
	    font-size: 15px;
	    margin-top: 75px;
	}
}
/*cvボタン*/
.cvBtn {
	color: #ff8800;
	display: block;
	background:#fff;
	font-weight: bold;
	margin: auto;
	transition: all 0.2s ease-in-out;
}
.cvBtn:hover {
	color: #fff;
	background:#ff8800;
	cursor: pointer;
	border: solid 1px #fff;
}
.v_icon.i05:before,
.v_icon.i05:hover:before {
    background: url(/files/img/common/icon_05.png);
    background-repeat: no-repeat;
    background-size: contain;
 }
 .v_icon.i05:hover:before {
    background: url(/files/img/common/icon_05_w.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
.v_icon:before, .v_icon:hover:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (min-width: 766px) {
.cvBtn {
	margin-top: 30px;
	width: 505px;
	height: 115px;
	line-height: 115px;
	font-size: 18px;
	padding-left:20px;
	border: 1px solid transparent;
}

.v_icon.i05:before,
.v_icon.i05:hover:before {
width: 28px;
    height: 20px;
    left: 178px;
}


}

@media screen and (max-width: 767px) {
.cvBtn {
	margin-top: 15px;
	width: 92%;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	 padding-left: 20px;
}
.v_icon.i05:before,
.v_icon.i05:hover:before {
	width: 20px;
    height: 16px;
    left: calc(50% - 68px);
 }


}











canvas{
display:block;
vertical-align:bottom;
}

#particles-js {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:block;
z-index:0;
}


.for_particles {
	position: relative;
	z-index: 1;
}

