@charset "UTF-8";
/* CSS Document */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	line-height: 1;
	color: #000;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	background: #EFEFEF;
}


/*font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;*/

a{
	color: #000;
	text-decoration: none;
}
li{
	list-style-type: none;
}
i {
	font-style: normal;
}
img {
	vertical-align: bottom;
	border: none;
}
video {
	vertical-align: bottom;
}
.no-scroll{
	overflow: hidden;
}
a{
  color: #000;
  text-decoration: none;
}
body{
  font-size: 16px;
}
img{
  max-width: 100%;
  vertical-align: top;
	height: auto;
}
*,
::before,
::after{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
::selection {
	color: #fff;
	background: #FF5B34;
	opacity: 1;
}
.entry-list-wrap::selection,
.slide-next::selection,
.slide-prev::selection{
	background: none;
	opacity: 1;
}
section{
  transform: translateZ(0);	
}
.sec-rad{
	transform: translateZ(0) translateY(200px);
	transition: transform 400ms ease;
}
.sec-rad.on{
	transform: translateZ(0) translateY(0);
}

#gnav li a,
#gfooter #footer-nav li a,
.entry-list-item span{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}
.cr{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 300;
}
#gnav li a,
#gfooter #footer-nav li a{
	font-family: 'IBM Plex Sans', sans-serif;
/*	font-weight: 400;
*/	font-weight: 200;
}
.entry-date,
.entry-terms,
.breadcrumb a,
.entry-pager ul li a,
.entry-pager ul li i,
.news-item span{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}
.contents-header h1,
.top-sec-header h2{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
}
.contents-header h1{
	opacity: 0;
	transform: translateY(10px);
}
.onload .contents-header h1{
	opacity: 1;
	transform: translateY(0);
	transition: transform 400ms ease, opacity 400ms ease;
}


.logo-thinknext-box .st5{fill:none;stroke:#FFFFFF;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st6{fill:none;stroke:#FFFFFF;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st8{fill:none;stroke:#FFFFFF;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st9{fill:none;stroke:#FFFFFF;stroke-width:21;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st10{fill:none;stroke:#FFFFFF;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st11{fill:none;stroke:#FFFFFF;stroke-width:26;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st12{fill:none;stroke:#FFFFFF;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.logo-thinknext-box .st13{fill:none;stroke:#FFFFFF;stroke-width:22;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.contents-header .draw-line{
	opacity: 0;
}
.contents-header .draw-line.on{
	opacity: 1;
}

#cookie-bnr{
	transform: translateY(120%);
	transition: transform 300ms ease,opacity 300ms ease,visibility 300ms ease;
}
#cookie-bnr.is-show{
	transform: translateY(0);
}
#cookie-bnr.is-hide{
	transform: translateY(200%);
	opacity: 0;
	visibility: hidden;
}

@keyframes hoverline{
	0%{width: 0}
	100%{width: 100}
}
@keyframes hoverlinebg{
	0%{background-size: 0 1px}
	100%{background-size: 100% 1px}
}




#gheader .header-logo{
	will-change: width,height;
}
#gheader .header-logo a{
	position: relative;
	transition: all 400ms ease;
}
#gheader .header-logo a span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
}
#gheader .header-logo a span:nth-child(1){
	background: url(../img/symbol_header_wh.svg);
	background-size: 100% 100%;
}
#gheader .header-logo a span:nth-child(2){
	background: url(../img/symbol_header_bk.svg);
	background-size: 100% 100%;
}


/*デフォルト*/
#gheader .header-logo a span:nth-child(2){
	opacity: 1;	
}
/*top*/
#top #gheader .header-logo a span:nth-child(1){
	opacity: 1;	
}
#top #gheader .header-logo a span:nth-child(2){
	opacity: 0;	
}
/*背景白*/
.logo-wh #gheader .header-logo a span:nth-child(1),
#top.logo-wh #gheader .header-logo a span:nth-child(1){
	opacity: 1;	
}
.logo-wh #gheader .header-logo a span:nth-child(2),
#top.logo-wh #gheader .header-logo a span:nth-child(2){
	opacity: 0;	
}
/*背景黒*/
.logo-bk #gheader .header-logo a span:nth-child(2),
#top.logo-bk #gheader .header-logo a span:nth-child(2){
	opacity: 1;	
}
.logo-bk #gheader .header-logo a span:nth-child(1),
#top.logo-bk #gheader .header-logo a span:nth-child(1){
	opacity: 0;	
}


@media screen and (min-width: 768px) {

	body {
		font-size: 16px;
		width: 100%;
	}
	.ignore-pc{
		display: none;
	}
	.wrap{
		position: relative;
		width: 100%;
		min-width: 1480px;
		overflow: hidden;
	}
	.lower-detail .wrap{
		padding: 140px 0 0;
	}

	/* page-nav
	===============================================================*/

	.page-nav ul li{
		width: 148px;
	}
	.page-nav ul a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 42px;
	}
	.page-nav ul a:before{
		position: absolute;
		content: "";
		margin: auto;
		left: 0;
		top: 0;
		bottom: 0;
		width: 6px;
		height: 42px;
		background: url(../img/brackets.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.page-nav ul a:after{
		position: absolute;
		content: "";
		margin: auto;
		right: 0;
		top: 0;
		bottom: 0;
		width: 6px;
		height: 42px;
		background: url(../img/brackets.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(180deg);
	}
	.page-nav ul a span{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		font-size: 13px;
		line-height: 1.3;
		color: #FF5B34;
		font-weight: 700;
	}
	.page-nav ul a span i{
		transition: transform 400ms ease ,opacity 400ms ease;
		will-change: transform;
	}
	.page-nav ul a span:before{
		position: absolute;
		content: "";
		margin: auto;
		left: 0;
		right: 0;
		bottom: -10px;
		width: 24px;
		height: 5px;
		background: url(../img/arrow_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		transition: transform 400ms ease;
	}
	.page-nav ul a:hover span:before{
		transform: translateY(5px);
	}
	.page-nav ul a:hover i{
		transform: scale(1.1);
		opacity: 0.7;
	}


	/* under-line
	===============================================================*/

	.entry-body p a{
		position: relative;
		color: #FF5B34;
	  background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}
	.entry-body p a:hover {
		 animation: hoverlinebg 400ms ease 1;
	}
	.link-underline1{
		position: relative;
		color: #FF5B34;
	  background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}
	.link-underline2{
		position: relative;
		color: #000;
	  background: linear-gradient(#000, #000) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}
	.link-underline1:hover{
		 animation: hoverlinebg 400ms ease 1;
	}
	.link-underline2:hover{
		 animation: hoverlinebg 400ms ease 1;
	}


	/* line
	===============================================================*/
	.draw-line .st2{
		fill:none;
		stroke:#fff;
		stroke-width:15;
		stroke-miterlimit:10;
	}

	/* logo-thinknext
	===============================================================*/
	
	.logo-thinknext-box{
		position: relative;
		margin: auto;
		width: 972px;
		height: 166px;
	}
	.logo-thinknext-box .logo-thinknext{
		position: relative;
		z-index: 20;
	}
	.logo-thinknext-box .logo-thinknext-line{
		position: absolute;
		top: 0;
		left: 0;
		width: 972px;
		height: 166px;
		z-index: 10;
	}

	/* kv-logo
	===============================================================*/

	.kv-logo-wrap{
		padding: 0 10px;
		width: 100%;
	}
	.kv-logo{
		position: relative;
		margin: auto;
		width: 1430px;
		height: 344px;
		z-index: 100;
		transform-origin: left top;
	}


/*	.kv-logo{
		width: 1430px;
	}*/
	.kv-logo span{
		display: block;
		text-align: center;
		width: 1430px;
	}
	.kv-logo span:nth-child(1){
		z-index: 10;
	}
	.kv-logo span:nth-child(2){
		margin-top: -65px;
		z-index: 20;
	}
	.logo-thinknext-box{
		margin-top: -70px;
	}


	/* header
	===============================================================*/

	#gheader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		z-index: 10100;
	}

	#gheader .header-logo{
		position: absolute;
		top: 33px;
		left: 36px;
	}
	#gheader .header-logo a{
		display: block;
		width: 62px;
		height: 66px;
	}
	#gheader .header-logo a{
	}

	.btn-nav{
		position: fixed;
		top: 20px;
		right: 20px;
		width: 60px;
		height: 60px;
		z-index: 15000;
	}
	.btn-nav a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.btn-nav a span{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 25px;
	}
	.btn-nav i{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		display: block;
		height: 1px;
		width: 40px;
		background: #888;
		transition: transform 400ms ease, opacity 400ms ease;
	}
	.btn-nav i:nth-child(1){
		transform: translateY(-12px);
	}
	.btn-nav i:nth-child(3){
		transform: translateY(12px);
	}
	.menu-open .btn-nav i:nth-child(1){
		transform: translateY(0);
		opacity: 0;
	}
	.menu-open .btn-nav i:nth-child(3){
		transform: translateY(0);
		opacity: 0;
	}
	#top #gheader .header-logo a{
		display: block;
		width: 115px;
		height: 124px;
	}
	#top.logo-s #gheader .header-logo a{
		display: block;
		width: 62px;
		height: 66px;
	}

	#top .btn-nav i{
		background: #ccc;
	}


	/* gnav
	===============================================================*/

	.logo-nav{
/*		margin: 0 0 35px;
*/		margin: 0 0 60px;
		width: 116px;
	}
	.logo-nav-scale{
		margin: 120px 0 0;
		width: 330px;
		opacity: 0.3;
	}
	#gnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 440px;
		height: 100%;
		background: rgba(0,0,0);
		overflow: auto;
		transform: translateX(100%);
		transition: transform 400ms ease;
		z-index: 12000;
		border-radius: 30px 0 0 30px;
	}
	.menu-open #gnav{
		transform: translateX(0);
	}
	#gnav .gnav-list{
		position: relative;
	}
	#gnav .gnav-inner{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		min-height: 850px;
		padding: 40px 0 40px;
	}
	#gnav ul{
		margin: 0 0 0 2px;
	}
	#gnav li + li{
		margin-top: 20px;
	}
	#gnav li a{
		font-size: 32px;
		color: #fff;
	}
	#gnav li.active a{
		color: #FF5B34;
	}
	#gnav li a:hover{
		color: #FF5B34;
		transition: color 400ms ease;
	}
	.overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 11000;
		opacity: 0;
		background: rgba(0,0,0,0.85);
		visibility: hidden;
		transition: all 400ms ease;
	}
	.menu-open .overlay{
		opacity: 1;
		visibility: visible;
	}


	/* breadcrumb
	===============================================================*/

	.breadcrumb{
		position: relative;
		margin: auto;
		padding: 0 10px 60px;	
		max-width: 1240px;
		z-index: 20;
	}
	.breadcrumb a{
		position: relative;
		display: inline-block;
		padding: 0 0 0 30px;
	}
	.breadcrumb a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 20px;
		height: 15px;
		background: url(../img/arrow_s_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.breadcrumb a span{
		font-size: 20px;
		color: #FF5B34;
		background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
		text-decoration: none;
		background-size: 100% 1px;
	}
	.breadcrumb a:hover span{
		 animation: hoverlinebg 400ms ease 1;
	}


	/* section   
	===============================================================*/

	section{
		position: relative;
	}
	.sec-lead h3{
		font-size: 25px;
		font-weight: 500;
		line-height: 1.5;
	}
	.sec-lead h3 + .sec-lead-txt{
		margin: 35px 0 0;
	}
	.sec-lead p{
		font-weight: 500;
		line-height: 2;
	}
	.sec-inner{
		position: relative;
		margin: auto;
		padding: 0 10px;	
		max-width: 1240px;
		z-index: 20;
	}
	.lower .sec-inner{
		position: relative;
		margin: auto;
		padding: 130px 10px;	
	}
	.works-index .sec-inner{
		position: relative;
		margin: auto;
		padding: 0 10px;	
	}
	.sec-rad{
		position: relative;
	}
	.sec-gr:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 200%;
		background: #EFEFEF;
		border-radius: 30px 30px 0 0;
		z-index: 10;
		box-shadow: 0 0 6px 0 rgba(102,102,102,0.3);
	}
	.sec-wh:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 200%;
		border-radius: 30px 30px 0 0;
		background: #F8F8F8;
		z-index: 10;
		box-shadow: 0 0 6px 0 rgba(102,102,102,0.1);
	}

	/* sec-col
	===============================================================*/

	.sec-low{
		position: relative;
		margin: 0 auto 130px;
		padding: 0 10px;	
		max-width: 1240px;
		z-index: 20;		
	}
	.sec-col{
		border-radius: 12px;
		background: #F8F8F8;
	}
	.sec-col-gr{
		border-radius: 12px;
		background: #F8F8F8;
	}
	.sec-col-inner{
		margin: auto;
		padding: 100px 10px;
		max-width: 850px;
	}
	.sec-col .sec-col-txt p{
		font-weight: 500;
		line-height: 2.2;		
	}
	.sec-col .sec-col-txt p + p{
		margin-top: 40px;
	}
	.no-recruit .sec-col .sec-col-inner{
		padding: 160px 10px;
		text-align: center;
	}


	/* contents-header
	===============================================================*/

	.contents-header{
		position: relative;
		padding: 160px 0;
		overflow: hidden;
	}
	.contents-header h1{
		font-size: 160px;
		color: #FF5B34;
		letter-spacing: -5px;
	}
	.contents-header h1 span{
		letter-spacing: -12px;
	}
	.contents-header-inner{
		position: relative;
		margin: auto;
		padding: 0 10px;
		max-width: 1240px;		
	}
	.contents-header .draw-line-box{
		position: absolute;
		top: 0;
		right: 80px;
		width: 272px;
		height: 346px;
		z-index: 10;
	}
	.contents-header .draw-line{
		position: absolute;
		right: -450px;
		top: 50%;
		margin: 60px -10px 0 0;
		transform: translate(0,-50%) rotate(20deg);
	}

	.contents-header .draw-line svg{
		width: 1140px;
	}


	/* sec-header
	===============================================================*/

	.top-sec-header h2{
		font-size: 160px;
		color: #FF5B34;
		letter-spacing: -5px;
	}
	.sec-header h2{
		position: relative;
		padding: 0 0 0 45px;
		font-size: 45px;
		font-weight: 500;
		line-height: 1.2;
	}
	.sec-header h2:before{
		content: "";
		position: absolute;
		margin: -8px 0 0;
		top: 0.5em;
		left: 0;
		display: block;
		width: 30px;
		height: 30px;
		background: #FF5B34;
		border-radius: 15px;
	}
	.sec-header-hash h2{
		position: relative;
		padding: 0 0 0 45px;
		font-size: 45px;
		font-weight: 500;
	}
	.sec-header-hash h2:before{
		content: "#";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
	}

	.sec-header + div{
		margin: 70px 0 0;
	}
	.sec-header-hash + div,
	.works-index .sec-header + div{
		margin: 90px 0 0;
	}


	/* low-header
	===============================================================*/

	.low-header{
		position: relative;
		padding: 160px 0 90px;
		overflow: hidden;
	}
	.low-header h1{
		text-align: center;
		font-size: 55px;
		font-weight: 500;
	}
	.low-header-inner{
		margin: auto;
		padding: 0 10px;
		max-width: 1240px;		
	}



	/* footer
	===============================================================*/

	#gfooter{
		position: relative;
		padding: 105px 0 80px;
		color: #fff;
		border-radius: 30px 30px 0 0;
		background: #151515;
		z-index: 50;
	}
	#gfooter #footer-nav li + li{
		margin-top: 19px;
	}
	#gfooter #footer-nav li a{
		color: #fff;
/*		font-size: 38px;
*/		font-size: 34px;
	}
	#gfooter #footer-nav li a:hover{
		color: #FF5B34;
		transition: color 400ms ease;
	}

	.gfooter-inner{
		margin: auto;
		padding: 0 10px;
		max-width: 1240px;
	}
	.footer-main{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-box{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: flex-end;
		margin: 70px 0 0;
		padding: 60px 0 0;
		border-top: 1px solid #A5A5A5;
	}
	.footer-box-txt p + p{
		margin-top: 15px;
	}
	.footer-box-txt p.prm{
		font-size: 12px;
	}
	.footer-box-txt p.cr{
		font-size: 14px;
	}
	.footer-box-nav ul{
		display: flex;
	}
	.footer-box-nav li{
		position: relative;
		line-height: 1;
	}
	.footer-box-nav li + li{
		margin-left: 14px;
		padding-left: 14px;
	}
	.footer-box-nav li + li:before{
		content: "";
		position: absolute;
		top: 6px;
		left: 0;
		display: block;
		width: 1px;
		height: 9px;
		background: #fff;
	}
	.footer-box-nav a{
		position: relative;
		color: #fff;
		font-size: 12px;
	}
	.footer-box-nav a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		display: block;
		width: 0;
		height: 1px;
		background: #fff;
		transition: all 400ms ease;
	}
	.footer-box-nav a:hover:before{
		width: 100%;
	}
	.btn-pt{
		position: fixed;
		right: 20px;
		bottom: 65px;
		width: 60px;
		height: 60px;
		opacity: 0;
		visibility: hidden;
		transition: all 400ms ease;
		z-index: 15000;
	}
	.btn-pt.on{
		opacity: 1;
		visibility: visible;		
	}
	.btn-pt a{
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		border: 2px solid #fff;
		border-radius: 30px;
		background: #151515;
		opacity: 0.5;
		transition: opacity 400ms ease;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 15px;
		height: 20px;
		background: url(../img/arrow_pt.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transition: transform 400ms ease;
	}
	.btn-pt a:hover:after{
		transform: translateY(-5px);
	}
	.btn-pt a:hover{
		opacity: 1;
	}


	/* btn-link
	===============================================================*/

	.btn-link{
		margin: 80px auto 0;
		max-width: 830px;
	}
	.btn-link + .btn-link{
		margin-top: 30px;
	}
	.btn-link a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		border-radius: 37px;
		border: 2px solid #FF5B34;
		background: #fff;
		color: #FF5B34;
		font-weight: 700;
		font-size: 18px;
	}
	.btn-link a:hover{
		color: #fff;
		background: #FF5B34;
		transition: all 400ms ease;
	}
	.btn-link a[target="_blank"]:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 35px;
		bottom: 0;
		display: block;
		width: 17px;
		height: 17px;
		background: url(../img/icon_blank.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.btn-link a[target="_blank"]:hover:after{
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	.btn-link button{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		border-radius: 37px;
		border: 2px solid #FF5B34;
		background: #fff;
		color: #FF5B34;
		font-weight: 700;
		font-size: 14px;
	}
	.btn-link button:disabled{
		opacity: 0.5;
	}
	.btn-link button:not([disabled]):hover{
		color: #fff;
		background: #FF5B34;
		transition: all 400ms ease;
	}

	/* cookie-bnr
	===============================================================*/

	#cookie-bnr{
		position: fixed;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 10px;
		padding: 0 10px;
		max-width: 1320px;
		width: 100%;
		z-index: 100;
		transform: translateY(120%);
	}
	#cookie-bnr .cookie-bnr-inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 50px;
		width: 100%;
		background: rgba(255,255,255,0.95);
		border-radius: 6px;
		border: 1px solid #DBDBDB;
	}
	#cookie-bnr .cookie-bnr-inner p{
		padding: 0 20px 0 0;
		max-width: 870px;
		font-size: 15px;
		line-height: 1.9;
		font-weight: 500;

	}
	#cookie-bnr .cookie-bnr-inner ul{
		display: flex;
	}
	#cookie-bnr .cookie-bnr-inner li + li{
		margin-left: 10px;
	}
	#cookie-bnr .cookie-bnr-inner li a{
		display: block;
		width: 126px;
		height: 52px;
		line-height: 48px;
		text-align: center;
		font-size: 14;
		font-weight: 700;
		border-radius: 26px;
		border: 2px solid #FF5B34;
		transition: opacity 400ms ease;
	}
	#cookie-bnr .cookie-bnr-inner a.cookie-reject{
		color: #FF5B34;
		background: #FDFDFD;
	}
	#cookie-bnr .cookie-bnr-inner a.cookie-agree{
		color: #fff;
		background: #FF5B34;
	}
	#cookie-bnr .cookie-bnr-inner li a:hover{
		opacity: 0.7;
	}


}



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


	body {
		font-size: 14px;
		width: 100%;
	}
	.ignore-sp{
		display: none;
	}
	.wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.lower-detail .wrap{
		padding: 90px 0 0;
	}

	.page-nav ul li{
		width: 148px;
	}
/*	.page-nav ul li + li{
		margin: 0 0 0 5px;
	}*/
	.page-nav ul a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 42px;
	}
	.page-nav ul a:before{
		position: absolute;
		content: "";
		margin: auto;
		left: 0;
		top: 0;
		bottom: 0;
		width: 6px;
		height: 42px;
		background: url(../img/brackets.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.page-nav ul a:after{
		position: absolute;
		content: "";
		margin: auto;
		right: 0;
		top: 0;
		bottom: 0;
		width: 6px;
		height: 42px;
		background: url(../img/brackets.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(180deg);
	}
	.page-nav ul a span{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		font-size: 13px;
		line-height: 1.3;
		color: #FF5B34;
		font-weight: 700;
	}
	.page-nav ul a span:before{
		position: absolute;
		content: "";
		margin: auto;
		left: 0;
		right: 0;
		bottom: -12px;
		width: 24px;
		height: 5px;
		background: url(../img/arrow_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}



	/* under-line
	===============================================================*/

	.entry-body p a{
		position: relative;
		color: #FF5B34;
	  background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}
	.link-underline1{
		position: relative;
		color: #FF5B34;
	  background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}
	.link-underline2{
		position: relative;
		color: #000;
	  background: linear-gradient(#000, #000) 0 90% no-repeat;
	  text-decoration: none;
	  background-size: 100% 1px;
	}

	/* line
	===============================================================*/
	.draw-line .st2{
		fill:none;
		stroke:#fff;
		stroke-width:15;
		stroke-miterlimit:10;
	}

	/* logo-thinknext
	===============================================================*/
	
	.logo-thinknext-box{
		position: relative;
		margin: auto;
		width: 972px;
		height: 166px;
	}
	.logo-thinknext-box .logo-thinknext{
		position: relative;
		z-index: 20;
	}
	.logo-thinknext-box .logo-thinknext-line{
		position: absolute;
		top: 0;
		left: 0;
		width: 972px;
		height: 166px;
		z-index: 10;
	}

	/* kv-logo
	===============================================================*/

	.kv-logo-wrap{
		padding: 0 10px;
		width: 100%;
	}
	.kv-logo{
		position: relative;
		margin: auto;
		width: 1430px;
		z-index: 100;
		height: 344px;
		transform-origin: left top;
	}


	.kv-logo span{
		display: block;
		text-align: center;
		width: 1430px;
	}
	.kv-logo span:nth-child(1){
		z-index: 10;
	}
	.kv-logo span:nth-child(2){
		margin-top: -65px;
		z-index: 20;
	}
	.logo-thinknext-box{
		margin-top: -70px;
	}


	/* header
	===============================================================*/

	#gheader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		z-index: 10100;
	}

	#gheader .header-logo{
		position: absolute;
		top: 13px;
		left: 20px;
	}
	#gheader .header-logo a{
		display: block;
		width: 48px;
		height: 52px;
/*		background: url(../img/symbol_header_bk.svg);
		background-size: 100% 100%;*/
	}
	.btn-nav{
		position: fixed;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
		z-index: 15000;
	}
	.btn-nav a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.btn-nav a span{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 24px;
		height: 14px;
	}
	.btn-nav i{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		display: block;
		height: 1px;
		width: 24px;
		background: #888;
		transition: transform 400ms ease, opacity 400ms ease;
	}
	.btn-nav i:nth-child(1){
		transform: translateY(-7px);
	}
	.btn-nav i:nth-child(3){
		transform: translateY(7px);
	}
	.menu-open .btn-nav i:nth-child(1){
		transform: translateY(0);
		opacity: 0;
	}
	.menu-open .btn-nav i:nth-child(3){
		transform: translateY(0);
		opacity: 0;
	}
	#top #gheader .header-logo a{
		display: block;
		width: 62px;
		height: 66px;
/*		background: url(../img/symbol_header_wh.svg);
		background-size: 100% 100%;*/
	}
	#top.logo-s #gheader .header-logo a{
		display: block;
		width: 48px;
		height: 52px;
	}
	#top .btn-nav i{
		background: #ccc;
	}


	/* gnav
	===============================================================*/
	.logo-nav{
		margin: 0 0 50px;
		width: 82px;
	}
	.logo-nav-scale{
		margin: 120px 0 0;
		width: 240px;
		opacity: 0.3;
	}
	#gnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 304px;
		height: 100%;
		background: rgba(0,0,0);
		overflow: auto;
		transform: translateX(100%);
		transition: transform 400ms ease;
		z-index: 12000;
		border-radius: 20px 0 0 20px;
	}
	.menu-open #gnav{
		transform: translateX(0);
	}
	#gnav .gnav-list{
		position: relative;
	}
	#gnav .gnav-inner{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		min-height: 700px;
		padding: 35px 0 35px;
	}
	#gnav ul{
		margin: 0 0 0 1px;
	}
	#gnav li + li{
		margin-top: 20px;
	}
	#gnav li a{
		font-size: 32px;
		color: #fff;
	}
	#gnav li.active a{
		color: #FF5B34;
	}
	.overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 11000;
		opacity: 0;
		background: rgba(0,0,0,0.85);
		visibility: hidden;
		transition: all 400ms ease;
	}
	.menu-open .overlay{
		opacity: 1;
		visibility: visible;
	}


	/* breadcrumb
	===============================================================*/

	.breadcrumb{
		position: relative;
		margin: auto;
		padding: 0 20px 40px;	
		max-width: 1240px;
		z-index: 20;
	}
	.breadcrumb a{
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
	}
	.breadcrumb a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 12px;
		height: 9px;
		background: url(../img/arrow_s_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.breadcrumb a span{
		font-size: 13px;
		color: #FF5B34;
		background: linear-gradient(#FF5B34, #FF5B34) 0 90% no-repeat;
		text-decoration: none;
		background-size: 100% 1px;
	}


	/* section   
	===============================================================*/

	section{
		position: relative;
	}
	.sec-lead h3{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5;
	}
	.sec-lead h3 br{
		display: none;
	}
	.sec-lead h3 + .sec-lead-txt{
		margin: 20px 0 0;
	}
	.sec-lead p{
		font-weight: 500;
		line-height: 2;
	}
	.sec-lead p br{
		display: none;
	}
	.sec-inner{
		position: relative;
		margin: auto;
		padding: 0 20px;	
		max-width: 1240px;
		z-index: 20;
	}
	.lower .sec-inner{
		position: relative;
		margin: auto;
		padding: 60px 20px 80px;	
	}
	.works-index .sec-inner{
		position: relative;
		margin: auto;
		padding: 0 20px;	
	}

	.lower-detail .sec-inner{
		padding-top: 60px;
	}
	.sec-rad{
		position: relative;
	}
	.sec-gr:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 200%;
		background: #EFEFEF;
		border-radius: 20px 20px 0 0;
		z-index: 10;
		box-shadow: 0 0 6px 0 rgba(102,102,102,0.3);
	}
	.sec-wh:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 200%;
		border-radius: 20px 20px 0 0;
		background: #F8F8F8;
		z-index: 10;
		box-shadow: 0 0 6px 0 rgba(102,102,102,0.1);
	}


	/* sec-col
	===============================================================*/

	.sec-low{
		position: relative;
		margin: 0 auto 60px;
		padding: 0 20px;	
		max-width: 1240px;
		z-index: 20;		
	}
	.sec-col{
		border-radius: 12px;
		background: #F8F8F8;
	}
	.sec-col-gr{
		border-radius: 12px;
		background: #F8F8F8;
	}
	.sec-col-inner{
		margin: auto;
		padding: 40px 20px;
		max-width: 850px;
	}

	.sec-col .sec-col-txt p{
		font-weight: 500;
		line-height: 2;		
	}
	.sec-col .sec-col-txt p + p{
		margin-top: 40px;
	}
	.no-recruit .sec-col .sec-col-inner{
		padding: 80px 10px;
		text-align: center;
	}


	/* contents-header
	===============================================================*/

	.contents-header{
		position: relative;
		padding: 110px 0 75px;
		overflow: hidden;
	}
	.contents-header h1{
		font-size: 65px;
		color: #FF5B34;
	}
	.contents-header-inner{
		position: relative;
		margin: auto;
		padding: 0 20px;
		max-width: 1240px;		
	}
	.contents-header .draw-line-box{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	.contents-header .draw-line{
		position: absolute;
		right: -93px;
		top: -85px;
		width: 320px;
		height: 364px;
		transform: translate(0,0) rotate(17deg);
	}

	.contents-header .draw-line svg{
		width: 320px;
		height: 364px;
	}


	/* sec-header
	===============================================================*/

	.top-sec-header h2{
		font-size: 65px;
		color: #FF5B34;
	}
	.sec-header h2{
		position: relative;
		padding: 0 0 0 20px;
		line-height: 1.4;
		font-size: 24px;
		font-weight: 500;
	}
	.sec-header h2:before{
		content: "";
		position: absolute;
		margin: -2px 0 0;
		top: 0.5em;
		left: 0;
		display: block;
		width: 14px;
		height: 14px;
		background: #FF5B34;
		border-radius: 15px;
	}
	.sec-header-hash h2{
		position: relative;
		padding: 0 0 0 20px;
		font-size: 24px;
		font-weight: 500;
	}
	.sec-header-hash h2:before{
		content: "#";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
	}

	.sec-header + div,
	.sec-header-hash + div{
		margin: 30px 0 0;
	}

	/* low-header
	===============================================================*/

	.low-header{
		position: relative;
		padding: 80px 0 40px;
		overflow: hidden;
	}
	.low-header h1{
		text-align: center;
		font-size: 30px;
		font-weight: 500;
	}
	.low-header-inner{
		margin: auto;
		padding: 0 10px;
		max-width: 1240px;		
	}



	/* footer
	===============================================================*/

	#gfooter{
		position: relative;
		padding: 70px 0 30px;
		color: #fff;
		border-radius: 20px 20px 0 0;
		background: #151515;
		z-index: 50;
	}
	#gfooter #footer-nav li + li{
		margin-top: 20px;
	}
	#gfooter #footer-nav li a{
		color: #fff;
		font-size: 32px;
	}
	.gfooter-inner{
		margin: auto;
		padding: 0 20px;
		max-width: 1240px;
	}
	.footer-logo{
		width: 100px;
		height: 128px;
	}
	.footer-main{
		display: flex;
		justify-content: space-between;
	}
	.footer-box{
		margin: 50px 0 0;
		padding: 50px 0 0;
		border-top: 1px solid #A5A5A5;
	}
	.footer-box-txt{
		padding: 50px 0 0;		
	}
	.footer-box-txt p + p{
		margin-top: 15px;
	}
	.footer-box-txt p.prm{
		font-size: 10px;
		line-height: 1.2;
	}
	.footer-box-txt p.cr{
		line-height: 1.2;
		font-size: 12px;
	}
	.footer-box-nav li{
		position: relative;
		line-height: 1;
	}
	.footer-box-nav li + li{
		margin-top: 8px;
	}
	.footer-box-nav a{
		color: #fff;
		font-size: 12px;
	}
	.btn-pt{
		position: fixed;
		right: 20px;
		bottom: 30px;
		width: 36px;
		height: 36px;
		opacity: 0;
		visibility: hidden;
		transition: all 400ms ease;
		z-index: 15000;
	}
	.btn-pt.on{
		opacity: 1;
		visibility: visible;		
	}
	.btn-pt a{
		position: relative;
		display: block;
		width: 36px;
		height: 36px;
		border: 1px solid #fff;
		border-radius: 30px;
		background: #151515;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 9px;
		height: 12px;
		background: url(../img/arrow_pt.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	/* btn-link
	===============================================================*/

	.btn-link{
		margin: 40px auto 0;
		max-width: 830px;
	}
	.btn-link + .btn-link{
		margin-top: 20px;
	}
	.btn-link a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		border-radius: 37px;
		border: 2px solid #FF5B34;
		background: #fff;
		color: #FF5B34;
		font-weight: 700;
		font-size: 16px;
	}
	.btn-link a[target="_blank"]:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 35px;
		bottom: 0;
		display: block;
		width: 17px;
		height: 17px;
		background: url(../img/icon_blank.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.btn-link button{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		border-radius: 37px;
		border: 2px solid #FF5B34;
		background: #fff;
		color: #FF5B34;
		font-weight: 700;
		font-size: 14px;
	}
	.btn-link button:disabled{
		opacity: 0.5;
	}

	/* cookie-bnr
	===============================================================*/

	#cookie-bnr{
		position: fixed;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 10px;
		padding: 0 40px;
		max-width: 1320px;
		width: 100%;
		z-index: 100;
	}
	#cookie-bnr .cookie-bnr-inner{
		padding: 20px 25px;
		width: 100%;
		background: rgba(255,255,255,0.95);
		border-radius: 6px;
		border: 1px solid #DBDBDB;
	}
	#cookie-bnr .cookie-bnr-inner p{
		line-height: 1.8;
		font-weight: 500;

	}
	#cookie-bnr .cookie-bnr-inner ul{
		display: flex;
		margin: 15px -5px 0;
	}
	#cookie-bnr .cookie-bnr-inner li{
		padding: 0 5px;
		width: 50%;
	}
	#cookie-bnr .cookie-bnr-inner li a{
		display: block;
		width: 100%;
		height: 50px;
		line-height: 46px;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		border-radius: 26px;
		border: 2px solid #FF5B34;
	}
	#cookie-bnr .cookie-bnr-inner a.cookie-reject{
		color: #FF5B34;
		background: #FDFDFD;
	}
	#cookie-bnr .cookie-bnr-inner a.cookie-agree{
		color: #fff;
		background: #FF5B34;
	}



}


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

	#gnav li a {
	    font-size: 28px;
	    color: #fff;
	}
	#gfooter #footer-nav li a{
		color: #fff;
	    font-size: 28px;
	}
	.contents-header h1 {
	    font-size: 50px;
	}
	.footer-box-txt p.cr{
		font-size: 10px;
	}
	.page-nav ul a span{
		font-size: 11px;
	}
	#cookie-bnr {
	  padding: 0 20px;
	}

}




