@charset "UTF-8";
.site {
  position: relative;
  z-index: 0;
}
.site::before {
  content: "";
  width: 61.5384615385%;
  aspect-ratio: 1920/1646;
  background-image: url(../img/common/motif.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 5em;
  right: -6%;
  opacity: 0.9;
}
@media (max-width: 840px) {
  .site::before {
    top: 12vw;
  }
}
@media (max-width: 520px) {
  .site::before {
    width: 76.9230769231%;
    top: 17vw;
  }
}
.site::after {
  content: "";
  width: 64%;
  width: 69.2307692308%;
  aspect-ratio: 1920/1646;
  background-image: url(../img/common/motif.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 12em;
  right: -10%;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 840px) {
  .site::after {
    top: 15vw;
  }
}
@media (max-width: 520px) {
  .site::after {
    width: 76.9230769231%;
    top: 24vw;
  }
}

@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item a {
    padding: 2.2em 2.9em;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .site-header .main-navigation .menu .menu-item a {
    padding: 1.7em 2.2em;
    text-align: center;
  }
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item.menu-item-28 {
    position: relative;
    top: 18em;
  }
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu .menu-item.menu-item-28 a {
    padding: 1.7em 2.2em;
    background: linear-gradient(160deg, #3A3D59 0%, #212121 100%);
    border-radius: 0.3em;
    border: none;
  }
}

.sec-mv {
  height: 890px;
  position: relative;
}
@media (max-width: 1180px) {
  .sec-mv {
    height: 69.2307692308vw;
  }
}
@media (max-width: 840px) {
  .sec-mv {
    height: 84.6153846154vw;
  }
}
@media (max-width: 690px) {
  .sec-mv {
    height: 110vw;
  }
}
@media (max-width: 520px) {
  .sec-mv {
    height: 136vw;
  }
}
.sec-mv::before {
  width: 23.0769230769%;
  height: 48%;
  background: radial-gradient(circle at 18% 48%, rgba(255, 255, 255, 0.9) 0%, rgba(217, 32, 39, 0.9) 40%, rgba(190, 26, 32, 0.8) 100%);
  position: absolute;
  right: 0;
  top: 30%;
}

.l-mv-image {
  position: relative;
  width: 69.2307692308%;
  margin-left: auto;
  padding: 2px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .l-mv-image {
    width: 76.9230769231%;
  }
}
.l-mv-image .swiper-slide {
  -webkit-mask-image: url(../img/mv/mv-mask_v2.svg);
          mask-image: url(../img/mv/mv-mask_v2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-mv-image .swiper-slide img {
  width: 110%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wrap-news {
  width: 46.1538461538%;
  position: absolute;
  margin: auto;
  bottom: -1.3em;
  bottom: 0;
  left: 2.2em;
  z-index: 10;
}
@media (max-width: 1180px) {
  .wrap-news {
    width: 61.5384615385%;
  }
}
@media (max-width: 960px) {
  .wrap-news {
    width: 76.9230769231%;
  }
}
@media (max-width: 840px) {
  .wrap-news {
    width: 92.3076923077%;
    bottom: 1.7em;
  }
}
@media (max-width: 690px) {
  .wrap-news {
    width: calc(92.3076923077% - 2.2em);
    left: 1.3em;
  }
}
.wrap-news .l-news-inner {
  position: relative;
}
.wrap-news .l-news-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #3A3D59 0%, #d92027 30%, #d92027 70%, #FFD84D 100%);
  border-radius: 0.3em;
  position: absolute;
  margin: auto;
  left: 1.7em;
  bottom: -1.7em;
  z-index: -1;
}
.wrap-news .swiper-news {
  height: 6em;
  border-radius: 0.3em;
  background-color: #F2F3F6;
  padding: 1em 0;
  transition: 0.3s ease-in-out;
}
.wrap-news .swiper-news .swiper-slide .anc-news {
  display: block;
  width: 100%;
  padding: 1.2em 1em 1.2em 2.2em;
  position: relative;
}
@media (max-width: 520px) {
  .wrap-news .swiper-news .swiper-slide .anc-news {
    padding: 0 1em 0 1.7em;
  }
}
.wrap-news .swiper-news .swiper-slide .anc-news:hover {
  color: #fff;
}
.wrap-news .swiper-news .swiper-slide-active .anc-news {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.wrap-news .swiper-news .swiper-slide-next .anc-news, .wrap-news .swiper-news .swiper-slide-prev .anc-news {
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.wrap-news .swiper-news:has(.anc-news:hover) {
  opacity: 1;
  background-color: #222;
  color: #fff;
}
.wrap-news dl {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 520px) {
  .wrap-news dl {
    flex-direction: column;
    justify-content: center;
  }
}
.wrap-news dl dt {
  margin-right: 1.7em;
  font-weight: 700;
}

@media (max-width: 690px) {
  .ttl-en {
    padding-left: 0.5em;
  }
}
.ttl-en::before {
  content: "";
  height: 0.6em;
  width: 0.6em;
  background-color: #d92027;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -1.3em;
}
@media (max-width: 690px) {
  .ttl-en::before {
    left: -0.5em;
  }
}

.blk-ttl {
  position: relative;
}
.blk-ttl::before {
  content: "";
  height: 4px;
  width: 2.2em;
  background-color: #d92027;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -1.3em;
}

.card-ttl {
  position: relative;
  margin-bottom: 2.9em;
}
.card-ttl::before {
  content: "";
  height: 2px;
  width: 2.2em;
  background-color: #d92027;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -1.3em;
}

[class^=sec-top-] .l-text .inner {
  padding-left: 3.7em;
  position: relative;
}
@media (max-width: 690px) {
  [class^=sec-top-] .l-text .inner {
    padding-left: 6.8vw;
  }
}
[class^=sec-top-] .ttl-en {
  position: absolute;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  padding: 0;
}
[class^=sec-top-] .ttl-en::before {
  left: 0;
  right: 0;
  top: -1.7em;
  bottom: auto;
}
[class^=sec-top-] .ttl-en::after {
  content: "";
  width: 1px;
  height: 140%;
  background-color: #d92027;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc((140% + 1.3em) * -1);
}
[class^=sec-top-] .tx-lead {
  margin-bottom: 2.9em;
}
[class^=sec-top-] .btn-round {
  aspect-ratio: 3.186/1;
}

.kv-sec-image {
  position: relative;
  z-index: 1;
}

.sec-top-business .wrap-genre {
  padding: 0 2.6em;
  position: relative;
}
@media (max-width: 1180px) {
  .sec-top-business .wrap-genre .swiper-wrapper {
    padding-bottom: 2.9em;
  }
}
.sec-top-business .wrap-genre .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1;
}
.sec-top-business .wrap-genre .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.sec-top-business .wrap-genre .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec-top-business .wrap-genre .swiper-slide a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.25em;
  transition: transform 0.3s ease;
}
.sec-top-business .wrap-genre .swiper-slide a:hover {
  opacity: 1;
}
.sec-top-business .wrap-genre .swiper-slide a:hover img {
  transform: scale(1.05);
}
.sec-top-business .wrap-genre .ttl {
  text-align: right;
  font-weight: 500;
  padding: 1.3em;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

.sec-top-company {
  padding-bottom: 0;
}

@media (max-width: 690px) {
  .sec-top-business .l-image,
  .sec-top-company .l-image {
    width: 76.8%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .sec-top-business .l-text,
  .sec-top-company .l-text {
    margin-bottom: 1.7em;
  }
}
@media (max-width: 690px) {
  .sec-top-business .l-text,
  .sec-top-company .l-text {
    margin-bottom: 0;
  }
}

.sec-top-recruit {
  position: relative;
  padding-top: 4em;
}
@media (max-width: 690px) {
  .sec-top-recruit {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sec-top-recruit::before {
  width: 100%;
  top: 0;
  left: 0;
}
.sec-top-recruit .content {
  position: relative;
}
.sec-top-recruit .content::before {
  content: "";
  width: calc(77% + 50vw - 50%);
  height: calc(100% + 3.7em);
  margin-right: calc((50vw - 50%) * -1);
  background-image: url(../img/top/sec-feature_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 0.3em;
  position: absolute;
  top: -13em;
  right: 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .sec-top-recruit .content::before {
    top: -8em;
  }
}
@media (max-width: 690px) {
  .sec-top-recruit .content::before {
    top: -7em;
    width: 100%;
    height: 100%;
  }
}
.sec-top-recruit .content .sec-ttl,
.sec-top-recruit .content .ttl-en,
.sec-top-recruit .content .tx-ttl,
.sec-top-recruit .content .txt {
  color: #fff;
}
.sec-top-recruit .content .ttl-en::before, .sec-top-recruit .content .ttl-en::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.wrap-link-recruit {
  border-radius: 0 0.3em 0.3em 0;
}
@media (max-width: 690px) {
  .wrap-link-recruit {
    padding: 6vw;
  }
}
.wrap-link-recruit .anc-bnr {
  display: flex;
  align-items: center;
  aspect-ratio: 2.618/1;
  background-color: #fff;
  height: auto;
  margin-bottom: 2.2em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 690px) {
  .wrap-link-recruit .anc-bnr {
    aspect-ratio: 3.618/1;
  }
}
.wrap-link-recruit .anc-bnr:hover {
  opacity: 1;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.wrap-link-recruit .anc-bnr::before {
  right: 2.2em;
}
.wrap-link-recruit .anc-bnr::after {
  right: calc(2.2em + 8px);
}
.wrap-link-recruit .anc-bnr:last-child {
  margin-bottom: 0;
}
.wrap-link-recruit .anc-bnr .txt {
  color: #212121;
}
.wrap-link-recruit .link-recruit-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 0 3.7em;
  background-image: url(../img/top/sec-feature_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}
@media (max-width: 840px) {
  .wrap-link-recruit .link-recruit-inner {
    padding: 0 4.8vw;
  }
}
.wrap-link-recruit .link-recruit-inner::before {
  content: "";
  width: 168%;
  height: 122%;
  background-color: #fff;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  top: -20%;
  left: -76%;
}
.wrap-link-recruit .link-recruit-inner::after {
  content: "";
  height: 80%;
  aspect-ratio: 1/1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 0;
}
.wrap-link-recruit .link-recruit-inner._01::after {
  background-image: url(../img/top/bg-rec--01.png);
}
.wrap-link-recruit .link-recruit-inner._02::after {
  background-image: url(../img/top/bg-rec--02.png);
  bottom: -8px;
}
.wrap-link-recruit .link-recruit-inner .tx-ttl {
  color: #132939;
  font-size: 1.7em;
  margin-bottom: 1em;
  z-index: 1;
}
@media (max-width: 840px) {
  .wrap-link-recruit .link-recruit-inner .tx-ttl {
    font-size: 2.9vw;
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 690px) {
  .wrap-link-recruit .link-recruit-inner .tx-ttl {
    font-size: 3.7vw;
  }
}
.wrap-link-recruit .link-recruit-inner .tx-ttl ._min {
  color: #d92027;
  font-size: 1rem;
  margin-left: 2.2em;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1180px) {
  .wrap-link-recruit .link-recruit-inner .tx-ttl ._min {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .wrap-link-recruit .link-recruit-inner .tx-ttl ._min {
    font-size: 2.2vw;
  }
}
.wrap-link-recruit .link-recruit-inner .tx-ttl ._min::before {
  content: "/";
  position: absolute;
  margin: auto;
  left: -1em;
  bottom: 0;
}
@media (max-width: 1180px) {
  .wrap-link-recruit .link-recruit-inner .tx-ttl ._min::before {
    display: none;
  }
}
.wrap-link-recruit .link-recruit-inner .txt {
  margin-bottom: 0;
  z-index: 1;
}
.wrap-link-recruit .link-recruit-inner .txt._min {
  font-size: 0.8em;
}

.sec-feature {
  position: relative;
  padding-bottom: 0;
  z-index: 0;
}
.sec-feature .content {
  padding-top: 5em;
  position: relative;
}
.sec-feature .content::before {
  content: "";
  width: calc(100% + 50vw - 50%);
  height: 80%;
  margin-left: calc((50vw - 50%) * -1);
  background-image: url(../img/top/sec-feature_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-feature .content .sec-ttl,
.sec-feature .content .tx-ttl,
.sec-feature .content .txt {
  color: #fff;
}
.sec-feature .content .swiper-slide .anc-cir {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.sec-feature .content .swiper-slide .anc-cir::before {
  bottom: auto;
  right: 2px;
}
.sec-feature .content .swiper-slide .anc-cir::after {
  bottom: auto;
  top: 7px;
  right: 10px;
}
.sec-feature .content .swiper-slide .ttl {
  width: 100%;
  align-items: flex-end;
  text-align: right;
  margin-top: 0.75em;
  margin-bottom: 0;
  padding: 2px 2em 2px 0;
  line-height: 1.2;
}
.sec-feature .content .swiper-slide .anc-feature {
  display: block;
  overflow: hidden;
}
.sec-feature .content .swiper-slide .anc-feature img {
  transition: transform 0.3s ease;
}
.sec-feature .content .swiper-slide .anc-feature:hover .anc-cir::before {
  border-width: 5px;
}
.sec-feature .content .swiper-slide .anc-feature:hover .anc-cir::after {
  opacity: 0;
  width: 1px;
  height: 1px;
  background-color: #fff;
}
.sec-feature .content .swiper-slide .anc-feature:hover img {
  transform: scale(1.05);
}

.wrap-outside {
  padding: 3.7em;
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-color: #fff;
  border-radius: 0.3em;
  position: relative;
}
@media (max-width: 840px) {
  .wrap-outside {
    padding: 3.7vw;
    margin: 0;
  }
}
@media (max-width: 1180px) {
  .wrap-outside .swiper-wrapper {
    padding-bottom: 2.2em;
  }
}

.sec-partner .content {
  position: relative;
}

.inner-frame {
  background-color: #F2F3F6;
  border-radius: 0.3em;
  padding: 3.7em;
  position: relative;
  text-align: center;
}
@media (max-width: 840px) {
  .inner-frame {
    padding: 3.7vw;
  }
}

.sec-ttl + .l-ttl-line {
  margin-left: 3.7em;
}

.sec-mv .l-mv-inner .l-mv-image {
  margin-right: calc(((100vw - 100%) / 2 - 2.6em) * -1);
}
@media (max-width: 690px) {
  .sec-mv .l-mv-inner .l-mv-image {
    margin-right: 20px;
  }
}

.sec-feature .ttl-en {
  color: rgba(255, 255, 255, 0.8);
}
.sec-feature .ttl-en::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.page-title ._mk {
  background: linear-gradient(45deg, #be1a20 0%, #d92027 70%, #f06467 80%, #ffd54f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-subpage__business-01 {
  padding-bottom: 0;
}
.sec-subpage__business-01 .wrap-service {
  margin-bottom: 11em;
}
@media (max-width: 690px) {
  .sec-subpage__business-01 .wrap-service {
    margin-bottom: 3em;
  }
}

.sec-subpage__business-02::before {
  height: 200%;
  top: -100%;
}
.sec-subpage__business-02 .content {
  position: relative;
}

.wrap-dev {
  width: 84.6153846154%;
}
@media (max-width: 690px) {
  .wrap-dev {
    width: 100%;
    position: relative;
  }
}
.wrap-dev .l-row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.wrap-dev .l-row .l-col {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 690px) {
  .wrap-dev .l-row .l-col {
    width: 50%;
  }
}
.wrap-dev .ttl {
  padding: 0.5em 1.7em;
  border-radius: 0.3em;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 3.7em;
  margin: 0;
  box-shadow: 0 0.3em 0.5em rgba(33, 33, 33, 0.1);
}
.wrap-dev::before {
  content: "";
  width: 50%;
  aspect-ratio: 16/9;
  background-image: url(../img/service/p-biz-system.jpg);
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 690px) {
  .wrap-dev::before {
    width: 61.5384615385%;
    height: 100%;
    top: -2.2em;
  }
}

.sec-subpage__business-03 .sub-ttl {
  margin-bottom: 2.9em;
}
.sec-subpage__business-03 .sub-ttl .svg-image {
  max-width: 264px;
}

.wrap-service {
  position: relative;
}
.wrap-service .l-row .l-col.l-image .inner figure {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wrap-service .l-row .l-col.l-image .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.wrap-service .l-row .l-col.l-text {
  width: 62%;
  position: absolute;
  top: 4.8em;
  right: -2em;
}
@media (max-width: 690px) {
  .wrap-service .l-row .l-col.l-text {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    border-radius: 0.3em;
    margin-bottom: 0;
  }
}
.wrap-service .l-row .l-col.l-text .inner {
  padding: 4.8em;
  background-color: #fff;
}
@media (max-width: 690px) {
  .wrap-service .l-row .l-col.l-text .inner {
    position: relative;
    width: 92.3076923077%;
    left: 7.6923076923%;
    top: -8.8em;
    margin-bottom: -8.8em;
    padding: 2.2em;
    padding-right: 0;
    border-radius: 0.5em 0 0 0;
  }
}
.wrap-service .l-row .l-col.l-text .card-ttl {
  margin-bottom: 2.9em;
}
.wrap-service .l-row .l-col.l-text .wrap-logo-rdtr {
  margin-bottom: 1.7em;
}
.wrap-service .l-row .l-col.l-text .wrap-logo-rdtr .svg-image {
  width: 242px;
}
.wrap-service ._od {
  justify-content: right;
}
.wrap-service ._od .l-text {
  right: auto;
  left: 0;
  top: 0;
}

.sec-subpage__business-04.bg-round::before {
  top: -30%;
}

.sec-subpage__business-05.sec-partner {
  margin-bottom: 6em;
}

.sec-subpage__company-01 {
  padding-bottom: 0;
}

.sec-subpage__company-02.bg-round::before {
  height: 90%;
  top: -12em;
}
@media (max-width: 840px) {
  .sec-subpage__company-02.bg-round::before {
    top: -36em;
  }
}

.wrap-value .l-row {
  margin: 0 -0.5em;
}
.wrap-value .l-row .l-col {
  padding: 0 0.5em;
}
@media (max-width: 690px) {
  .wrap-value .l-row .l-col {
    margin-bottom: 2.9vw;
  }
}
.wrap-value .inner {
  --x-gradient: linear-gradient(90deg, #d92027 0 1.3em, transparent 0 calc(100% - 1.3em), #d92027 calc(100% - 1.3em));
  --y-gradient: linear-gradient(#d92027 0 1.3em, transparent 0 calc(100% - 1.3em), #d92027 calc(100% - 1.3em));
  padding: 1.3em;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  aspect-ratio: 1/1;
}
.wrap-value .inner::before {
  content: "";
  width: calc(100% - 2.3em);
  height: calc(100% - 1.3em);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0 0 0.5em rgba(33, 33, 33, 0.2);
}
@media (max-width: 960px) {
  .wrap-value .inner {
    padding: 0.5em;
    aspect-ratio: auto;
    height: 100%;
  }
}
.wrap-value .inner ._wrap {
  background-color: #fff;
  position: relative;
  padding: 2.2em 2.9em 0;
  height: 100%;
}
@media (max-width: 1180px) {
  .wrap-value .inner ._wrap {
    padding: 2.2em 2vw;
  }
}
@media (max-width: 690px) {
  .wrap-value .inner ._wrap {
    padding: 6.2vw;
  }
}
.wrap-value .inner ._wrap.scl-view::before, .wrap-value .inner ._wrap.scl-view::after {
  content: "";
  position: absolute;
  background: #d92027;
  width: 0;
  height: 1px;
  transition: all 0.2s linear;
}
.wrap-value .inner ._wrap.scl-view::before {
  right: 0;
  bottom: 0;
}
.wrap-value .inner ._wrap.scl-view::after {
  left: 0;
  top: 0;
}
.wrap-value .inner ._wrap.scl-view ._frame {
  display: block;
}
.wrap-value .inner ._wrap.scl-view ._frame::before, .wrap-value .inner ._wrap.scl-view ._frame::after {
  content: "";
  position: absolute;
  background: #d92027;
  width: 1px;
  height: 0;
  transition: all 0.1s linear;
}
.wrap-value .inner ._wrap.scl-view ._frame::before {
  left: 0;
  bottom: 0;
}
.wrap-value .inner ._wrap.scl-view ._frame::after {
  right: 0;
  top: 0;
}
.wrap-value .inner ._wrap.scl-view.is-active::before, .wrap-value .inner ._wrap.scl-view.is-active::after {
  width: 100%;
}
.wrap-value .inner ._wrap.scl-view.is-active::before {
  transition-delay: 0;
}
.wrap-value .inner ._wrap.scl-view.is-active::after {
  transition-delay: 0.3s;
}
.wrap-value .inner ._wrap.scl-view.is-active ._frame::before, .wrap-value .inner ._wrap.scl-view.is-active ._frame::after {
  height: 100%;
}
.wrap-value .inner ._wrap.scl-view.is-active ._frame::before {
  transition-delay: 0.5s;
}
.wrap-value .inner ._wrap.scl-view.is-active ._frame::after {
  transition-delay: 0.2s;
}
.wrap-value .inner ._wrap .num {
  display: inline-block;
  position: relative;
  margin-bottom: 2.9em;
  margin-right: 0.5em;
  color: #d92027;
}
@media (max-width: 690px) {
  .wrap-value .inner ._wrap .num {
    margin-bottom: 2.9vw;
  }
}
.wrap-value .inner ._wrap .num::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d92027;
  position: absolute;
  left: 0;
  bottom: -1.3em;
}
@media (max-width: 690px) {
  .wrap-value .inner ._wrap .num::before {
    bottom: -0.3em;
  }
}
.wrap-value .inner ._wrap .ttl-en::before {
  content: none;
}
.wrap-value .inner ._wrap .blk-ttl {
  text-align: center;
  color: #d92027;
}
@media (max-width: 1180px) {
  .wrap-value .inner ._wrap .blk-ttl {
    font-size: 1.7vw;
    margin-bottom: 1.7vw;
  }
}
@media (max-width: 690px) {
  .wrap-value .inner ._wrap .blk-ttl {
    font-size: 2.9vw;
    margin-bottom: 2.9vw;
  }
  .wrap-value .inner ._wrap .blk-ttl br {
    display: none;
  }
}
@media (max-width: 520px) {
  .wrap-value .inner ._wrap .blk-ttl {
    font-size: 3.7vw;
  }
}
.wrap-value .inner ._wrap .blk-ttl::before {
  content: none;
}
.wrap-value .inner ._wrap .txt {
  font-size: 0.9em;
  color: #606060;
}

.l-blk {
  margin-bottom: 6.2em;
}
@media (max-width: 690px) {
  .l-blk {
    margin-bottom: 2.9em;
  }
}
.l-blk:last-child {
  margin-bottom: 0;
}

.l-row .l-ttl-side {
  margin-bottom: 0;
  width: 30.7692307692%;
  z-index: 0;
}
@media (max-width: 840px) {
  .l-row .l-ttl-side {
    width: 100%;
  }
}
.l-row .l-content-side {
  margin-bottom: 0;
  width: 69.2307692308%;
  z-index: 0;
}
@media (max-width: 840px) {
  .l-row .l-content-side {
    width: 100%;
  }
}

.l-maparea {
  position: relative;
}
@media (max-width: 840px) {
  .l-maparea {
    padding-top: 4em;
  }
  .l-maparea .l-row._od .l-col:nth-of-type(2) {
    order: 2;
  }
}
@media (max-width: 840px) {
  .l-maparea .l-ttl-side .l-blk-ttl {
    position: absolute;
    top: 0;
  }
}

.tb-line th {
  padding-left: 0.1em;
  width: 26.9230769231%;
  max-width: 15em;
  min-width: 9em;
}
.tb-line .tb-add-image .l-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tb-line .tb-add-image .l-image .img {
  max-width: 200px;
}
.tb-line .tb-add-image .l-image .txt {
  margin: 0;
  white-space: nowrap;
}
.tb-line .list-licenses li {
  margin-bottom: 0.25em;
}

.img-isms {
  width: 194px;
}

.wrap-tb {
  margin: 0;
}

.bg-tb {
  position: relative;
}
.bg-tb .wrap-tb {
  padding: 2.9em 3.7em;
  background-color: #fff;
  border-radius: 0.3em;
  box-shadow: 0 0.25em 0.5em rgba(33, 33, 33, 0.1);
}
@media (max-width: 1180px) {
  .bg-tb .wrap-tb {
    padding: 2.2em 2.9em;
  }
}
@media (max-width: 840px) {
  .bg-tb .wrap-tb {
    padding: 3vw;
  }
}
@media (max-width: 520px) {
  .bg-tb .wrap-tb {
    padding: 0;
  }
}
.bg-tb .tb-line th {
  border-bottom-color: #c0c0c0;
  border-bottom-width: 1px;
  border-style: dashed;
  padding: 0.75em;
}
.bg-tb .tb-line td {
  border-bottom-color: #c0c0c0;
  border-bottom-width: 1px;
  border-style: dashed;
  padding: 0.75em;
}
.bg-tb .tb-line tr:last-child th, .bg-tb .tb-line tr:last-child td {
  border: none;
}

.wrap-map {
  margin-bottom: 2.2em;
}

.wrap-access {
  background-color: #fff;
  padding: 2.9em 2.2em;
  border-radius: 0.3em;
  box-shadow: 0 0.25em 0.5em rgba(33, 33, 33, 0.1);
}
.wrap-access .list-access {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 90%;
}
.wrap-access .list-access dt {
  width: 13em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.8em;
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 0.5em;
}
@media (max-width: 1560px) {
  .wrap-access .list-access dt {
    width: 100%;
    border: none;
  }
}
@media (max-width: 840px) {
  .wrap-access .list-access dt {
    width: 13em;
    border-bottom: 1px dashed #c0c0c0;
  }
}
@media (max-width: 840px) {
  .wrap-access .list-access dt:nth-of-type(2n) {
    border-left: 1px dashed #c0c0c0;
    padding-left: 1.3em;
  }
}
@media (max-width: 520px) {
  .wrap-access .list-access dt:nth-of-type(2n) {
    border-left: none;
    padding-left: 0;
  }
}
.wrap-access .list-access dd {
  width: calc(100% - 13em);
  margin-bottom: 0.8em;
  text-align: right;
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 0.5em;
}
@media (max-width: 1560px) {
  .wrap-access .list-access dd {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .wrap-access .list-access dd {
    width: calc(50% - 13em);
    padding-right: 1.3em;
  }
}
@media (max-width: 520px) {
  .wrap-access .list-access dd {
    width: calc(100% - 13em);
  }
}

.wrap-companies {
  padding: 0 2.9em;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 1180px) {
  .wrap-companies .l-row._4c .l-col {
    width: 50%;
    margin-bottom: 1.3em;
  }
}
@media (max-width: 520px) {
  .wrap-companies .l-row._4c .l-col {
    width: 100%;
  }
}
.wrap-companies .inner {
  height: 100%;
}
.wrap-companies .wrap-logoimage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8em;
  margin: 0 auto;
}
.wrap-companies .wrap-logoimage img,
.wrap-companies .wrap-logoimage svg {
  max-height: 100%;
  max-width: 77%;
}
.wrap-companies .ttl {
  margin: 2.2em 0;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
.wrap-companies .list-accent {
  position: relative;
  padding: 1.3em;
  z-index: 0;
  border-top: 2px solid #2B3F73;
}
.wrap-companies .list-accent li {
  position: relative;
  margin-bottom: 0.5em;
}
.wrap-companies .list-accent li:last-child {
  margin-bottom: 0;
}
.wrap-companies .list-accent li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(217, 32, 39, 0.8);
  position: absolute;
  margin: auto;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}
.wrap-companies .list-accent li span {
  color: #212121;
  padding: 0.5em 0.5em;
  z-index: 0;
}
.wrap-companies .anc-company,
.wrap-companies .blk-company {
  display: block;
  padding: 1.7em 2.2em;
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 0.5em rgba(33, 33, 33, 0.2);
  font-size: 90%;
}
.wrap-companies .anc-company {
  position: relative;
}
.wrap-companies .anc-company::before {
  content: "";
  width: calc(100% - 1.7em);
  height: calc(100% - 2.2em);
  border: 1px solid #d92027;
  border-radius: 0.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.wrap-companies .anc-company:hover {
  opacity: 1;
  box-shadow: 0 0 0.8em rgba(33, 33, 33, 0.5);
}
.wrap-companies .anc-company:hover::before {
  opacity: 1;
}

.tb-history th {
  vertical-align: middle;
  width: 7.4em;
}
@media (max-width: 690px) {
  .tb-history th {
    width: 16vw;
    padding: 1.3vw;
  }
}
.tb-history th span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #132939;
  color: #fff;
}
.tb-history td {
  vertical-align: middle;
  border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 690px) {
  .tb-history td {
    padding: 1.3vw;
  }
}

.dl-hitory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dl-hitory dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2em;
  padding: 0 1em;
  height: 1.7em;
  background-color: #d92027;
  color: #fff;
  margin-bottom: 0.5em;
  margin-right: 1.7em;
  border-radius: 0.2em;
}
@media (max-width: 690px) {
  .dl-hitory dt {
    width: 16vw;
  }
}
.dl-hitory dd {
  margin-bottom: 0.5em;
  width: calc(100% - 6.2em);
}
.dl-hitory:last-of-type dt, .dl-hitory:last-of-type dd {
  margin-bottom: 0;
}

.list-projects {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-right: calc(-15.3846153846% - 2.6em);
  position: relative;
}
.list-projects::before {
  content: "";
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #F2F3F6;
  border-radius: 0.5em;
  position: absolute;
  top: 2.1em;
  right: -3.7em;
  z-index: 0;
}
.list-projects li {
  width: 25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}
.list-projects li:last-child {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .list-projects li {
    width: 33.33%;
  }
}
@media (max-width: 690px) {
  .list-projects li {
    width: 50%;
  }
}
.list-projects li span {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  position: relative;
  z-index: 0;
  height: 4.2em;
  padding: 0 1.3em;
  background-color: #2B3F73;
  color: #fff;
  border-radius: 0.3em;
  box-shadow: 0 0 0.3em rgba(33, 33, 33, 0.3);
  line-height: 1.3;
}
@media (max-width: 840px) {
  .list-projects li span {
    font-size: 1em;
  }
}
@media (max-width: 520px) {
  .list-projects li span {
    font-size: 0.9em;
  }
}

.wrap-recruit-infra {
  position: relative;
}
.wrap-recruit-infra .l-image .inner {
  position: relative;
}
.wrap-recruit-infra .l-image .inner figure {
  width: 100%;
  aspect-ratio: 16/9;
}
.wrap-recruit-infra .l-image .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.wrap-recruit-infra .l-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 690px) {
  .wrap-recruit-infra .l-text {
    margin-bottom: 1.7em;
  }
}
.wrap-recruit-infra .l-text .inner {
  padding-left: 0;
}
.wrap-recruit-infra .wrap-recruit-infra-lower {
  position: relative;
  top: -6em;
  margin-bottom: -6em;
}
@media (max-width: 690px) {
  .wrap-recruit-infra .wrap-recruit-infra-lower {
    top: -10em;
  }
}
.wrap-recruit-infra .wrap-projects {
  width: 84.6153846154%;
  padding: 3.7em;
  border-radius: 0.3em 0.3em 0 0;
  background-color: #fff;
  position: relative;
  border: solid #d92027;
  border-width: 1px 0 0 1px;
}
@media (max-width: 840px) {
  .wrap-recruit-infra .wrap-projects {
    padding: 3.7vw;
  }
}
@media (max-width: 520px) {
  .wrap-recruit-infra .wrap-projects {
    padding: 5.8vw;
  }
}
.wrap-recruit-infra .wrap-projects .tx-lead {
  margin-bottom: 2.2em;
}

.sec-recruit {
  background-color: #fff;
}
.sec-recruit .inner-frame {
  background-color: #F2F3F6;
}

.bg-mov {
  position: relative;
}
.bg-mov::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.9), transparent 50%), radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.55), transparent 55%), radial-gradient(circle at 75% 80%, rgba(43, 63, 115, 0.16), transparent 60%), radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.55), transparent 65%), radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.9), transparent 70%);
  background-size: 200% 200%;
  animation: gradientMove 18s ease infinite;
  z-index: -1;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.smf-form .smf-checkbox-control {
  align-items: flex-end;
}
.smf-form .smf-checkbox-control__control {
  width: 1.7em;
  height: 1.7em;
}

.smf-checkbox-control__label a {
  text-decoration: underline;
}

/* コンテナ */
/* 要素のベース幅（これを基準に列幅が決まる） */
.grid-sizer {
  width: 49.25%;
}
@media (max-width: 1180px) {
  .grid-sizer {
    width: 48%;
  }
}
@media (max-width: 520px) {
  .grid-sizer {
    width: 100%;
  }
}

/* 各アイテム */
.grid-item {
  width: 49.25%;
  margin-bottom: 1em;
  background: #fff;
  padding: 3.7em;
  padding-top: 5.7em;
  border-radius: 0.5em;
  border: solid #d92027;
  border-width: 1px 0 0 1px;
  box-shadow: 0.2em 0.2em 0.3em rgba(33, 33, 33, 0.1);
  /* 右下をえぐる */
}
@media (max-width: 1180px) {
  .grid-item {
    width: 48%;
  }
}
@media (max-width: 840px) {
  .grid-item {
    padding: 3.7vw;
    padding-top: 8.2vw;
  }
}
@media (max-width: 690px) {
  .grid-item {
    padding-top: 10.2vw;
  }
}
@media (max-width: 520px) {
  .grid-item {
    padding-top: 16.2vw;
    width: 100%;
  }
}
.grid-item .ttl-item {
  font-weight: 700;
  margin-bottom: 1.7em;
  background-color: #d92027;
  border-radius: 0.3em 0 0.5em 0;
  color: #fff;
  padding: 1em 1.3em;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-item .ttl {
  font-weight: 700;
  margin-bottom: 1em;
}
.grid-item ul {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.grid-item ul:last-child {
  margin-bottom: 0;
}
.grid-item ul._inline {
  display: flex;
  flex-wrap: wrap;
}
.grid-item ul._inline li {
  margin: 0 1.7em 0.25em 0;
}
.grid-item li {
  list-style: none;
  padding-left: 1em;
  font-size: 0.9em;
  position: relative;
}
.grid-item li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #d92027;
  position: absolute;
  margin: auto;
  top: 0.5em;
  left: 0;
}
.grid-item .corner {
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  right: -0.6em;
  top: 0;
  background: transparent;
  overflow: hidden; /* ← これが重要 */
}
.grid-item .corner._lower {
  top: auto;
  right: auto;
  bottom: -0.6em;
  left: 0;
}
.grid-item .corner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  /* 中心を角に合わせる */
  transform: translate(50%, 50%);
  background: transparent;
  box-shadow: -0.6em -0.6em 0 0 #d92027;
}

.sec-info {
  padding: 2em 0;
}
.sec-info .blk-ttl::before {
  bottom: -0.8em;
}
.sec-info .txt {
  text-indent: 1em;
}
.sec-info ol {
  list-style: decimal;
  margin-left: 2.9em;
  margin-bottom: 1.3em;
}
.sec-info .tb-no {
  width: auto;
}
.sec-info .tb-no th, .sec-info .tb-no td {
  padding: 0;
}
.sec-info .tb-no th {
  padding: 0 1.3em;
  font-weight: 500;
}
.sec-info dl {
  display: flex;
  margin-left: 1.3em;
}
.sec-info dl:last-of-type {
  margin-bottom: 1.3em;
}
.sec-info dl dt {
  font-weight: 500;
  width: 4.8em;
  margin-right: 1.3em;
}
.sec-info dl dd {
  width: calc(100% - 4.8em);
}
.sec-info .ttl-line {
  background-color: #F2F3F6;
  display: flex;
  align-items: center;
  height: 2.9em;
  padding: 0 1.3em;
  border-radius: 0.3em;
  margin: 1.3em 0;
}

.l-rgt {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.l-rgt .tx-rgt {
  text-align: right;
  margin-bottom: 1.3em;
}

.modal-privacy {
  position: fixed;
  inset: 0;
  display: flex; /* ここは前と同じでOK（中央寄せ用） */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0; /* 最初は透明 */
  visibility: hidden; /* 非表示 */
  pointer-events: none; /* クリック無効 */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-privacy.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 表示時のみクリック可 */
}

.modal__content {
  background: #fff;
  padding: 3.7em;
  max-width: 1200px;
  width: 96%;
  height: 90vh;
  border-radius: 0.5em;
  position: relative;
  overflow-y: scroll;
}
@media (max-width: 840px) {
  .modal__content {
    padding: 3.7vw;
  }
}

.modal__close {
  position: absolute;
  top: 0.5em;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
}

section .swiper-button-next,
section .swiper-button-prev {
  width: 2.9em;
  height: 2.9em;
  background-color: rgba(217, 32, 39, 0.6);
  color: #fff;
  border-radius: 50%;
}
section .swiper-button-next::after,
section .swiper-button-prev::after {
  font-size: 1.7em;
}
section .wrap-outside .swiper-button-next,
section .wrap-outside .swiper-button-prev {
  top: 37%;
}
section .swiper-pagination-bullet {
  background-color: rgb(228.0120481928, 71.9879518072, 77.8915662651);
}
section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d92027;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.entry-line {
  margin-bottom: 1.7em;
  background-color: #F2F3F6;
  padding: 1.7em 1.3em;
}
.entry-line ul {
  display: flex;
  margin: 0 -1em;
  justify-content: center;
}
.entry-line ul li {
  display: flex;
  align-items: center;
  width: 42%;
  padding: 0 1em;
  margin: 0 1em;
}
@media (max-width: 520px) {
  .entry-line ul li {
    width: 50%;
    margin: 0 auto 1em;
  }
}
.entry-line ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 520px) {
  .entry-line ul li:last-of-type {
    margin: 0 auto;
  }
}
.entry-line ul li a {
  display: block;
  background: #fff;
}
.entry-line ul li img {
  display: block;
  width: 100%;
}

.inner-entry ul {
  display: flex;
  margin: 0 -0.5em;
}
.inner-entry ul li {
  padding: 0 0.5em;
  margin: 0;
  width: 33.33%;
}
@media (max-width: 690px) {
  .inner-entry ul li {
    width: 50%;
  }
}
.inner-entry ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.inner-entry ul li a.wrap-bnr {
  padding: 5px 5px;
}
.inner-entry ul li a.wrap-bnr img {
  width: 92%;
  margin: 0 auto;
}

/* スマホ対応 */
.sp-entry {
  display: none;
}
@media (max-width: 840px) {
  .sp-entry {
    display: block;
    width: 90%;
    padding: 2.9em;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media (max-width: 690px) {
  .sp-entry {
    width: 100%;
    padding: 1.3em 2.9em;
  }
}
.sp-entry .wrap-btn {
  display: flex;
  justify-content: center;
}
.sp-entry .sp-entry-btn {
  width: 33.33%;
  margin-bottom: 1.7em;
}
@media (max-width: 690px) {
  .sp-entry .sp-entry-btn {
    width: 50%;
  }
}
.sp-entry .sp-entry-btn a {
  display: block;
}
.sp-entry .sp-entry-btn a img {
  width: 90%;
}

@media (max-width: 480px) {
  .md-contents {
    padding: 1.5em;
    font-size: 0.95em;
  }
}
.entry-area {
  margin-top: 4.4em;
  position: relative;
  background-color: #fff;
  padding: 3.7em;
  border-radius: 0.2em;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 840px) {
  .entry-area {
    padding: 3.7vw;
  }
}
@media (max-width: 690px) {
  .entry-area {
    padding: 2.2em 1.7em;
  }
}
.entry-area .l-40 {
  width: 38%;
  display: flex;
  align-items: center;
}
@media (max-width: 690px) {
  .entry-area .l-40 {
    width: 100%;
  }
}
.entry-area .l-40 .l-ttl {
  text-align: center;
  margin: 0 auto 2.9em;
}
.entry-area .l-40 .txt {
  text-align: center;
}
.entry-area .l-60 {
  width: 62%;
}
@media (max-width: 690px) {
  .entry-area .l-60 {
    width: 100%;
  }
}
.entry-area .sub-ttl {
  margin-bottom: 0;
}
.entry-area .entry-upper,
.entry-area .entry-lower {
  position: relative;
}
.entry-area .entry-upper::before,
.entry-area .entry-lower::before {
  content: "";
  width: 86%;
  height: 100%;
  background-color: #F2F3F6;
  border-radius: 0.5em;
  position: absolute;
  margin: auto;
  top: 17%;
  left: 0;
  right: 0;
  z-index: 0;
  transform: skewX(-36deg);
}
.entry-area .entry-upper {
  margin-bottom: 2.9em;
}
.entry-area .entry-lower .sub-ttl {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  z-index: 0;
}
.entry-area .entry-lower .sub-ttl ._mk {
  position: relative;
  display: inline-block;
  color: #d92027;
}
.entry-area .entry-lower .sub-ttl ._mk::before {
  content: "";
  height: 0.75em;
  width: 100%;
  background-color: #fdeaea;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.entry-area .ttl-entry {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1.3em;
  width: -moz-fit-content;
  width: fit-content;
}
.entry-area .ttl-entry ._num {
  font-size: 4.2em;
  color: #d92027;
  padding-right: 0.1em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 520px) {
  .entry-area .ttl-entry ._num {
    font-size: 3.8em;
  }
}
.entry-area .ttl-entry .txt {
  font-size: 1.3em;
  line-height: 1.3;
  transform: translateY(3px);
}
@media (max-width: 520px) {
  .entry-area .ttl-entry .txt {
    font-size: 1.2em;
  }
}
.entry-area .inner-entry {
  position: relative;
  margin-bottom: 1.3em;
}
.entry-area .inner-entry ul {
  display: flex;
  justify-content: center;
  margin: 0 -0.5em;
}
.entry-area .inner-entry ul li {
  padding: 0 0.5em;
  margin: 0;
  width: 33.33%;
}
@media (max-width: 840px) {
  .entry-area .inner-entry ul li {
    width: 50%;
  }
}
.entry-area .inner-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  padding-top: 0.5em;
  position: absolute;
  bottom: 4.7em;
}
@media (max-width: 840px) {
  .entry-area .inner-contact {
    position: relative;
    margin: 0 auto;
    bottom: -1em;
  }
}
@media (max-width: 520px) {
  .entry-area .inner-contact {
    flex-direction: column;
    bottom: 0;
  }
}
.entry-area .inner-contact .btn {
  width: 38%;
}
@media (max-width: 520px) {
  .entry-area .inner-contact .btn {
    width: 80%;
    margin: 0 auto;
  }
}
.entry-area .inner-contact .txt {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 520px) {
  .entry-area .inner-contact .txt {
    text-align: center;
    width: 100%;
  }
}

.entry-header .l-page-header {
  position: relative;
  width: 100%;
  max-height: 320px;
  padding-right: 38.4615384615%;
  padding-top: 1px;
  margin-top: -1px;
}
@media (max-width: 520px) {
  .entry-header .l-page-header {
    padding-right: 0;
  }
}
.entry-header .l-page-header::before {
  content: "";
  width: 46.1538461538%;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15%;
  right: 0;
}
@media (max-width: 520px) {
  .entry-header .l-page-header::before {
    width: 61.5384615385%;
  }
}
.entry-header .l-ttl .ttl-en {
  color: #d92027;
}
.entry-header .l-ttl .ttl-en::before {
  content: none;
}
.entry-header .l-ttl._inline {
  margin-top: 3.7em;
  margin-bottom: 6.3em;
}
.entry-header .l-ttl.l-plane {
  margin-bottom: 0;
}
.entry-header .tx-lead {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.pg__service .l-page-header::before {
  background-image: url(../img/kv/kv-business.png);
}

.pg__company .l-page-header::before {
  background-image: url(../img/kv/kv-company.png);
}

.pg__recruit .l-page-header::before {
  background-image: url(../img/kv/kv-recruit.png);
}

.pg__contact .l-page-header::before {
  background-image: url(../img/kv/kv-contact.png);
  background-size: 82%;
  background-position: top 16% center;
}

.pg__entry .l-page-header::before {
  background-image: url(../img/kv/kv-entry.png);
  background-size: 82%;
  background-position: top 33% center;
}

.l-text {
  position: relative;
}
.l-text .l-sideline {
  position: relative;
}
.l-text .l-sideline .l-ttl {
  margin-top: 10%;
}
@media (max-width: 690px) {
  .l-text .l-sideline .l-ttl {
    margin-top: 0;
  }
}
.l-text .l-sideline > .txt {
  margin-top: 2.2em;
}
.l-text .blk-content {
  padding: 2.9em 0 2.9em 3.7em;
  border-radius: 2.2em;
  width: 120%;
  position: relative;
  top: inherit;
  right: 20%;
  z-index: 0;
}
@media (max-width: 1180px) {
  .l-text .blk-content {
    padding-bottom: 0;
  }
}
@media (max-width: 840px) {
  .l-text .blk-content {
    width: calc(100% + 20vw);
    right: 20vw;
  }
}
@media (max-width: 690px) {
  .l-text .blk-content {
    width: 100%;
    right: auto;
    padding: 0 2.2em;
  }
}
.l-text .blk-content::before {
  content: "";
  width: 30%;
  height: 100%;
  border-radius: 0.4em;
  background-color: #F2F3F6;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: -1;
  transform: skewX(-36deg);
}
.l-text .blk-content .blk-ttl {
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 1.3em;
}
@media (max-width: 690px) {
  .l-text .blk-content .blk-ttl {
    font-size: 1.3em;
  }
}
@media (max-width: 690px) {
  .l-text .blk-content .blk-ttl br {
    display: none;
  }
}

._od .l-text .blk-content::before {
  left: auto;
  right: 0;
  transform: skewX(36deg);
}

.l-entry {
  padding-top: 0;
  position: relative;
}
.l-entry::before {
  content: "";
  height: 160vh;
  width: 240%;
  background: linear-gradient(to right, #d92027 0%, #b0171b 25%, #ff4d4d 50%, #b0171b 75%, #d92027 100%);
  border-radius: 50%;
  position: absolute;
  margin: auto -70%;
  left: 0;
  right: 0;
  top: -5vw;
}
@media (max-width: 1180px) {
  .l-entry::before {
    border-radius: 0;
  }
}
.l-entry .entry-area {
  margin-top: 0;
}
.l-entry .entry-area .entry-line ul {
  display: flex;
  margin: 0 -1em;
}
@media (max-width: 520px) {
  .l-entry .entry-area .entry-line ul {
    display: flex;
  }
}
.l-entry .entry-area .entry-line ul li {
  width: 33.33%;
  padding: 0 1em;
}
@media (max-width: 1180px) {
  .l-entry .entry-area .entry-line ul li {
    width: 50%;
  }
}
.l-entry .entry-area .entry-line ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 520px) {
  .l-entry .entry-area .entry-line ul li:last-of-type {
    margin: 0 auto;
  }
}
.l-entry .entry-area .entry-line ul li a {
  display: block;
  height: 60px;
}
.l-entry .entry-area .entry-line ul li img {
  display: block;
  width: 100%;
}

.lower-inner {
  width: 84.6153846154%;
  margin: 5em auto 8em;
  background-color: rgb(235.9727272727, 237.4363636364, 241.8272727273);
  padding: 6.3em 8.2em;
  line-height: 2.2;
  border-radius: 0.3em;
}
@media (max-width: 1380px) {
  .lower-inner {
    width: 100%;
    padding: 2.9em 3.7em;
  }
}
@media (max-width: 520px) {
  .lower-inner {
    padding: 1.7em 2.2em;
  }
}

.l-privacy .od-list {
  list-style: decimal;
  margin: 2.2em;
}

.site-footer {
  background-color: #212121;
}
.site-footer .footer-main-navigation #fooer-menu a:hover {
  color: #d92027;
}
.site-footer .entry-line ul {
  justify-content: flex-end;
}

@keyframes zoomInAnime {
  from {
    transform: scale(1.16);
  }
  to {
    transform: scale(1);
  }
}
.tx-upper-form {
  margin: 0 7.6923076923%;
  margin-bottom: 2.9em;
}
.tx-upper-form .btn {
  margin: 1em auto;
}

.smf-form--business .smf-item {
  border: none;
}
.smf-form--business .smf-item__col--label {
  background: none;
  border: none;
}

.wp-block-heading {
  font-size: 1.7em;
  margin: 1.7em 0;
}

.smf-item__controls:has(div[data-validations=required]),
.smf-item__controls:has(input[data-validations=required]),
.smf-item__controls:has(input[data-validations="email required"]),
.smf-item__controls:has(textarea[data-validations=required]) {
  position: relative;
}
.smf-item__controls:has(div[data-validations=required])::before,
.smf-item__controls:has(input[data-validations=required])::before,
.smf-item__controls:has(input[data-validations="email required"])::before,
.smf-item__controls:has(textarea[data-validations=required])::before {
  content: "必須";
  font-size: 0.7em;
  display: inline-block;
  background-color: #d92027;
  color: #fff;
  padding: 3px 4px;
  line-height: 1;
  position: absolute;
  left: -4.7em;
  top: 5px;
}
@media (max-width: 690px) {
  .smf-item__controls:has(div[data-validations=required])::before,
  .smf-item__controls:has(input[data-validations=required])::before,
  .smf-item__controls:has(input[data-validations="email required"])::before,
  .smf-item__controls:has(textarea[data-validations=required])::before {
    left: auto;
    right: 0.5em;
    top: -2.2em;
  }
}

.wrap-dl {
  text-align: center;
  padding: 3em 0;
}

.wrap-btn {
  position: relative;
}
.wrap-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/i-arw-btn.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3em;
  z-index: 1;
}
@media (max-width: 690px) {
  .wrap-btn::after {
    width: 3vw;
    height: 3vw;
    right: 1.3em;
  }
}
.wrap-btn::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 0.2em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 690px) {
  .wrap-btn::before {
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
    border-radius: 0.3em;
  }
}

.error-404 {
  min-height: 50vh;
}

.error404 .ttl {
  margin-top: 2em;
}/*# sourceMappingURL=style-uniq.css.map */