@charset "UTF-8";

/* main > section[id] */
main > section[id] {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  main > section[id] {
    padding: 7.2rem 0;
  }
}
main > section[id] > h2 {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  main > section[id] > h2 {
    margin-bottom: 2rem;
  }
}
main > section[id] > h2 + .container {
  border-top: 1px solid rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  main > section[id] > h2 + .container {
    padding-left: 30rem;
  }
}

/* company */

/* company outline */
#company .outline,
#company .outline dl {
  margin: 0;
}
#company .outline {
  padding: 0 0 2.3rem 0;
}
@media screen and (min-width: 768px) {
  #company .outline {
    padding: 3.1rem 0;
  }
}
@media screen and (min-width: 768px) {
  #company .outline > div,
  #company .outline dl > div {
    display: flex;
  }
}
#company .outline > div {
  padding: 1em 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #company .outline > div {
    font-size: 2rem;
  }
}
#company .outline dt,
#company .outline dd {
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgb(51, 51, 51);
}
@media screen and (min-width: 768px) {
  #company .outline dt,
  #company .outline dd {
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }
}
#company .outline > div > dt,
#company .outline > div > dd {
  padding: 0.25em 0;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #company .outline > div > dt {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: calc(15 * 1.5 / 13);
    letter-spacing: calc(1.25 / 25 * 1em);
  }
}
@media screen and (min-width: 768px) {
  #company .outline > div > dt,
  #company .outline > div > dd {
    padding: 0.275em 0;
  }
}
#company .outline > div > dd {
  word-break: keep-all;
}
#company .outline > div > dd .button {
  padding: 1.4rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #company .outline > div > dt {
    flex-basis: 23.5rem;
    flex-shrink: 0;
  }
  #company .outline > div > dd:not(:has(.button)) {
    flex-basis: 96.5rem;
  }
  #company .outline > div > dd:has(.button) {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #company .outline > div > dd:has(.button) ul {
    flex-basis: 96.5rem;
  }
  #company .outline > div > dd .button {
    padding: 0 3.1rem;
    flex-basis: 23.4rem;
  }
}
#company .outline > div > dd .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15rem;
  min-height: 4.2rem;
  border-radius: 2.4rem;
  border: solid 1px rgb(230, 230, 230);
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: calc(0.46 / 16 * 1em);
  text-indent: calc(0.46 / 16 * 1em);
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #company .outline > div > dd .button a {
    width: auto;
    min-width: auto;
    min-height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 1.6rem;
  }
}
#company .outline > div > dd .button a::before {
  content: "";
  margin-right: 0.7rem;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/ico_gmap.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #company .outline > div > dd .button a::before {
    margin-right: 0.7rem;
    width: 1.2rem;
    height: 1.7rem;
  }
}
#company .outline dd {
  margin: 0;
}
#company .outline dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#company .outline dd dl > div {
  display: flex;
}
#company .outline dd dt {
  flex-basis: 10em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #company .outline dd dt {
    flex-basis: 26.2rem;
    flex-shrink: 0;
  }
}

/* company cert */
#company .cert {
  padding: 0 0 1.4rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #company .cert {
    padding: 0;
    flex-wrap: nowrap;
    width: 120rem;
  }
}
#company .cert li {
  margin-top: 1.4rem;
  flex-basis: calc(1 / 3 * 100%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #company .cert li {
    margin-top: 0;
    flex-basis: 20%;
  }
}
#company .cert li .image {
  border-top: solid 1px rgb(230, 230, 230);
  border-bottom: solid 1px rgb(230, 230, 230);
  border-left: solid 1px rgb(230, 230, 230);
}
#company .cert li:nth-of-type(3n) .image {
  margin-right: -1px;
  border-right: solid 1px rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  #company .cert li:nth-of-type(3n) .image {
    margin-right: 0;
    border-right: none;
  }
  #company .cert li:last-of-type .image {
    margin-right: -1px;
    border-right: solid 1px rgb(230, 230, 230);
  }
}
#company .cert li .image img {
  width: 100%;
}
#company .cert li a {
  padding: 0.6em 0;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  #company .cert li a {
    font-size: 1.4rem;
  }
}

/* purpose */
@media screen and (max-width: 767px) {
  /* sp only */
  #purpose {
    padding-bottom: 15rem;
  }
  #wrapper #purpose h2 .dsc {
    padding: 0.05em 0;
    margin: 0.5em 0;
    line-height: 1.1;
  }
}
#purpose .wrap {
  margin: 0 calc(50% - 50vw);
  display: flow-root;
  aspect-ratio: 375 / 570;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #purpose .wrap {
    padding-top: 0;
    margin: -7.7rem 0 0 0;
    aspect-ratio: 1800 / 913;
  }
}
#purpose .bg {
  position: absolute;
  top: -6.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #purpose .bg {
    top: 0;
  }
}
#purpose .bg .image {
  height: 100%;
}
#purpose .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}
#purpose .fg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -15rem;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #purpose .fg {
    padding-left: 12.9rem;
    padding-right: 9.7rem;
    bottom: -7.1rem;
  }
}
#purpose .fg .image:first-of-type {
  margin-bottom: 4rem;
  margin-left: -1.6rem;
  width: 15.3rem;
}
#purpose .fg .image:last-of-type {
  width: 17.4rem;
}
@media screen and (min-width: 768px) {
  #purpose .fg .image:first-of-type {
    margin-bottom: 7.1rem;
    margin-left: 0;
    width: 24.9rem;
  }
  #purpose .fg .image:last-of-type {
    width: 35.8rem;
  }
}
#purpose .fg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#purpose section {
  padding: 1.2rem 0.4rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  max-width: 31.3rem;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
#purpose section:nth-of-type(1) {
  margin-top: 6.8rem;
}
@media screen and (min-width: 768px) {
  #purpose section {
    padding: 2rem 2rem;
    max-width: 70.8rem;
    border-radius: 16px;
  }
  #purpose section:nth-of-type(1) {
    margin-top: 23.4rem;
  }
  #purpose section:nth-of-type(2) {
    margin-top: 9.6rem;
  }
  #purpose section:nth-of-type(3) {
    margin-top: 7.5rem;
  }
}
#purpose section > h3 {
  margin: 0;
  flex-basis: 6.7rem;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 100;
  text-align: center;
  color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  #purpose section > h3 {
    flex-basis: 11rem;
  }
}
#purpose section > h3 .image {
  display: inline-block;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  #purpose section > h3 .image {
    height: 2.3rem;
  }
}
#purpose section > h3 .image img {
  width: auto;
  max-width: none;
  height: 100%;
}
#purpose .desc p {
  padding: 0.15em 1em;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3;
  border-left: 2px solid rgb(227, 234, 241);
  font-weight: 300;
  letter-spacing: 0.05em;
}
#purpose .desc p + p {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  #purpose .desc p {
    padding: 0.3em 0 0.3em 1em;
    font-size: 1.8rem;
    line-height: 1.6;
    border-left: 3px solid rgb(227, 234, 241);
  }
  #purpose .desc p + p {
    margin-top: 2rem;
  }
}

/* values */
#values .slide {
  margin: 0 calc(50% - 50vw);
}
#values .slide > div {
  overflow: visible;
}
#values .slide ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow: visible;
}
#values .slide li {
  aspect-ratio: 230 / 388;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #values .slide li {
    aspect-ratio: 904 / 460;
    border-radius: 10px;
  }
}
#values .slide .pagination {
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  #values .slide .pagination {
    padding: 4.9rem 0;
  }
}
#values .slide .pagination > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  #values .slide .pagination > div {
    gap: 1rem;
  }
}
#values .slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgb(204, 204, 204);
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #values .slide .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#values .slide .swiper-pagination-bullet-active,
#values .slide .swiper-pagination-bullet:hover {
  background-color: rgb(184, 28, 43);
}

/* values .container */
#values .container {
  padding: 2rem 0;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #values .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #values .container > .ill {
    flex-basis: 47.2rem;
  }
  #values .container > section {
    flex-basis: 40.6rem;
  }
}
#values .container .ill .image {
  width: 24.2rem;
}
@media screen and (min-width: 768px) {
  #values .container .ill .image {
    width: 47.2rem;
  }
}
#values .container .ill .image img {
  width: 100%;
}
#values section {
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #values section {
    padding: 0;
  }
}
#values section h3 {
  padding: 0.1em 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  #values section h3 {
    font-size: 2.2rem;
  }
}
#values section .desc {
  padding: 0.175em 0;
  font-size: 0.9rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  #values section .desc {
    padding: 0.27em 0;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
#values section .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgb(0, 67, 124);
}
#values section .logo {
  padding: 1.4rem 0 0.5rem 0;
  order: -10;
  width: 17.8rem;
}
@media screen and (min-width: 768px) {
  #values section .logo {
    padding: 3.4rem 0 1.6rem 0;
    width: 35.5rem;
  }
}
#values section .logo img {
  width: 100%;
}

/* qc */
#qc section {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #qc section {
    padding: 5rem 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto;
  }
  #qc section > h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #qc section > .desc {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #qc section > ul {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }
  #qc section > .sig {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
  }
  #qc section > .mark {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
}
#qc section:not(:first-of-type) {
  border-top: 1px solid rgb(230, 230, 230);
}
#qc section h3 {
  padding: 0.2em 0;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #qc section h3 {
    padding-right: 2em;
    font-size: 3.5rem;
  }
}
#qc section .desc {
  padding: 0.3em 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #qc section .desc {
    padding: 0.55em 0;
    margin: 0.25em 0;
    font-size: 2rem;
    line-height: 2.1;
  }
}
#qc section .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #qc section .desc p {
    letter-spacing: calc(1.8 / 20 * 1em);
  }
}
#qc section ul {
  padding: calc(1.5rem - 0.2em * 2) 1.2rem;
  margin: 1em 0;
  list-style: none;
  font-size: 1.4rem;
  counter-reset: qc-list;
  border-radius: 6px;
  background-color: rgb(242, 242, 242);
}
@media screen and (min-width: 768px) {
  #qc section ul {
    padding: calc(6rem - 0.55em * 2) 6rem;
    border-radius: 10px;
    font-size: 2rem;
  }
}
#qc section ul li {
  padding: 0.2em 0 0.2em 1.25em;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-indent: -1.25em;
  counter-increment: qc-list;
}
@media screen and (min-width: 768px) {
  #qc section ul li {
    padding: 0.35em 0 0.35em 1.25em;
    max-width: calc(120rem - 6rem);
    font-weight: 500;
    letter-spacing: calc(1.8 / 20 * 1em);
  }
}
#qc section ul li::before {
  content: counter(qc-list);
  display: inline-block;
  width: 1.25em;
  font-weight: bold;
  letter-spacing: 0;
  text-indent: 0;
  color: rgb(184, 28, 43);
}

/* qc policy */
#qc .policy .sig {
  padding: 0.25em 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #qc .policy .sig {
    padding: 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#qc .policy .sig p {
  margin: 0;
  letter-spacing: calc(1.44 / 16 * 1em);
  text-align: right;
  color: rgb(0, 0, 0);
}

/* qc certificate */
#qc .certificate .mark .image {
  width: 9.7rem;
}
@media screen and (min-width: 768px) {
  #qc .certificate .mark .image {
    width: 13.8rem;
  }
}
#qc .certificate .mark img {
  width: 100%;
}

/* access */
#access {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(246, 246, 246);
}
#access section {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  #access section {
    padding: 5.6rem 0;
  }
}
#access section:not(:first-of-type) {
  border-top: 1px solid rgb(230, 230, 230);
}
#access .text {
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  #access .text {
    padding-bottom: 2.8rem;
    display: flex;
    align-items: baseline;
    align-items: last baseline;
  }
  #access .text > h3 {
    flex-basis: 32rem;
    flex-shrink: 0;
  }
  #access .text > .addr {
    flex-grow: 1;
  }
}
#access h3 {
  padding: 0.05em 0;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #access h3 {
    font-size: 4rem;
  }
}
#access .addr {
  padding: 0.25em 0;
  font-size: 1.5rem;
  line-height: 1.5;

  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #access .addr {
    padding: 0.335em 0;
    font-size: 1.5rem;
    line-height: 1.67;
  }
}
#access .addr p {
  margin: 0;
  letter-spacing: 0.01em;
  text-align: start;
}
@media screen and (min-width: 768px) {
  #access .addr p {
    font-weight: 300;
    letter-spacing: 0.05em;
    color: rgb(0, 0, 0);
  }
}
#access .iframe {
  width: 34rem;
  height: 23rem;
}
@media screen and (min-width: 768px) {
  #access .iframe {
    width: 120rem;
    height: 46rem;
  }
}
#access .iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* history */
#history dl {
  margin: 0;
  max-width: 120rem;
}
#history dl > div {
  padding: 1.2rem 0;
}
#history dl > div:not(:first-of-type) {
  border-top: 1px solid rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  #history dl > div {
    padding: 4.4rem 0;
    display: flex;
  }
  #history dl > div > dt {
    flex-basis: 23.5rem;
    flex-shrink: 0;
  }
  #history dl > div > dd {
    flex-basis: 96.5rem;
  }
}
#history dt,
#history dd {
  padding: 0.25em 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
#history dt {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgb(102, 102, 102);
}
@media screen and (min-width: 768px) {
  #history dt {
    font-size: 2rem;
    letter-spacing: calc(1.38 / 20 * 1em);
  }
}
#history dd {
  margin: 0;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #history dd {
    font-size: 2rem;
  }
}

/* ip */
#ip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #ip ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
  }
}
#ip li {
  padding: 0.6em 0 1.2em 0;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  #ip li {
    padding: 0.25em 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 1em;
    column-gap: 1em;
    min-height: 14rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
#ip li em {
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.6rem;
  min-height: 2.2rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(0.97 / 14 * 1em);
  text-indent: calc(0.97 / 14 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 1.1rem;
  border: solid 1px rgb(230, 230, 230);
  background-color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #ip li em {
    margin-bottom: 0;
    flex-basis: 12rem;
    flex-shrink: 0;
    width: auto;
    min-width: auto;
    min-height: 3.4rem;
    font-size: 1.4rem;
    letter-spacing: calc(0.97 / 14 * 1em);
    text-indent: calc(0.97 / 14 * 1em);
    border-radius: 1.7rem;
  }
}
#ip li em.pending {
  letter-spacing: 0;
  text-indent: 0;
  background-color: rgb(128, 128, 128);
}

/* carrers */
#careers {
  padding: 0;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(76, 73, 72);
}
@media screen and (min-width: 768px) {
  #careers {
    margin: 0 0 7.2rem 0;
    border-radius: 10px;
    display: flex;
    overflow: clip;
  }
  #careers > .container {
    flex-basis: 128.8rem;
    flex-shrink: 0;
  }
  #careers > .photos {
    flex-grow: 1;
  }
}

/* careers container */
#careers .container {
  padding: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 375 / 231;
  box-sizing: border-box;
  background: url(../images/ph_home_careers.webp) no-repeat 50% 50% / cover;
}
@media screen and (min-width: 768px) {
  #careers .container {
    padding: 9.6rem;
    flex-direction: row;
    aspect-ratio: 1288 / 462;
  }
}
#wrapper #careers h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.4rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #wrapper #careers h2 {
    flex-direction: row;
    -moz-column-gap: 3.8rem;
    column-gap: 3.8rem;
    row-gap: 0;
  }
}
#wrapper #careers h2 .ttl img {
  vertical-align: top;
}
#wrapper #careers h2 .dsc {
  display: block;
  line-height: 1;
}
#wrapper #careers h2 .dsc::before {
  content: none;
}

/* careers photos */
#careers .photos {
  display: flex;
  flex-wrap: wrap;
}
#careers .photos .image {
  flex-basis: calc(1 / 3 * 100%);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #careers .photos .image:nth-of-type(1) {
    order: -30;
  }
  #careers .photos .image:nth-of-type(2) {
    order: -20;
  }
  #careers .photos .image:nth-of-type(6) {
    order: -10;
  }
}
@media screen and (min-width: 768px) {
  #careers .photos .image {
    flex-basis: 25.6rem;
  }
}
#careers .photos .image img {
  width: 100%;
}
