  @charset "utf-8";

/* -------------------------------------------------- */
/* Foundation */
/* -------------------------------------------------- */
#wrapper {
	color: #201e1e;
	font-family: "Noto Sans JP", sans-serif; 
	font-weight: 500;
	overflow: visible;
}
a {
	transition: .2s linear;
}
a:hover {
	opacity: 0.8;
}

/* #block-mv */
@keyframes mvFadeUp{
	from {opacity: 0; transform: translateY(-100px);}
	to {opacity: 1; transform: translateY(0);}
}

/* #block-mainCt */
#block-mainCt {
  padding-bottom: 90px;
  background: url(/prof/recruit/archi/building_construction/img/2027/voice/bg_mainCt.jpg) center / cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width:1px) and (max-width:959px){
  #block-mainCt {
    padding-bottom: 0;
    background: none;
  }
}

@keyframes ctFadeUp{
	from {opacity: 0; transform: translateY(-50px);}
	to {opacity: 1; transform: translateY(0);}
}

/* modaal */
.modaal-close:after, .modaal-close:before {
  top: -14px !important;
  left: 34px !important;
  width: 2px !important;
  height: 101px !important;
}
.modaal-close {
  right: 7px !important;
  top: 7px !important;
  width: 72px !important;
  height: 72px !important;
}
.modaal-close:focus, .modaal-close:hover {
  background: none !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #9F9F9F !important;
}
@media screen and (min-width:1px) and (max-width:959px){
  .modaal-close:after, .modaal-close:before {
    top: -7px !important;
    left: 20px !important;
    height: 52px !important;
  }
  .modaal-close {
    right: 4px !important;
    top: 4px !important;
    width: 37px !important;
    height: 37px !important;
  }  
  .modaal-inner-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .modaal-video-container {
    max-height: 72.4vh !important;
    padding-left: 40.8vh !important;
  }
}
/* -------------------------------------------------- */
/* Layout */
/* -------------------------------------------------- */
/* #block-about */
.l-ct{
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width:1px) and (max-width:959px){
  .l-ct{
    max-width: 100%;
    margin-top: 0;  
  }
}
/* -------------------------------------------------- */
/* Project */
/* -------------------------------------------------- */
/* #block-mv */
.p-mv{
  background-image: url(/prof/recruit/archi/building_construction/img/2027/voice/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-mv__inner{
  position: relative;
  max-width: 1500px;
  width: 100%;
  min-height: 844px;
  margin-left: auto;
  margin-right: auto;
}
.p-mv__ttl{
  position: absolute;
  top: 75px;
  left: 172px;
  font-size: min(5rem, 85px);
  font-weight: 600;
  line-height: 1;
  animation-duration:1.0s; 
  /* animation-delay:0.5s;  */
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-mv__ttl > span{
  font-size: min(6.25rem, 100px);
  line-height: 1.3;
  font-weight: 700;
}
.p-mv__ct{
  display: flex;
  margin-left: 172px;
  padding-top: 52px;
  align-items: flex-start;
  gap: 0 14px;
}
.p-mv__txtBox{
  margin-top: 312px;
  margin-bottom: 77px;
  animation-duration:1.0s; 
  animation-delay:0.5s; 
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-mv__subTtl{
  font-size: 3.4375rem;
  font-size: min(3.4375rem, 60px);
  font-weight: 600;
  line-height: 1.27273;
}
.p-mv__txt{
  width: 530px;
  margin-top: 20px;
  font-size: min(1.5rem, 30px);
  font-weight: 700;
  line-height: 2.0;
}
.p-mv__img{
  width: 100%;
  height: auto;
}
.p-mv__voiceImg{
  display: block;
  position: relative;
  width: 57.5255%;
  height: auto;
  margin-left: 78px;
  z-index: 3;
  animation-duration:1.0s; 
  animation-delay:0.3s; 
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-mv__spImg{
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  animation-duration:1.0s; 
  animation-delay:0.8s; 
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-mv__ttl.animated, .p-mv__txtBox.animated, .p-mv__voiceImg.animated, .p-mv__spImg.animated{
	animation-name:mvFadeUp;
}

@media screen and (min-width:1px) and (max-width:959px){
  .p-mv{
    background-image: url(/prof/recruit/archi/building_construction/img/2027/voice/mv_bg_sp.jpg);  
  }
  .p-mv__inner{
    max-width: 89%;
    height: auto;
    min-height: 526px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-mv__ttl{
    top: 58px;
    left: 0;
    font-size: 30px;
  } 
  .p-mv__ttl > span{
    font-size: 38px;
  }   
  .p-mv__ct {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
  .p-mv__txtBox{
    position: relative;
    margin-top: -45px;
    margin-right: auto;
    margin-bottom: 0;  
    z-index: 5;
  }
  .p-mv__subTtl{
    position: relative;
    font-size: 30px;
    line-height: 1.333333;
    z-index: 3;
  }  
  .p-mv__txt{
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71429;
  }
  .p-mv__img {
    min-width: 100%;
    width: 100%;
  }
  .p-mv__voiceImg{
    width: 34.5345%;
    margin-left: auto;
  }
  .p-mv__spImg{
    margin-top: 6px;
  }
}
@media screen and (min-width:750px) and (max-width:959px){
  .p-mv__inner{
  max-width: 70%;
  }
}


/* #block-mainCt */
.p-ct {
	position: relative;
  width: 100%;
  background-color: #fff;
}
.p-ct::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #222222;
	transition: all .6s;
	/* transition-delay: .6s; */
	transform: scale(0, 1);
	transform-origin: center top;
	content: "";
}
.p-ct.animated::after {
	transform: scale(1, 1);
}
.p-ct__inner {
	position: relative;
	overflow: hidden;
}
.p-ct__inner::before{
	position: absolute;
	top: 10px;
	left: 50%;
  /* left: 100%; */
	width: 600px;
	height: 580px;
	background-color: #fff;
	transition: all .6s;
	transition-delay: .4s;
	z-index: 10;
	content: '';
}
.p-ct__inner::after{
	position: absolute;
	top: 10px;
	left: 0;
  /* left: -50%; */
	width: 600px;
	height: 580px;
	background-color: #fff;
	transition: all .6s;
	transition-delay: .4s;
	z-index: 10;
	content: '';
}
.p-ct__inner.animated::before {
	left: 100%;
}
.p-ct__inner.animated::after {
	left: -50%;
}
.p-ct__border{
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.p-ct__innerView{
  display: flex;
  margin-right: 19px;
	justify-content: flex-start;
	align-items: flex-start;
  gap: 0 36px;
}
.p-ct__txtBox{
  margin-top: 17px;
  width: 455px;
}
.p-ct__ttl{
  position: relative;
  min-height: 90px;
  margin-left: 23px;
  word-break: break-word;
  /* line-height: 3.2; */
}
.p-ct__ttl_en{
  font-size: 3.75rem;
  font-family: "Raleway", serif;
  font-weight: 700;
}
.p-ct__ttl_ja{
  font-size: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif; 
  font-weight: 600;
}
.p-ct__ttl::before{
  position: absolute;
  bottom: 0;
  left: -23px;
  width: 455px;
  height: 1px;
  background-color: #CCCCCC;
  content: "";
}
.p-ct__txt{
  margin-top: 23px;
  margin-left: 23px;
  font-size: 1.25rem;
  line-height: 2.0;
}
.p-ct__txt:nth-of-type(n+2) {
  margin-top: 0 !important;
}
.p-ct__movie {
  max-width: 690px;
  margin-top: 49px;
}
.p-ct__movieView{
  display: flex;
  gap: 0 15px;
}
.p-ct__movieView.-movieView-hidden{
  flex-wrap: wrap;
  gap: 30px 15px;
}
.p-ct__movieInner {
  display: none;
  padding-top: 30px;
  padding-right: 19px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.p-ct__movieInnerBox {
  width: 1160px;
  height: auto;
  margin-left: auto;
}
.p-ct__movieInnerBox.-movieInnerBox-less6 {
  width: 690px;
  margin-left: auto;
}
.p-ct__movieItem{
  position: relative;
  width: 220px;
  height: 270px;
}
.p-ct__movieItem > a{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: height .5s ease;
}
.p-ct__movieItem > a::before{
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: url(/prof/recruit/archi/building_construction/img/2027/icon_play.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 104px;
  left: 79px;
  /* margin: -40px 0 0 -40px; */
  z-index: 4;
  transition: .5s ease;
}
.p-ct__movieItem__abroad{
  position: absolute;
  top: -15px;
  right: 9px;
  width: 84px;
  z-index: 10;
}
.p-ct__movieItem__inner{
  position: relative;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 10px;
  z-index: 3;
}
.p-ct__movieItem__category{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-ct__movieItem__category > span {
  display: block;
  background: #fff;
  border-radius: 3px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
  line-height: 1.333333;
  letter-spacing: -0.03em;
}
.p-ct__movieItem__img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.p-ct__movieItem__img::before {
  position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 270px;
  background-color: rgba(161, 168, 176, 0.5);
  mix-blend-mode: multiply;
	z-index: 2;
	content: '';
}
.modal-movie:hover{
  opacity: 1 !important;
}
.modal-movie:hover .p-ct__movieItem__img::before {
  background-color: rgba(161, 168, 176, 0);
}
.modal-movie:hover .p-ct__movieItem__img > img{
  opacity: 1 !important;
}
.p-ct__movieBtn {
  width: 218px;
  min-height: 40px;
  margin-top: 33px;
  margin-right: 19px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-left: 12px;
  background-color: #222222;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  z-index: +1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
.p-ct__movieBtn .p-ct__movieBtnBox {
  position: absolute;
  display: flex;
  top: 50%;
  right: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  translate: 0 -50%;
  border: 1px solid #fff;
}
.p-ct__movieBtn:hover .p-ct__movieBtnBox {
  background-color: #fff;
}
.p-ct__movieBtnArrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.p-ct__movieBtnArrow::before {
  content: '';
  width: 11px;
  height: 11px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 6px;
  top: 2px;
  transform: rotate(135deg);
}
.p-ct__movieBtn:hover .p-ct__movieBtnArrow::before {
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
}
.p-ct__movieBtn.open .p-ct__movieBtnArrow::before {
  top: 8px;
  transform: rotate(-45deg);
}
.p-ct__movie, .p-ct__movieBtn{
  animation-duration: 1s; 
  animation-delay: .9s;
  animation-fill-mode:forwards; 
  opacity: 0;
}
.p-ct__movie.animated {
  animation-name:ctFadeUp;
}

@media screen and (min-width:1px) and (max-width:959px){
  .p-ct::after {
    height: 5px;
  }
  .p-ct__inner::before{
    width: 50%;
    height: 436px;
  }
  .p-ct__inner.-inner-l4::before{
    height: 485px;
  }
  .p-ct__inner::after{
    width: 50%;
    height: 436px;
  }
  .p-ct__inner.-inner-l4::after{
    height: 485px;
  }
  .p-ct__border{
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .p-ct__innerView{
    flex-direction: column;
    margin-right: 0;
  }
  .p-ct__txtBox{
    margin-top: 0;
    width: 100%;
  }  
  .p-ct__txtBox.-txtBox-l1{
    height: 111px;
  }
  .p-ct__txtBox.-txtBox-l2{
    height: 134px;
  }
  .p-ct__txtBox.-txtBox-l4{
    height: 180px;
  }
  .p-ct__ttl{
    /* min-height: 46px; */
    min-height: 68px;
    margin-left: 0;
    padding-top: 2px;
    padding-left: 20px;
  }
  .p-ct__ttl_en{
    /* font-size: 2.8125rem; */
    font-size: min(2.8125rem, 48px);
  }
  .p-ct__ttl_ja{
    font-size: 1.125rem;
  }
  .p-ct__ttl::before{
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-ct__txt{
    margin-top: 13px;
    margin-left: 20px;
    /* font-size: 0.9375rem; */
    font-size: 15px;
    line-height: 1.66667;
  }
  .p-ct__movie {
    max-width: 100%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-ct__movieView{
    flex-wrap: wrap;
    gap: 1px 1px;
    justify-content: center;
  }
  .p-ct__movieView.-movieView-hidden{
    gap: 1px 1px;
  }
  .p-ct__movieInner {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;  
  }
  .p-ct__movieInnerBox {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .p-ct__movieInnerBox.-movieInnerBox-less6 {
    width: 100%;
  }
  .p-ct__movieItem{
    width: 187px;
    height: 225px;  
    /* object-fit: contain; */
    overflow: hidden;
  }
  .p-ct__movieItem > a::before{
    width: 54px;
    height: 54px;  
    top: 85px;
    left: 65px;  
  }
  .p-ct__movieItem__abroad{
    top: 0;
    right: 0;
    width: 75px;
  }  
  .p-ct__movieItem__inner{
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .p-ct__movieItem__category > span {
    font-size: 0.75rem;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 4px;
  }
  .p-ct__movieItem__img{
    transform: scale(1.1);
    /* transform-origin: 30px -60px; */
  }
  .p-ct__movieItem__img::before {
    width: 187px;
    height: 225px;  
  }
  .p-ct__movieItem__img.-img-dammy::before {
    background-color: rgba(161, 168, 176, 0);
  }  
  .p-ct__movieBtn {
    width: 180px;
    margin-top: 25px;
    margin-right: auto;
    padding-top: 7px;
    font-size: 16px;
  }
}

.p-topBtn{
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width:1px) and (max-width:959px){
  .p-topBtn{
    margin-top: 22px;
    margin-bottom: 25px;
  }
}

/* -------------------------------------------------- */
/* Utility */
/* -------------------------------------------------- */


@media screen and (min-width:960px){
  .u-pc-mb40{
    margin-bottom: 40px !important;
  }
  .u-pc-pr10{
    padding-right: 10px !important;
  }
  .u-pc-jc-fe{
    justify-content: flex-end !important;
  }  
}

@media screen and (min-width:1px) and (max-width:959px){
  .u-sp-mb0{
    margin-bottom: 0 !important;
  }  
  .u-sp-pr20{
    padding-right: 20px !important;
  }
}
