/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
top
------------------------------*/
main {
  overflow: hidden;
}

.section-hd {
  line-height: 1;
}
.section-hd h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-main);
  margin-bottom: -2.8rem;
}
@media screen and (max-width: 767px) {
  .section-hd h2 {
    font-size: 1.6rem;
    margin-bottom: -1.2rem;
  }
}
.section-hd p {
  font-size: min(12.5vw, 20rem);
  font-weight: 700;
  color: #dfe4eb;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-hd p {
    font-size: 16vw;
  }
}
.section-hd p span {
  display: inline-block;
  margin-inline: 0.12em;
}
.section-hd p::first-letter {
  color: var(--color-sub02);
  font-size: min(15.625vw, 25rem);
}

br.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sponly {
    display: block;
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100lvh;
  min-height: 50rem;
  position: relative;
}
.mv_copy {
  position: relative;
  z-index: 3;
}
.mv_copy p.mv_copy-overlay {
  position: absolute;
  z-index: 2;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url("../images/top/top_copy_overlay.png");
  background-size: cover;
  background-position: center;
}
.mv_copy-en {
  font-size: 14.4rem;
  font-size: min(9vw, 14.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .mv_copy-en {
    font-size: 5.76rem;
  }
}
.mv_copy-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-size: min(2vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.9;
  margin-right: -0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv_copy-ja {
    font-size: 1.6rem;
  }
}
.mv #mvEarth {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.mv #mvBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.lead {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lead_inner {
  text-align: center;
  padding-block: 7rem 8rem;
  font-feature-settings: "palt";
}
.lead_hd {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.lead p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .lead p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.lead_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 2s ease-out;
  background: url(../images/top/top_lead.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .lead_bg {
    background: url(../images/top/top_lead.jpg) no-repeat right center/cover;
  }
}

.about {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 5rem;
  }
}
.about_hd {
  margin-left: 2rem;
  margin-bottom: max(-6vw, -10rem);
}
.about_row {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_row {
    flex-direction: column;
    gap: 2rem;
  }
}
.about_row.row01 {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .about_row.row01 {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.about_row.row02 {
  margin-top: calc(((200% - 6rem) / 10 - 1rem) * -1);
}
@media screen and (max-width: 767px) {
  .about_row.row02 {
    margin-top: -100%;
  }
}
.about_row .about_item:first-of-type {
  margin-left: 0;
}
.about_row .about_item:last-of-type {
  margin-right: 0;
}
.about_item {
  text-decoration: none;
  width: calc((200% - 6rem) / 5);
  margin-inline: 1rem;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  display: block;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .about_item {
    width: calc((200% - 2rem) / 3);
    margin-inline: 0;
  }
}
.about_item::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #279ee2, #cde3f5);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: all 0.4s ease;
}
.about_item.item01::after {
  mix-blend-mode: color-burn;
  opacity: 0.5;
}
.about_item.item02::after {
  mix-blend-mode: soft-light;
}
.about_item.item03::after, .about_item.item04::after {
  mix-blend-mode: color-burn;
}
@media (hover: hover) and (pointer: fine) {
  .about_item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2509803922) inset;
  }
  .about_item:hover::after {
    opacity: 0;
  }
  .about_item:hover > img {
    scale: 1.05;
  }
  .about_item:hover .btn-arrow {
    scale: 1.6;
  }
  .about_item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.about_item-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 1.35;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 2rem;
}
.about_item-wrap span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about_item-wrap span {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.about_item-wrap p {
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .about_item-wrap p {
    font-size: 1.6rem;
  }
}
.about_item > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  aspect-ratio: 1/1;
  transition: all 0.4s ease;
}

.people_hd {
  text-align: right;
  margin-right: 2rem;
}
.people_occupation {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .people_occupation {
    margin-top: 4rem;
  }
}
.people_occupation-hd {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .people_occupation-hd {
    margin-bottom: 3rem;
  }
}
.people_occupation-hd::after, .people_occupation-hd::before {
  content: "";
  display: block;
  background-color: #e0e5eb;
  height: 1px;
  width: 100%;
  margin-top: 2.1rem;
}
.people_occupation-hd p {
  font-size: 3.6rem;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-inline: 2rem;
  flex-shrink: 0;
}
.people_occupation-hd p span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
.people_occupation-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .people_occupation-wrap {
    display: block;
    margin-bottom: 6rem;
  }
}
.people_occupation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4rem);
  padding-block: 3.5rem;
  background-color: #e0e5eb;
  box-shadow: 0 0 2px rgba(150, 160, 186, 0.8);
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .people_occupation-item {
    width: 100%;
    padding-block: 3rem;
  }
  .people_occupation-item + .people_occupation-item {
    margin-top: 2rem;
  }
}
.people_occupation-item .itemWrap {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5rem;
}
.people_occupation-item .itemWrap span {
  color: var(--color-sub02);
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.people_occupation-item .itemWrap p {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .people_occupation-item .itemWrap p {
    font-size: 1.8rem;
  }
}
.people_occupation-item .btn-arrow {
  position: absolute;
  z-index: 1;
  right: 3rem;
  background-color: var(--color-sub02);
}
.people_occupation-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: right;
  scale: 0 1;
  background-color: #fff;
  transition: scale 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .people_occupation-item:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
  .people_occupation-item:hover .btn-arrow {
    scale: 1.6;
  }
  .people_occupation-item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_interview {
  padding-top: 12rem;
  border-top: #e0e5eb 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .people_interview {
    margin-top: 4rem;
    padding-top: 6rem;
  }
}
.people_interview-hd {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 4.5rem;
  font-size: 15rem;
  font-weight: 500;
  color: var(--color-sub02);
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .people_interview-hd {
    font-size: 16vw;
    top: 2rem;
  }
}
.people_interview-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-inline: auto;
}
.people_interview-wrap .prev-arrow {
  margin-right: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  scale: 0.5 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .people_interview-wrap .prev-arrow {
    margin-right: 1rem;
  }
}
.people_interview-wrap .next-arrow {
  margin-left: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  scale: 0.5 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .people_interview-wrap .next-arrow {
    margin-left: 1rem;
  }
}
.people_interview-item {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .people_interview-item:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2509803922) inset;
  }
  .people_interview-item:hover > img {
    scale: 1.05;
    opacity: 0.85;
  }
  .people_interview-item:hover .btn-arrow {
    scale: 1.6;
  }
  .people_interview-item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_interview-item-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 2rem;
}
.people_interview-item-name .nameWrap p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
.people_interview-item-name .nameWrap p:nth-of-type(3) {
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.people_interview-item > img {
  width: 100%;
  transition: all 0.4s ease;
}
.people_interview-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: linear-gradient(to top, #74bce5, #74bce5, rgba(173, 221, 215, 0));
  mix-blend-mode: multiply;
}
.people_interview-list {
  margin-left: calc(50% - 50vw);
  background-color: var(--color-text);
  position: relative;
  z-index: 0;
  padding-top: 18rem;
  margin-top: -13rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .people_interview-list {
    margin-inline: calc(50% - 50vw);
    margin-top: -14rem;
    padding-top: 16rem;
  }
}
.people_interview-list-wrap {
  padding: 2rem;
  gap: 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .people_interview-list-wrap {
    gap: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .people_interview-list-wrap:hover {
    text-decoration: underline;
  }
  .people_interview-list-wrap:hover .btn-arrow {
    scale: 1.5;
  }
  .people_interview-list-wrap:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_interview-list-wrap p {
  display: inline-block;
}
.people_project {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .people_project {
    margin-top: 6rem;
  }
}
.people_project-hd {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .people_project-hd {
    margin-bottom: 3rem;
  }
}
.people_project-hd::after {
  content: "";
  display: block;
  background-color: #e0e5eb;
  height: 1px;
  width: 100%;
  margin-top: 2.1rem;
}
.people_project-hd p {
  font-size: 3.6rem;
  color: var(--color-text);
  font-weight: 500;
  text-align: left;
  display: inline-block;
  margin-right: 2rem;
  white-space: nowrap;
}
.people_project-hd p span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
.people_project-wrap {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .people_project-wrap {
    display: block;
  }
}
.people_project-item {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.people_project-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40%;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(to top, #000000, #000000, rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .people_project-item + .people_project-item {
    margin-top: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .people_project-item:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2509803922) inset;
  }
  .people_project-item:hover > img {
    scale: 1.05;
    opacity: 0.85;
  }
  .people_project-item:hover .btn-arrow {
    scale: 1.6;
  }
  .people_project-item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_project-item > img {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
}
.people_project-item-category {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-text);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .people_project-item-category {
    font-size: 1.4rem;
    padding: 0.5rem 0.6rem;
  }
}
.people_project-item-title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.people_project-item-title p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  border-bottom: #fff 1px solid;
  display: inline-block;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .people_project-item-title p {
    font-size: 1.8rem;
  }
}
.people_project-item-title p + p {
  margin-top: 0.4rem;
}
.people_project-item-title .btn-arrow {
  flex-shrink: 0;
}
.people_talk {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .people_talk {
    margin-top: 6rem;
  }
}
.people_talk-hd {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .people_talk-hd {
    margin-bottom: 3rem;
  }
}
.people_talk-hd::after, .people_talk-hd::before {
  content: "";
  display: block;
  background-color: #e0e5eb;
  height: 1px;
  width: 100%;
  margin-top: 2.1rem;
}
.people_talk-hd p {
  font-size: 3.6rem;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-inline: 2rem;
  white-space: nowrap;
}
.people_talk-hd p span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
.people_talk-item {
  text-decoration: none;
  position: relative;
  width: 74rem;
  display: block;
  margin-inline: auto;
  overflow: hidden;
  background-color: #fff;
}
.people_talk-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30%;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(to top, #000000, #000000, rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .people_talk-item::after {
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .people_talk-item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .people_talk-item:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2509803922) inset;
  }
  .people_talk-item:hover > img {
    scale: 1.05;
    opacity: 0.85;
  }
  .people_talk-item:hover .btn-arrow {
    scale: 1.6;
  }
  .people_talk-item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_talk-item > img {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: all 0.4s ease;
}
.people_talk-item-title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .people_talk-item-title {
    align-items: flex-end;
  }
}
.people_talk-item-title p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .people_talk-item-title p {
    font-size: 1.8rem;
  }
}
.people_talk-item-title .btn-arrow {
  flex-shrink: 0;
}

.environment {
  margin-top: 8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .environment {
    margin-top: 6rem;
  }
}
.environment_hd {
  margin-left: 2rem;
}
.environment_hd p {
  margin-left: -0.06em;
}
.environment_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  aspect-ratio: 1100/540;
  width: 68.75vw;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .environment_bg {
    width: 100%;
    top: 6.4rem;
  }
}
.environment_bg img {
  max-height: 540px;
}
.environment_inner {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .environment_inner {
    margin-top: 3rem;
  }
}
.environment_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .environment_wrap {
    display: block;
  }
}
.environment_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4rem);
  padding-block: 3.5rem;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(150, 160, 186, 0.8);
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .environment_item {
    width: 100%;
    padding-block: 3rem;
  }
  .environment_item + .environment_item {
    margin-top: 2rem;
  }
}
.environment_item .itemWrap {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5rem;
}
.environment_item .itemWrap span {
  color: var(--color-sub02);
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: all 0.05s 0.1s ease;
}
.environment_item .itemWrap p {
  font-size: 2.1rem;
  font-weight: 500;
  transition: all 0.05s 0.1s ease;
}
@media screen and (max-width: 767px) {
  .environment_item .itemWrap p {
    font-size: 1.8rem;
  }
}
.environment_item .btn-arrow {
  position: absolute;
  right: 3rem;
  background-color: var(--color-sub02);
}
.environment_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: right;
  scale: 0 1;
  background-color: var(--color-sub02);
  transition: scale 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .environment_item:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
  .environment_item:hover .itemWrap span {
    color: #fff;
  }
  .environment_item:hover .itemWrap p {
    color: #fff;
  }
  .environment_item:hover .btn-arrow {
    scale: 1.6;
    background-color: #fff;
  }
  .environment_item:hover .btn-arrow::after {
    scale: 0.7;
    background-color: var(--color-sub02);
  }
}

.recruit {
  margin-top: min(12.5vw, 20rem);
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 6rem;
  }
}
.recruit_hd {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit_hd {
    margin-bottom: 3rem;
  }
}
.recruit_hd h2 {
  margin-bottom: -3.2rem;
}
@media screen and (max-width: 767px) {
  .recruit_hd h2 {
    margin-bottom: -2.4rem;
  }
}
.recruit_wrap {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .recruit_wrap {
    display: block;
  }
}
.recruit_item {
  flex-direction: column;
  padding-block: 10rem 9rem;
  padding-inline: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.recruit_item.newgraduate {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  color: #fff;
  border: var(--color-main) 1px solid;
  transition: 0.3s all ease-out, 0.1s color ease-out, border;
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.newgraduate:hover {
    background-color: #fff;
    color: var(--color-main);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.newgraduate:hover {
    background-color: var(--color-main);
    opacity: 0.9;
    color: #fff;
  }
}
.recruit_item.career {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-sub01);
  color: #fff;
  border: var(--color-sub01) 1px solid;
  transition: 0.3s all ease-out, 0.1s color ease-out, border;
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.career:hover {
    background-color: #fff;
    color: var(--color-sub01);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.career:hover {
    background-color: var(--color-sub01);
    opacity: 0.9;
    color: #fff;
  }
}
.recruit_item.handicapped {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-sub02);
  color: #fff;
  border: var(--color-sub02) 1px solid;
  transition: 0.3s all ease-out, 0.1s color ease-out, border;
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.handicapped:hover {
    background-color: #fff;
    color: var(--color-sub02);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item.handicapped:hover {
    background-color: var(--color-sub02);
    opacity: 0.9;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .recruit_item {
    padding-block: 3rem;
    width: calc(100% - 4rem);
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between !important;
    padding-inline: 2rem;
  }
  .recruit_item + .recruit_item {
    margin-top: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_item:hover p {
    scale: 1.04;
  }
  .recruit_item:hover .btn-arrow {
    scale: 1.6;
  }
  .recruit_item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.recruit_item p {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .recruit_item p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
}
.recruit_item span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit_item span {
    margin-bottom: 0;
  }
}

.header {
  background-color: transparent;
}
/*# sourceMappingURL=top.css.map */