@charset "UTF-8";

/* 目次 
 * 1. リセット
 * 2. 共通（見出し・テーブル・ヘッダー・フッター）
 * 3. トップ(index)
 * 4. Meet Our People(interview)
 * 5. 
 * 6. 
 * 7. 
 * 8. 
 * 9. 
 * 10.
*/


/**************************************************
/* 1. リセット
***************************************************/

* {margin: 0; padding: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6 ;color: #000;}
table {border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; color: #444;}
a:hover, a:active, a:focus {color: #999;}
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 80%;}
button,select {text-transform: none;}
.cf:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
/*IE用*/
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}

/**************************************************
/* 2. 共通
***************************************************/
.display_pc { display: block; }
.display_sp { display: none; }

.hamburger{
	display: none !important;
}

*{
	font-family:  "メイリオ", Meiryo, arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #000;
}

.font18{
	font-size: 18px;
}
.font15{
	font-size: 15px;
}
.font-b{
  font-weight: bold;
}
article, aside, dialog, figure, footer, header, menu, nav, section, main{
    display: block;
}
img{
	width: 100%;
	height: auto;
}

.all_bg{
	width: 100%;
	padding: 0 2%;
	background: url(../images/main_bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size: 100% auto;
	background-color: #ababab;
}
@media screen and (min-width:1600px) {
  .all_bg{
    background-position: top -50px center;
  }
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.block{
	padding: 50px;
}
.block2{
	padding: 50px;
}

/*------------------------------
margin
------------------------------*/

.mar-t50{
	margin-top: 50px;
}
.mar-t10{
	margin-top: 10px;
}
.mar-b50{
	margin-bottom: 50px;
}
.mar-b25{
	margin-bottom: 25px;
}

/*------------------------------
float
------------------------------*/
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clearfix:after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}

/*------------------------------
リンク画像
------------------------------*/
a img:hover{
	opacity: 0.8;
}

/*------------------------------
リンクテキスト
------------------------------*/
a.link-text{
	color: #d80c18;
}
a.link-text:hover{
	opacity: 0.8;
}

/*------------------------------
リンクボタン
------------------------------*/
a.link-btn{
	width: 200px;
	height: 50px;
}
a.link-btn:hover{
	opacity: 0.8;
}
a.link-btn img{
	width:100%;
}

/*------------------------------
パンクズ
------------------------------*/
.breadcrumbs {
	width: 100%;
	margin-bottom: 50px;
	background-color: #fffcf6;
}
.breadcrumbs ul{
	width: 1040px;
	margin: 0 auto;
	padding: 15px 20px;
	box-sizing: border-box;
}

.breadcrumbs ul li{
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs ul li a{
    font-size: 12px;
	color: #3cb3aa;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:active{
	opacity: 0.8;
}
.breadcrumbs ul li:nth-of-type(2):before,
.breadcrumbs ul li:nth-of-type(3):before{
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
    font-size: 14px;
    color: #333;
}

/*------------------------------
h2
------------------------------*/
.h2{
	width: 100%;
	margin-bottom: 50px;
	padding-left: 20px;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	background: url(../images/h2_bg.jpg) no-repeat right/cover;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

/*------------------------------
table
------------------------------*/
.table{
	width: 100%;
}
.table thead th{
	width: 100%;
	padding: 15px;
	text-align: center;
    font-weight: bold;
	font-size: 18px;
    color: #fff;
	background-color: #d80c18;
	border: 1px solid #d80c18;
}
.table tbody th{
	width: 25%;
	padding: 15px;
	text-align: left;
    font-weight: bold;
    color: #000;
    background-color: rgba(238,238,238,0.7);
	border: 1px solid #d80c18;
}
.table tbody td{
	width: 75%;
    padding: 10px 15px;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #d80c18;
}


/*------------------------------
ヘッダー(トップ)
------------------------------*/
.header{
	max-width: 1200px;
	margin: 0 auto 20%;
}

.langbtn {
    text-align: right;
    padding: 10px 0;
}
.header .langbtn p {
	font-size: 14px;
	display: inline-block;
	padding: 0;
	font-weight: bold;
}
@media screen and (max-width:1000px) {
.header{
	margin: 0 auto 10%;
}
}
.header .head-nav{
	width: 240px;
	height: auto;
	padding: 30px;
	background-color: #d80c18;
}
.header .logo a{
	display:block;
	width: 160px;
	height: 32px;
}

/*Gナビ*/
.g-nav{
	display:block;
	width: 100%;
}
.g-nav ul {
	margin-top: 30px;
}
.g-nav ul li {
	margin-top: 12px;
}
.g-nav ul li a{
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
    font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.g-nav ul li a::after{
	background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
}
.g-nav ul li a:hover::after {
  width: 100%;
}
/*キャッチコピー*/
.header p{
	width: 70%;
	padding: 2% 0 0 3%;
	box-sizing:border-box;
	line-height: 1.4em;
	font-size: 50px;
	font-weight:bold;
	color: #fff;
}

/*------------------------------
ヘッダー(下層)
------------------------------*/
.header2{
	max-width: 1200px;
	margin: 0 auto;
}
.header2 .head-nav{
	width: 100%;
	height: auto;
	padding: 15px 50px;
	background-color: #d80c18;
}
.header2 .logo a{
	display:block;
	width: 160px;
	height: 32px;
}
/*------------------------------
フッター
------------------------------*/
#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#toTop img{
	width: 50px;
	height: 50px;
}
.footer{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #000;
}
footer .copyright{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
/*------------------------------
SNSボタン
------------------------------*/
#sns{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	background: url(../images/sns_bg.png);
}
#sns .sns-btn1{
	margin: 5px 10px 10px 0;
}
#sns .sns-btn2{
	margin: 5px 10px 10px;
}

/**************************************************
/* 3. トップ(index)
***************************************************/
/*------------------------------
Company Profile
------------------------------*/
#company{
	background: url(../images/company_bg.jpg) no-repeat center/cover;
}

/*------------------------------
THK in Numbers
------------------------------*/
#numbers{
	background: url(../images/numbers_bg.gif);
}
#numbers .flex-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*
#numbers .flex-box p{
  display: block;
	width: 33.333333%;
	padding: 2%;
	height: auto;
}
*/
#numbers .flex-box p{
  display: block;
	width: 50%;
	padding: 3% 7%;
	height: auto;
}

/*------------------------------
Movie
------------------------------*/


/*------------------------------
Our Business
------------------------------*/
#business h3.trapezoid {
	width: 500px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #d80c18;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#business h3.trapezoid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 40px solid #d80c18;
}
#business p{
	width: 55%;
	padding-right: 20px;
	box-sizing: border-box;
}
#business .business-m{
	width: 45%;
}

/*------------------------------
THK’s Highlights
------------------------------*/
#highlights h3.trapezoid {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #d80c18;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#highlights h3.trapezoid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 40px solid #d80c18;
}
#highlights h4{
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
	font-weight:bold;
}
#highlights div:nth-of-type(odd){
	width: 100%;
	height: auto;
	padding: 20px;
	background: #d80c18;
}
#highlights div:nth-of-type(even){
	width: 100%;
	height: auto;
	padding: 20px;
	background: #000;
}
#highlights div p:nth-of-type(1){
	width: 40%;
}
#highlights div p:nth-of-type(2){
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
}

/*------------------------------
Meet Our People
------------------------------*/
#people .inner:nth-of-type(1){
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
#people .inner:nth-of-type(2){
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
#people h3{
	width: 100%;
}
#people ul{
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}
#people ul li{
	margin: 5px 0;
	list-style-image: url(../images/list-img.png);
}
/*
#people ul li:before{
	content: "■";
	color:  #d80c18;
	margin-right: 5px;
}*/

/*------------------------------
Internship Program
------------------------------*/
#internship{
	background: url(../images/job_bg.png);
}
#internship .end{
  border: 3px double #d80c18;
  padding: 5px;
  text-align: center;
	color: #d80c18;
}
#internship h4{
	margin-top: 20px;
	font-size: 20px;
}
#internship h4:before{
	content: "■";
	color:  #d80c18;
	margin-right: 5px;
}
#internship ul{
	margin-left: 25px;
}
#internship ul.disc>li{
	list-style: disc;
}
#internship ul.decimal>li{
	list-style: decimal;
  margin-top: 10px;
}
#internship ul.decimal>li:first-child{
  margin-top: 0;
}
#internship ul.font15>li{
  font-size: 15px;
}
#internship dl {
  display: block;
}
#internship dl dt{
  padding-right: 15px;
  float: left;
}
#internship dl dd{
  float: left;
}
/*------------------------------
Job Information
------------------------------*/
#job{
	background: url(../images/job_bg.png);
}
#job h3.trapezoid {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #d80c18;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#job h3.trapezoid:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-top: 40px solid #d80c18;
}

#job h4{
	margin-top: 20px;
	font-size: 20px;
}
#job h4:before{
	content: "■";
	color:  #d80c18;
	margin-right: 5px;
}
#job h5{
  font-size: 15px;
  font-weight: bold;
}
#job ul{
	margin-left: 25px;
}
#job ul.disc>li{
	list-style: disc;
}
#job ul.decimal>li{
	list-style: decimal;
  margin-top: 10px;
}
#job ul.decimal>li:first-child{
  margin-top: 0;
}
#job ul.font15>li{
  font-size: 15px;
}
/**************************************************
/* 4. Meet Our People(interview)
***************************************************/
#interview .interview01{
	width: 100%;
	padding: 60px 0;
	background: url(../images/interview01_main.jpg) no-repeat right/contain;
}
#interview .interview02{
	width: 100%;
	padding: 60px 0;
	background: url(../images/interview02_main.jpg) no-repeat right/contain;
}
#interview h3{
	width: 40%;
}
#interview h3 img{
	width: 55%;
	margin: 20px 22.5%;
}
#interview h3 .trapezoid{
	display: block;
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #d80c18;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#interview h3 .trapezoid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 40px solid #d80c18;
}
#interview h4{
	margin-bottom: 10px;
	font-size: 20px;
}
#interview h4:before{
	content: "■";
	color:  #d80c18;
	margin-right: 5px;
}

#interview .question:nth-of-type(odd) p:nth-of-type(1){
	float: left;
	width: 30%;
}
#interview .question:nth-of-type(odd) p:nth-of-type(2){
	float: left;
	width: 70%;
	padding-left: 20px;
	box-sizing:border-box;
}
#interview .question:nth-of-type(even) p:nth-of-type(1){
	float: right;
	width: 30%;
}
#interview .question:nth-of-type(even) p:nth-of-type(2){
	float: right;
	width: 70%;
	padding-right: 20px;
	box-sizing:border-box;
}
/*下部リンク*/
/*#interview .link {
	background: url(../images/job_bg.png);
	display:flex;
	justify-content: center;
	align-items: flex-end;
}
#interview .link p.w300{
	width: 300px;
	height: auto;
	margin-right: 20px;
}
#interview .link p.w200{
	width: 200px;
	height: auto;
	margin-left: 20px;
}*/

#interview .link {
	background: url(../images/job_bg.png);
}
#interview .link p:nth-of-type(1){
	width: 50%;
	height: auto;
	padding-right: 20px;
	box-sizing:border-box;
}
#interview .link p:nth-of-type(2){
	width: 50%;
	height: auto;
	padding-left: 20px;
	box-sizing:border-box;
}







