@charset "utf-8";
/* CSS Document */
.p-role-section:nth-of-type(n+2) {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-role-section:nth-of-type(n+2) {
    margin-top: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-role-section--reverse .p-role-section__top::before {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-role-section--reverse .p-role-section__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.p-role-section__top {
  position: relative;
  padding-top: 1.875rem;
	color:#fff;
}
@media screen and (min-width: 768px) {
  .p-role-section__top {
    padding-top: 0;
  }
}
.p-role-section__top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b21212;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-role-section__top::before {
    width: 62.5%;
    height: calc(100% - 3.75rem);
  }
}

.p-role-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  gap: 2.25rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-role-section__wrapper {
    padding-bottom: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-role-section__contents {
    width: 44.3181818182%;
  }
}

.p-role-section__head {
  position: relative;
  z-index: 0;
}
.p-role-section__head::before {
  content: attr(data-en);
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0.2em;
  font-style: italic;
  font-weight: 600;
  font-size: 3.125rem;
  letter-spacing: 0.0247933884em;
  line-height: 1;
  color: rgba(255, 255, 255, .2);
  z-index: -1;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-role-section__head::before {
    font-size: 7.5625rem;
    bottom: 0;
  }
}

.p-role-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-role-section__title {
    padding-left: 2rem;
  }
}

.p-role-section__title-about {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-role-section__title-about {
    font-size: 1.25rem;
  }
}

.p-role-section__title-name {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-role-section__title-name {
    font-size: 2.25rem;
  }
}

.p-role-section__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-role-section__body {
    padding-left: 2rem;
    padding-right: 3.125rem;
  }
}

.p-role-section__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-role-section__image {
    width: 52.7597402597%;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
}
.p-role-section__image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-role-section__job {
  margin-top: 6.875rem;
}

.p-role-section__job-head {
  position: relative;

  z-index: 0;
}
.p-role-section__job-head::after {
  content: attr(data-en);
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0.3em;
  font-style: italic;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.0251388889em;
  line-height: 1;
  color: #f7a0a2;
  z-index: -1;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-role-section__job-head::after {
    bottom: 0;
    font-size: 4.5rem;
  }
}

.p-role-section__job-title {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-role-section__job-title {
    padding-left: 1.9375rem;
    font-size: 1.875rem;
  }
}

.p-role-section__job-list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5625rem;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-role-section__job-list {
    padding-left: 1.9375rem;
    max-width: none;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-role-section__job-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-role {
  padding-top: 4.6875rem;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-role {
    padding-top: 9.375rem;
    padding-bottom: 8.6875rem;
  }
}
