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

.recruit-body{
	text-align: center;
	margin: auto;
}

.indent{
	color:black;
}

.recruit_footer{
	width: 100%;
	height: 100%;
	float: left;
}

.recruit-table {
	width: 100%;
	color:black;	
}

.recruit-table {
	width: 90%;
	table-layout: fixed;
	margin:auto;
}

.recruit-table tr {
	border-bottom:solid 2px #F98229;
}

.recruit-table td {
	/*word-break: break-all;*/
	overflow-wrap : break-word;
	text-align: left;
	width: 100%;
	padding-top:40px;
	font-weight:800; 
}

.recruit-table th {
	/*word-break: break-all;*/
	text-align: left;
	width: 100%;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
	padding-top:40px;
}

.tab-content .inner{
	color:#000000;
}
	
.recruit-h2{
	font-family: HiraginoSans-W3;
	font-size: 30px;
	color:white;
	letter-spacing: 15px;
	margin-top:100px;
}

.border{
	border:solid 2px #F98229;
	width:50px;
	margin:auto;
	margin-bottom:40px;
	margin-top: 30px;
}

/*title*/

.small-title{
	font-size:0.6em;
}

#recruit-form .recruit-title {
	background-image: url('../recruit/img/top_img.jpg');
	width: 100%;
	background-size: cover;
	background-position:0pt;
}
.recruit-title .bg-mask {
	height: 100%;
	background: rgba(255,255,255,0.5);
	padding-top:8em;
	padding-bottom:8em;
	letter-spacing: 5px;
}

.recruit-h1{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-size:2.5em;
	color:white;
	font-weight: bold;
	letter-spacing: 9px;
}

.recruit-title .bg-mask{
	background: rgba(0,0,0,0.5);
}

/*titleここまで*/

/*メインコピー*/
.maincopy{
	margin-top:60px;
	margin-bottom:70px;
	font-size: 16px;
}

.recruit-img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	/*height: auto;*/
}
.img-container--table-cell {
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin:auto;
		img {
				vertical-align: middle;
			}
}
.img-container--table-cell_under {
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin:auto;
		img {
			vertical-align: middle;
			}
}

.maincopy-p{
	padding-top:50px;
	color:white;
	line-height: 25px;
	letter-spacing: 4px;
}
/*メインコピーここまで*/

/*仕事内容*/

.img{
	margin:auto;
}

.inner {
	padding-top: 14px;
}

.maincopy-2{
	color:white;
	letter-spacing: 3px;
	font-size: 14px;
}


.job-description{
	background-color:#0f0f0f;
	background-color: #0f0f0f;
	background-image: url("https://www.transparenttextures.com/patterns/gun-metal.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	overflow: hidden;
	padding-bottom:160px;
}

.job-description p{
	color:white;
}

.job-description .img{
	height: 400px;
	margin-top: 90px;
	background-image: url(../recruit/img/main.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.parent {
	float: left;
	margin: 0 15px;
	width: 150px;
	height: 150px;
	background-color: lightblue;
}


.child {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
	text-align: center;      /* 横方向に中央揃え */
}


.trapezoid3{
	display: none;
}

.img-box {
	display: none;
}

/*仕事内容ここまで*/


/*募集要項*/

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	background-color: #DEDEDE;
	background-color: #e0e0e0;
	background-image: url("https://www.transparenttextures.com/patterns/squared-metal.png");
    max-width: 900px;	
	margin: 0 auto;	
}

/*タブのスタイル*/
.tab-item {
	width: calc(100%/2);
	height: 50px;
	background-color: #ACACAC;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #0F0F0F;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab-item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.recruit_wrapper input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-content {
	display: none;
	padding: 40px 0px 0;
	clear: both;
	overflow: hidden;	
	background-image: url(../recruit/img/albaite_img2.png);
	background-repeat: no-repeat;
	background-position: left -60px bottom -60px;
	padding-bottom: 50px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab-item {
	background-color: #F98229;
	color: #0F0F0F;
	position:relative;
}
.tabs input:checked + .tab-item:after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F98229;
	display:block;
	width:10px;
	margin-left:50%;
}

.tab-content .right {
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-left: 1em;
	text-indent: -1em;
}

	.tab-content .inner{
		margin:auto;
		font-size: 114%;
		text-align: left;
		border-bottom: solid 3px #F98229;
	}


.left{
	margin-top:4em;
}

.under {
	border-bottom:solid 5px #F98229;
}

.koumoku{
	display: inline-block;
	width: 10em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}


.squareBox {
	width: calc(25vmin - 10px);
	height: calc(25vmin - 10px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #f98229;
	display: inline-block;
	margin:10px;
	position:relative
}

.squareBox .summary{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100px;
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}

.tab-content .summary{
	font-weight: bold;
	color:black;
}

.summary .heading{
	font-size:20px;		
}

.line{
	color:white;
	font-weight: bold;
	display: block;
}


.licence{
	color:white;
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
	background-color: #f98229;
}

.summary .matter{
	font-size: 14px;
}

.annotation{
	font-size:12px;
	line-height: 15px;
	display: block;
	margin-top:-20px;
}

.annotation-1{
	font-size:10px;
	line-height: 12px;
}	

/*募集要項ここまで*/


/*エントリー*/
.entry{
	margin-top:150px;
}

/*ラジオボタンデザイン*/
body#recruit-form input[type=radio] {
	display: none;	
}

.status-label{
	position: relative;	
	padding: 0 0 0 42px;	
}

.status-label:after, .status-label:before {
	position: absolute;	
	content: "";
	display: block;	
	top: 50%;
}

.status-label:after {
	left: 15px;	
	margin-top: -10px;	
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;	
	border-radius: 50%;	
}

.status-label:before {
	left: 18px;
	margin-top: -7px;	
	width: 10px;	
	height: 10px;	
	background: #F98229;
	border-radius: 50%;
	opacity: 0;	
}

input[type=radio]:checked + .status-label:before {
	opacity: 1;
}

.status-label:hover:after {
	border-color: #F98229;	
}
/*ラジオボタンデザインここまで*/


.entry .entry-inner {
	padding: 40px 0px 40px 0px;
	margin: auto;
	max-width: 986px;
	background-color: #dbdbdb;
	background-image: url(../recruit/img/bg_triangle.png);
	background-position: bottom;
	font-size: 13px;
	color:#0d0d0d;
}

.cp-iptxt {
	position: relative;
	width: 100%;
	margin-bottom:20px;
}


.cp-iptxt .entry-inner{
	text-align: left;
}


.cp-iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: white;
	background-color: #787878;
	border: 1px solid  #787878;
	border-radius: 4px;
}

.ef input[type='text']:focus {
	border: 1px solid #F98229;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	background: #fff;/*内側のシャドウはbackgroundの初期化が必要*/
	border-radius:6px;
}

.frmSmpl1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color: #666;
	margin: 2em 0;
}

.frmSmpl1 .form-item {
	margin:0 0 0;
	display:inline-block;
	vertical-align:top;
	text-align: left;
	color: #0d0d0d;
	font-weight: bold;
	letter-spacing: 1px;
}

.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	border: solid 1px #ccc;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	border-radius:6px;
}

.recruit-send-button {
	display       : inline-block;
	font-size     : 17pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 10px 51px;   /* 余白       */
	background    : #f98229;     /* 背景色     */
	color         : white;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #f98229;    /* 枠の指定 */
	margin:auto;
}

.recruit-send-button:hover {
	color         : #f98229;     /* 背景色     */
	background    : white;     /* 文字色     */
	outline:none;
}

.entry{
	background-color: #212121;
	overflow: hidden;
	padding-bottom: 160px;
	background-color: #0f0f0f;
	background-image: url("https://www.transparenttextures.com/patterns/gun-metal.png");
}

/*備考欄デザイン*/
.recruit-remarks{
	border: solid 1px white;
}


.recruit-remarks:focus {
	border: 1px solid orange;
	transition: 0.3s;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

/*備考欄デザインここまで*/

/*エントリーここまで*/


/*wrapperの幅*/
@media screen and (max-width: 2000px) and (min-width: 769px){
.recruit_wrapper{
	width:100%;
	height: 100%;
	margin:auto;
}
	
.tab-content .inner{
	width: 100%;
	height: 100%;
	text-align: left;
}	
	
.tab-content .sp-br{
	display: contents;
}
	
.right .sp-br{
	display: inline-block;
}	
	
	.trapezoid{
		display: none;
	}

	.sp-br{
		display: inline-block;
		padding-left:1em;
		text-indent:-1em;
	}

/*募集要項の未経験大歓迎*/
.balloon2{
	font-family: HiraginoSans-W6;
	font-size: 30px;
	color: #0F0F0F;
	letter-spacing: 10px;
	position: relative;
	display: inline-block;
	padding: 20px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #f98229;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #f98229;
	box-sizing: border-box;
}

.balloon2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}

.balloon2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #f98229;
	z-index: 1;
}

.balloon2 p {
	font-size:20px;
	margin: 0;
	padding: 0;
}	
/*募集要項の未経験大歓迎ここまで*/
	
}


@media screen and (max-width: 768px) and (min-width: 300px){
.sp-br{
	display: inline-block;
	padding-left:1em;
	text-indent:-1em;
}
	
	.maincopy_2 {
		color: white;
		letter-spacing: 3px;
		font-size: 14px;
	}
	
	/*メイン*/
#recruit-body .recruit-title {
	background-image:none;
	width: 100%;
	background-size: cover;
	background-position:0pt;
}
	
.recruit-title .bg-mask {
	height: 100%;
	background: rgba(255,255,255,0);
	padding-top:2em;
	padding-bottom:2em;
	letter-spacing: 5px;
}	
	
.recruit-title{
	margin: auto;
	width: 90%;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	padding:20px 0px;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-size:1.3em;
}

.maincopy{
	margin-bottom:60px;
}
	
.maincopy-p {
	padding-top: 20px;
	color: white;
	line-height: 30px;
	letter-spacing: 3px;
	font-size: 12px;
}
	
.recruit h2 {
    font-family: HiraginoSans-W4;
    font-size: 2em;
    color: white;
    letter-spacing: 15px;
    margin-top: 100px;
}	

	.img-box{
		width: 100%;
		height: 300px;
		transform: skew(-10deg);
		background: red;
		float: right;
    }
	
	
	.img{
		display: none;
	}

.recruit-title{
	font-size:0.8em;
}
	
/*スマホサイズのメイン画像*/	

	
.job-description{
	background-color:#0f0f0f;
	overflow: hidden;
	padding-bottom:160px;
	height: 1100px;
}	
	
	
.my-parts {
	display: block;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-left: -80px;
}
	
.my-parts::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 0em;
	z-index: -1;
	background: #01579B;
	background-image: url(../recruit/img/main_r.jpg);
	transform: scaleY(3) perspective(.5em) rotateX(1deg);
	transform-origin: bottom left;
	/* border-radius: 8px 8px 0 0; */
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	transform: skew(-10deg);
}
	
.my-parts_l {
	display: inline-block;
	position: relative;
	color: #fff;
	width: 100%;
	z-index: 1;
	margin-right: -120px;
}
.my-parts_l::before {
	content: "";
	position: absolute;
	top: 284px;
	right: 0;
	left: -90px;
	z-index: -1;
	background: #01579B;
	background-image: url(../recruit/img/main_l.jpg);
	transform: scaleY(3) perspective(.5em) rotateX(1deg);
	transform-origin: bottom left;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	transform: skew(-10deg);
	background-position: -32px;
}	
	

.img-box {
	display: block;
	overflow: hidden;
	float: right;
	width: 100%;
}
	
.img-box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.left-bottom {
	object-position: 100% 0;
}
.right-bottom {
	object-position: 100% 100%;
}
	
	
	
	.trapezoid{
		display: block;
		margin-top: 0em;
		float: right;
	}
	
	
	
.trapezoid,
.trapezoid >img{
	display: inline-block;
	transform-origin: 0 100%;
	overflow: hidden;
}
.trapezoid.w{
	transform: skew(10deg);
}
.trapezoid.c{
	transform: skew(20deg);
}
.trapezoid >img{
	transform: skew(-25deg);/*歪み修正のため，-2deg*/
}	

.trapezoid2{
	display: block;
	margin-top: 0em;
	width: 120%;
	float: left;
}
	
.trapezoid2,
.trapezoid2 >img{
	display: inline-block;
	transform-origin: 0 100%;
	overflow: hidden;
}
.trapezoid2.w2{
	transform: skew(10deg);
}
.trapezoid2.c2{
	transform: skew(20deg);
}
.trapezoid2 >img{
	transform: skew(-27deg);/*歪み修正のため，-2deg*/
}	

/*メインここまで*/	
	
	
	
.recruit-body  .container{
	background: gray;
	width: 500px;
	height: 500px;
	overflow: visible;
	margin-left: -100px; 
}

	
.img-container--table-cell_under {
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin:auto;
	margin-bottom:30px;
		img {
			vertical-align: middle;
		}
}	
	
	
.trapezoid_l{
	width: 100%;
	margin-left:20px;	
	border-bottom: 20em solid orange;
	border-left: 20px solid transparent;
	height: 0px;
	text-align: center;
}
	
.trapezoid_l img{
	width: 1000px;
	height: auto;
}	
	
	
	.trapezoid_r{
		width: 100%;
		margin-left:-20px;	
		border-bottom: 20em solid orange;
		border-right: 20px solid transparent;
		height: 0px;
		text-align: center;
}
	
.gridContainer {
	display: grid;
	grid-template-columns: repeat(2, minmax(80px, 1fr));
	grid-template-rows: 50px 10px 400px;
	grid-gap: 50px;
}	
	
	.entry .inner{
		background-color: #D1D1D1;
		padding:40px 0px 40px 0px;
		margin:auto;
		width: 100%;
}
	
	
/*募集要項*/
	
.squareBox {
	width: calc(40vmin - 30px);
	height: calc(40vmin - 30px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #f98229;
	display: inline-block;
	margin:8px;
}
	
.squareBox_outside{
	max-width: 500px;
	margin: auto;	
}		
	
.annotation{
	font-size:10px;
	line-height: 16px;
	display: block;
	margin-top:-20px;
}		
		
.left{
	margin-top:0em;
}	
	
.indent p{
	padding-left:1em;
	text-indent:-1em;
}	
	
	
.tab-content {
	display: none;
	padding: 40px 0px 0;
	clear: both;
	overflow: hidden;
	background-image: url(../recruit/img/albaite_img2.png);
	background-repeat: no-repeat;
	background-position: left 0px bottom -90px;
	padding-bottom: 50px;
}	

	
.balloon2 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 20px 4px;
	min-width: 120px;
	max-width: 100%;
	color: #f98229;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #f98229;
	box-sizing: border-box;
	width: 100%;
}

.balloon2 p{
	font-weight: bold;
	font-size: 18px;
	color: #f98229;
	letter-spacing: 10px;
}	
	
	
.balloon2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid white;
	z-index: 2;
}

.balloon2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #f98229;
	z-index: 1;
}	
	
	
.recruit-table {
	width: 100%;
	color:black;	
}

.recruit-table {
	width: 90%;
	table-layout: fixed;
	margin:auto;
}

.recruit-table tr {
	border-bottom:solid 2px #F98229;
}	
	
	
.recruit-table th{
	width: 100%;
	height: 100%;
	text-align: left;
	display: block;
	float: left;
}
	
.recruit-table td{
	width: 100%;
	height: 100%;
	text-align: left;
	display: block;
	padding-top:-20px;
	font-weight:800; 
}
/*募集要項ここまで*/	

	
/*エントリーフォーム*/
	
	
	
	
	
	
.entry .entry-inner {
	padding: 0px 0px 40px 0px;
	margin: auto;
	max-width: 986px;
	background-color: #dbdbdb;
}
	
.entry{
	background-color: #0f0f0f;
	overflow: hidden;
	padding-bottom: 160px;
}
	
.cp-iptxt {
	position: relative;
	width: 100%;
	font-weight: bold;
	padding-left:0px;
	padding-right:0px;
}

.cp-iptxt .inner{
	text-align: left;
}


.cp-iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: white;
	background-color: #787878;
	border: 1px solid  #787878;
	border-radius: 4px;
}

.employment-status	{
	margin-top:50px;
}
	
.ef input[type='text']:focus {
	border: 1px solid #F98229;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}
	
.entry {
	margin-top: 150px;
	padding-left: 0px;
	padding-right: 0px;
}	
	
	
/*エントリーフォームここまで*/
	
}


/*safariのcss*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	
@media screen and (max-width: 2000px) and (min-width: 769px){	
_::-webkit-full-page-media, _:future, :root .squareBox {
	width: calc(27vmin - 100px);
	height: calc(27vmin - 100px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color:#f98229;
	display: inline-block;
	margin:10px;
	position:relative
}
	
_::-webkit-full-page-media, _:future, :root .squareBox .summary{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100px;
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}
	
_::-webkit-full-page-media, _:future, :root .tab-content .summary{
	font-weight: bold;
	color:black;
}
	}
	
	

	
@media screen and (max-width: 768px) and (min-width: 300px){
	
.summary .heading{
	font-size:18px;		
}

.squareBox {
	width: calc(38vmin - 10px);
	height: calc(38vmin - 10px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color:#f98229;
	display: inline-block;
	margin:8px;
}
	
.squareBox_outside{
	max-width: 600px;
	margin: auto;
}		
	
}
	
	
}
/*safariのcssここまで*/









