@charset "UTF-8";
.about-section {
  background-image: url(../image/photo/about-back.png);
  background-size: cover;
  padding-top: 0;
}
.about-section .wrapper {
  background-color: #1f384b;
  max-width: 70%;
  margin: 0 auto;
  padding: 10%;
}
.about-section .wrapper .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.about-section .wrapper .text {
  max-width: 440px;
  color: #ffffff;
  margin: 5% auto;
}
.about-section .wrapper .sine {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.about-section .wrapper .more-btn {
  margin: 10px auto;
}

.product-section {
  position: relative;
  padding: 0;
}
.product-section .title-wrapper {
  margin-bottom: 50px;
}
.product-section .y-wrapper {
  margin-left: auto;
  margin-right: 0;
  background-color: #c49122;
  padding: 5%;
  max-width: 85%;
}
.product-section .b-blue {
  position: absolute;
  background-color: #003a68;
  max-height: 1200px;
  height: 100vh;
  width: 30%;
  top: 0;
  z-index: -1;
}

.catch-section {
  background-image: url(../image/photo/catch-back.png);
  background-size: cover;
  padding-bottom: 5%;
}
.catch-section .catch-text {
  padding: 20% 3% 5% 3%;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 50px;
  max-width: 620px;
}
.catch-section .catch-text .wrapper {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.catch-section .catch-text .wrapper h3 {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: normal;
}

.movie-section .title-wrapper {
  text-align: center;
}
.movie-section .wrapper {
  max-width: 1000px;
  margin: 50px auto;
}
.movie-section .wrapper video {
  width: 100%;
  height: auto;
}
.movie-section .wrapper .text {
  text-align: left;
}

.recruit-section {
  background-image: url(../image/photo/recruit-back.png);
  background-size: cover;
  padding-top: 300px;
}
.recruit-section .b-wrapper {
  position: relative;
  width: 85%;
  padding: 5%;
}
.recruit-section .b-wrapper .title-wrapper {
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.recruit-section .b-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1f384b;
  opacity: 0.8;
  pointer-events: none;
}
.recruit-section .more-btn {
  margin: 5% auto 0 auto;
}

.works-area .works-list {
  display: grid;
  align-items: flex-start;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}
.works-area .works-item {
  visibility: visible;
  transition: all 0.4s;
  display: block;
  opacity: 1;
}
.works-area .works-item.is-hidden {
  display: none;
  opacity: 0;
}
.works-area .works-item a {
  display: block;
  position: relative;
  transition: all 0.4s;
  color: #ffffff;
}
.works-area .works-item a .detail-text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 84%;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 84%;
}
.works-area .img-wrap {
  width: 100%;
  height: initial;
  position: relative;
  overflow: hidden;
  transition: min-height 0.3s ease;
}
.works-area .img-wrap img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-area .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #122c5a;
  opacity: 0;
  transition: all 0.4s;
}
.works-area .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works-area .plan {
  line-height: 1.5;
  color: #777;
  margin: 15px 0 0;
  letter-spacing: 0;
}
.works-area .cate {
  line-height: 1.5;
  color: #777;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px 0 0;
  letter-spacing: 0;
}
.works-area .cate span::before {
  content: "#";
  font-family: var(--basefont);
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .works-area .works-item a:hover .img-wrap::before {
    opacity: 0.6;
  }
  .works-area .works-item a:hover .arrow {
    opacity: 1;
  }
  .works-area .works-item a:hover .detail-text {
    opacity: 1;
  }
  .works-area .works-item a:hover .txt-box {
    opacity: 0;
  }
  .works-area .btn-more button:hover {
    background: var(--navy);
    color: #fff;
  }
  .works-area .btn-more button:hover::before,
  .works-area .btn-more button:hover::after {
    background: #fff;
  }
}
.btn-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: -30px;
}
.btn-set .b-icon {
  overflow: visible;
  display: block;
  width: 120px;
  height: auto;
  margin-right: -15px;
  margin-bottom: -20px;
}
.btn-set a {
  display: inline-block;
  background-color: #c49122;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 200px;
  justify-content: center;
  border-radius: 10px;
  border: #ffffff 2px solid;
  transition: ease 0.5;
}
.btn-set a .btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.btn-set a .btn-text svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
  margin-top: 0.6em;
}
.btn-set a:hover {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 1024px) {
  section {
    padding-top: 0px;
  }
  .btn-set {
    gap: 10px;
    background-color: #1f384b;
    padding: 5% 0;
    margin: auto;
  }
  .btn-set a {
    width: auto;
    padding: 10px;
  }
  .btn-set a .btn-text {
    gap: 0.2em;
  }
  .btn-set a .btn-text svg {
    width: 1em;
    height: 1em;
    margin-right: -0.5rem;
  }
  .btn-set .b-icon {
    width: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .about-section {
    padding-top: 0px;
  }
  .about-section .wrapper {
    max-width: 100%;
    padding-bottom: 90px;
  }
  .catch-section {
    position: relative;
  }
  .catch-section .catch-text {
    padding: 10% 5%;
    margin-right: auto;
    background-color: transparent;
    position: relative;
    padding: 10% 5%;
    margin-right: auto;
    background-color: transparent;
    color: white;
    z-index: 2;
  }
  .catch-section::before {
    content: "";
    position: absolute;
    background-color: #333333;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: 0;
  }
  .works-area .img-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #122c5a;
    opacity: 0.8;
    transition: all 0.4s;
  }
  .works-area .img-wrap::after {
    content: url(../image/icon/arrow-card-btn.svg);
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .works-area .works-list {
    gap: 10px;
    grid-template-columns: auto;
  }
  .works-area .works-item a .txt-box {
    top: 20px;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
  }
  .works-area .works-item a .detail-text {
    position: absolute;
    display: block;
    top: 50px;
    left: auto;
    opacity: 1;
    transform: none;
    right: -7px;
    width: 100%;
  }
  .product-section .y-wrapper {
    max-width: 100%;
  }
  .product-section .b-blue {
    display: none;
  }
  .recruit-section {
    padding-top: 50px;
  }
  .recruit-section .b-wrapper {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */