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

/*PC*/
@media print, screen and (min-width: 768px) {
#mainImage.lower.main-bg {
background-position: center 0;
background-image: url("../images/company/hed_img.jpg");
}

/*--------------------*/
.bg_contents01 {
	background:#FFF;
	position: relative;
	z-index: 2;
	margin:0 0 100px;
}

.block01 {
	width:100%;
	display:flex;
	align-items:center;
	margin:0;
}

.block01_box01 {
	width:50%;
	padding:8% 80px 5%;
	box-sizing:border-box;
}

.block01_box02 {
	width:50%;
}

.idx_bg_img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: center center no-repeat;
	background-image: none;
	background-size: auto;
	background-image: url(../images/recruit/idx_bg_img01.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.idx_tit {
    text-align: left;
    margin-bottom: 50px;
    font-size: 30px;
    color: #333;
}

.idx_tit span.en {
    font-size: 16px;
    font-weight: 500;
    color: #ed5b03;
    display: block;
    letter-spacing: 0.09em;
}

.idx_subtit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.idx_txt {
    font-size: 16px;
    line-height: 2em;
    text-align: left;
}


/*-- com ------------------*/
.company_wrap {
	margin:100px 0 0;
}

.idx_btn01 { width: 200px; position: relative; background: #ed5b03; padding: 20px; box-sizing: border-box;  margin:50px auto; }
.idx_btn01 a::after { position: absolute; display: block; content: "\f0a9"; font-family: "Font Awesome 5 Free"; color: #fff; font-weight: bold; right: 20px; top: 38%; font-size: 18px;  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.idx_btn01 a:hover::after { right: 10px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.idx_btn01 a { display: block; }
.idx_btn01 span { font-size:1.2em; font-family: 'Open Sans', sans-serif; font-weight: normal!important; color: #fff; font-weight: 400; letter-spacing: 0.2em; text-align:center;}


/*------message------*/
.idx_box03_list { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.idx_box03_list li { width: 32%; position: relative;  }
.idx_box03_list li:nth-child(n+4) { margin-top: 30px; }
.company_titbox {margin-top: 30px;  }
.company_name { color: #333; text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 15px; display: block; width: 100%; }
.company_name span.en { font-size: 14px;  letter-spacing: 0.09em; display: block; color: #ed5b03; font-weight: 500; }
.company_txt { font-size: 14px; text-align: left; width: 100%; color: #333; line-height: 2em; }

.company_s {
position: relative;
overflow: hidden;
height: 20vw;
}

.company_s:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s
}

.company_01::before {
background: url("../images/company/bg_img01.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}  

.company_02::before {
background: url("../images/company/bg_img02.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}  


.company_03::before {
background: url("../images/company/bg_img03.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}

.company_04::before {
background: url("../images/company/bg_img04.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}  

.com_table td a { font-weight: bold; text-decoration: underline; }


/*------message------*/

.message_detail_imbox { width: 100%; margin: 0 auto 50px; }
.message_detail_img { width: 100%; margin: 0 auto; }
.message_detail_img img { width: 100%; height: auto; }
.message_detail_name_en { font-size: 45px; letter-spacing: 1em; line-height: 1.8em; color: #ed5b03; position: relative; z-index: 10; margin-top: -100px; margin-left: 100px; }

.message_detail_txtbox { width: 900px; margin: 0 auto;   }

.message_detail_num { font-weight: 300; font-size: 12px; letter-spacing: 0.5em; color: #ed5b03; margin-bottom: 15px;  }
.message_detail_num span { position: relative; }
.message_detail_num span::before { content: ""; width: 70px; height: 1px; background: #ed5b03; position: absolute; right: -80px; top: 9px; display: block; }
.message_detail_tit { font-weight: 400; font-size: 35px; margin-bottom: 30px;}
.message_detail_name { font-size: 25px; margin-bottom: 50px; vertical-align: middle;   }
.message_detail_name span.type { font-size: 16px; padding-left: 15px; }

.message_detail_txt { line-height: 2em; margin:0 0 60px;}


.p_message_txt {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	text-align:center;
	font-size:1.6em;
	line-height:2;
	letter-spacing:2px;
	margin:0 0 60px;
}

.p_message_txt span {
	font-size:0.8em;
	display:block;
	color:#ed5b03;
}


/*------access------*/
.access_map {
	width:100%;
	margin:0 auto 30px;
}

.access_adress {
	text-align:center;
}


/*------world------*/
.world_wrap {
	width:100%;
	margin:0 auto 60px;
	display:flex;
}

.world_wrap_box01 {
	width:50%;
	margin-right:4%;
}

.world_wrap_box02 {
	width:46%;
}

.world_wrap_box02 h4 {
	padding-left: 10px;
	border-left: 5px solid #ed5b03;
	margin-bottom: 30px;
	font-size:1.2em;
}

.world_wrap_box02 p {
	margin:0 0 30px;
}

#subcenter .sub_tit { text-align: center; }
#subcenter .line { margin: 15px auto 30px;}
.com_table{ margin-bottom: 80px; }

/*--------タイ------*/
#tai { margin-bottom: 80px; }
.tai_company_box { width: 100%; margin: 0 auto; }
.tai_company_imgbox { width: 100%; margin: 0 auto; }
.tai_company_imgbox p { width: 80%; margin: 0 auto; }
.tai_company_imgbox p img { width: 100%; height: auto; }
.tai_company_imgbox_list { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tai_company_imgbox_list li { width: 48%; }
.tai_company_imgbox_list li img { width: 100%; height: auto; }

.tai_company_txtbox { width: 100%; margin-top: 30px; }

.tai_company_txtbox h4 {
padding-left: 10px;
border-left: 5px solid #ed5b03;
margin-bottom: 30px;
font-size:1.2em;
}
.tai_company_txtbox p {
margin:0 0 30px;
}

/*---寿司店紹介--*/
.tai_sushi_box {  width: 100%; margin: 0 auto 50px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tai_sushi_imgbox { width: 40%; }
.tai_sushi_txtbox { width: 55%; }

.tai_sushi_tit { font-size: 25px; text-align: center;font-weight: bold; color: #ed5b03; margin-bottom: 30px; line-height: 1.8em; }

.tai_sushi_subtit { font-size: 16px; font-weight: bold; margin-bottom: 15px; }
.tai_sushi_txt { line-height: 1.8em; margin-bottom: 30px;  }

.sushi_detail_box { width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap;justify-content: space-between; box-sizing: border-box; padding: 30px; background: rgba(237,91,3,0.1); }
.suhi_detail_imgbox { width: 35%; }
.suhi_detail_imgbox p { width: 100%; margin: 0 auto; }
.suhi_detail_imgbox p img { width: 100%; height: auto; }
.sushi_detail_txtbox { width: 60%; }

.sushi_detail_tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #ed5b03; padding-bottom: 10px; }

.sushi_address span { font-weight: bold; padding-right: 10px;  }
.sushi_address2 span { font-weight: bold; padding-right: 10px;  }
.sushi_address { margin-bottom: 10px; }





}





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 767px) {
#mainImage.lower.main-bg {
background-position: center 0;
background-image: url("../images/company/hed_img.jpg");
}
/*--------------------*/
.bg_contents01 {
	background:#FFF;
	position: relative;
	z-index: 2;
	margin:80px 0 100px;
}

.block01 {
	width:100%;
	margin:0;
}

.block01_box01 {
	width:100%;
	padding:3%;
	box-sizing:border-box;
}

.block01_box02 {
	width:100%;
}

.idx_bg_img {
	position: relative;
	width: 100%;
	height: 400px;
	background: center center no-repeat;
	background-image: none;
	background-size: auto;
	background-image: url(../images/recruit/idx_bg_img01.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.idx_tit {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.idx_tit span.en {
    font-size: 12px;
    font-weight: 500;
    color: #ed5b03;
    display: block;
    letter-spacing: 0.09em;
}

.idx_subtit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.idx_txt {
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
}

/*-- com ------------------*/
.company_wrap {
	margin:100px 0 0;
}

.idx_btn01 { width: 200px; position: relative; background: #ed5b03; padding: 20px; box-sizing: border-box;  margin:50px auto; }
.idx_btn01 a::after { position: absolute; display: block; content: "\f0a9"; font-family: "Font Awesome 5 Free"; color: #fff; font-weight: bold; right: 20px; top: 38%; font-size: 18px;  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.idx_btn01 a:hover::after { right: 10px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.idx_btn01 a { display: block; }
.idx_btn01 span { font-size:1.2em; font-family: 'Open Sans', sans-serif; font-weight: normal!important; color: #fff; font-weight: 400; letter-spacing: 0.2em; text-align:center;}



/*------index------*/
.idx_box03_list { width: 100%; margin: 0 auto;  }
.idx_box03_list li { width: 100%; position: relative; }
.idx_box03_list li:nth-child(n+2) { margin-top: 30px; }
.company_titbox {margin-top: 15px;  }
.company_name { color: #333; text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 15px; display: block; width: 100%; }
.company_name span.en { font-size: 14px;  letter-spacing: 0.09em; display: block; color: #ed5b03; font-weight: 500; }
.company_txt { font-size: 14px; text-align: left; width: 100%; color: #333; line-height: 2em; }

.company_s {
position: relative;
overflow: hidden;
height: 30vw;
}

.company_s:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s
}

.company_01::before {
background: url("../images/company/bg_img01.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}  

.company_02::before {
background: url("../images/company/bg_img02.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}  


.company_03::before {
background: url("../images/company/bg_img03.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}

.company_04::before {
background: url("../images/company/bg_img04.jpg") center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: -webkit-transform 125ms;
transition: -webkit-transform 125ms;
transition: transform 125ms;
transition: transform 125ms, -webkit-transform 125ms
}    



/*------message------*/

.message_detail_imbox { width: 100%; margin: 0 auto 50px; }
.message_detail_img { width: 100%; margin: 0 auto; }
.message_detail_img img { width: 100%; height: auto; }
.message_detail_name_en { font-size: 20px; letter-spacing: 0.7em; line-height: 1.8em; color: #ed5b03; position: relative; z-index: 10; margin-top: -50px; text-align: right; }

.message_detail_txtbox { width: 95%; margin: 0 auto;   }

.message_detail_num { font-weight: 300; font-size: 12px; letter-spacing: 0.5em; color: #ed5b03; margin-bottom: 15px;  }
.message_detail_num span { position: relative; }
.message_detail_num span::before { content: ""; width: 70px; height: 1px; background: #ed5b03; position: absolute; right: -80px; top: 9px; display: block; }
.message_detail_tit { font-weight: 400; font-size: 20px; margin-bottom: 30px; }
.message_detail_name { font-size: 18px; margin-bottom: 30px; vertical-align: middle; }
.message_detail_name span.type { font-size: 14px; padding-left: 15px; }

.message_detail_txt { line-height: 2em; margin:0 0 40px;}

.p_message_txt {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	text-align:center;
	font-size:1.2em;
	line-height:2;
	letter-spacing:1px;
	margin:0 0 30px;
}

.p_message_txt span {
	font-size:0.8em;
	display:block;
	color:#ed5b03;
}


/*------access------*/
.access_map {
	width:100%;
	margin:0 auto 30px;
}

.access_adress {
	text-align:left;
}


/*------world------*/
.world_wrap {
	width:100%;
	margin:0 auto 40px;
}

.world_wrap_box01 {
	width:100%;
	margin-bottom:20px;
}

.world_wrap_box02 {
	width:100%;
}

.world_wrap_box02 h4 {
	padding-left: 10px;
	border-left: 5px solid #ed5b03;
	margin-bottom: 30px;
	font-size:1.2em;
}

.world_wrap_box02 p {
	margin:0 0 20px;
}
.com_table{ margin-bottom: 50px; }


/*--------タイ------*/
#tai { margin-bottom: 80px; }
.tai_company_box { width: 100%; margin: 0 auto; }
.tai_company_imgbox { width: 100%; margin: 0 auto; }
.tai_company_imgbox p { width: 80%; margin: 0 auto; }
.tai_company_imgbox p img { width: 100%; height: auto; }
.tai_company_imgbox_list { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tai_company_imgbox_list li { width: 48%; }
.tai_company_imgbox_list li img { width: 100%; height: auto; }

.tai_company_txtbox { width: 100%; margin-top: 30px; }

.tai_company_txtbox h4 {
padding-left: 10px;
border-left: 5px solid #ed5b03;
margin-bottom: 30px;
font-size:1.2em;
}
.tai_company_txtbox p {
margin:0 0 30px;
}

/*---寿司店紹介--*/
.tai_sushi_box {  width: 100%; margin: 0 auto 50px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tai_sushi_imgbox { width: 100%; margin: 0 auto 30px; }
.tai_sushi_txtbox { width: 100%; margin: 0 auto; }

.tai_sushi_tit { font-size: 20px; text-align: center;font-weight: bold; color: #ed5b03; margin-bottom: 30px; line-height: 1.8em; }

.tai_sushi_subtit { font-size: 16px; font-weight: bold; margin-bottom: 15px; }
.tai_sushi_txt { line-height: 1.8em; margin-bottom: 15px;  }

.sushi_detail_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap;justify-content: space-between; box-sizing: border-box; padding: 15px; background: rgba(237,91,3,0.1); }
.suhi_detail_imgbox { width: 100%; margin: 0 auto 15px; }
.suhi_detail_imgbox p { width: 100%; margin: 0 auto; }
.suhi_detail_imgbox p img { width: 100%; height: auto; }
.sushi_detail_txtbox { width: 100%; margin: 0 auto; }

.sushi_detail_tit { font-size: 16px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #ed5b03; padding-bottom: 10px; }

.sushi_address span { font-weight: bold; padding-right: 10px;  }
.sushi_address2 span { font-weight: bold; padding-right: 10px;  }
.sushi_address { margin-bottom: 10px; }





















}
