html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #363636;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

a {
  color: #363636;
  text-decoration: none;
}

.hidden {
  display: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    overflow-y: scroll;
  }

  .container {
    min-width: 1366px;
    overflow: hidden;
  }

  main {
    padding-top: 80px;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  main {
    padding-top: 1.2rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .md {
    display: none !important;
  }
}
header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
}
header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
}
header .logo-image {
  display: block;
  margin-right: auto;
}
header .list-user {
  display: -ms-flexbox;
  display: flex;
}
header .list-user a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
header .list-user a:hover::after {
  opacity: 1;
  visibility: visible;
}
header .list-user a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .navbar-link {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: all 0.3s ease;
  color: #000;
}
header .main-title {
  color: #004388;
  letter-spacing: 0.04em;
}
header .main-title span {
  display: block;
}
header .menu-links:last-child {
  margin-right: 0;
  margin-left: auto;
}
header .menu-links li {
  border-bottom: 1px solid #c9c9c9;
}
header .menu-links a {
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.wf-active header .navbar-link,
.wf-active header .list-user a {
  opacity: 1;
}

@media print, (min-width: 768px) {
  header {
    height: 80px;
    min-width: 1366px;
  }
  header .header-wrapper {
    padding-left: 20px;
  }
  header .logo-image {
    width: 177px;
  }
  header .header-navigation {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: auto;
    height: auto !important;
  }
  header .list-user a {
    width: 110px;
    height: 80px;
    padding: 13px 10px;
    font-size: 12px;
  }
  header .user-account {
    background: #0054d2 url("../img/common/ico_user.png") center top 14px/23px auto no-repeat;
  }
  header .user-message {
    background: #e30021 url("../img/common/ico_message.png") center top 19px/33px auto no-repeat;
  }
  header .user-site {
    background: #000 url("../img/common/ico_recruit.png") center top 14px/21px auto no-repeat;
  }
  header .user-entry {
    background: #e30021 url("../img/common/ico_user.png") center top 14px/23px auto no-repeat;
  }
  header .list-navbar {
    display: -ms-flexbox;
    display: flex;
  }
  header .navbar-item {
    margin-right: 29px;
  }
  header .navbar-item.is-active .navbar-link::after {
    width: 100%;
  }
  header .navbar-item.is-active .navbar-menu {
    opacity: 1;
    visibility: visible;
  }
  header .navbar-item:hover .navbar-link::after {
    width: 100%;
  }
  header .navbar-link {
    font-size: 14px;
    padding-top: 4px;
    position: relative;
    cursor: pointer;
  }
  header .navbar-link.is-active::after {
    width: 100%;
  }
  header .navbar-link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #004388;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s ease;
  }
  header .navbar-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #e9eef2;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.72);
  }
  header .menu-inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 1000px;
    padding-top: 82px;
    padding-bottom: 65px;
  }
  header .menu-main {
    width: 379px;
  }
  header .main-title {
    font-size: 16px;
    margin-bottom: 32px;
  }
  header .main-title span {
    font-size: 12px;
    margin-top: 11px;
  }
  header .main-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    color: #004388;
    letter-spacing: 0.04em;
    border: 1px solid #004388;
    transition: all 0.3s ease;
    padding: 10px 20px;
    min-width: 194px;
    height: 50px;
    font-size: 14px;
    background: url("../img/common/ico_arrow_blue_small.png") right 19px top 21px/13px auto no-repeat;
  }
  header .main-link:hover, header .main-link.is-active {
    color: #fff;
    background: #004388 url("../img/common/ico_arrow_white_small.png") right 19px top 21px/13px auto no-repeat;
  }
  header .menu-links {
    width: 300px;
    margin-right: 10px;
  }
  header .menu-links:last-child {
    width: 260px;
  }
  header .menu-links li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  header .menu-links a {
    font-size: 14px;
    background: url("../img/common/ico_arrow_blue_small.png") right 10px center/13px auto no-repeat;
    padding-right: 40px;
    color: #004388;
  }
  header .menu-links a:hover, header .menu-links a.is-active {
    color: #ff9700;
    background-image: url("../img/common/ico_arrow_orange_small.png");
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1386px) {
  header {
    left: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  header {
    min-width: 1000px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header-wrapper {
    padding-left: 0.42rem;
  }
  header .logo-image {
    width: 3.1rem;
    margin-right: auto;
    margin-top: 1px;
  }
  header .logo-image img {
    width: 100%;
  }
  header .header-navigation {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.6rem 0.32rem 1rem;
    overflow: auto;
    top: 0;
    z-index: -1;
  }
  header .header-menu {
    width: 1.22rem;
    height: 1.2rem;
    border-left: 0.02rem solid #ebeff3;
    margin-left: auto;
    position: relative;
  }
  header .header-menu.is-active span:nth-child(1) {
    top: 0.59rem;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 0.7rem;
    right: 0.24rem;
  }
  header .header-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
  }
  header .header-menu.is-active span:nth-child(3) {
    top: 0.59rem;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 0.7rem;
    right: 0.24rem;
  }
  header .header-menu span {
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 0.04rem;
    background-color: #0054d2;
    right: 0.3rem;
    transition: all 0.3s ease;
  }
  header .header-menu span:nth-child(1) {
    top: 0.39rem;
  }
  header .header-menu span:nth-child(2) {
    width: 0.3rem;
    top: 0.59rem;
  }
  header .header-menu span:nth-child(3) {
    top: 0.79rem;
  }
  header .list-user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .list-user li {
    width: 48.6%;
    max-width: 3.33rem;
  }
  header .list-user a {
    width: 100%;
    height: 1.6rem;
    padding: 0.28rem 0.1rem;
    font-size: 0.28rem;
  }
  header .user-account {
    background: #0054d2 url("../img/common/sp/ico_user.png") center top 0.31rem/0.4rem auto no-repeat;
  }
  header .user-message {
    background: #e30021 url("../img/common/sp/ico_message.png") center top 0.41rem/0.58rem auto no-repeat;
  }
  header .user-site {
    background: #000 url("../img/common/sp/ico_recruit.png") center top 0.3rem/0.38rem auto no-repeat;
  }
  header .user-entry {
    background: #e30021 url("../img/common/sp/ico_user.png") center top 0.31rem/0.4rem auto no-repeat;
  }
  header .list-navbar {
    border-top: 0.02rem solid #c9c9c9;
    margin-bottom: 0.5rem;
  }
  header .navbar-item {
    padding: 0.19rem 0 0.2rem;
    border-bottom: 0.02rem solid #c9c9c9;
    transition: all 0.3s ease;
  }
  header .navbar-item.is-active {
    padding-bottom: 0;
  }
  header .navbar-item.is-active .navbar-link::after {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
  }
  header .navbar-link {
    font-size: 0.28rem;
    padding: 0.1rem 0.14rem;
    font-weight: 500;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  header .navbar-link::before, header .navbar-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #0054d2;
  }
  header .navbar-link::before {
    width: 0.2rem;
    height: 0.04rem;
    right: 0.26rem;
  }
  header .navbar-link::after {
    width: 0.04rem;
    height: 0.2rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    right: 0.42rem;
    transition: all 0.3s ease;
  }
  header .navbar-link.is-link {
    background: url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
  }
  header .navbar-link.is-link::before, header .navbar-link.is-link::after {
    display: none;
  }
  header .navbar-menu {
    display: none;
    margin-top: 0.2rem;
    border-top: 0.02rem solid #c9c9c9;
  }
  header .menu-main {
    background: #f7f8fa url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
    border-bottom: 0.02rem solid #c9c9c9;
    padding: 0.29rem 0;
  }
  header .main-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.28rem;
    padding: 0 0.34rem;
    letter-spacing: 0.04em;
  }
  header .menu-links:last-child li:last-child {
    border-bottom: none;
  }
  header .menu-links li {
    background: #f7f8fa url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
    border-bottom: 0.02rem solid #c9c9c9;
    padding: 0.32rem 0 0.33rem;
  }
  header .menu-links a {
    font-size: 0.28rem;
    padding: 0 0.34rem;
    letter-spacing: 0.04em;
  }
  header .header-navigation.is-recruit .navbar-link,
  header .header-navigation.is-recruit .main-link,
  header .header-navigation.is-recruit .menu-links a {
    color: #0054d2;
  }
}
footer {
  color: #fff;
  background-color: #004388;
  letter-spacing: 0.04em;
  font-weight: 300;
}
footer.is-recruit {
  background-color: #414141;
}
footer .footer-content {
  position: relative;
}
footer .wrapper {
  position: relative;
}
footer a {
  color: #fff;
}
footer .footer-info {
  position: relative;
  z-index: 1;
}
footer .footer-logo {
  display: block;
}
footer .info-title {
  font-weight: 700;
  letter-spacing: 0.04em;
}
footer .info-map {
  display: inline-block;
}
footer .contact-telephone a {
  letter-spacing: 0.05em;
}
footer .contact-fax {
  letter-spacing: 0.055em;
}
footer .detail-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
footer .detail-list .item-title {
  border-bottom: 1px solid #fff;
}
footer .list-items a::before {
  content: "-";
}
footer .detail-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  position: relative;
  font-weight: 500;
  transition: 0.3s all ease;
}
footer .detail-link:hover {
  color: #fff;
}
footer .list-links {
  border-top: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .list-links li {
  line-height: 1.1;
  position: relative;
}
footer .list-links li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  border-right: 1px solid #fff;
  pointer-events: none;
}
footer .list-links li:last-child::before {
  display: none;
}
footer .button-to-top {
  display: block;
  background: url("../img/common/btn_to_top.jpg") center/contain no-repeat;
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
footer .footer-contact {
  background: url("../img/common/contact_bg.jpg") center/1920px auto no-repeat;
  min-height: 400px;
  position: relative;
}
footer .footer-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 51, 65, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
footer .item-contact:nth-child(2)::after {
  display: none;
}
footer .contact-inner {
  max-width: 1366px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
footer .text-japan {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
footer .text-english {
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 0.07em;
  font-weight: 500;
}
footer .telephone-wrapper {
  display: inline-block;
}
footer .telephone-wrapper:hover .item-telephone {
  opacity: 0.7;
}
footer .item-email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 auto;
  transition: all 0.3s ease;
}
footer .item-email:hover {
  background-image: url("../img/common/ico_message_small_blue.png");
  background-color: #fff;
  color: #004388;
}

@media print, (min-width: 768px) {
  footer {
    font-size: 14px;
  }
  footer .footer-content::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 30px);
    position: absolute;
    right: calc(50% + 208px);
    top: -30px;
    background-color: #000;
    pointer-events: none;
  }
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 94px;
    padding-bottom: 12px;
  }
  footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 392px;
    line-height: calc(26 / 14);
    padding-top: 29px;
    padding-bottom: 19px;
  }
  footer .footer-logo {
    width: 218px;
    margin-bottom: 31px;
  }
  footer .info-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  footer .contact-telephone a {
    margin-right: 4px;
    pointer-events: none;
  }
  footer .contact-fax {
    margin-left: 4px;
  }
  footer .info-copyright {
    font-size: 10px;
    margin-top: auto;
  }
  footer .footer-detail {
    -ms-flex: 1;
        flex: 1;
    padding-left: 50px;
  }
  footer .list-links {
    padding: 21px 0;
  }
  footer .list-links li {
    padding-right: 18px;
    margin-right: 16px;
  }
  footer .list-links li:first-child {
    margin-left: -2px;
  }
  footer .detail-item {
    width: 170px;
    margin-right: 41px;
    margin-bottom: 16px;
  }
  footer .detail-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  footer .detail-item .item-title {
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
  footer .detail-item .item-title span,
  footer .detail-item .item-title a {
    margin-left: -3px;
  }
  footer .list-items li {
    margin-bottom: 6.5px;
  }
  footer .list-items a {
    font-size: 12px;
  }
  footer .list-items a::before {
    margin: 0 4px 0 -3px;
  }
  footer .detail-link {
    min-width: 171px;
    height: 40px;
    margin-bottom: 49px;
    font-size: 12px;
    padding: 0 32px;
    background: #fff url("../img/common/ico_blank_black.png") top 47% right 13px/12px auto no-repeat;
  }
  footer .detail-link:hover {
    background: #0054d2 url("../img/common/ico_blank_white.png") top 47% right 13px/12px auto no-repeat;
  }
  footer .button-to-top {
    right: 0;
    width: 51px;
    height: 51px;
    top: -30px;
  }
  footer .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .contact-inner {
    padding-top: 69px;
  }
  footer .contact-title {
    margin-bottom: 34px;
  }
  footer .text-japan {
    font-size: 40px;
    margin-bottom: 6px;
  }
  footer .text-english {
    font-size: 16px;
  }
  footer .item-contact {
    width: 50%;
    text-align: right;
    padding: 0 85px;
    position: relative;
  }
  footer .item-contact::after {
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background: #fff;
    position: absolute;
    top: 31px;
    right: 0;
  }
  footer .item-contact:nth-child(2) {
    text-align: left;
  }
  footer .item-contact .item-inner {
    display: inline-block;
    text-align: center;
  }
  footer .item-contact .item-title {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 11px;
  }
  footer .item-contact .item-time {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-telephone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: flex-end;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-right: -2px;
    transition: all 0.3s ease;
  }
  footer .item-telephone span {
    font-size: 36px;
    position: relative;
    top: 2px;
    margin-left: 1px;
    letter-spacing: 0.064em;
  }
  footer .item-email {
    width: 279px;
    height: 70px;
    background: #004388 url("../img/common/ico_message_small.png") left 50px top 52%/26px auto no-repeat;
    padding: 0 10px 0 47px;
    font-size: 14px;
  }
  footer .telephone-wrapper {
    pointer-events: none;
  }
}
@media only screen and (min-width: 1920px) {
  footer .footer-contact {
    background-size: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0;
  }
  footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: calc(50 / 28);
    padding: 1.2rem 0.81rem 1.08rem;
    background: #000;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
  }
  footer .footer-logo {
    width: 4.36rem;
    margin-bottom: 0.65rem;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .info-title {
    font-size: 0.34rem;
    margin-bottom: 0.13rem;
  }
  footer .contact-telephone {
    letter-spacing: 0.07em;
  }
  footer .contact-telephone a {
    margin-right: 0.09rem;
    margin-left: 0.01rem;
  }
  footer .contact-fax {
    margin-left: 0.08rem;
  }
  footer .info-copyright {
    font-size: 0.2rem;
    margin: 0.6rem -0.8rem 0.1rem -0.15rem;
    width: auto;
    letter-spacing: 0.054em;
  }
  footer .footer-detail {
    padding: 1.24rem 0.32rem 0.86rem;
    background: #414141;
  }
  footer .list-links {
    padding: 0.37rem 0;
    border-width: 0.02rem;
    font-size: 0.2rem;
  }
  footer .list-links li {
    padding-right: 0.25rem;
    margin-right: 0.24rem;
  }
  footer .list-links li:first-child {
    margin-left: -0.02rem;
  }
  footer .detail-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.26rem;
  }
  footer .detail-item {
    width: 44.1%;
    margin-bottom: 0.42rem;
  }
  footer .detail-item .item-title {
    padding-bottom: 0.09rem;
    margin-bottom: 0.17rem;
    font-size: 0.24rem;
    border-width: 0.02rem;
  }
  footer .detail-item .item-title span,
  footer .detail-item .item-title a {
    margin-left: -0.01rem;
  }
  footer .list-items li {
    margin-bottom: 0.065rem;
  }
  footer .list-items a {
    font-size: 0.2rem;
  }
  footer .list-items a::before {
    margin: 0 0.06rem 0 -0.01rem;
  }
  footer .detail-link {
    min-width: 3.03rem;
    height: 0.9rem;
    margin-bottom: 0.8rem;
    font-size: 0.24rem;
    padding: 0 0.6rem;
    background: #fff url("../img/common/ico_blank_black.png") top 49% right 0.3rem/0.24rem auto no-repeat;
  }
  footer .detail-link:hover {
    background: #0054d2 url("../img/common/ico_blank_black.png") top 49% right 0.3rem/0.24rem auto no-repeat;
  }
  footer .button-to-top {
    right: 0;
    width: 1.02rem;
    height: 1.02rem;
    top: -0.51rem;
  }
  footer .footer-contact {
    background: url("../img/common/sp/contact_bg.jpg") center/cover no-repeat;
    min-height: 8.38rem;
    margin-bottom: -0.02rem;
  }
  footer .contact-inner {
    padding-top: 1.06rem;
  }
  footer .contact-title {
    margin-bottom: 0.44rem;
  }
  footer .text-japan {
    font-size: 0.5rem;
    margin-bottom: 0.06rem;
  }
  footer .text-english {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  footer .item-contact {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
    position: relative;
  }
  footer .item-contact::after {
    content: "";
    display: block;
    width: 0.64rem;
    height: 0.02rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  footer .item-contact .item-inner {
    display: block;
    text-align: center;
  }
  footer .item-contact .item-title {
    font-size: 0.24rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-contact .item-time {
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-telephone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: flex-end;
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 0.13rem;
    margin-right: -0.07rem;
    transition: all 0.3s ease;
  }
  footer .item-telephone span {
    font-size: 0.67rem;
    position: relative;
    top: 0.05rem;
    margin-left: 0.02rem;
    letter-spacing: 0.064em;
  }
  footer .item-email {
    width: 5.42rem;
    height: 1.12rem;
    background: #004388 url("../img/common/ico_message_small.png") left 0.91rem top 51%/0.51rem auto no-repeat;
    padding: 0 0.1rem 0 1.65rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0.25rem;
    font-size: 0.28rem;
  }
}
@media print, (min-width: 768px) {
  footer.is-recruit .detail-item {
    width: 160px;
    margin-right: 28px;
  }
  footer.is-recruit .detail-item:nth-child(4n + 4) {
    margin-right: 0;
  }
  footer.is-recruit .detail-item .item-title {
    padding-bottom: 11px;
    margin-bottom: 8px;
  }
  footer.is-recruit .list-items a {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer.is-recruit .detail-list {
    margin-bottom: 0.21rem;
  }
}
.footer-entry {
  background: #0054d2;
}
.footer-entry .entry-button {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.footer-entry .entry-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.footer-entry .entry-button:hover::before {
  opacity: 1;
}
.footer-entry .text-english {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.footer-entry .text-japan {
  display: block;
  width: 100%;
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .footer-entry {
    padding: 80px 0 90px;
  }
  .footer-entry .entry-button {
    width: 640px;
    height: 130px;
    padding-top: 14px;
  }
  .footer-entry .text-english {
    font-size: 50px;
    margin-bottom: -5px;
  }
  .footer-entry .text-japan {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-entry {
    padding: 1.2rem 0;
  }
  .footer-entry .entry-button {
    width: 5.86rem;
    height: 1.56rem;
    padding-top: 0.33rem;
  }
  .footer-entry .text-english {
    font-size: 0.5rem;
    line-height: 1;
  }
  .footer-entry .text-japan {
    font-size: 0.2rem;
    line-height: 1.7;
  }
}
@media print {
  footer .contact-inner {
    max-width: 100% !important;
  }
}
.button-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #004388;
  letter-spacing: 0.04em;
  border: 1px solid #004388;
  transition: all 0.3s ease;
}
.button-primary:hover {
  background-color: #0054d2;
  background-image: url("../img/common/ico_arrow_white.png");
  color: #fff;
}
.button-primary.is-blue {
  color: #fff;
  border-color: #fff;
  background-color: #004388;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-blue:hover {
  background-color: #0054d2;
}
.button-primary.is-blank:hover {
  background-color: #0054d2;
  background-image: url("../img/common/ico_blank_white.png");
}
.button-primary.is-light {
  color: #0054d2;
  border-color: #fff;
  background-image: url("../img/common/ico_arrow_lightblue.png");
}
.button-primary.is-light:hover {
  color: #fff;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-lightblue {
  background-color: #0054d2;
  border-color: #0054d2;
  color: #fff;
  background-image: url("../img/common/ico_arrow_white.png");
}
.button-primary.is-lightblue:hover {
  color: #0054d2;
  background-color: #fff;
  background-image: url("../img/common/ico_arrow_lightblue.png");
  border-color: #0054d2;
}

@media print, (min-width: 768px) {
  .button-primary {
    padding: 10px 60px;
    min-width: 251px;
    height: 71px;
    font-size: 14px;
    background: #fff url("../img/common/ico_arrow_blue.png") center right 21px/23px auto no-repeat;
  }
  .button-primary.is-blank {
    background: url("../img/common/ico_blank_blue.png") top 47% right 30px/12px auto no-repeat;
  }
  .is-tablet .button-primary {
    padding: 9px 60px 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    padding: 0.2rem 1.2rem;
    min-width: 5.42rem;
    height: 1.12rem;
    font-size: 0.28rem;
    background: #fff url("../img/common/ico_arrow_blue.png") center right 0.59rem/0.46rem auto no-repeat;
  }
  .button-primary.is-blank {
    background: url("../img/common/ico_blank_blue.png") top 51% right 0.3rem/0.24rem auto no-repeat;
  }
}
.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}

.fade-in-up {
  animation-name: fade-in-up;
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 800ms;
}

.fade-in-down {
  animation-name: fade-in-down;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
}

.fade-in-right {
  animation-name: fade-in-right;
  animation-duration: 800ms;
  transition: width 0.8s ease;
  overflow: hidden;
}
@keyframes scrollNotifierMotion {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  55% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
.keyvisual-scroll-text {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
}
.keyvisual-scroll-text p {
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  color: #fff;
}
.keyvisual-scroll-text span {
  position: relative;
  display: block;
}
.keyvisual-scroll-text span::after {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #fff;
  animation: scrollNotifierMotion 2s 0s infinite ease;
  transform: translate3d(0, 0, 0);
}

.wf-active .keyvisual-scroll-text {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .keyvisual-scroll-text {
    right: -1px;
    bottom: -13px;
  }
  .keyvisual-scroll-text p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .keyvisual-scroll-text span {
    height: 140px;
    margin-left: 3px;
  }
  .keyvisual-scroll-text span::after {
    width: 1px;
    margin-left: -0.5px;
  }
  .section-recruit-keyvisual .keyvisual-scroll-text {
    bottom: -48px;
  }
  .section-recruit-keyvisual .keyvisual-scroll-text span {
    height: 103px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-scroll-text {
    right: 0.45rem;
    bottom: 0.41rem;
  }
  .keyvisual-scroll-text p {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .keyvisual-scroll-text span {
    height: 1.2rem;
  }
  .keyvisual-scroll-text span::after {
    width: 1px;
  }
  .section-recruit-keyvisual .keyvisual-scroll-text {
    bottom: -0.36rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .container {
    overflow: hidden;
  }
}
.section-recruit-keyvisual .keyvisual-inner {
  position: relative;
}
.section-recruit-keyvisual .wrapper {
  position: relative;
}
.section-recruit-keyvisual .keyvisual-background {
  width: 100%;
  margin: 0 auto;
}
.section-recruit-keyvisual img {
  width: 100%;
  max-width: unset;
}
.section-recruit-keyvisual .keyvisual-message {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-recruit-keyvisual .message-background {
  background: url("../img/recruit/message_bg.jpg") center/cover no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-recruit-keyvisual .message-sub-title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.section-recruit-keyvisual .message-title {
  animation-duration: 1.6s;
  transition: width 1.6s ease;
}
.section-recruit-keyvisual .message-text {
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
}
.section-recruit-keyvisual .keyvisual-title span {
  display: block;
}
.section-recruit-keyvisual .keyvisual-scroll-text {
  opacity: 0;
  transition: all 0.3s;
}
.wf-active .section-recruit-keyvisual .keyvisual-scroll-text {
  transition-delay: 1s;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-recruit-keyvisual .keyvisual-image {
    width: calc((1435% / 1920) * 100);
    min-width: 1435px;
    position: absolute;
    left: calc(50% - 475px);
    bottom: 0;
  }
  .section-recruit-keyvisual .keyvisual-background {
    min-width: 1920px;
  }
  .section-recruit-keyvisual .keyvisual-title {
    position: absolute;
    width: 100%;
    top: 15.2%;
    left: calc( 50% - 600px);
    overflow: hidden;
  }
  .section-recruit-keyvisual .title-text {
    animation-duration: 3000ms !important;
    transition: width 3s ease !important;
  }
  .section-recruit-keyvisual .title-text:nth-child(1) {
    width: 494px;
  }
  .section-recruit-keyvisual .title-text:nth-child(1) img {
    width: 494px;
  }
  .section-recruit-keyvisual .title-text:nth-child(2) {
    margin: 9px 0 11px;
    width: 357px;
  }
  .section-recruit-keyvisual .title-text:nth-child(2) img {
    width: 357px;
  }
  .section-recruit-keyvisual .title-text:nth-child(3) {
    width: 522px;
  }
  .section-recruit-keyvisual .title-text:nth-child(3) img {
    width: 522px;
  }
  .section-recruit-keyvisual .keyvisual-message {
    padding-top: 149px;
    padding-bottom: 206px;
  }
  .section-recruit-keyvisual .message-title {
    width: 398px;
    margin-left: -2px;
  }
  .section-recruit-keyvisual .message-title img {
    width: 398px;
    max-width: unset;
  }
  .section-recruit-keyvisual .message-sub-title {
    font-size: 32px;
    line-height: calc(58 / 32);
    padding: 0 89px;
    margin-top: -2px;
    margin-bottom: 18px;
  }
  .section-recruit-keyvisual .message-text {
    padding: 0 87px;
    font-size: 16px;
    max-width: 590px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-keyvisual .keyvisual-image {
    width: 7.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section-recruit-keyvisual .keyvisual-title {
    position: absolute;
    width: 100%;
    margin-left: 1.34rem;
    top: 0.38rem;
    overflow: hidden;
  }
  .section-recruit-keyvisual .title-text {
    animation-duration: 1000ms !important;
    transition: width 1s ease !important;
    width: 4.84rem;
  }
  .section-recruit-keyvisual .title-text img {
    width: 4.84rem;
  }
  .section-recruit-keyvisual .keyvisual-message {
    padding-top: 1.81rem;
    padding-bottom: 2.32rem;
  }
  .section-recruit-keyvisual .message-background {
    background-image: url("../img/recruit/sp/message_bg.jpg");
  }
  .section-recruit-keyvisual .message-title {
    width: 3.98rem;
    margin-left: 0.03rem;
    margin-bottom: 0.23rem;
  }
  .section-recruit-keyvisual .message-title img {
    width: 3.98rem;
    max-width: unset;
  }
  .section-recruit-keyvisual .message-sub-title {
    font-size: 0.5rem;
    line-height: calc(80 / 50);
    margin-bottom: 0.32rem;
    margin-left: -0.02rem;
  }
  .section-recruit-keyvisual .message-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
  }
}
.section-recruit-about .wrapper {
  position: relative;
}
.section-recruit-about .about-background {
  position: absolute;
  background: #ebeff3;
  z-index: -1;
}
.section-recruit-about .about-text {
  letter-spacing: 0.04em;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-recruit-about {
    padding-top: 265px;
    padding-bottom: 100px;
  }
  .section-recruit-about .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .section-recruit-about .about-background {
    width: 200vw;
    height: calc(100% + 5px);
    left: 98px;
    top: -110px;
  }
  .section-recruit-about .about-image {
    width: 755px;
  }
  .section-recruit-about .about-detail {
    -ms-flex: 1;
        flex: 1;
    margin-left: 76px;
    padding-bottom: 69px;
  }
  .section-recruit-about .about-title {
    width: 359px;
    margin-bottom: 27px;
    margin-left: -6px;
  }
  .section-recruit-about .about-title img {
    width: 359px;
    max-width: unset;
  }
  .section-recruit-about .about-text {
    font-size: 16px;
    line-height: 2;
    max-width: 334px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-about {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .section-recruit-about .about-background {
    width: 200vw;
    height: calc(100% - 2.75rem);
    left: 0.32rem;
    top: 2.76rem;
  }
  .section-recruit-about .about-image {
    width: auto;
    margin-left: -0.32rem;
  }
  .section-recruit-about .about-detail {
    padding-left: 0.5rem;
    padding-bottom: 0.8rem;
    padding-top: 0.73rem;
  }
  .section-recruit-about .about-title {
    width: 3.59rem;
    margin-bottom: 0.4rem;
    margin-left: -0.03rem;
  }
  .section-recruit-about .about-title img {
    width: 3.59rem;
    max-width: unset;
  }
  .section-recruit-about .about-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
    max-width: 5.84rem;
    margin-bottom: 0.71rem;
  }
}
@media print, (min-width: 768px) {
  .section-recruit-about.is-system {
    padding-top: 170px;
    padding-bottom: 238px;
  }
  .section-recruit-about.is-system .wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section-recruit-about.is-system .about-background {
    height: calc(100% + 4px);
    right: 98px;
    left: unset;
    top: 94px;
  }
  .section-recruit-about.is-system .about-title {
    width: 372px;
    margin: -2px 0 28px;
  }
  .section-recruit-about.is-system .about-title img {
    width: 372px;
    max-width: unset;
  }
  .section-recruit-about.is-system .about-detail {
    margin-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-about.is-system {
    padding: 1.6rem 0;
  }
  .section-recruit-about.is-system .wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section-recruit-about.is-system .about-background {
    right: 0.32rem;
    left: unset;
    top: 2.76rem;
  }
  .section-recruit-about.is-system .about-image {
    margin-left: 0;
    margin-right: -0.32rem;
  }
  .section-recruit-about.is-system .about-title {
    width: 3.72rem;
    margin: 0 0 0.43rem -0.04rem;
  }
  .section-recruit-about.is-system .about-title img {
    width: 3.72rem;
    max-width: unset;
  }
  .section-recruit-about.is-system .about-detail {
    padding-top: 0.64rem;
    padding-right: 0.2rem;
  }
}
.common-sub-title {
  letter-spacing: 0.04em;
  position: relative;
  font-weight: 500;
}
.common-sub-title.is-white {
  color: #fff;
  font-weight: bold;
}
.common-sub-title.is-white::after {
  border-top-color: #fff;
}
.common-sub-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .common-sub-title {
    font-size: 26px;
    line-height: calc(46 / 26);
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
  .common-sub-title::after {
    width: 45px;
    height: 1px;
    border-top: 1px solid #0054d2;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-sub-title {
    font-size: 0.38rem;
    line-height: calc(46 / 26);
    padding-bottom: 0.27rem;
    margin-bottom: 0.25rem;
  }
  .common-sub-title::after {
    width: 0.45rem;
    height: 0.01rem;
    border-top: 0.02rem solid #0054d2;
  }
}
.section-recruit-person {
  overflow: hidden;
}
.section-recruit-person .wrapper {
  position: relative;
}
.section-recruit-person .person-background {
  background: #0054d2;
  position: absolute;
  z-index: -1;
}
.section-recruit-person .person-title {
  animation-duration: 2s;
  transition: width 2s ease;
}
.section-recruit-person .slider-link {
  display: block;
}
.section-recruit-person .slider-link:hover .item-image::before,
.section-recruit-person .slider-link:hover .item-label::before,
.section-recruit-person .slider-link:hover span::before {
  opacity: 1;
}
.section-recruit-person .item-image {
  position: relative;
}
.section-recruit-person .item-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.section-recruit-person .item-label {
  display: inline-block;
  letter-spacing: 0.04em;
  color: #fff;
  background: #e30021;
  position: relative;
}
.section-recruit-person .item-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.section-recruit-person .item-title {
  position: relative;
}
.section-recruit-person .item-title span {
  display: inline-block;
  font-weight: bold;
  background: #fff;
  border: 1px solid #004388;
  position: relative;
}
.section-recruit-person .item-title span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.section-recruit-person .slick-arrow {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-recruit-person .slick-arrow:hover {
  opacity: 0.7;
}
.section-recruit-person .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  -ms-transform: rotate(-135deg) translateY(-50%);
      transform: rotate(-135deg) translateY(-50%);
  -ms-transform-origin: top center;
      transform-origin: top center;
}
.section-recruit-person .next-arrow::before {
  left: auto;
  right: 0;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
}

@media print, (min-width: 768px) {
  .section-recruit-person .person-background {
    width: 200vw;
    height: 100%;
    top: 58px;
    right: 130px;
  }
  .section-recruit-person .person-title {
    width: 347px;
    margin: 4px 0 29px 3px;
  }
  .section-recruit-person .person-title img {
    width: 347px;
    max-width: unset;
  }
  .section-recruit-person .person-slider {
    margin-right: -50vw;
    padding-top: 24px;
    padding-bottom: 44px;
  }
  .section-recruit-person .slider-item {
    max-width: 351px;
    margin-right: 38px;
    padding-bottom: 100px;
  }
  .section-recruit-person .item-image {
    margin-left: 11px;
    margin-bottom: -163px;
  }
  .section-recruit-person .item-label {
    font-size: 16px;
    padding: 4px 11px 5px;
    margin-bottom: 11px;
    line-height: 0.9;
  }
  .section-recruit-person .item-title span {
    font-size: 25px;
    padding: 2px 13px 3px 11px;
    margin-bottom: 9px;
    letter-spacing: -0.04em;
  }
  .section-recruit-person .slick-arrow {
    top: -65px;
    padding: 5px 0;
  }
  .section-recruit-person .slick-arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 13px;
    height: 13px;
  }
  .section-recruit-person .prev-arrow {
    left: 829px;
    padding-left: 20px;
  }
  .section-recruit-person .prev-arrow:before {
    left: 4px;
  }
  .section-recruit-person .next-arrow {
    left: 940px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-person {
    padding-top: 0.61rem;
  }
  .section-recruit-person .wrapper {
    padding-top: 0.79rem;
    padding-left: 0.82rem;
    padding-bottom: 1.25rem;
  }
  .section-recruit-person .person-background {
    width: 200vw;
    height: 100%;
    top: 0;
    right: 0.32rem;
  }
  .section-recruit-person .person-title {
    width: 3.47rem;
    margin: 0.01rem 0 0.29rem;
  }
  .section-recruit-person .person-title img {
    width: 3.47rem;
    max-width: unset;
  }
  .section-recruit-person .person-slider {
    margin-right: -50vw;
    padding-top: 0.54rem;
    padding-bottom: 0.44rem;
    padding-left: 0.13rem;
  }
  .section-recruit-person .slider-item {
    max-width: 4.4rem;
    margin-right: 0.23rem;
    padding-bottom: 1rem;
  }
  .section-recruit-person .slider-item img {
    width: 100%;
  }
  .section-recruit-person .item-image {
    margin-left: 0.14rem;
    margin-bottom: -2.13rem;
  }
  .section-recruit-person .item-label {
    font-size: 0.2rem;
    padding: 0.04rem 0.13rem 0.05rem;
    margin-bottom: 0.13rem;
    line-height: 1;
  }
  .section-recruit-person .item-title span {
    font-size: 0.32rem;
    padding: 0.02rem 0.15rem 0.03rem 0.14rem;
    margin-bottom: 0.13rem;
    letter-spacing: -0.05em;
  }
  .section-recruit-person .slick-arrow {
    bottom: -0.53rem;
    padding: 0.05rem 0;
    font-size: 0.28rem;
    letter-spacing: 0.04em;
  }
  .section-recruit-person .slick-arrow::before {
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
    top: 53%;
    width: 0.25rem;
    height: 0.25rem;
    left: 0.07rem;
  }
  .section-recruit-person .prev-arrow {
    left: 1.02rem;
    padding-left: 0.52rem;
  }
  .section-recruit-person .next-arrow {
    left: 3.49rem;
    padding-right: 0.5rem;
  }
  .section-recruit-person .next-arrow::before {
    left: auto;
    right: 0.07rem;
  }
}
.section-recruit-info {
  position: relative;
}
.section-recruit-info .info-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-recruit-info .info-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-recruit-info .info-background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0054d2;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.section-recruit-info .info-content {
  position: relative;
  color: #fff;
  text-align: center;
}
.section-recruit-info .title-wrapper {
  margin: 0 auto;
}
.section-recruit-info .info-title {
  position: relative;
}
.section-recruit-info .info-sub-title {
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
.section-recruit-info .info-sub-title::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-recruit-info .info-text {
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .section-recruit-info {
    min-height: 600px;
  }
  .section-recruit-info .info-content {
    padding-top: 143px;
    padding-bottom: 128px;
  }
  .section-recruit-info .title-wrapper {
    max-width: 388px;
  }
  .section-recruit-info .info-title {
    width: 388px;
    left: 3px;
  }
  .section-recruit-info .info-title img {
    width: 388px;
    max-width: unset;
  }
  .section-recruit-info .info-sub-title {
    font-size: 26px;
    line-height: 1.7;
    padding-bottom: 22px;
    margin-bottom: 19px;
  }
  .section-recruit-info .info-sub-title::after {
    width: 45px;
    height: 1px;
  }
  .section-recruit-info .info-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-info {
    min-height: 7.72rem;
  }
  .section-recruit-info .info-content {
    padding: 1.2rem 0;
  }
  .section-recruit-info .title-wrapper {
    max-width: 3.88rem;
  }
  .section-recruit-info .info-title {
    width: 3.88rem;
    left: 0.02rem;
    margin-bottom: 0.23rem;
  }
  .section-recruit-info .info-title img {
    width: 3.88rem;
    max-width: unset;
  }
  .section-recruit-info .info-sub-title {
    font-size: 0.38rem;
    line-height: 1.7;
    padding-bottom: 0.28rem;
    margin-bottom: 0.26rem;
  }
  .section-recruit-info .info-sub-title::after {
    width: 0.45rem;
    height: 0.01rem;
  }
  .section-recruit-info .info-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
    max-width: 85%;
    margin: 0 auto 0.71rem;
  }
}

/*# sourceMappingURL=recruit.css.map */