/** @format */

@charset "utf-8";
/*
Theme Name: fineHP
*/
/*==================================
Slider
================================== */
.wideslider {
  margin: 0 auto;
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.wideslider::before{
  content: "";
  display: block;
  height: 470px;
  width: 100%;
}
.wideslider ul,
.wideslider ul li {
  display: inline;
  float: left;
  position: relative;
}
.wideslider li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wideslider ul li img {
  -webkit-backface-visibility: visible; /* safariでクリックできなくなるのを回避 */
  display: none;
}
.wideslider ul li:hover {
  opacity: 0.8;
}

.wideslider_base {
  position: absolute;
  top: 0;
}
.wideslider_wrap {
  /* border-bottom: 6px solid #ff7815; */
  position: absolute;
  top: 0;
}
.bg_copyright {
  bottom: -2.1rem;
  height: 2rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.bg_copyright p {
  color: #aaa;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1rem;
  text-align: right;
}

.slider_prev,
.slider_next {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.slider_prev {
  background: url(../images/slider/prev.png), url(../images/slider/slidecover.png);
  background-position: right center, right top;
  background-repeat: no-repeat, repeat;
  background-size: 80px 64px, auto auto;
}
.slider_next {
  background: url(../images/slider/next.png), url(../images/slider/slidecover.png);
  background-position: left center, left top;
  background-repeat: no-repeat, repeat;
  background-size: 80px 64px, auto auto;
}
.pagination {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pagination a {
  background: #999;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin: 0 15px;
  width: 10px;
}
.pagination a.active {
  background: #ff7815;
}
/* =======================================
ClearFixElements
======================================= */
.wideslider ul::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
}
#wrapper_top {
  margin: 0 auto;
  width: 960px;
}
/*==================================
Topics
================================== */
.bnr_wrap{
  /* margin: 0 15px 40px; バナー1つの場合*/ 
  margin: 0 15px 20px;
}
.bnr_wrap + .bnr_wrap{
  margin-bottom: 40px;
}
.bnr_wrap a{
  border-radius: 14px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
/*==================================
News
================================== */
#news,
#works_top {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 40px;
  text-align: left;
}
#topics.title,
#news .title,
#works_top .title {
  border-bottom: 4px solid #fe7913;
  font-size: 3.4rem;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
#topics.title span,
#news .title span,
#works_top .title span {
  font-size: 1.6rem;
  vertical-align: middle;
}
#topics.title{
  margin: 0 auto 20px;
  width: 880px;
}

/*.news_body{
	clear: both;
	line-height: 1.5;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 15px 50px 10px;
}
.news_body img{max-width: 100%;}
.news_body p{
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.news_body .image_right{
	float: right;
	margin: 0 0 15px 15px;
}
.image_right img{max-width: 400px;}
.news_year{display: block;}
.news_year li{text-align:left;}
.news_body hr{
	background:#666;
	border:none;
	display:block;
	height:1px;
	margin:1em auto;
	width:100%;
}*/
.news_list {
  padding-top: 1rem;
}
.news_list li a {
  border-bottom: 1px dotted #ccc;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
}
.news_all .news_list li:last-child a {
  border-bottom: 0;
}
.news_icon {
  display: inline-block;
  height: 22px;
  vertical-align: bottom;
  width: 60px;
}
.icon_news {
  background: url(../images/news/icon_news.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_company {
  background: url(../images/news/icon_company.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_works {
  background: url(../images/news/icon_works.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_recruit {
  background: url(../images/news/icon_recruit.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_business {
  background: url(../images/news/icon_business.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_release {
  background: url(../images/news/icon_release.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.icon_other {
  background: url(../images/news/icon_other.png) no-repeat 0 0;
  background-size: 60px 22px;
}
.news_list .meta {
  margin-bottom: 10px;
}
.news_list .day {
  margin-right: 10px;
}
.news_list .summary {
  background-image: url(../images/common/icon_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  max-height: 50px;
  overflow: hidden;
  padding-right: 20px;
}
.news_list .summary:hover {
  color: #ff7814;
}
.more {
  text-align: center;
}
.more a {
  display: inline-block;
  margin: 4rem auto 0;
  text-align: center;
}
.more a img {
  height: 44px;
}
.news_title {
  margin-top: 40px;
}
.news_all .news_list li:first-child a {
  padding-top: 0;
}
.news_all .summary {
  font-weight: bold;
}
.news_detail .title {
  border-bottom: 1px dotted #ccc;
  padding: 0 20px 15px;
}
.news_detail .text {
  padding: 15px 20px 0;
}
.news_detail .text a {
  color: #f77519;
  text-decoration: underline;
  transition: 0.5s;
}
.news_detail .text a:hover {
  color: #333;
}
/* pager */
.news_all .wp-pagenavi {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px auto 0;
  text-align: center;
}
.news_all .wp-pagenavi a,
.news_all .wp-pagenavi span.current {
  background: #fff;
  border-color: #ff7815;
  border-radius: 40px;
  color: #ff6a00;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 5px;
  width: 40px;
}
.news_all .wp-pagenavi span.current {
  color: #fff;
  background: #ff7815;
  border-color: #ff7815;
}
.news_all .wp-pagenavi a:hover {
  background: #fff9f2;
  border-color: #ff7815;
}
.news_all .previouspostslink span,
.news_all .nextpostslink span {
  border: none;
}
/*==================================
Topics
================================== */
#topics {
  margin-bottom: 4rem;
  text-align: left;
}
#topics_list,
.works_top {
  display: flex;
}
#topics_list li {
  margin-right: 3rem;
}
#topics_list li,
.works_top li {
  position: relative;
}
#topics_list li:last-child,
.works_top li:last-child {
  margin-right: 0;
}
#topics_list .banner,
.works_top .banner {
  display: block;
}
#topics_list .banner img,
.works_top .banner img {
  -webkit-backface-visibility: visible; /* safariでクリックできなくなるのを回避 */
}
#topics_list li a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#topics_list li a:hover {
  opacity: 0.2;
  background: #FFF;
}
#topics_list li a ~ .banner, .works_top .banner {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#topics_list h3 {
  font-size: 1.2rem;
  padding-left: 3px;
  padding-top: 3px;
}
/*==================================
Works_top
================================== */
#works_top {
  margin-bottom: 4rem;
}
.works_top {
  display: flex;
  flex-wrap: wrap;
}
.works_top li {
  margin: 0 2rem;
  padding: 2rem 0 1rem;
  width: calc(50% - 4rem);
}
.works_top li a {
  display: block;
}
.works_top h3 {
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.works_top .copyright {
  color: #aaa;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 3px;
  text-align: right;
}
.works_top .txt_detail {
  font-size: 1.3rem;
  line-height: 1.5;
}
