@charset "utf-8";
/* CSS Document */


/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}

.object-fit{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	margin: 0px;
	line-height: 180%;
	color: #333333;
	font-size: 16px;
	padding: 0px;
}

img {
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	clear: both;
	margin-top: 24px;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #3366FF !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

.none {
	display: none !important;
}


iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input:placeholder-shown {
    color: #999; 
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {
    color: #999; 
}


/* Firefox 18- */
input:-moz-placeholder {    color: #999; opacity: 1; }

/* Firefox 19+ */
input::-moz-placeholder {   color: #999; opacity: 1; }

/* IE 10+ */
input:-ms-input-placeholder {   color: #999 !important; }



.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/** pt (pc/タブレット共通) pc(PC専用) tb(タブレット専用) sp(スマホ専用) */
.disp {
	display: inline;
}


.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}


article {
	_zoom: 1;
	overflow: hidden;
	text-align: left;
	width: 1200px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}




.body {
	margin-right: auto;
	margin-left: auto;
	_zoom: 1;
	overflow: hidden;
	text-align: left;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ul {
	list-style:none;
}

ul, li {
	margin:0;
	padding:0;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

.red {
	color:#CC3333;
}


img {
	width:auto;
	max-width:100%;
	height:auto;
}


/*--------------------------------------------------------------------------*/



#head {
	width:96%;
	max-width:1100px;
	margin:0 auto 25px;
}

#head .logo {
	width:16.6%;
	padding-top:20px;
	float:left;
}

#head .inbox {
	width:80%;
	float:right;
}

#head .inbox .info {
	width:55%;
	margin-bottom:35px;
	float:right;
}

#head .inbox .info a {
	color:#FFFFFF;
	text-decoration:none;
}

#head .inbox .info li {
	float:left;
	width:50%;
	padding:12px 0;
	text-align:center;
	font-size:85%;
	color:#FFFFFF;
	font-weight:bold;
}

#head .inbox .info li.recruit_btn {
	background-color:#114590;	
}

#head .inbox .info li.contact_btn {
	background-color:#149986;
}

#head .inbox .navi {
	width:100%;
	float:right;
}

#head .inbox .navi a {
	text-decoration:none;
}
	
#head .inbox ul.navi {
	margin:0;
	padding:0;
	text-align:right;
}

#head .inbox ul.navi li {
	margin-left:5.9%;
	display:inline-block;
	font-size:95%;
	font-weight:bold;
}

#head .inbox ul.navi li.line {
	padding-bottom:13px;
	border-bottom:solid 5px #149986;
}
  
/*--------------------------------------------------------------------------*/

#foot {
	background:#114590;
	margin-top:120px;
	padding:55px 0;
	border-bottom:solid 1px #6486B7;
}

#foot .inbox {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
}

#foot .inbox .f_logo {
	width:16.63%;
	margin-right:7%;
	float:left;
}

#foot .inbox .f_logo img {
	width:100%;
	height:auto;
	max-width:100%;
}

#foot .inbox .address {
	width:38.37%;
	margin-right:7%;
	float:left;
}

#foot .inbox .address .f_companyname {
	font-size:125%;
}

#foot .inbox .address .f_tel {
	margin-top:1em;
	font-size:175%;
}

#foot .inbox .f_info {
	width:31%;
	float:left;
}

#foot .inbox .f_info .f_contact_btn {
	width:100%;
	margin-bottom:25px;
	padding:15px 0;
	text-align:center;
	font-size:125%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#149986;
}

#foot .inbox .f_info .f_contact_btn a {
	color: #FFF;
	text-decoration: none;
}

#foot .inbox .f_info .inbox {
	width:100%;
	margin:0;
	padding:0;
}

#foot .inbox .f_info .inbox .f_privacy {
	/*float:left;*/
	padding-top:3px;
}

#foot .inbox .f_info .inbox .f_privacy a {
	color: #FFF;
	text-decoration: none;
}

#foot .inbox .f_info .inbox .f_privacy::before {
    content: '';
    display: inline-block;
    background: #FFFFFF;
    height: 2px;
    width: 15px;
    margin:0 10px 5px 0;
}

#foot .inbox .f_info .inbox ul.f_sns {
	float:right;	
}

#foot .inbox .f_info .inbox ul.f_sns li {
	margin-left:23px;
	float:left;
}

#copy {
	background:#114590;
	padding:25px 0;
}

#copy p {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:75%;
}




/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}





}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.pt{display: none;}
.pc{display: none;}
.ps{display: inline;}
.tb{display: none;}
.ts{display: inline;}
.sp{display: inline;}	

#head {
	width:96%;
	margin:0 auto 10px;
}
	
#head .logo {
	width:24%;
	padding-top:8px;
	float:left;
}
	
#head .inbox {
	display: none;
}
	
#head .spbtn {
	float: right;
	width: auto;
	margin-top: 10px;
}
	

  
/*--------------------------------------------------------------------------*/

#foot {
	background:#114590;
	margin-top:60px;
	padding:30px 0;
	border-bottom:solid 1px #6486B7;
}

#foot .inbox {
	width:96%;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
}

#foot .inbox .f_logo {
	width:100%;
	margin-right:0;
	float:none;
	text-align: center;
	margin-bottom: 15px;
}

#foot .inbox .f_logo img {
	width: auto;
	height:auto;
	max-width:100%;
}

#foot .inbox .address {
	display: none;
}



#foot .inbox .f_info {
	width:100%;
	float:none;
}

#foot .inbox .f_info .f_contact_btn {
	width:100%;
	margin-bottom:25px;
	padding:15px 0;
	text-align:center;
	font-size:125%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#149986;
}

#foot .inbox .f_info .f_contact_btn a {
	color: #FFF;
	text-decoration: none;
}

#foot .inbox .f_info .inbox {
	width:100%;
	margin:0;
	padding:0;
}

#foot .inbox .f_info .inbox .f_privacy {
	/*float:left;*/
	padding-top:3px;
}

#foot .inbox .f_info .inbox .f_privacy a {
	color: #FFF;
	text-decoration: none;
}

#foot .inbox .f_info .inbox .f_privacy::before {
    content: '';
    display: inline-block;
    background: #FFFFFF;
    height: 2px;
    width: 15px;
    margin:0 10px 5px 0;
}

#foot .inbox .f_info .inbox ul.f_sns {
	float:right;	
}

#foot .inbox .f_info .inbox ul.f_sns li {
	margin-left:23px;
	float:left;
}

#copy {
	background:#114590;
	padding:25px 0;
}

#copy p {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:75%;
}
}