@charset "utf-8";

@media all and (max-width:700px){

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	font-size: 16px;
	text-indent: 1em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	color: #502d16;
	font-weight: 800;
}

body {
	margin: 0px;
	padding: 0;
	letter-spacing: 0.15em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック""ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
}

#wrap {
	position: relative;
	height: auto !important;/*IE6対策*/
	height: 100%;/*IE6対策*/
	min-height: 100%;
}

header {
	display: none;
}

/*スマホ用ハンバーガーボタン*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 9995;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #ff6600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
	-webkit-transform: translateY(-16px) rotate(90deg);
	-ms-transform: translateY(-16px) rotate(90deg);
	-o-transform: translateY(-16px) rotate(90deg);
	transform: translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 9992;
	top: 0;
	left: 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.9s;
	width: 100%;
	opacity: 0.95;
}

nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;

}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ff6600;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background: #ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration: none;
}

/* jQuery add-remove */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

.sb {
	width: 100%;
}

/* トップ【背景・タイトル文字画像・説明文】 */
.main-top-tm {
	position: relative;
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 50px rgba(255,133,80,1) solid;
	overflow: hidden;
	background-image: url(../img/smile-recruit-top-s.png);
	background-size: 700;
	background-position: top center;
	background-attachment: fixed;
	z-index: 100;
}

#contents{
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#contents-box {
	background-color: #fff4ec;
	background-image: url(../img/message-haikei.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 600;
}

.title {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.title img{
	width: 100%;
}
.rm {
	display: none;
}

.s-rm {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 0;
}

/*【職場環境】*/
.contact1 {
	position: relative;
	width: 100%;
}

.c1-l {
	width: 96%;
	padding: 2%;
	background-color: #ffffff;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	z-index: 800;
}

.c1-l p{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}

.c1-r {
	width:60%;
	max-width: 700px;
	min-width: 260px;
	margin: 0 auto;
	padding-top: 50px;
}
.c1-r img{
	width: 100%;
}

/*【未経験者】*/
.contact2 {
	position: relative;
	width: 100%;
	padding-top: 80px;
}

.c2-r {
	width: 96%;
	padding: 2%;
	background-color: #ffffff;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	z-index: 800;
}

.c2-r p{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}

.c2-l {
	width:60%;
	max-width: 700px;
	min-width: 260px;
	margin: 0 auto;
	padding-top: 50px;
}
.c2-l img {
	width: 100%;
}

/*【福利厚生】*/
.contact3 {
	position: relative;
	width: 100%;
	padding-top: 80px;
}

.c3-l {
	width: 96%;
	padding: 2%;
	background-color: #ffffff;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	z-index: 800;
}

.c3-l p{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}

.c3-r {
	width:15%;
	max-width: 698px;
	min-width: 200px;
	margin: 0 auto;
	padding-top: 50px;
}
.c3-r img {
	width: 100%;
}

/* 【contact1】【contact2】【contact3】共通 */
.midashi-b {
	width: 100%;
	overflow: hidden;
}

/* 見出し(丸) */
.circle {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(245, 82, 12, 1) 0%, rgba(255, 133, 80, 1) 100%);
	text-align: center;
	line-height: 45px;/* heightと同じ値 */
	font-weight: 800;
	color: white;
	display: inline-block;
	font-size: 25px;
}

/* 見出し(文字画像) */
.midashi-b img {
	width: 75%;
	max-width: 350px;
	vertical-align: middle;
	display: inline-block;
}

.tomajob {
	width: 98%;
	margin: 50px auto;
	padding: 35px 1%;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
	background: linear-gradient(180deg, rgba(245, 82, 12, 1) 0%, rgba(255, 133, 80, 1) 100%);
}

/* とまジョブリンク */
.tomajob a {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
}
.tomajob a:link{
	color: #ffffff;
}
.tomajob a:visited{
	color: #ffffff;
}

/* 文字の固定・不自然な折り返しを防ぐ */
.moji-kotei {
	display: inline-block;
}

/*【会社概要】【個人情報】*/
.contents-box2{
	width: 100%;
	max-width: 1920px;
}

/*【会社概要】*/
#company-box {
	width: 100%;
	max-width: 680px;
}

.company-title{
	padding-left: 2%;
	font-size: 21px;
	line-height: 1.5em;
	color: #502d16;
	font-weight: 800;
}

#company-box table {
	width: 85%;
	max-width: 680px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 2em;
	color: #502d16;
}

#company-box th {
	display: block;
	width: 100%;
	font-weight: 800;
}

#company-box td {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ff6600;
}

#company-box ul{
	margin: 0;
	padding-left: 20;
}

/*【プライバシーポリシー】*/
#privacy-policy{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}

.policy{
	width: 90%;
	margin: 0 auto;
}

.policy-title{
	font-size: 21px;
	line-height: 1.5em;
	color: #502d16;
	font-weight: 800;
}

.p-t{
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 800;
}

.policy span{
	font-size: 15px;
	line-height: 2em;
	color: #361300;
}

#policy-enactment {
	text-align: right;
	width: 97%;
	padding: 50px 0 0 3%;
	font-size: 15px;
	line-height: 2em;
	color: #361300;
}

/* コピーライト */
footer {
	width: 100%;
	height: 40px;/*フッターの高さ*/
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #ff6900;
}

/* スクロール時に出るトップへのアイコン */
.page_top{
  position: fixed;
  right: 35px;
  bottom: 0px;
  height: 104px;
  z-index: 50000;
}
.page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
.page_top img{
  width: 100%
}

/*=== 画面スクロールでアニメーション ===*/
.sa {
  opacity: 0;
  transition: all .6s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}

/* 動き【左から右】 */
.sa--lr {
  transform: translate(-30%, 0);
}

/* 動き【右から左】 */
.sa--rl {
  transform: translate(50%, 0);
}

/* 動き【右上】 */
.sa--ur {
  transform: translate(-50%, 50%);
}

/* 動き【左上】 */
.sa--ul {
  transform: translate(50%, 50%);
}

/* 動き【右下】 */
.sa--dr {
  transform: translate(-50%, -50%);
}

/* 動き【左下】 */
.sa--dl {
  transform: translate(50%, -50%);
}

/* 動き【下から上】 */
.sa--up {
  transform: translate(0, 100px);
}

/* 動き【上から下】 */
.sa--down {
  transform: translate(0, -100px);
}

/* 動き【拡大】 */
.sa--scaleUp {
  transform: scale(.5);
}

/* 動き【縮小】 */
.sa--scaleDown {
  transform: scale(1.5);
}

/* 動き【左に回転】 */
.sa--rotateL {
  transform: rotate(180deg);
}

/* 動き【右に回転】 */
.sa--rotateR {
  transform: rotate(-180deg);
}

}