body{
	//display:none;
	padding: 0;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

header{
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	padding:1% 0 0.5% 1%;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
}

table {
	border-collapse: collapse ;
}

#logo img{
	width:14vw;
	max-width:121px;
	min-width:80px;
	height:auto;
}

ul{
	list-style: none;
}

p{
	margin-bottom: 0;
}

a{
	color:inherit;
	text-decoration: none;
}

a:visited{
	color: inherit;
}

.initial{
	margin: initial;
	font-size: initial;
	font-weight: initial;
}

ul.nav{
	display:inline-block;
	white-space: nowrap;
	overflow:hidden;
}

ul.nav li, ul.footer li{
	cursor: pointer;
	font-size:min(2vw, 1em);
	transition: .4s all;
	border-radius:5px;
	padding:3px;
}

ul.footer li span{
	transition: .4s all;
	border-radius:5px;
	padding:3px;
}

ul.nav li:hover,ul.footer li span:hover{
	background :#ddd;
}

ul.nav li{
	display:inline-block;
	margin-right:20px;
	font-weight:bold;
	color:#fff;
}

ul.footer{
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	height:60px;
	white-space: nowrap;
	overflow:hidden;
	margin-top:30px;
}

.footer li{
	margin-right:20px;
	font-weight:bold;
	color:#f0f0f0;
}

.footer li:after{
	content:"|";
	margin:0 20px 0;
}

.footer li:last-child::after{
	content:none;
}

#wrap{
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}

.header_box{
	position:relative;
	width:100%;
	min-height:200px;
	overflow: hidden;
	margin:0 auto;
}

.header_box:before{
	content:"";
	display: block;
	padding-top: 47%;
	opacity:0.3;
	background:no-repeat center center;
	background-image:url("image/TURKS_logo2.png");
	background-size:30% auto;
}

.header_box2{
	position:relative;
	width:60%;
	min-width:300px;
	min-height:150px;
	overflow: hidden;
	margin:20px auto -100px;
}

.header_box2:before{
	content:"";
	display: block;
	padding-top: 47%;
	animation-name: fade;
	animation-duration:3s;
	animation-fill-mode:forwards;
	background:no-repeat center center;
	background-image:url("image/TURKS_logo2.png");
	background-size:30% auto;
}

#inquiry_1{
	opacity: 0;
	animation-name: fade;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes fade{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}


.header_inner{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.header_inner img {
	display:block;
	opacity:0;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
}

.header_text{
	position: absolute;
	top:25%;
	left:100%;
	text-align:center;
	width:33%;
	height:50%;
	white-space: nowrap;
	overflow:visible;
}

.header_text span{
	display:block;
	opacity:0;
	font-weight:bold;
	font-size:min(2vw, 1.75em);
	line-height: 2;
}

.header_text_left{
	position: absolute;
	top:25%;
	left:10%;
	text-align:center;
	width:33%;
	white-space: nowrap;
	overflow:visible;
	background-color:rgba(255,255,255,0.5);
	height:auto;
	border-radius:10px;
	padding-bottom:20px;
}

.header_text_left img{
	position:relative;
	display:block;
	opacity:1;
	width:80%;
	height:auto;
	left:50%;
	transform: translate(-50%, -0%);
	object-fit: cover;
}

.header_text_left span{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	font-size:min(2vw, 1em);
	line-height: 2;
	margin:0 auto;
	background:linear-gradient(transparent 60%, #ff6 60%);
	color:#000;
}

.slide_button{
	position: absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%, -50%);
	display:inline-block;
}

.slide_button li{
	display:inline-block;
}

.slide_button li:hover{
	cursor: pointer;
}

.slide_button{
	white-space: nowrap;
}

.radius{
	margin:5px 2px 5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background-color: #c0c0c0;
	border-radius: 50%;
	text-align: center;
}

.radius:hover{
	background-color: #000;
}

.header_text4{
	margin-top:20px;
	display: inline-block;
	boder:solid 1px #000;
	border-radius:5px;
	width:auto;
	height:auto;
	cursor: pointer;
	background: rgb(232,91,0);
	background: linear-gradient(320deg, rgba(232,91,0,1) 0%, rgba(247,151,0,1) 35%, rgba(223,247,0,1) 100%);
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:clamp(0.75em, 2vw, 1.25em);
	text-align: center;
	opacity:0;
}

.header_text4:visited{
	color:#fff;
}

.header_text4 span{
	display:initial;
	display:block;
	opacity:initial;
	font-size:initial;
}

.header_text4 span:nth-child(1){
	font-size:min(2vw, 0.75em);
}

.header_text4 span:nth-child(2){
	font-size:min(2vw, 1.25em);
}

@media screen and (max-width:1024px){
	.recruit{
		transform: translateX(-10%);
	}
}

@media screen and (max-width:867px){
	.recruit{
		transform: translateX(-20%);
	}
}

@media screen and (max-width:680px){
	.recruit{
		transform: translateX(-25%);
		padding:2px;
	}
}

@media screen and (max-width:580px){
	.header_text{
		display:flex;
		flex-direction: column;
		align-items: flex-start;
		align-items: center;
	}
	.resp_img_box{
		min-height:270px;
	}
	.recruit{
		transform:initial;
		display:block;
		margin:initial;
		margin:5px 0 5px;
	}
}

.header_text5{
	background: rgb(2,0,36);
	background: linear-gradient(327deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.philosophy{
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	display:block;
	margin:0 auto;
	text-align:center;
	width:80%;
	max-width:1080px;
	height:auto;
	margin-top:50px;
	white-space: nowrap;
	font-size:min(2vw,1em);
	position:relative;
	opacity:1;
}

.philosophy span{
	display:block;
}

.philosophy span:nth-child(1){
	font-size:2em;
	font-weight:bold;
	margin-bottom:30px;
}

.philosophy span:nth-child(2){
	display:inline-block;
	padding-top:20px;
	border-top:solid 1px;
	width:200px;
}

.philosophy_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-200px;
	z-index:-2;
	opacity:0.1;
	width:100%;
	height: auto;
	object-fit: cover;
	overflow:hidden;
}

.about_us{
	position:absolute;
	bottom:10%;
	right:10%;
	font-weight:bold;
}

.about_us:hover{
	background-color:#000;
	color:#fff
}

.container{
	margin:0 auto;
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.content{
	margin:20px;
	text-align:center;
	margin-top:30px;
	border:solid 3px;
	width:250px;
	height:450px;
	box-sizing:boer-box;
	border-radius:10px;
	overflow:hidden;
}

.content_image{
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:200px;
	overflow:hidden;
	z-index:-3;
}

.content h1{
	font-size:0.9em;
	font-weight:bold;
	height:50px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.content h2{
	font-size:0.9em;
	width:60%;
	height:30px;
	margin:0 auto;
	color:#fff;
	white-space: nowrap;
	background: rgb(232,91,0);
	background: linear-gradient(320deg, rgba(232,91,0,1) 0%, rgba(247,151,0,1) 35%, rgba(223,247,0,1) 100%);
	font-weight:bold;
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.content h2:after{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transform: translate(5px, 5px);
	content:'';
	background-color:gray;
	z-index:-2;
}

.catch_copy{
	font-size:0.85em;
	padding:0 15px 0;
	margin:20px 0px 10px;
	height:80px;
}

.content_detail{
	font-weight:bold;
	margin:20px 0px 20px;
}

.main_content_box{
	display:block;
	margin:0 auto;
	margin-top:50px;
	width:100%;
	object-fit:cover;
	overflow:hidden;
}

.main_content{
	text-align:center;
}

.main_content img{
	display:inline-block;
	background: rgba(255,255,255,0.5);
	width:300px;
	height:auto;
}

.bold_title{
	font-weight:bold;
	font-size:clamp(1.5em, 3vw, 3em);
}

.main_content_initial{
	margin:20px  auto 20px;
	text-align:initial;
	border:solid 1px;
	width:80%;
	font-weight:bold;
	font-size:clamp(0.8em, 2vw, 2em);
	border-radius:10px;
	padding:20px;
}

.main_content_initial span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.bold_sub_title span{
	font-weight:bold;
	font-size:clamp(0.6em, 3vw, 3em);
}

.block{
	display:block;
	color:#ff0000;
}

.main_button{
	margin:10px 0 10px;
	display: inline-block;
	boder:solid 1px #000;
	border-radius:5px;
	width:auto;
	height:auto;
	cursor: pointer;
	background: rgb(232,91,0);
	background: linear-gradient(320deg, rgba(232,91,0,1) 0%, rgba(247,151,0,1) 35%, rgba(223,247,0,1) 100%);
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:min(2vw, 1.25em);
	text-align: center;
}

.main_button span{
	display:initial;
	display:block;
	font-size:initial;
}

.main_button span:nth-child(1){
	font-size:clamp(1.25em, 3vw, 2em);
}

.main_button span:nth-child(2){
	font-size:clamp(1.5em, 3vw, 3em);
}

.main_button2{
	background: rgb(2,0,36);
	background: linear-gradient(327deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.triangle{
	margin:0 auto;
	width:0;
	height:0;
	border-top: 40px solid #87cefa;
	border-right: 200px solid transparent;
	border-left: 200px solid transparent;
}

@media screen and (max-width:580px){
	.triangle{
		border-top: 30px solid #87cefa;
		border-right: 150px solid transparent;
		border-left: 150px solid transparent;
	}
}

.content_index{
	margin:20px 0 20px 30px;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
	text-align:left;
	font-size:clamp(1.25em, 3vw , 2.5em);
}

.content_box{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.reverse{
	flex-direction:row-reverse;
}

.content_box img{
	width:40%;
	min-width: 300px;
	max-height:480px;
	margin:0 20px 0;
	object-fit:cover;
}

.content_box p{
	width:50%;
	text-align:left;
	line-height: 3;
	font-size:clamp(0.75em, 2vw, 1.5em);
}

.content_box2 img{
	width:50%;
	height:auto;
	margin:0 20px 0;
}

.content_box2 p{
	margin:0 auto;
	width:80%;
	text-align:left;
	line-height: 3;
}

@media screen and (max-width:772px){
	.content_box img{
		width:100%;
	}
	.content_box p{
		width:90%;
	}
	.content_box2 img{
		width:80%;
	}
	.content_box2 p{
		width:90%;
	}
}

#content_title{
	text-align:center;
	font-size:min(4vw, 1.75em);
	font-weight:bold;
	margin:20px auto 20px;
}

#content_title2{
	text-align:center;
	font-size:min(4vw, 2.25em);
	font-weight:bold;
	color:#ff0000;
	margin:20px auto 20px;
	white-space: nowrap;
}

#content_title span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

#content_flow{
	width:80%;
}

.aboutus_wrap{
	display:block;
	margin:0 auto;
	margin-top:50px;
	width:80%;
	padding:10px;
}

.aboutus_wrap p{
	font-size:clamp(0.75em, 2vw, 1.5em);
	line-height: 5;
}

.signature{
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	text-align:right;
	font-weight:bold;
	font-size:clamp(0.75em, 3vw, 3em);
	margin:50px 0 50px;
	opacity:0;
}

.midashi {
	margin:50px auto 50px;
  padding: 0.4em 0.5em;
  color: #494949;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
	font-size:clamp(1em, 2vw, 5em);
	font-weight:bold;
	opacity:0;
}

.text_p{
	opacity: 0;
}

.company_wrap{
	display:block;
	margin:0 auto;
	margin-top:50px;
	width:95%;
	max-width: 1280px;
	padding:10px;
}

.company_wrap h1{
	text-align:center;
	font-weight:bold;
	font-size:clamp(0.75em, 3vw, 3em);
}

.hyou{
	margin:0 auto;
	font-size:clamp(0.75em, 2vw, 2em);
}

.hyou td{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	line-height: 3;
	padding-left:5%;
}

.hyou tr td:nth-child(2n+1){
	width:30%;
	min-width: 50px;
	background-color: #f5f5f5
}

.form_parts{
	display:flex;
	align-items: stretch;
	padding:0;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
	max-width:1280px;
	font-size:clamp(0.75em, 2vw, 2em);
	margin:0 auto;
}

.form_parts li{
	border-bottom: solid 1px #000;
	line-height: 3;
	position: relative;
}

.error_message{
	opacity: 0;
	line-height: initial;
	font-size:0.5em;
	color: #ff0000;
	font-weight:bold;
	padding: 8px;
	border-radius: 5px;
	z-index: 3;
	background-color:#ffc0cb;
	position: absolute;
	top:-23px;
	left:50%;
	border: solid 1px #fff;
}

.error_message:before{
	content: "";
	z-index: -1;
	position:absolute;
	bottom:-50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin:0 auto;
	width:0;
	height:0;
	border-top: 15px solid #ffc0cb;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.form_parts_textarea + .error_message{
	top:-15%;
}

.form_parts li:nth-child(2n+1){
	width:40%;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
}

.form_parts li:nth-child(2n){
	width:60%;
}

@media screen and (max-width:400px){
	.form_parts li:nth-child(2n+1)
}

.required{
	margin-left: 10px;
	font-size: 0.5em;
	background-color: #ff4500;
	color:#fff;
	font-weight: bold;
	line-height:initial;
	padding:2px;
	border-radius: 5px;
}

.form_parts li:last-child{
	border: none;
}

.form_parts label{
	display:block;
	position: relative;
}

.form_parts input[type="checkbox"]{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.form_parts label span{
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px;
	margin-right: 30px;
}

.form_parts input[type="text"],input[type="tel"]{
	font-size: 80%;
}

.form_parts_text{
	width:80%;
	min-width:150px;
}

.form_parts_tel1{
	width:10%;
}

.form_parts_tel2{
	width:15%;
}

.form_parts_textarea{
	display: flex;
	align-items: center;
	margin:10px 0 10px;
	width:80%;
	min-width: 150px;
	height:300px;
	font-size: 80%;
}

.action1{
	width:80%;
}

.action1 li{
	border: initial;
	box-sizing: border-box;
	border:solid 1px #000;
}

.action1 li:last-child{
	border:solid 1px #000;
}

.submit_button_error{
	border: initial;
	margin-top:20px;
	display: inline-block;
	boder:solid 1px #000;
	border-radius:5px;
	width:auto;
	height:auto;
	background: #ccc;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:clamp(0.5em, 2vw, 0.75em);
	text-align: center;
}

.submit_button{
	border: initial;
	margin-top:20px;
	display: inline-block;
	boder:solid 1px #000;
	border-radius:5px;
	width:auto;
	height:auto;
	cursor: pointer;
	background: rgb(232,91,0);
	background: linear-gradient(320deg, rgba(232,91,0,1) 0%, rgba(247,151,0,1) 35%, rgba(223,247,0,1) 100%);
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:clamp(0.5em, 2vw, 0.75em);
	text-align: center;
}

.submit_button:hover{
	background: rgb(2,0,36);
	background: linear-gradient(327deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

/*ナビゲーションレスポンシブ*/
@media screen and (max-width:868px){
	ul.nav li{
		display:initial;
		font-size:initial;
		font-size:0.75em;
	}
	.hamburger{
		display : block;
		position: absolute;
		z-index : 3;
		right : 20px;
		top   : 10%;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span{
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #fff;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1){
		top: 9px;
	}
	.hamburger span:nth-child(2){
		top: 18px;
	}
	.hamburger span:nth-child(3){
		top: 27px;
	}
	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		background :#fff;
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background :#fff;
		transform        : rotate(45deg);
	}

	/* メニュー背景　*/
	nav.globalMenuSp {
		position: absolute;
		z-index : 2;
		top  : 0;
		right : 0;
		color: #fff;
		background: rgba( 71,70,73,0.6 );
		text-align: center;
		width: 50%;
		transform: translateY(-100%);
		transition: all 0.6s;
	}

	nav.globalMenuSp ul {
		margin:10px 0 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		display:block;
		padding: 0px;
		width: 100%;
		transition: .4s all;
	}

	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}

	nav.globalMenuSp ul li:hover{
		background :#ddd;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
	}

	/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		display: block;
		transform: translateY(0);
	}

	/* フッター */
	ul.footer{
		display:block;
		height:auto;
		text-align:left;
		padding:10px 30px 30px;
	}
	.footer li:after{
		display:block;
		content:"";
		margin:initial;
		border-bottom:solid #fff 1px;
	}
	ul.footer li{
		font-size:initial;
		font-size:0.75em;
		text-align:left;
		margin-top:20px;
	}

	ul.footer li:hover{
		background :#ddd;
	}

	ul.footer li span:hover{
		background :initial;
	}

	.footer li:last-child::after{
		content:"";
		border-bottom:solid #fff 1px;
	}
}
