@font-face {
  font-display: swap;
  font-family: "Aboreto";
  font-style: normal;
  font-weight: 400;
  src: url("/recruitment/_assets/fonts/Aboreto/Aboreto-Regular.woff2") format("woff2");
}
html {
  position: relative;
  font-size: 2.5641025641vw;
  scrollbar-gutter: stable;
  -ms-overflow-style: none;
}
html::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("/recruitment/_assets/img/_common/bg-sp.jpg") center/cover no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
  }
  html {
    font-size: 1.0416666667vw;
  }
  html::before {
    background: url("/recruitment/_assets/img/_common/bg-pc.jpg") center/cover no-repeat;
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (min-width: 1367px) {
  html {
    font-size: min(0.7320644217vw, 62.5%);
  }
}
.contents {
  font-feature-settings: normal;
}
.contents picture {
  display: block;
}
.contents img {
  width: 100%;
}
.contents .pc {
  display: none;
}
.contents .contents-inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
.contents .contents-title {
  margin-bottom: 2rem;
  color: #0265B4;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
  text-align: center;
}
.contents .contents-subtitle {
  margin-bottom: 1rem;
  color: #0265B4;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.73;
  text-align: center;
}
.contents .contents-text {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.77;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents .sp {
    display: none;
  }
  .contents .pc {
    display: initial;
  }
  .contents .contents-inner {
    max-width: 980px;
  }
  .contents .contents-title {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    line-height: 1.57;
  }
  .contents .contents-subtitle {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
  .contents .contents-text {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .contents a {
    transition: 0.3s;
  }
  .contents a:hover {
    opacity: 0.8;
  }
}
.component-entory {
  padding: 2rem;
  background: #FFF;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.16);
  text-align: center;
}
.component-entory .component-entory__ttl {
  margin-bottom: 0.5rem;
  color: #0265B4;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.component-entory .component-entory__txt {
  color: #0265B4;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
.component-entory .component-entory__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.component-entory .component-entory__buttons .component-button {
  width: 100%;
  height: 100%;
}
.component-entory .component-entory__buttons .component-button .component-button__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.component-entory .component-entory__buttons .component-button .note {
  display: block;
  margin: auto 0;
  padding-top: 0.2rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .component-entory {
    max-width: 980px;
    padding: 2rem 2.6rem 2.6rem;
  }
  .component-entory .component-entory__ttl {
    font-size: 3.2rem;
  }
  .component-entory .component-entory__txt {
    font-size: 1.4rem;
  }
  .component-entory .component-entory__buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .component-entory .component-entory__buttons .component-button {
    flex-grow: 1;
  }
  .component-entory .component-entory__buttons .component-button .component-button__inner .arrow {
    right: 1rem;
  }
  .component-entory .component-entory__buttons .component-button .component-button__inner .note {
    font-size: 1.1rem;
  }
  .component-entory .component-entory__buttons .component-button:hover .component-button__inner .note::before {
    background: #2893E8;
  }
  .component-entory .component-entory__buttons .component-button.grn:hover .component-button__inner .note::before {
    background: #45BA80;
  }
}
.component-button {
  width: 80%;
  margin: 0 auto;
}
.component-button .component-button__inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: #2893E8;
  border: 2px solid #2893E8;
  border-radius: 0.2rem;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.66;
  text-align: center;
}
.component-button .component-button__inner i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.component-button .component-button__inner .arrow {
  right: 0.7rem;
  width: 0.8rem;
  aspect-ratio: 8/12;
}
.component-button .component-button__inner .arrow::before, .component-button .component-button__inner .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  content: "";
}
.component-button .component-button__inner .arrow::before {
  background: url("/recruitment/_assets/img/_common/arrow-wht.svg") center/cover no-repeat;
}
.component-button .component-button__inner .arrow::after {
  opacity: 0;
  background: url("/recruitment/_assets/img/_common/arrow-blu-l.svg") center/cover no-repeat;
}
.component-button.grn .component-button__inner {
  background: #45BA80;
  border-color: #45BA80;
}
.component-button.grn .component-button__inner .arrow::after {
  background: url("/recruitment/_assets/img/_common/arrow-grn.svg") center/cover no-repeat;
}
.component-button.blu .component-button__inner {
  background: #0265B4;
  border-color: #0265B4;
}
.component-button.blu .component-button__inner .arrow::after {
  background: url("/recruitment/_assets/img/_common/arrow-blu.svg") center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .component-button .component-button__inner {
    padding: 1.3rem;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    transition: 0.3s;
  }
  .component-button .component-button__inner .arrow {
    right: 1.6rem;
  }
  .component-button .component-button__inner:hover {
    opacity: 1;
    background: #FFF;
    color: #2893E8;
  }
  .component-button .component-button__inner:hover .arrow::before {
    opacity: 0;
  }
  .component-button .component-button__inner:hover .arrow::after {
    opacity: 1;
  }
  .component-button.grn:hover .component-button__inner {
    background: #FFF;
    color: #45BA80;
  }
  .component-button.blu:hover .component-button__inner {
    background: #FFF;
    color: #0265B4;
  }
}
.component-links {
  display: grid;
  gap: 3rem;
}
.component-links .component-links__ttl {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  color: #0265B4;
}
.component-links .component-links__ttl .component-links__ttl_en {
  position: relative;
  z-index: 1;
  transform: translate(0.4rem, 1.3rem);
  font-family: "Aboreto", system-ui;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.component-links .component-links__ttl .component-links__ttl_ja {
  padding-bottom: 0.7rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
}
.component-links .component-links__image {
  position: relative;
  margin-bottom: 1rem;
}
.component-links .component-links__image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  z-index: 1;
  width: 10rem;
  height: 1.2rem;
  background: #0265B4;
  content: "";
}
.component-links .component-links__text {
  color: #0265B4;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.785;
}

.col-3 {
  margin: 3rem auto 4rem;
}
.col-3 .component-links .component-links__image {
  margin-bottom: 0;
}
.col-3 .component-links .component-links__image::after {
  display: none;
}
.col-3 .component-links .component-links__text {
  display: none;
}
.col-3.no-field .field {
  display: none;
}

@media screen and (min-width: 768px) {
  .component-links {
    grid-template-columns: 1fr 1fr;
    gap: 7rem 4rem;
  }
  .component-links .contents-about__list_ttl .component-links__ttl_en {
    transform: translate(1rem, 1.6rem);
    font-size: 4.6rem;
  }
  .component-links .contents-about__list_ttl .component-links__ttl_ja {
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
  .component-links .component-links__image {
    margin-bottom: 2.5rem;
  }
  .component-links .component-links__image .component-links__picture {
    overflow: hidden;
  }
  .component-links .component-links__image .component-links__picture img {
    transition: 0.3s;
  }
  .component-links .component-links__image::after {
    width: 12rem;
    height: 1.6rem;
  }
  .component-links .component-links__text {
    font-size: 2rem;
    line-height: 1.8;
  }
  .component-links .component-links__link:hover .component-links__image .component-links__picture img {
    transform: scale(1.1);
  }
  .col-3 {
    margin: 6rem auto 7rem;
  }
  .col-3 .component-links {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  .col-3 .component-links .component-links__ttl .component-links__ttl_en {
    transform: translate(1rem, 1.2rem);
    font-size: 2.8rem;
  }
  .col-3 .component-links .component-links__ttl .component-links__ttl_ja {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
}
.component-banner .component-banner__link {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .component-banner .component-banner__link {
    max-width: 800px;
    margin: 0 auto;
  }
}
.component-footer {
  margin-top: 5rem;
}
.component-footer .contents-footer__head {
	background: url("/recruitment/_assets/img/_component/footer/bg-sp.jpg") center / cover no-repeat;
  position: relative;
  margin-bottom: 2.5rem;
  padding: 3.5rem 0 2rem;
}
.component-footer .contents-footer__head .contents-footer__head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-footer .contents-footer__head .contents-footer__head_bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.component-footer .contents-footer__head .component-entory {
  position: relative;
  z-index: 2;
  width: 89.7435897436%;
  margin: 0 auto;
}
.component-footer .contents-footer__note {
  margin-bottom: 2.4rem;
  font-size: 1rem;
  line-height: 1.7;
}
.component-footer .contents-footer_policy {
  font-size: 1.4rem;
  line-height: 1.71;
}
.component-footer .contents-footer_policy .tab {
  display: inline-block;
  width: 1.7rem;
  aspect-ratio: 17/13;
  margin-left: 1rem;
  background: url("/recruitment/_assets/img/_common/tab.svg") center/cover no-repeat;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .component-footer {
    margin-top: 10rem;
  }
  .component-footer .contents-footer__head {
		background: url("/recruitment/_assets/img/_component/footer/bg-pc.jpg") center / cover no-repeat;
    margin-bottom: 7rem;
    padding: 6rem 0;
  }
  .component-footer .contents-footer__head .component-entory {
    max-width: 980px;
  }
  .component-footer .contents-footer__note {
    margin-bottom: 5rem;
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .component-footer .contents-footer_policy a:hover {
    color: #0265B4;
    text-decoration: underline;
  }
}
.component-pegehead {
  margin-bottom: 4rem;
}
.component-pegehead .component-pegehead_title {
  position: relative;
  z-index: 1;
  width: 89.75%;
  margin: -2rem auto 0;
  padding: 2rem 2rem 2.5rem;
  background: #FFF;
  box-sizing: border-box;
  text-align: center;
  color: #0265B4;
}
.component-pegehead .component-pegehead_title .component-pegehead_title_en {
  margin-bottom: 0.5rem;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.component-pegehead .component-pegehead_title .component-pegehead_title_ja {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .component-pegehead {
    display: grid;
    grid-template-columns: 488fr 840fr;
    gap: 4rem;
    margin-bottom: 11rem;
    background: #FFF;
  }
  .component-pegehead .component-pegehead__bg {
    order: 1;
    transform: translate(0, 3.8rem);
  }
  .component-pegehead .component-pegehead_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 3rem 0rem 1.5rem 19.2rem;
    text-align: left;
  }
  .component-pegehead .component-pegehead_title .component-pegehead_title_en {
    margin-bottom: 2rem;
    font-size: 7.4rem;
  }
  .component-pegehead .component-pegehead_title .component-pegehead_title_ja {
    font-size: 1.8rem;
  }
}
.component-staff {
  display: grid;
  gap: 3rem;
}
.component-staff .component-staff__item {
  display: grid;
  grid-template-columns: 115fr 175fr;
  gap: 2rem;
}
.component-staff .component-staff__cate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.component-staff .component-staff__cate .component-staff__cate_tag {
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.component-staff .component-staff__cate .component-staff__cate_tag.cate-1 {
  background: #E6D500;
}
.component-staff .component-staff__cate .component-staff__cate_tag.cate-2 {
  background: #7BDD92;
}
.component-staff .component-staff__cate .component-staff__cate_tag.cate-3 {
  background: #9DE2EF;
}
.component-staff .component-staff__cate .component-staff__cate_tag.cate-4 {
  background: #F49F9F;
}
.component-staff .component-staff__job {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.8rem;
}
.component-staff .component-staff__job::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.6rem;
  height: 1px;
  background: #0265B4;
  content: "";
}
.component-staff .component-staff__job .component-staff__job_ttl {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.component-staff .component-staff__job .component-staff__job_txt {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.component-staff .component-staff__name {
  margin-bottom: 0.5rem;
}
.component-staff .component-staff__name_ja {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.component-staff .component-staff__name_en {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.component-staff .component-staff__grad {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.component-staff .component-staff__link {
  grid-column: span 2;
}
.component-staff .component-staff__link .component-staff__link_inner {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3rem 0.8rem 0.4rem;
  border-bottom: 1px solid #0265B4;
  color: #0265B4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow: hidden;
}
.component-staff .component-staff__link .component-staff__link_inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.9rem;
  background: #0265B4;
  transform: skewX(45deg);
  transform-origin: bottom;
  content: "";
}

.cate-1 .component-staff .component-staff__job::after {
  background: #E6D500;
}

.cate-2 .component-staff .component-staff__job::after {
  background: #7BDD92;
}

.cate-3 .component-staff .component-staff__job::after {
  background: #9DE2EF;
}

.cate-4 .component-staff .component-staff__job::after {
  background: #F49F9F;
}

@media screen and (min-width: 768px) {
  .component-staff {
    grid-template-columns: 1fr 1fr;
    gap: 7.5rem 3rem;
  }
  .component-staff .component-staff__item {
    display: grid;
    grid-template-columns: 200fr 190fr;
    gap: 1rem 2.5rem;
  }
  .component-staff .component-staff__body {
    padding-top: 3rem;
  }
  .component-staff .component-staff__cate {
    display: none;
  }
  .component-staff .component-staff__job {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .component-staff .component-staff__job .component-staff__job_ttl {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .component-staff .component-staff__name {
    margin-bottom: 0.8rem;
  }
  .component-staff .component-staff__name_ja {
    margin-bottom: 0.2rem;
    font-size: 2rem;
  }
  .component-staff .component-staff__name_en {
    font-size: 1.2rem;
  }
  .component-staff .component-staff__grad {
    font-size: 1.3rem;
  }
  .component-staff .component-staff__link .component-staff__link_inner {
    margin-right: 0;
    padding-left: 0.5rem;
  }
}