@charset "UTF-8";
/* ---------- 会社情報 | ここから ---------- */
.company {
  padding-top: 0.8rem;
}

.greeting {
  padding-block: 6rem;
  background: url("../img/company/greeting-bg.jpg") center/cover;
}
@media screen and (min-width: 961px) {
  .greeting {
    padding-block: 10rem 9.3rem;
  }
}

.greeting__section-title .section-title__en::first-letter {
  color: #B6E8FF;
}

.greeting__text {
  color: #ffffff;
  line-height: 1.8;
  margin-top: 2.4rem;
}
@media screen and (min-width: 961px) {
  .greeting__text {
    margin-top: 4.8rem;
  }
}

.greeting__name {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 3.3rem;
}
@media screen and (min-width: 961px) {
  .greeting__name {
    margin-top: 6rem;
  }
}
.greeting__name img {
  height: 2.9rem;
  width: auto;
}

.base-policy {
  padding-block: 8rem;
  background-color: #dff1f9;
}
@media screen and (min-width: 961px) {
  .base-policy {
    padding-block: 13rem;
  }
}

.base-policy__text {
  padding: 2rem;
  background: #ffffff;
  line-height: 1.8;
  margin-top: 2.4rem;
}
@media screen and (min-width: 961px) {
  .base-policy__text {
    padding: 2.4rem;
    margin-top: 4.8rem;
  }
}

.base-policy__list {
  margin-top: 1.8rem;
}
@media screen and (min-width: 961px) {
  .base-policy__list {
    margin-top: 2.4rem;
  }
}
.base-policy__list li {
  text-indent: -2em;
  padding-left: 2em;
}
.base-policy__list li + li {
  margin-top: 0.8em;
}

.company-policy {
  position: relative;
  padding-block: 6rem;
  background-color: #dff1f9;
}
@media screen and (min-width: 961px) {
  .company-policy {
    padding-block: 10rem;
  }
}
.company-policy::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 23.8rem;
  aspect-ratio: 575/547;
  background: url("../img/company/bg-logo-white.png") center/cover;
}
@media screen and (min-width: 961px) {
  .company-policy::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(50% - 18px);
    width: 57.5rem;
  }
}

.company-policy__inner {
  position: relative;
}

.company-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  counter-reset: counter;
  margin-top: 4.8rem;
}

.company-policy__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}

.company-policy__item-number,
.guide-line__item-number {
  display: grid;
  place-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  width: 5rem;
  aspect-ratio: 1;
  counter-increment: counter;
  background-color: #40acdc;
  color: #ffffff;
  border-radius: 50%;
}
.company-policy__item-number span,
.guide-line__item-number span {
  content: "0" counter(counter);
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.5rem;
  margin-left: -0.5rem;
}

.company-policy__item-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.guide-line {
  padding-block: 8rem;
}
@media screen and (min-width: 961px) {
  .guide-line {
    padding-block: 13rem;
  }
}

.guide-line__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 4.2rem;
}
@media screen and (min-width: 961px) {
  .guide-line__list {
    gap: 5.5rem 2.5rem;
    margin-top: 4.8rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.guide-line__item {
  position: relative;
  margin-top: 2.5rem;
  padding: 3.2rem 2rem 2.4rem;
  line-height: 1.8;
  background-color: #f8f8f8;
}
@media screen and (min-width: 961px) {
  .guide-line__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 4rem 3.2rem 3.2rem;
  }
}

.guide-line__item-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.5rem;
}

@media screen and (min-width: 961px) {
  .guide-line__item-title {
    display: grid;
    place-items: center;
  }
}

.guide-line__item-title span {
  display: block;
  font-size: 2rem;
  color: #40acdc;
  text-align: center;
}

.guide-line__item-text {
  margin-top: 0.4rem;
}
@media screen and (min-width: 961px) {
  .guide-line__item-text {
    margin-top: 0.8rem;
  }
}

.company__location {
  position: relative;
  padding-block: 4rem 8rem;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .company__location {
    padding-block: 10rem 13.4rem;
  }
}
.company__location::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 29rem;
  background-color: #dff1f9;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .company__location::before {
    height: 39.7rem;
  }
}
.company__location .location__text {
  color: #333333;
}

.company__history {
  padding-block: 6rem;
}
@media screen and (min-width: 961px) {
  .company__history {
    padding-block: 10rem 11rem;
  }
}

.history {
  background-color: #dff1f9;
}

.history__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .history__data {
    gap: 4.8rem;
    margin-top: 4.8rem;
  }
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  line-height: 1.8;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #cad1d5;
}
@media screen and (min-width: 961px) {
  .history__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.2rem;
    padding-bottom: 3.2rem;
  }
}
.history__item dt {
  font-size: 2rem;
  color: #40acdc;
}
.history__item dd {
  font-size: 1.8rem;
}
.history__item dd span {
  font-size: 1.8rem;
  position: relative;
}
.history__item dd span::after {
  content: "Ⓡ";
  font-size: 0.9rem;
  position: absolute;
  right: -1rem;
  top: 0.1rem;
}

.authorization {
  position: relative;
  padding-block: 8rem;
}
@media screen and (min-width: 961px) {
  .authorization {
    padding-block: 13rem;
  }
}
.authorization::before {
  display: none;
}
@media screen and (min-width: 961px) {
  .authorization::before {
    display: block;
    top: 0;
    right: calc(50% - 18px);
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    aspect-ratio: 575/547;
    background: url("../img/company/bg-logo-blue.png") center/cover;
  }
}

.authorization__content {
  position: relative;
}
@media screen and (min-width: 961px) {
  .authorization__content {
    width: 82%;
    margin-inline: auto;
  }
}

.authorization__list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media screen and (min-width: 961px) {
  .authorization__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.authorization__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 1.6rem 4.8rem 2rem;
  line-height: 1.8;
  background: url("../img/company/authorization-bg.jpg") center/cover;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .authorization__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2rem 3.6rem;
    gap: 1rem;
  }
}
.authorization__item--fsc .authorization__item-title {
  position: relative;
}
.authorization__item--fsc .authorization__item-title::after {
  content: "Ⓡ";
  font-size: 1.2rem;
  position: absolute;
  right: -1.3rem;
  top: 0.8rem;
}
.authorization__item--fsc .authorization__item-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.authorization__item--fsc .authorization__item-item .authorization__item-text {
  text-align: center;
  width: 100%;
}
.authorization__item--fsc .authorization__item-item .authorization__item-img {
  width: 17rem !important;
}
@media screen and (min-width: 961px) {
  .authorization__item--fsc .authorization__item-item {
    margin-top: 3.8rem;
  }
}

.authorization__item-title {
  font-size: 2.4rem;
  color: #40acdc;
  text-align: center;
}

.authorization__item-item {
  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;
  gap: 0.4rem;
}
@media screen and (min-width: 961px) {
  .authorization__item-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.authorization__item-item + .authorization__item-item {
  margin-top: 1.2rem;
}
@media screen and (min-width: 961px) {
  .authorization__item-item + .authorization__item-item {
    margin-top: 0;
  }
}

.authorization__item-img {
  width: 12rem;
}

/* ---------- 会社情報 | ここまで ---------- */
/* ---------- 環境 | ここから ---------- */
.environment {
  padding-block: 4rem 8rem;
}
@media screen and (min-width: 961px) {
  .environment {
    padding-block: 3rem 13rem;
  }
}

.environment-partner {
  padding-bottom: 8rem;
}
@media screen and (min-width: 961px) {
  .environment-partner {
    padding-bottom: 13rem;
  }
}

.environment-partner__title {
  text-align: center;
}

.environment-partner__text {
  margin-top: 4rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .environment-partner__text {
    text-align: center;
  }
}

.environment-partner__img {
  margin-top: 2.4rem;
  width: 20rem;
  margin-inline: auto;
}
@media screen and (min-width: 961px) {
  .environment-partner__img {
    margin-top: 3.2rem;
  }
}

.environment-esg {
  background-color: #dff1f9;
  padding-block: 100px;
}

.environment-esg__list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media screen and (min-width: 961px) {
  .environment-esg__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.environment-esg__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.environment-esg__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 13rem;
  aspect-ratio: 1;
}
.environment-esg__item-title span {
  position: relative;
  z-index: 1;
}
.environment-esg__item-title::before, .environment-esg__item-title::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 0;
}
.environment-esg__item-title::before {
  width: 100%;
  background: #40acdc;
  opacity: 0.2;
}
.environment-esg__item-title::after {
  width: 9.4rem;
  background: #dff1f9;
}

.environment-esg__item-title-en {
  display: block;
  color: #40acdc;
  font-size: 2.2rem;
}

.environment-esg__item-title-jp {
  display: block;
  font-size: 1.8rem;
}

.environment-esg__item-content {
  background: #ffffff;
  padding: 4rem 2rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .environment-esg__item-content {
    padding: 4rem 3.6rem 3.2rem;
  }
}
.environment-esg__item-content::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.6rem;
  content: "";
  width: 0.1rem;
  height: 6rem;
  background: #333333;
}

.environment-esg__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.environment-esg__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  line-height: 1.5;
}
.environment-esg__item-list li::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
}
.environment-esg__item-list li span {
  padding: 0 0.3rem 0 0;
  position: relative;
}
.environment-esg__item-list li span::after {
  content: "Ⓡ";
  font-size: 1rem;
  position: absolute;
  right: -0.8rem;
  top: 0.1rem;
}

.environment-esg__item-list--tree li::before {
  background: url(../img/environment/esg-tree.png) center/cover;
}

.environment-esg__item-list--hand li::before {
  background: url(../img/environment/esg-hand.png) center/cover;
}

.environment-esg__item-list--building li::before {
  background: url(../img/environment/esg-building.png) center/cover;
}

.environment-sdgs {
  position: relative;
  padding-block: 4rem 15rem;
}
@media screen and (min-width: 961px) {
  .environment-sdgs {
    padding-block: 18.6rem 13rem;
  }
}

.environment-sdgs__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 961px) {
  .environment-sdgs__img {
    bottom: auto;
    top: 13rem;
    width: 68.5rem;
  }
}

.environment-sdgs__content {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
          box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
  padding: 4rem 2rem;
  width: calc(100% + 2rem);
  left: -2rem;
}
@media screen and (min-width: 961px) {
  .environment-sdgs__content {
    left: 0;
    width: 100%;
    max-width: 68rem;
    padding: 5.2rem;
  }
}

.environment-sdgs__text,
.environment-csr__text {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.environment-csr {
  position: relative;
  padding-block: 0 15rem;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .environment-csr {
    margin-top: 0;
    padding-block: 5.6rem 0;
  }
}

.environment-csr__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 961px) {
  .environment-csr__img {
    bottom: auto;
    top: 0;
    width: 68.5rem;
  }
}

.environment-csr__content {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
          box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
  padding: 4rem 2rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 961px) {
  .environment-csr__content {
    left: 0;
    width: 100%;
    max-width: 68rem;
    padding: 5.2rem;
    margin-left: auto;
  }
}

/* ---------- 環境 | ここまで ---------- */
/* ---------- リクルート | ここから ---------- */
.page-id-72 .breadcrumb {
  background-color: #dff1f9;
}

.recruit {
  padding-bottom: 8rem;
}
@media screen and (min-width: 961px) {
  .recruit {
    padding-bottom: 13rem;
  }
}

.recruit__video {
  padding-block: 5.6rem 8.4rem;
}
@media screen and (min-width: 961px) {
  .recruit__video {
    padding-block: 3rem 13rem;
  }
}

.recruit__video-wrap {
  aspect-ratio: 920/518;
  overflow: hidden;
}
.recruit__video-wrap video {
  width: 50%;
  aspect-ratio: 1.7760617761;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 961px) {
  .recruit__video-wrap video {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 100%;
  }
}

.recruit__company {
  background-color: #dff1f9;
  padding-block: 5.6rem 6rem;
}
@media screen and (min-width: 961px) {
  .recruit__company {
    padding-block: 3rem 10rem;
  }
}

.recruit__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
  gap: 4rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4rem;
  }
}

.recruit__company-item {
  background-color: #ffffff;
  -webkit-box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
          box-shadow: -4px 10px 19px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
}
@media screen and (min-width: 961px) {
  .recruit__company-item {
    width: calc(100% - 12px);
  }
}

.recruit__company-title {
  font-size: 2.8rem;
  color: #40acdc;
  line-height: 160%;
  margin-left: -0.4rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-title {
    font-size: 2.2rem;
    margin-left: 0;
  }
}

.recruit__company-info {
  font-size: 1.8rem;
  padding: 2rem 2rem 2.6rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-info {
    padding: 3.2rem 3.2rem 3.5rem;
  }
}

.recruit__company-lead {
  font-size: 2rem;
  line-height: 160%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-lead {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

.recruit__company-text {
  font-size: 1.8rem;
  line-height: 180%;
  margin-top: 1.3rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-text {
	font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}

.recruit__company-video {
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-video {
    margin-top: 8rem;
  }
}

.recruit__company-item--landscape {
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .recruit__company-item--landscape {
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .recruit__company-item--landscape .recruit__company-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.7826086957%;
            flex: 0 0 44.7826086957%;
    aspect-ratio: 412/389;
  }
}
@media screen and (min-width: 961px) {
  .recruit__company-item--landscape .recruit__company-img img {
    display: block;
    height: 100%;
  }
}

.recruit__voice {
  position: relative;
  padding-block: 8rem;
}
@media screen and (min-width: 961px) {
  .recruit__voice {
    padding-block: 13rem 14.5rem;
  }
}
.recruit__voice::after {
  content: "";
  width: 52.7777777778%;
  aspect-ratio: 190/172;
  background: url(../img/recruitment/voice-logo-sp.png) center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .recruit__voice::after {
    width: 29.7222222222%;
    aspect-ratio: 428/457;
    background: url(../img/recruitment/voice-logo.png) center/cover;
  }
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  margin-top: 6rem;
}
@media screen and (min-width: 961px) {
  .voice__list {
    margin-top: 7.2rem;
  }
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .voice__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.voice__img {
  position: relative;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 961px) {
  .voice__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.6086956522%;
            flex: 0 0 32.6086956522%;
  }
}
.voice__img::before, .voice__img::after {
  content: "";
  width: 12.5rem;
  aspect-ratio: 1;
  background: url(../img/recruitment/voice-bg.png) center/cover;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .voice__img::before, .voice__img::after {
    width: 13rem;
  }
}
.voice__img::before {
  right: -2rem;
  top: -2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 961px) {
  .voice__img::before {
    display: none;
  }
}
.voice__img::after {
  left: -2rem;
  bottom: -2rem;
}
@media screen and (min-width: 961px) {
  .voice__img::after {
    left: -3.2rem;
    bottom: -3.2rem;
  }
}

.voice__info {
  margin-top: 4.5rem;
}
@media screen and (min-width: 961px) {
  .voice__info {
    margin-top: 0;
  }
}

.voice__title {
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (min-width: 961px) {
  .voice__title {
    font-size: 2.4rem;
  }
}

.voice__text {
  font-size: 1.85rem;
  line-height: 180%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 961px) {
  .voice__text {
    margin-top: 2.4rem;
  }
}

.voice__name {
  margin-top: 1.8rem;
  text-align: right;
  line-height: 190%;
}
@media screen and (min-width: 961px) {
  .voice__name {
    margin-top: 2.4rem;
  }
}

.recruit__photo {
  position: relative;
}
.recruit__photo::before {
  content: "";
  display: none;
  background: linear-gradient(94deg, #278AC1 0%, #2C98D4 100%);
  width: 100%;
  height: 59.0322580645%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .recruit__photo::before {
    display: block;
  }
}

.recruit__photo-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 961px) {
  .recruit__photo-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.recruit__photo-item {
  position: relative;
}

.recruit__photo-text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 0.3rem 1rem;
  line-height: 180%;
  font-size: 1.8rem;
}

.recruit__cta {
  margin-top: 8rem;
  margin-inline: 2rem;
}
@media screen and (min-width: 961px) {
  .recruit__cta {
    margin-top: 10rem;
    margin-inline: auto;
  }
}

/* ---------- リクルート | ここまで ---------- */