@charset "UTF-8";
@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 400;
  src: url("/recruit/jobnet/_/fonts/D-DIN-PRO-400-Regular.woff") format("woff"), url("/_/fonts/D-DIN-PRO-400-Regular.otf") format("opentype");
}
@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 600;
  src: url("/recruit/jobnet/_/fonts/D-DIN-PRO-600-SemiBold.woff") format("woff"), url("/_/fonts/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 700;
  src: url("/recruit/jobnet/_/fonts/D-DIN-PRO-700-Bold.woff") format("woff"), url("/_/fonts/D-DIN-PRO-700-Bold.otf") format("opentype");
}
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  color: #2c2b37;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

a {
  text-decoration: none;
  color: black;
}

a.txt-link {
  text-decoration: underline;
}
@media (hover: hover) {
  a.txt-link:hover {
    text-decoration: none;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.sp {
  display: none;
}
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
#loader-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 99999;
}
#loader-bg .loader {
  width: 5vw;
  height: 5vw;
}

.wf-loading main {
  opacity: 0;
}

.wf-active main {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #loader-bg .loader {
    width: 10vw;
    height: 10vw;
    margin-top: -15vh;
  }
}
body {
  padding-top: 2.5vw;
}
body.-ptnone- {
  padding-top: 0;
}
body main {
  width: 85vw;
}

.site-title {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 2.5vw;
  background: #3b4075;
  background: linear-gradient(90deg, #3b4075 0%, #5d639e 100%);
}
.site-title > a {
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 600;
  font-size: 1.125vw;
  letter-spacing: 0.04em;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: column;
  width: 15vw;
  height: 100vh;
  padding: 2vw 0 5vw;
  background: linear-gradient(180deg, #3b4075 0%, #5d639e 30%);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10000;
}
header .logo {
  display: flex;
  justify-content: center;
}
header .logo > a {
  width: 12.5vw;
}
header .logo > span {
  display: none;
}
header .global-btn {
  display: none;
}
header .global-menu {
  margin-top: 5vw;
}
@media (min-aspect-ratio: 16/9) {
  header .global-menu {
    margin-top: 3.5vw;
  }
}
header .global-menu .category {
  position: relative;
}
header .global-menu .category::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1vw;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
header .global-menu .category .ct-parent {
  height: 3.5vw;
  transition: all 0.3s;
}
@media (min-aspect-ratio: 16/9) {
  header .global-menu .category .ct-parent {
    height: 3.1vw;
  }
}
header .global-menu .category .ct-parent > a {
  display: block;
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 3.5vw;
  letter-spacing: 0.03em;
}
@media (min-aspect-ratio: 16/9) {
  header .global-menu .category .ct-parent > a {
    font-size: 1.425vw;
    line-height: 3.1vw;
  }
}
@media (hover: hover) {
  header .global-menu .category .ct-parent:hover {
    background-color: #767cb7;
  }
}
header .global-menu .category .ct-children {
  position: fixed;
  top: 0;
  right: 15vw;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15vw;
  height: 100vh;
  background-color: #767cb7;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
header .global-menu .category .ct-children.-open- {
  opacity: 1;
  pointer-events: auto;
}
header .global-menu .category .ct-children > li {
  display: flex;
  padding-left: 2em;
}
header .global-menu .category .ct-children > li + li {
  margin-top: 1em;
}
header .global-menu .category .ct-children > li::before {
  content: "─";
  color: white;
  line-height: 1.4em;
}
header .global-menu .category .ct-children > li a {
  margin-left: 0.25em;
  color: white;
  line-height: 1.4em;
  transition: all 0.3s;
}
@media (hover: hover) {
  header .global-menu .category .ct-children > li a:hover {
    opacity: 0.7;
  }
}
header .global-menu .category .ct-children > li a.-blk- {
  display: flex;
  align-items: center;
}
header .global-menu .category .ct-children > li a.-blk-::after {
  content: "";
  display: block;
  width: 0.75vw;
  height: 0.613636365vw;
  margin-left: 0.3em;
  background-image: url(/recruit/jobnet/_/images/common/ico_link_w.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
header .entry-intern {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
@media (min-aspect-ratio: 16/9) {
  header .entry-intern {
    margin-top: 3.5vw;
  }
}
header .entry-intern > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11vw;
  height: 4vw;
  transition: all 0.3s;
}
@media (hover: hover) {
  header .entry-intern > a:hover {
    opacity: 0.7;
  }
}
header .entry-intern > a + a {
  margin-top: 0.5vw;
}
header .entry-intern > a.-orange- {
  background-color: #ff5611;
}
header .entry-intern > a.-blue- {
  background-color: #767cb7;
}
header .entry-intern > a > span {
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 3.125vw;
  }
  .site-title {
    width: 18.75vw;
    height: 3.125vw;
  }
  .site-title > a {
    font-size: 1.40625vw;
  }
  header .global-btn {
    display: none;
  }
  header .global-menu .category .ct-parent {
    height: 4vw;
  }
  header .global-menu .category .ct-parent > a {
    font-size: 1.8vw;
    line-height: 4vw;
  }
  header .global-menu .category .ct-children {
    width: 19vw;
  }
  header .global-menu .category .ct-children > li {
    padding-left: 1.6em;
  }
  header .global-menu .category .ct-children > li a.-blk-::after {
    width: 1vw;
    height: 0.81818182vw;
  }
  header .entry-intern > a + a {
    margin-top: 1vw;
  }
  header .entry-intern > a > span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 72px;
  }
  body.-ptnone- {
    padding-top: 72px;
  }
  body main {
    width: 100vw;
  }
  .site-title {
    display: none;
  }
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 72px;
    padding: 0 0 0 13px;
    background: linear-gradient(90deg, #3b4075 0%, #5d639e 30%);
  }
  header .logo {
    flex-direction: column;
    order: 1;
    flex-grow: 1;
  }
  header .logo > a {
    width: 144px;
  }
  header .logo > span {
    display: block;
    margin-top: 0.5em;
    color: white;
    font-size: 11px;
  }
  header .global-btn {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    order: 3;
  }
  header .global-btn > span {
    position: absolute;
    left: 16px;
    width: 40px;
    height: 1px;
    background-color: white;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .global-btn > span:nth-child(1) {
    top: 28px;
  }
  header .global-btn > span:nth-child(2) {
    top: 35px;
  }
  header .global-btn > span:nth-child(3) {
    top: 42px;
  }
  header .global-btn.-active- > span:nth-child(1) {
    top: 37px;
    transform: rotate(45deg);
  }
  header .global-btn.-active- > span:nth-child(2) {
    opacity: 0;
  }
  header .global-btn.-active- > span:nth-child(3) {
    top: 37px;
    transform: rotate(-45deg);
  }
  header .global-menu {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 100vw;
    height: calc(100vh - 72px);
    margin-top: 0;
    background-color: #5d639e;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  header .global-menu.-active- {
    opacity: 1;
    pointer-events: auto;
  }
  header .global-menu.-active- .category .ct-parent {
    pointer-events: auto;
  }
  header .global-menu.-active- .category .ct-children {
    pointer-events: auto;
  }
  header .global-menu .category {
    width: 90vw;
    margin: 5vw 0 0 5vw;
    padding: 1em;
    background-color: #767cb7;
  }
  header .global-menu .category::before {
    display: none;
  }
  header .global-menu .category:last-of-type {
    margin-bottom: 40vw;
  }
  header .global-menu .category .ct-parent {
    display: flex;
    height: auto;
    pointer-events: none;
  }
  header .global-menu .category .ct-parent > a {
    width: 3.5em;
    font-size: 6vw;
    text-align: left;
    line-height: 4vw;
  }
  header .global-menu .category .ct-children {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
  }
  header .global-menu .category .ct-children > li {
    padding-left: 1.6em;
  }
  header .global-menu .category .ct-children > li a.-blk-::after {
    width: 2.8vw;
    height: 2.290909096vw;
    margin-left: 0.4em;
  }
  header .entry-intern {
    flex-direction: row;
    margin-top: 0;
    order: 2;
  }
  header .entry-intern > a {
    width: 72px;
    height: 72px;
  }
  header .entry-intern > a + a {
    margin-top: 0;
  }
  header .entry-intern > a > span {
    font-size: 3.9vw;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  body {
    padding-top: 68px;
  }
  body.-ptnone- {
    padding-top: 68px;
  }
  header {
    height: 68px;
    padding: 0 0 0 10px;
  }
  header .logo > a {
    width: 128px;
  }
  header .logo > span {
    font-size: 10px;
  }
  header .global-btn {
    width: 68px;
    height: 68px;
  }
  header .global-btn > span {
    width: 36px;
  }
  header .global-btn > span:nth-child(1) {
    top: 26px;
  }
  header .global-btn > span:nth-child(2) {
    top: 33px;
  }
  header .global-btn > span:nth-child(3) {
    top: 40px;
  }
  header .global-btn.-active- > span:nth-child(1) {
    top: 33px;
    transform: rotate(45deg);
  }
  header .global-btn.-active- > span:nth-child(3) {
    top: 33px;
    transform: rotate(-45deg);
  }
  header .global-menu {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: auto;
    left: auto;
    height: calc(100vh - 68px);
  }
  header .entry-intern > a {
    width: 68px;
    height: 68px;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80vw;
  height: 5vw;
  padding: 0 0 1vw 1.25vw;
}
footer .co-link {
  display: flex;
  align-items: center;
  height: 1.4vw;
}
footer .co-link > img {
  width: auto;
  height: 100%;
}
footer .co-link > a {
  margin-left: 0.3em;
  font-family: "d-din", sans-serif;
}
footer > span {
  height: 1.4vw;
  font-family: "d-din", sans-serif;
}

@media screen and (max-width: 767px) {
  footer {
    flex-direction: column;
    align-items: center;
    width: 94vw;
    height: auto;
    padding: 10vw 0 7.5vw 0;
  }
  footer .co-link {
    height: 4.8vw;
  }
  footer > span {
    margin-top: 1.5em;
    height: auto;
  }
}
.f11, .f11 * {
  font-size: 0.6875vw;
}

.f12, .f12 * {
  font-size: 0.75vw;
}

.f13, .f13 * {
  font-size: 0.8125vw;
}

.f14, .f14 * {
  font-size: 0.875vw;
}

.f15, .f15 * {
  font-size: 0.9375vw;
}

.f16, .f16 * {
  font-size: 1vw;
}

.f18, .f18 * {
  font-size: 1.125vw;
}

.f20, .f20 * {
  font-size: 1.25vw;
}

.f22, .f22 * {
  font-size: 1.375vw;
}

.f24, .f24 * {
  font-size: 1.5vw;
}

.f28, .f28 * {
  font-size: 1.75vw;
}

.f30, .f30 * {
  font-size: 1.875vw;
}

.f32, .f32 * {
  font-size: 2vw;
}

.f36, .f36 * {
  font-size: 2.25vw;
}

.f40, .f40 * {
  font-size: 2.5vw;
}

.f44, .f44 * {
  font-size: 2.75vw;
}

.f48, .f48 * {
  font-size: 3vw;
}

.f56, .f56 * {
  font-size: 3.5vw;
}

.f60, .f60 * {
  font-size: 3.75vw;
}

.f64, .f64 * {
  font-size: 4vw;
}

.f72, .f72 * {
  font-size: 4.5vw;
}

.f80, .f80 * {
  font-size: 5vw;
}

.f90, .f90 * {
  font-size: 5.625vw;
}

.f96, .f96 * {
  font-size: 6vw;
}

.f120, .f120 * {
  font-size: 7.5vw;
}

.f128, .f128 * {
  font-size: 8vw;
}

.f160, .f160 * {
  font-size: 10vw;
}

.f320, .f320 * {
  font-size: 20vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.89375vw;
  }
  .f12, .f12 * {
    font-size: 0.975vw;
  }
  .f13, .f13 * {
    font-size: 1.05625vw;
  }
  .f14, .f14 * {
    font-size: 1.1375vw;
  }
  .f15, .f15 * {
    font-size: 1.21875vw;
  }
  .f16, .f16 * {
    font-size: 1.3vw;
  }
  .f18, .f18 * {
    font-size: 1.4625vw;
  }
  .f20, .f20 * {
    font-size: 1.625vw;
  }
  .f22, .f22 * {
    font-size: 1.7875vw;
  }
  .f24, .f24 * {
    font-size: 1.95vw;
  }
  .f28, .f28 * {
    font-size: 2.275vw;
  }
  .f30, .f30 * {
    font-size: 2.4375vw;
  }
  .f32, .f32 * {
    font-size: 2.6vw;
  }
  .f36, .f36 * {
    font-size: 2.925vw;
  }
  .f40, .f40 * {
    font-size: 3.25vw;
  }
  .f44, .f44 * {
    font-size: 3.575vw;
  }
  .f48, .f48 * {
    font-size: 3.9vw;
  }
  .f56, .f56 * {
    font-size: 4.55vw;
  }
  .f60, .f60 * {
    font-size: 4.875vw;
  }
  .f64, .f64 * {
    font-size: 5.2vw;
  }
  .f72, .f72 * {
    font-size: 5.85vw;
  }
  .f80, .f80 * {
    font-size: 6.5vw;
  }
  .f90, .f90 * {
    font-size: 7.3125vw;
  }
  .f96, .f96 * {
    font-size: 7.8vw;
  }
  .f120, .f120 * {
    font-size: 9.75vw;
  }
  .f128, .f128 * {
    font-size: 10.4vw;
  }
  .f160, .f160 * {
    font-size: 13vw;
  }
  .f320, .f320 * {
    font-size: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.0625vw;
  }
  .f12, .f12 * {
    font-size: 2.25vw;
  }
  .f13, .f13 * {
    font-size: 2.4375vw;
  }
  .f14, .f14 * {
    font-size: 2.975vw;
  }
  .f15, .f15 * {
    font-size: 3.1875vw;
  }
  .f16, .f16 * {
    font-size: 3.4vw;
  }
  .f18, .f18 * {
    font-size: 3.825vw;
  }
  .f20, .f20 * {
    font-size: 4vw;
  }
  .f22, .f22 * {
    font-size: 4.2625vw;
  }
  .f24, .f24 * {
    font-size: 4.5vw;
  }
  .f28, .f28 * {
    font-size: 5.25vw;
  }
  .f30, .f30 * {
    font-size: 5.625vw;
  }
  .f32, .f32 * {
    font-size: 6vw;
  }
  .f36, .f36 * {
    font-size: 6.75vw;
  }
  .f40, .f40 * {
    font-size: 7.5vw;
  }
  .f44, .f44 * {
    font-size: 8.25vw;
  }
  .f48, .f48 * {
    font-size: 9vw;
  }
  .f56, .f56 * {
    font-size: 10.5vw;
  }
  .f60, .f60 * {
    font-size: 11.25vw;
  }
  .f64, .f64 * {
    font-size: 12vw;
  }
  .f72, .f72 * {
    font-size: 13.5vw;
  }
  .f80, .f80 * {
    font-size: 15vw;
  }
  .f90, .f90 * {
    font-size: 16.875vw;
  }
  .f96, .f96 * {
    font-size: 18vw;
  }
  .f120, .f120 * {
    font-size: 22.5vw;
  }
  .f128, .f128 * {
    font-size: 24vw;
  }
  .f160, .f160 * {
    font-size: 30vw;
  }
  .f320, .f320 * {
    font-size: 60vw;
  }
}
.sup {
  font-size: 80%;
  vertical-align: super;
}

.sub {
  font-size: 80%;
}

#current-nav {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  width: 85vw;
  height: 4vw;
  background-color: rgba(59, 64, 117, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
  z-index: 10;
}
#current-nav.-enter- {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: hover) {
  #current-nav:hover {
    background-color: #3b4075;
  }
}
#current-nav > span {
  position: relative;
  width: 8vw;
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  text-align: center;
}
#current-nav > span::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.65vw;
  left: 50%;
  display: block;
  width: 0.66vw;
  margin-left: -0.33vw;
  height: 0.3810511777vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: white;
}
#current-nav > ul {
  display: flex;
  justify-content: center;
  width: 77vw;
  height: 100%;
}
#current-nav > ul .nv {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  margin: 0 1em;
  color: white;
  cursor: pointer;
}
#current-nav > ul .nv::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5vw;
  transition: all 0.3s;
}
#current-nav > ul .nv .f20 {
  margin-top: 0.13em;
  margin-right: 0.3em;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#current-nav > ul .nv .f16 {
  white-space: nowrap;
}
@media (hover: hover) {
  #current-nav > ul .nv:hover::before {
    background-color: #5d639e;
  }
}
#current-nav > ul .nv.on::before {
  background-color: #ff5611;
}

@media screen and (max-width: 1024px) {
  #current-nav {
    height: 5vw;
  }
  #current-nav > span {
    font-size: 1.5vw;
  }
  #current-nav > ul .nv {
    margin: 0 0.8em;
  }
  #current-nav > ul .nv::before {
    height: 0.6vw;
  }
  #current-nav > ul .nv .f20 {
    font-size: 1.5vw;
  }
  #current-nav > ul .nv .f16 {
    font-size: 1.24vw;
  }
}
@media screen and (max-width: 767px) {
  #current-nav {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    padding: 1em 0;
    background-color: #3b4075;
  }
  #current-nav.-enter-.-sphide- {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #current-nav > span {
    display: none;
  }
  #current-nav > ul {
    flex-wrap: wrap;
    width: 100%;
  }
  #current-nav > ul .nv {
    height: 2.6em;
    margin: 0 0.7em;
  }
  #current-nav > ul .nv::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.3em;
    left: 0;
    height: 0.12em;
  }
  #current-nav > ul .nv .f20 {
    font-size: 4.25vw;
  }
  #current-nav > ul .nv .f16 {
    font-size: 3.4vw;
  }
}
#local-index {
  position: relative;
  margin-top: 5vw;
  padding: 3vw 0 0 5vw;
  border: 1px solid #5d639e;
  border-left: none;
}
#local-index.-two- {
  width: 47.75vw;
}
#local-index.-two- > ul li {
  width: 15vw;
  margin: 0 3.75vw 3vw 0;
}
#local-index.-two- > ul li a .-thm- {
  width: 15vw;
  height: 15vw;
}
#local-index.-three- {
  width: 66vw;
}
#local-index.-three- > ul li {
  width: 15vw;
  margin: 0 3.75vw 3vw 0;
}
#local-index.-three- > ul li a .-thm- {
  width: 15vw;
  height: 15vw;
}
#local-index.-four- {
  width: 80vw;
}
#local-index.-four- > ul li {
  width: 13.75vw;
  margin: 0 3.75vw 3vw 0;
}
#local-index.-four- > ul li a .-thm- {
  width: 13.75vw;
  height: 13.75vw;
}
#local-index.-five- {
  width: 79vw;
}
#local-index.-five- > ul li {
  width: 10vw;
  margin: 0 3.75vw 3vw 0;
}
#local-index.-five- > ul li a .-thm- {
  width: 10vw;
  height: 10vw;
}
#local-index > h2 {
  position: absolute;
  top: 3vw;
  right: 2vw;
  bottom: auto;
  left: auto;
  color: #5d639e;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#local-index > ul {
  display: flex;
  flex-wrap: wrap;
}
#local-index > ul li a {
  display: flex;
  flex-direction: column;
}
#local-index > ul li a .-thm- {
  margin-bottom: 1em;
  overflow: hidden;
}
#local-index > ul li a .-thm- > img {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  #local-index > ul li a:hover .-thm- > img {
    transform: scale(1.08);
  }
}
#local-index > ul li a > span {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.3em;
}
#local-index > ul li a > span.-blk-::after {
  content: "";
  display: inline-block;
  width: 0.9vw;
  height: 0.736363638vw;
  margin-bottom: 0.2em;
  margin-left: 0.3em;
  vertical-align: middle;
  background-image: url(/recruit/jobnet/_/images/common/ico_link_b.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#local-index > ul li a > small {
  line-height: 1.4em;
}

@media screen and (max-width: 1024px) {
  #local-index.-two- {
    width: 48vw;
  }
  #local-index.-three- {
    width: 67vw;
  }
  #local-index.-four- {
    width: 81vw;
  }
  #local-index.-four- > ul li {
    width: 14vw;
    margin: 0 3.5vw 3vw 0;
  }
  #local-index.-four- > ul li a .-thm- {
    width: 14vw;
    height: 14vw;
  }
  #local-index.-five- {
    width: 80vw;
  }
  #local-index.-five- > ul li {
    width: 10.7vw;
    margin: 0 3vw 3vw 0;
  }
  #local-index.-five- > ul li a .-thm- {
    width: 10.7vw;
    height: 10.7vw;
  }
  #local-index > h2 {
    position: absolute;
    top: 3vw;
    right: 1.7vw;
    bottom: auto;
    left: auto;
  }
  #local-index > ul li a > span {
    font-size: 1.3725vw;
  }
  #local-index > ul li a > span.-blk-::after {
    width: 1.1vw;
    height: 0.900000002vw;
    margin-bottom: 0.15em;
  }
  #local-index > ul li a > small {
    font-size: 1.22vw;
  }
}
@media screen and (max-width: 767px) {
  #local-index {
    margin-top: 10vw;
    padding: 5vw 0 0 5vw;
    border: 0.75px solid #5d639e;
    border-left: none;
  }
  #local-index.-two-, #local-index.-three-, #local-index.-four-, #local-index.-five- {
    width: 90vw;
  }
  #local-index.-two- > ul li, #local-index.-three- > ul li, #local-index.-four- > ul li, #local-index.-five- > ul li {
    width: 32vw;
    margin: 0 5vw 5vw 0;
  }
  #local-index.-two- > ul li a .-thm-, #local-index.-three- > ul li a .-thm-, #local-index.-four- > ul li a .-thm-, #local-index.-five- > ul li a .-thm- {
    width: 32vw;
    height: 32vw;
  }
  #local-index > h2 {
    position: absolute;
    top: 5vw;
    right: 2vw;
    bottom: auto;
    left: auto;
    letter-spacing: -0.01em;
  }
  #local-index > ul li a .-thm- {
    margin-bottom: 0.7em;
  }
  #local-index > ul li a > span {
    font-size: 3.375vw;
  }
  #local-index > ul li a > span.-blk-::after {
    width: 2.8vw;
    height: 2.290909096vw;
  }
  #local-index > ul li a > small {
    font-size: 3vw;
  }
}
.btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 5vw;
  padding-right: 8vw;
  padding-left: 2em;
  background: #3b4075;
  background: #3b4075;
  background: linear-gradient(90deg, #3b4075 0%, #5d639e 100%);
}
.btn-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 7vw;
  height: 1px;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (hover: hover) {
  .btn-link:hover::after {
    animation: bdr_left_right 1s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }
}
.btn-link > span {
  color: white;
  font-weight: 700;
}
.btn-link > span.-blk-::before {
  content: "";
  display: inline-block;
  width: 0.9vw;
  height: 0.736363638vw;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-image: url(/recruit/jobnet/_/images/common/ico_link_w.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.slick-arrow {
  width: 2vw;
  height: 4.8vw;
  padding-top: 4vw;
  color: #5d639e;
  font-size: 0.8vw;
  font-family: "d-din", sans-serif;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -3vw;
  margin-top: -2.4vw;
  background-image: url(/recruit/jobnet/_/images/common/ico_slider_l.svg);
}
.slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  right: -3vw;
  bottom: auto;
  left: auto;
  margin-top: -2.4vw;
  background-image: url(/recruit/jobnet/_/images/common/ico_slider_r.svg);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2vw;
  left: 0;
}
.slick-dots li {
  width: 0.75vw;
  height: 0.75vw;
  margin: 0 0.3vw;
}
.slick-dots li.slick-active {
  background-color: #5d639e;
}

@media screen and (max-width: 1024px) {
  .btn-link {
    height: 6vw;
    padding-left: 1.4em;
  }
  .btn-link > span.-blk-::before {
    width: 1.1vw;
    height: 0.900000002vw;
  }
  .slick-arrow {
    width: 2.4vw;
    height: 7vw;
    font-size: 1.04vw;
  }
  .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -3.8vw;
    margin-top: -3.5vw;
  }
  .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    right: -3.8vw;
    bottom: auto;
    left: auto;
    margin-top: -3.5vw;
  }
  .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2.4vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    height: 16vw;
    padding-right: 24vw;
  }
  .btn-link::after {
    width: 20vw;
  }
  .btn-link > span.-blk-::before {
    width: 2.8vw;
    height: 2.290909096vw;
  }
  .slick-arrow {
    width: 5.5vw;
    height: 15vw;
    padding-top: 10vw;
    font-size: 2.56vw;
  }
  .slick-arrow.slick-prev {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -18vw;
    left: 0;
    margin-top: 0;
  }
  .slick-arrow.slick-next {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -18vw;
    left: auto;
    margin-top: 0;
  }
  .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10vw;
    left: 0;
  }
  .slick-dots li {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
}
@keyframes bdr_left_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  20% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  60% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  80% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
}
.page-title > span {
  font-weight: 700;
  background: linear-gradient(90deg, #5d639e 20%, #ff5611 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-ttl1 {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 3vw;
  padding: 0 1em 0.1em;
  background-color: #5d639e;
}
.blue-ttl1 > span {
  color: white;
  font-weight: 700;
}

.blue-ttl2 {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 4vw;
  padding: 0 1em 0.1em 0.7em;
  background-color: #5d639e;
}
.blue-ttl2 > span {
  color: white;
  font-weight: 700;
}
.blue-ttl2 > span.-num- {
  margin-right: 0.5em;
  font-family: "d-din", sans-serif;
}

.blue-ttl-frm {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 2.875vw;
  padding: 0 0.8em 0.1em;
  background-color: #5d639e;
}
.blue-ttl-frm > span {
  color: white;
  font-weight: 700;
}
.blue-ttl-frm::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  right: auto;
  bottom: auto;
  left: 0.5vw;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #5d639e;
}

@media screen and (max-width: 1024px) {
  .blue-ttl1 {
    height: 3.7vw;
  }
  .blue-ttl2 {
    height: 4.6vw;
  }
  .blue-ttl2 > span.-num- {
    margin-right: 0.4em;
    font-size: 3.66vw;
  }
  .blue-ttl-frm {
    height: 3.5vw;
    padding: 0 0.8em 0.14em;
  }
  .blue-ttl-frm::before {
    position: absolute;
    top: 0.6vw;
    right: auto;
    bottom: auto;
    left: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .blue-ttl1 {
    height: 8vw;
    padding: 0 0.7em 0.15em;
  }
  .blue-ttl2 {
    height: 11vw;
  }
  .blue-ttl2 > span.-num- {
    margin-right: 0.4em;
    font-size: 8.1vw;
  }
  .blue-ttl-frm {
    height: 9.5vw;
  }
  .blue-ttl-frm.-spdbl- {
    height: 16vw;
  }
  .blue-ttl-frm.-spdbl- > span {
    line-height: 1.4em;
  }
  .blue-ttl-frm::before {
    position: absolute;
    top: 1.4vw;
    right: auto;
    bottom: auto;
    left: 1.4vw;
  }
}
#gradient-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  --gradient-color-1: #a49fe8;
  --gradient-color-2: #e6e3fc;
  --gradient-color-3: #efeef6;
  --gradient-color-4: #b1ade0;
  z-index: -100;
  animation: opacityBG 5s infinite;
}

@keyframes opacityBG {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
#home #slider {
  width: 67.5vw;
  height: 50vw;
  margin-left: 15vw;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  #home #slider {
    height: 40vw;
  }
}
#home #slider div {
  width: 100%;
  height: 100%;
}
#home #slider .sld-set {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home #slider .sld-set.-sld1- {
  background-image: url(/recruit/jobnet/_/images/home/sld_01.webp);
}
#home #slider .sld-set.-sld2- {
  background-image: url(/recruit/jobnet/_/images/home/sld_02.webp);
}
#home #slider .sld-set.-sld3- {
  background-image: url(/recruit/jobnet/_/images/home/sld_03.webp);
}
#home #slider .sld-set.-sld4- {
  background-image: url(/recruit/jobnet/_/images/home/sld_04.webp);
}
#home #slider .sld-set.-sld5- {
  background-image: url(/recruit/jobnet/_/images/home/sld_05.webp);
}
@keyframes main_slider {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.14);
  }
}
@keyframes blur_anm {
  0% {
    filter: blur(0);
  }
  60% {
    filter: blur(0);
  }
  100% {
    filter: blur(50px);
  }
}
#home #slider .add-animation {
  animation: main_slider 10s linear 0s normal both;
}
#home #slider .add-animation .sld-set {
  animation: blur_anm 10s linear 0s normal both;
}
#home .cpy-group {
  position: relative;
  height: 20vw;
}
#home .cpy-group .frame1 {
  position: absolute;
  top: -10vw;
  right: auto;
  bottom: auto;
  left: 5vw;
  width: 30vw;
  height: 30vw;
  border-width: 1.25vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#home .cpy-group > span {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20vw;
  left: 11.5vw;
  display: block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
#home .cpy-group > h1 {
  position: absolute;
  top: 4.5vw;
  right: auto;
  bottom: auto;
  left: 22.8vw;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#home .led-group {
  display: flex;
  flex-wrap: wrap;
}
#home .led-group .lg1-txt {
  order: 1;
  width: 40vw;
  padding: 7.5vw 0 0 7.5vw;
}
#home .led-group .lg1-img {
  order: 2;
  position: relative;
  width: 45vw;
  background-color: #5d639e;
  overflow: hidden;
}
#home .led-group .lg1-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#home .led-group .lg1-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#home .led-group .lg2-txt {
  order: 4;
  position: relative;
  width: 45vw;
  padding: 7.5vw 0 0 7.5vw;
}
#home .led-group .lg2-txt > p {
  position: relative;
}
#home .led-group .lg2-txt::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -9.5vw;
  left: 5vw;
  display: block;
  width: 15vw;
  height: 30vw;
  border-width: 0.5vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#home .led-group .lg2-img {
  order: 3;
  position: relative;
  width: 40vw;
  background-color: #5d639e;
  overflow: hidden;
}
#home .led-group .lg2-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#home .led-group .lg2-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#home .led-group .lg3-txt {
  order: 5;
  position: relative;
  width: 57.5vw;
  margin-top: 2vw;
  padding: 4vw 12.5vw 0 7.5vw;
}
#home .led-group .lg3-txt::before {
  content: "";
  position: absolute;
  top: auto;
  right: 7.5vw;
  bottom: 7.5vw;
  left: auto;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #5d639e;
  z-index: -1;
}
#home .led-group .lg3-txt > p {
  font-family: "d-din", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
#home .led-group .lg3-img {
  order: 6;
  position: relative;
  width: 27.5vw;
  margin-top: 2vw;
  z-index: -1;
  background-color: #ff5611;
  overflow: hidden;
}
#home .led-group .lg3-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#home .led-group .lg3-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#home .led-group p {
  line-height: 2em;
}
#home .led-group p + p {
  margin-top: 2em;
}
#home .cnt-group {
  position: relative;
  width: 80vw;
  margin-top: 6.5vw;
  border: 1px solid #5d639e;
  border-left: none;
}
#home .cnt-group::before {
  content: "";
  display: block;
  position: absolute;
  top: 30vw;
  right: -3vw;
  bottom: auto;
  left: auto;
  width: 18vw;
  height: 16vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: -1;
}
#home .cnt-group > h2 {
  position: absolute;
  top: 1.7vw;
  right: 1.6vw;
  bottom: auto;
  left: auto;
  color: #5d639e;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#home .cnt-group .sort-set {
  position: relative;
  width: 57.5vw;
  margin-top: -6.5vw;
  padding: 9.5vw 7.5vw 4vw 5vw;
  background: #3b4075;
  background: linear-gradient(90deg, #3b4075 0%, #5d639e 30%);
}
#home .cnt-group .sort-set::after {
  content: "";
  position: absolute;
  top: 6.5vw;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
}
#home .cnt-group .sort-set > h3 {
  margin-bottom: 0.5em;
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#home .cnt-group .sort-set > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3em;
}
#home .cnt-group .sort-set > ul + h3 {
  margin-top: 4vw;
}
#home .cnt-group .sort-set > ul > li {
  display: flex;
  align-items: center;
  width: auto;
  height: 2.25vw;
  margin: 0 0.5vw 0.5vw 0;
  padding: 0 0.6em 0.1em 0.4em;
  border: 1px solid #8c89ae;
  cursor: pointer;
  transition: all 0.3s;
}
#home .cnt-group .sort-set > ul > li > span {
  color: white;
}
#home .cnt-group .sort-set > ul > li > span::before {
  content: "＃";
  margin-right: 0.2em;
  color: #ff5611;
}
@media (hover: hover) {
  #home .cnt-group .sort-set > ul > li:not(.mixitup-control-active):hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
#home .cnt-group .sort-set > ul > li.mixitup-control-active {
  background-color: white;
  border: 1px solid white;
}
#home .cnt-group .sort-set > ul > li.mixitup-control-active > span {
  color: #2c2b37;
}
#home .cnt-group #site-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 5vw 0 0 5vw;
}
#home .cnt-group #site-contents .mix {
  width: 20vw;
  margin: 0 3.75vw 5vw 0;
}
#home .cnt-group #site-contents .mix > a {
  display: block;
}
@media (hover: hover) {
  #home .cnt-group #site-contents .mix > a:hover > figure img {
    transform: scale(1.05);
  }
}
#home .cnt-group #site-contents .mix > a > figure {
  width: 20vw;
  height: 20vw;
  overflow: hidden;
}
#home .cnt-group #site-contents .mix > a > figure img {
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
#home .cnt-group #site-contents .mix > a > span {
  display: inline-block;
  margin-top: 1em;
  color: #5d639e;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#home .cnt-group #site-contents .mix > a > h4 {
  margin-top: 0.3em;
  font-weight: 700;
  line-height: 1.2em;
}
#home .cnt-group #site-contents .mix > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
#home .cnt-group #site-contents .mix > ul li {
  margin-right: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  #home .cpy-group > span {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20vw;
    left: 11vw;
    font-size: 2.7vw;
  }
  #home .cpy-group > h1 {
    font-size: 6.36vw;
  }
  #home .led-group .lg1-txt {
    padding: 7vw 0 0 7vw;
  }
  #home .led-group .lg2-txt::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10vw;
    left: 7.5vw;
    width: 13vw;
    height: 25vw;
  }
  #home .led-group .lg3-txt {
    margin-top: 2vw;
    padding: 2.5vw 9.5vw 0 6vw;
  }
  #home .led-group .lg3-txt::before {
    content: "";
    position: absolute;
    top: auto;
    right: 5vw;
    bottom: 7.5vw;
    left: auto;
  }
  #home .cnt-group::before {
    position: absolute;
    top: 22vw;
    right: -3vw;
    bottom: auto;
    left: auto;
    width: 20vw;
  }
  #home .cnt-group > h2 {
    font-size: 4.95vw;
  }
  #home .cnt-group .sort-set {
    padding: 9.5vw 7.5vw 5vw 5vw;
  }
  #home .cnt-group .sort-set > ul + h3 {
    margin-top: 5vw;
  }
  #home .cnt-group .sort-set > ul > li {
    height: 3.1vw;
    padding: 0 0.8em 0.15em 0.6em;
  }
  #home .cnt-group #site-contents .mix {
    width: 21vw;
    margin: 0 3.5vw 4vw 0;
  }
  #home .cnt-group #site-contents .mix > a > figure {
    width: 21vw;
    height: 21vw;
  }
}
@media screen and (max-width: 767px) {
  #home #slider {
    width: 100vw;
    height: 90vw;
    margin-left: 0;
  }
  #home .cpy-group {
    height: 40vw;
  }
  #home .cpy-group .frame1 {
    width: 40vw;
    height: 40vw;
    border-width: 2vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #home .cpy-group > span {
    display: none;
  }
  #home .cpy-group > h1 {
    position: absolute;
    top: 12vw;
    right: auto;
    bottom: auto;
    left: 11.4vw;
    font-size: 10.8vw;
  }
  #home .led-group .lg1-txt {
    width: 100vw;
    padding: 0 0 0 10vw;
  }
  #home .led-group .lg1-img {
    width: 80vw;
    margin-top: 10vw;
    margin-left: 20vw;
  }
  #home .led-group .lg2-txt {
    order: 3;
    width: 100vw;
    padding: 10vw 0 0 10vw;
  }
  #home .led-group .lg2-txt::before {
    position: absolute;
    top: auto;
    right: 5vw;
    bottom: -24vw;
    left: auto;
    width: 30vw;
    height: 45vw;
    border-width: 1.5vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #home .led-group .lg2-img {
    order: 4;
    width: 80vw;
    margin-top: 10vw;
    z-index: -1;
  }
  #home .led-group .lg3-txt {
    width: 100vw;
    margin-top: 10vw;
    padding: 10vw 0 0 20vw;
  }
  #home .led-group .lg3-txt::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 10vw;
    height: 90vw;
    border: 0.75px solid #2c2b37;
  }
  #home .led-group .lg3-img {
    width: 80vw;
    margin-top: 10vw;
    margin-left: 20vw;
  }
  #home .cnt-group {
    width: 94vw;
    margin-top: 20vw;
    border: 0.75px solid #5d639e;
    border-left: none;
  }
  #home .cnt-group::before {
    position: absolute;
    top: 43vw;
    right: -8vw;
    bottom: auto;
    left: auto;
    width: 22vw;
    height: 30vw;
    border-width: 1.5vw;
    border-style: solid;
    border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #home .cnt-group > h2 {
    position: absolute;
    top: 4vw;
    right: 2.6vw;
    bottom: auto;
    left: auto;
    font-size: 9vw;
  }
  #home .cnt-group .sort-set {
    width: 74vw;
    margin-top: -8.1vw;
    padding: 15vw 0 7vw 7vw;
  }
  #home .cnt-group .sort-set::after {
    position: absolute;
    top: 8.1vw;
    right: auto;
    bottom: auto;
    left: 0;
    height: 0.75px;
  }
  #home .cnt-group .sort-set > ul + h3 {
    margin-top: 8vw;
  }
  #home .cnt-group .sort-set > ul > li {
    height: 3em;
    margin: 0 0.4em 0.4em 0;
  }
  #home .cnt-group #site-contents .mix {
    width: 39vw;
    margin: 0 5vw 7vw 0;
  }
  #home .cnt-group #site-contents .mix > a > figure {
    width: 39vw;
    height: 39vw;
  }
  #home .cnt-group #site-contents .mix > a > h4 {
    font-size: 3.75vw;
  }
  #home .cnt-group #site-contents .mix > ul li {
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
}
