main {
  background-color: #EAEFF7;
}

#visual {
  position: relative;
  aspect-ratio: 32/15;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #visual {
    aspect-ratio: auto;
    height: calc(100svh - 50px);
  }
  #visual .sp {
    height: 100%;
  }
}
#visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 180px;
  background-color: #EAEFF7;
  right: 0;
  bottom: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #visual::after {
    content: none;
  }
}
#visual h1 {
  font-size: 1.1rem;
  font-weight: 600;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 5;
}
#visual .uq_slider {
  position: relative;
}
#visual .uq_slider::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #visual .uq_slider {
    height: 100%;
  }
  #visual .uq_slider li {
    background-size: cover;
    background-position: center bottom;
    height: 100%;
  }
  #visual .uq_slider li:nth-child(1) {
    background-image: url(/recruit/assets/image/top/visual01_sp.jpg);
  }
  #visual .uq_slider li:nth-child(2) {
    background-image: url(/recruit/assets/image/top/visual02_sp.jpg);
  }
  #visual .uq_slider li:nth-child(3) {
    background-image: url(/recruit/assets/image/top/visual03_sp.jpg);
  }
  #visual .uq_slider li:nth-child(4) {
    background-image: url(/recruit/assets/image/top/visual04_sp.jpg);
  }
  #visual .uq_slider li:nth-child(5) {
    background-image: url(/recruit/assets/image/top/visual05_sp.jpg);
  }
}
#visual .uq_slider img {
  width: 100%;
}
#visual .ly_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#visual .ly_inner #visual-copy {
  position: absolute;
  color: #fff;
  font-size: clamp(4rem, 5vw, 6rem);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #visual .ly_inner #visual-copy {
    font-size: 11vw;
    top: auto;
    bottom: 0;
    height: 75%;
  }
}
#visual .ly_inner #information {
  position: absolute;
  width: calc(100% - 200px);
  max-width: 650px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  color: #004098;
  padding: 15px 20px 15px 120px;
}
@media screen and (max-width: 767px) {
  #visual .ly_inner #information {
    width: 100%;
    padding: 15px;
    clip-path: none;
  }
  #visual .ly_inner #information ul li {
    font-size: 1.2rem;
  }
  #visual .ly_inner #information ul li .date {
    margin-right: 2ex;
  }
}

#about {
  position: relative;
  background-color: #F6F8FB;
}
#about::before {
  content: "";
  display: block;
  position: absolute;
  max-width: 200px;
  width: 12%;
  height: auto;
  aspect-ratio: 1;
  background-color: #EAEFF7;
  left: 0;
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#about .first {
  padding-left: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #about .first {
    padding-left: 5%;
  }
}
#about .first .en-title {
  position: absolute;
  right: 3%;
  top: 4%;
  color: #004098;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #about .first .en-title {
    position: static;
    font-size: 1.6rem;
  }
}
#about .first h2 {
  color: #004098;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #about .first h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
#about .first .lead {
  font-size: 1.4rem;
}
#about .link1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #about .link1 {
    margin-bottom: 2rem;
  }
}
#about .link1 a {
  display: block;
  margin-left: auto;
  position: relative;
  width: 90%;
  height: 140px;
  display: flex;
  align-items: flex-end;
  padding: 25px 5%;
  background: linear-gradient(180deg, #0051BF 0%, #00439F 100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #about .link1 a {
    width: 100%;
  }
}
#about .link1 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #F6F8FB;
  left: -1px;
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 4;
}
#about .link1 a .image {
  position: absolute;
  left: 55%;
  bottom: -50px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #about .link1 a .image {
    width: 30%;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
#about .link1 a .jp {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
#about .link1 .link-btn {
  right: 20px;
  bottom: 20px;
}
#about .ly_layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #about .ly_layout {
    display: block;
  }
}
#about .ly_layout a {
  position: relative;
  width: 47%;
}
@media screen and (max-width: 767px) {
  #about .ly_layout a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#about .ly_layout a .jp {
  position: relative;
  display: block;
  margin-top: 15px;
}
#about .ly_layout a .jp .link-btn {
  right: 0;
  top: 3px;
}

#special h2 {
  position: relative;
  color: #004098;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #special h2 {
    font-size: 2.4rem;
  }
}
#special h2 .en {
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #special h2 .en {
    font-size: 1.6rem;
    position: static;
  }
}
#special .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #special .lead {
    margin-bottom: 2rem;
  }
}
#special a .link-btn {
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

#work {
  background-color: #F6F8FB;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #work {
    padding: 40px 0;
  }
}
#work h2 {
  position: relative;
  color: #004098;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #work h2 {
    font-size: 2.4rem;
  }
}
#work h2 .en {
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #work h2 .en {
    font-size: 1.6rem;
    position: static;
  }
}
#work .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #work .lead {
    margin-bottom: 2rem;
  }
}
#work .link1 {
  position: relative;
  margin-bottom: 60px;
}
#work .link1 a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #work .link1 a {
    display: block;
  }
}
#work .link1 a .image {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #work .link1 a .image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#work .link1 a .text {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #work .link1 a .text {
    width: 100%;
  }
}
#work .link1 a .text .link-btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  #work .link1 a .text .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#work #people {
  overflow: hidden;
}
#work #people h3 {
  font-size: 5rem;
  font-weight: 200;
  color: #004098;
  margin-bottom: 20px;
}
#work #people #peopleSwiper {
  margin-bottom: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #work #people #peopleSwiper {
    margin-bottom: 4rem;
  }
}
#work #people .swiper-slide {
  width: 416px;
}
#work #people .swiper-slide .image {
  margin-bottom: 20px;
}
#work #people .swiper-slide .job {
  font-size: 1.8rem;
  font-weight: 500;
}
#work #people .swiper-slide .det {
  font-size: 1.4rem;
}
#work #people .swiper-button {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 60px;
  height: 60px;
  border: 1px solid #004098;
}
@media screen and (max-width: 767px) {
  #work #people .swiper-button {
    width: 40px;
    height: 40px;
  }
}
#work #people .swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #004098;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#work #people .swiper-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #004098;
  border-right: 1px solid #004098;
  top: 50%;
  left: 50%;
  transform: translateY(-2px) rotate(45deg);
}
#work #people .swiper-button-prev {
  top: -60px;
  right: 105px;
  left: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #work #people .swiper-button-prev {
    right: 60px;
  }
}
#work #people .swiper-button-next {
  top: -60px;
  right: 25px;
  left: auto;
}
@media screen and (max-width: 767px) {
  #work #people .swiper-button-next {
    right: 0;
  }
}
#work .link2 {
  position: relative;
}
#work .link2 a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #work .link2 a {
    display: block;
  }
  #work .link2 a .en {
    font-size: 4rem;
    font-weight: 200;
    color: #004098;
  }
}
#work .link2 a .image {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  #work .link2 a .image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#work .link2 a .text {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #work .link2 a .text {
    width: 100%;
  }
}
#work .link2 a .text .en {
  font-size: 3rem;
  color: #004098;
  margin-bottom: 25px;
}
#work .link2 a .text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  #work .link2 a .text h3 {
    font-weight: 400;
    font-size: 1.6rem;
  }
}
#work .link2 a .text .link-btn {
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #work .link2 a .text .link-btn {
    right: 0;
    bottom: 0;
  }
}

#environment {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #environment {
    padding: 2rem 0;
  }
}
#environment .ly_inner {
  padding-top: 0;
}
#environment .en-title {
  font-size: 2.4rem;
  color: #004098;
  font-weight: 600;
  margin-bottom: 15px;
}
#environment h2 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #004098;
  margin-bottom: 20px;
}
#environment .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #environment .lead {
    margin-bottom: 2rem;
  }
}
#environment .link1 {
  margin-bottom: 20px;
}
#environment .ly_layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #environment .ly_layout {
    display: block;
  }
  #environment .ly_layout a {
    display: block;
    margin-bottom: 2rem;
  }
}
#environment .corner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #environment .corner .image {
    margin-bottom: 1rem;
  }
}
#environment .corner .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(84, 84, 84, 0) 0%, rgba(84, 84, 84, 0.4) 100%);
  z-index: 1;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media screen and (max-width: 767px) {
  #environment .corner .image::before {
    content: none;
  }
}
#environment .corner .text {
  position: absolute;
  z-index: 2;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #environment .corner .text {
    position: static;
    width: 100%;
    color: #000;
  }
}
#environment .corner .text .link-btn {
  position: relative;
}

#recruit_info {
  background-color: #F6F8FB;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #recruit_info {
    padding: 2rem 0;
  }
}
#recruit_info .en-title {
  font-size: 2.4rem;
  color: #004098;
  font-weight: 600;
  margin-bottom: 15px;
}
#recruit_info h2 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #004098;
  margin-bottom: 20px;
}
#recruit_info .ly_layout {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruit_info .ly_layout {
    display: block;
  }
}
#recruit_info .ly_layout a {
  position: relative;
  width: 50%;
  border-top: 1px solid #D2D4D7;
  border-bottom: 1px solid #D2D4D7;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #recruit_info .ly_layout a {
    display: block;
    width: 100%;
  }
}
#recruit_info .ly_layout a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 20px;
  transform: translateX(-50%);
}
#recruit_info .ly_layout a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 25px;
  transform: translateY(-2px) rotate(45deg);
}