@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
.page_title {
  width: 0;
  margin: 40px auto 0;
  overflow: hidden;
  margin-left: 2.5%;
}
@media screen and (min-width: 960px) {
  .page_title {
    margin: 0 auto;
    margin-left: 5%;
  }
}
.page_title.load {
  width: 95%;
  -webkit-transition: all 1.5s ease-in-out 0s;
  transition: all 1.5s ease-in-out 0s;
}
@media screen and (min-width: 960px) {
  .page_title.load {
    width: 90%;
  }
}
.page_title__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_title .title_en {
  font-size: 50px;
  font-family: "Cardo", "Noto Sans JP", serif;
  line-height: 70px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .page_title .title_en {
    font-size: 100px;
    line-height: 135px;
  }
}
.page_title .title_h1 {
  font-size: 12px;
  line-height: 27px;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .page_title .title_h1 {
    font-size: 20px;
  }
}
.page_title__wrap {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 1300px) {
  .page_title__wrap {
    min-height: 800px;
  }
}
.page_title__wrap.hide::before {
  visibility: hidden;
  opacity: 0;
}
.page_title__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -6;
  background-color: #F2EFEA;
  -webkit-transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
}

.page-kv {
  margin-bottom: 104px;
}
@media screen and (min-width: 960px) {
  .page-kv {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 65px;
  }
}
.page-kv .kv_content {
  height: 140px;
  width: 100%;
  -webkit-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content {
    height: 165px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content {
    width: 35%;
    height: calc(100vh - 200px - 32px - 0px - 162px);
  }
}
.page-kv .kv_content.load {
  -webkit-transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.page-kv .kv_content .line {
  display: none;
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .line {
    display: block;
    margin-top: 15vh;
    height: 1px;
    width: 100%;
    background-color: #59554C;
  }
}
.page-kv .kv_content .kv_text {
  margin-top: 35px;
  padding-left: 10%;
  padding-right: 5%;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content .kv_text {
    margin: 40px auto 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .kv_text {
    line-height: 32px;
    max-width: 400px;
    padding: 0;
  }
}
.page-kv .kv_content .kv_text::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 1px;
  background-color: #59554C;
  left: 0;
  top: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content .kv_text::before {
    top: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .kv_text::before {
    display: none;
  }
}
.page-kv .kv_content .kv_catch {
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 5%;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-size: 18px;
  color: #59554C;
  opacity: 0.2;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content .kv_catch {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .kv_catch {
    max-width: 400px;
    margin: 20px auto 0;
    padding: 0;
    line-height: 42px;
  }
  .page-kv .kv_content .kv_catch > span {
    max-width: 210px;
    display: block;
  }
}
.page-kv .kv_content .company_kv {
  position: relative;
  margin-top: 35px;
  padding-left: 10%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content .company_kv {
    margin: 40px auto 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .company_kv {
    line-height: 40px;
    max-width: 400px;
    padding: 0;
  }
}
.page-kv .kv_content .company_kv::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 1px;
  background-color: #59554C;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .company_kv::before {
    display: none;
  }
}
.page-kv .kv_content .company_kv img {
  display: block;
  max-width: 200px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .page-kv .kv_content .company_kv img {
    width: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_content .company_kv img {
    max-width: 230px;
    width: 230px;
    margin: 0 auto;
  }
}
.page-kv .kv_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_img {
    width: 60%;
  }
}
.page-kv .kv_img.load div {
  -webkit-transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  width: 100%;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page-kv .kv_img div {
  width: 100%;
  height: calc(100vh - 110px - 28px - 40px - 100px - 35px - 140px);
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
  min-height: 270px;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_img div {
    height: calc(100vh - 200px - 32px - 0px - 162px - 40px - 165px);
    -o-object-position: left center;
       object-position: left center;
    min-height: 400px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kv .kv_img div {
    position: absolute;
    height: calc(100vh - 200px - 32px - 0px - 162px + 65px);
    min-height: 470px;
  }
}
.page-kv .kv_img div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #59554C;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.page-kv .kv_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header.fix-header {
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  .header.fix-header {
    -webkit-transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
    transition: 0.8s cubic-bezier(0, 0.3, 0.06, 0.88);
  }
  .header.fix-header.display {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.header.fix-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -7;
  opacity: 0.6;
}

.page_links {
  position: fixed;
  left: 0;
  bottom: 10%;
  mix-blend-mode: difference;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  display: none;
  z-index: 2;
  width: 20%;
  padding-left: calc((20vw - 180px) / 2);
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 1300px) {
  .page_links {
    display: block;
  }
}
.page_links.active {
  visibility: visible;
  opacity: 1;
}
.page_links li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  opacity: 0.4;
}
.page_links li::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  left: -13px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page_links li.active {
  opacity: 1;
}
.page_links li.active::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.page_links li a {
  text-decoration: none;
  display: block;
  min-height: 2em;
  position: relative;
}
.page_links li a:hover .en {
  opacity: 0;
  visibility: hidden;
}
.page_links li a:hover .jp {
  opacity: 1;
  visibility: visible;
}
.page_links li a .en {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-family: "Cardo", "Noto Sans JP", serif;
}
.page_links li a .jp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works_slider__slide {
  aspect-ratio: 342/228;
  min-width: 150px;
}
@media screen and (min-width: 960px) {
  .works_slider__slide {
    min-width: 342px;
  }
}
.works_slider__img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .works_slider__img:hover::before {
    opacity: 0;
  }
}
.works_slider__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #59554C;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works_slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}