@charset "UTF-8";


a[target="_blank"] {
	text-decoration: underline;
/*	position: relative;*/
/*	display: inline-block;*/
/*	padding-right: 20px;*/
}
/*a[target="_blank"]::after {
	content: url("../img/linkout.svg");
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}*/

.lang_sp {
	display: none;
	position: fixed;
	top: 54px;
	left: 20px;
	z-index: 9999;
}

.sns_sp {
	display: none;
	position: fixed;
	top: 51px;
	left: 83px;
	z-index: 9999;
}
.sns_sp img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

body {
	font-family: 'Poppins', sans-serif;
	height: 100vh;
	min-width: 1200px;
	position:relative;
}

img.logo {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 120px;
	height: auto;
	z-index: 10;
}

ul.g_menu {
	font-weight: 300;
	height: 360px;
	left: 20px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	z-index: 9999;
}

ul.g_menu a {
	font-size: 1rem;
	text-decoration: none;
}

ul.g_menu li {
	margin: 15px 0;
	font-size: 1rem;
}

ul.g_menu > li:nth-last-of-type(2) {
	font-size: 1.4rem;
	margin-top: 40px;
}

ul.g_menu > li:nth-last-of-type(2) a {
	font-size: 1.4rem;
}

ul.g_menu > li:nth-last-of-type(1) {
	margin-top: 40px;
}

ul.g_menu > li:nth-last-of-type(1) img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

ul.g_menu_child {
	padding-left: 20px;
}

ul.g_menu_child li:last-child {
	margin-top: inherit;
}

ul.g_menu_child li:last-child a {
	margin-top: inherit;
	font-size: 1rem;
}

section.concept_area {
	position: relative;
	width: 100%;
	height: 100vh;
}

.concept_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.concept {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}

.company_name {
	font-family: 'Syncopate', sans-serif;
	font-size: 15rem;
	letter-spacing: 35px;
	line-height: 86px;
	margin-bottom: 60px;
	padding-left: 35px;
	text-align: center;
}

.company_name span {
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 2rem;
	margin-top: 45px;
	padding-right: 35px;
}


.thanks {
	height: 210px;
	left: 50%;
	margin-left: -250px;
	margin-top: -105px;
	position: fixed;
	top: 50%;
	width: 500px;
}

.thanks p {
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
}

.thanks p span {
	display: block;
	font-size: 6rem;
	font-weight: 500;
	margin-bottom: 20px;
}

a.back_btn {
	display: block;
	font-weight: 300;
	margin: 50px auto 0;
	text-decoration: none;
	padding: 20px;
	text-align: center;
	width: 200px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


h1 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 40px;
}

h1 span {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
}

.concept_text {
	font-weight: 300;
	text-align: center;
	font-size: 1.2rem;
	line-height: 32px;
}

h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 60px;
	text-align: center;
}

h2.business_title {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}

h3 {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	line-height: 30px;
}


.business_text {
	margin-top: 50px;
	text-align: center;
	line-height: 1.5;
}
.business_text .ttl {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
}
#business_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 100vh;
	margin: 0 auto;
	padding-bottom: 100px;
/*	overflow: hidden;*/
}
#business_slider {
	width: 100%;
}
#business_slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-style: solid;
	cursor: pointer;
}
#business_slider .prevArrow {
	left: 10%;
	border-width: 20px 20px 20px 0;
}
#business_slider .nextArrow {
	right: 10%;
	border-width: 20px 0 20px 20px;
}
#business_slider .slick-dots li button::before {
	font-size: 10px;
}
#business_slider .slick-dots {
	bottom: -100px;
}


table.outline {
	font-size: 0.9rem;
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto;
}

table.outline th {
	font-size: 1.1rem;
	width: 20%;
	line-height: 25px;
	font-weight: 500;
	padding: 10px 20px;
}

table.outline th span {
	font-size: 1.5rem;
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

table.outline td {
	font-size: 1.1rem;
	line-height: 25px;
	padding: 10px 20px;
}


.news {
	width: 660px;
	margin: 0 auto;
}
.news > ul {
/*	height: 400px;*/
	overflow: auto;
}
.news_content {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.news_content input {
	display: none;
}
.news_content .title {
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.news_content .title span {
	display: inline-block;
	width: 100px;
}
.news_content .content {
	display: none;
	margin-top: 10px;
	transition: all 0.3s ease;
	font-size: 11px;
	line-height: 1.4;
}
.news_content input:checked + .title + .content {
	display: block;
}
.news_content .content ul {
	margin: 10px 0;
}
.news_content .content li {
	position: relative;
	padding: 5px 0 5px 20px;
	font-size: 11px;
}
.news_content .content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 10px;
	margin: auto;
}


.access_map {
	text-align: center;
	margin: 0 auto;
	width: 660px;
	height: 400px;
}

p.map_cap {
	font-size: 1rem;
	font-weight: 100;
	line-height: 25px;
	text-align: center;
}

footer {
	border: 0 none;
	bottom: 30px;
	display: block;
	font-size: 0.8rem;
	font-weight: 300;
	position: absolute;
	text-align: center;
	width: 100%;
}


form {
	margin: 0 auto;
	max-width: 500px;
}

#mail_form_mwwpform input {
	background: #eee none repeat scroll 0 0;
	border: medium none;
	font-size: 0.9rem;
	padding: 3%;
	width: 100%;
}

#mail_form_mwwpform input {
	background: #eee none repeat scroll 0 0;
	border: medium none;
	font-size: 0.9rem;
	padding: 3%;
	width: 100%;
}

textarea {
	background: #eee none repeat scroll 0 0;
	border: medium none;
	font-size: 0.9rem;
	overflow: auto;
	padding: 3%;
	resize: vertical;
	width: 100%;
}

dt {
	font-size: 1rem;
	font-weight: 100;
	padding: 10px 0;
}

#send_button > input {
	background: none;
	border-radius: 100px;
	display: block;
	margin: 20px auto;
	width: 150px;
}

.sp_br {
	display: none;
}


.client_pc {
	display: block;
	font-size: 1.1rem;
	line-height: 25px;
}

.client_sp {
	display: none;
}

.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 99999;
margin-left: -45%;
width: 90%;
color: #000;
overflow-x: hidden;
border-radius: 8px;
background: #fff;
}
.modal-window .modal-inner p {
	font-size: 1.2rem;
	line-height: 28px;
	padding: 8%;
}
.modal-window .modal-close {
display: block;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 70%;
z-index: 20;
color: #000;
background: #fff;
border-radius: 8px;
padding: 10px 20px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

#map {
	height: 350px;
	margin: 50px 0 0;
}


@media screen and (max-width: 650px) {
	.lang_sp {
		display: block;
	}
	.sns_sp {
		display: block;
	}

	body {
		font-family: 'Poppins', sans-serif;
		height: 100vh;
		min-width: 100%;
		position:relative;
	}

	img.logo {
		height: auto;
		position: fixed;
		left: 20px;
		top: 20px;
		width: 120px;
		z-index: 9999;
	}

	ul.g_menu {
		display: none;
	}

	h1 {
		font-size: 2.5rem;
		margin-bottom: 30px;
		line-height: 34px;
		text-align: center;
	}

	h2 {
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 40px;
		text-align: center;
	}

	.concept_text {
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 26px;
		text-align: center;
	}

	.concept {
		height: 380px;
		margin: 0 auto;
		left: inherit;
		top: inherit;
		position: inherit;
		width: 90%;
	}

	.company_name {
		font-size: 5rem;
		line-height: 50px;
		margin-bottom: 40px;
		text-align: center;
	}

	#fp-nav {
		margin-top: 0 !important;
		opacity: 1;
		position: fixed;
		top: 10px;
		transform: translate3d(0px, 0px, 0px);
		z-index: 100;
	}

	#fp-nav.right {
		right: 10px;
	}

	.fp-slides {
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease-out 0s;
		width: 90%;
		z-index: 1;
	}

	.client_pc br {
		display: none;
	}

	h3 br {
		display: none;
	}

	#business_slider .slick-arrow {
		top: auto;
		bottom: -110px;
	}
	#business_slider .prevArrow {
		left: -30px;
	}
	#business_slider .nextArrow {
		right: -30px;
	}

	table.outline {
		font-size: 0.9rem;
		font-weight: 300;
		margin: 0 auto;
		max-width: 90%;
	}

	table.outline th span {
		border-bottom: none;
		display: block;
		font-size: 1.5rem;
		padding-bottom: 6px;
		text-align: center;
		width: 100%;
	}

	table.outline th {
		font-size: 1.1rem;
		width: 25%;
		line-height: 18px;
		font-weight: 500;
		padding: 5px 10px;
	}

	table.outline td {
		font-size: 1.1rem;
		line-height: 18px;
		padding: 5px 10px;
	}


	.news {
		width: 94%;
	}
	.news_content .title {
		line-height: 1.6;
	}


	#map {
		height: 280px;
		margin: 50px 0 0;
	}

	.access_map {
		height: 280px;
		margin: 0 auto 20px;
		text-align: center;
		width: 90%;
	}


	.access_map iframe {
		height: 280px;
	}

	form {
		margin: 0 auto;
		max-width: 90%;
	}
}


@media screen and (max-width: 450px) {
	.concept {
		height: 360px;
		margin: 0 auto;
		left: inherit;
		top: inherit;
		position: inherit;
		width: 90%;
	}

	.company_name {
		font-size: 5.5rem;
		letter-spacing: 22px;
		line-height: 36px;
		margin-bottom: 30px;
		padding-left: 22px;
		text-align: center;
	}

	.company_name span {
		display: block;
		font-family: "Open Sans Condensed",sans-serif;
		font-size: 2rem;
		margin-top: 25px;
		padding-right: 22px;
	}

	h1 {
		font-size: 2.1rem;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
		font-weight: 700;
	}

	h2 {
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 20px;
		text-align: center;
	}

	.form_block {
		display: inline-block;
		vertical-align: top;
		width: 48%;
	}

	#mail_form_mwwpform input {
		background: #eee none repeat scroll 0 0;
		border: medium none;
		font-size: 1.7rem;
		padding: 8%;
		width: 100%;
	}


	textarea {
		background: #eee none repeat scroll 0 0;
		border: medium none;
		font-size: 1.7rem;
		overflow: auto;
		padding: 3%;
		resize: vertical;
		width: 100%;
	}

	#send_button > input {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
		border-radius: 100px;
		display: block;
		font-size: 0.9rem!important;
		padding: 14px 20px;
		margin: 20px auto;
		width: 150px;
	}


	.concept_text {
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 25px;
		text-align: center;
	}

	.sp_br {
		display: block;
	}

	.client_pc {
		display: none;
	}

	.client_sp {
		border-radius: 100px;
		display: block;
		font-size: 1.1rem;
		letter-spacing: 2px;
		padding: 10px;
		text-align: center;
		width: 200px;
	}
}






/* module */
@media (min-width: 651px) {
  .sp { display: none !important; }
}
@media (max-width: 650px) {
  .pc { display: none !important; }
}
.text_center {
	text-align: center;
}


/* ---------- common ---------- */
/* ul.g_menu_sp */
ul.g_menu_sp {
	display: none;
}
@media (max-width: 650px) {
	.gnavi_btn {
		position: fixed;
		z-index: 9999;
		top: 10px;
		right: 10px;
		align-items: center;
		transition: all 0.4s ease;
		margin-left: auto;
		padding: 15px 10px;
	}
	.gnavi_btn.open {
		background: rgba(0, 0, 0, 0);
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all 0.3s ease;
		box-sizing: border-box;
	}
	.menu-trigger {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 34px;
		height: 24px;
	}
	.menu-trigger span {
		position: relative;
		width: 100%;
		height: 2px;
	}
	.gnavi_btn .menu-trigger span:nth-of-type(1) {
		top: 0%;
	}
	.gnavi_btn .menu-trigger span:nth-of-type(3) {
		bottom: 0%;
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
		top: 50%;
		transform-origin: center;
		transform: translateY(-50%) rotate(-45deg);
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
		bottom: 50%;
		transform-origin: center;
		transform: translateY(50%) rotate(45deg);
	}
	/* ul.g_menu_sp */
	ul.g_menu_sp {
		position: fixed;
		z-index: 9999;
		top: 80px;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 210px;
		padding: 10px 0 10px 20px;
		transition: all ease 0.3s;
		opacity: 0;
		pointer-events: none;
	}
	ul.g_menu_sp.active {
		opacity: 1;
		pointer-events: initial;
	}
	ul.g_menu_sp li {
	}
	ul.g_menu_sp li:nth-last-of-type(1),
	ul.g_menu_sp li:nth-last-of-type(2) {
		display: none;
	}
	ul.g_menu_sp li a {
		display: block;
		padding: 10px 0;
		color: inherit;
	}
}
/* .btn */
.btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 100px;
	color: inherit;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 2px;
	transition: all ease 0.3s;
}
.btn:hover {
	opacity: 0.5;
}



/* ---------- front-page / page-index_en ---------- */
/* variables */
#front-page,
#page-index_en {
	--col_num: 4;
}
@media screen and (max-width: 650px) {
	#front-page,
	#page-index_en {
		--col_num: 2;
	}
}
.pp-scrollable {
	padding-top: 100px;
	padding-bottom: 100px;
}
#pp-nav.right {
	right: 7px;
}


/* section1 */
#section1 {
	padding-top: 0;
	padding-bottom: 0;
}


/* section2 */
#section2 #archive-work {
	max-width: 930px;
	padding: 0 10px;
	margin: 0 auto;
}
#section2 .btn_area {
	text-align: center;
}
@media screen and (max-width: 650px) {
	#section2 #archive-work {
		padding: 0 40px;
	}
}


/* section3 */
@media screen and (max-width: 650px) {
	#section3 .news {
		width: 100%;
		padding: 0 40px;
	}
	#section3 .news_content .title {
		font-size: 14px;
	}
}


/* section6 */
#section6 {
}
#section6 .daikanyama {
	width: 70%;
	margin: 0 auto;
	line-height: 2;
}
#section6 a {
	line-height: 1.6;
}


/* section7 */
#section7 {
}
#section7 a {
	width: 200px;
	line-height: 1.6;
}