@charset "UTF-8";
/* ----------------------------------
    Only Home Style
---------------------------------- */
/* .sec-mv に覆いかぶさるローディング（JSで .sec-mv 内に移動される） */
.page-loading {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1558A0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.sec-mv .page-loading {
  position: absolute;
}
.page-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loading-inner {
  text-align: center;
}

.page-loading-copy {
  font-weight: 800;
  color: #fff;
  line-height: 200%;
  padding: 0.5vw;
  margin: 0;
}
@media screen and (min-width: 1441px) {
  .page-loading-copy {
    padding: 7.2px;
  }
}

/* common.css の * { font-size: 16px } を上書きするため .page-loading-char にも指定 */
.page-loading-char {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.page-loading-copy .page-loading-char {
  font-size: 3vw;
}
@media screen and (min-width: 1441px) {
  .page-loading-copy .page-loading-char {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .page-loading-copy .page-loading-char {
    font-size: 18px;
  }
}

.lottie-container {
  overflow: hidden;
  height: 79vw;
  pointer-events: none;
}
.lottie-container .lottie-wrapper {
  width: 125vw;
  height: 94vw;
  position: absolute;
  top: -8vw;
  left: 48%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .lottie-container {
    height: 100vw;
  }
  .lottie-container .lottie-wrapper {
    height: 124vw;
  }
}

.sec-mv {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background-color: #1558A0;
}
.sec-mv .background {
  position: absolute;
  top: 5vw;
}
.sec-mv .background .mv-back-text-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}
.sec-mv .background .mv-back-text-wrapper .mv-back-text {
  font-size: 7vw;
  font-weight: 900;
  color: #fff;
  letter-spacing: 5;
  padding-right: 4vw;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sec-mv .background .mv-logo {
  position: absolute;
  left: 50vw;
  top: 25%;
  transform: translate(-50%, -4.5vw);
}
.sec-mv .background .mv-logo img {
  width: 15vw;
}
.sec-mv h2 {
  width: 30vw;
  position: absolute;
  bottom: 150px;
  top: 45vw;
  left: 4%;
  display: block;
}
.sec-mv h2 span {
  font-size: 4vw;
  font-weight: 800;
  color: #E8730D;
  background: linear-gradient(transparent 0%, #ffffff 0%);
  line-height: 200%;
  padding: 0.5vw;
}
.sec-mv .zurashi {
  margin-left: 16%;
}
.sec-mv .area-news {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  max-width: 960px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sec-mv .area-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .sec-mv .area-news .flex-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .sec-mv .area-news .flex-container .flex-container {
    flex-direction: row;
  }
}
.sec-mv .area-news .head {
  font-size: 20px;
  font-weight: 700;
  color: #1558A0;
}
.sec-mv .area-news .head::after {
  content: "―――";
  display: inline-block;
  margin: 0 8px;
}
.sec-mv .area-news .date {
  color: #555;
  font-weight: 700;
}
.sec-mv .area-news .category {
  font-size: 14px;
  color: #1558A0;
  font-weight: 600;
  background: #DCEAF8;
  padding: 4px 8px;
  border-radius: 4px;
}
.sec-mv .area-news .more {
  margin-left: auto;
}
.sec-mv .area-news .more a {
  color: #555;
  text-decoration: underline;
}

@media screen and (min-width: 1441px) {
  .sec-mv {
    background-color: #1558A0;
  }
  .sec-mv .inner {
    width: 1440px;
    margin-inline: auto;
    overflow: visible;
  }
  .sec-mv .background .mv-logo {
    left: 720px;
    top: 44px;
    transform: translate(-50%, -65px);
  }
  .sec-mv .background .mv-logo img {
    width: 216px;
  }
  .sec-mv .background {
    top: 72px;
  }
  .lottie-container {
    height: 1137px;
  }
  .lottie-container .lottie-wrapper {
    width: 1800px;
    height: 1353px;
    top: -115px;
    /* left: 48%; */
  }
  .sec-mv h2 {
    width: 432px;
    top: 648px;
  }
  .sec-mv .background .mv-back-text-wrapper .mv-back-text {
    font-size: 100px;
  }
  .sec-mv h2 span {
    font-size: 57.6px;
    padding: 7.2px;
  }
  .sec-mv .area-news {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.slogan {
  text-align: center;
  color: #1558A0;
  max-width: 1280px;
  margin: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .slogan {
    margin-top: 40px;
  }
}
.slogan strong {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .slogan strong {
    font-size: 24px;
  }
}

section {
  margin-top: 120px;
  position: relative;
}

.head-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: #1558A0;
  margin-bottom: 64px;
}
.head-2 p {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 5;
}
.head-2 p::after {
  content: "――";
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .head-2 {
    display: block;
  }
  .head-2 p {
    font-size: 32px;
  }
  .head-2 p::after {
    display: none;
  }
}
.head-2 h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.head-2 h2::before {
  display: none;
}

.lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .lead {
    font-size: 16px;
  }
}

.sec-works {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.sec-works .content-wrapper {
  position: relative;
}
.sec-works .content-wrapper > div {
  max-width: 640px;
  z-index: 1;
}
.sec-works .content-wrapper > div > *:not(.rotate-image) {
  position: relative;
  z-index: 2;
}
.sec-works .head-2, .sec-works .lead, .sec-works h3 {
  color: #fff;
}

.sec-environment {
  margin-top: 0;
  padding-top: 120px;
  overflow: hidden;
}
.sec-environment .grid-container {
  gap: 16px;
}
@media (max-width: 768px) {
  .sec-environment .grid-container {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .sec-environment .grid-container {
    gap: 16px;
  }
}
.sec-environment .content-wrapper {
  position: relative;
}
.sec-environment .content-wrapper > div {
  max-width: 640px;
  z-index: 1;
  margin-left: auto;
}
.sec-environment .content-wrapper > div > *:not(.rotate-image) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .sec-environment .content-wrapper > div {
    margin-right: auto;
    margin-left: 0;
  }
}
.sec-environment .content-wrapper > div .left-side, .sec-environment .content-wrapper > div .right-side {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.sec-environment .content-wrapper > div .left-side img, .sec-environment .content-wrapper > div .right-side img {
  border-radius: 8px 8px 0 0;
}
.sec-environment .content-wrapper > div .left-side .txtarea, .sec-environment .content-wrapper > div .right-side .txtarea {
  padding: 16px;
}
.sec-environment .content-wrapper > div .left-side .txtarea .txt-ttl, .sec-environment .content-wrapper > div .right-side .txtarea .txt-ttl {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 0;
}
.sec-environment .content-wrapper > div .left-side .txtarea .txt-ttl::after, .sec-environment .content-wrapper > div .right-side .txtarea .txt-ttl::after {
  content: url(/asset/common/img/arrow.svg);
  display: inline-block;
  width: 25px;
  height: 19px;
  margin-left: 8px;
  position: relative;
  transition: transform 0.3s ease;
  line-height: 1;
}
.sec-environment .content-wrapper > div .left-side .txtarea p, .sec-environment .content-wrapper > div .right-side .txtarea p {
  font-size: 14px;
}
.sec-environment .content-wrapper > div .left-side:hover .txt-ttl::after, .sec-environment .content-wrapper > div .right-side:hover .txt-ttl::after {
  transform: translateX(6px);
}
.sec-environment .content-wrapper .head-2 {
  display: block;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  paint-order: stroke;
}
.sec-environment .content-wrapper .head-2 p::after {
  display: none;
}

.sec-employee {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.sec-employee .head-2, .sec-employee .lead, .sec-employee h3 {
  color: #fff;
}
.sec-employee .area-interview .interview-swiper .swiper-slide > a {
  width: 100%;
}
.sec-employee .area-discussion .card {
  gap: 0;
  min-height: 200px;
  height: 100%;
}
@media (max-width: 768px) {
  .sec-employee .area-discussion .card {
    grid-template-columns: 1fr;
  }
}

.sec-message .grid-container,
.sec-recruit .grid-container {
  gap: 80px;
}
@media (max-width: 768px) {
  .sec-message .grid-container,
  .sec-recruit .grid-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sec-message .grid-container .left-side,
  .sec-recruit .grid-container .left-side {
    padding-right: 32px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec-message .grid-container .left-side,
  .sec-recruit .grid-container .left-side {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .sec-message .grid-container .right-side,
  .sec-recruit .grid-container .right-side {
    padding-left: 32px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec-message .grid-container .right-side,
  .sec-recruit .grid-container .right-side {
    padding-left: 24px;
  }
}
.sec-message .grid-container .left-side img,
.sec-recruit .grid-container .left-side img {
  border-radius: 0 16px 16px 0;
}
.sec-message .grid-container .right-side,
.sec-recruit .grid-container .right-side {
  padding-right: 32px;
}
@media (max-width: 480px) {
  .sec-message .grid-container .right-side,
  .sec-recruit .grid-container .right-side {
    padding-right: 24px;
  }
}
.sec-message .grid-container .right-side h3,
.sec-recruit .grid-container .right-side h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1558A0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .sec-message .grid-container .right-side h3,
  .sec-recruit .grid-container .right-side h3 {
    font-size: 24px;
  }
}
.sec-message .grid-container .right-side p,
.sec-recruit .grid-container .right-side p {
  font-size: 18px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .sec-message .grid-container .right-side p,
  .sec-recruit .grid-container .right-side p {
    font-size: 16px;
  }
}
.sec-message .buttons,
.sec-recruit .buttons {
  justify-content: left;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sec-message {
    margin-top: 40px;
  }
}
.swiper-wrapper {
  height: auto;
}

.card-home {
  background: #fff;
  display: flex;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.card-home a {
  display: flex;
  gap: 16px;
  padding: 16px;
}
.card-home a .icon {
  min-width: 60px;
}
.card-home a .txt-ttl {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 0;
}
.card-home a .txt-ttl::after {
  content: url(/asset/common/img/arrow.svg);
  display: inline-block;
  width: 25px;
  height: 19px;
  margin-left: 8px;
  position: relative;
  transition: transform 0.3s ease;
  line-height: 1;
}
.card-home a:hover .txt-ttl::after {
  transform: translateX(6px);
}
.card-home + .card-home {
  margin-top: 16px;
}
.card-home p {
  font-size: 14px;
}/*# sourceMappingURL=home.css.map */