@charset "UTF-8";
.benefit-section .title-wrapper .sub-title {
  color: #003a68;
}
.benefit-section .title-wrapper {
  color: #333333;
  margin-bottom: 50px;
  text-align: center;
}
.benefit-section .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10%;
  margin: auto;
  gap: 30px;
  align-items: flex-start;
  align-content: center;
}
.benefit-section .wrapper .card {
  width: calc((100% - 72px) / 3);
  max-width: 400px;
}
.benefit-section .wrapper .card .image-wrap {
  display: flex;
  background-color: #c49122;
  flex-direction: column;
  align-items: center;
  max-width: 490px;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px;
  gap: 10px;
  aspect-ratio: 1/1;
  justify-content: center;
  margin-bottom: 10px;
}
.benefit-section .wrapper .card .image-wrap .text-title {
  font-size: 24px;
}
.benefit-section .wrapper .card .image-wrap img {
  max-width: 70%;
}
.benefit-section .wrapper .card:nth-child(even) .image-wrap {
  background-color: #003a68;
}

.spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.fade-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.entry-section .entry-list {
  margin: auto;
  max-width: 1450px;
}
.entry-section .entry-list ul li {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
}
.entry-section .entry-list ul li .list-title {
  text-align: center;
}
.entry-section .entry-list ul li p {
  background-color: #ffffff;
  color: #333333;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  padding: 20px;
  margin: 10px;
}
.entry-section .entry-list ul li:nth-child(even) p {
  background-color: #c49122;
}

.voice-section {
  background-color: #1f384b;
  padding: 100px 0;
}
.voice-section .title-wrapper {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
.voice-section .voice-swiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: 0.5s;
  transition: transform 0.3s ease;
  width: 40%; /* slidesPerViewと同じ計算 */
  padding-top: 50px;
  padding-bottom: 50px;
}
.voice-section .voice-swiper .swiper-slide .wrapper {
  background-color: #ffffff;
  padding: 30px 20px 0 20px;
  text-align: center;
}
.voice-section .voice-swiper .swiper-slide .name {
  background-color: #c49122;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  border-radius: 2px;
  margin: auto;
}
.voice-section .voice-swiper .swiper-slide .qa-wrap {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  padding: 30px 20px;
  text-align: left;
  margin: 10px auto;
}
.voice-section .voice-swiper .swiper-slide .qa-wrap .q {
  font-size: 14px;
  color: #c49122;
  line-height: normal;
  margin-bottom: 0;
}
.voice-section .voice-swiper .swiper-slide .qa-wrap .a {
  font-size: 16px;
  color: #1f384b;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.voice-section .voice-swiper .swiper-slide .img-wrao {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 20px;
}
.voice-section .voice-swiper .swiper-slide .img-wrao ul li span {
  font-size: 14px;
}
.voice-section .voice-swiper .swiper-slide .img-wrao ul li.message {
  background-color: #edab5b;
  border-radius: 8px;
  padding: 10px;
  margin-top: 1rem;
}
.voice-section .voice-swiper .swiper-slide .img-wrao ul li.message span {
  color: #1f384b;
  font-weight: bold;
}
.voice-section .voice-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  transform: scale(1.2); /* 少し大きく */
  z-index: 10; /* 前面に */
}

.entry-section {
  background-image: url(../image/photo/entry-back.png);
  background-size: cover;
  padding-bottom: 100px;
}
.entry-section .title-wrapper {
  color: white;
  text-align: center;
}
.entry-section .entry-list {
  padding: 50px 10%;
}

.e-btn-set {
  text-align: center;
  padding: 0 0 150px 0;
  margin-top: -50px;
}
.e-btn-set .tab-title {
  display: inline-block;
  background-color: #c49122;
  color: #ffffff;
  padding: 2% 8%;
}
.e-btn-set .more-btn {
  max-width: 850px;
  max-height: 120px;
  line-height: 100px;
}
@media (max-width: 768px) {
  .e-btn-set .more-btn {
    max-width: 350px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    background: #c49122;
    line-height: 56px;
    padding: 0;
    border: none;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.e-btn-set .more-btn .btn-text {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .e-btn-set .more-btn .btn-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .e-btn-set .more-btn .btn-text {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .e-btn-set .more-btn .btn-text {
    font-size: 16px;
  }
}
.e-btn-set .more-btn svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
  margin-top: 0.65em;
}

@media (max-width: 1024px) {
  .spacer {
    margin-top: 25px;
  }
  .benefit-section {
    padding-top: 25px;
  }
  .benefit-section .wrapper {
    padding: 0 10px;
    gap: 10px;
    justify-content: space-between;
  }
  .benefit-section .wrapper .card {
    width: calc((100% - 10px) / 2);
  }
  .benefit-section .wrapper .card .image-wrap {
    margin-bottom: 5px;
    gap: 5px;
    padding: 8px;
  }
  .benefit-section .wrapper .card .image-wrap img {
    max-width: 60%;
  }
  .benefit-section .wrapper .card .image-wrap .text-title {
    font-size: 16px;
  }
  .voice-section {
    padding: 50px 0;
  }
  .voice-section .title-wrapper {
    margin-bottom: 0%;
  }
  .voice-section .voice-swiper .swiper-slide-active {
    transform: none;
  }
  .voice-section .voice-swiper .swiper-slide .wrapper {
    padding-bottom: 20px;
  }
  .voice-section .voice-swiper .swiper-slide .img-wrao {
    flex-direction: column;
  }
  .entry-section {
    padding: 50px 0;
  }
  .entry-section .entry-list {
    padding: 25px 5%;
  }
  .entry-section .entry-list ul li {
    grid-template-columns: auto;
  }
  .entry-section .entry-list ul li p {
    padding: 10px;
    margin: 0;
    text-align: center;
  }
  .e-btn-set {
    padding: 50px 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=recruit.css.map */