@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=about]::before {
  background-color: #767cb7;
}

#business .intro {
  position: relative;
  width: 85vw;
  height: 55vw;
}
#business .intro::after {
  content: "";
  position: absolute;
  top: 4.5vw;
  right: auto;
  bottom: auto;
  left: 26vw;
  width: 30vw;
  height: 15vw;
  border-width: 1.25vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
@media (min-aspect-ratio: 16/9) {
  #business .intro {
    height: 45vw;
  }
  #business .intro::after {
    top: 3vw;
    height: 13vw;
  }
}
#business .intro .in-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 42.5vw;
  height: 100%;
  overflow: hidden;
}
#business .intro .in-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 7.5vw;
}
#business .intro .in-text .in-cpy {
  position: relative;
  margin-top: 0.4em;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  z-index: 1;
}
#business .intro .in-text .in-lead {
  width: 30vw;
  margin-top: 3em;
}
#business .intro .in-text .in-lead > p {
  line-height: 2em;
}
#business .intro .in-text .in-lead > p + p {
  margin-top: 1em;
}
#business .bsns-wrap .b-set {
  position: relative;
  width: 85vw;
  margin-top: 5vw;
  padding-top: 8.5vw;
}
#business .bsns-wrap .b-set + .b-set {
  margin-top: 10vw;
}
#business .bsns-wrap .b-set::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 80vw;
  height: 1px;
  background-color: #5d639e;
}
#business .bsns-wrap .b-set::after {
  content: "";
  position: absolute;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: 10vw;
  width: 1px;
  height: 100%;
  background-color: #5d639e;
  z-index: -1;
}
#business .bsns-wrap .b-set .bs1 {
  position: absolute;
  top: 1vw;
  right: auto;
  bottom: auto;
  left: 8.2vw;
  font-family: "d-din", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#business .bsns-wrap .b-set .bs2 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 10vw;
}
#business .bsns-wrap .b-set .bs3 {
  padding-left: 20vw;
}
#business .bsns-wrap .b-set .bs3 .bs3-cpy {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#business .bsns-wrap .b-set .bs3 .bs3-txt {
  width: 40vw;
  margin-top: 1.8em;
}
#business .bsns-wrap .b-set .bs3 .bs3-txt > p {
  line-height: 1.8em;
}
#business .bsns-wrap .b-set .bs3 .bs3-txt > p + p {
  margin-top: 1em;
}
#business .bsns-wrap .b-set .bs4 {
  margin-top: 4.5vw;
  padding-left: 20vw;
}
#business .bsns-wrap .b-set .bs4 .main-products {
  width: 50vw;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5vw;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img {
  width: 20vw;
  height: 13.75vw;
  background-color: #5d639e;
  overflow: hidden;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img.-bgog- {
  background-color: #ff5611;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt {
  width: 27.5vw;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt > h4 {
  font-weight: 700;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt > p {
  margin-top: 1em;
  line-height: 1.8em;
}
#business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt > p + p {
  margin-top: 1em;
}
#business .bsns-wrap .b-set .bs5 {
  display: flex;
  margin-top: 6.5vw;
  padding-left: 20vw;
}
#business .bsns-wrap .b-set .bs5 .life-scene {
  width: 30vw;
}
#business .bsns-wrap .b-set .bs5 .life-scene .ls-txt {
  margin-top: 2em;
  font-weight: 700;
  line-height: 2em;
}
#business .bsns-wrap .b-set .bs5 .life-img {
  width: 30vw;
  height: 20vw;
  background-color: #5d639e;
  overflow: hidden;
}
#business .bsns-wrap .b-set .bs5 .life-img > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#business .bsns-wrap .b-set .bs5 .life-img.on > img {
  opacity: 1;
  transform: scale(1);
}
#business .bsns-wrap .b-set .bs-image {
  position: relative;
  width: 65vw;
  height: 43.29vw;
  margin: 5vw 0 0 5vw;
  background-color: #5d639e;
  overflow: hidden;
}
#business .bsns-wrap .b-set .bs-image > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#business .bsns-wrap .b-set .bs-image.on > img {
  opacity: 1;
  transform: scale(1);
}
#business .bsns-wrap .b-set:nth-of-type(even)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
#business .bsns-wrap .b-set:nth-of-type(even)::after {
  position: absolute;
  top: -5vw;
  right: 10vw;
  bottom: auto;
  left: auto;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs1 {
  position: absolute;
  top: 1vw;
  right: 8.2vw;
  bottom: auto;
  left: auto;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs2 {
  position: absolute;
  top: 0;
  right: 10vw;
  bottom: auto;
  left: auto;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs3 {
  padding-left: 15vw;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs4 {
  padding-left: 15vw;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs4 .main-products .mp-set {
  flex-direction: row-reverse;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs5 {
  padding-left: 7.5vw;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs5 .life-scene {
  order: 2;
  margin-left: 5vw;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs5 .life-img {
  order: 1;
}
#business .bsns-wrap .b-set:nth-of-type(even) .bs-image {
  margin: 5vw 0 0 15vw;
}
#business .bsns-wrap .b-set .-bdr1- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3.5vw;
  left: 66.5vw;
  width: 6.25vw;
  height: 20vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#business .bsns-wrap .b-set .-bdr2- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 23vw;
  left: 3.5vw;
  width: 15.9vw;
  height: 10.8vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#business .bsns-wrap .b-set .-bdr3- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5vw;
  left: 54vw;
  width: 20vw;
  height: 7.5vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#business .bsns-wrap .b-set .-bdr4- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 25vw;
  left: 10vw;
  width: 10vw;
  height: 7.8vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#business .bsns-wrap .b-set .-bdr5- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4.6vw;
  left: 30vw;
  width: 13vw;
  height: 13vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#business .bsns-wrap .b-set .-bdr6- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 22vw;
  left: 2vw;
  width: 20vw;
  height: 12.8vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}

@media screen and (max-width: 1024px) {
  #business .intro::after {
    position: absolute;
    top: 4.5vw;
    right: auto;
    bottom: auto;
    left: 28vw;
    width: 26vw;
    height: 14vw;
  }
  #business .intro .in-text {
    padding-top: 2vw;
    padding-left: 6vw;
  }
  #business .intro .in-text .in-cpy {
    margin-top: 0.3em;
    font-size: 4.95vw;
  }
  #business .intro .in-text .in-lead {
    width: 32vw;
    margin-top: 2.2em;
  }
  #business .intro .in-text .in-lead > p {
    line-height: 1.8em;
  }
  #business .bsns-wrap .b-set {
    padding-top: 10vw;
  }
  #business .bsns-wrap .b-set::after {
    position: absolute;
    top: -5vw;
    right: auto;
    bottom: auto;
    left: 5vw;
  }
  #business .bsns-wrap .b-set .bs1 {
    position: absolute;
    top: 1vw;
    right: auto;
    bottom: auto;
    left: 3.2vw;
  }
  #business .bsns-wrap .b-set .bs2 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 5vw;
  }
  #business .bsns-wrap .b-set .bs3 {
    padding-left: 15vw;
  }
  #business .bsns-wrap .b-set .bs3 .bs3-txt {
    width: 50vw;
  }
  #business .bsns-wrap .b-set .bs4 {
    margin-top: 5vw;
    padding-left: 15vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products {
    width: 62vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img {
    width: 24.8vw;
    height: 17.05vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt {
    width: 34.1vw;
  }
  #business .bsns-wrap .b-set .bs5 {
    margin-top: 7.5vw;
    padding-left: 15vw;
  }
  #business .bsns-wrap .b-set .bs5 .life-scene {
    width: 37.2vw;
  }
  #business .bsns-wrap .b-set .bs5 .life-scene .ls-txt {
    line-height: 1.9em;
  }
  #business .bsns-wrap .b-set .bs5 .life-img {
    width: 30vw;
    height: 20vw;
  }
  #business .bsns-wrap .b-set .bs-image {
    width: 70vw;
    height: 46.62vw;
    margin: 7vw 0 0 0;
  }
  #business .bsns-wrap .b-set:nth-of-type(even)::after {
    position: absolute;
    top: -5vw;
    right: 5vw;
    bottom: auto;
    left: auto;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs1 {
    position: absolute;
    top: 1vw;
    right: 3.2vw;
    bottom: auto;
    left: auto;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs2 {
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: auto;
    left: auto;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs3 {
    padding-left: 10vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs4 {
    padding-left: 10vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs5 {
    padding-left: 3vw;
  }
  #business .bsns-wrap .b-set .-bdr1- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr2- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr3- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr4- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr5- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr6- {
    border-width: 0.7vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
}
@media screen and (max-width: 767px) {
  #business {
    padding-bottom: 30vw;
  }
  #business .intro {
    width: 100vw;
    height: auto;
  }
  #business .intro::after {
    position: absolute;
    top: 7vw;
    right: 9vw;
    bottom: auto;
    left: auto;
    width: 36vw;
    height: 24vw;
  }
  #business .intro .in-img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100vw;
    height: 66.666667vw;
    margin-top: 2em;
  }
  #business .intro .in-text {
    height: auto;
    padding-top: 8vw;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  #business .intro .in-text .in-cpy {
    margin-top: 0.5em;
    font-size: 9.9vw;
  }
  #business .intro .in-text .in-lead {
    width: auto;
    margin-top: 2em;
  }
  #business .bsns-wrap .b-set {
    width: 100vw;
    margin-top: 10vw;
    padding-top: 20vw;
  }
  #business .bsns-wrap .b-set + .b-set {
    margin-top: 15vw;
  }
  #business .bsns-wrap .b-set::before {
    width: 95vw;
    height: 0.75px;
  }
  #business .bsns-wrap .b-set::after {
    display: none;
  }
  #business .bsns-wrap .b-set .bs1 {
    display: none;
  }
  #business .bsns-wrap .b-set .bs2 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #business .bsns-wrap .b-set .bs3 {
    padding-left: 8vw;
  }
  #business .bsns-wrap .b-set .bs3 .bs3-txt {
    width: 84vw;
  }
  #business .bsns-wrap .b-set .bs4 {
    margin-top: 12vw;
    padding-left: 8vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products {
    width: 84vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products .mp-set {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-img {
    order: 2;
    width: 58vw;
    height: 39.875vw;
    margin-top: 1.5em;
    margin-left: 13vw;
  }
  #business .bsns-wrap .b-set .bs4 .main-products .mp-set .mp-txt {
    order: 1;
    width: 84vw;
  }
  #business .bsns-wrap .b-set .bs5 {
    flex-direction: column;
    margin-top: 12vw;
    padding-left: 8vw;
  }
  #business .bsns-wrap .b-set .bs5 .life-scene {
    width: 84vw;
  }
  #business .bsns-wrap .b-set .bs5 .life-scene .ls-txt {
    margin-top: 1.5em;
  }
  #business .bsns-wrap .b-set .bs5 .life-img {
    width: 84vw;
    height: 56.00000028vw;
    margin-top: 1.5em;
  }
  #business .bsns-wrap .b-set .bs-image {
    width: 100vw;
    height: 66.6vw;
    margin: 10vw 0 0 0;
  }
  #business .bsns-wrap .b-set:nth-of-type(even)::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs2 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs3 {
    padding-left: 8vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs4 {
    padding-left: 8vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs4 .main-products .mp-set {
    flex-direction: column;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs5 {
    padding-left: 0;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs5 .life-scene {
    order: 1;
    margin-left: 8vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs5 .life-img {
    order: 2;
    margin-left: 8vw;
  }
  #business .bsns-wrap .b-set:nth-of-type(even) .bs-image {
    margin: 10vw 0 0 0;
  }
  #business .bsns-wrap .b-set .-bdr1- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -5vw;
    left: 70vw;
    width: 22vw;
    height: 33vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr2- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10vw;
    left: -3.5vw;
    width: 30vw;
    height: 28vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr3- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15vw;
    left: 50vw;
    width: 40vw;
    height: 27.5vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr4- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 35vw;
    left: -2vw;
    width: 40vw;
    height: 17.8vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr5- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 44.6vw;
    left: 54vw;
    width: 43vw;
    height: 43vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #business .bsns-wrap .b-set .-bdr6- {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 32vw;
    left: -2vw;
    width: 40vw;
    height: 25vw;
    border-width: 1.4vw;
    border-style: solid;
    border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
}
#course .intro {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 3vw;
}
#course .intro::after {
  content: "";
  position: absolute;
  top: -3vw;
  right: auto;
  bottom: auto;
  left: 23.5vw;
  width: 20vw;
  height: 15vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course .intro .in-img {
  display: flex;
  align-items: flex-end;
  width: 40vw;
  height: 35vw;
  overflow: hidden;
}
#course .intro .in-text {
  width: 45vw;
  padding-left: 7.5vw;
}
#course .intro .in-text .in-cpy {
  position: relative;
  margin-top: 0.4em;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  z-index: 1;
}
#course .intro .in-text .in-lead {
  width: 30vw;
  margin-top: 3em;
}
#course .intro .in-text .in-lead > p {
  line-height: 2em;
}
#course .intro .in-text .in-lead > p + p {
  margin-top: 1em;
}
#course .bdr-answer {
  position: relative;
  border-top: 1px solid #767cb7;
}
#course .bdr-answer.-left- {
  padding: 4vw 0 3vw 5vw;
  border-left: 1px solid #767cb7;
}
#course .bdr-answer.-left-::before {
  left: 0.8em;
}
#course .bdr-answer.-right- {
  padding: 4vw 5vw 3vw 0;
  border-right: 1px solid #767cb7;
}
#course .bdr-answer.-right-::before {
  right: 0.8em;
}
#course .bdr-answer::before {
  content: "Answer";
  position: absolute;
  top: 1em;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 1vw;
  font-family: "d-din", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#course .cmn-q-ttl + .bdr-answer {
  margin-top: 3em;
}
#course .cmn-q-ttl > span {
  color: #767cb7;
  font-weight: 700;
  font-family: "d-din", sans-serif;
}
#course .cmn-q-ttl > h2 {
  margin-top: 0.3em;
  color: #767cb7;
  font-weight: 700;
  line-height: 1.4em;
}
#course .cmn-a-txt .at1 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#course .cmn-a-txt .at2 {
  margin-top: 3em;
}
#course .cmn-a-txt .at2 > p {
  line-height: 2em;
}
#course .cmn-a-txt .at2 > p + p {
  margin-top: 1em;
}
#course #cat1 {
  position: relative;
  width: 72.5vw;
  margin: 21vw 0 0 7.5vw;
}
#course #cat1 .cmn-q-ttl {
  margin-left: 5vw;
}
#course #cat1 .bdr-answer {
  width: 42.5vw;
  padding-right: 2em;
}
#course #cat1 .q1-img-group {
  position: absolute;
  top: -11vw;
  right: 0;
  bottom: auto;
  left: auto;
  width: 40vw;
  height: 50vw;
}
#course #cat1 .q1-img-group::after {
  content: "";
  position: absolute;
  top: 40vw;
  right: auto;
  bottom: auto;
  left: 20vw;
  width: 10vw;
  height: 10vw;
  border-width: 0.625vw;
  border-style: solid;
  border-image: linear-gradient(180deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat1 .q1-img-group > span {
  display: block;
  width: 10vw;
  height: 10vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat1 .q1-img-group > span.-bgog- {
  background-color: #ff5611;
}
#course #cat1 .q1-img-group > span.q1-1 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 10vw;
}
#course #cat1 .q1-img-group > span.q1-1 > img {
  transition-delay: 0.1s;
}
#course #cat1 .q1-img-group > span.q1-2 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 30vw;
}
#course #cat1 .q1-img-group > span.q1-2 > img {
  transition-delay: 0.2s;
}
#course #cat1 .q1-img-group > span.q1-3 {
  position: absolute;
  top: 10vw;
  right: auto;
  bottom: auto;
  left: 0;
}
#course #cat1 .q1-img-group > span.q1-3 > img {
  transition-delay: 0.3s;
}
#course #cat1 .q1-img-group > span.q1-4 {
  position: absolute;
  top: 10vw;
  right: auto;
  bottom: auto;
  left: 20vw;
}
#course #cat1 .q1-img-group > span.q1-4 > img {
  transition-delay: 0.4s;
}
#course #cat1 .q1-img-group > span.q1-5 {
  position: absolute;
  top: 20vw;
  right: auto;
  bottom: auto;
  left: 10vw;
}
#course #cat1 .q1-img-group > span.q1-5 > img {
  transition-delay: 0.5s;
}
#course #cat1 .q1-img-group > span.q1-6 {
  position: absolute;
  top: 20vw;
  right: auto;
  bottom: auto;
  left: 30vw;
}
#course #cat1 .q1-img-group > span.q1-6 > img {
  transition-delay: 0.6s;
}
#course #cat1 .q1-img-group > span.q1-7 {
  position: absolute;
  top: 30vw;
  right: auto;
  bottom: auto;
  left: 20vw;
}
#course #cat1 .q1-img-group > span.q1-7 > img {
  transition-delay: 0.7s;
}
#course #cat1 .q1-img-group > span.q1-8 {
  position: absolute;
  top: 40vw;
  right: auto;
  bottom: auto;
  left: 30vw;
}
#course #cat1 .q1-img-group > span.q1-8 > img {
  transition-delay: 0.8s;
}
#course #cat1 .q1-img-group > span > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat1 .q1-img-group.on > span > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat2 {
  position: relative;
  width: 80vw;
  margin: 10vw 0 0 0;
}
#course #cat2 .cmn-q-ttl {
  margin-left: 50vw;
}
#course #cat2 .bdr-answer {
  width: 42.5vw;
  margin-left: 37.5vw;
  padding-left: 12.5vw;
}
#course #cat2 .q2-img-group {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 45vw;
  height: 57.5vw;
}
#course #cat2 .q2-img-group .q2-1 {
  display: block;
  width: 30vw;
  height: 20vw;
  margin: 0 auto;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat2 .q2-img-group .q2-1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat2 .q2-img-group .q2-1.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat2 .q2-img-group .q2-2 {
  margin-top: 5vw;
}
#course #cat2 .q2-img-group-sp {
  display: none;
}
#course #cat3 {
  position: relative;
  margin: 16vw 0 0 0;
}
#course #cat3 .cmn-q-ttl {
  margin-left: 12.5vw;
}
#course #cat3 .bdr-answer {
  width: 42.5vw;
  margin-left: 7.5vw;
  padding-right: 2em;
}
#course #cat3 .q3-img-group1 {
  position: absolute;
  top: 3.2vw;
  right: 2.5vw;
  bottom: auto;
  left: auto;
  width: 55.5vw;
  height: 45.37941183vw;
}
#course #cat3 .q3-img-group1::after {
  content: "";
  position: absolute;
  top: auto;
  right: 2.5vw;
  bottom: -2.25vw;
  left: auto;
  width: 15vw;
  height: 25vw;
  border-width: 1.5vw;
  border-style: solid;
  border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat3 .q3-img-group1 .q3-0 {
  display: block;
  width: 100%;
  height: 100%;
}
#course #cat3 .q3-igi {
  margin: 5vw 0 0 5vw;
}
#course #cat3 .q3-igi > p {
  margin-top: 0.9em;
  font-weight: 700;
  line-height: 1.5em;
}
#course #cat3 .q3-filed {
  width: 55vw;
  margin: 7.5vw 0 0 30vw;
}
#course #cat3 .q3-filed > ul li {
  display: flex;
  align-items: center;
  margin-top: 2.4vw;
}
#course #cat3 .q3-filed > ul li + li {
  margin-top: 1.8vw;
}
#course #cat3 .q3-filed > ul li > span {
  width: 15vw;
  height: 10vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat3 .q3-filed > ul li > span > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat3 .q3-filed > ul li > span.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat3 .q3-filed > ul li > span.-bgog- {
  background-color: #ff5611;
}
#course #cat3 .q3-filed > ul li .fid-txt {
  width: 40vw;
  padding-left: 2.5vw;
  padding-right: 5em;
}
#course #cat3 .q3-filed > ul li .fid-txt > h4 {
  font-weight: 700;
}
#course #cat3 .q3-filed > ul li .fid-txt > p {
  margin-top: 1em;
  font-weight: 500;
  line-height: 1.6em;
}
#course #cat3 .q3-filed .btn-link {
  margin-top: 2.5vw;
}
#course #cat3 .q3-img-group2 {
  position: relative;
  width: 70vw;
  height: 45vw;
  margin-top: 5vw;
}
#course #cat3 .q3-img-group2::after {
  content: "";
  position: absolute;
  top: auto;
  right: -5vw;
  bottom: -8vw;
  left: auto;
  width: 10vw;
  height: 30vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat3 .q3-img-group2 .q3-1 {
  position: absolute;
  top: -25vw;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 25vw;
  height: 25vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat3 .q3-img-group2 .q3-1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat3 .q3-img-group2 .q3-1.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat3 .q3-img-group2 .q3-1.-bgog- {
  background-color: #ff5611;
}
#course #cat3 .q3-img-group2 .q3-2 {
  display: block;
  width: 45vw;
  height: 30vw;
  margin-left: 25vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat3 .q3-img-group2 .q3-2 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat3 .q3-img-group2 .q3-2.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat3 .q3-img-group2 .q3-2.-bgog- {
  background-color: #ff5611;
}
#course #cat3 .q3-img-group2 .q3-3 {
  display: block;
  width: 25vw;
  height: 15vw;
  margin-left: 0;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat3 .q3-img-group2 .q3-3 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat3 .q3-img-group2 .q3-3.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat3 .q3-img-group2 .q3-3.-bgog- {
  background-color: #ff5611;
}
#course #cat4 {
  position: relative;
  margin: 10vw 0 0 0;
}
#course #cat4 .cmn-q-ttl {
  margin-left: 12.5vw;
}
#course #cat4 .bdr-answer {
  width: 42.5vw;
  margin-left: 7.5vw;
}
#course #cat4 .q4-img-group {
  position: absolute;
  top: 4vw;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 35vw;
  height: 25vw;
}
#course #cat4 .q4-img-group .q4-0 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat4 .q4-img-group .q4-0 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat4 .q4-img-group .q4-0.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat4 .q4-items {
  margin-left: 7.5vw;
  padding: 5vw 0 3vw 5vw;
  border-left: 1px solid #767cb7;
}
#course #cat4 .q4-items .item-set {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 65vw;
  margin-top: 3vw;
}
#course #cat4 .q4-items .item-set + .item-set {
  margin-top: 5vw;
}
#course #cat4 .q4-items .item-set::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -12.5vw;
  width: 20vw;
  height: 1px;
  background-color: #767cb7;
}
#course #cat4 .q4-items .item-set > span {
  width: 20vw;
  hieght: 13.75vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat4 .q4-items .item-set > span > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat4 .q4-items .item-set > span.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat4 .q4-items .item-set > span.-bgog- {
  background-color: #ff5611;
}
#course #cat4 .q4-items .item-set .item-txt {
  width: 45vw;
  padding-left: 5vw;
}
#course #cat4 .q4-items .item-set .item-txt > h4 {
  font-weight: 700;
}
#course #cat4 .q4-items .item-set .item-txt > p {
  margin-top: 1.5em;
  line-height: 1.8em;
}
#course #cat4 .q4-items .item-set .item-txt > p + p {
  margin-top: 1em;
}
#course #cat4 .q4-items .item-set .item-txt > dl {
  position: relative;
  margin-top: 3vw;
  padding: 3em 0 3em 3.5em;
  border-width: 0.25vw;
  border-style: solid;
  border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat4 .q4-items .item-set .item-txt > dl dt {
  position: absolute;
  top: 0.3em;
  right: auto;
  bottom: auto;
  left: 0.4em;
  color: #ff5611;
  font-weight: 700;
  font-family: "d-din", sans-serif;
}
#course #cat4 .q4-items .item-set .item-txt > dl dd {
  display: flex;
  align-items: center;
  font-weight: 700;
}
#course #cat4 .q4-items .item-set .item-txt > dl dd::before {
  content: "";
  width: 1.5vw;
  height: 0.78vw;
  margin-right: 0.4em;
  background-image: url(/recruit/jobnet/_/images/about/course/ico_keyword.webp);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#course #cat4 .q4-items .item-set .item-txt > dl dd + dd {
  margin-top: 1em;
}
#course #cat5 {
  position: relative;
  width: 80vw;
  margin: 7.5vw 0 0 0;
}
#course #cat5 .cmn-q-ttl {
  margin-left: 50vw;
}
#course #cat5 .bdr-answer {
  width: 45vw;
  margin-left: 35vw;
  padding-left: 15vw;
}
#course #cat5 .q5-img-group {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 7.5vw;
  width: 30vw;
  height: 20vw;
}
#course #cat5 .q5-img-group::after {
  content: "";
  position: absolute;
  top: auto;
  right: 2.5vw;
  bottom: -8.75vw;
  left: auto;
  width: 5vw;
  height: 15vw;
  border-width: 1vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat5 .q5-img-group .q5-1 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat5 .q5-img-group .q5-1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat5 .q5-img-group .q5-1.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat5 .q5-point {
  margin-left: 12.5vw;
  padding-bottom: 3vw;
  border-right: 1px solid #767cb7;
}
#course #cat5 .q5-point .pnt-set {
  display: flex;
  justify-content: space-between;
  width: 60vw;
  margin-top: 2vw;
}
#course #cat5 .q5-point .pnt-set + .blue-ttl-frm {
  margin-top: 2.8vw;
}
#course #cat5 .q5-point .pnt-set .ps-txt {
  width: 40vw;
}
#course #cat5 .q5-point .pnt-set .ps-txt > h4 {
  font-weight: 700;
  line-height: 1.4em;
}
#course #cat5 .q5-point .pnt-set .ps-txt > p {
  margin-top: 1.5em;
  line-height: 1.8em;
}
#course #cat5 .q5-point .pnt-set .ps-txt > p + p {
  margin-top: 1em;
}
#course #cat5 .q5-point .pnt-set .ps-img {
  width: 15vw;
  height: 15vw;
  transform: translateY(-2vw);
}
#course #cat6 {
  position: relative;
  margin: 8vw 0 0 0;
}
#course #cat6 .cmn-q-ttl {
  margin-left: 12.5vw;
}
#course #cat6 .bdr-answer {
  width: 42.5vw;
  margin-left: 7.5vw;
}
#course #cat6 .q6-img-group {
  position: absolute;
  top: 4vw;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 35vw;
  height: 25vw;
}
#course #cat6 .q6-img-group::after {
  content: "";
  position: absolute;
  top: -2.5vw;
  right: -2.5vw;
  bottom: auto;
  left: auto;
  width: 10vw;
  height: 10vw;
  border-width: 0.75vw;
  border-style: solid;
  border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat6 .q6-img-group .q6-1 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat6 .q6-img-group .q6-1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat6 .q6-img-group .q6-1.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat6 .q6-culture {
  display: flex;
  justify-content: space-between;
  width: 67.5vw;
  margin-left: 7.5vw;
  padding: 5vw 0 6vw 5vw;
  border-left: 1px solid #767cb7;
}
#course #cat6 .q6-culture .cul-set {
  display: flex;
  flex-direction: column;
  width: 17.5vw;
}
#course #cat6 .q6-culture .cul-set > h4 {
  font-weight: 700;
}
#course #cat6 .q6-culture .cul-set > p {
  height: 13.4em;
  margin-top: 1em;
  line-height: 1.6em;
}
#course #cat6 .q6-culture .cul-set > span {
  width: 100%;
  height: 12vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat6 .q6-culture .cul-set > span > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat6 .q6-culture .cul-set > span.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat6 .q6-culture .cul-set > span.-bgog- {
  background-color: #ff5611;
}
#course #cat6 .q6-culture .cul-set:nth-of-type(2) > span > img {
  transition-delay: 0.15s;
}
#course #cat6 .q6-culture .cul-set:nth-of-type(3) > span > img {
  transition-delay: 0.3s;
}
#course #cat6 .q6-tokuchalle {
  position: relative;
  width: 80vw;
  min-height: 80vw;
  padding-bottom: 5vw;
  color: white;
  background: #3b4075;
  background: linear-gradient(90deg, #3b4075 0%, #5d639e 30%);
  overflow: hidden;
}
#course #cat6 .q6-tokuchalle::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 7.5vw;
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
}
#course #cat6 .q6-tokuchalle .toku-eng {
  position: absolute;
  top: 0;
  right: -0.14em;
  bottom: auto;
  left: auto;
  color: #686fae;
  font-size: 13.1875vw;
  font-family: "d-din", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#course #cat6 .q6-tokuchalle .toku-ttl {
  margin: 7.5vw 0 0 12.5vw;
  font-weight: 700;
}
#course #cat6 .q6-tokuchalle .toku-cpy {
  margin: 1em 0 0 12.5vw;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#course #cat6 .q6-tokuchalle .toku-txt {
  width: 55vw;
  margin: 3em 0 0 12.5vw;
}
#course #cat6 .q6-tokuchalle .toku-txt > p {
  line-height: 1.8em;
}
#course #cat6 .q6-tokuchalle .toku-txt > p + p {
  margin-top: 1em;
}
#course #cat6 .q6-tokuchalle .toku-example {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55vw;
  margin: 5vw 0 0 12.5vw;
  padding-top: 5vw;
}
#course #cat6 .q6-tokuchalle .toku-example::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -12.5vw;
  display: block;
  width: 20vw;
  height: 1px;
  background-color: white;
}
#course #cat6 .q6-tokuchalle .toku-example > span {
  position: absolute;
  top: 1vw;
  right: auto;
  bottom: auto;
  left: -4vw;
  font-family: "d-din", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#course #cat6 .q6-tokuchalle .toku-example > figure {
  width: 20vw;
  height: 13.75vw;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat6 .q6-tokuchalle .toku-example > figure > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat6 .q6-tokuchalle .toku-example > figure.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat6 .q6-tokuchalle .toku-example > figure.-bgog- {
  background-color: #ff5611;
}
#course #cat6 .q6-tokuchalle .toku-example .ex-set {
  width: 30vw;
}
#course #cat6 .q6-tokuchalle .toku-example .ex-set > h4 {
  font-weight: 700;
}
#course #cat6 .q6-tokuchalle .toku-example .ex-set > p {
  margin-top: 1.5em;
  line-height: 1.8em;
}
#course #cat6 .q6-tokuchalle .toku-example .ex-set > p + p {
  margin-top: 1em;
}
#course #cat7 {
  position: relative;
  width: 80vw;
  margin: 7.5vw 0 0 0;
}
#course #cat7 .cmn-q-ttl {
  margin-left: 50vw;
}
#course #cat7 .bdr-answer {
  width: 45vw;
  margin-left: 35vw;
  padding-left: 15vw;
}
#course #cat7 .q7-img-group {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 7.5vw;
  width: 30vw;
  height: 20vw;
}
#course #cat7 .q7-img-group::after {
  content: "";
  position: absolute;
  top: 13.4vw;
  right: auto;
  bottom: auto;
  left: -9.4vw;
  width: 22vw;
  height: 15vw;
  border-width: 1.25vw;
  border-style: solid;
  border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
  border-image-slice: 1;
}
#course #cat7 .q7-img-group .q7-1 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5d639e;
  overflow: hidden;
}
#course #cat7 .q7-img-group .q7-1 > img {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#course #cat7 .q7-img-group .q7-1.on > img {
  opacity: 1;
  transform: scale(1);
}
#course #cat7 .q7-sdgs {
  width: 100%;
  padding: 4vw 10vw 4vw 10vw;
  border-right: 1px solid #767cb7;
}

@media screen and (max-width: 1024px) {
  #course .intro .in-text {
    width: 47vw;
    padding-left: 5.5vw;
  }
  #course .intro .in-text .in-cpy {
    margin-top: 0.3em;
    font-size: 5.085vw;
  }
  #course .intro .in-text .in-lead {
    width: 35vw;
    margin-top: 2.5em;
  }
  #course .bdr-answer.-left-::before {
    left: 0.6em;
  }
  #course .bdr-answer.-right-::before {
    right: 0.6em;
  }
  #course .bdr-answer::before {
    position: absolute;
    top: 0.8em;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 1.3vw;
  }
  #course .cmn-q-ttl > span {
    font-size: 11.5vw;
  }
  #course .cmn-a-txt .at2 {
    margin-top: 2.5em;
  }
  #course #cat1 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat1 .q1-img-group {
    position: absolute;
    top: -8vw;
    right: 0;
    bottom: auto;
    left: auto;
  }
  #course #cat2 .cmn-q-ttl {
    margin-left: 45vw;
  }
  #course #cat2 .q2-img-group .q2-1 {
    width: 36vw;
    height: 24vw;
  }
  #course #cat3 {
    margin: 10vw 0 0 0;
  }
  #course #cat3 .cmn-q-ttl {
    margin-left: 7.5vw;
  }
  #course #cat3 .q3-img-group1 {
    position: absolute;
    top: 7vw;
    right: -4.5vw;
    bottom: auto;
    left: auto;
    width: 58vw;
    height: 47.42352948vw;
  }
  #course #cat3 .q3-img-group1::after {
    position: absolute;
    top: auto;
    right: 10vw;
    bottom: -2.25vw;
    left: auto;
    width: 12vw;
    height: 22vw;
    border-width: 1.25vw;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat3 .q3-filed {
    width: 60vw;
    margin: 7.5vw 0 0 20vw;
  }
  #course #cat3 .q3-filed > ul li {
    margin-top: 3.5vw;
  }
  #course #cat3 .q3-filed > ul li + li {
    margin-top: 2.4vw;
  }
  #course #cat3 .q3-filed > ul li > span {
    width: 17vw;
    height: 11.33333339vw;
  }
  #course #cat3 .q3-filed > ul li .fid-txt {
    width: 43vw;
    padding-left: 3vw;
    padding-right: 0;
  }
  #course #cat3 .q3-filed .btn-link {
    margin-top: 4vw;
  }
  #course #cat3 .q3-img-group2 {
    width: 75vw;
    height: 45vw;
    margin-top: 5vw;
  }
  #course #cat3 .q3-img-group2::after {
    position: absolute;
    top: auto;
    right: -7vw;
    bottom: -3vw;
    left: auto;
    width: 13vw;
    height: 33vw;
  }
  #course #cat3 .q3-img-group2 .q3-1 {
    position: absolute;
    top: -5vw;
    right: auto;
    bottom: auto;
    left: 55vw;
  }
  #course #cat3 .q3-img-group2 .q3-2 {
    width: 49.5vw;
    height: 33vw;
    margin-left: 0;
  }
  #course #cat3 .q3-img-group2 .q3-3 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 33.5vw;
    height: 20.1vw;
  }
  #course #cat4 .cmn-q-ttl {
    margin-left: 7.5vw;
  }
  #course #cat4 .q4-items .item-set .item-txt {
    padding-left: 4vw;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl {
    padding: 2.2em 0 2.2em 3.5em;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl dt {
    position: absolute;
    top: 0.4em;
    right: auto;
    bottom: auto;
    left: 0.5em;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl dd::before {
    width: 2.1vw;
    height: 1.092vw;
  }
  #course #cat5 {
    margin: 10vw 0 0 0;
  }
  #course #cat5 .cmn-q-ttl {
    margin-left: 42.5vw;
  }
  #course #cat5 .bdr-answer {
    padding-left: 7.5vw;
  }
  #course #cat5 .q5-img-group {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 36vw;
    height: 24vw;
  }
  #course #cat5 .q5-img-group::after {
    position: absolute;
    top: auto;
    right: 3vw;
    bottom: -8vw;
    left: auto;
    width: 8vw;
    border-width: 0.9vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat5 .q5-point {
    margin-left: 7.5vw;
  }
  #course #cat5 .q5-point .pnt-set {
    width: 65vw;
    margin-top: 2vw;
  }
  #course #cat5 .q5-point .pnt-set + .blue-ttl-frm {
    margin-top: 5vw;
  }
  #course #cat5 .q5-point .pnt-set .ps-img {
    width: 20vw;
    height: 20vw;
  }
  #course #cat6 {
    margin: 10vw 0 0 0;
  }
  #course #cat6 .cmn-q-ttl {
    margin-left: 7.5vw;
  }
  #course #cat6 .q6-culture {
    width: 72.5vw;
  }
  #course #cat6 .q6-culture .cul-set {
    width: 20vw;
  }
  #course #cat6 .q6-culture .cul-set > p {
    height: 15em;
  }
  #course #cat6 .q6-culture .cul-set > span {
    width: 20vw;
    height: 13.75vw;
  }
  #course #cat6 .q6-tokuchalle .toku-eng {
    font-size: 12vw;
  }
  #course #cat6 .q6-tokuchalle .toku-ttl {
    margin: 6vw 0 0 12.5vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example {
    width: 57vw;
    margin: 4vw 0 0 12.5vw;
    padding-top: 4vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example > figure {
    width: 21.2vw;
    height: 14.575vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example .ex-set {
    width: 32vw;
  }
  #course #cat7 {
    margin: 10vw 0 0 0;
  }
  #course #cat7 .cmn-q-ttl {
    margin-left: 42.5vw;
  }
  #course #cat7 .bdr-answer {
    padding-left: 7.5vw;
  }
  #course #cat7 .q7-img-group {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 36vw;
    height: 24vw;
  }
  #course #cat7 .q7-img-group::after {
    position: absolute;
    top: 20vw;
    right: auto;
    bottom: auto;
    left: -3vw;
    width: 22vw;
    height: 13vw;
    border-width: 1.16vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat7 .q7-sdgs {
    padding: 4vw 6vw 4vw 6vw;
  }
  #course #current-nav .nv .f16 {
    width: 4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  #course {
    padding-bottom: 50vw;
  }
  #course .intro {
    flex-direction: column;
    margin-top: 0;
  }
  #course .intro::after {
    position: absolute;
    top: 16vw;
    right: 6vw;
    bottom: auto;
    left: auto;
    width: 20vw;
    height: 47vw;
    border-width: 2vw;
    border-style: solid;
    border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course .intro .in-img {
    width: 100vw;
    height: 55vw;
  }
  #course .intro .in-text {
    width: 100vw;
    margin-top: 10vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  #course .intro .in-text .in-cpy {
    margin-top: 0.6em;
    font-size: 11.25vw;
  }
  #course .intro .in-text .in-lead {
    width: auto;
    margin-top: 2em;
  }
  #course .bdr-answer {
    border-top: 0.75px solid #767cb7;
  }
  #course .bdr-answer.-left- {
    border-left: 0.75px solid #767cb7;
  }
  #course .bdr-answer.-left-::before {
    left: -1.7em;
  }
  #course .bdr-answer.-right- {
    padding: 4vw 0 3vw 5vw;
    border-right: none;
    border-left: 0.75px solid #767cb7;
  }
  #course .bdr-answer.-right-::before {
    right: auto;
    left: -1.7em;
  }
  #course .bdr-answer::before {
    font-size: 3.3vw;
  }
  #course .cmn-q-ttl + .bdr-answer {
    margin-top: 1.8em;
  }
  #course .cmn-q-ttl > span {
    font-size: 18vw;
  }
  #course .cmn-a-txt .at2 {
    margin-top: 2em;
  }
  #course #cat1 {
    width: 92.5vw;
    margin: 75vw 0 0 7.5vw;
  }
  #course #cat1 .bdr-answer {
    width: 100%;
    padding-right: 1.5em;
  }
  #course #cat1 .q1-img-group {
    position: absolute;
    top: -55vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 80vw;
    height: 100vw;
  }
  #course #cat1 .q1-img-group::after {
    display: none;
  }
  #course #cat1 .q1-img-group > span {
    width: 20vw;
    height: 20vw;
  }
  #course #cat1 .q1-img-group > span.q1-1 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 20vw;
  }
  #course #cat1 .q1-img-group > span.q1-2 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 60vw;
  }
  #course #cat1 .q1-img-group > span.q1-3 {
    position: absolute;
    top: 20vw;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #course #cat1 .q1-img-group > span.q1-4 {
    position: absolute;
    top: 20vw;
    right: auto;
    bottom: auto;
    left: 40vw;
  }
  #course #cat1 .q1-img-group > span.q1-5 {
    position: absolute;
    top: 40vw;
    right: auto;
    bottom: auto;
    left: 20vw;
  }
  #course #cat1 .q1-img-group > span.q1-6 {
    position: absolute;
    top: 40vw;
    right: auto;
    bottom: auto;
    left: 60vw;
  }
  #course #cat1 .q1-img-group > span.q1-7 {
    position: absolute;
    top: 60vw;
    right: auto;
    bottom: auto;
    left: 40vw;
  }
  #course #cat1 .q1-img-group > span.q1-8 {
    position: absolute;
    top: 80vw;
    right: auto;
    bottom: auto;
    left: 60vw;
  }
  #course #cat2 {
    width: 92.5vw;
    margin: 40vw 0 0 7.5vw;
  }
  #course #cat2 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat2 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat2 .q2-img-group {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 95%;
    height: auto;
  }
  #course #cat2 .q2-img-group .q2-1 {
    display: none;
  }
  #course #cat2 .q2-img-group .q2-2 {
    margin-top: 5vw;
  }
  #course #cat2 .q2-img-group-sp {
    display: block;
    position: absolute;
    top: -28vw;
    right: 0;
    bottom: auto;
    left: auto;
  }
  #course #cat2 .q2-img-group-sp > span {
    display: block;
    width: 63vw;
    height: 42vw;
    background-color: #5d639e;
    overflow: hidden;
  }
  #course #cat2 .q2-img-group-sp > span > img {
    opacity: 0;
    transform: scale(1.15);
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #course #cat2 .q2-img-group-sp > span.on > img {
    opacity: 1;
    transform: scale(1);
  }
  #course #cat3 {
    width: 92.5vw;
    margin: 20vw 0 0 7.5vw;
  }
  #course #cat3 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat3 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-top: 33vw;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat3 .q3-img-group1 {
    position: absolute;
    top: -8vw;
    right: -13vw;
    bottom: auto;
    left: auto;
    width: 95vw;
    height: 77.6764707vw;
    z-index: 2;
  }
  #course #cat3 .q3-img-group1::after {
    position: absolute;
    top: auto;
    right: 20vw;
    bottom: -2.25vw;
    left: auto;
    width: 15vw;
    height: 30vw;
  }
  #course #cat3 .q3-igi {
    margin: 0 0 0 0;
    padding: 10vw 0 0 5vw;
    border-left: 0.75px solid #767cb7;
  }
  #course #cat3 .q3-filed {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10vw 0 0 5vw;
    border-left: 0.75px solid #767cb7;
  }
  #course #cat3 .q3-filed > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #course #cat3 .q3-filed > ul li {
    flex-direction: column;
    width: 39vw;
    margin-top: 6vw;
  }
  #course #cat3 .q3-filed > ul li + li {
    margin-top: 6vw;
  }
  #course #cat3 .q3-filed > ul li:nth-of-type(2n) {
    margin-left: 6vw;
  }
  #course #cat3 .q3-filed > ul li > span {
    width: 39vw;
    height: 26.00000013vw;
  }
  #course #cat3 .q3-filed > ul li .fid-txt {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
  #course #cat3 .q3-filed .btn-link {
    margin-top: 4vw;
  }
  #course #cat3 .q3-img-group2 {
    width: 100vw;
    height: 48vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
  #course #cat3 .q3-img-group2::after {
    position: absolute;
    top: auto;
    right: 17vw;
    bottom: -5vw;
    left: auto;
    width: 25vw;
    height: 18vw;
    border-width: 1.05vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat3 .q3-img-group2 .q3-1 {
    position: absolute;
    top: -60vw;
    right: auto;
    bottom: auto;
    left: 72vw;
    width: 60vw;
    height: 60vw;
  }
  #course #cat3 .q3-img-group2 .q3-2 {
    width: 72vw;
    height: 48vw;
    margin-left: 0;
  }
  #course #cat3 .q3-img-group2 .q3-3 {
    display: none;
  }
  #course #cat4 {
    width: 92.5vw;
    margin: 40vw 0 0 7.5vw;
  }
  #course #cat4 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat4 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat4 .q4-img-group {
    position: absolute;
    top: -29.4vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 63vw;
    height: 45vw;
  }
  #course #cat4 .q4-items {
    margin-left: 0;
    padding: 5vw 0 5vw 10vw;
    border-left: 0.75px solid #767cb7;
  }
  #course #cat4 .q4-items .item-set {
    flex-direction: column;
    width: 75vw;
    margin-top: 7vw;
    padding-bottom: 10vw;
  }
  #course #cat4 .q4-items .item-set + .item-set {
    margin-top: 7vw;
  }
  #course #cat4 .q4-items .item-set::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -17.5vw;
    width: 35vw;
  }
  #course #cat4 .q4-items .item-set > span {
    width: 54vw;
    hieght: 37.125vw;
  }
  #course #cat4 .q4-items .item-set .item-txt {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl {
    margin-top: 6vw;
    padding: 3em 0 2.5em 2em;
    border-width: 0.6vw;
    border-style: solid;
    border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl dt {
    position: absolute;
    top: 0.4em;
    right: auto;
    bottom: auto;
    left: 0.5em;
    font-size: 5vw;
  }
  #course #cat4 .q4-items .item-set .item-txt > dl dd::before {
    width: 6vw;
    height: 3.12vw;
  }
  #course #cat5 {
    width: 92.5vw;
    margin: 40vw 0 0 7.5vw;
  }
  #course #cat5 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat5 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat5 .q5-img-group {
    position: absolute;
    top: -29vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 66vw;
    height: 44vw;
  }
  #course #cat5 .q5-img-group::after {
    position: absolute;
    top: auto;
    right: 3vw;
    bottom: -8vw;
    left: auto;
    width: 14vw;
    height: 27vw;
    border-width: 1.1vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat5 .q5-point {
    margin-left: 0;
    padding: 7vw 5vw 5vw 7.5vw;
    border-right: none;
    border-left: 0.75px solid #767cb7;
  }
  #course #cat5 .q5-point .pnt-set {
    flex-direction: column;
    width: 100%;
    margin-top: 5vw;
  }
  #course #cat5 .q5-point .pnt-set + .blue-ttl-frm {
    margin-top: 15vw;
  }
  #course #cat5 .q5-point .pnt-set .ps-txt {
    width: 100%;
  }
  #course #cat5 .q5-point .pnt-set .ps-txt > p {
    margin-top: 1em;
  }
  #course #cat5 .q5-point .pnt-set .ps-img {
    width: 50vw;
    height: 50vw;
    margin-top: 5vw;
    margin-left: 14vw;
    transform: translateY(0);
  }
  #course #cat6 {
    width: 92.5vw;
    margin: 40vw 0 0 7.5vw;
  }
  #course #cat6 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat6 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat6 .q6-img-group {
    position: absolute;
    top: -29.4vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 63vw;
    height: 45vw;
  }
  #course #cat6 .q6-img-group::after {
    position: absolute;
    top: -5vw;
    right: auto;
    bottom: auto;
    left: -5vw;
    width: 22vw;
    height: 22vw;
    border-width: 0.95vw;
    border-style: solid;
    border-image: linear-gradient(-90deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat6 .q6-culture {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 5vw 5vw 6vw 7.5vw;
    border-left: 0.75px solid #767cb7;
  }
  #course #cat6 .q6-culture .cul-set {
    width: 100%;
  }
  #course #cat6 .q6-culture .cul-set + .cul-set {
    margin-top: 10vw;
  }
  #course #cat6 .q6-culture .cul-set > h4 {
    order: 2;
    margin-top: 1em;
  }
  #course #cat6 .q6-culture .cul-set > p {
    order: 3;
    height: auto;
  }
  #course #cat6 .q6-culture .cul-set > span {
    order: 1;
    width: 78vw;
    height: 53.625vw;
  }
  #course #cat6 .q6-culture .cul-set:nth-of-type(2) > span > img {
    transition-delay: 0s;
  }
  #course #cat6 .q6-culture .cul-set:nth-of-type(3) > span > img {
    transition-delay: 0s;
  }
  #course #cat6 .q6-tokuchalle {
    width: 100vw;
    min-height: 80vw;
    padding-bottom: 12vw;
    transform: translateX(-7.5vw);
  }
  #course #cat6 .q6-tokuchalle::after {
    width: 0.75px;
  }
  #course #cat6 .q6-tokuchalle .toku-eng {
    display: none;
  }
  #course #cat6 .q6-tokuchalle .toku-ttl {
    margin: 10vw 0 0 12.5vw;
  }
  #course #cat6 .q6-tokuchalle .toku-cpy {
    font-size: 6.72vw;
  }
  #course #cat6 .q6-tokuchalle .toku-txt {
    width: 79vw;
    margin: 3em 0 0 15vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example {
    flex-direction: column;
    width: 79vw;
    margin: 10vw 0 0 15vw;
    padding-top: 10vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example::after {
    width: 35vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example > span {
    position: absolute;
    top: 3vw;
    right: auto;
    bottom: auto;
    left: -5vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example > figure {
    width: 70vw;
    height: 48.125vw;
  }
  #course #cat6 .q6-tokuchalle .toku-example .ex-set {
    width: 70vw;
    margin-top: 2em;
  }
  #course #cat7 {
    width: 92.5vw;
    margin: 40vw 0 0 7.5vw;
  }
  #course #cat7 .cmn-q-ttl {
    margin-left: 0;
  }
  #course #cat7 .bdr-answer {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 1.5em;
  }
  #course #cat7 .q7-img-group {
    position: absolute;
    top: -29vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 66vw;
    height: 44vw;
  }
  #course #cat7 .q7-img-group::after {
    position: absolute;
    top: 7vw;
    right: auto;
    bottom: auto;
    left: -13vw;
    width: 30vw;
    height: 13vw;
    border-width: 1.16vw;
    border-style: solid;
    border-image: linear-gradient(0deg, #5d639e 0%, #ff5611 100%);
    border-image-slice: 1;
  }
  #course #cat7 .q7-sdgs {
    padding: 4vw 6vw 7.5vw 6vw;
    border-right: none;
    border-left: 0.75px solid #767cb7;
  }
  #course #current-nav .nv .f16 {
    width: auto;
    overflow: visible;
    text-overflow: clip;
  }
}
#tkym-data .intro {
  display: flex;
  width: 82.5vw;
  margin-top: 5vw;
}
#tkym-data .intro .in-text {
  width: 42.5vw;
  padding: 0 5vw 0 7.5vw;
}
#tkym-data .intro .in-text .in-cpy {
  margin-top: 0.5em;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
#tkym-data .intro .in-text .in-lead {
  width: 30vw;
  margin-top: 3em;
}
#tkym-data .intro .in-text .in-lead > p {
  line-height: 2em;
}
#tkym-data .intro .in-text .in-lead > p + p {
  margin-top: 1em;
}
#tkym-data .intro .in-img {
  position: relative;
  width: 40vw;
  height: 30vw;
}
#tkym-data .tkym-wrap {
  position: relative;
  width: 80vw;
  padding-top: 5vw;
}
#tkym-data .tkym-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 7.5vw;
  width: 1px;
  height: 100%;
  background-color: #5d639e;
}
#tkym-data .tkym-wrap .cmn-h3 {
  font-weight: 700;
  line-height: 1.5em;
}
#tkym-data .tkym-wrap .t-group {
  position: relative;
  border-top: 1px solid #5d639e;
}
#tkym-data .tkym-wrap .t-group + .t-group {
  margin-top: 10vw;
}
#tkym-data .tkym-wrap .t-group .tg1 {
  position: absolute;
  top: 1.1vw;
  right: auto;
  bottom: auto;
  left: 5.6vw;
  font-family: "d-din", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#tkym-data .tkym-wrap .t-group .tg2 {
  margin-left: 7.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 {
  display: flex;
  justify-content: space-between;
  width: 67.5vw;
  margin-top: 4.5vw;
  margin-left: 12.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 + .tg3 {
  margin-top: 7.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3.size-s .graph-set {
  width: 17.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3.size-m .graph-set {
  width: 30vw;
}
#tkym-data .tkym-wrap .t-group .tg3.size-m .fig {
  width: 28.8vw;
  margin-top: 1vw;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.5s 0.2s ease-in;
}
#tkym-data .tkym-wrap .t-group .tg3.size-m .fig.on {
  transform: rotate(0deg);
  opacity: 1;
}
#tkym-data .tkym-wrap .t-group .tg3.size-l .graph-set {
  width: 100%;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .-col1- {
  color: #5d639e;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .-col2- {
  color: #ff5611;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .-bg-col1- {
  background-color: #5d639e;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .-bg-col2- {
  background-color: #ff5611;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .-eng- {
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .graph {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 5vw;
  margin-top: 2vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .graph > div {
  width: 0;
  transition: all 1s;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .txt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 50%;
  margin-top: 1vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .txt + .txt {
  justify-content: flex-end;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .txt > p {
  font-weight: 700;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph {
  display: flex;
  width: 52.5vw;
  height: 3.5vw;
  margin-top: 2vw;
  background-color: #e4e4e4;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph > div {
  width: 0;
  transition: all 1s;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph ~ .graph {
  margin-top: 1vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 15vw;
  margin-top: 1.5vw;
  padding-left: 1.3em;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt > p {
  font-weight: 700;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt ~ .txt {
  margin-top: 0.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph {
  position: relative;
  height: 34.5vw;
  margin-top: 1vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
  height: 17.5vw;
  padding-top: 4.5vw;
  background-color: #5d639e;
  border-radius: 50%;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup .txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: white;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup .txt > small {
  font-weight: 700;
}
#tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup > img {
  width: 7.5vw;
  height: 7.5vw;
  margin-top: -0.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .cmn-h3 {
  margin-bottom: 4vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set {
  position: relative;
  width: 55vw;
  background-color: #f6f5fa;
  border-radius: 1.25vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > img {
  width: 7.5vw;
  height: 9vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > p {
  line-height: 2em;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set + .qu-set {
  margin-top: 2.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(odd) {
  padding: 1.4em 2em 1.4em 10vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(odd) > img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1.5vw;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(even) {
  margin-left: 10vw;
  padding: 1.4em 10vw 1.4em 2em;
}
#tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(even) > img {
  position: absolute;
  top: auto;
  right: 1.5vw;
  bottom: 0;
  left: auto;
}

@media screen and (max-width: 1024px) {
  #tkym-data .intro .in-text {
    padding: 0 5vw 0 6vw;
  }
  #tkym-data .intro .in-text .in-cpy {
    margin-top: 0.3em;
    font-size: 4.95vw;
  }
  #tkym-data .intro .in-text .in-lead {
    width: 31.5vw;
    margin-top: 2.2em;
  }
  #tkym-data .intro .in-text .in-lead > p {
    line-height: 1.8em;
  }
  #tkym-data .tkym-wrap::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 6vw;
  }
  #tkym-data .tkym-wrap .cmn-h3 br.tbsp-none {
    display: none;
  }
  #tkym-data .tkym-wrap .t-group + .t-group {
    margin-top: 15vw;
  }
  #tkym-data .tkym-wrap .t-group .tg1 {
    position: absolute;
    top: 1.1vw;
    right: auto;
    bottom: auto;
    left: 3.9vw;
  }
  #tkym-data .tkym-wrap .t-group .tg2 {
    margin-left: 6vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 {
    width: 69vw;
    margin-top: 4vw;
    margin-left: 11vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 + .tg3 {
    margin-top: 7vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-s .graph-set {
    width: 19vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-m .graph-set {
    width: 31vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-m .fig {
    width: 28vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f24 {
    font-size: 1.8vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f72 {
    font-size: 4.95vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f36.-eng- {
    font-size: 2.475vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph {
    width: 52vw;
    height: 3.8vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph ~ .graph {
    margin-top: 1.2vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt {
    width: 17vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt ~ .txt {
    margin-top: 0.7vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph {
    height: 44vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup {
    height: 19vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup > img {
    width: 9vw;
    height: 9vw;
    margin-top: -0.7vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .cmn-h3 {
    margin-bottom: 4vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set {
    width: 60vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > img {
    width: 9.6vw;
    height: 11.52vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > p {
    line-height: 1.8em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(odd) {
    padding: 1.2em 2em 1.2em 12.8vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(even) {
    margin-left: 9vw;
    padding: 1.2em 12.8vw 1.2em 2em;
  }
}
@media screen and (max-width: 767px) {
  #tkym-data .intro {
    width: 100vw;
    margin-top: 7.5vw;
  }
  #tkym-data .intro .in-text {
    width: 100%;
    padding: 0 6vw 0 6vw;
  }
  #tkym-data .intro .in-text .in-cpy {
    margin-top: 0.5em;
    font-size: 9.45vw;
  }
  #tkym-data .intro .in-text .in-lead {
    width: 100%;
    margin-top: 2em;
  }
  #tkym-data .intro .in-img {
    display: none;
  }
  #tkym-data .tkym-wrap {
    width: 100vw;
    margin-top: 10vw;
    padding-top: 10vw;
  }
  #tkym-data .tkym-wrap::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 5vw;
  }
  #tkym-data .tkym-wrap .t-group + .t-group {
    margin-top: 15vw;
  }
  #tkym-data .tkym-wrap .t-group .tg1 {
    display: none;
  }
  #tkym-data .tkym-wrap .t-group .tg2 {
    margin-left: 5vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 {
    flex-wrap: wrap;
    width: 85vw;
    margin-top: 8vw;
    margin-left: 10vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 + .tg3 {
    margin-top: 10vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-s .graph-set {
    width: 41vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-s .graph-set:nth-of-type(n+3) {
    margin-top: 6vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-m .graph-set {
    width: 85vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-m .graph-set + .graph-set {
    margin-top: 10vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3.size-m .fig {
    width: 79vw;
    margin-left: auto;
    margin-right: auto;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f24 {
    font-size: 3.9vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f72 {
    font-size: 10.8vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .f36.-eng- {
    font-size: 4.95vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .graph {
    height: 8vw;
    margin-top: 3vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph .txt {
    margin-top: 3vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph {
    width: 50vw;
    height: 8vw;
    margin-top: 3vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .graph ~ .graph {
    margin-top: 3vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt {
    width: 35vw;
    padding-left: 0.8em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .bo-graph-l .txt ~ .txt {
    margin-top: 1vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph#anm-start5 {
    height: 100vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph#anm-start6 {
    height: 110vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph#anm-start11 {
    height: 100vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph#anm-start12 {
    height: 100vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .pie-graph#anm-start13 {
    height: 120vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup {
    margin-top: 3vw;
    height: 41vw;
    padding-top: 9vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .graph-set .countup > img {
    width: 23vw;
    height: 23vw;
    margin-top: -2vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .cmn-h3 {
    margin-bottom: 4vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set {
    width: 85vw;
    zoom: 1;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:after {
    display: block;
    clear: both;
    content: "";
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > img {
    width: 16.5vw;
    height: 19.8vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set > p {
    line-height: 1.7em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set + .qu-set {
    margin-top: 5vw;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(odd) {
    padding: 1.2em 1.33em 1.1em 1.33em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(odd) > img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: left;
    margin: -0.1em 0.5em 0 -0.5em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(even) {
    margin-left: 0;
    padding: 1.2em 1.33em 1.1em 1.33em;
  }
  #tkym-data .tkym-wrap .t-group .tg3 .question .qu-set:nth-of-type(even) > img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: right;
    margin: -0.1em -0.5em 0 0.5em;
  }
  #tkym-data #current-nav {
    justify-content: center;
  }
}
