﻿/**************************************
homeMain
***************************************/
#main{padding: 0;}

/**************************************
homeMV
***************************************/
#homeMV{
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid var(--lineColor);
  position: relative;
}

#homeMV::after{
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 48%;
  z-index: 1;
  background: url("../img/common/hero-photo.jpg") center center / cover;
  mask-image: linear-gradient(to right, transparent, rgb(0, 0, 0) 42%);
  pointer-events: none;
}


#homeMV .homeMVText{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 8.8rem 0 7.2rem var(--contentsPadding);
  position: relative;
  z-index: 2;
}

#homeMV .homeMVText > h1{
  order: 2;
  display: block;
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}

#homeMV .homeMVText > .update{
  order: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 22px;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: #8A827E;
}
#homeMV .homeMVText > .update::before{
  content: '';
  display: block;
  width: 3.2rem;
  height: 1px;
  background: #8A827E;
}

#homeMV .homeMVText > .lede{
  order: 3;
  display: block;
  font-size: 1.6rem;
  color: #574F4C;
  line-height: 2;
  margin: 2.4rem 0 0 0;
}


#homeMV .homeMVText > .btns{
  order: 4;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 1.6rem;
  margin-top: 3rem;
}
#homeMV .homeMVText > .btns > li{
  display: block;
}

#homeMV .homeMVText > .btns > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.8rem;
  padding: 0 2.6rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  font-weight: normal;
  white-space: nowrap;
  background: #231815;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

#homeMV .homeMVText > .btns > li:nth-of-type(2) > a{
  background: var(--yellow);
  color: #231815;
}

/**************************************
homeSection
***************************************/
.homeSection{
  display: block;
  width: 100%;
  padding: 7.2rem var(--contentsPadding);
}

.homeSection + .homeSection{
  border-top: 1px solid var(--lineColorSoft);
}

.homeSection .sectionHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}


.homeSection .sectionHead > h1,
.homeSection .sectionHead > h2{
  display: block;
  margin: 0;
  font-family: var(--titleFont);
  font-weight: 600;
  line-height: 1.45;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
}

.homeSection .sectionHead > a{
    font-size: 1.4rem;
    color: var(--gray);
    border-bottom: 1px solid var(--gray);
    padding-bottom: 0.2rem;
    text-decoration: none;
}

.homeSection > .lede{
  font-size: 1.6rem;
  color: var(--gray);
  line-height: 1.95;
  margin-bottom: 2rem;
}

.homeSection .reportList{padding: 0;}

/**************************************
byNumbersList
***************************************/
.byNumbersList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--lineColor);
  border: 1px solid var(--lineColor);
}

.byNumbersList > a{
  display: block;
  padding: 3rem 2.8rem 3rem;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.byNumbersList > a:hover{opacity: 1;}

.byNumbersList > a::after{
  content: '';
  display: block;
  width: 100%;
  inset: 0px;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  transition: opacity .3s ease;
}

.byNumbersList > a.remote::after{
  background: url("../img/common/kpi-index.jpg") center center / cover;
}
.byNumbersList > a.work::after{
  background: url("../img/common/kpi-wfh.jpg") center center / cover;
}
.byNumbersList > a.gap::after{
  background: url("../img/common/kpi-gap.jpg") center center / cover;
}

.byNumbersList > a:hover::after{opacity: 1; filter: brightness(0.2);}

.byNumbersList dl{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.byNumbersList dl > dt{
  order: 2;
  display: block;
  font-size: 1.6rem;
  margin-top: 1.6rem;
  font-weight: 500;
}
.byNumbersList dl > dd.lede{
  order: 3;
  display: block;
  font-size: 1.2rem;
  color: #8A827E;
  margin-top: 0.6rem;
}
.byNumbersList dl > dd.num{
  order: 1;
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.01em;
}
.byNumbersList dl > dd.num > span{
  text-decoration: none;
  font-size: 2rem;
  color: #8A827E;
  margin-left: 0.4rem;
  font-weight: 500;
}

.byNumbersList > a:hover dl > dt,
.byNumbersList > a:hover dl > dd{color: #FFFFFF;}



/**************************************
downLoadBlock
***************************************/
.downLoadBlock{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  background: var(--bgColor);
  border: 1px solid var(--lineColor);
  padding: 2.6rem 2.8rem;
}

.downLoadBlock > .ttl{
  font-family: var(--titleFont);
  font-size: 1.8rem;
}

.downLoadBlock > .btn{}

.downLoadBlock > .btn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.8rem;
  padding: 0 2.6rem 0 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: normal;
  white-space: nowrap;
  background: var(--yellow);
  color: var(--black);
  text-decoration: none;
  text-align: center;
}

  
/**************************************
downLoadBlock
***************************************/
.glossaryBlock{
  display: block;
  min-height: 24rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-bottom: 4rem;
  padding-right: calc(42% + 4rem);
  border: 1px solid var(--lineColor);
  position: relative;
}

.glossaryBlock::after{
  content: '';
  display: block;
  width: 42%;
  height: 100%;
  background-image: url("../img/common/glossary-photo.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
}


.glossaryBlock .ttl{
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--gray);
  margin-bottom: 1.4rem;
}

.glossaryBlock .subTTL{
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 2rem;
  line-height: var(--lh-head);
  margin-bottom: 1.4rem;
}

.glossaryBlock .lede{
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 2;
}

.glossaryBlock .links{
  margin-top: 2.2rem;
}

.glossaryBlock .links > a{
  font-size: 1.4rem;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.2rem;
  text-decoration: none;
}


/**************************************
aboutSection
***************************************/
.aboutSection{
  background: var(--bgColor);
  border: 1px solid var(--lineColor);
  padding: 3.6rem;
}

.aboutSection:not(:nth-last-child(1)){
  margin-bottom: 2.4rem;
}

.aboutSection .ttl{
  display: block;
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-bottom: 1.4rem;
}

.aboutSection .lede{
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 2;
}

.aboutSection .links{
  display: block;
  margin-top: 1.4rem;
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 2;
}

.aboutSection .links a{
  font-size: 1.4rem;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.2rem;
  text-decoration: none;
}



/**************************************
profileSection
***************************************/
.profileSection{
  border: 1px solid var(--lineColor);
  padding: 3.6rem;
}

.profileSection:not(:nth-last-child(1)){
  margin-bottom: 2.4rem;
}

.profileSection .ttl{
  display: block;
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-bottom: 1.8rem;
}

.profileSection .profileList{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem 2.4rem;
}

.profileSection .profileList .profile{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 1.2rem;
  width: calc(50% - 1.2rem);
}

.profileSection .profileList .profile > figure{
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid var(--lineColor);
  overflow: hidden;
}
.profileSection .profileList .profile > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileSection .profileList .profile > dl{
  display: block;
  width: calc(100% - 1.2rem - 5.4rem);
}

.profileSection .profileList .profile > dl > dt{
  display: block;
  font-family: var(--titleFont);
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
}
.profileSection .profileList .profile > dl > dt > span{
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  color: var(--lightGray);
}

.profileSection .profileList .profile > dl > dd.outline{
  font-size: 1.2rem;
  color: var(--gray);
  line-height: 1.7;
}

.profileSection .profileList .profile > dl > dd.links{
  margin-top: 1rem;
}

.profileSection .profileList .profile > dl > dd.links > a{
  font-size: 1.2rem;
  color: var(--gray);
  border-bottom: 1px solid var(--lineColor);
  display: inline-block;
  margin-top: 0.4rem;
  text-decoration: none;
}

