body {
  color: #000;
}

h1 {
  text-indent: -9999px;
  height: 100px;
  margin-top: -100px;
}

.common__bg__top {
  background-image: url(../img/common__bg.png);
  padding: 0;
}

html header {
  margin-bottom: 0;
}

.mv {
  position: relative;
  /* margin-top: 63.25px; */
}

.mv__img01 {
  width: calc(252/375*100%);
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.mv__img02 {
  mix-blend-mode: multiply;
}

.mv__txt__wrap {
  /* display: none; */
  position: absolute;
  top: 53%;
  font-size: 8.5vw;
  line-height: 1.5;
  /*  left: 10.7%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;


}

.mv__txt01__wrap {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}

.mv__txt02__wrap {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}

.mv__txt {}

.mv__txt01 {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, opacity 2.5s;
  opacity: 0;
}

.mv__txt02 {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s, opacity 2.5s;
  opacity: 0;
}

.mv__txt01__wrap.-visible,
.mv__txt01__wrap.-visible .mv__txt01 {
  transform: translate(0, 0);
  opacity: 1;
}

.mv__txt02__wrap.is-active,
.mv__txt02__wrap.is-active .mv__txt02 {
  /* アニメーション後の状態 */
  transform: translate(0, 0);
  /* 最終位置（画面内） */
  opacity: 1;
}

.mv__txt span {
  font-size: 10.7vw;
  color: #960B11;
  font-weight: 800;
}




.h__ttl {
  position: relative;
  font-family: 'GFS Didot', serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.h__subttl {
  position: relative;
  font-size: 16px;
  margin-top: 10px;
}

.content01 {
  margin-top: 80px;
}

.content01 .h__ttl {
  text-align: center;
}

.content01 .h__subttl {
  text-align: center;

}

.content01__list {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 500px;
}

.content01__list>li{
  margin-bottom: 24px;
  line-height: 1.4;
}

.content01__list>li>a {
  color: #000;
}

.content01__list__time {}

.content01__list__txt {
  margin-top: 12px;

    /* 必須 */
    -webkit-box-orient: vertical;
    /* 必須 */
    -webkit-line-clamp: 3;
    /* 行数を制限 */
    overflow: hidden;
    /* はみ出た部分を非表示 */

}

.works {
  margin-top: 88px;
}

.works .h__ttl, .works .h__subttl {
  margin-left: 69px;
}

.works__list__wrap {
  margin-top: 40px;
  margin-left: 23px;
  position: relative;
}

.works__list__wrap::before {
  content: "";
  background-image: url('../img/top/works__bg.svg');
  width: 200px;
  height: 400px;
  position: absolute;
  top: -66px;

  left: -23px;

}

.works__list {}

.works__list__item {
  width: 264px;
  margin: 0 16px;
  height: auto;
}

.works__list__item__img__wrap {
  padding-top: 264px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.works__list__item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);

}

.works__list__item__ttl {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.3;
  color: #000;

}

.works__arrow__wrap {
  display: flex;
  margin-top: 23px;
  margin-left: 23px;
}

.works__arrow-l {
  transform: rotate(180deg);
  margin-right: 40px;
  width: 40px;
  cursor: pointer;
}

.works__arrow-r {
  width: 40px;
  cursor: pointer;
}

.content02 {
  margin-top: 80px;
}

.service__ttl {
  padding-top: 80px;
  text-align: center;
}

.service__subttl {
  text-align: center;
}

.content02__list__wrap {
  /*  background-color: #FFEDEA;
  
  margin: 0 -30px;
  padding: 31px 0; */
  position: relative;
  margin-bottom: 40px;

}

.content02__list__wrap-pc {
  display: none;
}



.content02__list__wrap01::before {
  /*  background-color: #aaaaaa;
 */
  background-image: url("../img/top/gray-.png");
  margin: 0 -27px;
  padding: 31px 0;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: calc(100% + (54px - 39px));
  background-size: 600px;
  width: calc(100% + 27px);
  margin: 0 0 0 -27px;

}

.content02__list__wrap02::before {
  background: none;
  background-color: #4D4C4C;

  margin: 0 -27px;
  padding: 31px 0;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: calc(100% + (54px - 27px));
  left: auto;
  right: 0;

}

.content02__list {
  position: relative;
  padding-top: 80px;
}

.content02__list-pc {
  display: none;
}





.content02__list-item__wrap {
  padding-bottom: 80px;
}

.content02__list-item__wrap>a {
  color: #000;

}

.content02__list-item-l {
  /*  height: 294px; */

  background-color: #fffffff1;
  /*  margin: 0 -27px; */
  padding: 32px 24px 24px;
}

.content02__list-item__movie .content02__list-item-l {
  /* height: 320px; */
}

.content02__list-item__txt {
  margin-top: 30px;
  line-height: 1.5;
}

.content02__list__wrap01 .content02__list-item-r {
  margin-right: -27px;

}

.content02__list__wrap02 .content02__list-item-r {
  margin-left: -27px;

}

.content02__list-item01 .content02__list-item-r {
  margin-top: 0;
}

.content02__list-item02 .content02__list-item-r {
  margin-top: -50px;
}

.content02__list-item03 .content02__list-item-r {
  margin-top: -70px;
}


.content02__list-item-l .common__btn {
  margin-top: 18px;
}

.service__inner__ttl__wrap {
  display: flex;
}

.service__btn {
  width: 40px;
  margin-left: auto;
  /*  margin-top: 7px; */
}

.content03 {
  margin-top: 80px;
  padding-bottom: 80px;

}

.content03__img {
  width: 79px;
  margin: 0 auto;
  margin-bottom: 30px;

}

.content03__txtarea {}

.content03__txtarea .h__ttl, .content03__txtarea .h__subttl {
  text-align: center;
}

.content03__txt {
  margin-top: 28px;
  line-height: 1.5;

}








@media screen and (min-width:768px) {
  .header__pc__top {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .mv {
    margin-top: 0;
  }

  .mv__img01 {
    width: calc(469/1366*100%);
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mv__txt__wrap {
    /* display: none; */
    position: absolute;
    top: 42.5%;
    font-size: 4.72vw;
    line-height: 1.5;
    left: 19.1%;
    display: block;
    width: auto;


  }

  .mv__txt {}

  .mv__txt span {
    font-size: 5.8vw;

  }

  .h__ttl {
    font-size: 48px;
  }

  .works {
    margin-top: 88px;
    position: relative;
  }

  .works__inner {
    margin-left: 311px;
  }

  .works .h__ttl, .works .h__subttl {
    margin-left: 0;
  }

  .works__list__wrap {
    margin-top: 40px;
    margin-left: 0;
    position: relative;
  }

  .works__list__wrap::before {
    display: none;
  }

  .works::before {
    content: "";
    background-image: url('../img/top/works__bg.svg');
    width: 400px;
    height: 800px;
    position: absolute;
    top: -132px;

    left: -0;
    background-size: contain;

  }

  .works__list {}

  .works__list__item {
    width: 264px;
    margin: 0 16px;
    transition: .3s;
  }

  .works__list__item:hover {
    opacity: 0.7;

  }

  .works__list__item__img__wrap {
    padding-top: 264px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }

  .works__list__item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

  }

  .works__list__item__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    line-height: 1.3;
    color: #000;

  }

  .works__arrow__wrap {
    display: flex;
    margin-top: 32px;
    margin-left: 0;
  }

  .works__arrow-l {
    transform: rotate(180deg);
    margin-right: 40px;
    width: 40px;
    cursor: pointer;
  }

  .works__arrow-r {
    width: 40px;
    cursor: pointer;
  }

  .works .common__btn {
    margin-left: 0;
  }

  .content01 {
    max-width: 800px;
    margin-top: 145px;
  }

  .content01__list {
    margin-top: 64px;
  }

.content01__list>li{
  margin-bottom: 32px;
}

  .content01__list>li>a {
    display: flex;
  }

  .content01__list__time {
    font-size: 16px;

  }

  .content01__list__txt {
    margin-top: 0;
    margin-left: 40px;
  }

  /* .content01 .h__subttl {
    font-size: 15px;
} */

  .content01 .common__btn {
    margin-top: 62px;
  }

  .content02 {
    margin-top: 160px;

  }

  .service__ttl-pc {
    padding-top: 64px;

  }

  .h__subttl {
    font-size: 20px;

  }

  .h__subttl-t {
    font-size: 20px;
  }

  .content02__list__wrap-sp {
    display: none;
  }

  .content02__list__wrap-pc {
    display: block;
    margin-bottom: 100px;
  }

  .content02__list__wrap-pc01::before {
    background-color: #aaaaaa;
    ;

    margin: 0 -30px;
    padding: 31px 0;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 88%;
    width: calc((100vw - 100%)/2 + 90%);

    margin-left: calc((100% - 100vw)/2 - 9px);

  }

  .content02__list__wrap01::before {
    /*  background-color: #aaaaaa;
    */
    background-image: url("../img/top/gray-.png");

    background-size: 1600px;

  }

  .content02__list__wrap-pc02::before {
    background: none;
    background-color: #4D4C4C;

    margin: 0 -30px;
    padding: 31px 0;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 88%;
    width: calc((100vw - 100%)/2 + 90%);

    margin-right: calc((100% - 100vw)/2 + 9px);
    left: auto;
    right: 0;

  }






  .content02__list {
    position: relative;
    padding-top: 83px;
  }

  .content02__list-pc {
    display: block;
  }

  .content02__list-sp {
    display: none;

  }





  .content02__list-item__wrap {
    padding-bottom: 78px;
    display: flex;
    align-items: center;
  }

  .content02__list-item-l {
    height: 297px;
    background-color: #ffffffed;
    margin: 0;
    /* padding: 71px 105px; */
    position: relative;
    width: 77.3%;
    margin-left: -16%;
    padding: 0;
    transition: background-color .2s;
    position: relative;
    overflow: hidden;
    margin-top: 20px;

    margin-right: calc(-211px/2);
  }

  .revers .content02__list-item-l {


    margin-left: calc(-211px/2);
    margin-right: -15%;

  }

  .content02__list-item-l>a {
    color: #000;
  }

  .content02__list-item-l:hover {
    /*        animation-name: hover;
  animation-duration: 0.3s;
  animation-timing-function: linear;

  animation-fill-mode:forwards;
       background-color: #fec3baef; */

  }

  .content02__list-item-l::before {
    content: "";
    background-color: #4D4C4C;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    transform: translateX(-101%);
    transition: transform .5s;

  }

  .content02__list-item-l:hover::before {
    transform: translateX(0%);
  }

  @keyframes hover {
    0% {
      background-color: #ffffffed;
    }

    50% {
      background-color: #fff;

    }

    100% {
      background-color: #fec3baef;
    }
  }



  .content02__list-item-l>a {
    display: block;
    padding: 0 150px 0 47px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .revers {
    flex-direction: row-reverse;
  }

  .content02__list-item-l .h__ttl {
    transition: color .2s;
    font-size: 40px;
  }

  .content02__list-item-l .h__subttl {
    font-size: 16px;
  }

  .content02__list-item-l:hover .h__ttl {
    color: #fff;
  }

  .content02__list-item-l:hover .h__subttl {
    color: #fff;
  }

  .content02__list-item__txt {
    margin-top: 25px;
    line-height: calc(24/16);
    color: #000;
    /*  max-width: 482px; */

    transition: color .2s;
  }

  .content02__list-item-l:hover .content02__list-item__txt {
    color: #fff;
  }

  .service__btn {
    width: 40px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 50px;
    bottom: calc(50% - (35px/2));
    top: auto;
  }

  .common__btn__inner {
    transition: color .2s;

  }

  .common__btn__inner::before {
    transition: background-color .2s;

  }

  .common__btn__inner::after {
    transition: background-color .2s;

  }

  .content02__list-item-l.hover .common__btn__inner {
    color: #fff;

  }

  .content02__list-item-l:hover .common__btn__inner::before {
    background-color: #fff;

  }

  .content02__list-item-l:hover .common__btn__inner::after {
    background-color: #fff;

  }

  .content02__list-item__txt>span {
    display: inline-block;
  }

  .content02__list__wrap01 .content02__list-item-r {
    margin-right: 0;
    margin-top: 0;
    margin-left: calc(-211px/2);
    width: 82%;
    margin-right: -26%;
    margin-right: -30%;
  }

  .content02__list__wrap01 .revers .content02__list-item-r {

    /*  margin-left: -210px; */

    margin-right: -19%;

    margin-right: calc(-211px/2);

    margin-left: -20%;
  }

  .content02__list-item-l .common__btn {
    margin-top: 27px;
  }

  @media screen and (max-width: 1200px) {
    .content02__list-item-l {

      margin-left: calc((100% - 100vw)/2 + 27px + 9px);
      padding: 0;

    }

    .content02__list-item-l .h__subttl {
      font-size: 15px;
      /*  color: #fff; */
    }

    .revers .content02__list-item-l {
      margin-right: calc((100% - 100vw)/2 + 27px + 9px);
      padding: 0;
      /*   margin-right: 0; */
    }

    .content02__list__wrap01 .content02__list-item-r {


      margin-right: calc((100% - 100vw)/2 + 27px);
    }

    .content02__list__wrap01 .revers .content02__list-item-r {


      margin-left: calc((100% - 100vw)/2 + 27px);
    }

  }



  @media screen and (max-width: 803px) {
    .content02__list-item02 .common__btn {
      margin-top:
        10px;
    }

  }


  .content03 {
    margin: 0 auto;
    margin-top: 149px;
    display: flex;
    max-width: 621px;
    padding-bottom: 160px;


  }

  .content03__img {
    width: 192px;
    min-width: 192px;
    max-width: 192px;
    margin: 0;
    margin-bottom: 0;


  }

  .content03__txtarea {
    margin-left: 90px;
  }

  .content03__txtarea .h__ttl {
    text-align: left;
  }

  .content03__txtarea .h__subttl {
    text-align: left;
  }

  .content03__txt {
    margin-top: 32px;

  }

  #about .common__btn {
    margin-left: 0;
  }
}