/* common */
#works .l_main-visual02 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

#works .l_main-visual02 .container .common-text01 {
  margin-bottom: 10px;
}
#works .l_main-visual02 .container .title {
  font-size: 48px;
}

#works .container .tab-change {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
}
#works .container .tab-change .tab {
  display: block;
  width: calc(50% - 12px);
  border: 1px solid #d0d3d6;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  position: relative;
}
#works .container .tab-change .tab:after {
  content: "";
  position: absolute;
  background: url(../img/arrow.png) no-repeat;
  background-size: 12px 20px;
  width: 12px;
  height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#works .container .tab-change .tab.active {
  background-color: #003c9c;
  color: #fff;
}
#works .container .tab-change .tab + .tab {
  margin-left: 24px;
}

#works .container .page-links {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#works .container .page-links li + li {
  margin-left: 40px;
}
#works .container .page-links li {
  position: relative;
  padding: 0 0 0 10px;
}

#works .container .page-links li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  left: -12px;
  border: 5px solid transparent;
  border-top: 8px solid #003c9c;
}

#works .section {
  border-top: 1px solid #d0d3d6;
  padding: 60px 0;
}
#works .section .container .heading02 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
#works .section .container .l-box {
  display: flex;
  margin-bottom: 60px;
}
#works .section .container .l-box .image {
  width: calc(33.3333333% - 22px);
  text-align: center;
}
#works .section .container .l-box .image img {
  max-width: 100%;
  height: auto;
}
#works .section .container .l-box .image .adjustment {
  width: 80%;
}

#works .section .container .l-box .image .common-text01 {
  text-align: left;
}
#works .section .container .l-box .image + .image {
  margin-left: 3%;
}
#works .section .container ul.common-list01 li {
  font-size: 18px;
}

/* major-domestic-projects */

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

/* major-overseas-projects */

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