@charset "UTF-8";
/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/

*{box-sizing: border-box;}

html{
	overflow-y: scroll;	/*ここでスクロールバーを常に表示*/
}
body {
	/*font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font-size: 16px;
	/*font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Sawarabi Mincho", "HGP明朝B", serif;*/
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	margin: 0;
	padding: 0;
	color: #000;
	position: relative;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a {
	color: #42413C;
	text-decoration: underline; 
}
/*a:visited {
	color: #6E6C64;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 1000px;
	margin: 0 auto;
	padding: 130px 0 0 0;
}

video,
img, object {
	max-width: 100%;
	height: auto;
	/* ie8.css参照 */
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* @@ フッター */

.page-footer{
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 60px 0 20px 0;
	color: #999;
	font-family: Arial, serif;
}



/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
h2.page_title{
	clear: both;
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	border-bottom: 1px solid #707070;
	padding: 0 0 8px 2px;
	margin: 24px 0 48px 0;
}

h3.h3_title{
	clear: both;
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	padding: 60px 0 8px 2px;
	margin: 0 0 24px 0;
}
h3.h3_title:first-of-type{
	padding: 0 0 8px 2px;
}


a.pagetop-link{
	position: fixed;
	right: 0;
	bottom: 10px;
	padding: 6px;
	color: white;
	background-color: rgba(0,0,0,0.7);
	font-size: 14px;
}


ul.list-1{
	list-style-type: disc;
	margin: 0;
	padding: 0;
	font-size: 0;
}
ul.list-1 li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font-size: 15px;
	line-height: 1.2;
}

ul.list-2{
	list-style-type: circle;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 0;
}
ul.list-2 li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font-size: 15px;
	line-height: 1.2;
}

ul.list-3{
	list-style-type: disc;
	margin: 0 0 60px;
	padding: 0;
	font-size: 0;
}
ul.list-3 li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font-size: 15px;
	line-height: 1.2;
}

ul.list-4{
	list-style-type: disc;
	margin: 0 0 15px;
	padding: 0;
	font-size: 0;
}
ul.list-4 li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font-size: 15px;
	line-height: 1.2;
}

a.btn-1{
	display: inline-block;
	border: 2px solid #999;
	/*width: 240px;*/
	text-align: center;
	padding: 12px;
	text-decoration: none;
	margin: 1px 0;
}

/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon{ime-mode:active;}
.imeoff{ime-mode:disabled;}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}

.nowrap{white-space: nowrap;}

a:hover img,
.pronikike-bottom a:hover{
	opacity: 0.7;
}


/*-----------------------------------------------------
@@ index
------------------------------------------------------*/

.message1{
	font-size: 34px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 16px;
	margin: 60px auto 48px;
	padding: 0;
}
.message2{
	font-size: 19px;
	line-height: 3;
	text-align: center;
	letter-spacing: 8px;
	margin: 0 auto 60px;
	padding: 0;
}
.message3{
	font-size: 19px;
	line-height: 3;
	text-align: center;
	letter-spacing: 8px;
	margin: 60px auto 48px;
	padding: 0;
}
.message4{
	font-size: 58px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 16px;
	margin: 0px auto 60px;
	padding: 0;
}

/* @@ バナー サイトリンク */

.site-link{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;

}


div.index-top{
	position: relative;
}

/*#cont6{
	width: 1000px;
	position: absolute;
	top: 180px;
	left: 0;
}*/


.site-link2{
	display: flex;
	justify-content: space-between;
	margin: 24px auto;
	padding: 0 10px;
}
.site-link2 a{
	display: block;
	border: 2px solid #999;
	width: 240px;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	background-color: white;
}
.site-link2 a h2{
	margin: 18px 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	letter-spacing: 4px;
}
.site-link2 a p.p-1{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 4px;
}
.site-link2 a p.p-2{
	margin: 0;
	padding: 4px;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	letter-spacing: 4px;
	background-color: #e0e0e0;
}

/* @@ 会社概要 */

.company-info2{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
.company-info2 table{
	width: 410px;
	border-top: 1px solid #666;
	border-collapse: collapse;
	margin: 0 40px;
}
.company-info2 table th,
.company-info2 table td{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #666;
	height: 60px;
	padding: 4px 16px;
}
.company-info2 table th{
	white-space: nowrap;
}
.company-info2 table td{
}
.company-info2 table td span{
	font-size: 14px;
}


/* @@ ワールド・ビジョン */

.world-vision{
	border-top: 1px solid #707070;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
}
.world-vision p{
	font-size: 16px;
	line-height: 2;
}



/*-----------------------------------------------------
@@ 会社概要
------------------------------------------------------*/

.company-info1{
	text-align: center;
	padding: 0 0 60px 0;
}
.company-info1 h1{
	font-size: 28px;
	letter-spacing: 8px;
	color: #333;
	margin: 30px auto 0;
	padding: 0;
}

table.table-company2{
	width: 100%;
	border-top: 1px solid #666;
	border-collapse: collapse;
	margin: 0 0 60px;
}
table.table-company2 th,
table.table-company2 td{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #666;
	height: 60px;
	padding: 4px 16px;
}
table.table-company2 th{
	white-space: nowrap;
}
table.table-company2 td{
}
table.table-company2 span.sml{
	font-size: 14px;
}
table.table-company2 span.syncer-tel{
	font-size: 16px;
}


/*-----------------------------------------------------
@@ 代表挨拶
------------------------------------------------------*/
img.img-greeting-1{
	float: left;
	margin: 0 12px 24px 0;
}
p.p-greeting{
	font-size: 16px;
	line-height: 1.7;
	padding: 0;
	margin: 0 0 2em 0;
}

/*-----------------------------------------------------
@@ 企業理念
------------------------------------------------------*/
p.p-rinen{
	color: white;
	background-color: #0054a6;
	font-size: 28px;
	padding: 20px;
	line-height: 1.7;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-feature-settings : "pkna";
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
p.p-rinen span{
	color: #ffff33;
}
@media (max-width: 768px) {
	p.p-rinen{
		font-size: 20px;
		padding: 10px;
	}
}


dl.syakun{
	padding: 20px;
	background-color: #e0e0e0;
	text-align: center;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-feature-settings : "pkna";
}
dl.syakun dt{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}
dl.syakun dt span{
	color: #0054a6;
}
dl.syakun dd{
	color: #666;
	font-size: 15px;
	margin: 0 0 30px;
	padding: 0;
}
dl.syakun dd:last-of-type{
	margin: 0;
}
@media (max-width: 768px) {
	dl.syakun{
		padding: 10px;
	}
}

p.p-corp{
	margin: 0 0 2em;
	padding: 0;
	font-size: 16px;
	line-height: 1.7;
	
}

/*-----------------------------------------------------
@@ 求人／採用
------------------------------------------------------*/
table.table-recruit{
	margin: 0 0 36px;
	border: 1px solid #707070;
	border-collapse: collapse;
}
table.table-recruit th,
table.table-recruit td{
	border: 1px solid #707070;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.table-recruit th{
	background-color: #e0e0e0;
	white-space: nowrap;
}
table.table-recruit td{
	background-color: white;
}

h4.reclute1{
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 0.5em 0;
	padding: 0;
}


.to-recruit-top{
	padding-top: 48px;
}

/*-----------------------------------------------------
@@ お問い合わせ、応募フォーム
------------------------------------------------------*/

dl.inquily1 {
  font-size: 140%;
  letter-spacing: 0.1em;
  background-color: #eaeaea;
  width: 80%;
  margin: auto;
  line-height: 2em;
  padding: 1em;
}
@media (max-width: 768px) {
dl.inquily1{
      text-align: center;
      padding: 0.1em;
      margin: 0;
      width: 100%;
	}
}
dl.inquily1 dt {
    float: left;
    width: 6em;
}
@media (max-width: 768px) {
	dl.inquily1 dt {
        float: none;
        display: block;
        width: 100%;
	}
}
dl.inquily1 dt:after {
      content: ":";
}
@media (max-width: 768px) {
	dl.inquily1 dt:after {
          content: none;
	}
}
@media (max-width: 768px) {
	dl.inquily1 dd {
      display: block;
      width: 100%;
      margin: 0;
      background-color: #fff; }
}

table.table-form1{
	border-collapse: collapse;
	border-top: 1px solid #707070;
	margin: 0 auto 24px;
	width: 720px;
}
table.table-form1 th,
table.table-form1 td{
	padding: 12px;
	border-bottom: 1px solid #707070;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}
table.table-form1 th{
	background-color: #eaeaea;
	width: 258px;
}
table.table-form1 th span.require{
	color: #e55a3b;
	padding-left: 0.5em
}
table.table-form1 td{
	background-color: white;
	width: 463px;
}

input.input1{
	width: 400px;
	padding: 4px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 16px;
}
input.input2{
	width: 200px;
	padding: 4px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 16px;
}
input.input3{
	width: 60px;
	padding: 4px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 16px;
}
textarea.textarea1{
	width: 400px;
	height: 200px;
	padding: 4px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 16px;
}
select{
	padding: 4px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 16px;
}

input.form-error,
select.form-error{
	border: 1px solid red;
}
@media (max-width: 768px) {
	table.table-form1{
		width: 100%;
		margin: 0 0 24px;
	}
	
	table.table-form1 th,
	table.table-form1 td{
		display: block;
		width: 100%;
	}
	input.input1{
		width: 100%;
	}
	input.input2{
		width: 100%;
	}
	input.input3{
		width: 60px;
	}
	textarea.textarea1{
		width: 100%;
	}

}


ul.error-box{
	background-color: #ffdddd;
	padding: 10px 20px 6px;
	margin: 0 0 20px;
	border-radius: 6px;
}
ul.error-box li{
	margin: 0 0 4px 1em;
	font-size: 13px;
	color: #ff3333;
}

.submit-container{
	text-align: center;
}

.btn-form-1{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 16px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
	border: 1px solid #707070;
	border-radius: 3px;
	color: #333;
	background-color: #ccc;
	vertical-align: baseline;
}
.btn-form-1:hover{
	cursor: pointer;
}

.mailform-thanks{
	border: 1px solid  #707070;
	padding: 20px;
	width: 80%;
	margin: 0 auto 48px;
}
.mailform-thanks p{
	text-align: center;
	font-size: 24px;
}


p.p-error1{
	margin: 4px 0 0 0;
	padding: 0;
	color: red;
	font-size: 14px;
}
p.p-form-chui{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
}
/*-----------------------------------------------------
@@ PC
------------------------------------------------------*/

@media (min-width: 768px) {
	
.recruitBox{
	width : 890px;
	margin:10px auto;

}

#headermenu-btn{display: none;}
#main-menu{	
	position: fixed;
	background-color: rgba(255,255,255, 0.9);
	width: 100%;
	z-index: 1000;
}
#main-menu-in{
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #707070;
}
#main-menu h1{
	margin: 0 !important;
	padding: 0 !important;
}
#main-menu h1 a{
	display: block;
	width: 160px;
	height: 120px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent url(images/logo.png) no-repeat 0 0;
}

ul.main-menu-list{
	font-size: 0;
	list-style-type: none;
	position: absolute;
	bottom: 8px;
	right: 0px;
}
ul.main-menu-list li{
	display: inline-block;
	margin: 0 32px 0 0;
	padding: 0;
}
ul.main-menu-list li a{
	font-size: 16px;
	text-decoration: none;
}
ul.main-menu-list li a:hover{
	text-decoration: underline;
}


	.smp{display: none;}
}

/*-----------------------------------------------------
@@ スマホ
------------------------------------------------------*/
@media (max-width: 767px) {





	body{
		/*font-family: "Sawarabi Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;*/
	}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

div.index-top{
	position: static;
}
#cont6{
	position: static;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea{
	-webkit-appearance: none;
	vertical-align: baseline;
	line-height: 1;
}

#headermenu-btn{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(images/menu_close.png) no-repeat 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#headermenu-btn.clicked{
	background: url(images/menu_open.png) no-repeat 0 0;
}



#main-menu{	
	position: fixed;
	background-color: rgba(255,255,255, 0.9);
	width: 100%;
	z-index: 100;
}
#main-menu-in{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #707070;
}
#main-menu h1{
	margin: 0 !important;
	padding: 0 !important;
}
#main-menu h1 a{
	display: block;
	width: 176px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent url(images/logo_smp.png) no-repeat 0 0;
}

ul.main-menu-list{
	font-size: 0;
	list-style-type: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	background: #888888;
	display: none;
}
ul.main-menu-list li{
	display: block;
	margin: 8px;
	padding: 0;
}
ul.main-menu-list li a{
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 8px;
	background-color: white;
}
ul.main-menu-list li a:hover{
	text-decoration: underline;
}

.contents-margin{
	margin: 0 10px;
}
	.message1{
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 8px;
		margin: 30px auto 24px;
		padding: 0;
	}
	.message2,
	.message3{
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 4px;
		margin: 0 auto 30px;
		padding: 0;
	}
	.message4{
		font-size: 28px;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 8px;
		margin: 0px auto 30px;
		padding: 0;
	}

#cont6{
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}


	.site-link2{
		display: block;
		justify-content: space-between;
	}
	.site-link2 a{
		width: 96%;
		margin: 0 auto 12px;
	}


.company-info1 h1{
	font-size: 24px;
	letter-spacing: 4px;
	color: #333;
	margin: 30px auto 0;
	padding: 0;
}

.company-info2{
	display: block;
	justify-content: space-between;
	margin: 0 0 60px;
}
table.table-company2{
	width: 100%;
	border-top: 1px solid #666;
	border-collapse: collapse;
	margin: 0;
}
table.table-company2:last-child{
	border-top: none;
}

table.table-company2 th,
table.table-company2 td{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
	height: auto;
}
table.table-company2 th{
	white-space: nowrap;
	padding: 4px 5px 4px;
}
table.table-company2 td{
	border-bottom: 1px solid #666;
	padding: 0 5px 4px 20px;
}

a.pagetop-link{
	position: fixed;
	right: 0;
	bottom: 10px;
	padding: 0px;
	color: #333;
	background: transparent url(images/top_back.png) no-repeat 0 0;
	font-size: 14px;
	width: 40px;
	height: 40px;
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
}

img.img-greeting-1{
	float: none;
	display: block;
	margin: 0 auto 24px;
}

table.table-recruit th,
table.table-recruit td{
	display: block;
}



@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	a.pagetop-link {
		background-image: url(images/top_back@2x.png); /* 2倍サイズの画像 */
		background-size: 40px 40px; /* 表示させるサイズ WebKit以外 */
	}

	#main-menu h1 a{
		background-image: url(images/logo_smp@2x.png);
		background-size: 176px 40px; /* 表示させるサイズ WebKit以外 */
	}

	#headermenu-btn{
		background-image: url(images/menu_close@2x.png);
		background-size: 32px 32px; /* 表示させるサイズ WebKit以外 */
	}
	#headermenu-btn.clicked{
		background-image: url(images/menu_open@2x.png);
		background-size: 32px 32px; /* 表示させるサイズ WebKit以外 */
	}

.mailform-thanks{
	border: 1px solid  #707070;
	padding: 10px;
	width: 90%;
	margin: 0 auto 48px;
}
.mailform-thanks p{
	text-align: center;
	font-size: 20px;
}

}



	.pc{display: none;}
}



