﻿#container {
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
}
/* --------------------------------------------------------------------------------------
   PC
--------------------------------------------------------------------------------------- */
#header h1, #header .number {
  color: #000;
}
.key {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.key-inner {
  background: url(../img/career_news/key-career_news.png) no-repeat center top / cover;
  height: 400px;
}
.key-inner h2 {
text-align: center;
font-size: 30px;
padding-top: 200px;
color: #1d438d;
font-weight: bold;
}
.key-inner h2 span {
	font-size: 20px;
}
#career-news_post {
  background-color: #24b9ef;
  padding: 60px 0 70px;
}
#career-news_post .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#career-news_post h2 {
  background-color: #1d438d;
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  font-weight: bold;	
  padding: 12px 0 10px;
  cursor: auto;
    padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}


#career-news_post .title-h2 {
      font-size: 26px;
    line-height: 1.5;
}

#career-news_post h3 {
	  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

#career-news_post h4 {
 position: relative;
  padding-left: 2em;/*アイコン分のスペース*/
  line-height: 1.4;
}
#career-news_post h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
#career-news_post h5 {
	   position: relative;/*相対位置*/
  padding-left: 2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}
#career-news_post h5:before {


	color: #ffa7a1	;
	  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/

}

.sidebar {
  width: 320px;
}
.sidebar>div,.sidebar .sticky>div {
  background-color: #fff;
  margin-bottom: 30px;
}
.sidebar .sticky {
  background-color: transparent;
  margin-bottom: 0;
}
.sidebar h2 {}
.sidebar ul.toggle-main {
	display: block;
  padding: .75em 1em;
}



.sidebar ul li a {
  display: block;
  padding: .1em 15px;
  font-style: normal;
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  cursor: pointer !important;
}
.sidebar ul li a:before {
  content: "";
  display: inline-block;
  margin: auto;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;

}
.sidebar .latest-article  li {
  margin-bottom: 10px;
}
.sidebar .latest-article  li .sidebar-post-thumbnail {
  position: relative;
    width: 30%;
    height: 77px;
  
  display: block;
}
.sidebar .latest-article li .sidebar-post-thumbnail img{
      object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  
}
.sidebar .latest-article  li a:before {
  display: none;
}
.sidebar .latest-article  li a {

    display: flex;

    padding: 0;
    justify-content: space-between;
}


.sidebar .latest-article  li .sidebar-post-title {
  font-size: 14px;
    width: 65%;
    white-space: pre-wrap;
    max-height: 84px;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar .latest-article  li .sidebar-post-title .sidebar-date {
  font-size: 12px;
}
.main {
  width: calc(100% - 360px);
  margin-left: 40px;
}
.main article {
  background-color: #fff;
  margin-bottom: 30px;
}
.main article h2 {}
.main article figure {
  padding: 30px;
}
.main article figure figcaption {
  float: left;
  padding-right: 30px;
  max-width: 270px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.main article figure section {
  margin: 0 -30px;
  padding: 0 30px;
}
.main .date {
  color: #999999;
}
.main .desc {
   display: -webkit-box;
  padding: 10px 0; 
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.main .more {
  text-align: right;
}
.main .more a {
  display: inline-block;
  background-color: #48c3d0;
  padding: 1px 5px 1px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #48c3d0;
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-style: normal;
}
.main .more a:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 5px;
}
.main .more a:hover {
  background-color: #1d438d;
  color: #fff;
  border: 1px solid #1d438d;
}
@media(min-width: 1600px) {}


/* --------------------------------------------------------------------------------------
   タブレット
--------------------------------------------------------------------------------------- */

@media(max-width:1024px) and (min-width: 768px) {
  #career-news_post .wrap {
    padding: 0 3% 0 10%;
  }
  .main {
    width: calc(100% - 260px);
  }
}

/* --------------------------------------------------------------------------------------
  スマホ用
--------------------------------------------------------------------------------------- */

@media(max-width: 767px) {

  #header .logo_blue {
    top: 5px;
    left: 0;
  }

  #header h1 {
    width: 50%;
  	top: 35px;
  }
  #header .number{
    width: 50%;
  	top: 75px;
  }
  .key-inner {
  	height: 300px;
    background-position: left 65% top;
  }
  #career-news_post .wrap{
  	padding: 0 4%;
  }
  .sidebar{
  	width: 100%;
  }
  .sidebar ul.toggle-main{
  	display: none;
  }
  .sidebar h2{
  	position: relative;
  }
  .sidebar h2:after{
  	content: '';
  	width: 0;
  	height: 0;
  	border-top: 10px solid ;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	position: absolute;
  	top: 50%;
  	right: 10px;
  	margin-top: -5px;
  }
  .sidebar .toggle.active h2:after{
  	border-bottom: 10px solid ;
  	border-top: 0;
  }
  .main{
  	width: 100%;
  	margin-left: 0;
  }
}

.pagination .page-numbers{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li{
  margin: 0 5px;
}
.pagination .page-numbers li >span, .pagination .page-numbers li > a{
  display: block;
  width: 30px;
  background-color: #f6f6f6;
  margin: -1px 0;
  padding: 2px 5px 1px;
  font-family: arial, tahoma, verdana, sans-serif, serif;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.pagination .page-numbers li >span:hover, .pagination .page-numbers li > a:hover{
  background-color: #1d438d;
  color: #fff;
}
.pagination .page-numbers li >*.current{
  background-color: #1d438d;
  color: #fff;
}
.pagination .page-numbers{}

#ez-toc-container {
  border: 1px solid;
  padding: 20px;
  margin-bottom: 20px;
  
}
.ez-toc-title{
     font-size: 110%;
    font-weight: bold;
}
.editor-contet  #ez-toc-container ul {
      list-style: number;
      
    margin-left: 20px;
}

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

	.main article figure {
		padding: 20px;	
	}
	.editor-contet #ez-toc-container ul {
		margin-left: 10px;	
	}
}

@media screen and (min-width: 768px) {
  .sticky  {
  position: sticky;
  top: 0;
    z-index: 9;
}
  #wrapper {
    overflow: visible;
  }
}
article img {
  max-width: 100%;
  height: auto;
}

.main article figure .blog_career_news {
    margin: 0 0;
    padding: 0 0 0 220px;
    position: relative;
}
.main article figure .blog_career_news .list-thumb  {

     position: absolute;
    width: 200px;
    height: 137px;
    display: block;
    left: 0;
    top: 0;
}
.main article figure .blog_career_news .list-thumb img {     object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;}

  @media screen and (max-width: 767px) {
.main article figure .blog_career_news .list-thumb  {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 48vw;
  margin-bottom: 10px;

}
.main article figure .blog_career_news {
  padding: 0;
}

  }