  @charset "utf-8";
/* CSS Document */

/* 共通
--------------------------------------------------------------------------- */
.purple{
	color: #450DAF!important;
	border-color: #450DAF!important;
}
.green{
	color: #0A8100!important;
	border-color: #0A8100!important;
}
.orange{
	color: #CC6105!important;
	border-color: #CC6105!important;
}

/*カテゴリータグ*/
.tags {
	/*
	  appearance: none;
	  font-family: inherit;
	  font-size: inherit;
	  font-weight: inherit;
	  color: inherit;
	  background-color: #ddd;
	  border-radius: initial;
	  border: none;
	  display: inline-block;
	  padding: 10px;
	  cursor: pointer;
	*/
	color: #707070;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 5px;
	border: 1px solid #707070;
	border-radius: 24px;
	font-size: 16px;
	padding: 7px 20px;
	background: #fff;
	border-color: #707070;
	display: inline-block;
}

/* スライダー
--------------------------------------------------------------------------- */

#mainVisualArea{
	background: url("/seihin/technology/theme/img/bg_MV.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 13%;
	position: relative;
	margin-top: -10px;
}
#mainVisualArea .wrapper{
	padding-top: 17px;
}
#mainVisualArea .wrapper::after {
	position: absolute;
	bottom: 0;
    left: 0;
    content: '';
    background-image: url(/seihin/technology/theme/img/img_main_left_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 371px;
    height: 93px;
    display: inline-block;
    z-index: 2;
}
#mainVisualArea .wrapper::before {
	position: absolute;
	bottom: 0;
    right: 0;
    content: '';
    background-image: url(/seihin/technology/theme/img/img_main_right_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 371px;
    height: 93px;
    display: inline-block;
    z-index: 2;
}

.swiper-container{
	position: relative!important;
}
#pc_slide{
	padding-top: 40px;
	padding-bottom: 30px;
}
#sp_slide{
	padding-bottom: 25px;
}
.swiper-slide {
    height: auto!important;
}

.swiper-slide .slide_txt{
    height: auto !important;
	display: block;
	background-color: #fff;
}
.swiper-container a:hover{
	text-decoration: none;
}
.swiper-container a figure{
	overflow: hidden;
	box-shadow: 0 8px 16px rgba(22, 55, 138, 16%);
}
.swiper-container a figure img{
	height: auto;
	transition: transform .3s ease; /* ゆっくり変化させる */
}
.swiper-container .slide_main_img{
	/* max-width: 952px; */
	width: 100%;
}
.swiper-container .slide_main_img img{
	width: 100%;
}
.ttl{
	margin: 25px 0 0;
	padding: 39px 0 37px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	font-size: 30px;
	font-weight: bold;
}
.slide_txt{
	background-color: #fff;
	text-align: left;
	padding: 20px 43px 34px;
	box-shadow: 0 8px 16px rgba(22, 55, 138, 16%);
}
.ttl_wrap{
	margin-bottom: 7%;
}
.slide_ttl{
	font-size: 24px;
	font-weight: 700;
}
.slide_ttl span{
	font-size: 20px;
	font-weight: 700;
}
.tags_date{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tags_area{
	height: 89px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.slide_date{
	font-size: 15px;
	color: #767676;
}
.swiper-container .tags{
	font-size: 15px;
    padding: 4 11px;
	margin: 0;
	margin-right: 10px;
	word-break: break-all;
	line-height: 1.3;
}

/* スライダーのテキスト部分 */
/* すべてのスライドのテキストはデフォルトで透明にする */
	.slide_txt {
	opacity: 0;
	transition: opacity 0.3s ease; /* アニメーションのためのトランジション */
  }
  
  /* アクティブなスライドのテキストは表示する */
  .swiper-slide-active{
	margin-top: 35px;
  }
  .swiper-slide-active .slide_txt {
	opacity: 1;
  }
  
  /* 前後のスライドのテキストは非表示のままにする */
  .swiper-slide-prev .slide_txt,
  .swiper-slide-next .slide_txt {
	opacity: 0;
  }

/* ドットスタイル*/
/* .swiper-pagination-pc{
	width: 30px!important;
	position: absolute!important;
	left: auto!important;
	right: 21%!important;
	bottom: 11%!important;
	z-index: 100;
} */
/* .swiper-pagination-pc .swiper-pagination-bullet{
	margin-bottom: 57% !important;
} */

.swiper-pagination-pc .swiper-pagination-bullet{
	margin: 0 0.8%!important;
}
.swiper-pagination-sp {
    margin-top: 20px;
}
.swiper-pagination-bullet{
	width: 16px!important;
	height: 16px!important;
	border-radius: 0!important;
	border: 1px solid #767676!important;
	background-color: #fff!important;
	opacity: 1!important;
	/* margin-bottom: 57% !important; */
	margin: 0 0.8%;
}
.swiper-pagination-bullet-active {
	border: 1px solid #16378A!important;
	background-color: #16378A!important;
}
.swiper-pagination-sp .swiper-pagination-bullet{
	margin: 0 2%!important;
}

/* 矢印 */
.swiper-button-prev-pc,
.swiper-button-next-pc {
    width: 48px!important;
    height: 160px!important;
	position: absolute;
    top: 30%;
	z-index: 100;
}
.swiper-button-prev-pc{
	left: 0;
}
.swiper-button-next-pc{
	right: 0;
}
.swiper-button-prev-pc::after,
.swiper-button-next-pc::after {
    content: ""!important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.swiper-button-prev-pc::after {
    background-image: url(/seihin/technology/theme/img/btn_arrow_left_pc.png);
	margin-left: -20px;
	z-index: 100;
	position: absolute;
	right: 0;
}
.swiper-button-next-pc::after {
    background-image: url(/seihin/technology/theme/img/btn_arrow_right_pc.png);
	margin-right: -19px;
	z-index: 100;
	position: absolute;
	left: 0;
}

.swiper-button-prev-sp,
.swiper-button-next-sp {
    width: 40px!important;
    height: 64px!important;
	position: absolute;
    top: 50%;
	z-index: 100;
}
.swiper-button-prev-sp{
	left: 0;
}
.swiper-button-next-sp{
	right: 0;
}
.swiper-button-prev-sp::after,
.swiper-button-next-sp::after {
    content: ""!important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	position: absolute;
}
.swiper-button-prev-sp::after {
    background-image: url(/seihin/technology/theme/img/btn_arrow_left_sp.png);
	z-index: 100;
	left: 0;
}
.swiper-button-next-sp::after {
    background-image: url(/seihin/technology/theme/img/btn_arrow_right_sp.png);
	z-index: 100;
	right: 0;
}


/* 再生ボタンPC */
.btn1 {
	width: 30px;  /* 幅を指定 */
	height: 30px;  /* 高さを指定 */
	background: #4d4d4d; /* 背景色を赤に指定 */
	border-radius: 50%; /* 角を丸くする */
	position: relative;  /* 基準位置とする */
	cursor: pointer;     /* マウスカーソルを指の形にする */
	border: none;
  }
  .btn1::after {
	content: ''; /* 疑似要素に必須 */
	width: 5px;  /* 幅を指定 */
	height: 15px; /* 高さを指定 */
	border-width: 0 3px 0 3px; /*線を左右に指定*/
	border-color: transparent #fff transparent #fff;  /* 左右に線の色を指定 */
	border-style: solid;  /* 線の種類を指定 */
	position: absolute; /* 相対位置に指定 */
	top: 50%;  /* 上から50%の位置に配置 */
	left: 50%; /* 左から50%の位置に配置 */
	transform: translate(-50%,-50%); /* 要素の半分ぶんだけ左上方向に移動。 */
  }
  .btn1.playback::after {
	width: 0;    /* 幅を0に指定 */
	height: 0;   /* 高さを0に指定 */
	border-width: 5px 0 5px 10px;  /* 線の幅を指定して三角を作る */
	border-color: transparent transparent transparent #fff; 
	   /* 左のみ線の色を指定 */
  }

  .swiper_pause1{
	position: absolute!important;
	left: auto!important;
	right: 25%!important;
	bottom: 0!important;
	z-index: 20;
  }

/* 再生ボタンSP */
.btn2 {
	width: 30px;  /* 幅を指定 */
	height: 30px;  /* 高さを指定 */
	background: #4d4d4d; /* 背景色を赤に指定 */
	border-radius: 50%; /* 角を丸くする */
	position: relative;  /* 基準位置とする */
	cursor: pointer;     /* マウスカーソルを指の形にする */
	border: none;
  }
  .btn2::after {
	content: ''; /* 疑似要素に必須 */
	width: 5px;  /* 幅を指定 */
	height: 15px; /* 高さを指定 */
	border-width: 0 3px 0 3px; /*線を左右に指定*/
	border-color: transparent #fff transparent #fff;  /* 左右に線の色を指定 */
	border-style: solid;  /* 線の種類を指定 */
	position: absolute; /* 相対位置に指定 */
	top: 50%;  /* 上から50%の位置に配置 */
	left: 50%; /* 左から50%の位置に配置 */
	transform: translate(-50%,-50%); /* 要素の半分ぶんだけ左上方向に移動。 */
  }
  .btn2.playback::after {
	width: 0;    /* 幅を0に指定 */
	height: 0;   /* 高さを0に指定 */
	border-width: 5px 0 5px 10px;  /* 線の幅を指定して三角を作る */
	border-color: transparent transparent transparent #fff; 
	   /* 左のみ線の色を指定 */
  }

  .swiper_pause2 {
    position: absolute !important;
    left: auto !important;
    right: 9% !important;
    bottom: 1% !important;
    z-index: 20;
}
@media screen and (max-width: 1380px) {
	.slide_txt{
		padding: 20px 43px 73px;
	}
	.swiper-container .tags{
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 1080px) {
	.slide_txt {
        padding: 20px 20px 73px;
    }
	.swiper-container .tags{
		line-height: 1;
	}
	.tags {
		padding: 7px 12px;
	}
}
@media screen and (max-width: 1023px) {

}
  @media screen and (max-width: 767px) {
	.slide_txt {
		opacity: 1!important;
	  }
	#mainVisualArea .wrapper::after {
		background-image: url(/seihin/technology/theme/img/img_main_left_sp.png);
		width: 86px;
		height: 51px;
	}
	#mainVisualArea .wrapper::before {
		background-image: url(/seihin/technology/theme/img/img_main_right_sp.png);
		width: 86px;
		height: 51px;
	}
	.ttl{
		margin: 20px 0 55px;
	}
	.swiper-slide-active{
		margin-top: 0;
	  }
}
@media screen and (max-width: 600px) {
	.swiper-container .tags {
		font-size: 14px;
		padding: 11px 12px;
		margin: 0;
		margin-right: 10px;
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 500px) {
	.slide_ttl{
		font-size: 16px;
	}
	.slide_ttl span{
		font-size: 14px;
	}
}






/* 記事一覧
--------------------------------------------------------------------------- */
#list {
	background-image: url('/seihin/technology/theme/img/bg_list_left.jpg'), url('/seihin/technology/theme/img/bg_list_right.jpg'); 
	background-repeat: no-repeat; 
	background-position: left -10% top, right -10% bottom;
}
h3{
	font-size: 30px;
	margin: 76px 0 27px;
}
.search-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.search-list .tags{
	transition: .3s;
}
.search-list .all{
	padding: 7px 40px;
}
.search-list button.tags:hover{
	cursor: pointer ;
	color: #fff!important;
	background-color: #707070;
}
.search-list button.purple:hover{
	background-color: #450DAF!important;
}
.search-list button.green:hover{
	background-color: #0A8100!important;
}
.search-list button.orange:hover{
	background-color: #CC6105!important;
}

.entry-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.entry-list:after {
	content: "";
	display: block;
	width: calc((100% - 62px) / 3);
}

/*
.entry-list__item+.entry-list__item {
  margin-top: 1em;
}
*/

.entry-list__item.is-hide {
  display: none;
}

.entry-list__item{
	display: inline-block;
	box-shadow: 0 8px 16px rgba(22, 55, 138, 16%);
	border-radius: 0px;
	width: calc((100% - 62px) / 3);
/*	margin-right: 31px;*/
	margin-bottom: 80px;
	background-color: #fff;
}
.entry-list__item:nth-of-type(3n){
	margin-right: 0;
}

.entry-list__item a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.entry-list__item a figure{
	display: inline-block;
	width: 100%;
	height: 184px;
}
.entry-list__item a figure img{
	display: inline-block;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.entry-list__item .inner{
	padding: 3px 16px 28px;
	text-align: left;
	height: calc(100% - 184px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.entry-list a:hover{
	text-decoration: none;
}
.entry-list a figure{
	overflow: hidden;
}
.entry-list a figure img{
	height: 100%;
	transition: transform .3s ease; 
}

.entry-list a:hover figure img{
	transform: scale(1.1); 
}



.entry-list__item .inner .cont_data{
	font-size: 12px;
	color: #707070;
	margin-bottom: 15px;
	line-height: 2.2;
}
.entry-list__item .inner .cont_ttl{
	font-size: 16px;
	line-height: 1.7;
	font-weight: 700;
}
.entry-list__item .inner .cont_ttl span {
  font-size: 14px;
  font-weight: 700;
}
.entry-list .entry-list__item .tags {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 11px 5px 0;
    word-break: break-all;
    line-height: 1.2;
}
.list_tags{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}

@media screen and (max-width: 980px) {
	
	.search-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 350px;
	}
	.search-list .tags {
		width: 350px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 900px) {
	
	.search-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
		/* max-width: 500px; */
	}
}

@media screen and (max-width: 767px) {
	.entry-list__item { 
		width: calc((100% - 40px) / 2);
	}
	#list {
		background-position: left -20% top, right -10% bottom;
	}
	.entry-list .entry-list__item .tags {
		font-size: 12px;
		padding: 7px 12px;
		margin: 0 11px 5px 0;
		word-break: break-all;
		line-height: 1.2;
	}
}

@media screen and (max-width: 600px) {

	.inner {
	margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	
	.tags {
		margin-right: 3px;
		margin-left: 3px;
		padding: 9px 13px;
}
}
@media screen and (max-width: 450px) {
	.entry-list__item { 
		width: 100%;
}
.entry-list__item {
	width: 88%;
}  
.entry-list {
	margin-top: 47px;
	justify-content: center;
}  
}
@media screen and (max-width: 430px) {
	.tags {
			margin-right: 3px;
			margin-left: 3px;
			padding: 9px 13px;
	}
	#list {
		background-position: left -268px top, right -10% bottom;
		margin-bottom: -140px!important;
    	padding-bottom: 140px!important;
	}
	.entry-list .inner{
		margin: 0 auto;
	}
	.swiper-pagination-sp {
		margin-bottom: 50px;
	}
	.entry-list__item{
		margin-bottom: 35px;
	}
	
}

@media screen and (max-width: 374px) {
	h3 {
		margin: 76px 0 17px;
	}
	.search-list .tags {
        margin-right: 3px;
        margin-left: 3px;
        padding: 4px 13px;
		margin-bottom: 15px;
    }
	
.search-list .all{
	padding: 4px 40px;
}
	.inner {
	margin: 0 auto;
	}
	.entry-list__item {
	margin-bottom: 33px;
}
#list{
	margin-bottom: -93px !important;
}
}
@media screen and (max-width: 350px) {
	.tags {
			margin-right: 2px;
			margin-left: 2px;
			padding: 5px 7px;
	}
}
