  @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-mainCt */
#block-mainCt {
  padding-bottom: 90px;
  background: url(/prof/recruit/archi/building_construction/img/2027/contents/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;
}
.modaal-video-container {
  padding-left: 56.25vw;
  height: 608px;
  max-height: 31.66667vw !important;
}
@media screen and (min-width:1px) and (max-width:959px){
  .modaal-inner-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .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-video-container {
    padding-left: 100vw;
    height: 56.26667vw;
    max-height: initial !important;
  }
}

/* -------------------------------------------------- */
/* Layout */
/* -------------------------------------------------- */
/* #block-about */
.l-ct{
  max-width: 1200px;
  margin-top: 90px;
  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/contents/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-mv__inner{
  position: relative;
  display: flex;
  max-width: 1160px;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
}
.p-mv__mainTtl{
  display: block;
  margin-top: 7px;
  color: #E6002D;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 0.8;
  word-break: break-word;
}
.p-mv__subTtl{
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.45454;
  color: #fff;
}
@media screen and (min-width:1px) and (max-width:959px){
  .p-mv{
    background-image: url(/prof/recruit/archi/building_construction/img/2027/contents/mv_bg_sp.jpg);  
  }
  .p-mv__inner{
    max-width: 94.6%;
    min-height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .p-mv__mainTtl{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: min(3.9375rem, 80px);
  }
  .p-mv__subTtl{
    margin-top: 7px;
    font-size: 1.5rem;
    line-height: 1.41667;
    margin-left: 5px;
  }
}

/* #block-mainCt */
.p-ct {
	position: relative;
  width: 100%;
  background-color: #fff;
}
.p-ct__ttlBox{
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  width: 100%;
  min-height: 75px;
  color: #fff;
  font-weight: 700;
  background-color: #E6002D;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  overflow: hidden;
}
.p-ct__ttlBox::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 75px;
	background-color: #fff;
	transition: all .6s;
	transition-delay: .5s;
	z-index: 10;
	content: '';
}
.p-ct__ttlBox.animated::before {
	left: 100%;
}
.p-ct__ttl{
  font-size: 2.9375rem;
  line-height: 1;
  font-family: "Raleway", serif;
}
.p-ct__ttlTxt{
  padding-top: 2px;
  font-size: 1.25rem;
}
.p-ct__ttl, .p-ct__ttlTxt{
  animation-duration:0.9s; 
  animation-delay:0.5s; 
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-ct__ttl.animated,  .p-ct__ttlTxt.animated{
	animation-name: ctFadeUp;
}
.p-ct__inner {
	position: relative;
	overflow: hidden;
}
.p-ct__inner::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 675px;
	background-color: #fff;
	transition: all .9s;
	transition-delay: 0.5s;
	z-index: 10;
	content: '';
}
.p-ct__inner.animated::before {
	left: 100%;
}
.p-ct__border{
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.p-ct__fadein{
  animation-duration:0.9s; 
  animation-delay:0.8s; 
	animation-fill-mode:forwards; 
	opacity:0;
}
.p-ct__fadein.animated{
	animation-name: ctFadeUp;
}
.p-ct__movieBox{
  display: flex;
  gap: 0 60px;
  margin-right: auto;
  margin-left: auto;
}
.p-ct__movieBox.-movieBox-cols2{
  width: 650px;
}
.p-ct__movieBox.-movieBox-cols3{
  width: 1160px;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-ct__movieBox.-movieBox-cols3 .p-ct__movieItem:nth-child(1){
  padding-left: 30px;
}
.p-ct__movieBox.-movieBox-cols3 .p-ct__movieItem:nth-child(3){
  padding-right: 30px;
}
.p-ct__movieItem__mv{
  position: relative;
  width: 275px;
  height: 155px;
}
.p-ct__movieItem__mv > a{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: height .5s ease;
}
.p-ct__movieItem__mv > a::before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/prof/recruit/archi/building_construction/img/2027/icon_play.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 52px;
  left: 112px;
  /* margin: -40px 0 0 -40px; */
  z-index: 4;
  transition: .5s ease;
}
.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: 275px;
  height: 155px;
  background-color: rgba(161, 168, 176, 0.5);
  mix-blend-mode: multiply;
	z-index: 2;
	content: '';
}
.p-ct__movieItem__img.-movieItem-dammy::before {
  background-color: rgba(161, 168, 176, 0);
}
.p-ct__movieItem__txt{
  margin-top: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.33333;
}
.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;
}


@media screen and (min-width:1px) and (max-width:959px){
  .p-ct__ttlBox{
    min-height: 90px;
    padding-bottom: 7px;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-ct__ttlBox::before{
    width: 100%;
    min-height: 1136px;  
  }
  .p-ct__ttl{
    font-size: min(2.9375rem, 47px);
  }
  .p-ct__ttlTxt{
    margin-top: -3px;
    font-size: 1.125rem; 
  }
  .p-ct__inner::before{
    width: 100%;
    height: 100px;  
  }
  .p-ct__border{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }  
  .p-ct__movieBox{
    /* width: 94.6vw; */
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 30px 9px;
  }
  .p-ct__movieBox.-movieBox-cols2, .p-ct__movieBox.-movieBox-cols3{
    width: 94.66667vw;
  }
  .p-ct__movieBox.-movieBox-cols3{
    gap: 30px 9px;
  }
  .p-ct__movieBox.-movieBox-cols3 .p-ct__movieItem:nth-child(1){
    padding-left: 0;
  }
  .p-ct__movieBox.-movieBox-cols3 .p-ct__movieItem:nth-child(3){
    padding-right: 0;
  }  
  .p-ct__movieItem__mv{
    width: 46.1333vw;
    height: 25.86667vw;
    /* max-width: 549px; */
  }
  .p-ct__movieItem__mv > a::before{
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }  
  .p-ct__movieItem__img{
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .p-ct__movieItem__img > img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p-ct__movieItem__img::before {
    width: 100%;
    height: 25.86667vw;
    /* max-width: 549px; */
  }
  .p-ct__movieItem__txt{
    width: 46.13333vw;
    margin-top: 5px;
    margin-left: 0;
    font-size: 0.8125rem;
    line-height: 1.3077;
  }
}

.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: 0;
    margin-bottom: 25px;
  }
}

/* -------------------------------------------------- */
/* Utility */
/* -------------------------------------------------- */

.u-pc-mb40{
  margin-bottom: 40px !important;
}

@media screen and (min-width:1px) and (max-width:959px){
  .u-sp-mb0{
    margin-bottom: 0 !important;
  }  
}
