

.contants-wrap {
width: 100%;
max-width: 100%;
margin: 0 auto;
}



.pi-ex-box {
padding: 0 6.85%;
margin: 0 auto;
}

.pi-ex-cont {
max-width: 916px;
margin: 0 auto;
padding: 60px 0 120px;
color: #001F6B;
}
.pi-ex-ttl {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 20px;
line-height: 1.5;
margin: 0 0 1%;
}







.pi-wrap {
display: flex;
justify-content: space-between;
width: 95%;
max-width: 1216px;
margin: 0 auto;
}


.pi-filter-box{
width: 32.8%;
position: relative;
}




/*
.pi-filter{
position: sticky;
top: 96px;
background: #f5f5f5;
border-radius: 4px;
overflow: hidden;
max-height: calc(100% - 96px);
overflow-y: auto;
}

.pi-filter{
  position: sticky;
  top: 96px;
  background: #f5f5f5;
  border-radius: 4px;
  max-height: calc(100vh - 96px - 32px); 
  overflow-y: auto;
  overflow-x: hidden;
}
.pi-filter::after {
position: absolute;
top: -1px;
left: -1px;
width: 48px;
height: 48px;
content: '';
background: url(../images/btn-red-corner.svg) no-repeat top center;
background-size: 100% auto;
margin: auto;
z-index: 2;
}
*/



.pi-filter{
  position: sticky;
  top: 96px;
  background: #f5f5f5;
  border-radius: 4px;
  max-height: calc(100vh - 96px);
  overflow: hidden; /* 角丸を活かすため外側はhiddenのまま */
}

.pi-filter-scroll{
  max-height: inherit;
  overflow-y: auto;
}

.pi-filter::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 48px;
  height: 48px;
  content: '';
  background: url(../images/btn-red-corner.svg) no-repeat top center;
  background-size: 100% auto;
  margin: auto;
  z-index: 2;
}
.pi-filter-inner{
padding: 40px 32px 40px;
overflow: visible;
}
.pi-filterttl-en{
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 20px;
color: #001F6B;
line-height: 1.5;
}
.pi-filterttl-jp{
font-weight: 700;
font-size: 24px;
color: #001F6B;
line-height: 1.5;
margin: 0 0 40px;
}


.controls{
display: block;
}
.pi-cat-ttl{
width: 130px;
padding: 4px 0;
text-align: center;
background: #001F6B;
color: #fff;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
margin: 0 0 16px;
}
.filter.all{
margin: 0 0 28px;
}
.filter-all{
font-family : inherit;
font-size: 18px;
font-weight: 700;
display: inline-block;
color: #001F6B;
margin: 0 24px 10px 0;
padding: 0 34px 0 0;
position: relative;
background: none;
line-height: 1;
cursor: pointer;
}
.filter-all::before{
position: absolute;
content: '';
top: 2px;
right: 0;
width: 16px;
height: 16px;
background: #fff;
border: 1px solid #B2B2B2;
border-radius: 100px;
}
.filter-all.active::after{
position: absolute;
content: '';
top: 5px;
right: 3px;
width: 10px;
height: 10px;
background: #E40046;
border-radius: 100px;
}
.filter-all.active{
cursor: default;
}

.filter.major{
margin: 0 0 40px;
}
.m-filter{
font-family : inherit;
font-size: 14px;
font-weight: 500;
display: inline-block;
color: #001F6B;
margin: 0 24px 10px 0;
padding: 0 0 0 22px;
position: relative;
background: none;
line-height: 1.5;
cursor: pointer;
text-align: left;
}
.m-filter.ajust,
.c-filter.ajust{
color: #ccc;
pointer-events: none;
}
.m-filter::before{
position: absolute;
content: '';
top: 2px;
left: 0;
width: 16px;
height: 16px;
background: #fff;
border: 1px solid #B2B2B2;
border-radius: 100px;
}
.m-filter.ajust::before,
.c-filter.ajust::before{
opacity: 0.6;
}
.m-filter.active::after{
position: absolute;
content: '';
top: 5px;
left: 3px;
width: 10px;
height: 10px;
background: #E40046;
border-radius: 100px;
}


.c-filter{
font-family : inherit;
font-size: 14px;
font-weight: 500;
display: inline-block;
color: #001F6B;
margin: 0 24px 4px 0;
padding: 0 0 0 22px;
position: relative;
background: none;
cursor: pointer;
text-align: left;
}
.c-filter::before{
position: absolute;
content: '';
top: 2px;
left: 0;
width: 16px;
height: 16px;
background: #fff;
border: 1px solid #B2B2B2;
}
.c-filter.active::before{

background: #001F6B;
border: 1px solid #001F6B;
}
.c-filter.active::after{
position: absolute;
content: '';
top: 5px;
left: 3px;
width: 10px;
height: 10px;
background: url("../images/c-filter-check.svg") no-repeat;
background-size: 100% auto;
}




.pi-card-box{
width: 64.4%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
	min-height: calc(100vh - 96px);
}





.pi-card{
width: 48%;
margin: 0 0 -12px;
display: inline-flex;
vertical-align: top;
}
.pi-card a{
display: block;
position: relative;
color: #001F6B;
}
.pi-card-cont {
width: 92%;
background: #fff;
padding: 16px;
line-height: 1.5;
transform: translateY(-48px);
}
.pi-name {
font-size: 20px;
font-weight: 700;
line-height: 1.5;
margin: 0 0 8px;
}
.pi-tag {
font-size: 14px;
font-weight: 500;
line-height: 1.25;
display: inline-block;
margin: 0 14px 0 0;
padding-left: 1em;
  text-indent: -1em;
}





.mix {
  transition: opacity 700ms ease-out;
}
.mix.is-hidden {
  opacity: 0;
  pointer-events: none;
}








.floart-box-for-movie{
width: 240px;
position: fixed;
right: 0;
bottom: 80px;
background: #ccd2e2;
padding: 10px 16px 14px;
border-radius: 4px 0 0 4px;
transition: opacity 0.6s 0s;
z-index: 10;
	opacity: 0;
  box-shadow: 0 4px 4px #d6d6d6;
}
.with-scp .floart-box-for-movie{
	opacity: 1;
}
.floart-box-for-movie a{
display: block;
}
.floart-box-ttl-en{
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 24px;
	color: #001F6B;
line-height: 1.5;
margin: 0 0 1%;
	text-align: center;
}
.floart-box-ttl-jp{
font-weight: 500;
font-size: 16px;
color: #001F6B;
text-align: center;
}





.video-wrapper iframe{
aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.remodal-close {
width: 34px;
height: 34px;
position: absolute;
top: -40px;
right: 0;
content: '';
background: url(../images/close-b.png) top center;
background-size: cover;
}







@media (min-width: 768px) and (max-width: 1200px){
.interview .pm-ttl-box h1 {
font-size: 32px;
}
}
@media (min-width: 768px) and (max-width: 1000px){
.interview .pm-ttl-box h1 {
font-size: 24px;
}
}




@media only screen and (max-width : 900px) {
.people .page-main-ttl-box {
position: relative;
width: 100%;
height: auto;
top: 0;
left: 0;
display: block;
padding: 0 0;
margin: -33% 0 0;
}

.pi-ex-box {
padding: 0 6%;
margin: 0 auto;
}
.pi-ex-cont {
		padding: 10% 0 24%;
}

.pi-wrap {
display: block;
width: 88%;
margin: 0 auto;
}
.pi-filter-box {
width: 100%;
position: relative;
}
.pi-filter {
position: relative;
top: auto;
overflow: hidden;
margin: 0 0 32px;
max-height: none;
}

.pi-filter-inner{
padding: 40px 24px 32px;
overflow: visible;
}

.pi-card-box {
width: 100%;
display: block;
	margin: 0 0 20%;
	min-height: 50vh;
}

.pi-card {
width: 100%;
margin: 0 0 4px;
display: block;
}
.pi-card-cont {
width: 100%;
background: #fff;
padding: 16px;
line-height: 1.5;
transform: translateY(-28px);
}






.pi-filterttl-jp {
font-weight: 700;
font-size: 24px;
color: #001F6B;
line-height: 1.5;
margin: 0 0 32px;
}

.controls{
display: none;
padding: 0 0 40px;
}

.controls-btn .icon {
position: relative;
top: auto;
right: auto;
width: 32px;
height: 32px;
background: #001F6B;
content: '';
border-radius: 100px;
transform: translateY(0);
margin: 0 auto;
}
.controls-btn .icon::before,
.controls-btn .icon::after{
content: '';
display: inline-block;
width: 12px;
height: 1px;
background-color: #fff;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
transition: opacity 0.5s;
}

.controls-btn .icon::after{
transform: translateY(-50%) rotate(90deg);
transition: transform 0.5s;
}

.controls-btn.active .icon::before{
opacity: 0;
}

.controls-btn.active .icon::after{
transform: translateY(-50%) rotate(180deg);
}





.floart-box-for-movie {
width: 188px;
position: fixed;
right: 0;
bottom: 50px;
background: #ccd2e2;
padding: 6px 14px 4px;
border-radius: 4px 0 0 4px;
transition: opacity 0.6s 0s;
z-index: 10;
opacity: 0;
box-shadow: 0 4px 4px #d6d6d6;
}
.floart-box-ttl-en {
font-size: 20px;
margin: 0 0 1%;
}





}


@media only screen and (max-width : 389px) {

}


