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


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

//　●●●

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


/*----------------------------------------
.introSec
----------------------------------------*/
.introSec {
  padding: 0;
}
.bg-video {
  position: relative;
  overflow: hidden;
  opacity: 0.01;
  animation: load 0.5s 0.3s ease-out forwards;
/*   display: flex;
  align-items: center;
  justify-content: center; */
}
.bg-video .bg-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}
@keyframes load {
  100% {
    opacity: 1;
  }
}
.bg-video__content {
  padding: 80px 0;
}
.bg-video__content * {
  /* color: #fff; */
}
.bg-video.bg-overlay.bright::before {
  background: rgba(255,255,255,0.72);
}

@media screen and (min-width:769px){
  .bg-video__content {
    padding: 140px 0;
  }
  .bg-video__content .txt * {
    font-size: 15px;
  }
}

/*----------------------------------------
.QA
----------------------------------------*/

.p-qaWrap {
	overflow-x: hidden;
	margin: 0 auto;
}
.p-qaWrap .p-qa__item {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
  position: relative;
}
.p-qaWrap label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 50px;
	cursor: pointer;
}
.p-qaWrap .p-qa__item__content {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 38px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.p-qaWrap .p-qa__item input[type=checkbox]:checked ~ .p-qa__item__content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.p-qaWrap .p-qa__item__plus {
	font-size: 2.4em;
  vertical-align: middle;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 8px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
  color: #EA609E;
}
.p-qaWrap .p-qa__item input[type=checkbox]:checked ~ .p-qa__item__plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.p-qaWrap .p-qa__item input[type=checkbox] {
  display: none;
}
@media screen and (max-width:768px){
  .p-qaWrap .p-qa__item__content {
    margin: 0;
  }
}





/*----------------------------------------
インタビュー
----------------------------------------*/
.p-ivItemBox {
  margin-bottom: 40px;
}
.p-ivItemBox:last-of-type {
  margin-bottom: 0;
}
.p-ivItem {
  padding: 20px 50px 40px 50px;
  background: rgba(255,255,255, 0.3);
  box-shadow: 0 2px 8px rgba(196,180,193,0.5);
  border-left: 4px solid #c4b4c1;
  align-items: center;
}

.p-ivItem__img {
  text-align: center;
}
.p-ivItem__txt__ttl {
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  position: relative;
}
.p-ivItem__txt__ttl .big {
  font-size: 2.5em;
  font-weight: 500;
  margin-right: .2em;
  color: #c4b4c1;
}
.p-ivItem__txt__ttl dt {
  width: 50%;
}
.p-ivItem__txt__ttl dd {
  width: 25%;
  text-align: right;
}
.p-ivItem__txt__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #e1dae0 0, #e1dae0 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
  background-size: 12px 12px;
  bottom: 0;
}
.p-ivItem__txt__ttl dd .c-subttl-2 {
  font-size: .9em;
}

@media screen and (max-width:768px){
  .p-ivItem {
    padding: 40px 20px;
  }
  .p-ivItem__img {
    margin-bottom: 10px!important;
  }
  .p-ivItem__img img {
    width: 100%;
    margin: auto;
    max-width: 140px;
  }
  .p-ivItem__txt__ttl {
    flex-wrap: wrap;
  }
  .p-ivItem__txt__ttl dt{
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
  .p-ivItem__txt__ttl dd {
    width: 50%;
    text-align: center;
  }
  .p-ivItem__txt__ttl dd .big {
    font-size: 1.5em;
  }
}


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

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

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