header,
main {
  background-color: var(--bg-gray);
}

/* title */
#title {
  position: relative;
  width: 100%;
  height: 20.5rem;
  margin-top: 6.25rem;
  background: url(../images/works/bg_title_works.jpg) center center/cover no-repeat;
  z-index: 100;
}
#title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(180deg, rgb(192, 199, 205) 0%, rgba(192, 199, 205, 0) 32%);
}
#title .title_wrap {
  width: 90rem;
  height: 100%;
  margin: 0 auto;
}
#title .title_wrap .title_inner {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  z-index: 200;
}
#title .title_wrap .title_inner .breadcrumb {
  width: 100%;
  padding-top: 2.5rem;
}
#title .title_wrap .title_inner .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#title .title_wrap .title_inner .breadcrumb ul li {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  color: var(--black02);
}
#title .title_wrap .title_inner .breadcrumb ul li::after {
  content: "/";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#title .title_wrap .title_inner .breadcrumb ul li.focus_on {
  color: var(--black00);
}
#title .title_wrap .title_inner .breadcrumb ul li:last-child::after {
  content: "";
  margin-right: 0;
}
#title .title_wrap .title_inner h1 {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 3rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: normal;
  color: var(--black00);
  display: block;
}
#title .title_wrap .title_inner h1 span {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  display: block;
}
#title .title_wrap .title_inner h1 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#title .title_wrap .title_inner p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #title {
    width: 100vw;
    height: 100vw;
    margin-top: 21.3333333333vw;
    background: url(../images/works/bg_title_works_sp.jpg) center center/cover no-repeat;
  }
  #title .title_wrap {
    width: 100vw;
  }
  #title .title_wrap .title_inner {
    width: 89.3333333333vw;
  }
  #title .title_wrap .title_inner .breadcrumb {
    padding-top: 8vw;
  }
  #title .title_wrap .title_inner .breadcrumb ul {
    justify-content: flex-start;
  }
  #title .title_wrap .title_inner .breadcrumb ul li {
    font-size: 3.2vw;
  }
  #title .title_wrap .title_inner .breadcrumb ul li::after {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
  #title .title_wrap .title_inner h1 {
    margin-top: 8vw;
    font-size: 9.0666666667vw;
  }
  #title .title_wrap .title_inner h1 span {
    margin-top: 2.2666666667vw;
    font-size: 3.2vw;
  }
  #title .title_wrap .title_inner h1 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #title .title_wrap .title_inner p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
/* lists */
#lists {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  color: var(--black00);
  background-color: var(--bg-gray);
}
#lists .wrap01 {
  width: 75rem;
  margin: 0 auto;
}
#lists .wrap01 .tag_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
}
#lists .wrap01 .tag_wrap .tag_box_l,
#lists .wrap01 .tag_wrap .tag_box_r {
  width: 35.25rem;
}
#lists .wrap01 .tag_wrap .tag_box_l details summary,
#lists .wrap01 .tag_wrap .tag_box_r details summary {
  position: relative;
  padding: 0.5rem 0.625rem 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  list-style: none;
  color: var(--black00);
  background-color: rgb(227, 230, 233);
}
#lists .wrap01 .tag_wrap .tag_box_l details summary span,
#lists .wrap01 .tag_wrap .tag_box_r details summary span {
  font-size: 1rem;
}
#lists .wrap01 .tag_wrap .tag_box_l details summary::-webkit-details-marker,
#lists .wrap01 .tag_wrap .tag_box_r details summary::-webkit-details-marker {
  display: none;
}
#lists .wrap01 .tag_wrap .tag_box_l details summary::before,
#lists .wrap01 .tag_wrap .tag_box_r details summary::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 33.125rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/works/btn_plus.svg);
  background-size: contain;
}
#lists .wrap01 .tag_wrap .tag_box_l details[open] summary::before,
#lists .wrap01 .tag_wrap .tag_box_r details[open] summary::before {
  background-image: url(../images/works/btn_minus.svg);
}
#lists .wrap01 .tag_wrap .tag_box_l details .accordion-content,
#lists .wrap01 .tag_wrap .tag_box_r details .accordion-content {
  padding: 0 0.625rem 1rem 1rem;
  background-color: rgb(227, 230, 233);
}
#lists .wrap01 .tag_wrap .tag_box_l details .accordion-content p,
#lists .wrap01 .tag_wrap .tag_box_r details .accordion-content p {
  padding-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  border-top: 0.0625rem rgb(201, 203, 213) solid;
}
#lists .wrap01 .tag_wrap .tag_box_l details .accordion-content p span,
#lists .wrap01 .tag_wrap .tag_box_r details .accordion-content p span {
  margin-right: 0.5rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--bg-tag);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--white00);
  white-space: nowrap;
}
#lists .wrap01 .works_wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lists .wrap01 .works_wrap .works_box {
  width: 22.5rem;
  padding-bottom: 2.5rem;
}
#lists .wrap01 .works_wrap .works_box h3 {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#lists .wrap01 .works_wrap .works_box p {
  margin-top: 0.5rem;
  display: flex;
}
#lists .wrap01 .works_wrap .works_box p span {
  margin-right: 0.5rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--bg-tag);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--white00);
}
#lists .wrap01 .paging_wrap {
  width: 100%;
  margin: 5rem auto 7.5rem;
  display: flex;
  justify-content: center;
}
#lists .wrap01 .paging_wrap .link_prev,
#lists .wrap01 .paging_wrap .link_next {
  margin-top: 0.25rem;
}
#lists .wrap01 .paging_wrap .link_pagination {
  margin: 0 5rem;
}
#lists .wrap01 .paging_wrap .link_pagination a {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  text-align: center;
}
#lists .wrap01 .paging_wrap .link_pagination a:last-child {
  margin-right: 0;
}
#lists .wrap01 .paging_wrap .link_pagination a.focus_on {
  color: var(--white00);
  background-color: rgb(165, 155, 99);
}

@media screen and (max-width: 750px) {
  #lists {
    width: 100vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #lists .wrap01 {
    width: 95.7333333333vw;
    margin: 0 auto;
  }
  #lists .wrap01 .tag_wrap {
    flex-direction: column;
  }
  #lists .wrap01 .tag_wrap .tag_box_l,
  #lists .wrap01 .tag_wrap .tag_box_r {
    width: 95.7333333333vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l details summary,
  #lists .wrap01 .tag_wrap .tag_box_r details summary {
    padding: 3.2vw;
    font-size: 3.2vw;
    background-color: rgb(227, 230, 233);
  }
  #lists .wrap01 .tag_wrap .tag_box_l details summary span,
  #lists .wrap01 .tag_wrap .tag_box_r details summary span {
    font-size: 4.2666666667vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l details summary::before,
  #lists .wrap01 .tag_wrap .tag_box_r details summary::before {
    top: 3.2vw;
    left: 85.0666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l details .accordion-content,
  #lists .wrap01 .tag_wrap .tag_box_r details .accordion-content {
    padding: 0 3.2vw 3.2vw 3.2vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l details .accordion-content p,
  #lists .wrap01 .tag_wrap .tag_box_r details .accordion-content p {
    padding-top: 3.2vw;
    font-size: 3.2vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l details .accordion-content p span,
  #lists .wrap01 .tag_wrap .tag_box_r details .accordion-content p span {
    margin-right: 2.1333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
  }
  #lists .wrap01 .tag_wrap .tag_box_l {
    margin-bottom: 4.2666666667vw;
  }
  #lists .wrap01 .works_wrap {
    margin-top: 10.6666666667vw;
    flex-direction: column;
    justify-content: center;
  }
  #lists .wrap01 .works_wrap .works_box {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-bottom: 10.6666666667vw;
  }
  #lists .wrap01 .works_wrap .works_box h3 {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  #lists .wrap01 .works_wrap .works_box p {
    margin-top: 2.1333333333vw;
  }
  #lists .wrap01 .works_wrap .works_box p span {
    margin-right: 2.1333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
  }
  #lists .wrap01 .paging_wrap {
    width: 100%;
    margin: 5rem auto 7.5rem;
    display: flex;
    justify-content: center;
  }
  #lists .wrap01 .paging_wrap .link_prev,
  #lists .wrap01 .paging_wrap .link_next {
    margin-top: 2.9333333333vw;
  }
  #lists .wrap01 .paging_wrap .link_pagination {
    margin: 0 4.5333333333vw;
  }
  #lists .wrap01 .paging_wrap .link_pagination a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
/* case title */
#case_title {
  position: relative;
  width: 100%;
  height: 36.25rem;
  margin-top: 6.25rem;
  background: url(../images/works/bg_case0001_title.jpg) center center/cover no-repeat;
  z-index: 100;
}
#case_title .case_title_wrap {
  width: 90rem;
  height: 100%;
  margin: 0 auto;
}
#case_title .case_title_wrap .case_title_inner {
  position: relative;
  width: 75rem;
  height: 100%;
  margin: 0 auto;
  z-index: 200;
}
#case_title .case_title_wrap .case_title_inner .breadcrumb {
  width: 100%;
  padding-top: 2.5rem;
}
#case_title .case_title_wrap .case_title_inner .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#case_title .case_title_wrap .case_title_inner .breadcrumb ul li {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  color: var(--black02);
}
#case_title .case_title_wrap .case_title_inner .breadcrumb ul li::after {
  content: "/";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#case_title .case_title_wrap .case_title_inner .breadcrumb ul li.focus_on {
  color: var(--black00);
}
#case_title .case_title_wrap .case_title_inner .breadcrumb ul li:last-child::after {
  content: "";
  margin-right: 0;
}
#case_title .wrap01 {
  position: relative;
  display: flex;
  background-color: var(--bg-gray);
}
#case_title .wrap01 h1 {
  width: 30.5rem;
  margin-top: 2.5rem;
  margin-left: 7.5rem;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black00);
  display: inline-block;
}
#case_title .wrap01 p {
  width: 43.25rem;
  margin-top: 2.5rem;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #case_title {
    width: 100vw;
    height: 106.1333333333vw;
    margin-top: 0;
    padding-top: 21.3333333333vw;
    background: url(../images/works/bg_case0001_title_sp.jpg) center 39.4666666667vw/contain no-repeat;
  }
  #case_title .case_title_wrap {
    width: 100vw;
  }
  #case_title .case_title_wrap .case_title_inner {
    position: relative;
    width: 89.3333333333vw;
    height: 100%;
    margin: 0 auto;
    z-index: 200;
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb ul {
    margin: 0;
    justify-content: flex-start;
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb ul li {
    font-size: 3.2vw;
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans JP", cursive;
    color: var(--black02);
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb ul li::after {
    content: "/";
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb ul li.focus_on {
    color: var(--black00);
  }
  #case_title .case_title_wrap .case_title_inner .breadcrumb ul li:last-child::after {
    content: "";
    margin-right: 0;
  }
  #case_title .wrap01 {
    flex-direction: column;
  }
  #case_title .wrap01 h1 {
    width: 89.3333333333vw;
    margin-top: 6.4vw;
    margin-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  #case_title .wrap01 p {
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
/* case wrap */
#case_wrap {
  position: relative;
  width: 78.125rem;
  margin: 9.6875rem auto 0;
  padding-bottom: 7.5rem;
}
#case_wrap .tag_wrap {
  padding: 1.5rem;
  background-color: rgb(227, 230, 233);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#case_wrap .tag_wrap .tag_box {
  width: 24.1875rem;
}
#case_wrap .tag_wrap .tag_box em {
  width: 100%;
  padding: 0.5rem 0;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--black00);
  border-bottom: 0.0625rem rgb(115, 119, 123) solid;
}
#case_wrap .tag_wrap .tag_box p {
  margin: 0.75rem 0 0.5rem 1rem;
}
#case_wrap .tag_wrap .tag_box p span {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--bg-tag);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--white00);
  white-space: nowrap;
}
#case_wrap .works_wrap {
  width: 75rem;
  margin: 1.5rem auto 0;
}
#case_wrap .works_wrap .works_box {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
#case_wrap .works_wrap .works_box.pic_l div {
  width: 36.875rem;
}
#case_wrap .works_wrap .works_box.pic_l div.img_works {
  height: 24.5rem;
}
#case_wrap .works_wrap .works_box.pic_l div.img_works img {
  width: 100%;
}
#case_wrap .works_wrap .works_box.pic_l div:last-child {
  padding: 1rem 2.5rem;
}
#case_wrap .works_wrap .works_box.pic_l div:last-child h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_l div:last-child p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_r div {
  width: 36.875rem;
}
#case_wrap .works_wrap .works_box.pic_r div:first-child {
  padding: 1rem 2.5rem;
}
#case_wrap .works_wrap .works_box.pic_r div:first-child h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_r div:first-child p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_r div.img_works {
  height: 24.5rem;
}
#case_wrap .works_wrap .works_box.pic_r div.img_works img {
  width: 100%;
}
#case_wrap .works_wrap .works_box.pic_c {
  flex-direction: column;
  justify-content: center;
}
#case_wrap .works_wrap .works_box.pic_c div {
  width: 49.625rem;
  margin: 0 auto;
}
#case_wrap .works_wrap .works_box.pic_c div:first-child {
  padding: 0;
}
#case_wrap .works_wrap .works_box.pic_c div:first-child h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_c div:first-child p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}
#case_wrap .works_wrap .works_box.pic_c div.img_works {
  height: 33rem;
  margin-top: 4rem;
}
#case_wrap .works_wrap .works_box.pic_c div.img_works img {
  width: 100%;
}
#case_wrap .works_link {
  margin: 1rem auto 0;
}
#case_wrap .works_link a {
  color: var(--black00);
}

@media screen and (max-width: 750px) {
  #case_wrap {
    position: relative;
    width: 100vw;
    margin: 69.0666666667vw auto 0;
    padding-bottom: 21.3333333333vw;
  }
  #case_wrap .tag_wrap {
    padding: 0 5.3333333333vw 2.6666666667vw;
  }
  #case_wrap .tag_wrap .tag_box {
    width: 42.6666666667vw;
  }
  #case_wrap .tag_wrap .tag_box em {
    width: 100%;
    padding: 2.1333333333vw 0;
    display: block;
    font-size: 3.2vw;
    border-bottom: 0.2666666667vw rgb(115, 119, 123) solid;
  }
  #case_wrap .tag_wrap .tag_box p {
    margin: 3.2vw 0 2.1333333333vw 4.2666666667vw;
  }
  #case_wrap .tag_wrap .tag_box p span {
    margin-right: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
  }
  #case_wrap .tag_wrap .tag_box:last-child {
    width: 89.3333333333vw;
  }
  #case_wrap .works_wrap {
    width: 89.3333333333vw;
    margin: 11.2vw auto 0;
  }
  #case_wrap .works_wrap .works_box {
    flex-direction: column;
    margin-bottom: 0;
  }
  #case_wrap .works_wrap .works_box.pic_l div {
    width: 89.3333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_l div.img_works {
    height: 58.9333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_l div:last-child {
    padding: 8vw 0 10.6666666667vw;
  }
  #case_wrap .works_wrap .works_box.pic_l div:last-child h3 {
    font-size: 4.2666666667vw;
  }
  #case_wrap .works_wrap .works_box.pic_l div:last-child p {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_r div {
    width: 89.3333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_r div:first-child {
    padding: 8vw 0 10.6666666667vw;
    order: 2;
  }
  #case_wrap .works_wrap .works_box.pic_r div:first-child h3 {
    font-size: 4.2666666667vw;
  }
  #case_wrap .works_wrap .works_box.pic_r div:first-child p {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_r div.img_works {
    height: 58.9333333333vw;
    order: 1;
  }
  #case_wrap .works_wrap .works_box.pic_r div.img_works img {
    width: 100%;
  }
  #case_wrap .works_wrap .works_box.pic_c div {
    width: 89.3333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_c div:first-child h3 {
    font-size: 4.2666666667vw;
  }
  #case_wrap .works_wrap .works_box.pic_c div:first-child p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #case_wrap .works_wrap .works_box.pic_c div.img_works {
    height: 58.9333333333vw;
    margin-top: 8vw;
  }
  #case_wrap .works_wrap .works_box.pic_2 {
    margin-top: 4.2666666667vw;
    display: flex;
    flex-direction: row;
  }
  #case_wrap .works_wrap .works_box.pic_2 .img_works {
    width: 42.9333333333vw;
  }
  #case_wrap .works_link {
    margin: 17.0666666667vw auto 0;
  }
}/*# sourceMappingURL=works.css.map */