@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

body.top {
  margin-top: 0 !important;
}
body.top #header .headerInner {
  justify-content: flex-end;
}
body.top .linkbtn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #1a47c0;
  padding: 10px 40px 10px 45px;
  display: table;
  position: relative;
  transition: 0.6s;
}
body.top .linkbtn.gray {
  background-color: #4f5156;
}
body.top .linkbtn:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c1c1c1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  transition: 0.6s;
}
body.top .linkbtn:hover {
  opacity: 1;
  background-color: #c1c1c1;
}
body.top .linkbtn:hover:before {
  left: 10px;
  background-color: #1a47c0;
}
@media screen and (max-width: 767px) {
  body.top .linkbtn {
    font-size: 1.6rem;
    padding: 10px 35px 10px 40px;
  }
  body.top .linkbtn:before {
    width: 30px;
    height: 2px;
  }
}
body.top .main {
  overflow: hidden;
}
body.top .secMv {
  position: relative;
}
body.top .secMv .txt {
  max-width: 400px;
  width: 100%;
  display: table;
  position: absolute;
  top: 40%;
  right: 15%;
}
body.top .secMv .txt h2 {
  font-size: 3.6rem;
  font-family: var(--serif);
  letter-spacing: 4px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  color: #fff;
  margin-bottom: 20px;
}
body.top .secMv .txt .detail {
  text-align: justify;
  font-weight: 500;
  line-height: 2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  color: #fff;
}
@media screen and (max-width: 820px) {
  body.top .secMv .txt {
    top: 30%;
    right: 7%;
  }
}
@media screen and (max-width: 767px) {
  body.top .secMv .txt {
    width: 95%;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    bottom: 7%;
  }
  body.top .secMv .txt h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  body.top .secMv .txt .detail {
    font-size: 1.4rem;
  }
}
body.top .secRead {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
}
body.top .secRead .img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body.top .secRead .img img {
  width: 100%;
}
body.top .secRead .catch {
  font-size: 3.2rem;
  letter-spacing: 8px;
  font-family: var(--serif);
  writing-mode: vertical-rl;
  color: #666;
  display: table;
  margin: 0 auto 40px;
}
body.top .secRead .detail {
  max-width: 770px;
  width: 100%;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secRead {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  body.top .secRead .img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  body.top .secRead .img img {
    width: 100%;
  }
  body.top .secRead .catch {
    font-size: 2.8rem;
    letter-spacing: 6px;
    margin: 0 auto 20px;
    display: block;
  }
  body.top .secRead .detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.top .secCompany {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: -100px;
}
body.top .secCompany .secInner {
  max-width: 1000px;
}
body.top .secCompany .secInner .inner {
  display: flex;
  justify-content: space-between;
}
body.top .secCompany .secInner .inner .txt {
  width: 42%;
}
body.top .secCompany .secInner .inner .txt h3 {
  font-size: 3.6rem;
  font-family: var(--serif);
  letter-spacing: 3px;
  color: #4f5156;
  margin-bottom: 20px;
}
body.top .secCompany .secInner .inner .txt .detail {
  line-height: 2.5;
  color: #4f5156;
  margin-bottom: 30px;
}
body.top .secCompany .secInner .inner .txt .btnWrap {
  display: flex;
  padding-left: 20px;
}
body.top .secCompany .secInner .inner .txt .btnWrap .linkbtn:first-of-type {
  margin-right: 40px;
}
body.top .secCompany .secInner .inner .img {
  width: 56%;
  position: relative;
}
body.top .secCompany .secInner .inner .img .en {
  font-size: 8.4rem;
  font-weight: 600;
  color: #e0e0e0;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  body.top .secCompany {
    margin-right: 0;
    padding-bottom: 60px;
  }
  body.top .secCompany .secInner .inner {
    flex-direction: column-reverse;
  }
  body.top .secCompany .secInner .inner .txt {
    width: 100%;
  }
  body.top .secCompany .secInner .inner .txt h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  body.top .secCompany .secInner .inner .txt .detail {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body.top .secCompany .secInner .inner .txt .btnWrap {
    padding-left: 20px;
  }
  body.top .secCompany .secInner .inner .txt .btnWrap .linkbtn:first-of-type {
    margin-right: 30px;
  }
  body.top .secCompany .secInner .inner .img {
    width: 100%;
  }
  body.top .secCompany .secInner .inner .img .en {
    font-size: 4.8rem;
  }
}
body.top .secWorks {
  padding-bottom: 70px;
}
body.top .secWorks .secTtl {
  display: table;
  margin: 0 auto 50px;
  position: relative;
}
body.top .secWorks .secTtl .en {
  font-size: 8.4rem;
  font-weight: 600;
  color: #e0e0e0;
  opacity: 0.5;
}
body.top .secWorks .secTtl h3 {
  font-size: 3.6rem;
  font-family: var(--serif);
  letter-spacing: 2px;
  color: #4f5156;
  position: absolute;
  transform: translateX(-50%);
  top: 85px;
  left: 50%;
}
body.top .secWorks .sliderWorks {
  margin-bottom: 60px;
}
body.top .secWorks .sliderWorks .blk {
  padding: 0 30px;
  display: block;
}
body.top .secWorks .sliderWorks .blk .head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.top .secWorks .sliderWorks .blk .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.top .secWorks .sliderWorks .blk .cat.civil1, body.top .secWorks .sliderWorks .blk .cat.construct1 {
  color: #29a5dc;
}
body.top .secWorks .sliderWorks .blk .cat.civil2, body.top .secWorks .sliderWorks .blk .cat.construct2 {
  color: #39af4a;
}
body.top .secWorks .sliderWorks .blk .cat.civil3, body.top .secWorks .sliderWorks .blk .cat.construct3 {
  color: #f18d1e;
}
body.top .secWorks .sliderWorks .blk .cat.civil4, body.top .secWorks .sliderWorks .blk .cat.construct4 {
  color: #c891ff;
}
body.top .secWorks .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secWorks {
    padding-bottom: 70px;
  }
  body.top .secWorks .secTtl {
    margin: 0 auto 50px;
  }
  body.top .secWorks .secTtl .en {
    font-size: 4.8rem;
  }
  body.top .secWorks .secTtl h3 {
    font-size: 2.8rem;
    text-wrap: nowrap;
    top: 45px;
  }
  body.top .secWorks .sliderWorks {
    margin-bottom: 40px;
  }
  body.top .secWorks .sliderWorks .blk {
    padding: 0 20px;
  }
  body.top .secWorks .sliderWorks .blk .head {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  body.top .secWorks .sliderWorks .blk .cat {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}
body.top .secRecruit {
  position: relative;
}
body.top .secRecruit .secTtl {
  position: absolute;
  top: 5%;
  left: 9%;
}
body.top .secRecruit .secTtl .en {
  font-size: 8.4rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.72;
}
body.top .secRecruit .secTtl h3 {
  font-size: 3.6rem;
  letter-spacing: 3px;
  font-family: var(--serif);
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  margin-bottom: 30px;
  margin-left: 10px;
}
body.top .secRecruit .secTtl .linkbtn {
  margin-left: 10px;
}
@media screen and (max-width: 920px) {
  body.top .secRecruit .secTtl {
    left: 4%;
  }
  body.top .secRecruit .secTtl .en {
    font-size: 6.4rem;
    line-height: 1.2;
  }
  body.top .secRecruit .secTtl h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.top .secRecruit .img img {
    height: 300px;
    object-fit: cover;
  }
  body.top .secRecruit .secTtl {
    top: 34%;
  }
  body.top .secRecruit .secTtl .en {
    font-size: 4.8rem;
  }
  body.top .secRecruit .secTtl h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}
body.top .linkWrap {
  display: flex;
  position: relative;
}
body.top .linkWrap:before, body.top .linkWrap:after {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #4f5156;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
body.top .linkWrap:before {
  left: 33%;
}
body.top .linkWrap:after {
  right: 33%;
}
body.top .linkWrap .blk {
  display: block;
  width: 33.3333333333%;
}
body.top .linkWrap .blk .txt {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.top .linkWrap .blk .en {
  font-size: 4rem;
  font-weight: 700;
  color: #4f5156;
  transition: 0.6s;
}
body.top .linkWrap .blk img {
  width: 100px;
  margin-left: 100px;
  transition: 0.6s;
}
body.top .linkWrap .blk:hover {
  opacity: 1;
}
body.top .linkWrap .blk:hover .en {
  color: #1a47c0;
}
body.top .linkWrap .blk:hover img {
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  body.top .linkWrap {
    flex-direction: column;
  }
  body.top .linkWrap:before, body.top .linkWrap:after {
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
  }
  body.top .linkWrap:before {
    top: 33%;
  }
  body.top .linkWrap:after {
    top: auto;
    bottom: 33%;
  }
  body.top .linkWrap .blk {
    width: 100%;
  }
  body.top .linkWrap .blk .txt {
    padding: 30px 0;
  }
  body.top .linkWrap .blk .en {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  body.top .linkWrap .blk img {
    width: 80px;
  }
  body.top .linkWrap .blk.delay1, body.top .linkWrap .blk.delay2 {
    transition-delay: 0;
  }
}

body.subpage .linkbtn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #1a47c0;
  padding: 10px 40px 10px 45px;
  display: table;
  position: relative;
  transition: 0.6s;
}
body.subpage .linkbtn.gray {
  background-color: #4f5156;
}
body.subpage .linkbtn:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c1c1c1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  transition: 0.6s;
}
body.subpage .linkbtn:hover {
  opacity: 1;
  background-color: #c1c1c1;
}
body.subpage .linkbtn:hover:before {
  left: 10px;
  background-color: #1a47c0;
}
body.subpage .secTtl {
  font-size: 2.6rem;
  font-weight: 400;
  font-family: var(--serif);
  letter-spacing: 3px;
  display: table;
  margin: 0 auto;
  padding: 0 15px 10px;
  margin-bottom: 60px;
  position: relative;
}
body.subpage .secTtl:after {
  content: "";
  width: 140px;
  height: 4px;
  background-color: #1a47c0;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
body.subpage .secMv {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  background: url(../img/common/mv-bg.png) center left/cover no-repeat;
}
body.subpage .secMv .secInner {
  max-width: 1100px;
}
body.subpage .secMv .pageTtl {
  position: relative;
}
body.subpage .secMv .pageTtl:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #c6c6c6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.subpage .secMv .pageTtl .en {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1a47c0;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
body.subpage .secMv .pageTtl h1 {
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  body.subpage .linkbtn {
    font-size: 1.6rem;
    padding: 10px 35px 10px 40px;
  }
  body.subpage .linkbtn:before {
    width: 30px;
    height: 2px;
  }
  body.subpage .secTtl {
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding: 0 10px 10px;
    margin-bottom: 40px;
  }
  body.subpage .secTtl:after {
    width: 120px;
    height: 3px;
  }
  body.subpage .secMv {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
  body.subpage .secMv .pageTtl:before {
    width: 15px;
    height: 15px;
  }
  body.subpage .secMv .pageTtl .en {
    font-size: 1.8rem;
  }
  body.subpage .secMv .pageTtl h1 {
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
}

body.company .secGreet {
  margin-bottom: 90px;
}
body.company .secGreet .secInner {
  max-width: 800px;
}
body.company .secGreet .img {
  margin-bottom: 40px;
}
body.company .secGreet .txt {
  letter-spacing: 2px;
  text-align: justify;
  font-weight: 500;
}
body.company .secGreet .pos {
  font-size: 2rem;
  font-family: var(--serif);
  letter-spacing: 2px;
  display: table;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body.company .secGreet {
    margin-bottom: 80px;
  }
  body.company .secGreet .img {
    margin-bottom: 30px;
  }
  body.company .secGreet .txt {
    font-size: 1.4rem;
  }
  body.company .secGreet .pos {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
body.company .secAbout,
body.company .secDepart {
  margin-bottom: 90px;
}
body.company .secAbout .secInner,
body.company .secDepart .secInner {
  max-width: 900px;
}
body.company .secAbout table,
body.company .secDepart table {
  width: 100%;
}
body.company .secAbout table tr th, body.company .secAbout table tr td,
body.company .secDepart table tr th,
body.company .secDepart table tr td {
  border-top: 1px solid #000;
  padding: 20px 0;
}
body.company .secAbout table tr th,
body.company .secDepart table tr th {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 40px;
  width: 25%;
  background-color: #ececec;
}
body.company .secAbout table tr td,
body.company .secDepart table tr td {
  font-size: 2rem;
  width: 75%;
  padding-left: 30px;
  padding-right: 30px;
}
body.company .secAbout table tr td span:nth-of-type(n+2),
body.company .secDepart table tr td span:nth-of-type(n+2) {
  margin-left: 20px;
}
body.company .secAbout table tr:last-of-type th, body.company .secAbout table tr:last-of-type td,
body.company .secDepart table tr:last-of-type th,
body.company .secDepart table tr:last-of-type td {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  body.company .secAbout,
  body.company .secDepart {
    margin-bottom: 60px;
  }
  body.company .secAbout table tr,
  body.company .secDepart table tr {
    display: flex;
    flex-direction: column;
  }
  body.company .secAbout table tr th, body.company .secAbout table tr td,
  body.company .secDepart table tr th,
  body.company .secDepart table tr td {
    width: 100%;
    padding: 20px;
    border: none;
  }
  body.company .secAbout table tr th,
  body.company .secDepart table tr th {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  body.company .secAbout table tr td,
  body.company .secDepart table tr td {
    font-size: 1.4rem;
    padding-bottom: 40px;
  }
  body.company .secAbout table tr:last-of-type th, body.company .secAbout table tr:last-of-type td,
  body.company .secDepart table tr:last-of-type th,
  body.company .secDepart table tr:last-of-type td {
    border-bottom: none;
  }
}
body.company .secConnect {
  margin-bottom: 100px;
}
body.company .secConnect .secInner {
  max-width: 700px;
}
body.company .secConnect .blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.company .secConnect .blk .img {
  max-width: 180px;
  width: 100%;
}
body.company .secConnect .blk .txt {
  max-width: 400px;
  width: 100%;
}
body.company .secConnect .blk .txt h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body.company .secConnect .blk .txt p {
  font-weight: 600;
  margin-bottom: 10px;
}
body.company .secConnect .blk.blk1 .img img {
  width: 100%;
}
body.company .secConnect .blk.blk2 {
  margin-top: 80px;
}
body.company .secConnect .blk.blk2 .img {
  text-align: center;
}
body.company .secConnect .blk.blk2 .img img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.company .secConnect {
    margin-bottom: 60px;
  }
  body.company .secConnect .blk {
    flex-direction: column;
  }
  body.company .secConnect .blk .img {
    max-width: 100px;
    margin-bottom: 15px;
  }
  body.company .secConnect .blk .txt {
    width: 100%;
  }
  body.company .secConnect .blk .txt h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  body.company .secConnect .blk .txt p {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
  body.company .secConnect .blk.blk1 .img img {
    width: 100%;
  }
  body.company .secConnect .blk.blk2 {
    margin-top: 60px;
  }
  body.company .secConnect .blk.blk2 .img img {
    max-width: 80px;
  }
}
body.company .secHistory {
  margin-bottom: 90px;
}
body.company .secHistory .secInner {
  max-width: 900px;
}
body.company .secHistory table {
  width: 100%;
}
body.company .secHistory table tr th, body.company .secHistory table tr td {
  font-size: 2rem;
  font-weight: 500;
  border-top: 1px solid #000;
  padding: 15px 0;
}
body.company .secHistory table tr th {
  width: 35%;
  padding-left: 25px;
}
body.company .secHistory table tr td {
  width: 65%;
  padding-left: 50px;
}
body.company .secHistory table tr:last-of-type th, body.company .secHistory table tr:last-of-type td {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  body.company .secHistory {
    margin-bottom: 60px;
  }
  body.company .secHistory table tr {
    display: flex;
    flex-direction: column;
  }
  body.company .secHistory table tr th, body.company .secHistory table tr td {
    font-size: 1.6rem;
    width: 100%;
    padding: 0;
  }
  body.company .secHistory table tr th {
    padding-left: 20px;
    border-bottom: none;
    padding-top: 20px;
  }
  body.company .secHistory table tr td {
    padding-left: 20px;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  body.company .secHistory table tr:last-of-type th {
    border-bottom: none;
  }
}
body.company .secAccess {
  padding-bottom: 130px;
}
body.company .secAccess .secInner {
  max-width: 900px;
}
body.company .secAccess .blk {
  display: flex;
  justify-content: space-between;
}
body.company .secAccess .blk .map {
  max-width: 420px;
  position: relative;
  width: 100%;
  padding-top: 32.25%;
}
body.company .secAccess .blk .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body.company .secAccess .blk .txt {
  max-width: 400px;
  width: 100%;
}
body.company .secAccess .blk .txt h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body.company .secAccess .blk .txt p {
  font-weight: 600;
  margin-bottom: 10px;
}
body.company .secAccess .blk.blk1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body.company .secAccess {
    padding-bottom: 80px;
  }
  body.company .secAccess .blk {
    flex-direction: column;
  }
  body.company .secAccess .blk .map {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 58.25%;
  }
  body.company .secAccess .blk .txt {
    width: 100%;
  }
  body.company .secAccess .blk .txt h3 {
    font-size: 1.8rem;
  }
  body.company .secAccess .blk .txt p {
    font-size: 1.4rem;
  }
  body.company .secAccess .blk.blk1 {
    margin-bottom: 40px;
  }
}

body.service .secRead {
  padding-bottom: 120px;
}
body.service .secRead .secInner {
  max-width: 1000px;
}
body.service .secRead .blk {
  position: relative;
}
body.service .secRead .blk .img {
  max-width: 560px;
  width: 100%;
}
body.service .secRead .blk .txt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.5;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
body.service .secRead .blk.blk1 {
  margin-bottom: 60px;
}
body.service .secRead .blk.blk1 .txt {
  right: 0;
}
body.service .secRead .blk.blk2 .img {
  margin-left: auto;
}
body.service .secRead .blk.blk2 .txt {
  left: 0;
}
@media screen and (max-width: 767px) {
  body.service .secRead {
    padding-bottom: 60px;
  }
  body.service .secRead .blk .txt {
    font-size: 1.4rem;
    line-height: 2;
    padding: 20px;
    position: static;
    transform: none;
  }
  body.service .secRead .blk .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  body.service .secRead .blk.blk1 {
    margin-bottom: 40px;
  }
  body.service .secRead .blk.blk1 .txt {
    right: 0;
  }
  body.service .secRead .blk.blk2 {
    display: flex;
    flex-direction: column-reverse;
  }
  body.service .secRead .blk.blk2 .img {
    margin-left: auto;
  }
  body.service .secRead .blk.blk2 .txt {
    left: 0;
  }
}
body.service .secWorks {
  padding-bottom: 130px;
}
body.service .secWorks .secInner {
  max-width: 1000px;
}
body.service .secWorks .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background-color: #1a47c0;
  padding: 5px 0;
  margin-bottom: 40px;
}
body.service .secWorks .postWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 35px;
  margin-bottom: 80px;
}
body.service .secWorks .postWrap .blk .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
body.service .secWorks .postWrap .blk .head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.service .secWorks .postWrap .blk .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.service .secWorks .postWrap .blk .cat.civil1, body.service .secWorks .postWrap .blk .cat.construct1 {
  color: #29a5dc;
}
body.service .secWorks .postWrap .blk .cat.civil2, body.service .secWorks .postWrap .blk .cat.construct2 {
  color: #39af4a;
}
body.service .secWorks .postWrap .blk .cat.civil3, body.service .secWorks .postWrap .blk .cat.construct3 {
  color: #f18d1e;
}
body.service .secWorks .postWrap .blk .cat.civil4, body.service .secWorks .postWrap .blk .cat.construct4 {
  color: #c891ff;
}
body.service .secWorks .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.service .secWorks {
    padding-bottom: 80px;
  }
  body.service .secWorks .ttl {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  body.service .secWorks .postWrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-bottom: 60px;
  }
  body.service .secWorks .postWrap .blk .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  body.service .secWorks .postWrap .blk .head {
    font-size: 1.4rem;
  }
  body.service .secWorks .postWrap .blk .cat {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}
body.service .secLink {
  padding-bottom: 120px;
}
body.service .secLink .secInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body.service .secLink .blk {
  position: relative;
}
body.service .secLink .blk:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  transition: 0.6s;
}
body.service .secLink .blk .img {
  position: relative;
  z-index: 0;
}
body.service .secLink .blk .txt {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 12%;
  z-index: 2;
}
body.service .secLink .blk .txt .en {
  font-size: 6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
body.service .secLink .blk .txt h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
body.service .secLink .blk:hover:before {
  opacity: 0.2;
}
body.service .secLink .blk:hover .txt .linkbtn {
  opacity: 1;
  background-color: #c1c1c1;
}
body.service .secLink .blk:hover .txt .linkbtn:before {
  left: 10px;
  background-color: #1a47c0;
}
@media screen and (max-width: 767px) {
  body.service .secLink {
    padding-bottom: 80px;
  }
  body.service .secLink .secInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.service .secLink .blk .txt {
    left: 8%;
  }
  body.service .secLink .blk .txt .en {
    font-size: 3.6rem;
  }
  body.service .secLink .blk .txt h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

body.recruit .secMvRec {
  padding-top: 100px;
  margin-bottom: 120px;
  position: relative;
}
body.recruit .secMvRec .txt {
  width: 55%;
  height: 450px;
  padding-left: 10%;
  background: url(../img/recruit/mv-bg.jpg) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.recruit .secMvRec .txt * {
  color: #fff;
}
body.recruit .secMvRec .txt .en {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body.recruit .secMvRec .txt h1 {
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
body.recruit .secMvRec .txt .detail {
  font-weight: 500;
  line-height: 2.5;
}
body.recruit .secMvRec .img {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 920px) {
  body.recruit .secMvRec .txt {
    width: 70%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  body.recruit .secMvRec {
    padding-top: 140px;
    margin-bottom: 80px;
  }
  body.recruit .secMvRec .txt {
    width: 90%;
    height: auto;
    padding: 15px;
    padding-left: 5%;
  }
  body.recruit .secMvRec .txt .en {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  body.recruit .secMvRec .txt h1 {
    font-size: 2.4rem;
    line-height: 1;
  }
  body.recruit .secMvRec .txt .detail {
    font-size: 1.4rem;
  }
  body.recruit .secMvRec .img {
    width: 70%;
  }
}
body.recruit .secBusiness {
  margin-bottom: 90px;
}
body.recruit .secBusiness .read {
  font-weight: 600;
  text-align: justify;
  line-height: 2;
  margin: 0 auto 80px;
  max-width: 640px;
  width: 100%;
}
body.recruit .secBusiness .blkWrap {
  display: flex;
}
body.recruit .secBusiness .blkWrap .blk {
  width: 50%;
  position: relative;
}
body.recruit .secBusiness .blkWrap .blk .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.recruit .secBusiness .blkWrap .blk .txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  display: table;
  margin: 0 auto 30px;
}
body.recruit .secBusiness .blkWrap .blk .txt .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.recruit .secBusiness {
    margin-bottom: 60px;
  }
  body.recruit .secBusiness .read {
    padding: 0 20px;
    margin: 0 auto 60px;
  }
  body.recruit .secBusiness .blkWrap {
    flex-direction: column;
  }
  body.recruit .secBusiness .blkWrap .blk {
    width: 100%;
    transition-delay: 0s;
  }
  body.recruit .secBusiness .blkWrap .blk .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  body.recruit .secBusiness .blkWrap .blk .txt h3 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
}
body.recruit .secNumber {
  margin-bottom: 120px;
}
body.recruit .secNumber .secInner {
  max-width: 900px;
}
body.recruit .secNumber .blkWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
body.recruit .secNumber .blkWrap .blk {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #4f5156;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
body.recruit .secNumber .blkWrap .blk:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 20px;
}
body.recruit .secNumber .blkWrap .blk .head {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 45px;
}
body.recruit .secNumber .blkWrap .blk .num {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
  color: #fff;
}
body.recruit .secNumber .blkWrap .blk .num span {
  font-size: 2.2rem;
  color: #fff;
  margin-left: 4px;
}
body.recruit .secNumber .blkWrap .blk .num span.part {
  font-size: 6rem;
  margin-left: -13px;
  margin-right: -10px;
}
body.recruit .secNumber .blkWrap .blk .num span.en {
  font-size: 4rem;
}
body.recruit .secNumber .blkWrap .blk.blk1:before {
  background: url(../img/recruit/num1.png) center/contain no-repeat;
  width: 30px;
  height: 40px;
}
body.recruit .secNumber .blkWrap .blk.blk2:before {
  background: url(../img/recruit/num2.png) center/contain no-repeat;
  width: 50px;
  height: 40px;
}
body.recruit .secNumber .blkWrap .blk.blk3:before {
  background: url(../img/recruit/num3.png) center/contain no-repeat;
  width: 50px;
  height: 50px;
}
body.recruit .secNumber .blkWrap .blk.blk4:before {
  background: url(../img/recruit/num4.png) center/contain no-repeat;
  width: 40px;
  height: 45px;
}
body.recruit .secNumber .blkWrap .blk.blk5:before {
  background: url(../img/recruit/num5.png) center/contain no-repeat;
  width: 150px;
  height: 40px;
}
body.recruit .secNumber .blkWrap .blk.blk6:before {
  background: url(../img/recruit/num6.png) center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  body.recruit .secNumber {
    margin-bottom: 80px;
  }
  body.recruit .secNumber .blkWrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  body.recruit .secNumber .blkWrap .blk {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  body.recruit .secNumber .blkWrap .blk:before {
    bottom: 10px;
    left: 10px;
  }
  body.recruit .secNumber .blkWrap .blk .head {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  body.recruit .secNumber .blkWrap .blk .num {
    font-size: 4rem;
  }
  body.recruit .secNumber .blkWrap .blk .num span {
    font-size: 1.8rem;
    margin-left: 3px;
  }
  body.recruit .secNumber .blkWrap .blk .num span.part {
    font-size: 4rem;
    margin-left: -10px;
    margin-right: -7px;
  }
  body.recruit .secNumber .blkWrap .blk .num span.en {
    font-size: 3rem;
  }
  body.recruit .secNumber .blkWrap .blk.blk1:before {
    background: url(../img/recruit/num1.png) center/contain no-repeat;
    width: 20px;
    height: 30px;
  }
  body.recruit .secNumber .blkWrap .blk.blk2:before {
    background: url(../img/recruit/num2.png) center/contain no-repeat;
    width: 40px;
    height: 30px;
  }
  body.recruit .secNumber .blkWrap .blk.blk3:before {
    background: url(../img/recruit/num3.png) center/contain no-repeat;
    width: 30px;
    height: 30px;
  }
  body.recruit .secNumber .blkWrap .blk.blk4:before {
    background: url(../img/recruit/num4.png) center/contain no-repeat;
    width: 30px;
    height: 35px;
  }
  body.recruit .secNumber .blkWrap .blk.blk5:before {
    background: url(../img/recruit/num5.png) center/contain no-repeat;
    width: 120px;
    height: 30px;
  }
  body.recruit .secNumber .blkWrap .blk.blk6:before {
    background: url(../img/recruit/num6.png) center/contain no-repeat;
    width: 30px;
    height: 30px;
  }
}
body.recruit .graph {
  max-width: 940px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  body.recruit .graph {
    margin: 0 auto 80px;
  }
}
body.recruit .secInterview {
  margin-bottom: 140px;
}
body.recruit .secInterview .blk {
  position: relative;
}
body.recruit .secInterview .blk .txt {
  max-width: 230px;
  width: 100%;
  position: absolute;
}
body.recruit .secInterview .blk .txt .pos {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4f5156;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: table;
}
body.recruit .secInterview .blk .txt .name {
  font-size: 2.8rem;
  font-weight: 600;
  color: #4f5156;
  margin-bottom: 20px;
}
body.recruit .secInterview .blk.blk1 .txt {
  top: 20%;
  right: 14%;
}
body.recruit .secInterview .blk.blk2 {
  margin-top: -90px;
}
body.recruit .secInterview .blk.blk2 .txt {
  top: 40%;
  left: 14%;
}
@media screen and (max-width: 920px) {
  body.recruit .secInterview .blk.blk1 .txt {
    top: 10%;
    right: 0;
  }
  body.recruit .secInterview .blk.blk2 {
    margin-top: -40px;
  }
  body.recruit .secInterview .blk.blk2 .txt {
    top: 29%;
    left: 7%;
  }
}
@media screen and (max-width: 767px) {
  body.recruit .secInterview {
    margin-bottom: 80px;
  }
  body.recruit .secInterview .blk .txt {
    max-width: 230px;
    width: 100%;
    position: absolute;
  }
  body.recruit .secInterview .blk .txt .pos {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4f5156;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: table;
  }
  body.recruit .secInterview .blk .txt .name {
    font-size: 2.8rem;
    font-weight: 600;
    color: #4f5156;
    margin-bottom: 20px;
  }
  body.recruit .secInterview .blk.blk1 .txt {
    top: 20%;
    right: 14%;
  }
  body.recruit .secInterview .blk.blk2 {
    margin-top: 0;
  }
  body.recruit .secInterview .blk.blk2 .txt {
    top: 40%;
    left: 14%;
  }
}
body.recruit .secRequire {
  margin-bottom: 140px;
}
body.recruit .secRequire .secInner {
  max-width: 1040px;
}
body.recruit .secRequire .tableWrap {
  padding: 15px 60px;
  margin-bottom: 80px;
  background-color: #ececec;
}
body.recruit .secRequire .tableWrap table {
  width: 100%;
}
body.recruit .secRequire .tableWrap table tr th, body.recruit .secRequire .tableWrap table tr td {
  font-weight: 500;
  border-bottom: 0.25px solid;
  width: 100%;
  padding: 20px 30px;
}
body.recruit .secRequire .tableWrap table tr th {
  max-width: 250px;
  min-width: 250px;
  width: 250px;
}
body.recruit .secRequire .tableWrap table tr:last-of-type th, body.recruit .secRequire .tableWrap table tr:last-of-type td {
  border-bottom: none;
}
body.recruit .secRequire .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.recruit .secRequire {
    margin-bottom: 80px;
  }
  body.recruit .secRequire .tableWrap {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  body.recruit .secRequire .tableWrap table tr {
    display: flex;
    flex-direction: column;
  }
  body.recruit .secRequire .tableWrap table tr th, body.recruit .secRequire .tableWrap table tr td {
    padding: 10px;
  }
  body.recruit .secRequire .tableWrap table tr th {
    font-weight: 600;
    max-width: 100%;
    width: 100%;
  }
  body.recruit .secRequire .tableWrap table tr td {
    border-bottom: none;
    padding-bottom: 40px;
  }
  body.recruit .secRequire .tableWrap table tr:last-of-type th {
    border-bottom: 0.25px solid #000;
  }
  body.recruit .secRequire .linkbtn {
    margin: 0 auto;
  }
}

body.works .catWrap {
  margin-bottom: 70px;
}
body.works .catWrap .parent,
body.works .catWrap .child {
  display: grid;
  gap: 10px;
}
body.works .catWrap .parent a,
body.works .catWrap .child a {
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #000;
  transition: 0.6s;
}
body.works .catWrap .parent a:hover,
body.works .catWrap .child a:hover {
  opacity: 1;
  background-color: #4f5156;
  color: #fff;
}
body.works .catWrap .parent a.active,
body.works .catWrap .child a.active {
  color: #fff;
  background-color: #000;
}
body.works .catWrap .parent a.active:hover,
body.works .catWrap .child a.active:hover {
  opacity: 1;
  background-color: #4f5156;
}
body.works .catWrap .parent {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}
body.works .catWrap .parent a {
  font-size: 1.9rem;
}
body.works .catWrap .child {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.works .catWrap .child a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body.works .catWrap {
    margin-bottom: 60px;
  }
  body.works .catWrap .parent,
  body.works .catWrap .child {
    display: grid;
    gap: 10px;
  }
  body.works .catWrap .parent a,
  body.works .catWrap .child a {
    padding: 0.5em;
  }
  body.works .catWrap .parent {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  body.works .catWrap .parent a {
    font-size: 1.8rem;
  }
  body.works .catWrap .child {
    grid-template-columns: 1fr 1fr;
  }
  body.works .catWrap .child a {
    font-size: 1.4rem;
  }
}
body.works .secPost .secInner {
  max-width: 1000px;
}
body.works .secPost .postWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 35px;
  margin-bottom: 80px;
}
body.works .secPost .postWrap .post .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
body.works .secPost .postWrap .post .head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.works .secPost .postWrap .post .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.works .secPost .postWrap .post .cat.civil1, body.works .secPost .postWrap .post .cat.construct1 {
  color: #29a5dc;
}
body.works .secPost .postWrap .post .cat.civil2, body.works .secPost .postWrap .post .cat.construct2 {
  color: #39af4a;
}
body.works .secPost .postWrap .post .cat.civil3, body.works .secPost .postWrap .post .cat.construct3 {
  color: #f18d1e;
}
body.works .secPost .postWrap .post .cat.civil4, body.works .secPost .postWrap .post .cat.construct4 {
  color: #c891ff;
}
@media screen and (max-width: 767px) {
  body.works .secPost .postWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  body.works .secPost .postWrap .post .head {
    font-size: 1.8rem;
  }
  body.works .secPost .postWrap .post .cat {
    font-size: 1.2rem;
    padding: 3px 15px;
  }
}
body.works .secPost .pagination {
  margin-bottom: 110px;
}
body.works .secPost .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
body.works .secPost .pagination .wp-pagenavi > span,
body.works .secPost .pagination .wp-pagenavi > a {
  font-weight: 500;
  line-height: 1;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #000;
}
body.works .secPost .pagination .wp-pagenavi > span {
  color: #fff;
  background-color: #1a47c0;
  border: 2px solid #1a47c0;
}
body.works .secPost .pagination .wp-pagenavi .previouspostslink,
body.works .secPost .pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
body.works .secPost .pagination .wp-pagenavi .previouspostslink:after,
body.works .secPost .pagination .wp-pagenavi .nextpostslink:after {
  font-size: 1rem;
  font-weight: 600;
  color: #131D7D;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 50%;
}
body.works .secPost .pagination .wp-pagenavi .previouspostslink:after {
  content: "＜";
  left: 48%;
}
body.works .secPost .pagination .wp-pagenavi .nextpostslink:after {
  content: "＞";
  left: 52%;
}
body.works .secContent {
  padding-bottom: 130px;
}
body.works .secContent .secInner {
  max-width: 1000px;
}
body.works .secContent .postTtlWrap {
  margin-bottom: 80px;
}
body.works .secContent .postTtlWrap .postTtl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1a47c0;
}
body.works .secContent .postTtlWrap .postTtl .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
body.works .secContent .postTtlWrap .postTtl .date {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a47c0;
}
body.works .secContent .postTtlWrap .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.works .secContent .postTtlWrap .cat.civil1, body.works .secContent .postTtlWrap .cat.construct1 {
  color: #29a5dc;
}
body.works .secContent .postTtlWrap .cat.civil2, body.works .secContent .postTtlWrap .cat.construct2 {
  color: #39af4a;
}
body.works .secContent .postTtlWrap .cat.civil3, body.works .secContent .postTtlWrap .cat.construct3 {
  color: #f18d1e;
}
body.works .secContent .postTtlWrap .cat.civil4, body.works .secContent .postTtlWrap .cat.construct4 {
  color: #c891ff;
}
@media screen and (max-width: 767px) {
  body.works .secContent .postTtlWrap {
    margin-bottom: 40px;
  }
  body.works .secContent .postTtlWrap .postTtl {
    flex-direction: column;
    align-items: flex-start;
  }
  body.works .secContent .postTtlWrap .postTtl .ttl {
    font-size: 2rem;
  }
  body.works .secContent .postTtlWrap .postTtl .date {
    font-size: 1.6rem;
  }
}
body.works .secContent .content {
  position: relative;
  margin-bottom: 80px;
}
body.works .secContent .content .arrowBox .prevArrow,
body.works .secContent .content .arrowBox .nextArrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
}
body.works .secContent .content .arrowBox .prevArrow:before,
body.works .secContent .content .arrowBox .nextArrow:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.works .secContent .content .arrowBox .prevArrow {
  left: 3%;
}
body.works .secContent .content .arrowBox .prevArrow:before {
  transform: rotate(225deg);
}
body.works .secContent .content .arrowBox .nextArrow {
  right: 3%;
}
body.works .secContent .content .arrowBox .nextArrow:before {
  transform: rotate(45deg);
}
body.works .secContent .content .imgWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 120px;
}
body.works .secContent .content .imgWrap .topSlider {
  margin-bottom: 20px;
}
body.works .secContent .content .imgWrap .topSlider .imgTop {
  width: 100%;
  background-color: #c1c1c1;
}
body.works .secContent .content .imgWrap .topSlider .imgTop img {
  width: 100%;
  height: 50vw;
  max-height: 610px;
  min-height: 350px;
  object-fit: contain;
}
body.works .secContent .content .imgWrap .bottomSlider .slick-list {
  width: calc(100% + 10px);
}
body.works .secContent .content .imgWrap .bottomSlider .imgBottom {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
body.works .secContent .content .imgWrap .bottomSlider .imgBottom img {
  width: 100%;
  height: 20vw;
  max-height: 200px;
  min-height: 140px;
  object-fit: cover;
}
body.works .secContent .content .info {
  max-width: 760px;
  width: 100%;
  padding: 40px 50px 80px;
  margin: 0 auto;
  background-color: #ececec;
}
body.works .secContent .content .info .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
body.works .secContent .content .info table {
  width: 100%;
}
body.works .secContent .content .info table tr th, body.works .secContent .content .info table tr td {
  font-weight: 500;
  border-bottom: 0.25px solid;
  width: 50%;
  padding: 20px 30px;
}
body.works .secContent .content .info .point .head,
body.works .secContent .content .info .point .detail {
  font-weight: 500;
  width: 100%;
  padding: 20px 30px 0;
}
body.works .secContent .content .info .point .detail {
  line-height: 2;
}
@media screen and (max-width: 920px) {
  body.works .secContent .content .arrowBox .prevArrow,
  body.works .secContent .content .arrowBox .nextArrow {
    top: 17%;
  }
}
@media screen and (max-width: 767px) {
  body.works .secContent .content {
    margin-bottom: 80px;
  }
  body.works .secContent .content .arrowBox {
    display: none;
  }
  body.works .secContent .content .imgWrap {
    margin: 0 auto 60px;
  }
  body.works .secContent .content .imgWrap .topSlider {
    margin-bottom: 20px;
  }
  body.works .secContent .content .imgWrap .topSlider .imgTop img {
    min-height: 270px;
  }
  body.works .secContent .content .imgWrap .bottomSlider .slick-list {
    width: calc(100% + 10px);
  }
  body.works .secContent .content .imgWrap .bottomSlider .imgBottom img {
    min-height: 70px;
  }
  body.works .secContent .content .info {
    max-width: 760px;
    width: 100%;
    padding: 40px 50px 80px;
    margin: 0 auto;
    background-color: #ececec;
  }
  body.works .secContent .content .info .ttl {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  body.works .secContent .content .info table {
    width: 100%;
  }
  body.works .secContent .content .info table tr th, body.works .secContent .content .info table tr td {
    font-weight: 500;
    border-bottom: 0.25px solid;
    width: 50%;
    padding: 20px 30px;
  }
  body.works .secContent .content .info .point .head,
  body.works .secContent .content .info .point .detail {
    font-weight: 500;
    width: 100%;
    padding: 20px 30px 0;
  }
  body.works .secContent .content .info .point .detail {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.works .secContent .content .info {
    padding: 30px 20px 40px;
  }
  body.works .secContent .content .info .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  body.works .secContent .content .info table tr {
    display: flex;
    flex-direction: column;
  }
  body.works .secContent .content .info table tr th, body.works .secContent .content .info table tr td {
    padding: 10px;
  }
  body.works .secContent .content .info table tr th {
    font-weight: 600;
    max-width: 100%;
    width: 100%;
  }
  body.works .secContent .content .info table tr td {
    width: 100%;
    border-bottom: none;
    padding-bottom: 40px;
  }
  body.works .secContent .content .info table tr:last-of-type th {
    border-bottom: 0.25px solid #000;
  }
  body.works .secContent .content .info .point .head,
  body.works .secContent .content .info .point .detail {
    padding: 10px;
  }
  body.works .secContent .content .info .point .head {
    font-weight: 600;
    border-bottom: 0.25px solid #000;
  }
}
body.works .secContent .linkbtn {
  margin: 0 auto 60px;
}
body.works .secContent .btnWrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.works .secContent .btnWrap a {
  max-width: 140px;
  width: 100%;
  display: block;
  position: relative;
}
body.works .secContent .btnWrap a img {
  transition: 0.6s;
}
body.works .secContent .btnWrap a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.works .secContent .btnWrap a[rel=prev] {
  position: relative;
}
body.works .secContent .btnWrap a[rel=prev]:before {
  background: url(../img/common/btn-prev-hover.png) center/cover no-repeat;
}
body.works .secContent .btnWrap a[rel=next] {
  margin-left: auto;
}
body.works .secContent .btnWrap a[rel=next]:before {
  background: url(../img/common/btn-next-hover.png) center/cover no-repeat;
}
body.works .secContent .btnWrap a:hover {
  opacity: 1;
}
body.works .secContent .btnWrap a:hover img {
  opacity: 0;
}

body.interview .secMvInt {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  background: url(../img/common/mv-bg.png) center left/cover no-repeat;
}
body.interview .secMvInt .pageTtl {
  position: relative;
}
body.interview .secMvInt .pageTtl .en {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #8ccbd4;
  margin-bottom: 20px;
  position: relative;
}
body.interview .secMvInt .pageTtl h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.interview .secMvInt {
    margin-bottom: 80px;
  }
  body.interview .secMvInt .pageTtl .en {
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
  body.interview .secMvInt .pageTtl h1 {
    font-size: 1.8rem;
  }
}
body.interview .secInterview {
  padding-bottom: 120px;
}
body.interview .secInterview .secInner {
  max-width: 1000px;
}
body.interview .secInterview .img {
  margin-bottom: 60px;
}
body.interview .secInterview .profile {
  max-width: 800px;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin: 0 auto 40px;
}
body.interview .secInterview .profile .pos {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: table;
}
body.interview .secInterview .profile .name {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
body.interview .secInterview .blkWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 90px;
}
body.interview .secInterview .blkWrap .blk {
  margin-bottom: 60px;
}
body.interview .secInterview .blkWrap .blk h2 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #068d3f;
  margin-bottom: 20px;
}
body.interview .secInterview .blkWrap .blk .txt {
  font-weight: 600;
  line-height: 2.2;
}
body.interview .secInterview .blkWrap .blk:last-of-type {
  margin-bottom: 0;
}
body.interview .secInterview .linkbtn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.interview .secInterview {
    padding-bottom: 80px;
  }
  body.interview .secInterview .img {
    margin-bottom: 40px;
  }
  body.interview .secInterview .profile {
    padding-bottom: 20px;
    margin: 0 auto 30px;
  }
  body.interview .secInterview .profile .pos {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.interview .secInterview .profile .name {
    font-size: 2.4rem;
  }
  body.interview .secInterview .blkWrap {
    margin: 0 auto 60px;
  }
  body.interview .secInterview .blkWrap .blk {
    margin-bottom: 40px;
  }
  body.interview .secInterview .blkWrap .blk h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body.interview .secInterview .blkWrap .blk .txt {
    font-size: 1.4rem;
    text-align: justify;
  }
}

body.blog .secPost .secInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.blog .secPost .secInner {
    flex-direction: column;
  }
}
body.blog .secPost .category {
  max-width: 250px;
  width: 15%;
}
body.blog .secPost .category .blk .head {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
body.blog .secPost .category .blk .cat {
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.blog .secPost .category {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  body.blog .secPost .category .blk .head {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  body.blog .secPost .category .blk .cat {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
body.blog .secPost .postWrap {
  max-width: 930px;
  width: 80%;
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
}
body.blog .secPost .postWrap .post {
  display: block;
}
body.blog .secPost .postWrap .post .img {
  margin-bottom: 10px;
}
body.blog .secPost .postWrap .post .img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
body.blog .secPost .postWrap .post .date {
  font-weight: 500;
  color: #1a47c0;
}
body.blog .secPost .postWrap .post .head {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.blog .secPost .postWrap {
    width: 100%;
    margin-bottom: 80px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  body.blog .secPost .postWrap .post .img {
    margin-bottom: 10px;
  }
  body.blog .secPost .postWrap .post .img img {
    width: 100%;
    height: 110px;
  }
  body.blog .secPost .postWrap .post .date {
    font-size: 1.2rem;
  }
  body.blog .secPost .postWrap .post .head {
    font-size: 1.4rem;
  }
}
body.blog .secPost .pagination {
  margin-bottom: 130px;
}
body.blog .secPost .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
body.blog .secPost .pagination .wp-pagenavi > span,
body.blog .secPost .pagination .wp-pagenavi > a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #000;
}
body.blog .secPost .pagination .wp-pagenavi > span {
  color: #fff;
  background-color: #1a47c0;
  border: 2px solid #1a47c0;
}
body.blog .secPost .pagination .wp-pagenavi .previouspostslink,
body.blog .secPost .pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
body.blog .secPost .pagination .wp-pagenavi .previouspostslink:after,
body.blog .secPost .pagination .wp-pagenavi .nextpostslink:after {
  font-size: 1.4rem;
  font-weight: 600;
  color: #131D7D;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 50%;
}
body.blog .secPost .pagination .wp-pagenavi .previouspostslink:after {
  content: "＜";
  left: 48%;
}
body.blog .secPost .pagination .wp-pagenavi .nextpostslink:after {
  content: "＞";
  left: 52%;
}
@media screen and (max-width: 767px) {
  body.blog .secPost .pagination {
    margin-bottom: 60px;
  }
}
body.blog .secContent {
  padding-bottom: 130px;
}
body.blog .secContent .secInner {
  max-width: 1000px;
}
body.blog .secContent .postTtlWrap {
  margin-bottom: 80px;
}
body.blog .secContent .postTtlWrap .postTtl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1a47c0;
}
body.blog .secContent .postTtlWrap .postTtl .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
body.blog .secContent .postTtlWrap .postTtl .date {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a47c0;
}
body.blog .secContent .postTtlWrap .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.blog .secContent .postTtlWrap .cat.civil1, body.blog .secContent .postTtlWrap .cat.construct1 {
  color: #29a5dc;
}
body.blog .secContent .postTtlWrap .cat.civil2, body.blog .secContent .postTtlWrap .cat.construct2 {
  color: #39af4a;
}
body.blog .secContent .postTtlWrap .cat.civil3, body.blog .secContent .postTtlWrap .cat.construct3 {
  color: #f18d1e;
}
body.blog .secContent .postTtlWrap .cat.civil4, body.blog .secContent .postTtlWrap .cat.construct4 {
  color: #c891ff;
}
body.blog .secContent .content {
  margin-bottom: 80px;
}
body.blog .secContent .content .img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 70px;
}
body.blog .secContent .content .img img {
  width: 100%;
}
body.blog .secContent .content .txt {
  line-height: 2.2;
  font-weight: 500;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.blog .secContent .linkbtn {
  margin: 0 auto 60px;
}
body.blog .secContent .btnWrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.blog .secContent .btnWrap a {
  max-width: 140px;
  width: 100%;
  display: block;
  position: relative;
}
body.blog .secContent .btnWrap a img {
  transition: 0.6s;
}
body.blog .secContent .btnWrap a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.blog .secContent .btnWrap a[rel=prev] {
  position: relative;
}
body.blog .secContent .btnWrap a[rel=prev]:before {
  background: url(../img/common/btn-prev-hover.png) center/cover no-repeat;
}
body.blog .secContent .btnWrap a[rel=next] {
  margin-left: auto;
}
body.blog .secContent .btnWrap a[rel=next]:before {
  background: url(../img/common/btn-next-hover.png) center/cover no-repeat;
}
body.blog .secContent .btnWrap a:hover {
  opacity: 1;
}
body.blog .secContent .btnWrap a:hover img {
  opacity: 0;
}

body.contact .secContact {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  body.contact .secContact {
    padding-bottom: 80px;
  }
}
body.contact .secContact .secInner {
  max-width: 900px;
}
body.contact .secContact .read p {
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 50px;
}
body.contact .secContact .read a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .read p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}
body.contact .secContact .areaContact {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.contact .secContact .areaContact .blk {
  margin-bottom: 25px;
}
body.contact .secContact .areaContact .blk .caution {
  margin-bottom: 10px;
}
body.contact .secContact .areaContact .blk .item,
body.contact .secContact .areaContact .blk .mwform-checkbox-field-text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 30px;
}
body.contact .secContact .areaContact .blk .item .must,
body.contact .secContact .areaContact .blk .mwform-checkbox-field-text .must {
  color: #9e272d;
}
body.contact .secContact .areaContact .blk input, body.contact .secContact .areaContact .blk textarea {
  font-weight: 600;
  width: 100%;
  padding: 5px 10px;
  border: 1.5px solid #000;
}
body.contact .secContact .areaContact .blk input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1.5px solid #000;
  padding: 0;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: -5px;
  appearance: none;
  position: relative;
}
body.contact .secContact .areaContact .blk input[type=checkbox]:checked:before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  transform: translate(-50%, -50%) rotate(50deg);
  top: 38%;
  left: 50%;
}
body.contact .secContact .areaContact .btnWrap {
  padding-top: 40px;
}
body.contact .secContact .areaContact .btnWrap .formbtn {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: #fff;
  background-color: #1a47c0;
  padding: 10px 60px;
  display: table;
  margin: 0 auto 30px;
  position: relative;
  transition: 0.6s;
}
body.contact .secContact .areaContact .btnWrap .formbtn.gray {
  background-color: #4f5156;
}
body.contact .secContact .areaContact .btnWrap .formbtn:hover {
  background-color: #c1c1c1;
}
body.contact .secContact .areaContact .btnWrap .formbtn:hover.gray {
  background-color: #c1c1c1;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .areaContact .blk .item,
  body.contact .secContact .areaContact .blk .mwform-checkbox-field-text {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  body.contact .secContact .areaContact .blk .mwform-checkbox-field {
    display: block;
    margin-left: 0;
  }
  body.contact .secContact .areaContact .blk input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}
body.contact .secContact .complete h2 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #1947c0;
}
body.contact .secContact .complete .txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .complete h2 {
    font-size: 2rem;
  }
  body.contact .secContact .complete .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

body.privacy .secInner {
  max-width: 900px;
}
body.privacy .privacy {
  padding-bottom: 70px;
}
body.privacy .privacy p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 60px;
}
body.privacy .privacy h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1a47c0;
  margin-bottom: 15px;
}
body.privacy .privacy .last {
  font-size: 1.6rem;
}
body.privacy .privacy .last a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.privacy .privacy {
    padding-bottom: 60px;
  }
  body.privacy .privacy p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  body.privacy .privacy h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.privacy .privacy .last {
    font-size: 1.4rem;
  }
}