@charset "UTF-8";
.breadcrumb {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: var(--z-base);
  width: 100%;
  padding: 0 calc(12 * var(--px)) 10px;
  overflow-x: auto;
}
.breadcrumb-list {
  display: flex;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-blue);
}
.breadcrumb-list-item {
  display: flex;
  flex-shrink: 0;
  gap: calc(8 * var(--px));
  align-items: center;
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  pointer-events: auto;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: '／';
}
.breadcrumb-list-item:last-child {
  padding-right: calc(12 * var(--px));
}
.breadcrumb-list-link-text {
  display: inline-block;
}
.breadcrumb-list-arrow {
  width: calc(9 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(108 * var(--px));
    padding: 0 calc(52 * var(--px));
  }
  .breadcrumb-list {
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
.fv {
  position: relative;
  z-index: 1;
}
.fv-inner {
  position: relative;
  margin: calc(104 * var(--px)) 0 0 calc(12 * var(--px));
}
.fv-image {
  width: 100%;
  height: max(173.5vw, 92.53svh);
  overflow: hidden;
  clip-path: inset(20px 0 20px 10px round 16px 0 0 0);
}
@media (scripting: none) {
  .fv-image {
    clip-path: inset(0 round 16px 0 0 0);
  }
}
.fv-image-img {
  transform: scale(1.1);
}
@media (scripting: none) {
  .fv-image-img {
    transform: scale(1);
  }
}
.fv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: calc(2.25 * var(--rem)) calc(12 * var(--px)) 0;
}
.fv-head {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 * var(--px));
}
.fv-head-en {
  font-family: var(--font-oswald);
  font-size: calc(0.6875 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.fv-head-ja {
  font-size: calc(0.75 * var(--rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.fv-head.white {
  color: var(--color-white);
}
.fv-head.white .fv-head-en {
  color: var(--color-white);
}
.fv-head.sp-white {
  color: var(--color-white);
}
.fv-head.sp-white .fv-head-en {
  color: var(--color-white);
}
.fv-copy {
  display: flex;
  flex-direction: column;
  margin-top: calc(1.5 * var(--rem));
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.fv-copy-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(10 * var(--px));
  background-color: var(--color-white);
}
.fv-copy-item:first-child {
  padding: calc(0.25 * var(--rem)) 0 0 calc(12 * var(--px));
  border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0 0;
}
.fv-copy-item:last-child {
  padding: 0 0 calc(0.25 * var(--rem)) calc(12 * var(--px));
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px));
}
.fv-copy-item.--no-mark {
  padding-right: calc(12 * var(--px));
}
.fv-copy.--top .fv-copy-item:first-child {
  border-radius: calc(10 * var(--px)) calc(10 * var(--px)) calc(10 * var(--px))
    0;
}
.fv-copy.--top .fv-copy-item:last-child {
  border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
}
.fv-copy.--same .fv-copy-item:last-child {
  border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
}
.fv-copy.--three .fv-copy-item:first-child {
  border-radius: calc(10 * var(--px)) calc(10 * var(--px)) calc(10 * var(--px))
    0;
}
.fv-copy.--three .fv-copy-item:nth-child(2) {
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px)) 0;
}
.fv-profile {
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.375 * var(--rem)) calc(12 * var(--px));
  margin-top: calc(1 * var(--rem));
  font-size: calc(0.75 * var(--rem));
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: var(--color-white);
  border-radius: calc(10 * var(--px));
}
.fv-category {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 * var(--px));
  margin-top: calc(1.5 * var(--rem));
}
.fv-category-job {
  height: -moz-fit-content;
  height: fit-content;
  padding: calc(0.125 * var(--rem)) calc(11 * var(--px))
    calc(0.1875 * var(--rem));
  font-size: calc(0.75 * var(--rem));
  font-weight: 500;
  line-height: 1.33;
  color: var(--color-white);
  letter-spacing: 0.08em;
  background-color: var(--color-blue);
  border: solid 1px var(--color-blue);
}

.profile-inner {
  padding: calc(3 * var(--rem)) calc(12 * var(--px)) calc(5.625 * var(--rem));
}
.profile-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1.5 * var(--rem));
  gap: calc(1.5 * var(--rem));
  padding: calc(3 * var(--rem)) calc(12 * var(--px)) calc(4 * var(--rem));
  background-color: var(--color-white);
  border-radius: calc(8 * var(--px)) calc(8 * var(--px)) 0 0;
}
.profile-head-title {
  font-family: var(--font-oswald);
  font-size: calc(3 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.profile-detail-title {
  position: relative;
  padding-bottom: calc(0.5 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
  letter-spacing: 0.08em;
}
.profile-detail-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #d0d0d0;
}
.profile-detail-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.profile-intro {
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--rem));
}
.profile-motivation {
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--rem));
}
.profile-history {
  display: flex;
  flex-direction: column;
  gap: calc(1.75 * var(--rem));
  margin-top: calc(1 * var(--rem));
}
.profile-history-list {
  display: flex;
  flex-direction: column;
  gap: calc(0.75 * var(--rem));
}
.profile-history-list-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(0.4375 * var(--rem));
  gap: calc(0.4375 * var(--rem));
}
.profile-history-list-item-year {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(0.875 * var(--rem));
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.profile-history-list-item-content {
  display: flex;
  flex-direction: column;
  gap: calc(0.25 * var(--rem));
}
.profile-history-list-item-title {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.profile-history-list-item-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.profile-comment {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(0.3125 * var(--rem)) 0 0 auto;
  font-size: calc(0.75 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.job-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(0.125 * var(--rem));
  gap: calc(0.125 * var(--rem));
  padding: calc(6.1875 * var(--rem)) 0 calc(10 * var(--rem));
  background-color: #fdfdfd;
}
.job-content {
  display: flex;
  flex-direction: column;
  gap: calc(0.75 * var(--rem));
}
.job-head {
  padding: 0 calc(12 * var(--px));
}
.job-head-title {
  position: relative;
  font-size: calc(1 * var(--rem));
  font-weight: 600;
  line-height: 1;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.job-head-copy {
  margin-top: calc(0.875 * var(--rem));
  font-family: var(--font-shippori-antique);
  font-size: calc(1.375 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.job-interview {
  display: flex;
  flex-direction: column;
}
.job-interview-item {
  padding: calc(1.5 * var(--rem)) calc(12 * var(--px));
}
.job-interview-item-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1 * var(--rem));
  gap: calc(1 * var(--rem));
}
.job-interview-item-title {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 600;
  line-height: 1.7;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.job-interview-item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(0.5 * var(--rem));
  gap: calc(0.5 * var(--rem));
}
.job-interview-item-headline {
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.job-interview-item-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
}
.job-interview-item:nth-child(even) {
  position: relative;
  z-index: 1;
}
.job-interview-item:nth-child(even)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #f1f1f1;
}
.job-image {
  position: relative;
  width: 94vw;
  height: 72vw;
  margin: 0 0 0 auto;
  overflow: hidden;
  border-radius: calc(8 * var(--px)) 0 0 calc(8 * var(--px));
}
.job-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: calc(8 * var(--px)) 0 0 calc(8 * var(--px));
  opacity: var(--init-opacity);
}
.job-image-img {
  opacity: var(--init-opacity);
}
.job-bottom {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: calc(-7 * var(--rem));
}
.job-bottom-image {
  position: relative;
}
.job-bottom-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: var(--init-opacity);
}
.job-bottom-image-img {
  opacity: var(--init-opacity);
}
.job-bottom-image[data-id='1'] {
  width: 87.75vw;
  height: 57vw;
  overflow: hidden;
  border-radius: 0 calc(8 * var(--px)) calc(8 * var(--px)) 0;
}
.job-bottom-image[data-id='1'] .job-bottom-image-cover {
  border-radius: 0 calc(8 * var(--px)) calc(8 * var(--px)) 0;
}
.job-bottom-image[data-id='2'] {
  width: 100%;
  height: 72vw;
}
.job-bottom-caption {
  padding: calc(0.75 * var(--rem)) calc(12 * var(--px)) calc(3 * var(--rem));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  color: #5d5d5d;
  letter-spacing: 0.04em;
}

.company-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1.5 * var(--rem));
  gap: calc(1.5 * var(--rem));
  padding: calc(5.4375 * var(--rem)) calc(12 * var(--px)) 0;
}
.company-content {
  display: flex;
  flex-direction: column;
  gap: calc(2.25 * var(--rem));
}
.company-head-title {
  position: relative;
  font-size: calc(1 * var(--rem));
  font-weight: 600;
  line-height: 1;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.company-head-copy {
  margin-top: calc(0.875 * var(--rem));
  font-family: var(--font-shippori-antique);
  font-size: calc(1.375 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.company-interview {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
}
.company-interview-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(0.5 * var(--rem));
  gap: calc(0.5 * var(--rem));
}
.company-interview-item-title {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 600;
  line-height: 1.7;
  color: var(--color-blue);
  letter-spacing: 0.04em;
}
.company-interview-item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(0.5 * var(--rem));
  gap: calc(0.5 * var(--rem));
}
.company-interview-item-headline {
  font-family: var(--font-shippori-antique);
  font-size: calc(1.25 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.company-interview-item-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.company-image {
  position: relative;
  width: 94vw;
  height: 72vw;
  margin: 0 0 0 auto;
  overflow: hidden;
  border-radius: calc(8 * var(--px));
}
.company-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: var(--init-opacity);
}
.company-image-img {
  opacity: var(--init-opacity);
}

.other-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(24 * var(--px));
  gap: calc(24 * var(--px));
  padding: calc(72 * var(--px)) calc(12 * var(--px)) 0;
}

.holiday-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1.75 * var(--rem));
  gap: calc(1.75 * var(--rem));
  padding: calc(2 * var(--rem)) calc(12 * var(--px));
  color: var(--color-white);
  background-color: #0374bf;
  border-radius: calc(32 * var(--px)) calc(32 * var(--px)) 0 0;
}
.holiday-content {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
}
.holiday-headline {
  font-size: calc(1.125 * var(--rem));
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.holiday-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.holiday-image {
  width: 100%;
  height: 41.5vw;
  overflow: hidden;
  border-radius: calc(8 * var(--px));
}

.peace-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1.75 * var(--rem));
  gap: calc(1.75 * var(--rem));
  padding: calc(2 * var(--rem)) calc(12 * var(--px));
  color: var(--color-white);
  background-color: #35afb2;
  border-radius: calc(32 * var(--px)) calc(32 * var(--px)) 0 0;
}
.peace-content {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--rem));
}
.peace-headline {
  font-size: calc(1.125 * var(--rem));
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.peace-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.peace-image {
  width: 100%;
  height: 41.5vw;
  overflow: hidden;
  border-radius: calc(8 * var(--px));
}

.bottom {
  position: relative;
  width: 100%;
  margin-top: calc(80 * var(--px));
}
.bottom-image {
  width: 100%;
  height: 111vw;
}
.bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(40 * var(--px)) 0 calc(48 * var(--px));
}
.bottom-back {
  position: relative;
  display: flex;
  gap: calc(10 * var(--px));
  align-items: center;
  justify-content: center;
  width: calc(284 * var(--px));
  padding: calc(0.5 * var(--rem)) calc(16 * var(--px));
  overflow: hidden;
  color: var(--color-white);
  background: linear-gradient(
    90deg,
    rgba(0, 90, 150, 0.9) 0%,
    rgba(0, 121, 202, 0.9) 100%
  );
}
.bottom-back-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    290deg,
    rgba(0, 90, 150, 0.9) 0%,
    rgba(0, 121, 202, 0.9) 100%
  );
  opacity: 0;
}
.bottom-back-arrow {
  position: relative;
  z-index: 1;
  width: calc(7 * var(--px));
  height: calc(11 * var(--px));
  transform: rotateY(180deg);
}
.bottom-back-text {
  position: relative;
  z-index: 1;
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 960px) {
  .fv {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .fv-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(39, 1fr);
    grid-column: 2/41;
    margin: calc(145 * var(--px)) 0 0;
  }
  .fv-image {
    grid-column: 1/41;
    height: max(61.49vw, 109.23vh);
  }
  .fv-content {
    grid-column: 3/17;
    padding: calc(116 * var(--px)) 0 0;
  }
  .fv-head-en {
    font-size: calc(0.8125 * var(--rem));
  }
  .fv-head-ja {
    font-size: calc(1 * var(--rem));
  }
  .fv-head.sp-white {
    color: var(--color-black);
  }
  .fv-head.sp-white .fv-head-en {
    color: var(--color-blue);
  }
  .fv-head.pc-white {
    color: var(--color-white);
  }
  .fv-head.pc-white .fv-head-en {
    color: var(--color-white);
  }
  .fv-copy {
    margin-top: calc(2 * var(--rem));
    font-size: calc(1.6875 * var(--rem));
  }
  .fv-copy-item {
    padding: 0 calc(16 * var(--px));
  }
  .fv-copy-item:first-child {
    padding: calc(0.25 * var(--rem)) 0 0 calc(16 * var(--px));
  }
  .fv-copy-item:last-child {
    padding: 0 0 calc(0.25 * var(--rem)) calc(16 * var(--px));
  }
  .fv-copy-item.--no-mark {
    padding-right: calc(16 * var(--px));
  }
  .fv-profile {
    padding: calc(0.5 * var(--rem)) calc(16 * var(--px));
    margin-top: calc(1.5 * var(--rem));
    font-size: calc(1 * var(--rem));
    line-height: 2;
  }
  .fv-category {
    margin-top: calc(2 * var(--rem));
  }
  .fv-category-job {
    padding: 0 calc(11 * var(--px));
    font-size: calc(1 * var(--rem));
    line-height: 1.8;
  }
  .profile {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(80 * var(--px)) 0 calc(7.0625 * var(--rem));
  }
  .profile-inner {
    grid-column: 3/39;
    padding: 0;
  }
  .profile-content {
    grid-template-columns: 1fr 26.72vw 26.72vw;
    row-gap: calc(2 * var(--rem));
    -moz-column-gap: 5.86vw;
    column-gap: 5.86vw;
    justify-content: space-between;
    padding: calc(3.5 * var(--rem)) 5.56vw calc(4 * var(--rem));
    border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
  }
  .profile-head-title {
    margin-right: -1em;
    font-size: clamp(
      2.25 * var(--rem),
      (var(--window-width) * 0.0011645963 + 1.7841614907) * var(--rem),
      3.375 * var(--rem)
    );
  }
  .profile-detail-title {
    font-size: calc(1.125 * var(--rem));
  }
  .profile-detail-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .profile-history {
    grid-column: 1/4;
    gap: calc(1 * var(--rem));
    margin-top: 0;
  }
  .profile-history-list-item {
    grid-template-columns: calc(6.75 * var(--rem)) 1fr;
    gap: calc(20 * var(--px));
    width: 64.71vw;
  }
  .profile-history-list-item-title {
    font-size: calc(1 * var(--rem));
  }
  .profile-history-list-item-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .profile-comment {
    margin: calc(1 * var(--rem)) 0 0 auto;
  }
  .job-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-gap: 0;
    gap: 0;
    padding: calc(8.75 * var(--rem)) 0 calc(7.9375 * var(--rem));
  }
  .job-content {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-row: 1/2;
    grid-column: 1/41;
    grid-gap: 0;
    gap: 0;
    grid-row-gap: calc(2.5 * var(--rem));
    row-gap: calc(2.5 * var(--rem));
    padding: calc(0.375 * var(--rem)) 0 0;
  }
  .job-head {
    grid-column: 4/20;
    padding: 0;
  }
  .job-head-title {
    font-size: calc(1.125 * var(--rem));
  }
  .job-head-copy {
    margin-top: calc(1.1875 * var(--rem));
    font-size: calc(1.75 * var(--rem));
  }
  .job-body {
    grid-column: 1/41;
  }
  .job-interview {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .job-interview-item {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(40, 1fr);
    grid-gap: 0;
    gap: 0;
    padding: calc(2 * var(--rem)) 0;
  }
  .job-interview-item::before {
    grid-column: 1/41;
  }
  .job-interview-item-inner {
    grid-column: 4/20;
  }
  .job-interview-item-title {
    font-size: calc(1 * var(--rem));
  }
  .job-interview-item-headline {
    font-size: calc(1.5 * var(--rem));
  }
  .job-interview-item-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .job-interview-item:nth-child(1) {
    padding-bottom: calc(2.5 * var(--rem));
  }
  .job-interview-item:nth-child(3) {
    padding-top: calc(2.5 * var(--rem));
  }
  .job-image {
    z-index: 1;
    grid-row: 1;
    grid-column: 22/39;
    width: 100%;
    height: 30.75vw;
    margin: 0;
    border-radius: calc(16 * var(--px));
  }
  .job-bottom {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    margin-top: 0;
  }
  .job-bottom-image[data-id='1'] {
    grid-row: 1;
    grid-column: 27/35;
    width: 20.06vw;
    height: 24.89vw;
    margin-top: -16.62vw;
    border-radius: calc(16 * var(--px));
  }
  .job-bottom-image[data-id='2'] {
    grid-row: 1;
    grid-column: 1/24;
    width: 100%;
    height: 27.75vw;
    overflow: hidden;
    border-radius: 0 calc(16 * var(--px)) 0 0;
  }
  .job-bottom-caption {
    grid-column: 26/37;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin-top: -13.69vw;
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .company-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-gap: 0;
    gap: 0;
    padding: calc(7.4375 * var(--rem)) 0 0;
  }
  .company-content {
    grid-column: 3/21;
    gap: calc(4.5 * var(--rem));
    padding: calc(0.5 * var(--rem)) 0 0;
  }
  .company-head-title {
    font-size: calc(1.125 * var(--rem));
  }
  .company-head-copy {
    margin-top: calc(1.1875 * var(--rem));
    font-size: calc(1.75 * var(--rem));
  }
  .company-interview {
    display: flex;
    flex-direction: column;
    gap: calc(2 * var(--rem));
  }
  .company-interview-item {
    gap: calc(1 * var(--rem));
  }
  .company-interview-item-title {
    font-size: calc(1 * var(--rem));
  }
  .company-interview-item-headline {
    font-size: calc(1.5 * var(--rem));
  }
  .company-interview-item-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .company-image {
    grid-column: 23/39;
    width: 100%;
    height: 26.35vw;
    margin: 0;
    border-radius: calc(16 * var(--px));
  }
  .other-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-gap: 0;
    gap: 0;
    padding: calc(120 * var(--px)) 0 0;
  }
  .holiday {
    grid-column: 2/21;
    height: 100%;
  }
  .holiday-inner {
    display: flex;
    flex-direction: column;
    gap: calc(2.5 * var(--rem));
    justify-content: space-between;
    height: 100%;
    padding: calc(4 * var(--rem)) calc(74 * var(--px)) calc(4 * var(--rem))
      calc(77 * var(--px));
    border-radius: calc(80 * var(--px)) calc(80 * var(--px)) 0 0;
  }
  .holiday-content {
    gap: calc(2 * var(--rem));
  }
  .holiday-headline {
    font-size: calc(1.5 * var(--rem));
  }
  .holiday-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .holiday-image {
    height: 23.43vw;
    border-radius: calc(8 * var(--px));
  }
  .peace {
    grid-column: 22/40;
    height: 100%;
  }
  .peace-inner {
    display: flex;
    flex-direction: column;
    gap: calc(2.5 * var(--rem));
    justify-content: space-between;
    height: 100%;
    padding: calc(4 * var(--rem)) calc(74 * var(--px)) calc(4 * var(--rem))
      calc(77 * var(--px));
    border-radius: calc(80 * var(--px)) calc(80 * var(--px)) 0 0;
  }
  .peace-content {
    gap: calc(2 * var(--rem));
  }
  .peace-headline {
    font-size: calc(1.5 * var(--rem));
  }
  .peace-text {
    font-size: calc(1 * var(--rem));
    line-height: 1.7;
  }
  .peace-image {
    height: 23.43vw;
    border-radius: calc(8 * var(--px));
  }
  .bottom {
    margin-top: calc(120 * var(--px));
  }
  .bottom-image {
    height: 62.23vw;
  }
  .bottom-content {
    padding: calc(48 * var(--px)) 0 calc(56 * var(--px));
  }
  .bottom-back {
    gap: calc(12 * var(--px));
  }
  .bottom-back-arrow {
    margin-top: calc(2 * var(--px));
    margin-left: calc(-2 * var(--px));
  }
}
@media (any-hover: hover) {
  .bottom-back-bg {
    transition: opacity 0.48s var(--ease-out-quad);
  }
  .bottom-back-arrow {
    transition: transform 0.4s var(--ease-out-quart);
  }
  .bottom-back-text {
    transition: letter-spacing 0.4s var(--ease-out-quart);
  }
  .bottom-back:hover .bottom-back-bg {
    opacity: 1;
    transition-duration: 0.4s;
  }
  .bottom-back:hover .bottom-back-arrow {
    transform: translateX(-50%) rotateY(180deg);
    transition-duration: 0.24s;
  }
  .bottom-back:hover .bottom-back-text {
    letter-spacing: 0.1em;
    transition-duration: 0.24s;
  }
}
