@charset "utf-8";
/* CSS Document */


/*　h2
─────────────────────────────────────────*/
h2 {
	font-weight: normal;
}

/*　main
─────────────────────────────────────────*/
#main {
	position: relative;
}
#main h1 {
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
}

/*　video
─────────────────────────────────────────*/
/*#bg-video {
	height: 100vh;
}*/

/*　about
─────────────────────────────────────────*/
#about h2 {
	font-size: 200%;
}
#about .txt {
	background-image:  url(../img/about/txtbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	/*background-color: #fff;*/
	line-height: 2;
}
#about .bg {
	background-image: url(../img/about/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 2s ease-in-out 0s;
}
#about .bg span {
	display: inline-block;
	left: -30px;
	padding: 20px;
	position: relative;
	top: 36px;
	transform: rotateZ( 90deg );
}

/*　txtbg
─────────────────────────────────────────*/
.txtbg {
	background-image: url(../img/bg/bg.png);
	background-repeat: repeat-y;
}

/*　works
─────────────────────────────────────────*/
#works h2 {
	color: #9cc813;
	font-size: 200%;
	margin: 40px 0 60px 20px;
}
#works figure {
	background-color: #fff;
	margin: 0 20px 40px;
}
#works img {
	display: block;
	width: 100%;
}
#works h3 {
	font-size: 120%;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 40px;
}
#works li {
	opacity: 0;
	transition: all 2s ease-in-out 0s;
}
#works li.animated {
	opacity: 1;
}
#works li a,
#works li span {
	display: block;
	margin-bottom: 10px;
}
#works li a {
	background-image: url(../img/icon/link.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-left: 18px;
}
#works li span {
	color: #9E9E9E;
}
a[target="_blank"]{
	color: #1E88E5;
}
#works li:last-child h3 {
	padding-bottom: 1em;
}
#works p {
	line-height: 1.6;
}

/*　company
─────────────────────────────────────────*/
#company h2 {
	color: #9cc813;
	font-size: 200%;
	margin: 40px 0 60px 20px;
}
#company dl {
	color: #fff;
	display: table;
	line-height: 2;
	margin: 0 20px 20px;
}
#company dt {
	width: 120px;
}
#company dt,
#company dd {
	display: table-cell;
	vertical-align: top;
}
#company dd span {
	color: #888;
	display: inline-block;
	font-size: 70%;
}
#company dd ul {
	letter-spacing: -0.4em;
}
#company dd li {
	letter-spacing: normal;
	/*background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;*/
}
#company .download a {
	background-color: #111;
	color: #fff;
	display: block;
	padding: 2px 12px;
}
#company .download span {
	margin-left: 5px;
}

/*　recruit
─────────────────────────────────────────*/
#recruit {
	display: none;
}
#recruit h2 {
	color: #9cc813;
	font-size: 200%;
	margin: 40px 0 60px 20px;
}
#recruit dl {
	color: #fff;
	display: table;
	line-height: 2;
	margin: 0 20px 20px;
}
#recruit dt {
	width: 120px;
}
#recruit dt,
#recruit dd {
	display: table-cell;
	vertical-align: top;
}
#recruit dd span {
	color: #888;
	display: inline-block;
	font-size: 70%;
}
#recruit-btn {
	display: none; /* 一時的 */
	text-align: center;
}
#recruit-btn span {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.26em;
	margin-top: 100px;
	padding: 20px 30px;
	text-align: center;
	transition: all .5s ease-in-out 0s;
}
#recruit-btn span:hover {
	border: 1px solid #9cc813;
}

/*　entry_form
─────────────────────────────────────────*/
#entry_form {
	color: #fff;
	/*position: relative;
	z-index: 10;*/
}
#entry_form h3::before {
	content: "▶";
	color: #9cc813;
	font-size: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
#entry_form h3 {
	border-bottom: 1px solid #272727;
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	padding-bottom: 20px;
}
#entry_form p {
	line-height: 2;
	margin-bottom: 20px;
}
#entry_form .bg {
	background-image: url(../img/bg/entry_form.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#entry_form .bg span {
	display: inline-block;
	padding: 20px;
}
.form-group {
	position: relative;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #323232;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.spacing {
	letter-spacing: -0.4em;
}
.inline {
	display: inline-block;
	letter-spacing: normal;
}
label {
	display: inline-block;
	font-weight: bold;
	margin: 20px 0 10px;
}
#choice label {
	margin-right: 20px;
}
label.required::before,
label.any::before {
	color: #000;
	font-size: 12px;
	margin-right: 8px;
	padding: 1px 8px;
	vertical-align: bottom;
}
label.required::before {
	background-color: #9cc813;
	content: "必須";
}
label.any::before {
	background-color: #ddd;
	content: "任意";
}
input, button, select, textarea {font-family:inherit;}
#entry_form textarea {
	min-height: 150px;
	overflow: auto;
	padding: 10px;
}
.application_btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.26em;
	margin: 80px auto 0;
	padding: 20px 30px;
	position: relative;
	text-decoration: none;
	transition: all .5s ease-in-out 0s;
	width: 260px;

}
.application_btn:hover {
	border: 1px solid #9cc813;
}
#entry_form .mb {
	margin-bottom: 20px;
}
#alert {
	bottom: -40px;
	color: #fff;
	font-weight: bold;
	left: 0;
	position: absolute;
	visibility: hidden;
}

/*　access
─────────────────────────────────────────*/
#access h2 {
	color: #9cc813;
	font-size: 200%;
	margin: 40px 0 60px 20px;
}
address{
	font-style: normal;
}
#access dl {
	color: #fff;
	line-height: 2;
	margin: 0 20px;
}

/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1367px) {
	#main {
		background-image: url(../img/main/main.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
		position: relative;
	}
	.mainbg {
		display: none;
	}
	#main .ttl {
		background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		bottom: 0;
		padding: 60px 80px 20px;
		position: absolute;
		width: 100%;
	}
	#main h1 {
		font-size: 160%;
		letter-spacing: 0.05em;
	}
	#main p {
		color: #505050;
		letter-spacing: 0.2em;
		margin-top: 10px;
	}
	#about .reverse {
		display: flex;
	}
	#about .txt {
		padding: 100px;
		width: 64%;
	}
	#about h2 {
		margin-bottom: 100px;
	}
	#about .bg {
		background-position: top center;
		width: 36%;
	}
	#about.animated .bg {
		background-position: top -50px center;
	}
	.txtbg {
		background-position: center;
		background-size: 100%;
	}
	#works {
		max-width: 1280px;
		margin: 0 auto;
		padding: 100px 0 0;
	}
	#works ul {
		display: flex;
		flex-wrap : wrap;
	}
	#works li {
		width: calc(100% / 4);
	}
	#works figcaption {
		height: 300px;
		padding: 40px 40px 60px;
	}
	#company .inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 100px 0 60px;
	}
	#company .overview {
		display: flex;
	}
	#company .left {
		width: 40%;
	}
	#company .right {
		width: 60%;
	}
	#company dd li {
		padding: 5px 10px;
	}
	#recruit-btn span {
		width: 30%;
	}
	#recruit .inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#recruit .overview {
		display: flex;
	}
	#recruit .overview .left,
	#recruit .overview .right {
		width: 50%;
	}
	#entry_form {
		display: flex;
		margin: 100px 20px;
	}
	#entry_form .left .wrap {
		height: 100%;
		margin-right: 60px;
	}
	#entry_form .bg {
		background-position: top center;
		height: 90%;
	}
	#entry_form .left,
	#entry_form .right {
		width: 50%;
	}
	#entry_form h3 {
		margin: 20px 0;
	}
	.form-control {
		width: 100%;
	}
	label.required::before,
	label.any::before {
		line-height: 1.2;
	}
	/*#entry_form textarea {
		max-width: 800px;
		min-width: 800px;
	}*/
	#access .inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 100px 0 100px;
	}
	#access iframe {
		height: 500px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  laptop｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1280px) and (max-width: 1366px) {
	#main {
		background-image: url(../img/main/main.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
		position: relative;
	}
	.mainbg {
		display: none;
	}
	#main .ttl {
		background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		bottom: 0;
		padding: 60px 60px 20px;
		position: absolute;
		width: 100%;
	}
	#main h1 {
		font-size: 160%;
		letter-spacing: 0.05em;
	}
	#main p {
		color: #505050;
		letter-spacing: 0.2em;
		margin-top: 10px;
	}
	#about .reverse {
		display: flex;
	}
	#about .txt {
		padding: 100px 60px;
		width: 64%;
	}
	#about h2 {
		margin-bottom: 100px;
	}
	#about .bg {
		background-position: top left;
		width: 36%;
	}
	#about.animated .bg {
		background-position: top center;
	}
	.txtbg {
		background-position: center;
		background-size: 100%;
	}
	#works {
		max-width: 1000px;
		margin: 0 auto;
		padding: 100px 0 0;
	}
	#works ul {
		display: flex;
		flex-wrap : wrap;
	}
	#works li {
		width: calc(100% / 3);
	}
	#works figcaption {
		height: 300px;
		padding: 40px 40px 60px;
	}
	#company .inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#company .overview {
		display: flex;
	}
	#company .left {
		width: 40%;
	}
	#company .right {
		width: 60%;
	}
	#company dd li {
		padding: 5px 10px;
	}
	#recruit-btn span {
		width: 30%;
	}
	#recruit .inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#recruit .overview {
		display: flex;
	}
	#recruit .overview .left,
	#recruit .overview .right {
		width: 50%;
	}
	#entry_form {
		display: flex;
		margin: 40px 20px 100px;
	}
	#entry_form .left .wrap {
		height: 100%;
		margin-right: 60px;
	}
	#entry_form .bg {
		background-position: top center;
		height: 90%;
	}
	#entry_form .left,
	#entry_form .right {
		width: 50%;
	}
	#entry_form h3 {
		margin: 20px 0;
	}
	.form-control {
		width: 100%;
	}
	label.required::before,
	label.any::before {
		line-height: 1.2;
	}
	/*#entry_form textarea {
		max-width: 800px;
		min-width: 800px;
	}*/
	#access .inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#access iframe {
		height: 500px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 835px) and (max-width: 1279px) {
	#main {
		background-image: url(../img/main/main.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		height: 50vh;
		min-height: 500px;
	}
	#main .ttl {
		background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%) no-repeat 50% 50% / 100% 100%;
		bottom: 0;
		padding: 60px 60px 20px;
		position: absolute;
		width: 100%;
	}
	#main h1 {
		font-size: 160%;
		letter-spacing: 0.05em;
	}
	#main p {
		color: #505050;
		letter-spacing: 0.2em;
		margin-top: 10px;
	}
	#about .reverse {
		display: flex;
		/*flex-direction: column-reverse;*/
	}
	#about .txt {
		padding: 100px 60px;
		width: 50%;
	}
	#about h2 {
		margin-bottom: 100px;
	}
	#about .bg {
		background-position: top -50px center;
		/*height: 40vh;*/
		width: 50%;
	}
	#about.animated .bg {
		background-position: top center;
	}
	#about .txt .inner {
		/*max-width: 680px;
		margin: 0 auto;
		padding: 0 20px;*/
	}
	.txtbg {
		background-position: center;
		background-size: 100%;
	}
	#works {
		max-width: 780px;
		margin: 0 auto;
		padding: 100px 0 0;
	}
	#works ul {
		display: flex;
		flex-wrap : wrap;
	}
	#works li {
		width: calc(100% / 2);
	}
	#works figcaption {
		height: 300px;
		padding: 40px 40px 60px;
	}
	#company .inner {
		max-width: 780px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#company .overview {
		display: flex;
	}
	#company .left {
		width: 40%;
	}
	#company .right {
		width: 60%;
	}
	#company dd li {
		padding: 5px 10px;
	}
	#recruit-btn span {
		width: 50%;
	}
	#recruit .inner {
		max-width: 780px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#recruit .overview {
		display: flex;
	}
	#recruit .overview .left,
	#recruit .overview .right {
		width: 50%;
	}
	#entry_form {
		padding: 100px 0;
	}
	#entry_form .left .wrap {
		height: 100%;
	}
	#entry_form .bg {
		background-position: center;
		height: 480px;
		margin-bottom: 40px;
	}
	#entry_form h3 {
		margin: 20px 0;
	}
	.form-control {
		width: 100%;
	}
	label.required::before,
	label.any::before {
		line-height: 1.2;
	}
	#access .inner {
		max-width: 780px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#access iframe {
		height: 500px;
	}
	#contact {
		max-width: 780px;
		margin: 0 auto;
		padding: 100px 0;
	}
}
@media screen and (min-width: 569px) and (max-width: 834px) {
	.mainbg {
		background-image: url(../img/main/main.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 80px;
		position: relative;
		height: 50vh;
		min-height: 500px;
	}
	#main .ttl {
		max-width: 640px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#main h1 {
		font-size: 160%;
		letter-spacing: 0.05em;
	}
	#main p {
		color: #505050;
		letter-spacing: 0.2em;
		margin-top: 10px;
	}
	#about .reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#about .txt {
		margin: -100px auto 0;
		padding: 100px 60px;
		position: relative;
		width: 80%;
	}
	#about h2 {
		margin-bottom: 100px;
	}
	#about .bg {
		background-position: top -200px center;
		height: 50vh;
		min-height: 400px;
		width: 100%;
	}
	#about.animated .bg {
		background-position: top center;
	}
	#about .txt .inner {
		max-width: 680px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.txtbg {
		background-position: top right;
		background-size: 180%;
	}
	#works {
		max-width: 680px;
		margin: 0 auto;
		padding: 100px 0 0;
	}
	#works ul {
		display: flex;
		flex-wrap : wrap;
	}
	#works li {
		width: calc(100% / 2);
	}
	#works figcaption {
		height: 300px;
		padding: 40px 40px 60px;
	}
	#company .inner {
		max-width: 680px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#company .overview {
		display: flex;
	}
	#company .left {
		width: 40%;
	}
	#company .right {
		width: 60%;
	}
	#company dd li {
		padding: 5px 10px;
	}
	#recruit-btn span {
		width: 50%;
	}
	#recruit .inner {
		max-width: 680px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#recruit .overview {
		display: flex;
	}
	#recruit .overview .left,
	#recruit .overview .right {
		width: 50%;
	}
	#entry_form {
		padding: 100px 0;
	}
	#entry_form .left .wrap {
		height: 100%;
	}
	#entry_form .bg {
		background-position: center;
		height: 480px;
		margin-bottom: 40px;
	}
	#entry_form h3 {
		margin: 20px 0;
	}
	.form-control {
		width: 100%;
	}
	label.required::before,
	label.any::before {
		line-height: 1.2;
	}
	#access .inner {
		max-width: 680px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#access iframe {
		height: 500px;
	}
	#contact {
		max-width: 680px;
		margin: 0 auto;
		padding: 100px 0;
	}
}
/*──────────────────────────────────────────────────────────────────────

  smartphone｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 568px) {
	.mainbg {
		background-image: url(../img/main/main.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 80px;
		position: relative;
		height: 60vh;
	}
	#main .ttl {
		padding: 20px;
		text-align: center;
	}
	#main h1 {
		font-size: 100%;
	}
	#main p {
		color: #505050;
		letter-spacing: 0.2em;
		margin-top: 10px;
	}
	#about .reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#about .txt {
		margin: -80px auto 0;
		padding: 40px 10px;
		position: relative;
		width: 80%;
	}
	#about h2 {
		margin-bottom: 30px;
	}
	#about .bg {
		background-position: top -200px center;
		height: 50vh;
		width: 100%;
	}
	#about.animated .bg {
		background-position: top center;
	}
	#about .txt .inner {
		padding: 0 20px;
	}
	.txtbg {
		background-position: top right;
		background-size: 260%;
	}
	#works {
		padding: 60px 0 0;
	}
	#works li {
		width: 100%;
	}
	#works figcaption {
		padding: 40px 40px 60px;
	}
	#company .inner {
		padding: 60px 0;
	}
	#company dd li {
		font-size: 90%;
		padding: 2px 6px;
	}
	#recruit .inner {
		padding: 60px 0;
	}
	/* androidなどiPhone以外の機種で表示確認 */
	input[type="button"],
	input[type="text"],
	input[type="number"],
	input[type="tel"],
	input[type="date"],
	input[type="email"],
	input[type="checkbox"],
	input[type="submit"],
	input[type="image"],
	textarea{
		-webkit-appearance: none;
		border-radius: 0;
	}
	#entry_form {
		padding: 60px 20px 40px;
	}
	#entry_form .bg {
		background-position: center;
		height: 380px;
		margin-bottom: 40px;
	}
	#entry_form h3 {
		margin-bottom: 20px;
	}
	.form-control {
		width: 100%;
	}
	label {
		line-height: 2;
	}
	label.required::before,
	label.any::before {
		line-height: 2.2;
	}
	input, button, select, textarea {
		font-family:inherit;
		font-size:inherit;
		line-height:inherit;
	}
	#entry_form textarea {
		min-width:100%;
	}
	#access .inner {
		padding: 60px 0;
	}
	#access iframe {
		height: 400px;
	}
	#contact {
		padding: 60px 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 359px) {
	#works figcaption {
		padding: 40px 20px 40px;
	}
	.application_btn {
		width: 90%;
	}
	.btn {
		margin: 60px 0;
	}
}