<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://use.typekit.net/xer2bpn.css");
sub {
  font-size: 0.8rem;
}

.title {
  width: 100%;
  padding: 220px 0 100px 0;
  margin: 0 auto 0px auto;
  position: relative;
  z-index: 1;
}
.title::before {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../../common/images/line9.png);
  background-color: #FFF;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  display: block;
  position: fixed;
  left: 0px;
  top: 70px;
}
.title .inner h2 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 20px auto;
}
.title .inner h4 {
  color: #1a005d;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.title .inner h5 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.title .inner p {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
}

/* sec2 */
.surface {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.surface:not(:last-child) {
  margin-bottom: 80px;
}
.surface::after {
  content: "";
  width: 100%;
  height: 40vw;
  background-image: url(../../common/images/line7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -200px;
  z-index: -1;
}
.surface .inner {
  width: 1200px;
  margin: 0 auto;
}
.surface .inner h3 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 40px;
  display: inline-block;
}
.surface .inner table {
  width: 100%;
  border: solid 1px #111;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.surface .inner table:not(:last-child) {
  margin-bottom: 10px;
}
.surface .inner table thead tr th {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  width: 40%;
  background-color: #e1ecba;
  padding: 20px;
  border-bottom: solid 1px #111;
}
.surface .inner table thead tr th:not(:last-child) {
  border-right: solid 1px #111;
}
.surface .inner table thead tr th:first-child {
  width: 20%;
}
.surface .inner table tbody tr th {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  vertical-align: middle;
  background-color: #e1ecba;
  padding: 20px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
}
.surface .inner table tbody tr td {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-bottom: solid 1px #111;
}
.surface .inner table tbody tr td:not(:last-child) {
  border-right: solid 1px #111;
}
.surface .inner table tbody tr td[colspan="2"] {
  text-align: center;
  width: 66.6666666667%;
  border-right: solid 1px #111;
}
.surface .inner p {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}

.graph {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
.graph:not(:last-child) {
  margin-bottom: 80px;
}
.graph .customer {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ff9e1b;
}
.graph .customer span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.graph .business {
  width: 1200px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #c3d975;
  position: relative;
}
.graph .business:not(:last-child) {
  margin-bottom: 100px;
}
.graph .business::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/arrow_green1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 40px);
  transform: rotate(180deg);
}
.graph .business .inner {
  width: 100%;
  padding: 0px;
  position: relative;
}
.graph .business .inner .mytitle {
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
}
.graph .business .inner .mytitle h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #c3d975;
  display: inline-block;
}
.graph .business .inner .mytitle p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.graph .business .inner ul.anchor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.graph .business .inner ul.anchor li {
  width: 25%;
  padding: 10px;
}
.graph .business .inner ul.anchor li a {
  color: #8ec400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  display: block;
  transition: 0.2s;
}
.graph .business .inner ul.anchor li a:hover {
  color: #FFF;
  background-color: #8ec400;
}
.graph .business .inner .work {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 38px;
  border: solid 2px #1a005d;
  position: relative;
}
.graph .business .inner .work .mytitle2 {
  margin: -55px 0 20px 0;
  position: relative;
  z-index: 1;
}
.graph .business .inner .work .mytitle2 h4 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #c3d975;
  display: inline-block;
}
.graph .business .inner .work .mytitle2 p {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.graph .business .inner .work .inwork {
  width: 100%;
  position: relative;
  z-index: 1;
}
.graph .business .inner .work .inwork .box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.graph .business .inner .work .inwork .box h5 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.graph .business .inner .work .inwork .box p {
  color: rgba(26, 0, 93, 0.65);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.graph .business .inner .work .inwork .box p:not(:last-child) {
  margin-bottom: 20px;
}
.graph .business .inner .work .inwork .box .wcat {
  width: calc((100% - 20px) / 2);
  padding: 20px;
  background-color: #1a005d;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
.graph .business .inner .work .inwork .box .wcat:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
.graph .business .inner .work .inwork .box .wcat:not(:last-child) {
  margin-bottom: 20px;
}
.graph .business .inner .work .inwork .box .wcat.wc5, .graph .business .inner .work .inwork .box .wcat.wc8 {
  width: 100%;
}
.graph .business .inner .work .inwork .box .wcat p:not(:last-child) {
  margin-bottom: 10px;
}
.graph .business .inner .work .inwork .box .wcat p:nth-child(1) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.graph .business .inner .work .inwork .box .wcat p:nth-child(2) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.graph .business .inner .work .inwork .box .box-left {
  width: calc(50% - 50px);
  padding: 0px;
  position: relative;
}
.graph .business .inner .work .inwork .box .box-left .inleft {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.graph .business .inner .work .inwork .box .box-left .inleft .wcat:hover {
  transform: scale(1.025);
}
.graph .business .inner .work .inwork .box .box-right {
  width: calc(50% - 50px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.graph .business .inner .work .inwork .box .box-right .text {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  background-color: #1a005d;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.graph .business .inner .work .inwork .box .box-right .inright {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.graph .business .inner .work .inwork .box .box-right .inright .wcat {
  background-color: #FFF;
  border: solid 2px #1a005d;
}
.graph .business .inner .work .inwork .box .box-right .inright .wcat p:nth-child(1) {
  color: #1a005d;
}
.graph .business .inner .work .inwork .company {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #8ec400;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
.graph .business .inner .work .inwork .company:hover {
  background-color: #FFF;
}
.graph .business .inner .work .inwork .company:hover::before {
  background-image: url(../images/arrow_white2.svg), url(../images/arrow_green2.svg);
}
.graph .business .inner .work .inwork .company:hover span {
  color: #8ec400;
}
.graph .business .inner .work .inwork .company::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/arrow_green2.svg), url(../images/arrow_white2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -60px;
  left: calc(50% - 40px);
  transition: all 0.25s ease-in 0s;
}
.graph .business .inner .work .inwork .company span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
}

.sec2 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sec2:not(:last-child) {
  margin-bottom: 80px;
}
.sec2 .contents {
  width: 1200px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #DCDCDC;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec2 .contents .photo {
  width: 600px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec2 .contents .text {
  width: calc(100% - 600px - 40px);
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.sec2 .contents .text dl {
  text-align: left;
}
.sec2 .contents .text dl:not(:last-child) {
  margin-bottom: 20px;
}
.sec2 .contents .text dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #1a005d;
  border-radius: 5px;
  display: inline-block;
}
.sec2 .contents .text dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-align: left;
}
.sec2 .contents .text dl dd strong {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.sec2 .contents .text dl dd:not(:last-child) {
  margin-bottom: 10px;
}
.sec2 .contents .text h6 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0em;
}
.sec2 .contents .text h6:not(:last-child) {
  margin-bottom: 10px;
}
.sec2 .contents .text .person {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec2 .contents .text .person &gt; div {
  width: calc((100% - 30px) / 4);
  position: relative;
}
.sec2 .contents .text .person &gt; div:not(:nth-child(4n+1)) {
  margin-left: 10px;
}
.sec2 .contents .text .person &gt; div:not(:nth-child(-n+4)) {
  margin-top: 10px;
}
.sec2 .contents .text .person &gt; div::before {
  content: "総合職";
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #1a005d;
  padding: 6px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.sec2 .contents .text .person &gt; div.area::before {
  content: "エリア職";
  background-color: #8ec400;
}
.sec2 .contents .text .person &gt; div.area a {
  background-color: #8ec400;
}
.sec2 .contents .text .person &gt; div.area a:hover {
  background-color: #c3d975;
}
.sec2 .contents .text .person &gt; div a {
  width: 100%;
  background-color: #1a005d;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.sec2 .contents .text .person &gt; div a:hover {
  background-color: #72689a;
}
.sec2 .contents .text .person &gt; div a:hover .photo img {
  transform: scale(105%);
}
.sec2 .contents .text .person &gt; div a .photo {
  width: 100%;
  overflow: hidden;
}
.sec2 .contents .text .person &gt; div a .photo img {
  transition: all 0.25s ease-in 0s;
}
.sec2 .contents .text .person &gt; div a .name {
  width: 100%;
  padding: 10px;
}
.sec2 .contents .text .person &gt; div a .name p:nth-child(1) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.sec2 .contents .text .person &gt; div a .name p:nth-child(2) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
  display: none;
}
.sec2 .contents .text .person &gt; div a .name p:nth-child(3) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.sec2 .contents:nth-child(odd) .photo {
  order: 2;
}
.sec2 .contents:nth-child(odd) .text {
  order: 1;
}
.sec2 .contents:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: none;
}
#overlay .inner {
  width: calc(100% - 400px);
  padding: 20px;
  background-color: #FFF;
  position: relative;
}
#overlay .inner.short {
  width: calc(75% - 200px);
}
#overlay .inner .close {
  width: 50px;
  height: 50px;
  background-color: #111;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .close:hover {
  background-color: #999;
}
#overlay .inner .close span {
  width: 40px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 23px;
  left: 7px;
}
#overlay .inner .close span:nth-child(1) {
  transform: rotate(45deg);
}
#overlay .inner .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#overlay .inner .job {
  width: 100%;
  padding: 50px 0 0 0;
  position: relative;
  display: none;
}
#overlay .inner .job.on {
  display: block;
}
#overlay .inner .job h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  background-color: #111;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -20px;
}
#overlay .inner .job .text {
  text-align: left;
}
#overlay .inner .job .text:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #666;
}
#overlay .inner .job .text h5 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#overlay .inner .job .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
}
#overlay .inner .job .person {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#overlay .inner .job .person &gt; div {
  width: calc((100% - 60px) / 7);
  position: relative;
}
#overlay .inner .job .person &gt; div:not(:nth-child(7n+1)) {
  margin-left: 10px;
}
#overlay .inner .job .person &gt; div:not(:nth-child(-n+7)) {
  margin-top: 10px;
}
#overlay .inner .job .person &gt; div.area::before {
  content: "エリア職";
  background-color: #8ec400;
}
#overlay .inner .job .person &gt; div.area a {
  background-color: #8ec400;
}
#overlay .inner .job .person &gt; div.area a:hover {
  background-color: #c3d975;
}
#overlay .inner .job .person &gt; div::before {
  content: "総合職";
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 50px;
  height: 20px;
  background-color: #1a005d;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#overlay .inner .job .person &gt; div a {
  width: 100%;
  height: 100%;
  background-color: #1a005d;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .job .person &gt; div a:hover {
  background-color: #72689a;
}
#overlay .inner .job .person &gt; div a:hover .photo img {
  transform: scale(105%);
}
#overlay .inner .job .person &gt; div a .photo {
  width: 100%;
  overflow: hidden;
}
#overlay .inner .job .person &gt; div a .photo img {
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .job .person &gt; div a .name {
  width: 100%;
  padding: 10px;
}
#overlay .inner .job .person &gt; div a .name p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#overlay .inner .job .person &gt; div a .name p:not(:last-child) {
  margin-bottom: 10px;
}
#overlay .inner .job .person &gt; div a .name p.nm {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  /* sec1 */
  .title {
    padding: 145px 0 150px 0;
  }
  .title::before {
    content: none;
    height: 15px;
    top: 90px;
  }
  .title .inner h2 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 auto 10px auto;
  }
  .title .inner h4 {
    color: #1a005d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .title .inner h5 {
    color: #1a005d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  .title .inner p {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
  .title .inner p br {
    display: none;
  }

  /* sec2 */
  .surface {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .surface:not(:last-child) {
    margin-bottom: 80px;
  }
  .surface::after {
    content: "";
    width: 100%;
    height: 40vw;
    background-image: url(../../common/images/line7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -150px;
    z-index: -1;
  }
  .surface .inner {
    width: 100%;
    margin: 0 auto;
  }
  .surface .inner h3 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0px;
    margin-bottom: 20px;
  }
  .surface .inner table {
    width: calc(100% - 40px);
    margin: 0 auto;
    border: solid 1px #111;
  }
  .surface .inner table:not(:last-child) {
    margin-bottom: 10px;
  }
  .surface .inner table thead tr th {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    width: 37%;
    padding: 10px;
  }
  .surface .inner table thead tr th:not(:last-child) {
    border-right: solid 1px #111;
  }
  .surface .inner table thead tr th:first-child {
    width: 26%;
  }
  .surface .inner table tbody tr th {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle;
    background-color: #e1ecba;
    padding: 10px;
    border-right: solid 1px #111;
    border-bottom: solid 1px #111;
  }
  .surface .inner table tbody tr td {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    vertical-align: middle;
    padding: 10px;
  }
  .surface .inner table tbody tr td[colspan="2"] {
    text-align: center;
    width: 74%;
  }
  .surface .inner p {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0 20px;
  }

  .graph {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  .graph:not(:last-child) {
    margin-bottom: 80px;
  }
  .graph .customer {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px;
  }
  .graph .customer span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .graph .business {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0px;
  }
  .graph .business:not(:last-child) {
    margin-bottom: 70px;
  }
  .graph .business::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/arrow_green1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 40px);
    transform: rotate(180deg);
  }
  .graph .business .inner {
    width: 100%;
    padding: 0px;
    position: relative;
  }
  .graph .business .inner .mytitle {
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
  }
  .graph .business .inner .mytitle h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #c3d975;
    display: inline-block;
  }
  .graph .business .inner .mytitle p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .graph .business .inner ul.anchor {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .graph .business .inner ul.anchor li {
    width: 50%;
    padding: 5px;
  }
  .graph .business .inner ul.anchor li a {
    color: #8ec400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    display: block;
    transition: 0.2s;
  }
  .graph .business .inner ul.anchor li a:hover {
    color: #FFF;
    background-color: #8ec400;
  }
  .graph .business .inner .work {
    width: calc(100% - 10px);
    padding: 14px;
    border: solid 1px #1a005d;
  }
  .graph .business .inner .work .mytitle2 {
    margin: -35px 0 20px 0;
    position: relative;
    z-index: 1;
  }
  .graph .business .inner .work .mytitle2 h4 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #c3d975;
    display: inline-block;
  }
  .graph .business .inner .work .mytitle2 p {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .graph .business .inner .work .inwork {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .graph .business .inner .work .inwork .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .graph .business .inner .work .inwork .box h5 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  .graph .business .inner .work .inwork .box p {
    color: rgba(26, 0, 93, 0.65);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .graph .business .inner .work .inwork .box p:not(:last-child) {
    margin-bottom: 20px;
  }
  .graph .business .inner .work .inwork .box .wcat {
    width: calc(50% - 5px);
    padding: 10px;
  }
  .graph .business .inner .work .inwork .box .wcat:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  .graph .business .inner .work .inwork .box .wcat:not(:last-child) {
    margin-bottom: 10px;
  }
  .graph .business .inner .work .inwork .box .wcat.wc5 {
    width: 100%;
    padding: 15px 10px;
  }
  .graph .business .inner .work .inwork .box .wcat.wc8 {
    width: 100%;
    padding: 10px;
  }
  .graph .business .inner .work .inwork .box .wcat p:not(:last-child) {
    margin-bottom: 10px;
  }
  .graph .business .inner .work .inwork .box .wcat p:nth-child(1) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .graph .business .inner .work .inwork .box .wcat p:nth-child(2) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .graph .business .inner .work .inwork .box .box-left {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    position: relative;
  }
  .graph .business .inner .work .inwork .box .box-left .inleft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .graph .business .inner .work .inwork .box .box-left .inleft .wcat:hover {
    transform: scale(1);
  }
  .graph .business .inner .work .inwork .box .box-right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .graph .business .inner .work .inwork .box .box-right h5 + p {
    display: none;
  }
  .graph .business .inner .work .inwork .box .box-right .text {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    background-color: #1a005d;
    padding: 15px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .graph .business .inner .work .inwork .box .box-right .inright {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .graph .business .inner .work .inwork .box .box-right .inright .wcat {
    background-color: #FFF;
    border: solid 1px #1a005d;
  }
  .graph .business .inner .work .inwork .box .box-right .inright .wcat p:nth-child(1) {
    color: #1a005d;
  }
  .graph .business .inner .work .inwork .company {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #8ec400;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  .graph .business .inner .work .inwork .company:hover {
    background-color: #FFF;
  }
  .graph .business .inner .work .inwork .company:hover::before {
    background-image: url(../images/arrow_white2.svg), url(../images/arrow_green2.svg);
  }
  .graph .business .inner .work .inwork .company:hover span {
    color: #8ec400;
  }
  .graph .business .inner .work .inwork .company::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/arrow_green2.svg), url(../images/arrow_white2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -60px;
    left: calc(50% - 40px);
    transition: all 0.25s ease-in 0s;
  }
  .graph .business .inner .work .inwork .company span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
  }

  .sec2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .sec2:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec2 .contents {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0px;
    margin-bottom: 35px;
    border-bottom: none;
    flex-direction: column;
  }
  .sec2 .contents .photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sec2 .contents .text {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
  }
  .sec2 .contents .text dl {
    width: 100%;
  }
  .sec2 .contents .text dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec2 .contents .text dl dt {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  .sec2 .contents .text dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4rem;
  }
  .sec2 .contents .text dl dd strong {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
  }
  .sec2 .contents .text dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec2 .contents .text h6 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .sec2 .contents .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec2 .contents .text .person {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec2 .contents .text .person &gt; div {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    position: relative;
  }
  .sec2 .contents .text .person &gt; div:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  .sec2 .contents .text .person &gt; div:not(:nth-child(-n+4)) {
    margin-top: 0px;
  }
  .sec2 .contents .text .person &gt; div:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
  .sec2 .contents .text .person &gt; div::before {
    content: "総合職";
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 5px;
  }
  .sec2 .contents .text .person &gt; div.area a:hover {
    background-color: #8ec400;
  }
  .sec2 .contents .text .person &gt; div a {
    width: 100%;
    background-color: #1a005d;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .sec2 .contents .text .person &gt; div a:hover {
    background-color: #72689a;
  }
  .sec2 .contents .text .person &gt; div a:hover .photo img {
    transform: scale(100%);
  }
  .sec2 .contents .text .person &gt; div a .photo {
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }
  .sec2 .contents .text .person &gt; div a .name {
    width: 100%;
    padding: 10px;
  }
  .sec2 .contents .text .person &gt; div a .name p:nth-child(1) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  .sec2 .contents .text .person &gt; div a .name p:nth-child(2) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
    display: none;
  }
  .sec2 .contents .text .person &gt; div a .name p:nth-child(3) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .sec2 .contents:nth-child(odd) .photo {
    order: 1;
  }
  .sec2 .contents:nth-child(odd) .text {
    order: 2;
  }
  .sec2 .contents:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }

  #overlay {
    padding: 40px 0 80px 0;
    overflow: scroll;
    align-items: flex-start;
  }
  #overlay .inner {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #overlay .inner.short {
    width: calc(100% - 40px);
  }
  #overlay .inner .close {
    width: 42px;
    height: 42px;
    position: fixed;
    top: 14px;
    right: 9px;
    z-index: 1;
  }
  #overlay .inner .close:hover {
    background-color: #1a005d;
  }
  #overlay .inner .close span {
    width: 30px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 20px;
    left: 6px;
  }
  #overlay .inner .job {
    width: 100%;
    padding: 40px 0 0 0;
    position: relative;
    display: none;
  }
  #overlay .inner .job.on {
    display: block;
  }
  #overlay .inner .job h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 10px 10px;
    left: -20px;
    top: -20px;
  }
  #overlay .inner .job .text:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #666;
  }
  #overlay .inner .job .text h5 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #overlay .inner .job .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
  #overlay .inner .job .person {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .job .person &gt; div {
    width: 100%;
  }
  #overlay .inner .job .person &gt; div:not(:first-child) {
    margin-left: 0px;
  }
  #overlay .inner .job .person &gt; div:nth-child(6) {
    margin-left: 0px;
  }
  #overlay .inner .job .person &gt; div:nth-child(-n+5) {
    margin-bottom: 0px;
  }
  #overlay .inner .job .person &gt; div:not(:last-child) {
    margin-bottom: 5px;
  }
  #overlay .inner .job .person &gt; div.area::before {
    content: "エリア職";
    background-color: #c3d975;
  }
  #overlay .inner .job .person &gt; div.area a:hover {
    background-color: #8ec400;
  }
  #overlay .inner .job .person &gt; div::before {
    content: "総合職";
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 60px;
    height: 30px;
    background-color: #72689a;
    top: 0px;
    right: 0px;
    left: auto;
  }
  #overlay .inner .job .person &gt; div a {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #overlay .inner .job .person &gt; div a:hover {
    background-color: #1a005d;
  }
  #overlay .inner .job .person &gt; div a:hover .photo img {
    transform: scale(100%);
  }
  #overlay .inner .job .person &gt; div a .photo {
    width: 80px;
    height: auto;
  }
  #overlay .inner .job .person &gt; div a .name {
    text-align: left;
    width: calc(100% - 80px);
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #overlay .inner .job .person &gt; div a .name .name {
    width: 100%;
    padding: 10px;
  }
  #overlay .inner .job .person &gt; div a .name .name p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #overlay .inner .job .person &gt; div a .name .name p:not(:last-child) {
    margin-bottom: 5px;
  }
  #overlay .inner .job .person &gt; div a .name .name p.nm {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 320px) {
  .sec1 h2 {
    width: 280px;
  }
  .sec1 h2 span {
    height: 21px;
  }
}

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