@charset "UTF-8";
:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

html {
  font-size: 62.5%;
}

.p-first__view {
  position: relative;
}
.p-first__view .p-fv__inner {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .p-first__view .p-fv__inner {
    height: 680px;
  }
}
.p-first__view .p-fv__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-first__view .p-fv__inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-first__view .p-fv__inner .p-fvtitle__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 1;
}
.p-first__view .p-fv__inner .p-fvtitle__right h2 {
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__right h2 {
    font-size: 3vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile {
  line-height: 1.8;
  margin-top: 16px;
}
.p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile h3 {
  font-size: 3vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile h3 {
    font-size: 2vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile p {
  font-size: 2.2vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile p {
    font-size: 1.4vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile small {
  font-size: 1.8vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__right .p-recruit__profile small {
    font-size: 1.2vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 1;
}
.p-first__view .p-fv__inner .p-fvtitle__left h2 {
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__left h2 {
    font-size: 3vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile {
  line-height: 1.8;
  margin-top: 16px;
}
.p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile h3 {
  font-size: 3vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile h3 {
    font-size: 2vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile p {
  font-size: 2.2vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile p {
    font-size: 1.4vw;
  }
}
.p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile small {
  font-size: 1.8vw;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
  .p-first__view .p-fv__inner .p-fvtitle__left .p-recruit__profile small {
    font-size: 1.2vw;
  }
}

.p-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    display: block;
    margin: 16px 0 0 16px;
  }
}
.p-breadcrumb .p-breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  white-space: nowrap;
  word-break: break-all;
  overflow-x: auto;
  padding-bottom: 10px;
}
.p-breadcrumb .p-breadcrumb__inner .p-breadcrumb__list {
  position: relative;
  font-size: 1.3rem;
}
.p-breadcrumb .p-breadcrumb__inner .p-breadcrumb__list:not(:last-child) {
  padding-right: 3rem;
}
.p-breadcrumb .p-breadcrumb__inner .p-breadcrumb__list:not(:last-child)::after {
  content: "＞";
  color: #000;
  display: block;
  position: absolute;
  right: 0.8rem;
  top: 45%;
  transform: translateY(-50%);
}
.p-breadcrumb .p-breadcrumb__inner .p-breadcrumb__list a {
  text-decoration: underline;
  color: #000;
}

#contents {
  margin: 40px 0 0;
}
@media screen and (min-width: 1024px) {
  #contents {
    margin: 80px 0 0;
  }
}
#contents .p-recruit__inner__list {
  margin-bottom: 40px;
  border-bottom: 1px solid #2748AC;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__inner__list {
    margin-bottom: 70px;
    padding-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
#contents .p-recruit__inner__list .p-recruit__inner__photo img {
  width: 100%;
  height: auto;
}
#contents .p-recruit__inner__list .p-recruit__inner__text {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__inner__list .p-recruit__inner__text {
    margin: 0;
  }
}
#contents .p-recruit__inner__list .p-recruit__inner__text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__inner__list .p-recruit__inner__text h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__inner__list .p-recruit__inner__text h2 {
    font-size: 2.8rem;
  }
}
#contents .p-recruit__inner__list .p-recruit__inner__text p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: justify;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__inner__list .p-recruit__inner__text p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__inner__list .p-recruit__inner__text p {
    font-size: 1.8rem;
  }
}
#contents .p-recruit__inner__list:nth-child(even) .p-recruit__inner__photo {
  order: 2;
}
#contents .p-recruit__inner__list:nth-child(even) .p-recruit__inner__text {
  order: 1;
}
#contents .p-recruit__message h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__message h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__message h2 {
    font-size: 2.8rem;
  }
}
#contents .p-recruit__message p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: justify;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__message p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__message p {
    font-size: 1.8rem;
  }
}
#contents .p-recruit__column {
  margin-top: 24px;
  height: auto;
  border: 3px solid #0070BB;
  border-radius: 20px;
  padding: 40px 24px;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__column {
    padding: 70px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__column .p-recruit__column-inner {
    height: 400px;
  }
}
#contents .p-recruit__column .p-recruit__column-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents .p-recruit__column .p-recruit__column-text {
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__column .p-recruit__column-text {
    margin: 0;
  }
}
#contents .p-recruit__column .p-recruit__column-text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__column .p-recruit__column-text h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__column .p-recruit__column-text h2 {
    font-size: 2.8rem;
  }
}
#contents .p-recruit__column .p-recruit__column-text p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: justify;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #contents .p-recruit__column .p-recruit__column-text p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  #contents .p-recruit__column .p-recruit__column-text p {
    font-size: 1.8rem;
  }
}
#contents .p-return__btn {
  margin: 40px auto 0;
  display: flex;
  border: 1px solid #4a4848;
  padding: 20px;
  width: 30%;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  max-width: 230px;
}
#contents .p-return__btn:hover {
  background-color: #2748AC;
  border: 0;
  color: #fff;
}

.l-contact {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 120px;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-container.l-container--narrow {
    max-width: 1020px;
  }
  .l-container.l-container--wide {
    max-width: 1340px;
  }
  .l-container.l-container--contact {
    max-width: 1160px;
  }
}
.l-container.l-container--full {
  width: 100vw;
  max-width: none;
  margin-left: calc((100% - 100vw) / 2);
}

.l-page__width {
  padding: 0 20px 100px;
}
@media screen and (min-width: 768px) {
  .l-page__width {
    padding: 0 60px 100px;
    max-width: 1440px;
    margin: 0 auto;
  }
}