@charset "utf-8";
/* CSS Document */


/* ==============================================================

//　事業内容CSS

============================================================== */

/*----------------------------------------
背景：四角グレーBOXを後ろに配置
----------------------------------------*/
.bg-grayBox {
  position: relative;
}
.bg-grayBox::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 110%;
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
  left: 8%;
  top: 10%;
}

@media screen and (max-width:768px){
  .bg-grayBox::before {
    top: -50%;
    height: 170%;
  }
  .bg-grayBoxWrap {
    margin-bottom: 150px;
  }
}

/*----------------------------------------
スタッフインタビュー
----------------------------------------*/
.p-voiceItem {
  padding: 60px 30px;
  background-color: rgba(233, 233, 233, 0.35);
  margin-top: 40px;
}

.p-voiceItem:first-of-type {
  margin-top: 0;
}
.p-voiceItem__img {
  text-align: center;
  max-width: 280px;
  margin: auto;
}

.p-voiceItem__img img {
  width: 90%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.p-voiceItem__img__ttl {
  margin-top: 20px;
  padding: 8px;
  font-size: 1em;
  color: #c0c0c0;
  border-top: 3px double #c9c9c9;
  border-bottom: 3px double #c9c9c9;
}

/* カギカッコタイトル */
/* .p-voiceItem__img__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 15px 0;
  font-weight: bold;
  color: #d6478a;
  font-size: 1.2em;
}

.p-voiceItem__img__ttl::before,
.p-voiceItem__img__ttl::after {
  content: "";
  width: 10px;
  height: 10px;
}

.p-voiceItem__img__ttl::before {
  margin: -30px 20px 0 0;
  border-top: 10px solid #e97cab;
  border-left: 10px solid #d6478a;
}

.p-voiceItem__img__ttl::after {
  margin: 0 0 -30px 20px;
  border-right: 10px solid #e97cab;
  border-bottom: 10px solid #d6478a;
} */

.p-voiceItem__txt{
}
.p-voiceItem__txt__item {
}

@media screen and (max-width:768px) {
  .p-voiceItem {
    padding: 40px 20px;
  }
  .p-voiceItem__img img{
    width: 80%;
  }
}

/*----------------------------------------
.フォトギャラリー
----------------------------------------*/
.pg-item {
  margin-bottom: 60px;
}
.pg-item :last-of-type {
  margin-bottom: 0;
}

.morereedBox {
  position: relative;
}
.morereedBox label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 230px; /*グラデーションで隠す高さ*/
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.95) 90%);
}
.morereedBox input:checked + label {
	background: inherit;
}
.morereedBox label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 200px;
	content: 'MORE';
	transform: translate(-50%, 0);
	color: #fff;
	border-radius: 20px;
	background-color: #EA609E;
}
.morereedBox input {
  display: none;
}
.morereedBox__content {
	overflow: hidden;
	height: 500px;
	transition: all 0.5s;
}
.morereedBox input:checked + label {
  display: none ;
}
.morereedBox input:checked ~ .morereedBox__content {
	height: auto;
	padding-bottom: 60px;
	transition: all 0.5s;
}
/*--------------------------------------*/

/*SP*/
@media screen and (max-width:768px){}
/*PC*/
@media screen and (min-width:769px){}

/*--------------------------------------*/
