@charset "UTF-8";
/*-----------------------------------------------PC用ページ用設定*/
/*-----------------------------------------------------------*/
/*表示・非表示*/
.pc {
  display: block;
}
.sp {
  display: none;
}
span.indent {
  display: inline-block;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
/*-----------------------------------------------------------*/
/*画像基本*/
img {
  max-width: 100%;
  height: auto;
}
/*-----------------------------------------------------------*/
/*リンク画像オンマウス*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}
/*-----------------------------------------------------------*/
/*ページトップ*/
#page-top {
  display: none;
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 20px;
  right: 40px;
  z-index: 97;
}
/*ページトップ ドロップシャドウ
#page-top img {
  filter: drop-shadow(0px 0px 5px rgba(15, 82, 109, 0.4));
}*/
/*-----------------------------------------------------------*/
/*ページローダー*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000000000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 100px;
  margin-top: -50px;
  margin-left: -150px;
  text-align: center;
  color: #fff;
  z-index: 10000000001;
}
/*-----------------------------------------------------------*/
body {
  animation: bodyFadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
/*-----------------------------------------------------------*/
/*トップページ背景*/
body#top {}
/*-----------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
}
/*-----------------------------------------------------------*/
/*ヘッダー*/
header {
  position: relative;
  width: 1024px;
  height: 80px;
  margin: 0 auto;
}
/*SNSアイコン*/
header ul {
  position: absolute;
  margin: -15px auto 12px;
  padding: 0;
  text-align: center;
  top: 50%;
  right: 0;
  z-index: 10;
}
header ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
}
header ul li img {
  height: 30px;
}
/*-----------------------------------------------------------*/
/*ロゴ*/
h1 {
  position: absolute;
  width: 310px;
  height: 38px;
  margin: -14px 0 0 0;
  top: 50%;
  left: 0;
  z-index: 10;
}
/*-----------------------------------------------------------*/
/*スライダー*/
.keySlider {
  width: 1024px;
  margin: 0 auto;
}
/*-----------------------------------------------------------*/
/*見出し*/
h2 {
  margin: 0 0 8px;
}
/*-----------------------------------------------------------*/
/*各ブロック*/
section {
  margin: 60px auto 0;
}
/*-----------------------------------------------------------*/
/*ニュース背景*/
#news {
  width: 100%;
  background: rgb(148, 214, 228);
  background: linear-gradient(90deg, rgba(148, 214, 228, 1) 0%, rgba(103, 197, 216, 1) 100%);
}
#news .top {
  width: 100%;
  height: 10px;
  background: rgb(148, 214, 228);
  background: linear-gradient(90deg, rgba(148, 214, 228, 1) 0%, rgba(255, 255, 256, 1) 100%);
}
#news .btm {
  width: 100%;
  height: 10px;
  background: rgb(148, 214, 228);
  background: linear-gradient(270deg, rgba(148, 214, 228, 1) 0%, rgba(255, 255, 256, 1) 100%);
}
/*-----------------------------------------------------------*/
/*SNS 動画背景*/
#media {
  width: 100%;
  background: rgb(148, 205, 192);
  background: linear-gradient(90deg, rgba(148, 205, 192, 1) 0%, rgba(148, 214, 228, 1) 100%);
}
#media .top {
  width: 100%;
  height: 10px;
  background: rgb(148, 205, 192);
  background: linear-gradient(90deg, rgba(148, 205, 192, 1) 0%, rgba(255, 255, 256, 1) 100%);
}
#media .btm {
  width: 100%;
  height: 10px;
  background: rgb(148, 214, 228);
  background: linear-gradient(270deg, rgba(148, 214, 228, 1) 0%, rgba(255, 255, 256, 1) 100%);
}
/*-----------------------------------------------------------*/
/*採用情報背景*/
#site {
  background: #f4fbfc;
  padding: 50px 0
}
/*-----------------------------------------------------------*/
/*ニュースレイアウト*/
/*-----------------------------------------------------------*/
#news dl {
  width: 1024px;
  margin: 30px auto;
  padding: 0;
}
#news dl::after {
  content: "";
  display: block;
  clear: both;
}
/*-----------------------------------------------------------*/
/*見出し*/
#news dl dt {
  width: 106px;
  padding: 12px 0;
  float: left;
}
/*-----------------------------------------------------------*/
/*テキスト*/
#news dl dd {
  width: 870px;
  margin: 0 auto;
  padding: 12px 0 12px 40px;
  border-left: 1px solid #156575;
  float: right;
}
/*-----------------------------------------------------------*/
#news dl dd ul li {
  position: relative;
  padding: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #156575;
}
#news dl dd ul li::after {
  content: "";
  display: block;
  clear: both;
}
/*-----------------------------------------------------------*/
/*リンクをテキスト全体に*/
#news dl dd ul li a, #site ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*リンクをテキスト全体に*/
#news dl dd ul li:hover, #site ul li:hover {
  opacity: 0.6
}
/*-----------------------------------------------------------*/
/*カテゴリー・日付*/
#news dl dd ul li i {
  display: block;
  margin: 0 12px 0 0;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  float: left;
}
/*-----------------------------------------------------------*/
/*ニューステキスト*/
#news dl dd ul li p {
  padding: 3px 0 0 0;
}
/*-----------------------------------------------------------*/
/*カテゴリーアイコン：定期採用*/
#news dl dd ul li i em {
  display: block;
  width: 9.5em;
  background: #b664b5;
  margin: 0 0 4px;
  padding: 2px 4px 1px;
  color: #FFF;
  border-radius: 24px;
  font-style: normal;
  text-align: center;
}
/*カテゴリーアイコン：経験者採用*/
#news dl dd ul li i em.bl {
  background: #42b7cc;
}
/*カテゴリーアイコン：経験者採用*/
#news dl dd ul li i em.gr {
  background: #28b16d;
}
/*カテゴリーアイコン：アルバイト採用*/
#news dl dd ul li i em.or {
  background: #E1A213;
}
/*-----------------------------------------------------------*/
/*採用情報レイアウト*/
/*-----------------------------------------------------------*/
#site ul {
  width: 994px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
/*左右2分割*/
#site ul li {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.99);
  margin: 6px auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
  vertical-align: top;
  border-bottom: 3px solid #b664b5;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.03));
}
#site ul li:nth-of-type(3) {
  border-bottom: 3px solid #42b7cc;
}
#site ul li:nth-of-type(1) {
  border-bottom: 3px solid #41b679;
}
#site ul li:nth-of-type(4) {
  border-bottom: 3px solid #E1A213;
}
#site ul li img {
  float: left;
}
#site ul li p {
  padding: 32px 0 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
}
/*年度*/
#site ul li p em {
  font-size: 22px;
  color: #b664b5;
  font-style: normal;
}

#site ul li:nth-of-type(3) p em {
  color: #42b7cc;
}
#site ul li:nth-of-type(1) p em{
  color: #41b679;
}
#site ul li:nth-of-type(4)p em {
  color:#E1A213;
  border-bottom: 3px solid 
}


/*カテゴリー*/
#site ul li p strong {
  display: block;
  padding: 4px 0 4px;
  font-size: 28px;
  font-weight: normal;
}
/*-----------------------------------------------------------*/
/*SNS 動画レイアウト*/
/*-----------------------------------------------------------*/
#media ul {
  width: 1240px;
  margin: 50px auto;
  padding: 0;
  font-size: 0;
  text-align: center;
}

/*左右1分割*/
#media ul li {
  display: inline-block;
  width: 60%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 15px;
  color: #156575;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}

/*左右2分割
#media ul li {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 15px;
  color: #156575;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}*/
/*-----------------------------------------------------------*/
/*twitter ウィジェット*/
#media ul li .column {
  position: relative;
  width: 100%;
  /*height: 314px;*/
  height: 580px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #51a49f;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #dddddd;
  overflow-y: scroll;
}
/*---------------------------------------------------*/
/* フッター */
/*---------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 60px 0 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  z-index: 10;
}
/*著作権表示*/
footer strong {
  display: block;
  font-size: 32px;
  padding: 4px 0 0 0;
  color: #51afa2;
  font-weight: normal;
  font-style: normal;
}
footer i {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0;
}
footer b {
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: normal;
  color: #555;
}
footer ul {
  margin: 24px auto 8px;
}
footer ul li {
  display: inline-block;
}
	  footer p {
		  margin: 24px auto;
		  text-align: center;
  }
	
		  footer p a {
		  text-decoration: underline;
  }
		  footer a:hover {
		  opacity: 0.4;
  }


/*---------------------------------------------------*/
/*YOUTUBE*/
.youtube {
  position: relative;
  width: 100%;
  background: #000;
  padding-bottom: calc(100%* 340/560);
  box-sizing: border-box;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------------------*/
/*youtubeのサムネイルを画像化*/
.youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 4px;
}
.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}