body.home .mv {
  height: 65rem;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  body.home .mv {
    flex-direction: column-reverse;
    height: auto;
  }
}
body.home .mv .left {
  position: relative;
  width: 111.2rem;
}
@media screen and (max-width: 768px) {
  body.home .mv .left {
    width: 100%;
    height: 26.5rem;
  }
}
body.home .mv .left .people {
  height: 100%;
}
body.home .mv .left .people img {
  position: absolute;
  top: -0.8rem;
  z-index: 90;
  width: 138.5rem;
  height: 95rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body.home .mv .left .people img {
    top: auto;
    left: 0;
    bottom: -14rem;
    width: 100%;
    height: auto;
  }
}
body.home .mv .left .gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 95;
  width: 111.2rem;
  height: 65rem;
  background: linear-gradient(197.07deg, rgba(80, 176, 255, 0) 46.92%, #00557f 82.82%, #00273b 111.2%);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  body.home .mv .left .gradient {
    width: 100%;
    height: 100%;
  }
}
body.home .mv .left h1 {
  position: absolute;
  bottom: 1.4rem;
  left: 1.2rem;
  z-index: 96;
}
body.home .mv .left h1 img {
  width: 70rem;
}
@media screen and (max-width: 768px) {
  body.home .mv .left h1 img {
    width: 32.7rem;
  }
}
body.home .mv .right {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 7.6rem;
  background: linear-gradient(191.86deg, rgba(55, 164, 247, 0.8) 2.54%, rgba(0, 64, 96, 0.8) 92.83%), url("../img/home/mv_right_bg.jpg") center right -19rem/cover no-repeat;
}
@media screen and (min-width: 1440px) {
  body.home .mv .right {
    background: linear-gradient(191.86deg, rgba(55, 164, 247, 0.8) 2.54%, rgba(0, 64, 96, 0.8) 92.83%), url("../img/home/mv_right_bg.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  body.home .mv .right {
    justify-content: start;
    align-items: end;
    padding: 0 0 4.6rem 0;
    height: 25.3rem;
    background: linear-gradient(191.86deg, rgba(55, 164, 247, 0.8) 2.54%, rgba(0, 64, 96, 0.8) 92.83%), url("../img/home/mv_right_bg.jpg") -47rem -4rem/99.1rem auto no-repeat;
  }
}
body.home .mv .right p {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.4em;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-align: start;
  padding-left: 3.6rem;
}
@media screen and (max-width: 768px) {
  body.home .mv .right p {
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
    padding-left: 2.4rem;
    letter-spacing: 0.1em;
  }
}
body.home main section .heading h2 {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 1.8rem;
  color: #004162;
  z-index: 3;
  font-weight: 500;
}
body.home main section .heading h2 span {
  margin-right: 0.8rem;
}
body.home main section .heading h2 span img {
  width: 1rem;
}
body.home main section .heading p {
  position: relative;
  margin-top: 1.6rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 180%;
  z-index: 3;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  body.home main section .heading p {
    font-size: 2.4rem;
  }
}
body.home main section.about-us {
  position: relative;
  z-index: 100;
}
body.home main section.about-us .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 144rem;
  padding-top: 11.3rem;
  padding-bottom: 10.4rem;
  margin: 0 auto;
  gap: 12.5rem;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .wrapper {
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 6.4rem;
    padding-bottom: 4rem;
  }
}
body.home main section.about-us .heading {
  flex-shrink: 0;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .heading {
    margin-bottom: 0;
  }
}
body.home main section.about-us .heading p {
  font-size: 3.4rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .heading p {
    font-size: 2.4rem;
  }
}
body.home main section.about-us .about-us-content-text {
  flex-grow: 1;
  padding-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .about-us-content-text {
    padding-top: 0;
  }
}
body.home main section.about-us .about-us-content-text p {
  position: relative;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.08em;
  color: #3f3f3f;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .about-us-content-text p {
    line-height: 1.8;
  }
}
body.home main section.about-us .about-us-content-img {
  position: relative;
  max-width: 144rem;
  padding-left: 10rem;
  height: 42.7rem;
  margin: 0 0 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.home main section.about-us .about-us-content-img {
    padding-left: 2.4rem;
    height: 24.9rem;
  }
}
body.home main section.about-us .about-us-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home main .data-company-movie {
  position: relative;
  background: linear-gradient(to top, #dbeaf4, #ffffff);
  width: 100%;
  height: 162rem;
  overflow: hidden;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.home main .data-company-movie {
    background: linear-gradient(to bottom, #ffffff 23rem, #dbeaf4 22%);
    height: auto;
    padding: 25rem 0 8rem;
    margin-top: -25rem;
  }
}
body.home main .data-company-movie .background-circles > div {
  position: absolute;
  border-radius: 50%;
  transform-origin: center center;
}
body.home main .data-company-movie .background-circles > div:nth-child(1) {
  top: -15rem;
  right: -10rem;
  width: 41.78rem;
  height: 41.8rem;
  opacity: 0.8;
  filter: blur(4rem);
  transform: rotate(60deg);
  background-image: radial-gradient(circle at 20% 30%, #c1e0fa 0%, transparent 20%), radial-gradient(circle at 80% 25%, #ffc8c8 0%, transparent 80%), radial-gradient(circle at 50% 75%, #c8ffdc 0%, transparent 70%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.home main .data-company-movie .background-circles > div:nth-child(1) {
    width: 20rem;
    height: 20rem;
    top: 23rem;
    right: -6rem;
  }
}
body.home main .data-company-movie .background-circles > div:nth-child(2) {
  top: 20rem;
  left: -10rem;
  width: 73.64rem;
  height: 73.35rem;
  opacity: 0.7;
  filter: blur(10rem);
  background: radial-gradient(circle at 20% 80%, #70e1f5 0%, transparent 80%) no-repeat 0% 100%/41.78rem 41.78rem, radial-gradient(circle at 50% 90%, #ffd194 0%, transparent 50%) no-repeat 60% 90%/60rem 60rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.home main .data-company-movie .background-circles > div:nth-child(2) {
    left: -40rem;
  }
}
body.home main .data-company-movie .background-circles > div:nth-child(3) {
  top: 130rem;
  left: 90rem;
  width: 61.56rem;
  height: 61.86rem;
  opacity: 0.6;
  filter: blur(8rem);
  transform: rotate(-60deg);
  background-image: radial-gradient(circle at 20% 30%, rgba(120, 197, 250, 0.6) 0%, transparent 20%), radial-gradient(circle at 80% 25%, rgba(120, 197, 250, 0.6) 0%, transparent 80%), radial-gradient(circle at 50% 75%, #166292 0%, transparent 20%);
  z-index: 2;
}
body.home main section.data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 144rem;
  padding: 12.8rem 0;
  margin: 0 auto;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.home main section.data {
    padding-bottom: 8rem;
  }
}
body.home main section.data .heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body.home main section.data .heading {
    margin-bottom: 3.2rem;
  }
}
body.home main section.data ul.data-cards {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.7rem;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  body.home main section.data ul.data-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
}
body.home main section.data ul.data-cards > li {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1rem;
  width: 29.2rem;
  z-index: 5;
  height: 40.5rem;
  padding: 3.2rem 3.2rem 2rem;
}
@media screen and (max-width: 768px) {
  body.home main section.data ul.data-cards > li {
    width: 100%;
  }
}
body.home main section.data ul.data-cards > li .data-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
body.home main section.data ul.data-cards > li .data-card-title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #5f5f5f;
}
body.home main section.data ul.data-cards > li .card-icon {
  flex-shrink: 0;
  width: 21.55rem;
  height: 21.55rem;
  border-radius: 50%;
  margin: 0 auto;
  background: radial-gradient(circle at 50% 50%, #ffffff 50%, #dbeaf4 100%);
}
body.home main section.data ul.data-cards > li .card-icon img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
body.home main section.data ul.data-cards > li .data-card-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
body.home main section.data ul.data-cards > li .data-card-content-text h4 {
  font-family: "Roboto";
  font-size: 5.6rem;
  font-weight: 700;
  color: #005986;
}
body.home main section.data ul.data-cards > li .data-card-content-text h6 {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #5b879d;
}
body.home main section.data ul.data-cards > li .data-card-content-text .data-card-content-unit {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 100%;
}
body.home main section.company-movie {
  position: relative;
  z-index: 3;
}
body.home main section.company-movie .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
body.home main section.company-movie .company-movie-title h2 {
  font-size: 1.8rem;
  color: #004162;
}
body.home main section.company-movie .company-movie-title h2 span {
  margin-right: 0.8rem;
}
body.home main section.company-movie .company-movie-title h2 span img {
  width: 1rem;
}
body.home main section.company-movie .company-movie-title p {
  margin: 1.6rem 0 4rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
}
body.home main section.company-movie .company-movie-content {
  background-image: url("../img/home/coming-soon.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102.3rem;
  height: 57.5rem;
  margin: 0 auto;
  background-color: #181e21;
  color: #ffffff;
  font-size: 10.2rem;
  font-weight: 600;
  font-family: "Roboto";
  font-style: italic;
}
@media screen and (max-width: 768px) {
  body.home main section.company-movie .company-movie-content {
    width: 33rem;
    height: 18.5rem;
    font-size: 3rem;
  }
}
body.home main section.reason {
  padding: 12.8rem 0;
}
@media screen and (max-width: 768px) {
  body.home main section.reason {
    padding: 8rem 0;
  }
}
body.home main section.reason .heading {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  body.home main section.reason .heading {
    margin-bottom: 3.2rem;
  }
}
body.home main section.reason .wrapper ul.reasons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8.8rem;
}
@media screen and (max-width: 768px) {
  body.home main section.reason .wrapper ul.reasons {
    gap: 4.8rem;
  }
}
body.home main section.reason .wrapper ul.reasons > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  body.home main section.reason .wrapper ul.reasons > li {
    flex-direction: column;
    gap: 2.4rem;
  }
}
body.home main section.reason .wrapper ul.reasons > li .img {
  flex-shrink: 0;
  width: 100%;
  max-width: 51.3rem;
}
body.home main section.reason .wrapper ul.reasons > li .img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
body.home main section.reason .wrapper ul.reasons > li .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body.home main section.reason .wrapper ul.reasons > li .text .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.home main section.reason .wrapper ul.reasons > li .text .title {
    margin-bottom: 1.6rem;
  }
}
body.home main section.reason .wrapper ul.reasons > li .text .title h3 {
  font-family: "Roboto";
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b0d1e1;
}
body.home main section.reason .wrapper ul.reasons > li .text .title h3 span {
  margin-left: 0.4rem;
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b0d1e1;
}
body.home main section.reason .wrapper ul.reasons > li .text .title p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.12em;
}
body.home main section.reason .wrapper ul.reasons > li .text .description p {
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
body.home main section.reason .wrapper ul.reasons > li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  body.home main section.reason .wrapper ul.reasons > li:nth-child(2n) {
    flex-direction: column;
  }
}
body.home main section.interview {
  position: relative;
  margin: 0 auto;
  background-color: #f7f8fa;
  z-index: 1;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  overflow: hidden;
}
body.home main section.interview .heading {
  margin-bottom: 9.7rem;
}
body.home main section.interview .background-circles > div {
  position: absolute;
  border-radius: 50%;
  transform-origin: center center;
}
body.home main section.interview .background-circles > div:nth-child(1) {
  right: -5rem;
  width: 73.6rem;
  height: 30.4rem;
  border-radius: 50%;
  transform-origin: center center;
  transform: translate(0%, -45%);
  opacity: 1;
  filter: blur(13rem);
  background-image: radial-gradient(circle at 20% 30%, #c1e0fa 0%, transparent 20%), radial-gradient(circle at 90% 60%, #ffd194 0%, transparent 45%), radial-gradient(circle at 50% 75%, #70e1f5 0%, transparent 70%);
}
@media screen and (max-width: 768px) {
  body.home main section.interview .background-circles > div:nth-child(1) {
    right: -46rem;
  }
}
body.home main section.interview .background-circles > div:nth-child(2) {
  left: -5rem;
  width: 34.2rem;
  height: 32.85rem;
  border-radius: 50%;
  transform-origin: center center;
  opacity: 0.9;
  filter: blur(8rem);
  transform: translate(0%, 100%) rotate(-5deg);
  background-image: radial-gradient(circle at 20% 30%, #c1e0fa 0%, transparent 20%), radial-gradient(circle at 80% 25%, #ff7780 0%, transparent 60%), radial-gradient(circle at 50% 75%, #afffd0 0%, transparent 70%);
}
@media screen and (max-width: 768px) {
  body.home main section.interview .background-circles > div:nth-child(2) {
    top: 120rem;
    transform: rotate(90deg);
  }
}
body.home main section.interview .background-circles > div:nth-child(3) {
  right: 30rem;
  width: 63.2rem;
  height: 64.5rem;
  border-radius: 50%;
  transform-origin: center center;
  opacity: 0.4;
  filter: blur(8rem);
  transform: translate(0%, 100%) rotate(60deg);
  background-image: radial-gradient(circle at 20% 30%, #c1e0fa 0%, transparent 20%), radial-gradient(circle at 80% 25%, rgba(120, 197, 250, 0.6) 0%, transparent 80%), radial-gradient(circle at 50% 75%, #166292 0%, transparent 20%);
}
@media screen and (max-width: 768px) {
  body.home main section.interview .background-circles > div:nth-child(3) {
    bottom: -40rem;
    right: -10rem;
    transform: none;
  }
}
body.home main section.interview .wrapper {
  max-width: 144rem;
}
body.home main section.interview .wrapper ul.interviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.743rem;
}
@media screen and (max-width: 768px) {
  body.home main section.interview .wrapper ul.interviews {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
}
body.home main section.interview .wrapper ul.interviews > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  z-index: 5;
  width: 38.2rem;
  max-width: 100%;
}
body.home main section.interview .wrapper ul.interviews > li .top {
  position: relative;
  width: 100%;
  height: 41.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/home/interview-1.webp") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  overflow: hidden;
}
body.home main section.interview .wrapper ul.interviews > li .top .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.home main section.interview .wrapper ul.interviews > li .top .content .title h3 {
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: #91c0d7;
  line-height: 100%;
  margin: 2.8rem 1.2rem 0 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.home main section.interview .wrapper ul.interviews > li .top .content .title h3 {
    margin-right: 3rem;
  }
}
body.home main section.interview .wrapper ul.interviews > li .top .content .title h3 span {
  font-size: 3.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  margin-top: 0.4rem;
}
body.home main section.interview .wrapper ul.interviews > li .top .content .text {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 2.4rem 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  body.home main section.interview .wrapper ul.interviews > li .top .content .text {
    margin-left: 2rem;
  }
}
body.home main section.interview .wrapper ul.interviews > li .top .content .text p {
  display: inline-block;
  flex: 0 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.16em;
  background: linear-gradient(to bottom, #2699ea, #0a6094);
  width: fit-content;
  padding: 1rem 0.8rem;
  background: linear-gradient(180.03deg, rgba(38, 153, 234, 0.9) -2.6%, rgba(10, 96, 148, 0.9) 99.97%);
  border-radius: 0.1rem;
  font-weight: 500;
}
body.home main section.interview .wrapper ul.interviews > li .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
body.home main section.interview .wrapper ul.interviews > li .bottom .title h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004162;
  line-height: 150%;
  letter-spacing: 0.08em;
}
body.home main section.interview .wrapper ul.interviews > li .bottom .title h3 span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #004162;
  margin-left: 1.6rem;
}
body.home main section.interview .wrapper ul.interviews > li .bottom .title h4 {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  color: #70a5c6;
  line-height: 150%;
  letter-spacing: 0.08em;
  font-weight: 500;
}
body.home main section.interview .wrapper ul.interviews > li .bottom .text p {
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
body.home main section.interview .wrapper ul.interviews > li:nth-child(2) {
  transform: translateY(-5.6rem);
}
@media screen and (max-width: 768px) {
  body.home main section.interview .wrapper ul.interviews > li:nth-child(2) {
    transform: translateY(0);
  }
}
body.home main section.interview .wrapper ul.interviews > li:nth-child(2) .top {
  background: url("../img/home/interview-2.webp") center/cover no-repeat;
}
body.home main section.interview .wrapper ul.interviews > li:nth-child(3) {
  transform: translateY(-10.2rem);
}
@media screen and (max-width: 768px) {
  body.home main section.interview .wrapper ul.interviews > li:nth-child(3) {
    transform: translateY(0);
  }
}
body.home main section.interview .wrapper ul.interviews > li:nth-child(3) .top {
  background: url("../img/home/interview-3.webp") center/cover no-repeat;
}
body.home main section.job-description {
  padding: 12.8rem 0 10.4rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description {
    padding: 8rem 0;
  }
}
body.home main section.job-description .heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .heading {
    margin-bottom: 3.2rem;
  }
}
body.home main section.job-description .tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .tabs {
    grid-template-columns: 100%;
    gap: 1.6rem;
  }
}
body.home main section.job-description .tabs .button {
  width: 29.2rem;
  height: 8rem;
  background: #f7f8fa;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  padding: 2.5rem 2.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(83, 83, 83, 0.1490196078);
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .tabs .button {
    width: 100%;
    height: 7rem;
  }
}
body.home main section.job-description .tabs .button:hover {
  background: #f7f8fa;
  border-color: #356075;
}
body.home main section.job-description .tabs .button.active {
  background: linear-gradient(135deg, #096ead 0%, #399ee6 100%);
  color: #ffffff;
  border-color: #0175af;
}
body.home main section.job-description .tabs .button.active .title-top {
  color: #ffffff;
}
body.home main section.job-description .tabs .button.active .title-bottom {
  color: #ffffff;
}
body.home main section.job-description .tabs .button .title-top {
  font-size: 1.8rem;
  font-weight: 500;
  color: #356075;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .tabs .button .title-top {
    font-size: 1.6rem;
  }
}
body.home main section.job-description .tabs .button .title-bottom {
  font-size: 1.8rem;
  font-weight: 500;
  color: #356075;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .tabs .button .title-bottom {
    font-size: 1.6rem;
  }
}
body.home main section.job-description .content {
  display: none;
  background: #ffffff;
  border: 0.1rem solid #d6d6d6;
  border-radius: 1rem;
  padding: 0 6.2rem;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .content {
    padding: 0 2.4rem;
  }
}
body.home main section.job-description .content.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
body.home main section.job-description .content .job-details .detail-row {
  display: flex;
  align-items: flex-start;
  padding: 7.2rem 0 5.6rem;
  border-bottom: 0.4rem dotted #e0e0e0;
}
@media screen and (max-width: 768px) {
  body.home main section.job-description .content .job-details .detail-row {
    flex-direction: column;
    padding: 3.2rem 0;
    gap: 1.6rem;
  }
}
body.home main section.job-description .content .job-details .detail-row h4 {
  flex-shrink: 0;
  width: 12rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3f3f3f;
  margin: 0 7.2rem 0 0;
  line-height: 1.4;
}
body.home main section.job-description .content .job-details .detail-row p {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 170%;
  color: #3f3f3f;
}
body.home main section.job-description .content .job-details .detail-row:last-child {
  border-bottom: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.home main section.job-description .no-jobs {
  text-align: center;
  font-size: 1.8rem;
  color: #666666;
  margin-top: 4rem;
  padding: 4rem 2rem;
  background: #f9f9f9;
  border-radius: 1rem;
}
body.home main section.flow {
  padding: 10.4rem 0 8.8rem;
  background-color: #f7f8fa;
}
@media screen and (max-width: 768px) {
  body.home main section.flow {
    padding: 8rem 0;
  }
}
body.home main section.flow .heading {
  margin-bottom: 4rem;
}
body.home main section.flow .wrapper ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.3rem;
  margin: 0 auto 3.2rem auto;
}
@media screen and (max-width: 768px) {
  body.home main section.flow .wrapper ul {
    flex-direction: column;
  }
}
body.home main section.flow .wrapper ul::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 0;
  border-top: 0.3rem solid #c2dbe7;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.home main section.flow .wrapper ul::before {
    width: 0;
    height: 100%;
    border-left: 0.3rem solid #c2dbe7;
  }
}
body.home main section.flow .wrapper ul > li {
  position: relative;
  width: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  gap: 2.6rem;
  box-shadow: 0 0 1.5rem rgba(2, 91, 135, 0.1490196078);
  background-color: #ffffff;
  z-index: 2;
  padding: 3.2rem 0 4.5rem;
}
@media screen and (max-width: 768px) {
  body.home main section.flow .wrapper ul > li {
    width: 100%;
    padding: 2.4rem;
    gap: 1rem;
  }
}
body.home main section.flow .wrapper ul > li > h3 {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  color: #005986;
  line-height: 180%;
  letter-spacing: 0.08em;
}
body.home main section.flow .wrapper ul > li > h3 > span {
  font-family: "Roboto";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
}
body.home main section.flow .wrapper ul > li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 9.6rem;
}
body.home main section.flow .wrapper ul > li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.home main section.flow .wrapper ul > li:nth-child(1) .img img {
  width: 7.8rem;
  height: 9.3rem;
}
body.home main section.flow .wrapper ul > li:nth-child(3) .img img {
  width: 8.5rem;
  height: 8.5rem;
}
body.home main section.flow .wrapper ul > li:nth-child(4) .img img {
  width: 9.3rem;
  height: 9.3rem;
}
body.home main section.flow .wrapper > p {
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #3f3f3f;
}
body.home footer.home-footer {
  position: relative;
  background-image: url("../img/home/footer.webp");
  background-size: cover;
  width: 100%;
  height: 45.8rem;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer {
    background-image: url("../img/home/footer_sp.jpg");
    height: 42rem;
    background-size: auto 100%;
  }
}
body.home footer.home-footer .background-blue {
  position: absolute;
  width: 100%;
  background: linear-gradient(to top right, #004060 50%, #3391d9 100%);
  opacity: 0.8;
  height: 45.8rem;
  padding-top: 6.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .background-blue {
    background: linear-gradient(-130deg, rgba(51, 145, 217, 0.75) -13.41%, rgba(0, 64, 96, 0.75) 72.7%);
  }
}
body.home footer.home-footer .wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
body.home footer.home-footer .content {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .content {
    height: 100%;
    padding-left: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0;
    padding-right: 1.6rem;
  }
}
body.home footer.home-footer .content h2 {
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
  transform: scaleX(0.9);
  transform-origin: left center;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .content h2 {
    width: 100%;
    font-size: 5.5rem;
    margin-bottom: 1.6rem;
  }
}
body.home footer.home-footer .content p {
  font-size: 2rem;
  color: #ffffff;
  line-height: 170%;
  letter-spacing: 0.08em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .content p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
body.home footer.home-footer .content .entry-btn a:not(:hover) {
  position: relative;
  background: transparent;
}
body.home footer.home-footer .content .entry-btn a:not(:hover)::before {
  background: linear-gradient(#fff);
  opacity: 1;
}
body.home footer.home-footer .content .entry-btn a:not(:hover) .text {
  background: linear-gradient(90deg, #0c7db5 50%, #2991c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
body.home footer.home-footer .content .entry-btn a:not(:hover)::after {
  background: radial-gradient(62.68% 62.68% at 50% 50%, rgba(41, 145, 197, 0.1) 0%, rgba(41, 145, 197, 0.5) 50%, #2991c5 100%);
}
body.home footer.home-footer .content .entry-btn a {
  width: 26.239rem;
  height: 6.49rem;
  border-radius: 15.7rem;
  box-shadow: 0 0 8rem rgba(41, 145, 197, 0.4), 0 0 4rem rgba(41, 145, 197, 0.3019607843), 0 0 2rem rgba(41, 145, 197, 0.5019607843);
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #0c7db5 50%, #2991c5 100%);
}
body.home footer.home-footer .content .entry-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15.7rem;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .content .entry-btn a {
    width: 22rem;
    height: 5.6rem;
    border-radius: 2.8rem;
  }
}
body.home footer.home-footer .content .entry-btn a .text {
  font-size: 3.2rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body.home footer.home-footer .content .entry-btn a .text {
    font-size: 2.4rem;
  }
}
body.home footer.home-footer .content .entry-btn a::after {
  width: 1.3rem;
  height: 1.3rem;
  transition: all 0.3s ease;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5019607843) 50%, #ffffff);
}

/*# sourceMappingURL=home.css.map */
