/*
Template:twentyten
Theme Name:twentyten_child
*/

/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:20px;
	background-color:#231F20;
	color:#FFF;
}
p {
	text-align:left;
}
a {
	color:#FFF;
	text-decoration:none;
}
a#shien,
a#career{
	display:block;
	padding-top:120px;
	margin-top:-120px;
}
a:hover {
	text-decoration:underline;
}
a img
{
	background:none!important;
	border:0;
}
a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}
ul {
	display: block;
	letter-spacing: -0.4em;
	list-style-type: none;
}
li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width:100%;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
input[type="text"].w30 {
	width:80px;
}
select{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #999;
	
}
input[type="submit"],
input[type="reset"]{
	padding:5px 10px;
	font-size:16px;
	margin:10px;
	text-align:center;
	font-weight:600;
}
label {
	width:100%;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:50px;
}
a img {
	border: none;
}

/* ヘッダー */
header {
    width: 100%;
	background-color: rgb(35, 31, 32);
	position: fixed;
    margin: auto;
	top: 0;
	left:0;
	right:0;
	border-top:3px solid #C8161E;
    z-index: 999;
}
header #wrap_h {
    width: 100%;
    max-width: 1170px;
	position:relative;
    margin: auto;
    box-sizing: border-box;
	height:90px;	
}
header #inner_left {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 65px auto auto;
    height: 65px;
}
header #inner_website {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
header #main-nav {
	padding-top: 25px;
}
.video_warap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
	z-index:99;
}
.video_warap #video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	z-index:99;
}
.inner {
	padding:40px 0;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* 画像設定 */
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: middle;
}

ul,
.display_bl {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
li,
.display_in {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
}
body,td,th {
	color: #FFF;
}
table{
	border-top:1px solid #333333;
	border-collapse: collapse;
	max-width:570px;
	width:100%;
}
table th,
table td {
	padding:10px 10px;
	box-sizing:border-box;
	text-align:left;
	border-bottom:1px solid #333333;
}
table.history{
	border-top:1px solid #333333;
	border-collapse: collapse;
	max-width:1130px;
	width:100%;
}
table.recruit{
	border-top:1px solid #333333;
	border-collapse: collapse;
	max-width:1050px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
table.recruit td p {
	text-indent:-2.3rem;
	padding-left:2.3rem;
	margin:0;
	padding-bottom:10px;
}
#wrapper {
	width:100%;
	margin:auto;
	position:relative;
}
#main{
    width: 100%;
    box-sizing: border-box;
    max-width:1170px;
	margin:auto;
	padding-top:90px;
}
hr.line {
	border-bottom: none;
    border-top: none;
}
#footer-information {
    width: 100%;
    box-sizing: border-box;
	padding-bottom:40px;
    padding-top: 40px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
footer::before {
	border-top:1px solid #FFFFFF;
	content:"";
	width:100%;
	display:block;
	padding-bottom:75px;
}
#footer-information dl {
	width:100%;
	display:table;
    max-width:1170px;
	margin:auto;
}
#footer-information dd li {
	padding:20px 0;
	width: 100%;
}
#footer-information dd li:nth-child(2) {
	border-top:1px solid #949495;
	border-bottom:1px solid #949495;
}
#footer-information dl dt,
#footer-information dl dd{
	display: table-cell;
	width:50%;
	position:relative;
	vertical-align: middle;
}
#footer-information dl dt {
	text-align:left;
	padding-left:190px;
}
#footer-information dl dt img.ft_lg {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}
#footer-information dl dd {
	box-sizing:border-box;
	padding:0 30px;
}
#footer-nav li {
	margin:10px;
}
#footer-nav li a {
	padding:10px;
}
#copyright{
	text-align:center;
	font-size:11px;
}
#copyright ul li {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
#container {
	max-width:1170px;
	width:100%;
	margin:auto;
	box-sizing:border-box;
	padding-left:0px;
}
/*　共通設定　*/
h1.r-title-sub {
	background-color:#C8161E;
	text-align:center;
	padding:20px 0;
	margin-bottom:55px;
}
ul.cloum3 {
    width: 100%;
    padding-top: 140px;
    margin-bottom: -50px;
}
ul.cloum3 li {
	width:30.33333%;
	box-sizing:border-box;
	margin-bottom:50px;
}
ul.cloum3 li:nth-child(1),
ul.cloum3 li:nth-child(4) {
	margin-right:3%;
}
ul.cloum3 li:nth-child(2),
ul.cloum3 li:nth-child(5) {
	margin-left:1.5%;
	margin-right:1.5%;
}
ul.cloum3 li:nth-child(3),
ul.cloum3 li:nth-child(6) {
	margin-left:3%;
}
.inner {
	padding-bottom:80px;
}
.tx18 {
	font-size:18px;
	line-height:40px;
}
/* 採用情報TOP */
.interview_box {
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/bg_interview-01.png);
	width:100%;
	margin:auto auto 65px auto;
	box-sizing:border-box;
	padding:50px 40px;
}
.interview_box h2 {
	text-align:left;
	border-left:8px solid #FFFFFF;
	padding-left:30px;
	padding-bottom:45px;
}
ul.intervier_inner {
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}
ul.intervier_inner li {
	width:33.333%;
	text-align:left;
	position:relative;
	box-sizing:border-box;
	padding:20px 20px 40px 20px;
	font-size:18px;
	line-height:22px;
}
ul.intervier_inner li img {
	margin-bottom:8px;
	box-sizing:border-box;
	image-rendering: -webkit-optimize-contrast;
}
ul.intervier_inner li a {
text-decoration: none;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: block;
}
ul.intervier_inner li a::after {
	content:"";
	position:absolute;
	display:block;
	height:105px;
    bottom: -20px;
    right: 15px;
	background-size:100% auto;
    width: 38%;
	z-index:3;
	background-repeat:no-repeat;
	max-width:144px;
}
/*ul.intervier_inner li:nth-of-type(1) a::after{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/top_r_int_tx001.png?20181113);
}
ul.intervier_inner li:nth-of-type(2) a::after{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/top_r_int_tx002.png);
}
ul.intervier_inner li:nth-of-type(3) a::after{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/top_r_int_tx003.png);
}
ul.intervier_inner li:nth-of-type(4) a::after{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2020/07/top_r_int_tx004.png);
}
ul.intervier_inner li:nth-of-type(5) a::after{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2020/07/top_r_int_tx005.png);
}*/
.top_fukuri {
	width:100%;
	display:table;
}
.top_fukuri .inner_fukuri {
	width:50%;
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/top_r_fukuri_bg001.jpg);
	background-size:cover;
	background-position:center center;
	box-sizing:border-box;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	padding:100px 0;
}
.top_fukuri .inner_bosyu {
	width:50%;
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/top_r_fukuri_bg002.jpg);
	background-size:cover;
	background-position:center center;
	box-sizing:border-box;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	padding:100px 0;
}
.top_fukuri .inner_fukuri ul,
.top_fukuri .inner_bosyu ul {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display:table;
	padding-top:60px;
}
.top_fukuri .inner_fukuri ul li,
.top_fukuri .inner_bosyu ul li {
	width:50%;
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
	}
/*　先輩の声　*/
dl.voice_q {
	text-align:left;
	padding:20px;
}
dl.voice_q dt {
	border-left:7px solid #C8161E;
	padding:15px;
	box-sizing:border-box;
	font-size:28px;
}
dl.voice_q dt::before{
	content:"";
    display: inline-block;
	margin-right:5px;
	background-repeat:no-repeat;
	vertical-align: text-top;
}

dl.voice_q dt:nth-of-type(1)::before{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/q1.png);
	width:30px;
	height:35px;
	background-size:24px auto;
}
dl.voice_q dt:nth-of-type(2)::before{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/q2.png);
	width:30px;
	height:35px;
	background-size:30px auto;
}
dl.voice_q dt:nth-of-type(3)::before{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/q3.png);
	width:30px;
	height:35px;
	background-size:29px auto;
}
dl.voice_q dt:nth-of-type(4)::before{
	background-image:url(https://www.take-ken.co.jp/wp/wp-content/uploads/2018/11/q4.png);
	width:30px;
	height:35px;
	background-size:30px auto;
}
dl.voice_q dd {
	border-left:7px solid #C8161E;
	margin-bottom:50px;
	padding:15px;
	box-sizing:border-box;
	font-size:15px;
	line-height:25px;
}
dl.voice_info {
	display:table;
	margin-bottom:50px;
}
dl.voice_info dt,
dl.voice_info dd{
	display:table-cell;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	box-sizing:border-box;
	vertical-align:top;
}
dl.voice_info dt{
	width:30%;
}
dl.voice_info dt li {
	width:100%;
	text-align:left;
}
dl.voice_info dt li img {
	margin-bottom:15px;
}
dl.voice_info dt li strong {
	font-size:27px;
}
dl.voice_info dd{
	width:70%;
	padding-left:30px;
}
_:-ms-input-placeholder, :root dl.voice_info dd ul li {
	display:block!important;
	}
_:-ms-input-placeholder, :root dl.voice_info dt ul li img,
_:-ms-input-placeholder, :root dl.voice_info dd img,
_:-ms-input-placeholder, :root .cloum2_in img.wp-image-336,
_:-ms-input-placeholder, :root .cloum2_in img.wp-image-335{
	max-width:100%;
	width:100%;
}
/*　福利厚生　*/
.fukuri_wrap {
	display:table;
	margin-bottom:50px;
}
.cloum2_in {
	display:table-cell;
	width:50%;
	text-align:center;
	padding-bottom:50px;
	vertical-align:middle;
}
.cloum2_in p {
	width:100%;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2rem;
	line-height:180%;
	display:block;
}
.cloum2_in.last {
	padding-bottom:0px;
}
/*　募集要項　*/
hr.table_b {
	margin-bottom: 80px;
    padding-top: 40px;
    border-top: none;
    border-bottom: 2px solid #FFFFFF;
    border-left: none;
    border-right: none;
}
@media screen and (max-width: 1200px) {
#main {
    width: 100%;
	margin-left:0;
	margin-right:0;
    box-sizing: border-box;
    padding-left: 50px;
	padding-right:50px;
}
#footer-information {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:40px;
}
#container {
	max-width:1170px;
	width:100%;
	margin:auto auto 35px auto;
	box-sizing:border-box;
	padding-left:0px;
}
}
@media screen and (max-width: 1170px) {
header #inner_website {
    z-index: 999999;
}
#main {
    width: 100%;
	margin-left:0;
	margin-right:0;
    box-sizing: border-box;
    padding-left: 50px;
	padding-right:50px;
	padding-top: 110px;
}
}
@media screen and (max-width: 1000px) {
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	font-size:1.3rem;
	
}
dl.voice_info dt{
	width:35%;
}
dl.voice_info dd{
	width:65%;
	padding-left:30px;
}
}
@media screen and (max-width: 890px) {
body {
	font-size:1.2rem;
	line-height:160%;
}
#main {
    padding-left: 30px;
	padding-right:30px;
}
#footer-information dl dt, #footer-information dl dd {
    width: 100%;
    vertical-align: middle;
    display: block;
}
#footer-information dl dt {
	margin-bottom: 25px;
    text-align: center;
    padding-left: 0;
}
#footer-information dl dt img.ft_lg {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
	display:block;
	margin: auto auto 15px auto;
	}
#footer-information dl dd{
    max-width: 500px;
    margin: auto;
}
#footer-nav {
	display:none!important;
}

.interview_box {
    padding: 20px 20px;
}
.interview_box h2 {
    padding-bottom: 15px;
}
ul.intervier_inner li{
	text-align:center;
    padding: 10px 10px 40px 10px;
}
/*ul.intervier_inner li a::after {
    right: 0;
    left: 0;
	top:26%;
	bottom: auto;
    margin: auto;
}*/
.top_fukuri,
.top_fukuri .inner_fukuri,
.top_fukuri .inner_bosyu{
	width:100%;
	display:block;
}
}
@media screen and (max-width: 800px) {
dl.voice_info {
	display:block;
	max-width:600px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
dl.voice_info dt{
	width:100%;
	display:block;
	margin-bottom:20px;
}
dl.voice_info dt li {
	text-align:center;
}
dl.voice_info dd{
	width:100%;
	padding-left:0px;
	display:block;
}

	}
@media screen and (max-width: 740px) {
.pc_740 {
	display:none!important;
}
.smp_740 {
	display: inherit!important;
}
.fukuri_wrap {
	display:block;
	margin-bottom:50px;
}
.cloum2_in {
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:50px;
	vertical-align:middle;
}
}
@media screen and (max-width: 640px) {
header #inner_left {
    height: 50px;
}
h1.logo img {
	width:350px;
}
table.recruit {
	width:96%;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
table.recruit tbody,
table.recruit tr,
table.recruit th,
table.recruit td {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	width:100%;
	box-sizing:border-box;
}
table.recruit th{
	background-color:#444444;
}
.cloum2_in p {
	padding-left:15px;
	padding-right:15px;
	max-width:none!important;
}
ul.intervier_inner {
    padding-left: 0px;
    padding-right: 0px;
}
.interview_box h2 img {
	width:250px;
}
ul.intervier_inner li{
	text-align:center;
    padding: 5px 5px 20px 5px;
}
}
@media screen and (max-width: 490px) {
#main {
    padding-left: 10px;
    padding-right: 10px;
}
ul.cloum3 {
    padding-top: 94px;
}
ul.cloum3 li {
	width:32.33333%;
	box-sizing:border-box;
	margin-bottom:10px;
}
ul.cloum3 li:nth-child(1),
ul.cloum3 li:nth-child(4) {
	margin-right:1%;
}
ul.cloum3 li:nth-child(2),
ul.cloum3 li:nth-child(5) {
	margin-left:0.5%;
	margin-right:0.5%;
}
ul.cloum3 li:nth-child(3),
ul.cloum3 li:nth-child(6) {
	margin-left:1%;
}
#footer-information dl,
.top_c_news dl,
#footer-information dl dt,
#footer-information dl dd {
    display: block;
}
#footer-information {
    padding-left: 20px;
    padding-right: 20px;
}
#footer-information dl dd {
    max-width: 390px;
    margin: auto;
}
.top_ggmap .ggmap {
    padding-bottom: 80%;
}
}