@charset "utf-8";





/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/* 改行 */
@media screen and (min-width: 950px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 950px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 950px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 14px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	height: 100%;
}
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
color: #464646;
	line-height: 2;		/*行間*/
}



/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}



/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #464646;
	transition: 0.3s;
}

a:hover {
	color: #f78a99;/*マウスオン時の文字色*/
}

ul {
  list-style-type: none;
}
/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width:100%;	/*最大幅。これ以上広がらないように。*/
	margin: 0 auto;
	height: 100%;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

.inner{
max-width: 1000px;
margin: 0 auto;

}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	max-width: 1200px;	/*最大幅。#menubar、.contents、#pagetopと数字を合わせる*/
	position: relative;z-index: 1;
	margin: 0 auto;
height: 60px;
	text-align: center;	/*内容をセンタリング*/
}
/*ロゴ画像*/
#logo img {
	width: 400px;	/*画像幅*/
	padding-top: 30%;	/*画像の上にあける余白*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
  max-width: 1200px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
top: -50px;
  padding: 10px 0;
}

#menubar li {
  float: left;
  
}

#menubar ul {
 
  max-width: 1200px;

}
#menubar li a {
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 45px;
  width: 150px;
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {

}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


h2 {
	color: #f99191;
	font-size: 36px;
	text-align: center;
}

h2 span{
	color: #474242;
	font-size: 14px;
	display: block;
}







/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #474242;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {color: #fff;text-decoration: none;}

/*リンクテキストのマウスオン時*/
footer a:hover {color: #fff;}

/*著作部分*/
footer .pr {display: block;}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
    width: 100%;
margin-top: -160px !important;
}


/*スクロールを促すアイコン*/
.scroll {
	position: absolute;z-index: 2;
	left: 50%;bottom: 0px;transform: translateX(-50%);
	width: 30px;	/*画像の幅*/
}



/*代表メッセージ
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*listボックス。１個あたりのボックスの指定です。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	padding: 50px;					/*ボックス内の余白*/
	background: #fff;				/*背景色。*/
	float: left;
	width: 80%;
margin: 50px;

}

.name1{
	font-size:16px!important;
}

.name2{
	font-size:20px!important;
}

.name3{
	font-size:13px!important;
}



.list figure {
  width: 40%;
  margin-right: 25px;
  float: left;
}
/*listボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;			/*上下、左右へのh4の外側に空けるスペース*/
	font-size: 1.2em;		/*文字サイズを120%に*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする。太字がいいならこの１行を削除。*/
}

/*listボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 15px;	/*文字サイズを70%に。*/
	padding: 1% 0.5%;
}

/*IE対策*/
.list div {min-height: 0%;
flex: 1;
}
hr {
    width: 25%;
    border-top: 3px solid #f99191;
    border-right: none;
    border-bottom: none;
    border-left: none;
	margin: 30px auto;
}
.fphoto{

  padding: 10px;
margin-bottom: 50px;
  margin-left: 50px;

}

/*ist2　横長ブロックタイプ）
---------------------------------------------------------------------------*/
img.fl {
  float: left;
  width:45%;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.fr {
  float:right;
  width:45%;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*list2
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 {
	overflow: hidden;
	padding: 30px;	/*ボックス内の余白*/
	
}
/*ボックス内のh4（見出し）タグ*/
.list2 h3 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	margin-bottom: 30px;	/*下に少し余白を作る*/
	display:inline-block;
	padding: 5px 10px;

}
.list2 h4 {
	
	font-size:30px;


}

/*ボックス内のpタグ*/
.list2 p {
	margin: 0;
	font-size: 16px;		/*文字サイズを70%に。*/
overflow: hidden;
}


/*求人一覧ページのlistボックス内の情報詳細欄（tableっぽく見える所）
---------------------------------------------------------------------------*/
/*ボックス全体*/
dl.line {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}

/*左右のボックス*/
dl.line dt, dl.line dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 0 5px;					/*上下、左右へのボックス内の余白*/
}

/*左のボックス*/
dl.line dt {
	width: 8em;				/*幅。8文字(em)分。*/
	background: #f0f0f0;	/*背景色*/
}
/*右のボックス*/
dl.line dd {
	width: calc(100% - 8em);	/*「8em」は上の「dl.line dt」のwidthの値です。*/
}

/*list2ブロック内でのline設定*/
.list2 dl.line dt:nth-of-type(1), .list2 dl.line dd:nth-of-type(1),
.list2 dl.line dt:nth-of-type(2), .list2 dl.line dd:nth-of-type(2) {
	border-top: none;
}
/*ボタン
---------------------------------------------------------------------------*/
.buttons{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.buttons .button{
  box-sizing: border-box;
  padding: 10px;  
}

.button img{
  width:100%;
}
/*背景
---------------------------------------------------------------------------*/
.bg1 {

	background: #fcf9f4;	/*背景色*/
}

.bg2 {

	background: #f9e1d8;	/*背景色*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #f5f5f5;		/*背景色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px dotted #474242;	
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	width: 80%;
margin: 50px auto;
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-top: 2px dotted #474242;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}


/*採用情報
---------------------------------------------------------------------------*/
.box1{
	
	background-color:#fcf9f4;
	width: 900px;
	margin: 50px auto;
	padding: 50px 0;
}

.box2{
	
	background-color:#fff;
	width: 900px;
	margin: 50px auto;
	padding: 50px 0;
}

.box3{
	float: left;
  background: #f9e1d8;
  box-shadow: 0px 0px 0px 10px #f9e1d8;/*線の外側*/
  border: dashed 2px #fff;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 50px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 5em 2em;
  width: 45%;
}
/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.fb
{
  width: 350px;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	background: rgba(221, 115, 115, 0.4);	/*背景色。0,0,0は黒の事で0.4は色が40%出た状態。*/
}

/*マウスオン時*/
.pagetop a:hover {
	background:rgba(253, 76, 76, 0.84);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}
.sdg img{
  text-align: center !important;
  margin: 50px auto;
}




/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #13a7d8 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}
.close {display: none;}
.mr65{  margin-right: 65px;}
.mt20{ margin-top: 30px !important;}
.br35 img{ border-radius: 35px; /* ちょっとだけ角丸 */}
.ml20{  margin-left: 20px !important;}
.ml350{  margin-left: 350px;}
.fl{  float: left;
}

.fr{  float: reft;
}
.mt90{
  margin-top: 90px;
} 




/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 17px;	/*基準となるフォントサイズの上書き*/
}

/*section全般の設定*/
section + section {
	padding-top: 50px;	/*sectionの間に空けるスペース*/
}



/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	margin: 160px 50px 50px;	/*ボックスの外側に空ける余白*/
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg-inner {
	flex-direction: row;	/*子要素を横並びにする。２つのボタンが横並びになります。*/
}

/*スクロールを促すアイコン*/
.scroll {
	bottom: 20px;	/*下からの配置場所*/
	width: 40px;	/*画像の幅*/
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
}







/*（ist2　横長ブロックタイプ）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	padding-left: 10px;	/*ボックス内の左側にだけ余白を作る*/
}






/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*ボタンの設定*/
.pagetop a {
	right: 50px;		/*右からの配置場所指定*/
	bottom: 50px;		/*下からの配置場所指定*/
}



/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/


/*---------------------------------------------------------------------------
ここから下は画面が縦向きの場合の追加指定
---------------------------------------------------------------------------*/
@media screen and (orientation:portrait) {


/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*spanタグ。大きな文字の指定です。*/
mainimg-inner span {
	display: block;		/*改行させる*/
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
/*---------------------------------------------------------------------------
ここから下は画面幅1080px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
#mainimg {
  width: 100%;
  margin-top: -200px !important;
}
#logo img {
  width: 300px;
  padding-top: 30%;
}
}
/*---------------------------------------------------------------------------
ここから下は画面幅1000px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:1000px) {

#menubar {

  top: -80px;
}


#mainimg {
  margin-top: -190px !important;
}
}

@media screen and (max-width: 950px){	
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	top: 50px;
position: absolute;
width: 100%;
z-index: 999;
margin-left: -20px;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 30px;	/*上下、左右へのメニュー内の余白*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #ff9999;	/*背景色*/
}
/*小さな飾り文字*/
#menubar-s li a span {
	display: block;
	font-size: 11px;	/*文字サイズ*/
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;z-index: 2;
	top: 15px;	/*上からの配置場所指定*/
	right: 3%;	/*右からの配置場所指定*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #ff9999 url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #ff9999 url(../images/icon_menu.png) no-repeat center bottom/50px;
}

img.fl {
  float:none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
img.fr {
  float: none;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.list figure {
  width: 100%;
  margin-right: 0;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.name1,.name2,.name3 {
  font-size: 16px !important;
  text-align: center;
}
.buttons {
  display: grid;
  
}

.list2 h4 {
  font-size: 24px;
  text-align: center;
}
.spc{
  text-align: center;
}
.list {
  float: none;
  width: 80%;
  margin:20px auto;
}

.fphoto {
  margin: 50px auto;
}

.list p {
  padding: 1% 6%;
}

.box3 {
  float: none;
  width: 100%;
  margin: 20px auto;
  padding: 0;
}
.list2 h3 {
  display: inherit;
  text-align: center;
  margin: 0 auto;
}

.list2 {
   padding: 5% 10%;
}

.box1,.box2 {
   width: 90%;
  padding: 10px 0;
}

.ta1 th, .ta1 td {

  display: block;
}
.ta1 th {
  width: 100%;
}
.mt90 {
  margin-top: 655px;
}

header {
  max-width: 100%;
  height: 100%;

}
#logo img {
  width: 300px;
  padding-top: 70%;
}
#mainimg {
margin-top: -370px !important;
}
figure{
 
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;

}
}

@media screen and (max-width: 500px){	

#logo img {
  width: 200px;
  padding-top: 50%;
}
#mainimg {
  margin-top: -230px !important;
}
}