<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
@import url("https://use.typekit.net/rra4pny.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 60px 0 130px 0;
  margin: 0px;
  position: relative;
}
main #career {
  width: 100%;
  padding: 0px;
  position: relative;
}
main #career:not(:last-child) {
  margin-bottom: 100px;
}
main #career .visual {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
main #career .visual.on .text h3 span {
  clip-path: inset(0 0 0 0);
}
main #career .visual.on .text dl {
  opacity: 1;
}
main #career .visual.on img {
  opacity: 1;
}
main #career .visual .sphoto {
  width: 100%;
}
main #career .visual .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #career .visual .text h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #career .visual .text h3 span {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #FFF;
  padding: 5px 10px;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}
main #career .visual .text h3 span:not(:last-child) {
  margin-bottom: 15px;
}
main #career .visual .text h3 span:nth-child(1) {
  transition: clip-path 0.25s ease-out 1s;
}
main #career .visual .text h3 span:nth-child(2) {
  transition: clip-path 0.25s ease-out 1.25s;
}
main #career .visual .text dl {
  width: 192px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main #career .visual .text dl dt {
  width: 100%;
  height: 81px;
  background-image: url(../../common/images/lead_chead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #career .visual img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #career .visual + .btn {
  width: 720px;
  margin: 0 auto 20px auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #career .visual + .btn.on {
  opacity: 1;
}
main #career .visual + .btn a {
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: solid 2px #00479D;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main #career .visual + .btn a:hover {
  opacity: 0.7;
}
main #career .visual + .btn a::after {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../../common/images/icon_blank2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: block;
}
main #career .visual + .btn a span {
  color: #00479D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main #career .anchor {
  width: 100%;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #career .anchor.on {
  opacity: 1;
}
main #career .anchor ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main #career .anchor ul li {
  width: 350px;
  height: 50px;
  background-color: #00479D;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main #career .anchor ul li:not(:first-child) {
  margin-left: 20px;
}
main #career .anchor ul li:hover {
  background-color: #71B2E2;
}
main #career .anchor ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
main #career .sec {
  width: 100%;
  padding: 0px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #career .sec.on {
  opacity: 1;
}
main #career .sec:not(:last-child) {
  margin-bottom: 120px;
}
main #career .sec .inner {
  width: 980px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main #career .sec .inner h4 {
  text-align: left;
  margin-bottom: 20px;
}
main #career .sec .inner h4 span {
  color: #00479D;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main #career .sec .inner table {
  text-align: left;
  width: 100%;
}
main #career .sec .inner table tbody {
  width: 100%;
}
main #career .sec .inner table tbody tr {
  width: 100%;
}
main #career .sec .inner table tbody tr:nth-child(odd) th, main #career .sec .inner table tbody tr:nth-child(odd) td {
  background-color: #E4E4E5;
}
main #career .sec .inner table tbody tr th {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 17.5%;
  padding: 20px;
  box-sizing: border-box;
}
main #career .sec .inner table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 82.5%;
  padding: 20px;
  box-sizing: border-box;
}
main #career .sec .inner table tbody tr td dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #career .sec .inner table tbody tr td dl:not(:last-child) {
  margin-bottom: 20px;
}
main #career .sec .inner table tbody tr td dl::before {
  content: "";
  width: 2px;
  background-color: #CCC;
  margin-left: 20px;
  display: block;
  order: 2;
}
main #career .sec .inner table tbody tr td dl dt {
  width: 30%;
  white-space: nowrap;
  order: 1;
}
main #career .sec .inner table tbody tr td dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(70% - 41px);
  margin-left: 20px;
  order: 3;
}
main #career .sec .inner table tbody tr td dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #career .sec .inner table tbody tr td p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main #career .sec .inner table tbody tr td p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main #career .sec.sec2 .inner .flow {
  width: 100%;
  padding: 40px;
  background-color: #F0F0F0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main #career .sec.sec2 .inner .flow:nth-child(n+3)::before {
  content: "";
  width: 100px;
  height: 90px;
  background-image: url(../images/ng/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -65px;
  left: calc(50% - 50px);
  z-index: 1;
}
main #career .sec.sec2 .inner .flow:not(:last-child) {
  margin-bottom: 40px;
}
main #career .sec.sec2 .inner .flow:nth-child(even) {
  background-color: #E4E4E5;
}
main #career .sec.sec2 .inner .flow .num {
  width: 80px;
  height: 80px;
  background-color: #00479D;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #career .sec.sec2 .inner .flow .num span {
  color: #FFF;
  font-family: century-gothic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
}
main #career .sec.sec2 .inner .flow .detail {
  width: calc(100% - 120px);
  text-align: left;
}
main #career .sec.sec2 .inner .flow .detail h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #career .sec.sec2 .inner .flow .detail h5:not(:last-child) {
  margin-bottom: 20px;
}
main #career .sec.sec2 .inner .flow .detail dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #career .sec.sec2 .inner .flow .detail dl:not(:last-child) {
  margin-bottom: 10px;
}
main #career .sec.sec2 .inner .flow .detail dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0em;
  width: 150px;
}
main #career .sec.sec2 .inner .flow .detail dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #career .sec.sec2 .inner .flow .detail p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #career .sec.sec2 .inner .flow .detail p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #career .sec.sec2 .inner .flow .detail p.mb {
  margin-bottom: 20px;
}
main #career .sec.sec2 .inner .flow .detail .btn {
  width: 100%;
  position: relative;
}
main #career .sec.sec2 .inner .flow .detail .btn a {
  width: 100%;
  height: 50px;
  background-color: #00479D;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main #career .sec.sec2 .inner .flow .detail .btn a:hover {
  background-color: #71B2E2;
}
main #career .sec.sec2 .inner .flow .detail .btn a::after {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../../common/images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: block;
}
main #career .sec.sec2 .inner .flow .detail .btn a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #career .sec.career {
  width: 100%;
  background-color: #00479D;
}
main #career .sec.career .inner {
  padding: 40px 0;
}
main #career .sec.career .inner h4 span {
  color: #FFF;
}
main #career .sec.career .inner table {
  width: 100%;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}
main #career .sec.career .inner table:not(:last-child) {
  margin-bottom: 20px;
}
main #career .sec.career .inner table thead tr td {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 20%;
  padding: 20px;
  background-color: #29ABE2;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
main #career .sec.career .inner table thead tr td:nth-child(1) {
  width: 40%;
}
main #career .sec.career .inner table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 20%;
  padding: 20px;
  background-color: #FFF;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}
main #career .sec.career .inner table tbody tr td:nth-child(1) {
  width: 40%;
}
main #career .sec.career .inner p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main #career .sec.career .inner p:not(:last-child) {
  margin-bottom: 40px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 35px 0 65px 0;
  }
  main #career {
    width: 100%;
    padding: 0px;
    position: relative;
  }
  main #career:not(:last-child) {
    margin-bottom: 50px;
  }
  main #career .visual {
    margin-bottom: 40px;
  }
  main #career .visual .sphoto {
    width: 100%;
  }
  main #career .visual .text h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(20px);
  }
  main #career .visual .text h3 span {
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #career .visual .text h3 span:not(:last-child) {
    margin-bottom: 10px;
  }
  main #career .visual .text h3 span:nth-child(1) {
    transition: clip-path 0.25s ease-out 1s;
  }
  main #career .visual .text h3 span:nth-child(2) {
    transition: clip-path 0.25s ease-out 1.25s;
  }
  main #career .visual .text dl {
    width: 96px;
    top: 20px;
    right: 20px;
  }
  main #career .visual .text dl dt {
    background-image: url(../../home/images/lead.png);
    height: 40px;
  }
  main #career .visual + .btn {
    width: calc(100% - 40px);
    margin: 0 auto 10px auto;
  }
  main #career .visual + .btn a {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    border: solid 2px #00479D;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main #career .visual + .btn a:hover {
    opacity: 1;
  }
  main #career .visual + .btn a::after {
    width: 16px;
    height: 12px;
    margin-left: 5px;
  }
  main #career .visual + .btn a span {
    color: #00479D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #career .anchor {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main #career .anchor ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  main #career .anchor ul li {
    width: calc(50% - 5px);
    height: 50px;
  }
  main #career .anchor ul li:not(:first-child) {
    margin-left: 10px;
  }
  main #career .anchor ul li:hover {
    background-color: #00479D;
  }
  main #career .anchor ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #career .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main #career .sec:not(.career) .inner table tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #career .sec:not(.career) .inner table tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
  main #career .sec:not(.career) .inner table tbody tr th {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 10px;
    border-bottom: dotted 1px #000;
    display: block;
  }
  main #career .sec:not(.career) .inner table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 100%;
    padding: 10px;
    display: block;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl::before {
    content: none;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl dt::after {
    content: "：";
    display: inline-block;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl dt br {
    display: none;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    margin-left: 0px;
    order: 2;
  }
  main #career .sec:not(.career) .inner table tbody tr td dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #career .sec:not(.career) .inner table tbody tr td p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #career .sec:not(.career) .inner table tbody tr td p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #career .sec:not(.career) .inner table tbody tr td p.notice:not(:last-child) {
    margin-bottom: 5px;
  }
  main #career .sec .inner {
    width: calc(100% - 40px);
  }
  main #career .sec .inner h4 {
    text-align: left;
    margin-bottom: 20px;
  }
  main #career .sec .inner h4 span {
    color: #00479D;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #career .sec.sec2 .inner .flow {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #career .sec.sec2 .inner .flow:nth-child(n+3)::before {
    content: "";
    width: 50px;
    height: 45px;
    background-image: url(../images/ng/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -35px;
    left: calc(50% - 25px);
    z-index: 1;
  }
  main #career .sec.sec2 .inner .flow:not(:last-child) {
    margin-bottom: 40px;
  }
  main #career .sec.sec2 .inner .flow:nth-child(even) {
    background-color: #E4E4E5;
  }
  main #career .sec.sec2 .inner .flow .num {
    width: 40px;
    height: 40px;
  }
  main #career .sec.sec2 .inner .flow .num span {
    color: #FFF;
    font-family: century-gothic, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
  }
  main #career .sec.sec2 .inner .flow .detail {
    width: calc(100% - 40px - 20px);
  }
  main #career .sec.sec2 .inner .flow .detail h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main #career .sec.sec2 .inner .flow .detail h5:not(:last-child) {
    margin-bottom: 10px;
  }
  main #career .sec.sec2 .inner .flow .detail dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #career .sec.sec2 .inner .flow .detail dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main #career .sec.sec2 .inner .flow .detail dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0em;
    width: 150px;
  }
  main #career .sec.sec2 .inner .flow .detail dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #career .sec.sec2 .inner .flow .detail p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #career .sec.sec2 .inner .flow .detail p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #career .sec.sec2 .inner .flow .detail p.mb {
    margin-bottom: 20px;
  }
  main #career .sec.sec2 .inner .flow .detail .btn {
    width: 100%;
    position: relative;
  }
  main #career .sec.sec2 .inner .flow .detail .btn a {
    width: 100%;
    height: 50px;
  }
  main #career .sec.sec2 .inner .flow .detail .btn a:hover {
    background-color: #00479D;
  }
  main #career .sec.sec2 .inner .flow .detail .btn a::after {
    width: 16px;
    height: 12px;
    margin-left: 5px;
  }
  main #career .sec.sec2 .inner .flow .detail .btn a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #career .sec.career .inner {
    padding: 40px 0;
  }
  main #career .sec.career .inner table {
    width: 100%;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
  }
  main #career .sec.career .inner table:not(:last-child) {
    margin-bottom: 20px;
  }
  main #career .sec.career .inner table thead tr td {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
  }
  main #career .sec.career .inner table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    vertical-align: middle;
    padding: 10px;
  }
  main #career .sec.career .inner table tbody tr td:nth-child(1) {
    width: 40%;
  }
  main #career .sec.career .inner p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main #career .sec.career .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style_career.css.map */
</pre></body></html>