
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }

html {
  width: 100%;
  height: 100%;
  color: #FFF;
  overflow: auto;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif; }

html, body {
}
body {
}
.clear {
	clear: both;
}
img.header {
    position: relative;
    display: block;
    width: 1028px;
    margin: 0 auto;
    padding: 30px 0;
 }
#smoke {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-135deg, #0A171A 0%, #1B2F34 100%);
		z-index: 100;
}
canvas {
	width: 100%;
	height: 100%;
}
section {
	position: relative;
    z-index: 1;
   /** align-items: center;
    justify-content: center;**/
    height: auto;

 }
img.section {
    display: block;
    width: 1053px;
    margin: 0 auto;
   }

/*************************

ヘッダー

***************************/
.app.top {
	background-color: inherit;
}
	.app-header {
	  background: transparent;
	  margin: 0 auto;
	  position: fixed;
	  width: 100%;
	  height: 65px;
	  z-index: 1000;
	}
	.app-header__container {
	  width: 1000px;
	  margin: 0 auto;
	  height: 100%;
	  display: flex;
	}
	.app-title {
	  font-size: 12px;
	  font-weight: 700;
	  line-height: 65px;
	  letter-spacing: 5px;
	  display: inline-block;
	  position: relative;
	}
	@-webkit-keyframes effect-01 {
		from {
			-webkit-transform: translateY(1em);
			-moz-transform: translateY(1em);
			-ms-transform: translateY(1em);
			-o-transform: translateY(1em);
			transform: translateY(1em);
			opacity: 0;
		}	to {
			-webkit-transform: translateY(0em);
			-moz-transform: translateY(0em);
			-ms-transform: translateY(0em);
			-o-transform: translateY(0em);
			transform: translateY(0em);
			opacity: 1;
		}
	}
	.app-title .app-title__inner {
	    color: #FFF;
		-webkit-animation: effect-01 1s;
		-moz-animation: effect-01 1s;
		-ms-animation: effect-01 1s;
		-o-animation:effect-01 1s;
		animation: effect-01 1s;
	    display: inline-block;
	    text-indent: -10000px;
	    background-image: url(../img/logo/logo_white.png);
	    background-repeat: no-repeat;
	    background-position: left center;
	    width: 200px;
	    height: 65px;
	}
	@-webkit-keyframes effect-02 {
		from {
			-webkit-transform: translateY(-65px);
			-moz-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
			-o-transform: translateY(-65px);
			transform: translateY(-65px);
		}	to {
			-webkit-transform: translateY(0em);
			-moz-transform: translateY(0em);
			-ms-transform: translateY(0em);
			-o-transform: translateY(0em);
			transform: translateY(0em);
		}
	}
	.app-title:after {
		-webkit-animation: effect-02 1s;
		-moz-animation: effect-02 1s;
		-ms-animation: effect-02 1s;
		-o-animation:effect-02 1s;
		animation: effect-02 1s;
	    content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    height: 65px;
	    width: 0;
	    border-right: 3px solid #FFF;
	    transform: translateY(-0px);
	    opacity: 1;
	    transition: all 1.0s;
	}

	/****
	.app-title.show:after {
	    transform: translateY(0);
	}
	.app-title.show .app-title__inner {
	    transform: translateY(0);

	}
	.app-title.show:after {
	    transform: translateY(0);
	}***/
	.app-nav--item {
	    display: inline-block;
	    font-size: 10px;
	    font-family: 'Hind', sans-serif;
	    letter-spacing: 5px;
	    margin-left: 39px;
	    line-height: 65px;
	    font-weight: 600;
	    position: relative;
	}
	.app-nav--item a {
	    text-decoration: none;
	    color: #fff;
	    display: inline-block;
	    -webkit-animation: effect-01 1s;
		-moz-animation: effect-01 1s;
		-ms-animation: effect-01 1s;
		-o-animation:effect-01 1s;
		animation: effect-01 1s;
	}
	.app-nav--list.show .app-nav--item a {
	    opacity: 1;
	    transform: translateY(0);
	}
	.app-nav--item-en {
		margin-left: 32px;
	}
	.app-nav--item-gray {
	    display: inline-block;
	    font-size: 10px;
	    font-family: 'Hind', sans-serif;
	    letter-spacing: 5px;
	    margin-left: 39px;
	    line-height: 65px;
	    font-weight: 600;
	}
	.app-nav--item-gray a {
	    text-decoration: none;
	    color: #A9A9A9;
	    display: inline-block;
	    opacity: 0;
	    transform: translateY(1em);
	    transition: all 1s;
	}
	.app-nav--item-gray a, .app-header.black .app-nav--item-gray a {
	    color: #A9A9A9;
	}
	.app-nav--list .app-nav--item-gray a {
	    opacity: 1;
	    transform: translateY(0);
	}
	.app-nav--list li ul {
		position: absolute;
		width: 236px;
		left: -16px;
		opacity: 0;
		transition: opacity 0.3s;

		background-color: rgba(29,33,43,0.7);
	}
	.app-nav--list li.app-nav--project:hover ul{
	 	opacity: 1;
	}
	.app-nav--list li ul li {
		height: 35px;
		letter-spacing: 2px;
		line-height: 15px;

		font-size: 10px;
	}
	.app-nav--list li ul li:hover {
		background-color: rgba(255,255,255,0.06);

		border-left: 3px solid #fff;
	}
	.app-nav--list li ul li a {
		display: block;
		padding:10px 0 7px 23px;
	}
	.app-nav--list li ul li:hover a {
		padding-left: 20px;
	}
	/****
	.app-nav--list.show .app-nav--item-gray a {
	    opacity: 1;
	    transform: translateY(0);
	}***/

	.M-app-header{
		display: none;
	}


/*****************************

リスト

******************************/

.list_contents {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 21vh 15px 0;
	position: relative;
	z-index: 100;
}
	.list_block {
		width: 100%;
		margin-bottom: 160px;
		position: relative;
	}
	/* .list_block02 {
		margin-top: -160px;
		padding-top: 160px;
	} */
	.list_thm {
			width: 480px;
			height: 360px;
			position: relative;
		}
		.list_thm:before {
			width: 480px;
			height: 360px;
			content: "";
			border:1px solid #fff;
			opacity: 0.5;
			left: 0;
			position: absolute;
		}
		.list_thm:after {
			width: 480px;
			height: 360px;
			content: "";
			background-color: #fff;
			opacity: 0.1;
			position: absolute;
			right: -100px;
			bottom: -100px;
		}
		.list_block .list_thm img {
			width: 480px;
			height: 360px;
			z-index: 100;
			position: relative;
			margin:50px 0 0 50px;
		}
		.list_block .list_thm .list_num {
			width: 57px;
			margin: 0 auto;
			padding:20px 0 0 45px;
			font-size: 20px;
			font-family: 'Hind', sans-serif;
			font-weight: 600;
			letter-spacing: 10px;
			text-align: center;
		}
		.list_block .sub_ttl {
			width: 580px;
			padding-top: 145px;
			font-size: 22px;
			letter-spacing: 6px;
			float: left;
			text-align: right;
		}
		.list_block .list_ttl {
			z-index: 1000;
			position: absolute;
			right: 0;
			top: 60px;
		}
		.list_block03 .list_ttl {
			top: 110px;
		}
		.list_block01 .list_ttl,.list_block02 .list_ttl,.list_block03 .list_ttl {
			width: 623px;
		}
		.list_block04 .list_ttl {
			width: 904px;
		}
		.list_block05 .list_ttl {
			width: 710px;
		}
		.list_ttl span{
			display: block;
			font-size: 90px;
			font-family: 'Hind', sans-serif;
			font-weight: 600;
			letter-spacing: 28px;
			line-height: 100px;
		}
		.list_block01 .list_ttl span.ttl_span02 {
			padding-left: 155px;
		}
		.list_block01 .list_ttl span.ttl_span03 {
			padding-left: 55px;
			line-height: 120px;
		}
		.list_block02 .list_ttl span.ttl_span02 {
			padding-left: 155px;
			line-height: 110px
		}
		.list_block02 .list_ttl span.ttl_span03 {
			padding-left: 55px;
			line-height: 130px;
		}
		.list_block03 .list_ttl span.ttl_span02 {
			padding-left: 55px;
			line-height: 130px;
		}
		.list_block04 .list_ttl span.ttl_span01 {
			padding-left: 190px;
			line-height: 110px
		}
		.list_block04 .list_ttl span.ttl_span02 {
			padding-left: 400px;

		}
		.list_block05 .list_ttl span.ttl_span01 {
			padding-left: 83px;
		}
		.list_block05 .list_ttl span.ttl_span02 {
			padding-left: 235px;
			line-height: 110px;
		}
		.detail_link {
			width: 236px;
			height: 37px;
			float: right;
			font-family: 'Hind', sans-serif;
			font-size: 14px;
			margin-top: 143px;
			position: relative;
			letter-spacing: 6px;
		}
		.detail_link a {
			text-decoration: none;
			color: #fff;
			height: 100%;
			display: block;
		}
		.detail_link img {
			width: 112px;
			position: absolute;
			right: 0;
			bottom: 0px;
			transform: translateX(0%);
			transition: all 0.3s;
		}
		.detail_link:hover img {
			transform: translateX(20px);
			transition: all 0.3s;
		}

	.copyright {
		padding-bottom: 23px;
		font-family: 'Hind', sans-serif;
		font-size: 12px;
		color: #fff;
		opacity: 0.5;
		text-align: center;
	}

/*****************************

詳細ページ

******************************/

.detail_container {
	width: 100%;
	margin: 0 auto;
	padding: 21vh 0px 0;
	position: relative;
	z-index: 100;
}
.detail_container .project_ttl_block {
	margin: 0 auto;
	position: relative;
}
.detail_container .project_ttl_block{
	max-width: 1020px;
}

.detail_ttl_img {
	width: 480px;
    height: 360px;
	position: relative;
}
	.detail_ttl_img:before {
		width: 480px;
    	height: 360px;
		content: "";
		border:1px solid #fff;
		opacity: 0.5;
		left: 0;
		position: absolute;
	}
	.detail_ttl_img:after {

		width: 480px;
	    height: 360px;
		content: "";
		background-color: #fff;
		opacity: 0.1;
		position: absolute;
		right: -100px;
		bottom: -100px;
	}
	.detail_ttl_img img {
		width: 480px;
		z-index: 100;
		position: relative;
		margin:50px 0 0 50px;
	}
	.detail_ttl {
		width: 623px;
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 1000;
	}
	.detail_container03 .detail_ttl {
		top: 110px;
	}
	.detail_container04 .detail_ttl {
		width: 904px;
	}
	.detail_container05 .detail_ttl {
		width: 710px;
	}
		.detail_ttl span {
			line-height: 100px;
			display: block;
			letter-spacing: 28px;
			font-size: 90px;
			font-family: 'Hind', sans-serif;
			font-weight: 600;
		}
		.detail_container01 .detail_ttl span.ttl_span02 {
			padding-left: 155px;
		}
		.detail_container01 .detail_ttl span.ttl_span03 {
			line-height: 120px;
			padding-left: 55px;
		}
		.detail_container02 .detail_ttl span.ttl_span02 {
			padding-left: 155px;
    		line-height: 110px;
		}
		.detail_container02 .detail_ttl span.ttl_span03 {
			padding-left: 55px;
		    line-height: 130px;
		}
		.detail_container03 .detail_ttl span.ttl_span01  {
			line-height: 130px;
			padding-left: 55px;
		}
		.detail_container03 .detail_ttl span.ttl_span02 {
			padding-left: 44px;
		}
		.detail_container04 .detail_ttl span.ttl_span01  {
			padding-left: 190px;
			line-height: 110px;
		}
		.detail_container04 .detail_ttl span.ttl_span02 {
			padding-left: 400px;
		}
		.detail_container05 .detail_ttl span.ttl_span01  {
			padding-left: 83px;
		}
		.detail_container05 .detail_ttl span.ttl_span02 {
			padding-left: 235px;
			line-height: 110px;
		}
	.detail_contents {
		margin: 0 auto;
		padding: 190px 0px 130px;
		text-align: center;
	}
		.detail_contents h3 {
			font-size: 40px;
			font-weight: normal;
			letter-spacing: 6px;
			padding-bottom: 60px;
		}
		.detail_contents p {
			line-height: 32px;
			letter-spacing: 3px;
			font-size: 16px;
			text-align: left;
		}
		.detail_contents p span {
			padding-left:2.2em;
			text-indent:-1.2em;
			display: block;
		}
	.detail_text {
		margin: 0 auto;
		padding: 0 15px;
		max-width: 1024px;
	}
	.detail_container02 .detail_img {
		max-width: 1024px;
		margin: 80px auto 0;
		text-align: center;
		padding:0px 0 64px;
	}
	.detail_container03 .detail_img {
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding:80px 0 64px;
	}
	.detail_container05 .detail_img {
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding:80px 0 0px;
	}
	.detail_img img {
		width: 70%;
	}
	.detail_container01 .detail_img img {
		max-width: 487px;
		width: 100%;
		margin-top: 80px;
	}
	.detail_container04 .detail_img img.img01 {
		max-width: 508px;
		width: 100%;
		display: block;
		margin: 82px auto 60px;
	}
	.detail_container04 .detail_img img.img02 {
		max-width: 508px;
		display: block;
		margin: 0 auto;
	}
	.detail_container02 .detail_img .slick-slide:not(.slick-center) {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		transition: all 0.3s
		}
	.slick-slide {
		margin:0px;
	}

	.slider {
		width: 90%;
		margin: 0 auto 80px;
	}
	.detail_container03 .slick-slide {
		padding: 0 21px;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
	}
	.detail_img{
		width: 100%;
	}

	.detail_container02 .slick-prev {
		width: 27%;
		height: 70%;
		opacity: 0;
		z-index: 100;
		left: 30px;
		top: 10%;
	}
	.detail_container02 .slick-next {
		width: 27%;
		height: 70%;
		opacity: 0;
		z-index: 100;
		right: 30px;
		top: 10%;
	}
	.detail_skill {
		width: 100%;
		max-width: 1021px;
		margin: 0 auto;
		padding: 126px 15px 0;
	}
	.detail_skill h4{
		padding: 30px 0;
	    text-align: center;
	    font-size: 20px;
	    letter-spacing: 3.74px;
	    font-weight: bold;
	    display: table;
	    white-space: nowrap;
	}
	.detail_skill h4:before,.detail_skill h4:after{
		content: '';
	    display: table-cell;
	    width: 50%;
	    opacity: 0.3;
	    background: -webkit-linear-gradient(rgba(255,255,255,0) 50%, #E4E4E5 50%, #E4E4E5 -webkit-calc(50% + 1px), rgba(255,255,255,0) -webkit-calc(50% + 1px));
	    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, #E4E4E5), color-stop(#E4E4E5 calc(50% + 1px)), to(rgba(255,255,255,0) calc(50% + 1px)));
	    background: linear-gradient(rgba(255,255,255,0) 50%, #E4E4E5 50%, #E4E4E5 53%,rgba(255,255,255,0) 53%);
	    -webkit-background-clip: padding;
	    background-clip: padding;
	}
	.detail_skill h4:before{
		border-right: 1em solid transparent;
	}

	.detail_skill h4:after{
		border-left: 1em solid transparent;
	}
	.detail_skill h4 span br{
		display: none;
	}
	.detail_skill ul {
		padding: 27px 0 0;
	}
	.detail_skill ul li {
		display: inline-block;
		margin: 0 25px;
	}
	.detail_skill ul li span {
		opacity: 0.8;
		font-size: 18px;
		letter-spacing: 4px;
	}
	.detail_skill ul li:before{
		content: "";
		opacity: 1;
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		margin-right: 10px;
		margin-bottom: 2px;
		border:1px solid #fff;
		border-radius: 50%;
	}

	.detail_news {
		width: 100%;
		max-width: 1021px;
		margin: 0 auto;
		padding: 126px 15px 0;
	}
	.detail_news h4{
		padding: 30px 0;
	    text-align: center;
	    font-size: 20px;
	    letter-spacing: 3.74px;
	    font-weight: bold;
	    display: table;
	    white-space: nowrap;
	}
	.detail_news h4:before,.detail_news h4:after{
		content: '';
	    display: table-cell;
	    width: 50%;
	    opacity: 0.3;
	    background: -webkit-linear-gradient(rgba(255,255,255,0) 50%, #E4E4E5 50%, #E4E4E5 -webkit-calc(50% + 1px), rgba(255,255,255,0) -webkit-calc(50% + 1px));
	    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, #E4E4E5), color-stop(#E4E4E5 calc(50% + 1px)), to(rgba(255,255,255,0) calc(50% + 1px)));
	    background: linear-gradient(rgba(255,255,255,0) 50%, #E4E4E5 50%, #E4E4E5 53%,rgba(255,255,255,0) 53%);
	    -webkit-background-clip: padding;
	    background-clip: padding;
	}
	.detail_news h4:before{
		border-right: 1em solid transparent;
	}

	.detail_news h4:after{
		border-left: 1em solid transparent;
	}
	.detail_news ul {
		margin-top: 40px;
	}
	.detail_news ul li {
		background-color: rgba(255,255,255,0.1);
	}
	.detail_news ul li img {
		width: 20%;
		max-width: 200px;
		height: auto;
		float: left;
	}
	.detail_news ul li .news_text {
		float: right;
		max-width: 824px;
		width: 80%;
		height: 199px;
		padding: 30px 30px;
		font-size: 16px;
		position: relative;
		text-align: left;
	}
	.detail_news ul li .news_text .news_date {
		opacity: 0.6;
		font-size: 14px;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.detail_news ul li .news_text .news_btn {
		width: 160px;
		height: 50px;
		text-align: center;
		font-size: 14px;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	.detail_news ul li a {
		color: #fff;
		word-wrap: break-word
	}
	.detail_news ul li .news_text .news_btn a {
		display: block;
		color: #fff;
		position: relative;
		text-decoration: none;
		width: 160px;
		height: 50px;
	}
	.detail_news ul li .news_text .news_btn .border-v:before {
		content: "";
		position: absolute;
		height: 50px;
		width: 1px;
		background-color: #fff;
		left: 0;
		top: 0;
	}
	.detail_news ul li .news_text .news_btn .border-v:after{
		content: "";
		position: absolute;
		height: 50px;
		width: 1px;
		background-color: #fff;
		top: 0;
		right: 0;
	}
	.detail_news ul li .news_text .news_btn .border-h:before {
		content: "";
		position: absolute;
		width: 124px;
		height: 1px;
		background-color: #fff;
		top: 0;
		right: 0;
		transition: all 0.3s;
	}
	.detail_news ul li .news_text .news_btn:hover .border-h:before {
		width: 160px;
		transition: all 0.3s;
	}
	.detail_news ul li .news_text .news_btn .border-h:after {
		content: "";
		position: absolute;
		width: 124px;
		height: 1px;
		background-color: #fff;
		bottom: 0;
		left: 0;
		transition: all 0.3s;
	}
	.detail_news ul li .news_text .news_btn:hover .border-h:after {
		width: 160px;
		transition: all 0.3s;
	}
	.detail_news ul li .news_text .news_btn p {
		font-size: 14px;
		line-height: 100%;
		padding: 15px 0;
		text-align: center;
	}
	@-webkit-keyframes effect-03 {
		from {
			-webkit-transform: translateY(65px);
			-moz-transform: translateY(65px);
			-ms-transform: translateY(65px);
			-o-transform: translateY(65px);
			transform: translateY(65px);
		}	to {
			-webkit-transform: translateY(0em);
			-moz-transform: translateY(0em);
			-ms-transform: translateY(0em);
			-o-transform: translateY(0em);
			transform: translateY(0em);
		}
	}
	.scroll button {
		color: #fff;
		letter-spacing: 5px;
	    background: none;
	    border: none;
	    font-size: 12px;
	    font-weight: 700;
	    text-align: center;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    cursor: inherit;
	    color: #fff;
	    outline: none;
	}
	.scroll:after {
	    content: '';
	    display: block;
	    position: relative;
	    border-left: 3px solid #fff;
	    height: 44px;
	    width: 0;
	    margin: auto;
	    left: 0;
	    right: 0;
	    transition: height 1.0s;
	}
	.scroll {

		-webkit-animation: effect-03 1s;
		-moz-animation: effect-03 1s;
		-ms-animation: effect-03 1s;
		-o-animation:effect-03 1s;
		animation: effect-03 1s;
	    position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 100;
	    margin-left: auto;
	    margin-right: auto;

	}
	.scroll.is-animation {
		bottom: 10px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.M-menu {
		display: none;
	}

@media only screen and (max-width: 1055px) {
	.list_ttl span {
		font-size: 60px;
		line-height: 70px;
	}
	.list_contents {
		padding: 20vh 15px 0;
	}
	.detail_container {
		padding-top: 20vh;
	}
}
@media screen and (min-width: 768px) and (max-width: 1054px) {
	.list_contents {
		max-width: 760px;
	}
	.list_thm {
	    width: 300px;
	    height: 262px;
	    position: relative;
	}
	.list_thm:before {
	    width: 350px;
	    height: 262px;
	}
	.list_block .list_thm img {
	    width: 350px;
	    height: 262px;
	    margin: 30px 0 0 30px;
	}
	.list_thm:after {
	    width: 360px;
	    height: 262px;
	    right: -112px;
	    bottom: -60px;
	}
	.list_block01 .list_ttl, .list_block02 .list_ttl, .list_block03 .list_ttl {
	    width: 413px;
	}
	.list_block04 .list_ttl {
		width: 524px;
	}
	.list_block .list_ttl {
		top: 50px;
	}
	.list_block05 .list_ttl{
		width: 490px;
	}
	.list_ttl span {
	    font-size: 60px;
	    line-height: 70px;
	    letter-spacing: 8px;
	}
	.list_block {
		margin-bottom: 120px;
	}
	.list_block01 .list_ttl span.ttl_span02 {
	    padding-left: 95px;
	}
	.list_block01 .list_ttl span.ttl_span03 {
	    padding-left: 45px;
	    line-height: 90px;
	}
	.list_block02 .list_ttl span.ttl_span02 {
	    padding-left: 95px;
	    line-height: 60px;
	}
	.list_block02 .list_ttl span.ttl_span03 {
		line-height: 110px;
	}
	.list_block04 .list_ttl span.ttl_span01 {
		padding-left: 50px;
		line-height: 70px;
	}
	.list_block04 .list_ttl span.ttl_span02 {
		padding-left: 160px;
	}
	.list_block05 .list_ttl span.ttl_span02 {
	    padding-left: 165px;
	    line-height: 80px;
	}
	.list_block .sub_ttl {
		width: 100%;
		text-align: center;
		float: none;
		padding-top: 100px;
	}
	.list_block .detail_link {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 767px) {
body.menu-mode{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.M-menu {
	display: block;
}
.M-menu {
		height: 100%;
    overflow: scroll;
    visibility: visible;
    position: fixed;
    width: 100%;
		opacity: 0;
		top: 0;
		z-index: 0;
		transition: all 0.5s;
}
.M-menu.active {
	opacity: 1;
	z-index: 300;
}
.M-menu .M-menu-list {
    position: relative;
    z-index: 200;
		margin-top:64px;
    padding: 10% 0 50px;
		transition: all 1s;
}

.M-menu .M-menu-item {
    color: #FFF;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
    position: relative;
    text-align: center;
    letter-spacing: 5px;
    opacity: 0;
		transition: all 0.6s;
}
.M-menu .M-menu-list.show .M-menu-item {
    opacity: 1;
}
.M-menu .M-menu-item:nth-child(1) {
    transition-delay: 0.25s;
}
.M-menu .M-menu-item:nth-child(2) {
    transition-delay: 0.35s;
}
.M-menu .M-menu-item:nth-child(3) {
    transition-delay: 0.45s
}
.M-menu .M-menu-item:nth-child(4) {
    transition-delay: 0.55s;
}
.M-menu .M-menu-item:nth-child(5) {
    transition-delay: 0.65s;
}
.M-menu .M-menu-item:nth-child(6) {
    transition-delay: 0.75s;
}
.M-menu .M-menu-item:nth-child(7) {
    transition-delay: 0.85s;
}
.M-menu .M-menu-list.show .M-menu-item {
    opacity: 1;
}
.M-menu .M-menu-item a,
.M-menu .M-menu-item p{
    text-decoration: none;
		padding: 5% 0;
    color: #FFF;
		display: block;
}
.M-menu-item ul {
    height: auto;
    margin-top: 15px;
		padding: 15px 0;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4) inset;
    background-color: #3601E2;
    display: none;
}.M-menu-item ul li {
    height: 50px;
    font-size: 12px;
		position: relative;
}
.M-menu-item ul li:first-child:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  bottom: 10px;
  left: 0;
  right: 0;
}

.menu-mode .M-app-header:after {
  transform: rotate(180deg);
  transform-origin: center;
}

.M-app-header {
	display: block;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1000; }
  .M-app-header:before {
    position: relative;
    top: 0;
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 22px;
    width: 0;
    border-right: 2px solid #FFF; }
  .M-app-header:after {
    content: '';
    display: block;
    width: 14px;
    height: 6px;
    background-image: url(../img/mobile/header_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    transition: transform .5s; }

.M-app-title {
  font-family: 'Hind', sans-serif;
  letter-spacing: 5px;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-indent: -10000px;
  background-image: url(../img/logo/logo_white_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 30px;
  width: 140px;
  height: 30px; }

.M-app-header.black:before {
  border-right-color: #000; }

.M-app-header.black:after {
  background-image: url(../img/mobile/header_arrow_bk.png); }

.M-app-header.black .M-app-title {
  color: #000;
  background-image: url(../img/logo/logo_black_sp.png); }
.menu-mode .M-app-title {
  background-image: url(../img/logo/logo_black_sp.png);}

.expand-rect {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s; }
  .expand-rect.show {
    opacity: 1; }
  .expand-rect.fade-out {
    opacity: 0; }
  .expand-rect.hide {
    visibility: hidden; }
  .expand-rect polygon {
    fill: #3E00FF; }

	header.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.list_contents {
		padding-top: 102px;
	}
	.list_block {
		margin-bottom: 77px;
	}
	.list_block .list_ttl {
		position: relative;
		text-align: center;
		top: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	.list_contents .list_block02 .list_ttl {
		top: 0;
	}
	.list_block .sub_ttl {
		letter-spacing: 3px;
		font-size: 15px;
	}
	.list_ttl span {
		display: inline-block;
		padding-left: 0 !important ;
		font-size: 28px;
		line-height: 39px !important;
		letter-spacing: 5px;
	}
	.list_thm {
		width: 249px;
		height: 186px;
		margin: 0 auto
	}
	.list_thm:before {
		width: 249px;
		height: 186px;
		left: -25px;

	}
	.list_thm:after {
		width: 249px;
		height: 186px;
		bottom: -50px;
		right: -25px;
	}
	.list_block .list_thm img {
		width: 249px;
		height: auto;
		margin:25px 0 0 0px;
	}
	.list_block .sub_ttl {
		font-size: 15px;
		padding-top: 87px;
		width: 100%;
		float: none;
		text-align: center;
	}
	.list_block .detail_link {
		width: 168px;
		font-size: 12px;
		letter-spacing: 3px;
		padding-top: 20px;
		font-size: 12px;
		margin-top: 20px
	}
	.detail_link img {
		bottom: -7px;
	}
	.detail_link:hover img{
		transform:translateX(10px);
	}

	.detail_container {
		padding-top: 102px;
	}
	.detail_ttl_img {
		width: 249px;
    	height: 186px;
		margin: 0 auto;
	}
	.detail_ttl_img:before {
		width: 249px;
    	height: 186px;
		left: -25px;
	}
	.detail_ttl_img img {
		width: 249px;
		margin:25px 0 0 0px;
	}

	.detail_ttl_img:after {
		width: 249px;
    	height: 186px;
		right: -25px;
		bottom: -50px;
	}
	.detail_ttl {
		text-align: center;
		width: 100%;
		top: 0 !important;
		padding-bottom: 20px;
		bottom: 0px;
		position: relative;
	}
	.detail_ttl span {
		font-size: 28px;
		letter-spacing: 5px;
		line-height: 39px !important;
		display: inline-block;
		padding-left: 0 !important
	}
	.detail_contents {
		padding: 70px 10px 0;
	}
	.detail_contents h3 {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 30px;
	}
	.detail_contents p {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 26px;
	}
	.detail_img {
		margin-top: 0px;
		padding: 0 15px;
	}
	.detail_container02 .detail_img {
		margin-top: 0px;
	}

	.detail_container04 .detail_ttl {
		width: 100%;

	}
	.detail_container04 .detail_ttl span.ttl_span03 {
		display: block;
	}
	.detail_container .detail_contents {
		padding-top: 80px;
	}
	.detail_container04 .detail_img img.img01 {
		margin: 53px auto 30px;
	}
	.detail_container05 .detail_ttl {
		width: 100%;
		bottom: -36px;
	}
	.detail_container02 .detail_img{
		padding: 65px 15px 0;
	}
	.detail_img img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0px;
	}

	.detail_container02 .detail_img img,.detail_container03 .detail_img img {
		margin-bottom: 34px
	}
	.detail_container02 .detail_img div:last-child img,.detail_container03 .detail_img div:last-child img{
		margin-bottom: 0;
	}
	.detail_container03 .detail_img {
		padding:50px 15px 0px;
	}
	.detail_container05 .detail_img {
		padding: 40px 15px 0;
	}
	.detail_skill {
		padding-top: 60px;
	}
	.detail_skill h4 span{
		font-size: 15px;
	}
	.detail_skill h4 span br{
		display: block;
	}
	.detail_skill ul {
		margin-bottom: 65px;
	}
	.detail_skill ul li {
		display: block;
		margin-bottom: 16px;
	}
	.detail_skill ul li span {
		font-size: 14px;
	}


	.detail_news {
		padding-top: 0px;
	}
	.detail_news h4 {
		font-size: 15px;
	}
	.detail_news ul {
		margin-top: 0;
		margin-bottom: 65px;
	}
	.detail_news ul li {
		display: block;
		margin-bottom: 16px;
	}
	.detail_news ul li span {
		font-size: 14px;
	}
	.detail_news ul li img {
		width: 140px;
		float: none;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.detail_news ul li {
		height: auto;
		background-color:inherit;
	}
	.detail_news ul li .news_text {
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: -40px;
		position: relative;
		z-index: -1px;
		padding-top: 75px;
		float: none;
	}
	.detail_news ul li .news_text {
		background-color: rgba(255,255,255,0.1);

	}
	.detail_news ul li .news_ttl{
		position: relative;
		z-index: 2;
	}
	.detail_news ul li .news_text .news_date {
		top: 43px;
		width: 100%;
		text-align: center;
		z-index: 1;
		left: 0;
	}
	.detail_news ul li .news_text .news_btn {
		display: block;
		position: relative;
		z-index: 2;
		bottom: auto;
		right: auto;
		margin: 27px auto 0;
	}
}

/* 追加 */
.prouct_nwes {
  margin-bottom:1em;
}


/* Detail05 page style */

.grid-columns{
	display: grid; 
	grid-template-columns: 50% 50%; 
	text-align: center; 
	padding: 27px 0 0;
}
.width-center{
	width: 80%;
	justify-self: center;  
}
.width-center a{
	color: #ffffff;
	text-decoration: none;
}
.padding-bottom47{
	padding-bottom: 47px !important;
}
.p-description{
	font-size: 12px !important; 
	padding: 15px 10px;
	line-height: 22px !important;
}
.p-date{
	font-size: 12px !important; 
	padding-left: 10px;
}
.padding-bottom37{
	padding-bottom: 37px;
}

@media only screen and (max-width:600px) {
	.width-center{
		padding-bottom: 60px;
	}
	.grid-columns{
		grid-template-columns: 100%;
	}
	.padding-bottom37{
		padding-bottom: 15px !important;
	}
	.p-box{
		margin-bottom: 15px;
	}
	.grid-rows{
    	grid-template-rows: auto auto auto auto;
	}
}

@media only screen and (max-width: 767px){
	.detail_skill ul {
		margin-bottom: 0px !important;
	}
}

@media only screen and (min-width: 997px){
	.grid-rows{
		display: grid;
    	grid-template-rows: max-content 22% 15% 10%;
	}
}

@media only screen and (min-width:766px) and (max-width:996px) {
	.grid-rows{
		display: grid;
    	grid-template-rows: max-content 30% 15% 10%;
	}
}
 
@media only screen and (min-width:677px) and (max-width:767px){
	.grid-rows{
		display: grid;
    	grid-template-rows: max-content 35% 15% 10%;
	}
	.grid-columns{
		padding-bottom: 30px;
	}
}

@media only screen and (min-width:600px) and (max-width:676px){
	.grid-rows{
		display: grid;
    	grid-template-rows: max-content 40% 15% 10%;
	}
	.grid-columns{
		padding-bottom: 30px;
	}
}

.p-box{
	font-size: 12px !important;
    border: 1px solid;
    width: fit-content;
    margin-left: 10px;
    padding: 0px 5px;
    height: fit-content;
}