/* common */

#works .l_main-visual02 .container .common-text01 {
  margin-bottom: 0.1rem;
}
#works .l_main-visual02 .container .title {
  font-size: 0.52rem;
}

#works .container .tab-change {
  padding: 0.4rem 0;
}
#works .container .tab-change .tab {
  width: calc(50% - 0.3rem);
  line-height: 1.1;
  font-size: 0.3rem;
  padding: 0.2rem 0;
}

#works .container .tab-change .tab:after {
  background-size: 0.12rem 0.2rem;
  width: 0.12rem;
  height: 0.2rem;
  right: 0.15rem;
}
#works .container .tab-change .tab + .tab {
  margin-left: 0.25rem;
}

#works .container .page-links {
  justify-content: space-around;
  margin-bottom: 0.2rem;
}
#works .container .page-links li + li {
  margin-left: 0.4rem;
}
#works .container .page-links li {
  padding: 0 0 0 0.1rem;
  font-size: 0.28rem;
}

#works .container .page-links li:before {
  top: 0.1rem;
  left: -0.2rem;
  border: 0.1rem solid transparent;
  border-top: 0.13rem solid #003c9c;
}

#works .section {
  border-top: 1px solid #d0d3d6;
  padding: 0.6rem 0;
}
#works .section .container .heading02 {
  font-size: 0.48rem;
  margin-bottom: 0.6rem;
}
#works .section .container .l-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0.6rem;
}
#works .section .container .l-box .image {
  width: 6.3rem;
  text-align: center;
  margin: 0 auto;
}
#works .section .container .l-box .image .adjustment {
  width: 80%;
}
#works .section .container .l-box .image img {
  max-width: 100%;
  height: auto;
  width: 6.3rem;
}
#works .section .container .l-box .image img {
  max-width: 100%;
  height: auto;
}
#works .section .container .l-box .image .common-text01 {
  font-size: 0.32rem;
}
#works .section .container .l-box .image + .image {
  margin: 0.5rem auto 0;
}

/* major-domestic-projects */

#major-domestic-projects .l_main-visual02 {
  height: 3.2rem;
  background: url(../img/domestic/mv-sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* major-major-projects */

#major-overseas-projects .l_main-visual02 {
  height: 3.2rem;
  background: url(../img/overseas/mv-sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
