@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	TOP
//////////////////////////////////////////////////*/
@media screen and (min-width: 769px) {
  body {
    font-size: 1.7rem;
  }
}
.mv .mv-container {
  position: relative;
  z-index: 1;
  margin-bottom: 7.6rem;
}
.mv .mv-container .mv-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.mv .mv-container .mv-copy {
  position: absolute;
  z-index: 1;
  top: 14.8rem;
  left: 4rem;
  width: 27rem;
}

@media screen and (min-width: 769px) {
  .mv .mv-container {
    margin-bottom: 17.6rem;
  }
  .mv .mv-container .mv-copy {
    top: 23rem;
    left: 13.2rem;
    width: 50rem;
  }
  .l-title {
    font-size: 3rem;
  }
}
.thoughts .l-section {
  margin-bottom: 13.4rem;
}
.thoughts .thoughts-container {
  position: relative;
}
.thoughts .thoughts-wrapper {
  position: relative;
  padding: 6rem 2rem;
  border-radius: 3.5rem;
  background: #fff;
}
.thoughts .decoration {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  width: 13.2rem;
  transform: translate(20%, -7rem);
}
.thoughts .pc-flex {
  margin-bottom: 4rem;
}
.thoughts .images {
  position: relative;
  z-index: 1;
  height: 14.8rem;
  margin-bottom: 4.4rem;
}
.thoughts .swiper {
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
}
.thoughts .swiper .swiper-wrapper {
  gap: 1.8rem;
  transition-timing-function: linear;
}
.thoughts .swiper .swiper-wrapper .swiper-slide {
  width: 22.5rem;
  aspect-ratio: 225/148;
}
.thoughts .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .thoughts .l-section {
    margin-bottom: 28rem;
  }
  .thoughts .thoughts-wrapper {
    padding: 9rem 9.5rem 7rem;
    border-radius: 5rem;
  }
  .thoughts .decoration {
    width: 28rem;
    transform: translate(18%, -25rem);
  }
  .thoughts .l-title {
    text-align: left;
    margin: 0;
  }
  .thoughts .pc-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
  .thoughts .readtext {
    width: 56rem;
  }
  .thoughts .images {
    height: 20.6rem;
    margin-bottom: 5.2rem;
  }
  .thoughts .swiper .swiper-wrapper {
    gap: 2.5rem;
  }
  .thoughts .swiper .swiper-wrapper .swiper-slide {
    width: 31.5rem;
  }
}
.works .works-container {
  padding-top: 4rem;
  color: #fff;
  position: relative;
  background: linear-gradient(180deg, rgba(9, 128, 232, 0.96) 0%, rgba(9, 128, 232, 0) 100%);
}
.works .works-headdeco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(calc(-100% + 0.04rem));
}
.works .l-container-m {
  width: 78%;
}
.works .wrap {
  position: relative;
}
.works .decoration_01 {
  position: absolute;
  left: -2rem;
  bottom: 100%;
  width: 8.4rem;
}
.works .decoration_02 {
  position: absolute;
  right: -2rem;
  bottom: calc(100% - 5rem);
  width: 8.8rem;
}
.works .decoration_03 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1rem;
  width: 16.8rem;
  transform: translateX(-44%);
}
.works .l-title .l-title__border {
  background: rgba(255, 255, 255, 0.2);
}
.works .l-title .l-title__border::before {
  background: #fff;
}
.works .readtext {
  margin-bottom: 4.5rem;
}
.works .work-cases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 4.5rem;
}
.works .work-cases .item {
  padding: 2.5rem 2.5rem 3rem;
  border-radius: 2rem;
  background: #fff;
}
.works .work-cases .item .thum {
  margin-bottom: 1rem;
}
.works .work-cases .item .headline {
  font-weight: 700;
  font-size: 1.8rem;
  color: #155AA8;
}
.works .work-cases .item .headline small {
  font-size: 0.72em;
}
.works .work-cases .item .note {
  line-height: 1.8;
  color: #383853;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .works .l-section {
    margin-bottom: 0;
  }
  .works .works-container {
    padding-top: 0;
    padding-bottom: 11.7rem;
  }
  .works .decoration_01 {
    left: 4rem;
    bottom: 13rem;
    width: 14.4rem;
  }
  .works .decoration_02 {
    position: absolute;
    right: 4rem;
    bottom: -7rem;
    width: 15.2rem;
  }
  .works .decoration_03 {
    left: 0;
    bottom: 0;
    width: 34rem;
  }
  .works .l-container-m {
    width: 110rem;
  }
  .works .readtext {
    text-align: center;
    margin-bottom: 8rem;
  }
  .works .work-cases {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .works .work-cases .item {
    padding: 3rem 3.5rem;
  }
  .works .work-cases .item:nth-child(2) {
    margin-top: 3rem;
  }
  .works .work-cases .item:nth-child(3) {
    margin-top: 6rem;
  }
  .works .work-cases .item .thum {
    margin-bottom: 1.5rem;
  }
  .works .work-cases .item .headline {
    font-size: 2rem;
  }
  .works .work-cases .item .note {
    font-size: 1.4rem;
  }
}
.environment .environment-container {
  position: relative;
}
.environment .l-container-s {
  width: 78%;
}
.environment .wrap {
  position: relative;
}
.environment .decoration_01 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -2rem;
  width: 7.4rem;
  transform: translateY(-0.4rem);
}
.environment .decoration_02 {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: -8rem;
  width: 24.6rem;
}
.environment .readtext {
  margin-bottom: 4.5rem;
}
.environment .flex-wrap {
  display: flex;
  flex-flow: column wrap;
  gap: 5rem;
}
.environment .environment-image {
  width: 89vw;
  transform: translateX(-11vw);
}
.environment .environment-links {
  width: 100%;
}
.environment .environment-links .item {
  display: flex;
  flex-flow: row wrap;
  height: 7.6rem;
  padding-left: 1rem;
  align-items: center;
  line-height: 1;
  border-top: 1px solid #383853;
}
.environment .environment-links .item .link_icon {
  width: 3.4rem;
  text-align: center;
}
.environment .environment-links .item .text {
  margin: auto auto auto 1.5rem;
  font-weight: 700;
  font-size: 2rem;
}
.environment .environment-links .item:nth-child(1) .link_icon img {
  width: 100%;
}
.environment .environment-links .item:nth-child(2) .link_icon img {
  width: 79%;
}
.environment .environment-links .item:nth-child(3) {
  border-bottom: 1px solid #383853;
}
.environment .environment-links .item:nth-child(3) .link_icon img {
  width: 68%;
}

@media screen and (min-width: 769px) {
  .environment .l-container-s {
    width: 92rem;
  }
  .environment .decoration_01 {
    right: 50%;
    width: 12rem;
    transform: translate(250%, -20%);
  }
  .environment .decoration_02 {
    right: 0;
    width: 58rem;
    transform: translate(20%, -20%);
  }
  .environment .readtext {
    width: fit-content;
    margin: auto;
    margin-bottom: 8rem;
  }
  .environment .flex-wrap {
    flex-flow: row wrap;
    align-items: center;
    gap: 9rem;
  }
  .environment .environment-image {
    width: calc(100% - 50.8rem);
    transform: none;
  }
  .environment .environment-image img {
    width: calc((100vw - 92rem) / 2 + 41.2rem);
    transform: translateX(calc((100vw - 92rem) / -2));
  }
  .environment .environment-links {
    width: 41.8rem;
  }
  .environment .environment-links .item {
    height: 9rem;
    padding: 0 1rem;
  }
  .environment .environment-links .item .link_icon {
    width: 3.8rem;
  }
  .environment .environment-links .item .text {
    font-size: 2.4rem;
  }
  .environment .environment-links .item:hover {
    background: #fff;
  }
  .environment .environment-links .item:hover .icon {
    transform: scale(1.25);
    background: #155AA8;
  }
  .environment .environment-links .item:hover .icon svg path {
    fill: #fff;
  }
}
.recruit .recruit-container {
  padding: 6rem 2rem;
  border-radius: 3.5rem;
  background: #fff;
}
.recruit .wrap {
  margin-bottom: 4.6rem;
  position: relative;
}
.recruit .decoration_01 {
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  width: 5rem;
  transform: translateY(10%);
}
.recruit .c-button {
  flex-flow: column wrap;
  gap: 2rem;
}
.recruit .c-button .btn {
  height: 9.5rem;
  font-size: 2.5rem;
  border-radius: 1.2rem;
}

@media screen and (min-width: 769px) {
  .recruit .recruit-container {
    padding: 7.2rem 9.8rem 10.4rem;
    border-radius: 5rem;
  }
  .recruit .wrap {
    margin-bottom: 5.6rem;
  }
  .recruit .decoration_01 {
    left: 34%;
    width: 8.2rem;
    transform: none;
  }
  .recruit .c-button {
    flex-flow: row wrap;
    gap: 4rem;
  }
  .recruit .c-button .btn {
    width: calc(50% - 2rem);
    height: 13rem;
    font-size: 3.2rem;
    border-radius: 2rem;
  }
  .recruit .c-button .btn:hover {
    color: #fff;
    background: #383853;
    border-color: #383853;
  }
  .recruit .c-button .btn:hover .icon {
    background: #fff;
    border-color: #383853;
    transform: scale(1.25);
  }
  .recruit .c-button .btn:hover .icon svg path {
    fill: #383853;
  }
}
.faq .l-section {
  margin-bottom: 15.6rem;
}
.faq .l-title {
  margin-bottom: 4.5rem;
}
.faq .faq-container {
  position: relative;
}
.faq .faq-container .decoration_01 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 16rem;
  transform: translate(-3rem, 74%);
}
.faq .faq-list {
  margin-bottom: 4.6rem;
}

@media screen and (min-width: 769px) {
  .faq .l-section {
    margin-bottom: 23.6rem;
  }
  .faq .l-title {
    margin-bottom: 6rem;
  }
  .faq .faq-container .decoration_01 {
    width: 38rem;
    transform: translate(-17%, 46%);
  }
  .faq .faq-list {
    margin-bottom: 6.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
