@charset "UTF-8";
body {
  min-width: 1300px;
}
.rec-entry__content {
  padding-block: 50px;
}
.rec-entry .h2-next {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.rec-entry .h2-next::after {
  content: '';
  display: block;
  margin-inline: auto;
  width: 219px;
  height: 8px;
  margin-top: 26px;
  background: white;
}
.rec-entry .banners {
  display: flex;
  width: 1060px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}
.rec-entry .banners p {
  width: 570px;
  font-size: 16px;
  color: white;
  text-align: left;
  line-height: 2;
}
.rec-entry .banners + .banners {
  margin-top: 7em;
}
.rec-entry .banners[data-id='1'] {
  margin-top: 70px;
}
.rec-entry .banners[data-id='1'] a {
  width: 379px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/recruit/entry_btn.png');
  height: 98px;
}
.rec-entry .banners[data-id='2'] a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/recruit/banner_line.png?a19d12e6-245c-5a26-8f0a-d2e20f52e6fb');
  width: 508px;
  height: 117px;
}
.rec-entry .banners[data-id='2'] a[data-id='2'] {
  background-image: url('../img/recruit/banner_work.png?d00d3d65-d067-5dd8-b693-ae1a78d9aa8e');
  width: 508px;
  height: 117px;
}

/* =====================
  Slide
===================== */
.p-top__works__content {
  margin-inline: auto;
}
.works-slide {
  width: 728px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  z-index: 10;
}
.works-slide .slide.dontTouch,
.works-slide .slide.dontTouch .swiper,
.works-slide .slide.dontTouch .arrows div {
  pointer-events: none;
}

/* ==== 単体 ==== */
.works-slide .swiper {
  width: 520px;
  margin-right: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 0;
  z-index: 10;
  height: 450px;
}
.works-slide .swiper .swiper-slide {
  transition: opacity 0.5s linear 0.3s !important;
}
.works-slide .swiper .swiper-slide div {
  transition: clip-path 0.6s cubic-bezier(0.94, 0.06, 0.83, 0.67),
    -webkit-clip-path 0.6s cubic-bezier(0.94, 0.06, 0.83, 0.67);
  transition-delay: 0.8s;
  clip-path: inset(0 0 0 100%);
  width: 100%;
  height: 100%;
}
.works-slide .swiper .swiper-slide div img {
  transform: translateX(3em) scale(1.2);
}
.works-slide .swiper .swiper-slide-prev,
.works-slide .swiper .prev {
  transition: opacity 1.5s linear 0.5s !important;
}
.works-slide .swiper .swiper-slide-prev div,
.works-slide .swiper .prev div {
  clip-path: inset(0 100% 0 0);
}
.works-slide .swiper .active div {
  transition-delay: 0s;
  clip-path: inset(0 0 0 0);
}
.works-slide .swiper .active div img {
  transform: translateX(3em) scale(1.2);
  animation: worksSlide 15s linear 0s forwards;
}
@keyframes worksSlide {
  0% {
    transform: translateX(3em) scale(1.2);
  }
  100% {
    transform: translateX(-3em) scale(1.2);
  }
}
.works-slide .swiper-wrapper {
  list-style: none;
}

/* ==== サムネ ==== */
.works-slide .thumb {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-left: -52px;
}
.works-slide .thumb ul {
  display: flex;
  list-style: none;
}
.works-slide .thumb .swiper-slide {
  width: 52px;
}
.works-slide .thumb .swiper-slide div {
  max-width: 66px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.works-slide .thumb .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto;
  max-width: initial;
}
.p-top__works__content {
  position: relative;
}
.work_swiper_pav {
  display: flex;
  position: absolute;
  right: 50px;
  gap: 8px;
  bottom: 20px;
}
.work_swiper_pav .swiper-pagination-bullet {
  background: #d5d5d5;
  opacity: 1;
}
.work_swiper_pav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0140b4;
}
.work_thumb_pav {
  width: 434px;
  height: 1px;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 23px;
}
.work_thumb_pav .swiper-pagination-bullet {
  background: #d5d5d5;
  border-radius: 0;
  flex: 1;
  height: 1px;
  margin: 0;
}
.work_thumb_pav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0140b4;
}

.u-tanto {
  background: #ebebeb;
  padding-block: 120px;
}
.u-tanto .img {
  flex-shrink: 0;
}
.u-tanto p {
  font-size: 16px;
  margin-top: 2em;
}

.u-tanto .inner {
  width: 1120px;
  display: flex;
  gap: 104px;
  margin-inline: auto;
}

.u-naam {
  display: none;
}

.p-works .c-title1 span {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック',
    'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
}

/* =====================
  Popup
===================== */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(17, 17, 17, 0.7);
  transition: opacity 250ms ease 0s;
}
.popup-wrapper {
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}
.popup-wrapper.on {
  pointer-events: auto;
  display: block;
  z-index: 100;
  opacity: 1;
}
.popup-inner {
  height: 100vh;
  overflow-y: auto;
  margin-inline: auto;
  display: grid;
  place-content: center;
}
.js-closepopup {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAABHNCSVQICAgIfAhkiAAAASFJREFUWEfF2LkRwyAQBVBvBZJqcerAHViZx6Grc+oi1A/qAK80lkYHxx4cRCTAmwWGP0DXdR9jzOtSsTVNcwWAO0wGBFkEzf3SrW3bB675HsexXwE1QFvIVIRdNUqCjpATptSWuSBOTG6QD+LF5AKFIEFMalAMEsWkAlEgJIwWRIWQMVIQB8LCcEFcCBtDBUkgIkwMJIWIMT6QBqLCHEFaiBqzgKy1/RIDNBFEnWH+FfliHlHPpZpguzUp4ocY4zojWpAIEzqsGhAbQ7k1UhALQ4Est0kCImM4ECmIhJFAJKAoRgPhgoKYFBAOyItJCaGCnJgcEArohMkJiYF2mBKQEGjFlIT4QDOmBsQFgpqQIwjwDbnhR9GgSWgpxuLv1fMHZIwNWov95/UAAAAASUVORK5CYII=');
  width: 35px;
  height: 35px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.popup-contents {
  transform: translateY(-3em);
  width: 1140px;
  background: white;
  padding: 70px 80px;
  position: relative;
  opacity: 0;
  transition: all 300ms ease 250ms;
}
.popup-wrapper.on .popup-contents {
  opacity: 1;
  transform: translateY(0em);
}
.popup-contents h2 {
  color: #0140b4;
  font-size: 24px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0140b4;
}
.popup-contents .in-text {
  margin-top: 1.25em;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.75em;
  font-size: 16px;
  grid-auto-flow: column;
}
.popup-contents .in-item {
  display: flex;
}
.popup-contents .in-head {
  flex-shrink: 0;
}
.popup-contents .in-head::after {
  content: '：';
}
.popup-contents .in-image {
  margin-top: 4em;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.news-image {
  margin-bottom: 2em;
}

/* =====================
  操作不可能ボタン
===================== */
.disabledBtn {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.7;
  filter: grayscale(1);
}
.ui-lock {
  opacity: 0.8;
  pointer-events: none;
  position: relative;
}
.ui-lock::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #ffffff05;
  z-index: 100;
}
.ui-lock * {
  pointer-events: none;
}
.form-error:empty {
  display: none;
}
.form-error {
  padding: 0.5em 1em;
  color: #c84949;
  border: 2px solid #c84949;
  border-radius: 5px;
  background: #fce3e3;
  margin-top: 1em;
  display: block;
}

/* =====================
  下請施工
===================== */
.top-strength-image {
  margin-top: 2em;
}
.js-popupstrength {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.7);
  z-index: -1;
  transition: opacity 250ms ease 0s;
  opacity: 0;
  pointer-events: none;
}
.strength-popup .js-popupstrength {
  opacity: 1;
  pointer-events: auto;
  z-index: 200;
}
.js-popupstrength-inner {
  position: relative;
  display: grid;
  width: 1060px;
  height: 100%;
  margin-inline: auto;
  place-content: center;
  font-size: 24px;
}
.js-popupstrength-inner .image {
  position: relative;
}
.js-popupstrength-inner button {
  position: absolute;
  top: -66px;
  right: -16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/top/strength-02-close.png');
  width: 27px;
  height: 26px;
}
.js-popupstrength-inner p {
  color: white;
  margin-top: 0.75em;
  text-align: center;
}

/* TOP recruit */
.p-top__recruit--txt {
  width: 400px;
}

.news-image {
  display: flex;
  flex-wrap: wrap;
  column-gap: 78px;
  row-gap: 50px;
}
.news-image img {
  object-fit: cover;
}

/* =====================
  CompanyPage Slider
===================== */
.comp-profile__content-tbl {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.comp-profile__content-tbl table {
  max-width: 780px;
  width: 60%;
}
.comp-profile_slide {
  position: absolute;
  right: 0;
  width: 360px;
  height: 566px;
  top: 0;
}
.comp-profile_slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.comp-profile_slide .swiper-slide {
  height: 458px;
}
.comp-profile_slide .swiper-controller {
  position: absolute;
  bottom: 0;
  height: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.comp-profile_slide .swiper-button-prev::after,
.comp-profile_slide .swiper-button-next::after {
  display: none;
}
.comp-profile_slide .swiper-button-prev,
.comp-profile_slide .swiper-button-next {
  display: block;
  cursor: pointer;
  width: 57px;
  height: 57px;
  inset: auto;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .comp-profile_slide .swiper-button-prev:hover,
  .comp-profile_slide .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.comp-profile_slide .swiper-controller-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.comp-profile_slide .swiper-button-prev {
  background-image: url('../img/company/left_btn.png');
}
.comp-profile_slide .swiper-button-next {
  background-image: url('../img/company/right_btn.png');
  right: 0;
}
.comp-profile_slide .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 76px;
}
.comp-profile_slide .gallery-thumbs {
  width: 214px;
}
.comp-profile_slide .gallery-thumbs .swiper-slide img {
  max-width: 100%;
  height: 76px;
  object-fit: cover;
  object-position: center center;
}
.comp-profile_slide2 {
  top: 651px;
}

/* =====================
  PDFダウンロード
===================== */
.l-footer--office--col {
  margin-right: 40px;
}
.pdf-download {
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 3em auto;
  font-size: 16px;
  color: #111111;
  border: 1px solid #0140b4;
  width: 209px;
  height: 49px;
  gap: 0.25em;
}
.pdf-download::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABfElEQVQ4jZ2TsUoDQRCGv9lYBIso4gv4BhZa2KWysRHBRrGwVcTC0hews/AdFAsbCVgI1iJYpzQ2phY1AUl2ZLJ7yd4ld4UDx+3uzP/P7D+zQvOBChMYHgMrIF1wl8CwLHyuigloCFyFpaJwB7yVBTsLqjAH9BN3rTxUcYKngtAXrjXIgEUi47HMJswMp3HoZ96t71IuWapZmk3XgQPBLwDz2angb4EP4B54KiEbIrhRPRH2DXoyI/luTHadFiDx77KcwSHxSNqKW5ulpaKb4F+ClH5MlJBl5uM3SvAKtbM8oVxA7TE0VaYaIdJsLYfrypfCTzGH4FugW6DPim4U2yWIadowrQzVAbrAeb7CTA23A9wobjtI7BI5RuujiO+Yt55vBsl42XXcryJ7AWjXmiQq4OoW0YubfrGqQDiIJIPJzObixvheOmc63b0suxb2KaGMQUaWvbdTQfar39+UWelL8dQZWTbhi/H7r83bSByCrtqUVL34Cgs4tP0Hw/BwLClsNAkAAAAASUVORK5CYII=');
  width: 19px;
  height: 17px;
}
