.section-title {
  letter-spacing: normal;
}

body.home {
  background: #f1f3f7;
  padding-top: 0;
}

body.home .global-nav.transparent .wrapper {
  height: 11.9rem;
}

@media screen and (max-width: 768px) {
  body.home .global-nav.transparent .wrapper {
    height: 7rem;
  }
}

body.home .global-nav .wrapper {
  transition: height 0.3s ease;
}

body.home .global-nav .wrapper .links {
  gap: 2rem;
}

body.home .global-nav .wrapper .links .site-links {
  align-items: center;
  height: 5.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  padding: 0 2.4rem;
  white-space: nowrap;
}

body.home .hero {
  position: relative;
  height: 76.6rem;
  padding-top: 29.2rem;
}

@media screen and (max-width: 768px) {
  body.home .hero {
    padding-top: 21.2rem;
  }
}

body.home .hero .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

body.home .hero .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(249.94deg, rgba(15, 29, 81, 0.36) 10.94%, rgba(16, 20, 33, 0.36) 85.31%);
}

body.home .hero .wrapper {
  position: relative;
}

body.home .hero .lead {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.home .hero .lead {
    margin-bottom: 5.8rem;
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.6;
  }
}

body.home .hero .links {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  body.home .hero .links {
    width: 31rem;
    margin: 0 auto 3rem;
    flex-direction: column;
  }
}

body.home .hero .links>li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 6.8rem;
  padding: 0 3.7rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3.4rem;
  border: 0.2rem solid #dedede;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body.home .hero .links>li a {
    padding: 0 3rem;
  }
}

body.home .hero .links>li.casual-interview a {
  border-color: #0054c2;
  color: #0054c2;
}

body.home .hero .links>li.casual-interview a::after {
  content: "";
  width: 3.7rem;
  height: 3rem;
  background: url("../img/chat_blue.svg") center/contain no-repeat;
}

body.home .hero .links>li.recruitment a {
  border-color: #243678;
  color: #243678;
}

body.home .hero .links>li.recruitment a::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/external_link_navy.svg") center/contain no-repeat;
}

body.home .hero .news {
  width: 58.8rem;
  max-width: 100%;
  margin: 0 auto;
}

body.home .hero .news>li a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2.4rem;
  /* height: 5rem; */
  padding: 1.3rem 3.8rem;
  background: rgba(19, 54, 83, 0.8);
  border-radius: 2.5rem;
  color: rgba(255, 255, 255, 0.8980392157);
}

@media screen and (max-width: 768px) {
  body.home .hero .news>li a {
    padding: 1.5rem 2rem;
  }
}

body.home .hero .news>li a .date {
  font-size: 1.4rem;
}

body.home .hero .news>li a .title {

  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body.home .hero .news>li a .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

body.home main .page-title {
  font-size: 3.2rem;
  font-weight: 400;
  padding-bottom: 2.4rem;
  color: #133653;
  margin-bottom: 5.6rem;
}

body.home main .page-title::before {
  background: rgba(19, 54, 83, 0.4);
}

body.home main .page-title::after {
  background: #133653;
}

body.home main section.lead {
  padding: 9.5rem 0 12.5rem;
  overflow: hidden;
  background: url("../img/front-page/lead_bg.svg") center top/147.4rem auto no-repeat;
}

@media screen and (max-width: 768px) {
  body.home main section.lead {
    padding: 5.5rem 0 58rem;
    background: url("../img/front-page/lead_bg_sp.webp") center top 4.3rem/37.3rem auto no-repeat;
  }
}

body.home main section.lead .text {
  width: 70.8rem;
  margin: 0 auto 12.8rem;
  color: #133653;
}

@media screen and (max-width: 768px) {
  body.home main section.lead .text {
    width: 100%;
    margin: 0;
  }
}

body.home main section.lead h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
}

body.home main section.lead p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body.home main section.lead p {
    font-size: 1.6rem;
  }
}

body.home main section.lead p+p {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  body.home main section.lead .images {
    display: none;
  }
}

body.home main section.lead .images .slick-list {
  overflow: visible;
}

body.home main section.lead .images .image {
  display: flex;
  align-items: start;
  padding: 0 3.2rem;
  height: 32rem;
}

body.home main section.lead .images .image img {
  border-radius: 0.5rem;
  width: 100%;
  max-height: 100%;
}

body.home main section.lead .images .image.image-2 {
  width: 32.8rem;
  align-items: end;
}

body.home main section.lead .images .image.image-3 {
  width: 23.8rem;
}

body.home main section.lead .images .image.image-5 {
  width: 32.8rem;
  align-items: end;
}

body.home main section.lead .images .image.image-6 {
  width: 23.8rem;
}

body.home main section.about {
  padding: 10.4rem 0;
  background: linear-gradient(214.05deg, #23425b -12.38%, #2d433e 7.77%, #123652 32.11%, #23425b 57.91%, #223e3f 81%);
}

@media screen and (max-width: 768px) {
  body.home main section.about {
    padding: 5.5rem 0 6.1rem;
  }
}

body.home main section.about .page-title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.home main section.about .page-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3.4rem;
    padding-bottom: 3.16rem;
    padding-inline: 0.4rem 0.3rem;
  }
}

body.home main section.about .page-title::before {
  background: rgba(255, 255, 255, 0.6980392157);
}

@media screen and (max-width: 768px) {
  body.home main section.about .page-title::before {
    left: 0.4rem;
    right: 0.3rem;
    width: auto;
  }
}

body.home main section.about .page-title::after {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  body.home main section.about .page-title::after {
    left: 0.4rem;
  }
}

body.home main section.about *+.page-title {
  margin-top: 16rem;
}

body.home main section.about .business-and-company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .business-and-company {
    grid-template-columns: 100%;
  }
}

body.home main section.about .business-and-company>div {
  background: #fff;
  padding: 3.2rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .business-and-company>div {
    padding: 3.2rem 1.6rem;
  }
}

body.home main section.about .business-and-company>div .img {
  margin-bottom: 3.2rem;
}

body.home main section.about .business-and-company>div .text .section-title {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body.home main section.about .business-and-company>div .text .section-title::before {
    font-weight: 600;
    letter-spacing: 0;
  }
}

body.home main section.about .business-and-company>div .text .section-title::after {
  width: 100%;
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
}

body.home main section.about .business-and-company>div .text p {
  margin-bottom: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d1d1d;
  height: 10.8rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .business-and-company>div .text p {
    height: auto;
    text-align: left;
  }
}

body.home main section.about .business-and-company>div .text .button-wrapper {
  text-align: center;
}

body.home main section.about .business-and-company>div .text .button-wrapper .link-button {
  gap: 7rem;
}

body.home main section.about .jobs-and-career {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs-and-career {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs-and-career .section-title::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

body.home main section.about .jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5.8rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
  }
}

body.home main section.about .jobs .image {
  border-radius: 0.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs .image {
    width: 33.1rem;
    height: 23.3rem;
    margin-right: auto;
  }
}

body.home main section.about .jobs .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home main section.about .jobs .text {
  color: #fff;
}

body.home main section.about .jobs .text .section-title {
  color: #fff;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs .text .section-title {
    font-size: 6rem;
    margin-bottom: 2.4rem;
  }
}

body.home main section.about .jobs .text .section-title::after {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs .text .section-title::after {
    margin-left: 1.4rem;
    font-weight: 500;
  }
}

body.home main section.about .jobs .text p {
  margin-bottom: 3.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  body.home main section.about .jobs .text p {
    margin-bottom: 2.4rem;
  }
}

body.home main section.about .jobs .text .button-wrapper .link-button {
  gap: 7rem;
}

body.home main section.about .career {
  margin: 14rem auto 0;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career {
    margin-top: 5.6rem;
  }
}

body.home main section.about .career .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .heading {
    flex-direction: column;
    margin-bottom: 4.5rem;
  }
}

body.home main section.about .career .heading .section-title {
  flex-wrap: wrap;
  width: 24rem;
  font-size: 8rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .heading .section-title {
    width: 100%;
    letter-spacing: 0;
    font-size: 6rem;
  }
}

body.home main section.about .career .heading .section-title::after {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

body.home main section.about .career .heading p {
  padding-right: 4em;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .heading p {
    padding-right: 0;
  }
}

body.home main section.about .career .steps {
  position: relative;
  overflow: hidden;
}

body.home main section.about .career .steps img {
  display: block;
  width: 141rem;
  max-width: 141rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .steps img {
    width: 31.7rem;
    margin: 0 auto;
  }
}

body.home main section.about .career .steps::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10.6rem;
  width: 37.2rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 65, 91, 0) 12.35%, #22415b 66.52%);
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .steps::after {
    top: auto;
    bottom: 10rem;
    right: -2rem;
    left: -2rem;
    width: calc(100% + 4rem);
    height: 35rem;
    background: linear-gradient(to bottom, rgba(34, 65, 91, 0) 22.84%, #234048 51.99%);
  }
}

body.home main section.about .career .button-wrapper {
  text-align: center;
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .button-wrapper {
    position: relative;
    margin-top: -21rem;
  }
}

body.home main section.about .career .button-wrapper .link-button {
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  body.home main section.about .career .button-wrapper .link-button {
    white-space: nowrap;
  }
}

body.home main section.system {
  padding: 10.4rem 0 12.8rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system {
    padding: 5.6rem 0;
  }
}

@media screen and (max-width: 768px) {
  body.home main section.system .page-title {
    margin-bottom: 2.8rem;
    color: #243678;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  body.home main section.system .page-title::before {
    background: #bac1da;
  }
}

@media screen and (max-width: 768px) {
  body.home main section.system .page-title::after {
    background: #243678;
  }
}

body.home main section.system .interview {
  background: url("../img/front-page/system_interview_bg.svg") center top 3.2rem/131.7rem auto no-repeat;
}

@media screen and (max-width: 768px) {
  body.home main section.system .interview {
    padding-top: 10rem;
    background: url("../img/front-page/system_interview_bg_sp.svg") left 1.5rem top/38.5rem auto no-repeat;
  }
}

body.home main section.system .interview .images {
  display: flex;
  height: 15.5rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .interview .images {
    display: none;
  }
}

body.home main section.system .interview .images .image {
  border-radius: 0.5rem;
  overflow: hidden;
}

body.home main section.system .interview .images .image.image-1 {
  width: 15.7rem;
  height: 15.5rem;
}

body.home main section.system .interview .images .image.image-2 {
  width: 48.1rem;
  height: 43.9rem;
  margin-left: 11.7rem;
  transform: translateY(13.6rem);
}

body.home main section.system .interview .images .image.image-3 {
  width: 29.8rem;
  height: 20.6rem;
  margin-left: auto;
  transform: translateY(43.5rem);
}

body.home main section.system .interview .images .image img {
  display: block;
  width: 100%;
  object-fit: contain;
}

body.home main section.system .interview .heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  margin-top: 5.2rem;
  padding-bottom: 54.1rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .interview .heading {
    flex-direction: column;
    margin-top: 0;
    gap: 23.4rem;
    padding-bottom: 26.8rem;
  }
}

body.home main section.system .interview .heading .section-title {
  flex-wrap: wrap;
  font-size: 9.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body.home main section.system .interview .heading .section-title {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

body.home main section.system .interview .heading .section-title::after {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body.home main section.system .interview .heading .description {
  padding-top: 3rem;
}

body.home main section.system .interview .heading .description p {
  margin-bottom: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body.home main section.system .interview .heading .description p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1d1d1d;
    line-height: 2;
  }
}

body.home main section.system .culture .wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  body.home main section.system .culture .wrapper {
    flex-direction: column;
    gap: 3.2rem;
    padding-right: 2rem;
  }
}

body.home main section.system .culture .wrapper .text .section-title {
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .culture .wrapper .text .section-title {
    margin-bottom: 0;
  }
}

body.home main section.system .culture .wrapper .text .section-title::after {
  width: 100%;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  body.home main section.system .culture .wrapper .text .section-title::after {
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

body.home main section.system .culture .wrapper .text p {
  margin-bottom: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

body.home main section.system .culture .wrapper .text .button-wrapper .link-button {
  padding-left: 4rem;
  gap: 2.4rem;
  font-size: 1.8rem;
}

body.home main section.system .culture .wrapper .image {
  width: 75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.home main section.system .culture .wrapper .image {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}

body.home main section.system .culture .wrapper .image img {
  display: block;
  width: 100%;
  object-fit: contain;
}

body.home main section.system .environment {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment {
    margin-top: 5.6rem;
  }
}

body.home main section.system .environment .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin-bottom: 4.8rem;
}

body.home main section.system .environment .heading .section-title {
  justify-content: center;
  line-height: 1;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .heading .section-title {
    justify-content: start;
  }
}

body.home main section.system .environment .heading .section-title::after {
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .heading .section-title::after {
    text-align: left;
  }
}

body.home main section.system .environment .heading p {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .heading p {
    text-align: left;
  }
}

body.home main section.system .environment .features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.6rem;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .features {
    grid-template-columns: 100%;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

body.home main section.system .environment .features>li {
  background: #fff;
  border-radius: 0.5rem;
  padding: 4.2rem 2rem 5rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .features>li {
    padding: 3.2rem 2rem;
    border: 0.1rem solid #97a9d1;
  }
}

body.home main section.system .environment .features>li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.3rem;
  height: 18rem;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .features>li .image {
    width: 20rem;
    height: 12.8rem;
    margin-bottom: 2.4rem;
  }
}

body.home main section.system .environment .features>li .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home main section.system .environment .features>li .text {
  text-align: center;
}

body.home main section.system .environment .features>li .text h3 {
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  color: #133653;
}

body.home main section.system .environment .features>li .text p {
  letter-spacing: 0.08em;
  color: #1d1d1d;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .features>li .text p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

body.home main section.system .environment .button-wrapper {
  text-align: center;
}

body.home main section.system .environment .button-wrapper .link-button {
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.home main section.system .environment .button-wrapper .link-button {
    width: 100%;
    white-space: nowrap;
  }
}

body.home main section.faq {
  padding: 8.8rem 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.home main section.faq {
    padding: 4.8rem 0;
  }
}

body.home main section.faq .content {
  display: flex;
  justify-content: start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  body.home main section.faq .content {
    flex-direction: column;
    gap: 2.2rem;
  }
}

body.home main section.faq .content .section-title {
  width: 17rem;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0.8rem 1rem;
}

@media screen and (max-width: 768px) {
  body.home main section.faq .content .section-title {
    width: auto;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

body.home main section.faq .content .section-title::after {
  width: 100%;
  font-weight: 700;
  line-height: 1.7;
}

body.home main section.faq .content p {
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
  font-weight: 500;
  margin-left: 10.4rem;
}

@media screen and (max-width: 768px) {
  body.home main section.faq .content p {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 0;
  }
}

body.home main section.faq .content .button-wrapper {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  body.home main section.faq .content .button-wrapper {
    margin-left: 0;
  }
}

/*# sourceMappingURL=front-page.css.map */