@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


@font-face {
  font-family: "iroha";
  font-display: swap;
  src: url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.eot?") format('eot'),
       url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.woff2") format('woff2'),
       url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.woff") format('woff');
}

/*メインタイトル----------------------------------------------------------------------*/
#main_title{
	width: 100%;
	text-align: center;
	line-height: none;
	font-size: 0;
	margin: 0 0 0 0;
	height: 822px;
	background: url(../../img/mainImg.jpg) no-repeat center center fixed;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#main_title .logo{
	margin: 0 auto;
	line-height: 93px;
	padding: 250px 0 0 0;
}
#main_title h2{
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#main_title .logo img,
#main_title h2 img{
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

@media screen and (max-width: 979px) {
/*tablet*/
#main_title{
	width: 100%;
	height: auto !important;
	padding: 80px 0;
}
#main_title .logo{
	padding: 15px 0;
}
#main_title h2{
	margin: 0 auto;
	padding: 30px 0;
}
#main_title .logo img,
#main_title h2 img{
	margin: 0 auto;
	max-width: 80%;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
#main_title{
	padding: 50px 0;
}
}

/*各タイトル----------------------------------------*/
.cnt_title{
	width: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cnt_title h3{
	padding: 0;
	text-align: center;
	font-size: 3.6rem;
	position: relative;
	font-weight: bold;
	display: inline-block;
}
.cnt_title h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eb74a1;
}
.cnt_title .subttl{
	padding: 20px 0;
	font-size: 1.6rem;
}
	
h4{
	color: #C43E32;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h4:before{
	content: "●";
	font-size: 12px;
}

@media screen and (max-width: 979px) {
/*tablet*/
.cnt_title h3{
	font-size: 2.4rem;
}
.cnt_title .subttl{
	padding: 15px 0;
	font-size: 1.8rem;
}

}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 

/*section,article,text----------------------------------------*/
.article{
	margin: 0 auto;
	padding: 40px 0;
	width: 1100px;
}

.article_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 0 15px 15px;
}
.article_box.text{
	padding: 10px 20px !important;
}

.article_innner{
	margin: 0 0 20px 0;
}


img.tokushu{
	width: 14px;
	height: auto;
	margin: 0 2px;
	vertical-align: middle;
}

.text{
	padding: 10px;
	line-height: 1.7;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
.text li p{
	padding: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}

@media screen and (max-width: 979px) {
/*tablet*/
.article{
	width: 98%;
	margin: 0 auto;
}
}


/**/
.divTable{
	display: table;
	border-spacing: 5px 0;
	width: auto;
}
.divTable .cell{
	display: table-cell;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.divTable .cell.top{
	vertical-align: top;
}
.divTable .cell.middle{
	vertical-align: middle;
}
.divTable .cell.bottom{
	vertical-align: bottom;
}

@media screen and (max-width: 768px){
.divTable{
	display: block;
	width: 100%;
	margin: 0;
}
.divTable .cell{
	display: block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}
}


/*----------------------------------------------------------------------*/
#Introduction{
}
#Introduction .greeting{
	width: 100%;
	font-size: 1.6rem;
}
#Introduction .greeting h3{
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: center;
	font-size: 3.6rem;
	position: inherit;
	color: #1597d4;
	display: block;
}
#Introduction .greeting h3:after {
	display: none;
}


@media screen and (max-width: 979px) {
/*tablet*/
#Introduction .greeting h3{
	font-size: 2.4rem;
}

}


/*sub画像----------------------------------------------------------------------*/
#sub_image{
	width: 1200px;
	height: 414px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#sub_image img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 979px) {
/*tablet*/
#sub_image{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
}
}

/* 職種----------------------------------------------------------------------*/
#Infromation{
	width: 100%;
	margin: 0 0 0 0;
	padding: 40px 0;
	background: url(../../img/bg_grey.png) repeat;
}

#Infromation .group{
	width: 100%;
	margin: 20px auto;
	display: table;
	border-spacing: 1% 0;
}
#Infromation .group .name{
	width: 24%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 0;
}
#Infromation .group .name img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#Infromation .group .name.midori{
	background: #32b425;
}
#Infromation .group .name.kirari_ami,
#Infromation .group .name.kirari_tsukuba,
#Infromation .group .name.kirari_mirai,
#Infromation .group .name.kirari{
	background: #ffc75b;
}
#Infromation .group .name.tachiki{
	background: #15bb83;
}
#Infromation .group .name.moriya,
#Infromation .group .name.kiratto{
	background: #eb74a1;
}
#Infromation .group .details{
	width: 73%;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}
@media screen and (max-width: 979px) {
/*tablet*/
#Infromation .group .name img{
	max-width: 90%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
#Infromation .group{
	width: 100%;
	margin: 20px auto 0 auto;
	display: block;
}
#Infromation .group .name{
	width: 100%;
	display: block;
	padding: 10px 0;
}
#Infromation .group .details{
	width: 100%;
	display: block;
	background: #FFF;
	margin: 0 auto;
	padding: 10px 0;
}

}
@media screen and (max-width: 620px) {
/*sp*/

}
@media screen and (max-width: 480px){
} 



/*table*/
table.recruit{
	width: 96%;
	border-collapse:collapse;
	border: 0;
	margin: 15px auto;
}

table.recruit th{
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

table.recruit td{
	padding: 10px;
}
table.recruit td:nth-child(odd){
	border-bottom: 1px solid #e5e5e5;
}
table.recruit td:nth-of-type(2){
	border-left:  1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

table.recruit td span{
	padding: 3px 10px;
	width: 3.5em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 10px;
}
table.recruit td span.regular,
table.recruit td span.seisha{
	background: #7ecef4; 
}
table.recruit td span.keiyaku{
	background: #7fceb3; 
}
table.recruit td span.parttimer,
table.recruit td span.part{
	background: #f7eda8; 
}
.boshu{
	color: #ff6600;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
table.recruit{
	display: block;
}
table.recruit tbody{
	display: block;
	width: 100%;
}
table.recruit tr{
	display: block;
	margin-bottom: 0.1em;
	width: 100%;
}
table.recruit th,
table.recruit td{
	display: list-item;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
table.recruit th{
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
}
table.recruit td{
	margin-left: 5px;
	list-style-type: none;
	border: 0;
}
table.recruit td:nth-child(odd){
	border-bottom: none;
}
table.recruit tbody td:nth-of-type(2) {
	border-left: none;
	
}
} 



/*flow----------------------------------------------------------------------*/
#Flow{
	width: 100%;
	text-align: center;
	line-height: none;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 30px 0;
	background: url(../../img/bg_flow.jpg) no-repeat center center fixed;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul.flow{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	font-size: 2.1rem;
}
ul.flow li{
	position: relative;
	display: block;
	width: 33%;
	padding: 0 70px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.flow li:after {
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 31px;
	top: 47%;
	right:20px;
    background: url(../../img/ar_flow.png) no-repeat center center;
    background-size: 21px 31px;
    content: "";
}
ul.flow li.last:after{
    background: none;
}

ul.flow li .box_flow{
	width: 100%;
	background: #FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #59b500;
}
ul.flow li .box_flow .step{
	color: #59b500;
	margin-bottom: 15px;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.flow li .box_flow .step span{
	display: block;
}

ul.flow li .box_flow .ill{
	display: block;
	margin-bottom: 10px;
}
ul.flow li .box_flow .ill img{
	max-width: 100%;
	width: auto;
	height:auto;
	margin: 0 auto;
}
ul.flow li .box_flow .cmt{
	font-size: 1.4rem;
}

@media screen and (max-width: 979px) {
/*tablet*/
ul.flow li{
	padding: 0 40px 0 0;
}
ul.flow li:after {
	right:10px;
}
ul.flow li .box_flow .cmt{
	height: 3.5em;
}
ul.flow li .box_flow .cmt br{
	display: none;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
ul.flow{
	margin: 20px 0;
	font-size: 1.8rem;
}
ul.flow li{
	position: relative;
	display: block;
	width: 96%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.flow li:after {
    display: inline-block;
    position: absolute;
    width: 31px;
    height: 21px;
	top: 90%;
	left: 47%;
    background: url(../../img/ar_flow_sp.png) no-repeat center center;
    background-size: 31px 21px;
    content: "";
}
ul.flow li .box_flow .step span{
	display: inline-block;
	padding-left: 1em;
	zoom: 1;
	*display:inline;
}
ul.flow li .box_flow .cmt{
	height: auto;
}

}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 



/* Contact ----------------------------------------------------------------------*/
#Contact{
	width: 100%;
	margin: 0 0 0 0;
	padding: 40px 0;
	background: url(../../img/bg_grey.png) repeat;
}

.contact_tel{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	color: #eb74a1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color: rgba( 255, 255, 255, 0.7 );
	font-size: 1.8rem;
	font-weight: bold;
}
.contact_tel .tel{
	font-size: 3.6rem;
	line-height: 3.6rem;
	margin: 10px 0;
}
.contact_tel .tel img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.contact_tel .time{
	font-size: 1.4rem;
	
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 
/* info_Kiratto 200501富永追記 ----------------------------------------------------------------------*/

#Info_Kiratto{
	width: 900px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: -40px auto 20px auto;
	padding: 30px;
	border:  7px solid #eb74a1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("../../img/toppage/bg_info_kiratto.png") no-repeat bottom center, url("../../img/toppage/bg_info_kiratto_top.png") no-repeat top center,#FFF;
}
@media screen and (max-width: 979px) {
/*tablet*/
#Info_Kiratto{
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto;
	border:  5px solid #eb74a1;
	background: url("../../img/toppage/bg_info_kiratto.png") no-repeat bottom center, url("../../img/toppage/bg_info_kiratto_top.png") no-repeat top center,#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px 60px 20px;
}
#Info_Kiratto img{
	float:  none;
	width: 100%;
	height:  auto;
	display:  block;
	margin:  10px auto;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 




