@charset "utf-8";
.mh_main{
  /* background-color: #f2f2f26f; */
  padding-bottom: 100px;
}

header {
  width: 100vw;
  height: auto;
}

.nav_pc {
  width: 100%;
  height: 100%;
}

.fv {
  width: 90%;
  height: auto;
  padding: 5%;
  margin: 100px auto;
}

.mh_fv {
  width: 100%;
  padding: 0;
}

#container h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 100px;
  margin-bottom: 10px;
  padding: 0;

}

.discription {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 400;
}

.thin {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #908d8d;
}

.works02_main {
  margin-top: 80px;
  justify-content: left;
  height: auto;
  position: relative;
  padding-bottom: 320px;
}

.works02_left {
  width: 45%;
}

.works02_left img {
  width: 100%;
}

.sp {
  margin-top: 50px;
}

.image02 {
  margin-top: 100px;
  width: 100%;
}

.works02_right {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.works02_fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.works_right_li {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  text-align: left;
}

.works_right_p01 {
  width: 100px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
}

.li_01 {
  letter-spacing: 0.01em;
}

.works_right_p02 {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.point {
  display: block;
  padding-left: 0;
  width: 100%;
  padding-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.cyusyaku {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 1em;
}


.flex-end {
  align-items: flex-end;
}

.works_img {
  width: 100%;
}

.imagebox {
  width: 100%;
  height: 90vh;
  margin-top: 80px;
}

.works_img_left {
  max-width: 46%;
  max-height: 100%;
}

.works_img_right {
  max-width: 50%;
  max-height: 100%;
  margin-left: 4%;
}

.image04 {
  max-width: 100%;
  max-height: 80%;
}

.rakugiji04 {
  max-width: 80%;
  max-height: 80%;
}

.image05 .image06 {
  max-width: 100%;
  max-height: 40%;
}

.works_img_ue {
  margin-bottom: 8%;
}

.scrollable-box_02 {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox用 */
}

.scrollable-box_02::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge用 */
}

.workslist_box {
  max-height: 800px;
  z-index: 10;
}

.workslist_li {
  width: 48%;
}

.works_hover {
  justify-content: space-between;
  margin-top: 250px;
}

.works_hover a {
  font-size: 16px;
  color: #272727;
}

.workslist_h3 {
  margin: 150px 0 80px 0;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #908d8d;
}

.workslist {
  margin-top: 10px;
}

.workslist_li {
  width: 24%;
  aspect-ratio: 1/1;
  background-color: #f2f2f26f;
  position: relative;
}

.workslist_img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.workslist_img_tate {
  width: auto;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shinshirobox{
  margin: 100px auto 0 auto;
  width: 80%;
}
.shinshiro_mocup01{
  width: 100%;
}
.shinsiro_mocup02{
  width: 100%;
  margin-top: 50px;
}

#footer {
  width: 100%;
  height: 300px;
}

/* 1024px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1024px) {

  .fv {
    margin: 100px 0 30px 0;
  }

  #fixed-area {
    margin-right: 2%;
  }

  #container h2 {
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .thin {
    padding-bottom: 15px;
    font-size: 12px;
  }

  th {
    font-size: 14px;
      width: 80px;
      padding-right: 10px;
  }

  td {
    font-size: 14px;
  }

  .cyusyaku {
    font-size: 10px;
  }

  .imagebox {
    height: 45vh;
  }

  .imagebox02 {
    height: auto;
  }

  .image05 .image06 {
    max-width: 100%;
    max-height: 35%;
  }

  .works_hover {
    margin-top: 200px;
  }

  .works_hover a {
    font-size: 14px;
  }
  #totop {
    bottom: 0;
  }

}

/* 767px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }

  .works02_left {
    width: 100%;
    text-align: center;
  }

  .works02_right {
    position: static;
    margin-top: 30px;
  }

  .works02_main {
    padding-bottom: 50px;
  }

  #container h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
  #container .banner_margin{
    margin-top: 100px;
  }


  h2 .discription {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 0;
  }

  .works02_main {
    margin-top: 50px;
  }

  .sp {
    margin-top: 0;
  }

  .cyusyaku {
    margin-top: 0;
    margin-left:1em;
    text-indent:-1em;
  }

  .scrollable-box {
    overflow-y: scroll;
    max-height: 30vh;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox用 */
    margin-bottom: 30px;
  }

  .scrollable-box::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge用 */
  }

  .imagebox {
    height: 40vh;
    margin-top: 50px;
  }

  .works_img_left {
    max-width: 46%;
    max-height: 100%;
  }

  .works_img_right {
    max-width: 50%;
    max-height: 100%;
  }

  .image05 .image06 {
    max-width: 100%;
    max-height: 35%;
  }

  .shinshirobox{
    margin-top: 50px;
    width: 100%;
  }
  .shinshiro_mocup01{
    width: 100%;
  }
  .shinsiro_mocup02{
    width: 100%;
    margin-top: 30px;
  }

  .workslist_li {
    width: 48%;
  }
  .works_hover{
    margin-top: 100px;
  }

  #footer {
    height: 150px;
  }



}