@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;
  }
}
body .category[data-category=session]::before {
  background-color: #767cb7;
}

#session .intro .in-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 80vw;
  height: 52.5vw;
  margin-left: 2.5vw;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  #session .intro .in-img {
    height: 42vw;
  }
}
#session .intro .in-img .in-cpy {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  z-index: 1;
}
@media (min-aspect-ratio: 16/9) {
  #session .intro .in-img .in-cpy {
    font-size: 4.05vw;
  }
}
#session .intro .in-img .in-cpy.-wkg- {
  position: absolute;
  top: 0.8em;
  right: auto;
  bottom: auto;
  left: 1em;
}
#session .intro .in-img .in-cpy.-frs- {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 0.2em;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.8em;
  left: 1em;
}
#session .intro .in-txt {
  position: relative;
  width: 40vw;
  margin-top: 4.5vw;
  margin-left: 10vw;
}
#session .intro .in-txt::after {
  content: "";
  position: absolute;
  top: -12.5vw;
  right: -29.5vw;
  bottom: auto;
  left: auto;
  width: 20vw;
  height: 27.5vw;
  border-width: 1.25vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#session .intro .in-txt .in-lead {
  margin-top: 3em;
}
#session .intro .in-txt .in-lead > p {
  line-height: 2em;
}
#session .intro .in-txt .in-lead > p + p {
  margin-top: 1em;
}
#session .member {
  position: relative;
  width: 80vw;
  margin: 9.5vw 0 6.5vw 0;
  padding: 11vw 0 0 9.9vw;
  border: 1px solid #5d639e;
  border-left: none;
}
#session .member::after {
  content: "";
  display: block;
  position: absolute;
  top: -4.2vw;
  right: auto;
  bottom: auto;
  left: -2vw;
  width: 22vw;
  height: 10vw;
  border-width: 1vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#session .member > h2 {
  position: absolute;
  top: 0.4em;
  right: auto;
  bottom: auto;
  left: 0.3em;
  color: #5d639e;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: -0.01em;
  z-index: 1;
}
#session .member > ul {
  display: flex;
  flex-wrap: wrap;
}
#session .member > ul li {
  display: flex;
  width: 32vw;
  margin: 0 3vw 6vw 0;
}
#session .member > ul li .m-img {
  width: 11.25vw;
  height: 15vw;
  background-color: #5d639e;
  overflow: hidden;
}
#session .member > ul li .m-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#session .member > ul li .m-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#session .member > ul li .m-img.-bgog- {
  background-color: #ff5611;
}
#session .member > ul li .m-txt {
  width: 20.75vw;
  padding: 1em 0 0 2em;
}
#session .member > ul li .m-txt .mt0 {
  color: #5d639e;
  font-family: "d-din", sans-serif;
}
#session .member > ul li .m-txt .mt1 {
  margin-top: 0.3em;
  color: #5d639e;
  font-weight: 700;
}
#session .member > ul li .m-txt .mt2 {
  margin-top: 1.5em;
  line-height: 1.7em;
}
#session .talk-wrap .talk-group {
  background-color: white;
}
#session .talk-wrap .talk-group .tk-intro {
  position: relative;
  width: 80vw;
}
#session .talk-wrap .talk-group .tk-intro .tki1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 45vw;
  height: 30vw;
  background-color: #5d639e;
  overflow: hidden;
}
#session .talk-wrap .talk-group .tk-intro .tki1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#session .talk-wrap .talk-group .tk-intro .tki1.on > img {
  opacity: 1;
  transform: scale(1);
}
#session .talk-wrap .talk-group .tk-intro .tki1.-og- {
  background-color: #ff5611;
  overflow: hidden;
}
#session .talk-wrap .talk-group .tk-intro .tki1.-og- > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#session .talk-wrap .talk-group .tk-intro .tki1.-og-.on > img {
  opacity: 1;
  transform: scale(1);
}
#session .talk-wrap .talk-group .tk-intro .tki2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 25vw;
  color: white;
  mix-blend-mode: difference;
}
#session .talk-wrap .talk-group .tk-intro .tki2.-wide- {
  width: 50vw;
}
#session .talk-wrap .talk-group .tk-intro .tki2 > span {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#session .talk-wrap .talk-group .tk-intro .tki3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45vw;
  margin-left: 20vw;
  padding: 7.5vw 1vw 1vw 1vw;
  border: 1px solid #5d639e;
}
#session .talk-wrap .talk-group .tk-intro .tki3 > span {
  margin-right: 1.4vw;
  color: #5d639e;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  line-height: 1.6em;
}
#session .talk-wrap .talk-group .tk-intro .tki3 > p {
  font-weight: 700;
  line-height: 1.6em;
}
#session .talk-wrap .talk-group .tk-intro .-bdr1- {
  display: block;
  position: absolute;
  top: -12.8vw;
  right: -2.8vw;
  bottom: auto;
  left: auto;
  width: 15vw;
  height: 18.75vw;
  border-width: 1vw;
  border-style: solid;
  border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: 1;
}
#session .talk-wrap .talk-group .tk-intro .-bdr2- {
  display: block;
  position: absolute;
  top: -10vw;
  right: auto;
  bottom: auto;
  left: 1.8vw;
  width: 11.25vw;
  height: 22.5vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: 1;
}
#session .talk-wrap .talk-group .tk-intro .-bdr3- {
  display: block;
  position: absolute;
  top: -19vw;
  right: 5.8vw;
  bottom: auto;
  left: auto;
  width: 8vw;
  height: 25.5vw;
  border-width: 1.25vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: 1;
}
#session .talk-wrap .talk-group .tk-intro .-bdr4- {
  display: block;
  position: absolute;
  top: -3.9vw;
  right: -2.25vw;
  bottom: auto;
  left: auto;
  width: 12.8vw;
  height: 8vw;
  border-width: 0.5vw;
  border-style: solid;
  border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: 1;
}
#session .talk-wrap .talk-group .tk-main {
  width: 65vw;
  margin: 4.5vw 0 0 10vw;
}
#session .talk-wrap .talk-group .tk-main .tk-set {
  display: flex;
}
#session .talk-wrap .talk-group .tk-main .tk-set + .tk-set {
  margin-top: 1.8em;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f14 {
  width: 4vw;
  text-align: center;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f14 > span {
  display: block;
  margin-top: 0.5em;
  font-family: "d-din", sans-serif;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f16 {
  width: 61vw;
  padding: 0.18em 0 0 2em;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f16.-one- {
  padding-top: 1em;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f16 > p {
  line-height: 1.8em;
}
#session .talk-wrap .talk-group .tk-main .tk-set .f16 > p + p {
  margin-top: 1em;
}
#session .talk-wrap .talk-group .tk-period {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 5vw;
}
#session .talk-wrap .talk-group .tk-period .tkp {
  width: 35vw;
  height: 23.31vw;
  background-color: #5d639e;
  overflow: hidden;
}
#session .talk-wrap .talk-group .tk-period .tkp > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#session .talk-wrap .talk-group .tk-period .tkp.on > img {
  opacity: 1;
  transform: scale(1);
}
#session .talk-wrap .talk-group .tk-period .tkp.-og- {
  background-color: #ff5611;
  overflow: hidden;
}
#session .talk-wrap .talk-group .tk-period .tkp.-og- > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#session .talk-wrap .talk-group .tk-period .tkp.-og-.on > img {
  opacity: 1;
  transform: scale(1);
}
#session .talk-wrap .talk-group .tk-period .tkp.-last- {
  width: 75vw;
  height: 40vw;
  margin-left: 5vw;
}
#session .talk-wrap .talk-group .tk-period .-bdrlast- {
  display: block;
  position: absolute;
  top: -3.5vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 11.25vw;
  height: 22.5vw;
  border-width: 1.125vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
  z-index: 1;
}
#session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki1 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 5vw;
}
#session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki2 {
  margin-left: 50vw;
}
#session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki2.-wide- {
  transform: translateX(-15vw);
}
#session .talk-wrap .talk-group:nth-of-type(even) .tk-period {
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  #session .intro .in-img .in-cpy {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 1024px) and (min-aspect-ratio: 16/9) {
  #session .intro .in-img .in-cpy {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 1024px) {
  #session .intro .in-txt {
    width: 47vw;
    margin-left: 8vw;
  }
  #session .intro .in-txt::after {
    position: absolute;
    top: -10vw;
    right: -22.5vw;
    bottom: auto;
    left: auto;
    width: 18vw;
    border-width: 1.2vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .intro .in-txt .in-lead {
    margin-top: 2.6em;
  }
  #session .member {
    margin: 12vw 0 6.5vw 0;
    padding: 10vw 0 0 9.9vw;
  }
  #session .member > h2 {
    font-size: 4.8vw;
  }
  #session .member > ul li .m-txt {
    padding: 0 0 0 1.8em;
  }
  #session .member > ul li .m-txt .mt2 {
    font-size: 1.24vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki1 {
    width: 43vw;
    height: 28.66666681vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki2 {
    width: 37vw;
    height: 26vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki2 > span {
    font-size: 3.3vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki3 {
    width: 54vw;
    margin-left: 15.5vw;
    padding: 5.5vw 1vw 1vw 1vw;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr1- {
    width: 13vw;
    height: 18vw;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr2- {
    width: 10vw;
    height: 20vw;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr3- {
    position: absolute;
    top: -19vw;
    right: 4vw;
    bottom: auto;
    left: auto;
    border-width: 1.15vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr4- {
    height: 6vw;
    border-width: 0.6vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-main {
    width: 70vw;
    margin: 4.5vw 0 0 7.5vw;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f14 {
    width: 5.2vw;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f16 {
    width: 64.8vw;
    padding: 0.18em 0 0 1.8em;
  }
  #session .talk-wrap .talk-group .tk-period .tkp {
    width: 37vw;
    height: 24.642vw;
  }
  #session .talk-wrap .talk-group .tk-period .-bdrlast- {
    position: absolute;
    top: -4.5vw;
    right: auto;
    bottom: auto;
    left: 0;
    height: 21vw;
    border-width: 1.1vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki2 {
    margin-left: 48vw;
  }
}
@media screen and (max-width: 767px) {
  #session .intro .in-img {
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    margin-top: -12vw;
    margin-left: 0;
  }
  #session .intro .in-img > img {
    width: 130vw;
    margin-left: -15vw;
  }
  #session .intro .in-img .in-cpy {
    margin: 0.8em 0 0 0.8em;
    font-size: 9vw;
  }
  #session .intro .in-img .in-cpy.-wkg- {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #session .intro .in-img .in-cpy.-frs- {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: #2c2b37;
    text-shadow: none;
  }
  #session .intro .in-txt {
    width: 84vw;
    margin-top: 10vw;
    margin-left: 8vw;
  }
  #session .intro .in-txt::after {
    position: absolute;
    top: -45vw;
    right: -4.5vw;
    bottom: auto;
    left: auto;
    width: 18vw;
    height: 40vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
    z-index: 0;
  }
  #session .intro .in-txt .in-lead {
    margin-top: 2em;
  }
  #session .member {
    width: 95vw;
    margin: 18vw 0 10vw 0;
    padding: 10vw 0 0 15vw;
    border: 0.75px solid #5d639e;
    border-left: none;
  }
  #session .member::after {
    position: absolute;
    top: -8vw;
    right: -6vw;
    bottom: auto;
    left: auto;
    width: 32vw;
    height: 17vw;
  }
  #session .member > h2 {
    font-size: 8vw;
  }
  #session .member > ul li {
    width: 74vw;
    margin: 0 0 7.5vw 0;
  }
  #session .member > ul li .m-img {
    width: 22vw;
    height: 29.33333326vw;
  }
  #session .member > ul li .m-txt {
    width: 52vw;
    padding: 0 0 0 1.2em;
  }
  #session .member > ul li .m-txt .mt2 {
    font-size: 3vw;
    line-height: 1.6em;
  }
  #session .talk-wrap .talk-group {
    margin-top: 20vw;
  }
  #session .talk-wrap .talk-group .tk-intro {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki1 {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 85vw;
    height: 56.66666695vw;
    margin-left: 0;
  }
  #session .talk-wrap .talk-group .tk-intro .tki2 {
    order: 1;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0 0 2em 0;
    z-index: 1;
  }
  #session .talk-wrap .talk-group .tk-intro .tki2.-wide- {
    width: auto;
  }
  #session .talk-wrap .talk-group .tk-intro .tki2 > span {
    font-size: 7.8vw;
    text-align: center;
  }
  #session .talk-wrap .talk-group .tk-intro .tki3 {
    order: 3;
    width: 90vw;
    margin-top: -6vw;
    margin-left: 5vw;
    padding: 10vw 4vw 5vw 4vw;
    border: 0.75px solid #5d639e;
  }
  #session .talk-wrap .talk-group .tk-intro .tki3 > span {
    margin-right: 4vw;
  }
  #session .talk-wrap .talk-group .tk-intro .tki3 > p {
    font-size: 3.4875vw;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr1- {
    position: absolute;
    top: 16vw;
    right: 2vw;
    bottom: auto;
    left: auto;
    width: 23vw;
    height: 38vw;
    border-width: 2vw;
    border-style: solid;
    border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr2- {
    position: absolute;
    top: -4vw;
    right: auto;
    bottom: auto;
    left: -1.5vw;
    width: 12vw;
    height: 40vw;
    border-width: 1.5vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr3- {
    position: absolute;
    top: -34vw;
    right: 4vw;
    bottom: auto;
    left: auto;
    width: 14vw;
    height: 30vw;
    border-width: 1.35vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-intro .-bdr4- {
    position: absolute;
    top: -25vw;
    right: 39vw;
    bottom: auto;
    left: auto;
    width: 32.8vw;
    height: 15vw;
    border-width: 1vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group .tk-main {
    width: 90vw;
    margin: 10vw 0 0 5vw;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set + .tk-set {
    margin-top: 1.7em;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f14 {
    width: 12vw;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f16 {
    width: 78vw;
    padding: 0 0 0 1.6em;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f16.-one- {
    padding-top: 0;
  }
  #session .talk-wrap .talk-group .tk-main .tk-set .f16 > p {
    line-height: 1.7em;
  }
  #session .talk-wrap .talk-group .tk-period .tkp {
    width: 60vw;
    height: 39.96vw;
  }
  #session .talk-wrap .talk-group .tk-period .tkp.-last- {
    width: 100vw;
    height: 53.333333vw;
    margin-left: 0;
  }
  #session .talk-wrap .talk-group .tk-period .-bdrlast- {
    position: absolute;
    top: -14.5vw;
    right: auto;
    bottom: auto;
    left: -5vw;
    width: 15vw;
    height: 40vw;
    border-width: 1.8vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki1 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki2 {
    margin-left: 0;
  }
  #session .talk-wrap .talk-group:nth-of-type(even) .tk-intro .tki2.-wide- {
    transform: translateX(0);
  }
  #session .talk-wrap .talk-group:nth-of-type(even) .tk-period {
    justify-content: flex-end;
  }
}
