@charset "UTF-8";

/* mv
----------------------------------------*/
.mv{
	padding: 30px 5%;
	background-color: #fff;
}
.mv-inner{
	max-width: 1000px;
  margin: 0 auto;
}
.mv-catch{
	font-feature-settings: "palt";
	font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}
.mv-catch span{
	background: linear-gradient(transparent 60%, #b1e1f1 50%);
}
.mv-heading{
	margin-top: 40px;
}
.mv-detail{
	display: flex;
  flex-wrap: wrap;
	align-items: center;
  justify-content: space-between;
	max-width: 900px;
  margin: 25px auto 0;
}
.mv-detail-item{
	display: flex;
  flex-wrap: wrap;
	width: calc(100% - 33.33333333333333%);
	font-feature-settings: "palt";
}
.mv-detail-item dt,
.mv-detail-item dd{
	display: flex;
  align-items: center;
}
.mv-detail-item dt{
	justify-content: center;
	width: 5em;
	margin: 5px 10px 0 0;
	padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.mv-detail-item dd ul li{
	display: inline-block;
}
.mv-detail-item dd{
	width: calc(100% - 6em);
	margin-top: 5px;
	font-size: 1.6rem;
  font-weight: 700;
	line-height: 1.2;
}
.mv-detail-item dd span{
	display: inline-block;
}
.mv-image{
	width: 33.33333333333333%;
}

@media screen and (max-width: 767px){
	.mv-catch{
		font-size: 1.6rem;
	}
	.mv-heading{
		margin-top: 20px;
	}
	.mv-detail-item{
		width: 100%;
	}
	.mv-detail-item dt{
		font-size: 1.2rem;
	}
	.mv-detail-item dd{
		font-size: 1.4rem;
	}
	.mv-image{
		width: 100%;
	  margin-top: 20px;
	}
}


/*.pickup
----------------------------------------*/
.pickup {
  position: relative;
	width: 100%;
	padding: 20px 2%;
	background-color: #000;
  /* bottom: auto; */
	box-sizing: border-box;
	overflow: hidden;
}
.pickup-inner{
  display: flex;
	align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.pickup-heading{
  width: 140px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
	white-space: nowrap;
}
.pickup .slideWrap{
	display: flex;
	align-items: center;
  width: calc(100% - 160px);
  height: 130px;
  border-left: 3px solid #63c4e4;
}
.pickup .bxslider li{
	width: 730px;
}
.pickup .slideWrap a{
	display: flex;
  align-items: center;
}
/* .pickup li {
  width: 90%;
} */
/* .pickup a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
} */
.pickup .slideWrap a.anc{
  position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 30px 10px 20px;
  text-decoration: none;
}
.pickup .slideWrap a.anc::after{
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-top: solid 2px #63c4e4;
  border-right: solid 2px #63c4e4;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
.pickup-txt{
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  width: calc(100% - 120px);
}
.pickup-txt-company{
  color: #fff;
  line-height: 1.4;
  font-size: 1.5rem;
	margin-right: 20px;
  margin-bottom: 10px;
}
.pickup-txt-person{  
  font-size: 1.4rem;
	line-height: 1.4;  
}
.pickup-txt-person + .pickup-txt-person{
	margin-top: 5px;
}
.pickup-photo{
  width: 120px;
  height: 90px;
  margin-left: auto;
}
.pickup-photo img{
  height: 100%;
  width: auto;
  text-align: center;
  object-fit: cover;
}
.pickup .bx-wrapper {
  margin-bottom: 0;
}
.pickup .bx-wrapper .bx-viewport{
  left: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.pickup .bx-wrapper .bx-viewport{
  width: 100% !important;
}
.pickup .bx-wrapper .bx-pager{
  position: absolute;
  padding: 0 0 0 0;
  width: auto;
  top: 50%;
  right: -30px;
  height: 90px;
	transform: translateY(-50%);
}
.pickup .bx-wrapper .bx-pager .bx-pager-item,
.pickup .bx-wrapper .bx-pager .bx-controls-auto-item{
  display: block;
}
.pickup .bx-wrapper .bx-pager .bx-pager-item{
  padding-bottom: 6px;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager a{
  background-color: #999;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager a{
  width: 5px;
  height: 5px;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background-color: #fff;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #fff;
}
.pickup .bx-wrapper .bx-pager .bx-pager-item{
  padding-bottom: 6px;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager{
  padding-top: 5px;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager:first-of-type{
	padding-top: 0;
}
.pickup .bx-wrapper .bx-pager.bx-default-pager a{
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 950px){
	.pickup .bxslider li{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.pickup{
		padding: 20px 5%;
	}
	.pickup-inner{
		flex-wrap: wrap;
	}
	.pickup-heading{
		width: 100%;
		font-size: 1.8rem;
	}
	.pickup .slideWrap{
		width: 100%;
		border-top: 2px solid #63c4e4;
		border-left: none;
		margin-top: 10px;
	}
	.pickup .bxslider li{
		width: 95% !important;
	}
	.pickup .slideWrap a.anc{
		padding: 10px 20px 10px 0;
	}
	.pickup .slideWrap a.anc::after{
		width: 16px;
		height: 16px;
		margin-top: -8px;
		right: 0;
	}
	.pickup-txt{
		width: calc(100% - 95px);
	}
	.pickup-txt-company{
		font-size: 1.2rem;
	  margin-right: 0;
	}
	.pickup-txt-person{
		font-size: 1.1rem;
	}
	.pickup-photo{
		width: 90px;
	}
	.pickup .bx-wrapper .bx-pager{
		right: -10px;
	}
}

@media screen and (max-width: 374px){
	.pickup .slideWrap{
		height: 145px;
	}
}


/* lead
----------------------------------------*/
.lead{
	max-width: 900px;
	margin: 0 auto;
}
.lead p{
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead p{
		font-size: 1.6rem;
	}
}


/* content
----------------------------------------*/
.content{
	max-width: 800px;
	margin: 50px auto 0;
}
.content-item + .content-item{
	margin-top: 20px;
}
.content-item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	background-color: rgba(0,0,0,0.22);
	text-decoration: none;
	transition: 0.5s;
}
.content-item a:hover{
	background-color: rgba(0,0,0,0.4);
}
.content-item_thumb{
	width: 37.83783783783784%;
}
.content-item_text{
	position: relative;
	width: calc(59.45945945945946% - 10px);
	padding-right: 10px;
}
.content-item_text::before{
	position: absolute;
	top: 50%;
	right: -10px;
	content: "";
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.content-item_text_heading .category{
	display: inline-block;
	padding: 6px 10px;
  color: #fff;
  background-color: #63c4e4;
  font-size: 1.4rem;
  font-weight: 700;
}
.content-item_text_heading .title{
	display: block;
	margin-top: 8px;
	color: #fff;
	font-size: 1.8rem;
  font-weight: 700;
	line-height: 1.4;
}
.content-item_text_person{
	margin-top: 15px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}
.content-item_text_person + .content-item_text_person{
	margin-top: 15px;
}

@media screen and (max-width: 767px){
	.content{
		margin: 30px auto 0;
	}
	.content-item a{
		padding: 20px;
	}
	.content-item_thumb{
		width: 100%;
	}
	.content-item_text{
		width: 100%;
  	margin-top: 20px;
	}
	.content-item_text::before{
		width: 13px;
  	height: 13px;
	}
	.content-item_text_heading .category{
		font-size: 1.3rem;
	}
	.content-item_text_heading .title{
		font-size: 1.6rem;
	}
	.content-item_text_person{
		font-size: 1.3rem;
	}
}
