@charset "UTF-8";
#pageContent {
  padding-top: 70px;
}

.secCompany {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .secCompany {
    padding-top: 40px;
  }
}
.secBusiness .parentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .secBusiness .parentWrap {
    padding: 80px 0;
  }
}
.secWorks {
  padding: 70px 0 100px;
}

@media screen and (max-width: 767px) {
  .secWorks {
    padding: 70px 0 160px;
  }
}
.secTop {
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
}
.secTop .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}
.secTop .gridArea .fvLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secTop .gridArea .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secTop .gridArea .leftImg {
  display: grid;
  grid-template-rows: 0.2fr 1fr;
}
.secTop .gridArea .leftImg .img {
  background-image: url(../images/fv_img_left.jpg?1);
}
.secTop .gridArea .rightImg {
  display: grid;
  grid-template-rows: 1fr 0.2fr;
}
.secTop .gridArea .rightImg .img {
  background-image: url(../images/fv_img_right.jpg?1);
}
.secTop .gridArea .rightImg .txArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (aspect-ratio > 1/1) {
  .secTop .spTx {
    display: none;
  }
}
@media (aspect-ratio < 1/1) {
  .secTop {
    display: grid;
    grid-template-rows: 1fr max-content;
    padding: 0 5%;
  }
  .secTop .gridArea {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
  }
  .secTop .gridArea .fvLogo {
    min-width: 108px;
    height: auto;
    width: 30%;
  }
  .secTop .gridArea .txArea {
    display: none !important;
  }
  .secTop .gridArea .empty {
    display: none !important;
  }
  .secTop .gridArea .leftImg {
    grid-template-rows: 1fr;
    margin-left: calc(50% - 50vw);
  }
  .secTop .gridArea .rightImg {
    margin-right: calc(50% - 50vw);
    grid-template-rows: 1fr;
  }
  .secTop .gridArea .rightImg .txArea {
    justify-content: left;
  }
  .secTop .gridArea .rightImg .txArea .topTx {
    height: auto;
    min-width: 320px;
    width: 70%;
  }
  .secTop .spTx {
    width: 50%;
    padding: 35px 0;
    min-width: 320px;
  }
}
.secCompany {
  position: relative;
  padding-bottom: 200px;
}
.secCompany .gridArea {
  max-width: 1440px;
  margin: 56px auto;
  display: grid;
  grid-template-columns: 1fr 550px 530px 1fr;
}
.secCompany .gridArea .txArea .tl {
  padding-bottom: 20px;
}
.secCompany .gridArea .txArea .btn {
  margin-top: 47px;
}
.secCompany .gridArea .imgArea {
  margin-left: clamp(1.25rem, -10rem + 18vw, 3.5rem);
  grid-column: 3/5;
}

@media screen and (max-width: 1200px) {
  .secCompany .gridArea {
    grid-template-columns: 5% 1fr 1fr 5%;
  }
}
@media screen and (max-width: 1000px) {
  .secCompany .gridArea {
    width: 90%;
    margin: 32px auto 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .secCompany .gridArea .imgArea {
    margin-right: calc(50% - 50vw);
    order: 1;
    grid-column: 1;
    margin-left: 0;
  }
  .secCompany .gridArea .txArea {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .secCompany {
    padding-bottom: 130px;
  }
}
#anime {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  bottom: -18px;
}
#anime .text-infinity-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
}
#anime .text-infinity-scroll .first,
#anime .text-infinity-scroll .second {
  line-height: 1;
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  opacity: 1;
  letter-spacing: -0.01em;
  font-weight: 800;
  font-size: 124px;
  color: #E4EBF5;
  font-family: "Raleway", sans-serif;
}
#anime .text-infinity-scroll .first {
  animation: anim--first 300s infinite linear 0.1s both;
}
#anime .text-infinity-scroll .second {
  animation: anim--second 300s infinite linear 0.1s both;
}

@media screen and (max-width: 767px) {
  #anime {
    bottom: -11px;
  }
  #anime .text-infinity-scroll .first,
  #anime .text-infinity-scroll .second {
    font-size: 74px;
  }
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.secBusiness {
  background: #033E86;
}
.secBusiness .parentWrap {
  background-image: url(../images/business_bk.png);
  background-position: top 30px left;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.secBusiness .tlWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 100px;
}
.secBusiness .gridWrap {
  display: grid;
  gap: 20px;
}
.secBusiness .gridArea {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 630px 630px 1fr;
  align-items: center;
}
.secBusiness .gridArea .imgArea {
  grid-column: 3/5;
  margin-left: clamp(1.25rem, -10rem + 18vw, 3.5rem);
}
.secBusiness .gridArea .txArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
.secBusiness .gridArea .txArea * {
  color: #fff;
}
.secBusiness .gridArea .txArea .num {
  font-weight: bold;
  color: #033E86;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.secBusiness .gridArea .txArea .inner .childWrap {
  padding: 22px 0 36px;
}
.secBusiness .gridArea .txArea .inner .childWrap .tagWrap {
  margin-top: 25px;
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
}
.secBusiness .gridArea .txArea .inner .childWrap .tagWrap div {
  border: 1px solid #fff;
  min-width: 126px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0;
  text-align: center;
}
.secBusiness .gridArea .txArea .inner .txLink {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.secBusiness .gridArea .txArea .inner .txLink img {
  width: 7px;
  height: 12px;
}

@media screen and (max-width: 1200px) {
  .secBusiness .gridArea {
    grid-template-columns: 5% 0.55fr 0.45fr 5%;
  }
}
@media screen and (max-width: 767px) {
  .secBusiness .parentWrap {
    background-image: url(../images/business_bk_sp.png);
    background-size: 85%;
    background-position: bottom 0px left;
  }
  .secBusiness .tlWrap {
    flex-direction: column;
    gap: 35px;
    padding-bottom: 40px;
  }
  .secBusiness .gridWrap {
    gap: 80px;
  }
  .secBusiness .gridWrap .gridArea {
    width: 90%;
    margin: 0 auto;
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .secBusiness .gridWrap .gridArea .inner .innerWrap {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .secBusiness .gridWrap .gridArea .imgArea {
    margin-right: calc(50% - 50vw);
    grid-column: 1;
    margin-left: 0;
  }
  .secBusiness .gridWrap .gridArea .txArea {
    grid-template-columns: 1fr;
  }
  .secBusiness .gridWrap .gridArea .txArea .num {
    width: 44px;
    height: 44px;
  }
}
.secWorks {
  background: #E4EBF5;
}
.secWorks .comTlWrap {
  margin-bottom: 35px;
}
.secWorks .swiper-slide .wrap {
  background: #fff;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 40px;
  align-items: center;
}
.secWorks .swiper-slide .wrap .txArea .tl {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .secWorks .comTlWrap {
    margin-bottom: 30px;
  }
  .secWorks .container {
    width: 90%;
    margin: 35px auto;
  }
  .secWorks .swiper-slide .wrap {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .secWorks .swiper-slide .wrap .txArea {
    padding: 0px 0 8px;
  }
}
/* 前への矢印 */
.swiper-button-prev {
  left: -30px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -30px;
}

.container {
  margin-top: 33px;
  position: relative;
}

.swiper-button-prev1,
.swiper-button-next1 {
  width: 45px; /* サイズは調整可 */
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -60px;
  z-index: 10;
  cursor: pointer;
}

/* 左矢印 */
.swiper-button-prev1 {
  background-image: url("../images/prev_icon.png"); /* ←画像パスを適宜変更 */
  left: 0px;
}

/* 右矢印 */
.swiper-button-next1 {
  background-image: url("../images/next_icon.png"); /* ←画像パスを適宜変更 */
  right: 0px;
}

.swiper-button-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.swiper-button-wrap .inner {
  margin-left: auto;
  position: relative;
  width: 110px;
  right: 50px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .swiper-button-wrap .inner {
    margin: 0 auto;
    right: inherit;
    width: 140px;
  }
  .swiper-button-prev1,
  .swiper-button-next1 {
    width: 60px; /* サイズは調整可 */
    height: 60px;
    bottom: -80px;
    z-index: 10;
    cursor: pointer;
  }
}/*# sourceMappingURL=style.css.map */