@charset "UTF-8";
main {
  width: calc(100% - 8.5333333333vw);
  margin: 0 auto;
  margin: 0 auto 55px;
  background-color: #FFF;
  /*---------------------------------------------------
  search
  ---------------------------------------------------*/
  /*--------------------------------------------------
     wp-pagenavi
  ---------------------------------------------------*/
  /*--------------------------------------------------
     archive
  ---------------------------------------------------*/
}
main .forSP {
  display: block;
}
main .forPC {
  display: none;
}
@media screen and (min-width: 769px) {
  main {
    max-width: 1440px;
  }
  main .forSP {
    display: none;
  }
  main .forPC {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  main {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  main {
    margin: 0 auto 160px;
  }
}
main .container {
  padding: 3.3333333333vw 5.6vw;
  font-weight: 400;
  font-size: 12px;
  line-height: 216.67%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  main .container {
    padding: 2.5vw 5vw;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.1em;
  }
}
main section hgroup {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main section hgroup {
    margin-bottom: 64px;
  }
}
main section hgroup h2 {
  font-family: var(--font-primary-en);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main section hgroup h2 {
    font-size: 32px;
  }
}
main section hgroup p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 7em;
  height: 30px;
  margin: 0 auto;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.14em;
  color: #FFF;
  background: #000;
}
@media screen and (min-width: 769px) {
  main section hgroup p {
    height: 40px;
    font-size: 20px;
  }
}
main section.requirements .reqBlock {
  margin-bottom: 14vw;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock {
    margin-bottom: 9.21875vw;
  }
}
main section.requirements .reqBlock dl {
  border-bottom: solid 2px #CCC;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl {
    display: flex;
    border: none;
    font-size: 14px;
  }
}
main section.requirements .reqBlock dl dt {
  padding: 24px 0 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dt {
    width: 130px;
    padding: 40px 0;
    border-top: solid 1px #000;
  }
}
main section.requirements .reqBlock dl dd {
  padding: 0 0 24px;
  color: #4C4948;
  line-height: 175%;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dd {
    flex: 1;
    padding: 40px 10px;
    border-top: solid 1px #DBDBDA;
  }
}
main section.requirements .reqBlock dl dd > p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dd > p + p {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl:last-of-type dt {
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl:last-of-type dd {
    border-bottom: solid 1px #DBDBDA;
  }
}
@media screen and (min-width: 769px) {
  main #search_form {
    position: relative;
    z-index: 1;
    padding: 5vw;
  }
}
main #search_form .container {
  font-family: var(--font-primary);
  background: #000;
  color: #FFF;
  padding: 0;
}
main #search_form .search_box {
  padding: 6.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #search_form .search_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 50px 40px 0;
  }
}
main #search_form .search_box .search_item {
  height: 54px;
  border-radius: 54px;
  border: solid 1px #FFF;
}
main #search_form .search_box .search_item span {
  position: relative;
}
main #search_form .search_box .search_item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 15px;
  height: 100%;
  background: url(../images/icon/pencil.svg) no-repeat center/15px;
}
main #search_form .search_box .search_item select,
main #search_form .search_box .search_item input#s {
  position: relative;
  width: 100%;
  height: 54px;
  padding: 0 0 0 50px;
  border: none;
  font-size: 14px;
  color: #FFF;
  line-height: 1;
  cursor: pointer;
}
main #search_form .search_box .search_item select::after,
main #search_form .search_box .search_item input#s::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  top: 50%;
  right: 50px;
}
main #search_form .search_box .search_item ::-moz-placeholder {
  color: #FFF;
}
main #search_form .search_box .search_item ::placeholder {
  color: #FFF;
}
main #search_form .search_box .search_item option {
  color: #000;
}
main #search_form .search_box .search_item input#s {
  background: url(../images/common/icon_freeword.svg) no-repeat left 20px top 50%;
  background-size: 14px 14px;
}
main #search_form .search_box .search_item input#s:focus {
  height: 54px;
  padding: 0 30px;
  border-radius: 54px;
  background: #FFF;
  color: #000;
}
main #search_form .search_box .search_item input#s:focus::-moz-placeholder {
  color: #ccc;
}
main #search_form .search_box .search_item input#s:focus::placeholder {
  color: #ccc;
}
main #search_form .search_box .search_item:nth-of-type(1) select {
  background: url(../images/common/icon_ping.svg) no-repeat left 20px top 50%, url(../images/common/icon_arrow_down.svg) no-repeat right 20px top 50%;
  background-size: 12px 16px, 10px 5px;
}
main #search_form .search_box .search_item:nth-of-type(2) select {
  background: url(../images/common/icon_joblist.svg) no-repeat left 20px top 50%, url(../images/common/icon_arrow_down.svg) no-repeat right 20px top 50%;
  background-size: 15px 15px, 10px 5px;
}
main #search_form .search_box .search_item:not(:last-of-type) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main #search_form .search_box .search_item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
main #search_form .submit {
  padding: 0 5.3333333333vw 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #search_form .submit {
    padding: 40px 40px 60px;
  }
}
main #search_form .submit > p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  main #search_form .submit > p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
main #search_form .submit button {
  display: block;
  width: 100%;
  height: 64px;
  background: #FFF;
  border-radius: 64px;
  font-family: var(--font-primary-en);
  color: #000;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  main #search_form .submit button {
    height: 96px;
    border-radius: 96px;
    font-size: 40px;
  }
  main #search_form .submit button:hover {
    transition: 0.3s all;
    letter-spacing: 0.15em;
    margin-right: -0.15em;
  }
}
main #pager {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #pager {
    margin-bottom: 80px;
  }
}
main #pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-primary-en);
  font-size: 10px;
  line-height: 1;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  main #pager .wp-pagenavi {
    font-size: 14px;
  }
}
main #pager .wp-pagenavi a {
  border: none;
  min-width: 2em;
  text-align: center;
}
main #pager .wp-pagenavi a.first, main #pager .wp-pagenavi a.last {
  flex: 0 0 auto;
}
main #pager .wp-pagenavi a.page, main #pager .wp-pagenavi a.current, main #pager .wp-pagenavi a.extend {
  flex: 0 0 auto;
}
main #pager .wp-pagenavi a.first {
  padding-left: 20px;
  background: url(../images/common/pagination_prev_arrow.svg) no-repeat left top 50%;
  background-size: 15px 10px;
}
@media screen and (min-width: 769px) {
  main #pager .wp-pagenavi a.first {
    padding-left: 30px;
    background-size: 22px 14px;
  }
}
main #pager .wp-pagenavi a.last {
  padding-right: 20px;
  background: url(../images/common/pagination_next_arrow.svg) no-repeat right top 50%;
  background-size: 15px 10px;
}
@media screen and (min-width: 769px) {
  main #pager .wp-pagenavi a.last {
    padding-right: 30px;
    background-size: 22px 14px;
  }
}
@media screen and (min-width: 769px) {
  main #pager .wp-pagenavi a:hover {
    position: relative;
  }
  main #pager .wp-pagenavi a:hover::after {
    position: absolute;
    content: "";
    width: 1em;
    height: 1px;
    border-bottom: solid 1px #FFF;
    bottom: -5px;
    left: 0.5em;
  }
}
main #pager .wp-pagenavi span {
  border: none;
  min-width: 2em;
  text-align: center;
}
main #pager .wp-pagenavi span.current {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
main #pager .wp-pagenavi span.current::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1px;
  border-bottom: solid 1px #FFF;
  bottom: -5px;
  left: 0.5em;
}
main #pager .wp-pagenavi span.extend {
  position: relative;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main #pager .wp-pagenavi span.extend::before {
  content: "...";
  position: absolute;
  width: 1em;
  height: 1px;
  bottom: 5px;
  left: 0.5em;
}
main #pager .wp-pagenavi .page-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-grow: 1;
}
main .list_block .list_container {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_block .list_container {
    margin-bottom: 80px;
  }
}
main .list_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.3333333333vw 4vw;
  background: #000;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  main .list_head {
    padding: 32px 30px;
  }
}
main .list_head h2 {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 162.5%;
}
@media screen and (min-width: 769px) {
  main .list_head h2 {
    font-size: 18px;
    line-height: 216.67%;
    margin-top: -0.2em;
  }
}
main .list_head span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 4px 0;
  font-size: 10px;
  line-height: 1;
  background: #FFF;
  min-width: 6em;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 769px) {
  main .list_head span {
    padding: 6px 0;
    font-size: 14px;
  }
}
main .list_item {
  padding: 4vw 4vw 10.6666666667vw;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  main .list_item {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .item_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}
main .list_item .list_wrap figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap figure {
    margin-bottom: 15px;
  }
}
main .list_item .list_wrap figure img {
  width: 100%;
}
main .list_item .list_wrap .tag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap .tag {
    gap: 4px;
  }
}
main .list_item .list_wrap .tag .tag_item {
  padding: 4px 0;
  background: #E5E5E5;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap .tag .tag_item {
    padding: 6px 0;
    font-size: 14px;
  }
}
main .list_item table {
  display: block;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_item table {
    margin-bottom: 0;
  }
}
main .list_item table tbody {
  display: block;
}
main .list_item table tr {
  display: block;
  margin-bottom: 5.3333333333vw;
  border-bottom: solid 1px #CCC;
}
@media screen and (min-width: 769px) {
  main .list_item table tr {
    display: flex;
    margin-bottom: 0;
    border: none;
  }
}
main .list_item table tr th {
  display: block;
  margin-bottom: 2.6666666667vw;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 769px) {
  main .list_item table tr th {
    width: 9.84375vw;
    max-width: 126px;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 200%;
    border-top: solid 1px #000;
  }
}
main .list_item table tr th b {
  display: block;
}
main .list_item table tr th img {
  display: block;
}
main .list_item table tr td {
  display: block;
  margin-bottom: 6.6666666667vw;
  font-size: 12px;
  line-height: 175%;
  font-weight: 500;
  color: #4C4948;
}
@media screen and (min-width: 769px) {
  main .list_item table tr td {
    flex: 1;
    margin-bottom: 0;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
    border-top: solid 1px #DBDBDA;
  }
}
main .list_item table tr td .map {
  display: block;
  padding-top: 10px;
}
main .list_item table tr td .map a {
  display: inline-block;
  padding: 2px 10px 1px;
  border: solid 1px #4C4948;
  border-radius: 20px;
  font-family: var(--font-primary-en);
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  line-height: 1;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  main .list_item table tr td .map a {
    padding: 3px 10px 1px;
  }
  main .list_item table tr td .map a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 769px) {
  main .list_item table tr:last-of-type th {
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 769px) {
  main .list_item table tr:last-of-type td {
    border-bottom: solid 1px #DBDBDA;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  main .list_item .more {
    gap: 25px;
  }
}
main .list_item .more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: solid 1px #000;
  color: #FFF;
  background: #000;
  border-radius: 54px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s all;
}
main .list_item .more a span {
  font-family: var(--font-primary);
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  font-weight: 500;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  main .list_item .more a span {
    font-size: 14px;
  }
}
main .list_item .more a::after {
  position: absolute;
  content: "";
  background: url(../images/common/footer_corporate_icon_blank.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(1) invert(1);
}
@media screen and (min-width: 769px) {
  main .list_item .more a::after {
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .more a:hover span {
    letter-spacing: 0.2em;
    transition: 0.3s all;
  }
}
main .list_item .more a:nth-child(1) {
  margin-bottom: 5.3333333333vw;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 769px) {
  main .list_item .more a:nth-child(1) {
    margin-bottom: 0;
  }
}
main .list_item .more a:nth-child(1):after {
  filter: brightness(0) invert(0);
}
main header .primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44.9333333333vw;
  background: url("../images/home/intro_bg@sp.jpg") no-repeat center center/cover;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main header .primary {
    position: relative;
    height: 30.625vw;
    background: url("../images/home/intro_bg.jpg") no-repeat center center/cover;
    text-align: left;
  }
}
main header .primary hgroup {
  position: absolute;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  main header .primary hgroup {
    left: 5vw;
    bottom: 3.90625vw;
  }
}
main header .primary hgroup p {
  font-family: var(--font-primary-en);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.16em;
  line-height: 120%;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  main header .primary hgroup p {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 0.78125vw;
  }
}
main header .primary hgroup h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  main header .primary hgroup h1 {
    font-size: 20px;
  }
}
main header .container {
  padding-top: 0;
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  main header .container {
    padding-bottom: 2.96875vw;
  }
}
main header .container nav.breadcrumb {
  mix-blend-mode: exclusion;
  will-change: filter;
  border-top: 1px solid #fff;
  padding-top: 16px;
  border-top: none;
}
main header .container nav.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main header .container nav.breadcrumb ol li {
  display: flex;
  gap: 10px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
}
main header .container nav.breadcrumb ol li + li:before {
  content: "＞";
}
main .intro {
  padding-bottom: 10vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .intro {
    padding-bottom: 0;
  }
}
main .intro h1 {
  font-family: var(--font-primary-en);
  font-size: 24px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  main .intro h1 {
    font-size: 48px;
    letter-spacing: 0.12em;
  }
}
main .intro h2 {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 152.78%;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  main .intro h2 {
    font-size: 25px;
    line-height: 112%;
  }
}
main .intro p {
  font-size: 12px;
  line-height: 216.67%;
  letter-spacing: 0.02em;
}
main .intro p a {
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  main .intro p {
    font-size: 16px;
    line-height: 175%;
  }
}
main .archive {
  margin-top: -15px;
  background: #5E5D5C;
  border-radius: 15px 15px 0px 0px;
}
@media screen and (min-width: 769px) {
  main .archive {
    border-radius: 40px 40px 0px 0px;
    margin-top: -250px;
  }
}
main .archive .container {
  padding: 16vw 20px 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .archive .container {
    padding: 250px 5vw 100px;
  }
}
main .archive h4 {
  color: #FFF;
  margin-bottom: 0.5em;
}