.curtain.open {
  transform: translateY(-100%);
}

.hero__title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.topLayout {
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topLayout .texts-container {
  margin-top: 50px;
  height: calc(50vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.5rem;
}

.topLayout .texts-container h1 {margin-bottom: 1.5rem;}

.topLayout .texts-container p {margin: 8px 0 20px;}

.topLayout .image-container {
  width: 100vw;
  height: 50vh;
  height: 50svh;
}

.topLayout .image-container img {height: 100%;}


.bodyLayout {
  padding-top: 12rem;
  padding-left: var(--padding);
}

.bodyLayout hr {
  border: 0;
  height: .75px;
  background-color: rgba(255, 255, 255, .8);
  width: calc(100vw - 3rem);
  width: 100%;
  margin: 3rem 0 1rem;
  margin-left: calc((-1 * var(--padding)) + 1.5rem);
  margin-left: 0;
}

.bodyLayout .wrapper {
  width: 85%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 0;
}


.aboutList .container {
  position: relative;
  padding: 1.5rem 0 1.3rem;
}
.aboutList .container::before,
.aboutValue .container:last-of-type(1)::after,
.recruitCareer .container:last-of-type(1)::after,
.aboutCompany .container:last-of-type(1)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: .5px;
  background-color: #ccc;
}

.aboutList .container::before {top: 0;}
.aboutList .container::after {top: auto;bottom:0;}



@media screen and (min-width:960px) {

  .bodyLayout .wrapper {
    width: 45%;
  }
  .bodyLayout {
    padding-top: 8rem;
    padding-left: 5rem;
  }
  .bodyLayout hr {width: calc(100vw - 10rem );
    margin: 8rem 0 3rem;}

  .aboutList .container {
    position: relative;
    padding: 2.2rem 0 2rem;
  }


  
  .topLayout .image-container {
    width: calc(100vw - 60px);
    height: calc(100vh - 65px - 60px);
    height: calc(100dvh - 65px - 60px);
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
  }


  .topLayout .image-container {
    width: calc(100vw - 60px);
    height: calc(100vh - 65px - 60px);
    height: calc(100dvh - 65px - 60px);
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
  }


 

  .topLayout.topLayoutPages .image-container {
    width: 100vw;
    height: 50vh;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }




}





.business-wrapper {
  margin-top: 8rem;
  
}
.business-wrapper .container {
  padding-left: calc(1.5 * var(--padding));
  margin-bottom: 8rem;
}

.business-wrapper .container p {
  margin: 1rem 0 3rem;
  opacity: .9;
}
.business-wrapper .container img {width: calc(100% + var(--padding));}


.business-wrapper .container:nth-of-type(2),
.business-wrapper .container:nth-of-type(3) {
  width: 100vw;
  margin-left: calc(-1*(var(--padding)));
  background-color: var(--textColor);
  padding-left: calc(2.5 * var(--padding));
  padding-right: var(--padding);
  position: relative;
}
.business-wrapper .container:nth-of-type(2) div,
.business-wrapper .container:nth-of-type(3) div {transform: translateY(8rem);}
.business-wrapper .container:nth-of-type(2) * {color: white;}

.business-wrapper .container:nth-of-type(2) {margin-bottom: 0;position: relative;z-index: 1;}

.business-wrapper .container:nth-of-type(3) {
  padding-top: 8rem;
  background-color: #eee;
}

.business-wrapper .container:nth-of-type(4) {transform: translateY(8rem);}













/* --------- PC：画像全面・左下にオーバーレイ＋テキスト重ね --------- */
@media (min-width: 960px){

  .business-wrapper {margin-top: 15rem;}

  .business-wrapper .container {
    padding-left: calc(2 * var(--pcPadding));
    padding-right: calc(2 * var(--pcPadding));
  }

  .business-wrapper .container:nth-of-type(2) div,
  .business-wrapper .container:nth-of-type(3) div,
  .business-wrapper .container:nth-of-type(4) div {transform: translateY(12rem);}
  .business-wrapper .container:nth-of-type(3),
  .business-wrapper .container:nth-of-type(4) {padding-top: 12rem;}

  .business-wrapper .container:nth-of-type(2),
  .business-wrapper .container:nth-of-type(3) {
    margin-left: calc(-1 * (var(--pcPadding)));
    padding-left: calc(3 * var(--pcPadding));
    padding-right: calc(3 * var(--pcPadding));
  }

  .business-wrapper .container:nth-of-type(2) img,
  .business-wrapper .container:nth-of-type(3) img {width: 100%;}

}


@media (min-width: 1640px){

  .business-wrapper .container {
    padding-left: calc(2.5 * var(--pcPadding));
    padding-right: calc(2.5 * var(--pcPadding));
  }

}