@charset "utf-8";

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

.mainImgBlock {
	width: 100%;
	height: 250px;
	background: url(https://www.sato-suisan.co.jp/images/recruit/recruit_main02.jpg) center center / cover no-repeat;
	overflow: hidden;
}
#contents .wrapp {
	padding-bottom: 25px !important;
	background:  url(https://www.sato-suisan.co.jp/images/recruit/recruit_bgImg.png) center top / 1300px 800px repeat-y #f6f0e6;
	
}

#contents .wrapp .contentsInner {
	margin-bottom: 0 !important;
}
.yellow {
	color: #FFD464 !important;
}
.pink {
	color: #F26964 !important;
}
.glay {
	color: #F4F4F2 !important;
}
.blue {
	color: #1253A4 !important;
}

#sidebar_recruit #sideNavi {
	border-bottom: none;
	width:240px;
	position:absolute;
	top:-70px;
	left:0;
}
#sidebar_recruit #sideNavi #sideNaviLabel {
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #FFD464;
	color: #1253A4;
	font-weight: bold;
	border-bottom: solid 1px #1253A4;
}
#sidebar_recruit #sideNavi #sideNaviLabel a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 1.5em;
	height: 70px;
	overflow: hidden;
	padding: 0 16px;
	text-decoration: none;
	color: #1253A4;
}
#sidebar_recruit #sideNavi #sideNaviLabel a:hover {
	text-decoration: none;
	background-color: #F4F4F2;
}
#sidebar_recruit #sideNavi ul li {
	line-height: 1.8;
}
#sidebar_recruit #sideNavi ul li a {
	display: block;
	position: relative;
	color: #1253A4;
	text-decoration: none;
}
#sidebar_recruit #sideNavi ul li span {
	display: block;
	position: relative;
	color: #1253A4;
	text-decoration: none;
}
#sidebar_recruit #sideNavi ul li a:hover {
	background-color: #F4F4F2;
}
#sidebar_recruit #sideNavi ul li.current > a,
#sidebar_recruit #sideNavi ul li.current a:hover {
	line-height: 1.8;
	color:#FFD464;
	background-color: #1253A4;
}
#sidebar_recruit #sideNavi ul li.current > a {
}
#sidebar_recruit #sideNavi ul.rootNode > li {
}
#sidebar_recruit #sideNavi ul.rootNode > li > a,
#sidebar_recruit #sideNavi ul.rootNode > li > span {
	font-weight: bold;
	border-left: solid 7px #F26964;
	padding: 12px;
	border-bottom: solid 1px #1253A4;
	border-right: solid 1px #1253A4;
}
#sidebar_recruit #sideNavi ul.rootNode > li > ul {
	display: block;
	background:#fff;
	border: solid 1px #1253A4;
	border-top: none;
}
#sidebar_recruit #sideNavi ul.rootNode > li.current > ul,
#sidebar_recruit #sideNavi ul.rootNode > li.open > ul {
	display: block;
}
#sidebar_recruit #sideNavi ul.rootNode > li > ul > li {
	line-height:1.5em;
}
#sidebar_recruit #sideNavi ul.rootNode > li > ul > li > a {
	padding: 8px 10px 8px 25px;
}
#sidebar_recruit #sideNavi ul.rootNode > li > ul > li > a:before {
	content: '';
	position: absolute;
	border: solid 4px transparent;
	border-left: solid 4px #FFD464;
	left: 12px;
	top: 50%;
	margin-top: -6px;
}

h3.box {
	font-size:1.2em;
	color:#1253A4;
	background: #fff;
	position: relative;
	padding: .5em .75em .5em 1.25em;
	border: 2px solid #1253A4;
	border-radius: 5px;
}
h3.box::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1253A4;
	border-radius: 3px;
}
h3.box.rudy {
	padding: 1em .75em .5em 1.25em;
}

h4.plane_recruit {
	color:#F26964;
	font-size:1.1em;
	font-weight: bold;
}
h4.line_recruit {
	color:#1253A4;
	font-size:1.2em;
	padding: .1em 0 .1em .6em;
	border-left: 3px solid #F26964;
	font-weight: bold;
}

.recCol3block {
	float:left;
	width:350px;
	margin-right:25px;
	margin-bottom:25px;
}
.recCol4block {
	float:left;
	width:250px;
	margin-right:33px;
	margin-bottom:25px;
}
.recCol3block.last, .recCol4block.last {
	margin-right:0px;
}
.recCol3block img, .recCol4block img {
	width:100%;
	height:auto;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	margin-bottom: 5px;
}
.recCol3block h5, .recCol4block h5 {
	text-align: center;
}
.recCol3block a, .recCol4block a {
	text-decoration: underline;
}
.recCol3block a:hover, .recCol4block a:hover {
	text-decoration: none;
}

table.recruit_table {
	width:100%;
	color: #1253A4 !important;
}
table.recruit_table th{
	background-color: #FFD464;
    width: auto;
	word-break: break-all;
}
table.recruit_table th, table.recruit_table td{
    border: #1253A4 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}

div.line_recruit {
	border-bottom:1px dotted #1253A4;
}

dl.dataset_recruit {
	border-bottom:1px #F26964 dotted;
	margin-bottom:12px;
	color: #1253A4 !important;
}
dl.dataset_recruit dt {
	float:left;
	font-weight:bold;
	margin-bottom:10px;
}
dl.dataset_recruit dd {
	margin-left:200px !important;
	margin-bottom:10px;
}
dl.dataset_recruit.last {
	margin-bottom:5px;
}

dl.dataset_recruit02 {
	margin-bottom:5px;
	color: #1253A4 !important;
}
dl.dataset_recruit02 dt {
	float:left;
	font-weight:bold;
}
dl.dataset_recruit02 dd {
	margin-left:60px !important;
}
dl.dataset_recruit02.last {
	margin-bottom:0;
}

.btn.l {
	background: #1253A4;
	background-image: -webkit-linear-gradient(top, #1253A4 0%,#1253A4 50%,#043794 51%,#043794 100%);
	background-image: -moz-linear-gradient(top, #1253A4 0%, #1253A4 50%, #043794 51%, #043794 100%);
	background-image: linear-gradient(to bottom, #1253A4 0%,#1253A4 50%,#043794 51%,#043794 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1253A4', endColorstr='#043794',GradientType=0 );
	color: #F4F4F2;
	border: solid #043794 2px;
}
.btn.l::after {
    border-left-color: #F4F4F2;
}
.btn.l.wide {
	box-sizing: border-box;
	width:100%;
}
.btn.back {
	background: #1253A4;
	background-image: -webkit-linear-gradient(top, #1253A4 0%,#1253A4 50%,#043794 51%,#043794 100%);
	background-image: -moz-linear-gradient(top, #1253A4 0%, #1253A4 50%, #043794 51%, #043794 100%);
	background-image: linear-gradient(to bottom, #1253A4 0%,#1253A4 50%,#043794 51%,#043794 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1253A4', endColorstr='#043794',GradientType=0 );
	border-radius: 0px;
	color: #F4F4F2;
	border: solid #043794 2px;
}
.btn.back::after {
}

.recruitCol3block_interview {
	float:left;
	width:260px;
	margin-right:10px;
	margin-bottom:55px;
	box-sizing:border-box;
}
.recruitCol3block_interview.last {
	margin-right:0px;
}
.recruitCol3block_interview img {
	width:100%;
	height:auto;
}
.recruitCol3block_interview .inner {
	position:relative;
}
.recruitCol3block_interview .inner .volLabel {
	position:absolute;
	top:-43px;
	right:25px;
	color:#1253A4;
	background:#FFD464;
	padding:3px 10px;
	font-size:12px;
	z-index:100;
}
.recruitCol3block_interview .inner .textBox {
	position:absolute;
	top:-30px;
	left:15px;
	width: 230px;
	background-color: rgba(255,255,255,0.8);
	padding:4px 10px 6px;
	border: 1px solid #eee;
	box-sizing:border-box;
	z-index:80;
}
.recruitCol3block_interview .inner .textBox span {
	font-size: 12px;
}
.recruitCol3block_interview .inner .textBox h5 {
	font-size: 14px;
	color: #1253A4 !important;
	margin-bottom: 5px;
}
.recruitCol3block_interview .inner .textBox p {
	font-size: 14px !important;
	line-height: 18px !important;
}

.yellowBorderBox {
	border:4px solid #FFD464 ; 
	padding:15px; 
	border-radius: 10px;
	box-sizing:border-box; 
	background:#F4F4F2;
	width:100%;
	margin: 0 auto;
}
.yellowBorderBox .qBox {
	color:#F4F4F2;
	background:#F26964;
	padding:3px 10px;
	margin-right: 10px;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	border-radius: 5px;
}

.inner_company .leftBlock {
	width: 385px;
	float: left;
}
.inner_company .rightBlock {
	width: 395px;
	float: right;
}
.inner_myhome .leftBlock {
	width: 40%;
	float: left;
}
.inner_myhome .rightBlock {
	width: 60%;
	padding-top: 20px;
	float: right;
}

.col2Block .leftCol_rec {
	width: 500px;
	float: left;
}
.col2Block .rightCol_rec {
	width: 275px;
	float: right;
}
.col4Block .leftCol_rec {
	float: left;
	width: 250px;
	margin-right: 33px;
}
.col4Block .rightCol_rec {
	float: right;
	width: 250px;
}

.col1Block.recruit_main .leftBlock {
	width: 48%;
	float: left;
}
.col1Block.recruit_main .rightBlock {
	width: 48%;
	float: right;
}
.col1Block.recruit_main .rightBlock p.nen {
	display: inline-block;
	margin-top: 80px;
	color:#1253A4;
	background:#FFD464;
	padding:3px 10px;
	font-size:14px;
}
.col1Block.recruit_main .rightBlock p.busyo {
	margin-top: 20px;
	color: #1253A4 !important;
	font-weight: bold;
}
.col1Block.recruit_main .rightBlock h2 {
	color: #1253A4 !important;
	font-size:1.5em !important;
	font-weight: bold;
}
.col1Block.recruit_main .rightBlock p.message {
	margin-top: 40px;
	color: #F26964 !important;
	font-size:1.7em !important;
	line-height: 1.6em !important;
}

.col1Block.recruit_interview .question p {
	font-size: 1.2em !important;
}
.col1Block.recruit_interview .question span {
	color:#F4F4F2;
	background:#F26964;
	padding:3px 10px;
	margin-right: 10px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	border-radius: 5px;
}
.col1Block.recruit_interview .answer {
}
.col1Block.recruit_interview .answer span {
	float: left;
	width: 40px;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	color: #FFD464 !important;
	display: inline-block;
}
.col1Block.recruit_interview .answer p {
	float: right;
	width: 720px;
	font-size: 1.2em;
	font-weight: bold;
	color: #1253A4 !important;
	display: inline-block;
}

.otherBlock div {
	float: left;
	width: 90px;
	margin-right: 10px;
}

ul.recruitList {
	list-style: none;
	color: #1253A4 !important;
}
ul.recruitList li {
	margin-bottom:.2em;
}
ul.recruitList li:before {
    content: "・";
    color: #F26964;
}
ul.recruitList li:last-child {
	margin-bottom:0;
}

.flowBox {
	width: 100%;
	height: 130px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.flowBox .stepBlock {
	width: 132px;
	height: 110px;
	position: absolute;
	top:13px;
	left:10px;
}
.flowBox .inner {
	width: 648px;
	height: 110px;
	background-color: #f4f4f2 !important;
	box-sizing: border-box;
	position: absolute;
	top:10px;
	right:10px;
	z-index: 50;
}
.flowBox .inner p {
	padding-left: 70px;
	font-size: 1.3em !important;
	color: #1253A4 !important;
}
.flowBox .inner p.line01 {
	padding-top: 40px;
}
.flowBox .inner p.line02 {
	padding-top: 23px;
}
.flowBox.no01 {
	background: #55b987;
}
.flowBox.no01:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left:53px;
	border: 20px solid transparent;
	border-top: 20px solid #55b987 !important;
}
.flowBox.no01 .inner {
	background: url(../../images/recruit/flow_bg01.png) left top no-repeat;
}
.flowBox.no02 {
	background: #f26964;
}
.flowBox.no02:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left:53px;
	border: 20px solid transparent;
	border-top: 20px solid #f26964 !important;
}
.flowBox.no02 .inner {
	background: url(../../images/recruit/flow_bg02.png) left top no-repeat;
}
.flowBox.no03 {
	background: #1e84b4;
}
.flowBox.no03:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left:53px;
	border: 20px solid transparent;
	border-top: 20px solid #1e84b4 !important;
}
.flowBox.no03 .inner {
	background: url(../../images/recruit/flow_bg03.png) left top no-repeat;
}
.flowBox.no04 {
	background: #f9b516;
}
.flowBox.no04:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left:53px;
	border: 20px solid transparent;
	border-top: 20px solid #f9b516 !important;
}
.flowBox.no04 .inner {
	background: url(../../images/recruit/flow_bg04.png) left top no-repeat;
}
.flowBox.no05 {
	background: #45bfce;
}
.flowBox.no05:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left:53px;
	border: 20px solid transparent;
	border-top: 20px solid #45bfce !important;
}
.flowBox.no05 .inner {
	background: url(../../images/recruit/flow_bg05.png) left top no-repeat;
}
.flowBox.no06 {
	background: #fb942f;
}
.flowBox.no06 .inner {
	background: url(../../images/recruit/flow_bg06.png) left top no-repeat;
}

.anchorBlock_rec {
	width:auto;
	text-align:center;
	font-size:0.9em;
	background: #F4F4F2;
    border-radius: 5px;
	padding:10px 15px 10px 35px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.anchorBlock_rec a {
	margin-right:50px;
	position:relative;
    color: #1253A4;
}
.anchorBlock_rec a:last-child {
	margin-right:0px;
}
.anchorBlock_rec a:before {
	display:inline-block;
	content: "";
	position:absolute;
	top:0px;
	left:-22px;
	width: 16px;
	height: 16px;
	border-radius: 50%;  
	background: #1253A4;
}
.anchorBlock_rec a:after {
	display: inline-block;
	content: "";
	position:absolute;
	top:6px;
	left:-19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}


@media screen and (max-width: 768px){
#h1Block_recruit {
	padding-left:0px !important; 
	padding:25px 0 25px 10px;
	margin: 75px auto 0;
}
#h1Block_recruit h1 {
	width:100%;
}
#h1Block_recruit h1 span {
	padding-left:10px !important;
}
	
#sidebar_recruit #sideNavi {
	width: 100%;
	padding-bottom: 30px;
	position:inherit;
}
#sidebar_recruit #sideNavi #sideNaviLabel a {
	line-height: 1.4;
	letter-spacing: 0.3em;
	height: auto;
	padding: 18px;
	text-decoration: none;
	color: #fff;
}
h4.plane_recruit {
	margin-top: 20px;
}
.col2Block .leftCol_rec, 
.inner_company .leftBlock,
.inner_myhome .leftBlock	{
	width: 100%;
	float: none;
}
.col2Block .rightCol_rec,
.inner_company .rightBlock,
.inner_myhome .rightBlock	{
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 0;
}
.col2Block .leftCol {
	margin-bottom: 20px;
}
.recruitCol3block_interview {
	float:none;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 85px;
}
.recruitCol3block_interview.last {
	margin-right:auto;
	margin-bottom: 75px;
}
.recruitCol3block_interview .inner .volLabel {
	right:10%;
}
.recruitCol3block_interview .inner .textBox {
	top:-30px;
	left:5%;
	width: 90%;
}
.col3Block_02.spCol1Block {
	width: 70%;
}
.col3Block_02.spCol1Block .leftCol {
	float: none !important;
	width: 100% !important;
	margin-right: 0;
	margin-bottom: 20px;
}
.col3Block_02.spCol1Block .rightCol {
	float: none !important;
	width: 100% !important;
}
.recCol3block {
	width: 48%;
	margin-right: inherit;
	margin-bottom: 20px;
}
.recCol4block {
	width: 48%;
	margin-right: inherit;
	margin-bottom: 20px;
}
.recCol3block.last {
	margin-right: inherit;
}
.recCol3block.spOnlyLeft {
	margin-right: 4% !important;
}
.recCol3block.spOnlyRight {
	margin-right: 0 !important;
}
.recCol4block.spOnlyLeft {
	margin-right: 4% !important;
}
.recCol4block.spOnlyRight {
	margin-right:0 !important;
}
table.recruit_table th, table.recruit_table td{
    width: 100% !important;
	display:block;
	font-size:0.9em;
}
dl.dataset_recruit dt {
	float:none;
	margin-bottom:5px;
}
dl.dataset_recruit dd {
	float:none;
	margin-bottom:15px;
	margin-left:0px !important;
}
.col1Block.recruit_main .rightBlock p.nen {
	margin-top: 0px;
}
.col1Block.recruit_main .rightBlock p.message {
	margin-top: 30px;
	font-size:1.5em !important;
	line-height: 1.5em !important;
}
.col1Block.recruit_interview .question p {
	font-size: 1.1em !important;
}
.col1Block.recruit_interview .answer p {
	width: 90%;
	font-size: 1.1em;
}
.flowBox {
	margin-bottom: 20px;
}
.flowBox .stepBlock {
	width: 20%;
	z-index: 100;
}
.flowBox .stepBlock img {
	width: 100%;
}
.flowBox .inner {
	width: 80%;
}
.flowBox .inner p {
	padding-left: 50px;
	font-size: 1.1em !important;
	line-height: 1.4em !important;
}
.flowBox .inner p.line02 {
	padding-top: 30px;
}
.flowBox.no01:before {
	bottom: -30px;
	left:30px;
	border: 15px solid transparent;
	border-top: 15px solid #55b987 !important;
}
.flowBox.no02:before {
	bottom: -30px;
	left:30px;
	border: 15px solid transparent;
	border-top: 15px solid #f26964 !important;
}
.flowBox.no03:before {
	bottom: -30px;
	left:30px;
	border: 15px solid transparent;
	border-top: 15px solid #1e84b4 !important;
}
.flowBox.no04:before {
	bottom: -30px;
	left:30px;
	border: 15px solid transparent;
	border-top: 15px solid #f9b516 !important;
}
.flowBox.no05:before {
	bottom: -30px;
	left:30px;
	border: 15px solid transparent;
	border-top: 15px solid #45bfce !important;
}
.anchorBlock_rec {
	text-align:left;
	font-size:1em;
    line-height: 2em;
	padding:15px 20px 15px 40px;
	margin-left:inherit;
	margin-right:inherit;
}
}

@media screen and (max-width: 500px){
.col1Block.recruit_main .leftBlock {
	width: 40%;
}
.col1Block.recruit_main .rightBlock {
	width: 56%;
}
.col1Block.recruit_main .rightBlock p.nen {
	padding:2px 8px;
	font-size:12px;
}
.col1Block.recruit_main .rightBlock p.busyo {
	margin-top: 10px;
}
.col1Block.recruit_main .rightBlock h2 {
	font-size:1.2em !important;
}
.col1Block.recruit_main .rightBlock p.message {
	margin-top: 10px;
	font-size:1.2em !important;
}
.col1Block.recruit_interview .answer p {
	width: 85%;
}
.flowBox {
	height: 110px;
}
.flowBox .stepBlock {
	height: 90px;
}
.flowBox .inner {
	height: 90px;
}
.flowBox .inner p {
	font-size: 1em !important;
}
.flowBox .inner p.line01 {
	padding-top: 30px;
}
.flowBox .inner p.line02 {
	padding-top: 10px;
}

	
}
