@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body{
	color:#333;
	font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	background-color: #FFFFFF;
}

html{
	background-color: #FFFFFF;
    scroll-behavior: smooth;
}


/* リンク設定------------------------------------------------------------*/

a{color:#337db6;text-decoration:none;}
a:hover{color:#246292;}
a:active, a:focus{outline:0;}

a:hover img{
  opacity: 0.7;
  transition: 0.3s;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
	width:98%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
}

.inner{
margin:0 auto;
width:100%;
}





/*************
/* ヘッダー
*************/

/*
#header-fixed {
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 10;
}
*/

#header{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 10;
}

* html #header{height:1%;}

#header h1{
font-size:11px;
font-weight:normal;
margin: 0 0 1rem;
}


/*************
/* ロゴ
*************/
#header .logo{
	float:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.logo a{
	font-size:50px;
	line-height:1;
	color:#006;
}

.logo img{
	padding-right: 20px;
}

.logo span{
	font-size:18px;
	font-weight:normal;
	color: #666;
	vertical-align: 80%;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
	float:left;
	text-align:center;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
}

ul#topnav a{
	font-size:12px;
	display:block;
	color:#333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

ul#topnav span{
color:#cdcdcd;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
	border-radius:2px;
	color: #FFF;
	background-color: #1077CB;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:0;
	left:0;
	padding:15px 20px;
	line-height:1.4;
	background-image: url(images/tp3.png);
}

.slogan h2{
	padding-bottom:5px;
	color:#CCC;
	font-size:18px;
}

.slogan h3{
	font-size:12px;
	color:#666;
}

/* サブページ スローガンの背景・黒*/
.subImg .slogan{
	background-image: url(images/tp3.png);
}

.subImg .slogan h2{
	color:#FFF;
}
.subImg .slogan h3{
	color:#CCC;
}



/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
	padding-top: 40px;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid h3{
	padding:15px 5px;
	text-align:center;
	border-radius:5px 5px 0 0;
	font-size: 110%;
	color: #FFFFFF;
}
.grid .no1 {
	background-image: url(images/btn_back.jpg);
	background-repeat: no-repeat;
	background-color: #1f9dec;
}
.grid .no2 {
	background-image: url(images/btn_back3.jpg);
	background-repeat: no-repeat;
	background-color: #1f9dec;
}
.grid .no3 {
	background-image: url(images/btn_back2.jpg);
	background-repeat: no-repeat;
	background-color: #1f9dec;
	background-position: right;
}
.grid .no4 {
	background-image: url(images/btn_back4.jpg);
	background-repeat: repeat-x;
	background-position: right;
}



.grid p{
padding:5px 10px;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
	padding:19px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	border-radius:6px;
	font-size:14px;
	background-color: #FFF;
	clear: both;
	overflow: auto;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
    padding-left: 7px;
    margin-bottom: 2rem;
    font-size: 22px;
    font-weight: 600;
    border-left: 5px solid #e4e4e4;
    margin-top: 1rem;
}
h4.heading{
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    color: #2787AA;
}

.sa_grid h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}



section.content img{
    max-width: 100%;
    height: auto;
}

.alignleft{
	float:left;
	clear:left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

.alignright{
	float:right;
	clear:right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .grid{padding:5px 0 0;}

.txt_small{
	font-size: 90%;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
	padding:10px;
	border:1px solid #cacaca;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#f3f3f3;
}

table.table td{border-left:#48370d;}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin-right:10px;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
	padding:20px 0 40px;
	overflow:hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #036;
}

* html #footer{height:1%;}
.address {
	margin-top: 5px;
}


.tel strong{
font-size:20px;
font-weight:bold;
}
.fax strong {
	font-size: 15px;
}


#footer a{
	color:#006;
}

#footer a:hover{color:#888;}

#footer .copyright{
	font-size:11px;
	margin-top: 25px;
}


/* PC用 */
@media only screen and (min-width:960px){	
	#mainBanner{
	width:100%;
	line-height:0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	position: relative;
}

    #mainBanner img{
	max-width:100%;
	border-radius:3px;
	height: auto;
}

	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}

	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{
	width:300px;
	}
	/* サービス案内 グリッド(3カラム) */
	.sa_grid{
	width:258px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px;
	text-align: center;
	}
    
	/* グリッド:派遣ページ 2カラム */
     .teian_grid{
	display: grid;
	grid-template-columns: 6fr 4fr;
	gap: 32px 25px;
    }
    
    .tempo_grid{
        width: 360px;
        height: 12rem;
        float: left;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        padding: 26px 30px 38px;
        margin: 10px;
        display: grid;
        place-items: center;
    }
    
    .tempo_grid h4{
        font-size: 18px;
        font-weight: bold;
        color: #eb9c21;
        position: relative;
    }
    .tempo_grid h4:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
    position: absolute; 
    left: -1.5rem;
}
    
	.sa_grid img{
	width:80%;	
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}
	
  .slider-wrapper{
	background-size:100% auto;
	padding-top: 120px;
	}
	
  .slider{
	height: 350px;
  }
/*　アンカーヘッダー分調整　*/    
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
		
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{padding:0 0 5px 10px;}
	#header .logo{padding-left:10px;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	/*
	.grid img{
	float:left;
	margin-right:5px;
	}
	*/
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:center;
	}
	
	#footer .grid:last-child{padding-top:20px;}
	
	
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #e4e4e4;
	border-right:1px dashed #e4e4e4;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
	
	.slider-wrapper{
	background-size:auto 120%;
	padding-top: 250px;
	}
	
	.slider{
    height: 280px;
  }
	
	.slider img{
	width: 100%;
	}
	
	
	#mainBanner{
	width:100%;
	line-height:0;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: left;
	position: relative;
}

#mainBanner img{
	max-width:100%;
	border-radius:3px;
	height: auto;
}


}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p,#sub .grid li{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
    #header h1 {display: none;}
    
    #header .logo {
        padding: 0px 5px 12px;
    }
    ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #e4e4e4;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
	
	.slider-wrapper{
	padding-top: 300px;
	background-size:auto 160%;
	height: 180px;
	}
	
	.grid .no1 {
	font-size: 80%;
	}

/*　人材派遣ページ用　*/
    .col2 {
    margin: 0 1rem !important;
}
.tempo_grid {
        width: auto;
        height: 12rem;
        float: left;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        padding: 26px 30px 38px;
        margin: 10px;
        display: grid;
        place-items: center;
    }
.tempo_grid h4{
        font-size: 18px;
        font-weight: bold;
        color: #eb9c21;
        position: relative;
    }
.tempo_grid h4:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
    position: absolute; 
    left: -1.5rem;
}
/*　アンカーヘッダー分調整　*/    
a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}
}


/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/top_sl_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

.slider{
	position:relative;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */


.slide p{
	position:absolute;
	top:-200px;
	z-index:8000;
	padding:1% 3%;
	font-size:18px;
	line-height:100%;
	white-space: nowrap;
	text-transform:uppercase;
	color: #FFF;
}

.slide .claim{
	line-height:100%
}	

.slide .teaser{
	padding:0.5% 1.5%;
	font-size:15px;
	line-height:100%
}

.slide .small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.slide .light-green{background:#95C542;}
.slide .green{background:#7CB761}
.slide .orange{
	background:#EF7D00;
}
.slide .turky{background:#348E8A}
.slide .white{background:#fff; color:#333}
.katagaki {
	float: right;
}



/* 会社案内ページ */

.rinen {
	font-size: 110%;
	line-height: 3em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	overflow: auto;
	letter-spacing: -0.5px;
}


.rinen li{
	color: #996600;
	list-style-type: disc;
	list-style-position: inside;
	overflow: auto;

}
.teigi {
	font-size: 120%;
	color: #333333;
	text-indent: 16px;
	background-image: url(images/list05-04.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.k_doctor {
	background-color: #FFEFE8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* 人事派遣ページ */
/*icon*/
.fa-type{
    font-size:7em; /*7倍にする*/
    color:#b8d7e9; /*薄青色にする*/
    margin: 1.2rem;
}
.fa-fw {
    width: 1.6em !important;
}

.col {
    margin: 1rem;
}
.col-in01{
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    background-color: #fbf8ee;
}
.col-in01 ol li{
    font-weight: 600;
    color: #2787AA;
    margin: .5rem .3rem;
}
.col2 {
    margin-top: 0;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 0;
}

.matching {
	font-size: 110%;
	line-height: 3em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	overflow: auto;
	letter-spacing: -0.5px;
    position: relative;
}


/*お問い合わせボタン*/
.btn, a.btn, button.btn {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    /* color: #212529; */
    border-radius: .5rem;
}

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff4d6), to(#ffffff));
  background: -webkit-linear-gradient(top, #fff4d6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fff4d6 0%, #ffffff 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff4d6), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #fff4d6 0%, #ffffff 100%);
  background: linear-gradient(to top, #fff4d6 0%, #ffffff 100%);
}

/*-----SNS nav---------*/
.sns_nav{
    width: 95%;
    /* background-color: greenyellow; */
    margin: 2rem 1rem;
    float: left;
}
.sns_nav .sns_name{
    font-size: .6rem;
}
.sns_nav h3{
    border-bottom: double;
    padding: .5rem 0;
}
.sns_nav h3 span{
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1rem;
    color: #002060;
}
.sns_nav ul{
    display: flex;
    padding: 1rem 0;
}
.sns_nav li {
    list-style: none;
    font-size: 3.5rem;
    margin-left: 1.5rem;
    line-height: .8rem;
    text-align: center;
}
