@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 10px;
  word-wrap:break-word;
}
@media screen and (max-width: 900px) {
  td,th {
    padding: 4px;
  }
}

th {
  text-align: left;
  font-weight: bold;
}

/* Base
----------------------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.8;
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #000000;
}

body.t-en-fontfamily {
  font-family: "Arial", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #121212;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

a:hover {
  color: #453679;
  text-decoration: underline;
}

/* ==========================================================================
   Layout
========================================================================== */
/* header
----------------------------------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
  height: 112px;
  background: #fff;
  padding: 30px 50px 0 50px;
  z-index: 1000;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  width: 630px;
  display: block;
  padding: 8px 0 0 0;
  position: relative;
}
.l-header__logo img {
  width: 100%;
}

.l-header__navi-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  position: relative;
}

.l-header__navi-search {
  position: relative;
  top: -4px;
}
.l-header__navi-search input[type=text] {
  border: 1px solid #CCC;
  background: #fff;
  border-radius: 38px;
  font-size: 14px;
  padding: 6px 32px 6px 16px;
  width: 180px;
  height: 36px;
  outline: none;
}
.l-header__navi-search input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: url(/ja/recruit/job-fair/assets/images/icon-search.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
}

.l-header__navi-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 80px;
  font-family: "Arial", sans-serif;
}
.l-header__navi-lang ul li {
  position: relative;
  margin-left: 20px;
}
.l-header__navi-lang ul li a {
  color: #76669e;
}
.l-header__navi-lang ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #453679;
}
.l-header__navi-lang ul li.l-header__navi-lang-active a {
  color: #453679;
  pointer-events: none;
  font-weight: bold;
  position: relative;
  opacity: 1;
}
.l-header__navi-lang ul li.l-header__navi-lang-active.l-header__navi-lang-hide a {
  color: #76669e;
  font-weight: normal;
}
.l-header__navi-lang ul li:first-child:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  font-weight: bold;
  right: -12px;
}

.l-header__navi-menu {
  display: block;
}

.l-header__navi-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__navi-menu-item {
  height: 52px;
  margin-left: 22px;
}

.l-header__navi-menu-item.l-header__navi-menu-item-hoveractie {
  z-index: 10;
}
.l-header__navi-menu-item.l-header__navi-menu-item-hoveractie .l-header__navi-menu-list {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-header__navi-menu-global {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 3px;
  font-weight: bold;
  color: #1a005d;
  font-size: 14px;
  cursor: pointer;
  z-index: 5;
}
.l-header__navi-menu-global a {
  display: block;
  height: 100%;
  height: 30px;
  position: relative;
  z-index: 3;
}
.l-header__navi-menu-global a:hover {
  text-decoration: none;
}

.l-header__navi-menu-global.l-header__navi-menu-global__active a {
  color: #453679;
}

.l-header__navi-menu-globallink a {
  display: block;
  height: 100%;
  height: 30px;
  position: relative;
  z-index: 3;
}
.l-header__navi-menu-globallink a:hover {
  text-decoration: none;
}

.l-header__navi-menu-global:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #453679;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-110%, 0);
          transform: translate(-110%, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  bottom: 0;
}

.l-header__navi-menu-global:hover {
  text-decoration: none;
  color: #453679;
}

.l-header__navi-menu-global:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-header__navi-menu-global.l-header__navi-menu-global__active {
  color: #8ec300;
}

.l-header__navi-menu-global.l-header__navi-menu-global__active:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-header__navi-menu-list {
  position: absolute;
  width: 100vw;
  height: auto;
  background: #fff;
  z-index: 5;
  left: 0;
  top: 128px;
  border-top: 1px solid #e6e6e6;
  padding: 40px 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.l-header__navi-menu-list--ttl {
  position: relative;
  max-width: 880px;
  margin: 0 auto 40px auto;
  font-size: 18px;
}
.l-header__navi-menu-list--ttl a {
  position: relative;
}
.l-header__navi-menu-list--ttl a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 17px;
  margin-right: 8px;
  top: 2px;
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow-navittl.svg) no-repeat left center;
  background-size: contain;
}
.l-header__navi-menu-list--ttl a:hover {
  text-decoration: none;
}

.l-header__navi-menu-list--child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 900px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.l-header__navi-menu-list--child li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.c-btn.c-btn-lg.l-header__navi-menu-local {
  font-size: 15px;
  min-width: 100%;
  text-align: left;
  padding: 4px 46px 4px 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.c-btn.c-btn-lg.l-header__navi-menu-local:before {
  width: 27px;
  background-size: 6px 11px;
}

.l-header__navi-bg {
  position: fixed;
  background: #000000;
  width: 100vw;
  height: 100vh;
  z-index: 110;
  left: 0;
  top: 0;
  opacity: 0.5;
  display: none;
}

@media screen and (min-width: 1370px) and (max-width: 1395px) {
  .l-header__navi-menu-item {
    margin-left: 18px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1370px) {
  .l-header {
    padding: 30px 2.5% 0 2.5%;
  }
  .l-header__logo {
    width: 40vw;
  }
  .l-header__navi-menu-item {
    margin-left: 1.5vw;
  }
  .l-header__navi-menu-global{
    font-size: 13px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1075px) {
  .l-header__navi-menu-item {
    margin-left: 8px;
  }
  .l-header__navi-menu-global{
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 900px) {
  .l-header {
    padding: 15px 15px;
    height: 50px;
  }

  .l-header:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .l-header:after {
    height: 50px;
  }

  .l-header__logo {
    width: 110px;
    display: block;
    padding: 2px 0 0 0;
    position: relative;
    z-index: 200;
  }
  .l-header__logo img {
    display: block;
  }

  .l-header__navi-lang {
    padding-right: 40px;
  }
  .l-header__navi-lang ul {
    width: auto;
  }

  .l-header__navi-search {
    margin-bottom: 8px;
  }

  .l-header__navi-search input[type=text] {
    padding: 12px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: auto;
  }

  .l-header__navi-menu {
    position: absolute;
    -webkit-transform: translate(0, -110%);
            transform: translate(0, -110%);
    left: 0;
    top: 50px;
    padding: 20px 30px 60px 30px;
    background: #fff;
    width: 100vw;
    height: auto;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
    opacity: 0;
  }
  .l-header__navi-menu .l-footer__company-sns {
    margin-bottom: 0;
  }

  .is-toggle-on .l-header__navi-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  .l-header__navi-lang {
    position: relative;
    z-index: 100;
  }
  .l-header__navi-lang ul {
    font-size: 13px;
  }
  .l-header__navi-lang ul li {
    margin-left: 14px;
  }
  .l-header__navi-lang ul li:first-child:after {
    right: -8px;
  }

  .l-header__navi-menu-wrap {
    display: block;
    margin-bottom: 36px;
  }

  .l-header__navi-menu-global {
    margin-left: 0;
  }
  .l-header__navi-menu-global a {
    pointer-events: none;
  }
  .l-header__navi-menu-global a:hover {
    color: #1a005d;
  }

  .l-header__navi-menu-item {
    height: auto;
    position: relative;
    height: 69px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 0;
  }

  .l-header__navi-menu-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #1a005d;
    left: 0;
    bottom: 0px;
    z-index: 1;
    position: absolute;
  }

  .l-header__navi-menu-item:before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #8ec300;
    left: 0;
    bottom: 0px;
    z-index: 2;
    position: absolute;
  }

  .l-header__navi-menu-global {
    padding-bottom: 0;
    padding: 20px 35px 20px 0;
    font-size: 16px;
  }

  .l-header__navi-menu-global.l-header__navi-menu-global__active {
    color: #1a005d;
  }

  .l-header__navi-menu-global:hover {
    color: #1a005d;
  }

  .l-header__navi-menu-global:after {
    display: none;
  }

  .l-header__navi-menu-global:before, .l-header__navi-menu-global:after {
    content: "";
    display: block;
    background: #1a005d;
    position: absolute;
    left: auto;
    bottom: auto;
  }

  .l-header__navi-menu-global:before {
    width: 15px;
    height: 1px;
    right: 10px;
    top: calc(50% - 1px);
  }

  .l-header__navi-menu-global:after {
    width: 1px;
    height: 15px;
    right: 17px;
    top: calc(50% - 8px);
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .l-header__navi-menu-active .l-header__navi-menu-global:after {
    opacity: 0;
  }

  .l-header__navi-menu-global.l-header__navi-menu-globallink {
    padding: 0;
  }
  .l-header__navi-menu-global.l-header__navi-menu-globallink a {
    padding: 20px 35px 20px 0;
    height: auto;
    pointer-events: inherit;
  }
  .l-header__navi-menu-global.l-header__navi-menu-globallink a:hover {
    color: #1a005d;
  }

  .l-header__navi-menu-global.l-header__navi-menu-globallink:before {
    display: none;
  }

  .l-header__navi-menu-global.l-header__navi-menu-globallink:after {
    width: 14px;
    height: 14px;
    background-color: none;
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow__blue.svg) no-repeat center;
    background-size: contain;
    right: 10px;
    top: calc(50% - 7px);
  }

  .l-header__navi-menu-list {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    border-top: 0;
    padding: 0;
    margin-bottom: 0;
    display: block;
  }

  .l-header__navi-menu-list--child {
    display: block;
    padding-bottom: 40px;
  }
  .l-header__navi-menu-list--child li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .l-header__navi-menu-list--ttl {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .l-header__navi-menu-list--ttl {
    font-weight: normal;
  }
  .l-header__navi-menu-list--ttl a {
    padding: 3px 0;
    display: block;
  }
  .l-header__navi-menu-list--ttl a:hover {
    color: #1a005d;
  }
  .l-header__navi-menu-list--ttl a:before {
    display: none;
  }

  .c-btn.c-btn-lg.l-header__navi-menu-local {
    height: auto;
    font-size: 14px;
    padding: 3px 0;
    background: none;
    color: #1a005d;
    line-height: 1.8;
    font-weight: normal;
  }

  .c-btn.c-btn-lg.l-header__navi-menu-local:before {
    display: none;
  }

  .c-btn.c-btn-lg.l-header__navi-menu-local:after {
    display: none;
  }
}
.fixed {
  position: fixed;
  top: 0px;
  z-index: 10000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.HamburerMenufixed {
  position: fixed !important;
}
/* footer
----------------------------------------------------------------- */
.l-footer {
  position: relative;
}

.l-footer:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 8.9%;
  background: url(/ja/recruit/job-fair/assets/images/footer-bg-line.png) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 60px;
}

.l-footer__inner {
  background: #1a005d;
  padding: 80px 20px 58px 20px;
}

.l-footer__body {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
.l-footer__body a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #fff;
}
.l-footer__body a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.l-footer__brand {
  margin-bottom: 80px;
}
.l-footer__brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__brand ul li {
  width: calc(50% - 2px);
}
.l-footer__brand ul li a {
  display: block;
  padding: 23px 20px 30px 20px;
  text-align: center;
  background: #453679;
  font-size: 18px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1;
}
.l-footer__brand ul li a span {
  display: inline-block;
  max-width: 420px;
}
.l-footer__brand ul li a em {
  display: inline-block;
  position: relative;
  width: 142px;
  height: 24px;
  background: url(/ja/recruit/job-fair/assets/images/logo__white.svg) no-repeat center;
  background-size: contain;
  margin-right: 16px;
  top: 5px;
}
.l-footer__brand ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 12px;
  right: 12px;
  background: url(/ja/recruit/job-fair/assets/images/icon-link__blank.svg) no-repeat 0 0;
  background-size: contain;
}

.l-footer__brand-en {
  margin-bottom: 80px;
}
.l-footer__brand-en ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__brand-en ul li {
  width: calc(50% - 2px);
}
.l-footer__brand-en ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px 22px 20px;
  text-align: center;
  background: #453679;
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__brand-en ul li a span {
  display: block;
  max-width: 420px;
  text-align: left;
}
.l-footer__brand-en ul li a em {
  display: block;
  position: relative;
  width: 142px;
  height: 24px;
  background: url(/ja/recruit/job-fair/assets/images/logo__white.svg) no-repeat center;
  background-size: contain;
  margin-right: 16px;
  top: 1px;
}
.l-footer__brand-en ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 12px;
  right: 12px;
  background: url(/ja/recruit/job-fair/assets/images/icon-link__blank.svg) no-repeat 0 0;
  background-size: contain;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.l-footer__menu dl dt {
  font-size: 16px;
  margin-bottom: 30px;
}
.l-footer__menu dl ul {
  font-size: 14px;
}
.l-footer__menu dl ul li {
  margin-bottom: 6px;
}

.l-footer__company-banner-link {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.l-footer__company-banner-link > li {
	max-width: 270px;
}

.l-footer__company-banner-link > li:nth-of-type(n+2) {
	margin-left: 15px;
}

.l-footer__company-banner-link > li a[target="_blank"] p::after {
	content: url(/ja/recruit/job-fair/assets/images/icon-window-white.svg);
    display: inline-block;
    overflow: hidden;
    background-image: none;
    width: 19px;
    height: 14px;
    opacity: 1;
    left: 0;
    top: 0;
}

.l-footer__company-banner-link > li img {
	border: 1px solid #453679;
}

.l-footer__company-banner-link > li p {
	font-size: 12px;
}

.l-footer__company-sns,
.l-footer__company-banner {
  margin-bottom: 34px;
}

.l-footer__company-sns-title,
.l-footer__company-banner-title {
  margin-bottom: 11px;
  font-size: 14px;
}

.l-footer__company-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__company-sns-link li {
  margin-right: 22px;
}
.l-footer__company-sns-link li a {
  display: block;
}
.l-footer__company-sns-link li a img {
  height: 32px;
  width: auto;
}

.l-footer__company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.l-footer__company-link li {
  position: relative;
  margin-right: 50px;
  margin-bottom: 10px;
}
.l-footer__company-link li a {
  color: #fff;
}
.l-footer__company-link li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  top: 0;
  right: -26px;
}
.l-footer__company-link li:last-child:after {
  display: none;
}

.l-footer__copyright {
  font-size: 11px;
}

.l-footer__pagetop {
  position: fixed;
  width: 80px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
}
.l-footer__pagetop a {
  display: block;
}
.l-footer__pagetop a img {
  display: block;
}

@media screen and (max-width: 990px) {
  .l-footer__brand ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer:before {
    background: url(/ja/recruit/job-fair/assets/images/footer-bg-line__sp.png) no-repeat 0 0;
    background-size: contain;
    padding-bottom: 19%;
    margin-bottom: 24px;
  }

  .l-footer__inner {
    padding: 40px 15px 30px 15px;
  }

  .l-footer__brand {
    margin-bottom: 28px;
  }
  .l-footer__brand ul {
    display: block;
  }
  .l-footer__brand ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer__brand ul li a {
    padding: 15px 5px;
    font-size: 13px;
    text-align: center;
  }
  .l-footer__brand ul li a span {
    width: 306px;
    height: 28px;
    position: relative;
    text-align: left;
  }
  .l-footer__brand ul li a em {
    width: 110px;
    height: 18px;
    margin-right: 12px;
  }
  .l-footer__brand ul li a:after {
    top: 8px;
    right: 8px;
  }

  .l-footer__brand-en {
    margin-bottom: 28px;
  }
  .l-footer__brand-en ul {
    display: block;
  }
  .l-footer__brand-en ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer__brand-en ul li a {
    padding: 15px 5px;
    font-size: 13px;
  }
  .l-footer__brand-en ul li a span {
    position: relative;
    text-align: left;
  }
  .l-footer__brand-en ul li a em {
    width: 110px;
    height: 18px;
    margin-right: 12px;
    top: 0;
  }
  .l-footer__brand-en ul li a:after {
    top: 8px;
    right: 8px;
  }

  .l-footer__menu dl:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 59px;
  }
  .l-footer__menu dl {
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 60px;
    overflow: hidden;
    position: relative;
  }
  .l-footer__menu dl dt {
    margin-bottom: 0;
    padding: 17px 0 17px 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    pointer-events: fill;
  }
  .l-footer__menu dl dt a {
    pointer-events: none;
  }
  .l-footer__menu dl dt.l-footer__menu-active:after {
    opacity: 0;
  }
  .l-footer__menu dl dt:before, .l-footer__menu dl dt:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
  }
  .l-footer__menu dl dt:before {
    width: 15px;
    height: 1px;
    right: 10px;
    top: calc(50% - 1px);
  }
  .l-footer__menu dl dt:after {
    width: 1px;
    height: 15px;
    right: 17px;
    top: calc(50% - 8px);
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .l-footer__menu dl dd {
    font-size: 12px;
    overflow: hidden;
  }
  .l-footer__menu dl dd.l-footer__menu-open {
    height: auto;
  }
  .l-footer__menu dl ul {
    font-size: 12px;
    padding: 15px 0;
  }
  .l-footer__menu dl ul li {
    margin-bottom: 0;
  }
  .l-footer__menu dl ul li a {
    padding: 3px 0;
    display: block;
  }

  .l-footer__company-sns,
  .l-footer__company-banner {
    margin-bottom: 30px;
  }

  .l-footer__company-sns-title,
  .l-footer__company-banner-title {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .l-footer__company-sns-link li {
    margin-right: 20px;
  }

  .l-footer__company-link {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .l-footer__company-link li {
    margin-right: 40px;
  }
  .l-footer__company-link li:after {
    right: -23px;
  }

  .l-footer__copyright {
    font-size: 10px;
  }

  .l-footer__pagetop {
    width: 50px;
  }
}
@media screen and (max-width: 360px) {
  .l-footer__brand-en ul li a {
    font-size: 12px;
  }
  .l-footer__brand-en ul li a span {
    height: 28px;
    position: relative;
    text-align: left;
  }
  .l-footer__brand-en ul li a em {
    width: 88px;
    height: 16px;
    margin-right: 10px;
  }
}
/* heading
----------------------------------------------------------------- */
.l-page-heading {
  margin-bottom: 0px;
  padding: 0 15px;
  background: url(/ja/recruit/job-fair/assets/images/bg-heading.jpg) no-repeat center;
  background-size: cover;
}

.l-page-heading__inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-page-heading__title {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.l-page-heading-sub {
  position: relative;
}

.l-page-heading-sub__wrap {
  background: #f5f5f5;
  margin-bottom: 0px;
  padding: 0px 15px;
  position: relative;
}

.l-page-heading-sub:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 406px;
  overflow: hidden;
  background: url(/ja/recruit/job-fair/assets/images/bg-heading-sub.png) no-repeat center;
  background-size: 1920px 406px;
  left: 0;
  z-index: 2;
  margin-top: -240px;
}

.l-page-heading-sub__inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-page-heading-sub__title {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #1a005d;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .l-page-heading {
    margin-bottom: 0px;
    padding: 0 5px;
    background: url(/ja/recruit/job-fair/assets/images/bg-heading__sp.jpg) no-repeat center;
    background-size: cover;
  }

  .l-page-heading__inner {
    padding: 15px 10px;
    min-height: 250px;
  }

  .l-page-heading__title {
    font-size: 24px;
    padding: 0 15px;
    max-width: calc(100% - 120px);
  }

  .l-page-heading-sub {
    margin-bottom: 0px;
  }

  .l-page-heading-sub:after {
    height: auto;
    padding-bottom: 23%;
    background: url(/ja/recruit/job-fair/assets/images/bg-heading-sub__sp.png) no-repeat center;
    background-size: contain;
    margin-top: -10%;
  }

  .l-page-heading-sub__inner {
    padding: 40px 0;
    min-height: 120px;
  }

  .l-page-heading-sub__title {
    font-size: 24px;
  }
}
/* layout body
----------------------------------------------------------------- */
.l-body-container {
  max-width: 1230px;
  position: relative;
  padding: 0 15px 120px 15px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .l-body-container {
    padding: 0 15px 60px 15px;
  }
}
/* ==========================================================================
   Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/**
* breadcrumb
*/
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 0 2%;
  border-top: 1px solid #e6e6e6;
  position: relative;
  z-index: 5;
}

.c-breadcrumb__item {
  position: relative;
}
.c-breadcrumb__item a {
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-breadcrumb__item {
  padding-right: 32px;
}

.c-breadcrumb__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__gray.svg) no-repeat center;
  background-size: contain;
  right: 14px;
  top: calc(50% - 4px);
}

.c-breadcrumb__item:last-child {
  padding-right: 0;
}

.c-breadcrumb__item:last-child:after {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-breadcrumb {
    font-size: 10px;
    padding: 10px 15px;
  }

  .c-breadcrumb__item {
    padding-right: 20px;
  }
  .c-breadcrumb__item a {
    padding: 0;
  }

  .c-breadcrumb__item:after {
    right: 8px;
  }
}
/**
* heading
*/
.c-heading-02 {
  color: #1a005d;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-heading-02b {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 23px;
  letter-spacing: 1.25px;
  line-height: 1.4;
  margin-bottom: 26px;
  color: #1a005d;
}
.c-heading-02b::before,
.c-heading-02b::after {
  content: '';
  width: 4px;
  height: -webkit-calc( 100% - 7.5px );
  height: calc( 100% - 7.5px );
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-heading-02b::before {
  background: #1a005d;
}
.c-heading-02b::after {
  height: 20%;
  background: #8ec300;
}

.c-heading-03 {
  color: #1a005d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-heading-03b {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.c-heading-03b::before,
.c-heading-03b::after {
  content: '';
  display: block;
  background: #8ec300;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-heading-03b::before {
  width: 100%;
  height: 1px;
}

.c-heading-03b::after {
  width: 120px;
  height: 5px;
  margin-bottom: -2px;
}

.c-heading-04 {
  color: #1a005d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .c-heading-02 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .c-heading-03 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .c-heading-04 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c-heading-a{
  position: relative;
  color: #1a005d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-heading-a::before {
    content: "";
    position: absolute;
    width: 80px;
    border-bottom: 2px solid #8EC300;
    z-index: 2;
    left: 0;
    bottom: 0;
    }
.c-heading-a::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #DDD;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.c-heading-a a {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
}
.c-heading-a a[target="_blank"] {
  padding: 0 40px 0 0;
}
.c-heading-a a::before {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-heading-a a:hover::before {
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
  opacity: 1;
}
.c-heading-a a[target="_blank"]::after{
  position: absolute;
  content: url(/ja/recruit/job-fair/assets/images/icon-window-purple.svg);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  width: 30px;
  height: 30px;
  right: 20px;
}

/**
* Annotation
*/
.c-annotation {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 900px) {
  .c-annotation {
    font-size: 10px;
  }
}
/**
* link
*/
.c-link a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  width: 100px;
  display: block;
  color: #121212;
  border-bottom: 1px solid #d0ccdd;
  font-weight: bold;
}
.c-link a span {
  position: relative;
  display: block;
}
.c-link a span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -6px;
  top: calc(50% - 8px);
}

.c-link a span:before {
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #453679;
  left: 0;
  bottom: -1px;
  transition: width .2s ease-out;
}

.c-link a:hover {
  text-decoration: none;
  color: #453679;
}
.c-link a:hover span:before {
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
}

.c-link a:hover:after {
  width: 100%;
}


@media screen and (max-width: 900px) {
  .c-link a {
    font-size: 14px;
    width: 140px;
    padding: 6px 0;
  }
  .c-link a span {
    top: -2px;
  }
  .c-link a:after {
    width: 34px;
  }
}

.profile__guide_list {
  width: 385px;
  margin-bottom: 32px;
}
.profile__guide_list .c-link {
  font-size: 15px;
  margin-bottom: 23px;
}
.profile__guide_list .c-link a {
  width: 100%;
}
/**
* Link-disagree
*/
.c-link-disagree {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}

.c-link-disagree:hover {
  text-decoration: none;
  color: #666666;
  opacity: 0.7;
}

/**
* Btn
*/
.c-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1a005d;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.c-btn:hover {
  background: #8ec300;
  color: #1a005d;
}

.c-btn-sm {
  font-size: 14px;
  padding: 12px 20px;
  min-width: 160px;
  background: #1a005d;
  color: #fff;
  border-radius: 3px;
}

.c-btn-md {
  min-width: 280px;
  font-size: 18px;
  padding: 18px 56px;
  border-radius: 50px;
}

.c-btn-lg {
  font-size: 20px;
  min-width: 420px;
  padding: 24px 76px;
  font-weight: bold;
}
.c-btn-lg span {
  position: relative;
  z-index: 2;
}

.c-btn-lg:before, .c-btn-lg:after {
  content: "";
  display: block;
  position: absolute;
}

.c-btn-lg:before {
  height: 100%;
  width: 48px;
  background-color: #8ec300;
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow-md.svg) no-repeat center #8ec300;
  right: 0;
  top: 0;
  z-index: 3;
}

.c-btn-lg:after {
  width: 100%;
  height: 100%;
  background: #8ec300;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.c-btn-lg:hover {
  background: #1a005d;
  text-decoration: none;
}

.c-btn-lg:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-form-checkbox {
  position: relative;
  min-width: 280px;
  display: inline-block;
}

.c-form-checkbox > input[type=checkbox] {
  position: absolute;
  left: 26px;
  top: calc(50% - 7px);
  opacity: 0;
}

.c-form-checkbox label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 24px;
  top: calc(50% - 16px);
  left: 28px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 3px solid #1a005d;
  border-bottom: 3px solid #1a005d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-form-checkbox > input[type=checkbox]:checked + label {
  background: #8ec300;
  color: #1a005d;
}

.c-form-checkbox > input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.c-btn.c-btn-hide {
  background: #cccccc;
  pointer-events: none;
}

.c-btn.c-btn-lg.c-btn-hide:before, .c-btn.c-btn-lg.c-btn-hide:after {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-btn-md {
    padding: 15px 56px;
  }

  .c-btn-lg {
    min-width: 300px;
    max-width: 480px;
    width: 100%;
    padding: 15px 40px;
  }

  .c-btn-lg:before {
    width: 30px;
  }

  .c-form-checkbox label:hover {
    background: #1a005d;
    color: #fff;
  }
}

/* category-btn */
.c-btn-category a {
    position: relative;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 100px;
    width: 290px;
    padding: 11px 15px 11px 45px;
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: linear-gradient(270deg, #0FC1BA 0%, #00EB7E 45%, #19DECB 71%, #039EA6 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .25);
}
.t-en-fontfamily .c-btn-category a{
    width: inherit;
    padding: 11px 35px 11px 75px;
}
.c-btn-category.category-social a {
    background: linear-gradient(270deg, #F76C07 0%, #FFC700 50%, #F79707 71%, #db7500 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}
.c-btn-category.category-economy a {
    background: linear-gradient(270deg, #00bce5 0%, #11FFF1 41%, #0090D4 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}
.c-btn-category.category-community a {
    width: 350px;
    padding: 8px 15px 8px 45px;
    font-size: 22px;
    background: linear-gradient(270deg, #9981ff 0%, #AC67FF 41%, #452AEE 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}
.t-en-fontfamily .c-btn-category.category-community a {
    width: inherit;
    padding: 8px 35px 8px 70px;
    font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .c-btn-category a ,.t-en-fontfamily .c-btn-category a{
    width: inherit;
    padding: 2vw 5vw 2vw 8vw;
    font-size: 2.5vw;
    line-height: 1;
  }
  .c-btn-category.category-community a ,.t-en-fontfamily .c-btn-category.category-community a {
      width: inherit;
      padding: 1.6vw 5vw 1.6vw 8vw;
      font-size: 2.3vw;
  }
}
@media screen and (max-width: 600px) {
  .c-btn-category a {
    width: 160px;
    padding: 12px 12px 12px 30px;
    font-size: 16px;
  }
  .t-en-fontfamily .c-btn-category a{
    width: inherit;
    padding: 12px 26px 12px 50px;
    font-size: 16px;
  }
  .c-btn-category.category-community a {
    width: 240px;
    padding: 12px 12px 12px 30px;
    font-size: 14px;
  }
  .t-en-fontfamily .c-btn-category.category-community a {
    width: inherit;
    padding: 12px 12px 12px 38px;
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .t-en-fontfamily .c-btn-category.category-community a {
    font-size: 10px;
  }
}
.c-btn-categoryBox{
    -webkit-justify-content: start !important;
    justify-content: start !important;
    column-gap: 30px;
}
@media screen and (max-width: 600px) {
  .c-btn-categoryBox{
      column-gap: 20px;
  }
  .c-btn-categoryBox li{
    margin: 12px 0 0;
  }
}
.c-btn-category a:hover {
    color: #fff;
    background-position: 99% 50%;
}
.c-btn-category a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    width: 54px;
    height: 54px;
    border-radius: 30px;
    background: #fff;
}
.c-btn-category.category-community a:before {
    top: 6px;
    left: 8px;
    width: 44px;
    height: 44px;
}
.t-en-fontfamily .c-btn-category.category-community a:before {
    top: 5px;
    left: 7px;
    width: 42px;
    height: 42px;
}
@media screen and (max-width: 1000px) {
.c-btn-category a:before {
    top: 0.55vw;
    left: 0.5vw;
    width: 5.5vw;
    height: 5.5vw;
  }
  .c-btn-category.category-community a:before ,.t-en-fontfamily .c-btn-category.category-community a:before {
      top: 0.45vw;
      left: 0.4vw;
      width: 4.5vw;
      height: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
.c-btn-category a:before {
    top: 4px;
    left: 6px;
    width: 32px;
    height: 32px;
  }
  .c-btn-category.category-community a:before {
    top: 4px;
    left: 5px;
    width: 29px;
    height: 29px;
  }
  .t-en-fontfamily .c-btn-category.category-community a:before {
    top: 4px;
    left: 5px;
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 380px) {
  .t-en-fontfamily .c-btn-category.category-community a:before {
    left: 6px;
    width: 28px;
    height: 27px;
  }
}
.c-btn-category a:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 13px;
    width: 42px;
    height: 42px;
    background-image: url(/ja/sustainability/assets/images/index_ic01.png);
    background-position: center;
    background-size: cover;
}
.c-btn-category.category-social a:after {
    background-image: url(/ja/sustainability/assets/images/index_ic02.png);
    background-position: center;
    background-size: cover;
}
.c-btn-category.category-economy a:after {
    background-image: url(/ja/sustainability/assets/images/index_ic03.png);
    background-position: center;
    background-size: cover;
}
.c-btn-category.category-community a:after {
    top: 12px;
    left: 14px;
    width: 32px;
    height: 32px;
    background-image: url(/ja/sustainability/assets/images/index_ic04.png);
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 1000px) {
.c-btn-category a:after {
    top: 1vw;
    left: 0.9vw;
    width: 4.6vw;
    height: 4.6vw;
  }
  .c-btn-category.category-community a:after {
      top: 1vw;
      left: 0.9vw;
      width: 3.6vw;
      height: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
.c-btn-category a:after {
    top: 7px;
    left: 9px;
    width: 26px;
    height: 26px;
  }
  .c-btn-category.category-community a:after {
    top: 8px;
    left: 9px;
    width: 22px;
    height: 22px;
  }
}


/**
* News
*/
.c-news__item {
  border-bottom: 1px solid #ccc;
  padding: 28px 0 0 0;
}

.c-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.c-news__date {
  font-size: 13px;
  color: #666;
  margin-right: 10px;
}

.c-news__category {
  background: #453679;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  display: block;
  min-width: 80px;
  padding: 3px 10px 0 10px;
  border-radius: 2px;
  position: relative;
  top: -1px;
}

.c-news__link {
  position: relative;
  font-size: 15px;
  display: block;
  color: #121212;
  line-height: 1.6;
  padding: 12px 30px 22px 0;
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-underline-offset: 4px;
}

.c-news__link:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.c-news__link:hover {
  color: #453679;
  text-decoration-thickness: 1px;
}

.c-news__link:hover:after {
  background-size: contain, 0, 0;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
}

@media screen and (max-width: 900px) {
  .c-news__date {
    font-size: 12px;
  }

  .c-news__link {
    font-size: 14px;
  }

  .c-news__category {
    font-size: 10px;
  }
}
/**
* Colume
*/
.c-news-colume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}

.c-news-colume__item {
  width: 33.3333%;
  padding: 0 25px;
  margin-bottom: 60px;
}

.c-news-colume__txt {
  font-size: 15px;
  margin-top: 22px;
  margin-bottom: 0px;
}

.c-colume__link,
.c-news-colume__link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-top: 8px;
  padding: 8px 25px 8px 0;
  margin-top: 8px;
  position: relative;
  -webkit-transition: 0.1s;
  color: #121212;
  transition: 0.1s;
  text-underline-offset: 4px;
}

.c-colume__link:before, .c-colume__link:after ,
.c-news-colume__link:before, .c-news-colume__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.c-news-colume__link:after, .c-colume__link:after {
  display: none;
  right: 0;
}

.c-colume__link:before,
.c-news-colume__link:before {
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



.c-news__link-icon {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #453679;
  padding: 4px 8px 3px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}

.c-colume__link:hover,
.c-news-colume__link:hover {
  color: #453679;
  text-decoration: underline;
}

.c-colume__link:hover:before,
.c-news-colume__link:hover:before {
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
  opacity: 1;
}

.c-article-colume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
}

.c-article-colume__item {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.c-article-colume__item a:hover .c-colume__link:before,
.c-article-colume__item a:hover .c-news-colume__link:before {
    opacity: 1;
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
}

.c-article-colume__item a:hover .c-colume__link,
.c-article-colume__item a:hover .c-news-colume__link {
  color: #453679;
}

@media screen and (max-width: 900px) {
  .c-news-colume {
    margin-left: -12px;
    margin-right: -12px;
  }

  .c-news-colume__item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 25px;
  }
  .c-news-colume__item .c-news-colume__txt {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .c-news-colume__item .c-news-colume__link {
    font-size: 10px;
    padding: 8px 15px 8px 0;
  }
  .c-news-colume__item .c-news-colume__link:before {
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    -webkit-transition: none;
    transition: none;
  }

  .c-article-colume {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
    display: block;
  }

  .c-article-colume__item {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .c-article-colume__item .c-news-colume__txt {
    font-size: 14px;
    margin: 16px 0 0px 0;
  }
  .c-article-colume__item .c-news-colume__link {
    font-size: 14px;
  }
}

.c-detail-colume{
  position: relative;
}
.c-detail-colume__image{
  position: relative;
  width: 68%;
}
.c-detail-colume__item{
  position: absolute;
  width: 24vw;
  top: 0;
  right: 0;
  padding: 30px 20px;
  margin: 0 0 0 0;
  background: rgba(26,0,96,0.9);
  z-index: 1;
}
@media screen and (min-width: 1240px) {
.c-detail-colume__item{
  position: absolute;
  width: 46%;
}
}
.c-detail-colume__item a{
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: 3s;
  transition: 3s;
}
.c-detail-colume__item a:hover {
    color: inherit;
    text-decoration: none;
}
.c-detail-colume__item a:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 60px);
  margin: -30px 0 0 -20px;
  background: rgba(255,255,255,0.1);
}
@media screen and (max-width: 900px) {
.c-detail-colume__item a:hover::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: -10px 0 0 -10px;
}
}
.c-detail-colume__title{
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.c-detail-colume__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 35%;
  right: -18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__white.svg) no-repeat center;
  background-size: 6px 15px;
}
.c-detail-colume__item a:hover .c-detail-colume__title::after {
  right: -24px;
}
.c-detail-colume__txt{
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
dl.c-detail-colume > dt,
dl.c-detail-colume > dd{
  width: 100%;
  position: relative;
}
dl.c-detail-colume .c-detail-colume__image{
    height: 120px;
    overflow: hidden;
}
dl.c-detail-colume .c-detail-colume__item{
    padding: 10px;
}
}

/**
* List
*/
.c-list {
  font-size: 15px;
}

.c-list__item ,.c-list__nobitem {
  padding: 20px 0;
  margin-left: 20px;
  position: relative;
  list-style-type: disc;
}
.c-list__nobitem {
  padding: 10px 0;
}
.c-list__item a ,.c-list__nobitem a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-list__item::marker ,.c-list__nobitem::marker {
  letter-spacing: 0.2em;
}

.c-list__item.c-list__number {
  list-style-type: decimal;
}
.c-list__nobitem.c-list__number {
  list-style-type: decimal;
}

.c-list__item.c-list__latin {
  list-style-type: lower-latin;
}
.c-list__item.c-list__upperlatin {
  list-style-type: upper-latin;
}

.c-list__item:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  background: #ccc;
  left: -30px;
  bottom: 0;
}

.c-list__item .c-list li:last-child:after,
.c-list__item.u-list__noborder:after{
	content: none;
}

.c-list-link {
  font-size: 15px;
}

.c-list-link__item {
  border-bottom: 1px solid #ccc;
}
.c-list-link__noline a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
}
.c-list-link__item a {
  display: inline-block;
  position: relative;
  padding: 20px 25px 20px 0px;
  color: #121212;
  font-weight: bold;
  text-underline-offset: 4px;
}
.c-list-link__item a:before, .c-list-link__item a:after {
  content: "";
}
.c-list-link__item a:before, .c-list-link__item a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-link__item a:before {
  right: 0;
}
.c-list-link__item a:before {
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.c-list-link__item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #453679;
}
.c-list-link__item a:hover:before {
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
}

.c-list-link__noline a {
  padding: 10px 50px 10px 0;
}
.c-list-link__noline a:before, .c-list-link__noline a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-link__noline a:before {
  right: 0;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.c-list-link__noline a:after {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #453679;
}
.c-list-link__noline a:hover:before {
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
}

@media screen and (max-width: 900px) {
  .c-list {
    font-size: 14px;
  }

  .c-list__item,.c-list__noline {
    padding: 18px 0;
  }

  .c-list-link__item a {
    padding: 18px 25px 18px 0;
  }
  .c-list-link__item a[href*=".pdf"] {
    padding: 18px 0;
  }

  .c-list-link__noline a {
    padding: 5px 40px 5px 0;
  }
  .c-list-link__noline a:before {
    width: 14px;
    height: 14px;
  }

  .c-list-link {
    font-size: 14px;
  }
}
/**
* Category link
*/
.c-category-link__title {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #1a005d;
  font-size: 16px;
  margin-bottom: 30px;
}

.c-category-link__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
}
.u-category-link__center{
    justify-content: center;
}

.c-category-link__list,
.c-category-link__flowlist {
  width: 16.6666%;
  border-left: 1px solid #ccc;
  margin-bottom: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-category-link__flowlist {
  width: inherit;
  padding: 0 10px;
}
.c-category-link__list a,
.c-category-link__flowlist a ,
.c-category-link__flowlist p {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5px 12px;
}

.c-category-link__list a,
.c-category-link__flowlist a {
  font-weight: bold;
  text-underline-offset: 4px;
  color: #121212;
}

.c-category-link__list a:hover, .c-category-link__flowlist a:hover {
  color: #453679;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.c-category-link__list a:after, .c-category-link__flowlist a:after  {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.c-category-link__list a:hover:after, .c-category-link__flowlist a:hover:after {
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
}


.c-category-link__list:nth-child(6), .c-category-link__list:last-child {
  border-right: 1px solid #ccc;
}
.c-category-link__flowlist:last-child {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .c-category-link__title {
    margin-bottom: 20px;
	  border-bottom: 1px solid #ccc;
	  text-align: left;
  }
  .c-category-link__title::before {
    content: "<";
    font-size: 16px;
    margin: 0 8px 0 0;
  }

  .c-category-link__list-wrap {
    font-size: 14px;
  }
  .c-category-link__list-wrap.u-category-link__center {
	  display: none;
    font-size: 14px;
  }

  .c-category-link__list {
    width: 50%;
    border-left: 0;
  }

  .c-category-link__flowlist {
    width: 100%;
    border-left: 0;
	padding: 0;
	margin: 0;
  }

  .c-category-link__list:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .c-category-link__flowlist:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }

  .c-category-link__list:nth-child(6), .c-category-link__list:last-child {
    border-right: 0;
  }
  .c-category-link__flowlist:last-child {
    border-right: 0;
  }
}
/**
* Table
*/
.c-table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}

.c-table__th, .c-table__td {
  padding: 30px 30px;
  border-bottom: 1px solid #ccc;
}

.c-table__th {
  background: #f0f0f0;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
}

.c-table__td {
  font-size: 15px;
  width: 70%;
}

@media screen and (max-width: 900px) {
  .c-table {
    display: block;
    border: 0;
  }

  .c-table__th, .c-table__td {
    display: block;
    width: 100%;
    border: 0;
  }

  .c-table__th {
    border-left: 2px solid #8ec300;
    padding: 14px 15px;
  }

  .c-table__td {
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 10px;
  }
}
/**
* Tab
*/
.c-tabs,
.c-tabs-02 {
  position: relative;
  width: 100%;
}

.c-tabs__nav-wrap,
.c-tabs__nav-wrap-02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.c-tabs__nav,
.c-tabs__nav-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-tabs__item,
.c-tabs__item-02 {
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
}
.c-tabs__item span ,
.c-tabs__item-02 span {
  color: #fff;
  background: #1a005d;
  font-weight: bold;
  display: block;
  padding: 0px 10px;
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.c-tabs__item span:hover ,
.c-tabs__item-02 span:hover {
  text-decoration: none;
  background: #8ec300;
}

.c-tabs__item.c-tabs__item-active span ,
.c-tabs__item-02.c-tabs__item-active-02 span {
  background: #8ec300;
}
.c-tabs__item.c-tabs__item-active span:after ,
.c-tabs__item-02.c-tabs__item-active-02 span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #8ec300;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: calc(50% - 8px);
  bottom: -8px;
}

.c-tabs__item:last-child ,
.c-tabs__item:last-child {
  border-right: 0;
}

.c-tabs__body {
  background: #f5f5f5;
  padding: 50px 50px;
  display: none;
  margin-top: -10px;
}
.c-tabs__body-02 {
  padding: 50px 0;
  display: none;
  margin-top: -10px;
}
.c-tabs__body p ,
.c-tabs__body-02 p {
  font-size: 15px;
}

.c-tabs__body.c-tabs__body-active ,
.c-tabs__body-02.c-tabs__body-active-02 {
  display: block;
}

@media screen and (max-width: 900px) {
  .c-tabs__nav-wrap ,
  .c-tabs__nav-wrap-02 {
    overflow-y: hidden;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-sizing: initial;
            box-sizing: initial;
  }

  .c-tabs__nav ,
  .c-tabs__nav-02 {
    -webkit-box-sizing: initial;
            box-sizing: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .c-tabs__item ,
  .c-tabs__item-02 {
    min-width: 110px;
  }

  .c-tabs__item span ,
  .c-tabs__item-02 span {
    font-size: 14px;
    min-height: 58px;
  }

  .c-tabs__item.c-tabs__active span:after ,
  .c-tabs__item-02.c-tabs__active-02 span:after {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    bottom: -6px;
  }

  .c-tabs__body {
    padding: 20px;
  }
  .c-tabs__body-02 {
    padding: 30px 0 0;
  }
  .c-tabs__body p ,
  .c-tabs__body-02 p {
    font-size: 14px;
  }
}
.c-table__heading{
    background-color: #E0E0E0 !important;
}
/**
* Menu
*/
.c-menu-toggle {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 99999;
  right: 8px;
  top: 11px;
  display: none;
}

.c-menu-toggle__line {
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  left: 6px;
  top: 0px;
}
.c-menu-toggle__line span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a005d;
  top: 8px;
}

.c-menu-toggle__line:before, .c-menu-toggle__line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a005d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-menu-toggle__line:before {
  top: 14px;
}

.c-menu-toggle__line:after {
  top: 20px;
}

.c-menu-toggle.c-menu-toggle-active .c-menu-toggle__line span {
  opacity: 0;
}

.c-menu-toggle.c-menu-toggle-active .c-menu-toggle__line:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}

.c-menu-toggle.c-menu-toggle-active .c-menu-toggle__line:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}

.is-toggle-on {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .c-menu-toggle {
    display: block;
  }
}

/* 11/17 追加
---------------------------------------------------------------- */
.l-body-main{
	margin-top: 0px;
}
@media screen and (max-width: 900px) {
	.l-body-main{
		margin-top: 20px;
	}
}
.c-one-colume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-one-colume__item {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.c-one-colume__item .c-one-colume__image{
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-one-colume {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
    display: block;
  }
  .c-one-colume__item {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .c-one-colume__item .c-news-colume__txt {
    font-size: 14px;
    margin: 16px 0 0px 0;
  }
}
/*------------------------------------------*/
.c-colume{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .c-colume {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
    display: block;
  }
}
.c-colume__item{
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
	.c-colume__item {
		padding: 0;
		margin-bottom: 25px;
	}
}
/*IE対応*/
.c-colume *{
    min-height: 0%;
}
.c-colume img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
.c-colume img{
    display: block;
}
}/*@media*/

.c-colume a:hover img {
    opacity: 0.8;
}

.c-clm,.c-clm2,.c-clm4{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*余白を制御*/
.c-clm4:before,
.c-clm4::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.c-clm4:before {
  order: 1;
}
@media screen and (max-width: 900px) {
  .c-clm2 {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
    display: block;
  }
}
.c-clm > * ,.c-clm__item {
  margin: 24px 0 0;
}
.c-clm4 > * ,.c-clm4__item {
  width: calc(100% / 4 - 20px);
  margin: 30px 0 0;
}
.c-clm2__item{
    margin-bottom: 60px;
    width: 48%;
}
@media screen and (max-width: 900px) {
  .c-clm2__item {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .c-clm4 > * ,.c-clm4__item {
    width: 100%;
    margin: 16px 0 0;
  }
}

.c-gray-colume {
  background-color: #f2f2f2;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .c-gray-colume {
    padding: 20px;
  }
}
.c-gray-colume .c-colume{
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .c-gray-colume .c-colume{
    padding: 0;
  }
}
.c-gray-colume .c-colume__item{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .c-gray-colume .c-colume__item{
    margin-bottom: 20px;
  }
}
.c-gray-item__heading{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    padding: 8px 16px 8px 0;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.c-gray-item__heading a {
  display: inline-flex;
  align-items: center;
  color: #121212;
  text-underline-offset: 4px;
}

.c-gray-item__heading a:before, .c-gray-item__heading a:after {
  content: "";
  display: block;
  flex-shrink: 0;
}

.c-gray-item__heading a:after {
  width: 18px;
  height: 18px;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  opacity: 1;
  order: 2;
}
.c-gray-item__heading a:hover {
  color: #453679;
  text-decoration-thickness: 1px;
}
.c-gray-item__heading a:hover:after {
  background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) no-repeat center;
}
.c-gray-item__heading a[target="_blank"]::before{
    content: url(/ja/recruit/job-fair/assets/images/icon-window-purple.svg);
    display: inline-block;
    order: 1;
    opacity: 1;
    background-size: auto;
    width: 30px;
    height: 30px;
    background: none;
}

.c-gray-colume .c-colume__item .c-colume__txt{
  margin-top: 12px;
}

a.c-colume__item{
  display: block;
}
a.c-colume__item p.c-news-colume__link{
  transition: 0.1s;
  padding: 8px 20px 8px 0;
}
a.c-colume__item[target="_blank"] p.c-news-colume__link{
  padding: 8px 55px 8px 0;
}
a.c-colume__item:hover{
  text-decoration: none;
}
a.c-colume__item:hover .c-colume__txt{
  color: initial;
}
a.c-colume__item:hover .c-colume__link,
a.c-colume__item:hover .c-news-colume__link {
    text-decoration: underline;
    color: #453679;
}
a.c-colume__item:hover .c-colume__link:before,
a.c-colume__item:hover .c-news-colume__link:before {
    opacity: 1;
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg);
}
a.c-colume__item[target="_blank"] .c-colume__link::after,
a.c-colume__item[target="_blank"] .c-news-colume__link::after {
    content: url(/ja/recruit/job-fair/assets/images/icon-window-purple.svg);
    display: inline-block;
    opacity: 1;
    background-size: auto;
    width: 30px;
    height: 30px;
    right: 20px;
    background: none;
}


/*W指定*/
.W10 {
    width: 10%;
}
.W20 {
    width: 20%;
}
.W30 {
    width: 30%;
}
.W33 {
    width: calc(100% / 3);
}
.W40 {
    width: 40%;
}
.W50 {
    width: 50%;
}
.W60 {
    width: 60%;
}
.W70 {
    width: 70%;
}
.W80 {
    width: 80%;
}
.W90 {
    width: 90%;
}
.W100 {
    width: 100%;
}

.c-gray-colume .W20{
    width: calc(100% / 4 - 40px);
}
.c-gray-colume .W33{
    width: calc(100% / 3 - 40px);
}
.c-gray-colume .W50{
    width: calc(100% / 2 - 40px);
}

@media screen and (max-width: 900px) {
    [class^="W"],
    [class*=" W"] {
        width: 100%;
    }
  .c-gray-colume .W33{
      width: 100%;
  }
}
.c-colume_head{
  font-size: 20px;
  color: #121212;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .c-colume_head {
    margin-top: 6px;
    line-height: 1.6;
  }
}

.c-colume__txt {
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 0px;
	overflow-wrap: break-word;
}
@media screen and (max-width: 900px) {
  .c-colume__txt {
    margin: 16px 0 0px 0;
  }
}
.c-colume_head + .c-colume__txt ,.c-colume_head + .c-news-colume__txt {
    margin-top: 6px;
}

.image-float-left{
	display: flex;
}
.image-float-left .c-news-colume__image{
    width: 30%;
	padding-right: 10px;
}
.image-float-left .c-news-colume__txt,
.image-float-left .c-colume__txt{
    width: 70%;
	margin-top: 0;
}
@media screen and (max-width: 900px) {
	.image-float-left{
		display: block;
	}
	.image-float-left .c-news-colume__image{
		width: 100%;
		text-align: center;
	}
	.image-float-left .c-news-colume__txt,
	.image-float-left .c-colume__txt{
		width: 100%;
		margin-top: 10px;
	}
}

.c-table-02,.c-table-03{
	width: 100%;
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
	background-color: #fff;
}
.c-table-02 .c-table__th,.c-table-03 .c-table__th,
.c-table-02 .c-table__td,.c-table-03 .c-table__td {
    width: inherit;
}
.c-table-03 .c-table__th,.c-table-03 .c-table__td {
    padding: 10px;
}
@media screen and (max-width: 900px) {
	.c-table-02 colgroup,.c-table-03 colgroup{
		display: none;
	}
}
@media screen and (max-width: 900px) {
.c-tabs__body-wrap .c-table-02 .c-table__td,
.c-tabs__body-wrap .c-table-03 .c-table__td{
    padding: 15px 12px;
}
}

.c-table-fix,
.c-table-scroll {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
    table-layout: fixed;
}
.c-table-fix th,.c-table-fix td,
.c-table-scroll th,.c-table-scroll td,
.c-table-scroll__th, .c-table-scroll__td ,
.c-table-item__th, .c-table-item__td {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}
.c-table-fix th,
.c-table-scroll th,
.c-table-scroll__th,
.c-table-item__th{
    background: #f0f0f0;
    font-weight: bold;
    vertical-align: middle;
}
.c-table-fix th:nth-child(n+2),
.c-table-scroll th:nth-child(n+2),
.c-table-scroll__th:nth-child(n+2),
.c-table-item__th:nth-child(n+2){
    border-left: 1px solid #ccc;
}
.table-borderleft-no{
  border-left: none !important;
}
.c-table-fix td,
.c-table-scroll td,
.c-table-scroll__td,
.c-table-item__td {
    font-size: 14px;
}
@media screen and (max-width: 899px) {
.c-table-wrap {
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
}
/*.c-table-wrap * {
    text-align: left!important;
}*/
.c-table-wrap th {
    white-space: normal;
}
.c-table-wrap td {
    min-width: auto!important;
}
/*iPhone用スクロールバー設定*/
.c-table-wrap::-webkit-scrollbar {
  height: 4px;
}
.c-table-wrap::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.c-table-wrap::-webkit-scrollbar-track-piece {
  background: #F5F5F5;
}

.c-table-fix,
.c-table-scroll {
	margin-bottom: 0px;
  table-layout: auto;
}
.c-table-scroll {
	width: 200vw;
}
.c-table-fix colgroup,
.c-table-scroll colgroup{
  display: none;
}
.c-table-fix colgroup.u-colgroup_sp,
.c-table-scroll colgroup.u-colgroup_sp{
  display: table-column-group;
}
}

@media screen and (max-width: 899px) {

.c-table-ScrollLayer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 40%);
}
}

.c-table__vertical th ,.c-table__vertical td{
	border: 1px solid #ccc;
}
@media screen and (max-width: 899px) {
.c-table__vertical.c-table-02 th ,.c-table__vertical.c-table-02 td,
.c-table__vertical.c-table-03 th ,.c-table__vertical.c-table-03 td{
	border: none;
}
.c-table__vertical.c-table-02 th,.c-table__vertical.c-table-03 th {
	border-left: 2px solid #8ec300;
}
}
.c-table__vertical th,.c-table__vertical3bold th{
	text-align: center;
}
@media screen and (max-width: 899px) {
.c-table__vertical.c-table-02 td ,.c-table__vertical.c-table-03 td {
	text-align: center;
}
}
.c-table__vertical td,.c-table__vertical3bold td{
	text-align: right;
}
.c-table__vertical3bold th ,.c-table__vertical3bold td{
	border: 1px solid #ccc;
}
.c-table__vertical3bold tr:nth-child(2) th:nth-child(n+2),
.c-table__vertical3bold tr:nth-child(3) th:nth-child(3n+2),
.c-table__vertical3bold tr td:nth-child(3n+2){
	border-left: 3px solid #ccc !important;
}
.c-table__emphasis{
	background: #fff0f0;
}
.c-table__leftbold{
	border-left: 3px solid #ccc !important;
}
.c-table__rightbold{
	border-right: 3px solid #ccc !important;
}
.c-table__difference{
	padding: 10px 0 !important;
	font-size: 15px;
}
.c-table__tdnomal{
    background: #fff !important;
    font-weight: normal !important;
}

body .c-colume__link[target="_blank"],
body .c-news-colume__link[target="_blank"] {
  padding-right: 50px;
}

body .c-colume__link[target="_blank"]::after,
body .c-news-colume__link[target="_blank"]::after{
    content: url(/ja/recruit/job-fair/assets/images/icon-window-purple.svg);
    display: inline-block;
    opacity: 1;
    background-size: auto;
    width: 30px;
    height: 30px;
    right: 20px;
    background: none;
}

body .c-list-link__item a[target="_blank"] {
  padding-right: 50px;
}

body .c-list-link__item a[target="_blank"]::after{
    content: url(/ja/recruit/job-fair/assets/images/icon-window-purple.svg);
    display: inline-block;
    color: #1A005D;
    font-size: 1.4em;
    padding: 0;
    line-height: 1;
    overflow: hidden;
    background-image: none;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 20px;
    left: inherit;
    background: none;
}

body .c-list-link__item a[href*=".pdf"] {
  padding-right: 77px;
}

body .c-list-link__item a[href*=".pdf"]::after{
    content: "PDF";
    display: inline-block;
    color: #fff;
    background: #453679;
    width: 41px;
    height: 19px;
    padding: 4px 8px 3px;
    right: 27px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    opacity: 1;
}

body .c-list-link__item a[href*=".pdf"]::before{
  background-repeat: no-repeat;
}

body .c-colume__link[href*=".pdf"],
body .c-news-colume__link[href*=".pdf"]{
	padding: 8px 77px 8px 0;
}
body .c-colume__link[href*=".pdf"]::after,
body .c-news-colume__link[href*=".pdf"]::after{
    content: "PDF";
    display: inline-block;
    overflow: hidden;
    color: #fff;
    line-height: 1;
    background: #453679;
    width: 41px;
    height: 19px;
    padding: 4px 8px 3px;
    right: 27px;
    font-size: 12px;
    font-weight: normal;
    opacity: 1;
}



.c-colume__link[href*=".pdf"]:after, .c-news-colume__link[href*=".pdf"]:after{
	content: none;
}
@media screen and (max-width: 900px) {
  body .c-colume__link[href*=".pdf"]{
    padding: 6px 80px 6px 0;
    line-height: 1.4;
  }
}


.c-rightfloat{
  float: right;
  margin-top: -60px;
}



.select {
	position: relative;
	height: 40px;
	width: 300px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	z-index: 1;
}
.select::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    z-index: -1;
}
.select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}


.c-phone{
  position: relative;
	text-align: center;
}
.c-phone p:first-child{
  font-size: 20px;
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.c-phone__item{
	font-size: 50px;
	font-weight: bold;
	padding: 30px 0 5px;
}
@media screen and (max-width: 900px) {
	.c-phone{
		text-align: inherit;
	}
	.c-phone p:first-child{
    font-size: inherit;
		position: relative;
	  left: inherit;
	  transform: none;
	  -webkit-transform: none;
	}
	.c-phone__item{
		font-size: 30px;
		padding: 0;
	}

}

input[type="submit"]{
	text-align: center;
}
.c-btn-gray{
    background: #cccccc;
}
.c-btn-gray:before {
    height: 100%;
    width: 48px;
    background-color: #cccccc;
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow-md.svg) no-repeat center #ccc;
    right: 0;
    top: 0;
    z-index: 3;
}
.c-btn-gray:hover:before {
    background-color: #8ec300;
    background: url(/ja/recruit/job-fair/assets/images/icon-arrow-md.svg) no-repeat center #8ec300;
}

.c-movie-colume{
    position: relative;
    width: 90%;
    padding-top: 50.7%;
    margin: 0 auto 56px;
    overflow: hidden;
}
.c-movie-colume__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-label__item{
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    padding: 4px 8px;
    background: #1a005d;
    margin-right: 8px;
    margin-top: -3px;
    vertical-align: middle;
}
.c-column__2wrap .image {
    float: right;
    margin: 0 10px 10px 10px;
}
.c-iframe-wrapper{
    position: relative;
    width: 90%;
    padding-top: 100%;
    margin: auto;
    overflow: hidden;
}
.c-iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-tradedatetime{
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.c-tradedatetime li{
	width: 50%;
	padding: 10px;
}
.c-tradedatetime .c-tradedatetime__left{
	background-color: #f0f0f0;
}
.c-tradedatetime .c-tradedatetime__left,
.c-tradedatetime .c-tradedatetime__right div,.c-tradedatetime .c-tradedatetime__right dl{
	display: flex;
	align-items: center;
}
.c-tradedatetime .c-tradedatetime__right dl{
    place-items: baseline;
}
.c-tradedatetime li.c-tradedatetime__left > *,.c-tradedatetime li.c-tradedatetime__right div > *{
	margin-left: 20px;
}
.c-tradedatetime li p:first-child{
	font-weight: bold;
}
.c-tradedatetime li p:first-child,.c-tradedatetime li div dl:first-child{
	margin-left: 0px;
}
.c-tradedatetime__right dd{
	font-size: 24px;
	font-weight: bold;
	margin-left: 6px;
}
#Price{
    color: #8EC300;
    line-height: 1.4;
    background-color: #f4f9e3;
    padding: 2px 10px;
    border-radius: 4px;
}
.c-tradedatetime .c-tradedatetime__right a{
	float: right;
	margin: -36px 0 0 0;
}
@media screen and (max-width: 900px) {
	.c-tradedatetime,.c-tradedatetime .c-tradedatetime__left{
		display: block;
	}
	.c-tradedatetime li{
		padding: 10px 6px;
	}
	.c-tradedatetime .c-tradedatetime__left{
		background-color: inherit;
		padding: 0;
	}
	.c-tradedatetime li p:first-child{
		text-align: center;
		font-size: 20px;
		background-color: #f0f0f0;
		padding: 10px;
		margin-bottom: 4px;
	}
	.c-tradedatetime .c-tradedatetime__right div{
		justify-content: center;
	}
	#TradeDateTime{
		text-align: right;
		font-size: 14px;
	}
	.c-tradedatetime li{
		width: 100%;
	}
	.c-tradedatetime li.c-tradedatetime__left > *,.c-tradedatetime li.c-tradedatetime__right div > *{
		margin-left: 10px;
	}
	.c-tradedatetime__right dt{
		font-size: 20px;
	}
	.c-tradedatetime__right dd{
		font-size: 26px;
	}
	#Price{
		padding: 2px 6px;
	}
	.c-tradedatetime .c-tradedatetime__right a{
		float: inherit;
		display: block;
		margin: 10px 0 0 0;
		text-align: right;
	}
}

.c-tradedatetime__JP{
  border: 2px solid #f0f0f0;
}
.c-tradedatetime__JP li{
  padding: 0;
}
.c-tradedatetime__JP li.c-tradedatetime__JP__right{
  padding: 0 0 14px;
}
.c-tradedatetime__JP li p{
  padding: 4px 20px;
}
.c-tradedatetime__JP li p:first-child{
	font-weight: bold;
  font-size: 20px;
	background-color: #f0f0f0;
  padding: 10px 20px;
	margin-bottom: 4px;
}
.c-tradedatetime__JP .c-tradedatetime__JP__left a{
    float: right;
    margin: 2px 0 0;
}
.c-tradedatetime__JP .c-tradedatetime__JP__right div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-tradedatetime__JP__right dl > *{
	display: inline-block;
}
.c-tradedatetime__JP__right dl:first-child{
	margin-right: 4vw;
}
.c-tradedatetime__JP__right dt{
	font-size: 20px;
  margin-right: 10px;
}
.c-tradedatetime__JP__right dd{
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
.c-tradedatetime__JP__right dd{
  font-size: 3vw;
  font-weight: bold;
}
.c-tradedatetime__JP li.c-tradedatetime__JP__right{
  padding: 0 0 0.6vw;
}
}
@media screen and (max-width: 900px) {
.c-tradedatetime__JP li p{
  padding: 4px 10px;
}
.c-tradedatetime__JP li p:first-child{
	font-size: 18px;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 4px;
}
.c-tradedatetime__JP li.c-tradedatetime__JP__right{
  padding: 1vw 0 ;
}
.c-tradedatetime__JP .c-tradedatetime__JP__right div{
	justify-content: center;
}
.c-tradedatetime__JP li{
	width: 100%;
}
.c-tradedatetime__JP__right dt{
	font-size: 20px;
}
.c-tradedatetime__JP__right dd{
	font-size: 26px;
}
.c-tradedatetime__JP .c-tradedatetime__JP__right a{
	float: inherit;
	display: block;
	margin: 10px 0 0 0;
	text-align: right;
}
}
@media screen and (max-width: 345px) {
  .c-tradedatetime__JP .c-tradedatetime__JP__left a{
    margin-top: 14px;
  }
  .c-tradedatetime__JP li #TradeDateTime{
    text-align: left !important;
  }
  .c-tradedatetime__JP__right dt{
    font-size: 16px;
    margin-right: 1px;
}
}

.c-category-link__unklist-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 20px 20px 0;
	background-color: #f2f2f2;
}
.c-category-link__unklist-wrap .c-category-unklink__list{
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-category-link__unklist-wrap .c-category-unklink__list a{
	display: flex;
  align-items: center;
  font-weight: bold;
  color: #121212;
	background-color: #fff;
	padding: 10px 14px;
    border: 1px solid #ccc;
	margin: 0 24px 18px 0;
  text-underline-offset: 4px;
}
.c-category-link__unklist-wrap .c-category-unklink__list a:hover{
  border: 1px solid #453679;
  color: #453679;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.c-category-link__unklist-wrap .c-category-unklink__list a::after{
	content: "";
	display: inline-block;
	position: relative;
  background-image: url(/ja/recruit/job-fair/assets/images/icon-arrow__black.svg), url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) ;
  background-position: center;
  background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 6px;
	transform: rotateZ(90deg);
}
.c-category-link__unklist-wrap .c-category-unklink__list a:hover::after{
	background: url(/ja/recruit/job-fair/assets/images/icon-arrow__purple.svg) no-repeat center;
}
.c-btn-line{
	display: block;
  color: #121212;
	border: 2px #ccc solid;
	padding: 20px 24px;
    border-radius: 2px;
	font-weight: bold;
  text-underline-offset: 8px;
}
.c-btn-line:hover{
	border: 2px #453679 solid;
  color: #453679;
	text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 900px) {
	.c-category-link__unklist-wrap{
    	padding: 8px 8px 0;
	}
	.c-category-link__unklist-wrap .c-category-unklink__list a{
		padding: 6px 24px 6px 10px;
		margin: 0 10px 8px 0;
	}
}
.c-category-link__current{
	font-weight: bold;
	color: #453679;
}

.c_commentBox{    
  padding: 20px 20px 30px;
  border: 3px solid #ddd;
  border-radius: 10px;
  margin-bottom: 60px;
  background-color: #f5f5f5;
}
/* comment */
.comment__ex {
    position: relative;
    padding: 85px 0 80px;
    margin-top: 53px;
    z-index: 1;
}
.comment__ex::before {
    content: '';
    width: 100vw;
    height: 100%;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
}
.comment__ex .comment-linettl {
    position: absolute;
    top: 90px;
    left: 0;
    margin-top: -2px;
    letter-spacing: 5px;
}
.comment-inner {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.comment__ex_text {
    font-size: 15px;
    line-height: 2;
    color: #000;
    font-weight: 500;
}
@media screen and  (min-width:900px) and (max-width:1150px){
.comment__ex {
    padding-left: 100px;
}
}
@media screen and (max-width: 899px){
.comment__ex {
	position: relative;
	padding: 60px 0 55px;
	max-width: 560px;
	margin: 55px auto 0;
	z-index: 1;
}
.comment__ex .comment-linettl {
	position: relative;
    top: 0;
    margin-top: 0;
    letter-spacing: 3px;
    font-size: 18px;
}
.comment-inner {
	width: inherit;
    max-width: 560px;
    margin: 0 auto;
	padding: 0;
}
.comment__ex_text {
    font-size: 14px;
    line-height: 1.55;
    color: #000;
    font-weight: 500;
}
}
.c-pickup-text{
	max-width: 100%;
	color: #1a005d;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 4.5px;
	text-align: center;
	margin: 0 auto 140px;
}
@media screen and (max-width: 900px){
	.c-pickup-text {
		font-size: 24px;
		max-width: 560px;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 425px){
	.c-pickup-text {
		font-size: 18px;
		letter-spacing: 1px;
	}
}

.c-accordion{
  margin-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .c-accordion {
    margin-top: 40px;
  }
}
.c-accordion dt{
    position: relative;
    font-weight: bold;
    padding: 12px 0;
    border-bottom: 1px solid #CCC;
  	margin-top: 30px;
    cursor: pointer;
    transition: all 300ms 0.4s ease;
}
@media screen and (max-width: 899px) {
  .c-accordion dt{
    padding: 10px 40px 10px 6px;
  }
}
@media screen and (max-width: 425px) {
  .c-accordion dt{
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 40px 8px 40px;
  }
}
.c-accordion dt::after, .c-accordion dt::before{
    position: absolute;
    content: "";
    top: 28px;
    right: 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-top: 2px solid #5a5a5a;
    transform: translateX(-50%);
}
.c-accordion dt::after{
    top: 17px;
    right: 35px;
    transform: rotate(90deg);
    transition: all 300ms 0s ease;
}
.c-accordion dt.active::after{
    top: 28px;
    width: 0px;
    height: 0px;
}
@media screen and (max-width: 899px) {
  .c-accordion dt::after, .c-accordion dt::before{
    top: 22px;
    right: 2px;
    width: 24px;
    height: 24px;
    border-top: 2px solid #5a5a5a;
  }
  .c-accordion dt::after{
    top: 12px;
    right: 25px;
  }
  .c-accordion dt.active::after{
    top: 22px;
    right: 25px;
  }
}
@media screen and (max-width: 425px) {
  .c-accordion dt::after, .c-accordion dt::before{
    top: inherit;
  	bottom:7px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-top: 2px solid #5a5a5a;
  }
  .c-accordion dt::after{
    top: inherit;
  	bottom:15px;
    right: 19px;
  }
  .c-accordion dt.active::after{
    top: inherit;
  	bottom:20px;
    right: 19px;
  }
}
.c-accordion dt > span{
    display: inline-block;
    font-size: 20px;
    width: 34px;
    background: #f1f0f9;
    border-radius: 26px;
    margin-right: 10px;
    text-align: center;
}
@media screen and (max-width: 425px) {
	.c-accordion dt > span{
		position: absolute;
		bottom: 15px;
		left:0px;
		font-size: 18px;
		width: 28px;
	  }
}
.c-accordion dd{
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 425px) {
	.c-accordion dd{
	  font-size: 14px;
	}
}
.c-accordion dd > span{
  position: absolute;
  left: 8px;
  top: -3px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
	.c-accordion dd > span{
	  font-size: 18px;
	}
}
@media screen and (max-width: 425px) {
	.c-accordion dd .c-colume__link{
	  font-size: 14px;
	}
}
/* btn-mail */
.c-btn-box{
  padding: 40px;
  border-radius: 2px;
  margin-bottom: 40px;
  background: #F5F5F5;
}
@media screen and (max-width: 900px){
  .c-btn-box{
    padding: 30px 10px;
  }
}
a.c-btn-mail{
  position: relative;
  display: block;
  font-size: 24px;
  padding: 12px 12px 12px 50px;
  width: 360px;
  background: #1a005d;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
}
a.c-btn-mail::before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 20%;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(/ja/recruit/job-fair/assets/images/icon-mail.svg) no-repeat center center;
}
a.c-btn-mail:hover{
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 900px){
  a.c-btn-mail{
    display: inline-block;
    font-size: 18px;
    width: inherit;
    min-width: 270px;
  }
  a.c-btn-mail::before{
    top: 20%;
    width: 30px;
    height: 30px;
  }
}
/* panelType */
[class^="c-panelType"],
[class*=" c-panelType"]{
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  [class^="c-panelType"],
  [class*=" c-panelType"]{
    margin-top: 20px;
  }
}/*@media*/
[class^="c-panelType"] > li,
[class*=" c-panelType"] > li{
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .25);
}
[class^="c-panelType"] > li > a,
[class*=" c-panelType"] > li > a{
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  [class^="c-panelType"] > li > a,
  [class*=" c-panelType"] > li > a{
    display: flex;
  }
}/*@media*/
[class^="c-panelType"] > li > a:hover,
[class*=" c-panelType"] > li > a:hover{
  text-decoration: none;
}
[class^="c-panelType"] picture,
[class*=" c-panelType"] picture {
  display: flex;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  height: 170px;
}
@media screen and (max-width: 1200px) {
  [class^="c-panelType"] picture,
  [class*=" c-panelType"] picture {
    height: 14vw;
  }
}/*@media*/
@media screen and (max-width: 600px) {
  [class^="c-panelType"] picture,
  [class*=" c-panelType"] picture {
    width: 36vw;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}/*@media*/
[class^="c-panelType"] picture img,
[class*=" c-panelType"] picture img {
  width: 100%;
  height: 100%;
  transition: .5s;
  flex: 1;
  object-fit: cover;
}
[class^="c-panelType"] a:hover img,
[class*=" c-panelType"] a:hover img {
  transform: scale(1.1);
}
[class^="c-panelType"] li div,
[class*=" c-panelType"] li div {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 170px);
  padding: 12px 16px;
  align-content: space-between;
}
@media screen and (max-width: 1200px) {
  [class^="c-panelType"] li div,
  [class*=" c-panelType"] li div {
    padding: 1.6vw;
    height: calc(100% - 14vw);
  }
}/*@media*/
@media screen and (max-width: 600px) {
  [class^="c-panelType"] li div,
  [class*=" c-panelType"] li div {
    width: 64vw;
    height: 100%;
    padding: 12px;
  }
}/*@media*/
[class^="c-panelType"] p,
[class*=" c-panelType"] p {
  font-size: 14px;
}
[class^="c-panelType"] img {
    height: auto;
}

.c-panel-title{
  font-size: 20px !important;
  font-weight: 500;
  color: #000 !important;
  margin: 0 0 8px;
}
@media screen and (max-width: 900px) {
  .c-panel-title{
    font-size: 18px !important;
  }
}/*@media*/
.c-panel-subTitle{
  color: #666 !important;
}

/* tag-category */
.c-tag-category{
  padding: 0 !important;
  margin: 0 !important;
}
.c-tag-category span{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 28px 6px;
  margin: 0 10px 10px 0;
  border-radius: 20px;
  background: linear-gradient(-90deg, #00EB7E 0%, #19DECB 20%, #039EA6 100%);
}
.t-en-fontfamily 
.c-tag-category span{
  font-size: 14px;
  padding: 6px 14px 6px;
}
.c-tag-category span.category-social{
  background: linear-gradient(-90deg, #FFC700 0%, #F79707 20%, #db7500 100%);
}
.c-tag-category span.category-economy{
  background: linear-gradient(-90deg, #11FFF1 0%, #1ed6f6 20%, #0090D4 100%);
}
.c-tag-category span.category-community{
  background: linear-gradient(-90deg, #AC67FF 0%, #7647f6 20%, #452AEE 100%);
}
@media screen and (max-width: 1200px) {
  .c-tag-category span{
    padding: 8px 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .c-tag-category span.category-community{
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .c-tag-category span{
    padding: 8px 12px;
  }
}
@media screen and (max-width: 600px) {
  .c-tag-category span{
    font-size: 13px;
  }
}
/* float */
.c-float-right{
  float: right;
}

/* float */
.c-txt_gray {
  color: #666;
}

.c-txt_mail img{
  vertical-align: text-top;
}

/* Utility
----------------------------------------------------------------- */
hr{
	color: #ccc;
}
.u-textcenter {
  text-align: center !important;
}
.u-textright {
  text-align: right !important;
}
.u-textleft {
  text-align: left !important;
}
.u-verticalmiddle{
	vertical-align:middle !important;
}
.u-contetnright{
	margin-left: auto;
}
.u-justifycontentLeft{
	justify-content: left !important;
}
.u-justifycontentCenter{
  justify-content: center !important;
}
.u-textBold{
  font-weight: bold;
}
.u-mt0 {
	margin-top: 0px !important;
}
.u-mt10 {
	margin-top: 10px !important;
}
.u-mt20 {
	margin-top: 20px !important;
}
.u-mt30 {
	margin-top: 30px !important;
}
.u-mt60 {
	margin-top: 60px !important;
}
.u-ml10 {
	margin-left: 10px !important;
}
.u-ml20 {
	margin-left: 20px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-mb0 {
	margin-bottom: 0px !important;
}
.u-mb10 {
	margin-bottom: 10px !important;
}
.u-mb15 {
	margin-bottom: 15px !important;
}
.u-mb20 {
	margin-bottom: 20px !important;
}
.u-mb25 {
	margin-bottom: 25px !important;
}
.u-mb30 {
	margin-bottom: 30px !important;
}
.u-mb35 {
	margin-bottom: 35px !important;
}
.u-mb40 {
	margin-bottom: 40px !important;
}
.u-mb50 {
	margin-bottom: 50px !important;
}
.u-mb60 {
	margin-bottom: 60px !important;
}
.u-mb100 {
	margin-bottom: 100px !important;
}
@media screen and (max-width: 900px) {
	.u-mt30 {
		margin-top: 20px !important;
	}
	.u-mt60 {
		margin-top: 30px !important;
	}
	.u-mb40,.u-mb50,.u-mb60 {
		margin-bottom: 30px !important;
	}
	.u-mb100 {
		margin-bottom: 40px !important;
	}
	.u-mb25,.u-mb30,.u-mb35 {
		margin-bottom: 20px !important;
	}
	.u-mb15,.u-mb20 {
		margin-bottom: 10px !important;
	}
}
.pc{
	display: block;
}
.sp{
	display: none;
}
[data-device=u-pc] {
  display: block;
}

[data-device=u-sp] {
  display: none;
}

@media screen and (max-width: 900px) {
  [data-device=u-pc] {
    display: none;
  }

  [data-device=u-sp] {
    display: block;
  }
	.pc{
		display: none;
	}
	.sp{
    	display: block;
	}
}