@charset "utf-8";
/***************************************************************************************************
	page_people_single.css
***************************************************************************************************/

#page_people_single {
  width: 100%;
  padding:115px 0 0 0;
}
/*
*/
#page_people_single .blk_1 {
  position: fixed;
  left:50%;
  top:115px;
  translate: -50% 0;
  width: 100%;
  max-width: var(--max_wid_1);
  padding: var(--padding_2);
  z-index: 2;
}
#page_people_single .blk_1.pos_fixed {
  position:fixed;
}
#page_people_single .blk_1.pos_absolute {
  position:absolute;
}
#page_people_single .blk_1 > div {
  width: 60%;
  padding:60% 0 0 0;
}
#page_people_single .blk_1_1 {
  position: absolute;
  left:0;
  top:0;
  width:67%;
  height: 100%;
}
#page_people_single .blk_1_1_1 {
  position: absolute;
  width:100%;
  left:0;
  top:50%;
  translate:0 -50%;
  display: flex;
  flex-direction: column;
}
#page_people_single .blk_1_1_1 > h2 {
  order:2;
  border-top: 1px solid #000000;
  padding:20px 0 0 0;
}
#page_people_single .blk_1_1_1 > h2 br {
  display: none;
}
#page_people_single .blk_1_1_1 > h2 span:nth-of-type(1) {
  display: block;
  font-size: min(3.6vw, 45px);
  line-height: 1.25;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding:0 0 10px 0;
}
#page_people_single .blk_1_1_1 > h2 span:nth-of-type(2) {
  display: block;

  font-size: min(1.6vw, 20px);
  line-height: 1.25;
  font-weight: 300;
  font-family: "pragmatica-extended",sans-serif;
  letter-spacing: .1em;
}
#page_people_single .blk_1_1_1 > p {
  order:1;
  padding:0 0 25px 0;
}
#page_people_single .blk_1_1_1 > p br {
  display: none;
}
#page_people_single .blk_1_1_1 > p span:nth-of-type(1) {
  display: block;
  font-size: min(1.6vw, 20px);
  line-height: 1.25;
  font-weight: 700;
  padding:0 0 15px 0;
  word-wrap:break-word;
  word-break: keep-all;
}
#page_people_single .blk_1_1_1 > p span:nth-of-type(2) {
  display: block;
  font-size: min(1.3vw, 16px);
  line-height: 1.25;
  font-weight: 200;
  letter-spacing: .1em;
  font-family: "pragmatica-extended",sans-serif;
}
#page_people_single .blk_1_1_1 > h3 {
  order:3;
  padding:25px 0 0 0;
}
#page_people_single .blk_1_1_1 > h3 br {
  display: none;
}
#page_people_single .blk_1_1_1 > h3 .lin_1 {
  display: block;
  width: 100%;
  max-width: 330px;
  background-color: #000000;
  padding:8px 15px 9px 15px;
}
#page_people_single .blk_1_1_1 > h3 .lin_1 img {
  display:block;
  width: 100%;
}
#page_people_single .blk_1_1_1 > h3 .lin_2 {
  display: block;
  margin-top: -1px;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_1 {
  display: block;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_1 img {
  display:block;
  max-width: 110%;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 {
  display: block;
  font-size: 0;
  text-align: left;
  margin-top: -1px;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color:#ffffff;
  background-color: #000000;
  padding:10px 13px 10px 10px;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 span::before {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	left:calc(100% - 1px);
	top:0;
	background-color: #000000;
  pointer-events: none;
}
#page_people_single .blk_1 .bk_sp {
  display:none;
}
/*
*/
#page_people_single .blk_2 {
  width: 100%;
  background-color: #d0ced1;
}
#page_people_single .blk_2 > div {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
}
/*  */
#page_people_single .blk_2_1 {
  width: 100%;
  padding: var(--padding_2);
  overflow: hidden;
}
#page_people_single .blk_2_1_1 {
  margin:auto;
  width: 100%;
}
#page_people_single .blk_2_1_1 > div {
  width: 60%;
  padding: 60% 0 0 0;
  left:max(300px, 40%);
  background-color: #d0ced1;
  mask-image:  linear-gradient(90deg, #000000 0%, #ffffff 5%, #ffffff 95%, #000000 100%);
  mask-position: 0 0;
  mask-mode: luminance;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
#page_people_single .blk_2_1_1 > div img {
  position: absolute;
  display: block;
  left: 50%;
  top:0;
  translate:-50% 0;
  width: 105%;
  height: auto;
  filter:blur(30px);
  animation:blk_2_1_kf_1 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) .4s 1 normal forwards;
}
@keyframes blk_2_1_kf_1 {
  22% {filter:blur(30px);}
  100% { 	filter:blur(0);}
}
/*
*/
#page_people_single .blk_3 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  z-index: 3;
}
#page_people_single .blk_3 > div {
  width: 100%;
  padding: var(--padding_5);
}
/*  */
#page_people_single .blk_3_1 {
  width:100%;
  padding:100px 0 0 43%;
}
#page_people_single .blk_3_1 h4 {
  display: block;
  width: 100%;
  font-size: min(1.8vw, 20px);
  line-height: 1.25;
  font-weight: 700;
  padding:32px 15px 32px 120px;
  background-color: #efefef;
  overflow: hidden;
}
#page_people_single .blk_3_1 h4::before {
	position: absolute;
	display: block;
	content: '';
  left:0;
  top:0;
	width: 110px;
	height: 100%;
  transform-origin: 0 0;
  transform: skewX(-15deg);
	background-color: #000000;
}
#page_people_single .blk_3_1 h4::after {
	position: absolute;
	display: block;
	content: 'Q';
  left:50px;
  top:50%;
  font-family: "pragmatica-extended",sans-serif;
  font-size: 41.5px;
  line-height: 1;
  font-weight:500;
  color:#ffffff;
  translate:-50% -50%;
}
#page_people_single .blk_3_1 p {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  padding: 20px 0 45px 0;
}
#page_people_single .blk_3_1 .wp-block-image {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 70px;
}
#page_people_single .blk_3_1 img {
  display: block;
  width: 100%;
}
#page_people_single .blk_3_1 img.tgt_nm_psa {
  opacity:0;
  filter:blur(20px);
}
#page_people_single .blk_3_1 img.tgt_nm_psa.psa_show {
  animation:blk_3_1_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_1_kf_1 {
  100% {opacity:1; filter:blur(0);}
}

/*
*/
#page_people_single .blk_4 {
  width:100%;
  padding:80px 0 100px 0;
  z-index: 4;
}
#page_people_single .blk_4 p {
  width:550px;
  margin: auto;
}
#page_people_single .blk_4 p.tgt_nm_psa {
  opacity:0;
  translate:0 30px;
}
#page_people_single .blk_4 p.tgt_nm_psa.psa_show {
  animation:blk_4_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_4_kf_1 {
  100% {opacity:1; translate:0 0;}
}

#page_people_single .blk_4 p a {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #000000;
  color:#ffffff;
  text-align: right;
  transition:color .1s ease-out 0s, background-color .1s ease-out 0s;
  padding:0 60px 0 0;
}
#page_people_single .blk_4 p a.nm_hover {
  color:#000000;
  background-color: #e5e5e5;
}
#page_people_single .blk_4 p a::before,
#page_people_single .blk_4 p a::after {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left:56px;
	top:calc(50% - 10px);
  rotate:180deg;
	background-image: url('../images/btn_ill_01_02.svg');
	background-position: 59% 50%;
	background-size: 100% auto;
  transition:opacity .1s ease-out 0s;
}
#page_people_single .blk_4 p a::after {
	background-image: url('../images/btn_ill_01.svg');
  opacity:0;
}
#page_people_single .blk_4 p a.nm_hover::before {
  opacity:0;
}
#page_people_single .blk_4 p a.nm_hover::after {
  opacity:1;
}
#page_people_single .blk_4 p a br {
  display: none;
}
#page_people_single .blk_4 p a span:nth-of-type(1) {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  font-family: "pragmatica-extended",sans-serif;
  padding: 22px 0 0 0;

}
#page_people_single .blk_4 p a span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 12px 0 0 0;
}
/*
*/
#page_people_single .blk_5 {
  position: absolute;
  left:50%;
  top:115px;
  translate:-50% 0;
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  z-index: 5;
  pointer-events: none;
}
#page_people_single .blk_5 > div {
  width: 100%;
  padding: var(--padding_2);
}
#page_people_single .blk_5 > div::after {
	display: block;
	content: '';
	width: 60%;
  padding:60% 0 0 0;
}
/*  */
#page_people_single .blk_scroll {
  position:absolute;
  left:3%;
  top:min(100%, calc(100vh - 115px));
}
#page_people_single .blk_scroll > div {
  position:absolute;
  left:0;
  top:-220px;
  width:35px;
  height:190px;
}
#page_people_single .blk_scroll > div::after {
	position: absolute;
	display: block;
	content: '';
	left:50%;
	top:0;
	width:11px;
	height: 134px;
	background-image: url('../images/people_single_txt_02.svg');
	background-position: 0 0;
	background-size:100% auto;
  translate:-50% 0;
}
#page_people_single .blk_scroll > div > div {
  position:absolute;
  left:17px;
  top:calc(100% - 45px);
  width:1px;
  height:45px;
  background-color: #000000;
}
#page_people_single .blk_scroll > div > div > div {
  position:absolute;
  display:block;
  content:'';
  left:-1px;
  top:0;
  width:3px;
  height:10px;
  background-color: #d0ced1;
  animation:kf_scroll_1 1s ease-out 0s infinite normal both;
  transform-origin: 0 0;
  transform:scaleY(0);
}
@keyframes kf_scroll_1 {
  0% {transform:scaleY(0); top:0;}
  10% {transform:scaleY(1); top:0;}
  95% {transform:scaleY(0); top:100%;}
}
/*  */
#page_people_single .blk_scroll.sd_sp {
  display: none;
}
/*
*/
.shade {
  position: fixed;
  left:0;
  top:0;
  width:100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1000001;
  background-color: #ffffff;
  transform-origin: 0 0;
  animation:shade_kf_1 .6s ease-in-out .1s 1 normal forwards;
}
@keyframes shade_kf_1 {
  100% { scale: 1 0;}
}
.shade.show {
  transform-origin: 0 100%;
  animation:shade_kf_2 .6s ease-in-out 0s 1 normal both;
}
@keyframes shade_kf_2 {
  0% { scale: 1 0;}
  100% { scale: 1 1;}
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_people_single {
  width: 100%;
  overflow: hidden;
  padding:60px 0 0 0;
}
/*
*/
#page_people_single .blk_1 {
  position: absolute;
  top:60px;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 span {
  font-size: 1.4vw;
  padding:8px;
}
/*
*/
#page_people_single .blk_3 {
  max-width: 800px;
}
#page_people_single .blk_3 > div {
  padding: var(--padding_1_sp);
}
/*  */
#page_people_single .blk_3_1 {
  padding:60px 0 0 0;
}
#page_people_single .blk_3_1 h4 {
  font-size: 15px;
  padding:20px 10px 20px 90px;
}
#page_people_single .blk_3_1 h4::before {
	width: 80px;
}
#page_people_single .blk_3_1 h4::after {
  left:35px;
  font-size: 30px;
}
#page_people_single .blk_3_1 p {
  font-size: 14px;
  padding: 20px 0 40px 0;
}
#page_people_single .blk_3_1 .wp-block-image {
  margin-top: 0;
  margin-bottom: 50px;
}
/*
*/
#page_people_single .blk_4 {
  padding:var(--padding_1_sp);
  padding-top:10px;
  padding-bottom:60px;
}
#page_people_single .blk_4 p {
  width:100%;
  max-width: 400px;
}
#page_people_single .blk_4 p a {
  height: 75px;
  padding:0 5% 0 0;
}
#page_people_single .blk_4 p a::before,
#page_people_single .blk_4 p a::after {
	width: 18px;
	height: 18px;
	left:5%;
	top:calc(50% - 9px);
}
#page_people_single .blk_4 p a span:nth-of-type(1) {
  font-size: 18px;
  padding: 18px 0 0 0;

}
#page_people_single .blk_4 p a span:nth-of-type(2) {
  font-size: 12px;
  padding: 8px 0 0 0;
}
/*
*/
#page_people_single .blk_5 {
  top:60px;
}
/*  */
#page_people_single .blk_scroll {
  top:min(100%, calc(100vh - 60px));
}
#page_people_single .blk_scroll > div {
  position:absolute;
  left:-10px;
  top:-170px;
  width:35px;
  height:147px;
}
#page_people_single .blk_scroll > div::after {
	width:8px;
	height: 110px;
}
#page_people_single .blk_scroll > div > div {
  left:17px;
  top:calc(100% - 40px);
  height:40px;
}
/*  */
}
/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 800px) {
/*
*/
#page_people_single {
  padding:0 0 0 0;
}
/*
*/
#page_people_single .blk_1 {
  position: relative;
  left:0;
  top:0 !important;
  translate: 0 0;
  max-width: none;
  padding: var(--padding_2_sp);
  padding-top:100px;
  background-color: #d0ced1;
}
#page_people_single .blk_1.pos_fixed {
  position:relative;
  top:0 !important;
}
#page_people_single .blk_1.pos_absolute {
  position:relative;
  top:0 !important;
}
#page_people_single .blk_1 > div {
  width: 100%;
  padding:0;
}
#page_people_single .blk_1_1 {
  position: relative;
  width:100%;
  max-width: 500px;
  height: auto;
  margin: auto;
}
#page_people_single .blk_1_1_1 {
  position: relative;
  width:100%;
  left:0;
  top:0;
  translate:0 0;
  text-align: center;
}
#page_people_single .blk_1_1_1 > h2 {
  padding:17px 0 0 0;
}
#page_people_single .blk_1_1_1 > h2 span:nth-of-type(1) {
  font-size:28px;
  padding:0 0 10px 0;
}
#page_people_single .blk_1_1_1 > h2 span:nth-of-type(2) {
  font-size: 15px;
}
#page_people_single .blk_1_1_1 > p {
  order:1;
  padding:0 0 17px 0;
}
#page_people_single .blk_1_1_1 > p br {
  display: none;
}
#page_people_single .blk_1_1_1 > p span:nth-of-type(1) {
  font-size: 15px;
  padding:0 0 10px 0;
}
#page_people_single .blk_1_1_1 > p span:nth-of-type(2) {
  font-size: 12px;
}
#page_people_single .blk_1_1_1 > h3 {
  padding:22px 0 0 0;
}
#page_people_single .blk_1_1_1 > h3 br {
  display: none;
}
#page_people_single .blk_1_1_1 > h3 .lin_1 {
  width: 80%;
  max-width: 300px;
  padding:7px 13px 8px 13px;
  margin: auto;
}
#page_people_single .blk_1_1_1 > h3 .lin_2 {
  margin: auto;
  transform-origin: 50% 0;
  scale: .7;
}
#page_people_single .blk_1_1_1 > h3 .lin_2 img {
  max-width: none;
  margin: auto;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 {
  text-align: center;
}
#page_people_single .blk_1_1_1 > h3 .lin_2_2 span {
  font-size: 16px;
  line-height: 1;
  padding:8px 6px;
}
#page_people_single .blk_1 .bk_sp {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:calc(100% + 10px);
  pointer-events: none;
  display: block;
  mask-image:  linear-gradient(0deg, #000000 0%, #ffffff 10px);
  mask-position: 0 0;
  mask-mode: luminance;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
/*
*/
#page_people_single .blk_2 > div {
  max-width:none;
}
/*  */
#page_people_single .blk_2_1 {
  padding: var(--padding_1_sp);
}
#page_people_single .blk_2_1_1 {
  overflow: hidden;
}
#page_people_single .blk_2_1_1 > div {
  width: 100%;
  max-width: 500px;
  padding: min(500px, 100%) 0 0 0;
  height: auto;
  left:0;
  margin: auto;
}
#page_people_single .blk_2_1_1 > div img {
  filter:blur(10px);
  transform-origin: 50% 100%;
  scale:1.05;
}
@keyframes blk_2_1_kf_1 {
  22% {filter:blur(10px);}
  100% { 	filter:blur(0);}
}
/*
*/
#page_people_single .blk_5 {
  translate:0 0;
  width: 100%;
  left:0;
  top:0;
  max-width: none;
}
#page_people_single .blk_5 > div {
  padding:0;
}
#page_people_single .blk_5 > div::after {
  display:none;
}
#page_people_single .blk_scroll {
  position:absolute;
  left:4%;
  top:100vh;
}
#page_people_single .blk_scroll > div {
  top:-170px;
}
#page_people_single .blk_scroll.sd_sp {
  display: block;
}
#page_people_single .blk_scroll.sd {
  display: none;
}
/*  */
}
  